

/* Start:/local/templates/mall/js/owlcarousel/owl.carousel.css?16694024374556*/
/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 600ms;
  animation-duration: 600ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/mall/js/owlcarousel/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/* End */


/* Start:/local/templates/mall/css/missmia.css?1696239313119038*/
@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  outline: 0;
  vertical-align: baseline;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-appearance: none;
  -webkit-text-size-adjust: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

h4 {
  text-transform: uppercase;
  font-weight: normal;
  margin-bottom: 1em;
}

.quote {
  background: #f5f5f5;
  border-left: 5px solid #958074;
  padding: 20px 25px;
  font-style: italic;
  line-height: 22px;
  display: block;
}

.quote .signature {
  display: block;
  margin-top: 20px;
  text-align: right;
}

/* класс для стилизации списка */
.ul_list {
  list-style: none;
  padding: 0;
}

.ul_list li {
  padding-left: 30px;
  position: relative;
  margin-bottom: 20px;
  line-height: 22px;
}

.ul_list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background: url("/local/templates/main/images/li_bg.png") 0 0 no-repeat;
  width: 20px;
  height: 20px;
}

.ul_list li:last-child {
  margin-bottom: 0;
}

.redtext {
  color: #958074;
}

.bxmaker__geoip__delivery-box {
  width: 100%;
}

.bxmaker__geoip__delivery-prolog {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  padding-bottom: 15px;
}

.bxmaker__geoip__delivery-box-item-name,
.bxmaker__geoip__delivery-box-item-period,
.bxmaker__geoip__delivery-box-item-price {
  border: 1px solid #ddd;
  padding: 5px 15px;
}

.bxmaker__geoip__delivery-box-item-period {
  min-width: 80px;
}

.bxmaker__geoip__delivery-epilog {
  padding-top: 10px;
  border-top: 1px solid #cdcdcd;
  margin-right: 4px;
  position: relative;
}

footer, main {
  margin-right: 40px;
}

h1, h2, h3 {
  color: #223338;
}

a, body, h4 {
  color: #000;
}

/*.btn, input, textarea {*/
/*-webkit-appearance: none*/
/*}*/
.enter .btn, .enter input, .enter textarea {
  -webkit-appearance: none;
}

.enter .enter__remember-me input {
  display: none;
}

.enter__remember-me {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.enter .checkbox + label {
  color: #958074;
}

.enter .checkbox + label:before {
  margin-top: 1px;
}

.btn, .label, .tabs__item {
  text-align: center;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #fff;
}

@font-face {
  font-family: SegoeUI;
  src: url(/local/templates/mall/css/../fonts/SegoeUI/segoeui.eot);
  src: url(/local/templates/mall/css/../fonts/SegoeUI/segoeui.eot) format("embedded-opentype"), url(/local/templates/mall/css/../fonts/SegoeUI/segoeui.woff) format("woff"), url(/local/templates/mall/css/../fonts/SegoeUI/segoeui.ttf) format("truetype"), url(/local/templates/mall/css/../fonts/SegoeUI/segoeui.svg#SegoeUI) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: SegoeUI;
  src: url(/local/templates/mall/css/../fonts/SegoeUI/segoeuib.eot);
  src: url(/local/templates/mall/css/../fonts/SegoeUI/segoeuib.eot) format("embedded-opentype"), url(/local/templates/mall/css/../fonts/SegoeUI/segoeuib.woff) format("woff"), url(/local/templates/mall/css/../fonts/SegoeUI/segoeuib.ttf) format("truetype"), url(/local/templates/mall/css/../fonts/SegoeUI/segoeuib.svg#SegoeUI) format("svg");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: SegoeUI;
  src: url(/local/templates/mall/css/../fonts/SegoeUI/segoeuii.eot);
  src: url(/local/templates/mall/css/../fonts/SegoeUI/segoeuii.eot) format("embedded-opentype"), url(/local/templates/mall/css/../fonts/SegoeUI/segoeuii.woff) format("woff"), url(/local/templates/mall/css/../fonts/SegoeUI/segoeuii.ttf) format("truetype"), url(/local/templates/mall/css/../fonts/SegoeUI/segoeuii.svg#SegoeUI) format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: ALSRublRegular;
  src: url(/local/templates/mall/css/../fonts/ALSRublRegular/ALSRublRegular.eot);
  src: url(/local/templates/mall/css/../fonts/ALSRublRegular/ALSRublRegular.eot?#iefix) format("embedded-opentype"), url(/local/templates/mall/css/../fonts/ALSRublRegular/ALSRublRegular.woff) format("woff"), url(/local/templates/mall/css/../fonts/ALSRublRegular/ALSRublRegular.ttf) format("truetype"), url(/local/templates/mall/css/../fonts/ALSRublRegular/ALSRublRegular.svg#ALSRublRegular) format("svg");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: url(/local/templates/mall/css/../fonts/MaterialIcons/MaterialIcons-Regular.eot);
  src: local("Material Icons"), local("MaterialIcons-Regular"), url(/local/templates/mall/css/../fonts/MaterialIcons/MaterialIcons-Regular.woff2) format("woff2"), url(/local/templates/mall/css/../fonts/MaterialIcons/MaterialIcons-Regular.woff) format("woff"), url(/local/templates/mall/css/../fonts/MaterialIcons/MaterialIcons-Regular.ttf) format("truetype");
}
@font-face {
  font-family: Montserrat;
  src: url(/local/templates/mall/css/../fonts/Montserrat/Montserrat-Bold.ttf);
}
@font-face {
  font-family: MontserratRegular;
  src: url(/local/templates/mall/css/../fonts/Montserrat/Montserrat-Regular.ttf);
}
.material-icons {
  font-family: "Material Icons";
  font-weight: 400;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: "liga";
  font-feature-settings: "liga";
}

body, input, textarea {
  font-family: SegoeUI, Tahoma, Verdana, Arial, sans-serif;
}

.advantages .advantage__title, .btn, .section-tile__title, .tabs__item, h1, h2, h3, h4, header .catalog-link {
  text-transform: uppercase;
}

body {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
  padding-top: 141px;
  padding-bottom: 100px;
}

main {
  margin-right: 0 !important;
  padding-right: 40px;
}

.wrapper {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 50px;
  -webkit-box-sizing: initial;
          box-sizing: initial;
}

h1, h2 {
  font-size: 1.25rem;
  padding-top: 1px;
  padding-bottom: 10px;
  font-weight: 300;
}

.btn, .input-text, h3, h4, textarea {
  font-size: 0.875rem;
}

h4 {
  font-weight: 400;
  margin-bottom: 1em;
}

a {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover, a:focus {
  color: #000;
  text-decoration: none;
}

.btn {
  display: inline-block;
  padding: 0 35px;
  height: 46px;
  line-height: 46px;
  background: #958074;
  -webkit-transition: background-color 0.3s ease, width 0.3s ease;
  transition: background-color 0.3s ease, width 0.3s ease;
  cursor: pointer;
  color: #fff;
  border-radius: 0;
}

.btn-circle, .btn-circle_next, .btn-circle_prev {
  width: 50px;
  height: 50px;
}

.btn:hover {
  color: #fff;
  background: #7a695f;
}

.btn:active {
  background: #7a695f;
}

.btn-circle_next, .btn-circle_prev, .btn-circle_small_next, .btn-circle_small_prev {
  background-image: url("/local/templates/mall/css/../images/sprite.png");
  display: inline-block;
}

.btn_blue {
  background-color: #958074;
}

.btn_blue:hover {
  background-color: #958074;
}

.btn_blue:active {
  background-color: #7a695f;
}

.btn_grey {
  background-color: #c2c2c2;
}

.btn_grey:hover {
  background-color: #d4d4d4;
}

.btn_grey:active {
  background-color: #5C3155;
}

.btn-circle {
  display: inline-block;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  border-radius: 50%;
  cursor: pointer;
  background-color: #f0f0f0;
}

.btn-circle:hover {
  background-color: #f7f7f7;
}

.btn-circle:active {
  background-color: #fefefe;
}

.btn-circle.disabled {
  opacity: 0.6;
  cursor: default;
  background-color: #fefefe;
}

.btn-circle_prev {
  background-position: -55px 0;
}

.btn-circle_next {
  background-position: 0 0;
}

.btn-circle_small, .btn-circle_small_next, .btn-circle_small_prev {
  width: 40px;
  height: 40px;
}

.btn-circle_small_prev {
  background-position: -55px -55px;
}

.btn-circle_small_next {
  background-position: -110px 0;
}

.btn.loading {
  background-image: url("/local/templates/mall/css/../images/loader_white.svg") !important;
  background-repeat: no-repeat !important;
  color: transparent !important;
  background-position: center !important;
  background-size: contain !important;
}

input, textarea {
  outline: 0;
  border-radius: 0;
}

input[type=radio] {
  -webkit-appearance: radio;
}

textarea {
  padding: 6px 10px;
  line-height: 21px;
  border: 1px solid #ddd;
  resize: vertical;
}

textarea:focus {
  border: 1px solid #958074;
}

input.btn {
  border: 0;
}

.input-text {
  margin-bottom: 20px;
  border: 1px solid #ddd;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
}

.input-text:focus {
  border: 1px solid #958074;
}

.checkbox + label:hover:before, .input-text.error {
  border: 1px solid #ff4081;
}

.checkbox:checked + label:before {
  background: #958074;
  border: 1px solid #958074;
}

.checkbox:checked + label:after {
  width: 13px;
}

.checkbox + label {
  color: #747474;
  position: relative;
  padding-left: 20px;
}

.checkbox + label:after, .checkbox + label:before {
  height: 13px;
  position: absolute;
  top: 3px;
  left: 0;
}

.checkbox + label:before {
  content: "";
  display: inline-block;
  background: #fff;
  width: 13px;
  border: 1px solid #ddd;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.checkbox + label:after {
  font-family: "Material Icons";
  content: "done";
  line-height: 13px;
  font-size: 13px;
  color: #fff;
  width: 0;
  overflow: hidden;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.checkbox_blue + label:hover:before {
  border: 1px solid #958074;
}

.checkbox_blue:checked + label:before {
  background: #958074;
  border: 1px solid #958074;
}

#arrow-top, .label {
  border-radius: 50%;
}

.label {
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  width: 40px;
  height: 40px;
}

.label_hit {
  background: #958074;
}

.label_new {
  background: #b7698e;
}

@media (max-width: 479px) {
  .label {
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
  }
}
p {
  margin: 0 0 12px;
}

.rubl {
  font-family: ALSRublRegular;
  margin-left: 2px;
}

#arrow-top {
  background-image: url("/local/templates/mall/css/../images/gotop.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 24px;
  width: 50px;
  height: 50px;
  display: inline-block;
  display: none;
  position: fixed;
  bottom: 25px;
  left: 50%;
  margin-left: -45px;
  z-index: 40;
  background-color: #f0f0f0;
  cursor: pointer;
  -webkit-transition: background-color 0.4s ease;
  transition: background-color 0.4s ease;
}

#arrow-top:hover {
  background-color: #f7f7f7;
}

#arrow-top.absolute {
  position: absolute;
}

.overlay, header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.overlay {
  visibility: hidden;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 150;
}

.tabs {
  overflow: hidden;
}

.tabs__item {
  color: #000;
  height: 42px;
  line-height: 42px;
  padding: 0 2.5px;
  font-size: 0.875rem;
  float: left;
}

.tabs__item div {
  background: #f0f0f0;
  padding: 0 15px;
  cursor: pointer;
  height: 100%;
}

.tabs__item_active div {
  background: 0 0 !important;
  -webkit-box-shadow: 0 0 0 1px #ddd inset;
          box-shadow: 0 0 0 1px #ddd inset;
  cursor: default;
}

.tabs__item:hover div {
  background: #f4f4f4;
}

.tabs__item:first-child {
  padding-left: 0;
}

.tabs__item:last-child {
  padding-right: 0;
}

.tabs-content__item {
  display: none;
}

.tabs-content__item_active {
  display: block;
}

header {
  height: 141px;
  background-color: #fff;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header .header_top_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 5%;
  height: 95px;
  min-height: 95px;
  padding-right: 80px;
}

header .menu_trigger {
  overflow: hidden;
}

header .menu_trigger svg {
  width: 34px;
  margin-right: 12px;
}

header .menu_trigger span {
  margin-top: -2px;
}

header .header_bottom_menu {
  background-color: #F5F5F5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  -webkit-box-shadow: 0px 6px 10px -7px rgba(0, 0, 0, 0.1254901961);
          box-shadow: 0px 6px 10px -7px rgba(0, 0, 0, 0.1254901961);
}

header .left {
  float: left;
  width: 35%;
  max-width: 35%;
  min-width: 35%;
}

header .right {
  float: right;
  width: 35%;
  max-width: 35%;
  min-width: 35%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

header .center {
  float: left;
  padding-top: 9px;
}

header .center .market_rating {
  font-size: 12px;
  color: #747474;
  max-width: 320px;
  padding-left: 97px;
  background: url("/local/templates/mall/css/../images/stars.png") 0 center no-repeat;
}

header .menu_trigger {
  height: 56px;
  line-height: 55px;
  text-align: center;
  cursor: pointer;
  color: #958074;
  fill: #5C3155;
  float: left;
  font-size: 14px;
  font-family: SegoeUI, Tahoma, Verdana, Arial, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header .menu_trigger:active, header .menu_trigger:hover {
  color: #000;
  fill: #000;
}

header .logo {
  display: block;
  float: left;
  height: 100%;
}

header .logo .name {
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  line-height: 34px;
}

header .logo .desc {
  font-size: 12px;
  color: #fff;
  margin-top: -2px;
}

header .catalog-link {
  margin-left: 70px;
  line-height: 56px;
  display: none;
}

header .catalog-link i {
  color: #d1aec7;
  position: relative;
  top: 7px;
}

header .geolocation {
  float: right;
  line-height: 20px;
  font-size: 12px;
  min-width: 200px;
  font-family: MontserratRegular;
  text-align: right;
}

header .geolocation a {
  color: #5C3155;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-bottom: 1px dashed rgba(92, 49, 85, 0.5647058824);
}

header .geolocation a:hover {
  border-bottom-color: transparent;
}

header .geolocation .icon {
  margin: 0 4px 0 7px;
  background-image: url("/local/templates/mall/css/../images/sprite.png");
  background-position: -135px -81px;
  width: 13px;
  height: 15px;
  display: inline-block;
  position: relative;
  top: 2px;
}

header .phone {
  float: right;
  text-align: right;
  line-height: 20px;
  color: #fff;
}

header .phone .number, header .phone .email {
  font-size: 18px;
  font-weight: 600;
  font-family: Montserrat;
  letter-spacing: 1px;
  color: #281E27;
  margin-bottom: 5px;
}

header .basket-toggle {
  display: none;
  width: 56px;
  height: 56px;
  position: absolute;
  top: 0;
  right: 0;
}

header .basket-toggle .basket-icon {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAIGNIUk0AAHolAACAgwAA+f8AAIDoAABSCAABFVgAADqXAAAXb9daH5AAAAHLSURBVHjazJY9KEZRGMcP3nzkI+WrZGdCymATycKoTIQMTJJCUhbZxEQGXlnEYFc+YsDGQpmUkoUIqbf4Gfzf3OHe697Xve916gyn5/9/zq977nnOYwAT5fQjzgImgH4XTR8wKW3gAGN8j08gzyaepxjSBgpQATwr+bGL7kiaZ3kCA1hV4g+gwUVXLw3yBALQaPm0Kx70S5ajavwrQAZwooRPQJkHgBLgQZ4T5UgZoIefMeLjhx22+HpSBSgE7pTkEoj5vLIX8t4pl2+AGFCsmZtCkcm1+GNB1IHQKmElMAscAIdpmgfas9IA20Q3tg2QiBAgYYh4GOA9wv3fDRCPECBugAJVrsM0bfoCrAGDQL71TlanCWDfqRBlAm8OpgGgCrgFXgXbptgZUA7MaL0IlAJ7Drnm3SrhqYMpWYo3dVRJ/b02NkCNtM1ajzjk6nUDWE4DQJ0bwFDIAAkg2w2gKWSA899ewwJL+xUGwLqX5/g6RIBRLwBbNsYixXbU5yX7xUdgTus6adu1HrfJ0+IFYMrGuAB0qQZ86CpNK3YDdFqe9V2gA7iyyVPiBaAppAp44aclC6NJafUDkAN0Axv68f4y54Haf9uUfg0ApM/KP/DffLcAAAAASUVORK5CYII=");
  width: 22px;
  height: 22px;
  position: absolute;
  top: 13px;
  left: 13px;
  background-size: cover;
}

header .basket-toggle .basket-icon.basket-icon__black {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABOFBMVEUAAABVVVVbM1VbNFZcNVddNVZcNVZcNFZVOVVZN1lcNFZcNFZcNVVcNFZcNFZcM1daNVVbNVddM1ZbNFYAAABcNVZcNFZhMVVeNlFdNFZcNFdbNFdbNVdiO05cNFZcNFZAQEBcNFVgMFBgQGBYMVhcNFZcNFVcNFZcNFZcNFZcNFZcNVZVK1VcNFZbM1dbNVZdLl1cNFVdNFaAAIBcNFZdNFVbN1JcNFZcNFZcNFVdNFZdLlFcNFZbNVZZM1lcNVZcNFZcNFVdNFdcNFZZM1NcNFhbM1ZcNFZcNldcM1VVK1VeNlVcM1ZcNFZcM1dcM1VcNVZbN1tcNFZcNVZdNVddMlZcM1ZdMlVbNFVcM1ddM1dcM1ZcNFddNVZcNFZbMlddNFdbNVhtJEldNFdcNFZeMllcNFYAAAA6Fe1hAAAAZnRSTlMAA3hiYXl0/gkX8cPCnv0yMDWalwHH8BUT7V5wag3m1gTREAgahb/Aq/r3oAzzn2ULJ74C9WMc4/RFyRaAkRS9jsio6ChAX5gvaQY50KHacqoOr+6HR3dCe5BVfeBNukzXQwdYoy61AZnAAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB+IJBQ4bKUyM/JYAAAE0SURBVDjLjZLXQsJQEEQXCwGUKJoo0oRQQgALVlRUREUUe+/d+f9P0BRiwJuYebk7O+dl9y6Re3l6evWir9/DBLzgfOrr4+Bl5f4ABvRqEAE/AwiCH9KrYR7Bv3mIw0i7HgUX6s4FEWPjbROegCh0AREg+utiQKQzjycwmbRMnEIi3gEkJSlt9WlJSpJLZbI52Va5bIbycFSeFGdAIfwjKjjnBSo6A0UqxWTbdGp6ZvZn0LItMKdvYn5Bc4tLy5XyClbXqljf2NRaNWNXW5pLU10m2q7SDnYpqrUaBrBnBzQNYN8GUA4MoGUDHLb/q8SxgSPzR4/ZwIkJnKr2jM5FEi4uqYkrulY7NyZwq9q7+wrfeMDjUx7PL69qJ2wCLeYeU5azYl7NmwV4//isd6n25fJmvwFF2bYwESy2IgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOC0wOS0wNVQxNDoyNzo0MSswMjowMAgS3ZkAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTgtMDktMDVUMTQ6Mjc6NDErMDI6MDB5T2UlAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==);
  background-size: 22px;
  top: 5px;
  left: 0;
}

header .center {
  padding-top: 0;
}

header #title-search .search_animate_block {
  width: 30px;
  height: 25px;
  margin-left: -30px;
  cursor: pointer;
}

header #title-search {
  margin-right: 77px;
}

header #title-search form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 17px;
}

header #title-search #title-search-input {
  border: none;
  border-bottom: 1px solid #000;
  background: transparent;
  height: 25px;
  width: 0px;
  color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  font-family: MontserratRegular;
  padding-left: 0;
  visibility: hidden;
  opacity: 0;
}

.search_input_animate {
  width: 250px !important;
  padding-left: 5px !important;
  visibility: visible !important;
  opacity: 1 !important;
}

header #title-search input:nth-child(2) {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADVElEQVRo3u2ZPWvbUBSGXwk7i2whMtRQQ8HgQRYlKskgMsRekiVoiFcPpeD8hOCxWRX9BVPjpasCFu7iQigZigcZHJTGELIE0noQCMtZhGrURRdK6Yccy1Jc8oJGXT2PdO/V0RGFB8QwjM1er7fb7/e3R6MRf3d393w6nWYAIJvN3ufz+a88z48kSfq8t7f3cWtra/CQ60Qa27Y5RVEaxWLxGoA/z1EsFq8VRWnYts3FDu667pqqqkccx9kEKJfLfavX6+/a7fbrwWDwyrKsdc/zUp7npSzLWh8MBq/a7fbrer3+LpfLfSPncRxnq6p65LruWizwpmkKoigOCUC5XP6k67rseV4q7Bie56V0XZfL5fInMo4oikPTNIWlwmuadsAwzBSAXygUbrrd7v6iY3a73f1CoXADwGcYZqpp2sFS4Fut1huapmcA/Fqt9t5xnExUYzuOk6nVau8B+DRNz1qt1ptI4TVNOyDwx8fHb5dyhwAEY/s0Tc8iexKmaQpk2iwT/lcJhmGmC68J13XXyIINHnEsIdNJFMXhQruTqqpHCBZslHP+X3EcJ0MWdsAwf2zb5sg+H8VuM2+Ca/ocx9kPetkpitJAsM/HDU9C3hMBy3wh5YGu63JSAsG1/YAlfAzD2ERQHszzho06nuelSNkRMIUK3ev1dgFAluUP6XT6e1IC6XT6uyzLHwCAMIUS6Pf72wCws7OT2PwnIQyEKZTAaDTiAWBjY+MiaQHCQJhChWXZCQDfsqz1pAUCBj9gCheKomYA/CQXMEnA4AdMoUInDb1o6Gw2ew8Ak8mETRqGMBCmUAL5fP4rANze3r5IWoAwEKZQAjzPjwDg4uJiI2kBwsDz/JfQApIkfQaA8/PzStIChEGSpH7ok1a9lACw4sUc8B+U0yv/QQOs+Ccl8B981AMr3lYhibuxBcBvNpuHkQ4eV2uRHIIgXI7H42eRSsTR3G02m4eCIFwuTeJ37fVOpzN3e73T6fyxvT4ej58tVSKOHxxLlwAW/8V0cnLy119MsUiQGIaxqShKo1qtnpZKpSuWZScURc0oipqxLDsplUpX1Wr1VFGUxjyFWawSy8qTxGPJk8RjyZPEY8mTxGPJzxKVSuUsaZ4HS1QqlbPhcPjyBy9wy9N5QSXGAAAAAElFTkSuQmCC");
  background-size: 16px;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  width: 30px;
  height: 25px;
}

.main_slider_wrp {
  overflow: hidden;
}

.main_slider_wrp a:focus {
  color: #fff !important;
}

.main_slider_wrp .main_slider {
  float: left;
  width: 75%;
  height: 100%;
}

.main_slider_wrp .main_slider .animated {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

.main_slider_wrp .main_slider .owl-item, .main_slider_wrp .main_slider .owl-stage, .main_slider_wrp .main_slider .owl-stage-outer {
  height: 100%;
}

.main_slider_wrp .main_slider .owl-dots {
  position: absolute;
  bottom: 6%;
  left: 0;
  right: 0;
  text-align: center;
}

.main_slider_wrp .main_slider .owl-dots .owl-dot {
  display: inline-block;
  background: 0 0;
  width: 10px;
  height: 10px;
  border: 1px solid #958074;
  border-radius: 50%;
  margin: 0 7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.main_slider_wrp .main_slider .owl-dots .owl-dot.active {
  background: #958074;
}

.main_slider_wrp .text_block {
  background: #f3f3f3;
  width: 25%;
  height: 100%;
  color: #958074;
  float: left;
  text-align: center;
  display: table;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.main_slider_wrp .text_block::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  z-index: 10;
  margin-top: -12px;
}

.main_slider_wrp .text_block .text_block_content {
  display: table-cell;
  vertical-align: middle;
  margin: auto;
  padding: 0 10px;
}

.main_slider_wrp .text_block .title {
  font-size: 30px;
  line-height: 38px;
  text-transform: uppercase;
  font-weight: 600;
}

.main_slider_wrp .text_block .text {
  font-size: 18px;
  margin: 40px 0 50px;
  line-height: 30px;
}

.mainpage-sections {
  overflow: hidden;
  margin-right: -1px;
}

.mainpage-sections .section-tile {
  width: 25%;
}

.catalog-sections {
  margin-right: -1px;
  margin-top: 10px;
}

.catalog-sections .section-tile {
  width: 20%;
}

@media all and (max-width: 1700px) {
  .bx-filter-parameters-box-container input {
    padding: 0 25px;
  }
}
@media (max-width: 780px) {
  .catalog-sections .section-tile {
    width: 50%;
  }
}
@media all and (max-width: 1200px) {
  .krayt_content_block_active .catalog_filter_box {
    margin-left: 3%;
  }
  .bx_catalog_item {
    width: 33.33333%;
  }
  .krayt_filter_block {
    width: 240px !important;
  }
  .krayt_content_block_active {
    width: calc(100% - 241px);
  }
  .blo_active {
    margin-left: 210px;
  }
}
@media all and (max-width: 800px) {
  .bx_catalog_item {
    width: 50%;
  }
}
.section-tile {
  float: left;
  border: 1px solid #ddd;
  text-align: center;
  overflow: hidden;
  border-left: 0;
  margin-top: -1px;
}

.bx-ios .section-tile {
  margin-top: 0;
}

.section-tile__title {
  font-size: 1.125rem;
  color: #223338;
  padding: 1.3em 0 0;
  -webkit-transition: color 0.4s ease;
  transition: color 0.4s ease;
  padding-bottom: 10px;
}

.section-tile__img {
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-top: 100%;
}

.section-tile:hover .section-tile__title {
  color: #958074;
}

.section-tile:hover .section-tile__img {
  background-size: 110%;
  background-position: center;
}

@media (max-width: 479px) {
  .section-tile__title {
    font-size: 0.8rem;
  }
}
.advantages {
  max-width: 1326px;
  margin: 60px auto 60px;
  overflow: hidden;
  text-align: center;
  padding: 0 10px;
}

.advantages .advantage {
  float: left;
  width: 33.3333%;
  padding: 0 35px;
}

.advantages .advantage__img {
  display: block;
  margin: 0 auto;
  width: 70px;
}

.advantages .advantage__title {
  font-size: 1rem;
  margin: 0.9em 0 0.875em;
}

.hits {
  background: #fcfcfc;
  padding-bottom: 60px;
}

.hits h2 {
  text-align: center;
  padding: 2em 0 1.75em;
}

.hits .owl-nav {
  position: absolute;
  top: calc(50% - 25px);
}

@media (max-width: 669px) {
  .hits .prod-carousel .btn-circle_next {
    margin-left: 10px;
  }
}
.about_block h1 {
  padding-bottom: 1.3em;
  padding-top: 2em;
}

.bx-breadcrumb {
  overflow: hidden;
  height: 40px;
  line-height: 37px;
  color: #747474;
  padding-left: 5%;
  border-bottom: 1px solid #ddd;
  margin-top: 5px;
}

.bx-breadcrumb__item {
  float: left;
}

.bx-breadcrumb__arrow {
  font-size: 16px;
  line-height: 40px;
  float: left;
  margin: 0 3px;
}

#catalog-menu {
  position: relative;
  z-index: 40;
  margin-left: calc(5% - 2px);
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.catalog_filter_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 20px;
}

.catalog_filter_box a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-bottom: 1px dashed transparent;
}

.catalog_filter_box a:hover, .catalog_filter_box a:focus {
  border-bottom: 1px dashed #000;
}

.catalog_filter_box a:active {
  border-bottom: 1px dashed rgba(0, 0, 0, 0.3764705882);
}

#catalog-menu li {
  float: left;
  height: 100%;
}

#catalog-menu li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#catalog-menu li ul li {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#catalog-menu li a {
  display: block;
  margin-right: 50px;
  color: #000;
  font-size: 0.875rem;
  font-family: MontserratRegular;
}

#catalog-menu li a.root-item {
  position: relative;
}

#catalog-menu li a.selected::after {
  width: 100% !important;
  left: 0 !important;
}

#catalog-menu li a:hover {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#catalog-menu li ul, .catalog-menu-mobile {
  background: #fafafa;
  width: calc(100vw + 30px);
  margin-left: calc(-10% - 10px);
  padding-left: calc(10% + 10px);
}

#catalog-menu li ul {
  position: absolute;
  top: 47px;
  left: 0;
  right: 0;
  display: none;
}

#catalog-menu li ul a {
  text-transform: lowercase;
}

.catalog-menu-mobile {
  white-space: nowrap;
  display: none;
}

.catalog-menu-mobile li {
  display: inline-block;
}

.catalog-menu-mobile li:first-child a {
  padding-left: 10px;
}

.catalog-menu-mobile a {
  display: block;
  padding: 0 15px;
  color: #fff;
  height: 40px;
  line-height: 38px;
  text-transform: lowercase;
  font-size: 0.875rem;
  -webkit-transition: none;
  transition: none;
}

.catalog-menu-mobile a.selected {
  color: #958074;
}

.catalog-content {
  overflow: hidden;
}

.catalog-content .bx-section-desc {
  margin-top: 40px;
}

.catalog-content h1 {
  margin-left: 5%;
}

.bx_catalog_list_home {
  margin-right: -1px;
}

.bx_catalog_item {
  float: left;
  text-align: center;
  position: relative;
  background: #fff;
}

.bx_catalog_item:hover {
  z-index: 1;
}

.bx_catalog_item:hover a {
  color: #958074 !important;
}

.bx_catalog_item:hover .bx_catalog_item_container {
  border: 1px solid #958074;
}

.bx_catalog_item:hover .quick-view-btn {
  opacity: 0.8;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.bx_catalog_item .bx_catalog_item_container {
  display: block;
  border: 1px solid #ddd;
  margin-left: -1px;
  margin-top: -1px;
  padding: 7px;
}

.bx_catalog_item .bx_catalog_item_images {
  display: block;
  padding-top: 155%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.bx_catalog_item .quick-view-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 160px;
  height: 32px;
  line-height: 32px;
  margin: auto;
  font-size: 12px;
  padding: 0 15px;
  text-transform: uppercase;
  color: #fff;
  background: #958074;
  opacity: 0;
  -webkit-transition: -webkit-transform 0.4s ease, color 0.2s ease, opacity 0.4s ease;
  -webkit-transition: color 0.2s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: color 0.2s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  transition: transform 0.4s ease, color 0.2s ease, opacity 0.4s ease;
  transition: transform 0.4s ease, color 0.2s ease, opacity 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.bx_catalog_item .quick-view-btn:hover {
  opacity: 1;
}

.bx_catalog_item .quick-view-btn:active {
  opacity: 0.8;
}

.bx_catalog_item .bx_catalog_item_info {
  padding: 20px 10px;
  height: 170px;
}

.bx_catalog_item .bx_catalog_item_title {
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.bx_catalog_item .bx_catalog_item_price {
  margin: 10px 0;
  color: #000;
}

.bx_catalog_item .bx_catalog_item_price .bx_price {
  font-size: 18px;
}

.bx_catalog_item .bx_catalog_item_price .old_price {
  color: #747474;
  text-decoration: line-through;
  font-size: 14px;
  margin-right: 10px;
}

.bx_catalog_item .bx_catalog_item_scu {
  white-space: nowrap;
  overflow: hidden;
  color: #000;
}

.bx_catalog_item .bx_catalog_item_scu ul {
  display: inline-block;
}

.bx_catalog_item .bx_catalog_item_scu li {
  display: inline-block;
  margin-right: 6px;
  background: #fcfcfc;
  min-width: 25px;
  height: 18px;
  padding: 0 5px;
  font-size: 12px;
}

.bx_catalog_item .bx_catalog_item_scu li:last-child {
  margin-right: 0;
}

.bx_catalog_item .bx_catalog_item_scu .scu_name {
  margin-right: 12px;
}

@media (min-width: 1400px) {
  .bx_catalog_item .quick-view-btn {
    width: 170px;
    height: 40px;
    line-height: 40px;
  }
  .bx_catalog_item .bx_catalog_item_title {
    font-size: 16px;
  }
  .search_input_animate {
    width: 180px !important;
  }
  .bx-filter-section {
    padding-left: 20px;
    padding-right: 25px;
  }
}
@media all and (max-width: 1399px) {
  .bx-filter-block input {
    height: 37px;
    line-height: 37px;
    padding: 0 16px;
  }
  .bx-filter-section {
    padding-left: 20px;
    padding-right: 25px;
  }
}
@media all and (max-width: 1360px) {
  .bx-filter-block input {
    padding: 0 10px;
  }
}
@media (min-width: 1300px) {
  .bx_catalog_item {
    width: 20%;
  }
}
@media all and (min-width: 1201px) {
  .bx_catalog_item {
    width: 25%;
  }
}
@media (max-width: 800px) {
  .bx_catalog_item {
    width: 50%;
  }
  .bx-filter-section {
    padding-left: 10px;
    padding-right: 15px;
  }
  .bx-filter.bx-blue .bx-ui-slider-track {
    width: calc(100% + 0px);
    margin-left: 0px;
  }
  .catalog_filter_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media all and (max-width: 767px) {
  .krayt_content_block, .krayt_filter_block {
    width: 100% !important;
  }
  .blo {
    top: 103px;
    right: 10px;
  }
  .krayt_filter_block {
    display: none;
  }
}
@media (max-width: 479px) {
  .bx_catalog_item .label {
    top: 8px;
    right: 8px;
  }
  .bx_catalog_item .bx_catalog_item_price .bx_price {
    font-size: 14px;
  }
  .bx_catalog_item .bx_catalog_item_price .old_price {
    font-size: 12px;
  }
  .bx_catalog_item .bx_catalog_item_scu .scu_name {
    display: none;
  }
}
.prod-carousel {
  position: relative;
  white-space: nowrap;
  width: calc(100% + 1px);
}

.prod-carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding: 35px 15px 0 25px;
  width: 20%;
  border: 1px solid #ddd;
  border-right: 0;
  background: #fff;
  z-index: 5;
  margin-left: -1px;
  white-space: normal;
}

.prod-carousel-control h2 {
  padding-top: 0;
}

.prod-carousel-wrp {
  padding-left: 20%;
  position: relative;
  overflow: hidden;
}

@media (min-width: 1300px) {
  .prod-carousel-wrp .bx_catalog_item {
    width: 25%;
  }
  .catalog_filter_box {
    padding-right: 40px;
  }
}
.prod-carousel-wrp .owl-stage-outer {
  overflow: visible !important;
}

.prod-carousel .bx_catalog_item {
  display: inline-block;
  vertical-align: top;
  float: none;
}

.prod-carousel .bx_catalog_item .bx_catalog_item_container {
  margin-top: 0;
}

.prod-carousel .owl-item .bx_catalog_item {
  width: 100%;
  display: block;
}

.prod-carousel .btn-circle_next {
  margin-left: 15px;
}

.bx_item_detail .bx_lt {
  float: left;
  width: 53%;
}

.bx_item_detail .bx_lt .bx_item_slider {
  width: 69%;
  padding-top: 69%;
  position: relative;
  margin: 40px auto 0;
}

.bx_item_detail .bx_lt .bx_slider_conteiner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.bx_item_detail .bx_lt .bx_slider_conteiner:first-child {
  z-index: 9;
}

.bx_item_detail .bx_lt .bx_slider_conteiner ul {
  overflow: hidden;
  white-space: nowrap;
  font-size: 0;
  height: 100%;
}

.bx_item_detail .bx_lt .bx_slider_conteiner ul li {
  display: inline-block;
  width: 100%;
  height: 100%;
}

.bx_item_detail .bx_lt .bx_slider_conteiner img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.bx_item_detail .bx_lt .bx_slider_conteiner .btn-circle {
  position: absolute;
  top: calc(50% - 25px);
  z-index: 10;
}

.bx_item_detail .bx_lt .bx_slider_conteiner .btn-circle_prev {
  left: -60px;
}

.bx_item_detail .bx_lt .bx_slider_conteiner .btn-circle_next {
  right: -60px;
}

.bx_item_detail .bx_lt .label {
  top: 0;
  right: 0;
  z-index: 5;
}

.bx_item_detail .bx_rt {
  float: left;
  width: 47%;
  padding-right: 40px;
  position: relative;
}

.bx_item_detail .bx_item_info {
  max-width: 340px;
}

.bx_item_detail .bx_item_buttons {
  right: 40px;
  width: 230px;
}

.bx_item_detail .item_price {
  margin: 12px 0 20px;
}

.bx_item_detail .item_current_price {
  display: inline-block;
  font-size: 30px;
}

.bx_item_detail .item_old_price {
  display: inline-block;
  font-size: 18px;
  color: #747474;
  margin-left: 15px;
  text-decoration: line-through;
}

.bx_item_detail .one-click-order {
  margin-top: 30px;
  margin-bottom: 10px;
}

.bx_item_detail .one-click-btn {
  color: #958074;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-bottom: 1px dashed #958074;
  text-transform: uppercase;
}

.bx_item_detail .one-click-btn:hover {
  border-bottom-color: transparent;
}

.bx_item_detail .scu_block {
  min-height: 30px;
  margin-bottom: 30px;
}

.bx_item_detail .bx_item_info .bx_item_detail_size {
  overflow: hidden;
}

.bx_item_detail .bx_item_detail_size li {
  float: left;
  height: 30px;
  width: 50px;
  margin-right: 6px;
  background: #fafafa;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  border: 2px solid #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bx_item_detail .bx_item_detail_size li {
  border: 1px solid transparent;
}

.bx_item_detail .bx_item_detail_size li.bx_active, .bx_item_detail .bx_item_detail_size li:hover {
  border: 1px solid #958074;
}

.bx_item_detail .bx_item_detail_scu .bx_scu {
  height: 40px;
  margin-bottom: 20px;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li {
  width: 50px !important;
  height: 50px !important;
  padding-top: 0 !important;
}

.bx_item_detail .delivery_options {
  margin-bottom: 30px;
}

.bx_item_detail .delivery_options span {
  color: #958074;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-bottom: 1px dashed #958074;
  cursor: pointer;
}

.bx_item_detail .delivery_options span:hover {
  border-bottom-color: transparent;
}

.bx_item_detail h1 {
  margin-left: 0 !important;
  padding-bottom: 0.8em;
}

.bx_item_detail h3 {
  margin-bottom: 10px;
}

.bx_item_detail .share {
  margin-bottom: 30px;
}

.bx_item_detail .api-yashare {
  display: inline-block;
  margin: 0 0 0 5px;
  vertical-align: text-top;
}

.bx_item_detail .ya-share2__container_size_m .ya-share2__icon, .bx_item_detail .ya-share2__container_size_s .ya-share2__icon {
  width: 20px;
  height: 20px;
}

.bx_item_detail .property_list .property {
  height: 26px;
  line-height: 26px;
  position: relative;
}

.bx_item_detail .property_list .property span {
  background: #fff;
  position: relative;
}

.bx_item_detail .property_list .property .prop_name {
  padding-right: 3px;
}

.bx_item_detail .property_list .property .prop_value {
  padding-left: 3px;
  float: right;
}

.bx_item_detail .property_list .property:before {
  content: "";
  position: absolute;
  top: 17px;
  border-bottom: 1px dotted #ddd;
  width: 100%;
}

.bx_item_detail .btn_add {
  position: relative;
  width: 100%;
}

@media (min-width: 1301px) {
  .bx_item_detail .btn_add:hover {
    width: 105%;
  }
  .bx_item_detail .btn_add:hover:after {
    border-left-color: #7a695f;
  }
  .bx_item_detail .btn_add:active:after {
    border-left-color: #7a695f;
  }
  .bx_item_detail .btn_add:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -6px;
    border: 6px solid transparent;
    border-left: 6px solid #958074;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
  }
}
.bx_item_detail .bx_md {
  clear: both;
}

.bx_item_detail .bx_item_description h2 {
  padding-bottom: 1.25em;
  padding-top: 2em;
}

.bx_item_detail .accessories, .bx_item_detail .prod-carousel {
  margin-top: 45px;
}

.advices-list {
  overflow: hidden;
  margin: 0 -10px;
  font-size: 0;
}

.advice-item {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  padding: 0 10px;
  font-size: 14px;
  margin-bottom: 30px;
}

.advice-item__content {
  display: block;
}

.bx-no-touch .advice-item__content:hover img {
  -webkit-transform: scale(1.07);
  transform: scale(1.07);
}

.bx-no-touch .advice-item__content:hover .advice-item__sep {
  width: 100%;
}

.advice-item__img {
  overflow: hidden;
}

.advice-item__date {
  color: #747474;
  margin: 12px 0 10px;
}

.advice-item__title {
  text-transform: uppercase;
  min-height: 42px;
  max-height: 63px;
  overflow: hidden;
}

.advice-item__sep {
  background: #958074;
  width: 90px;
  height: 3px;
  -webkit-transition: width 0.4s ease-out;
  transition: width 0.4s ease-out;
  margin-top: 20px;
}

.advice-item img {
  display: block;
  width: 100%;
  -webkit-transition: -webkit-transform 0.4s ease-out;
  transition: -webkit-transform 0.4s ease-out;
  transition: transform 0.4s ease-out;
  transition: transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

.advice-detail-wrp {
  overflow: hidden;
  position: relative;
}

.advice-detail {
  width: 870px;
  float: left;
}

.advice-detail__content {
  overflow: hidden;
}

.advice-detail__date {
  color: #747474;
  margin-bottom: 15px;
}

.filler-advatage__title {
  color: #958074;
  font-weight: 900;
}

.page-navigation .page-current {
  color: #958074;
  font-weight: 600;
}

.advice-detail__img {
  display: block;
  float: left;
  margin: 0 20px 10px 0;
}

.other-advices-wrp {
  margin-top: 47px;
  width: 280px;
  float: right;
}

.other-advices__item {
  margin-top: 20px;
  text-transform: uppercase;
}

.advice-navigation {
  font-size: 0.875rem;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  overflow: hidden;
}

.advice-navigation__prev {
  float: left;
}

.advice-navigation__prev .btn-circle_small_prev {
  float: left;
  margin-right: 15px;
}

.advice-navigation__next {
  float: right;
}

.advice-navigation__next .btn-circle_small_next {
  float: right;
  margin-left: 15px;
}

.advice-recommend-block {
  margin-top: 20px;
}

.advice-recommend-block .owl-nav {
  position: absolute;
  top: -78px;
  right: 30px;
}

@media (max-width: 669px) {
  .advice-recommend-block .owl-nav {
    top: -67px;
    right: 10px;
  }
  .advice-recommend-block .prod-carousel .btn-circle_next {
    margin-left: 10px;
  }
}
.staff-block h2 {
  padding-top: 1.5em;
}

.staff-list {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.staff-item {
  float: left;
  width: 180px;
  text-align: center;
}

.staff-item img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.filler-advatage {
  float: left;
  width: 50%;
  padding-left: 90px;
  margin-bottom: 40px;
}

.filler-advatage:nth-child(2n+1) {
  padding-right: 30px;
  clear: both;
}

.filler-advatage__title {
  text-transform: uppercase;
}

.filler-advatage_durable {
  background: url("/local/templates/mall/css/../images/filler_durable.png") 0 5px no-repeat;
}

.filler-advatage_nowater {
  background: url("/local/templates/mall/css/../images/filler_nowater.png") no-repeat;
}

.filler-advatage_eco {
  background: url("/local/templates/mall/css/../images/filler_eco.png") 0 7px no-repeat;
}

.filler-advatage_hypoallergenic {
  background: url("/local/templates/mall/css/../images/filler_hypoallergenic.png") no-repeat;
}

.page-navigation {
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
}

.page-navigation a, .page-navigation span {
  margin: 0 3px;
  padding: 0 5px;
}

.basket-toggle {
  cursor: pointer;
}

.basket-toggle .basket-counter {
  background: #958074;
  width: 15px;
  height: 15px;
  color: #fff;
  text-align: center;
  line-height: 15px;
  display: block;
  border-radius: 50%;
  font-size: 10px;
  position: relative;
  top: -15px;
  left: 18px;
}

.header_bottom_menu .basket-toggle .basket-counter {
  top: -8px;
  left: 10px;
  display: block;
}

#basket {
  position: fixed;
  top: 0px !important;
  bottom: 0;
  right: -280px;
  z-index: 100;
  -webkit-transition: right 0.3s ease;
  transition: right 0.3s ease;
}

#basket.open {
  right: 0;
}

#basket .basket-toggle {
  float: left;
  width: 40px;
  height: 100%;
  position: relative;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  background-color: #dfdfdf;
}

#basket .basket-toggle:hover {
  background-color: #F0F0F0;
}

#basket .basket-toggle:active {
  background-color: #F1F1F1;
}

#basket .basket-toggle .basket-icon {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABOFBMVEUAAABVVVVbM1VbNFZcNVddNVZcNVZcNFZVOVVZN1lcNFZcNFZcNVVcNFZcNFZcM1daNVVbNVddM1ZbNFYAAABcNVZcNFZhMVVeNlFdNFZcNFdbNFdbNVdiO05cNFZcNFZAQEBcNFVgMFBgQGBYMVhcNFZcNFVcNFZcNFZcNFZcNFZcNVZVK1VcNFZbM1dbNVZdLl1cNFVdNFaAAIBcNFZdNFVbN1JcNFZcNFZcNFVdNFZdLlFcNFZbNVZZM1lcNVZcNFZcNFVdNFdcNFZZM1NcNFhbM1ZcNFZcNldcM1VVK1VeNlVcM1ZcNFZcM1dcM1VcNVZbN1tcNFZcNVZdNVddMlZcM1ZdMlVbNFVcM1ddM1dcM1ZcNFddNVZcNFZbMlddNFdbNVhtJEldNFdcNFZeMllcNFYAAAA6Fe1hAAAAZnRSTlMAA3hiYXl0/gkX8cPCnv0yMDWalwHH8BUT7V5wag3m1gTREAgahb/Aq/r3oAzzn2ULJ74C9WMc4/RFyRaAkRS9jsio6ChAX5gvaQY50KHacqoOr+6HR3dCe5BVfeBNukzXQwdYoy61AZnAAAAAAWJLR0QAiAUdSAAAAAlwSFlzAAAN1wAADdcBQiibeAAAAAd0SU1FB+IJBQ4bKUyM/JYAAAE0SURBVDjLjZLXQsJQEEQXCwGUKJoo0oRQQgALVlRUREUUe+/d+f9P0BRiwJuYebk7O+dl9y6Re3l6evWir9/DBLzgfOrr4+Bl5f4ABvRqEAE/AwiCH9KrYR7Bv3mIw0i7HgUX6s4FEWPjbROegCh0AREg+utiQKQzjycwmbRMnEIi3gEkJSlt9WlJSpJLZbI52Va5bIbycFSeFGdAIfwjKjjnBSo6A0UqxWTbdGp6ZvZn0LItMKdvYn5Bc4tLy5XyClbXqljf2NRaNWNXW5pLU10m2q7SDnYpqrUaBrBnBzQNYN8GUA4MoGUDHLb/q8SxgSPzR4/ZwIkJnKr2jM5FEi4uqYkrulY7NyZwq9q7+wrfeMDjUx7PL69qJ2wCLeYeU5azYl7NmwV4//isd6n25fJmvwFF2bYwESy2IgAAACV0RVh0ZGF0ZTpjcmVhdGUAMjAxOC0wOS0wNVQxNDoyNzo0MSswMjowMAgS3ZkAAAAldEVYdGRhdGU6bW9kaWZ5ADIwMTgtMDktMDVUMTQ6Mjc6NDErMDI6MDB5T2UlAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAABJRU5ErkJggg==");
  width: 32px;
  height: 32px;
  position: absolute;
  top: 395px;
  left: 4px;
  background-size: cover;
}

#basket .basket-close {
  display: none;
  position: absolute;
  top: 20px;
  left: 8px;
  color: #fff;
  font-size: 24px;
}

#basket .basket_content {
  width: 280px;
  float: left;
  height: 100%;
  background: #fff;
  position: relative;
}

#basket .b_head {
  height: 74px;
  border-bottom: 1px solid #f5f5f5;
  padding: 0 14px;
  font-size: 14px;
}

#basket .b_head h2 {
  padding: 10px 0 0;
}

#basket .b_head .total_sum {
  margin-left: 20px;
}

#basket .b_head .loader {
  position: absolute;
  top: 3px;
  left: 165px;
  width: 65px;
  display: none;
}

#basket .b_body {
  position: absolute;
  top: 74px;
  bottom: 75px;
  left: 0;
  right: 0;
}

#basket .b_footer {
  padding: 14px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  border-top: 1px solid #f5f5f5;
}

#basket .b_footer .btn {
  width: 100%;
}

#basket p.msg {
  margin: 14px;
}

#basket #basket_items tr.basket_item {
  display: block;
  padding-top: 5px;
  overflow: hidden;
  margin-bottom: 5px;
  position: relative;
}

#basket #basket_items tr.basket_item:last-child {
  border: 0;
}

#basket #basket_items td {
  float: left;
  display: block;
}

#basket #basket_items td.item {
  padding-left: 80px;
  padding-right: 22px;
  float: none;
}

#basket #basket_items td.item .scu_name {
  color: #747474;
}

#basket #basket_items td.item .bx_ordercart_itemart {
  margin-top: 7px;
}

#basket #basket_items td.quantity {
  clear: both;
  width: 50%;
  height: 20px;
  margin-top: 15px;
}

#basket #basket_items td.quantity .upd_quantity {
  float: left;
  width: 20px;
  height: 20px;
  background: #958074;
  color: #fff;
  text-align: center;
  font-size: 12px;
  line-height: 20px;
}

#basket #basket_items td.quantity .upd_quantity:hover {
  background-color: #958074;
}

#basket #basket_items td.quantity .upd_quantity:active {
  background-color: #7a695f;
  line-height: 22px;
}

#basket #basket_items td.quantity input[type=text] {
  float: left;
  padding: 0;
  height: 20px;
  width: 30px;
  border: 0;
  background: 0 0;
  text-align: center;
  outline: 0;
}

#basket #basket_items td.quantity .measure {
  margin-left: 7px;
  float: left;
  line-height: 20px;
}

#basket #basket_items td.price {
  width: 50%;
  height: 20px;
  text-align: right;
  padding-right: 20px;
  line-height: 20px;
  margin-top: 15px;
}

#basket #basket_items td.price .old_price {
  display: none;
}

#basket #basket_form_container .custom {
  display: none;
}

#basket #basket_items .bx_ordercart_photo {
  width: 70px;
  height: 70px;
  background-size: cover;
  background-position: center;
}

#basket #basket_items .remove {
  position: absolute;
  top: 7px;
  right: 7px;
  font-size: 18px;
  cursor: pointer;
  -webkit-transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, -webkit-transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease;
  transition: color 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

#basket #basket_items .remove:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #958074;
}

.enter {
  width: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.enter__form {
  margin: 0 auto;
  max-width: 530px;
  position: relative;
  overflow: hidden;
  padding: 0 15px;
}

.enter__login, .enter__registration {
  width: 50%;
  padding-bottom: 70px;
  float: left;
}

.enter__form_login {
  -webkit-transform-origin: top center;
  transform-origin: top center;
}

.enter__login-form {
  margin-top: 70px;
}

.enter__reg-form {
  margin-top: 44px;
}

.enter__registration {
  background: #f5f5f5;
}

.enter__forgotpsw {
  display: none;
}

.enter__forgotpsw form {
  padding-top: 35px;
}

.enter__forgotpsw form .btn {
  margin-top: 0;
}

.enter__social {
  max-width: 300px;
  margin: 0 auto 50px;
  border-bottom: 1px solid #ddd;
}

.changepsw-form, .personal-cabinet .bx-auth-profile {
  max-width: 500px;
}

.enter__text-label {
  margin-bottom: 17px;
}

.enter__text-label_psw {
  margin-bottom: 30px;
}

.enter__rem-forgot-wrp {
  overflow: hidden;
}

.enter__remember-me {
  float: left;
}

.enter__forgot-psw {
  float: right;
}

.enter__forgot-psw a {
  color: #958074;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-bottom: 1px dashed #958074;
}

.enter__forgot-psw a:hover {
  border-bottom-color: transparent;
}

.enter h2 {
  padding-bottom: 1em;
  padding-top: 2em;
}

.enter .input-text {
  width: 100%;
}

.enter .btn {
  width: 200px;
  margin-top: 30px;
}

.enter .required-fields {
  color: #747474;
}

@media (max-width: 750px) {
  .enter {
    display: block;
  }
  .enter__login, .enter__registration {
    width: 100%;
    float: none;
  }
  .enter__login {
    padding-bottom: 50px;
  }
  .enter__registration {
    padding-bottom: 100px;
  }
  .enter__form {
    padding: 0 10px;
  }
  .enter__login-form {
    margin-top: 40px;
  }
  .enter__social {
    margin-bottom: 35px;
  }
  .enter__reg-form p {
    text-align: left;
  }
  .enter h4 {
    font-size: 13px;
  }
}
.changepsw-form .input-text {
  width: 100%;
}

.changepsw-form__text {
  color: #747474;
  margin-top: 20px;
}

.personal-cabinet, .personal-cabinet .tabs-content {
  margin-top: 40px;
}

.changepsw-form__link-enter {
  color: #958074;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-bottom: 1px dashed #958074;
}

.changepsw-form__link-enter:hover {
  border-bottom-color: transparent;
}

.personal-cabinet .tabs__item {
  width: 50%;
}

.personal-cabinet .bx-auth-profile .input-text {
  width: 100%;
}

.personal-cabinet .bx-auth-profile .btn_grey {
  margin-left: 10px;
}

.personal-cabinet .bx-auth-profile .btns, .personal-cabinet .change_psw_title {
  margin-top: 10px;
}

.bx-soa-editstep {
  display: inline;
  font-size: 14px;
  vertical-align: middle;
  color: #958074;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-bottom: 1px dashed #958074;
}

.bx-soa-editstep:hover {
  border-bottom-color: transparent;
  color: #958074;
}

.bx-soa-item-td-title {
  line-height: 20px;
  color: #747474;
  padding-bottom: 3px;
  font-size: 14px;
}

.bx-soa-section {
  margin-bottom: 15px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  border: 1px solid #ddd;
}

.bx-soa-section.bx-selected {
  border: 1px solid #958074;
}

.bx-soa-more-btn .btn {
  width: 120px;
}

.bx_soa_location .input-text:last-of-type {
  margin-bottom: 10px;
}

.bx-soa-pp-company-smalltitle {
  padding-top: 7px;
  color: #747474;
  font-size: 11px;
  text-align: center;
  padding-bottom: 5px;
}

.bx-soa-pp-company-graf-container {
  border: 1px solid #ddd;
  position: relative;
  background: #fff;
  width: auto;
  height: 0;
  padding-top: 50%;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.bx-soa-pp-company-graf-container:hover {
  border: 1px solid #958074;
}

.bx-soa-pp-company-logo .bx-soa-pp-company-graf-container {
  border: 1px solid #ddd !important;
  cursor: default !important;
}

.bx-soa-pp-company.bx-selected .bx-soa-pp-company-graf-container {
  border: 1px solid #958074;
  -webkit-box-shadow: 0 0 0 1px #958074 inset;
          box-shadow: 0 0 0 1px #958074 inset;
  cursor: default;
}

.bx-soa-pp-list-termin {
  color: #747474;
  display: block;
}

.bx-soa-customer .input-text {
  margin-bottom: 0;
}

.bx-soa-cart-total {
  border: 1px solid #ddd;
  padding: 10px 15px;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.bx-soa-cart-total.bx-soa-cart-total-fixed {
  position: fixed;
  top: 66px;
}

.bx-soa-cart-total-line {
  padding: 5px 0;
  font-size: 14px;
  border-top: 1px dotted #ddd;
  line-height: 25px;
  overflow: hidden;
}

.sale_order_full_table a {
  color: #958074;
  border-bottom: 1px dashed #958074;
}

.bx-soa-coupon-input:after {
  content: "chevron_right";
  display: block;
  position: absolute;
  right: 0;
  top: 6px;
  cursor: pointer;
  color: #ddd;
  font-size: 24px;
}

.bx-soa-coupon-input:after:hover {
  color: #958074;
}

.page404 {
  padding-top: 40px;
}

.page404__image {
  float: left;
  width: 48.65%;
}

.page404__text {
  float: right;
  width: 49%;
  line-height: 24px;
  padding-top: 10%;
}

.page404__title {
  font-size: 200px;
  padding: 0;
  line-height: 1;
  color: #003342;
  display: none;
}

.page404__hiddenTxt {
  display: none;
}

.page404 h3 {
  margin: 30px 0 25px;
}

.page404 ul {
  margin-bottom: 20px;
}

.page404 ul li {
  position: relative;
  padding-left: 15px;
}

.page404 ul li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  background: #958074;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.page404 a {
  color: #958074;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-bottom: 1px dashed #958074;
}

.page404 a:hover {
  border-bottom-color: transparent;
}

@media (max-width: 1054px) {
  .page404__title {
    font-size: 170px;
  }
  .page404__text {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .page404__image {
    width: 40%;
    padding-top: 25px;
  }
  .page404__text {
    width: 58%;
  }
  .page404__title {
    font-size: 140px;
  }
  .page404 h3 {
    margin: 20px 0 15px;
  }
}
@media (max-width: 840px) {
  .page404__image, .page404__text {
    width: 100%;
    float: initial;
  }
  .page404 {
    padding-top: 25px;
  }
  .page404__hiddenTxt {
    font-size: 70px;
    display: initial;
  }
  .page404__image {
    padding-top: 0;
    max-width: 300px;
    margin: 0 auto;
    display: block;
  }
  .page404__title {
    font-size: 100px;
    line-height: 110px;
  }
  .page404 h3 {
    margin-top: 15px;
  }
  .page404 ul {
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .page404__title {
    font-size: 75px;
    line-height: 75px;
  }
  .page404__title span {
    font-size: 50px;
  }
  .page404 h3 {
    font-size: 14px;
    line-height: 20px;
  }
  .page404__text {
    line-height: 21px;
  }
}
@media (max-width: 450px) {
  .page404__title {
    font-size: 60px;
    line-height: 60px;
  }
  .page404__title span {
    font-size: 35px;
  }
}
.left-panel {
  width: 375px;
  background: #f3f3f3;
  position: fixed;
  top: 0;
  bottom: 0;
  left: -375px;
  -webkit-transition: left 0.3s ease;
  transition: left 0.3s ease;
  z-index: 200;
}

@media all and (max-width: 374px) {
  .left-panel {
    width: 320px;
    left: -320px;
  }
}
.left-panel.open {
  left: 0;
}

.left-panel .head {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 95px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.left-panel .head .logo {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 10px;
}

.left-panel .head .logo .name {
  font-size: 24px;
  line-height: 34px;
  font-weight: 600;
}

.left-panel .head .logo .desc {
  font-size: 12px;
  margin-top: -2px;
}

.left-panel .body .menu-wrp ul ul {
  display: none;
}

.cat_block {
  width: 30px;
  height: 30px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAAFi0lEQVR42u2af0iTeRzHP5tz5lw2nMwZGnnN1FOjJFYsEb1+eJSlFmnEYSh6iBmIHnlJRBqiIOofVx1iB6WG+keNIyLHkCkph0LJmKKHnWPMGVo6N3Vtzofn/tln7Sovndu+dfe8/tv2PN/P+/39Pvs+3+/7eQAYGBgYGBgYGBgYfI7ZbOabzWY+SQ0cUoXX1tbYWVlZnTwezwIAuSQ7gQgVFRUNAEADAN3Y2FhOWo9PuXfvXgGaBwCaw+HY+/r6Ukjr8gl9fX0p/v7+NgCg2Ww2xWazKQCgw8LCXk9PT+8krc+rvHr16huhUPgGXC79W7duXcfPMpls0GazcUnr9ApGo1EQFxc3hmYLCwtbAQAoimJnZGQ8we9LS0t/Ia3V49jtdk56eroCTaampqpcR3phYUGwZ8+ev/D39vb2i6Q1exTHqNIAQEskksm3b9+GfHjMyMjI/sDAwBUAoHk83opard5HWrdHuHv3bjGa37Fjh3F8fDx2vWPv37+f59pRRqNRQFr/llAqlcc4HI4dHLc6hUJx4nPnFBcX/4qdkJGR8YSiKDZpH24xMTGxVyAQGNHM7du3SzZyntVq5Uql0iE8r6am5jppL5tmfn4+JDo6ehJNXL58+c5mztfpdLtCQ0PfgGOt8OzZs+9Je9owq6ur3LS0tF40f/z4cYXdbt/0nkOpVB7z8/OjAIAOCQmZn5qa2k3a24YoKipqQfOxsbHjW5nIamtrf8a2kpKSXlgslm2k/f0rzc3NZShYKBTOT05OSrbSHkVR7DNnzvyObebn5/9G2uO6PH369KSfn58dAGh/f3+bSqVK9US7RqNRIJFInPNJS0vLj6S9foRGo0nYvn27CUW2trYWerJ9tVq9j8fjrQAAHRAQ8G5oaEhK2rOTubm50KioKC2aLy8vb/RGnba2th+wRmRkpG5ubi6UtHewWq3c5OTk5yjs1KlTT9bW1ry2cCkpKbmDtY4ePap05+7iUS5duvQABSUmJmpMJlOwN+tZrVbu4cOH/8CalZWVdcTM19fXX0UhIpFoVqvV7vZFXb1eHyESiWYBgGaxWPTjx4+zfG5eLpdnsVgsChyT0sDAgMyX9Xt7e7/DO05wcLBpYmJir8+Kj4yM7A8KCloCx+g7Jief43oFxsfHjy0tLXk/Xp+ZmRFHRkbqsPC1a9fI/QcBIDs7W45acnNzu71azGKxbDt06JBzl5adnf2I9FZ1cXExODo6+k/U1NTUVOa1YhcuXOjEQgcOHHixvLzMI2ke0Wg0CfiX5HA49v7+fs/H69XV1TfQfHh4uEGv10eQNu7Kw4cPL6I+sVj82mAweC5e7+7uzsEZPzAwcGV4ePggacOf4sqVK87c0WPx+vDw8EEMKlksFtXV1ZVD2uh62Gw2rkwmG8ROcHSI++j1+ojw8HADNnjz5s0bpE1+junp6Z1hYWGvUXNHR4d78fry8jIvKSnpBTbkmAC/ClQqVSoGsW7F6xRFsc+ePfsIzUul0qEvPon5gIaGhp9Q/6bj9aqqqlp4v+3Uz8zMiEkbcodz5845B/H06dMbi9dd99xBQUFLL1++3E/aiLuYTKbgmJiYcfTjeAi7PoODg7KAgIB34Iii5XK573dZHmZ0dPRbPp+/hJ56eno+/WBGq9Xuxi0mANB1dXVXSYv3FJ2dnTnoSygUzn+0bTebzfzExEQ1HpSXl/eAtGhPU1ZW1oz+PorXMzMznbHzkSNHnlut1v/cCwqrq6sc1+iuoKDgfbze1dWVw+VybVFRUdrZ2VkRabHewmAw7BSLxc5F0j/idYVCcUKj0SSQFult+vv7U3CR9MXF677C8UoeDQC0I2D9/3H+/Pnu+Pj4MZ1Ot4u0FiKYzWb+wsLC1/32CQMDAwMDAwMDwxb5G2RVh4/1G6bFAAAAAElFTkSuQmCC");
  position: absolute;
  background-size: 16px 12px;
  background-position: center;
  background-repeat: no-repeat;
  right: 10px;
  top: 5px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.cat_block_hover {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADWUlEQVR42u2aMUhVURjHRUQkREQkREQkQiJEHKTBQSRCosnJQaQhIqJJJKRB3KIhokEkIhqcxEEinCSiQUQcHCIiQkIkRCRERERE/j8bOo8+XmrP9+69n8X5T/q455z/77v3nPOd796ysqioqKioqKioqKjMBVQD1d4+vODLJc1Kmvb24iJJT4+CJA17+8ka/g6Q4z8CDiV1e/vKCr4bOAjgAhT+3gAavf2lKuAS8MM++pJGzf8LQKW3z7Tga4HPBvZV+L1c0qz5fdzbaxrwFZLmDOQHe6dDcL6FqXAkacDbc6KSNG4WvBWg7pggdQB74Zo9oN3bd1Lw93MrPrANXDnl2tvm2hWg1tt/qfA3gEOz1fUW0OaFmSqzQLk3R1ECWoFtA/OgwHaVkpZMu1FvlmLg64AVAzFxxvbNue0SkKSb3kxnMV8p6b2BnwMqztpPmD65JGkLaPFmK9T4S7PifyllIZP0yPS1DFR58/3N8JAxvAVcLqW/kCS9NU/Ta2/G0+BvmRX/QFJPEv2GJMmuJ/e8WY8z2QbsmEzubsL9t5skaV/SNW9ma64eWDV36Fka40gaNEnSGlDvzZ5b8eezSlwkTZix3hWzuyRtaNIsep+AmjTHCwFfNEF44gk/YuA3s9qngSZg06w3fR7wfSZJ2ZfUlfH4182OswO0ZjZ4OLbumjswmCW8CYJ9Aj9nUl4HGoC1czEHfwXhjfGSbnkdqALsKW3G+6gK1ABfjaeh1AaTNJWXl1/whDdBaDNTMp3yuqQxA78ONHmD5/kbMElSsuV1Sf1mxd8DOr2BT/A5bqZCMuV1oNPk4JLU7w16itdKSQuJlddDwrFuOhzzhizAcyOwUXJ5HbgALBv4KW+4QiWpxyRJZy+vhyLEjIFfOveVmD+D8DDvPUThVSlJj03j70CDN1CRQbA3sbBTat6Zexfo8AYpViFJ+lJweV1SF7BvVvzsT1nJB+GqSZJ04osZoCV3xAzRGvE2n5RCHmMLtS358NXARwM/6W06hSA8P7G8nld2nv8fP1AIr+dt6e53eT08IgfAKnDR22yKQchPkn6X1yX1Am3eJtNW+D4plyTtA+envJ5hEIbNVFj09uMVhOlQRmv29uKisPP921+fREVFRUVFRUVFlaifN2OUu5Ghqz4AAAAASUVORK5CYII=");
}

.left_menu_cat_block_active {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAACXBIWXMAAA7EAAAOxAGVKw4bAAADWUlEQVR42u2aMUhVURjHRUQkREQkREQkQiJEHKTBQSRCosnJQaQhIqJJJKRB3KIhokEkIhqcxEEinCSiQUQcHCIiQkIkRCRERERE/j8bOo8+XmrP9+69n8X5T/q455z/77v3nPOd796ysqioqKioqKioqKjMBVQD1d4+vODLJc1Kmvb24iJJT4+CJA17+8ka/g6Q4z8CDiV1e/vKCr4bOAjgAhT+3gAavf2lKuAS8MM++pJGzf8LQKW3z7Tga4HPBvZV+L1c0qz5fdzbaxrwFZLmDOQHe6dDcL6FqXAkacDbc6KSNG4WvBWg7pggdQB74Zo9oN3bd1Lw93MrPrANXDnl2tvm2hWg1tt/qfA3gEOz1fUW0OaFmSqzQLk3R1ECWoFtA/OgwHaVkpZMu1FvlmLg64AVAzFxxvbNue0SkKSb3kxnMV8p6b2BnwMqztpPmD65JGkLaPFmK9T4S7PifyllIZP0yPS1DFR58/3N8JAxvAVcLqW/kCS9NU/Ta2/G0+BvmRX/QFJPEv2GJMmuJ/e8WY8z2QbsmEzubsL9t5skaV/SNW9ma64eWDV36Fka40gaNEnSGlDvzZ5b8eezSlwkTZix3hWzuyRtaNIsep+AmjTHCwFfNEF44gk/YuA3s9qngSZg06w3fR7wfSZJ2ZfUlfH4182OswO0ZjZ4OLbumjswmCW8CYJ9Aj9nUl4HGoC1czEHfwXhjfGSbnkdqALsKW3G+6gK1ABfjaeh1AaTNJWXl1/whDdBaDNTMp3yuqQxA78ONHmD5/kbMElSsuV1Sf1mxd8DOr2BT/A5bqZCMuV1oNPk4JLU7w16itdKSQuJlddDwrFuOhzzhizAcyOwUXJ5HbgALBv4KW+4QiWpxyRJZy+vhyLEjIFfOveVmD+D8DDvPUThVSlJj03j70CDN1CRQbA3sbBTat6Zexfo8AYpViFJ+lJweV1SF7BvVvzsT1nJB+GqSZJ04osZoCV3xAzRGvE2n5RCHmMLtS358NXARwM/6W06hSA8P7G8nld2nv8fP1AIr+dt6e53eT08IgfAKnDR22yKQchPkn6X1yX1Am3eJtNW+D4plyTtA+envJ5hEIbNVFj09uMVhOlQRmv29uKisPP921+fREVFRUVFRUVFlaifN2OUu5Ghqz4AAAAASUVORK5CYII=");
}

.left_menu_a_active {
  background-color: #7a695f;
  color: #fff !important;
}

.left-panel .body .menu-wrp .ul_active {
  display: block;
}

.left-panel .close-btn {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #958074;
  font-size: 26px;
  -webkit-transition: -webkit-transform 0.3s ease;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0.8;
}

.left-panel .close-btn img {
  width: 20px;
  height: 20px;
}

.left-panel .close-btn:hover {
  opacity: 1;
}

.left-panel .close-btn:active {
  opacity: 0.6;
}

.left-panel .body {
  position: absolute;
  top: 95px;
  bottom: 0;
  left: 0;
  right: 0;
  padding-bottom: 15px;
}

.left-panel .body a {
  color: #958074;
  text-transform: uppercase;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  display: block;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.quick-view-popup .bx_item_detail .btn:after, .quick-view-popup .bx_item_detail .delivery_options {
  display: none;
}

.left-panel .body a:hover {
  background: #7a695f;
  color: #fff;
}

.left-panel .body a.selected {
  background: #958074;
  color: #fff;
}

.left-panel .menu-wrp {
  position: relative;
  padding: 15px 0;
}

.left-panel .menu-wrp:after {
  content: "";
  width: 185px;
  position: absolute;
  bottom: 0;
  left: 25px;
  border-bottom: 1px solid #ddd;
}

.left-panel__login-wrp {
  margin-top: 15px;
}

.quick-view-popup {
  position: fixed;
  top: 50%;
  left: 50%;
  background: #fff;
  min-height: 515px;
  width: 900px;
  margin-left: -450px;
  margin-top: -257.5px;
  z-index: 500;
}

.quick-view-popup .bx_item_detail h1 {
  padding-top: 1.5em;
  font-weight: 400;
}

.quick-view-popup .bx_item_detail .bx_item_buttons {
  position: relative;
  right: initial;
  top: initial;
  width: 100%;
}

.quick-view-popup .bx_item_detail .bx_lt {
  width: 510px;
}

.quick-view-popup .bx_item_detail .bx_item_slider {
  width: 80%;
  padding-top: 80%;
  margin: 55px auto 0;
}

.quick-view-popup .bx_item_detail .bx_rt {
  width: 390px;
  padding: 0 40px 30px 0;
}

.quick-view-popup .bx_item_detail .btn-circle_prev {
  left: -35px !important;
}

.quick-view-popup .bx_item_detail .btn-circle_next {
  right: -35px !important;
}

.quick-view-popup .bx_item_detail .btn {
  width: 230px;
}

.quick-view-popup .bx_item_detail a.detail_page {
  color: #958074;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-bottom: 1px dashed #958074;
}

.quick-view-popup .bx_item_detail a.detail_page:hover {
  border-bottom-color: transparent;
}

.quick-view-popup .bx_item_detail .scu_block {
  margin-bottom: 30px;
}

.quick-view-popup .bx_item_detail .bx_item_detail_scu .bx_item_section_name_gray {
  display: none;
}

.quick-view-popup .dilyvery-content h2 {
  padding-top: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  padding-bottom: 15px;
}

.quick-view-popup .dilyvery-content .delivery_rows_box {
  padding-right: 4px;
}

.quick-view-popup .dilyvery-content .adress {
  padding: 10px 15px;
}

.quick-view-popup .dilyvery-content .dev_header span {
  padding: 5px 15px;
}

.quick-view-popup .dilyvery-content .item_pickup .adress {
  padding: 0;
}

.quick-view-popup .dilyvery-content .item_pickup .adress .text_wrp {
  width: 100%;
  padding: 10px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  line-height: 19px;
}

.quick-view-popup .dilyvery-content .epilog_box {
  padding-top: 10px;
  border-top: 1px solid #ddd;
  margin-right: 4px;
  position: relative;
  top: -1px;
}

.quick-view-popup .delivery_rows_box {
  max-height: 400px;
}

@media (max-width: 950px) {
  .quick-view-popup {
    width: 700px;
    margin-left: -350px;
  }
}
@media (max-width: 740px) {
  .quick-view-popup {
    width: 500px;
    margin-left: -250px;
  }
  .quick-view-popup .block_on_box, .quick-view-popup .dev_header {
    width: 590px;
  }
  .quick-view-popup .dev_header span, .quick-view-popup .item_box > span {
    font-size: 13px;
  }
  .quick-view-popup .dilyvery-content .epilog_box {
    border: 0;
  }
}
@media (max-width: 530px) {
  .quick-view-popup {
    width: 350px;
    margin-left: -175px;
  }
  .quick-view-popup .dilyvery-content h2 {
    font-size: 15px;
  }
}
@media (max-width: 360px) {
  .quick-view-popup {
    width: 310px;
    margin-left: -155px;
  }
}
.one-click-buy-popup {
  position: fixed;
  top: 0;
  left: 50%;
  background: #fff;
  height: 335px;
  width: 420px;
  margin-left: -210px;
  margin-top: -167.5px;
  z-index: 610;
  padding: 30px 20px 20px;
  visibility: hidden;
  text-align: center;
}

.one-click-buy-popup .input-text {
  width: 100%;
}

.one-click-buy-popup h3 {
  font-size: 1.25rem;
  margin-bottom: 1.5em;
}

.one-click-buy-popup p {
  color: #747474;
}

.one-click-buy-popup .btn {
  margin-top: 15px;
  width: 200px;
}

.one-click-buy-popup .success {
  color: green;
}

.one-click-buy-popup div.error {
  color: red;
}

@media (max-width: 460px) {
  .one-click-buy-popup {
    height: 320px;
    width: 300px;
    margin-left: -150px;
  }
  .one-click-buy-popup h3 {
    font-size: 1rem;
  }
}
.popup-close {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 99;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.popup-close:hover {
  color: #958074;
}

.one-click-overlay {
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 600;
}

.bxmaker_geoip_epilog_city_name {
  color: #ff4081;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-bottom: 1px dashed #ff4081;
  cursor: pointer;
}

.bxmaker_geoip_epilog_city_name:hover {
  border-bottom-color: transparent;
}

.c-bxmaker_ipgeo_epilog_default-box * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.c-bxmaker_ipgeo_epilog_default-box .bxmaker_ipgeo_epilog_city_change_box {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.c-bxmaker_ipgeo_epilog_default-box .clearfix {
  clear: both;
  float: none;
}

.c-bxmaker_ipgeo_epilog_default-box .bg_box {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: opacity ease-out 0.3s, background ease-out 0.3s;
  transition: opacity ease-out 0.3s, background ease-out 0.3s;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box {
  position: fixed;
  z-index: 10001;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -208px;
  width: 600px;
  background: #FFF;
  padding: 20px;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .btn_close {
  position: absolute;
  top: 7px;
  height: 30px;
  right: 12px;
  color: #000;
  cursor: pointer;
  display: block;
  font-weight: 400;
  font-size: 30px;
  width: 30px;
  text-align: center;
  line-height: 23px;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .btn_close:hover {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #958074;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .btn_close:active {
  color: #009cc9;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .header {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 17px;
  color: #000;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box {
  margin-top: 15px;
  position: relative;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box input {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .btn_clear_input {
  position: absolute;
  width: 36px;
  height: 36px;
  display: block;
  right: 0;
  top: 0;
  font-size: 23px;
  text-align: center;
  color: #ff4081;
  font-weight: 700;
  padding-top: 2px;
  cursor: pointer;
  line-height: 26px;
  opacity: 0.6;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .btn_clear_input:hover {
  color: #ff5a92;
  opacity: 1;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .btn_clear_input:active {
  color: #f52b70;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .btn_clear_input.preloader {
  background-image: url(data:image/gif;base64,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);
  background-position: center center;
  background-repeat: no-repeat;
  color: transparent;
}

footer, footer a {
  color: #fff;
  border-bottom: 1px dashed transparent;
}

footer a:hover, footer a:focus {
  border-bottom: 1px dashed #fff;
  color: #fff;
}

footer a:active {
  color: rgba(255, 255, 255, 0.6666666667);
  border-bottom: 1px dashed rgba(255, 255, 255, 0.6666666667);
}

footer .f-info a, footer .copyright_krayt a {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5647058824);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

footer .f-info a:hover, footer .copyright_krayt a:hover, footer .f-info a:focus, footer .copyright_krayt a:focus {
  border-bottom-color: transparent;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .search_options_box {
  display: none;
  position: absolute;
  top: 34px;
  border: 1px solid #ccc;
  background: #FFF;
  z-index: 10002;
  border-radius: 0 0 3px 3px;
  width: 100%;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .search_options_box.active {
  display: block;
  height: auto;
  max-height: 250px;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .search_options_box.preloader {
  height: 100px;
  overflow: hidden;
  color: #fff;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .search_options_box div {
  border-color: transparent;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .search_options_box div h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 700;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .search_options_box div.item {
  cursor: pointer;
  padding: 5px 10px;
  color: #565656;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .search_options_box div.item span {
  color: #343434;
  font-weight: 700;
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .search_options_box div.item:hover, .c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .search_options_box div.item:hover span {
  color: #958074;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .search_options_box div.item:active, .c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .search_options_box div.item:active span {
  color: #009cc9;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .search_options_box div.item p {
  padding: 0;
  margin: 0;
  font-size: 0.9em;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .city_search_box .search_options_box div.empty {
  padding: 20px 10px;
  text-align: center;
  line-height: 40px;
  height: auto;
  width: 100%;
  overflow: visible;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .set_options {
  font-size: 14px;
  padding-top: 0;
  padding-bottom: 0;
  max-height: 290px;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .set_options.preloader {
  height: 350px;
  overflow: hidden;
  color: transparent;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .set_options.preloader div {
  border-color: transparent;
  background: 0 0;
  display: none;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .set_options .co4 {
  float: left;
  padding: 0 10px;
  width: 33.33%;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .set_options div.item {
  margin: 0;
  padding: 4px 5px;
  cursor: pointer;
  font-size: 14px;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .set_options div.item span {
  -webkit-transition: ease-out 0.3s;
  transition: ease-out 0.3s;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .set_options div.item:hover span {
  color: #00c0f8;
}

.c-bxmaker_ipgeo_epilog_default-box .main_box .set_options div.item:active span {
  color: #009cc9;
}

.city_detail h2 {
  padding-top: 0;
}

.oplata_i_dostavka h2 {
  display: none;
}

.oplata_i_dostavka .epilog_box {
  padding-top: 20px;
}

.oplata_i_dostavka .item_box span b {
  display: none;
  font-weight: 400;
  text-transform: initial;
}

.oplata_i_dostavka .item_box span.hidden-big {
  display: none;
}

@media (max-width: 720px) {
  .oplata_i_dostavka .dev_header {
    display: none;
  }
  .oplata_i_dostavka .item_box {
    display: block;
    height: initial;
    border: 0;
    padding-bottom: 20px;
  }
  .oplata_i_dostavka .item_box span {
    display: block;
    border: 0;
    padding: 5px;
  }
  .oplata_i_dostavka .item_box span b, .oplata_i_dostavka .item_box span.delivery_price_box span {
    display: initial;
  }
  .oplata_i_dostavka .item_box span.name {
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    padding-left: 15px;
    background: #f0f0f0;
  }
  .oplata_i_dostavka .item_box span.adress, .oplata_i_dostavka .item_box span.delivery_time_box {
    width: 100%;
  }
  .oplata_i_dostavka .item_box span.hidden-xs {
    display: none;
  }
  .oplata_i_dostavka .item_box span.hidden-big {
    display: block;
  }
  .oplata_i_dostavka .item_box span.line {
    padding: 0;
  }
  .oplata_i_dostavka .item_box.item_pickup span.adress b {
    display: block;
    padding-bottom: 10px;
    text-transform: uppercase;
  }
  .oplata_i_dostavka .item_box.item_pickup span.adress .item_address {
    position: relative;
    padding: 5px 0;
  }
  .oplata_i_dostavka .item_box.item_pickup span.adress .item_address:before {
    content: " ";
    width: 7px;
    height: 7px;
    display: none;
    border-radius: 50%;
    position: absolute;
    background: #958074;
    top: 11px;
    left: 0;
  }
}
.map_wrp {
  position: relative;
}

.map_wrp .contact_info {
  position: absolute;
  top: 0;
  z-index: 9;
}

.map_wrp .contact_info .info_wrp {
  display: table-cell;
  height: 500px;
  vertical-align: middle;
}

.f-social span, footer .f-menu {
  vertical-align: top;
  display: inline-block;
}

.map_wrp .contact_info .info_wrp .contacts {
  width: 400px;
  height: 260px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(111, 111, 111, 0.75);
          box-shadow: 0 1px 5px 0 rgba(111, 111, 111, 0.75);
}

.map_wrp .contact_info .info_wrp .contacts h2 {
  padding-top: 0;
  padding-bottom: 0;
}

.map_wrp .contact_info .info_wrp .contacts h2 span {
  font-size: 14px;
  font-weight: 400;
  text-transform: initial;
  display: block;
  line-height: 30px;
}

.map_wrp .contact_info .info_wrp .contacts .contact_item {
  padding-left: 30px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.map_wrp .contact_info .info_wrp .contacts .contact_item.email:before, .map_wrp .contact_info .info_wrp .contacts .contact_item.map:before, .map_wrp .contact_info .info_wrp .contacts .contact_item.phone:before {
  background-image: url("/local/templates/mall/css/../images/sprite.png");
  display: inline-block;
  content: " ";
  position: absolute;
  left: 0;
}

.map_wrp .contact_info .info_wrp .contacts .contact_item.phone:before {
  background-position: -109px -80px;
  width: 21px;
  height: 21px;
  top: 10px;
}

.map_wrp .contact_info .info_wrp .contacts .contact_item.email:before {
  background-position: -53px -110px;
  width: 19px;
  height: 13px;
  top: 10px;
}

.map_wrp .contact_info .info_wrp .contacts .contact_item.map:before {
  background-position: -31px -109px;
  width: 18px;
  height: 22px;
  top: 6px;
}

.map_wrp .contact_info .info_wrp .contacts .all_region {
  padding: 10px 0;
}

@media (max-width: 1290px) {
  .map_wrp .contact_info {
    left: 40px;
  }
}
@media (max-width: 669px) {
  .map_wrp .contact_info {
    position: initial;
  }
  .map_wrp .contact_info .info_wrp {
    display: initial;
    height: initial;
  }
  .map_wrp .contact_info .info_wrp .contacts {
    width: 100%;
    margin-bottom: 25px;
    height: initial;
  }
}
.contact_info_all.top {
  margin-bottom: 30px;
}

.contact_info_all.bottom {
  display: none;
}

@media (max-width: 669px) {
  .contact_info_all.top {
    display: none;
  }
  .contact_info_all.bottom {
    display: block;
    padding-top: 25px;
  }
}
@media all and (max-width: 550px) {
  .page-city {
    margin-top: 20px;
  }
}
footer {
  background: #484749;
}

footer .footer-top {
  border-bottom: 1px solid #5d5d5d;
  overflow: hidden;
  padding-bottom: 25px;
}

footer .f-menu {
  margin: 35px 80px 0 0;
}

footer .f-menu li {
  margin-bottom: 15px;
}

footer .f-menu li:last-child {
  margin-bottom: 0;
}

footer a.selected {
  border-bottom: 1px dashed #fff;
}

footer .phone-number {
  font-size: 18px;
  margin-bottom: 5px;
}

footer .f-info {
  float: right;
  text-align: right;
  padding-top: 35px;
  line-height: 25px;
}

footer .footer-bottom {
  line-height: 70px;
  overflow: hidden;
}

@media (max-width: 580px) {
  footer .footer-bottom {
    line-height: initial;
    padding: 20px 0 35px;
  }
  footer .footer-bottom .copyright_krayt {
    clear: both;
    float: none;
  }
}
.copyright {
  float: left;
}

.copyright_krayt {
  float: right;
}

.copyright_krayt img {
  margin-right: 10px;
  position: relative;
  top: 15px;
}

.f-social {
  margin-top: 35px;
  height: 27px;
}

.f-social__link {
  background: #fff;
  width: 27px;
  height: 27px;
  margin-left: 8px;
}

.f-social__link_vk {
  background-image: url("/local/templates/mall/css/../images/sprite.png");
  background-position: 0 -110px;
  width: 27px;
  height: 27px;
  display: inline-block;
}

@-webkit-keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -60px, 0);
    transform: translate3d(0, -60px, 0);
  }
  50% {
    opacity: 1;
    -webkit-transform: translate3d(0, 8px, 0);
    transform: translate3d(0, 8px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 1px, 0);
    transform: translate3d(0, 1px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.bx-touch .quick-view-btn {
  display: none;
}

.bx-touch .bx_catalog_item:hover .bx_catalog_item_container {
  border: 1px solid #ddd;
}

@media (max-width: 1300px) {
  header .catalog-link {
    margin-left: 40px;
  }
  .catalog-content h1 {
    margin-left: 50px;
  }
  .prod-carousel-control {
    width: 100%;
    position: relative;
    border: 0 !important;
    margin-left: 0;
    padding: 0 10px;
  }
  .catalog_filter_box {
    padding-right: 10px;
  }
  .prod-carousel-wrp {
    padding-left: 0;
  }
  .prod-carousel-nav {
    position: absolute;
    top: -13px;
    right: 30px;
  }
}
@media (max-width: 1249px) {
  .advice-detail, .other-advices-wrp {
    float: none;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .main_slider_wrp .text_block {
    display: none;
  }
  .main_slider_wrp .main_slider {
    width: 100%;
  }
  .catalog-content .bx_item_detail .bx_lt {
    width: 80%;
    margin: 0 auto;
    float: none;
  }
  .catalog-content .bx_item_detail .bx_rt {
    width: 100%;
    float: none;
    padding: 0 50px;
  }
  .catalog-content .bx_item_detail .bx_item_info {
    float: left;
    width: 60%;
    max-width: inherit;
  }
  .catalog-content .bx_item_detail .bx_item_buttons {
    position: relative;
    top: inherit;
    right: inherit;
    float: left;
    width: 40%;
    text-align: right;
    padding-right: 20px;
  }
  .catalog-content .bx_item_detail .btn_add {
    width: 230px;
  }
  .catalog-content .bx_item_detail .property_list {
    clear: both;
  }
}
@media (max-width: 1300px) {
  #catalog-menu, header .geolocation {
    display: none;
  }
  .mainpage-sections .section-tile {
    width: 50%;
  }
  .catalog-menu-mobile {
    display: block;
  }
  .advantages .advantage {
    width: 100%;
    margin-top: 40px;
    padding: 0;
  }
  .advantages .advantage:first-child {
    margin-top: 0;
  }
  .advantages .advantage__description {
    max-width: 600px;
    margin: 0 auto;
  }
  .filler-advatage {
    width: 100%;
    float: none;
    padding-left: 75px;
  }
  .filler-advatage:nth-child(2n+1) {
    padding-right: 0;
  }
  .filler-advatage:last-child {
    margin-bottom: 0;
  }
  .advices-list {
    margin: 0 -5px;
  }
  .f-social, footer .f-info, footer .f-menu {
    margin-top: 25px;
  }
  .advice-item {
    width: 33.3333%;
    padding: 0 5px;
  }
  .advice-detail__img {
    width: 25%;
    min-width: 120px;
  }
  .staff-item {
    width: 18%;
  }
  .bx-soa {
    width: 100%;
  }
  #bx-soa-orderSave {
    display: none;
  }
  #bx-soa-total {
    width: 100%;
    height: auto;
  }
  .bx-soa-cart-total-button-container {
    display: block !important;
  }
  footer .f-info {
    float: none;
    border-top: 1px solid #5d5d5d;
    width: calc(100% + 100px);
    margin-left: -50px;
    text-align: left;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 23px;
  }
  .catalog-sections .section-tile {
    width: 33.3333%;
  }
}
@media (max-width: 669px) {
  h1, h2 {
    font-size: 1rem;
  }
  .catalog-content h1 {
    margin-left: 10px;
  }
  .staff-list, header .basket-toggle {
    display: block;
  }
  .catalog-content .bx_item_detail .bx_rt {
    padding: 0 10px;
  }
  .hits h2 {
    text-align: left;
    padding-left: 10px;
  }
  .advice-item {
    width: 50%;
  }
  .staff-list {
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
    white-space: nowrap;
    padding-bottom: 20px;
  }
  .staff-item {
    width: 120px;
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    white-space: normal;
  }
  #basket {
    top: 0;
    right: -320px;
  }
  #basket .basket-toggle .basket-icon {
    top: 60px;
  }
  #basket .basket-close {
    display: block;
  }
  #arrow-top {
    margin-left: -25px;
  }
  .quote {
    padding: 15px 20px;
  }
  .catalog-content .bx_item_detail .bx_lt {
    width: 100%;
  }
  .section-tile__title {
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .catalog-content .bx_item_detail .bx_lt .bx_slider_conteiner .btn-circle_prev {
    left: -40px;
  }
  .catalog-content .bx_item_detail .bx_lt .bx_slider_conteiner .btn-circle_next {
    right: -40px;
  }
  .catalog-content .bx_item_detail .bx_item_buttons, .catalog-content .bx_item_detail .bx_item_info {
    float: none;
    width: 100%;
  }
  .catalog-content .bx_item_detail .bx_item_buttons {
    text-align: left;
    padding-right: 0;
  }
  .catalog-content .bx_item_detail .one-click-order {
    margin-bottom: 10px;
  }
  .prod-carousel-nav {
    right: 10px;
  }
  .prod-carousel .btn-circle_next {
    margin-left: 10px;
  }
  footer, main {
    margin-right: 0;
  }
  footer .f-menu {
    display: block;
    margin: 25px 0;
    width: 100%;
  }
}
@media (max-width: 480px) and (orientation: portrait) {
  .catalog-content .bx_item_detail .bx_lt .bx_item_slider {
    width: 90%;
    padding-top: 90%;
    margin-top: 30px;
  }
  .catalog-content .bx_item_detail .bx_rt h1 {
    padding-top: 1.5em;
  }
}
@media (max-width: 400px) {
  header .logo {
    margin-left: 0;
  }
  header .logo .name {
    line-height: 1;
    margin-top: 15px;
    font-size: 22px;
  }
  header .logo .desc {
    display: none;
  }
  .advice-detail__img {
    width: 280px;
    float: none;
    margin-bottom: 20px;
  }
  .advice-navigation__text {
    width: 100px;
    display: inline-block;
  }
  .advice-navigation__text_next {
    text-align: right;
  }
  .advice-navigation__prev .btn-circle_small_prev {
    margin-right: 8px;
  }
  .advice-navigation__next .btn-circle_small_next {
    margin-left: 8px;
  }
  .catalog-content .bx_item_detail .property_list .property {
    font-size: 12px;
  }
  .catalog-content .bx_item_detail .btn_add {
    width: 100%;
  }
  .tabs__item div {
    padding: 0 10px;
  }
  .personal-cabinet .bx-auth-profile .btns .btn {
    padding: 0 30px;
  }
}
.bxmaker__geoip__city__line-name {
  color: #3a1d33;
  border-color: rgba(92, 49, 85, 0.5647058824);
  font-family: Montserrat;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.bxmaker__geoip__city__line-label {
  color: #5C3155;
}

.bxmaker__geoip__city__line-name:hover {
  border-color: transparent;
}

.text_block_content .btn {
  padding: 0px 70px;
}

.wrp_select_city a:hover {
  color: #958074;
}

.bx-blue .btn.btn-default {
  background-color: #958074;
}

.bx-blue .btn.btn-default:hover, .bx-blue .btn.btn-default:focus {
  background-color: #958074;
}

.bx-blue .btn.btn-default:active {
  background-color: #7a695f;
}

#basket_items_list {
  padding-left: 15px;
  padding-top: 5px;
}

.krayt-logo {
  width: 130px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding-top: 3px;
}

header .left {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header .logo {
  width: 150px;
  position: absolute;
  left: 50%;
  margin-left: -75px;
}

#catalog-menu li a.root-item {
  color: #000;
}

#catalog-menu li a.root-item::after {
  content: " ";
  position: absolute;
  height: 1px;
  width: 0px;
  background-color: #000;
  left: 50%;
  top: 33px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#catalog-menu li a.root-item:hover:after {
  width: 100%;
  left: 0;
}

#catalog-menu li a.root-item:active:after {
  width: 90%;
  left: 5%;
}

#catalog-menu li ul {
  padding-right: 12%;
}

#catalog-menu li ul li {
  height: 70px;
}

#catalog-menu li ul li a {
  position: relative;
}

#catalog-menu li ul li a::after {
  content: " ";
  position: absolute;
  height: 1px;
  width: 0px;
  background-color: #000;
  left: 50%;
  top: 18px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

#catalog-menu li ul li a:hover::after {
  width: 100%;
  left: 0;
}

#catalog-menu li ul li a:active:after {
  width: 90%;
  left: 5%;
}

.catalog_submenu_hover {
  height: 1px;
  width: 0%;
  background-color: #000;
  top: 33px;
  left: 50%;
  position: absolute;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.catalog_submenu_hover_active {
  width: 100%;
  left: 0%;
  -webkit-transition: 0s;
  transition: 0s;
}

#catalog-menu li a.selected {
  color: #000;
}

.header_text {
  color: #000;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt_item {
  cursor: pointer;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li .cnt_item:hover {
  border: 1px solid #958074;
}

.bx_item_detail .bx_item_detail_scu .bx_scu ul li.bx_active .cnt_item {
  border: 1px solid #958074;
}

#catalog-menu li a.root-item {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nicescroll-cursors {
  background-color: #958074 !important;
}

.quick-view-popup .bx_scu .cnt .cnt_item {
  display: block;
  width: 40px;
  height: 40px;
  top: 0;
  border-radius: 50%;
}

.catalog_filter_box a {
  text-decoration: none;
  margin-left: 4px;
  margin-right: 4px;
}

.catalog_filter_box a.active {
  color: #958074;
  border-bottom: 1px dashed #958074;
}

.bx_catalog_list_home {
  margin-top: 10px;
}

.prod-carousel .owl-nav {
  width: 100%;
  z-index: 1;
}

.accessories .owl-controls .owl-prev, .accessories .owl-controls .owl-next, .similar-products .owl-controls .owl-prev, .similar-products .owl-controls .owl-next, .prod-carousel .owl-controls .owl-prev, .prod-carousel .owl-controls .owl-next {
  display: block !important;
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  border-radius: 100%;
  font-size: 0;
  position: absolute;
  z-index: 1;
  background-image: url("/local/templates/mall/css/../images/sprite.png");
}

.accessories .owl-controls .owl-prev, .similar-products .owl-controls .owl-prev {
  left: 5px;
  top: calc(50% - 25px);
  background-position: 96px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.prod-carousel .owl-controls .owl-prev {
  left: 15px;
  top: calc(50% - 25px);
  background-position: 96px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.accessories .owl-controls .owl-next, .similar-products .owl-controls .owl-next {
  right: 5px;
  top: calc(50% - 25px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.prod-carousel .owl-controls .owl-next {
  right: 15px;
  top: calc(50% - 25px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.accessories .owl-controls .owl-next:hover, .similar-products .owl-controls .owl-next:hover, .accessories .owl-controls .owl-prev:hover, .similar-products .owl-controls .owl-prev:hover, .prod-carousel .owl-controls .owl-prev:hover, .prod-carousel .owl-controls .owl-next:hover {
  background-color: #f7f7f7;
}

.accessories .owl-controls .owl-next:active, .similar-products .owl-controls .owl-next:active, .accessories .owl-controls .owl-prev:active, .similar-products .owl-controls .owl-prev:active, .prod-carousel .owl-controls .owl-prev:active, .prod-carousel .owl-controls .owl-next:active {
  background-color: #fefefe;
}

.bx_catalog_item .bx_catalog_item_scu .bx_item_detail_scu li {
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  margin-right: 5px;
  border-radius: 100%;
  padding: 0 !important;
}

.bx_catalog_item .bx_catalog_item_scu .bx_item_detail_scu .bx_scu_scroller_container span {
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 100%;
}

.bx_catalog_list_home .bx_item_section_name_gray {
  margin-right: 12px;
}

.quick-view-popup .bx_item_info .bx_scu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.labels_wrp {
  overflow: hidden;
  position: absolute;
  right: 5px;
  top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.labels_wrp div {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 300;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #fff !important;
  padding: 0 !important;
}

.prod-carousel .bx_item_detail_scu, .catalog-content .bx_catalog_item .bx_catalog_item_info .bx_item_detail_scu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.prod-carousel .bx_item_detail_scu, .catalog-content .bx_catalog_item .bx_catalog_item_info .bx_item_detail_scu {
  margin-bottom: 5px;
}

.prod-carousel .bx_item_detail_scu .bx_item_section_name_gray,
.catalog-content .bx_catalog_item .bx_catalog_item_info .bx_item_detail_scu .bx_item_section_name_gray {
  margin-right: 12px;
  margin-top: -1px;
}

.bx-filter .bx-filter-popup-result.left {
  right: -7px !important;
  top: -6px;
}

@media all and (max-width: 1260px) {
  .text_block_content .btn {
    padding: 0 55px;
  }
}
@media all and (max-width: 1300px) {
  header {
    height: 85px;
  }
  header .header_top_menu {
    width: 100%;
    padding-left: 50px;
    padding-right: 50px;
    margin-left: 0;
    margin-right: 0;
  }
  header .header_bottom_menu {
    background-color: transparent !important;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    top: 32px;
    right: 0px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header .header_top_menu {
    height: 61px;
    min-height: 61px;
  }
  header #title-search {
    margin-right: 47px;
  }
  header .left {
    margin-top: 23px;
  }
  main {
    padding-top: 85px;
  }
  .bx-breadcrumb {
    padding-left: 50px;
  }
}
@media all and (max-width: 669px) {
  main {
    padding-right: 0;
  }
  header .header_top_menu {
    padding-right: 10px;
    padding-left: 10px;
  }
  .bx-breadcrumb {
    padding-left: 10px;
  }
  .wrapper {
    padding: 0 10px;
  }
  /*header #title-search{
      margin-right: -2px;
  }*/
  .krayt-logo {
    width: 100px;
  }
  .head .krayt-logo {
    padding-top: 0px;
  }
  .search_input_animate {
    width: 140px !important;
  }
  header .basket-toggle {
    height: 22px;
    width: 22px;
    top: 8px;
    right: 10px;
  }
  /* header .basket-toggle .basket-icon{
       position: static;
   }*/
  header .left {
    margin-top: 0;
  }
  header, header .header_top_menu, .left-panel .head {
    height: 63px;
    min-height: 63px;
  }
  header .header_bottom_menu {
    top: 6px;
    right: 5px;
  }
  header .basket-toggle .basket-counter {
    display: none;
  }
  main {
    padding-top: 63px;
  }
  .left-panel .body, #basket {
    top: 63px;
  }
  #basket .basket-close {
    color: #67245d;
  }
  .left-panel .menu-wrp a {
    padding: 0 15px;
  }
  .left-panel .menu-wrp:after {
    left: 15px;
  }
  .advantages .advantage__img {
    width: 47px;
  }
}
@media all and (max-width: 481px) {
  header .header_top_menu {
    padding-left: 10px;
    padding-right: 10px;
  }
  /* header #title-search{
       margin-right: 0;
   }*/
  header .menu_trigger svg {
    width: 28px;
  }
  .bx-breadcrumb {
    padding-left: 10px;
  }
}
.krayt_content_block {
  padding-top: 6px;
}

.partners .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partners .block {
  width: 50%;
  max-width: 50%;
  min-width: 50%;
  margin-bottom: 20px;
  padding-right: 50px;
  font-size: 14px;
}

.partners .title {
  font-size: 16px !important;
  color: #958074 !important;
}

@media all and (max-width: 481px) {
  .partners .block {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    margin-bottom: 20px;
    padding-right: 10px;
  }
}
.labels_wrp .discont_procent {
  z-index: 5;
  background: #6c6c8c;
}

.label_new {
  background: #b7698e;
}

.label_hit {
  background: #958074;
}

.labels_wrp .bx_stick_disc {
  background-color: #6c6c8c;
}

.labels_wrp div {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  font-size: 14px;
  font-weight: 300;
  margin-right: 5px;
  margin-bottom: 5px;
  margin-top: 5px;
  color: #fff !important;
  padding: 0 !important;
}

@media (max-width: 1100px) {
  header {
    height: 61px;
  }
}
header .header_top_menu {
  padding: 0 48px 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 480px) {
  header .header_top_menu {
    padding-right: 50px;
  }
}
header .geolocation__text {
  display: block;
  color: #3a1d33;
  font-family: Montserrat;
  font-weight: normal;
  line-height: normal;
}
header .geolocation a {
  color: #958074;
}
@media (max-width: 1100px) {
  header #title-search {
    display: none;
  }
}
@media (max-width: 1100px) {
  header .phone .number {
    margin-bottom: 0;
  }
}
@media (max-width: 480px) {
  header .phone .header_text {
    display: none;
  }
}
header .phone .mobile_text {
  display: block;
  padding: 0 5px;
}
header .phone .mobile_text img {
  max-height: 25px;
}
@media (min-width: 480px) {
  header .phone .mobile_text {
    display: none;
  }
}
header .left,
header .center,
header .right {
  float: none;
  width: auto;
  min-width: auto;
  max-width: auto;
}
@media (max-width: 1100px) {
  header .left {
    margin-top: 0;
  }
}
header .center {
  display: block;
}
header .center .krayt-logo {
  width: 150px;
}
@media (min-width: 480px) {
  header .center .krayt-logo {
    width: 200px;
  }
}
@media (min-width: 768px) {
  header .center .krayt-logo {
    height: 55px;
    width: auto;
  }
}
header .basket-toggle .basket-icon.basket-icon__black {
  background: url("/local/templates/mall/css/../images/cart.png");
  background-size: cover;
}

#catalog-menu li ul a {
  text-transform: inherit;
}

.bxmaker__geoip__city__line-name {
  border-bottom: 1px dashed #000;
}
.bxmaker__geoip__popup-option:hover {
  color: #958074 !important;
}
.bxmaker__geoip__delivery {
  margin-bottom: 30px;
}

@media (max-width: 1100px) {
  main {
    padding-top: 61px;
  }
}

.main_slider_wrp {
  height: 95vh;
}
@media (min-width: 480px) {
  .main_slider_wrp {
    height: calc(58vw - 63px);
  }
}
@media (min-width: 1199px) {
  .main_slider_wrp {
    height: calc(53vw - 63px);
  }
}
.main_slider_wrp .main_slider {
  width: 100%;
}
.main_slider_wrp .main_slider .owl-dots {
  bottom: 5px;
}
.main_slider_wrp .main_slider .owl-dots .owl-dot {
  width: 7px;
  height: 7px;
}
@media (max-width: 479px) {
  .main_slider_wrp .main_slider .owl-dots .owl-dot {
    display: none;
  }
}
.main_slider_wrp .main_slider .s-item {
  height: 100%;
}
.main_slider_wrp .main_slider .s-item-img {
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}
@media (max-width: 479px) {
  .main_slider_wrp .main_slider .s-item-img.mobile {
    display: block;
  }
}
@media (min-width: 480px) {
  .main_slider_wrp .main_slider .s-item-img.desktop {
    display: block;
  }
}

.advantages .advantage__img {
  width: 100px;
}
#basket #basket_items {
  width: 100%;
}
#basket #basket_items td.price {
  text-align: left;
}
#basket #basket_items .bx_ordercart_photo {
  height: 95px;
}
#basket .bx_size .sku_prop {
  border: 1px solid #ccc;
  display: inline-block;
  padding: 1px 3px;
  width: auto !important;
  font-size: 14px;
}
#basket .bx_size .sku_prop:not(.bx_active) {
  display: none;
}
#basket #warning_message {
  margin: 0 10px;
}

.bx-filter.bx-blue .btn-themes {
  background-color: #958074 !important;
}
.bx-filter.bx-blue .btn-themes:hover,
.bx-filter.bx-blue .btn-themes:focus {
  background-color: #958074 !important;
}
.bx-filter.bx-blue .bx-filter-popup-result {
  background-color: #958074;
}
.bx-filter.bx-blue .bx-ui-slider-range {
  border: 1px solid #958074;
}

.catalog_filter_box {
  display: none;
}

.search-page .search_page_go {
  background-color: #958074;
}

.filter_checkbox:checked + .filter_label_check:before {
  background-color: #958074;
  border: 1px solid #958074;
}

#basket .basket-toggle .basket-icon {
  background: url("/local/templates/mall/css/../images/cart.png") top center;
  background-size: cover;
}

.left-panel .head .logo {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.left-panel .krayt-logo {
  width: 180px;
  height: auto;
}

.owl-carousel .owl-stage {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.owl-carousel .owl-item img {
  width: auto;
  height: 100%;
}

.catalog-content h1 {
  max-width: 50%;
}
@media screen and (min-width: 992px) {
  .catalog-content h1 {
    float: left;
  }
}

.bx_catalog_list_home {
  clear: both;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 5px;
}
.bx_catalog_list_home .labels_wrp {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.bx_catalog_item {
  float: none;
}
.bx_catalog_item:hover .bx_catalog_item_container {
  border: none;
}
.bx_catalog_item .bx_catalog_item_container {
  height: 100%;
  border: none;
  margin: 0;
  padding: 5px;
}
.bx_catalog_item .bx_catalog_item_title {
  text-transform: inherit;
  overflow: hidden;
  text-overflow: inherit;
  white-space: normal;
  font-size: 12px;
}
@media screen and (min-width: 567px) {
  .bx_catalog_item .bx_catalog_item_title {
    font-size: 14px;
  }
}
@media screen and (min-width: 992px) {
  .bx_catalog_item .bx_catalog_item_title {
    font-size: 16px;
  }
}
.bx_catalog_item_subtitle {
  display: none;
  text-transform: lowercase;
  font-size: 16px;
  color: #747474;
}
.bx_catalog_item .bx_catalog_item_info {
  height: auto;
  padding: 10px 0;
}
.bx_catalog_item .bx_catalog_item_price {
  margin: 5px 0;
}

.mainpage-sections ul,
.catalog-sections {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 5px;
  margin: 0;
}

.mainpage-sections .section-tile,
.catalog-sections .section-tile {
  border: none;
  padding: 5px;
}
@media screen and (max-width: 1300px) {
  .mainpage-sections .section-tile,
  .catalog-sections .section-tile {
    width: 50%;
  }
}

.catalog-sections {
  clear: both;
}

.section-tile__title {
  height: auto;
  padding: 10px 0 5px;
}

.section-tile__img {
  padding-top: 139%;
}

.bx_item_container {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .bx_item_container {
    margin-top: 30px;
  }
}
.bx_item_container h1 {
  float: none;
}

.catalog-content .bx_item_detail .bx_rt h1 {
  text-transform: inherit;
  max-width: 100%;
}
@media (min-width: 481px) and (max-width: 1199px) {
  .catalog-content .bx_item_detail .bx_rt h1 {
    padding-top: 0.75em;
  }
}
.catalog-content .bx_item_detail .bx_lt .bx_slider_conteiner {
  position: relative;
}
.catalog-content .bx_item_detail .bx_lt .bx_item_slider {
  margin-top: 0;
}
@media (max-width: 567px) {
  .catalog-content .bx_item_detail .bx_lt .bx_item_slider {
    padding-top: 0;
    height: 133vw;
    width: calc(100% - 20px);
  }
}
@media (min-width: 567px) {
  .catalog-content .bx_item_detail .bx_lt .bx_item_slider {
    height: auto;
    padding-top: 0;
  }
}
@media (max-width: 567px) {
  .catalog-content .bx_item_detail .bx_lt .bx_item_slider .btn-circle {
    background-color: transparent;
    opacity: 0.5;
  }
}
@media (max-width: 567px) {
  .catalog-content .bx_item_detail .bx_lt .bx_item_slider .btn-circle_prev {
    left: -10px;
  }
}
@media (max-width: 567px) {
  .catalog-content .bx_item_detail .bx_lt .bx_item_slider .btn-circle_next {
    right: -10px;
  }
}
.catalog-content .bx_item_detail .bx_lt .bx_item_slider .owl-carousel .owl-item {
  float: none;
  height: 100%;
}
.catalog-content .bx_item_detail .bx_lt .bx_item_slider .owl-carousel .owl-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.catalog-content .bx_item_detail .bx_lt .bx_item_slider .bx_slider_conteiner ul li {
  display: block;
  width: 100%;
  height: 100%;
}
.catalog-content .bx_item_detail .bx_item_detail_size li.bx_missing {
  opacity: 0.5;
}
.catalog-content .bx_item_detail .bx_notavailable {
  display: none;
}

.quick-view-popup {
  min-height: 626px;
}
.quick-view-popup .popup-close:hover {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.quick-view-popup .bx_item_detail h1 {
  padding-top: 0;
}
.quick-view-popup .bx_item_detail .bx_item_slider {
  padding-top: 111%;
  margin-top: 0;
}
.quick-view-popup .bx_item_detail a.detail_page {
  display: inline-block;
  margin-top: 30px;
}
.quick-view-popup .bx_item_detail .property_list h3 {
  font-weight: bold;
}
.quick-view-popup .bx_item_detail .bx_size ul {
  clear: both;
}
.quick-view-popup .bx_item_detail .bx_item_detail_size li.bx_missing {
  opacity: 0.5;
}
.quick-view-popup .bx_item_detail .owl-carousel .owl-item {
  float: none;
  height: 100%;
}
.quick-view-popup .bx_item_detail .owl-carousel .owl-item img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.bx-breadcrumb a {
  color: #958074;
}

.form-control {
  border-radius: 0px;
}
.form-control:focus {
  border-color: #958074;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.pagination {
  display: block;
  text-align: center;
}
.pagination__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 16px;
}
.pagination__total {
  color: #727073;
  margin-bottom: 10px;
}
.pagination__item, .pagination__link {
  text-align: center;
  padding: 0;
  margin: 0 10px;
  line-height: 1.25em;
}
.pagination__item {
  color: #727073;
}
.pagination__link {
  color: #958074;
  border-bottom: 1px dashed transparent;
  -webkit-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.pagination__link:hover {
  color: #7a695f;
  border-bottom: 1px dashed #7a695f;
}

.sale-order-detail-general {
  border-color: #958074;
}
.sale-order-detail-general-head {
  background: #958074;
}
.sale-order-detail-about-order-title-element, .sale-order-detail-payment-options-title-element, .sale-order-detail-payment-options-shipment-composition-title-element, .sale-order-detail-payment-options-order-content-title-element, .sale-order-detail-general-item {
  color: #958074;
}
.sale-order-detail-payment-options, .sale-order-detail-about-order {
  margin-top: 0;
}
.sale-order-detail-about-order-inner-container-list-item-link, .sale-order-detail-about-order-inner-container-name-read-less, .sale-order-detail-about-order-inner-container-name-read-more, .sale-order-detail-show-link, .sale-order-detail-hide-link, .sale-order-detail-payment-options-methods-info-change-link {
  color: #958074;
  border-color: #958074;
}
.sale-order-detail-about-order-inner-container-list-item-link:hover, .sale-order-detail-about-order-inner-container-name-read-less:hover, .sale-order-detail-about-order-inner-container-name-read-more:hover, .sale-order-detail-show-link:hover, .sale-order-detail-hide-link:hover, .sale-order-detail-payment-options-methods-info-change-link:hover {
  color: #7a695f;
}

.bx_my_order_cancel a,
.back_to_order_list,
.sale-order-history-link,
.sale-order-list-cancel-payment,
.sale-order-list-shipment-button,
.sale-order-list-repeat-link,
.sale-order-list-cancel-link,
.sale-order-list-about-link,
.sale-order-list-change-payment .sale-order-detail-back-to-list-link-up,
.sale-order-detail-back-to-list-link-down {
  color: #958074;
  border-color: #958074;
}
.bx_my_order_cancel a:hover,
.back_to_order_list:hover,
.sale-order-history-link:hover,
.sale-order-list-cancel-payment:hover,
.sale-order-list-shipment-button:hover,
.sale-order-list-repeat-link:hover,
.sale-order-list-cancel-link:hover,
.sale-order-list-about-link:hover,
.sale-order-list-change-payment .sale-order-detail-back-to-list-link-up:hover,
.sale-order-detail-back-to-list-link-down:hover {
  color: #7a695f;
}
/* End */


/* Start:/local/templates/mall/components/bitrix/menu/catalog_menu/style.css?166940243745*/
main .bx-breadcrumb {
    border-bottom: 0;
}
/* End */


/* Start:/local/templates/mall/components/bitrix/search.title/.default/style.css?16694024372105*/
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:#5c3155;
	font-weight:600;
}

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/mall/components/bitrix/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */
/* /local/templates/mall/js/owlcarousel/owl.carousel.css?16694024374556 */
/* /local/templates/mall/css/missmia.css?1696239313119038 */
/* /local/templates/mall/components/bitrix/menu/catalog_menu/style.css?166940243745 */
/* /local/templates/mall/components/bitrix/search.title/.default/style.css?16694024372105 */
