*,
*:after,
*:before {
  box-sizing: border-box;
}
.is--hidden {
  border: 0;
  clip: rect(0 0 0 0);
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}
.grid {
  position: relative;
  float: left;
}
.grid--full {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  float: none;
}
.grid--full::before,
.grid--full::after {
  content: '';
  display: table;
}
.grid--full::after {
  clear: both;
}
@media (max-width: 1280px) {
  .grid--full {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.grid--10 {
  width: 83.33333333333333%;
}
.grid--6 {
  width: 50%;
}
.grid--2 {
  width: 16.666666666666668%;
}
.grid--4 {
  width: 33.333333333333336%;
}
.grid--8 {
  width: 66.66666666666667%;
}
.grid--top {
  z-index: 2;
}
@media (max-width: 768px) {
  .grid {
    width: 100%;
  }
}
img {
  border: 0;
}
.is--hide {
  display: none;
}
.is--overflow_hidden {
  overflow: hidden;
}
.is--center {
  text-align: center;
}
.is--right {
  text-align: right;
}
@media (min-width: 481px) {
  .is--devices {
    display: none;
  }
}
@media (max-width: 640px) {
  .is--desktop {
    display: none !important;
  }
}
.hr {
  margin: 2rem 0;
  border-bottom: 0;
  border-top: 1px dashed #999;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
}
.modal__bg {
  background-color: #000;
  opacity: 0.5;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}
.modal__wrap {
  position: relative;
  z-index: 1;
  padding: 2rem;
  background-color: #fff;
  max-width: 91rem;
  width: 100%;
  margin: 10rem auto 0;
}
.modal__close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  background-position: center center;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  border: 0;
  background-color: transparent;
}
.brit-button {
  background-image: url("../img/more.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 194px;
  height: 61px;
  display: inline-block;
  line-height: 61px;
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  position: relative;
  margin-top: 3rem;
}
.brit-button:before,
.brit-button:after {
  content: '';
  background-image: url("../img/decor.png");
  width: 52px;
  height: 8px;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  right: -72px;
}
@media (max-width: 640px) {
  .brit-button:before,
  .brit-button:after {
    content: none;
  }
}
.brit-button:before {
  right: inherit;
  width: 52px;
  left: -72px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bs-article {
  position: fixed;
  right: 0;
  width: 50%;
  width: calc(50% + 1px);
  z-index: 11;
  top: 9.3rem;
  height: 100%;
  background-color: #efece3;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 768px) {
  .bs-article {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .bs-article {
    top: 5rem;
  }
}
.bs-article.is--hidden {
  top: 100%;
  visibility: hidden;
  opacity: 0;
}
.bs-article__wrap {
  height: 100%;
  background-color: #efece3;
  position: relative;
}
@media (max-width: 640px) {
  .bs-article__wrap {
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.bs-article__close {
  position: absolute;
  right: 3.5rem;
  top: 3rem;
  text-decoration: none;
  color: #fff;
  font-size: 2.5rem;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background-size: cover;
  background-image: url("../img/close.png");
}
@media (max-width: 768px) {
  .bs-article__close {
    right: 2rem;
    display: none;
  }
}
.bs-article__close-wrap {
  padding: 2rem;
  color: #498441;
  font-size: 1.8rem;
  overflow: hidden;
  background-color: #e2dfd8;
  text-decoration: none;
  display: none;
}
@media (max-width: 768px) {
  .bs-article__close-wrap {
    display: block;
  }
}
.bs-article__close-wrap .icon {
  font-size: 2.5rem;
  line-height: 1;
  color: #000;
  float: right;
}
.bs-article__media {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.bs-article__media-wrap {
  width: 100%;
  height: 50%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}
.bs-article__media-wrap:after {
  content: '';
  display: block;
  width: 100%;
  padding-top: 56%;
}
.bs-article__content {
  width: 100%;
  padding-top: 3rem;
  padding-left: 5rem;
  padding-right: 8rem;
  position: relative;
}
@media (max-width: 768px) {
  .bs-article__content {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.bs-article__title {
  margin-top: 1rem;
  margin-bottom: 2rem;
  line-height: 1;
  font-size: 3.6rem;
  color: #000;
  padding-right: 2rem;
  font-family: 'Playfair Display', serif;
}
@media (max-width: 768px) {
  .bs-article__title {
    font-size: 3rem;
    padding-right: 0;
  }
}
.bs-article__text {
  font-size: 1.5rem;
  color: #010101;
}
.bs-article__text img {
  max-width: 100%;
}
.bs-article__text p {
  margin-top: 0;
}
.bs-article__text a {
  color: #55a351;
  text-decoration: none;
  font-weight: 600;
}
.bs-article__text a:hover {
  color: #333;
  border-bottom: 3px solid #55a351;
}
.bs-article__text blockquote {
  color: #589354;
  font-size: 1.5rem;
  padding-left: 0;
  margin-top: 2rem;
  font-weight: 600;
  margin-right: 0;
}
.bs-article__social {
  position: absolute;
  bottom: 2.5rem;
  width: 100%;
  z-index: 1;
}
@media (max-width: 640px) {
  .bs-article__social {
    position: static;
    padding-bottom: 2rem;
  }
}
.bs-article__social-link {
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  text-align: center;
  height: 41px;
  width: 41px;
  display: inline-block;
  line-height: 38px;
  background-size: cover;
  margin-right: 1.5rem;
}
.bs-article__social-link:last-child {
  margin-right: 0;
}
.bs-article__social-link img {
  display: inline-block;
  vertical-align: middle;
}
.bs-article__social-link--vk {
  background-image: url("../img/vk-bg.png");
}
.bs-article__social-link--tw {
  background-image: url("../img/tw-bg.png");
}
.bs-article__social-link--fb {
  background-image: url("../img/fb-bg.png");
}
.bs-article__social-link--ok {
  background-image: url("../img/ok-bg.png");
}
.bs-century {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
  margin: 2rem;
}
.bs-century:before,
.bs-century:after {
  content: '';
  background-image: url("../img/info-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 31px;
  height: 37px;
  position: absolute;
  left: 50%;
  margin-left: -15.5px;
  bottom: 0;
}
.bs-century:before {
  top: 0;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.bs-century__title {
  font-size: 2.6rem;
  color: #589354;
  margin: 2rem 0;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
}
.is--opacity {
  opacity: 0.33;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  background-position: center 20%;
  background-image: url("../img/loader_pn.gif");
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.bs-content__section {
  position: relative;
  background-color: #d6d2c6;
}
.bs-content__section:last-child {
  overflow: hidden;
}
.bs-content__section--bg {
  height: 100%;
}
.bs-content__section--bg:after {
  content: '';
  position: absolute;
  z-index: 1;
  height: 17px;
  max-width: 790px;
  left: 50%;
  bottom: -17px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  background-image: url("../img/lines.png");
}
@media (max-width: 960px) {
  .bs-content__section--bg:after {
    content: none;
  }
}
.bs-content__section--darken {
  background-color: #c5c0b2;
}
.bs-content__section--century {
  background-image: -webkit-linear-gradient(left, #d6d2c6 50%, #ebe9e3 50%);
  background-image: linear-gradient(to right, #d6d2c6 50%, #ebe9e3 50%);
}
@media (max-width: 768px) {
  .bs-content__section--century {
    background-image: none;
    background-color: #d6d2c6;
  }
}
.bs-content__about {
  max-width: 88rem;
  padding-top: 11rem;
  width: 100%;
  margin: 0 auto;
}
.bs-content__about--info {
  padding-top: 30rem;
}
@media (max-width: 640px) {
  .bs-content__about--info {
    margin-top: 13rem;
  }
}
@media (max-width: 640px) {
  .bs-content__about {
    padding-top: 10rem;
    padding-bottom: 6rem;
  }
}
.bs-content__icon {
  margin-bottom: 3rem;
  height: 100px;
  line-height: 100px;
}
@media (max-width: 640px) {
  .bs-content__icon {
    margin-bottom: 0;
  }
}
.bs-content__icon img {
  width: 10rem;
  display: inline;
}
@media (max-width: 640px) {
  .bs-content__icon img {
    width: 8rem;
  }
}
.bs-content__title-info {
  font-size: 2.1rem;
}
.bs-content__title {
  font-family: 'Playfair Display', serif;
}
.bs-content__title--main {
  font-size: 7.2rem;
  line-height: 1;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 3rem;
}
@media (max-width: 768px) {
  .bs-content__title--main {
    font-size: 4.8rem;
  }
}
@media (max-width: 640px) {
  .bs-content__title--main {
    font-size: 4rem;
  }
}
.bs-content__subtitle {
  font-size: 2.5rem;
  line-height: 1.2;
  color: #000;
  max-width: 72rem;
  margin: 0 auto;
}
@media (max-width: 640px) {
  .bs-content__subtitle {
    font-size: 2rem;
  }
}
.bs-content__media-copyright {
  position: absolute;
  right: 3rem;
  bottom: 4rem;
  color: #fff;
  font-size: 1.2rem;
}
.bs-content__description {
  font-size: 2.2rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .bs-content__description {
    margin-bottom: 1rem;
  }
}
.bs-media {
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
}
@media (max-width: 768px) {
  .bs-media {
    display: none;
  }
}
.bs-footer {
  background-color: #cbc2aa;
  color: #000;
  position: relative;
  z-index: 100;
}
@media (max-width: 768px) {
  .bs-footer {
    z-index: 0;
  }
}
.bs-footer__grid {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (max-width: 1280px) {
  .bs-footer__grid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.bs-footer__about {
  font-size: 1.8rem;
  margin-bottom: 3rem;
}
.bs-footer__about-logo {
  margin-bottom: 3rem;
}
.bs-footer__about-link {
  color: #333;
  font-size: 1.8rem;
  font-weight: 600;
}
.bs-footer__about-link:hover {
  text-decoration: none;
}
.bs-footer__copyright {
  font-size: 1.8rem;
  color: #8a8474;
  margin-top: 2rem;
}
@media (max-width: 768px) {
  .bs-footer__copyright {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }
}
.bs-footer__menu {
  font-size: 1.8rem;
}
.bs-footer__link {
  color: inherit;
  text-decoration: none;
  margin-right: 6rem;
  font-size: 1.8rem;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .bs-footer__link {
    margin-right: 0;
    margin-bottom: 1rem;
    display: block;
  }
}
.bs-footer__logo {
  display: inline-block;
  width: 71px;
  height: 71px;
  position: relative;
}
.bs-footer__logo:before,
.bs-footer__logo:after {
  content: '';
  background-image: url("../img/info-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 31px;
  height: 37px;
  position: absolute;
  top: 50%;
  left: -10rem;
  margin-top: -18.5px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 640px) {
  .bs-footer__logo:before,
  .bs-footer__logo:after {
    content: none;
  }
}
.bs-footer__logo:before {
  right: -10rem;
  left: inherit;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.bs-footer__logo img {
  width: 100%;
}
.bs-footer__logo:hover {
  background-image: url("../img/footer__logo--hover.png");
}
@media (max-width: 640px) {
  .bs-footer__logo {
    position: static;
  }
}
@media (max-width: 768px) {
  .bs-footer .is--right,
  .bs-footer .is--center {
    text-align: left;
  }
}
.bs-info {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
}
.bs-info--last {
  margin-bottom: 14rem;
  position: relative;
}
@media (max-width: 640px) {
  .bs-info--last {
    margin-bottom: 12rem;
  }
}
.bs-info--last:after {
  content: '';
  background-image: url("../img/info-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 31px;
  height: 37px;
  position: absolute;
  left: 50%;
  margin-left: -15.5px;
  bottom: -8rem;
}
.bs-info__name {
  font-size: 4.8rem;
  color: #589354;
  font-family: 'Playfair Display', serif;
  margin-bottom: 2.5rem;
  font-weight: 600;
}
@media (max-width: 768px) {
  .bs-info__name {
    font-size: 3.6rem;
    margin-bottom: 1rem;
  }
}
.bs-info__content {
  padding-left: 5rem;
  padding-right: 5rem;
  border-left: 1px solid #b4af9d;
  position: relative;
}
@media (max-width: 768px) {
  .bs-info__content {
    border-left: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.bs-info__content:before,
.bs-info__content:after {
  content: '';
  position: absolute;
  top: 4.5rem;
  left: -5rem;
  width: 95px;
  height: 7px;
  margin-left: 2px;
  background-image: url("../img/nav-decore-l.png");
  background-color: #d6d2c6;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media (max-width: 768px) {
  .bs-info__content:before,
  .bs-info__content:after {
    content: none;
  }
}
.bs-info__content:after {
  top: inherit;
  bottom: 4.5rem;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.bs-info__media {
  margin-bottom: 1rem;
  text-decoration: none;
  position: relative;
  display: inline-block;
}
.bs-info__media img {
  max-width: 100%;
  height: auto;
}
.bs-info__media--video {
  margin-top: 3rem;
}
.bs-info__media--video:after {
  content: '';
  background-image: url("../img/play.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 73px;
  height: 73px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bs-info__media:before {
  content: '';
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 5px);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bs-info__media:hover:before {
  visibility: visible;
  opacity: 0.18;
}
@media (max-width: 640px) {
  .bs-info__media {
    margin-bottom: 1.5rem;
  }
}
.bs-info__copyright {
  color: #333;
  font-size: 1.2rem;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: 'Playfair Display', serif;
}
.bs-info__title {
  margin: 3rem 0 2rem;
  font-size: 4rem;
  font-family: 'Playfair Display', serif;
  line-height: 1;
}
@media (max-width: 768px) {
  .bs-info__title {
    font-size: 3rem;
  }
}
@media (max-width: 640px) {
  .bs-info__title {
    margin-top: 2rem;
  }
}
.bs-info__title a {
  color: #333;
  text-decoration: none;
}
.bs-info__title a:hover {
  color: #686868;
}
.bs-info__text {
  font-size: 1.8rem;
  line-height: 1.6;
  margin-top: 2rem;
}
.bs-navigation__list {
  list-style: none;
  padding-top: 7rem;
  padding-bottom: 2rem;
  margin: 0;
  text-align: center;
  padding-left: 0;
}
@media (max-width: 640px) {
  .bs-navigation__list {
    padding-top: 4rem;
  }
}
.bs-navigation__item {
  display: inline-block;
  position: relative;
  padding: 0 3rem;
}
@media (max-width: 1024px) {
  .bs-navigation__item {
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (max-width: 960px) {
  .bs-navigation__item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 640px) {
  .bs-navigation__item {
    padding-left: 0.5rem;
    padding-right: 0rem;
  }
}
.bs-navigation__item:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  background-image: url("../img/nav-decor.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 6px;
  margin-top: -3px;
}
.bs-navigation--fixed .bs-navigation__item:after {
  background-image: url("../img/nav-decor--fixed.png");
}
@media (max-width: 960px) {
  .bs-navigation__item:after {
    content: none;
  }
}
.bs-navigation__item:last-child:after {
  content: '';
  background-image: url("../img/nav-decore-l.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95px;
  height: 7px;
  position: absolute;
  right: -95px;
  top: 50%;
  margin-top: -3.5px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (max-width: 1024px) {
  .bs-navigation__item:last-child:after {
    content: none;
  }
}
.bs-navigation--fixed .bs-navigation__item:last-child:after {
  background-image: url("../img/nav-decore--fixed.png");
}
.bs-navigation__item:first-child:before {
  content: '';
  background-image: url("../img/nav-decore-l.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95px;
  height: 7px;
  position: absolute;
  left: -95px;
  top: 50%;
  margin-top: -3.5px;
}
.bs-navigation--fixed .bs-navigation__item:first-child:before {
  background-image: url("../img/nav-decore--fixed.png");
}
@media (max-width: 1024px) {
  .bs-navigation__item:first-child:before {
    content: none;
  }
}
.bs-navigation__link {
  font-size: 2.4rem;
  text-decoration: none;
  color: #333;
  font-weight: 600;
  font-family: 'Playfair Display', serif;
  height: 73px;
  line-height: 73px;
  min-width: 73px;
  display: inline-block;
  background-image: url("../img/dot.gif");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 960px) {
  .bs-navigation__link {
    font-size: 1.6rem;
  }
}
@media (max-width: 640px) {
  .bs-navigation__link {
    font-size: 1.4rem;
    height: 35px;
    line-height: 35px;
    min-width: 35px;
    background-size: auto 100%;
  }
}
.bs-navigation__link:hover,
.bs-navigation__item.active .bs-navigation__link,
.bs-navigation__link.is--hover {
  color: #589353;
  background-image: url("../img/nav-hover.png");
}
.bs-navigation__link--l {
  background-size: 100%;
}
@mobile $laptop {
  min-width: auto;
}
@media (max-width: 640px) {
  .bs-navigation__link--l {
    height: 30px;
    line-height: 30px;
  }
}
.bs-navigation__link--l:hover,
.bs-navigation__item.active .bs-navigation__link--l,
.bs-navigation__link--l.is--hover {
  background-image: url("../img/nav-hover-l.png");
}
.bs-navigation__logo {
  float: left;
  margin-top: 1.5rem;
}
@media (max-width: 1024px) {
  .bs-navigation__logo {
    display: none;
  }
}
.bs-navigation__logo a, .bs-navigation__logo span {
  text-decoration: none;
  display: inline-block;
  margin-right: 2rem;
}
.bs-navigation--fixed {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #cabc97;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  padding-left: 1rem;
  border-bottom: 1px solid #887d5f;
}
.bs-navigation--fixed .bs-navigation__list {
  padding-left: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .bs-navigation--fixed .bs-navigation__list {
    padding-left: 0;
  }
}
@media (max-width: 1280px) and (max-width: 1280px) {
  .bs-navigation--fixed .bs-navigation__list:before {
    content: none;
  }
}
.bs-navigation--fixed .bs-navigation__item {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (max-width: 960px) {
  .bs-navigation--fixed .bs-navigation__item {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 640px) {
  .bs-navigation--fixed .bs-navigation__item {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
@media (max-width: 768px) {
  .bs-navigation--fixed .bs-navigation__link {
    font-size: 1.4rem;
    height: 35px;
    line-height: 35px;
    min-width: 35px;
    background-size: auto 100%;
  }
}
.bs-navigation--fixed.is--show {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 1280px) {
  .bs-navigation--fixed .bs-navigation__item:first-child,
  .bs-navigation--fixed .bs-navigation__item:before {
    content: none;
  }
}
@media (max-width: 1280px) {
  .bs-navigation--fixed .bs-navigation__item:last-child:after {
    content: none;
  }
}
@media (max-width: 640px) {
  .bs-navigation--fixed {
    padding-left: 0;
  }
  .bs-navigation--fixed .grid {
    padding: 0;
  }
}
.bs-slider {
  height: 70rem;
  width: 100%;
}
.slick-list,
.slick-track {
  height: 100%;
}
.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  background-image: url("../img/slider-arrow.png");
  width: 76px;
  height: 37px;
  border: 0;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  outline: 0;
}
@media (max-width: 960px) {
  .slick-arrow {
    display: none !important;
  }
}
.slick-arrow:hover {
  background-image: url("../img/slider-arrow-hover.png");
}
.slick-arrow.slick-prev {
  left: 5%;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.slick-arrow.slick-next {
  right: 5%;
}
.slick-arrow.slick-disabled {
  visibility: hidden;
}
.slick-dots {
  position: absolute;
  bottom: 3rem;
  width: 220px;
  left: 50%;
  list-style: none;
  padding: 0;
  margin: 0;
  margin-left: -110px;
}
@media (max-width: 768px) {
  .slick-dots {
    bottom: 1.5rem;
  }
}
.slick-dots li {
  display: inline-block;
  margin-right: 1.5rem;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li.slick-active button {
  opacity: 1;
}
.slick-dots button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 18px;
  height: 10px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-image: url("../img/dot.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  opacity: 0.5;
}
.bs-social {
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.bs-social__link {
  margin: 0 1rem;
  display: inline-block;
  vertical-align: middle;
  width: 41px;
  height: 41px;
  line-height: 38px;
  text-align: center;
  background-image: url("../img/social.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.bs-social__link img {
  display: inline-block;
  vertical-align: middle;
}
.bs-tooltip {
  position: relative;
  cursor: pointer;
}
.bs-tooltip:hover .bs-tooltip__info {
  visibility: visible;
  opacity: 1;
}
.bs-tooltip__info {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 30rem;
  padding: 1rem;
  background-color: #fff;
  z-index: 2;
  border: 7px solid #55a351;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bs-tooltip__text {
  font-size: 1.4rem;
  line-height: normal;
  color: #333;
  font-weight: 400;
}
.bs-tooltip__media {
  float: left;
  width: 75px;
  margin-right: 15px;
}
.bs-tooltip__media + .bs-tooltip__text {
  float: right;
  width: calc(100% - 90px);
}
.bs-logo {
  position: absolute;
  top: 4rem;
  left: 0;
  text-decoration: none;
}
.bs-logo--main {
  left: 0;
}
.bs-logo--aux {
  left: 11rem;
}
.bs-logo__text {
  font-size: 1.2rem;
  color: #fff;
  text-align: left;
  text-decoration: none;
  margin-bottom: 0.5rem;
}
@media (max-width: 1280px) {
  .bs-logo {
    top: 2rem;
  }
  .bs-logo--main {
    left: 2rem;
  }
  .bs-logo--aux {
    left: 12rem;
  }
}
.m-menu__form {
  border-top: 1px solid rgba(0,0,0,0.08);
  background-color: #fff;
  position: absolute;
  width: 100%;
}
.m-menu__search-form {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .m-menu__search-form {
    display: none;
  }
}
.m-menu__search-form.is_show {
  display: block;
}
.m-menu__search-form--l {
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  .m-menu__search-form--l {
    display: none;
  }
}
.m-menu__search-form--l .m-menu__input {
  border-color: transparent;
}
.m-menu__search-form--l .m-menu__search-btn {
  right: 4rem;
  top: 2.5rem;
}
.m-menu__input {
  width: 90%;
  padding: 1rem;
  border: 1px solid #ccc;
}
.m-menu__search-btn {
  position: absolute;
  right: 0;
  top: 0.5rem;
  cursor: pointer;
}
.m-menu__form {
  border-top: 1px solid rgba(0,0,0,0.08);
  background-color: #fff;
  position: absolute;
  z-index: 1;
  width: 100%;
}
.m-menu__search-form {
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 769px) {
  .m-menu__search-form {
    display: none;
  }
}
.m-menu__search-form.is_show {
  display: block;
}
.m-menu__search-form--l {
  padding: 1rem 2rem;
}
@media (max-width: 768px) {
  .m-menu__search-form--l {
    display: none;
  }
}
.m-menu__search-form--l .m-menu__input {
  border-color: transparent;
}
.m-menu__search-form--l .m-menu__search-btn {
  right: 4rem;
  top: 2.5rem;
}
.m-menu__input {
  width: 90%;
  padding: 1rem;
  border: 1px solid #ccc;
}
.m-menu__search-btn {
  position: absolute;
  right: 0;
  top: 0.5rem;
  cursor: pointer;
}
.m-menu {
  width: 100%;
  max-width: 1200px;
  max-height: 50px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  z-index: 9;
}
.m-menu__left {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  z-index: 10;
}
.m-menu__links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
.m-menu__links {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  background-color: #fff;
  font: 16px "Roboto", Helvetica, Arial, sans-serif;
  color: #333;
  top: -100%;
  opacity: 1;
  z-index: 9;
}
.m-menu__right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
  z-index: 10;
}
.m-menu__background {
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 8;
}
.m-menu::after,
.m-sec-level::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0));
  background-image: linear-gradient(rgba(0,0,0,0.08), rgba(0,0,0,0));
  z-index: 100400;
  pointer-events: none;
}
.m-menu__logo {
  font-size: 0;
  margin-right: 8px;
}
.m-menu__login,
.m-menu__logo {
  line-height: 18px;
  text-decoration: none;
  max-height: 50px;
}
.m-menu__logo img {
  width: 50px;
  height: 50px;
}
.m-menu__links__search {
  display: none;
}
.m-menu__links__search {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
  width: 100%;
}
.m-menu__links__link {
  line-height: 16px;
  font-weight: 400;
  text-decoration: none;
  max-height: 50px;
  padding: 16px;
  color: #333;
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  cursor: pointer;
}
.m-menu__links__link:hover {
  background-color: #fdefeb;
}
.m-menu__hamburger {
  display: none;
}
.m-menu__hamburger {
  display: block;
  padding: 14px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
nav .btn__search {
  padding: 6px;
  background-color: transparent;
  border: 0;
}
.m-menu__search {
  display: none;
  padding: 16px !important;
  color: #2d3e4c;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  white-space: nowrap;
}
.m-menu__login.disabled {
  cursor: default;
}
.m-menu__login {
  font-size: 14px;
  padding: 16px;
  color: #ccc;
  border-left: 1px solid #e6e6e6;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  white-space: nowrap;
}
.m-menu__login,
.m-menu__logo {
  line-height: 18px;
  text-decoration: none;
  max-height: 50px;
}
.m-menu__login img {
  position: relative;
  top: 1px;
  margin-right: 6px;
}
nav {
  width: 100%;
  top: 0;
  z-index: 2;
}
.is_fixed {
  position: fixed;
}
.m-menu__search .btn__search__symbol {
  left: -6px;
  pointer-events: none;
  -webkit-transform: scale(0.9, 0.9);
  -ms-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
nav .btn__search__symbol {
  display: block;
  border: 2px solid #2d3e4c;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  top: -2px;
  -webkit-transition: border-color 100ms linear;
  transition: border-color 100ms linear;
}
nav .btn__search__symbol::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 8px;
  background-color: #2d3e4c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: -3px;
  right: -6px;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
.m-menu__search .btn__search__symbol {
  pointer-events: none;
}
.m-menu__search {
  color: #2d3e4c;
  white-space: nowrap;
}
.m-menu__hamburger {
  display: block;
  padding: 14px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (min-width: 769px) {
  .m-menu__hamburger {
    display: none;
  }
}
.m-menu__hamburger > div:not(:last-of-type) {
  margin-bottom: 6px;
}
.m-menu__hamburger > div {
  width: 28px;
  height: 3px;
  border-radius: 2px;
  background-color: #2d3e4c;
  -webkit-transition: all 100ms ease-in-out;
  transition: all 100ms ease-in-out;
}
@media (min-width: 992px) {
  .m-menu__search {
    display: block;
  }
}
@media (max-width: 768px) {
  .m-menu__links {
    display: block;
    position: fixed;
    -ms-flex-pack: none;
    -webkit-box-pack: none;
            justify-content: none;
    width: 100%;
    height: 100%;
    top: 50px;
    left: 0;
    padding: 24px;
    overflow-y: auto;
    opacity: 0;
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
  .m-menu__links.in {
    opacity: 1;
    z-index: 0;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .m-menu__links__link:not(:last-of-type) {
    border-bottom: 1px solid #e6e6e6;
  }
  .m-menu__links__link {
    display: block;
    font-size: 18px;
    padding: 16px 0;
  }
}
.m-menu__hamburger.in > div:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(5px) translateX(8px);
      -ms-transform: rotate(45deg) translateY(5px) translateX(8px);
          transform: rotate(45deg) translateY(5px) translateX(8px);
}
.m-menu__hamburger > div:not(:last-of-type) {
  margin-bottom: 6px;
}
.m-menu__hamburger.in > div:nth-child(2) {
  width: 1px;
  opacity: 0;
}
.m-menu__hamburger.in > div:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-5px) translateX(8px);
      -ms-transform: rotate(-45deg) translateY(-5px) translateX(8px);
          transform: rotate(-45deg) translateY(-5px) translateX(8px);
}
nav .btn__search {
  padding: 6px;
  background-color: transparent;
  border: 0;
}
nav .btn__search__symbol {
  display: block;
  border: 2px solid #2d3e4c;
  background-color: transparent;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  position: relative;
  top: -2px;
  -webkit-transition: border-color 100ms linear;
  transition: border-color 100ms linear;
}
nav .btn__close__symbol {
  display: block;
  background-color: #2d3e4c;
  width: 28px;
  height: 2px;
  position: relative;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
nav .btn__close__symbol::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 28px;
  top: 0;
  left: 0;
  background-color: #333;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
}
nav .btn__close {
  padding: 6px;
  background-color: transparent;
  border: 0;
}
.ua {
  font-size: 62.5%;
}
.main-page,
.page {
  font-size: 1.6rem;
  font-family: 'PT Sans', Helvetica, Arial, sans-serif;
  line-height: 1.45;
  margin: 0;
  color: #333;
  background-color: #ebe9e3;
}

#century6 {
    overflow: hidden;
}
/*# sourceMappingURL=main.css.map */
