@import url("https://fonts.googleapis.com/css?family=Open+Sans:regular,semi-bold,bold");
@keyframes flip {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out; }
  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out; }
  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in; }
  80% {
    transform: perspective(400px);
    animation-timing-function: ease-in; }
  to {
    transform: perspective(400px);
    animation-timing-function: ease-in; } }
.animated {
  animation-duration: 1s;
  animation-fill-mode: both; }
  .animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    animation-name: flip; }
  .animated.infinite {
    animation-iteration-count: infinite; }

/*======================= CSS Reset ===========================*/
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, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, section, main, footer, header, figure, aside, input, textarea, i, mark, *:before, *:after {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: top;
  background: transparent;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html, body {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html {
  overflow-y: auto;
  overflow-x: hidden; }

ol, ul {
  list-style: none; }

:focus {
  outline: 0; }

body {
  overflow: hidden; }

/*======================= Clearfix ===========================*/
.clearfix:after {
  content: "";
  display: table;
  clear: both; }

table, table td tr {
  border: none;
  border-collapse: collapse; }

button, a, input, textarea, select {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0; }

button, input, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

/* ========== Typography styles ========== */
a, button {
  text-decoration: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer; }

.button {
  position: relative;
  padding: 18px 40px 17px;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  min-width: 235px;
  max-width: 100%; }
  .button.primary {
    background: #c5b7a1; }
  .button.black {
    background: #000000; }
  @media only screen and (max-width: 767px) {
    .button {
      font-size: 12px; } }
  .button.block {
    width: 100%;
    min-width: 0; }
  .button.large {
    font-size: 22px;
    padding-left: 110px;
    padding-right: 110px; }

.more {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  padding: 0 20px 0 0;
  color: #666b86; }
  .more:after, .more:before {
    right: 0;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    content: ""; }
  .more:before {
    top: 6px;
    height: 3px;
    width: 12px;
    background: #666b86; }
  .more:after {
    top: 3px;
    width: 9px;
    height: 9px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    background: none;
    border-right: 3px solid #666b86;
    border-top: 3px solid #666b86; }
  .more.white {
    color: #ffffff; }
    .more.white:before {
      background: #ffffff; }
    .more.white:after {
      border-color: #ffffff; }
  .more:hover:after, .more:hover:before {
    right: -4px; }

.text-center {
  text-align: center !important; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.rich-text, .cms-richtext {
  text-align: left;
  line-height: 1.4;
  font-size: 16px;
  color: #666b86; }
  .rich-text *, .cms-richtext * {
    line-height: 1.4; }
  .rich-text > *, .cms-richtext > * {
    padding-bottom: 20px !important; }
  .rich-text h2, .cms-richtext h2 {
    padding-top: 10px;
    font-weight: bold;
    font-size: 22px; }
  .rich-text h3, .cms-richtext h3 {
    padding-top: 10px !important;
    font-weight: bold;
    font-size: 18px;
    text-transform: none !important; }
  .rich-text h4, .cms-richtext h4 {
    padding-top: 10px;
    font-weight: 400;
    font-size: 16px; }
  .rich-text p, .cms-richtext p {
    padding: 0 0 20px 0 !important; }
    .rich-text p:last-child, .cms-richtext p:last-child {
      padding: 0; }
  .rich-text strong, .cms-richtext strong {
    font-weight: bold;
    line-height: 1.6; }
  .rich-text a, .cms-richtext a {
    position: relative;
    display: inline;
    color: #c5b7a1;
    font-weight: normal;
    line-height: inherit; }
    .rich-text a:after, .cms-richtext a:after {
      position: absolute;
      bottom: 0;
      width: 0;
      height: 1px;
      background: #dabc97;
      content: "";
      left: 0;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
    .rich-text a:hover, .cms-richtext a:hover {
      color: #dabc97; }
      .rich-text a:hover:after, .cms-richtext a:hover:after {
        width: 100%; }
  .rich-text ul, .cms-richtext ul {
    padding-left: 15px; }
    .rich-text ul li, .cms-richtext ul li {
      position: relative;
      padding: 0 0 5px 25px;
      line-height: 1.6; }
      .rich-text ul li:last-child, .cms-richtext ul li:last-child {
        padding-bottom: 0; }
      .rich-text ul li:before, .cms-richtext ul li:before {
        position: absolute;
        left: 0;
        top: 0.7em !important;
        content: "";
        background: url("/img/bullet.png") no-repeat center;
        background-size: contain;
        width: 12px;
        height: 12px; }
      .rich-text ul li:last-child, .cms-richtext ul li:last-child {
        margin: 0; }
  .rich-text ol li, .cms-richtext ol li {
    counter-increment: item;
    position: relative;
    padding: 30px 0;
    line-height: 1.6;
    border-top: 1px solid #d7dbe8; }
    .rich-text ol li:last-child, .cms-richtext ol li:last-child {
      padding-bottom: 0; }
    .rich-text ol li:before, .cms-richtext ol li:before {
      content: counter(item);
      font-weight: bold;
      color: #666b86;
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
      -moz-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
      background: #ffffff;
      padding: 0 20px;
      top: -8px;
      font-size: 18px;
      text-align: center; }
    .rich-text ol li:last-child, .cms-richtext ol li:last-child {
      margin: 0; }
  .rich-text.text-center, .cms-richtext.text-center {
    text-align: center; }

.text-black {
  color: #000000; }
  .text-black.rich-text, .text-black .cms-richtext {
    color: inherit; }

.text-white {
  color: #ffffff; }
  .text-white.rich-text, .text-white .cms-richtext {
    color: inherit; }

/* ========== GENERAL ========== */
body {
  width: 100%;
  color: #000000;
  font-size: 14px;
  position: relative;
  line-height: 1.6;
  height: auto;
  font-family: "Open Sans";
  left: 0;
  right: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  body.wide {
    background: #e5e3df; }

.inner {
  width: 1170px;
  max-width: 96%;
  display: block;
  margin: 0 auto;
  position: relative; }
  .inner.narrow {
    width: 670px; }
  .inner.wide {
    width: 94%; }
  .inner:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    .inner {
      width: 94%; } }

/* ========== MODAL ========== */
.modal {
  position: fixed;
  overflow: auto;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(6, 7, 12, 0.7);
  z-index: 1234; }
  @media only screen and (max-width: 767px) {
    .modal {
      padding: 50px 0; } }
  .modal .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1; }
  .modal .modal-block {
    width: 630px;
    max-width: 94%;
    background: #ffffff;
    margin: 20px auto;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .modal .modal-block.slip-block {
      width: 768px; }
      .modal .modal-block.slip-block .rich-text p span {
        font-weight: bold;
        line-height: inherit; }
    .modal .modal-block .modal-heading {
      text-align: center;
      position: relative;
      padding: 20px;
      border-bottom: 1px solid #e1e1e1; }
      .modal .modal-block .modal-heading h2 {
        width: 85%;
        margin: 0 auto;
        font-weight: bold;
        padding: 0;
        font-size: 26px; }
        @media only screen and (max-width: 767px) {
          .modal .modal-block .modal-heading h2 {
            font-size: 18px; } }
    .modal .modal-block .modal-body {
      padding: 35px 0; }
      @media only screen and (max-width: 767px) {
        .modal .modal-block .modal-body {
          padding: 15px 10px; } }
      .modal .modal-block .modal-body .rich-text {
        padding: 0 30px; }
        @media only screen and (max-width: 767px) {
          .modal .modal-block .modal-body .rich-text {
            padding: 0; } }
  .modal.active {
    opacity: 1; }
  .modal .modal-form {
    width: 370px;
    max-width: 100%;
    margin: 0 auto; }
    .modal .modal-form .field {
      margin: 0 0 10px 0; }
    .modal .modal-form .button {
      width: 100%;
      display: block; }
      .modal .modal-form .button.close-modal {
        width: auto;
        display: inline-block; }
  .modal .message-modal {
    font-size: 1.3rem;
    line-height: 30px;
    text-align: center;
    padding: 10px 0 0 0; }
    .modal .message-modal.message-success-modal {
      color: #32a061; }

.close-modal:not(.button) {
  width: 17px;
  display: block !important;
  height: 17px;
  position: absolute;
  cursor: pointer;
  right: 20px;
  top: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: .5;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }
  .close-modal:not(.button):hover {
    opacity: 1; }

/* ========== PAGINATOR ========== */
.paginator {
  padding: 50px 0;
  text-align: center; }
  .paginator span {
    width: 40px;
    text-align: center;
    display: inline-block;
    color: #616673;
    font-size: 14px;
    position: relative;
    margin: 0 3px; }
    .paginator span a {
      display: block;
      padding: 11px 0 12px 0;
      position: relative;
      -webkit-transition: all 0.1s ease-out;
      -moz-transition: all 0.1s ease-out;
      -ms-transition: all 0.1s ease-out;
      -o-transition: all 0.1s ease-out;
      transition: all 0.1s ease-out; }
      .paginator span a:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.1s ease-out;
        -moz-transition: all 0.1s ease-out;
        -ms-transition: all 0.1s ease-out;
        -o-transition: all 0.1s ease-out;
        transition: all 0.1s ease-out; }
      .paginator span a:hover:after {
        box-shadow: inset 0 0 0 3px rgba(0, 0, 0, 0.13); }
    .paginator span.current {
      padding: 11px 0 12px 0;
      background: #c5b7a1;
      color: #ffffff; }

.desktop_hidden {
  display: none !important; }
  @media only screen and (max-width: 1279px) {
    .desktop_hidden {
      display: block !important; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    .desktop_hidden {
      display: block !important; } }

@media only screen and (max-width: 1279px) {
  .desktop_show {
    display: none !important; } }
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  .desktop_show {
    display: none !important; } }

@media only screen and (max-width: 1279px) {
  .lt_hidden {
    display: none !important; } }

.lt_show {
  display: none; }
  @media only screen and (max-width: 1279px) {
    .lt_show {
      display: block !important; } }

@media only screen and (max-width: 1023px) {
  .st_hidden {
    display: none !important; } }

.st_show {
  display: none !important; }
  @media only screen and (max-width: 1023px) {
    .st_show {
      display: block !important; } }

@media only screen and (max-width: 767px) {
  .m_hidden {
    display: none !important; } }

.m_show {
  display: none; }
  @media only screen and (max-width: 767px) {
    .m_show {
      display: block !important; } }

header {
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  z-index: 251; }
  @media only screen and (max-width: 1279px) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 199;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      header:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background-color: white;
        opacity: 0; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    header {
      position: fixed;
      top: 0;
      left: 0;
      content: "";
      z-index: 199;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      width: 100%; }
      header:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background: #c5b7a1;
        background-size: cover;
        opacity: 0; } }
  @media only screen and (max-width: 1279px) {
    header.scrolled {
      -webkit-box-shadow: 0px 2px 20px 0px #dabc97;
      -moz-box-shadow: 0px 2px 20px 0px #dabc97;
      box-shadow: 0px 2px 20px 0px #dabc97; }
      header.scrolled:before {
        opacity: 1; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    header.scrolled {
      -webkit-box-shadow: 0px 2px 20px 0px #dabc97;
      -moz-box-shadow: 0px 2px 20px 0px #dabc97;
      box-shadow: 0px 2px 20px 0px #dabc97; }
      header.scrolled:before {
        opacity: 1; } }
  @media only screen and (max-width: 1440px) {
    header .inner {
      padding: 0; } }
  header .inner .logo {
    margin: 10px 0;
    display: inline-block;
    position: relative;
    z-index: 99; }
    header .inner .logo img {
      width: 180px; }
    @media only screen and (max-width: 1279px) {
      header .inner .logo {
        padding: 5px 0;
        margin: 0; }
        header .inner .logo img {
          width: 150px; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
      header .inner .logo {
        padding: 5px 0;
        margin: 0; }
        header .inner .logo img {
          width: 150px; } }
    @media only screen and (max-width: 767px) {
      header .inner .logo img {
        width: 120px; } }
  header .inner .hamburger {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); }
    @media only screen and (max-width: 1279px) {
      header .inner .hamburger {
        display: block; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
      header .inner .hamburger {
        display: block; } }
  header .inner nav {
    float: right; }
    header .inner nav > ul {
      text-align: right;
      padding: 23px 0 20px 0; }
      @media only screen and (max-width: 1279px) {
        header .inner nav > ul {
          text-align: left; } }
      @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
        header .inner nav > ul {
          text-align: left; } }
      header .inner nav > ul > li {
        display: inline-block;
        position: relative; }
        @media only screen and (max-width: 1279px) {
          header .inner nav > ul > li {
            display: block; } }
        @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
          header .inner nav > ul > li {
            display: block; } }
        header .inner nav > ul > li a {
          display: block;
          padding: 10px 15px;
          color: #000000;
          font-weight: 600;
          line-height: 1; }
          @media only screen and (max-width: 767px) {
            header .inner nav > ul > li a {
              font-size: 12px;
              padding: 15px; } }
          header .inner nav > ul > li a:hover {
            opacity: 0.7; }
        header .inner nav > ul > li.active a {
          background: #495c1e;
          color: #ffffff; }
        header .inner nav > ul > li ul.social {
          text-align: center;
          padding: 20px; }
          header .inner nav > ul > li ul.social li {
            width: 30%;
            display: inline-block; }
            header .inner nav > ul > li ul.social li a {
              display: block;
              width: 50px;
              height: 50px;
              text-align: center;
              -webkit-border-radius: 50%;
              -moz-border-radius: 50%;
              border-radius: 50%;
              border: 1px solid #d7dbe8;
              padding: 7px; }
              header .inner nav > ul > li ul.social li a:hover {
                -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
                -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
                box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1); }
    @media only screen and (max-width: 1279px) {
      header .inner nav {
        width: 40%;
        height: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        right: -40%;
        overflow-y: auto;
        display: inline-block;
        float: none;
        background: #ffffff;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        header .inner nav > ul {
          padding: 0; }
          header .inner nav > ul li > p {
            padding: 20px 30px;
            background: #f9fbff;
            font-weight: bold;
            font-size: 20px;
            line-height: 1;
            border-bottom: 1px solid #d7dbe8; }
          header .inner nav > ul li ul {
            border-bottom: 1px solid #d7dbe8;
            padding: 10px 0; }
          header .inner nav > ul li a {
            padding: 20px 30px;
            color: #666b86;
            font-size: 20px;
            line-height: 1;
            font-family: "Open Sans"; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
      header .inner nav {
        width: 30%;
        height: 100%;
        position: fixed;
        top: 0;
        bottom: 0;
        right: -30%;
        overflow-y: auto;
        display: inline-block;
        float: none;
        background: #ffffff;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        header .inner nav > ul {
          padding: 0; }
          header .inner nav > ul li > p {
            padding: 20px 30px;
            background: #f9fbff;
            font-weight: bold;
            font-size: 20px;
            line-height: 1;
            border-bottom: 1px solid #d7dbe8; }
          header .inner nav > ul li ul {
            border-bottom: 1px solid #d7dbe8;
            padding: 10px 0; }
          header .inner nav > ul li a {
            padding: 20px 30px;
            color: #666b86;
            font-size: 20px;
            line-height: 1;
            font-family: "Open Sans"; } }
    @media only screen and (max-width: 767px) {
      header .inner nav {
        width: 80%;
        right: -80%; }
        header .inner nav > ul {
          padding: 0; }
          header .inner nav > ul li > p {
            font-size: 16px;
            padding: 15px; }
          header .inner nav > ul li a {
            padding: 15px;
            font-size: 16px; } }

.hamburger-box {
  padding: 10px 10px;
  width: 40px;
  height: 40px;
  display: inline-block;
  position: relative; }
  .hamburger-box .hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    width: 25px;
    height: 3px;
    background: #000000;
    position: absolute;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .hamburger-box .hamburger-inner:before, .hamburger-box .hamburger-inner:after {
      width: 20px;
      height: 3px;
      background: #000000;
      position: absolute;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      content: "";
      display: block; }
    .hamburger-box .hamburger-inner:before {
      top: -10px; }
    .hamburger-box .hamburger-inner:after {
      bottom: -10px; }

body.wide header:before {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
  content: "";
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: white;
  background-size: cover; }
body .side-menu-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.8;
  display: none;
  z-index: -9999; }
  @media only screen and (max-width: 1279px) {
    body .side-menu-overlay {
      z-index: 100; } }
  @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
    body .side-menu-overlay {
      z-index: 100; } }
body.off-canvas-right-opened > *:not(header) {
  pointer-events: none; }
body.off-canvas-right-opened .hamburger-box .hamburger-inner {
  background: transparent; }
  body.off-canvas-right-opened .hamburger-box .hamburger-inner:before {
    transform: rotate(45deg);
    top: 0; }
  body.off-canvas-right-opened .hamburger-box .hamburger-inner:after {
    transform: rotate(-45deg);
    bottom: 0; }
@media only screen and (max-width: 1279px) {
  body.off-canvas-right-opened {
    left: -40%;
    overflow-x: visible; }
    body.off-canvas-right-opened header {
      left: -40%; }
      body.off-canvas-right-opened header nav {
        right: 0;
        -webkit-box-shadow: -5px 0 30px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: -5px 0 30px 0px rgba(0, 0, 0, 0.3);
        box-shadow: -5px 0 30px 0px rgba(0, 0, 0, 0.3); } }
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
  body.off-canvas-right-opened {
    left: -30%;
    overflow-x: visible; }
    body.off-canvas-right-opened header {
      left: -30%; }
      body.off-canvas-right-opened header nav {
        right: 0;
        -webkit-box-shadow: -5px 0 30px 0px rgba(0, 0, 0, 0.3);
        -moz-box-shadow: -5px 0 30px 0px rgba(0, 0, 0, 0.3);
        box-shadow: -5px 0 30px 0px rgba(0, 0, 0, 0.3); } }
@media only screen and (max-width: 767px) {
  body.off-canvas-right-opened {
    left: -80%;
    overflow-x: visible; }
    body.off-canvas-right-opened header {
      left: -80%; }
      body.off-canvas-right-opened header nav {
        right: 0; } }

body[data-page-id="1"] header .inner .logo {
  display: none; }
  @media only screen and (max-width: 1279px) {
    body[data-page-id="1"] header .inner .logo {
      display: inline-block; } }

/*======================= Grid ===========================*/
.row {
  width: auto;
  display: block;
  margin: 0 -5px;
  position: relative;
  clear: both; }
  .row:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0; }
  @media only screen and (max-width: 767px) {
    .row {
      margin: 0; } }
  .row > .column {
    padding: 0 5px;
    float: left; }
    .row > .column.pull-right {
      float: right; }
    @media only screen and (max-width: 1279px) {
      .row > .column.tablet-hide {
        display: none; } }
    @media only screen and (max-width: 1023px) {
      .row > .column.sm-tablet-hide {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .row > .column {
        padding: 5px 0; } }
    .row > .column.__12 {
      width: 100%; }
    .row > .column.__11 {
      width: 91.666666%; }
    .row > .column.__10 {
      width: 83.333333%; }
    .row > .column.__9 {
      width: 75%; }
    .row > .column.__8 {
      width: 66.666666%; }
    .row > .column.__7 {
      width: 58.333333%; }
    .row > .column.__6 {
      width: 50%; }
    .row > .column.__5 {
      width: 41.666666%; }
    .row > .column.__4 {
      width: 33.333333%; }
    .row > .column.__3 {
      width: 25%; }
    .row > .column.__2 {
      width: 16.666666%; }
    .row > .column.__1 {
      width: 8.333333%; }
    @media only screen and (max-width: 1440px) {
      .row > .column.llt__12 {
        width: 100%; }
      .row > .column.llt__8 {
        width: 66.666666%; }
      .row > .column.llt__4 {
        width: 33.333333%; } }
    @media only screen and (max-width: 1279px) {
      .row > .column.lt__6 {
        width: 100%; }
      .row > .column.lt__5 {
        width: 83.333333%; }
      .row > .column.lt__4 {
        width: 66.666666%; }
      .row > .column.lt__3 {
        width: 50%; }
      .row > .column.lt__2 {
        width: 33.333333%; }
      .row > .column.lt__1 {
        width: 16.666666%; } }
    @media only screen and (max-width: 1023px) {
      .row > .column.st__6 {
        width: 100%; }
      .row > .column.st__5 {
        width: 83.333333%; }
      .row > .column.st__4 {
        width: 66.666666%; }
      .row > .column.st__3 {
        width: 50%; }
      .row > .column.st__2 {
        width: 33.333333%; }
      .row > .column.st__1 {
        width: 16.666666%; }
      .row > .column.st__hide {
        display: none; } }
    @media only screen and (max-width: 767px) {
      .row > .column.m__3, .row > .column.__12, .row > .column.__11, .row > .column.__10, .row > .column.__9, .row > .column.__8, .row > .column.__7, .row > .column.__6, .row > .column.__5, .row > .column.__4, .row > .column.__3, .row > .column.__2, .row > .column.__1, .row > .column.lt__6, .row > .column.lt__5, .row > .column.lt__4, .row > .column.lt__3, .row > .column.lt__2, .row > .column.lt__1, .row > .column.st__6, .row > .column.st__5, .row > .column.st__4, .row > .column.st__3, .row > .column.st__2, .row > .column.st__1 {
        width: 100%; }
      .row > .column.m__1 {
        width: 33.333333%;
        padding: 5px; }
      .row > .column.m__2 {
        width: 66.333333%;
        padding: 5px; }
      .row > .column.no-padding {
        padding: 0 !important; } }
  .row.block-row.__1-block > .column {
    width: 100%; }
  .row.block-row.__2-block > .column {
    width: 50%; }
  .row.block-row.__3-block > .column {
    width: 33.3333333%; }
  .row.block-row.__4-block > .column {
    width: 25%; }
  .row.block-row.__5-block > .column {
    width: 20%; }
  .row.block-row.__6-block > .column {
    width: 16.666666666%; }
  .row.block-row.__7-block > .column {
    width: 14.285714%; }
  .row.block-row.__8-block > .column {
    width: 12.5%; }
  @media only screen and (max-width: 1279px) {
    .row.block-row.lt__1-block > .column {
      width: 100%; }
    .row.block-row.lt__2-block > .column {
      width: 50%; }
    .row.block-row.lt__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.lt__4-block > .column {
      width: 25%; }
    .row.block-row.lt__5-block > .column {
      width: 20%; }
    .row.block-row.lt__6-block > .column {
      width: 16.666666666%; } }
  @media only screen and (max-width: 1023px) {
    .row.block-row.st__1-block > .column {
      width: 100%; }
    .row.block-row.st__2-block > .column {
      width: 50%; }
    .row.block-row.st__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.st__4-block > .column {
      width: 25%; }
    .row.block-row.st__5-block > .column {
      width: 20%; }
    .row.block-row.st__6-block > .column {
      width: 16.666666666%; }
    .row.block-row > .column.st__6 {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .row.block-row.__1-block > .column, .row.block-row.__2-block > .column, .row.block-row.__3-block > .column, .row.block-row.__4-block > .column, .row.block-row.__5-block > .column, .row.block-row.__6-block > .column, .row.block-row.__7-block > .column, .row.block-row.__8-block > .column {
      width: 100%; }
    .row.block-row.m__1-block > .column {
      width: 100%; }
    .row.block-row.m__2-block > .column {
      width: 50%; }
    .row.block-row.m__3-block > .column {
      width: 33.3333333%; }
    .row.block-row.m__4-block > .column {
      width: 25%; } }
  .row.__0 {
    margin: 0; }
    .row.__0 > .column {
      padding: 0; }
  .row.__5 {
    margin: 0 -5px; }
    .row.__5 > .column {
      padding: 0 5px; }
  .row.__60 {
    margin: 0 -30px; }
    .row.__60 > .column {
      padding: 0 30px; }
    @media only screen and (max-width: 1279px) {
      .row.__60 {
        margin: 0 -10px; }
        .row.__60 > .column {
          padding: 0 10px; } }
  .row.__30 {
    margin: 0 -15px; }
    .row.__30 > .column {
      padding: 0 15px; }
    @media only screen and (max-width: 1279px) {
      .row.__30 {
        margin: 0 -5px; }
        .row.__30 > .column {
          padding: 0 5px; } }
  .row.__20 {
    margin: 0 -10px; }
    .row.__20 > .column {
      padding: 0 10px; }
  .row.__inline-row {
    text-align: center; }
    .row.__inline-row > .column {
      display: inline-block;
      float: none;
      margin: 0 -2px 10px -2px; }
  .row.__centered-row {
    text-align: center; }
    .row.__centered-row > .column {
      display: inline-block;
      float: none;
      margin: 0; }
  @media only screen and (max-width: 1279px) {
    .row.__centered-row-small {
      text-align: center; } }
  @media only screen and (max-width: 1279px) {
    .row.__centered-row-small > .column {
      display: inline-block;
      float: none;
      margin: 0; } }

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 42px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important; }

.select2-container--isuncar {
  position: absolute;
  text-align: right;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 9; }
  .select2-container--isuncar .select2-dropdown {
    border: none; }
    .select2-container--isuncar .select2-dropdown .select2-results__options {
      -webkit-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.18);
      -moz-box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.18);
      box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.18);
      background: #ffffff; }
      .select2-container--isuncar .select2-dropdown .select2-results__options .select2-results__option {
        padding: 10px 20px;
        text-align: left;
        border: 2px solid transparent;
        border-top-color: #d7dbe8;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
        @media only screen and (max-width: 1279px) {
          .select2-container--isuncar .select2-dropdown .select2-results__options .select2-results__option {
            padding: 10px; } }
        @media only screen and (max-width: 767px) {
          .select2-container--isuncar .select2-dropdown .select2-results__options .select2-results__option {
            text-align: center;
            padding: 0 5px; } }
        .select2-container--isuncar .select2-dropdown .select2-results__options .select2-results__option:first-child {
          display: none; }
        .select2-container--isuncar .select2-dropdown .select2-results__options .select2-results__option span {
          display: block;
          color: #000000;
          font-weight: normal; }
          .select2-container--isuncar .select2-dropdown .select2-results__options .select2-results__option span img {
            display: inline-block;
            max-height: 66px;
            max-width: 88px;
            margin: 0 30px 0 0; }
            @media only screen and (max-width: 1279px) {
              .select2-container--isuncar .select2-dropdown .select2-results__options .select2-results__option span img {
                margin: 0 10px 0 0; } }
            @media only screen and (max-width: 767px) {
              .select2-container--isuncar .select2-dropdown .select2-results__options .select2-results__option span img {
                margin: 0;
                width: 50px; } }
          .select2-container--isuncar .select2-dropdown .select2-results__options .select2-results__option span em {
            padding: 25px 0;
            display: inline-block;
            font-size: 16px;
            text-transform: uppercase; }
            @media only screen and (max-width: 1279px) {
              .select2-container--isuncar .select2-dropdown .select2-results__options .select2-results__option span em {
                font-size: 12px; } }
            @media only screen and (max-width: 767px) {
              .select2-container--isuncar .select2-dropdown .select2-results__options .select2-results__option span em {
                font-size: 8px;
                padding: 0;
                display: block; } }
        .select2-container--isuncar .select2-dropdown .select2-results__options .select2-results__option.select2-results__option--highlighted {
          border-color: #dddddd;
          background: #ebebeb;
          border-bottom-color: transparent; }
  .select2-container--isuncar .selection {
    display: none !important; }

@media only screen and (max-width: 1440px) {
  footer .inner {
    padding: 0; } }
footer .top {
  background: #f9fbff;
  border-top: 1px solid #d7dbe8;
  padding: 60px 0; }
  @media only screen and (max-width: 767px) {
    footer .top {
      padding: 20px 0 0 0; } }
  footer .top h2 {
    font-size: 14px;
    font-weight: bold;
    padding: 0 0 20px 0;
    text-transform: uppercase; }
  footer .top ul.nav li {
    line-height: 2.5; }
    footer .top ul.nav li a {
      display: inline-block;
      margin: 10px 0;
      position: relative; }
      footer .top ul.nav li a:before {
        width: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        height: 1px;
        background: #666b86;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      footer .top ul.nav li a:hover:before {
        width: 100%; }
  footer .top .social {
    background: url("/img/agro-kartica-logo.png") no-repeat left top;
    background-size: contain;
    margin: 25px 0 0 0;
    padding: 0 0 0 120px; }
    @media only screen and (max-width: 1279px) {
      footer .top .social {
        margin: 0;
        text-align: right;
        background: none; } }
    @media only screen and (max-width: 767px) {
      footer .top .social {
        display: none; } }
    footer .top .social ul li {
      display: inline-block;
      margin: 0 15px 0 0; }
      @media only screen and (max-width: 1279px) {
        footer .top .social ul li {
          margin: 0 0 0 15px; } }
      footer .top .social ul li a {
        display: block;
        width: 35px;
        height: 35px;
        text-align: center;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        border: 1px solid #d7dbe8;
        padding: 7px; }
        footer .top .social ul li a:hover {
          -webkit-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.1); }
footer .bottom {
  background: #c5b7a1;
  background: linear-gradient(113deg, #c5b7a1 0%, #dabc97 100%);
  color: #ffffff;
  padding: 20px 0; }
  footer .bottom p {
    display: inline-block;
    line-height: 1;
    font-weight: normal; }
    footer .bottom p a {
      line-height: 1;
      font-weight: bold;
      position: relative; }
      footer .bottom p a:before {
        width: 0;
        position: absolute;
        bottom: 0;
        left: 0;
        content: "";
        height: 1px;
        background: #ffffff;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      footer .bottom p a:hover:before {
        width: 100%; }
    footer .bottom p:last-child {
      float: right; }

.field {
  display: block;
  position: relative;
  margin: 20px 0 0 0; }
  @media only screen and (max-width: 767px) {
    .field {
      margin: 10px 0 0 0; } }
  .field.search {
    position: relative; }
    .field.search:before {
      position: absolute;
      left: 15px;
      top: 50%;
      margin: -10px 0 0 0;
      content: "";
      width: 20px;
      height: 20px;
      z-index: 1;
      background: url("/img/search.png") no-repeat center; }
    .field.search .input {
      padding-left: 60px; }
  .field.newsletter .input {
    padding: 15px 60px 15px 15px; }
  .field .submit {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    background: #c5b7a1; }
    .field .submit:after, .field .submit:before {
      right: 15px;
      position: absolute;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      content: ""; }
    .field .submit:before {
      top: 20px;
      height: 3px;
      width: 12px;
      background: #ffffff; }
    .field .submit:after {
      top: 17px;
      width: 9px;
      height: 9px;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      background: none;
      border-right: 3px solid #ffffff;
      border-top: 3px solid #ffffff; }
    .field .submit:hover {
      background: #dabc97; }
      .field .submit:hover:not(.search-icon):after, .field .submit:hover:not(.search-icon):before {
        right: 10px; }
    .field .submit.search-icon:before {
      width: 15px;
      height: 15px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: 3px solid #ffffff;
      background: none;
      top: 15px; }
    .field .submit.search-icon:after {
      border: none;
      background: #ffffff;
      width: 10px;
      height: 3px;
      top: 30px;
      right: 9px; }
    @media all and (max-width: 767px) {
      .field .submit.search-icon:before {
        top: 5px; }
      .field .submit.search-icon:after {
        top: 20px; } }
  .field .input {
    display: inline-block;
    position: relative;
    width: 100%;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: normal;
    max-width: 100%;
    text-align: left;
    border: 1px solid #d7dbe8;
    background: #ffffff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .field .input:disabled {
      background-color: #eeeeee !important; }
    .field .input:hover, .field .input:focus, .field .input:active {
      border-color: #666b86;
      background: #ffffff; }
    .field .input.search-input {
      padding-right: 50px; }
    @media all and (max-width: 767px) {
      .field .input {
        padding: 8px 15px;
        font-size: 12px; } }
  .field select {
    background: url("data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgZGF0YS1uYW1lPSJMYXllciAxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0Ljk1IDEwIj48ZGVmcz48c3R5bGU+LmNscy0xe2ZpbGw6I2ZmZjt9LmNscy0ye2ZpbGw6IzQ0NDt9PC9zdHlsZT48L2RlZnM+PHRpdGxlPmFycm93czwvdGl0bGU+PHJlY3QgY2xhc3M9ImNscy0xIiB3aWR0aD0iNC45NSIgaGVpZ2h0PSIxMCIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMiIgcG9pbnRzPSIxLjQxIDQuNjcgMi40OCAzLjE4IDMuNTQgNC42NyAxLjQxIDQuNjciLz48cG9seWdvbiBjbGFzcz0iY2xzLTIiIHBvaW50cz0iMy41NCA1LjMzIDIuNDggNi44MiAxLjQxIDUuMzMgMy41NCA1LjMzIi8+PC9zdmc+") no-repeat 95% 50% #ffffff !important;
    -moz-appearance: none;
    -webkit-appearance: none; }
    .field select.input {
      padding: 15px; }
      @media all and (max-width: 767px) {
        .field select.input {
          padding: 8px 15px;
          font-size: 12px; } }
  .field label {
    padding: 0 0 3px 15px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #666b86;
    text-align: left; }
  .field textarea.input {
    resize: none;
    height: 150px; }
  .field.nx-form-invalid .nx-form-invalid-message {
    position: absolute;
    top: -15px;
    left: 15px;
    text-align: left;
    color: #d0635c;
    font-size: 14px;
    bottom: auto;
    font-weight: normal; }
  .field.nx-form-invalid .input {
    border-color: #d0635c !important; }
  .field .checkbox {
    position: relative;
    padding-left: 30px;
    margin: 30px auto;
    text-align: left;
    display: inline-block; }
    .field .checkbox input {
      opacity: 0;
      position: absolute;
      visibility: hidden; }
    .field .checkbox label {
      cursor: pointer;
      display: inline-block;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 8px 0 0 30px;
      position: relative;
      color: #666b86;
      font-size: 16px; }
      .field .checkbox label:before {
        width: 22px;
        height: 22px;
        border: 1px solid #d7dbe8;
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px; }
      .field .checkbox label:after {
        content: "";
        width: 27px;
        height: 15px;
        position: absolute;
        top: 0;
        left: 4px;
        border: 6px solid #c5b7a1;
        border-top: none;
        border-right: none;
        background: transparent;
        opacity: 0;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease; }
      .field .checkbox label:hover:after {
        opacity: 0.1; }
    .field .checkbox input:checked + label:after {
      opacity: 1; }
    .field .checkbox input:disabled + label {
      opacity: 0.5;
      cursor: default; }
  .field .radio {
    position: relative;
    padding-left: 30px; }
    .field .radio input {
      opacity: 0;
      position: absolute;
      visibility: hidden; }
    .field .radio label {
      cursor: pointer;
      display: inline-block;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      padding: 5px 0 0 0;
      color: #888b9a;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .field .radio label:before {
        width: 18px;
        height: 16px;
        border: 1px solid #d7dbe8;
        background: #ffffff;
        content: "";
        position: absolute;
        left: 0;
        top: 4px;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px; }
      .field .radio label:after {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        opacity: 0;
        content: "";
        height: 8px;
        width: 9px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        position: absolute;
        background: #666b86;
        left: 5px;
        top: 8px; }
    .field .radio input:checked + label {
      color: #666b86; }
      .field .radio input:checked + label:after {
        opacity: 1; }
    .field .radio input:disabled + label {
      opacity: 0.5;
      cursor: default; }
  .field .special-radio input {
    opacity: 0;
    position: absolute;
    visibility: hidden; }
  .field .special-radio label {
    cursor: pointer;
    width: 48%;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: 5px;
    z-index: 0;
    position: relative;
    background: #f9fbff;
    border: 1px solid #d7dbe8;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    text-align: center; }
    .field .special-radio label img {
      height: 17px; }
    .field .special-radio label em {
      display: block;
      padding: 5px 0 0 0; }
  .field .special-radio.radio-group.__2 label {
    width: 48%;
    float: left; }
    .field .special-radio.radio-group.__2 label:last-of-type {
      float: right; }
  .field .special-radio.radio-group:after {
    content: "";
    display: table;
    clear: both; }
  .field .special-radio input:checked + label {
    background: #3eb9b7;
    background: -moz-linear-gradient(left, #3eb9b7 0%, #378dbe 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #3eb9b7), color-stop(100%, #378dbe));
    background: -webkit-linear-gradient(left, #3eb9b7 0%, #378dbe 100%);
    background: -o-linear-gradient(left, #3eb9b7 0%, #378dbe 100%);
    background: -ms-linear-gradient(left, #3eb9b7 0%, #378dbe 100%);
    background: linear-gradient(to right, #3eb9b7 0%, #378dbe 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3eb9b7", endColorstr="#378dbe", GradientType=1); }
    .field .special-radio input:checked + label em {
      color: #ffffff; }
    .field .special-radio input:checked + label img {
      -webkit-filter: brightness(0) invert(1);
      -moz-filter: brightness(0) invert(1);
      -ms-filter: brightness(0) invert(1);
      -o-filter: brightness(0) invert(1);
      filter: brightness(0) invert(1); }
  .field .special-radio input:disabled + label {
    opacity: 0.5;
    cursor: default; }
  .field .special-radio.nx-form-invalid .nx-form-invalid-message {
    position: absolute;
    top: -15px;
    left: 15px;
    text-align: left;
    color: #d0635c;
    font-size: 14px;
    bottom: auto;
    font-weight: normal; }
  .field .special-radio.nx-form-invalid label {
    border-color: #d0635c !important; }
  .field.required label {
    display: inline-block;
    position: relative; }
    .field.required label:after {
      width: auto;
      height: auto;
      color: #c5b7a1;
      font-size: 20px;
      position: absolute;
      right: -12px;
      top: 0;
      content: "*"; }
  .field.capcha-field {
    position: relative; }
    .field.capcha-field:after {
      content: "";
      display: table;
      clear: both; }
    .field.capcha-field p, .field.capcha-field label {
      width: 30%;
      font-size: 20px;
      font-weight: bold;
      color: #666b86;
      text-align: left;
      display: inline-block;
      padding: 14px 15px; }
      @media all and (max-width: 767px) {
        .field.capcha-field p, .field.capcha-field label {
          width: 40%;
          padding: 7px 0; } }
    .field.capcha-field .input {
      width: 70%;
      float: right; }
      @media all and (max-width: 1023px) {
        .field.capcha-field .input {
          width: 60%; } }
    .field.capcha-field .nx-form-invalid-message {
      left: auto;
      right: 15px; }
  .field .field-note {
    font-size: 11px;
    color: #808080;
    padding: 3px 0 0 0; }

.form-loading {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(255, 255, 255, 0.75);
  z-index: 5000; }
  .form-loading .spinner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 70px;
    text-align: center; }
    .form-loading .spinner > div {
      width: 18px;
      height: 18px;
      background-color: #8aded6;
      border-radius: 100%;
      display: inline-block;
      -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
      animation: sk-bouncedelay 1.4s infinite ease-in-out both; }
    .form-loading .spinner .bounce1 {
      -webkit-animation-delay: -0.32s;
      animation-delay: -0.32s; }
    .form-loading .spinner .bounce2 {
      -webkit-animation-delay: -0.16s;
      animation-delay: -0.16s; }
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.nx-form-loading .form-loading {
  display: block; }

.nx-form-message {
  font-weight: bold;
  position: absolute;
  bottom: -40px;
  text-align: center;
  width: 100%; }

.nx-form-error .nx-form-message {
  color: #d0635c; }

.footer-form .nx-form-message {
  position: relative;
  bottom: auto; }

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0); }
  40% {
    -webkit-transform: scale(1); } }
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
.box {
  text-align: center;
  position: relative;
  display: block; }
  .box:after {
    content: "";
    display: table;
    clear: both; }
  .box .text-wrapper h3 {
    padding: 25px 0 10px 0;
    font-size: 18px;
    font-weight: normal; }
  .box .text-wrapper h6 {
    color: #888b9a;
    font-weight: bold; }
  .box .text-wrapper p {
    font-size: 16px;
    color: #666b86;
    line-height: 1.6; }
  .box .more {
    position: absolute;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0); }
  .box.default-box {
    background: #ffffff; }
    .box.default-box .image-wrapper img {
      width: 100%;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0; }
    .box.default-box .text-wrapper {
      text-align: center;
      padding: 20px; }
    .box.default-box:hover {
      -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1); }
      .box.default-box:hover.dark-bg {
        -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.2); }
  .box.has-more {
    padding-bottom: 30px; }
    .box.has-more:hover .more:after, .box.has-more:hover .more:before {
      right: -4px; }
  .box.no-border h3 {
    font-size: 26px;
    color: #666b86; }
  .box.gallery-box {
    margin-bottom: 20px; }
    .box.gallery-box:hover {
      -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1); }
  .box.page-box {
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
    padding: 50px 100px; }
    @media only screen and (max-width: 1023px) {
      .box.page-box {
        padding: 30px 50px; } }
    @media only screen and (max-width: 767px) {
      .box.page-box {
        padding: 10px 15px; } }
    .box.page-box ul.contact-info {
      padding: 20px 0 30px 0; }
      .box.page-box ul.contact-info li {
        line-height: 2.5;
        font-weight: normal; }
        .box.page-box ul.contact-info li a {
          display: inline-block;
          margin: 10px 0;
          position: relative;
          font-size: 16px;
          color: #c5b7a1; }
          .box.page-box ul.contact-info li a:before {
            width: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            content: "";
            height: 1px;
            background: #666b86;
            -webkit-transition: all 0.2s ease;
            -moz-transition: all 0.2s ease;
            -ms-transition: all 0.2s ease;
            -o-transition: all 0.2s ease;
            transition: all 0.2s ease; }
          .box.page-box ul.contact-info li a:hover:before {
            width: 100%; }
    .box.page-box.contact-page {
      padding: 50px; }
      .box.page-box.contact-page > .img {
        right: 50px;
        left: 50%;
        margin: 0 0 0 50px;
        top: 50px;
        bottom: 50px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        position: absolute;
        background: url("/img/contact.jpg") no-repeat left center;
        background-size: cover; }
        @media only screen and (max-width: 1279px) {
          .box.page-box.contact-page > .img {
            left: 30px;
            top: 30px;
            bottom: 30px;
            right: 30px;
            margin: 0;
            opacity: 0.1; } }
      @media only screen and (max-width: 767px) {
        .box.page-box.contact-page {
          padding: 10px; }
          .box.page-box.contact-page > .img {
            display: none; } }
    .box.page-box .page-heading:after {
      content: "";
      display: table;
      clear: both; }
    .box.page-box .page-heading .text-wrapper {
      padding: 0;
      text-align: left;
      display: inline-block;
      width: 75%; }
      .box.page-box .page-heading .text-wrapper h1 {
        font-size: 36px;
        font-weight: bold; }
        @media only screen and (max-width: 767px) {
          .box.page-box .page-heading .text-wrapper h1 {
            font-size: 22px; } }
      @media only screen and (max-width: 767px) {
        .box.page-box .page-heading .text-wrapper {
          width: 100%; } }
    .box.page-box .page-heading .logo-wrapper {
      float: right;
      width: 25%;
      padding: 0 0 0 20px; }
      .box.page-box .page-heading .logo-wrapper img {
        max-width: 100%; }
      @media only screen and (max-width: 767px) {
        .box.page-box .page-heading .logo-wrapper {
          display: block;
          text-align: center;
          float: none;
          margin: 0 auto;
          width: 60%;
          padding: 20px 0 0 0; } }
    .box.page-box .box-body {
      text-align: left; }
      .box.page-box .box-body .box-body-item {
        padding-bottom: 30px; }
        .box.page-box .box-body .box-body-item:last-child {
          padding-bottom: 0; }
        .box.page-box .box-body .box-body-item h3 {
          font-size: 16px;
          color: #666b86;
          font-weight: bold;
          text-transform: uppercase;
          padding: 0 0 30px 0; }
        .box.page-box .box-body .box-body-item .contact-info p {
          padding: 0 0 15px 0;
          font-size: 16px;
          line-height: 1.4; }
          .box.page-box .box-body .box-body-item .contact-info p a {
            line-height: 1.4;
            color: #666b86;
            font-weight: normal;
            position: relative; }
            .box.page-box .box-body .box-body-item .contact-info p a:before {
              width: 0;
              position: absolute;
              bottom: 0;
              left: 0;
              content: "";
              height: 1px;
              background: #666b86;
              -webkit-transition: all 0.2s ease;
              -moz-transition: all 0.2s ease;
              -ms-transition: all 0.2s ease;
              -o-transition: all 0.2s ease;
              transition: all 0.2s ease; }
            .box.page-box .box-body .box-body-item .contact-info p a:hover:before {
              width: 100%; }
  .box.negative-box {
    margin: -200px 0 0 0; }
    @media only screen and (max-width: 1440px) {
      .box.negative-box {
        margin: -80px 0 0 0; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
      .box.negative-box {
        margin: -80px 0 0 0; } }
    @media only screen and (max-width: 767px) {
      .box.negative-box {
        margin: -50px 0 0 0; } }
  .box.thread-box {
    position: relative;
    margin-top: 60px; }
    .box.thread-box .image-wrapper {
      float: left;
      width: 160px;
      margin: 0 40px 0 0; }
      .box.thread-box .image-wrapper img {
        width: 100%; }
    .box.thread-box .text-wrapper {
      display: table-cell;
      width: 768px;
      text-align: left; }
      .box.thread-box .text-wrapper h3 {
        font-size: 20px;
        font-weight: bold;
        padding: 0 0 10px 0;
        line-height: 1.4; }
  .box.map-box {
    height: 300px;
    position: relative;
    overflow: hidden; }
    .box.map-box .map {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      overflow: hidden; }
  .box.institution-box {
    overflow: hidden;
    position: relative;
    padding: 8px; }
    .box.institution-box .box-wrapper {
      padding: 15px;
      border: 1px solid #d0e5f0;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border-radius: 5px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease; }
      .box.institution-box .box-wrapper:after {
        content: "";
        display: table;
        clear: both; }
    .box.institution-box:hover .box-wrapper {
      -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1); }
    .box.institution-box h3 {
      font-size: 20px;
      font-weight: bold;
      padding: 0 0 10px 0;
      line-height: 1.4; }
      @media only screen and (max-width: 1279px) {
        .box.institution-box h3 {
          font-size: 14px; } }
      @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
        .box.institution-box h3 {
          font-size: 14px; } }
    .box.institution-box .image-wrapper {
      float: left;
      width: 140px;
      margin: 0 40px 0 0; }
      .box.institution-box .image-wrapper img {
        width: 100%; }
      @media only screen and (max-width: 1279px) {
        .box.institution-box .image-wrapper {
          width: 80px;
          margin: 0 20px 0 0; } }
      @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
        .box.institution-box .image-wrapper {
          width: 80px;
          margin: 0 20px 0 0; } }
    .box.institution-box .text-wrapper {
      display: table-cell;
      width: 768px;
      text-align: left; }
      .box.institution-box .text-wrapper .institution-category {
        padding: 10px 0 10px 0; }
        .box.institution-box .text-wrapper .institution-category li {
          display: block;
          margin-top: 10px;
          padding: 3px 10px 10px 20px;
          position: relative;
          color: #666b86; }
          @media only screen and (max-width: 1279px) {
            .box.institution-box .text-wrapper .institution-category li {
              font-size: 12px;
              margin-top: 0; } }
          @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {
            .box.institution-box .text-wrapper .institution-category li {
              font-size: 12px; } }
          .box.institution-box .text-wrapper .institution-category li:before {
            position: absolute;
            left: 0;
            top: 1px;
            content: "";
            background: url("/img/bullet.png") no-repeat center;
            background-size: contain;
            width: 15px;
            height: 15px; }
          .box.institution-box .text-wrapper .institution-category li.location:before {
            background-image: url("/img/pin-01.svg"); }
          .box.institution-box .text-wrapper .institution-category li:last-child {
            padding-bottom: 0; }
        @media only screen and (max-width: 1279px) {
          .box.institution-box .text-wrapper .institution-category {
            padding-top: 0; } }
      .box.institution-box .text-wrapper .location {
        padding: 2px 10px 0 20px;
        position: relative;
        color: #666b86;
        line-height: 1;
        font-size: 14px; }
        .box.institution-box .text-wrapper .location:before {
          position: absolute;
          left: 0;
          top: 1px;
          content: "";
          background: url("/img/bullet.png") no-repeat center;
          background-size: contain;
          width: 15px;
          height: 15px; }
    .box.institution-box .ribbon {
      position: absolute;
      padding: 5px 0 5px 20px;
      right: -14px;
      bottom: 5px;
      width: 110px;
      text-align: center;
      -webkit-transform: rotate(-30deg);
      -moz-transform: rotate(-30deg);
      -ms-transform: rotate(-30deg);
      -o-transform: rotate(-30deg);
      transform: rotate(-30deg);
      color: #ffffff;
      font-weight: bold;
      z-index: 1; }
      .box.institution-box .ribbon:before {
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 100%;
        background: #c5b7a1;
        content: "";
        z-index: -1; }
      .box.institution-box .ribbon em:before, .box.institution-box .ribbon em:after {
        z-index: -2;
        position: absolute;
        content: "";
        background: #505570;
        -webkit-transform: rotate(30deg);
        -moz-transform: rotate(30deg);
        -ms-transform: rotate(30deg);
        -o-transform: rotate(30deg);
        transform: rotate(30deg); }
      .box.institution-box .ribbon em:before {
        top: -3px;
        right: 3px;
        width: 8px;
        height: 10px; }
      .box.institution-box .ribbon em:after {
        bottom: 20px;
        right: 95px;
        width: 13px;
        height: 8px; }
  .box.hover-box {
    padding: 150px 0 0 0;
    text-align: center;
    border: 1px solid #d0e5f0;
    background: #ffffff; }
    .box.hover-box .image-wrapper {
      position: absolute;
      -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;
      left: 0;
      top: 40px;
      padding: 0 10px;
      z-index: 12;
      width: 100%; }
      .box.hover-box .image-wrapper img {
        width: 60%;
        display: inline-block;
        -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; }
      .box.hover-box .image-wrapper h3 {
        padding: 25px 0 20px 0;
        font-size: 22px;
        font-weight: bold; }
        @media only screen and (max-width: 1440px) {
          .box.hover-box .image-wrapper h3 {
            font-size: 17px; } }
      .box.hover-box .image-wrapper h6 {
        color: #888b9a;
        text-transform: uppercase;
        font-weight: bold; }
    .box.hover-box .text-wrapper {
      position: relative;
      opacity: 0;
      -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; }
      .box.hover-box .text-wrapper p {
        min-height: 100px; }
      .box.hover-box .text-wrapper .button {
        background: #c5b7a1;
        background: -moz-linear-gradient(left, #c5b7a1 0%, #dabc97 100%);
        background: -webkit-gradient(left top, right top, color-stop(0%, #c5b7a1), color-stop(100%, #dabc97));
        background: -webkit-linear-gradient(left, #c5b7a1 0%, #dabc97 100%);
        background: -o-linear-gradient(left, #c5b7a1 0%, #dabc97 100%);
        background: -ms-linear-gradient(left, #c5b7a1 0%, #dabc97 100%);
        background: linear-gradient(to right, #c5b7a1 0%, #dabc97 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#3db4b8", endColorstr="#3893bd", GradientType=1);
        padding: 15px;
        color: #ffffff;
        font-size: 16px;
        font-weight: bold;
        display: block;
        min-width: 100%;
        -webkit-border-radius: 0 0 5px 5px;
        -moz-border-radius: 0 0 5px 5px;
        border-radius: 0 0 5px 5px; }
    .box.hover-box:hover {
      -webkit-box-shadow: 0px 0px 20px 5px rgba(197, 205, 209, 0.2);
      -moz-box-shadow: 0px 0px 20px 5px rgba(197, 205, 209, 0.2);
      box-shadow: 0px 0px 20px 5px rgba(197, 205, 209, 0.2); }
      .box.hover-box:hover .image-wrapper {
        top: -30px; }
        .box.hover-box:hover .image-wrapper img {
          width: 30%; }
      .box.hover-box:hover .text-wrapper {
        -webkit-transition-delay: 0.3s;
        -moz-transition-delay: 0.3s;
        -ms-transition-delay: 0.3s;
        -o-transition-delay: 0.3s;
        transition-delay: 0.3s;
        opacity: 1; }
    @media only screen and (max-width: 1279px) {
      .box.hover-box {
        margin-top: 40px;
        -webkit-box-shadow: 0px 0px 20px 5px rgba(197, 205, 209, 0.2);
        -moz-box-shadow: 0px 0px 20px 5px rgba(197, 205, 209, 0.2);
        box-shadow: 0px 0px 20px 5px rgba(197, 205, 209, 0.2); }
        .box.hover-box .image-wrapper {
          top: 40px; }
          .box.hover-box .image-wrapper img {
            width: 30%; }
        .box.hover-box .text-wrapper {
          -webkit-transition-delay: 0.3s;
          -moz-transition-delay: 0.3s;
          -ms-transition-delay: 0.3s;
          -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
          opacity: 1; } }
    @media only screen and (max-width: 767px) {
      .box.hover-box {
        margin-top: 0;
        padding: 100px 0 0 0;
        -webkit-box-shadow: 0px 0px 20px 5px rgba(197, 205, 209, 0.2);
        -moz-box-shadow: 0px 0px 20px 5px rgba(197, 205, 209, 0.2);
        box-shadow: 0px 0px 20px 5px rgba(197, 205, 209, 0.2); }
        .box.hover-box .image-wrapper {
          top: 25px; }
          .box.hover-box .image-wrapper img {
            width: 30%; }
        .box.hover-box .text-wrapper {
          -webkit-transition-delay: 0.3s;
          -moz-transition-delay: 0.3s;
          -ms-transition-delay: 0.3s;
          -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
          opacity: 1; } }
  .box.logo-box {
    border: 1px solid #d0e5f0;
    padding: 30px;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1023px) {
      .box.logo-box {
        padding: 15px; } }
    .box.logo-box img {
      width: 100%; }
    .box.logo-box:hover {
      -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.1); }

.contact-bottom {
  padding: 100px 0 0 0; }
  @media only screen and (max-width: 1023px) {
    .contact-bottom {
      text-align: center !important; } }
  .contact-bottom .section-heading {
    padding: 0; }
    @media only screen and (max-width: 1023px) {
      .contact-bottom .section-heading {
        text-align: center !important; } }
  .contact-bottom ul {
    margin: 30px 0; }
    @media only screen and (max-width: 1023px) {
      .contact-bottom ul {
        padding: 0; } }
    .contact-bottom ul li {
      padding-bottom: 20px; }
      @media only screen and (max-width: 1023px) {
        .contact-bottom ul li {
          text-align: center;
          padding-left: 0; }
          .contact-bottom ul li:before {
            display: none; } }
  .contact-bottom img {
    margin: -40px 0;
    max-width: 100%; }
    @media only screen and (max-width: 1023px) {
      .contact-bottom img {
        margin: 10px 0; } }

.page-notice {
  background: #f9fbff;
  margin: 40px 0;
  padding: 25px;
  position: relative;
  text-align: left; }
  @media only screen and (max-width: 767px) {
    .page-notice {
      padding: 40px 10px 10px 10px; } }
  .page-notice .notice-wrapper {
    padding-right: 260px; }
    @media only screen and (max-width: 767px) {
      .page-notice .notice-wrapper {
        padding: 0; } }
    .page-notice .notice-wrapper ul li {
      font-size: 18px;
      padding: 0 0 0 30px;
      position: relative;
      color: #666b86;
      display: inline-block; }
      .page-notice .notice-wrapper ul li a {
        position: relative; }
        .page-notice .notice-wrapper ul li a:before {
          width: 0;
          position: absolute;
          bottom: 0;
          left: 0;
          content: "";
          height: 1px;
          background: #666b86;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
        .page-notice .notice-wrapper ul li a:hover {
          color: #666b86; }
          .page-notice .notice-wrapper ul li a:hover:before {
            width: 100%; }
      .page-notice .notice-wrapper ul li:before {
        position: absolute;
        left: 0;
        top: 1px;
        content: "";
        background: url("/img/bullet.png") no-repeat center;
        background-size: contain;
        width: 15px;
        height: 15px; }
      .page-notice .notice-wrapper ul li:last-child {
        margin: 0; }
      .page-notice .notice-wrapper ul li:first-child {
        display: block; }
      @media only screen and (max-width: 767px) {
        .page-notice .notice-wrapper ul li:nth-child(n+1) {
          margin: 0 0 10px 0;
          display: block; } }
  .page-notice .notice-ribbon {
    position: absolute;
    right: -10px;
    top: 10px; }
    @media only screen and (max-width: 767px) {
      .page-notice .notice-ribbon {
        top: -25px;
        right: -25px; } }
    .page-notice .notice-ribbon:after {
      position: absolute;
      right: 3px;
      bottom: -8px;
      content: "";
      width: 0;
      height: 0;
      border: 8px solid transparent;
      border-right-color: #505570;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    .page-notice .notice-ribbon h3 {
      color: #ffffff;
      font-weight: bold;
      font-size: 20px;
      padding: 10px 60px;
      height: 40px;
      background: #666b86;
      position: relative; }
      @media only screen and (max-width: 767px) {
        .page-notice .notice-ribbon h3 {
          padding: 15px 30px; } }
      .page-notice .notice-ribbon h3:before, .page-notice .notice-ribbon h3:after {
        position: absolute;
        left: -25px;
        content: "";
        width: 0;
        height: 0;
        border: 25px solid transparent; }
      .page-notice .notice-ribbon h3:before {
        top: 0;
        border-top-color: #666b86; }
      .page-notice .notice-ribbon h3:after {
        border-bottom-color: #666b86;
        bottom: 0; }

.hero {
  position: relative;
  padding: 170px 0 80px 0;
  background-size: cover;
  text-align: center;
  background: white;
  -webkit-box-shadow: 0px 2px 20px 0px #dabc97;
  -moz-box-shadow: 0px 2px 20px 0px #dabc97;
  box-shadow: 0px 2px 20px 0px #dabc97; }
  @media only screen and (max-width: 1023px) {
    .hero {
      padding: 120px 0 40px 0; } }
  .hero .overlay {
    margin: -90px 0 3em 0; }
    @media only screen and (max-width: 1440px) {
      .hero .overlay {
        margin-top: -40px; } }
    @media only screen and (max-width: 1279px) {
      .hero .overlay {
        margin-top: -20px; } }
  .hero h1 {
    font-size: 50px;
    color: #495c1e;
    font-weight: normal;
    padding: 40px 0 20px 0;
    width: 380px;
    max-width: 100%;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .hero h1 {
        font-size: 26px; } }
  .hero h2 {
    font-size: 50px;
    color: #495c1e; }
  .hero.home {
    background-image: url(/img/home/hero.jpeg);
    background-color: white;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 26% -40px;
    background-attachment: fixed; }
    @media only screen and (max-width: 1279px) {
      .hero.home {
        background-image: none; }
        .hero.home h2 {
          color: #495c1e; } }
  .hero.text-left h1 {
    width: 100%;
    font-weight: bold; }
  .hero .modulus-image {
    position: absolute;
    right: 100px;
    width: 850px;
    top: 100px;
    max-width: 100%; }
    .hero .modulus-image img {
      width: 100%; }
    @media only screen and (max-width: 1440px) {
      .hero .modulus-image {
        right: 20px;
        width: 700px; } }
    @media only screen and (max-width: 1279px) {
      .hero .modulus-image {
        right: 20px;
        width: 500px;
        top: 200px; } }
    @media only screen and (max-width: 767px) {
      .hero .modulus-image {
        position: relative;
        top: auto;
        right: auto;
        max-width: 90%;
        display: block;
        margin: 0 auto; } }
  .hero h4 {
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    padding: 0 0 30px 0; }
  .hero h5 {
    font-weight: bold;
    font-size: 16px;
    padding: 0 0 30px 0; }
  .hero p {
    font-size: 20px;
    font-family: "Open Sans";
    line-height: 1.5; }
    @media only screen and (max-width: 767px) {
      .hero p {
        font-size: 16px; } }
    .hero p * {
      line-height: inherit; }
    .hero p b, .hero p strong {
      font-weight: bold; }
  .hero ul {
    padding: 40px 0 10px 0; }
    @media only screen and (max-width: 767px) {
      .hero ul {
        padding: 10px 0 0 0; } }
    .hero ul li {
      font-size: 18px;
      padding: 5px 0 5px 23px;
      position: relative; }
      .hero ul li:before {
        position: absolute;
        left: 0;
        top: 0.35em;
        content: "";
        background: url("/img/bullet.png") no-repeat center;
        background-size: contain;
        width: 15px;
        height: 15px; }
      .hero ul li:last-child {
        margin: 0; }
  .hero img {
    max-width: 100%; }
  .hero .button {
    margin: 20px 0 0 0; }
  .hero.no-hero {
    padding: 0;
    height: 80px; }
    @media only screen and (max-width: 767px) {
      .hero.no-hero {
        height: 48px; } }
  .hero .inner.narrow {
    width: 900px; }
    .hero .inner.narrow h1 {
      width: 100%; }

section {
  padding: 60px 0;
  position: relative; }
  section.lowered {
    padding-top: 100px; }
  section .section-heading {
    padding: 40px 0;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      section .section-heading {
        padding: 20px 0; } }
    section .section-heading h2, section .section-heading h1 {
      font-size: 36px;
      font-weight: bold;
      padding: 0 0 25px 0; }
      @media only screen and (max-width: 767px) {
        section .section-heading h2, section .section-heading h1 {
          font-size: 22px;
          padding: 0 0 10px 0; } }
    section .section-heading p {
      font-size: 18px;
      color: #666b86;
      line-height: 1.6; }
      @media only screen and (max-width: 767px) {
        section .section-heading p {
          font-size: 14px; } }
    section .section-heading .more {
      margin: 20px 0 0 0; }
  section.map-bg {
    background: url("/img/map-bg.jpg") no-repeat center;
    background-size: cover; }
  section.blue-bg {
    background: url("/img/hero-bg.jpg") no-repeat center;
    background-size: cover; }
    section.blue-bg .section-heading h2, section.blue-bg .section-heading p {
      color: #ffffff; }
    section.blue-bg .field.capcha-field p, section.blue-bg .field.capcha-field label {
      color: #ffffff; }
    section.blue-bg .nx-form-invalid .nx-form-invalid-message {
      color: #ffffff; }
    section.blue-bg .nx-form-invalid .input {
      border-color: #d0635c !important; }
    section.blue-bg .nx-form-message {
      color: #ffffff; }
  section.light {
    background: #f9fbff; }
  section.institutions-filter {
    position: relative;
    padding: 80px 0 0 0; }
    @media all and (max-width: 1279px) {
      section.institutions-filter {
        padding: 63px 0 0 0; } }
    @media all and (max-width: 767px) {
      section.institutions-filter {
        padding: 55px 0 0 0; } }
    section.institutions-filter .institutions-map {
      height: 90vh;
      float: right;
      position: relative;
      width: 33.333333333%; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
        section.institutions-filter .institutions-map {
          height: 1229.4px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 1024px) and (device-height: 1366px) and (orientation: landscape) {
        section.institutions-filter .institutions-map {
          height: 921.6px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
        section.institutions-filter .institutions-map {
          height: 921.6px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
        section.institutions-filter .institutions-map {
          height: 691.2px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
        section.institutions-filter .institutions-map {
          height: 432px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
        section.institutions-filter .institutions-map {
          height: 288px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
        section.institutions-filter .institutions-map {
          height: 511.2px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
        section.institutions-filter .institutions-map {
          height: 288px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 375px) and (device-height: 667px) and (orientation: portrait) {
        section.institutions-filter .institutions-map {
          height: 600.3px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 375px) and (device-height: 667px) and (orientation: landscape) {
        section.institutions-filter .institutions-map {
          height: 337.5px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 414px) and (device-height: 736px) and (orientation: portrait) {
        section.institutions-filter .institutions-map {
          height: 662.4px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 414px) and (device-height: 736px) and (orientation: landscape) {
        section.institutions-filter .institutions-map {
          height: 372.6px; } }
      section.institutions-filter .institutions-map:before {
        position: absolute;
        z-index: 1;
        left: -10px;
        top: 0;
        height: 100%;
        width: 10px;
        -webkit-box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.1);
        box-shadow: 10px 0 10px 0 rgba(0, 0, 0, 0.1);
        content: ""; }
      @media all and (max-width: 1279px) {
        section.institutions-filter .institutions-map {
          width: 50%; } }
      @media all and (max-width: 1023px) {
        section.institutions-filter .institutions-map {
          width: 100%;
          z-index: 99;
          -webkit-transition: all 0.2s ease;
          -moz-transition: all 0.2s ease;
          -ms-transition: all 0.2s ease;
          -o-transition: all 0.2s ease;
          transition: all 0.2s ease; }
          section.institutions-filter .institutions-map:before {
            display: none; }
          section.institutions-filter .institutions-map.active {
            right: 0; } }
    section.institutions-filter.map-active .filter .button:after {
      background-image: url("/img/ic_list.svg"); }
    section.institutions-filter .filter {
      -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
      -moz-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
      box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.05);
      padding: 30px;
      z-index: 111;
      top: 60px;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease;
      -ms-transition: all 0.2s ease;
      -o-transition: all 0.2s ease;
      transition: all 0.2s ease;
      background: #ffffff; }
      section.institutions-filter .filter .field {
        margin: 0; }
        @media all and (max-width: 1023px) {
          section.institutions-filter .filter .field {
            margin: 0 0 10px 0; } }
        section.institutions-filter .filter .field .button {
          -webkit-box-shadow: none;
          -moz-box-shadow: none;
          box-shadow: none;
          min-width: 0;
          width: 100%;
          padding: 10px 0;
          line-height: 34px; }
          @media all and (max-width: 767px) {
            section.institutions-filter .filter .field .button {
              padding: 0; } }
        @media all and (max-width: 1440px) {
          section.institutions-filter .filter .field.search:before {
            left: 5px; }
          section.institutions-filter .filter .field.search .input {
            padding-left: 30px; } }
      @media all and (max-width: 1023px) {
        section.institutions-filter .filter {
          height: 145px; } }
      @media all and (max-width: 1279px) {
        section.institutions-filter .filter {
          top: 55px;
          width: 100%;
          padding: 20px 30px 10px 30px; } }
      @media all and (max-width: 767px) {
        section.institutions-filter .filter {
          top: 45px;
          padding: 10px;
          height: auto;
          overflow: hidden; }
          section.institutions-filter .filter.active {
            height: 205px; }
          section.institutions-filter .filter .row > .column {
            margin: 0; }
          section.institutions-filter .filter .more {
            font-size: 12px;
            padding: 0;
            margin: 0 0 10px 0; }
            section.institutions-filter .filter .more:before {
              display: none; }
            section.institutions-filter .filter .more:after {
              display: none; } }
    section.institutions-filter .main-content {
      height: 90vh;
      overflow: auto;
      width: 66.6666666%;
      z-index: 99;
      display: inline-block;
      background: #f9fbff; }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
        section.institutions-filter .main-content {
          height: 1229.4px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 1024px) and (device-height: 1366px) and (orientation: landscape) {
        section.institutions-filter .main-content {
          height: 921.6px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
        section.institutions-filter .main-content {
          height: 921.6px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
        section.institutions-filter .main-content {
          height: 691.2px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
        section.institutions-filter .main-content {
          height: 432px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
        section.institutions-filter .main-content {
          height: 288px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
        section.institutions-filter .main-content {
          height: 511.2px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
        section.institutions-filter .main-content {
          height: 288px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 375px) and (device-height: 667px) and (orientation: portrait) {
        section.institutions-filter .main-content {
          height: 600.3px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 375px) and (device-height: 667px) and (orientation: landscape) {
        section.institutions-filter .main-content {
          height: 337.5px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 414px) and (device-height: 736px) and (orientation: portrait) {
        section.institutions-filter .main-content {
          height: 662.4px; } }
      @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 414px) and (device-height: 736px) and (orientation: landscape) {
        section.institutions-filter .main-content {
          height: 372.6px; } }
      @media all and (max-width: 1279px) {
        section.institutions-filter .main-content {
          width: 50%; } }
      @media all and (max-width: 1023px) {
        section.institutions-filter .main-content {
          width: 100%; } }
      @media all and (max-width: 767px) {
        section.institutions-filter .main-content {
          padding: 0 5px; } }
      section.institutions-filter .main-content .section-body {
        padding: 20px; }
        section.institutions-filter .main-content .section-body .institution-box .box-wrapper {
          background: #ffffff; }
        @media all and (max-width: 1023px) {
          section.institutions-filter .main-content .section-body {
            padding: 10px 0; } }
    @media all and (max-width: 1023px) {
      section.institutions-filter.map-active .main-content {
        display: none; }
      section.institutions-filter.map-active .institutions-map {
        display: block; }
      section.institutions-filter .institutions-map {
        display: none; } }
    section.institutions-filter .empty-content {
      height: 100%;
      overflow: auto;
      width: 66.6666666%;
      z-index: 99;
      display: inline-block;
      background: #f9fbff; }
      @media all and (max-width: 1279px) {
        section.institutions-filter .empty-content {
          width: 50%; } }
      @media all and (max-width: 1023px) {
        section.institutions-filter .empty-content {
          width: 100%; } }
      section.institutions-filter .empty-content .empty-search {
        margin: 0 auto;
        width: 600px;
        padding: 50px 20px;
        max-width: 100%;
        text-align: center; }
        section.institutions-filter .empty-content .empty-search h2 {
          font-size: 22px;
          font-weight: bold;
          padding: 20px 0 20px 0; }
        section.institutions-filter .empty-content .empty-search p {
          line-height: 1.5; }
        section.institutions-filter .empty-content .empty-search img {
          max-width: 100%; }
  @media only screen and (max-width: 767px) {
    section {
      padding: 20px 0; } }

.working-hours {
  position: relative; }
  .working-hours ul {
    position: absolute;
    background: #ffffff;
    left: 90px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 0;
    height: 40px;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    .working-hours ul.active, .working-hours ul:hover {
      height: 255px;
      -webkit-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1);
      box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.1); }
      @media only screen and (max-width: 767px) {
        .working-hours ul.active, .working-hours ul:hover {
          height: 195px; } }
    .working-hours ul > li {
      padding: 10px 20px 0 40px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      display: block;
      font-size: 16px;
      color: #666b86;
      line-height: 1.6;
      cursor: pointer;
      position: relative; }
      .working-hours ul > li:first-child:after {
        position: absolute;
        left: 15px;
        top: 13px;
        content: "";
        background: url("/img/ic_time_open.svg") no-repeat center;
        background-size: contain;
        width: 15px;
        height: 15px; }
      @media only screen and (max-width: 767px) {
        .working-hours ul > li {
          font-size: 12px;
          line-height: 1;
          padding-top: 14px; } }
  .working-hours.closed ul > li:after {
    background-image: url("/img/ic_time_closed.svg"); }

#locationMap {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%; }
  #locationMap .map-bubble {
    width: 265px;
    overflow: hidden;
    padding: 0 0 11px 0;
    -webkit-border-radius: 3px 3px 4px 4px;
    -moz-border-radius: 3px 3px 4px 4px;
    border-radius: 3px 3px 4px 4px;
    -webkit-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 8px 13px 0px rgba(0, 0, 0, 0.5); }
    #locationMap .map-bubble:after {
      width: 0;
      height: 0;
      border-left: 12px solid transparent;
      border-right: 12px solid transparent;
      border-top: 12px solid #c5b7a1;
      position: absolute;
      bottom: -0px;
      left: 50%;
      content: "";
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%); }
    #locationMap .map-bubble .top {
      position: relative;
      -webkit-border-radius: 5px 5px 0 0;
      -moz-border-radius: 5px 5px 0 0;
      border-radius: 5px 5px 0 0;
      overflow: hidden;
      padding: 15px;
      background: #ffffff; }
      #locationMap .map-bubble .top:after {
        content: "";
        display: table;
        clear: both; }
      #locationMap .map-bubble .top .mb-img {
        width: 33.3333%;
        float: left;
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out; }
        #locationMap .map-bubble .top .mb-img img {
          width: 100%; }
        #locationMap .map-bubble .top .mb-img:hover {
          opacity: .9; }
      #locationMap .map-bubble .top .mb-title {
        text-align: left;
        padding-left: 10px;
        background: #ffffff;
        width: 66.666666%;
        display: inline-block; }
        #locationMap .map-bubble .top .mb-title a {
          display: block;
          color: #000000;
          font-size: 14px;
          font-weight: bold; }
          #locationMap .map-bubble .top .mb-title a:hover {
            color: #dabc97; }
        #locationMap .map-bubble .top .mb-title p {
          padding: 10px 0 0 0;
          font-size: 12px; }
    #locationMap .map-bubble .mb-link a {
      display: block;
      color: #ffffff;
      background: #c5b7a1;
      text-align: center;
      font-size: 1em;
      font-weight: bold;
      position: relative;
      z-index: 999;
      padding: 12px 0; }
      #locationMap .map-bubble .mb-link a:hover {
        background: #dabc97; }
  #locationMap .close-info-window {
    opacity: 0.3 !important;
    right: 52px !important;
    top: 15px !important;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease; }
    #locationMap .close-info-window:hover {
      opacity: 1 !important; }

.slip {
  padding: 0 20px; }
  .slip .slip-table {
    font-family: Arial, sans-serif;
    font-size: 13px;
    border: 1px solid #666b86;
    color: #000000;
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 0 20px 0; }
    .slip .slip-table td.padding {
      padding: 0 20px; }
    .slip .slip-table h2 {
      font-size: 18px;
      font-weight: bold; }
    .slip .slip-table .label > td {
      padding: 10px 0 0 0; }
    .slip .slip-table .slip-left {
      width: 100%; }
      .slip .slip-table .slip-left tr.label td {
        height: 15px;
        padding-bottom: 2px;
        padding-left: 0; }
    .slip .slip-table .big-input {
      width: 100%;
      height: 56px;
      border: 1px solid #666b86;
      padding: 3px 5px !important; }
    .slip .slip-table .big-input textarea {
      width: 100% !important;
      height: 100%;
      float: none;
      border: none;
      padding: 0;
      background: #ffffff;
      box-shadow: none;
      resize: none;
      color: black; }
    .slip .slip-table table.slip-right {
      width: 100%;
      margin: 10px 0; }
      .slip .slip-table table.slip-right tr td {
        padding: 0 9px; }
      .slip .slip-table table.slip-right .slip-input {
        border: 1px solid #666b86;
        width: 100%;
        min-height: 30px; }
      .slip .slip-table table.slip-right .slip-holder {
        border: 1px solid #666b86;
        height: 25px;
        vertical-align: middle;
        text-align: center;
        font-size: 20px; }
    .slip .slip-table .slip-bottom {
      width: 90%;
      margin: 13px auto 7px auto; }
      .slip .slip-table .slip-bottom td {
        text-align: center;
        padding: 0; }
      .slip .slip-table .slip-bottom .placeholders td {
        border-bottom: 1px solid #666b86;
        padding: 0;
        width: 31%; }
      .slip .slip-table .slip-bottom .placeholders.bottom-inputs {
        height: 25px; }
      .slip .slip-table .slip-bottom .placeholders td.break {
        width: 10px;
        border: none; }
      .slip .slip-table .slip-bottom .slip-input {
        width: 100%;
        border: 0; }

.hero-error {
  position: relative;
  background: url("/img/blug-big-bg.jpg") no-repeat left center;
  min-height: 100vh; }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
    .hero-error {
      min-height: 1366px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 1024px) and (device-height: 1366px) and (orientation: landscape) {
    .hero-error {
      min-height: 1024px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
    .hero-error {
      min-height: 1024px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 768px) and (device-height: 1024px) and (orientation: landscape) {
    .hero-error {
      min-height: 768px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: portrait) {
    .hero-error {
      min-height: 480px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 480px) and (orientation: landscape) {
    .hero-error {
      min-height: 320px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: portrait) {
    .hero-error {
      min-height: 568px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 320px) and (device-height: 568px) and (orientation: landscape) {
    .hero-error {
      min-height: 320px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 375px) and (device-height: 667px) and (orientation: portrait) {
    .hero-error {
      min-height: 667px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 375px) and (device-height: 667px) and (orientation: landscape) {
    .hero-error {
      min-height: 375px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 414px) and (device-height: 736px) and (orientation: portrait) {
    .hero-error {
      min-height: 736px; } }
  @media only screen and (-webkit-min-device-pixel-ratio: 1) and (device-width: 414px) and (device-height: 736px) and (orientation: landscape) {
    .hero-error {
      min-height: 414px; } }
  .hero-error .error-content {
    width: 838px;
    max-width: 94%;
    height: 838px;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    background: url("/img/bg-circle.png") no-repeat center center;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media only screen and (max-width: 767px) {
      .hero-error .error-content {
        height: auto;
        background: none; } }
    @media only screen and (min-width: 768px) and (max-width: 1023px) {
      .hero-error .error-content {
        width: 100%; } }
    .hero-error .error-content > div {
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media only screen and (max-width: 767px) {
        .hero-error .error-content > div {
          position: relative;
          top: auto;
          left: auto;
          -webkit-transform: translate(0%, 0%);
          -moz-transform: translate(0%, 0%);
          -ms-transform: translate(0%, 0%);
          -o-transform: translate(0%, 0%);
          transform: translate(0%, 0%); } }
      @media only screen and (max-width: 767px) {
        .hero-error .error-content > div img {
          width: 80%;
          height: auto;
          margin: 0 auto;
          display: block; } }
      .hero-error .error-content > div p {
        width: 80%;
        margin: 0 auto;
        color: #ffffff;
        font-size: 1.375rem;
        line-height: 1.4;
        padding: 0 0 15px 0; }
        @media only screen and (max-width: 767px) {
          .hero-error .error-content > div p {
            width: 100%; } }
      .hero-error .error-content > div div {
        width: 40%;
        margin: 0 auto; }
        @media only screen and (max-width: 767px) {
          .hero-error .error-content > div div {
            width: 80%; } }
        .hero-error .error-content > div div a {
          margin: 10px 0; }
          .hero-error .error-content > div div a.more {
            color: #ffffff;
            padding: 0; }
            .hero-error .error-content > div div a.more:after, .hero-error .error-content > div div a.more:before {
              display: none; }

/*************** SCROLLBAR BASE CSS ***************/
.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-element {
  display: none; }

.scroll-element, .scroll-element div {
  box-sizing: content-box; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

/*************** SIMPLE OUTER SCROLLBAR ***************/
.main-content > .scroll-element,
.main-content > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.main-content > .scroll-element {
  background-color: #f9fbff; }

.main-content > .scroll-element div {
  display: block;
  left: 0;
  top: 5px;
  bottom: 5px;
  width: 100%; }

.main-content > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.main-content > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.main-content > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.main-content > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.main-content > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.main-content > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

.main-content > .scroll-element .scroll-element_outer,
.main-content > .scroll-element .scroll-element_track,
.main-content > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.main-content > .scroll-element .scroll-bar {
  background-color: #666b86;
  opacity: 0.3;
  -webkit-transition: background 0.2s ease, opacity 0.2s ease;
  -moz-transition: background 0.2s ease, opacity 0.2s ease;
  -ms-transition: background 0.2s ease, opacity 0.2s ease;
  -o-transition: background 0.2s ease, opacity 0.2s ease;
  transition: background 0.2s ease, opacity 0.2s ease; }

.main-content > .scroll-element .scroll-bar:hover {
  opacity: 0.6; }

.main-content > .scroll-element.scroll-draggable .scroll-bar {
  opacity: 1; }

/* scrollbar height/width & offset from container borders */
.main-content > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.main-content > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.main-content > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.main-content > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

/* update scrollbar offset if both scrolls are visible */
.main-content > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.main-content > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.main-content > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.main-content > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

/*!
 * Datepicker v0.6.5
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2018 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-03-31T06:16:43.444Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.datepicker-container:after, .datepicker-container:before {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0; }

.datepicker-dropdown {
  border: 1px solid #ccc;
  box-shadow: 0 3px 6px #ccc;
  box-sizing: content-box;
  position: absolute;
  z-index: 1; }

.datepicker-inline {
  position: static; }

.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f; }

.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before {
  border-top: 0;
  left: 10px;
  top: -5px; }

.datepicker-top-left:before, .datepicker-top-right:before {
  border-bottom-color: #39f; }

.datepicker-top-left:after, .datepicker-top-right:after {
  border-bottom-color: #fff;
  top: -4px; }

.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f; }

.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before {
  border-bottom: 0;
  bottom: -5px;
  left: 10px; }

.datepicker-bottom-left:before, .datepicker-bottom-right:before {
  border-top-color: #39f; }

.datepicker-bottom-left:after, .datepicker-bottom-right:after {
  border-top-color: #fff;
  bottom: -4px; }

.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before {
  left: auto;
  right: 10px; }

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%; }

.datepicker-panel > ul:after, .datepicker-panel > ul:before {
  content: " ";
  display: table; }

.datepicker-panel > ul:after {
  clear: both; }

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px; }

.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999; }

.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff; }

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #39f; }

.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default; }

.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff; }

.datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px; }

.datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] {
  width: 150px; }

.datepicker-panel > ul[data-view=months] > li, .datepicker-panel > ul[data-view=years] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px; }

.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default; }

.datepicker-hide {
  display: none; }

.position-static {
  position: static !important; }

.glue-bottom {
  position: absolute !important;
  bottom: 0; }
  @media only screen and (max-width: 1279px) {
    .glue-bottom {
      position: static !important; } }

/*# sourceMappingURL=1-main.css.map */
