/************************
	All the Base styles
************************/
/* Reset *********/
* {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1;
  height: 100%; }

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; }

/* Base *********/
@font-face {
  font-family: "Circe-Regular";
  src: url("fonts/Circe-Regular.ttf");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Circe-Light";
  src: url("fonts/CRC35.otf");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "Circe-Bold";
  src: url("fonts/CRC65.otf");
  font-style: normal;
  font-weight: normal; }
body {
  min-width: 320px;
  font: 100%/1.5em "Circe-Bold", "Circe-Regular", "Circe-Light";
  background-color: #fff;
  color: #000; }

a {
  text-decoration: none;
  color: #000;
  font-family: "Circe-Bold"; }

h2 {
  font-family: "Circe-Bold";
  color: #000; }

p {
  color: #000;
  font-family: "Circe-Light"; }

button {
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: #000;
  border: none;
  border: 2px solid;
  font-family: "Circe-Bold";
  padding: 1% 0; }

input {
  cursor: pointer;
  border: none;
  border: 2px solid;
  background-color: #fff;
  border-color: #999999;
  outline: none;
  font-family: "Circe-Bold";
  color: #000;
  padding: 1%; }

*::-webkit-input-placeholder {
  color: #b2b2b2;
  opacity: 1;
  font-family: "Circe-Regular"; }

*:-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
  font-family: "Circe-Regular"; }

*::-moz-placeholder {
  color: #b2b2b2;
  opacity: 1;
  font-family: "Circe-Regular"; }

*:-ms-input-placeholder {
  color: #b2b2b2;
  opacity: 1;
  font-family: "Circe-Regular"; }

.container {
  min-height: 100%;
  width: 100%;
  position: relative; }

nav, section, footer {
  width: 100%;
  float: left;
  height: 100%; }

.container:before,
.container:after,
.row:before,
.row:after,
.clear:before,
.clear:after {
  content: " ";
  display: block; }

.container:after,
.row:after,
.clear:after {
  clear: both; }

.active_list {
  color: #a98e7e !important; }

.active_sub {
  display: block !important; }

.active_sub_list {
  color: #000 !important;
  text-decoration: underline !important; }

.active_language {
  color: #000 !important;
  text-decoration: underline !important; }

.item_active img {
  opacity: 0.5; }

.item_active p {
  text-decoration: underline; }

.menu_list_active {
  color: #a98e7e; }

.active-contacts p {
  display: none !important; }

.live {
  opacity: 1; }

/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px), only screen and (min-width: 480px), only screen and (min-width: 768px) {
  b {
    font-family: "Circe-Bold" !important; }

  strong {
    font-family: "Circe-Bold" !important; }

  nav, section {
    width: 100%;
    height: auto; }

  nav {
    background-color: #fff; }
    nav .nav {
      position: relative;
      background-color: #fff;
      width: 100%;
      height: 56px;
      box-shadow: 0 0px 6px rgba(0, 0, 0, 0.5); }
      nav .nav .burgWrapper {
        position: absolute;
        left: 1.5625em;
        top: 6px;
        padding: 20px 0;
        display: block; }
        nav .nav .burgWrapper .burg {
          display: block;
          height: 2px;
          width: 18px;
          background: black;
          position: relative;
          transition: all .2s; }
          nav .nav .burgWrapper .burg:before {
            content: '';
            position: absolute;
            top: -7px;
            width: 18px;
            height: 2px;
            background: #000;
            transition: all .2s; }
          nav .nav .burgWrapper .burg:after {
            content: '';
            position: absolute;
            top: 7px;
            width: 18px;
            height: 2px;
            background: #000;
            transition: all .2s; }
        nav .nav .burgWrapper .activeBurg {
          background: transparent; }
          nav .nav .burgWrapper .activeBurg:before {
            -webkit-transform: rotate(45deg);
            top: 0;
            background: #4d4d4d; }
          nav .nav .burgWrapper .activeBurg:after {
            -webkit-transform: rotate(-45deg);
            top: 0;
            background: #4d4d4d; }
      nav .nav .logo {
        position: relative;
        width: 155px;
        margin: 0 auto;
        height: 56px;
        padding: 10px 0 0; }
        nav .nav .logo img {
          max-width: 100%;
          height: auto; }
    nav #menu_container {
      display: none; }
    nav ul {
      margin: 0.625em 1.5625em 1.875em 1.5625em; }
      nav ul li a {
        padding: 8px 0;
        display: block;
        width: 100%;
        text-transform: uppercase;
        font-size: 0.875em;
        border-bottom: 1px solid #bfbfbf; }
      nav ul li:nth-child(5) .sort_menu,
      nav ul li:nth-child(6) .sort_menu {
        position: absolute;
        color: #d24a43;
        right: 30px;
        margin-top: 10px;
        cursor: pointer; }
      nav ul li:nth-child(5) ul,
      nav ul li:nth-child(6) ul {
        display: none;
        position: relative;
        margin: 0 0em 0 0.3125em; }
        nav ul li:nth-child(5) ul li,
        nav ul li:nth-child(6) ul li {
          display: block; }
          nav ul li:nth-child(5) ul li a,
          nav ul li:nth-child(6) ul li a {
            padding: 8px 0;
            font-family: "Circe-Regular";
            color: #808080;
            text-transform: none;
            border: none; }
    nav .contacts {
      display: none; }

  section {
    background-color: #fff;
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.5); }
    section .menu_navi_container {
      width: 15.625%;
      height: auto;
      border-right: 2px solid #e0e0e0;
      box-sizing: border-box;
      float: left;
      padding: 0;
      overflow-y: auto;
      overflow-x: hidden;
      transition: all 0s; }
      section .menu_navi_container .item {
        width: 100%;
        height: auto;
        float: left;
        cursor: pointer;
        padding: 15px 0;
        border-bottom: 1px solid #e0e0e0; }
        section .menu_navi_container .item div {
          width: 44.73684210526316%;
          margin: 0 auto; }
          section .menu_navi_container .item div img {
            max-width: 100%; }
            section .menu_navi_container .item div img:hover {
              opacity: 0.5;
              transition: 0s; }
        section .menu_navi_container .item p {
          font-size: 0.6em;
          text-align: center;
          font-family: "Circe-Regular";
          color: #808080; }
      section .menu_navi_container .item:first-child {
        margin: 0 0 0 2%; }
      section .menu_navi_container .item:last-child {
        border-bottom: 0; }
    section .fixed_menu {
      position: fixed;
      z-index: 1000;
      left: 0;
      bottom: 0; }
    section .menu_description_container {
      width: calc(100% - 15.625%);
      height: auto;
      float: right;
      margin: 0; }
      section .menu_description_container p {
        font-family: "Circe-Bold";
        font-size: 0.875em;
        padding: 0.9375em 0 0.2375em;
        margin-left: 2.962962962962963%;
        text-transform: uppercase; }
      section .menu_description_container .description_wrapper {
        width: 100%;
        height: auto;
        background-color: #fff;
        float: left; }
        section .menu_description_container .description_wrapper .description_car {
          float: left;
          width: 2px;
          display: none;
          height: 1.875em;
          background-color: #d24a43;
          transition: .1s; }
        section .menu_description_container .description_wrapper #description {
          width: 100%;
          height: auto;
          float: left;
          box-sizing: border-box;
          padding: 0.2em 5.555555555555556% 0.3125em 2.962962962962963%; }
          section .menu_description_container .description_wrapper #description ul.menu_list {
            float: left;
            width: 100%; }
            section .menu_description_container .description_wrapper #description ul.menu_list li {
              width: 100%;
              margin-top: 1em;
              float: left; }
              section .menu_description_container .description_wrapper #description ul.menu_list li a {
                float: left;
                display: block;
                width: 68.62745098039216%;
                font-family: "Circe-Light";
                font-weight: lighter;
                font-size: 0.875em; }
              section .menu_description_container .description_wrapper #description ul.menu_list li p {
                float: right;
                margin: 0;
                padding: 0;
                font-family: "Circe-Regular";
                font-size: 0.875em;
                text-transform: lowercase; }
              section .menu_description_container .description_wrapper #description ul.menu_list li .list_arrow {
                width: 24px;
                height: 24px;
                background-color: white;
                position: absolute;
                z-index: 999;
                right: -44px;
                top: 0px;
                display: none;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                border-right: 2px solid #e0e0e0;
                border-top: 2px solid #e0e0e0; }
                section .menu_description_container .description_wrapper #description ul.menu_list li .list_arrow div {
                  width: 0;
                  height: 0;
                  border: 9px solid transparent;
                  border-left-color: #d24a43;
                  border-right: 0;
                  -webkit-transform: rotate(-45deg);
                  -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
                  margin: -2px 0px 0px 10px; }
            section .menu_description_container .description_wrapper #description ul.menu_list li:first-child {
              margin-top: 0; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px), only screen and (min-width: 1200px) {
  nav {
    width: 18.95161290322581%; }

  section {
    width: calc(100% - 18.95161290322581%);
    overflow: hidden; }

  nav, section {
    height: 100vh;
    float: left;
    display: inline-block; }

  .container {
    display: block; }

  nav {
    position: relative;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0px 10px rgba(0, 0, 0, 0.5); }
    nav .nav {
      position: relative;
      width: 100%;
      height: 5.375em;
      box-shadow: none; }
      nav .nav .burgWrapper {
        position: absolute;
        left: 1.5625em;
        top: 6px;
        padding: 20px 0;
        display: none; }
      nav .nav .logo {
        height: auto;
        min-height: 60%;
        margin: 0 0 0 1.5625em;
        padding: 1.875em 0 0; }
        nav .nav .logo img {
          max-width: 100%;
          height: auto; }
    nav #menu_container {
      display: block !important; }
    nav ul {
      margin: 0.625em 0.5em 0 1.5625em; }
      nav ul li a {
        padding: 3px 0;
        display: block;
        width: 100%;
        text-transform: uppercase;
        font-size: 0.875em;
        border: none; }
        nav ul li a:hover {
          color: #a98e7e;
          border: none; }
      nav ul li:nth-child(5) .sort_menu,
      nav ul li:nth-child(6) .sort_menu {
        display: none; }
      nav ul li:nth-child(5) ul,
      nav ul li:nth-child(6) ul {
        display: none;
        margin: 0em 0em 0 0.3125em; }
        nav ul li:nth-child(5) ul li,
        nav ul li:nth-child(6) ul li {
          display: block; }
          nav ul li:nth-child(5) ul li a,
          nav ul li:nth-child(6) ul li a {
            padding: 3px 0;
            font-family: "Circe-Regular";
            color: #808080;
            text-transform: none; }
            nav ul li:nth-child(5) ul li a:hover,
            nav ul li:nth-child(6) ul li a:hover {
              color: #000;
              text-decoration: underline; }
    nav .contacts {
      position: absolute;
      bottom: 2.5em;
      margin: 0 0.5em 0 1.5625em;
      display: block; }
      nav .contacts p {
        color: #808080;
        font-size: 0.875em; }
      nav .contacts span {
        color: #808080;
        font-size: 0.875em;
        font-family: "Circe-Light";
        padding-top: 0.55em;
        display: block; }
        nav .contacts span a {
          color: #808080;
          font-size: 0.875em;
          font-family: "Circe-Light"; }
          nav .contacts span a:hover {
            color: #000;
            text-decoration: underline; }
      nav .contacts p:first-child {
        padding-bottom: 1.25em; }

  section {
    background-color: #fff; }
    section .menu_navi_container {
      width: 100%;
      border: 0;
      border-bottom: 2px solid #e0e0e0;
      box-sizing: border-box;
      float: left;
      padding: .6em 0;
      transition: all 0s; }
      section .menu_navi_container .item {
        width: 8%;
        float: left;
        cursor: pointer;
        border: 0;
        padding: 0; }
        section .menu_navi_container .item div {
          width: 42.85714285714286%;
          margin: 0 auto; }
          section .menu_navi_container .item div img {
            max-width: 100%;
            min-width: 24px;
            transition: 0s; }
            section .menu_navi_container .item div img:hover {
              opacity: 0.5; }
        section .menu_navi_container .item p {
          line-height: 1.0;
          font-size: 0.6875em;
          text-align: center;
          font-family: "Circe-Regular";
          color: #808080; }
          section .menu_navi_container .item p:hover {
            text-decoration: underline; }
      section .menu_navi_container .item:first-child {
        margin: 0 0 0 2%; }
    section .menu_description_container {
      width: 51%;
      height: 100%;
      float: left;
      margin: 0 0 0 2.45%;
      border-left: 1px solid #e0e0e0;
      border-right: 2px solid #e0e0e0; }
      section .menu_description_container p {
        font-family: "Circe-Bold";
        font-size: 0.875em;
        margin-top: 1.3em;
        margin-left: 1.5em;
        padding: 0;
        text-transform: uppercase; }
      section .menu_description_container .description_wrapper {
        width: 100%;
        height: calc(100vh - 11.075em);
        background-color: #fff;
        float: left;
        margin: 1em 0 0 0;
        overflow: hidden; }
        section .menu_description_container .description_wrapper .description_car {
          float: left;
          width: 2px;
          height: 1.875em;
          background-color: #d24a43;
          transition: .1s;
          display: block; }
        section .menu_description_container .description_wrapper #description {
          width: 100%;
          height: calc(100vh - 11.075em);
          float: left;
          padding: 0.2em 2.25em 0.3125em 0;
          overflow-y: auto;
          margin: 0 -1.5em 0 1.25em; }
          section .menu_description_container .description_wrapper #description ul.menu_list {
            float: left;
            width: 100%; }
            section .menu_description_container .description_wrapper #description ul.menu_list li {
              width: 100%;
              margin-top: 1em;
              position: relative;
              float: left; }
              section .menu_description_container .description_wrapper #description ul.menu_list li a {
                float: left;
                display: block;
                width: 68.62745098039216%;
                font-family: "Circe-Light";
                font-weight: lighter;
                font-size: 0.875em; }
                section .menu_description_container .description_wrapper #description ul.menu_list li a:hover {
                  color: #a98e7e; }
              section .menu_description_container .description_wrapper #description ul.menu_list li p {
                font-family: "Circe-Regular";
                float: right;
                margin: 0;
                font-size: 0.875em; }
              section .menu_description_container .description_wrapper #description ul.menu_list li .list_arrow {
                width: 24px;
                height: 24px;
                background-color: white;
                position: absolute;
                z-index: 999;
                right: -44px;
                top: 0px;
                display: none;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
                border-right: 2px solid #e0e0e0;
                border-top: 2px solid #e0e0e0; }
                section .menu_description_container .description_wrapper #description ul.menu_list li .list_arrow div {
                  width: 0;
                  height: 0;
                  border: 9px solid transparent;
                  border-left-color: #d24a43;
                  border-right: 0;
                  -webkit-transform: rotate(-45deg);
                  -ms-transform: rotate(-45deg);
                  transform: rotate(-45deg);
                  margin: -2px 0px 0px 10px; }
            section .menu_description_container .description_wrapper #description ul.menu_list li:first-child {
              margin-top: 0; }
    section .description_img_container {
      width: calc(100% - 51% - 2.45%);
      height: 100%;
      float: left; }
      section .description_img_container .this_img {
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50% 0%; } }
/****************************
	All the Sections styles
****************************/

/*# sourceMappingURL=menu.css.map */
