@charset "UTF-8";
@font-face {
  font-family: "ProximaNova-Regular";
  src: url("../fonts/ProximaNova-Regular.eot");
  src: url("../fonts/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "ProximaNova-Bold";
  src: url("../fonts/ProximaNova-Bold.eot");
  src: url("../fonts/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "ProximaNova-Semibold";
  src: url("../fonts/ProximaNova-Semibold.eot");
  src: url("../fonts/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova-Semibold.woff") format("woff"), url("../fonts/ProximaNova-Semibold.ttf") format("truetype"); }
.header .header-text {
  position: relative;
  width: 1000px;
  margin: 0 auto; }

.menu-fix {
  display: none; }

.stella {
  display: none; }

#left_menu {
  position: relative; }
  #left_menu #sidebar__fix1 {
    width: 255px;
    background: #f1e36a;
    min-height: 200px;
    border-radius: 8px;
    margin-bottom: 10px; }

.footer #footer #footer_logo {
  width: 220px; }

@media (min-width: 1100px) {
  .fixed-top {
    position: fixed !important;
    top: 25px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; } }
@media (max-width: 1100px) {
  html.htmlmenu {
    overflow-y: scroll !important; }

  body.bodymenu {
    overflow: hidden !important; }

  body {
    padding: 0px !important; }

  .header {
    height: 300px; }
    .header .header-text {
      width: 100%; }
      .header .header-text #logo {
        width: 255px; }
      .header .header-text #kontact {
        width: 230px;
        height: 200px;
        top: 20px;
        right: 5px;
        font-size: 14px; }
    .header #header {
      height: 300px;
      min-width: 100%;
      background: url(../../upload/img/header.jpg) center top no-repeat;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -ms-background-size: cover;
      -o-background-size: cover;
      background-size: cover; }

  #menu {
    width: 100%;
    min-width: 100%;
    height: 50px;
    margin: -25px auto 0px;
    background: #a9cd42;
    border: none;
    border-top: 1px solid #e3e9d4;
    border-bottom: 5px solid #e3e9d4;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    padding: 0 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    #menu ul {
      display: table;
      width: 100%;
      height: 100%;
      margin: 0;
      padding: 0; }
      #menu ul li {
        display: table-cell;
        vertical-align: middle;
        float: none;
        margin: 0px;
        width: auto;
        height: 100%;
        max-width: 85px;
        min-width: 45px;
        text-align: center; }
        #menu ul li a {
          display: block;
          width: auto;
          height: auto;
          overflow: visible;
          background: transparent;
          padding: 0px !important;
          line-height: 1.2;
          font-size: 15px; }
          #menu ul li a br {
            display: none; }
        #menu ul li:hover, #menu ul li.active {
          background: #90a651; }
          #menu ul li:hover a, #menu ul li.active a {
            text-decoration: none;
            background: transparent; }

  .container {
    width: 100%; }
    .container #content {
      width: calc(100% - 270px);
      margin-left: 25px; }

  .stella {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 165px;
    top: calc(50% - 10px);
    background: #E5D129;
    z-index: 1000;
    width: 200px;
    height: 20px;
    text-align: center;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-border-radius: 0px 0px 6px 6px;
    -moz-border-radius: 0px 0px 6px 6px;
    -ms-border-radius: 0px 0px 6px 6px;
    -o-border-radius: 0px 0px 6px 6px;
    border-radius: 0px 0px 6px 6px; }
    .stella:hover {
      text-decoration: none; }
      .stella:hover span {
        color: #000; }
      .stella:hover .fa-chevron-up, .stella:hover .fa-chevron-down {
        color: #000; }
    .stella span {
      position: relative;
      display: inline-block;
      color: #000;
      font-size: 15px;
      font-family: helv5normal;
      line-height: 1;
      top: -1px;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .stella .fa-chevron-up, .stella .fa-chevron-down {
      position: relative;
      padding-left: 5px;
      color: #000;
      top: -1px; }
    .stella.stella-2 {
      display: none; }

  #left_menu {
    position: fixed;
    z-index: 10;
    top: 0;
    left: -255px;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    float: none;
    background: transparent;
    width: 275px;
    min-height: 100%;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    margin: 0; }
    #left_menu .sidebar__fix {
      position: absolute;
      top: 0px;
      left: 0px;
      width: calc(100% - 20px);
      height: 100%;
      min-height: 100%;
      pointer-events: auto;
      visibility: visible;
      backface-visibility: hidden;
      outline: 1px solid transparent;
      background: #f1e36a; }
      #left_menu .sidebar__fix .sidebar__fix2 {
        width: 100%;
        height: calc(100% - 60px);
        backface-visibility: hidden;
        overflow: hidden; }
        #left_menu .sidebar__fix .sidebar__fix2 .sidebar__fix3 {
          max-width: 100%;
          max-height: 100%;
          overflow-y: auto; }
          #left_menu .sidebar__fix .sidebar__fix2 .sidebar__fix3 ul {
            display: block;
            max-height: 100%;
            border: none;
            -webkit-border-radius: 0px;
            -moz-border-radius: 0px;
            -ms-border-radius: 0px;
            -o-border-radius: 0px;
            border-radius: 0px;
            margin: 0;
            padding: 0px; }
          #left_menu .sidebar__fix .sidebar__fix2 .sidebar__fix3::-webkit-scrollbar-track {
            -webkit-box-shadow: none;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
            border-radius: 20px;
            background-color: #fff; }
          #left_menu .sidebar__fix .sidebar__fix2 .sidebar__fix3::-webkit-scrollbar {
            width: 7px;
            background-color: #fff; }
          #left_menu .sidebar__fix .sidebar__fix2 .sidebar__fix3::-webkit-scrollbar-thumb {
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: none;
            background-color: #ccc; }
    #left_menu.is-visible {
      left: 0; }

  iframe {
    width: 100% !important; }

  #content_partner {
    height: auto; }
    #content_partner ul {
      display: block;
      width: 100%;
      height: auto;
      text-align: center; }
      #content_partner ul li {
        display: inline-block;
        vertical-align: top;
        float: none;
        width: 100px;
        margin: 0px 15px 30px; }

  .footer {
    min-width: 100%; }
    .footer #footer {
      width: 100%; }
      .footer #footer .menu_footer {
        width: calc(100% - 250px);
        padding: 5px 0px 0px 15px;
        font-size: 14px; }
      .footer #footer #footer_logo a span {
        margin: 0px 10px 0px 0px; } }
@media (max-width: 768px) {
  * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }

  .header .header-text #kontact {
    display: none;
    display: block;
    right: 0;
    top: 115px;
    width: 100%;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    height: auto;
    padding: 10px 25px; }
    .header .header-text #kontact a {
      border-bottom: 1px solid #000; }
      .header .header-text #kontact a span {
        font-size: 17px; }
    .header .header-text #kontact .br-span {
      display: block; }

  .container {
    position: relative;
    padding: 0px 0px 400px; }
    .container #content {
      float: none;
      width: calc(100% - 50px);
      margin-left: 25px;
      margin-right: 25px; }
      .container #content .slider-home {
        display: none; }

  .stella.stella-2 {
    display: block;
    right: 120px;
    left: auto;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }

  #right_block {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: calc(100% - 30px);
    margin: 0px 15px; }
    #right_block #akcia, #right_block #zakaz {
      margin: 0 auto; }

  #form_sayavka {
    position: fixed;
    top: 0px;
    z-index: 10;
    right: -210px;
    height: 100%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    #form_sayavka .sidebar__fix {
      position: absolute;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      pointer-events: auto;
      visibility: visible; }
      #form_sayavka .sidebar__fix .sidebar__fix2 {
        width: 100%;
        height: 200vw;
        backface-visibility: hidden;
        overflow: hidden; }
        #form_sayavka .sidebar__fix .sidebar__fix2 .sidebar__fix3 {
          max-width: 100%;
          max-height: 100vh;
          overflow-y: auto; }
          #form_sayavka .sidebar__fix .sidebar__fix2 .sidebar__fix3::-webkit-scrollbar-track {
            -webkit-box-shadow: none;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            -ms-border-radius: 20px;
            -o-border-radius: 20px;
            border-radius: 20px;
            background-color: #fff; }
          #form_sayavka .sidebar__fix .sidebar__fix2 .sidebar__fix3::-webkit-scrollbar {
            width: 7px;
            background-color: #fff; }
          #form_sayavka .sidebar__fix .sidebar__fix2 .sidebar__fix3::-webkit-scrollbar-thumb {
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            -ms-border-radius: 10px;
            -o-border-radius: 10px;
            border-radius: 10px;
            -webkit-box-shadow: none;
            background-color: #ccc; }
    #form_sayavka.is-visible {
      right: 0; }

  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    -webkit-overflow-scrolling: touch; }

  .tab-content table, #prais table, table {
    width: 100% !important; }

  /* 
   * Лого и меню
  */
  html.htmlmenu {
    overflow-y: scroll !important; }

  body.bodymenu {
    overflow: hidden !important; }

  #menu #Menu_top {
    display: none; }

  .globalmenu {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%; }
    .globalmenu #menu .menu-fix {
      position: relative;
      z-index: 1049; }
      .globalmenu #menu .menu-fix .menu-fix__box {
        position: fixed;
        z-index: 10;
        top: 0;
        right: -280px;
        width: 280px;
        height: 100%;
        pointer-events: auto;
        visibility: visible;
        overflow: hidden;
        backface-visibility: hidden;
        outline: 1px solid transparent;
        background: #a9cd42; }
        .globalmenu #menu .menu-fix .menu-fix__box .menu-fix__box2 {
          width: 100%;
          height: calc(100% - 160px);
          padding: 33px 0px 0px;
          backface-visibility: hidden;
          overflow: hidden; }
          .globalmenu #menu .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 {
            max-width: 100%;
            max-height: 100%;
            overflow-y: auto; }
            .globalmenu #menu .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 #Menu_top2 {
              display: block;
              max-height: 100%; }
              .globalmenu #menu .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 #Menu_top2 li {
                display: block;
                max-width: 100%;
                min-width: auto;
                padding: 7px 0px 7px 30px;
                text-align: left; }
            .globalmenu #menu .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3::-webkit-scrollbar-track {
              -webkit-box-shadow: none;
              -webkit-border-radius: 20px;
              -moz-border-radius: 20px;
              -ms-border-radius: 20px;
              -o-border-radius: 20px;
              border-radius: 20px;
              background-color: #fff; }
            .globalmenu #menu .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3::-webkit-scrollbar {
              width: 7px;
              background-color: #fff; }
            .globalmenu #menu .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3::-webkit-scrollbar-thumb {
              -webkit-border-radius: 10px;
              -moz-border-radius: 10px;
              -ms-border-radius: 10px;
              -o-border-radius: 10px;
              border-radius: 10px;
              -webkit-box-shadow: none;
              background-color: #b9b9b9; }
        .globalmenu #menu .menu-fix .menu-fix__box .menu-fix__bottom {
          width: 100%;
          position: absolute;
          bottom: 0px;
          display: block;
          height: 135px;
          border-top: 1px solid #fff;
          padding: 15px 30px;
          color: #fff;
          font-size: 14px;
          line-height: 1.2;
          font-family: helv5normal; }
          .globalmenu #menu .menu-fix .menu-fix__box .menu-fix__bottom a {
            color: #fff;
            text-decoration: underline; }

  .menu-fix {
    display: block; }
    .menu-fix .menu-fix__icon-menu {
      display: block;
      width: 100%;
      height: auto;
      color: #fff;
      font-size: 16px;
      font-family: helv6medium;
      text-transform: uppercase;
      cursor: pointer;
      text-align: center;
      padding: 12px 0px;
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -ms-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .menu-fix .menu-fix__icon-menu .fa-bars {
        margin-right: 5px; }
      .menu-fix .menu-fix__icon-menu:hover {
        color: #fff;
        text-shadow: -1px 0px #68881c, 0px -1px #68881c, 1px 0px #68881c, 0px 1px #68881c, -1px -1px #68881c, 1px 1px #68881c, -1px 1px #68881c, 1px -1px #68881c, 1px 0px 4px #68881c, 0px 0px 2px #68881c, 0px 0px 3px #68881c, 0px 0px 2px #68881c, 0px 0px 3px #68881c, 0px 0px 4px #68881c, 0px 0px 4px #68881c, 0px 0px 4px #68881c, 0px 0px 4px #68881c, 0px 0px 4px #68881c; }
      .menu-fix .menu-fix__icon-menu.no-active {
        display: none; }
    .menu-fix .menu-fix__icon-close {
      display: none; }
      .menu-fix .menu-fix__icon-close.active {
        display: block;
        position: fixed;
        top: 5px;
        right: 5px;
        color: #fff;
        z-index: 11;
        width: 30px;
        height: 30px;
        cursor: pointer;
        -webkit-transition: box-shadow 0.4s ease;
        -moz-transition: box-shadow 0.4s ease;
        -ms-transition: box-shadow 0.4s ease;
        -o-transition: box-shadow 0.4s ease;
        transition: box-shadow 0.4s ease;
        backface-visibility: hidden;
        opacity: 0; }
        .menu-fix .menu-fix__icon-close.active div {
          position: relative;
          width: 100%;
          height: 2px;
          background: #FEFEFE;
          -webkit-transition: all 0.4s ease;
          -moz-transition: all 0.4s ease;
          -ms-transition: all 0.4s ease;
          -o-transition: all 0.4s ease;
          transition: all 0.4s ease;
          -webkit-transform: rotate(135deg);
          -moz-transform: rotate(135deg);
          -ms-transform: rotate(135deg);
          -o-transform: rotate(135deg);
          transform: rotate(135deg);
          top: 14px; }
          .menu-fix .menu-fix__icon-close.active div:before {
            content: '';
            position: absolute;
            z-index: 1;
            left: 0;
            width: 100%;
            height: 2px;
            background: inherit;
            -webkit-transition: all 0.4s ease;
            -moz-transition: all 0.4s ease;
            -ms-transition: all 0.4s ease;
            -o-transition: all 0.4s ease;
            transition: all 0.4s ease;
            top: 0;
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg); }
        .menu-fix .menu-fix__icon-close.active:hover div {
          -webkit-transform: rotate(225deg);
          -moz-transform: rotate(225deg);
          -ms-transform: rotate(225deg);
          -o-transform: rotate(225deg);
          transform: rotate(225deg); }
    .menu-fix .menu-fix__box {
      display: none; }

  .footer #footer .menu_footer {
    width: calc(100% - 80px); }
  .footer #footer #footer_logo {
    width: auto;
    padding: 45px 15px 0px 0px; }
    .footer #footer #footer_logo a img {
      width: 60px; }
    .footer #footer #footer_logo a span {
      display: none; } }
@media (max-width: 640px) {
  .globalmenu #menu .menu-fix .menu-fix__box {
    width: 100%; }

  #btn_prais {
    float: left !important;
    margin-left: 4px; }

  .zakaz-box {
    display: none; } }
@media (max-width: 480px) {
  .footer {
    height: auto; }
    .footer #footer {
      height: auto;
      padding: 5px 15px; }
      .footer #footer .menu_footer {
        float: none;
        width: 100%;
        text-align: center; }
      .footer #footer #footer_logo {
        float: none;
        width: 100%;
        height: 60px;
        padding: 10px 0px;
        text-align: center; }
        .footer #footer #footer_logo a img {
          float: none;
          display: block;
          width: 60px;
          margin: 0 auto !important; }
        .footer #footer #footer_logo a span {
          display: none; } }
@media (max-width: 400px) {
  #btn_foto, #btn_prais {
    float: none !important;
    width: 161px;
    margin: 0 auto 15px; } }
@media (max-height: 300px) {
  .globalmenu #menu .menu-fix .menu-fix__box .menu-fix__box2 {
    height: calc(100% - 125px);
    padding: 20px 0px 0px; }
    .globalmenu #menu .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 #Menu_top2 li {
      padding: 5px 0px 5px 20px; }
      .globalmenu #menu .menu-fix .menu-fix__box .menu-fix__box2 .menu-fix__box3 #Menu_top2 li a {
        font-size: 14px; }
  .globalmenu #menu .menu-fix .menu-fix__box .menu-fix__bottom {
    font-size: 12px;
    padding: 10px 20px;
    height: 105px; } }

/*# sourceMappingURL=style-adaptive.css.map */
