*, *::after, *::before {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
  @media only screen and (max-width: 1200px) {
  html {
    font-size: 55%; } }

body {
  box-sizing: border-box;
  font-size: 1.6rem;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  color: #333; }

::selection {
  background-color: #000;
  color: #fff; }

.component ol, .component ul {
  padding-left: 2rem;
  margin-bottom: 2rem;
  /*position: relative;
   left: 20px;
   list-style-position: inside;*/ }

.component ol li {
  list-style: decimal;
  margin-left: 20px;
  list-style-position: inside; }

.component ul li {
  list-style: disc;
  margin-left: 20px;
  list-style-position: inside; }

.component a:link, .component a:visited {
  color: #f00;
  text-decoration: underline; }

.container {
  width: 1140px;
  margin: 0 auto;
  display: flex;
  flex-direction: column; }
  @media only screen and (max-width: 1200px) {
  .container {
    width: 900px; } }
  @media only screen and (max-width: 992px) {
  .container {
    width: 700px; } }
  @media only screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem; } }

#content {
  position: relative;
  z-index: 1;
  background-color: #fff; }

.component {
  padding: 5rem 0; }

img {
  max-width: 100%; }
  img.img__left {
    float: left;
    width: 30%;
    margin: 0 2rem 1rem 0; }
    img.img__right {
      float: right;
      width: 30%;
      margin: 0 0 1rem 2rem; }
    img.img__small {
      width: 12rem; }

#content p {
  margin-bottom: 2rem; }

.btn {
  padding: 1.2rem 3.5rem;
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.3rem;
  transition: all 0.5s; }
  .btn-primary {
    border: 2px solid #c6ab91;
    color: #fff !important;
    background-color: transparent; }
    .btn-primary:hover {
      background-color: #c6ab91; }

h1 {
  font-size: 4.2rem;
  margin-bottom: 2.2rem;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
  letter-spacing: -1px;
  clear: both; }

h2 {
  font-size: 3rem;
  margin-bottom: 3rem;
  letter-spacing: -1px;
  position: relative;
  clear: both; }
  h2:before {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 0;
    height: 2px;
    width: 30%;
    background-color: #c6ab91;
    z-index: 3; }
  h2:after {
    content: '';
    position: absolute;
    bottom: -1rem;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #e7d2be;
    z-index: 2; }

h3 {
  font-size: 1.8rem;
  margin-bottom: 2rem;
  letter-spacing: -1px; }

h4 {
  font-size: 1.6rem;
  margin-bottom: 2rem;
  letter-spacing: -1px; }

a:link, a:visited {
  color: #353535;
  text-decoration: none; }

.header {
  position: relative;
  z-index: 2;
  /*&__pictures {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
   & > * {
   background-repeat: no-repeat;
   min-height: 25rem;
   background-size: cover;
   padding: 8rem;
   position: relative;
   z-index: 0;
   text-align: center;
   & > * {
   position: relative;
   z-index: 3;
   }
   &::before {
   position: absolute;
   content: '';
   width: 100%;
   height: 100%;
   left: 0;
   top: 0;
   background-color: rgba(0,0,0,0.5);
   z-index: 1;
   }
   }
   h3 {
   color: #fff;
   font-size: 3rem;
   margin-bottom: 5rem;
   font-weight: 700;
   font-family: $font-display;
   letter-spacing: -2px;
   text-transform: uppercase;
   //text-shadow: 0 0.8rem 1.5rem rgba(0,0,0,0.5);
   }
   }*/ }
  .header__top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    display: grid;
    grid-template-columns: max-content 1fr max-content;
    grid-gap: 2rem;
    align-items: center;
    z-index: 100;
    background-color: rgba(0, 0, 0, 0.7); }
    .header__top-logo {
      padding: 0 2rem;
      text-transform: uppercase;
      font-size: 3rem;
      font-family: 'Roboto Slab', serif;
      letter-spacing: -2px; }
      @media only screen and (max-width: 1400px) {
  .header__top-logo {
    font-size: 2.2rem;
    letter-spacing: -1px; } }
      .header__top-logo a:link, .header__top-logo a:visited {
        color: #fff;
        text-decoration: none;
        font-weight: 300; }
        .header__top-logo a:link span, .header__top-logo a:visited span {
          color: #e7d2be;
          font-weight: 700; }
    .header__top-menu {
      justify-self: end; }
    .header__top-search {
      padding-right: 2rem;
      color: #fff;
      font-size: 2.2rem;
      overflow: hidden; }
      .header__top-search-icon {
        fill: #fff;
        width: 2rem;
        height: 2rem; }

div.aikonmenu {
  position: relative;
  background: transparent;
  font-family: 'Roboto Slab', serif; }

div.aikonmenu ul li a, div.aikonmenu ul li span {
  padding: 0 1.5rem;
  line-height: 7rem;
  color: #fff;
  font-size: 1.6rem; }

div.aikonmenu i.searchicon {
  line-height: 7rem;
  position: relative;
  margin-left: 3rem; }
  div.aikonmenu i.searchicon.fa-close {
    margin-top: -5px; }

.menuwrapper > ul li.active > a, .menuwrapper > ul li.active > span, .menuwrapper > ul li:hover > a, .menuwrapper > ul li:hover > span {
  color: #e7d2be;
  background: transparent; }

.navigation__checkbox {
  display: none; }
  .navigation__button {
    position: relative;
    z-index: 2000;
    text-align: center;
    cursor: pointer;
    font-size: 1.7rem;
    line-height: 7rem; }
    .navigation__button .fa-times {
      display: none; }
  .navigation__background {
    height: 7rem;
    width: 0;
    position: absolute;
    top: 0;
    right: 6px;
    background: #353535;
    z-index: 1000;
    transition: transform 0.8s cubic-bezier(0.86, 0, 0.07, 1); }
  .navigation__nav {
    height: 7rem;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    opacity: 0;
    transform: translateX(-50%); }
  .navigation__list {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    list-style: none;
    text-align: center;
    width: 100%; }
  .navigation__item {
    margin: 1rem; }
  .navigation__link:link, .navigation__link:visited {
    display: inline-block;
    font-size: 3rem;
    font-weight: 300;
    padding: 1rem 2rem;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-image: linear-gradient(120deg, transparent 0%, transparent 50%, #fff 50%);
    background-size: 220%;
    transition: all 0.4s; }
    .navigation__link:link span, .navigation__link:visited span {
      margin-right: 1.5rem;
      display: inline-block; }
    .navigation__link:hover, .navigation__link:active {
      background-position: 100%;
      color: #c6ab91;
      transform: translateX(1rem); }
  .navigation__checkbox:checked ~ .navigation__background {
    width: 100%;
    height: 7rem; }
  .navigation__checkbox:checked ~ .navigation__nav {
    opacity: 1;
    z-index: 1500;
    width: 80%; }
  .navigation__checkbox:checked ~ .navigation__button .fa-search {
    display: none; }
    .navigation__checkbox:checked ~ .navigation__button .fa-times {
      display: inline-block; }
  .navigation__icon {
    position: relative;
    margin-top: 3.5rem;
    /*&,
     &::before,
     &::after {
     width: 3rem;
     height: 2px;
     background-color: rgb(61, 61, 61);
     display: inline-block;
     }
     &::before,
     &::after {
     content: "\f6e3";
     position: absolute;
     left: 0;
     transition: all .2s;
     }
     &::before { top: -.8rem; }
     &::after { top: .8rem; }*/ }
    .navigation__icon::before {
      content: "\f6e3";
      position: absolute;
      left: 0;
      width: 3rem;
      height: 3rem;
      font-size: 2rem;
      line-height: 7rem;
      font-family: "Font Awesome 5 Free"; }
  .navigation__button:hover .navigation__icon::before {
    top: -1rem; }
  .navigation__button:hover .navigation__icon::after {
    top: 1rem; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon {
    background-color: transparent; }
  .navigation__checkbox:checked + .navigation__button .navigation__icon::before {
    top: 0;
    transform: rotate(135deg); }
  .navigation__checkbox:checked + .navigation__button .navigation__icon::after {
    top: 0;
    transform: rotate(-135deg); }
  .navigation__search form {
    position: relative; }
    .navigation__search-inputbox {
      width: 100%;
      height: 6rem;
      line-height: 6rem;
      padding: 0 5rem 0 2rem;
      background-color: transparent;
      color: #fff;
      font-size: 2rem;
      border: none;
      border-bottom: 1px solid #fff;
      font-family: 'Roboto Slab', serif; }
    .navigation__search-inputbox:focus, .navigation__search-inputbox:active {
      outline: none;
      background-color: transparent; }
    .navigation__search-button {
      position: absolute;
      right: 1rem;
      top: 0;
      background: transparent;
      border: none;
      font-size: 3rem;
      color: #fff;
      cursor: pointer;
      line-height: 6rem; }

.breadcrumbs__container {
  background: url(../images/breadcrumbs_bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 21rem 0 15rem;
  color: #fff;
  position: relative;
  text-align: center; }
  .breadcrumbs__container > * {
    position: relative;
    z-index: 2; }
  .breadcrumbs__container ul {
    padding: 0;
    margin: 0; }
  .breadcrumbs__container ul li {
    display: inline-block;
    list-style: none;
    margin: 0; }
  .breadcrumbs__container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: rgba(0, 0, 0, 0.7); }
  .breadcrumbs__container:after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -10px;
    left: 50%;
    width: 20px;
    height: 20px;
    background: #fff;
    transform: translateX(-50%) rotate(45deg); }
  .breadcrumbs__container a {
    color: #fff;
    text-decoration: none; }
  .breadcrumbs__container-colors {
    background-image: url(../images/breadcrumbs_bg_colors.jpg); }

.content-bottom {
  margin-bottom: 5rem; }
  .content-bottom .no-margin-bottom {
    margin-bottom: -5rem; }

.callback {
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .callback a {
    display: inline-block;
    background-color: #353535;
    color: #fff;
    padding: 2rem 3.3rem;
    cursor: pointer;
    font-size: 2rem;
    text-transform: uppercase; }
  .callback a i {
    margin-right: 1.5rem; }
  .callback a:hover {
    background-color: #c6ab91;
    color: #000; }

footer {
  background-color: #353535;
  /*position: fixed;
   z-index: 0;
   width: 100%;
   bottom: 0;
   left: 0;
   right: 0;
   height: $footer-height;*/
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.footer {
  padding: 8rem 0;
  color: #fff; }
  .footer h3 {
    text-transform: uppercase;
    margin-bottom: 2rem; }
  .footer .container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
    grid-gap: 3rem; }
  @media only screen and (max-width: 1200px) {
    .footer .container {
      grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr)); } }
  @media only screen and (max-width: 992px) {
    .footer .container {
      grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr)); } }
  .footer__gallery {
    display: grid;
    grid-gap: 2px;
    grid-template-columns: repeat(auto-fit, minmax(10rem, 1fr)); }
  .footer a:link, .footer a:visited {
    color: #fff; }

.copyright {
  background-color: #2b2b2b;
  padding: 2rem 0;
  color: #fff; }
  .copyright a:link, .copyright a:visited {
    color: #ccc;
    text-decoration: none;
    font-size: 1.1rem; }

.newsflash-item {
  display: grid;
  grid-template-columns: 30% 1fr;
  grid-gap: 1.5rem; }
  .newsflash-item a:link, .newsflash-item a:visited {
    color: #fff; }

.uk-position-cover, .uk-panel-teaser img {
  display: block; }

.uk-grid ul li {
  list-style: none; }

.uk-grid ol, .uk-grid ul {
  padding-left: 0;
  margin-bottom: 0; }

.uk-grid ol li, .uk-grid ul li {
  list-style: none;
  margin-left: 0; }

.uk-tab-center .uk-tab > li {
  margin-left: 0;
  list-style: none; }

.uk-panel-teaser, .uk-panel-title {
  margin-bottom: 0; }

.uk-panel h3 {
  position: absolute;
  bottom: 50%;
  left: 0;
  transform: translateY(50%);
  display: block;
  width: 100%;
  background: rgba(198, 171, 145, 0.7);
  transition: all 0.5s; }
  .uk-panel h3 a {
    color: #fff;
    font-size: 2.2rem;
    line-height: 8rem;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 300; }
  .uk-panel:hover h3 {
    background: rgba(198, 171, 145, 0);
    bottom: 0;
    transform: none; }

.item-page.gallery {
  display: grid;
  grid-template-columns: 60% 1fr;
  grid-gap: 4rem;
  align-items: center; }
  @media only screen and (max-width: 992px) {
  .item-page.gallery {
    grid-template-columns: 30% 1fr;
    align-items: start; } }

.contacts__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  grid-gap: 3rem; }
  .contacts__grid .ba-form {
    padding: 0; }
  .contacts__grid .ba-btn-submit {
    background-color: #c6ab91 !important; }

.items-leading {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(35rem, 1fr));
  grid-gap: 4rem; }
  .items-leading h2 {
    font-size: 2rem; }

.adv {
  margin: 6rem 0; }
  .adv h3 {
    font-size: 3rem;
    font-family: 'Roboto Slab', serif;
    text-transform: uppercase;
    font-weight: 400;
    text-align: center;
    margin-bottom: 6rem; }

.advantages {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(25rem, 1fr));
  grid-gap: 3rem;
  text-align: center; }
  @media only screen and (max-width: 1200px) {
  .advantages {
    grid-template-columns: repeat(auto-fit, minmax(40rem, 1fr)); } }
  @media only screen and (max-width: 992px) {
  .advantages {
    grid-template-columns: repeat(auto-fit, minmax(30rem, 1fr)); } }
  .advantages h4 {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    font-family: 'Roboto Slab', serif;
    font-weight: 400;
    text-transform: uppercase; }
  .advantages__item {
    position: relative; }
  .advantages__item i {
    font-size: 6rem;
    margin-bottom: 2rem;
    color: #c6ab91; }
/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
  .container {
    width: 100%; } }
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
  .container {
    width: 100%; } }
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    width: 75rem; } }
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
  .container {
    width: 90rem; } }
/* Extra large devices (large desktops, 1200px and up)*/
.alert {
  padding: 20px 25px;
  margin-bottom: 15px;
  box-shadow: none;
  overflow: hidden; }

.alert h3 {
  font-size: 18px;
  margin-bottom: 5px; }

.alert-success .close {
  color: #9ab091; }

.alert-success, .alert-success h3, .alert-success .close:hover {
  color: #516c46; }

.alert-warning, .alert-warning h3, .alert-warning .close:hover, .alert-notice, .alert-notice h3, .alert-notice .close:hover {
  color: #998937; }

.alert-info, .alert-info h3, .alert-info .close:hover {
  color: #2c6f90; }

.alert-error, .alert-error h3, .alert-error .close:hover {
  color: #833333; }

.alert .close {
  background: none;
  opacity: 1;
  float: right; }

.alert-warning .close {
  color: #d5c98b; }

.alert-info .close {
  color: #91b1c1; }

.alert-error .close {
  color: #c99; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert > p, .alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable {
  padding-right: 35px; }

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success, .alert-message {
  border-color: #d6e9c6;
  color: #468847; }

.alert-success hr, .alert-message hr {
  border-top-color: #c9e2b3; }

.alert-success .alert-link, .alert-message .alert-link {
  color: #356635; }

.alert-info {
  border-color: #bce8f1;
  color: #3a87ad; }

.alert-info hr {
  border-top-color: #a6e1ec; }

.alert-info .alert-link {
  color: #2d6987; }

.alert-warning, .alert-notice {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #c09853; }

.alert-warning hr, .alert-notice hr {
  border-top-color: #f7e1b5; }

.alert-warning .alert-link, .alert-notice .alert-link {
  color: #a47e3c; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48; }

.alert-danger hr {
  border-top-color: #e4b9c0; }

.alert-danger .alert-link {
  color: #953b39; }
