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

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; }

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

  nav {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }

  section {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3; }

  footer {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2; }

  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; }
    section .description_container {
      width: 100%;
      height: auto;
      background-color: #fff;
      margin: 0; }
      section .description_container #description {
        width: 100%;
        height: auto;
        background-color: #fff;
        float: left;
        margin-top: 0.625em;
        padding: 0.3125em 1.5625em;
        overflow-y: auto; }
        section .description_container #description h2 {
          margin: 0;
          font-family: "Circe-Bold";
          text-transform: uppercase;
          font-size: 0.875em; }
        section .description_container #description div.service-text p {
          width: 100%;
          color: #000;
          margin-top: 1.5625em;
          font-size: 0.875em;
          font-family: "Circe-Light"; }

  footer .slider {
    width: 100%;
    position: relative;
    height: 60vh;
    background-color: gray; }
    footer .slider .slideBox {
      position: relative;
      width: 100%;
      min-height: 100%;
      overflow: hidden; }
      footer .slider .slideBox .slide {
        transition: all 0s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50% 0%;
        display: none; }
      footer .slider .slideBox .slide:first-child {
        display: block;
        transition: all 0s; }
      footer .slider .slideBox .slide.act {
        transition: all 0s;
        z-index: 1; }
    footer .slider .arrow {
      position: absolute;
      height: 100%;
      width: 10%;
      background-color: #fff;
      z-index: 1;
      top: 0;
      opacity: .0;
      cursor: pointer; }
      footer .slider .arrow:hover {
        opacity: .3; }
    footer .slider .arrow-left {
      left: 0; }
    footer .slider .arrow-right {
      right: 0; }
    footer .slider .trigger-box {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 6.153846153846154%;
      text-align: center;
      z-index: 1; }
      footer .slider .trigger-box .trigger {
        transition: all 0s;
        cursor: pointer;
        display: inline-block;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        background: #808080;
        margin: 0 1px;
        transition: .3s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none; }
      footer .slider .trigger-box .trigger:hover {
        opacity: .9; }
      footer .slider .trigger-box .trigger.act {
        cursor: default;
        background: #d24a43; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px), only screen and (min-width: 1200px) {
  nav {
    width: 18.95161290322581%; }

  section {
    width: 43.14516129032258%; }

  footer {
    width: 37.90322580645161%; }

  nav, section, footer {
    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 ul li:nth-child(6) ul {
        display: block; }
    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 .description_container {
      width: calc(100% - 4.672897196261682%);
      height: 100vh;
      background-color: #fff;
      margin: 0 0 0 4.672897196261682%;
      border-left: 1px solid #e0e0e0; }
      section .description_container .description_wrapper {
        width: 100%;
        height: calc(100vh - 8.075em);
        background-color: #fff;
        float: left;
        margin: 6.075em 0 0 0;
        overflow: hidden; }
        section .description_container .description_wrapper .description_car {
          float: left;
          width: 2px;
          height: 1.875em;
          background-color: #d24a43;
          transition: .1s; }
        section .description_container .description_wrapper #description {
          width: 100%;
          height: 100%;
          float: left;
          padding: 0 2.25em 0.3125em 0;
          overflow-y: auto;
          margin: 0 -1.5em 0 1.25em; }
          section .description_container .description_wrapper #description h2 {
            margin: 0;
            font-size: 0.875em;
            font-family: "Circe-Bold";
            text-transform: uppercase; }
          section .description_container .description_wrapper #description div.service-text p {
            width: 100%;
            color: #000;
            margin-top: 1.5625em;
            font-size: 0.875em;
            font-family: "Circe-Light"; }

  footer .slider {
    width: 100%;
    position: relative;
    height: 100vh;
    background-color: gray; }
    footer .slider .slideBox {
      position: relative;
      width: 100%;
      min-height: 100%;
      overflow: hidden; }
      footer .slider .slideBox .slide {
        transition: all 0s;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: 50% 0%;
        display: none; }
      footer .slider .slideBox .slide:first-child {
        display: block;
        transition: all 0s; }
      footer .slider .slideBox .slide.act {
        transition: all 0s;
        z-index: 1; }
    footer .slider .trigger-box {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 6.153846153846154%;
      text-align: center;
      z-index: 1; }
      footer .slider .trigger-box .trigger {
        transition: all 0s;
        cursor: pointer;
        display: inline-block;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        background: #808080;
        margin: 0 1px;
        transition: .3s;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        -o-user-select: none;
        user-select: none; }
      footer .slider .trigger-box .trigger:hover {
        opacity: .9; }
      footer .slider .trigger-box .trigger.act {
        cursor: default;
        background: #d24a43; } }
/****************************
	All the Sections styles
****************************/

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