/* This aggregate contains the following files:
sites/all/modules/ckeditor/css/ckeditor.css,
sites/all/modules/colorbox/styles/default/colorbox_style.css,
sites/all/modules/ctools/css/ctools.css,
sites/all/modules/panels/css/panels.css,
sites/all/modules/webform/css/webform.css,
sites/all/themes/baget/css/all.css,
sites/all/themes/baget/css/baget.css. */

/* General indentation & positioning classes */
  
  .rteindent1 {
      margin-left: 40px;
  }
  .rteindent2 {
      margin-left: 80px;
  }
  .rteindent3 {
      margin-left: 120px;
  }
  .rteindent4 {
      margin-left: 160px;
  }
  .rteleft {
      text-align: left;
  }
  .rteright {
      text-align: right;
  }
  .rtecenter {
      text-align: center;
  }
  .rtejustify {
      text-align: justify;
  }
  .ibimage_left {
      float: left;
  }
  .ibimage_right {
      float: right;
  }/**/

/* Above code came from sites/all/modules/ckeditor/css/ckeditor.css */

/**
   * Colorbox Core Style:
   * The following CSS is consistent between example themes and should not be altered.
   */
  #colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    min-height:600px;
  }
  #cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  #cboxMiddleLeft, #cboxBottomLeft {
    clear: left;
  }
  #cboxContent {
    position: relative;
    min-height:600px;
  }
  #cboxLoadedContent {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  #cboxTitle {
    margin: 0;
  }
  #cboxLoadingOverlay, #cboxLoadingGraphic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /**
   * These elements are buttons, and may need to have additional
   * styles reset to avoid unwanted base styles.
   */
  #cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
    border: 0;
    padding: 0;
    margin: 0;
    overflow: visible;
    width: auto;
    background: none;
    cursor: pointer;
  }
  /**
   * Avoid outlines on :active (mouseclick),
   * but preserve outlines on :focus (tabbed navigating)
   */
  #cboxPrevious:active, #cboxNext:active, #cboxClose:active, #cboxSlideshow:active {
    outline: 0;
  }
  .cboxPhoto {
    float: left;
    margin: auto;
    border: 0;
    display: block;
    max-width: none;
  }
  .cboxIframe {
    width: 100%;
    height: 100%;
    display: block;
    border: 0;
  }
  /* Reset box sizing to content-box if theme is using border-box. */
  #colorbox, #cboxContent, #cboxLoadedContent {
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
  
  /**
   * Colorbox module default style:
   * The styles are ordered & tabbed in a way that represents
   * the nesting of the generated HTML.
   */
  #cboxOverlay {
    background: #000;
  }
  #colorbox {
    outline: 0;
  }
    #cboxWrapper {
      background: #fff;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
    }
      #cboxTopLeft {
        width: 15px;
        height: 15px;
      }
      #cboxTopCenter {
        height: 15px;
      }
      #cboxTopRight {
        width: 15px;
        height: 15px;
      }
      #cboxBottomLeft {
        width: 15px;
        height: 10px;
      }
      #cboxBottomCenter {
        height: 10px;
      }
      #cboxBottomRight {
        width: 15px;
        height: 10px;
      }
      #cboxMiddleLeft {
        width: 15px;
      }
      #cboxMiddleRight {
        width: 15px;
      }
      #cboxContent {
        background: #fff;
        overflow: hidden;
      }
        #cboxError {
          padding: 50px;
          border: 1px solid #ccc;
        }
        #cboxLoadedContent {
          margin-bottom: 28px;
        }
        #cboxTitle {
          position: absolute;
          background: rgba(255, 255, 255, 0.7);
          bottom: 28px;
          left: 0;
          color: #535353;
          width: 100%;
          padding: 4px 6px;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
        }
        #cboxCurrent {
          position: absolute;
          bottom: 4px;
          left: 60px;
          color: #949494;
        }
        .cboxSlideshow_on #cboxSlideshow {
          position: absolute;
          bottom: 0px;
          right: 30px;
          background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -75px -50px;
          width: 25px;
          height: 25px;
          text-indent: -9999px;
        }
        .cboxSlideshow_on #cboxSlideshow:hover {
          background-position: -101px -50px;
        }
        .cboxSlideshow_off #cboxSlideshow {
          position: absolute;
          bottom: 0px;
          right: 30px;
          background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -25px -50px;
          width: 25px;
          height: 25px;
          text-indent: -9999px;
        }
        .cboxSlideshow_off #cboxSlideshow:hover {
          background-position: -49px -50px;
        }
        #cboxPrevious {
          position: absolute;
          bottom: 0;
          left: 0;
          background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -75px 0px;
          width: 25px;
          height: 25px;
          text-indent: -9999px;
        }
        #cboxPrevious:hover {
          background-position: -75px -25px;
        }
        #cboxNext {
          position: absolute;
          bottom: 0;
          left: 27px;
          background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -50px 0px;
          width: 25px;
          height: 25px;
          text-indent: -9999px;
        }
        #cboxNext:hover {
          background-position: -50px -25px;
        }
        #cboxLoadingOverlay {
          background: #fff;
        }
        #cboxLoadingGraphic {
          background: url(/sites/all/modules/colorbox/styles/default/images/loading_animation.gif) no-repeat center center;
        }
        #cboxClose {
          position: absolute;
          bottom: 0;
          right: 0;
          background: url(/sites/all/modules/colorbox/styles/default/images/controls.png) no-repeat -25px 0px;
          width: 25px;
          height: 25px;
          text-indent: -9999px;
        }
        #cboxClose:hover {
          background-position: -25px -25px;
        }/**/

/* Above code came from sites/all/modules/colorbox/styles/default/colorbox_style.css */

.ctools-locked {
    color: red;
    border: 1px solid red;
    padding: 1em;
  }
  
  .ctools-owns-lock {
    background: #FFFFDD none repeat scroll 0 0;
    border: 1px solid #F0C020;
    padding: 1em;
  }
  
  a.ctools-ajaxing,
  input.ctools-ajaxing,
  button.ctools-ajaxing,
  select.ctools-ajaxing {
    padding-right: 18px !important;
    background: url(/sites/all/modules/ctools/images/status-active.gif) right center no-repeat;
  }
  
  div.ctools-ajaxing {
    float: left;
    width: 18px;
    background: url(/sites/all/modules/ctools/images/status-active.gif) center center no-repeat;
  }/**/

/* Above code came from sites/all/modules/ctools/css/ctools.css */

div.panel-pane div.admin-links {
    font-size: xx-small;
    margin-right: 1em;
  }
  
  div.panel-pane div.admin-links li a {
    color: #ccc;
  }
  
  div.panel-pane div.admin-links li {
    padding-bottom: 2px;
    background: white;
    z-index: 201;
  }
  
  div.panel-pane div.admin-links:hover a,
  div.panel-pane div.admin-links-hover a {
    color: #000;
  }
  
  div.panel-pane div.admin-links a:before {
    content: "[";
  }
  
  div.panel-pane div.admin-links a:after {
    content: "]";
  }
  
  div.panel-pane div.panel-hide {
    display: none;
  }
  
  /** For IE we add the class via js; for other browsers we rely on :hover **/
  div.panel-pane div.panel-hide-hover,
  div.panel-pane:hover div.panel-hide {
    display: block;
    position: absolute;
    z-index: 200;
    margin-top: -1.5em;
  }
  
  div.panel-pane div.node {
    margin: 0;
    padding: 0;
  }
  
  div.panel-pane div.feed a {
    float: right;
  }/**/

/* Above code came from sites/all/modules/panels/css/panels.css */

/**
   * @file
   * Front-end styling for the display of webforms.
   */
  input.webform-calendar {
    display: none;
    padding: 3px;
    vertical-align: top;
  }
  html.js input.webform-calendar {
    display: inline;
  }
  .webform-container-inline label {
    display: inline;
    margin-right: 1em;
  }
  .webform-container-inline div,
  .webform-container-inline div.form-item {
    display: inline;
  }
  .webform-container-inline div.description {
    display: block;
  }
  .webform-container-inline div.messages {
    display: block;
    float: left;
  }
  .webform-container-inline div.ajax-progress-bar div {
    display: inherit;
  }
  .webform-container-inline.webform-component-textarea label {
    vertical-align: top;
  }
  .webform-container-inline.webform-component-textarea .form-textarea-wrapper {
    display: inline-block;
  }
  .webform-component-textarea .grippie {
    display: block;
  }
  .webform-progressbar {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  .webform-progressbar-inner {
    height: 1em;
    background-color: #74C421;
    height: 3px;
  }
  .webform-progressbar-outer {
    position: relative;
    border: 1px solid #356900;
    width: 100%;
    height: 3px;
    margin: 0.35em -1px 2em;
    background-color: white;
  }
  .webform-progressbar-page {
    position: absolute;
    width: 7px;
    height: 7px;
    margin: -6px -4px;
    border: 1px solid #356900;
    background-color: white;
    border-radius: 5px;
  }
  .webform-progressbar-page.completed {
    background-color: #74C421;
  }
  .webform-progressbar-page.current {
    background-color: #74C421;
  }
  .webform-progressbar-page .webform-progressbar-page-number {
    display: none;
  }
  .webform-progressbar-page .webform-progressbar-page-label {
    position: relative;
    top: 10px;
    margin: 0 -10em;
  }/**/

/* Above code came from sites/all/modules/webform/css/webform.css */

@font-face {
      font-family: 'adantino';
      src: url(/sites/all/themes/baget/css/fonts/adantino.eot);
      src: url(/sites/all/themes/baget/css/fonts/adantino.eot?#iefix) format("embedded-opentype"), url(/sites/all/themes/baget/css/fonts/adantino.woff2) format("woff2"), url(/sites/all/themes/baget/css/fonts/adantino.woff) format("woff"), url(/sites/all/themes/baget/css/fonts/adantino.ttf) format("truetype"), url(/sites/all/themes/baget/css/fonts/adantino.svg#andantino) format("svg");
      /*font-weight: normal;
    font-style: normal;*/
  }
   @font-face {
      font-family: 'myriad';
      src: url(/sites/all/themes/baget/css/fonts/MyriadProRegular.eot);
      src: url(/sites/all/themes/baget/css/fonts/MyriadProRegular.eot) format("embedded-opentype"), url(/sites/all/themes/baget/css/fonts/MyriadProRegular.woff2) format("woff2"), url(/sites/all/themes/baget/css/fonts/MyriadProRegular.woff) format("woff"), url(/sites/all/themes/baget/css/fonts/MyriadProRegular.ttf) format("truetype"), url(/sites/all/themes/baget/css/fonts/MyriadProRegular.svg#MyriadProRegular) format("svg");
      font-weight: normal;
      font-style: normal;
  }
   @font-face {
      font-family: 'myriadsemibold';
      src: url(/sites/all/themes/baget/css/fonts/myriadprosemibold.eot);
      src: url(/sites/all/themes/baget/css/fonts/myriadprosemibold.eot) format("embedded-opentype"), url(/sites/all/themes/baget/css/fonts/myriadprosemibold.woff2) format("woff2"), url(/sites/all/themes/baget/css/fonts/myriadprosemibold.woff) format("woff"), url(/sites/all/themes/baget/css/fonts/myriadprosemibold.ttf) format("truetype"), url(/sites/all/themes/baget/css/fonts/myriadprosemibold.svg#myriadprosemibold) format("svg");
      font-weight: normal;
      font-style: normal;
  } 
 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,
  caption, tbody, tfoot, thead,
  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: inherit;
      font-size: 100%;
      vertical-align: baseline;
  }
  
  html {
      line-height: 1;
  }
  
  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;
  }
  
  .slider {
      height: 305px;
      overflow: hidden;
      margin-top: 16px;
      /***
     * BxSlider v4.2.2 - Fully loaded, responsive content slider
     * http://bxslider.com
     *
     * Written by: Steven Wanderski, 2014
     * http://stevenwanderski.com
     * (while drinking Belgian ales and listening to jazz)
     *
     * CEO and founder of bxCreative, LTD
     * http://bxcreative.com
     ***/
      /** RESET AND LAYOUT
    ===================================*/
      /** THEME
    ===================================*/
      /* LOADER */
      /* PAGER */
      /* DIRECTION CONTROLS (NEXT / PREV) */
      /* AUTO CONTROLS (START / STOP) */
      /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
      /* IMAGE CAPTIONS */
  }
  
  .slider .bx-wrapper {
      position: relative;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      overflow: hidden;
      padding: 0;
      *zoom: 1;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
  }
  
  .slider .bx-wrapper img {
      max-width: 100%;
      display: block;
  }
  
  .slider .bxslider {
      margin: 0;
      padding: 0;
  }
  
  .slider ul.bxslider {
      list-style: none;
  }
  
  .slider .bx-viewport {
      /*fix other elements on the page moving (on Chrome)*/
      -webkit-transform: translatez(0);
  }
  
  .slider .bx-wrapper {
      /*-webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
    border: 5px solid #fff;
    background: #fff;*/
      height: 305px;
  }
  
  .slider .bx-wrapper .bx-pager,
  .slider .bx-wrapper .bx-controls-auto {
      position: absolute;
      bottom: 8px;
      right: 104px;
  }
  
  .slider .bx-wrapper .bx-loading {
      min-height: 50px;
      background: url(/sites/all/themes/baget/image/bx_loader.gif) center center no-repeat #ffffff;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2000;
  }
  
  .slider .bx-wrapper .bx-pager {
      text-align: center;
      font-size: .85em;
      font-family: Arial;
      font-weight: bold;
      color: #666;
      padding-top: 20px;
  }
  
  .slider .bx-wrapper .bx-pager.bx-default-pager a {
      background: #fdfcfb;
      text-indent: -9999px;
      display: block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      outline: 0;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
  }
  
  .slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .slider .bx-wrapper .bx-pager.bx-default-pager a.active,
  .slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
      background: #b18741;
  }
  
  .slider .bx-wrapper .bx-pager-item,
  .slider .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
      display: inline-block;
      *zoom: 1;
      *display: inline;
  }
  
  .slider .bx-wrapper .bx-pager-item {
      font-size: 0;
      line-height: 0;
  }
  
  .slider .bx-wrapper .bx-prev {
      left: 0px;
      background: url(/sites/all/themes/baget/image/arrows-main.png) no-repeat 20px 0px;
  }
  
  .slider .bx-wrapper .bx-prev:hover {
      opacity: 1;
  }
  
  .slider .bx-wrapper .bx-next {
      right: 0px;
      background: url(/sites/all/themes/baget/image/arrows-main.png) no-repeat -12px 0px;
  }
  
  .slider .bx-wrapper .bx-next:hover,
  .slider .bx-wrapper .bx-next:focus {
      opacity: 1;
  }
  
  .slider .bx-wrapper .bx-controls-direction a {
      position: absolute;
      top: 0px;
      outline: 0;
      width: 32px;
      height: 315px;
      text-indent: -9999px;
      z-index: 2;
      opacity: 0.7;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
  }
  
  .slider .bx-wrapper .bx-controls-direction a.disabled {
      display: none;
  }
  
  .slider .bx-wrapper .bx-controls-auto {
      text-align: center;
  }
  
  .slider .bx-wrapper .bx-controls-auto .bx-start {
      display: block;
      text-indent: -9999px;
      width: 10px;
      height: 11px;
      outline: 0;
      background: url(/sites/all/themes/baget/image/controls.png) -86px -11px no-repeat;
      margin: 0 3px;
  }
  
  .slider .bx-wrapper .bx-controls-auto .bx-start:hover,
  .slider .bx-wrapper .bx-controls-auto .bx-start.active,
  .slider .bx-wrapper .bx-controls-auto .bx-start:focus {
      background-position: -86px 0;
  }
  
  .slider .bx-wrapper .bx-controls-auto .bx-stop {
      display: block;
      text-indent: -9999px;
      width: 9px;
      height: 11px;
      outline: 0;
      background: url(/sites/all/themes/baget/image/controls.png) -86px -44px no-repeat;
      margin: 0 3px;
  }
  
  .slider .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .slider .bx-wrapper .bx-controls-auto .bx-stop.active,
  .slider .bx-wrapper .bx-controls-auto .bx-stop:focus {
      background-position: -86px -33px;
  }
  
  .slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
      text-align: left;
      width: 80%;
  }
  
  .slider .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
      right: 0;
      width: 35px;
  }
  
  .slider .bx-wrapper .bx-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #666;
      background: rgba(80, 80, 80, 0.75);
      width: 100%;
  }
  
  .slider .bx-wrapper .bx-caption span {
      color: #fff;
      font-family: Arial;
      display: block;
      font-size: .85em;
      padding: 10px;
  }
  
  .wall_close {
      display: block;
      width: 28px;
      height: 28px;
      background: url(/sites/all/themes/baget/image/close.png) no-repeat;
  }
  
  .wall_left {
      display: block;
      width: 13px;
      height: 28px;
      background: url(/sites/all/themes/baget/image/arrows-catalog.png) no-repeat;
  }
  
  .wall_right {
      display: block;
      width: 13px;
      height: 28px;
      background: url(/sites/all/themes/baget/image/arrows-catalog.png) no-repeat;
      background-position: -13px 0px;
  }
  
  /**
   *
   * Used to generate responsive styles according to the breakpoint we set into the variables file
   *
   */
  /**
   *
   * Simpler shortcut to create easily break points
   *
   */
  /**
   * Easy functions to create easily pure css arrows anywhere
   */
  /**
   *
   * The wall could be used to show an image gallery or any other content in a "google images" user interaction way
   * Here there is all the html needed
   *
   *
   *  <div class="GITheWall">
   *    <ul>
   *      <li data-contenttype="image" data-href="path/to/the/image">
   *        <img src="small/thumb" />
   *      <li>
   *      <li data-contenttype="ajax" data-href="path/to/the/html/to/load">
   *        <img src="small/thumb" />
   *      <li>
   *    </ul>
   *  </div>
   *
   */
  /*.GITheWall ul {
    list-style: none;
    padding: 20px 0;
    margin: 0 auto;
    text-align: left;
    width: 100%;
  }
  .GITheWall ul li {
    display: inline-block;
    margin: 10px 5px 0 5px;
    vertical-align: top;
    width: 200px;
  }*/
  .GITheWall ul li.GI_TW_Selected_Row {
      -webkit-transition: margin-bottom 0.3s ease-in;
      -moz-transition: margin-bottom 0.3s ease-in;
      -o-transition: margin-bottom 0.3s ease-in;
      transition: margin-bottom 0.3s ease-in;
  }
  
  .GI_TW_expander {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      margin-top: 10px;
      /*margin-left: 20px;
    margin-right: 20px;*/
      height: 0;
      overflow: hidden;
      -webkit-transition: height 0.3s ease-in;
      -moz-transition: height 0.3s ease-in;
      -o-transition: height 0.3s ease-in;
      transition: height 0.3s ease-in;
  }
  
  .GI_TW_expander.animating {
      overflow: hidden !important;
  }
  
  .GI_TW_expander.opened {
      overflow: visible;
  }
  
  .GI_TW_expander .GI_TW_pointer {
      position: absolute;
      margin-left: -20px;
      margin-top: -19px;
      width: 0;
      height: 0;
      border-left: 23px solid transparent;
      border-right: 23px solid transparent;
      border-bottom: 24px solid #fdfcfb;
      /*border-style: solid;
    border-width: 0 20px 20px 20px;
    border-color: transparent transparent #fdfcfb transparent;*/
      -webkit-transition: left 0.3s ease-in;
      -moz-transition: left 0.3s ease-in;
      -o-transition: left 0.3s ease-in;
      transition: left 0.3s ease-in;
  }
  
  .GI_TW_expander .GI_TW_expander-inner {
      width: 100%;
      height: 560px;
      margin: 0 auto;
      overflow: hidden;
      border: 1px solid #dbdada;
      box-sizing: border-box;
  }
  
  .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg {
      position: relative;
      width: 100%;
      height: 580px;
      margin: 10px 0 0;
      padding-left: 30px;
      overflow: hidden;
  }
  
  .GI_TW_expander .GI_TW_expander-inner .GI_TW_fullimg img {
      position: relative;
      width: 437px;
      display: block;
  }
  
  .GI_TW_expander .GI_TW_Controls {
      z-index: 1;
  }
  
  .GI_TW_expander .GI_TW_close {
      position: absolute;
      width: 28px;
      height: 28px;
      top: 5px;
      right: 5px;
      cursor: pointer;
  }
  
  .GI_TW_expander .GI_TW_arrow {
      position: absolute;
      top: 50%;
      cursor: pointer;
  }
  
  .GI_TW_expander .GI_TW_arrow.GI_TW_hidden {
      display: none;
  }
  
  .GI_TW_expander .GI_TW_arrow.GI_TW_next {
      right: -13px;
  }
  
  .GI_TW_expander .GI_TW_arrow.GI_TW_prev {
      left: -13px;
  }
  
  /*.GI_TW_expander .GI_TW_loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #cccccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0;
    -webkit-animation: loader 0.5s infinite ease-in-out both;
    -moz-animation: loader 0.5s infinite ease-in-out both;
    -ms-animation: loader 0.5s infinite ease-in-out both;
    -o-animation: loader 0.5s infinite ease-in-out both;
    animation: loader 0.5s infinite ease-in-out both;
  }*/
  @-moz-keyframes loader {
      0% {
          background: #ddd;
      }
      33% {
          background: #ccc;
          box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
      }
      66% {
          background: #ccc;
          box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
      }
  }
  
  @-webkit-keyframes loader {
      0% {
          background: #ddd;
      }
      33% {
          background: #ccc;
          box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
      }
      66% {
          background: #ccc;
          box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
      }
  }
  
  @-o-keyframes loader {
      0% {
          background: #ddd;
      }
      33% {
          background: #ccc;
          box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
      }
      66% {
          background: #ccc;
          box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
      }
  }
  
  @-ms-keyframes loader {
      0% {
          background: #ddd;
      }
      33% {
          background: #ccc;
          box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
      }
      66% {
          background: #ccc;
          box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
      }
  }
  
  @keyframes loader {
      0% {
          background: #ddd;
      }
      33% {
          background: #ccc;
          box-shadow: 0 0 1px #cccccc, 15px 30px 1px #cccccc, -15px 30px 1px #dddddd;
      }
      66% {
          background: #ccc;
          box-shadow: 0 0 1px #cccccc, 15px 30px 1px #dddddd, -15px 30px 1px #cccccc;
      }
  }body {
      background: url(/sites/all/themes/baget/image/bac.jpg) #ffffff;
      font-family: myriad, helvetica, arial, sans-serif;
      color: #040404;
      font-size: 15px;
  }
  
  pre {
      white-space: normal;
  }
  
  strong {
      font-weight: bold;
  }
  
  h1 {
      font-family: myriadsemibold;
      text-transform: uppercase;
      font-size: 19px;
      color: #caa466;
      /*padding: 26px 0px 20px 0px;*/
      padding: 0 0px 20px 0px;
  }
  
  a:focus {
      outline: none;
  }
  
  input:focus {
      outline: none;
  }
  
  textarea:focus {
      outline: none;
  }
  
  input::-moz-placeholder {
      color: #757575;
      font-family: myriad, helvetica, arial, sans-serif;
      font-size: 14px;
  }
  
  textarea::-moz-placeholder {
      color: #757575;
      font-family: myriad, helvetica, arial, sans-serif;
      font-size: 14px;
  }
  
  input {
      font-family: myriad, helvetica, arial, sans-serif;
      font-size: 14px;
  }
  
  textarea {
      font-family: myriad, helvetica, arial, sans-serif;
      font-size: 14px;
  }
  
  input::-webkit-input-placeholder {
      color: #757575;
      font-family: myriad, helvetica, arial, sans-serif;
  }
  
  textarea::-webkit-input-placeholder {
      color: #757575;
      font-family: myriad, helvetica, arial, sans-serif;
  }
  
  .hide {
      display: none;
  }
  
  .field-name-body ul {
      margin: 0px 0px 15px 15px;
      list-style-type: circle;
  }
  
  .field-name-body ul li {
      line-height: 1.2;
  }
  
  /*.page-gallery #cboxLoadedContent, .page-taxonomy-term #cboxLoadedContent{
    background-color: #ffffff;
    img{
      display: block;
      -webkit-box-shadow: -5px 5px 10px 1px rgba(0,0,0,0.75);
      -moz-box-shadow: -5px 5px 10px 1px rgba(0,0,0,0.75);
      box-shadow: -5px 5px 10px 1px rgba(0,0,0,0.75);
    }
  }
  .cboxPhoto{
    margin: 35px!important;
    height: 100%!important;
  }*/
  .customcolorbox#colorbox {
      background-color: #ffffff !important;
  }
  
  .customcolorbox #cboxTopCenter, .customcolorbox #cboxBottomCenter {
      height: 35px !important;
  }
  
  .customcolorbox #cboxMiddleLeft, .customcolorbox #cboxMiddleRight {
      width: 35px !important;
  }
  
  .customcolorbox #cboxContent {
      -webkit-box-shadow: -5px 5px 10px 1px rgba(0, 0, 0, 0.75);
      -moz-box-shadow: -5px 5px 10px 1px rgba(0, 0, 0, 0.75);
      box-shadow: -5px 5px 10px 1px rgba(0, 0, 0, 0.75);
      overflow: visible;
  }
  
  .customcolorbox #cboxClose {
      top: -33px;
      right: -33px;
  }
  
  .sticky {
      position: fixed;
      top: 0;
      height: 205px;
      width: 920px;
      background-color: #fdfcfb;
  }
  
  .padding-top {
      padding-top: 205px;
  }
  
  .video-filter {
      display: block;
      margin: 0 auto;
  }
  
  .inner {
      width: 1000px;
      margin: 0 auto;
      background-color: #fdfcfb;
      -webkit-box-shadow: 0px 0px 5px 3px rgba(166, 165, 165, 0.41);
      -moz-box-shadow: 0px 0px 5px 3px rgba(166, 165, 165, 0.41);
      box-shadow: 0px 0px 5px 3px rgba(166, 165, 165, 0.41);
  }
  
  .flag-wrapper {
      position: relative;
      top: 0px;
      right: 0px;
      z-index: 1;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      /*&.flag-waiting{
    	@include def-opacity(1);
    }*/
  }
  
  .gallery_item .flag-wrapper {
      display: none;
  }
  
  .galitem_image .flag-wrapper {
      position: absolute;
      top: 20px;
      right: 190px;
      -webkit-opacity: 0.3;
      -moz-opacity: 0.3;
      opacity: 0.3;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  }
  
  .flag-wrapper .flag-action {
      /*text-indent: -9999px;
    overflow: hidden;
    white-space: nowrap;*/
      text-align: center;
      padding: 22px 0px 0px 0px;
      display: block;
      width: 57px;
      height: 35px;
      background: url(/sites/all/themes/baget/image/heart.png) no-repeat;
      color: #000000;
      text-decoration: none;
  }
  
  .flag-wrapper .flag-action:visited {
      color: #000000;
  }
  
  .flag-wrapper .flag-action:hover {
      color: #000000;
  }
  
  .flag-wrapper .flag-action:active {
      color: #000000;
  }
  
  .flag-wrapper .flag-action:focus {
      color: #000000;
  }
  
  .flag-wrapper .unflag-action {
      position: relative;
      /*&:before{
    			background: url(/sites/all/themes/baget/image/heartmini.png) 0px 0px no-repeat;
          content: "";
          display: inline-block;
          width: 15px;
          height: 15px;
          position: absolute;
          left: -15px;
          top: 0px;
    		}*/
      text-align: center;
      padding: 22px 0px 0px 0px;
      display: block;
      width: 57px;
      height: 35px;
      background: url(/sites/all/themes/baget/image/heart.png) no-repeat;
      color: #000000;
      text-decoration: none;
  }
  
  .flag-wrapper .unflag-action:visited {
      color: #000000;
  }
  
  .flag-wrapper .unflag-action:hover {
      color: #000000;
  }
  
  .flag-wrapper .unflag-action:active {
      color: #000000;
  }
  
  .flag-wrapper .unflag-action:focus {
      color: #000000;
  }
  
  .galitem_image:hover .flag-wrapper {
      -webkit-opacity: 0.6;
      -moz-opacity: 0.6;
      opacity: 0.6;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  }
  
  .flag-waiting a {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  
  .flag-waiting .flag-throbber {
      position: absolute;
      bottom: 0px;
      left: 35%;
      width: 16px;
      height: 11px;
      display: block;
      background: url(/sites/all/themes/baget/image/ajax-loader.gif) no-repeat;
      padding-right: 13px;
      z-index: 2;
  }
  
  .breadcrumb {
      /*margin: -15px 0px 15px 0px;*/
      margin: 8px 0px 8px 0px;
  }
  
  .breadcrumb_link {
      color: #caa466;
      position: relative;
      margin: 0px 5px 0px 0px;
      font-size: 12px;
  }
  
  .breadcrumb_link:visited {
      color: #caa466;
  }
  
  .breadcrumb_link:hover {
      color: #caa466;
  }
  
  .breadcrumb_link:active {
      color: #caa466;
  }
  
  .breadcrumb_link:focus {
      color: #caa466;
  }
  
  .breadcrumb_link:before {
      background: url(/sites/all/themes/baget/image/bread.png) no-repeat #fff;
      content: "";
      display: inline-block;
      width: 16px;
      height: 8px;
      margin: 0px 5px 0px 0px;
  }
  
  .breadcrumb_link:first-child {
      margin: 0px 5px 0px 0px;
  }
  
  .breadcrumb_link:first-child:before {
      display: none;
  }
  
  .breadcrumb_item {
      color: #caa466;
      position: relative;
      font-size: 12px;
  }
  
  .breadcrumb_item:before {
      background: url(/sites/all/themes/baget/image/bread.png) no-repeat #fff;
      content: "";
      display: inline-block;
      width: 16px;
      height: 8px;
      margin: 0px 5px 0px 0px;
  }
  
  .pager {
      margin: 10px 0px 0px 0px !important;
  }
  
  .pager a {
      color: #caa466;
  }
  
  .pager a:visited {
      color: #caa466;
  }
  
  .pager a:hover {
      color: #caa466;
  }
  
  .pager a:active {
      color: #caa466;
  }
  
  .pager a:focus {
      color: #caa466;
  }
  
  .pager li {
      color: #caa466;
  }
  
  .header {
      overflow: hidden;
      padding: 15px 0px 10px 0px;
  }
  
  .header_logo {
      display: block;
      margin: 0px 0px 0px 22px;
      float: left;
      background: url(/sites/all/themes/baget/image/logo.jpg) no-repeat;
      width: 138px;
      height: 138px;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
  }
  
  .header_center {
      margin: 0px 0px 0px 38px;
      float: left;
      width: 535px;
  }
  
  .header_info {
      margin: 0px 0px 0px 56px;
      float: left;
      width: 210px;
  }
  
  .header_slang {
      width: 100%;
      height: 78px;
      background: url(/sites/all/themes/baget/image/slang.png) no-repeat;
      /* margin: 10px auto 0px auto; */
      background-size: cover;
      background-position: center center;
  }
  
  .header_phone {
      padding: 0px 0px 11px 0px;
  }
  
  .header_phone p {
      color: #333333;
      line-height: 1.1;
  }
  
  .header_sub {
      padding: 0px 0px 11px 0px;
  }
  
  .header_sub p {
      color: #333333;
      line-height: 1;
  }
  
  .header_sub a {
      line-height: 1;
  }
  
  .header_subway {
      position: relative;
      padding-left: 20px;
      margin-top: 5px;
  }
  
  .header_subway:before {
      background: url(/sites/all/themes/baget/image/sub.png) 0px 0px no-repeat;
      content: "";
      display: inline-block;
      width: 20px;
      height: 12px;
      position: absolute;
      left: -1px;
      top: 2px;
  }
  
  .header_time p {
      line-height: 1.1;
  }
  
  .hmenu {
      border: 1px solid #dbdada;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      margin: 17px 0px 0px 0px;
  }
  
  .hmenu_list {
      padding: 7px 28px 7px 20px;
      text-align: justify;
      /* ╨Ю╨▒╨╜╤Г╨╗╤П╨╡╨╝ ╨┤╨╗╤П ╤А╨╛╨┤╨╕╤В╨╡╨╗╤П*/
      line-height: 0;
      font-size: 1px;
      /* 1px ╨┤╨╗╤П Opera */
      text-align-last: justify;
  }
  
  .hmenu_list:after {
      width: 100%;
      height: 0;
      visibility: hidden;
      overflow: hidden;
      content: '';
      display: inline-block;
  }
  
  .hmenu_item {
      position: relative;
      display: inline-block;
      text-align: left;
      /* ╨Т╨╛╤Б╤В╨░╨╜╨░╨▓╨╗╨╕╨▓╨░╨╡╨╝ ╤Г ╨┐╨╛╤В╨╛╨╝╨║╨╛╨▓, ╨║╤А╨╛╨╝╨╡ ╨┐╨╛╤Б╨╗╨╡╨┤╨╜╨╡╨│╨╛*/
      line-height: normal;
      font-size: 14px;
      /* ╨С╨╡╨╖ ╨╜╨╡╨│╨╛ ╨▓ Opera ╨▒╤Г╨┤╨╡╤В ╨╛╤В╤Б╤В╤Г╨┐ ╨┐╨╛╨┤ ╤Н╨╗╨╡╨╝╨╡╨╜╤В╨░╨╝╨╕ */
      vertical-align: top;
  }
  
  .hmenu_item:before {
      background: url(/sites/all/themes/baget/image/list.png) 0px 0px no-repeat;
      content: "";
      display: inline-block;
      width: 5px;
      height: 7px;
      position: absolute;
      left: -18px;
      top: 5px;
  }
  
  .hmenu_item:first-child:before {
      background: none;
  }
  
  .hmenu_link {
      font-family: 'myriad';
      font-size: 14px;
      color: #333333;
      text-decoration: none;
      display: block;
      text-align: center;
  }
  
  .hmenu_link:visited {
      color: #333333;
  }
  
  .hmenu_link:hover {
      color: #ac8227;
  }
  
  .hmenu_link:active {
      color: #333333;
  }
  
  .hmenu_link:focus {
      color: #333333;
  }
  
  .hmenu_link__active {
      color: #ac8227;
  }
  
  .hmenu_link__active:visited {
      color: #ac8227;
  }
  
  .hmenu_link__active:hover {
      color: #ac8227;
  }
  
  .hmenu_link__active:active {
      color: #ac8227;
  }
  
  .hmenu_link__active:focus {
      color: #ac8227;
  }
  
  .menu {
      background-color: #6b1740;
      padding: 0px 0px 0px 0px;
  }
  
  .menu_list {
      display: table;
      width: 100%;
  }
  
  .menu_item {
      width: 1%;
      white-space: nowrap;
      display: table-cell;
  }
  
  .menu_link {
      font-family: helvetica;
      text-transform: uppercase;
      font-size: 14px;
      text-decoration: none;
      color: #fdfcfb;
      display: block;
      padding: 10px 0px 10px 0px;
      text-align: center;
      -webkit-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
  }
  
  .menu_link:visited {
      color: #fdfcfb;
  }
  
  .menu_link:hover {
      color: #fdfcfb;
  }
  
  .menu_link:active {
      color: #fdfcfb;
  }
  
  .menu_link:focus {
      color: #fdfcfb;
  }
  
  .menu_link__active {
      background-color: #b18741;
      -webkit-box-shadow: inset 0px 0px 3px 2px white;
      -moz-box-shadow: inset 0px 0px 3px 2px white;
      box-shadow: inset 0px 0px 3px 2px white;
  }
  
  .menu_link:hover {
      background-color: #b18741;
      -webkit-box-shadow: inset 0px 0px 3px 2px white;
      -moz-box-shadow: inset 0px 0px 3px 2px white;
      box-shadow: inset 0px 0px 3px 2px white;
  }
  
  .content {
      padding: 7px 23px 23px 23px;
  }
  
  .content P {
      font-family: arial;
      line-height: 1.1;
      margin-bottom: 15px;
  }
  
  .content .content {
      padding: 0px;
  }
  
  .typelist {
      padding: 16px 0px 16px 0px;
      overflow: hidden;
  }
  
  .typelist__double {
      padding: 16px 0px 4px 0px;
  }
  
  .typelist_item {
      font-family: myriadsemibold;
      font-size: 19px;
      text-transform: uppercase;
      text-decoration: none;
      -webkit-border-top-right-radius: 0px;
      -webkit-border-bottom-right-radius: 5px;
      -webkit-border-bottom-left-radius: 5px;
      -webkit-border-top-left-radius: 0px;
      -moz-border-radius-topright: 0px;
      -moz-border-radius-bottomright: 5px;
      -moz-border-radius-bottomleft: 5px;
      -moz-border-radius-topleft: 0px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 5px;
      border-bottom-left-radius: 5px;
      border-top-left-radius: 0px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
      color: #5a5a59;
      display: block;
      padding: 15px 0px 15px 0px;
      width: 32.4%;
      float: left;
      text-align: center;
      border-left: 2px solid #d9bd90;
      border-right: 2px solid #d9bd90;
      border-bottom: 2px solid #d9bd90;
      margin-left: 7px;
  }
  
  .typelist_item:visited {
      color: #5a5a59;
  }
  
  .typelist_item:hover {
      color: #caa466;
  }
  
  .typelist_item:active {
      color: #5a5a59;
  }
  
  .typelist_item:focus {
      color: #5a5a59;
  }
  
  .typelist_item:first-child {
      margin-left: 0px;
  }
  
  .typelist__double .typelist_item {
      padding: 8px 0px 7px 0px;
  }
  
  .typelist_item__active {
      color: #caa466;
  }
  
  .typelist_item__active:visited {
      color: #caa466;
  }
  
  .typelist_item__active:hover {
      color: #caa466;
  }
  
  .typelist_item__active:active {
      color: #caa466;
  }
  
  .typelist_item__active:focus {
      color: #caa466;
  }
  
  .typelist_descr {
      font-size: 15px;
      text-transform: none;
  }
  
  .search {
      background-color: #f3f2ed;
      margin: 0px -23px 4px -23px;
      padding: 5px 23px 5px 23px;
      overflow: hidden;
      height: 39px;
      position: relative;
  }
  
  .search_wrap {
      border: 1px solid #b6b6b6;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      overflow: hidden;
      background-color: #fff;
      padding-left: 10px;
      height: 33px;
      margin: 2px auto 0px auto;
      width: 297px;
  }
  
  .search_link {
      float: right;
      color: #fdfcfb;
      font-family: arial;
      font-size: 14px;
      position: absolute;
      right: 23px;
      top: 8px;
      display: block;
      background-color: #D19683;
      padding: 10px 35px 10px 10px;
      text-decoration: none;
      text-transform: uppercase;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
  }
  
  .search_link:visited {
      color: #fdfcfb;
  }
  
  .search_link:hover {
      color: #fdfcfb;
  }
  
  .search_link:active {
      color: #fdfcfb;
  }
  
  .search_link:focus {
      color: #fdfcfb;
  }
  
  .search_link:after {
      background: url(/sites/all/themes/baget/image/gear.png) 0px 0px no-repeat;
      content: "";
      display: inline-block;
      width: 25px;
      height: 25px;
      position: absolute;
      right: 5px;
      top: 4px;
      -webkit-transition: transform 0.5s ease-in-out;
      -moz-transition: transform 0.5s ease-in-out;
      -o-transition: transform 0.5s ease-in-out;
      -ms-transition: transform 0.5s ease-in-out;
      transition: transform 0.5s ease-in-out;
  }
  
  .search_link:hover {
      background-color: #EFC39F;
  }
  
  .search_link:hover:after {
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg);
  }
  
  .search_link__always:after {
      -webkit-animation-name: spin;
      -webkit-animation-duration: 1000ms;
      -webkit-animation-iteration-count: infinite;
      -webkit-animation-timing-function: linear;
      -moz-animation-name: spin;
      -moz-animation-duration: 1000ms;
      -moz-animation-iteration-count: infinite;
      -moz-animation-timing-function: linear;
      -ms-animation-name: spin;
      -ms-animation-duration: 1000ms;
      -ms-animation-iteration-count: infinite;
      -ms-animation-timing-function: linear;
      animation-name: spin;
      animation-duration: 1000ms;
      animation-iteration-count: infinite;
      animation-timing-function: linear;
  }
  
  @-ms-keyframes spin {
      from {
          -ms-transform: rotate(0deg);
      }
      to {
          -ms-transform: rotate(360deg);
      }
  }
  
  @-moz-keyframes spin {
      from {
          -moz-transform: rotate(0deg);
      }
      to {
          -moz-transform: rotate(360deg);
      }
  }
  
  @-webkit-keyframes spin {
      from {
          -webkit-transform: rotate(0deg);
      }
      to {
          -webkit-transform: rotate(360deg);
      }
  }
  
  @keyframes spin {
      from {
          transform: rotate(0deg);
      }
      to {
          transform: rotate(360deg);
      }
  }
  
  .search_input {
      border: none;
      width: 265px;
      height: 31px;
  }
  
  .search_submit {
      border: none;
      padding: 0px;
      width: 30px;
      height: 100%;
      background: url(/sites/all/themes/baget/image/search.png) #ffffff no-repeat 50% 50%;
      text-indent: 9999px;
      white-space: nowrap;
      overflow: hidden;
  }
  
  .search_submit:hover {
      cursor: pointer;
  }
  
  .services {
      display: inline-block;
      display: block;
      padding: 0px 0px 0px 30px;
      /*&_link{
      position: absolute;
      bottom: 0px;
      right: 0px;
      @include link(#7e7a6c, #7e7a6c);
      line-height: 1.2;
    }*/
  }
  
  .services:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0;
  }
  
  * html .services {
      height: 1%;
  }
  
  .services_item {
      /*overflow: hidden;
    position: relative;
    margin-bottom: 15px;*/
      width: 210px;
      border: 1px solid #dbdada;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      float: left;
      margin: 0px 13px 13px 0px;
  }
  
  .services_item:nth-child(4n) {
      margin: 0px 0px 13px 0px;
  }
  
  .services_link {
      display: block;
      padding: 19px 19px 0px 19px;
      width: 172px;
      font-family: myriadsemibold;
      color: #6b1740;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 12px;
  }
  
  .services_link:visited {
      color: #6b1740;
  }
  
  .services_link:hover {
      color: #6b1740;
  }
  
  .services_link:active {
      color: #6b1740;
  }
  
  .services_link:focus {
      color: #6b1740;
  }
  
  .services_name {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      background: url(/sites/all/themes/baget/image/newcataloghr.png) 50% 6px no-repeat;
      padding: 0px 0px 0px 0px;
      height: 75px;
      width: 210px;
      margin: 0px 0px 0px 0px;
      -webkit-transition: background-position 0.2s ease-in-out;
      -moz-transition: background-position 0.2s ease-in-out;
      -o-transition: background-position 0.2s ease-in-out;
      -ms-transition: background-position 0.2s ease-in-out;
      transition: background-position 0.2s ease-in-out;
  }
  
  .services_link:hover .services_name {
      background-position: 50% 8px;
  }
  
  .services_image {
      float: left;
      display: block;
  }
  
  .services_image img {
      display: block;
  }
  
  .services_text {
      max-width: 730px;
      padding-left: 30px;
      float: left;
  }
  
  .services_text p {
      line-height: 1;
      margin: 0px;
  }
  
  .services_title {
      font-weight: bold;
      margin: 0px 0px 10px 0px;
  }
  
  .social {
      overflow: hidden;
      background-color: #ebebeb;
      margin: 10px 0px 0px 23px;
      padding: 4px 0px 4px 152px;
  }
  
  .social_link {
      display: block;
      width: 20px;
      height: 20px;
      float: left;
      overflow: hidden;
      text-indent: 100%;
      white-space: nowrap;
      margin: 0px 24px 0px 0px;
  }
  
  .social_link__vk {
      background: url(/sites/all/themes/baget/image/social/vk.png) no-repeat;
  }
  
  .social_link__ok {
      background: url(/sites/all/themes/baget/image/social/ok.png) no-repeat;
  }
  
  .social_link__fb {
      background: url(/sites/all/themes/baget/image/social/fb.png) no-repeat;
  }
  
  .catready {
      overflow: hidden;
      padding: 0px 0px 0px 37px;
  }
  
  .catready_link {
      position: relative;
      float: left;
      margin: 0px 12px 12px 0px;
      overflow: hidden;
      border: 1px solid #ebebeb;
  }
  
  .catready_wrap {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      padding: 12px 0px 0px 0px;
      background-color: #fdfcfb;
      -webkit-opacity: 0.8;
      -moz-opacity: 0.8;
      opacity: 0.8;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
  }
  
  .catready_link:hover .catready_wrap {
      background-color: #FAEDD3;
  }
  
  .catready_name {
      padding: 0px 15px;
      height: 42px;
      text-align: center;
      color: #434342;
      font-size: 15px;
      text-transform: uppercase;
      -webkit-transition: height 0.2s ease-in-out;
      -moz-transition: height 0.2s ease-in-out;
      -o-transition: height 0.2s ease-in-out;
      -ms-transition: height 0.2s ease-in-out;
      transition: height 0.2s ease-in-out;
  }
  
  .catready_link:hover .catready_name {
      height: 52px;
  }
  
  .catready_left {
      float: left;
      width: 192px;
  }
  
  .catready_right {
      margin: 0px 0px 0px 227px;
      overflow: hidden;
  }
  
  .stages {
      color: #3e3e3e;
      padding: 23px 10px 10px 10px;
      border: 1px solid #e6e5e3;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
  }
  
  .stages_item {
      margin: 0px 0px 20px 0px;
  }
  
  .stages_title {
      font-weight: bold;
  }
  
  .stages_descr p {
      line-height: 1.3;
      margin: 0px;
  }
  
  .stages_link {
      color: #3e3e3e;
      display: block;
      width: 100%;
      height: 26px;
      padding: 10px 0px 0px 0px;
      border: 1px solid #e6e5e3;
      font-size: 18px;
      text-transform: uppercase;
      text-decoration: none;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
  }
  
  .stages_link:visited {
      color: #3e3e3e;
  }
  
  .stages_link:hover {
      color: #3e3e3e;
  }
  
  .stages_link:active {
      color: #3e3e3e;
  }
  
  .stages_link:focus {
      color: #3e3e3e;
  }
  
  .stages_link:hover {
      background-color: #ededed;
      cursor: pointer;
  }
  
  .stages_link:focus {
      background-color: #ededed;
  }
  
  .partners {
      margin: 44px 0px 0px 25px;
      position: relative;
      /** THEME
    ===================================*/
      /* LOADER */
      /* PAGER */
      /* DIRECTION CONTROLS (NEXT / PREV) */
      /* AUTO CONTROLS (START / STOP) */
      /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
      /* IMAGE CAPTIONS */
  }
  
  .partners_title {
      color: #7e7a6c;
      font-family: arial;
      font-size: 16px;
      padding: 0 0 0px 0px;
      margin: 0px 0px 17px -23px;
  }
  
  .partners_item img {
      display: block;
      border: 1px solid #e3e3e3;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
  }
  
  .partners .bx-wrapper {
      position: relative;
      padding: 0;
      *zoom: 1;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
  }
  
  .partners .bx-wrapper img {
      max-width: 100%;
      display: block;
  }
  
  .partners .bxslider {
      margin: 0;
      padding: 0;
  }
  
  .partners ul.bxslider {
      list-style: none;
  }
  
  .partners .bx-viewport {
      /*fix other elements on the page moving (on Chrome)*/
      -webkit-transform: translatez(0);
  }
  
  .partners .bx-wrapper .bx-pager,
  .partners .bx-wrapper .bx-controls-auto {
      position: absolute;
      bottom: 8px;
      right: 104px;
  }
  
  .partners .bx-wrapper .bx-loading {
      min-height: 50px;
      background: url(/sites/all/themes/baget/image/bx_loader.gif) center center no-repeat #ffffff;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2000;
  }
  
  .partners .bx-wrapper .bx-pager {
      text-align: center;
      font-size: .85em;
      font-family: Arial;
      font-weight: bold;
      color: #666;
      padding-top: 20px;
  }
  
  .partners .bx-wrapper .bx-pager.bx-default-pager a {
      background: #fdfcfb;
      text-indent: -9999px;
      display: block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      outline: 0;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
  }
  
  .partners .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .partners .bx-wrapper .bx-pager.bx-default-pager a.active,
  .partners .bx-wrapper .bx-pager.bx-default-pager a:focus {
      background: #b18741;
  }
  
  .partners .bx-wrapper .bx-pager-item,
  .partners .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
      display: inline-block;
      *zoom: 1;
      *display: inline;
  }
  
  .partners .bx-wrapper .bx-pager-item {
      font-size: 0;
      line-height: 0;
  }
  
  .partners .bx-wrapper .bx-prev {
      left: -28px;
      background: url(/sites/all/themes/baget/image/arrows-partners.png) no-repeat 0px 0px;
  }
  
  .partners .bx-wrapper .bx-prev:hover,
  .partners .bx-wrapper .bx-prev:focus {
      opacity: 1;
  }
  
  .partners .bx-wrapper .bx-next {
      right: -28px;
      background: url(/sites/all/themes/baget/image/arrows-partners.png) no-repeat -20px 0px;
  }
  
  .partners .bx-wrapper .bx-next:hover,
  .partners .bx-wrapper .bx-next:focus {
      opacity: 1;
  }
  
  .partners .bx-wrapper .bx-controls-direction a {
      position: absolute;
      top: 19px;
      outline: 0;
      width: 20px;
      height: 38px;
      text-indent: -9999px;
      z-index: 2;
      opacity: 0.7;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
  }
  
  .partners .bx-wrapper .bx-controls-direction a.disabled {
      display: none;
  }
  
  .partners .bx-wrapper .bx-controls-auto {
      text-align: center;
  }
  
  .partners .bx-wrapper .bx-controls-auto .bx-start {
      display: block;
      text-indent: -9999px;
      width: 10px;
      height: 11px;
      outline: 0;
      background: url(/sites/all/themes/baget/image/controls.png) -86px -11px no-repeat;
      margin: 0 3px;
  }
  
  .partners .bx-wrapper .bx-controls-auto .bx-start:hover,
  .partners .bx-wrapper .bx-controls-auto .bx-start.active,
  .partners .bx-wrapper .bx-controls-auto .bx-start:focus {
      background-position: -86px 0;
  }
  
  .partners .bx-wrapper .bx-controls-auto .bx-stop {
      display: block;
      text-indent: -9999px;
      width: 9px;
      height: 11px;
      outline: 0;
      background: url(/sites/all/themes/baget/image/controls.png) -86px -44px no-repeat;
      margin: 0 3px;
  }
  
  .partners .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .partners .bx-wrapper .bx-controls-auto .bx-stop.active,
  .partners .bx-wrapper .bx-controls-auto .bx-stop:focus {
      background-position: -86px -33px;
  }
  
  .partners .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
      text-align: left;
      width: 80%;
  }
  
  .partners .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
      right: 0;
      width: 35px;
  }
  
  .partners .bx-wrapper .bx-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #666;
      background: rgba(80, 80, 80, 0.75);
      width: 100%;
  }
  
  .partners .bx-wrapper .bx-caption span {
      color: #fff;
      font-family: Arial;
      display: block;
      font-size: .85em;
      padding: 10px;
  }
  
  .designmenu {
      overflow: hidden;
      margin: 65px 0px 8px 78px;
  }
  
  .designmenu_item {
      color: #fff;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      position: relative;
      overflow: hidden;
      display: block;
      float: left;
      margin-left: 13px;
  }
  
  .designmenu_item:visited {
      color: #fff;
  }
  
  .designmenu_item:hover {
      color: #fff;
  }
  
  .designmenu_item:active {
      color: #fff;
  }
  
  .designmenu_item:focus {
      color: #fff;
  }
  
  .designmenu_item:first-child {
      margin-left: 0px;
  }
  
  .designmenu_text {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      padding: 9px 0px 9px 0px;
      -webkit-transition: padding-top 0.2s ease-in-out;
      -moz-transition: padding-top 0.2s ease-in-out;
      -o-transition: padding-top 0.2s ease-in-out;
      -ms-transition: padding-top 0.2s ease-in-out;
      transition: padding-top 0.2s ease-in-out;
  }
  
  .designmenu_item:hover .designmenu_text {
      padding: 19px 0px 9px 0px;
  }
  
  .designmenu_title {
      text-align: center;
      position: relative;
      z-index: 2;
      font-size: 18px;
      text-transform: uppercase;
  }
  
  .designmenu_wrap {
      position: absolute;
      z-index: 1;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      opacity: 0.8;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      background-color: #6b1740;
  }
  
  .designmenu_item:hover .designmenu_wrap {
      opacity: 0.7;
  }
  
  .designmenu img {
      display: block;
  }
  
  .catitem {
      font-family: arial;
      position: relative;
      width: 100%;
      height: 350px;
      margin: 10px 0 0;
      padding-left: 30px;
      overflow: hidden;
  }
  
  .catitem_image {
      width: 437px;
      height: 352px;
      float: left;
  }
  
  .catitem_image img {
      width: 100%;
      height: auto;
      display: block;
  }
  
  .catitem_text {
      width: 437px;
      float: left;
      margin-left: 13px;
  }
  
  .catitem_title {
      text-align: center;
      color: #3e3e3e;
      font-size: 16px;
      font-weight: bold;
      text-decoration: underline;
      padding-top: 16px;
  }
  
  .catitem_art {
      text-align: center;
      padding: 7px 0px 10px 0px;
      font-size: 12px;
  }
  
  .catitem_technic {
      font-size: 12px;
      padding: 0px 0px 0px 23px;
      float: left;
      width: 177px;
  }
  
  .catitem_descr {
      padding: 5px 23px 0px 23px;
      height: 83px;
  }
  
  .catitem_descr p {
      font-family: arial;
      line-height: 1.2;
      margin: 0px;
      font-size: 13px;
  }
  
  .catitem_link {
      display: block;
      padding: 6px 0px;
      width: 280px;
      margin: 0 auto;
      color: #3e3e3e;
      font-size: 18px;
      text-transform: uppercase;
      text-decoration: none;
      border: 1px solid #e3e2e1;
      text-align: center;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
  }
  
  .catitem_link:visited {
      color: #3e3e3e;
  }
  
  .catitem_link:hover {
      color: #3e3e3e;
  }
  
  .catitem_link:active {
      color: #3e3e3e;
  }
  
  .catitem_link:focus {
      color: #3e3e3e;
  }
  
  .catitem_link:hover {
      background-color: #f2f2f1;
  }
  
  .catitem_wrap {
      /*position: absolute;
    display: none;
    top: 0px;
    left: 30px;
    width: 90.2%;
    height: 100%;
    background-color: #fdfcfb;
    opacity: 1;*/
      display: inline-block;
      display: block;
  }
  
  .catitem_wrap:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0;
  }
  
  * html .catitem_wrap {
      height: 1%;
  }
  
  .catitem_extra {
      padding: 10px 0px 0px 23px;
  }
  
  .catitem_extralink {
      margin: 0px 0px 0px 7px;
  }
  
  .catitem_extralink:first-child {
      margin: 0px 0px 0px 0px;
  }
  
  .catitem_check {
      display: none;
  }
  
  .catitem_check2 {
      margin: 0px 0px 0px 234px;
      padding: 21px 0px 0px 0px;
      display: none;
  }
  
  .catitem_check2 input[type="checkbox"] + label::before {
      top: -1px;
      left: -2px;
  }
  
  .galitem {
      font-family: arial;
      position: relative;
      width: 100%;
      height: 355px;
      margin: 10px 0 0;
      padding-left: 30px;
      overflow: hidden;
  }
  
  .galitem_image {
      width: 437px;
      height: 352px;
      float: left;
      position: relative;
  }
  
  .galitem_image img {
      width: 100%;
      height: auto;
      display: block;
  }
  
  .galitem_text {
      width: 437px;
      float: left;
      margin-left: 13px;
  }
  
  .galitem_title {
      text-align: center;
      color: #3e3e3e;
      font-size: 16px;
      font-weight: bold;
      text-decoration: underline;
      padding-top: 16px;
  }
  
  .galitem_art {
      text-align: center;
      padding: 7px 0px 23px 0px;
      font-size: 12px;
  }
  
  .galitem_descr {
      padding: 0px 0px 0px 23px;
      height: 97px;
  }
  
  .galitem_descr p {
      font-family: arial;
      line-height: 1.2;
      margin: 0px;
  }
  
  .galitem_link {
      display: block;
      float: left;
      padding: 6px 0px;
      width: 190px;
      margin: 0px 0px 0px 24px;
      color: #3e3e3e;
      font-size: 18px;
      text-transform: uppercase;
      text-decoration: none;
      border: 1px solid #e3e2e1;
      text-align: center;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
  }
  
  .galitem_link:visited {
      color: #3e3e3e;
  }
  
  .galitem_link:hover {
      color: #3e3e3e;
  }
  
  .galitem_link:active {
      color: #3e3e3e;
  }
  
  .galitem_link:focus {
      color: #3e3e3e;
  }
  
  .galitem_link:hover {
      background-color: #f2f2f1;
  }
  
  .galitem_wrap {
      overflow: hidden;
      /*position: absolute;
    display: none;
    top: 0px;
    left: 30px;
    width: 90.2%;
    height: 100%;
    background-color: #fdfcfb;
    opacity: 1;*/
  }
  
  .galitem_extra {
      padding: 10px 0px 0px 23px;
  }
  
  .galitem_extralink {
      margin: 0px 0px 0px 7px;
  }
  
  .galitem_extralink:first-child {
      margin: 0px 0px 0px 0px;
  }
  
  .readyitem {
      font-family: arial;
      position: relative;
      width: 100%;
      height: 350px;
      margin: 10px 0 0;
      padding-left: 30px;
      overflow: hidden;
  }
  
  .readyitem_image {
      width: 437px;
      height: 352px;
      float: left;
  }
  
  .readyitem_image img {
      width: 100%;
      height: auto;
      display: block;
  }
  
  .readyitem_text {
      width: 437px;
      float: left;
      margin-left: 13px;
  }
  
  .readyitem_title {
      text-align: center;
      color: #3e3e3e;
      font-size: 16px;
      font-weight: bold;
      text-decoration: underline;
      padding-top: 16px;
  }
  
  .readyitem_art {
      text-align: center;
      padding: 7px 0px 23px 0px;
      font-size: 12px;
  }
  
  .readyitem_descr {
      padding: 0px 23px 0px 23px;
      height: 255px;
  }
  
  .readyitem_descr p {
      font-family: arial;
      line-height: 1.2;
      margin: 0px;
  }
  
  .readyitem_link {
      display: block;
      padding: 6px 0px;
      width: 190px;
      margin: 0px auto 0px auto;
      color: #3e3e3e;
      font-size: 18px;
      text-transform: uppercase;
      text-decoration: none;
      border: 1px solid #e3e2e1;
      text-align: center;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
  }
  
  .readyitem_link:visited {
      color: #3e3e3e;
  }
  
  .readyitem_link:hover {
      color: #3e3e3e;
  }
  
  .readyitem_link:active {
      color: #3e3e3e;
  }
  
  .readyitem_link:focus {
      color: #3e3e3e;
  }
  
  .readyitem_link:hover {
      background-color: #f2f2f1;
  }
  
  .readyitem_wrap {
      /*position: absolute;
    display: none;
    top: 0px;
    left: 30px;
    width: 90.2%;
    height: 100%;
    background-color: #fdfcfb;
    opacity: 1;*/
  }
  
  .team {
      overflow: hidden;
      padding: 0px 0px 0px 25px;
      font-family: arial;
  }
  
  .team_item {
      float: left;
      width: 255px;
      margin: 0px 0px 0px 69px;
  }
  
  .team_item:nth-child(3n + 1) {
      margin: 0px 0px 0px 0px;
  }
  
  .team_image {
      width: 113px;
      height: 113px;
      margin: 0px auto 10px auto;
      overflow: hidden;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
  }
  
  .team_name {
      font-size: 18px;
      color: #000000;
      text-align: center;
      margin: 0px 0px 10px 0px;
  }
  
  .team_job {
      font-size: 14px;
      text-align: center;
      margin: 0px 0px 30px 0px;
  }
  
  .team_descr {
      font-size: 14px;
      text-align: justify;
      position: relative;
      line-height: 1.2;
      height: 213px;
  }
  
  .team_descr:before {
      content: "";
      display: block;
      width: 255px;
      height: 10px;
      position: absolute;
      top: -19px;
      left: 0px;
      background: url(/sites/all/themes/baget/image/hr.png) no-repeat;
  }
  
  .review {
      padding: 0px 27px 27px 27px;
      font-family: arial;
      color: #000000;
  }
  
  .review_item {
      margin: 44px 0px 0px 0px;
  }
  
  .review_item:first-child {
      margin: 0px 0px 0px 0px;
  }
  
  .review_top {
      overflow: hidden;
  }
  
  .review_image {
      width: 113px;
      float: left;
      overflow: hidden;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
  }
  
  .review_image img {
      display: block;
  }
  
  .review_wrap {
      margin: 15px 0px 0px 168px;
  }
  
  .review_name {
      font-size: 16px;
      margin: 0px 0px 16px 0px;
  }
  
  .review_job {
      font-size: 16px;
      margin: 0px 0px 16px 0px;
  }
  
  .review_link {
      font-size: 16px;
      color: #937036;
  }
  
  .review_link:visited {
      color: #937036;
  }
  
  .review_link:hover {
      color: #937036;
  }
  
  .review_link:active {
      color: #937036;
  }
  
  .review_link:focus {
      color: #937036;
  }
  
  .review_descr {
      padding: 25px 0px 0px 0px;
  }
  
  .review_descr p {
      line-height: 1.2;
  }
  
  .feedback3 {
      position: relative;
  }
  
  .feedback3 .messages {
      display: none;
  }
  
  .feedback3_title {
      text-transform: uppercase;
      padding: 0px 0px 15px 0px;
  }
  
  .quickabout {
      overflow: hidden;
      font-family: arial;
      color: #000000;
  }
  
  .quickabout a {
      color: #000000;
  }
  
  .quickabout a:visited {
      color: #000000;
  }
  
  .quickabout a:hover {
      color: #000000;
  }
  
  .quickabout a:active {
      color: #000000;
  }
  
  .quickabout a:focus {
      color: #000000;
  }
  
  .quickabout_title {
      color: #525252;
      text-transform: uppercase;
      text-align: center;
      font-size: 16px;
      margin: 0px 0px 4px 0px;
  }
  
  .quickabout_item {
      float: left;
      width: 300px;
      margin: 0px 0px 0px 26px;
  }
  
  .quickabout_item:first-child {
      margin: 0px 0px 0px 0px;
  }
  
  .quickabout_link {
      color: #000000;
      display: block;
      text-align: center;
      margin: 0px 0px 22px 0px;
      font-size: 12px;
  }
  
  .quickabout_link:visited {
      color: #000000;
  }
  
  .quickabout_link:hover {
      color: #000000;
  }
  
  .quickabout_link:active {
      color: #000000;
  }
  
  .quickabout_link:focus {
      color: #000000;
  }
  
  .quickabout_top {
      overflow: hidden;
      margin: 0px 0px 10px 0px;
  }
  
  .quickabout_image {
      float: left;
      width: 63px;
      overflow: hidden;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
  }
  
  .quickabout_image img {
      display: block;
  }
  
  .quickabout_image__round {
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
  }
  
  .quickabout_wrap {
      margin: 12px 0px 0px 79px;
  }
  
  .quickabout_name {
      font-size: 14px;
      margin: 0px 0px 7px 0px;
  }
  
  .quickabout_job {
      font-size: 12px;
  }
  
  .quickabout_descr {
      font-size: 12px;
      padding: 0px 0px 1px 0px;
      line-height: 1.2;
  }
  
  .order {
      position: relative;
      height: 390px;
  }
  
  .order_title {
      text-transform: uppercase;
      text-align: center;
      padding: 25px 0px 30px 0px;
  }
  
  .order_header {
      height: 37px;
      background-color: #eaeae9;
  }
  
  .order form {
      margin: 0px 27px;
  }
  
  .order .form-item, .order .form-actions {
      margin: 0px 0px 2px 0px;
  }
  
  .order .webform-component-textfield input {
      height: 31px;
      width: 508px;
      border: 1px solid #dad9d9;
      padding-left: 5px;
  }
  
  .order .webform-component-textfield input.error {
      background-color: #fabbcf;
  }
  
  .order .webform-component-email input {
      height: 31px;
      padding-left: 13px;
      border: 1px solid #dad9d9;
      width: 500px;
  }
  
  .order .webform-component-number input {
      height: 31px;
      padding-left: 13px;
      border: 1px solid #dad9d9;
      width: 500px;
  }
  
  .order .webform-component-select select {
      height: 31px;
      width: 100%;
      border: 1px solid #dad9d9;
  }
  
  .order .webform-component--descr textarea {
      padding: 5px 0px 0px 12px;
      border: 1px solid #dad9d9;
  }
  
  .order .form-actions {
      padding: 20px 0px 0px 0px;
      text-align: center;
      position: relative;
  }
  
  .order .form-actions input {
      background-color: #fdfcfb;
      border: 1px solid #e5e4e4;
      width: 209px;
      font-size: 17px;
      color: #3e3e3e;
      text-transform: uppercase;
      font-family: arial;
      padding: 7px 0px;
  }
  
  .order .form-actions input:hover {
      cursor: pointer;
  }
  
  .order .messages.error {
      display: none;
  }
  
  .order_confirmation p {
      text-align: center;
      padding: 0px 15px;
  }
  
  #cboxWrapper {
      background: none;
      background-color: inherit;
      border-radius: 0px;
  }
  
  #cboxLoadedContent {
      margin-bottom: 0px;
  }
  
  #cboxClose {
      top: 4px;
      right: 4px;
      background: url(/sites/all/themes/baget/image/order-close.png) no-repeat;
      width: 28px;
      height: 28px;
  }
  
  #cboxClose:hover {
      background-position: 0px 0px;
  }
  
  .order2 {
      position: relative;
      height: 390px;
  }
  
  .order2_title {
      text-transform: uppercase;
      text-align: center;
      padding: 25px 0px 30px 0px;
  }
  
  .order2_header {
      height: 37px;
      background-color: #eaeae9;
  }
  
  .order2 form {
      margin: 0px 27px;
  }
  
  .order2 .form-item {
      width: 514px;
  }
  
  .order2 .form-item input {
      width: 100%;
      height: 33px;
      padding-left: 5px;
      box-sizing: border-box;
  }
  
  .order2 .form-item, .order2 .form-actions {
      margin: 0px 0px 2px 0px;
  }
  
  .order2 .webform-component-textfield input {
      border: 1px solid #dad9d9;
  }
  
  .order2 .webform-component-textfield input.error {
      background-color: #fabbcf;
  }
  
  .order2 .webform-component-email input {
      border: 1px solid #dad9d9;
  }
  
  .order2 .webform-component-select {
      margin-right: -4px;
  }
  
  .order2 .webform-component-select select {
      height: 31px;
      width: 100%;
      border: 1px solid #dad9d9;
  }
  
  .order2 .form-actions {
      padding: 20px 0px 0px 0px;
      text-align: center;
      position: relative;
  }
  
  .order2 .form-actions input {
      background-color: #fdfcfb;
      border: 1px solid #e5e4e4;
      width: 209px;
      font-size: 17px;
      color: #3e3e3e;
      text-transform: uppercase;
      font-family: arial;
      padding: 7px 0px;
  }
  
  .order2 .form-actions input:hover {
      cursor: pointer;
  }
  
  .order2 .messages.error {
      display: none;
  }
  
  .order2_confirmation p {
      text-align: center;
      padding: 0px 15px;
  }
  
  .order2 .webform-component--quanity input {
      border: 1px solid #dad9d9;
  }
  
  .order2 .webform-component--quanity input.error {
      background-color: #fabbcf;
  }
  
  .order2 .webform-component--format select {
      color: #757575;
  }
  
  .order2 .webform-component--format select.error {
      background-color: #fabbcf;
  }
  
  .order2 .form-actions .ajax-progress {
      bottom: 6px;
      left: 158px;
  }
  
  .order2 .webform-component--descr textarea {
      padding: 5px 0px 0px 5px;
      border: 1px solid #dad9d9;
  }
  
  .order2 .webform-component-file {
      position: relative;
      border: 1px solid #dad9d9;
      height: 33px;
      padding: 3px 0px 0px 5px;
      width: 514px;
      box-sizing: border-box;
      /*label{
      float: left;
      width: 100px;
      margin: 0px;
    }*/
  }
  
  .order2 .webform-component-file div.ajax-progress {
      position: absolute;
      width: 10px;
      bottom: 2px;
      left: auto;
      right: 90px;
  }
  
  .order2 .webform-component-file label {
      margin: 5px 5px 0px 0px;
      color: #757575;
      font-family: myriad, helvetica, arial, sans-serif;
      font-size: 14px;
  }
  
  .order2 .webform-component-file .form-file {
      cursor: pointer;
      width: auto;
      height: auto;
  }
  
  .order2 .webform-component-file .form-submit {
      background-color: #fdfcfb;
      border: 1px solid #e5e4e4;
      color: #3e3e3e;
      font-family: arial;
      font-size: 12px;
      padding: 2px 0;
      margin: 4px 5px 0px 0px;
      text-transform: uppercase;
      width: 80px;
      position: absolute;
      right: 0px;
      top: 0px;
      cursor: pointer;
      height: 23px;
  }
  
  .order2 .webform-component-file div.description {
      display: none;
  }
  
  .stock {
      margin: 0px 0px 0px 32px;
      /** THEME
    ===================================*/
      /* LOADER */
      /* PAGER */
      /* DIRECTION CONTROLS (NEXT / PREV) */
      /* AUTO CONTROLS (START / STOP) */
      /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
      /* IMAGE CAPTIONS */
  }
  
  .stock_title {
      font-family: arial;
      font-weight: bold;
      font-size: 13px;
      text-transform: uppercase;
      margin: 0px 0px 12px 0px;
  }
  
  .stock_top {
      position: relative;
      border: 1px solid #cbcac9;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
  }
  
  .stock_price {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
  }
  
  .stock_text {
      position: relative;
      z-index: 2;
      text-align: center;
      padding: 11px 0px;
      color: #434342;
  }
  
  .stock_wrap {
      background-color: #ebebeb;
      -webkit-opacity: 0.65;
      -moz-opacity: 0.65;
      opacity: 0.65;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1;
      width: 100%;
      height: 100%;
  }
  
  .stock_link {
      display: block;
      padding: 5px 0px;
      margin: 12px 0px 45px 0px;
      text-align: center;
      border: 1px solid #cbcac9;
      text-decoration: none;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      color: #434342;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
  }
  
  .stock_link:visited {
      color: #434342;
  }
  
  .stock_link:hover {
      color: #434342;
  }
  
  .stock_link:active {
      color: #434342;
  }
  
  .stock_link:focus {
      color: #434342;
  }
  
  .stock_link:hover {
      background-color: #f2f2f1;
  }
  
  .stock .bx-wrapper {
      position: relative;
      padding: 0;
      *zoom: 1;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
  }
  
  .stock .bx-wrapper img {
      max-width: 100%;
      display: block;
  }
  
  .stock .bxslider {
      margin: 0;
      padding: 0;
  }
  
  .stock ul.bxslider {
      list-style: none;
  }
  
  .stock .bx-viewport {
      /*fix other elements on the page moving (on Chrome)*/
      -webkit-transform: translatez(0);
  }
  
  .stock .bx-wrapper .bx-pager,
  .stock .bx-wrapper .bx-controls-auto {
      position: absolute;
      bottom: 8px;
      right: 104px;
  }
  
  .stock .bx-wrapper .bx-loading {
      min-height: 50px;
      background: url(/sites/all/themes/baget/image/bx_loader.gif) center center no-repeat #ffffff;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2000;
  }
  
  .stock .bx-wrapper .bx-pager {
      text-align: center;
      font-size: .85em;
      font-family: Arial;
      font-weight: bold;
      color: #666;
      padding-top: 20px;
  }
  
  .stock .bx-wrapper .bx-pager.bx-default-pager a {
      background: #fdfcfb;
      text-indent: -9999px;
      display: block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      outline: 0;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
  }
  
  .stock .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .stock .bx-wrapper .bx-pager.bx-default-pager a.active,
  .stock .bx-wrapper .bx-pager.bx-default-pager a:focus {
      background: #b18741;
  }
  
  .stock .bx-wrapper .bx-pager-item,
  .stock .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
      display: inline-block;
      *zoom: 1;
      *display: inline;
  }
  
  .stock .bx-wrapper .bx-pager-item {
      font-size: 0;
      line-height: 0;
  }
  
  .stock .bx-wrapper .bx-prev {
      left: -28px;
      background: url(/sites/all/themes/baget/image/arrows-stock.png) no-repeat 0px 0px;
  }
  
  .stock .bx-wrapper .bx-prev:hover,
  .stock .bx-wrapper .bx-prev:focus {
      opacity: 1;
  }
  
  .stock .bx-wrapper .bx-next {
      right: -28px;
      background: url(/sites/all/themes/baget/image/arrows-stock.png) no-repeat -20px 0px;
  }
  
  .stock .bx-wrapper .bx-next:hover,
  .stock .bx-wrapper .bx-next:focus {
      opacity: 1;
  }
  
  .stock .bx-wrapper .bx-controls-direction a {
      position: absolute;
      top: 43px;
      outline: 0;
      width: 20px;
      height: 54px;
      text-indent: -9999px;
      z-index: 2;
      opacity: 0.7;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
  }
  
  .stock .bx-wrapper .bx-controls-direction a.disabled {
      display: none;
  }
  
  .stock .bx-wrapper .bx-controls-auto {
      text-align: center;
  }
  
  .stock .bx-wrapper .bx-controls-auto .bx-start {
      display: block;
      text-indent: -9999px;
      width: 10px;
      height: 11px;
      outline: 0;
      background: url(/sites/all/themes/baget/image/controls.png) -86px -11px no-repeat;
      margin: 0 3px;
  }
  
  .stock .bx-wrapper .bx-controls-auto .bx-start:hover,
  .stock .bx-wrapper .bx-controls-auto .bx-start.active,
  .stock .bx-wrapper .bx-controls-auto .bx-start:focus {
      background-position: -86px 0;
  }
  
  .stock .bx-wrapper .bx-controls-auto .bx-stop {
      display: block;
      text-indent: -9999px;
      width: 9px;
      height: 11px;
      outline: 0;
      background: url(/sites/all/themes/baget/image/controls.png) -86px -44px no-repeat;
      margin: 0 3px;
  }
  
  .stock .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .stock .bx-wrapper .bx-controls-auto .bx-stop.active,
  .stock .bx-wrapper .bx-controls-auto .bx-stop:focus {
      background-position: -86px -33px;
  }
  
  .stock .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
      text-align: left;
      width: 80%;
  }
  
  .stock .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
      right: 0;
      width: 35px;
  }
  
  .stock .bx-wrapper .bx-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #666;
      background: rgba(80, 80, 80, 0.75);
      width: 100%;
  }
  
  .stock .bx-wrapper .bx-caption span {
      color: #fff;
      font-family: Arial;
      display: block;
      font-size: .85em;
      padding: 10px;
  }
  
  .ready {
      font-family: arial;
      line-height: 1.3;
      overflow: hidden;
  }
  
  .ready_left {
      width: 383px;
      float: left;
  }
  
  .ready_right {
      margin-left: 423px;
  }
  
  .ready_head {
      font-weight: bold;
      margin: 0px 0px 0px 0px;
  }
  
  .ready_descr {
      padding: 0px 15px 0px 0px;
  }
  
  .ready_descr p {
      font-family: arial;
      line-height: 1.3;
      margin: 0px;
  }
  
  .ready_title {
      font-family: arial;
      font-size: 16px;
      font-weight: bold;
      text-decoration: underline;
      text-align: center;
  }
  
  .ready_art {
      font-size: 12px;
      text-align: center;
      margin: 6px 0px 18px 0px;
  }
  
  .ready_price {
      text-align: center;
      font-weight: bold;
      margin: -7px 0px 0px 0px;
  }
  
  .ready_note {
      font-size: 12px;
      margin: 7px 0px 14px 0px;
  }
  
  .ready_link {
      display: block;
      padding: 6px 0px;
      width: 280px;
      margin: 15px auto 0px auto;
      color: #3e3e3e;
      font-size: 18px;
      text-transform: uppercase;
      text-decoration: none;
      border: 1px solid #e3e2e1;
      text-align: center;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
  }
  
  .ready_link:visited {
      color: #3e3e3e;
  }
  
  .ready_link:hover {
      color: #3e3e3e;
  }
  
  .ready_link:active {
      color: #3e3e3e;
  }
  
  .ready_link:focus {
      color: #3e3e3e;
  }
  
  .ready_link:hover {
      background-color: #f2f2f1;
  }
  
  .ready_shops {
      padding: 15px 0px 15px 0px;
  }
  
  .ready_shop {
      padding: 0px 0px 0px 20px;
      position: relative;
  }
  
  .ready_shop a {
      font-size: 12px;
      color: #caa466;
  }
  
  .ready_shop a:visited {
      color: #caa466;
  }
  
  .ready_shop a:hover {
      color: #caa466;
  }
  
  .ready_shop a:active {
      color: #caa466;
  }
  
  .ready_shop a:focus {
      color: #caa466;
  }
  
  .ready_shop__sub:before {
      background: url(/sites/all/themes/baget/image/sub.png) 0px 0px no-repeat;
      content: "";
      display: inline-block;
      width: 20px;
      height: 12px;
      position: absolute;
      left: 0px;
      top: 5px;
  }
  
  .readysize {
      margin: 5px 0px 0px 0px;
  }
  
  .readysize_row {
      margin: 0px 0px 3px 0px;
      overflow: hidden;
      border: 1px solid #d8d7d6;
      background-color: #ffffff;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
  }
  
  .readysize_left {
      float: left;
      width: 302px;
      padding: 8px 0px 8px 21px;
  }
  
  .readysize_right {
      margin-left: 302px;
      padding: 8px 0px 8px 0px;
  }
  
  .actions {
      margin: 0px 0px 0px 34px;
      /** THEME
    ===================================*/
      /* LOADER */
      /* PAGER */
      /* DIRECTION CONTROLS (NEXT / PREV) */
      /* AUTO CONTROLS (START / STOP) */
      /* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
      /* IMAGE CAPTIONS */
  }
  
  .actions_title {
      text-transform: uppercase;
      font-size: 16px;
      margin: 0px 0px 12px 0px;
  }
  
  .actions_top {
      position: relative;
      border: 1px solid #cbcac9;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
  }
  
  .actions_price {
      position: absolute;
      left: 0px;
      bottom: 0px;
      width: 100%;
  }
  
  .actions_text {
      position: relative;
      z-index: 2;
      text-align: center;
      padding: 11px 0px;
      color: #434342;
  }
  
  .actions_wrap {
      background-color: #ebebeb;
      -webkit-opacity: 0.65;
      -moz-opacity: 0.65;
      opacity: 0.65;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
      position: absolute;
      top: 0px;
      left: 0px;
      z-index: 1;
      width: 100%;
      height: 100%;
  }
  
  .actions_link {
      display: block;
      padding: 5px 0px;
      margin: 12px 0px 45px 0px;
      text-align: center;
      border: 1px solid #cbcac9;
      text-decoration: none;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      color: #434342;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
  }
  
  .actions_link:visited {
      color: #434342;
  }
  
  .actions_link:hover {
      color: #434342;
  }
  
  .actions_link:active {
      color: #434342;
  }
  
  .actions_link:focus {
      color: #434342;
  }
  
  .actions_link:hover {
      background-color: #f2f2f1;
  }
  
  .actions .bx-wrapper {
      position: relative;
      padding: 0;
      *zoom: 1;
      -ms-touch-action: pan-y;
      touch-action: pan-y;
  }
  
  .actions .bx-wrapper img {
      max-width: 100%;
      display: block;
  }
  
  .actions .bxslider {
      margin: 0;
      padding: 0;
  }
  
  .actions ul.bxslider {
      list-style: none;
  }
  
  .actions .bx-viewport {
      /*fix other elements on the page moving (on Chrome)*/
      -webkit-transform: translatez(0);
  }
  
  .actions .bx-wrapper .bx-pager,
  .actions .bx-wrapper .bx-controls-auto {
      position: absolute;
      bottom: 8px;
      right: 104px;
  }
  
  .actions .bx-wrapper .bx-loading {
      min-height: 50px;
      background: url(/sites/all/themes/baget/image/bx_loader.gif) center center no-repeat #ffffff;
      height: 100%;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2000;
  }
  
  .actions .bx-wrapper .bx-pager {
      text-align: center;
      font-size: .85em;
      font-family: Arial;
      font-weight: bold;
      color: #666;
      padding-top: 20px;
  }
  
  .actions .bx-wrapper .bx-pager.bx-default-pager a {
      background: #fdfcfb;
      text-indent: -9999px;
      display: block;
      width: 10px;
      height: 10px;
      margin: 0 5px;
      outline: 0;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
  }
  
  .actions .bx-wrapper .bx-pager.bx-default-pager a:hover,
  .actions .bx-wrapper .bx-pager.bx-default-pager a.active,
  .actions .bx-wrapper .bx-pager.bx-default-pager a:focus {
      background: #b18741;
  }
  
  .actions .bx-wrapper .bx-pager-item,
  .actions .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
      display: inline-block;
      *zoom: 1;
      *display: inline;
  }
  
  .actions .bx-wrapper .bx-pager-item {
      font-size: 0;
      line-height: 0;
  }
  
  .actions .bx-wrapper .bx-prev {
      left: -28px;
      background: url(/sites/all/themes/baget/image/arrows-stock.png) no-repeat 0px 0px;
  }
  
  .actions .bx-wrapper .bx-prev:hover,
  .actions .bx-wrapper .bx-prev:focus {
      opacity: 1;
  }
  
  .actions .bx-wrapper .bx-next {
      right: -28px;
      background: url(/sites/all/themes/baget/image/arrows-stock.png) no-repeat -20px 0px;
  }
  
  .actions .bx-wrapper .bx-next:hover,
  .actions .bx-wrapper .bx-next:focus {
      opacity: 1;
  }
  
  .actions .bx-wrapper .bx-controls-direction a {
      position: absolute;
      top: 80px;
      outline: 0;
      width: 20px;
      height: 54px;
      text-indent: -9999px;
      z-index: 2;
      opacity: 0.7;
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
  }
  
  .actions .bx-wrapper .bx-controls-direction a.disabled {
      display: none;
  }
  
  .actions .bx-wrapper .bx-controls-auto {
      text-align: center;
  }
  
  .actions .bx-wrapper .bx-controls-auto .bx-start {
      display: block;
      text-indent: -9999px;
      width: 10px;
      height: 11px;
      outline: 0;
      background: url(/sites/all/themes/baget/image/controls.png) -86px -11px no-repeat;
      margin: 0 3px;
  }
  
  .actions .bx-wrapper .bx-controls-auto .bx-start:hover,
  .actions .bx-wrapper .bx-controls-auto .bx-start.active,
  .actions .bx-wrapper .bx-controls-auto .bx-start:focus {
      background-position: -86px 0;
  }
  
  .actions .bx-wrapper .bx-controls-auto .bx-stop {
      display: block;
      text-indent: -9999px;
      width: 9px;
      height: 11px;
      outline: 0;
      background: url(/sites/all/themes/baget/image/controls.png) -86px -44px no-repeat;
      margin: 0 3px;
  }
  
  .actions .bx-wrapper .bx-controls-auto .bx-stop:hover,
  .actions .bx-wrapper .bx-controls-auto .bx-stop.active,
  .actions .bx-wrapper .bx-controls-auto .bx-stop:focus {
      background-position: -86px -33px;
  }
  
  .actions .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
      text-align: left;
      width: 80%;
  }
  
  .actions .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
      right: 0;
      width: 35px;
  }
  
  .actions .bx-wrapper .bx-caption {
      position: absolute;
      bottom: 0;
      left: 0;
      background: #666;
      background: rgba(80, 80, 80, 0.75);
      width: 100%;
  }
  
  .actions .bx-wrapper .bx-caption span {
      color: #fff;
      font-family: Arial;
      display: block;
      font-size: .85em;
      padding: 10px;
  }
  
  .gallery {
      padding: 0px 0px 0px 30px;
      overflow: hidden;
      position: relative;
  }
  
  .gallery_list {
      width: 100%;
  }
  
  .gallery_item {
      position: relative;
      width: 212px;
      height: 171px;
      float: left;
      cursor: pointer;
      margin: 13px 13px 0px 0px;
  }
  
  .gallery_item img {
      position: absolute;
      height: 100%;
      width: auto;
      -webkit-transition: transform 0.2s ease-in-out;
      -moz-transition: transform 0.2s ease-in-out;
      -o-transition: transform 0.2s ease-in-out;
      -ms-transition: transform 0.2s ease-in-out;
      transition: transform 0.2s ease-in-out;
  }
  
  .gallery_item img:hover {
      -moz-transform: scale(1.05);
      -o-transform: scale(1.05);
      -ms-transform: scale(1.05);
      -webkit-transform: scale(1.05);
      transform: scale(1.05);
  }
  
  .gallery_title {
      font-family: arial;
      font-weight: bold;
      font-size: 13px;
      color: #434342;
      text-transform: uppercase;
      clear: both;
      float: none;
      overflow: hidden;
      padding: 0px 0px 5px 0px;
  }
  
  .gallery_title a {
      color: #434342;
      text-decoration: none;
  }
  
  .gallery_title a:visited {
      color: #434342;
  }
  
  .gallery_title a:hover {
      color: #434342;
  }
  
  .gallery_title a:active {
      color: #434342;
  }
  
  .gallery_title a:focus {
      color: #434342;
  }
  
  .gallery_title a:hover {
      text-decoration: underline;
  }
  
  .gallery_more {
      clear: both;
      overflow: hidden;
      text-align: right;
      padding: 13px 38px 5px 0px;
  }
  
  .gallery_more a {
      font-family: arial;
      font-size: 12px;
      color: #333333;
      text-decoration: none;
  }
  
  .gallery_more a:visited {
      color: #333333;
  }
  
  .gallery_more a:hover {
      color: #333333;
  }
  
  .gallery_more a:active {
      color: #333333;
  }
  
  .gallery_more a:focus {
      color: #333333;
  }
  
  .gallery .GI_TW_expander .GI_TW_pointer {
      /*border-bottom: 24px solid #fdfcfb;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;*/
      border: 0px;
      width: 35px;
      height: 22px;
      background: url(/sites/all/themes/baget/image/triangle.png) no-repeat;
      margin-left: -20px;
      margin-top: -17px;
      position: absolute;
      transition: left 0.3s ease-in 0s;
  }
  
  .catalogwidth {
      padding: 0px 0px 0px 30px;
      display: inline-block;
      display: block;
      position: relative;
  }
  
  .catalogwidth:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0;
  }
  
  * html .catalogwidth {
      height: 1%;
  }
  
  .catalogwidth_list {
      width: 100%;
  }
  
  .catalogwidth_item {
      width: 212px;
      height: 171px;
      float: left;
      cursor: pointer;
      margin: 13px 13px 0px 0px;
  }
  
  .catalogwidth_item img {
      /*height: 100%;*/
      /*width: auto;*/
  }
  
  .catalogwidth_title {
      font-family: arial;
      font-weight: bold;
      font-size: 13px;
      color: #434342;
      clear: both;
      float: none;
      overflow: hidden;
      padding: 0px 0px 5px 0px;
  }
  
  .catalogwidth_title a {
      color: #434342;
      text-decoration: none;
  }
  
  .catalogwidth_title a:visited {
      color: #434342;
  }
  
  .catalogwidth_title a:hover {
      color: #434342;
  }
  
  .catalogwidth_title a:active {
      color: #434342;
  }
  
  .catalogwidth_title a:focus {
      color: #434342;
  }
  
  .catalogwidth_title a:hover {
      text-decoration: underline;
  }
  
  .catalogwidth_more {
      clear: both;
      overflow: hidden;
      text-align: right;
      padding: 13px 38px 0px 0px;
  }
  
  .catalogwidth_more a {
      font-family: arial;
      font-size: 12px;
      color: #333333;
      text-decoration: none;
  }
  
  .catalogwidth_more a:visited {
      color: #333333;
  }
  
  .catalogwidth_more a:hover {
      color: #333333;
  }
  
  .catalogwidth_more a:active {
      color: #333333;
  }
  
  .catalogwidth_more a:focus {
      color: #333333;
  }
  
  .catalogwidth .GI_TW_expander .GI_TW_pointer {
      /*border-bottom: 24px solid #fdfcfb;
    border-left: 23px solid transparent;
    border-right: 23px solid transparent;*/
      border: 0px;
      width: 35px;
      height: 22px;
      background: url(/sites/all/themes/baget/image/triangle.png) no-repeat;
      margin-left: -20px;
      margin-top: -17px;
      position: absolute;
      transition: left 0.3s ease-in 0s;
  }
  
  .advsearch {
      padding: 0px 0px 0px 30px;
      overflow: hidden;
      position: relative;
  }
  
  .advsearch_list {
      width: 100%;
      overflow: hidden;
  }
  
  .advsearch_item {
      width: 212px;
      height: 171px;
      float: left;
      cursor: pointer;
      margin: 13px 13px 0px 0px;
  }
  
  .advsearch_item img {
      height: 100%;
      width: auto;
  }
  
  .advsearch_title {
      font-family: myriadsemibold;
      font-size: 15px;
      color: #434342;
      clear: both;
      float: none;
      overflow: hidden;
      padding: 0px 0px 5px 0px;
  }
  
  .advsearch_more {
      clear: both;
      overflow: hidden;
      text-align: right;
      padding: 13px 38px 0px 0px;
  }
  
  .advsearch_more a {
      font-family: arial;
      font-size: 12px;
      color: #333333;
      text-decoration: none;
  }
  
  .advsearch_more a:visited {
      color: #333333;
  }
  
  .advsearch_more a:hover {
      color: #333333;
  }
  
  .advsearch_more a:active {
      color: #333333;
  }
  
  .advsearch_more a:focus {
      color: #333333;
  }
  
  .advsearch .search-form {
      display: none;
  }
  
  .ui-slider-horizontal {
      height: 10px;
  }
  
  .ui-slider-range {
      background-color: #d8ac64;
  }
  
  .ui-slider .ui-slider-handle {
      width: 10px;
      height: 10px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: -1px 0px 0px -2px;
      top: 0px;
      background-color: #f3f2ed;
  }
  
  .ui-slider .ui-slider-handle:hover {
      cursor: pointer;
  }
  
  .ui-widget-header {
      background: none;
      background-color: #d8ac64;
  }
  
  .ui-corner-all {
      -webkit-border-top-right-radius: 0px;
      -webkit-border-bottom-right-radius: 0px;
      -webkit-border-bottom-left-radius: 6px;
      -webkit-border-top-left-radius: 6px;
      -moz-border-radius-topright: 0px;
      -moz-border-radius-bottomright: 0px;
      -moz-border-radius-bottomleft: 6px;
      -moz-border-radius-topleft: 6px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
      border-bottom-left-radius: 6px;
      border-top-left-radius: 6px;
      -moz-background-clip: padding;
      -webkit-background-clip: padding-box;
      background-clip: padding-box;
  }
  
  .ui-widget-content {
      background: none;
      border: none;
  }
  
  .ui-widget-content .ui-state-hover {
      border: 1px solid #d3d3d3;
  }
  
  /*.slider-filter-processed{
    border: 1px solid #a6c9e2;
    background: #daa;
    border-radius: 35px;
    padding-right: 35px;
  }*/
  .bef-slider.ui-slider-horizontal {
      margin: 0px;
  }
  
  .bef-slider_wrap {
      background-color: #f3f2ed;
      border: 1px solid #c8c8c8;
      padding: 0px 6px 0px 0px;
      margin-top: 6px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
  }
  
  .view-filters {
      background-color: #fdfcfb;
      height: 130px;
      width: 920px;
      z-index: 2;
  }
  
  .view-filters .views-exposed-form {
      position: relative;
      overflow: hidden;
      padding: 0px 0px 0px 1px;
  }
  
  .view-filters label {
      font-family: arial;
      font-weight: normal;
      color: #444343;
      font-size: 13px;
  }
  
  #edit-field-art-value-wrapper {
      width: 280px;
      float: none;
      position: absolute;
      top: 57px;
      left: 295px;
  }
  
  #edit-field-art-value-wrapper input {
      border: 1px solid #b8b8b8;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      height: 31px;
      width: 278px;
      margin: 5px 0px 20px 0px;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
  }
  
  #edit-field-art-value-wrapper input:hover {
      background-color: #ededed;
  }
  
  #edit-field-art-value-wrapper input:focus {
      background-color: #ededed;
  }
  
  #edit-field-art-value-wrapper > label {
      font-weight: bold;
  }
  
  #edit-field-width-value-wrapper {
      width: 280px;
      float: none;
  }
  
  #edit-field-width-value-wrapper .views-widget {
      display: none;
  }
  
  #edit-field-height-value-wrapper {
      width: 280px;
      float: none;
  }
  
  #edit-field-height-value-wrapper .views-widget {
      display: none;
  }
  
  #edit-field-quarter-value-wrapper {
      width: 280px;
      float: none;
  }
  
  #edit-field-quarter-value-wrapper .views-widget {
      display: none;
  }
  
  #edit-field-material-tid-wrapper {
      /*width: 280px;*/
      float: none;
      position: absolute;
      top: 0px;
      left: 295px;
  }
  
  #edit-field-material-tid-wrapper > label {
      margin: 0px 0px 5px 0px;
      font-weight: bold;
  }
  
  #edit-field-color-tid-wrapper {
      /*width: 280px;*/
      float: none;
      position: absolute;
      top: 0px;
      left: 590px;
  }
  
  #edit-field-color-tid-wrapper > label {
      margin: 0px 0px 5px 0px;
      font-weight: bold;
  }
  
  /*input[type="checkbox"] {
      position: absolute;
      left: -9999px;
  }
  input[type="checkbox"] + label {
      background: url(/sites/all/themes/baget/image/checkbox.png) 0 0 no-repeat;
      width: 20px;
      height: 20px;
      padding-left: 20px;
  }
  input[type="checkbox"]:checked + label {
      background-position: -20px 0px;
  }*/
  input[type="checkbox"] {
      position: absolute;
      left: -9999px;
  }
  
  /*input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    position: absolute;
    top: -4px;
    left: 0px;
    background: url(/sites/all/themes/baget/image/checkbox.png) no-repeat;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    -ms-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
  }*/
  
  input[type="checkbox"] + label {
      position: relative;
      display: block;
      padding: 5px 23px 5px 23px;
      margin: 0px 0px 0px 0px;
      height: 20px;
      background-color: rgba(0, 0, 0, .2);
      background-clip: padding-box;
      border: solid transparent;
      border-width: 1px 1px 1px 6px;
      box-shadow: inset 1px 1px 0 rgba(0, 0, 0, .1), inset 0 -1px 0 rgba(0, 0, 0, .07);
      text-align: center;
  }
  
  input[type="checkbox"] + label:hover {
      cursor: pointer;
  }
  
  input[type="checkbox"] + label:hover:before {
      -webkit-box-shadow: inset 0px 0px 5px 1px #d8ac64;
      -moz-box-shadow: inset 0px 0px 5px 1px #d8ac64;
      box-shadow: inset 0px 0px 5px 1px #d8ac64;
  }
  
  input[type="checkbox"]:checked + label:before {
      background-position: -20px 0px;
  }
  
  .bef-checkboxes {
      overflow: hidden;
  }
  
  .bef-checkboxes .form-type-bef-checkbox {
      float: left;
      width: 97px;
      margin: 4px 0px 0px 0px;
  }
  
  .form-item-field-color-tid .bef-checkboxes .form-type-bef-checkbox {
      width: 105px;
  }
  
  .bef-checkboxes .form-type-bef-checkbox > label {
      line-height: 0.7;
  }
  
  .contacts_row {
      overflow: hidden;
      height: 390px;
  }
  
  .contacts_item {
      float: left;
  }
  
  .mainpager {
      width: 230px;
  }
  
  .mainpager_title {
      text-transform: uppercase;
      padding: 10px 0px 21px 0px;
      text-align: center;
  }
  
  .mainpager_item {
      padding: 3px 0px 0px 0px;
  }
  
  .mainpager_link {
      font-family: arial;
      font-size: 11px;
      line-height: 1.4;
      text-decoration: none;
      color: #333333;
      display: block;
      padding: 6px 10px 0px 39px;
      height: 85px;
      margin: 0px 18px 0px 0px;
      border: 1px solid #eaeaea;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
  }
  
  .mainpager_link:visited {
      color: #333333;
  }
  
  .mainpager_link:hover {
      color: #333333;
  }
  
  .mainpager_link:active {
      color: #333333;
  }
  
  .mainpager_link:focus {
      color: #333333;
  }
  
  .mainpager_link.active {
      background-color: #ededed;
  }
  
  .mainpager_link:hover {
      background-color: #ededed;
  }
  
  .mainpager_link__subway {
      background: url(/sites/all/themes/baget/image/sub2.png) no-repeat 10px 8px;
  }
  
  .cslider {
      width: 277px;
  }
  
  .cslidermin_pager {
      overflow: hidden;
  }
  
  .cslidermin_pager img {
      display: block;
      border: 1px solid #fdfcfb;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      float: left;
      margin: 4px 0px 0px 7px;
      width: 85px;
      height: 82px;
      -webkit-transition: border-color 0.2s ease-in-out;
      -moz-transition: border-color 0.2s ease-in-out;
      -o-transition: border-color 0.2s ease-in-out;
      -ms-transition: border-color 0.2s ease-in-out;
      transition: border-color 0.2s ease-in-out;
  }
  
  .cslidermin_pager a:first-child img {
      margin: 5px 0px 0px 1px;
  }
  
  .cslidermin_pager .active img {
      border: 1px solid #6b1740;
  }
  
  .cslidermin_title {
      text-transform: uppercase;
      padding: 10px 0px 0px 0px;
      height: 39px;
      text-align: center;
  }
  
  .cslidermin_list img {
      display: block;
      width: 100%;
      height: 100%;
  }
  
  .cslidermin .bx-viewport {
      height: 252px !important;
  }
  
  .cslidermin .bx-viewport li {
      width: 275px !important;
      border: 1px solid #D6D6D6;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      overflow: hidden;
  }
  
  .map {
      margin: 3px 0px 0px 18px;
      height: 338px;
      width: 427px;
  }
  
  .feedback1 {
      position: relative;
      width: 306px;
      margin: 30px 44px 0px 0px;
  }
  
  .feedback1 .messages {
      display: none;
  }
  
  .feedback1_title {
      text-transform: uppercase;
      padding: 10px 0px 15px 0px;
      text-align: center;
  }
  
  .feedback1_inner {
      padding: 0px 0px 3px 0px;
  }
  
  .feedback1_inner input {
      box-sizing: border-box;
      height: 34px;
      width: 100%;
      border: 1px solid #d9d8d7;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
  }
  
  .feedback1_inner input:hover {
      background-color: #ededed;
  }
  
  .feedback1_inner input:focus {
      background-color: #ededed;
  }
  
  .feedback1_inner input.error {
      background-color: #fabbcf;
  }
  
  .feedback1_inner textarea {
      box-sizing: border-box;
      margin: 0px;
      height: 131px;
      width: 100%;
      border: 1px solid #d9d8d7;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      resize: none;
      text-align: center;
      font-family: 'MS Shell Dlg';
      font-size: 13px;
      padding-top: 5px;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
  }
  
  .feedback1_inner textarea:hover {
      background-color: #ededed;
  }
  
  .feedback1_inner textarea:focus {
      background-color: #ededed;
  }
  
  .feedback1_inner textarea.error {
      background-color: #fabbcf;
  }
  
  .feedback1 button, .feedback1 .webform-submit {
      display: block;
      width: 247px;
      height: 30px;
      border: 1px solid #d9d8d7;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      margin: 0 auto;
      background-color: #ffffff;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
  }
  
  .feedback1 button:hover, .feedback1 .webform-submit:hover {
      background-color: #ededed;
      cursor: pointer;
  }
  
  .feedback1 button:focus, .feedback1 .webform-submit:focus {
      background-color: #ededed;
  }
  
  .feedback1_confirmation p {
      text-align: center;
      padding: 0px 15px;
  }
  
  .feedback1__full {
      width: 100%;
      margin: 0px 0px 50px 0px;
  }
  
  .feedback1__full .feedback1_title {
      text-align: left;
      padding: 0px 0px 15px 19px;
  }
  
  .feedback1__full .feedback1_inner input {
      text-align: left;
      padding: 0px 0px 0px 19px;
  }
  
  .feedback1__full .feedback1_inner textarea {
      text-align: left;
      padding: 5px 0px 0px 19px;
  }
  
  .feedback1__full button, .feedback1__full .webform-submit {
      margin: 0px;
  }
  
  .banner {
      width: 253px;
      margin: 30px 41px 0px 0px;
  }
  
  .feedback2 {
      width: 306px;
      margin: 30px 0px 0px 0px;
      position: relative;
  }
  
  .feedback2 .messages {
      display: none;
  }
  
  .feedback2_title {
      text-transform: uppercase;
      padding: 10px 0px 18px 0px;
      text-align: center;
  }
  
  .feedback2_title__2 {
      padding: 26px 0px 15px 0px;
  }
  
  .feedback2_person {
      overflow: hidden;
  }
  
  .feedback2_image {
      float: left;
      width: 108px;
      height: 95px;
  }
  
  .feedback2_text {
      float: left;
      width: 195px;
  }
  
  .feedback2_phone {
      font-size: 17px;
      padding: 15px 0px 10px 20px;
  }
  
  .feedback2_name {
      font-family: arial;
      font-size: 12px;
      line-height: 1.5;
      padding-left: 6px;
  }
  
  .feedback2_descr {
      font-family: arial;
      font-size: 12px;
      line-height: 1.5;
      text-align: center;
  }
  
  .feedback2_inner {
      padding: 0px 0px 3px 0px;
  }
  
  .feedback2_inner input {
      height: 30px;
      width: 100%;
      border: 1px solid #d9d8d7;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      text-align: center;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
  }
  
  .feedback2_inner input:hover {
      background-color: #ededed;
  }
  
  .feedback2_inner input:focus {
      background-color: #ededed;
  }
  
  .feedback2_inner input.error {
      background-color: #fabbcf;
  }
  
  .feedback2 button, .feedback2 .webform-submit {
      display: block;
      width: 247px;
      height: 30px;
      border: 1px solid #d9d8d7;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      margin: 0 auto;
      background-color: #ffffff;
      -webkit-transition: background-color 0.2s ease-in-out;
      -moz-transition: background-color 0.2s ease-in-out;
      -o-transition: background-color 0.2s ease-in-out;
      -ms-transition: background-color 0.2s ease-in-out;
      transition: background-color 0.2s ease-in-out;
  }
  
  .feedback2 button:hover, .feedback2 .webform-submit:hover {
      background-color: #ededed;
      cursor: pointer;
  }
  
  .feedback2 button:focus, .feedback2 .webform-submit:focus {
      background-color: #ededed;
  }
  
  .feedback2_confirmation p {
      text-align: center;
      padding: 0px 15px;
  }
  
  .ajax-progress {
      position: absolute;
      bottom: 3px;
      left: 3px;
  }
  
  .order .ajax-progress {
      bottom: 6px;
      left: -20px;
  }
  
  .view-filters .ajax-progress {
      bottom: -10px;
      left: 47%;
  }
  
  .ajax-progress .throbber {
      background: transparent url(/sites/all/themes/baget/image/ajax-loader.gif) no-repeat 0px 0px;
      height: 16px;
      width: 11px;
  }
  
  .icons {
      font-family: arial;
      font-size: 9px;
      line-height: 1.4;
      color: #4b4a4a;
      font-weight: bold;
      overflow: hidden;
      padding-top: 24px;
  }
  
  .icons_item {
      width: 150px;
      float: left;
      margin-left: 38px;
  }
  
  .icons_item:first-child {
      margin-left: 36px;
  }
  
  .icons_text {
      text-align: center;
  }
  
  .icons_image {
      display: block;
      margin: 0 auto 10px auto;
      width: 59px;
      height: 55px;
  }
  
  .icons2 {
      height: 97px;
      font-family: arial;
      font-size: 9px;
      line-height: 1.4;
      color: #4b4a4a;
      font-weight: bold;
      overflow: hidden;
      padding-top: 24px;
  }
  
  .icons2_item {
      width: 150px;
      float: left;
      margin-left: 38px;
  }
  
  .icons2_item:first-child {
      margin-left: 36px;
  }
  
  .icons2_text {
      text-align: center;
  }
  
  .icons2_image {
      display: block;
      margin: 0 auto 10px auto;
      width: 75px;
      height: 50px;
  }
  
  .quickmenu {
      overflow: hidden;
      padding: 27px 0px 0px 0px;
  }
  
  .quickmenu_item {
      color: #fff;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      overflow: hidden;
      float: left;
      margin-left: 12px;
      display: block;
      width: 310px;
      height: 215px;
      position: relative;
  }
  
  .quickmenu_item:visited {
      color: #fff;
  }
  
  .quickmenu_item:hover {
      color: #fff;
  }
  
  .quickmenu_item:active {
      color: #fff;
  }
  
  .quickmenu_item:focus {
      color: #fff;
  }
  
  .quickmenu_item:first-child {
      margin-left: 0px;
  }
  
  .quickmenu_text {
      position: absolute;
      bottom: 0px;
      left: 0px;
      width: 100%;
      padding: 8px 0px 12px 0px;
  }
  
  .quickmenu_title {
      text-align: center;
      position: relative;
      z-index: 2;
      font-size: 21px;
      text-transform: uppercase;
  }
  
  .quickmenu_descr {
      text-align: center;
      position: relative;
      z-index: 2;
      font-size: 21px;
  }
  
  .quickmenu_wrap {
      position: absolute;
      z-index: 1;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      -webkit-opacity: 0.8;
      -moz-opacity: 0.8;
      opacity: 0.8;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
      -webkit-transition: opacity 0.2s ease-in-out;
      -moz-transition: opacity 0.2s ease-in-out;
      -o-transition: opacity 0.2s ease-in-out;
      -ms-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out;
      background-color: #959595;
  }
  
  .quickmenu_item:first-child .quickmenu_wrap {
      background-color: #c7a265;
  }
  
  .quickmenu_item:last-child .quickmenu_wrap {
      background-color: #874364;
  }
  
  .quickmenu_item:hover .quickmenu_wrap {
      -webkit-opacity: 1;
      -moz-opacity: 1;
      opacity: 1;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  }
  
  .quickmenu_hover {
      height: 42px;
      -webkit-transition: height 0.2s ease-in-out;
      -moz-transition: height 0.2s ease-in-out;
      -o-transition: height 0.2s ease-in-out;
      -ms-transition: height 0.2s ease-in-out;
      transition: height 0.2s ease-in-out;
  }
  
  .quickmenu_item:hover .quickmenu_hover {
      height: 52px;
  }
  
  .counter {
      width: 655px;
      margin: 55px 0px 0px 180px;
      padding-bottom: 15px;
      position: relative;
  }
  
  .counter p {
      font-family: corbel, arial;
      font-size: 30px;
      color: #b78502;
  }
  
  .counter_link {
      position: absolute;
      right: 0px;
      bottom: 5px;
      font-size: 14px;
      color: #333333;
      text-decoration: none;
  }
  
  .counter_link:visited {
      color: #333333;
  }
  
  .counter_link:hover {
      color: #333333;
  }
  
  .counter_link:active {
      color: #333333;
  }
  
  .counter_link:focus {
      color: #333333;
  }
  
  .footer_top {
      background-color: #ebebeb;
      padding: 25px 0px 15px 0px;
      overflow: hidden;
  }
  
  .footer_bottom {
      padding: 8px 0px 8px 0px;
      text-align: center;
  }
  
  .follow {
      margin-bottom: 13px;
  }
  
  .follow_title {
      font-family: arial;
      padding: 0px 0px 17px 25px;
      color: #7e7a6c;
      font-size: 16px;
  }
  
  .follow_list {
      background-color: #ebebeb;
      padding: 12px 85px 0px 90px;
      height: 29px;
      text-align: justify;
      line-height: 0;
      font-size: 1px;
      text-align-last: justify;
  }
  
  .follow_list:after {
      width: 100%;
      height: 0;
      visibility: hidden;
      overflow: hidden;
      content: '';
      display: inline-block;
  }
  
  .follow_item {
      display: inline-block;
      text-align: left;
      line-height: normal;
      font-size: 14px;
      vertical-align: top;
  }
  
  .follow_link {
      position: relative;
      font-family: arial;
      font-size: 11px;
      display: block;
      color: #4b4a4a;
      text-decoration: none;
  }
  
  .follow_link:visited {
      color: #4b4a4a;
  }
  
  .follow_link:hover {
      color: #4b4a4a;
  }
  
  .follow_link:active {
      color: #4b4a4a;
  }
  
  .follow_link:focus {
      color: #4b4a4a;
  }
  
  .follow_link:before {
      background: url(/sites/all/themes/baget/image/social2.png) 30px 0px no-repeat;
      content: "";
      display: inline-block;
      width: 30px;
      height: 30px;
      position: absolute;
      left: -42px;
      top: -7px;
  }
  
  .follow_link__vk:before {
      background-position: 0px 0px;
  }
  
  .follow_link__ok:before {
      background-position: -30px 0px;
  }
  
  .follow_link__fb:before {
      background-position: -60px 0px;
  }
  
  .follow_link__ig:before {
      background-position: -90px 0px;
  }
  
  .follow_link__tt:before {
      background-position: -120px 0px;
  }
  
  .follow_link__yt:before {
      background-position: -150px 0px;
  }
  
  .fmenu {
      float: left;
      width: 170px;
      margin: 0px 0px 0px 75px;
  }
  
  .fmenu_title {
      text-decoration: underline;
      text-transform: uppercase;
      margin-bottom: 20px;
  }
  
  .fmenu_item {
      margin-bottom: 7px;
  }
  
  .fmenu_link {
      font-family: arial;
      font-size: 11px;
      color: #4b4a4a;
      text-decoration: none;
  }
  
  .fmenu_link:visited {
      color: #4b4a4a;
  }
  
  .fmenu_link:hover {
      color: #ac8227;
  }
  
  .fmenu_link:active {
      color: #4b4a4a;
  }
  
  .fmenu_link:focus {
      color: #4b4a4a;
  }
  
  .fmenu_link__active {
      color: #ac8227;
  }
  
  .fmenu_link__active:visited {
      color: #ac8227;
  }
  
  .fmenu_link__active:hover {
      color: #ac8227;
  }
  
  .fmenu_link__active:active {
      color: #ac8227;
  }
  
  .fmenu_link__active:focus {
      color: #ac8227;
  }
  
  .fmenu2 {
      float: left;
      width: 195px;
      margin: 0px 0px 0px 40px;
  }
  
  .fmenu2_title {
      text-decoration: underline;
      text-transform: uppercase;
      margin-bottom: 20px;
  }
  
  .fmenu2_descr p {
      font-family: arial;
      font-size: 11px;
      color: #4b4a4a;
      line-height: 1.8;
      margin-bottom: 5px;
  }
  
  .fmenu2_item {
      margin-bottom: 7px;
  }
  
  .fmenu2_link {
      position: relative;
      font-family: arial;
      font-style: italic;
      font-size: 11px;
      color: #333;
      text-decoration: none;
  }
  
  .fmenu2_link:visited {
      color: #333;
  }
  
  .fmenu2_link:hover {
      color: #ac8227;
  }
  
  .fmenu2_link:active {
      color: #333;
  }
  
  .fmenu2_link:focus {
      color: #333;
  }
  
  .fmenu2_link__active {
      color: #ac8227;
  }
  
  .fmenu2_link__active:visited {
      color: #ac8227;
  }
  
  .fmenu2_link__active:hover {
      color: #ac8227;
  }
  
  .fmenu2_link__active:active {
      color: #ac8227;
  }
  
  .fmenu2_link__active:focus {
      color: #ac8227;
  }
  
  .fmenu2_link:after {
      display: inline;
      content: " >";
  }
  
  .fshops {
      float: left;
      width: 220px;
      margin: 0px 0px 0px 55px;
  }
  
  .fshops_title {
      text-decoration: underline;
      text-transform: uppercase;
      margin-bottom: 20px;
  }
  
  .fshops_city {
      font-family: arial;
      font-size: 11px;
      color: #333333;
      padding-left: 20px;
      margin-bottom: 10px;
  }
  
  .fshops_item {
      padding-left: 20px;
      padding-bottom: 5px;
  }
  
  .fshops_item p {
      position: relative;
      line-height: 1.5;
      font-family: arial;
      font-size: 11px;
      color: #333333;
  }
  
  .fshops_item p:first-child {
      font-weight: bold;
  }
  
  .fshops_subway:before {
      background: url(/sites/all/themes/baget/image/sub.png) 0px 0px no-repeat;
      content: "";
      display: inline-block;
      width: 20px;
      height: 12px;
      position: absolute;
      left: -21px;
      top: 1px;
  }
  
  .fshops_subway__none:before {
      background: url(/sites/all/themes/baget/image/sub3.png) 0px 0px no-repeat;
  }
  
  .fcontacts {
      float: left;
      margin: 0px 0px 0px 25px;
  }
  
  .fcontacts_title {
      text-decoration: underline;
      text-transform: uppercase;
      margin-bottom: 20px;
  }
  
  .fcontacts_phone {
      padding: 0px 0px 0px 22px;
  }
  
  .fcontacts_phone p {
      color: #333;
      font-size: 17px;
      margin-bottom: 10px;
  }
  
  .fcontacts_email {
      padding: 0px 0px 10px 22px;
  }
  
  .fcontacts_email a {
      font-family: arial;
      font-size: 15px;
      color: #333;
      text-decoration: none;
      position: relative;
  }
  
  .fcontacts_email a:visited {
      color: #333;
  }
  
  .fcontacts_email a:hover {
      color: #333;
  }
  
  .fcontacts_email a:active {
      color: #333;
  }
  
  .fcontacts_email a:focus {
      color: #333;
  }
  
  .fcontacts_email a:before {
      background: url(/sites/all/themes/baget/image/email.png) 0px 0px no-repeat;
      content: "";
      display: inline-block;
      width: 20px;
      height: 15px;
      position: absolute;
      left: -25px;
      top: 2px;
  }
  
  .fcontacts_email p {
      font-family: arial;
      font-size: 15px;
      color: #333;
      margin-bottom: 10px;
  }
  
  .fcontacts_skype {
      padding: 0px 0px 0px 22px;
  }
  
  .fcontacts_skype p {
      font-family: arial;
      font-size: 15px;
      color: #333;
      margin-bottom: 10px;
  }
  
  .wf {
      display: block;
      width: 146px;
      height: 40px;
      margin: 0px auto;
      background: url(/sites/all/themes/baget/image/wf.png) no-repeat;
      text-indent: 100%;
      white-space: nowrap;
      overflow: hidden;
  }
  
  .mycatalog_list {
      display: inline-block;
      display: block;
      padding: 0px 0px 0px 30px;
  }
  
  .mycatalog_list:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0;
  }
  
  * html .mycatalog_list {
      height: 1%;
  }
  
  .mycatalog_item {
      border: 1px solid #dbdada;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      float: left;
      margin: 0px 13px 13px 0px;
  }
  
  .mycatalog_item:nth-child(4n) {
      margin: 0px 0px 13px 0px;
  }
  
  .mycatalog_link {
      display: block;
      padding: 15px 19px 0px 19px;
      width: 172px;
      height: 195px;
      font-family: myriadsemibold;
      color: #6b1740;
      text-transform: uppercase;
      text-decoration: none;
  }
  
  .mycatalog_link:visited {
      color: #6b1740;
  }
  
  .mycatalog_link:hover {
      color: #6b1740;
  }
  
  .mycatalog_link:active {
      color: #6b1740;
  }
  
  .mycatalog_link:focus {
      color: #6b1740;
  }
  
  .mycatalog_name {
      text-align: center;
      background: url(/sites/all/themes/baget/image/newcataloghr.png) 50% 23px no-repeat;
      padding: 0px 0px 0px 0px;
      height: 44px;
      margin: 0px 0px 0px 0px;
      -webkit-transition: background-position 0.2s ease-in-out;
      -moz-transition: background-position 0.2s ease-in-out;
      -o-transition: background-position 0.2s ease-in-out;
      -ms-transition: background-position 0.2s ease-in-out;
      transition: background-position 0.2s ease-in-out;
  }
  
  .mycatalog_link:hover .mycatalog_name {
      background-position: 50% 28px;
  }
  
  .mycatalog_descr {
      /*margin: 23px 0px 20px 0px;
    padding: 0px 0px 12px 30px;*/
      margin: 0 0px 20px 0px;
      padding: 23px 0px 12px 30px;
  }
  
  .mycatalog_descr p {
      line-height: 1.1;
      width: 66%;
  }
  
  .mycatalog_descr .breadcrumb {
      margin: -15px 0 5px;
  }
  
  .passp {
      padding: 0px 0px 0px 30px;
  }
  
  .passp_wrap {
      display: inline-block;
      display: block;
  }
  
  .passp_wrap:after {
      visibility: hidden;
      display: block;
      font-size: 0;
      content: " ";
      clear: both;
      height: 0;
  }
  
  * html .passp_wrap {
      height: 1%;
  }
  
  .passp_item {
      position: relative;
      width: 212px;
      text-align: center;
      float: left;
      margin: 16px 16px 0px 0px;
  }
  
  .passp_item:nth-child(4n) {
      margin: 16px 0px 0px 0px;
  }
  
  .passp_item img {
      display: block;
      margin: 0px 0px 10px 0px;
  }
  
  .passp_title {
      font-family: arial;
      font-weight: bold;
      font-size: 13px;
      color: #434342;
      text-transform: uppercase;
      clear: both;
      float: none;
      overflow: hidden;
      padding: 0px 0px 5px 0px;
  }
  
  .passp_title a {
      color: #434342;
      text-decoration: none;
  }
  
  .passp_title a:visited {
      color: #434342;
  }
  
  .passp_title a:hover {
      color: #434342;
  }
  
  .passp_title a:active {
      color: #434342;
  }
  
  .passp_title a:focus {
      color: #434342;
  }
  
  .passp_title a:hover {
      text-decoration: underline;
  }
  
  .passp_more {
      clear: both;
      overflow: hidden;
      text-align: right;
      padding: 6px 38px 13px 0px;
  }
  
  .passp_more a {
      font-family: arial;
      font-size: 12px;
      color: #333333;
      text-decoration: none;
  }
  
  .passp_more a:visited {
      color: #333333;
  }
  
  .passp_more a:hover {
      color: #333333;
  }
  
  .passp_more a:active {
      color: #333333;
  }
  
  .passp_more a:focus {
      color: #333333;
  }
  
  .newicons {
      position: relative;
      height: 508px;
  }
  
  .newicons_item {
      display: block;
      width: 160px;
      position: absolute;
      text-decoration: none;
      color: #040404;
  }
  
  .newicons_item:visited {
      color: #040404;
  }
  
  .newicons_item:hover {
      color: #040404;
  }
  
  .newicons_item:active {
      color: #040404;
  }
  
  .newicons_item:focus {
      color: #040404;
  }
  
  .newicons_item__1 {
      top: 35px;
      left: 13px;
  }
  
  .newicons_item__2 {
      top: 180px;
      left: 13px;
  }
  
  .newicons_item__3 {
      top: 325px;
      left: 13px;
  }
  
  .newicons_item__4 {
      top: 180px;
      left: 209px;
  }
  
  .newicons_item__5 {
      top: 180px;
      left: 486px;
  }
  
  .newicons_item__6 {
      top: 35px;
      left: 780px;
  }
  
  .newicons_item__7 {
      top: 180px;
      left: 780px;
  }
  
  .newicons_item__8 {
      top: 325px;
      left: 780px;
  }
  
  .newicons_item__9 {
      top: 58px;
      left: 225px;
  }
  
  .newicons_item__10 {
      top: 138px;
      left: 325px;
  }
  
  .newicons_item__11 {
      top: 263px;
      left: 325px;
  }
  
  .newicons_item__12 {
      top: 326px;
      left: 225px;
  }
  
  .newicons_item__13 {
      top: 58px;
      left: 515px;
  }
  
  .newicons_item__14 {
      top: 138px;
      left: 615px;
  }
  
  .newicons_item__15 {
      top: 263px;
      left: 615px;
  }
  
  .newicons_item__16 {
      top: 326px;
      left: 515px;
  }
  
  .newicons_text {
      text-align: center;
      font-family: arial;
      font-size: 12px;
      padding: 25px 0px 0px 0px;
      background: url(/sites/all/themes/baget/image/newcataloghr.png) no-repeat 50% 11px;
  }
  
  .newicons_text__mini {
      padding: 20px 8px 0px 8px;
      font-size: 9px;
      background-position: 50% 8px;
      background-size: 85%;
  }
  
  .newicons_image {
      width: 73px;
      height: 73px;
      margin: 0 auto;
      border: 2px solid #E0BEA4;
      -moz-border-radius: 10px;
      -webkit-border-radius: 10px;
      border-radius: 10px;
      -webkit-transition: box-shadow 0.2s ease-in-out;
      -moz-transition: box-shadow 0.2s ease-in-out;
      -o-transition: box-shadow 0.2s ease-in-out;
      -ms-transition: box-shadow 0.2s ease-in-out;
      transition: box-shadow 0.2s ease-in-out;
  }
  
  .newicons_image__1 {
      background: url(/sites/all/themes/baget/image/newicons/icon1.png) 50% 50% no-repeat;
      -webkit-box-shadow: 2px 2px 5px 0px #e0bea4;
      -moz-box-shadow: 2px 2px 5px 0px #e0bea4;
      box-shadow: 2px 2px 5px 0px #e0bea4;
  }
  
  .newicons_item:hover .newicons_image__1 {
      -webkit-box-shadow: -2px -2px 5px 0px #e0bea4;
      -moz-box-shadow: -2px -2px 5px 0px #e0bea4;
      box-shadow: -2px -2px 5px 0px #e0bea4;
  }
  
  .newicons_image__2 {
      background: url(/sites/all/themes/baget/image/newicons/icon2.png) 50% 50% no-repeat;
      -webkit-box-shadow: 2px 2px 5px 0px #e0bea4;
      -moz-box-shadow: 2px 2px 5px 0px #e0bea4;
      box-shadow: 2px 2px 5px 0px #e0bea4;
  }
  
  .newicons_image__3 {
      background: url(/sites/all/themes/baget/image/newicons/icon1.png) 50% 50% no-repeat;
      -webkit-box-shadow: 2px 2px 5px 0px #e0bea4;
      -moz-box-shadow: 2px 2px 5px 0px #e0bea4;
      box-shadow: 2px 2px 5px 0px #e0bea4;
  }
  
  .newicons_item:hover .newicons_image__3 {
      -webkit-box-shadow: -2px -2px 5px 0px #e0bea4;
      -moz-box-shadow: -2px -2px 5px 0px #e0bea4;
      box-shadow: -2px -2px 5px 0px #e0bea4;
  }
  
  .newicons_image__4 {
      background: url(/sites/all/themes/baget/image/newicons/icon5.png) 50% 50% no-repeat;
      -webkit-box-shadow: 2px 2px 5px 0px #e0bea4;
      -moz-box-shadow: 2px 2px 5px 0px #e0bea4;
      box-shadow: 2px 2px 5px 0px #e0bea4;
  }
  
  .newicons_image__5 {
      background: url(/sites/all/themes/baget/image/newicons/icon12.png) 50% 50% no-repeat;
      -webkit-box-shadow: 2px 2px 5px 0px #e0bea4;
      -moz-box-shadow: 2px 2px 5px 0px #e0bea4;
      box-shadow: 2px 2px 5px 0px #e0bea4;
  }
  
  .newicons_item:hover .newicons_image__5 {
      -webkit-box-shadow: -2px -2px 5px 0px #e0bea4;
      -moz-box-shadow: -2px -2px 5px 0px #e0bea4;
      box-shadow: -2px -2px 5px 0px #e0bea4;
  }
  
  .newicons_image__6 {
      background: url(/sites/all/themes/baget/image/newicons/icon6.png) 50% 50% no-repeat;
      -webkit-box-shadow: 2px 2px 5px 0px #e0bea4;
      -moz-box-shadow: 2px 2px 5px 0px #e0bea4;
      box-shadow: 2px 2px 5px 0px #e0bea4;
  }
  
  .newicons_item:hover .newicons_image__6 {
      -webkit-box-shadow: -2px -2px 5px 0px #e0bea4;
      -moz-box-shadow: -2px -2px 5px 0px #e0bea4;
      box-shadow: -2px -2px 5px 0px #e0bea4;
  }
  
  .newicons_image__7 {
      background: url(/sites/all/themes/baget/image/newicons/icon10.png) 50% 50% no-repeat;
      -webkit-box-shadow: 2px 2px 5px 0px #e0bea4;
      -moz-box-shadow: 2px 2px 5px 0px #e0bea4;
      box-shadow: 2px 2px 5px 0px #e0bea4;
  }
  
  .newicons_item:hover .newicons_image__7 {
      -webkit-box-shadow: -2px -2px 5px 0px #e0bea4;
      -moz-box-shadow: -2px -2px 5px 0px #e0bea4;
      box-shadow: -2px -2px 5px 0px #e0bea4;
  }
  
  .newicons_image__8 {
      background: url(/sites/all/themes/baget/image/newicons/icon16.png) 50% 50% no-repeat;
      -webkit-box-shadow: 2px 2px 5px 0px #e0bea4;
      -moz-box-shadow: 2px 2px 5px 0px #e0bea4;
      box-shadow: 2px 2px 5px 0px #e0bea4;
  }
  
  .newicons_item:hover .newicons_image__8 {
      -webkit-box-shadow: -2px -2px 5px 0px #e0bea4;
      -moz-box-shadow: -2px -2px 5px 0px #e0bea4;
      box-shadow: -2px -2px 5px 0px #e0bea4;
  }
  
  .newicons_image__9 {
      background: url(/sites/all/themes/baget/image/newicons/icon15.png) 50% 50% no-repeat;
  }
  
  .newicons_item:hover .newicons_image__9 {
      -webkit-box-shadow: -1px -1px 3px 0px #e0bea4;
      -moz-box-shadow: -1px -1px 3px 0px #e0bea4;
      box-shadow: -1px -1px 3px 0px #e0bea4;
  }
  
  .newicons_image__10 {
      background: url(/sites/all/themes/baget/image/newicons/icon13.png) 50% 50% no-repeat;
  }
  
  .newicons_item:hover .newicons_image__10 {
      -webkit-box-shadow: -1px -1px 3px 0px #e0bea4;
      -moz-box-shadow: -1px -1px 3px 0px #e0bea4;
      box-shadow: -1px -1px 3px 0px #e0bea4;
  }
  
  .newicons_image__11 {
      background: url(/sites/all/themes/baget/image/newicons/icon7.png) 50% 50% no-repeat;
  }
  
  .newicons_item:hover .newicons_image__11 {
      -webkit-box-shadow: -1px -1px 3px 0px #e0bea4;
      -moz-box-shadow: -1px -1px 3px 0px #e0bea4;
      box-shadow: -1px -1px 3px 0px #e0bea4;
  }
  
  .newicons_image__12 {
      background: url(/sites/all/themes/baget/image/newicons/icon14.png) 50% 50% no-repeat;
  }
  
  .newicons_image__13 {
      background: url(/sites/all/themes/baget/image/newicons/icon3.png) 50% 50% no-repeat;
  }
  
  .newicons_item:hover .newicons_image__13 {
      -webkit-box-shadow: -1px -1px 3px 0px #e0bea4;
      -moz-box-shadow: -1px -1px 3px 0px #e0bea4;
      box-shadow: -1px -1px 3px 0px #e0bea4;
  }
  
  .newicons_image__14 {
      background: url(/sites/all/themes/baget/image/newicons/icon8.png) 50% 50% no-repeat;
  }
  
  .newicons_image__15 {
      background: url(/sites/all/themes/baget/image/newicons/icon4.png) 50% 50% no-repeat;
  }
  
  .newicons_image__16 {
      background: url(/sites/all/themes/baget/image/newicons/icon9.png) 50% 50% no-repeat;
  }
  
  .newicons_item:hover .newicons_image__16 {
      -webkit-box-shadow: -1px -1px 3px 0px #e0bea4;
      -moz-box-shadow: -1px -1px 3px 0px #e0bea4;
      box-shadow: -1px -1px 3px 0px #e0bea4;
  }
  
  .newicons_image__mini {
      width: 50px;
      height: 50px;
      background-size: 60%;
  }
  
  .catsize_row {
      margin: 0px 0px 3px 0px;
      overflow: hidden;
      border: 1px solid #d8d7d6;
      background-color: #ffffff;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      width: 177px;
  }
  
  .catsize_left {
      float: left;
      width: 120px;
      padding: 2px 0px 2px 10px;
  }
  
  .catsize_right {
      margin-left: 120px;
      padding: 2px 0px 2px 0px;
  }
  
  .order3 {
      position: relative;
      height: 500px;
  }
  
  .order3_title {
      text-transform: uppercase;
      text-align: center;
      padding: 25px 0px 30px 0px;
  }
  
  .order3_header {
      height: 37px;
      background-color: #eaeae9;
  }
  
  .order3 form {
      margin: 0px 27px;
  }
  
  .order3 .form-item, .order3 .form-actions {
      margin: 0px 0px 2px 0px;
  }
  
  .order3 .webform-component-textfield input {
      height: 31px;
      width: 508px;
      border: 1px solid #dad9d9;
      padding-left: 5px;
  }
  
  .order3 .webform-component-textfield input.error {
      background-color: #fabbcf;
  }
  
  .order3 .webform-component-email input {
      height: 31px;
      padding-left: 13px;
      border: 1px solid #dad9d9;
      width: 500px;
  }
  
  .order3 .webform-component-number input {
      height: 31px;
      padding-left: 13px;
      border: 1px solid #dad9d9;
      width: 500px;
  }
  
  .order3 .webform-component-select select {
      height: 31px;
      width: 100%;
      border: 1px solid #dad9d9;
  }
  
  .order3 .webform-component--descr textarea {
      padding: 5px 0px 0px 12px;
      border: 1px solid #dad9d9;
  }
  
  .order3 .webform-component--artikuly p {
      color: #bcbcbc;
  }
  
  .order3 .form-actions {
      padding: 20px 0px 0px 0px;
      text-align: center;
      position: relative;
  }
  
  .order3 .form-actions input {
      background-color: #fdfcfb;
      border: 1px solid #e5e4e4;
      width: 209px;
      font-size: 17px;
      color: #3e3e3e;
      text-transform: uppercase;
      font-family: arial;
      padding: 7px 0px;
  }
  
  .order3 .form-actions input:hover {
      cursor: pointer;
  }
  
  .order3 .messages.error {
      display: none;
  }
  
  .order3_confirmation p {
      text-align: center;
      padding: 0px 15px;
  }
  
  #cboxWrapper {
      background: none;
      background-color: inherit;
      border-radius: 0px;
  }
  
  #cboxLoadedContent {
      margin-bottom: 0px;
  }
  
  #cboxClose {
      top: 4px;
      right: 4px;
      background: url(/sites/all/themes/baget/image/order-close.png) no-repeat;
      width: 28px;
      height: 28px;
  }
  
  #cboxClose:hover {
      background-position: 0px 0px;
  }
  
  div.form-item.webform-component.webform-component-markup.webform-component--artikuly {
      margin-top: 20px;
  }
  
  .webform-component--artikuly img {
      width: 100px;
      display: block;
  }
  
  .webform-component--artikuly .preview-item {
      width: 100px;
      float: left;
      margin: 0 13px 20px;
  }
  
  #order3 .webform-component--arts {
      display: none;
  }
  
  #cart {
      z-index: 1;
      height: 25px;
      background: #e7e7e7 url(http://latuk.by/catalog/view/theme/pav_foodstore/stylesheet/yellow/luk.png) no-repeat left center;
      text-align: right;
      padding: 5px;
  }
  
  .view-advsearch .views-exposed-widgets input[type="checkbox"] + label {
      position: relative;
      display: block;
      padding: 0px 0px 0px 23px;
      margin: 0px 0px 0px 0px;
      height: 20px;
      background: none;
      border: none;
      box-shadow: none;
      text-align: left;
  }
  
  .view-advsearch .views-exposed-widgets input[type="checkbox"] + label:before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 20px;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      position: absolute;
      top: -4px;
      left: 0px;
      background: url(/sites/all/themes/baget/image/checkbox.png) no-repeat;
      -webkit-transition: box-shadow 0.2s ease-in-out;
      -moz-transition: box-shadow 0.2s ease-in-out;
      -o-transition: box-shadow 0.2s ease-in-out;
      -ms-transition: box-shadow 0.2s ease-in-out;
      transition: box-shadow 0.2s ease-in-out;
  }
  
  .view-advsearch input[type="checkbox"] + label:hover:before {
      -webkit-box-shadow: inset 0px 0px 5px 1px #d8ac64;
      -moz-box-shadow: inset 0px 0px 5px 1px #d8ac64;
      box-shadow: inset 0px 0px 5px 1px #d8ac64;
  }
  
  div#cboxLoadedContent {
      overflow: visible !important;
  }
  
  .view-advsearch input[type="checkbox"]:checked + label:before {
      background-position: -20px 0px;
  }
  
  /*# sourceMappingURL=all.css.map *//**/

/* Above code came from sites/all/themes/baget/css/all.css */

.content h2 {
    font-family: myriadsemibold;
    text-transform: uppercase;
    font-size: 19px;
    color: #caa466;
    padding: 26px 0px 20px 0px;
  }
  .contacts_row {
  	height:auto;
  }
  .map {
  	height:497px;
  }
  .ymaps-2-1-26-map {
  	height:100% !important;
  }
  .catalogwidth_item img {
    -webkit-transition: transform 0.2s ease-in-out;
    -moz-transition: transform 0.2s ease-in-out;
    -o-transition: transform 0.2s ease-in-out;
    -ms-transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
  }
  .catalogwidth_item img:hover {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  .fmenu_title a,
  .fmenu2_title a,
  .fshops_title a,
  .fcontacts_title a {
  	color:#040404;
  }
  .fmenu_title:hover,
  .fmenu_title a:hover,
  .fmenu2_title:hover,
  .fmenu2_title a:hover ,
  .fshops_title:hover,
  .fshops_title a:hover,
  .fcontacts_title:hover,
  .fcontacts_title a:hover {
  	color: #ac8227;
  	text-decoration:none;
  }
  .text-area {
  	margin-top:0px;
  	padding-top:5px;
  	/*border-top:1px solid #eaeaea;*/
  }
  .text-area span {
  	font-family: arial;
  	line-height: 1.1;
  	font-size: 12px;
  	display:block;
    margin: 0px 0px 4px 0px;
  }
  .text-area table{
    font-family: arial;
    line-height: 1.1;
    font-size: 12px;
    width: 100%;
  }
  .text-area td{
    /*vertical-align: top;*/
    height: 23px;
    padding: 1px 0px 1px 5px;
  }
  .text-area tr{
    border-bottom: 1px solid #ccc;
  }
  .text-area tr:last-child{
    /*border-bottom: none;*/
  }
  .text-area strong {
    font-weight: bold;
  }
  .icon-title {
  	font-size:18px;
  	margin-bottom:10px;
  }
  .galitem_image:hover .flag-wrapper {
  	/*width:55px;*/
  	/*height:50px;*/
  	/*opacity:.5;*/
  	-moz-border-radius: 50%;
  	-webkit-border-radius: 50%;
  	border-radius: 50%;
  }
  .flag-wrapper .flag-action {
  	margin-left:-1px;
  }
  .separator {
  	padding-bottom:20px;
  	background:url(/sites/all/themes/baget/image/separator.png) no-repeat center bottom;
  }
  .social {
  	padding-left:100px;
  }
  .social span {
  	margin-right:13px;
  	display:block;
  	line-height:20px;
  	float:left;
  }
  .galitem_descr {
  	margin-bottom: 10px;
  	height: 115px;
  	overflow: hidden;
  }
  .galitem_descr p,
  .galitem_descr p span {
  	font-size:12px !important;
  }
  .stock_top a,
  .actions_top a {
  	display:block;
  }
  .stock_price,
  .actions_price {
  	padding:0;
  	-webkit-transition: padding 0.2s ease-in-out;
  	-moz-transition: padding 0.2s ease-in-out;
  	-o-transition: padding 0.2s ease-in-out;
  	-ms-transition: padding 0.2s ease-in-out;
  	transition: padding 0.2s ease-in-out;
  }
  .stock_top:hover .stock_price,
  .actions_top:hover .actions_price  {
  	padding:5px 0;
  }
  .stock_top:hover .stock_price .stock_wrap,
  .actions_top:hover .actions_wrap {
  	background-color: #FAEDD3;
  }/**/

/* Above code came from sites/all/themes/baget/css/baget.css */

