@charset "UTF-8";
@import url(../../components/pnotify/pnotify.custom.min.css);
@import url(../../components/bootstrap-nav-tab-scrollable/bootstrap-nav-tab-scrollable.css);
@import url(../../components/slider/css/slider-pro.min.css);
@import url(../../components/rating/jquery.rating.css);
@import url(../../components/mosaicflow/mosaicflow.css);
@import url(../../components/datetimepicker/build/jquery.datetimepicker.min.css);
.ui-pnotify-title {
  font-weight: bold; }

.ui-pnotify-text {
  font-size: 85%; }

@media (min-width: 481px) {
  .ui-pnotify-container {
    margin-top: -26px; } }
/*-------------- #header --------------*/
#header {
  z-index: 10000;
  position: relative;
  background-color: #a65523;
  color: white;
  -moz-box-shadow: 0px 0px 20px 0px #a65523;
  -webkit-box-shadow: 0px 0px 20px 0px #a65523;
  -ms-box-shadow: 0px 0px 20px 0px #a65523;
  -o-box-shadow: 0px 0px 20px 0px #a65523;
  box-shadow: 0px 0px 20px 0px #a65523;
  display: block !important;
  height: auto !important; }
  #header a:default {
    color: white;
    transition: color .4s ease; }
    #header a:default:hover {
      text-decoration: none; }
  #header .header-top {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    font-size: 85%;
    color: #f3cfb3; }
    #header .header-top .geo {
      opacity: .7; }
      #header .header-top .geo a {
        color: #f3cfb3;
        margin-left: 10px;
        display: inline-block;
        border-bottom: 1px #f3cfb3 dashed;
        text-decoration: none; }
        #header .header-top .geo a:hover {
          border-bottom-color: transparent; }
    #header .header-top .main-menu ul {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      margin: 0;
      padding: 0;
      list-style: none;
      text-align: right; }
      #header .header-top .main-menu ul li a {
        color: white;
        background: none !important; }
        #header .header-top .main-menu ul li a:hover {
          color: #f3cfb3; }
      #header .header-top .main-menu ul li.item-catalog {
        display: none; }
  #header .header-body {
    margin-top: 20px;
    margin-bottom: 20px; }
  #header .logo {
    display: block !important; }
    #header .logo:hover img {
      -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
      transform: scale(0.9); }
  #header .info-phone a {
    display: inline-block;
    position: relative;
    height: 34px;
    line-height: 34px;
    font-size: 200%;
    color: white;
    text-decoration: none;
    padding-left: 45px; }
    #header .info-phone a:before {
      content: '';
      background-image: url("../decor/icon-phone.png");
      background-position: center center;
      background-repeat: no-repeat;
      -moz-background-size: 40px 40px;
      -webkit-background-size: 40px 40px;
      -ms-background-size: 40px 40px;
      -o-background-size: 40px 40px;
      background-size: 40px 40px;
      width: 40px;
      height: 40px;
      margin-right: 10px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -20px;
      opacity: .5; }
    #header .info-phone a:hover:before {
      opacity: .8; }
  #header .info-mode {
    margin-top: 20px; }
    #header .info-mode span {
      color: #f3cfb3; }
    #header .info-mode > div + div {
      margin-top: 5px; }
  #header .user-menu,
  #header .basket-cart {
    display: block;
    color: #f68d2e;
    text-decoration: none; }
    #header .user-menu .caption,
    #header .user-menu .cart_price,
    #header .basket-cart .caption,
    #header .basket-cart .cart_price {
      font-size: 150%;
      color: white; }
    #header .user-menu:hover .caption,
    #header .user-menu:hover .cart_price,
    #header .basket-cart:hover .caption,
    #header .basket-cart:hover .cart_price {
      color: #f3cfb3; }
  #header .basket-cart {
    margin-top: 10px; }
  #header .icon-cart,
  #header .icon-user {
    background-position: center center;
    background-repeat: no-repeat;
    -moz-background-size: 35px 35px;
    -webkit-background-size: 35px 35px;
    -ms-background-size: 35px 35px;
    -o-background-size: 35px 35px;
    background-size: 35px 35px;
    width: 55px;
    height: 55px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    margin-right: 10px; }
  #header .icon-cart {
    background-image: url("../decor/icon-cart.png"); }
  #header .icon-user {
    -moz-background-size: 55px 55px;
    -webkit-background-size: 55px 55px;
    -ms-background-size: 55px 55px;
    -o-background-size: 55px 55px;
    background-size: 55px 55px;
    background-image: url("../decor/icon-user.png"); }
  #header #header-collapse {
    padding: 0;
    background-color: white;
    max-width: 1920px; }
    body.page-purchase #header #header-collapse {
      position: relative !important; }
  #header .main-cat {
    margin: 0;
    padding: 0; }
    #header .main-cat ul {
      list-style: none;
      text-align: center;
      overflow-x: auto; }
      #header .main-cat ul li {
        vertical-align: middle; }
        #header .main-cat ul li a {
          font-family: 'Rubik', sans-serif;
          text-transform: uppercase;
          -moz-border-radius: 0;
          -webkit-border-radius: 0;
          -ms-border-radius: 0;
          -o-border-radius: 0;
          border-radius: 0;
          color: #101820;
          padding-top: 10px;
          padding-bottom: 10px;
          text-align: center;
          display: flex;
          justify-content: center;
          align-items: center;
          font-weight: 500; }
          #header .main-cat ul li a img {
            display: block;
            max-width: 100px; }
        #header .main-cat ul li.active a {
          color: #f68d2e;
          background: none; }
          #header .main-cat ul li.active a:hover, #header .main-cat ul li.active a:focus, #header .main-cat ul li.active a:active {
            color: #f68d2e;
            background: none; }
        #header .main-cat ul li a:hover, #header .main-cat ul li a:focus, #header .main-cat ul li a:active {
          color: #f68d2e;
          background: none; }
    #header .main-cat .basket-cart {
      display: none !important;
      margin: 0;
      width: 150px;
      margin-left: 30px; }
      #header .main-cat .basket-cart .icon-cart {
        background-position: center center;
        background-repeat: no-repeat;
        -moz-background-size: 25px 25px;
        -webkit-background-size: 25px 25px;
        -ms-background-size: 25px 25px;
        -o-background-size: 25px 25px;
        background-size: 25px 25px;
        width: 50px;
        height: 50px;
        display: block;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        -ms-border-radius: 50%;
        -o-border-radius: 50%;
        border-radius: 50%;
        margin-right: 10px; }
      #header .main-cat .basket-cart .cart_quantity {
        display: none; }
      #header .main-cat .basket-cart .cart_price {
        color: #101820; }
      #header .main-cat .basket-cart:hover .icon-cart {
        background-color: rgba(166, 85, 35, 0.8); }
      #header .main-cat .basket-cart:hover .cart_price {
        color: #f68d2e; }
  @media (min-width: 768px) {
    #header .affix {
      -moz-box-shadow: 0px 0px 20px 0px #a65523;
      -webkit-box-shadow: 0px 0px 20px 0px #a65523;
      -ms-box-shadow: 0px 0px 20px 0px #a65523;
      -o-box-shadow: 0px 0px 20px 0px #a65523;
      box-shadow: 0px 0px 20px 0px #a65523;
      font-size: 95%; }
      #header .affix .main-cat ul li {
        display: table-cell;
        width: 1%; } }
  @media (min-width: 768px) and (max-width: 992px) {
    #header .main-cat ul li a img {
      max-width: 80px; } }
  @media (min-width: 768px) {
    #header .affix .main-cat ul li a img {
      display: none; }
    #header .affix .main-cat .basket-cart {
      display: block !important; } }
  @media (max-width: 767px) {
    #header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      max-height: 100vh;
      overflow-y: hidden; }
      #header .header-body {
        margin-top: 10px;
        margin-bottom: 10px;
        height: 60px; }
        #header .header-body .logo img {
          max-height: 60px;
          min-width: 40px; }
        #header .header-body .info-phone a {
          display: block;
          position: relative;
          font-size: initial;
          color: white;
          text-decoration: none;
          text-indent: -9000px;
          height: 45px;
          width: 45px; }
          #header .header-body .info-phone a:before {
            content: '';
            background-image: url("../decor/icon-phone.png");
            background-position: center center;
            background-repeat: no-repeat;
            -moz-background-size: 33px 33px;
            -webkit-background-size: 33px 33px;
            -ms-background-size: 33px 33px;
            -o-background-size: 33px 33px;
            background-size: 33px 33px;
            width: 45px;
            height: 45px;
            display: block;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            -ms-border-radius: 50%;
            -o-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            left: 0;
            top: 0;
            margin-top: 0;
            opacity: 1; }
        #header .header-body .info-mode {
          display: none; }
        #header .header-body .basket-cart {
          margin: 0; }
          #header .header-body .basket-cart .cart_price {
            font-size: 100%;
            color: white;
            font-weight: bold; }
          #header .header-body .basket-cart .icon-cart {
            -moz-background-size: 25px 25px;
            -webkit-background-size: 25px 25px;
            -ms-background-size: 25px 25px;
            -o-background-size: 25px 25px;
            background-size: 25px 25px;
            width: 45px;
            height: 45px; }
          #header .header-body .basket-cart .cart_quantity {
            display: none; }
        #header .header-body .navbar-toggle {
          margin: 0; }
          #header .header-body .navbar-toggle .icon-bar {
            background-color: white;
            width: 33px;
            height: 3px;
            -webkit-transition: all 0.2s;
            transition: all 0.2s; }
          #header .header-body .navbar-toggle .icon-bar:nth-of-type(1) {
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transform-origin: 20% 20%;
            -ms-transform-origin: 20% 20%;
            transform-origin: 20% 20%; }
          #header .header-body .navbar-toggle .icon-bar:nth-of-type(2) {
            opacity: 0;
            filter: alpha(opacity=0); }
          #header .header-body .navbar-toggle .icon-bar:nth-of-type(3) {
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            -webkit-transform-origin: 20% 80%;
            -ms-transform-origin: 20% 80%;
            transform-origin: 20% 80%; }
          #header .header-body .navbar-toggle.collapsed .icon-bar:nth-of-type(1) {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0); }
          #header .header-body .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
            opacity: 1;
            filter: alpha(opacity=100); }
          #header .header-body .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
            -webkit-transform: rotate(0);
            -ms-transform: rotate(0);
            transform: rotate(0); }
      #header .affix {
        position: relative !important; }
      #header #header-collapse {
        background-color: #fdf9f5;
        color: #101820;
        height: calc(100vh - 80px); }
        #header #header-collapse.collapse.in {
          overflow-y: hidden; }
        #header #header-collapse .info-block {
          height: calc(100vh - 80px);
          overflow-y: scroll;
          padding: 15px 0; }
          #header #header-collapse .info-block .geo {
            margin-bottom: 10px;
            opacity: .7;
            font-size: 85%; }
            #header #header-collapse .info-block .geo a {
              color: #101820;
              margin-left: 5px;
              display: inline-block;
              border-bottom: 1px #101820 dashed;
              text-decoration: none; }
              #header #header-collapse .info-block .geo a:hover {
                border-bottom: transparent; }
          #header #header-collapse .info-block .info-phone a {
            color: #a65523; }
          #header #header-collapse .info-block .info-mode {
            margin-top: 10px; }
            #header #header-collapse .info-block .info-mode span {
              display: block; }
          #header #header-collapse .info-block .user-menu {
            margin-top: 10px; }
            #header #header-collapse .info-block .user-menu .icon-user {
              background-color: rgba(166, 85, 35, 0.8); }
            #header #header-collapse .info-block .user-menu ul {
              list-style: none;
              padding: 0; }
              #header #header-collapse .info-block .user-menu ul li {
                padding: 1px 0; }
          #header #header-collapse .info-block .main-menu {
            margin-top: 10px;
            padding-top: 10px; }
            #header #header-collapse .info-block .main-menu a {
              text-align: center;
              text-transform: uppercase;
              font-weight: bold; }
        #header #header-collapse .main-cat {
          background-color: white;
          height: calc(100vh - 80px);
          overflow-y: auto;
          border-left: 1px solid #faebdf; }
          #header #header-collapse .main-cat ul.nav li a {
            display: block;
            height: auto;
            margin: 10px 0;
            padding: 0; }
            #header #header-collapse .main-cat ul.nav li a span img {
              max-width: 80%;
              display: inline-block; }
            #header #header-collapse .main-cat ul.nav li a span span {
              display: block; } }

.page-home #header {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

@media (max-width: 767px) {
  #wrapper {
    padding-top: 79px; } }
.horizontal-scrollable-tabs {
  min-height: auto; }

#category-menu {
  overflow: hidden; }
  #category-menu .nav-tabs {
    border: none;
    display: flex;
    flex-wrap: wrap; }
    #category-menu .nav-tabs > li {
      border: none;
      margin-bottom: 0; }
      #category-menu .nav-tabs > li > a, #category-menu .nav-tabs > li > a:hover, #category-menu .nav-tabs > li > a:focus {
        border: none !important;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        border-radius: 16px;
        box-shadow: none;
        position: relative;
        padding: 5px 15px;
        color: #101820;
        background: none;
        display: inline-block;
        text-decoration: none; }
        @media (max-width: 768px) {
          #category-menu .nav-tabs > li > a, #category-menu .nav-tabs > li > a:hover, #category-menu .nav-tabs > li > a:focus {
            padding: 3px 10px;
            font-size: 12px; } }
        #category-menu .nav-tabs > li > a:after, #category-menu .nav-tabs > li > a:hover:after, #category-menu .nav-tabs > li > a:focus:after {
          display: none; }
      #category-menu .nav-tabs > li > a:hover, #category-menu .nav-tabs > li > a:focus {
        color: #f68d2e; }
      #category-menu .nav-tabs > li.active > a, #category-menu .nav-tabs > li.active > a:hover, #category-menu .nav-tabs > li.active > a:focus {
        color: #f68d2e;
        background: white;
        border: 1px solid #f68d2e !important; }

#delivery-menu {
  overflow: hidden;
  margin-bottom: 20px; }
  #delivery-menu .nav-tabs {
    border: none; }
    #delivery-menu .nav-tabs > li {
      border: 1px solid transparent;
      margin-bottom: 0; }
      #delivery-menu .nav-tabs > li > a, #delivery-menu .nav-tabs > li > a:hover, #delivery-menu .nav-tabs > li > a:focus {
        border: none !important;
        -moz-border-radius: 16px;
        -webkit-border-radius: 16px;
        -ms-border-radius: 16px;
        -o-border-radius: 16px;
        border-radius: 16px;
        box-shadow: none;
        position: relative;
        padding: 5px 15px;
        color: #101820;
        background: none;
        display: inline-block;
        text-decoration: none; }
        #delivery-menu .nav-tabs > li > a:after, #delivery-menu .nav-tabs > li > a:hover:after, #delivery-menu .nav-tabs > li > a:focus:after {
          display: none; }
      #delivery-menu .nav-tabs > li > a:hover, #delivery-menu .nav-tabs > li > a:focus {
        color: #f68d2e; }
      #delivery-menu .nav-tabs > li.active > a, #delivery-menu .nav-tabs > li.active > a:hover, #delivery-menu .nav-tabs > li.active > a:focus {
        color: #f68d2e;
        background: white;
        border: 1px solid #f68d2e !important; }

/*-------------- block-search --------------*/
.block-search {
  padding-top: 4px;
  height: 50px;
  overflow: hidden;
  z-index: 0; }
  .block-search .input-group {
    margin-bottom: 0;
    vertical-align: middle; }
  .block-search .form-control {
    background: #fdf9f5;
    border-color: #faebdf;
    color: #a65523;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-right: none;
    padding-top: 15px;
    padding-bottom: 15px;
    height: 41px; }
  .block-search .btn {
    background: #fdf9f5;
    border-color: #faebdf;
    color: #a65523;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
    border-left: none;
    height: 41px; }
    .block-search .btn i {
      font-size: 125%;
      padding-top: 3px; }
  .affix .block-search {
    padding-top: 0;
    height: auto;
    width: 100%; }
    .affix .block-search .input-group {
      margin-bottom: 0;
      vertical-align: middle; }
    .affix .block-search .form-control {
      height: 30px;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
    .affix .block-search .btn {
      height: 32px;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
      .affix .block-search .btn i {
        font-size: 100%;
        padding-top: 0; }

/*-------------- search-list --------------*/
ol.search-list li {
  margin-bottom: 40px; }
  ol.search-list li h4 a {
    color: #101820;
    text-transform: uppercase; }
  ol.search-list li div {
    font-style: italic; }
  ol.search-list li blockquote {
    margin-top: 10px;
    color: #f3cfb3;
    border-left: 4px solid #faebdf; }
    ol.search-list li blockquote:before {
      display: none; }

#adminHeader {
  position: fixed;
  top: -45px;
  left: 0;
  background-color: #555;
  height: 50px;
  width: 100%;
  color: #FFF;
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  min-width: 950px;
  z-index: 1000000; }

#adminHeader.showAdminHeader {
  top: 0; }

#emptyAdminHeader {
  height: 5px;
  clear: both; }

#emptyAdminHeader.showAdminHeader {
  height: 50px; }

#adminLogo {
  position: absolute;
  top: 7px;
  left: 33px; }

#btAdminHeader {
  height: 5px;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: url(../decor/header_bt.jpg) #F80 center bottom no-repeat;
  cursor: pointer; }

#adminHeader.showAdminHeader #btAdminHeader {
  background: url(../decor/header_bt.jpg) #F80 center top no-repeat; }

#adminHeader .selectSite {
  position: absolute;
  top: 12px;
  left: 222px; }

#adminHeader select {
  border: #CDE 1px solid;
  padding: 1px;
  font-size: 12px;
  background-color: #F6F6F6;
  color: #555; }

#adminHeader a.logout {
  background: url(../decor/logout_bg.jpg) center center no-repeat;
  position: absolute;
  top: 11px;
  right: 15px;
  height: 22px;
  width: 70px;
  line-height: 21px;
  text-align: center;
  color: #555;
  text-decoration: none; }

#adminHeader a.logout:hover {
  text-decoration: underline; }

#adminHeaderMenu {
  position: absolute;
  bottom: 5px;
  right: 223px;
  list-style-type: none;
  padding: 0;
  margin: 0; }

#adminHeaderMenu li {
  float: left;
  padding: 0;
  margin: 0;
  background: url(../decor/mainMenu_tl.jpg) #AAA top left no-repeat;
  margin-left: 1px;
  margin-top: 5px;
  border-bottom: #888 1px solid; }

#adminHeaderMenu li a {
  color: #FFF;
  display: block;
  padding: 0 25px;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  background: url(../decor/mainMenu_tr.jpg) top right no-repeat; }

#adminHeaderMenu li a:hover {
  text-decoration: underline; }

#adminHeaderMenu li.activ {
  background: #ff8800 url(../decor/mainMenu_tl_activ.jpg) top left no-repeat;
  border-bottom: #F80 1px solid;
  margin-top: 0; }

#adminHeaderMenu li.activ a {
  height: 31px;
  line-height: 36px;
  text-decoration: none;
  background: url(../decor/mainMenu_tr_activ.jpg) top right no-repeat; }

.slider-pro .sp-layer {
  width: 100%;
  height: 100%; }
.slider-pro .sp-buttons {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  text-align: center;
  margin-top: -45px; }
  .slider-pro .sp-buttons .sp-button {
    width: 15px;
    height: 15px;
    border: 3px solid white;
    background-color: #a65523;
    margin: 6px; }
    .slider-pro .sp-buttons .sp-button.sp-selected-button {
      border-color: #a65523;
      background-color: white; }
.slider-pro .sp-link {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 21; }
.slider-pro .sp-image {
  width: 100%; }
.slider-pro .sp-slide {
  display: none; }
.slider-pro .sp-slides-container .sp-slide {
  display: block; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../../components/slick/ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../../components/slick/fonts/slick.eot");
  src: url("../../components/slick/fonts/slick.eot?#iefix") format("embedded-opentype"), url("../../components/slick/fonts/slick.woff") format("woff"), url("../../components/slick/fonts/slick.ttf") format("truetype"), url("../../components/slick/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 12px;
        line-height: 20px;
        text-align: center;
        color: #4f2c1d;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: #4f2c1d;
      opacity: 0.75; }

.slick {
  overflow-y: visible; }
  .slick.slick-border .slick-list {
    border: 1px solid #f3cfb3;
    margin-top: 10px;
    margin-left: -1px; }
    .slick.slick-border .slick-list .slick-slide {
      border-left: 1px solid #f3cfb3;
      padding-top: 1px;
      position: relative; }
      .slick.slick-border .slick-list .slick-slide .thumbnail {
        margin-bottom: 0 !important;
        border: none !important; }
        .slick.slick-border .slick-list .slick-slide .thumbnail:before {
          border: none;
          border-left: 1px solid #a65523;
          -moz-box-shadow: none;
          -webkit-box-shadow: none;
          -ms-box-shadow: none;
          -o-box-shadow: none;
          box-shadow: none;
          background: none; }
  .slick.slick-border.variable-width-image .slick-slide,
  .slick.slick-border.variable-width-image .slick-list {
    border: none; }
  .slick .hidden_block {
    display: block !important; }

.slick-slide img {
  display: inline-block; }

.row.row-no-padding.slick {
  margin-left: 0;
  margin-right: 0; }
  .row.row-no-padding.slick [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important; }

.slick-prev,
.slick-next {
  top: -25px;
  width: 40px;
  height: 40px;
  display: block;
  background-color: #f3cfb3;
  color: white; }
  .slick-prev::before,
  .slick-next::before {
    color: inherit;
    font-family: 'Glyphicons Halflings'; }
  .slick-prev:hover,
  .slick-next:hover {
    background-color: #a65523;
    color: white; }
  .slick-prev:focus,
  .slick-next:focus {
    background-color: #a65523;
    color: white; }
  .slick-prev:hover:focus,
  .slick-next:hover:focus {
    background-color: #a65523;
    color: white; }

.slick-prev {
  right: 41px;
  left: auto; }
  .slick-prev::before {
    content: '\e257'; }

.slick-next {
  right: 0; }
  .slick-next::before {
    content: '\e258'; }

.upsell-slider {
  margin: 0 100px 20px 100px;
  padding: 10px; }
  .upsell-slider .slick-list {
    border: none; }
    .upsell-slider .slick-list .slick-slide {
      margin-left: 0;
      border: none; }
  .upsell-slider img {
    max-width: 130px; }
  .upsell-slider a {
    color: #101820; }
  @media (max-width: 992px) {
    .upsell-slider {
      margin: 20px 0 0 0;
      padding: 10px 10px 50px 10px; } }
  .upsell-slider .badge-list {
    top: 10px;
    left: 10px;
    font-size: 85%;
    max-height: calc(100% - 20px); }
    .upsell-slider .badge-list li img {
      max-width: 40px; }

@media (min-width: 991px) {
  .slider .slick-list {
    padding-top: 20px;
    padding-bottom: 140px;
    padding-left: 10px; } }
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1; }
.slick-dots li button:before {
  color: #a65523;
  opacity: 1; }
.slick-dots li.slick-active button:before {
  color: #f68d2e;
  opacity: 1; }

.showcase h3 {
  margin-bottom: 10px;
  padding-right: 90px; }
  .showcase h3 a {
    color: #a65523; }
  .showcase h3 span {
    padding-right: 40px; }
.showcase .item-code span {
  padding: 0 3px; }
.showcase .equal-height {
  position: relative; }
.showcase .thumbnail {
  position: relative;
  padding: 15px;
  border: none;
  display: block;
  background: transparent; }
  @media (max-width: 767px) {
    .showcase .thumbnail {
      padding: 4px; } }
  .showcase .thumbnail .caption {
    padding-left: 0;
    padding-right: 0; }
  .showcase .thumbnail h4 {
    font-size: 120%;
    margin-top: 10px;
    font-weight: bold;
    text-align: center;
    text-transform: none; }
    .showcase .thumbnail h4 a {
      color: #101820;
      text-decoration: none; }
    @media (max-width: 767px) {
      .showcase .thumbnail h4 {
        font-size: 100%;
        text-align: left;
        margin-top: 5px; } }
  .showcase .thumbnail .modification-list {
    text-align: center; }
    @media (max-width: 767px) {
      .showcase .thumbnail .modification-list {
        text-align: left; } }
  .showcase .thumbnail .price {
    font-family: 'Rubik', sans-serif;
    font-size: 200%;
    color: #f68d2e;
    line-height: 1.5;
    margin-bottom: 0; }
    .showcase .thumbnail .price span {
      font-weight: normal; }
    @media (max-width: 767px) {
      .showcase .thumbnail .price {
        line-height: 1;
        font-size: 100%; } }
  .showcase .thumbnail footer {
    padding-top: 5px;
    border-top: 1px solid #faebdf;
    border-top: none;
    vertical-align: bottom;
    display: inline-block;
    bottom: 0; }
    @media (max-width: 767px) {
      .showcase .thumbnail footer {
        padding-top: 0;
        display: block; } }
    .showcase .thumbnail footer .btn-cart {
      font-size: 27px;
      padding: 4px 5px;
      line-height: 1;
      margin-bottom: 0;
      color: #4f2c1d;
      background-color: white;
      border: none; }
  @media (max-width: 767px) {
    .showcase .thumbnail .bootstrap-touchspin {
      margin-bottom: 10px;
      display: none; } }
.showcase .badge-list {
  top: 10px;
  left: 10px;
  font-size: 85%;
  max-height: calc(100% - 20px); }
  .showcase .badge-list li img {
    max-width: 40px; }

@media (min-width: 991px) {
  .showcase .thumbnail {
    padding: 20px; }
    .showcase .thumbnail .hidden_block {
      display: none; }
      .showcase .thumbnail .hidden_block.modification-list {
        display: block;
        font-size: 100%; }
        .showcase .thumbnail .hidden_block.modification-list > li > a {
          display: none;
          padding: 0; }
          .showcase .thumbnail .hidden_block.modification-list > li > a.current {
            display: block;
            border: none;
            background-color: transparent;
            color: #101820; }
    .showcase .thumbnail:hover > div {
      z-index: 1;
      height: auto !important;
      min-height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: white;
      padding: 20px;
      width: 100%; }
      .showcase .thumbnail:hover > div .thumb {
        padding: 0; }
      .showcase .thumbnail:hover > div h4 a {
        color: #4f2c1d; }
      .showcase .thumbnail:hover > div .hidden_block {
        display: block; }
        .showcase .thumbnail:hover > div .hidden_block.modification-list {
          font-size: 85%; }
          .showcase .thumbnail:hover > div .hidden_block.modification-list > li {
            padding: 0; }
            .showcase .thumbnail:hover > div .hidden_block.modification-list > li > a {
              display: inline-block;
              padding: 2px 5px; }
              .showcase .thumbnail:hover > div .hidden_block.modification-list > li > a.current {
                background: #f3cfb3;
                color: #4f2c1d; }
      .showcase .thumbnail:hover > div:before {
        width: calc(100% + 1px);
        height: calc(100% + 1px);
        position: absolute;
        top: -1px;
        left: -1px;
        content: '';
        z-index: -1;
        display: block;
        background: white;
        -moz-box-shadow: 0px 0px 20px 0px #a65523;
        -webkit-box-shadow: 0px 0px 20px 0px #a65523;
        -ms-box-shadow: 0px 0px 20px 0px #a65523;
        -o-box-shadow: 0px 0px 20px 0px #a65523;
        box-shadow: 0px 0px 20px 0px #a65523; }

  .badge-list {
    top: 25px !important;
    left: 25px !important;
    font-size: 100%; }
    .badge-list li img {
      max-width: 60px; } }
/*-------------- post --------------*/
.post-list .post-item {
  margin-top: 20px !important;
  margin-bottom: 20px !important; }
  .post-list .post-item .post-thumbnail {
    margin-bottom: 15px;
    text-align: center; }
    .post-list .post-item .post-thumbnail img {
      /*min-width: 100%;*/
      /*width: 100%;*/ }
  .post-list .post-item .post-date {
    text-transform: uppercase;
    margin-bottom: 10px;
    font-size: 13px;
    -moz-opacity: 0.6;
    -webkit-opacity: 0.6;
    -ms-opacity: 0.6;
    -o-opacity: 0.6;
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60); }
  .post-list .post-item .post-header h3,
  .post-list .post-item .post-header h3 a {
    text-transform: uppercase;
    color: #4f2c1d;
    margin-bottom: 15px;
    font-size: 18px; }

.post-item-header {
  text-align: center;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  background-color: #fdf9f5; }

.post-item-header .invert {
  color: white;
  padding: 250px 0; }

.post-item-header .block {
  z-index: 10;
  position: relative; }

.post-item-header .block.invert {
  background: rgba(0, 0, 0, 0.5); }

.post-item-header h1 {
  padding: 50px 0; }

.post-item-header .invert h1 {
  color: white; }

.post-item-header .post-date,
.post-item-header .post-comments {
  text-transform: none;
  color: #101820;
  font-size: 18px;
  padding: 10px 30px;
  font-weight: normal;
  font-style: italic; }

.post-item-header .post-comments a {
  color: #101820; }

.post-item-header .invert .post-date,
.post-item-header .invert .post-comments {
  text-transform: none;
  color: #ffffff;
  font-size: 18px;
  padding: 10px 30px;
  font-weight: normal; }

.post-item-header .invert .post-comments a {
  color: white; }

@media (max-width: 1199px) {
  .post-item-header .block {
    padding: 200px 0; } }
@media (max-width: 991px) {
  .post-item-header .block {
    padding: 150px 0; } }
@media (max-width: 767px) {
  .post-item-header .block {
    padding: 100px 0; } }
/*-------------- image-container --------------*/
.image-container {
  margin-bottom: 15px; }

.image-container figure {
  overflow: hidden;
  position: relative; }

.image-container figure a {
  background-position: center center;
  background-size: 100%;
  display: block;
  overflow: hidden;
  display: block; }

.image-container figure a img {
  opacity: 0;
  width: 100%; }

.image-container figure a span:before {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: '';
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  box-shadow: 0px 0px 70px 200px rgba(255, 255, 255, 0.5);
  z-index: 5;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5); }

.image-container-small figure a span:before {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  box-shadow: 0px 0px 70px 200px rgba(255, 255, 255, 0.5); }

.image-container:hover figure a span:before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

/*-------------- block-link --------------*/
.block-link {
  color: white;
  text-decoration: none;
  padding: 80px 40px;
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  background-size: cover;
  background-position: center;
  min-height: 350px; }

.block-link h3 > a {
  color: white;
  text-decoration: none;
  display: block; }

.block-link a.read-more {
  display: block;
  text-decoration: underline;
  color: #a65523; }

.block-link:hover a.read-more,
.block-link:focus a.read-more,
.block-link a.read-more:hover,
.block-link a.read-more:focus,
.block-link a.read-more:active {
  color: white; }

.block-link a.cover-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-decoration: none !important;
  z-index: 1;
  background-color: rgba(16, 24, 32, 0.6); }

.block-link:hover a.cover-link,
.block-link:focus a.cover-link,
.block-link a.cover-link:hover,
.block-link a.cover-link:focus,
.block-link a.cover-link:active {
  background-color: rgba(16, 24, 32, 0.2); }

.block-link .block-link-content {
  position: relative;
  z-index: 2;
  margin: 0 auto; }

#comment-block .panel {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  background: transparent; }
  #comment-block .panel.panel-default {
    margin-top: 15px;
    margin-bottom: 0;
    border-color: #faebdf;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0; }
    #comment-block .panel.panel-default .panel-heading {
      background-color: #faebdf;
      color: #101820;
      display: flex;
      align-items: center;
      border-bottom: none;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0; }
      #comment-block .panel.panel-default .panel-heading .btn {
        float: none;
        right: 0; }
  #comment-block .panel.panel-default.panel-invert .panel-heading {
    color: #101820;
    background-color: transparent; }
  #comment-block .panel .panel-body {
    padding-bottom: 15px;
    background: white; }
  #comment-block .panel .media-body .small {
    font-size: 75%;
    opacity: .7;
    font-style: italic; }
  #comment-block .panel .media-object {
    height: 63px;
    margin-right: 0;
    max-width: none; }
  #comment-block .panel a.cancel {
    display: none; }
  #comment-block .panel .panel .panel-body {
    margin-top: -20px; }
  #comment-block .panel .panel a.cancel {
    display: inline-block; }

@font-face {
  font-family: "Social";
  src: url("../fonts/social.eot");
  src: url("../fonts/social.eot#iefix") format("embedded-opentype"), url("../fonts/social.woff") format("woff"), url("../fonts/social.ttf") format("truetype"), url("../fonts/social.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="social-"]:before, [class*=" social-"]:before,
[class^="social-"]:after, [class*=" social-"]:after {
  font-family: "Social";
  font-style: normal; }

.social-vkontakte:before {
  content: "\f102"; }

.social-link:before {
  content: "\f100"; }

.social-facebook:before {
  content: "\f10d"; }

.social-googleplus:before {
  content: "\f104"; }

.social-instagram:before {
  content: "\f10b"; }

.social-odnoklassniki:before {
  content: "\f103"; }

.social-twitter:before {
  content: "\f10c"; }

.social-vk:before {
  content: "\f109"; }

.social-feed:before {
  content: "\f101"; }

.social-youtube:before {
  content: "\f10a"; }

.social-telegram:before {
  content: "\f106"; }

.social-pinterest:before {
  content: "\f105"; }

.social-whatsapp:before {
  content: "\f108"; }

.social-linkedin:before {
  content: "\f107"; }

.btn-cart {
  margin: 5px;
  margin-top: 0; }

.rating {
  overflow: hidden;
  min-width: 90px; }
  .rating .vote-wrap {
    margin-bottom: 5px; }
  .rating .vote-hover {
    padding: 0 !important; }
  .rating .vote-result {
    color: #faebdf;
    font-size: 85%;
    margin-top: 0;
    line-height: 15px;
    padding-left: 110px; }

h2.item-title {
  margin-top: 10px;
  text-transform: uppercase; }

.item-availability {
  font-size: 85%;
  color: #f7f7f7; }
  .item-availability span {
    padding-left: 5px; }

.item-code {
  font-size: 85%;
  color: #f7f7f7; }

.price {
  font-size: 250%;
  color: #f68d2e;
  margin-bottom: 0;
  font-weight: normal; }
  .price .item-price {
    white-space: nowrap; }
    .price .item-price span {
      text-transform: uppercase; }
  .price .item-price-old {
    text-decoration: line-through;
    font-size: 75%;
    color: #f3cfb3;
    font-weight: normal;
    white-space: nowrap; }

.modification-list {
  list-style: none;
  padding: 0; }
  .modification-list li {
    display: inline-block; }
    .modification-list li a {
      margin: 1px;
      text-decoration: none;
      padding: 5px 10px;
      border: transparent 1px solid;
      background: white;
      color: #a65523;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      -ms-border-radius: 6px;
      -o-border-radius: 6px;
      border-radius: 6px; }
      .modification-list li a.current:hover, .modification-list li a.current {
        background: white;
        color: #4f2c1d;
        background: #f3cfb3; }
      .modification-list li a:hover {
        background: rgba(243, 207, 179, 0.5); }
  .modification-list.small li {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px; }
    .modification-list.small li a {
      padding: 3px 5px; }

/*-------------- listProperty --------------*/
table.listProperty {
  width: 100%;
  font-size: 85%; }
  table.listProperty tr td {
    vertical-align: bottom;
    text-align: left;
    padding-top: 15px;
    color: #faebdf; }
    table.listProperty tr td:first-child {
      text-align: left;
      width: 40%;
      padding-right: 15px;
      background: url(../decor/property_dot.png) center bottom repeat-x;
      color: #101820; }
    table.listProperty tr td em, table.listProperty tr td strong {
      background-color: white;
      font-weight: normal;
      font-style: normal; }

/*-------------- listPropertySmall --------------*/
table.listPropertySmall {
  width: 100%;
  font-size: 85%;
  margin-top: 20px; }
  table.listPropertySmall tr td {
    vertical-align: bottom;
    text-align: left;
    padding: 2px 5px;
    color: #faebdf; }
    table.listPropertySmall tr td:first-child {
      text-align: left;
      width: 40%;
      color: #101820; }
    table.listPropertySmall tr td em, table.listPropertySmall tr td strong {
      background-color: white;
      font-weight: normal;
      font-style: normal; }
  table.listPropertySmall thead {
    border-bottom: 1px solid #faebdf; }
    table.listPropertySmall thead tr td:first-child {
      text-transform: none; }
  table.listPropertySmall thead + tbody > tr:first-child td {
    padding-top: 15px !important; }

.tab-content #comment-block h2 {
  display: none; }

/*-------------- filter_block --------------*/
#filter_block {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px;
  background: #fdf9f5; }

#filter_block h4 {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #4f2c1d;
  color: white;
  margin: 0;
  padding: 18px 21px 16px;
  text-transform: uppercase; }

#filter_block h4 a.small,
#filter_block h4 a.small:focus,
#filter_block h4 a.small:hover {
  color: white;
  margin-top: 4px;
  font-size: 60%;
  text-transform: none; }

#filter_block h4 a.small:hover {
  border-bottom: 1px white dotted; }

#filter_block ul {
  padding: 0; }

#filter_block form > ul > li {
  border-top: 1px solid #faebdf;
  position: relative;
  margin: 0;
  padding: 10px 15px;
  list-style: none; }

#filter_block form > ul > li:first-child {
  border: none; }

#filter_block form > ul > li:hover {
  background: white; }

#filter_block form > ul > li .list-item {
  display: block;
  list-style: none; }

#filter_block form > ul > li a.title {
  font-weight: bold;
  display: block;
  color: #101820; }

#filter_block form > ul > li a.title:after {
  font-family: 'Glyphicons Halflings';
  float: right;
  color: #f3cfb3;
  font-size: 80%;
  content: "\e253"; }

#filter_block form > ul > li.closed a.title:after {
  content: "\e252"; }

#filter_block form > ul > li ul.list-item li {
  padding-left: 10px; }

#filter_block label {
  font-size: 85%;
  vertical-align: middle; }

#filter_block label input {
  margin-top: 2px; }

#filter_block .more {
  text-align: right; }

#filter_block .more a {
  color: #f3cfb3;
  font-size: 12px;
  border-bottom: 1px #f3cfb3 dotted; }

#filter_block .more a:hover,
#filter_block .more a:focus {
  border-bottom-color: transparent; }

.thumb-category {
  margin: 15px 0;
  text-align: center; }

.thumb-category h3 {
  margin: 0;
  position: relative; }

.thumb-category h3:before {
  content: '';
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  background-color: transparent; }

.thumb-category h3:after {
  content: '';
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 0;
  background-color: transparent; }

.thumb-category:hover h3:before,
.thumb-category:hover h3:after {
  background-color: #f7f7f7; }

.thumb-category:hover h3:before {
  left: 0;
  width: 100%;
  height: 1px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out; }

.thumb-category:hover h3:after {
  margin-left: -25px;
  width: 55px;
  height: 5px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }

.thumb-category h3 a {
  color: #101820;
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 15px; }

.thumb-category img {
  opacity: 1; }

.thumb-category:hover img {
  opacity: 1; }

@media only screen and (max-width: 767px) {
  .thumb-category img {
    opacity: 1; } }
i.shopping-cart {
  display: inline-block;
  font-size: 160%;
  padding-right: 10px;
  width: 40px;
  position: relative; }
  i.shopping-cart:before {
    position: absolute;
    top: -15px;
    left: 0; }

.page-catalog .tab-content > .tab-pane {
  background-color: transparent;
  border: none; }
.page-catalog .nav-tabs {
  border-bottom: 1px solid #faebdf; }
  .page-catalog .nav-tabs > li {
    padding-top: 3px; }
    .page-catalog .nav-tabs > li a {
      margin-right: -1px;
      border: 1px solid #faebdf !important;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      text-transform: uppercase;
      color: #faebdf;
      background: #f7f7f7;
      color: #101820; }
      .page-catalog .nav-tabs > li a:after {
        top: 0 !important;
        left: 0 !important;
        background: #a65523;
        height: 2px !important; }
      .page-catalog .nav-tabs > li a:hover, .page-catalog .nav-tabs > li a:focus {
        background: white;
        color: #a65523; }
    .page-catalog .nav-tabs > li.active a, .page-catalog .nav-tabs > li.active a:hover, .page-catalog .nav-tabs > li.active a:focus {
      border-bottom: 1px solid white !important;
      background: white;
      color: #a65523; }
      .page-catalog .nav-tabs > li.active a:after, .page-catalog .nav-tabs > li.active a:hover:after, .page-catalog .nav-tabs > li.active a:focus:after {
        background: #a65523;
        height: 2px; }
.page-catalog .scrtabs-tab-container:before {
  display: none; }
.page-catalog .scrtabs-tabs-fixed-container {
  height: 50px; }

.badge-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 20px;
  left: 20px;
  max-height: calc(100% - 40px);
  overflow: hidden;
  width: auto; }
  .badge-list li {
    text-align: left;
    margin-bottom: 3px; }
    .badge-list li img {
      max-width: 75px; }
    .badge-list li .badge {
      border: none;
      color: white;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      -ms-border-radius: 10px;
      -o-border-radius: 10px;
      border-radius: 10px;
      background-color: #f68d2e; }

.rating .vote-result, .rating .vote-success {
  display: none; }
.text-center .rating .vote-hover {
  float: none !important;
  margin: 0 auto; }

/*-------------- .videobox --------------*/
a.videobox {
  position: relative;
  display: inline-block; }

a.videobox::after {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(16, 24, 32, 0) url(../decor/play.png) center no-repeat;
  opacity: 0.8; }

a.videobox:hover::after,
a.videobox:focus::after,
a.videobox:active::after {
  background: rgba(16, 24, 32, 0.3) url(../decor/play.png) center no-repeat;
  opacity: 1; }

.countItem {
  display: none; }

.bootstrap-touchspin .form-control {
  top: 0px;
  text-align: center;
  padding: 5px 10px !important;
  border: 1px solid #f3cfb3;
  background-color: #fdf9f5;
  line-height: 1.2143;
  font-style: italic;
  transition: .3s;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 18px;
  -moz-border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -ms-border-radius: 3px !important;
  -o-border-radius: 3px !important;
  border-radius: 3px !important; }
  .bootstrap-touchspin .form-control.input-sm {
    font-size: 85%;
    padding: 5px !important;
    -moz-border-radius: 3px !important;
    -webkit-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important; }
  .bootstrap-touchspin .form-control.input-lg {
    padding: 5px !important;
    -moz-border-radius: 6px !important;
    -webkit-border-radius: 6px !important;
    -ms-border-radius: 6px !important;
    -o-border-radius: 6px !important;
    border-radius: 6px !important; }
  .bootstrap-touchspin .form-control:focus {
    border: 1px solid #f3cfb3;
    background: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none; }
.bootstrap-touchspin .btn.btn-default {
  font-size: 18px;
  border: none;
  background: transparent;
  color: #a65523;
  padding: 0 12px;
  font-weight: bold; }
  .bootstrap-touchspin .btn.btn-default:hover, .bootstrap-touchspin .btn.btn-default:focus, .bootstrap-touchspin .btn.btn-default:active {
    border: none;
    background: transparent;
    color: #4f2c1d;
    box-shadow: none; }
.bootstrap-touchspin .input-group-sm .btn.btn-default {
  padding: 0 5px !important; }

/*-------------- #footer --------------*/
#footer {
  background: #fdf9f5; }
  #footer .info-phone a {
    display: inline-block;
    position: relative;
    height: 34px;
    line-height: 34px;
    font-size: 200%;
    color: #f68d2e;
    text-decoration: none;
    padding-left: 45px; }
    #footer .info-phone a:before {
      content: '';
      background-image: url("../decor/icon-phone.png");
      background-position: center center;
      background-repeat: no-repeat;
      -moz-background-size: 40px 40px;
      -webkit-background-size: 40px 40px;
      -ms-background-size: 40px 40px;
      -o-background-size: 40px 40px;
      background-size: 40px 40px;
      width: 40px;
      height: 40px;
      margin-right: 10px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -20px;
      opacity: .5; }
    #footer .info-phone a:hover:before {
      opacity: .8; }
  #footer .nav {
    width: 100%; }
    #footer .nav li {
      vertical-align: middle; }
      #footer .nav li a,
      #footer .nav li a.active {
        text-transform: uppercase;
        font-weight: bold;
        background: none;
        text-align: center; }
        #footer .nav li a:hover, #footer .nav li a:focus, #footer .nav li a:active,
        #footer .nav li a.active:hover,
        #footer .nav li a.active:focus,
        #footer .nav li a.active:active {
          color: #f68d2e; }
  @media (min-width: 768px) {
    #footer .nav > li {
      display: table-cell;
      width: 1%; } }
  @media (max-width: 991px) {
    #footer .nav {
      border-bottom: 1px solid #faebdf;
      margin-bottom: 20px; } }
  #footer .follow_icon ul {
    padding: 0;
    margin: 0;
    z-index: 0;
    position: relative;
    text-align: center; }
    #footer .follow_icon ul li {
      display: inline-block;
      list-style: none;
      padding: 3px; }
      #footer .follow_icon ul li a {
        font-size: 27px;
        height: 36px;
        width: 36px;
        line-height: 34px;
        display: block;
        text-align: center;
        color: #f3cfb3;
        text-decoration: none;
        background-color: transparent; }
        #footer .follow_icon ul li a:hover {
          color: #4f2c1d; }

/*-------------- order-list --------------*/
.order-list p {
  margin-bottom: 10px; }
.order-list .badge {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #4f2c1d;
  color: white; }
.order-list .item {
  margin: 0; }
  .order-list .item .row {
    padding-top: 10px !important;
    padding-bottom: 10px !important; }
  .order-list .item h4.media-heading {
    font-size: 16px;
    white-space: normal;
    text-transform: none; }
    .order-list .item h4.media-heading a {
      color: #101820; }
  .order-list .item .thumbnail {
    margin-bottom: 0;
    position: relative;
    border: none; }
    .order-list .item .thumbnail .badge-list {
      top: 5px !important;
      left: 5px !important;
      max-height: 100%; }
      .order-list .item .thumbnail .badge-list li {
        text-align: left;
        margin-bottom: 1px; }
        .order-list .item .thumbnail .badge-list li img {
          max-width: 30px; }
        .order-list .item .thumbnail .badge-list li .badge {
          font-size: 70%; }
        .page-purchase .order-list .item .thumbnail .badge-list li img {
          max-width: 30px; }
        .page-purchase .order-list .item .thumbnail .badge-list li .badge {
          font-size: 50%; }
      @media (min-width: 991px) {
        .order-list .item .thumbnail .badge-list li {
          text-align: left;
          margin-bottom: 1px; }
          .order-list .item .thumbnail .badge-list li img {
            max-width: 50px; }
          .order-list .item .thumbnail .badge-list li .badge {
            font-size: 85%; } }
  .order-list .item .priceItem {
    font-size: 22px;
    margin: 0; }
    .order-list .item .priceItem span {
      white-space: nowrap; }
      .order-list .item .priceItem span sup {
        top: -6px;
        left: 3px;
        font-size: 14px; }
      .order-list .item .priceItem span.price-old {
        text-decoration: line-through;
        font-size: 75%;
        opacity: .7; }
  .order-list .item a {
    cursor: pointer; }
.order-list .alert {
  margin-bottom: 0; }
.order-list .code {
  padding: 15px 0; }
  .order-list .code input {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px; }

.inst-list {
  margin: 20px 0; }
  .inst-list .inst-item {
    padding: 5px;
    position: relative; }
    .inst-list .inst-item .inst-item-hover {
      display: none !important;
      position: absolute;
      height: calc(100% - 10px);
      width: calc(100% - 10px);
      overflow: hidden;
      top: 5px;
      left: 5px;
      opacity: 0;
      visibility: hidden;
      transition: opacity 0.3s, visibility 0s linear 0.3s;
      background-color: rgba(79, 44, 29, 0.9); }
      .inst-list .inst-item .inst-item-hover .inst-content {
        padding: 40px 20px;
        color: white;
        text-align: center; }
        .inst-list .inst-item .inst-item-hover .inst-content .inst-date {
          padding-bottom: 15px; }
    .inst-list .inst-item:hover .inst-item-hover {
      opacity: 1;
      visibility: visible;
      transition-delay: 0s; }
  .inst-list .inst-item:nth-child(3n) .inst-item-hover {
    background-color: rgba(166, 85, 35, 0.9); }
  .inst-list .inst-item:nth-child(3n+1) .inst-item-hover {
    background-color: rgba(246, 141, 46, 0.9); }
  @media (max-width: 767px) {
    .inst-list .inst-item {
      padding: 0; }
      .inst-list .inst-item .inst-item-hover {
        height: 100%;
        width: 100%;
        top: 0;
        left: 0; }
        .inst-list .inst-item .inst-item-hover .inst-content {
          padding: 10px; }
          .inst-list .inst-item .inst-item-hover .inst-content .inst-date {
            padding-bottom: 5px; } }

/*-------------- map --------------*/
.map {
  position: relative;
  height: 530px;
  background: #eaebea; }

#YMapsID {
  width: 100%;
  height: 530px; }

@media (max-width: 767px) {
  .map {
    height: 300px; }

  #YMapsID {
    height: 300px; } }
.map .block-form {
  position: absolute;
  left: 0;
  top: 40px;
  width: 100%; }

.map form {
  padding: 40px 30px;
  border-radius: 10px;
  background: #FFFFFF;
  text-align: center;
  width: 100%;
  z-index: 10;
  position: relative; }

ymaps .popover {
  display: block;
  background: #f68d2e;
  border-radius: 10px;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
  max-width: none; }

ymaps .popover.top {
  margin-top: 3px;
  margin-left: -8px; }

ymaps .popover .close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 28px;
  height: 28px;
  opacity: 1;
  text-shadow: none;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #4f2c1d;
  border: #4f2c1d 1px solid;
  border-radius: 14px;
  text-align: center;
  line-height: 25px;
  font-size: 18px;
  text-decoration: none; }

ymaps .popover .close:hover,
ymaps .popover .close:active,
ymaps .popover .close:focus {
  color: #f68d2e;
  background: #4f2c1d; }

ymaps .popover.top .arrow {
  border-top-color: #f68d2e;
  bottom: -20px;
  webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 20px;
  border-bottom-width: 0; }

ymaps .popover.top .arrow:after {
  display: none; }

ymaps .popover-inner {
  background: transparent;
  color: #FFFFFF;
  /*width: 354px;*/
  padding: 30px; }

/* Autocomplete
----------------------------------*/
ul.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  max-height: 200px;
  overflow: auto;
  border: 1px solid #faebdf;
  background-color: white;
  box-shadow: 0px 1px 6px 1px rgba(0, 0, 0, 0.4);
  list-style: none;
  padding: 0;
  z-index: 1 !important; }
  ul.ui-autocomplete li {
    border-top: 1px solid #faebdf;
    font-size: 75%; }
    ul.ui-autocomplete li:first-child {
      border-top: none; }

ul.ui-autocomplete a {
  font-weight: normal;
  color: #333333;
  display: inline-block;
  padding: 10px; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-state-active,
.ui-state-focus {
  color: #23527c;
  background-color: #eeeeee; }

.autocomplete-feedback {
  width: 1.5em;
  height: 1.5em;
  overflow: hidden;
  margin-top: .5em;
  margin-right: .5em; }

.ui-autocomplete-loading {
  background: white url("../decor/spinner.gif") right center no-repeat; }

.loader {
  font-size: 10px;
  text-indent: -9999em;
  width: 1.5em;
  height: 1.5em;
  border-radius: 50%;
  background: #333;
  background: -moz-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
  background: -webkit-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
  background: -o-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
  background: -ms-linear-gradient(left, #333333 10%, rgba(255, 255, 255, 0) 42%);
  background: linear-gradient(to right, #333333 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0); }

.loader:before {
  width: 50%;
  height: 50%;
  background: #333;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: ''; }

.loader:after {
  background: #fff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/*-------------- categories_block_left --------------*/
#categories_block_top {
  clear: both;
  position: relative;
  top: 30px; }

#categories_block_top .sf-menu {
  position: relative; }

#categories_block_top .sf-menu > li {
  position: static; }

#categories_block_top .sf-menu > li > ul {
  width: 100%;
  top: 60px;
  margin: 0 20px; }

#categories_block_top .sf-menu > li > ul > li {
  display: block;
  float: left;
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px; }

#categories_block_top .sf-menu > li > ul > .category_thumb {
  display: block;
  clear: both;
  overflow: hidden;
  width: 100%; }

#categories_block_top .sf-menu > li > ul > .category_thumb img {
  display: inline-block;
  width: 33%; }

#categories_block_top .sf-menu > li h4 a {
  font-size: 1.1em; }

#categories_block_top .sf-menu > li h4 a:before {
  display: none; }

#categories_block_top .sf-menu > li .main-level-submenus {
  position: relative;
  display: block !important;
  visibility: visible !important;
  top: 0;
  background: none;
  box-shadow: none;
  padding: 0;
  left: 0; }

#categories_block_top .sf-menu .category_thumb {
  display: none; }

#categories_block_left {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 30px; }

#categories_block_left h4 {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #a65523;
  color: white;
  margin: 0;
  font-size: 20px;
  padding: 18px 21px 16px;
  text-transform: uppercase; }

#categories_block_left h4 a {
  color: white; }

#categories_block_left h4 a:hover {
  color: rgba(255, 255, 255, 0.4); }

#categories_block_left .block_content_menu {
  margin: 0;
  background-color: #faebdf;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

#categories_block_left.sf-contener {
  clear: both;
  float: none;
  width: 100%;
  overflow: visible !important; }

#categories_block_left .sf-menu,
#categories_block_left .sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none; }

#categories_block_left .sf-menu {
  position: relative;
  padding: 0;
  width: 100%; }

@media (max-width: 767px) {
  #categories_block_left .sf-menu {
    display: none; } }
#categories_block_left .sf-menu ul {
  position: absolute;
  top: -999em;
  background: white; }

@media (max-width: 767px) {
  #categories_block_left .sf-menu ul {
    position: relative; } }
#categories_block_left .sf-menu ul li {
  width: 100%; }

#categories_block_left .sf-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */ }

#categories_block_left .sf-menu > li {
  border-top: 1px solid #f3cfb3;
  position: relative; }

#categories_block_left .sf-menu > li:first-child {
  border: none; }

#categories_block_left .sf-menu > li:last-child a {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

@media (max-width: 767px) {
  #categories_block_left .sf-menu > li {
    padding: 0; }

  #categories_block_left .sf-menu > li > a {
    padding: 15px 20px 17px !important; }

  #categories_block_left .sf-menu > li > a:after {
    display: none; }

  #categories_block_left .sf-menu > li strong {
    position: absolute;
    right: 6px;
    top: 15px;
    width: 30px;
    height: 30px;
    z-index: 2;
    font-weight: normal;
    color: #a65523; }

  #categories_block_left .sf-menu > li strong:after {
    font-family: "Glyphicons Halflings";
    content: "\2b";
    font-size: 18px; }

  #categories_block_left .sf-menu > li strong.active:after {
    content: "\2212"; } }
#categories_block_left .sf-menu > li > a {
  display: block;
  padding: 15px 20px 17px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border-left: 4px solid #faebdf; }

@media (min-width: 768px) and (max-width: 991px) {
  #categories_block_left .sf-menu > li > a {
    padding: 15px 10px 17px; } }
#categories_block_left .sf-menu > li > a.sf-with-ul:after {
  content: "\e250";
  font-family: "Glyphicons Halflings";
  font-size: 14px;
  line-height: 20px;
  color: #d7dbdd;
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  margin-top: -10px; }

@media (min-width: 768px) and (max-width: 991px) {
  #categories_block_left .sf-menu > li > a.sf-with-ul:after {
    right: 10px; } }
#categories_block_left .sf-menu > li > a:before {
  content: " ";
  display: block;
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background: #fdf9f5;
  z-index: -1;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease; }

#categories_block_left .sf-menu > li > a span {
  padding-right: 9px; }

@media (min-width: 768px) and (max-width: 991px) {
  #categories_block_left .sf-menu > li > a span {
    padding-right: 4px; } }
#categories_block_left .sf-menu li > a {
  color: #101820; }

#categories_block_left .sf-menu li.active > a,
#categories_block_left .sf-menu li.active > a:hover,
#categories_block_left .sf-menu li.active > a:focus,
#categories_block_left .sf-menu li.active > a:active {
  color: white;
  background: #a65523;
  text-decoration: none;
  border-left: 4px solid #f68d2e; }
  #categories_block_left .sf-menu li.active > a:before,
  #categories_block_left .sf-menu li.active > a:hover:before,
  #categories_block_left .sf-menu li.active > a:focus:before,
  #categories_block_left .sf-menu li.active > a:active:before {
    content: none !important; }

#categories_block_left .sf-menu > li.sfHover > a,
#categories_block_left .sf-menu > li:not(.active) > a:hover, #categories_block_left .sf-menu > li.sfHoverForce > a {
  color: #101820;
  text-decoration: none;
  border-left: 4px solid #f68d2e; }

#categories_block_left .sf-menu > li.sfHover > a:before,
#categories_block_left .sf-menu > li:not(.active) > a:hover:before, #categories_block_left .sf-menu > li.sfHoverForce > a:before {
  width: 100%; }

#categories_block_left .sf-menu > li.sfHover > a:after {
  color: #101820; }

@media (min-width: 768px) {
  #categories_block_left .sf-menu > li li {
    border-top: 1px solid #faebdf;
    position: relative; }

  #categories_block_left .sf-menu > li li:first-child {
    border: none; }

  #categories_block_left .sf-menu > li li:first-child a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

  #categories_block_left .sf-menu > li li:last-child a {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

  #categories_block_left .sf-menu > li li > a {
    display: block;
    padding: 15px 20px 17px;
    position: relative;
    z-index: 1;
    overflow: hidden; }

  #categories_block_left .sf-menu > li li > a.sf-with-ul:after {
    content: "\e250";
    font-family: "Glyphicons Halflings";
    font-size: 14px;
    line-height: 20px;
    color: #d7dbdd;
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    margin-top: -10px; }

  #categories_block_left .sf-menu > li li > a.sf-with-ul:before {
    content: " ";
    display: block;
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fcfcfc;
    z-index: -1;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease; }

  #categories_block_left .sf-menu > li li > a span {
    padding-right: 9px; }

  #categories_block_left .sf-menu > li li.sfHover > a,
  #categories_block_left .sf-menu > li li > a:hover, #categories_block_left .sf-menu > li li.sfHoverForce > a {
    color: #101820;
    text-decoration: none; }

  #categories_block_left .sf-menu > li li.sfHover > a:before,
  #categories_block_left .sf-menu > li li > a:hover:before, #categories_block_left .sf-menu > li li.sfHoverForce > a:before {
    width: 100%; }

  #categories_block_left .sf-menu > li li.sfHover > a:after {
    color: #101820; } }
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  #categories_block_left .sf-menu > li li > a {
    padding: 15px 10px 17px; } }
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  #categories_block_left .sf-menu > li li > a.sf-with-ul:after {
    right: 10px; } }
@media (min-width: 768px) and (min-width: 768px) and (max-width: 991px) {
  #categories_block_left .sf-menu > li li > a span {
    padding-right: 4px; } }
#categories_block_left .sf-menu li ul {
  display: none;
  left: 100%;
  margin-left: 10px;
  top: 0;
  /* match top ul list item height */
  z-index: 99;
  background: #f5f5f5;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 3px 9px rgba(0, 0, 0, 0.1);
  width: 100%; }

#categories_block_left .sf-menu li ul ul {
  margin-left: 5px; }

@media (max-width: 767px) {
  #categories_block_left .sf-menu li ul {
    left: 0;
    padding: 12px 0 18px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0.9); }

  #categories_block_left .sf-menu li ul ul {
    margin-left: 0; } }
@media (max-width: 767px) {
  #categories_block_left .sf-menu li li ul {
    position: static;
    display: block !important;
    opacity: 1 !important;
    padding: 10px;
    margin-bottom: 30px;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
    background: #f5f5f5; }

  #categories_block_left .sf-menu li li ul ul {
    position: static;
    display: block !important;
    opacity: 1 !important;
    background: none;
    -moz-box-shadow: transparent 0 0 0;
    -webkit-box-shadow: transparent 0 0 0;
    box-shadow: transparent 0 0 0; }

  #categories_block_left .sf-menu li li li ul {
    padding: 0 0 0 20px; }

  #categories_block_left .sf-menu li li li ul {
    width: 220px; }

  #categories_block_left ul.sf-menu li:hover li ul,
  #categories_block_left ul.sf-menu li.sfHover li ul {
    top: -999em; }

  #categories_block_left ul.sf-menu li li:hover ul,
  #categories_block_left ul.sf-menu li li.sfHover ul {
    left: 200px;
    /* match ul width */
    top: 0; }

  #categories_block_left ul.sf-menu li li:hover li ul,
  #categories_block_left ul.sf-menu li li.sfHover li ul {
    top: -999em; }

  #categories_block_left ul.sf-menu li li li:hover ul,
  #categories_block_left ul.sf-menu li li li.sfHover ul {
    left: 200px;
    /* match ul width */
    top: 0; }

  #categories_block_left .sf-menu > li > ul {
    padding: 26px 20px 31px;
    width: 100%; }

  #categories_block_left .sf-menu > li > ul > li > a {
    display: block;
    padding: 6px 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

  #categories_block_left .sf-menu > li > ul > li > a span {
    padding-right: 9px; }

  #categories_block_left .sf-menu > li > ul > li.sfHoverForce > a {
    color: #fff; }

  #categories_block_left .sf-menu li li li a {
    display: block;
    position: relative;
    font-size: 13px;
    line-height: 16px;
    padding: 5px 10px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

  #categories_block_left .sf-menu li li li a span {
    padding-right: 9px; }

  #categories_block_left .sf-menu li li li a:hover {
    color: #101820; }

  #categories_block_left .sf-menu li li li.sfHoverForce > a {
    color: #101820; } }
@media (max-width: 767px) {
  #categories_block_left .sf-menu > li > ul > li {
    width: 50%;
    float: left;
    padding-right: 15px; } }
@media (max-width: 479px) {
  #categories_block_left .sf-menu > li > ul > li {
    width: 100%; } }
@media (min-width: 768px) {
  #categories_block_left .sf-menu > li > ul > li.first-in-line-lg {
    clear: left; } }
@media (min-width: 480px) and (max-width: 767px) {
  #categories_block_left .sf-menu > li > ul > li.first-in-line-xs {
    clear: left; } }
#categories_block_left .sf-menu > li > ul > li.category-thumbnail {
  width: 100% !important;
  float: none;
  clear: both;
  overflow: hidden;
  padding-right: 0;
  display: none; }

#categories_block_left .sf-menu > li > ul > li.category-thumbnail > div {
  float: left;
  padding-left: 10px;
  width: 33.333%; }

@media (max-width: 479px) {
  #categories_block_left .sf-menu > li > ul > li.category-thumbnail > div {
    width: 100%;
    padding-left: 0;
    padding-top: 10px;
    text-align: center; } }
#categories_block_left .sf-menu > li > ul > li.category-thumbnail > div:first-child {
  padding-left: 0; }

#categories_block_left .sf-menu > li > ul > li.category-thumbnail > div img {
  max-width: 100%;
  display: block; }

@media (max-width: 767px) {
  #categories_block_left .cat-title {
    display: block;
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

  #categories_block_left .cat-title.active {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0; }

  #categories_block_left .cat-title:after {
    display: block;
    font-family: "Glyphicons Halflings";
    content: "\2b";
    position: absolute;
    right: 25px;
    top: 18px;
    font-size: 20px; }

  #categories_block_left .cat-title.active:after {
    content: "\2212"; } }
#categories_block_left .sf-menu li.sf-search {
  display: none;
  border: none; }

#categories_block_left .sf-menu li.sf-search input {
  display: inline;
  padding: 0 13px;
  height: 30px;
  line-height: 30px;
  background: white;
  margin: 13px 10px 0 0;
  font-size: 13px;
  color: #101820;
  border: 1px solid #cccccc; }

.checkbox_ input[type="checkbox"] {
  display: none; }
.checkbox_ input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }
.checkbox_ input[type="checkbox"] + label:last-child {
  margin-bottom: 0; }
.checkbox_ input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #a65523;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s; }
.checkbox_ input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.yamap {
  height: 450px; }
  .page-purchase .yamap {
    height: 250px; }
  @media (max-width: 767px) {
    .yamap {
      height: 350px; } }

#delivery_date {
  background: white !important; }

.datepicker {
  z-index: 10; }

#order-form > h4:first-child {
  margin-top: 0; }
#order-form .visible-courier {
  display: none; }
#order-form.type-courier .visible-courier {
  display: block; }
#order-form .visible-pickup {
  display: none; }
#order-form.type-pickup .visible-pickup {
  display: block; }
#order-form .visible-present {
  display: none; }
#order-form.type-present .visible-present {
  display: block; }
#order-form.type-courier .hidden-courier {
  display: none; }
#order-form.type-pickup .hidden-pickup {
  display: none; }
#order-form.type-present .hidden-present {
  display: none; }
#order-form .form-group {
  vertical-align: top;
  position: relative; }
  #order-form .form-group .form-label {
    position: absolute;
    pointer-events: none;
    left: 15px;
    top: 13px;
    transition: .3s;
    background-color: white;
    color: rgba(16, 24, 32, 0.5);
    font-style: italic;
    font-weight: normal;
    width: calc(100% - 30px); }
    #order-form .form-group .form-label span {
      color: rgba(170, 0, 0, 0.5); }
  #order-form .form-group .form-control:focus ~ .form-label,
  #order-form .form-group .form-control[value]:not([required]):not([value=""]) ~ .form-label,
  #order-form .form-group .form-control[required]:valid ~ .form-label {
    top: -7px;
    font-size: 85%;
    width: auto;
    padding-left: 5px;
    padding-right: 5px;
    left: 12px; }
  #order-form .form-group .form-control:focus ~ .form-label {
    color: #101820; }
    #order-form .form-group .form-control:focus ~ .form-label span {
      color: #aa0000; }

a[href^="https://dadata.ru/"] {
  display: none !important; }

.suggestions-addon[data-addon-type=clear] {
  display: none !important; }

/*-------------- back-top --------------*/
#back-top {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 1000;
  display: none;
  padding: 0; }
  #back-top a {
    border-width: 2px;
    display: block;
    width: 55px;
    height: 55px;
    border-color: white;
    text-align: center;
    padding: 14px 0;
    padding-bottom: 6px;
    overflow: visible; }
    #back-top a:before, #back-top a:after {
      background-color: white;
      top: 100%;
      bottom: auto; }
    #back-top a:after {
      right: -2px;
      width: 15%; }
    #back-top a:before {
      left: -2px; }
    #back-top a .chevron {
      height: 6px;
      width: 18px;
      position: relative;
      display: block;
      margin: 4px auto; }
    #back-top a .chevron:before,
    #back-top a .chevron:after {
      content: "";
      height: 100%;
      width: 50%;
      position: absolute;
      top: 0;
      background: white; }
    #back-top a .chevron:before {
      right: 0;
      transform: skew(0deg, 40deg); }
    #back-top a .chevron:after {
      left: 0;
      transform: skew(0deg, -40deg); }

.checkbox-toggle {
  position: relative; }

.checkbox-toggle input[type="checkbox"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0%;
  height: 0%;
  margin: 0 0;
  cursor: pointer;
  opacity: 0; }

.checkbox-toggle input + span {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 45px;
  line-height: 24px;
  font-size: 15px;
  font-weight: bold; }

.checkbox-toggle input + span:before {
  position: absolute;
  left: 0px;
  display: inline-block;
  content: "";
  height: 24px;
  width: 40px;
  background: #cecece;
  transition: background 0.2s ease-out;
  border-radius: 24px;
  border: #cecece 1px solid; }

.checkbox-toggle input + span:after {
  width: 22px;
  height: 22px;
  position: absolute;
  left: 1px;
  top: 1px;
  display: block;
  transition: margin-left 0.1s ease-in-out;
  background: white;
  content: "";
  background-clip: padding-box;
  border-radius: 22px; }

.checkbox-toggle input:checked + span:after {
  margin-left: 16px;
  content: "";
  background-clip: padding-box;
  animation: popIn ease-in 0.3s normal; }

.checkbox-toggle input:checked + span:before {
  transition: background 0.2s ease-in;
  background: #f68d2e;
  border: #f68d2e 1px solid; }

.checkbox-toggle input:not(:checked) + span,
.checkbox-toggle input:not(:checked) + span:after {
  animation: popOut ease-in 0.3s normal; }

.checkbox-toggle.checkbox-invert input + span:before {
  background: white;
  opacity: 1; }

/*# sourceMappingURL=stylesheet.css.map */
