.loaderArea {
  background: white;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 100000; }

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
  animation-delay: 1s; }

.item-1 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eed968;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center; }
@keyframes scale {
  0% {
    transform: scale(1); }
  50%,
        75% {
    transform: scale(2.5); }
  78%, 100% {
    opacity: 0; } }
  .item-1:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eed968;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 200ms;
    transition: 0.5s all ease;
    transform: scale(1); }

.item-2 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eece68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center; }
@keyframes scale {
  0% {
    transform: scale(1); }
  50%,
        75% {
    transform: scale(2.5); }
  78%, 100% {
    opacity: 0; } }
  .item-2:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eece68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 400ms;
    transition: 0.5s all ease;
    transform: scale(1); }

.item-3 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eec368;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center; }
@keyframes scale {
  0% {
    transform: scale(1); }
  50%,
        75% {
    transform: scale(2.5); }
  78%, 100% {
    opacity: 0; } }
  .item-3:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eec368;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 600ms;
    transition: 0.5s all ease;
    transform: scale(1); }

.item-4 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #eead68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center; }
@keyframes scale {
  0% {
    transform: scale(1); }
  50%,
        75% {
    transform: scale(2.5); }
  78%, 100% {
    opacity: 0; } }
  .item-4:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #eead68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 800ms;
    transition: 0.5s all ease;
    transform: scale(1); }

.item-5 {
  width: 20px;
  height: 20px;
  background: #f583a1;
  border-radius: 50%;
  background-color: #ee8c68;
  margin: 7px;
  display: flex;
  justify-content: center;
  align-items: center; }
@keyframes scale {
  0% {
    transform: scale(1); }
  50%,
        75% {
    transform: scale(2.5); }
  78%, 100% {
    opacity: 0; } }
  .item-5:before {
    content: '';
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #ee8c68;
    opacity: 0.7;
    animation: scale 2s infinite cubic-bezier(0, 0, 0.49, 1.02);
    animation-delay: 1000ms;
    transition: 0.5s all ease;
    transform: scale(1); }

p {
  color: #0c0803; }

.first {
  background-image: url(../img/bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  .first .uk-position-center {
    top: 55%; }
  @media (max-width: 548px) {
    .first {
      background-image: url(../img/bg-1m.jpg); } }

.uk-modal-title {
  font-size: 2rem;
  line-height: 1.3; }
  @media (max-width: 1950px) {
    .uk-modal-title {
      font-size: calc(1.12rem + 0.7220512821vw) ; } }
  .uk-modal-title #polic p {
    font-size: 1rem; }
    @media (max-width: 1950px) {
      .uk-modal-title #polic p {
        font-size: calc(0.92rem + 0.0656410256vw) ; } }

#map {
  width: 100%;
  height: 520px;
  margin: 0;
  padding: 0;
  background-color: #ccc;
  overflow: hidden; }

.forum {
  font-family: 'Forum';
  font-size: 3rem;
  font-size: 3rem;
  text-transform: uppercase;
  line-height: 0.975;
  position: relative; }
  @media (max-width: 1950px) {
    .forum {
      font-size: calc(1.32rem + 1.3784615385vw) ; } }
  .forum:before {
    content: '';
    width: 10px;
    height: 100%;
    position: absolute;
    left: -20px; }
    @media (max-width: 548px) {
      .forum:before {
        width: 5px !important;
        left: -10px !important; } }

.mt10 {
  margin-top: 10rem; }

.uk-switcher li {
  overflow: scroll; }
  .uk-switcher li img {
    width: 1500px;
    max-width: 1500px;
    overflow: scroll; }
    @media (max-width: 1148px) {
      .uk-switcher li img {
        width: 1100px;
        max-width: 1100px;
        overflow: scroll; } }

.u-mobile {
  display: none; }
  @media (max-width: 1148px) {
    .u-mobile {
      display: block; } }

.u-desktop {
  display: flex; }
  @media (max-width: 1148px) {
    .u-desktop {
      display: none; } }

.uk-navbar.mobile {
  display: none; }
  @media (max-width: 1180px) {
    .uk-navbar.mobile {
      display: flex !important; } }

@media (max-width: 768px) {
  ul.uk-tab {
    margin-left: 0.1rem; } }

@media (max-width: 768px) {
  .mt-0 {
    margin-top: 0 !important; } }

.uk-navbar.desktop {
  padding: 0 6rem;
  padding-bottom: 15px; }
  @media (max-width: 1180px) {
    .uk-navbar.desktop {
      display: none !important; } }
  @media (max-width: 1555px) {
    .uk-navbar.desktop {
      padding-top: 0;
      padding-right: 1rem;
      padding-left: 1rem;
      padding-bottom: 0; } }
  .uk-navbar.desktop .uk-navbar-nav > li > a {
    color: white;
    font-family: "Open Sans";
    text-transform: none;
    font-size: 1.3rem;
    transition: 0.1s ease-in-out;
    transition-property: color, background-color;
    text-shadow: 0px 1px 5.7px rgba(0, 0, 0, 0.65);
    margin-right: 15px; }
    @media (max-width: 1950px) {
      .uk-navbar.desktop .uk-navbar-nav > li > a {
        font-size: calc(0.98rem + 0.2625641026vw) ; } }
    @media (max-width: 1455px) {
      .uk-navbar.desktop .uk-navbar-nav > li > a {
        font-size: 1rem; } }
  @media (max-width: 1455px) and (max-width: 1950px) {
    .uk-navbar.desktop .uk-navbar-nav > li > a {
      font-size: calc(0.92rem + 0.0656410256vw) ; } }

    .uk-navbar.desktop .uk-navbar-nav > li > a:hover {
      color: #ffab56; }
  .uk-navbar.desktop .contact {
    margin-left: 4rem;
    margin-top: 2rem; }
    @media (max-width: 1455px) {
      .uk-navbar.desktop .contact {
        margin-left: 0rem;
        margin-top: 0rem; } }
    .uk-navbar.desktop .contact a {
      text-transform: uppercase;
      line-height: 2;
      text-align: left;
      text-shadow: 0px 1px 5.7px rgba(0, 0, 0, 0.65);
      color: white;
      font-weight: bold;
      font-size: 1.3rem;
      font-family: 'Open Sans';
      transition: .1s ease-in-out;
      transition-property: color,background-color; }
      @media (max-width: 1950px) {
        .uk-navbar.desktop .contact a {
          font-size: calc(0.98rem + 0.2625641026vw) ; } }
      @media (max-width: 1455px) {
        .uk-navbar.desktop .contact a {
          font-size: 1rem; } }
  @media (max-width: 1455px) and (max-width: 1950px) {
    .uk-navbar.desktop .contact a {
      font-size: calc(0.92rem + 0.0656410256vw) ; } }

.uk-button-pr {
  border-radius: 23px;
  font-size: 0.9rem;
  font-family: "Open Sans Semibold";
  color: #312613;
  text-transform: uppercase;
  text-align: center;
  -moz-transform: matrix(1.4266780677, 0, 0, 1.7830556029, 0, 0);
  -webkit-transform: matrix(1.4266780677, 0, 0, 1.7830556029, 0, 0);
  -ms-transform: matrix(1.4266780677, 0, 0, 1.7830556029, 0, 0);
  background: #e3ac6a;
  border: none;
  font-weight: bold;
  padding: 0 40px;
  line-height: 32px; }
  .uk-button-pr:hover, .uk-button-pr:active {
    background-color: #af834e; }

.head-text {
  padding: 14rem 0rem;
  padding-bottom: 18rem;
  max-width: 100%;
  overflow: hidden; }
  @media (max-width: 768px) {
    .head-text {
      padding: 3rem 0rem;
      padding-bottom: 3rem; } }
  .head-text .bold {
    font-size: 3.3rem;
    font-family: "Open Sans";
    color: #fefdff;
    text-transform: uppercase;
    line-height: 0.922;
    text-align: center;
    text-shadow: 0px 1px 5.7px rgba(0, 0, 0, 0.65);
    font-weight: 800;
    -moz-transform: matrix(1.6047500426, 0, 0, 1.7830556029, 0, 0);
    -webkit-transform: matrix(1.6047500426, 0, 0, 1.7830556029, 0, 0);
    -ms-transform: matrix(1.6047500426, 0, 0, 1.7830556029, 0, 0); }
    @media (max-width: 1950px) {
      .head-text .bold {
        font-size: calc(1.38rem + 1.5753846154vw) ; } }
    @media (max-width: 510px) {
      .head-text .bold {
        zoom: 55% !important; } }
    @media (max-width: 768px) {
      .head-text .bold {
        zoom: 75%; } }
  .head-text .normal {
    font-size: 2.6rem;
    font-family: myriad-pro, sans-serif;
    color: #fefdff;
    line-height: 1.205;
    text-align: center;
    text-shadow: 0px 1px 5.7px rgba(0, 0, 0, 0.65);
    -moz-transform: matrix(0.9988014594, 0, 0, 0.9988014594, 0, 0);
    -webkit-transform: matrix(0.9988014594, 0, 0, 0.9988014594, 0, 0);
    -ms-transform: matrix(0.9988014594, 0, 0, 0.9988014594, 0, 0); }
    @media (max-width: 1950px) {
      .head-text .normal {
        font-size: calc(1.24rem + 1.1158974359vw) ; } }
    @media (max-width: 510px) {
      .head-text .normal {
        zoom: 65% !important; } }
    @media (max-width: 768px) {
      .head-text .normal {
        zoom: 75%; } }
  .head-text .normalb {
    font-size: 2rem;
    font-family: "Open Sans";
    color: #eca95c;
    line-height: 1.614;
    text-shadow: 0px 1px 5.7px rgba(0, 0, 0, 0.65);
    font-weight: bold;
    -moz-transform: matrix(1.6045207687, 0, 0, 1.7830556029, 0, 0);
    -webkit-transform: matrix(1.6045207687, 0, 0, 1.7830556029, 0, 0);
    -ms-transform: matrix(1.6045207687, 0, 0, 1.7830556029, 0, 0);
    margin-top: 4rem;
    font-style: italic; }
    @media (max-width: 1950px) {
      .head-text .normalb {
        font-size: calc(1.12rem + 0.7220512821vw) ; } }
    @media (max-width: 510px) {
      .head-text .normalb {
        margin-top: 1rem;
        zoom: 45% !important; } }
    @media (max-width: 768px) {
      .head-text .normalb {
        zoom: 75%; } }
    .head-text .normalb img {
      width: 100%;
      max-width: 100px; }
      @media (max-width: 510px) {
        .head-text .normalb img {
          width: 70px !important; } }
      @media (max-width: 768px) {
        .head-text .normalb img {
          width: 95px; } }
  @media (max-width: 768px) {
    .head-text .uk-button {
      zoom: 75%; } }

nav.uk-navbar-container.uk-navbar-transparent.uk-navbar.uk-sticky.uk-sticky-fixed.uk-active {
  background: #312613; }

.second {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }

.light {
  font-family: 'Open Sans Light'; }
  @media (max-width: 400px) {
    .light {
      font-size: 14px; } }

.pannel-board {
  background: #e3ac6a;
  padding: 4.5rem 0; }
  .pannel-board .bold {
    font-size: 3rem;
    font-family: 'Open Sans ExtraBold';
    text-transform: uppercase;
    margin: 0; }
    @media (max-width: 1950px) {
      .pannel-board .bold {
        font-size: calc(1.32rem + 1.3784615385vw) ; } }
  .pannel-board p {
    font-family: "Open Sans Light";
    font-size: 0.92rem;
    margin: 0;
    line-height: 1.539; }
  .pannel-board .forum {
    font-family: 'Forum';
    font-size: 3rem;
    text-transform: uppercase;
    line-height: 0.975;
    position: relative; }
    @media (max-width: 1950px) {
      .pannel-board .forum {
        font-size: calc(1.32rem + 1.3784615385vw) ; } }
    .pannel-board .forum:before {
      content: '';
      width: 10px;
      height: 100%;
      background: #0c0803;
      position: absolute;
      left: -20px; }

.second {
  background-image: url(../img/bg2.png);
  padding: 8rem 0; }
  @media (max-width: 768px) {
    .second {
      background-image: none; } }
  @media (max-width: 1148px) {
    .second {
      padding: 4rem 0; } }
  .second .secon-text {
    padding-top: 6.5rem;
    padding-bottom: 4.5rem; }
    @media (max-width: 768px) {
      .second .secon-text {
        padding-top: 3rem; } }
  .second .pannel-board {
    background: #e3ac6a;
    padding: 4.5rem 0; }
    .second .pannel-board .bold {
      font-size: 3rem;
      font-family: 'Open Sans ExtraBold';
      text-transform: uppercase;
      margin: 0; }
      @media (max-width: 1950px) {
        .second .pannel-board .bold {
          font-size: calc(1.32rem + 1.3784615385vw) ; } }
      @media (max-width: 768px) {
        .second .pannel-board .bold {
          font-size: 2.7rem; } }
  @media (max-width: 768px) and (max-width: 1950px) {
    .second .pannel-board .bold {
      font-size: calc(1.26rem + 1.1815384615vw) ; } }

    .second .pannel-board p {
      font-family: "Open Sans Light";
      font-size: 0.92rem;
      margin: 0;
      line-height: 1.539; }
  .second .placement {
    margin-top: 3.75rem; }
    .second .placement p {
      font-family: "Open Sans Semibold";
      font-size: 1.3rem;
      color: #d0a65b;
      text-transform: uppercase;
      margin: 0; }
      @media (max-width: 1950px) {
        .second .placement p {
          font-size: calc(0.98rem + 0.2625641026vw) ; } }
    .second .placement a {
      color: #0c0803;
      text-decoration: underline;
      font-size: 1.1rem;
      margin-left: 22px; }
      @media (max-width: 1950px) {
        .second .placement a {
          font-size: calc(0.94rem + 0.1312820513vw) ; } }

.slider1 .uk-slidenav-previous.uk-icon.uk-slidenav {
  background: #edaa5d;
  width: 40px;
  border-radius: 50%;
  text-align: center; }
  @media (max-width: 600px) {
    .slider1 .uk-slidenav-previous.uk-icon.uk-slidenav {
      width: 10px;
      padding: 7px 10px;
      transform: translateY(-100%) translateY(-35px); } }
.slider1 .uk-slidenav-next.uk-icon.uk-slidenav {
  background: #edaa5d;
  width: 40px;
  border-radius: 50%;
  text-align: center; }
  @media (max-width: 600px) {
    .slider1 .uk-slidenav-next.uk-icon.uk-slidenav {
      width: 10px;
      padding: 7px 10px;
      transform: translateY(-100%) translateY(-35px); } }
.slider1 li div {
  cursor: pointer;
  position: relative; }
  .slider1 li div:before {
    content: '';
    background-image: linear-gradient(to top, #edaa5d80 19%, #ff000000 73%);
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 101%;
    position: absolute; }
  .slider1 li div:hover:before {
    display: none; }

.uk-modal-dialog {
  border: 10px solid #e3ac6a; }
  .uk-modal-dialog img {
    width: 100%; }
  .uk-modal-dialog button.uk-modal-close-outside.uk-close.uk-icon {
    background: #e3ac6a;
    border-radius: 50%;
    font-weight: bold; }
    @media (max-width: 1000px) {
      .uk-modal-dialog button.uk-modal-close-outside.uk-close.uk-icon {
        top: 10px; } }

#modal-map button.uk-modal-close-outside.uk-close.uk-icon {
  background: #e3ac6a;
  border-radius: 50%;
  font-weight: bold; }
  @media (max-width: 1000px) {
    #modal-map button.uk-modal-close-outside.uk-close.uk-icon {
      top: -5px;
      right: -20px; } }

#send .uk-modal-dialog {
  border: 0; }

.book {
  padding: 8rem 0;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat; }
  @media (max-width: 1148px) {
    .book {
      padding: 4rem 0; } }

.presentation {
  background: #ece0d1;
  padding: 25px;
  border: 20px solid #edc166;
  box-shadow: 0 0 50px rgba(237, 193, 102, 0.5);
  max-width: 457px;
  margin-right: 18%;
  margin-top: 7%; }
  @media (max-width: 500px) {
    .presentation {
      max-width: 220px !important; } }
  @media (max-width: 1148px) {
    .presentation {
      margin: 0 auto;
      max-width: 320px; } }
  .presentation button {
    -moz-transform: matrix(1.2746183364, 0, 0, 1.593943645, 0, 0);
    -webkit-transform: matrix(1.2746183364, 0, 0, 1.593943645, 0, 0);
    -ms-transform: matrix(1.2746183364, 0, 0, 1.593943645, 0, 0);
    box-shadow: 0 0px 4px 2px #e0ca217a;
    margin-top: 15px;
    margin-bottom: 15px; }
    @media (max-width: 768px) {
      .presentation button {
        zoom: 75%; } }
  .presentation .uk-h1 {
    font-size: 3.3rem;
    font-family: 'Open Sans Condensed', sans-serif;
    text-transform: uppercase;
    line-height: 0.857; }
    @media (max-width: 1950px) {
      .presentation .uk-h1 {
        font-size: calc(1.38rem + 1.5753846154vw) ; } }
  .presentation .text-n {
    font-family: "Open Sans Light";
    font-size: 1.5rem; }
    @media (max-width: 1950px) {
      .presentation .text-n {
        font-size: calc(1.02rem + 0.3938461538vw) ; } }
  .presentation p.pol {
    font-family: "Open Sans Light";
    font-size: 0.91rem;
    margin-bottom: 0; }
    @media (max-width: 1950px) {
      .presentation p.pol {
        font-size: calc(0.902rem + 0.0065641026vw) ; } }
    .presentation p.pol a {
      color: #0c0803;
      text-decoration: underline; }

.scheme {
  background-image: url(../img/bg-4.png);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 8rem 0; }
  @media (max-width: 768px) {
    .scheme {
      background-image: none;
      padding: 3rem 0; } }
  .scheme .forum:before {
    background: #edaa5d; }
  .scheme ul#component-tab-left {
    margin-top: 2rem; }
  .scheme .uk-tab-left {
    margin-top: 8rem; }
    .scheme .uk-tab-left .uk-active > a {
      border-color: transparent; }
    .scheme .uk-tab-left a {
      padding-left: 3.4rem;
      padding-right: 10rem;
      padding-top: 3rem;
      padding-bottom: 2rem; }
    .scheme .uk-tab-left li {
      background: #f1eeed;
      cursor: pointer;
      border: 1px solid #d3d1d1;
      margin-bottom: 1px; }
      .scheme .uk-tab-left li .badge {
        display: none; }
    .scheme .uk-tab-left li.uk-active, .scheme .uk-tab-left li:hover {
      background: #d4aa6d; }
      .scheme .uk-tab-left li.uk-active .badge, .scheme .uk-tab-left li:hover .badge {
        position: absolute;
        top: -23px;
        background: #dba963;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        /* color: white; */
        padding: 10px 14px;
        border-radius: 50%;
        font-size: 1.2rem;
        display: block; }
      .scheme .uk-tab-left li.uk-active:before, .scheme .uk-tab-left li:hover:before {
        content: '';
        border-style: solid;
        border-width: 75.5px 0 75.5px 26px;
        border-color: transparent transparent transparent #d4ab6d;
        right: -26px;
        position: absolute;
        top: 0; }
  .scheme p.m2 {
    text-align: right;
    text-transform: lowercase;
    font-family: "Open Sans Light";
    font-style: italic;
    margin-bottom: 0;
    margin-top: -10px; }
  .scheme p.uk-margin-remove.forum-big {
    font-size: 2.5rem;
    font-weight: bold;
    text-transform: lowercase;
    font-family: 'Forum'; }

.bg-panel {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding-top: 5rem;
  padding-bottom: 3.8rem;
  margin-bottom: 9rem; }
  @media (max-width: 768px) {
    .bg-panel {
      margin-bottom: 3rem; } }
  .bg-panel button {
    box-shadow: 0 0px 4px 2px #e0ca217a;
    padding: 0 30px; }
    @media (max-width: 510px) {
      .bg-panel button {
        zoom: 75% !important; } }
    @media (max-width: 768px) {
      .bg-panel button {
        zoom: 85%; } }
  .bg-panel p {
    font-size: 2.3rem;
    font-family: 'Open Sans ExtraBold';
    text-shadow: 0px 1px 5.7px rgba(0, 0, 0, 0.65);
    color: white;
    margin-bottom: 3rem; }
    @media (max-width: 1950px) {
      .bg-panel p {
        font-size: calc(1.18rem + 0.918974359vw) ; } }
    .bg-panel p span {
      color: #e3ac6a; }

.brands {
  background-image: url(../img/bg-5.png);
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 8rem 0; }
  @media (max-width: 768px) {
    .brands {
      padding: 3rem 0;
      background-image: none; } }
  .brands .forum:before {
    background: #edaa5d; }
  .brands img {
    margin-top: 9rem; }
    @media (max-width: 768px) {
      .brands img {
        zoom: 85%;
        margin-top: 3rem; } }

.panel-bottom .bg {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 3.4rem 0; }
.panel-bottom .presentation {
  margin-top: 1%; }
  @media (max-width: 1148px) {
    .panel-bottom .presentation {
      margin-top: -17%;
      z-index: 1;
      position: relative;
      margin-bottom: 5%; } }

.footer {
  box-shadow: 0 -7px 5px 7px rgba(237, 193, 102, 0.3);
  background: #312613;
  padding: 3rem 0rem;
  z-index: 1;
  position: relative;
  font-family: "Open Sans Light"; }
  .footer p {
    color: #fefdff;
    text-shadow: 0px 1px 5.7px rgba(0, 0, 0, 0.65);
    font-size: 1.2rem; }
    @media (max-width: 1950px) {
      .footer p {
        font-size: calc(0.96rem + 0.1969230769vw) ; } }
  .footer a {
    color: #fefdff;
    text-shadow: 0px 1px 5.7px rgba(0, 0, 0, 0.65);
    font-size: 1.2rem; }
    @media (max-width: 1950px) {
      .footer a {
        font-size: calc(0.96rem + 0.1969230769vw) ; } }
  .footer .polic a {
    font-size: 1rem;
    text-decoration: underline; }
    @media (max-width: 1950px) {
      .footer .polic a {
        font-size: calc(0.92rem + 0.0656410256vw) ; } }

.uk-form-large {
  font-size: 1.25rem; }
  @media (max-width: 1950px) {
    .uk-form-large {
      font-size: calc(0.97rem + 0.2297435897vw) ; } }

.ml-50 {
  margin-left: -100px; }

.uk-dotnav > * > * {
  width: 30px;
  height: 30px;
  background-color: #aeadae !important; }
  @media (max-width: 500px) {
    .uk-dotnav > * > * {
      width: 15px;
      height: 15px; } }

.uk-light .uk-dotnav > .uk-active > * {
  background-color: #edaa5d !important; }

ul.uk-slider-nav.uk-dotnav.uk-flex-center {
  margin-top: 3rem; }

.uk-offcanvas-bar.uk-offcanvas-bar-animation.uk-offcanvas-slide {
  background: black; }
  .uk-offcanvas-bar.uk-offcanvas-bar-animation.uk-offcanvas-slide .uk-close {
    background: #e3ac6a;
    border-radius: 50%;
    font-weight: bold;
    left: 20px;
    right: unset; }

ul.mobile-ul.uk-display-block.uk-text-left {
  list-style: none; }
  ul.mobile-ul.uk-display-block.uk-text-left li {
    font-family: "Open Sans Light";
    font-size: 1.3rem;
    line-height: 3.044;
    text-shadow: 0px 1px 5.7px rgba(0, 0, 0, 0.65); }
    @media (max-width: 1950px) {
      ul.mobile-ul.uk-display-block.uk-text-left li {
        font-size: calc(0.98rem + 0.2625641026vw) ; } }
  ul.mobile-ul.uk-display-block.uk-text-left .contact a {
    text-transform: uppercase;
    line-height: 3;
    text-align: left;
    text-shadow: 0px 1px 5.7px rgba(0, 0, 0, 0.65);
    color: white;
    font-weight: bold;
    font-size: 1.3rem;
    font-family: 'Open Sans';
    transition: .1s ease-in-out;
    transition-property: color,background-color; }
    @media (max-width: 1950px) {
      ul.mobile-ul.uk-display-block.uk-text-left .contact a {
        font-size: calc(0.98rem + 0.2625641026vw) ; } }

.uk-tab {
  justify-content: center;
  margin-top: 3rem; }
  .uk-tab li.uk-active, .uk-tab li:hover {
    background: #d4aa6d;
    border-bottom: none; }
    .uk-tab li.uk-active .badge, .uk-tab li:hover .badge {
      position: absolute;
      top: -23px;
      background: #dba963;
      box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
      /* color: white; */
      padding: 10px 14px;
      border-radius: 50%;
      font-size: 1.2rem;
      display: block !important; }
      @media (max-width: 600px) {
        .uk-tab li.uk-active .badge, .uk-tab li:hover .badge {
          zoom: 70%; } }
      @media (max-width: 500px) {
        .uk-tab li.uk-active .badge, .uk-tab li:hover .badge {
          zoom: 60%; } }
      @media (max-width: 400px) {
        .uk-tab li.uk-active .badge, .uk-tab li:hover .badge {
          zoom: 50%; } }
    .uk-tab li.uk-active:before, .uk-tab li:hover:before {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 70.5px 0 70.5px;
      border-color: #d4ab6d transparent transparent transparent;
      position: absolute; }
      @media (max-width: 959px) {
        .uk-tab li.uk-active:before, .uk-tab li:hover:before {
          bottom: -10px;
          left: 0; } }
      @media (max-width: 600px) {
        .uk-tab li.uk-active:before, .uk-tab li:hover:before {
          zoom: 70%; } }
      @media (max-width: 500px) {
        .uk-tab li.uk-active:before, .uk-tab li:hover:before {
          zoom: 60%; } }
      @media (max-width: 400px) {
        .uk-tab li.uk-active:before, .uk-tab li:hover:before {
          zoom: 50%; } }
  .uk-tab li {
    background: #f1eeed;
    margin-right: 1px;
    border: 1px solid #d4d3d2;
    padding-left: 10px;
    padding-right: 10px; }
    @media (max-width: 600px) {
      .uk-tab li {
        padding-left: 0px;
        padding-right: 0px; } }
    .uk-tab li .badge {
      display: none; }
    @media (max-width: 600px) {
      .uk-tab li p {
        zoom: 70%; } }
    @media (max-width: 500px) {
      .uk-tab li p {
        zoom: 60%; } }
    @media (max-width: 400px) {
      .uk-tab li p {
        zoom: 50%; } }
    @media (max-width: 600px) {
      .uk-tab li span {
        zoom: 70%; } }
    @media (max-width: 500px) {
      .uk-tab li span {
        zoom: 60%; } }
    @media (max-width: 400px) {
      .uk-tab li span {
        zoom: 50%; } }

.uk-tab > .uk-active > a {
  border-color: transparent; }

.uk-tab::before {
  display: none; }

.swap {
  display: none; }
  @media (max-width: 959px) {
    .swap {
      display: block;
      zoom: 90%; } }

@media (min-width: 959px) {
  .d-flex-lg {
    display: flex !important; } }

@media (max-width: 1710px) {
  .panel-bottom {
    padding-bottom: 5rem; } }
@media (max-width: 390px) {
  .d-blockmob {
    display: block !important; }
    .d-blockmob div {
      margin-bottom: 10px; } }
@media (max-width: 1148px) {
  .uk-container {
    padding-left: 4rem;
    padding-right: 4rem; }

  .panel-bottom {
    padding-bottom: 0rem; } }
@media (max-width: 500px) {
  .uk-container {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }

  .mt10 {
    margin-top: 3rem; } }
.uk-position-small[class*=uk-position-center-left], .uk-position-small[class*=uk-position-center-right] {
  transform: translateY(-100%) translateY(-15px); }

@font-face {
  font-family: 'Open Sans Light';
  src: url("../fonts/OpenSans-Light.eot");
  src: url("../fonts/OpenSans-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Light.woff") format("woff"), url("../fonts/OpenSans-Light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans ExtraBold';
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans Semibold';
  src: url("../fonts/OpenSans-SemiBold.eot");
  src: url("../fonts/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-SemiBold.woff") format("woff"), url("../fonts/OpenSans-SemiBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }
/* cyrillic-ext */
@font-face {
  font-family: 'Forum';
  font-style: normal;
  font-weight: 400;
  src: local("Forum"), url(https://fonts.gstatic.com/s/forum/v9/6aey4Ky-Vb8Ew8IcOpI43XnSBTM.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Forum';
  font-style: normal;
  font-weight: 400;
  src: local("Forum"), url(https://fonts.gstatic.com/s/forum/v9/6aey4Ky-Vb8Ew8IVOpI43XnSBTM.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* latin-ext */
@font-face {
  font-family: 'Forum';
  font-style: normal;
  font-weight: 400;
  src: local("Forum"), url(https://fonts.gstatic.com/s/forum/v9/6aey4Ky-Vb8Ew8IfOpI43XnSBTM.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Forum';
  font-style: normal;
  font-weight: 400;
  src: local("Forum"), url(https://fonts.gstatic.com/s/forum/v9/6aey4Ky-Vb8Ew8IROpI43XnS.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url(https://fonts.gstatic.com/s/opensanscondensed/v12/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDujMR7eS2AopSg.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url(https://fonts.gstatic.com/s/opensanscondensed/v12/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuHMR7eS2AopSg.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url(https://fonts.gstatic.com/s/opensanscondensed/v12/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDunMR7eS2AopSg.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url(https://fonts.gstatic.com/s/opensanscondensed/v12/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDubMR7eS2AopSg.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url(https://fonts.gstatic.com/s/opensanscondensed/v12/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDurMR7eS2AopSg.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url(https://fonts.gstatic.com/s/opensanscondensed/v12/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuvMR7eS2AopSg.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Open Sans Condensed';
  font-style: normal;
  font-weight: 700;
  src: local("Open Sans Condensed Bold"), local("OpenSansCondensed-Bold"), url(https://fonts.gstatic.com/s/opensanscondensed/v12/z7NFdQDnbTkabZAIOl9il_O6KJj73e7Ff0GmDuXMR7eS2Ao.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWJ0bf8pkAp6a.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFUZ0bf8pkAp6a.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWZ0bf8pkAp6a.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVp0bf8pkAp6a.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFWp0bf8pkAp6a.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFW50bf8pkAp6a.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url(https://fonts.gstatic.com/s/opensans/v15/mem8YaGs126MiZpBA-UFVZ0bf8pkAg.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOX-hpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F; }
/* cyrillic */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOVuhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116; }
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXuhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+1F00-1FFF; }
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUehpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0370-03FF; }
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXehpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB; }
/* latin-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOXOhpKKSTj5PW.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF; }
/* latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(https://fonts.gstatic.com/s/opensans/v15/mem5YaGs126MiZpBA-UN8rsOUuhpKKSTjw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD; }

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