/* основоной контейнер  */
.container-main {
  min-width: 320px;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  margin: 0 auto; }

.container-main_modified {
  padding-left: 140px;
  padding-right: 140px;
  max-width: 1440px; }

.container-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.container-top {
  margin-top: -250px;
  position: relative;
  z-index: 10; }

.container-top_modified {
  margin-top: -210px;
  position: relative;
  z-index: 10; }

/* разметка для списка новостей */
.l-news-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.72413793%; }

.l-news-list__col {
  width: 32.7586206%;
  margin-left: 1.72413793%; }

.l-news-list__col_mod {
  width: 25.8620689%;
  padding-left: 15px; }

/* разметка для списка сми */
.l-news-list_inner {
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin-left: -120px;
  margin-bottom: 50px; }

.l-news-list_inner .l-news-list__col {
  width: 22.95%;
  margin-left: 120px;
  margin-bottom: 25px; }

/* разметка для страницы article */
.l-article {
  margin-top: 40px; }

.l-article__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.l-article__col {
  max-width: 900px; }

/* разметка для популярный статей */
.l-article-popular {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.l-article-popular__left {
  width: 100%;
  max-width: 670px; }

.l-article-popular__right {
  margin-left: auto;
  width: 360px; }

/* разметка для documents */
.l-documents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin-bottom: 100px; }

.l-documents__left {
  width: 600px;
  padding: 40px 60px; }

.l-documents__right {
  width: -webkit-calc(100% - 710px);
  width: calc(100% - 710px);
  margin-left: auto; }

@media screen and (max-width: 1439px) {
  .l-news-list {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    margin-left: -2.36111111%; }
  .l-news-list__col {
    width: 47.6388888%;
    margin-left: 2.36111111%;
    margin-bottom: 20px; }
  .l-news-list__col_mod {
    padding-left: 0;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    margin-left: 0; }
  .l-news-list__col_mod .news-list__item {
    width: 47.6388888%;
    margin-left: 2.36111111%; }
  .l-news-list_inner {
    margin-left: -4.16666667%; }
  .l-news-list_inner .l-news-list__col {
    width: 45.8333333%;
    margin-left: 4.16666667%; }
  /* контейнер на всю ширину */
  .container-main_full-width {
    width: 100%;
    max-width: 100%;
    padding: 0; }
  .l-article__col {
    max-width: 100%; }
  .l-article-popular__left {
    max-width: 50%;
    padding-right: 40px; }
  .container-top_modified {
    margin-top: -160px; }
  /* разметка для documents */
  .l-documents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .l-documents__right {
    margin-left: 0;
    width: 100%; }
  .l-documents__left {
    padding: 0;
    width: 100%;
    background: none !important; } }

@media screen and (max-width: 767px) {
  .l-news-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; }
  .l-news-list__col {
    margin: 0;
    width: 100%;
    margin-bottom: 25px; }
  .l-news-list__col_mod {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; }
  .l-news-list__col_mod .news-list__item {
    margin: 0;
    width: 100%;
    margin-bottom: 15px; }
  .l-news-list_inner .l-news-list__col {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 15px; }
  .l-article-popular {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .l-article-popular__left {
    max-width: 100%;
    padding: 0; }
  .l-article-popular__right {
    max-width: 100%;
    width: 100%;
    padding: 0;
    margin-top: 20px; }
  .container-top {
    margin-top: 0; }
  .container-top_modified {
    margin-top: 0; }
  /* разметка для documents */
  .l-documents {
    margin-bottom: 60px; } }

/* ---- TITLE ---- */
/* когда в заголовке есть ссылка */
.title-main-link a {
  color: #424242;
  border-bottom: 1px solid #8BB640;
  text-decoration: none;
  display: inline; }

.title-main-link a:hover {
  color: #8BB640; }

/* заголовок белого цвета */
.title-main_white {
  color: #fff; }

.title-main_white a {
  color: #fff;
  display: inline; }

/* заголовок зеленого цвета */
.title-main_green {
  color: #8BB640; }

/* гигантский заголовок	60 размера */
.title-main_lg-size {
  font-size: 4rem;
  line-height: 70px;
  font-family: "Comfortaa-Bold"; }

/* заголовок по центру */
.title-main_center {
  text-align: center; }

/* заголовок с отрицательным марджином вверх */
.title-main_mod-top {
  margin-top: -55px;
  position: relative;
  z-index: 100; }

/* жирный заголовок */
.title-main_bold {
  font-family: "Comfortaa-Bold"; }

/* абсолютный заголовок на всю ширину поверх шапки */
.title-main_abs {
  position: absolute;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
  top: 40px;
  z-index: 100;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

/* ---- end TITLE ---- */
/* плашка темно-желтая */
.bg-dark-yellow {
  background-color: #F4F5E6;
  margin-bottom: 80px; }

.bg-dark-yellow_modified {
  margin-bottom: 0 !important; }

.bg-dark-yellow_default {
  padding-top: 60px;
  padding-bottom: 60px; }

.bg-dark-yellow_sticky-top {
  margin-top: 20px; }

.bg-dark-yellow_without-promo {
  padding-top: 0;
  padding-bottom: 100px; }

/* плашка с темным bg */
.bg-dark {
  background-color: #1D1E16;
  padding-top: 40px;
  padding-bottom: 40px; }

.bg-dark_modified {
  margin-bottom: 80px; }

/* плашака под контентом*/
.bg-under-content {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #F7F8EA), to(#FFFFFF));
  background-image: -webkit-linear-gradient(top, #F7F8EA 66%, #FFFFFF 100%);
  background-image: linear-gradient(-180deg, #F7F8EA 66%, #FFFFFF 100%);
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 700px; }

/* серая плашка */
.bg-gray {
  background: #F6F6F6;
  padding: 50px;
  margin-bottom: 80px; }

/* белая плашка */
.bg-white {
  background-color: #fff; }

.bg-white_default {
  padding-top: 40px;
  padding-bottom: 40px; }

.bg-white_modified {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  padding: 100px;
  margin-bottom: 100px; }

.bg-white_template {
  padding: 50px;
  margin-bottom: 70px; }

/* фиксируем body что бы не скролился */
.body-fixed {
  overflow: hidden; }

/* вместо хлбеных крошек */
.link-back {
  padding-top: 30px; }

.link-back_modified {
  padding-top: 0; }

.link-back a {
  text-decoration: none;
  color: #AEAEAE;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out; }

.link-back .icon-arrow-left-circle-round {
  margin-right: 10px;
  color: #AEAEAE;
  font-size: 1.3333rem;
  -webkit-transition: color .1s ease-in-out;
  transition: color .1s ease-in-out; }

.link-back a:hover, .link-back a:hover span {
  color: #424242; }

/* overlay */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 100;
  display: none; }

.overlay.show {
  display: block; }

.visible-md {
  display: none; }

.visible-xs {
  display: none; }


.sticky-footer {
  display: table;
  width: 100%;
  height: 100%; }

.sticky-footer__content {
  display: table-row;
  width: 100%;
  height: 100%; }

/* надпись результатов нет */
.results_not_found {
  font-size: 2rem;
  text-align: center;
  margin: 40px 0;
  font-family: "Comfortaa-Bold"; }

@media screen and (max-width: 1439px) {
  h1 {
    font-size: 2.3333rem;
    font-family: "Comfortaa-Bold"; }
  .title-main_right-map {
    padding-right: 220px; }
  .title-main_abs {
    top: 55px; }
  /* заголовок с отрицательным марджином вверх */
  .title-main_mod-top {
    margin-top: 50px; }
  .title-main_lg-size {
    font-size: 2.3333rem;
    line-height: 40px;
    text-align: left; }
  h2 {
    font-size: 2.3333rem;
    line-height: 40px;
    margin-bottom: 20px; }
  .bg-dark-yellow {
    margin-bottom: 40px; }
  .bg-gray {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 60px; }
  .bg-white_modified {
    padding: 50px;
    margin-bottom: 80px; }
  .visible-md {
    display: block; }
  .hidden-md {
    display: none; }
  .bg-dark-yellow_without-promo {
    padding-bottom: 80px; } }

@media screen and (max-width: 767px) {
  .link-back a {
    margin-bottom: 20px;
    font-size: 0.8rem; }
 
  .title-main-link_right-navi {
    padding-right: 90px;
    font-size: 1.6rem;
    line-height: 32px;
    margin-bottom: 20px; }
  .title-main-link_right-navi a {
    display: inline; }
  .title-main_right-map {
    padding-right: 0; }
  .bg-dark {
    padding-top: 20px;
    padding-bottom: 20px; }
  .title-main_lg-size {
    font-size: 1.8667rem;
    line-height: 40px;
    margin-bottom: 15px; }
  .bg-dark-yellow_default {
    padding-top: 40px;
    padding-bottom: 40px; }
  .title-main_mod-top {
    margin-top: 30px; }
  /* противодействие коррупции */
  .title-main_special {
    font-size: 1.6rem; }
  /* плашка под контентом */
  .bg-under-content_hidden-xs {
    display: none; }
  /* серая плашка */
  .bg-gray {
    padding: 30px 20px;
    margin-bottom: 30px; }
  .bg-dark_modified {
    margin-bottom: 40px; }
  .title-main_abs {
    position: relative;
    color: #424242;
    top: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0);
    left: auto; }
  .bg-white_modified {
    padding: 30px 20px;
    margin-bottom: 50px; }
  .visible-xs {
    display: block; }
  .hidden-xs {
    display: none !important; }
  .bg-dark-yellow_without-promo {
    padding-bottom: 60px; }
  .bg-white_template {
    padding: 20px;
    margin-bottom: 40px; } }

/*Все подключеные икончатые шрифты здесь*/
@font-face {
  font-family: 'fontello';
  src: url("../fontello/font/fontello.eot?38896098");
  src: url("../fontello/font/fontello.eot?38896098#iefix") format("embedded-opentype"), url("../fontello/font/fontello.woff2?38896098") format("woff2"), url("../fontello/font/fontello.woff?38896098") format("woff"), url("../fontello/font/fontello.ttf?38896098") format("truetype"), url("../fontello/font/fontello.svg?38896098#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?38896098#fontello') format('svg');
  }
}
*/

.icon-arrow-left-circle-round:before {
  content: '\e800'; }

/* '' */
.icon-arrow-left:before {
  content: '\e801'; }

/* '' */
.icon-arrow-right-circle-round:before {
  content: '\e802'; }

/* '' */
.icon-arrow-right:before {
  content: '\e803'; }

/* '' */
.icon-calendar:before {
  content: '\e804'; }

/* '' */
.icon-chevron-down:before {
  content: '\e805'; }

/* '' */
.icon-clock:before {
  content: '\e806'; }

/* '' */
.icon-close:before {
  content: '\e807'; }

/* '' */
.icon-play:before {
  content: '\e808'; }

/* '' */
.icon-filter:before {
  content: '\e809'; }

/* '' */
.icon-icon-horse:before {
  content: '\e80a'; }

/* '' */
.icon-icon-house:before {
  content: '\e80b'; }

/* '' */
.icon-icon-leave:before {
  content: '\e80c'; }

/* '' */
.icon-icon-moose:before {
  content: '\e80d'; }

/* '' */
.icon-play-xs:before {
  content: '\e80e'; }

/* '' */
.icon-map-pin:before {
  content: '\e80f'; }

/* '' */
.icon-menu:before {
  content: '\e810'; }

/* '' */
.icon-minus-circle:before {
  content: '\e811'; }

/* '' */
.icon-plus-circle:before {
  content: '\e812'; }

/* '' */
.icon-search:before {
  content: '\e813'; }

/* '' */
.icon-ticket:before {
  content: '\e814'; }

/* '' */
/*Все подключеные шрифты здесь*/
/* font Comfortaa */
@font-face {
  font-family: "Comfortaa-Bold";
  src: url("../fonts/Comfortaa/Comfortaa-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Comfortaa-Light";
  src: url("../fonts/Comfortaa/Comfortaa-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Comfortaa-Regular";
  src: url("../fonts/Comfortaa/Comfortaa-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font Open Sans */
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-BoldItalic";
  src: url("../fonts/Open_Sans/OpenSans-BoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-ExtraBold";
  src: url("../fonts/Open_Sans/OpenSans-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-ExtraBoldItalic";
  src: url("../fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-Italic";
  src: url("../fonts/Open_Sans/OpenSans-Italic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/Open_Sans/OpenSans-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-LightItalic";
  src: url("../fonts/Open_Sans/OpenSans-LightItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-SemiBoldItalic";
  src: url("../fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }


/* гамбургеры тут */
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

/*
   * 3DX
   */
.hamburger--3dx .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg); }

.hamburger--3dx.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DX Reverse
   */
.hamburger--3dx-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dx-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateY(-180deg);
          transform: rotateY(-180deg); }

.hamburger--3dx-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dx-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY
   */
.hamburger--3dy .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(-180deg);
          transform: rotateX(-180deg); }

.hamburger--3dy.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * 3DY Reverse
   */
.hamburger--3dy-r .hamburger-box {
  -webkit-perspective: 80px;
          perspective: 80px; }

.hamburger--3dy-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  -webkit-transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1); }

.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg); }

.hamburger--3dy-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--3dy-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg); }

/*
   * Arrow
   */
.hamburger--arrow.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

.hamburger--arrow.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1); }

/*
   * Arrow Right
   */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  -webkit-transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1); }

.hamburger--arrow-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1); }

/*
   * Arrow Alt
   */
.hamburger--arrowalt .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Arrow Alt Right
   */
.hamburger--arrowalt-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1), -webkit-transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1); }

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
          transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  -webkit-transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
          transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  -webkit-transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22), -webkit-transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22); }

/*
   * Boring
   */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  -webkit-transition-property: none;
  transition-property: none; }

.hamburger--boring.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg); }

.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

/*
   * Collapse
   */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Collapse Reverse
   */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0.13s;
          transition-delay: 0.13s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear; }

.hamburger--collapse-r .hamburger-inner::before {
  -webkit-transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--collapse-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(45deg);
          transform: translate3d(0, -10px, 0) rotate(45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear; }

.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
          transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
          transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }

/*
   * Elastic Reverse
   */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
          transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
          transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease; }

.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55); }

.hamburger--elastic-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-135deg);
          transform: translate3d(0, 10px, 0) rotate(-135deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }

.hamburger--elastic-r.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  opacity: 0; }

.hamburger--elastic-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(270deg);
          transform: translate3d(0, -20px, 0) rotate(270deg);
  -webkit-transition-delay: 0.075s;
          transition-delay: 0.075s; }

/*
   * Emphatic
   */
.hamburger--emphatic {
  overflow: hidden; }

.hamburger--emphatic .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  -webkit-transform: translate3d(80px, 80px, 0) rotate(45deg);
          transform: translate3d(80px, 80px, 0) rotate(45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  -webkit-transform: translate3d(-80px, 80px, 0) rotate(-45deg);
          transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Emphatic Reverse
   */
.hamburger--emphatic-r {
  overflow: hidden; }

.hamburger--emphatic-r .hamburger-inner {
  -webkit-transition: background-color 0.125s 0.175s ease-in;
  transition: background-color 0.125s 0.175s ease-in; }

.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  -webkit-transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  -webkit-transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in, -webkit-transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335); }

.hamburger--emphatic-r.is-active .hamburger-inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  background-color: transparent; }

.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  -webkit-transform: translate3d(80px, -80px, 0) rotate(-45deg);
          transform: translate3d(80px, -80px, 0) rotate(-45deg);
  -webkit-transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  -webkit-transform: translate3d(-80px, -80px, 0) rotate(45deg);
          transform: translate3d(-80px, -80px, 0) rotate(45deg);
  -webkit-transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1); }

/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }

.hamburger--slider .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s; }

.hamburger--slider .hamburger-inner::after {
  top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--slider.is-active .hamburger-inner::before {
  -webkit-transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
          transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-90deg);
          transform: translate3d(0, -20px, 0) rotate(-90deg); }

/*
   * Slider Reverse
   */
.hamburger--slider-r .hamburger-inner {
  top: 2px; }

.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s; }

.hamburger--slider-r .hamburger-inner::after {
  top: 20px; }

.hamburger--slider-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

.hamburger--slider-r.is-active .hamburger-inner::before {
  -webkit-transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
          transform: rotate(45deg) translate3d(5.71429px, -6px, 0);
  opacity: 0; }

.hamburger--slider-r.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(90deg);
          transform: translate3d(0, -20px, 0) rotate(90deg); }

/*
   * Spring
   */
.hamburger--spring .hamburger-inner {
  top: 2px;
  -webkit-transition: background-color 0s 0.13s linear;
  transition: background-color 0s 0.13s linear; }

.hamburger--spring .hamburger-inner::before {
  top: 10px;
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring .hamburger-inner::after {
  top: 20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring.is-active .hamburger-inner {
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  background-color: transparent; }

.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(45deg);
          transform: translate3d(0, 10px, 0) rotate(45deg); }

.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: translate3d(0, 10px, 0) rotate(-45deg);
          transform: translate3d(0, 10px, 0) rotate(-45deg); }

/*
   * Spring Reverse
   */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  -webkit-transition-duration: 0.13s;
          transition-duration: 0.13s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear; }

.hamburger--spring-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spring-r.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
          transform: translate3d(0, -10px, 0) rotate(-45deg);
  -webkit-transition-delay: 0.22s;
          transition-delay: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear; }

.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand
   */
.hamburger--stand .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand.is-active .hamburger-inner {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Stand Reverse
   */
.hamburger--stand-r .hamburger-inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--stand-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background-color: transparent;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin
   */
.hamburger--spin .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Spin Reverse
   */
.hamburger--spin-r .hamburger-inner {
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r .hamburger-inner::before {
  -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }

.hamburger--spin-r .hamburger-inner::after {
  -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }

.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/*
   * Vortex
   */
.hamburger--vortex .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.hamburger--vortex .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity; }

.hamburger--vortex .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex.is-active .hamburger-inner {
  -webkit-transform: rotate(765deg);
      -ms-transform: rotate(765deg);
          transform: rotate(765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }

/*
   * Vortex Reverse
   */
.hamburger--vortex-r .hamburger-inner {
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear; }

.hamburger--vortex-r .hamburger-inner::before {
  -webkit-transition-property: top, opacity;
  transition-property: top, opacity; }

.hamburger--vortex-r .hamburger-inner::after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform; }

.hamburger--vortex-r.is-active .hamburger-inner {
  -webkit-transform: rotate(-765deg);
      -ms-transform: rotate(-765deg);
          transform: rotate(-765deg);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  -webkit-transition-delay: 0s;
          transition-delay: 0s; }

.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0; }

.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

/* дефолтные настройки owlCarousel */
.owl-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.owl-nav div {
  width: 32px;
  height: 32px;
  margin-left: 10px;
  cursor: pointer;
  font-size: 0; }

.owl-nav .disabled {
  opacity: 0.5; }

.owl-prev {
  /*background: url(../images/icons/arrow-left-circle-round.svg);*/ }

.owl-next {
 /* background: url(../images/icons/arrow-right-circle-round.svg);*/ }

/* ----- end дефолтные настройки owlCarousel ----- */
/* header */
.header-main {
  padding-top: 26px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.header-main .container-main {
  max-width: 1360px; }

.header-main__logo path {
  fill: #fff; }

.header-main__search {
  margin-left: auto; }

.header-main__search-icon .icon-search {
  font-size: 1.3333rem; }

.header-main__search-icon {
  cursor: pointer; }

.header-main__search-icon:hover .icon-search {
  color: #8BB640; }

.header-main__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 40px;
  cursor: pointer; }

.header-main__menu span {
  margin-right: 10px;
  font-family: "Comfortaa-Bold";
  font-size: 1.0667rem; }

.header-main__menu .icon-menu {
  font-size: 1.3333rem;
  display: block !important; }

.header-main__menu:hover span {
  color: #8BB640; }

.header-main .container-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.header-main-inner .header-main__search-icon .icon-search {
  color: #fff; }

.header-main-inner .header-main__menu span {
  color: #fff; }

.header-main-inner .header-main__search-icon:hover .icon-search {
  color: #8BB640; }

.header-main-inner .header-main__menu:hover span {
  color: #8BB640; }

.header-main__lang {
  display: inline-block;
  font-size: 0;
  margin-left: auto;
  margin-bottom: 30px; }

.header-main__lang-item {
  font-size: 0.9333rem;
  text-transform: uppercase;
  padding: 5px;
  display: inline-block;
  color: #fff;
  font-family: "Comfortaa-Bold";
  text-decoration: underline;
  cursor: pointer; }

.header-main__lang-item_active {
  text-decoration: none;
  color: #fff; }

/* шапка на внутренних страницах relative и с измененным логотипом и контролами */
.header-main_modified {
  position: relative; }

.header-main_modified .header-main__search-icon .icon-search {
  color: #424242; }

.header-main_modified .header-main__menu span {
  color: #424242; }

.header-main_modified .header-main__logo path {
  fill: #8BB640; }

.header-main_modified .header-main__logo #Fill-3 {
  fill: #7CB24E; }

.header-main_modified .header-main__logo #Fill-2 {
  fill: #424242; }

/* шапка на внутренних страницах в черном цвете */
.header-main_black .header-main__search-icon .icon-search {
  color: #424242; }

.header-main_black .header-main__search-icon:hover .icon-search {
  color: #8BB640; }

.header-main_black .header-main__menu span {
  color: #424242; }

.header-main_black .header-main__menu:hover span {
  color: #8BB640; }

.header-main_black .header-main__logo path {
  fill: #8BB640; }
.header-main_black .header-main__logo #Fill-2 {
    fill: #424242; }
.header-main_black .header-main__logo #Fill-3 {
  fill: #7CB24E; }

/* шапка на внутренних с отступом снизу relative */
.header-main_modified-bottom {
  margin-bottom: 70px; }

@media screen and (max-width: 1439px) {
  .header-main-inner {
    padding-top: 20px; }
  .header-main__menu {
    margin-left: 30px; } }

@media screen and (max-width: 767px) {
  .header-main__logo svg {
    width: 100px;
    height: auto; }
  .header-main__search .icon-search {
    color: #fff; }
  .header-main__menu span {
    display: none; }
  .header-main__search:hover .icon-search {
    color: #fff; }
  .header-main__menu .icon-menu {
    color: #fff;
    display: block !important; }
  .header-main__menu:hover .icon-menu {
    color: #fff; }
  .header-main_modified-bottom {
    margin-bottom: 50px; }
  .header-main__lang_mobile {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
    margin-left: -5px; }
  .header-main__lang_mobile .header-main__lang-item {
    color: #fff; } }

/* ----- end header ----- */
/* promo */
.promo {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #F7F8EA), to(#FFFFFF));
  background-image: -webkit-linear-gradient(top, #F7F8EA 66%, #FFFFFF 100%);
  background-image: linear-gradient(-180deg, #F7F8EA 66%, #FFFFFF 100%);
  padding-bottom: 0;
  z-index: 10; }

.promo_modified {
  padding-bottom: 0; }

.promo__wrapper {
  max-width: 1440px;
  padding-left: 140px;
  padding-right: 140px; }

.promo__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.promo__img {
  max-width: 50%;
  z-index: 9; }

.promo__img img {
  max-width: 100%; }

.promo__text {
  max-width: 50%;
  margin-left: auto;
  padding-left: 40px;
  padding-top: 70px;
  font-size: 1rem;
  line-height: 27px;
  font-family: "OpenSans-Regular";
  padding-right: 140px; }

.promo__text-title {
  font-family: "Comfortaa-Bold";
  font-size: 2.6667rem;
  color: #8BB640;
  line-height: 50px;
  margin-bottom: 20px; }

.promo__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.promo__map {
  position: absolute;
  right: 0;
  top: 140px;
  background: url(../images/promo-map.png) no-repeat;
  height: 430px;
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none; }

.promo__map:hover span, .promo__map:hover .icon-arrow-right {
  color: #8BB640; }

.promo__map .icon-arrow-right {
  font-size: 0.5333rem;
  color: #424242; }

.promo__map-wrapper {
  margin-top: -90px;
  margin-left: 30px;
  font-size: 1rem; }

.promo__map-wrapper span {
  color: #424242;
  font-family: "Comfortaa-Regular";
  font-size: 1rem; }

/* promo video */
.promo__video {
  height: auto;
  max-height: 640px;
  min-height: auto;
  position: relative;
  background: none;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover; }

.promo__video::before {
  content: '';
  background: -webkit-gradient(linear, left bottom, left top, color-stop(79%, transparent), to(rgba(0, 0, 0, 0.4)));
  background: -webkit-linear-gradient(bottom, transparent 79%, rgba(0, 0, 0, 0.4) 100%);
  background: linear-gradient(0deg, transparent 79%, rgba(0, 0, 0, 0.4) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.promo__video > img {
  width: 100%;
  display: block;
  opacity: 0;
  min-height: 220px; }

.player {
  top: 0;
  left: 0;
  width: 100%;
  height: auto !important;
  z-index: 99999;
  display: block;
  max-height: 640px !important;
  min-height: auto !important;
  height: 640px !important; }

.promo__video .mbYTP_wrapper {
  z-index: 50 !important; }

.promo__video .mb_YTPBar .mb_YTPseekbar {
  background: #8BB640; }

/* блок с картинкой на странице article */
.promo-article {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  position: relative;
  overflow: hidden;
  max-height: 600px;
  height: 100%; }

.promo-article::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0.17)), color-stop(98%, rgba(0, 0, 0, 0.42)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.17) 30%, rgba(0, 0, 0, 0.42) 98%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.17) 30%, rgba(0, 0, 0, 0.42) 98%); }

.promo-article__text {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%;
  bottom: 80px;
  z-index: 10; }

.promo-article__helper {
  color: #fff;
  font-size: 0.8rem;
  line-height: 25px;
  letter-spacing: 1;
  text-transform: uppercase;
  margin-bottom: 10px; }

.promo-article__teaser {
  font-size: 2.6667rem;
  line-height: 50px;
  color: #fff;
  max-width: 1010px; }

/* promo на странице about */
.promo-about {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  min-height: 680px;
  padding: 0;
  position: relative;
  z-index: 10;
  overflow: hidden; }

.promo-about::before {
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0.3)), color-stop(98%, rgba(0, 0, 0, 0.76)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.76) 98%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.3) 30%, rgba(0, 0, 0, 0.76) 98%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.promo-about__container {
  z-index: 10;
  top: 200px;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%; }

.promo-about h1 {
  max-width: 800px; }

.promo-about__video {
  width: 240px;
  height: 140px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  margin-left: auto; }

.promo-about__video::before {
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.promo-about__video .icon-play {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 48px;
  height: 48px;
  color: #fff;
  font-size: 3.2rem;
  z-index: 10; }

.promo-about__video-title {
  position: absolute;
  bottom: 10px;
  left: 10px;
  color: #fff;
  z-index: 10; }

.promo-about__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.promo-about__top h1 {
  max-height: 215px;
  overflow: hidden; }

.promo-about__navi {
  max-width: 800px;
  font-size: 0;
  margin-left: -40px;
  margin-bottom: 20px; }

.promo-about__navi-item {
  font-size: 1.0667rem;
  color: #fff;
  margin-left: 40px;
  margin-bottom: 30px;
  display: inline-block;
  font-family: "Comfortaa-Bold";
  text-decoration: none;
  border-bottom: 1px solid #fff; }

/* promo на странице protection */
.promo-protection {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  max-height: 620px;
  padding: 0;
  position: relative;
  z-index: 10;
  overflow: hidden;
  min-height: 620px; }

.promo-protection::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.6); }

.promo-protection__content {
  position: relative;
  z-index: 100;
  padding-top: 170px; }

.promo-protection__teaser {
  color: #fff;
  font-size: 1rem;
  line-height: 27px;
  max-width: 580px; }

/* промо на странице nature */
.promo-nature {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 10px; }

.promo-nature::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  background: #000000; }

.promo-nature__content {
  position: relative;
  z-index: 100;
  padding-top: 170px; }

.promo-nature__content-text {
  color: #fff;
  font-size: 1rem;
  line-height: 27px;
  max-width: 750px;
  margin-bottom: 60px; }


.promo-nature__navi-item {
  color: #fff;
  font-size: 1.0667rem;
  font-family: "Comfortaa-Bold";
  margin-left: 40px;
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none; }

.promo-nature__navi-item span {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  display: inline; }

.promo-scroll {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 100;
  margin-left: -10px; }

/* promo на странице clients */
.promo-clients {
  min-height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  position: relative; }

.promo-clients::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.55;
  background: #000000; }

.promo-clients__content {
  position: absolute;
  bottom: 60px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 100%; }

.promo-clients__content .link-back a:hover, .promo-clients__content .link-back a:hover span {
  color: #fff; }

.promo-clients__content h1 {
  margin-bottom: 0;
  max-width: 375px;
  font-size: 2.6667rem;
  line-height: 50px; }

@media screen and (max-width: 1439px) {
  .promo__map {
    top: 70px; }
  /* блок с картинкой на странице article */
  .promo-article {
    min-height: 430px; }
  .promo-article__teaser {
    font-size: 1.6rem;
    line-height: 36px;
    max-width: 600px; }
  .promo-about {
    min-height: 530px; }
  .promo-about__top h1 {
    max-height: 140px;
    overflow: hidden; }
  .promo-about__video {
    display: none; }
  .promo-about__container {
    top: 160px; }
  .promo-about__navi {
    margin-bottom: 10px; }
  .promo-protection {
    max-height: 530px; }
  .promo-protection__teaser {
    margin-bottom: 100px; }
  .promo-nature {
    min-height: 700px; }
  .promo-clients {
    min-height: 430px; }
  .promo-clients__content h1 {
    font-size: 1.6rem;
    line-height: 36px; } }

@media screen and (max-width: 1259px) {
  .promo__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .promo__text {
    width: 100%;
    padding: 0;
    max-width: 100%;
    padding: 30px 55px 0 55px; }
  .promo__img {
    max-width: 80%; }
  .promo__text-title {
    font-size: 2.3333rem;
    line-height: 40px; } }

@media screen and (max-width: 1023px) {
  .promo-scroll .hidden-xs {
    display: none; }
  .promo-scroll .visible-xs {
    display: block; } }

@media screen and (max-width: 767px) {
  .promo {
    padding-bottom: 0; }
  .promo__map {
    display: none; }
  .promo__img {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative; }
  .promo__img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(3%, rgba(0, 0, 0, 0.74)), color-stop(47%, transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.74) 3%, transparent 47%);
    background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.74) 3%, transparent 47%); }
  .promo__img img {
    min-width: 500px;
    width: 100%; }
  .promo__text {
    padding-left: 20px;
    padding-right: 20px; }
  .promo__text-title {
    font-size: 1.8667rem;
    line-height: 30px; }
  .promo__text_hidden-xs {
    display: none; }
  .promo-article__text {
    bottom: 60px; }
  .promo-article__teaser {
    line-height: 22px;
    font-size: 1rem; }
  .promo-article {
    min-height: 310px; }
  .promo-article__helper {
    font-size: 0.5333rem;
    letter-spacing: 0.83px;
    margin-bottom: 5px; }
  .promo-about {
    min-height: 230px;
    overflow: hidden;
    padding-top: 100px; }
  .promo-about__top h1 {
    max-height: 80px;
    overflow: hidden; }
  .promo-about__container {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
            transform: translate(0, 0); }
  .promo-about__navi {
    margin-left: -30px; }
  .promo-about__navi-item {
    font-size: 0.9333rem;
    line-height: 18px;
    color: #424242;
    font-family: "Comfortaa-Bold";
    border-bottom: 1px solid rgba(139, 182, 64, 0.4);
    margin-left: 30px;
    margin-bottom: 15px; }
  .promo-about img {
    display: none; }
  .promo-protection {
    max-height: 230px;
    min-height: auto; }
  .promo-protection__content {
    padding-top: 0;
    padding-bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    min-height: 230px; }
  .promo-protection__teaser {
    color: #424242;
    margin-bottom: 40px; }
  .promo-nature {
    min-height: 520px;
    margin-bottom: 5px; }
  .promo-nature__content-text {
    max-height: 78px;
    overflow: hidden;
    margin-bottom: 40px; }
	
  .promo-nature__navi-item {
    margin-left: 20px;
    margin-bottom: 20px; }
  .promo-nature__navi-item span {
    font-size: 0.9333rem;
    line-height: 18px; }
  .promo-nature__content {
    padding-top: 130px; }
  .promo-scroll {
    bottom: 20px; }
  .promo-clients {
    min-height: 230px; }
  .promo-clients__content {
    bottom: 20px; }
  .promo-clients__content h1 {
    font-size: 1.8667rem;
    line-height: 40px; }
  .promo-clients .link-back {
    display: none; } }

/* ----- end promo ----- */
/* категории на главной странице */
/*.category {
	overflow: auto;
	max-width: 100%;
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1440px;
	margin: 0 auto 70px auto;
	z-index: 9;
}*/
.category {
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto 30px auto;
  z-index: 9; }

.category__item {
  text-align: center;
  text-decoration: none;
  display: inline-block;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: auto; }

.category__item:last-child {
  padding-right: 20px; }

.category__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 40px; }

.category__item img {
  display: block;
  margin: 0 auto; }

.category__item span {
  display: inline-block;
  color: #424242;
  font-family: "OpenSans-Bold";
  font-size: 1.3333rem;
  line-height: 27px;
  margin-top: 10px;
  border-bottom: 1px solid #8BB640;
  padding-bottom: 5px; }

.category__item:hover span {
  color: #8BB640; }

/* кастом горизонтального скрола */
.swiper-container-horizontal > .swiper-scrollbar {
  cursor: pointer;
  height: 6px; }

.swiper-scrollbar-drag {
  background: #8BB640; }

/*.category .mCSB_1_scrollbar {
	margin-left: 20px;
	margin-right: 20px;
}

.category .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
	margin: 4px 0;
	height: 10px;
}

.category .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
	height: 4px;
	background-color: #8BB640;
	margin-left: 5px;
	margin-right: 5px;
	width: calc(100% - 10px);
	margin: 7px auto!important;
}

.category .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
	height: 4px!important;
	margin: 7px auto!important;
}

.category .mCSB_draggerContainer:hover .mCSB_draggerRail {
	height: 10px!important;
	margin: 4px 0!important;
}

.category .mCSB_scrollTools_onDrag .mCSB_dragger_bar {
	height: 4px!important;
	margin: 7px auto!important;
}

.category .mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgba(174,174,174,0.2);
}*/
@media screen and (max-width: 1259px) {
  .category {
    padding-left: 0;
    padding-right: 0; }
  .category__item {
    margin: 0 20px; } }

@media screen and (max-width: 767px) {
  .category {
    margin-bottom: 50px; }
  .category__item img {
    max-height: 150px; }
  .category__item span {
    display: inline;
    padding-bottom: 1px;
    white-space: nowrap; }
  .category .mCSB_container {
    padding-bottom: 10px; } }

/* ----- end категории на главной странице ----- */
/* карточка мероприятия */
.card__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -3.44827586%;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }

.card__bottom-link {
  text-align: center; }

.card {
  width: 29.8517241%;
  margin-left: 3.44827586%;
  height: 410px;
  margin-bottom: 40px;
  position: relative;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.card__date {
  color: #fff;
  font-size: 0.9333rem;
  line-height: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 20px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(1%, transparent), color-stop(88%, rgba(0, 0, 0, 0.63)));
  background-image: -webkit-linear-gradient(bottom, transparent 1%, rgba(0, 0, 0, 0.63) 88%);
  background-image: linear-gradient(0deg, transparent 1%, rgba(0, 0, 0, 0.63) 88%); }

.card__date span {
  font-family: "OpenSans-Bold";
  margin-left: 10px;
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px); }

.card__date .icon-calendar {
  font-size: 1.2rem; }

.card__shadow {
  /*	background-image: linear-gradient(0deg, rgba(0,0,0,0.00) 83%, rgba(0,0,0,0.63) 98%), linear-gradient(-180deg, rgba(0,0,0,0.00) 62%, rgba(0,0,0,0.80) 91%);*/
  /*	padding: 15px 20px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%; }

.card__bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, transparent), color-stop(41%, rgba(0, 0, 0, 0.8)));
  background-image: -webkit-linear-gradient(top, transparent 1%, rgba(0, 0, 0, 0.8) 41%);
  background-image: linear-gradient(-180deg, transparent 1%, rgba(0, 0, 0, 0.8) 41%);
  padding: 15px 20px; }

.card__label {
  color: #fff;
  font-size: 0.8rem;
  line-height: 25px;
  text-transform: uppercase;
  font-family: "OpenSans-Regular";
  letter-spacing: 1px;
  margin-bottom: 5px; }

.card__title, .card__title a {
  color: #fff;
  font-size: 1.3333rem;
  line-height: 27px;
  font-family: "Comfortaa-Bold";
  text-decoration: none; }

.card:hover .card__title a {
  text-decoration: underline; }

.card__teaser {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px; }

.card__teaser a {
  color: #fff;
  font-size: 0.9333rem;
  line-height: 18px;
  color: #AEAEAE;
  margin-left: 5px; }

.card__teaser .icon-map-pin {
  font-size: 0.8667rem;
  margin-top: 3px;
  color: #AEAEAE; }

/* карусель "чем заняться в парке" */
.card-carousel-tablet {
  width: auto !important; }

.card-carousel-tablet .owl-stage-outer {
  overflow: visible !important; }

/* карточки на странице туризм и отдых */
.card__wrapper_modified {
  margin-bottom: 20px; }

.card_h300 {
  height: 300px; }

@media screen and (max-width: 1439px) {
  .card__wrapper {
    margin-left: -2.74725275%; }
  .card {
    width: 30.5527472%;
    margin-left: 2.74725275%;
    margin-bottom: 20px; }
  .js-card-carousel-tablet .owl-stage {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  /* карточки на странице туризм и отдых */
  .card__wrapper_modified {
    margin-left: -1.953125%; }
  .card_h300 {
    width: 31.346875%;
    margin-left: 1.953125%; } }

@media screen and (max-width: 1023px) {
  .card__wrapper {
    margin-left: -2.74725275%; }
  .card {
    width: 47.2527472%;
    margin-left: 2.74725275%;
    margin-bottom: 20px; }
  /* карточки на странице туризм и отдых */
  .card__wrapper_modified {
    margin-left: -2.60416667%; }
  .card_h300 {
    width: 47.3958333%;
    margin-left: 2.60416667%; } }

@media screen and (max-width: 767px) {
  .card__date span {
    font-size: 0.8rem; }
  .card__label {
    line-height: 10px; }
  .card__title {
    margin-bottom: 5px; }
  .card__title, .card__title a {
    font-size: 1.2rem; }
  .card__wrapper {
    margin-left: 0; }
  .card {
    width: 100%;
    margin-left: 0;
    height: 300px; } }

/* ----- end карточка мероприятия ----- */
/* карточка на странице event */
.card_event-page {
  margin-left: -2.58732212%;
  margin-bottom: 40px; }

.card_event-page .card {
  width: 47.4126778%;
  margin-left: 2.58732212%;
  margin-bottom: 20px; }

.card__wrapper_event {
  margin-left: -20px; }

.card__event {
  width: 275px;
  margin-left: 20px;
  height: auto;
  -webkit-border-radius: 0;
          border-radius: 0;
  overflow: visible; }

.card__event .card__bottom {
  background-image: none;
  padding: 0; }

.card__event .card__img {
  width: 270px;
  height: 270px;
  background-size: cover;
  background-position: center center;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  margin-bottom: 14px;
  display: block; }

.card__event .card__title, .card__event .card__title a {
  color: #424242;
  font-size: 1rem;
  line-height: 20px;
  font-family: "OpenSans-Bold";
  margin-bottom: 10px;
  text-decoration: none; }

.card__event:hover .card__title a {
  text-decoration: none; }

/* карусель с event */
.card-event-carousel {
  margin: 0;
  margin-left: -40px; }

.card-event-carousel .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.card-event-carousel .card {
  margin: 0;
  margin-left: 40px;
  width: 360px; }

.card-event-carousel .owl-nav {
  position: absolute;
  top: 0;
  right: 20px; }

@media screen and (max-width: 1439px) {
  .card_event-page {
    margin-left: -3.44827586%; }
  .card_event-page .card {
    width: 29.8517241%;
    margin-left: 3.44827586%; }
  .card-event-carousel {
    margin-left: -20px; }
  .card-event-carousel .card {
    width: 350px;
    margin-left: 20px; } }

@media screen and (max-width: 1023px) {
  .card_event-page {
    margin-left: -2.74725275%; }
  .card_event-page .card {
    width: 47.2527472%;
    margin-left: 2.74725275%;
    height: 220px; } }

@media screen and (max-width: 767px) {
  .card_event-page .card {
    width: 100%;
    height: 220px; }
  .card_event-page {
    margin-left: 0; }
  .card_event-page .card {
    margin-left: 0; }
  .card_event-page .card:last-child {
    margin-bottom: 0; }
  .card-event-carousel .card {
    width: 280px;
    height: 220px; }
  .card__wrapper_event {
    margin-left: -10px; }
  .card__event {
    width: 240px;
    margin-left: 10px; }
  .card__event .card__img {
    width: 240px; } }

/* ----- end карточка на странице event ----- */
/* фильтры */
.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin-left: -10px;
  margin-bottom: 20px; }

.filter__item {
  color: #424242;
  font-size: 0.8667rem;
  text-transform: uppercase;
  font-family: "OpenSans-SemiBold";
  letter-spacing: 1px;
  background-color: #F4F5E6;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 13px 23px;
  text-decoration: none;
  cursor: pointer;
  outline: none; }

.filter__item:hover {
  color: #8BB640; }

.filter__item_active {
  background-color: #8BB640;
  color: #fff; }

.filter__item_active:hover {
  background-color: #8BB640;
  color: #fff; }

@media screen and (max-width: 1439px) {
  .filter__item {
    padding-left: 18px;
    padding-right: 18px; } }

@media screen and (max-width: 767px) {
  .filter__item {
    padding: 7px 10px; } }

/* ----- end фильтры ----- */
/* карточка новости в слайдере */
.news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px; }

.news__item {
  text-decoration: none;
  width: 310px;
  height: 220px;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  padding: 20px 20px 15px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 20px; }

.news__title {
  color: #424242;
  font-size: 1.0667rem;
  line-height: 27px;
  font-family: "OpenSans-Regular";
  max-height: 160px;
  overflow: hidden; }

.news__date {
  color: #AEAEAE;
  font-size: 0.9333rem;
  line-height: 20px; }

.news .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.news__wrapper {
  overflow: hidden;
  margin-bottom: 0 !important; }

.news__bg {
  padding-bottom: 40px;
  padding-top: 60px;
  position: relative; }

.news__bg1, .news__bg2 {
  position: absolute; }

.news__bg1 {
  right: 50px;
  top: 0; }

.news__bg2 {
  left: 0;
  bottom: 20px; }

.news .owl-nav {
  position: absolute;
  right: 20px;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 0; }

@media screen and (max-width: 1439px) {
  .news__bg1 {
    display: none; }
  .news__bg2 {
    left: -100px; } }

@media screen and (max-width: 767px) {
  .news__bg {
    padding-top: 25px;
    padding-bottom: 25px; }
  .news__bg2 {
    bottom: -10px;
    left: -50px; }
  .news__item {
    width: 280px; } }

/* ----- end карточка новости в слайдере ----- */
/* footer */
.footer-main {
  background-color: #F6F6F6;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  z-index: 100; }

.footer-main .container-flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.footer-main__copy {
  font-size: 1rem;
  font-family: "OpenSans-Bold"; }
.footer-main__dev{
    font-size: 13px;
    line-height: 15px;
    color: #aeaeae;
    margin-top: 27px;
}
.footer-main__dev a{
    color: #aeaeae;
    text-decoration: underline;
}
.footer-main__dev a:hover{
    color: #aeaeae;
    text-decoration: none;
}
.footer-main__navi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px; }

.footer-main__navi-list {
  list-style: none;
  padding: 0;
  margin: 0; }

.footer-main__navi-list a {
  color: #424242;
  font-size: 0.8667rem;
  line-height: 15px;
  text-decoration: none; }

.footer-main__navi-list a:hover {
  color: #8BB640; }

.footer-main__navi-list li {
  margin-bottom: 10px; }

.footer-main__navi-list li:last-child {
  margin-bottom: 0; }

.footer-main__navi-item {
  width: 200px;
  margin-left: 20px; }

.footer-main__navi-title {
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 2px;
  color: #AEAEAE;
  text-transform: uppercase;
  margin-bottom: 20px;
  display: block;
  text-decoration: none; }

.footer-main__navi-title a {
  text-decoration: none; }

.footer-main__navi-title .icon-chevron-down {
  display: none; }

.footer-main__contacts-phone a {
  font-size: 1.3333rem;
  color: #424242;
  font-family: "OpenSans-Bold";
  text-decoration: none; }

.footer-main__contacts-phone {
  margin-bottom: 40px; }

.footer-main__contacts-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin-left: -20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.footer-main__contacts-social a {
  margin-left: 20px; }

.footer-main__kr a {
  text-decoration: none;
  color: #212121;
  font-size: 13px; }

.footer-main__kr {
  margin-top: 20px; }

@media screen and (max-width: 1439px) {
  .footer-main .container-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .footer-main__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 40px; }
  .footer-main__contacts-phone {
    margin: 0;
    margin-right: 40px; }
  .footer-main__copy{
    margin-top: 30px; }
  .footer-main__info{
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: flex;
  }
  .footer-main__dev{
      padding-left: 20px;
      margin-top: 30px;
  }
  .footer-main__kr {
    position: absolute;
    bottom: 0;
    right: 20px; } }

@media screen and (max-width: 767px) {
  .footer-main {
    padding-bottom: 20px; }
  .footer-main__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 30px; }
  .footer-main__contacts-phone {
    margin-bottom: 20px;
    width: 100%;
    margin-right: 0; }
  .footer-main__contacts-social {
    width: 100%; }
  .footer-main__navi {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0; }
  .footer-main__navi-item {
    margin-left: 0;
    width: 100%;
    margin-bottom: 20px; }
  .footer-main__navi-list {
    display: none;
    margin-top: 10px; }
  .footer-main__navi-item_active .footer-main__navi-list {
    display: block; }
  .footer-main__navi-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 0; }
  .footer-main__navi-title .icon-chevron-down {
    font-size: 0.4rem;
    display: block;
    margin-left: 5px;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
  .footer-main__navi-item_active .footer-main__navi-title .icon-chevron-down {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  .footer-main__navi-list a {
    display: block; }
  .footer-main__navi-list li {
    margin-bottom: 15px; }
  .footer-main__copy {
    margin-top: 10px;
  }
  .footer-main__info{
      display: block;
  }
  .footer-main__copy,
  .footer-main__dev{
      padding-left: 0;
      margin-top: 10px;
  }

    
  .footer-main__kr {
    left: 20px;
    right: auto; } }

/* ----- end footer ----- */
/* меню по гамбургеру */
.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-image: url(../images/moose.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 110px;
  padding-bottom: 110px;
  overflow-x: auto;
  display: none; }

.mobile-menu.show {
  display: block; }

.mobile-menu__close {
  position: fixed;
  right: 40px;
  top: 30px;
  z-index: 100; }

.mobile-menu__close .icon-close {
  font-size: 1.3333rem;
  color: #fff; }

.mobile-menu__nav {
  margin-bottom: 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin-left: -30px; }

.mobile-menu__nav-item a {
  color: #B1B3B3;
  text-decoration: none;
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "OpenSans-Regular"; }

.mobile-menu__nav-item a:hover {
  color: #fff; }

.mobile-menu__nav-item {
  margin-bottom: 10px;
  width: -webkit-calc(33.3% - 30px);
  width: calc(33.3% - 30px);
  margin-left: 30px; }

.mobile-menu__nav-item:last-child {
  margin-bottom: 0; }

/* меню с большими буквами и выпадающим подменю */
.mobile-menu__nav_lg .mobile-menu__nav-item > a {
  font-size: 1.3333rem;
  line-height: 40px;
  font-family: "Comfortaa-Bold";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff; }

.mobile-menu__nav_lg .mobile-menu__nav-item {
  margin-bottom: 20px; }

.mobile-menu__nav_lg .mobile-menu__nav-item:last-child {
  margin-bottom: 0; }

.mobile-menu__nav-inner {
  margin-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.mobile-menu__nav-inner a {
  display: inline-block;
  font-size: 1rem;
  margin-right: 0;
  margin-bottom: 10px;
  border-bottom: 1px solid transparent;
  color: #B1B3B3;
  font-family: "OpenSans-Regular"; }

.mobile-menu__nav-inner a:hover {
  color: #ffffff; }

.mobile-menu__nav-item_active .mobile-menu__nav-inner {
  visibility: visible;
  opacity: 1;
  height: auto;
  margin-top: 15px; }

@media screen and (max-width: 1023px) {
  .mobile-menu__nav-item .mobile-menu__nav-icon-corner {
    display: none !important;
    font-size: 0.3333rem;
    margin-left: 10px; }
  .mobile-menu__nav-inner {
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    margin-top: 5px !important; }
  .mobile-menu__nav-item_muted {
    opacity: 1; } }

@media screen and (max-width: 767px) {
  .mobile-menu {
    padding-top: 20px; }
  .mobile-menu__nav_lg .mobile-menu__nav-item > a {
    font-size: 1.3333rem;
    line-height: 28px;
    color: #fff; }
  .mobile-menu__nav-item {
    margin-bottom: 20px;
    width: 100%; }
  .mobile-menu__close {
    right: 20px;
    top: 20px; }
  .mobile-menu__nav-inner a {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 0.9333rem; }
  .mobile-menu__nav-item_active .mobile-menu__nav-inner {
    margin-bottom: 20px; }
  .mobile-menu__nav {
    margin-bottom: 50px; }
  .mobile-menu__nav-inner a:hover {
    border-bottom: 1px solid transparent; } }

/* ----- end меню по гамбургеру ----- */
/* карусель с локациями на главной странице */
.place-park {
  overflow: hidden; }

.place-park__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.place-park__img {
  width: 570px;
  text-align: center;
  margin-right: 50px; }

.place-park__img img {
  max-width: 500px;
  width: 100%; }

.place-park__text {
  max-width: 470px; }

.place-park__helper {
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #424242;
  margin-bottom: 60px; }

.place-park__title {
  font-size: 2.5rem;
  font-family: "Comfortaa-Bold";
  margin-bottom: 20px;
  color: #424242; }

.place-park__teaser {
  font-size: 1rem;
  line-height: 27px;
  color: #424242; }

.place-park__btn {
  margin-top: 30px;
  text-transform: none;
  font-family: "OpenSans-Bold";
  letter-spacing: 0; }

.place-park .owl-stage-outer {
  position: relative;
  z-index: 10; }

.place-park .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.place-park .owl-nav {
  position: absolute;
  right: 20px;
  bottom: 0;
  z-index: 10; }

.place-park .owl-dots {
  font-size: 0;
  width: 50%;
  margin-left: auto;
  padding-left: 40px;
  margin-bottom: 10px; }

.place-park .owl-dots div {
  display: inline-block;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  background-color: #AEAEAE;
  margin-right: 7px;
  cursor: pointer; }

.place-park .owl-dots .active {
  background-color: #8FB95D; }

.place-park__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: absolute;
  width: 100%;
  max-width: 470px;
  height: auto;
  bottom: 0;
  left: 635px;
  z-index: 10; }

.place-park__dots-item_active {
  opacity: 0.5; }

.place-park__dots-item {
  margin: 0 5px;
  cursor: pointer; }

.place-park__bg {
  position: relative;
  padding-bottom: 40px;
  padding-top: 60px;
  z-index: 10;
  overflow: hidden; }

.place-park__bg1, .place-park__bg2 {
  position: absolute; }

.place-park__bg1 {
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  overflow: hidden;
  opacity: 0.5; }

.place-park__bg1 img {
  height: 160px;
  margin-right: -100px; }

.place-park__bg2 {
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }

.place-park__bg2 img {
  margin-right: -100px;
  margin-top: -300px; }

@media screen and (max-width: 999px) {
  .place-park {
    max-width: 728px;
    margin-left: auto;
    margin-right: auto; }
  .place-park__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0; }
  .place-park__img {
    margin: 0;
    height: 450px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 50px; }
  .place-park__img img {
    max-width: 450px; }
  .place-park__text {
    max-width: 600px; }
  .place-park__helper {
    margin-bottom: 15px; }
  .place-park__title {
    font-size: 2.3333rem;
    margin-bottom: 15px; }
  .place-park .owl-nav {
    float: none;
    position: absolute;
    top: 200px;
    margin: 0;
    width: 100%;
    height: 32px;
    left: 0;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 50; }
  .place-park .owl-nav div {
    margin: 0; }
  .place-park .owl-dots {
    position: absolute;
    top: 470px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 100; }
  .place-park__dots {
    top: 460px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    width: 100%;
    max-width: 100%;
    bottom: auto; }
  .place-park .owl-stage-outer {
    z-index: 20; }
  .place-park__dots {
    z-index: 21; }
  .place-park__bg1, .place-park__bg2 {
    display: none; } }

@media screen and (max-width: 767px) {
  .place-park__bg {
    padding-top: 20px; }
  .place-park__img {
    max-width: 280px;
    height: 270px; }
  .place-park__img {
    max-height: 270px;
    margin-top: 20px; }
  .place-park .owl-dots {
    top: 310px; }
  .place-park .owl-nav {
    display: none; }
  .place-park__item {
    position: relative;
    padding-bottom: 0; }
  .place-park__helper {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    text-align: center;
    width: 100%; }
  .place-park__teaser {
    display: none; }
  .place-park__btn {
    margin-top: 0;
    margin: 0 auto;
    width: 200px;
    display: block; }
  .place-park__title {
    font-size: 1.6rem;
    line-height: 27px; }
  .place-park__text {
    text-align: center; } }

/* ----- end карусель с локациями на главной странице ----- */
/* видеогалерея */
.video-gallery__view {
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px);
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  position: relative; }

.video-gallery__view::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), to(#000000));
  background-image: -webkit-linear-gradient(top, transparent 66%, #000000 100%);
  background-image: linear-gradient(-180deg, transparent 66%, #000000 100%); }

.video-gallery__view .video-gallery__view-resizer {
  opacity: 0;
  border: none;
  display: block;
  z-index: -100;
  max-width: 100%; }

.video-gallery__sidebar {
  position: absolute;
  right: 20px;
  top: -40px;
  width: 241px;
  height: -webkit-calc(100% + 80px);
  height: calc(100% + 80px);
  overflow: hidden; }

.video-gallery__sidebar_shadow::before {
  content: '';
  position: absolute;
  top: -1px;
  left: 0;
  width: 210px;
  height: 1px;
  -webkit-box-shadow: 0px 0px 18px 18px #000000;
          box-shadow: 0px 0px 18px 18px #000000;
  z-index: 50; }

.video-gallery__sidebar_shadow::after {
  content: '';
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 210px;
  height: 1px;
  -webkit-box-shadow: 0px 0px 18px 18px #000000;
          box-shadow: 0px 0px 18px 18px #000000;
  z-index: 50; }

.video-gallery__view-teaser {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  z-index: 10;
  cursor: pointer;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

.video-gallery__view-teaser a {
  text-decoration: none;
  color: #fff;
  font-size: 1.6rem;
  line-height: 27px;
  font-family: "Comfortaa-Bold";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer; }

.video-gallery__view-teaser .icon-play {
  font-size: 3.2rem;
  margin-right: 10px; }

.video-gallery__view-time {
  position: absolute;
  z-index: 10;
  left: 30px;
  top: 30px;
  background: rgba(66, 66, 66, 0.6);
  padding: 10px;
  font-size: 0.8rem;
  color: #fff;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

/* сайдбар справа */
.video-gallery__sidebar-item {
  position: relative;
  width: 220px;
  height: 140px;
  overflow: hidden;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  margin-bottom: 20px;
  cursor: pointer; }

.video-gallery__sidebar-item:last-child {
  margin-bottom: 0; }

.video-gallery__sidebar-item:first-child {
  margin-top: 20px; }

.video-gallery__sidebar-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#000000));
  background-image: -webkit-linear-gradient(top, transparent 50%, #000000 100%);
  background-image: linear-gradient(-180deg, transparent 50%, #000000 100%);
  z-index: 1; }

.video-gallery__sidebar-time {
  position: absolute;
  left: 10px;
  top: 10px;
  color: #fff;
  background: rgba(66, 66, 66, 0.6);
  padding: 2px 5px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  font-size: 0.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 2; }

.video-gallery__sidebar-time .icon-play-xs {
  font-size: 0.3333rem;
  margin-top: 1px;
  margin-right: 4px; }

.video-gallery__sidebar-teaser {
  font-size: 0.8rem;
  line-height: 14px;
  color: #fff;
  font-family: "OpenSans-Bold";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 10px; }

.video-gallery .mCSB_container_wrapper {
  margin-right: 0 !important;
  margin-bottom: 0; }

.video-gallery .mCSB_container {
  padding-right: 0 !important; }

.video-gallery .mCSB_scrollTools {
  z-index: 20; }

.video-gallery .mCSB_scrollTools_vertical {
  margin-top: 120px;
  margin-bottom: 40px; }

.video-gallery__view-video {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }

.video-gallery__view-video iframe {
  width: 100%;
  height: 100%; }

.video-gallery.loading .video-gallery__view-teaser, .video-gallery.play .video-gallery__view-teaser {
  margin-bottom: -50%; }

.video-gallery.loading .video-gallery__view-time, .video-gallery.play .video-gallery__view-time {
  margin-top: -50%; }

.video-gallery.play .video-gallery__view-video {
  opacity: 1;
  z-index: 10; }

@media screen and (max-width: 1439px) {
  .video-gallery__view {
    width: 100%; }
  .video-gallery__sidebar {
    position: relative;
    top: auto;
    right: auto;
    height: 180px;
    width: 100%;
    padding-top: 20px; }
  .video-gallery__sidebar-item {
    float: left;
    margin-right: 20px;
    margin-bottom: 0;
    height: 140px; }
  .video-gallery .mCSB_container_wrapper {
    margin-bottom: 0 !important; }
  .video-gallery .mCSB_container {
    padding-bottom: 0 !important; }
  .video-gallery__sidebar_shadow::after {
    display: none; }
  .video-gallery__sidebar_shadow::before {
    display: none; }
  .video-gallery__sidebar-item:first-child {
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  .video-gallery {
    margin-left: -20px;
    margin-right: -20px; }
  .video-gallery__view-time {
    display: none; }
  .video-gallery__view-teaser {
    height: 100%;
    width: 100%;
    padding: 20px; }
  .video-gallery__view-teaser a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 20px;
    font-size: 1.2rem;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .video-gallery__view-teaser .icon-play {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 4rem; }
  .video-gallery__sidebar-item {
    margin-right: 0;
    margin-left: 20px; }
  .video-gallery__sidebar-item:last-child {
    margin-right: 20px; }
  .video-gallery .mCSB_scrollTools_horizontal {
    margin-left: 20px;
    margin-right: 20px; }
  .video-gallery__sidebar_shadow::after {
    display: block;
    width: 1px;
    height: 115px;
    right: -1px;
    left: auto;
    bottom: auto;
    top: 20px;
    -webkit-box-shadow: 0px 10px 15px 20px #000;
            box-shadow: 0px 10px 15px 20px #000; }
  .video-gallery__sidebar_shadow::before {
    display: block;
    width: 1px;
    height: 115px;
    left: -1px;
    right: auto;
    bottom: auto;
    top: 20px;
    -webkit-box-shadow: 0px 10px 15px 20px #000;
            box-shadow: 0px 10px 15px 20px #000; } }

/* ----- end видеогалерея ----- */
/* липкая навяигация слева */
.menu-left {
  position: absolute;
  left: 10px;
  top: 0;
  width: 95px;
  z-index: 100;
  margin: 0;
  list-style: none;
  padding-left: 0;
  opacity: 0;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

.menu-left.is_stuck {
  padding-top: 20px;
  opacity: 1; }

.menu-left__wrapper {
  position: relative;
  overflow: hidden; }

.menu-left__item {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px; }

.menu-left__item::before {
  content: '';
  width: 9px;
  height: 9px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #424242;
  display: block;
  position: absolute;
  left: 0;
  top: 2px; }

.menu-left__item.active::after {
  content: '';
  width: 1px;
  height: 240px;
  display: block;
  background-color: #AEAEAE;
  margin-left: -11px;
  margin-top: 2px; }

.menu-left__item.active:last-child::after {
  display: none; }

.menu-left__item.active::before {
  background-color: #8BB640; }

.menu-left__item a {
  font-size: 0.625rem;
  font-family: "OpenSans-SemiBold";
  line-height: 12px;
  display: block;
  text-decoration: none;
  color: #424242;
  text-transform: uppercase;
  color: transparent; }

.menu-left__item.active a {
  color: #8BB640; }

.menu-left__item:hover a {
  color: #424242; }

@media screen and (max-width: 1439px) {
  .menu-left {
    display: none; } }

/* ----- end липкая навяигация слева ----- */
/* анонсы мероприятий */
.announcement {
  position: relative;
  padding-bottom: 80px;
  overflow: hidden; }

.announcement-inner-wrapper {
  padding-top: 40px;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0; }

.announcement-bg1, .announcement-bg2, .announcement-bg3 {
  position: absolute; }

.announcement-bg1 {
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%; }

.announcement-bg2 {
  right: 0;
  top: -100px; }

.announcement-bg3 {
  right: 0;
  bottom: -100px; }

@media screen and (max-width: 1439px) {
  .announcement {
    padding-bottom: 40px; }
  .announcement-bg1, .announcement-bg2, .announcement-bg3 {
    display: none; } }

@media screen and (max-width: 767px) {
  .announcement-inner-wrapper {
    padding-bottom: 40px; }
  .announcement-bg1, .announcement-bg2, .announcement-bg3 {
    display: block; }
  .announcement-bg1 img {
    max-width: 160px; }
  .announcement-bg1 {
    left: -130px; }
  .announcement-bg2 {
    top: -80px;
    right: -150px; }
  .announcement-bg3 {
    right: -50px;
    bottom: -50px;
    -webkit-transform: rotate(-10deg);
        -ms-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  .announcement-bg3 img {
    max-width: 360px; } }

/* ----- end анонсы мероприятий ----- */
/* page event */
.event {
  overflow: hidden;
  position: relative; }

.event-bg {
  position: absolute;
  z-index: 1; }

.event-bg1 {
  left: 0;
  top: 0; }

.event-bg2 {
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%; }

.event-bg3 {
  left: 0;
  bottom: 100px; }

.event-bg4 {
  display: none;
  right: 0;
  bottom: 0; }

.event-bg5 {
  display: none;
  right: 0;
  top: 0; }

.event-page-bg-img {
  position: absolute; }

.event-page-bg1 {
  left: 0;
  top: 80%; }

.event-page-bg2 {
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%; }

@media screen and (max-width: 1455px) {
  .event {
    padding-bottom: 20px; }
  .event-bg1, .event-bg2, .event-bg3 {
    display: none; } }

@media screen and (max-width: 767px) {
  .event-bg4 {
    display: block;
    right: -100px;
    bottom: -150px; }
  .event-bg5 {
    display: block;
    top: -230px;
    right: -140px;
    opacity: 0.5; }
  .event {
    margin-top: -40px;
    padding-top: 40px; } }

/* ----- end page event ----- */
/* дефолтное модальное окно */
.modal {
  position: relative;
  background: #F6F6F6;
  padding: 20px;
  width: auto;
  max-width: 860px;
  margin: 20px auto;
  padding: 40px;
  min-width: 320px; }

.mfp-container {
  padding: 0; }

.modal__cols {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  position: relative;
  margin-bottom: 50px; }

.modal__cols-left {
  width: -webkit-calc(100% - 157px);
  width: calc(100% - 157px); }

.modal__cols-right {
  width: 157px;
  text-align: center;
  height: 100%; }

.modal__title {
  font-size: 2.5rem;
  color: #424242;
  font-family: "Comfortaa-Light";
  margin-bottom: 50px; }

.modal__helper {
  font-size: 1rem;
  line-height: 20px;
  color: #424242;
  letter-spacing: 2px;
  margin-bottom: 20px; }

.modal__title_small {
  font-size: 1.125rem;
  line-height: 26px;
  font-family: "OpenSans-Bold";
  color: #424242;
  margin-bottom: 20px; }

@media screen and (max-width: 1439px) {
  .modal {
    max-width: 720px; } }

@media screen and (max-width: 767px) {
  .modal {
    max-width: 100%;
    width: 100%;
    margin-top: 70px;
    padding: 20px;
    margin-bottom: 0; }
  .mfp-container {
    padding: 0; }
  .modal__title {
    font-size: 1.2rem;
    line-height: 27px;
    margin-bottom: 20px;
    font-family: "Comfortaa-Bold"; }
  .modal__helper {
    font-size: 0.6667rem;
    line-height: 10px;
    letter-spacing: 0.8px;
    -webkit-columns: #AEAEAE;
       -moz-columns: #AEAEAE;
            columns: #AEAEAE;
    font-family: "OpenSans-Regular"; }
  .modal__cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 10px; }
  .modal__cols-left, .modal__cols-right {
    width: 100%;
    position: relative; }
  .modal__cols-left {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    background-color: #fff;
    margin-bottom: 10px; }
  .modal__cols-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
  .modal__title_small {
    font-size: 0.6667rem; }
  .modal__cols-right .modal__title_small {
    width: 100%;
    line-height: 14px; } }

/* ----- end дефолтное модальное окно ----- */
/* форма бронирования */
.form-order__item {
  cursor: pointer;
  border: 1px solid #AEAEAE;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 135px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 15px 0; }

.form-order__item:last-child {
  margin-bottom: 0; }

.form-order__item .icon-close {
  width: 10px;
  height: 10px;
  font-size: 0.6667rem;
  color: #FF6B55;
  margin-left: 10px; }

.form-order__item .icon-close::before {
  font-weight: bold; }

.form-order__item:hover {
  border-color: #FF6B55; }

.form-order__pay {
  padding: 25px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: -webkit-calc(100% - 220px);
  width: calc(100% - 220px);
  background: #fff; }

.form-order__pay-item {
  text-align: center; }

.form-order__qnt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.form-order__qnt-input {
  outline: none;
  border: none;
  width: 30px;
  font-size: 1.0625rem;
  color: #424242;
  font-family: "OpenSans-SemiBold";
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.form-order__sum {
  font-size: 1.875rem;
  font-family: "Comfortaa-Light"; }

.form-order__pay-item .modal__title_small {
  margin-bottom: 5px; }

.form-order__qnt-btn-minus .icon-arrow-left-circle-round, .form-order__qnt-btn-plus .icon-arrow-right-circle-round {
  font-size: 2rem;
  color: #424242; }

/* скролл выбранных дат */
.form-order-scroller {
  max-height: 250px;
  overflow-y: auto; }

.form-order-scroller .mCSB_container {
  margin-right: 20px; }

.form-order-scroller .mCSB_dragger_bar {
  background-color: #8BB640 !important;
  width: 6px !important; }

.form-order .form-feedback__input {
  max-width: 360px;
  width: 100%;
  font-size: 1rem; }

.form-order .form-feedback__input::-webkit-input-placeholder {
  font-size: 1rem;
  color: #AEAEAE; }

.form-order .form-feedback__input:-moz-placeholder {
  font-size: 1rem;
  color: #AEAEAE; }

.form-order .form-feedback__input::-moz-placeholder {
  font-size: 1rem;
  color: #AEAEAE; }

.form-order .form-feedback__input:-ms-input-placeholder {
  font-size: 1rem;
  color: #AEAEAE; }

@media screen and (max-width: 1439px) {
  .form-order__pay {
    padding: 25px 20px; } }

@media screen and (max-width: 767px) {
  .form-order__item {
    width: auto;
    height: auto;
    margin: 0;
    padding: 9px;
    font-size: 0.6667rem;
    margin-right: 5px;
    margin-bottom: 5px; }
  .form-order__pay {
    width: 100%;
    padding: 20px;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .form-order__pay-item:first-child {
    margin-right: 20px; }
  .form-order__pay-item:last-child {
    width: 100%;
    margin-top: 20px;
    margin-left: 0; }
  .form-order-scroller {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: -10px; }
  .form-order__item {
    margin-bottom: 10px;
    margin-right: 0;
    margin-left: 10px; }
  .form-order__item:last-child {
    margin-bottom: 10px; }
  .form-order .form-feedback__input {
    width: 100%;
    max-width: 100%; } }

/* ----- end форма бронирования ----- */
/* календарь */
.calendar {
  background: #fff;
  padding: 15px 40px;
  width: 360px;
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.calendar__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px; }

.calendar__head-item_prev .icon-chevron-down {
  display: block;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  font-size: 0.4rem;
  margin-right: 5px;
  margin-top: 4px; }

.calendar__head-item_next .icon-chevron-down {
  display: block;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  font-size: 0.4rem;
  margin-left: 5px;
  margin-top: 4px; }

.calendar__head-item {
  font-size: 1.125rem;
  text-decoration: none;
  font-family: "OpenSans-Bold";
  color: #424242;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.calendar__head-item_prev {
  opacity: 0.5; }

.calendar__table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  width: 100%; }

.calendar__table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.calendar__table-cell {
  width: 39px;
  height: 34px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  cursor: pointer; }

.calendar__text {
  display: block;
  font-size: 0.6667rem;
  text-align: center; }

.calendar__day-active {
  background: #F6F6F6; }

.calendar__day-select {
  background: #8BB640;
  color: #fff; }

.calendar__day-select a {
  color: #fff; }

.calendar__day-old {
  opacity: 0.5; }

.calendar__week .calendar__table-cell {
  text-transform: uppercase;
  cursor: text; }

.calendar-helper {
  font-size: 1rem;
  color: #AEAEAE;
  margin-bottom: 10px;
  margin-top: 30px; }

/* calendar маленького размера в выпадающих фильтрах */
.calendar_sm {
  width: 280px;
  border-bottom: none;
  padding: 0;
  border: none; }

.calendar_sm .calendar__table-cell {
  width: 39px;
  height: 34px;
  font-size: 1rem;
  margin: 0; }

.calendar_sm .calendar__table-cell a {
  text-decoration: none; }

.calendar_sm .calendar__week .calendar__table-cell {
  font-family: "OpenSans-SemiBold";
  color: #424242; }

@media screen and (max-width: 767px) {
  .calendar {
    border-bottom: none;
    max-width: 320px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    border: none; }
  .calendar__head-item span {
    font-size: 0.3rem !important;
    margin-top: 3px !important; } }

/* ----- end календарь ----- */
/* page map */
.map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%; }

.map__container {
  width: -webkit-calc(100% - 280px);
  width: calc(100% - 280px);
  position: relative; }

.map__sidebar {
  width: 280px;
  background: #fff;
  height: 100%;
  overflow: hidden;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out; }

.map__sidebar-scroller {
  padding: 0 0 0 30px;
  height: 100%; }

.map__logo {
  margin-bottom: 40px;
  margin-top: 20px; }

.map__logo path {
  fill: #8BB640; }
.map__logo #Fill-2 {
    fill: #424242; }
.map__logo #Fill-3 {
  fill: #8BB640; }

.map__sidebar-title {
  font-size: 0.8rem;
  line-height: 20px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: #AEAEAE; }

.map__list {
  margin-bottom: 30px; }

.map__list-item {
  position: relative; }

.map__list-item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  font-size: 1rem;
  line-height: 20px;
  color: #424242;
  padding: 10px 50px 10px 0;
  cursor: pointer; }

.map__list-item_active::before {
  content: '';
  width: 26px;
  height: 26px;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
    margin-top: -13px;
  background: url(../images/icons/check-round.svg) no-repeat;
  z-index: 10; }
.map__list-item_active span {
  color: #8BB640; }

.map__list-item_active .map__list-icon {
  opacity: 0; }

.map__list-icon {
  width: 31px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px; }

.map .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #8BB640; }

#map {
  width: 100%;
  height: 100%; }

#mapInner {
  width: 100%;
  height: 100%; }

.map__btn-back {
  position: absolute;
  left: 20px;
  top: 20px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.map__btn-back .icon-arrow-left-circle-round {
  margin-right: 5px;
  font-size: 1.3333rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.map__btn-back:hover span {
  color: #8BB640; }

.map .header-main__menu {
  position: absolute;
  right: 40px;
  top: 30px;
  z-index: 100; }

.map__btn-filter {
  text-decoration: none;
  position: absolute;
  left: 50%;
  top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 0;
  z-index: -100;
  -webkit-transition: background .1s ease-in-out;
  transition: background .1s ease-in-out;
  margin-top: -20px; }

.map__btn-filter .icon-filter {
  margin-left: 5px;
  font-size: 1.2rem; }

.map__btn-filter:hover {
  background-color: #8BB640;
  color: #fff; }

.map__btn-filter_active {
  background-color: #8BB640;
  color: #fff; }

.map__sidebar-btn-reset:hover {
  background: #fff; }

.map__sidebar-btn-reset:active {
  background: #EEEDED; }

.map__sidebar-counter {
  display: none;
  font-size: 1.6rem;
  line-height: 27px;
  font-family: "Comfortaa-Bold";
  margin-bottom: 40px; }

.map__sidebar-counter-number {
  display: none; }

.map__sidebar-close {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
  text-decoration: none;
  color: #424242;
  font-size: 1.3333rem; }

.map__sidebar-bottom {
  display: none; }

.mapboxgl-missing-css {
  display: none; }

/* попап на карте */
.popup .slideshow .image {
  display: none; }

.popup .slideshow .image.active {
  display: block; }

.popup .slideshow img {
  width: 100%; }

.popup .cycle {
  padding: 10px 0 20px; }

.popup .cycle a.prev {
  float: left; }

.popup .cycle a.next {
  float: right; }

.mapboxgl-popup {
  max-width: 240px; }

.mapboxgl-popup-content {
  -webkit-box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.42);
          box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.42);
  overflow: hidden;
  padding-bottom: 10px; }

.mapboxgl-popup h3 {
  font-size: 1rem;
  line-height: 20px;
  font-family: "OpenSans-Bold";
  margin-bottom: 5px; }

.mapboxgl-popup h3 a {
  text-decoration: none;
  border-bottom: 1px solid rgba(139, 182, 64, 0.7);
  display: inline;
  color: #424242; }

.mapboxgl-popup h3:hover a {
  color: #8BB640; }

.mapboxgl-popup p {
  font-size: 0.8667rem;
  color: #777777;
  margin-bottom: 5px; }

.mapboxgl-popup p:last-child {
  margin-bottom: 0; }

.mapboxgl-popup img {
  max-width: 100%;
  display: block; }

.mapboxgl-popup .slideshow {
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -10px;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden;
  height: 140px; }

.mapboxgl-popup .slideshow .slideshow-item {
  display: block;
  height: 140px;
  width: 240px;
  background-size: cover;
  background-position: center; }

.mapboxgl-popup .owl-item {
  float: left; }

.mapboxgl-popup .owl-nav div {
  position: absolute;
  top: 50%;
  margin: 0;
  margin-top: -16px;
  opacity: 1;
  background: none; }

.mapboxgl-popup .owl-nav .disabled {
  opacity: 0.3; }

.mapboxgl-popup .owl-prev {
  left: 0;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  display: block; }

.mapboxgl-popup .owl-prev::before, .mapboxgl-popup .owl-next::before {
  content: '\e805';
  font-family: "fontello";
  display: block;
  font-size: 0.8rem;
  color: #fff;
  line-height: 1;
  text-align: center; }

.mapboxgl-popup .owl-next {
  right: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  display: block; }

@media screen and (max-width: 1024px) {
  .map__sidebar {
    display: none; }
  .map__container {
    width: 100%; }
  .map__btn-filter {
    opacity: 1;
    z-index: 100;
    margin-top: 0; }
  .map__sidebar {
    position: absolute;
    z-index: 120;
    width: 100%;
    top: 220px;
    padding-top: 20px;
    height: -webkit-calc(100% - 220px);
    height: calc(100% - 220px);
    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    -webkit-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
            transform: translateY(-20px);
    opacity: 0;
    z-index: -100;
    visibility: hidden;
    display: block; }
  .map__sidebar_show {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    z-index: 120;
    visibility: visible; }
  .map__logo {
    display: none; }
  .map__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%; }
  .map__list-item {
    width: 49.9%; }
  .map__sidebar-counter {
    display: block; }
  .map__sidebar-close {
    display: block; }
  .map__sidebar-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 35px; } }

@media screen and (max-width: 767px) {
  .map__sidebar-scroller {
    padding-left: 20px; }
  .map__sidebar-counter {
    font-size: 1.2rem;
    line-height: 27px;
    margin-bottom: 20px;
    padding-right: 30px; }
  .map__sidebar .mCSB_inside > .mCSB_container {
    margin-right: 20px !important; }
  .map__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .map__list-item {
    width: 100%; }
  .map__btn-filter {
    top: auto;
    bottom: 15px;
    width: 280px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 0.8rem; }
  .map .header-main__menu {
    right: 20px;
    top: 20px; }
  .map__btn-back {
    padding-top: 9px;
    padding-bottom: 9px; }
  .map__btn-back span {
    display: none; }
  .map__btn-back .icon-arrow-left-circle-round {
    margin: 0;
    display: block !important; }
  .map__sidebar {
    top: 70px;
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px); } }

/* ----- end page map ----- */
/* контент на страницах */
.content-wrapper {
  width: -webkit-calc(100% - 387px);
  width: calc(100% - 387px); }

.content__block-text, .content__block-text p {
  font-size: 15px;
  line-height: 27px;
  color: #424242;
  padding-bottom: 45px;
  margin-bottom: 0; }

.content__block-text_modified {
  max-width: 940px; }

.content__block-text_modified:last-child {
  padding-bottom: 0; }

.content__block-text_last:last-child {
  padding-bottom: 100px; }

.content__block-text a {
  color: #8BB640; }

.content__block-text h3 {
  margin: 26px 0; }

.content__block-text img {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  max-width: 100%; }

blockquote {
  background: url(../images/icons/blockquote.svg) no-repeat left 7px;
  padding-left: 60px;
  margin: 40px 0;
  font-size: 1.6667rem;
  line-height: 34px;
  font-family: "OpenSans-LightItalic"; }

.content h3 {
  color: #8BB640; }

/* картинка на странице контента */
.content__image {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px;
  max-width: 900px; }

.content__image img {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  max-width: 100%;
  display: block; }

.content__image_border-bottom::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #AEAEAE;
  margin-top: 40px;
  display: block;
  opacity: 0.4; }

/* картинка c подписью на странице контента */
.content__image-teaser {
  margin-bottom: 20px; }

.content__image-teaser img {
  margin-bottom: 0;
  -webkit-border-radius: 0;
          border-radius: 0;
  width: 100%; }

.content__image-text {
  color: #AEAEAE;
  text-align: right;
  font-size: 0.9333rem;
  line-height: 20px;
  margin-top: 5px; }

/* карусель на странице контента */
.content-carousel {
  overflow: hidden;
  position: relative;
  margin-bottom: 60px;
  display: block;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.content-carousel__item {
  position: relative;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center; }

.content-carousel__item::before {
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(82%, transparent), to(rgba(0, 0, 0, 0.68)));
  background-image: -webkit-linear-gradient(top, transparent 82%, rgba(0, 0, 0, 0.68) 100%);
  background-image: linear-gradient(-180deg, transparent 82%, rgba(0, 0, 0, 0.68) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; }

.content-carousel__item img {
  display: block;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  width: 100% !important; }

.content-carousel .owl-nav {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 0 20px;
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 10; }

.content-carousel .owl-nav div {
  margin: 0;
  font-family: "fontello";
  color: #fff;
  background: none;
  width: 30px;
  height: 30px; }

.content-carousel .owl-nav .owl-prev::before {
  font-size: 2rem;
  content: '\e800';
  display: block; }

.content-carousel .owl-nav .owl-next::before {
  content: '\e802';
  display: block;
  font-size: 2rem; }

.content-carousel .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 30px;
  z-index: 10;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0); }

.content-carousel .owl-dots div {
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  margin: 0 2px; }

.content-carousel .owl-dot.active {
  background-color: #8BB640; }

.content-carousel_modified {
  margin: 0; }

.content-carousel .content-carousel__item-hidden-text {
  display: none;
  opacity: 0;
  z-index: -1; }

.content-carousel-teaser {
  color: #666666;
  font-size: 0.8rem;
  text-align: center;
  margin-top: 5px; }

.content-carousel_template {
  margin-bottom: 0;
  margin-top: 30px; }

/* карусель с текстом */
.content-carousel-text {
  background-color: #F6F6F6;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  overflow: hidden;
  padding: 30px 215px 30px 15px;
  min-height: 140px;
  display: block;
  position: relative; }

.content-carousel-text .owl-nav {
  position: absolute;
  right: 15px;
  bottom: 50px; }

.content-carousel-text .owl-dots {
  font-size: 0;
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 75px;
  text-align: center;
  line-height: 1; }

.content-carousel-text .owl-dots div {
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #424242;
  margin: 0 2px 2px 2px;
  display: inline-block; }

.content-carousel-text .owl-dot.active {
  background-color: #8BB640; }

/* описание после заголовка */
.content-teaser {
  font-size: 1rem;
  line-height: 27px;
  color: #424242;
  margin-bottom: 60px; }

/* текстовый блок с картинкой на фоне */
.content-text-bg {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative; }

.content-text-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); }

.content-text-bg_history-page {
  min-height: 700px;
  margin-bottom: 100px; }

.content-text-bg_history-page .container-main {
  padding-top: 190px;
  padding-bottom: 190px;
  width: 100%; }

.content-text-bg_history-page .content-text-bg__title, .content-text-bg_history-page .content__block-text {
  color: #fff;
  max-width: 780px;
  padding: 0; }

.content-text-bg_history-page .content-text-bg__helper {
  position: absolute;
  bottom: 50px;
  right: 20px;
  font-size: 0.9333rem;
  color: #fff; }

/* галерея на страницах контента */
.content-gallery {
  font-size: 0;
  margin-left: -2.5862069%;
  display: block;
  width: auto; }

.content-gallery__item {
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: top;
  width: 47.4137931%;
  height: 460px;
  margin-left: 2.5862069%;
  margin-bottom: 30px; }

/* блок текст слева картинка справа */
.content-two-cols {
  overflow: hidden; }

.content-two-cols .content__image-teaser {
  width: 48.7068965%;
  margin-left: 2.5862069%;
  float: right; }

.content-two-cols h3 {
  overflow: hidden;
  float: left;
  width: -webkit-calc(100% - 51.2931034%);
  width: calc(100% - 51.2931034%); }

.content-two-cols .content__block-text {
  float: left;
  overflow: hidden;
  width: -webkit-calc(100% - 51.2931034%);
  width: calc(100% - 51.2931034%); }

@media screen and (max-width: 1439px) {
  .content-wrapper {
    width: 100%; }
  .content-carousel {
    max-width: 780px; }
  .content-carousel-teaser {
    max-width: 780px; }
  .content-carousel_full-width {
    max-width: 100%;
    width: 100%; }
  .content_reverse {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  .content__image_border-bottom {
    margin-bottom: 70px; }
  .content__image {
    margin-bottom: 50px; }
  .content-text-bg_history-page {
    min-height: 650px; }
  .content-text-bg_history-page .container-main {
    padding-top: 170px;
    padding-bottom: 170px; }
  .content-text-bg_history-page .content-text-bg__helper {
    bottom: 10px; }
  .content-text-bg_history-page {
    margin-bottom: 60px; }
  .content-two-cols h3 {
    overflow: hidden;
    float: none;
    width: 100%; }
  .content-two-cols .content__block-text {
    float: none;
    overflow: hidden;
    width: 100%;
    max-width: 940px; }
  .content-two-cols .content__image-teaser {
    width: 100%;
    max-width: 720px;
    margin-left: 0;
    float: none; }
  /* галерея на страницах контента */
  .content-gallery {
    font-size: 0;
    margin-left: -4.12087912%; }
  .content-gallery__item {
    width: 45.8791208%;
    height: 350px;
    margin-left: 4.12087912%;
    margin-bottom: 30px; }
  .content__block-text_last:last-child {
    padding-bottom: 80px; } }

@media screen and (max-width: 767px) {
  .content-carousel {
    margin-bottom: 30px; }
  .content-carousel__item {
    height: 300px; }
  .content-carousel__item img {
    width: 100%; }
  .content-carousel .owl-nav {
    padding-left: 20px;
    padding-right: 20px; }
  .content-carousel_modified {
    margin-bottom: 0; }
  .content__image_border-bottom::after {
    margin-top: 30px; }
  .content__image {
    margin-bottom: 40px; }
  blockquote {
    font-size: 1.2rem;
    line-height: 24px; }
  .content-carousel-about-page {
    margin-left: -20px;
    margin-right: -20px;
    width: auto; }
  .content-carousel_template {
    margin-bottom: 0;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px; }
  .content-carousel_template .content-carousel__item {
    -webkit-border-radius: 0;
            border-radius: 0; }
  .content-teaser {
    display: none; }
  .content-text-bg_history-page {
    min-height: 100%;
    margin-bottom: 50px; }
  .content-text-bg_history-page .container-main {
    padding-top: 40px;
    padding-bottom: 40px; }
  .content-text-bg_history-page .content-text-bg__helper {
    display: none; }
  .content-two-cols .content__image-teaser_full-width {
    margin-left: -20px;
    margin-right: -20px;
    width: auto; }
  .content-two-cols .content__image-teaser_full-width .content__image-text {
    display: none; }
  /* галерея на страницах контента */
  .content-gallery {
    font-size: 0;
    margin-left: -20px;
    margin-right: -20px;
    width: auto; }
  .content-gallery__item {
    width: 100%;
    height: 210px;
    margin-left: 0;
    margin-bottom: 20px; }
  .content-gallery .owl-dots {
    text-align: center;
    margin-bottom: 30px; }
  .content-gallery .owl-dots div {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    background-color: #424242;
    margin: 0 2px;
    display: inline-block;
    vertical-align: top; }
  .content-gallery .owl-dot.active {
    background-color: #8BB640; }
  .content-carousel-text {
    padding: 15px 15px 25px 15px; }
  .content-carousel-text .owl-nav {
    position: relative;
    right: auto;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .content-carousel-text .owl-nav div {
    z-index: 20;
    margin: 0;
    position: relative; }
  .content-carousel-text .owl-dots {
    position: relative;
    right: auto;
    bottom: auto;
    width: 100%;
    margin-top: -20px;
    z-index: 10; } }

/* ----- end контент на страницах ----- */
/* инормация на странице экскурсий */
.information {
  background-color: #F6F6F6;
  padding: 20px;
  margin: 40px 0 20px 0;
  font-size: 1rem;
  line-height: 27px;
  color: #424242; }

.information__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin-left: -40px; }

.information__list-item {
  font-size: 1rem;
  color: #424242;
  font-family: "OpenSans-Bold";
  margin-left: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.information__list-item img {
  margin-right: 10px; }

.information__list-item_modified {
  width: 100%;
  margin-bottom: 15px; }

@media screen and (max-width: 767px) {
  .information {
    margin-top: 20px; }
  .information__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0; }
  .information__list-item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .information__list-item img {
    margin-top: 4px; } }

/* ----- end инормация на странице экскурсий ----- */
/* липкая карта в колонке справа */
.map-sticky {
  position: absolute;
  right: 0;
  top: 0;
  width: 480px;
  height: 100vh;
  z-index: 100; }

.map-tablet-link {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 100;
  width: 200px;
  text-decoration: none;
  display: none; }

.map-tablet-link img {
  max-width: 100%; }

.map-tablet-link span {
  font-size: 0.8rem;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #424242;
  display: block; }

@media screen and (max-width: 1439px) {
  .map-sticky {
    display: none; }
  .map-tablet-link {
    display: block; } }

@media screen and (max-width: 767px) {
  .map-tablet-link {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin-top: 30px;
    width: 100%; }
  .map-tablet-link img {
    width: 100%; } }

/* ----- end липкая карта в колонке справа ----- */
/* карта в модальном окне */
.modal-map {
  height: 400px !important;
  padding: 0; }

.modal-map .mfp-close {
  background-color: #fff;
  opacity: 1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  right: 10px;
  top: 10px; }

/* ----- end карта в модальном окне ----- */
/* фильтры мероприятий */
.filters-event {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  margin-left: -20px; }

.filters-event__item {
  margin-left: 20px;
  position: relative; }

.filters-event__button {
  text-decoration: none;
  color: #AEAEAE;
  font-size: 1rem;
  border: 1px solid #D8D8D8;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 10px 15px;
  display: block;
  padding-right: 25px;
  white-space: nowrap;
  max-width: 178px;
  overflow: hidden;
  text-overflow: ellipsis; }

.filters-event__button span {
  font-size: 0.4rem;
  margin-top: 4px;
  margin-left: 5px;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out;
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -2px; }

.filters-event__button:hover {
  color: #8BB640;
  border-color: #8BB640; }

.filters-event__button_active {
  color: #8BB640;
  border-color: #8BB640; }

.filters-event__button_active span {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }

.filters-event__dropdown {
  position: absolute;
  top: 100%;
  width: auto;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  margin-top: 40px;
  left: 0;
  width: 300px; }

.filters-event__dropdown-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 17px 0 rgba(0, 0, 0, 0.1);
  padding: 10px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-top: 10px; }

.filters-event__dropdown-item {
  text-decoration: none;
  color: #424242;
  margin-bottom: 10px;
  display: block; }

.filters-event__dropdown-item_active {
  color: #8BB640; }

.filters-event__dropdown-item:hover {
  color: #8BB640; }

.filters-event__dropdown-item:last-child {
  margin-bottom: 0; }

/*.filters-event__item:hover .filters-event__dropdown {
	visibility: visible;
	opacity: 1;
	z-index: 50;
	margin-top: 0;
}*/
.filters-event__button_active + .filters-event__dropdown {
  visibility: visible;
  opacity: 1;
  z-index: 50;
  margin-top: 0; }

/*.filters-event__item:hover .filters-event__button span {
	transform: rotate(180deg);
}*/
.filters-event div:nth-child(6) .filters-event__dropdown {
  right: 0;
  left: auto; }

/* кнопка фильтр */
.filters-main-btn {
  border: 1px solid #D8D8D8;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  display: none;
  margin-bottom: 20px; }

.filters-mobile__close {
  display: none;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10; }

.filters-event__item_bottom {
  display: none;
  padding-bottom: 20px;
  text-align: center; }


.filters-mobile__title {
  display: none;
  font-size: 1.2rem;
  line-height: 27px;
  font-family: "Comfortaa-Bold";
  margin-bottom: 20px; }

@media screen and (max-width: 767px) {
  .filters-mobile {
    position: fixed;
    top: 70px;
    overflow: auto;
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px);
    width: 100%;
    background-color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
            border-radius: 5px 5px 0 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    margin-top: 30px;
    visibility: hidden;
    opacity: 0;
    z-index: -1; }
  .filters-mobile_show {
    margin-top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 101; }
  .filters-mobile .filters-event__item {
    margin: 0;
    margin-bottom: 30px; }
  .filters-mobile .filters-event__button {
    border: none;
    cursor: default;
    padding: 0;
    overflow: visible;
    max-width: 100%;
    white-space: normal; }
  .filters-mobile .filters-event__button:hover {
    color: #AEAEAE; }
  .filters-mobile .filters-event__button span {
    display: none; }
  .filters-mobile .filters-event__dropdown {
    position: relative;
    margin: 0;
    visibility: visible;
    opacity: 1;
    z-index: 1;
    top: auto; }
  .filters-mobile .filters-event__dropdown-wrapper {
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0; }
  .filters-mobile .filters-mobile__close {
    display: block; }
  .filters-mobile .filters-event__item_bottom {
    display: block; }
  .filters-mobile .calendar {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0; }
  .filters-main-btn {
    display: block; }
  .filters-mobile .filters-mobile__title {
    display: block; }
  .filters-mobile .filters-event__dropdown-item {
    padding-left: 30px;
    position: relative;
    font-size: 0.8rem;
    line-height: 20px;
    margin-bottom: 20px; }
  .filters-mobile .filters-event__dropdown-item:last-child {
    margin-bottom: 0; }
  .filters-mobile .filters-event__dropdown-item::before {
    content: '';
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
    border: 1px solid #AEAEAE;
    display: block;
    position: absolute;
    left: 0;
    top: 0; }
  .filters-mobile .filters-event__dropdown-item_active::before {
    content: '';
    background: url(../images/icons/check-round.svg) no-repeat;
    background-size: 20px;
    border: none; }
  .filters-event__item-calendar {
    display: none; } }

/* ----- end фильтры мероприятий ----- */
/* карусель на странице туризма */
.locations {
  background-color: #F4F5E6;
  margin-bottom: 40px;
  padding: 30px 80px 40px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.locations__item {
  width: 195px;
  text-align: center;
  text-decoration: none;
  margin: 0 35px; }

.locations__wrapper-carousel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.locations__img {
  height: 155px; }

.locations__img img {
  max-width: 100%;
  max-height: 155px; }

.locations__text {
  color: #424242;
  font-size: 1rem;
  line-height: 20px;
  font-family: "Comfortaa-Bold";
  margin-top: 10px;
  text-decoration: none; }

.locations_modified .locations__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0; }

.locations_modified .locations__img {
  width: 260px;
  margin-right: 40px; }

.locations_modified .locations__wrapper {
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px); }

.locations_modified .locations__text {
  font-size: 1.6rem;
  line-height: 40px;
  margin-bottom: 10px;
  display: inline;
  margin-top: 0;
  border-bottom: 1px solid #8BB640; }

.locations_modified .locations__text:hover {
  color: #8BB640; }

.locations_modified .locations__teaser {
  font-size: 1rem;
  line-height: 27px; }

.locations .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.locations .owl-loaded {
  margin: 0; }

.locations .owl-loaded .locations__item {
  margin: 0; }

.locations .owl-nav div {
  position: absolute;
  margin: 0;
  top: 50%;
  margin-top: -16px; }

.locations .owl-nav .owl-prev {
  left: -60px; }

.locations .owl-nav .owl-next {
  right: -60px; }

.locations .owl-dots div {
  width: 8px;
  height: 8px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #AEAEAE;
  display: inline-block;
  margin: 0 3px; }

.locations .owl-dots {
  text-align: center; }

.locations .owl-dots .active {
  background-color: #8BB640; }

@media screen and (max-width: 1023px) {
  .locations_modified {
    padding: 20px; }
  .locations__img {
    max-height: 110px; }
  .locations__img img {
    max-height: 110px;
    width: auto !important;
    margin: 0 auto; } }

@media screen and (max-width: 767px) {
  .locations {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 0; }
  .locations__img {
    max-width: 140px;
    margin-left: auto;
    margin-right: auto;
    height: auto; }
  .locations .owl-nav .owl-prev {
    left: 20px; }
  .locations .owl-nav .owl-next {
    right: 20px; }
  .locations_modified {
    padding-left: 20px;
    padding-right: 20px; }
  .locations_modified .locations__img {
    max-width: 100%;
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px; }
  .locations_modified .locations__item {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .locations_modified .locations__wrapper {
    width: 100%; } }

/* ----- end карусель на странице туризма ----- */
/* slider корпоративным клиентам */
.corp-slider {
  display: block; }

.corp-slider__item {
  height: 420px;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  position: relative;
  display: block; }

.corp-slider__item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.76)), color-stop(67%, rgba(0, 0, 0, 0.66)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.66) 67%, transparent 100%);
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.76) 0%, rgba(0, 0, 0, 0.66) 67%, transparent 100%);
  z-index: 1; }

.corp-slider__wrapper {
  position: relative;
  z-index: 10;
  padding: 50px; }

.corp-slider__title {
  color: #fff;
  font-size: 2.6667rem;
  font-family: "Comfortaa-Light";
  max-width: 450px;
  max-height: 92px;
  overflow: hidden; }

.corp-slider__text {
  color: #fff;
  font-size: 1rem;
  line-height: 27px;
  max-width: 450px;
  margin-bottom: 40px;
  max-height: 27px;
  overflow: hidden; }

.corp-slider__teaser {
  color: #fff;
  font-size: 1rem;
  position: absolute;
  right: 50px;
  bottom: 50px;
  max-width: 200px;
  overflow: hidden;
  z-index: 10;
  line-height: 20px;
  max-height: 40px; }

.corp-slider .owl-nav {
  position: absolute;
  right: 50px;
  bottom: 130px; }

.corp-slider .owl-nav div {
  background: none; }

.corp-slider .owl-nav .owl-prev::before {
  content: '\e800';
  font-family: "fontello";
  display: block;
  font-size: 2rem;
  color: #fff; }

.corp-slider .owl-nav .owl-next::before {
  content: '\e802';
  font-family: "fontello";
  display: block;
  font-size: 2rem;
  color: #fff; }

.corp-slider .owl-dots {
  position: absolute;
  right: 50px;
  bottom: 110px;
  height: 7px;
  width: 75px;
  text-align: center; }

.corp-slider .owl-nav .disabled {
  opacity: .6; }

.corp-slider .owl-dot {
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: rgba(255, 255, 255, 0.4);
  display: inline-block;
  vertical-align: top;
  margin: 0 2px; }

.corp-slider .owl-dot.active {
  background: white; }

@media screen and (max-width: 1023px) {
  .corp-slider__item {
    height: 320px; }
  .corp-slider__wrapper {
    padding-top: 40px;
    padding-bottom: 40px; }
  .corp-slider__title, .corp-slider__text {
    margin: 0 auto;
    text-align: center; }
  .corp-slider__title {
    margin-bottom: 20px; }
  .corp-slider__text {
    margin-bottom: 30px; }
  .corp-slider__teaser {
    display: none; }

  .corp-slider .owl-nav {
    position: static;
    right: auto;
    bottom: auto; }
  .corp-slider .owl-nav div {
    position: absolute;
    top: 50%;
    margin-top: -16px;
    margin-left: 0;
    margin-right: 0; }
  .corp-slider .owl-prev {
    left: 20px; }
  .corp-slider .owl-next {
    right: 20px; }
  .corp-slider .owl-dots {
    bottom: 15px;
    left: 0;
    width: 100%; } }

@media screen and (max-width: 767px) {
  .corp-slider .owl-nav {
    display: none; }
  .corp-slider__wrapper {
    padding: 20px;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .corp-slider__title {
    font-size: 1.6rem; }
  .corp-slider__text {
    font-size: 0.8rem;
    line-height: 17px;
    max-height: 34px;
    margin-bottom: 0; }
  .corp-slider__item {
    height: 210px; }

/* ----- end slider корпоративным клиентам ----- */
/* page tourism */
.tourism-middle-bg {
  position: relative; }

.tourism-middle-bg-img {
  position: absolute; }

.tourism-middle-bg1 {
  left: 0;
  top: 100px; }

.tourism-middle-bg2 {
  right: 0;
  top: 100px; }

.tourism-middle-bg3 {
  right: 0;
  top: 500px; }

.tourism-bottom-bg {
  position: relative; }

.tourism-middle-bg4 {
  right: 0;
  top: 100px; }

@media screen and (max-width: 1439px) {
  .tourism-middle-bg-img {
    display: none; } }

/* ----- end page tourism ----- */
/* блок с картинкой и текстом */
.media-text {
  position: relative;
  z-index: 20; }

.media-text__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px; }

.media-text__img {
  max-width: 520px;
  margin-right: 80px; }

.media-text__img img {
  max-width: 100%; }

.media-text__wrapper {
  width: -webkit-calc(100% - 600px);
  width: calc(100% - 600px); }

.media-text__teaser {
  font-size: 1rem;
  line-height: 27px;
  margin-bottom: 20px; }

.media-text__title {
  position: relative;
  z-index: 10; }



.media-text__item_reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.media-text__item_reverse .media-text__img {
  margin-left: 80px; }

/* на странице сотрудничества */
.media-text_modified {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin-left: -2.5862069%; }

.media-text_modified .media-text__item {
  background: #F6F6F6;
  height: 415px;
  overflow: hidden;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 30px;
  width: 100%;
  margin-left: 2.5862069%;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.media-text_modified .media-text__img {
  margin: 0;
  height: 415px;
  width: 450px;
  background-repeat: no-repeat;
  background-size: cover; }

.media-text_modified .media-text__item_reverse .media-text__wrapper {
  text-align: left; }

.media-text_modified .media-text__item_reverse .media-text__img {
  background-position: left top; }

.media-text_modified .media-text__wrapper {
  padding: 50px;
  text-align: right;
  position: relative;
  z-index: 10; }

.media-text_modified .media-text__item_small {
  width: 47.4137931%; }

.media-text_modified .media-text__item_small .media-text__img {
  width: 270px;
  height: 330px;
  margin-top: auto; }

.media-text_modified .media-text__item_small .media-text__wrapper {
  width: 270px;
  padding: 40px 0 40px 50px; }

.media-text_modified .media-text__wrapper {
  width: -webkit-calc(100% - 450px);
  width: calc(100% - 450px); }

/* на странице направления деятельности */
.media-text_activity-page {
  padding-bottom: 80px; }

/* на странице природа */
.media-text_nature-page .media-text__wrapper {
  margin-left: auto;
  width: 50%; }

.media-text_nature-page .media-text__wrapper_right {
  padding-left: 80px;
  padding-right: 50px; }

.media-text_nature-page .media-text__teaser {
  margin-bottom: 30px; }

.media-text_bottom-border {
  margin-bottom: 10px !important;
  position: relative;
  padding: 0;
  min-height: 700px;
  overflow: hidden; }

.media-text_nature-page .media-text__teaser {
  max-height: 100%; }

/*.media-text_bottom-border-last {
	margin-bottom: 0!important;
}*/
.media-text_nature-page .media-text__item_reverse .media-text__wrapper {
  margin-left: 0;
  margin-right: auto; }

.media-text_nature-page .media-text__wrapper {
  padding-right: 130px;
  padding-top: 60px;
  padding-bottom: 60px; }

.media-text_nature-page .media-text__sub-title {
  font-size: 1rem;
  line-height: 20px;
  letter-spacing: 2px;
  margin-bottom: 50px;
  position: relative;
  z-index: 10; }

.media-text_nature-page .media-text__title {
  margin-bottom: 20px; }

.media-text_bottom-border .media-text-separator {
  width: 10px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -5px;
  background: #fff;
  z-index: 10; }

.media-text-bg1 {
  background-repeat: no-repeat;
  min-height: 700px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%; }

.media-text-bg2 {
  background-repeat: no-repeat;
  background-position: right top;
  min-height: 700px;
  position: absolute;
  width: 50%;
  right: 0;
  top: 0; }

.media-text-bg3 {
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: contain;
  width: 50%;
  min-height: 700px;
  position: absolute;
  bottom: 0;
  left: 0; }

.media-text-bg4 {
  background-repeat: no-repeat;
  background-position: right bottom;
  min-height: 700px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%; }

.media-text-bg-img {
  position: absolute; }

.media-text-bg5 {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%); }

.media-text_nature-page .media-text__item {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

/* дефолтный блок картинка слева текст справа */
.media-text_default {
  padding-bottom: 60px; }

.media-text_default .media-text__item {
  overflow: hidden;
  margin-bottom: 60px;
  display: block; }

.media-text_default .media-text__item:last-child {
  margin-bottom: 0; }

.media-text_default .media-text__img {
  width: 340px;
  height: 300px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 20px;
  position: relative;
  float: left; }

.media-text_default .media-text__img::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(82%, transparent), to(rgba(0, 0, 0, 0.68)));
  background-image: -webkit-linear-gradient(top, transparent 82%, rgba(0, 0, 0, 0.68) 100%);
  background-image: linear-gradient(-180deg, transparent 82%, rgba(0, 0, 0, 0.68) 100%); }

.media-text_default .media-text__wrapper {
  width: -webkit-calc(100% - 360px);
  width: calc(100% - 360px);
  overflow: hidden;
  float: right; }

.media-text_default .media-text__title {
  font-size: 2rem;
  line-height: 40px;
  margin-bottom: 15px;
  color: #424242;
  font-family: "Comfortaa-Bold";
  overflow: hidden;
  float: right;
  width: -webkit-calc(100% - 360px);
  width: calc(100% - 360px); }

.media-text_default .media-text__teaser {
  font-size: 1rem;
  line-height: 27px;
  color: #424242;
  margin-bottom: 10px; }

.media-text_default .media-text__sub-title {
  font-family: "OpenSans-Bold";
  color: #424242;
  font-size: 1rem;
  line-height: 27px; }

.media-text_default .media-text__bottom a {
  color: #424242;
  font-size: 1rem;
  line-height: 27px;
  text-decoration: none; }

/* дефолтный блок картинка сверху текст в низу */
.media-text_default-inner {
  margin-left: -80px;
  font-size: 0;
  padding-bottom: 60px; }

.media-text_default-inner .media-text__item {
  width: 340px;
  display: inline-block;
  vertical-align: top;
  margin-left: 80px;
  font-size: 1rem;
  margin-bottom: 40px; }

.media-text_default-inner .media-text__img {
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 20px;
  margin-right: 0; }

.media-text_default-inner .media-text__wrapper {
  width: 100%;
  float: none; }

.media-text_default-inner .media-text__title {
  width: 100%;
  float: none;
  font-size: 1rem;
  line-height: 20px;
  font-family: "OpenSans-Bold";
  margin-bottom: 5px; }



/* на странице СМИ о нас использоуется в связке с классом media-text_default-inner */
.media-text_mass-media {
  margin-left: -4.31034483%; }

.media-text_mass-media .media-text__item {
  margin-left: 4.31034483%;
  width: 28.9896551%;
  margin-bottom: 40px; }

.media-text_mass-media .media-text__img {
  height: 250px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  display: block; }

.media-text_mass-media .media-text__title a {
  font-size: 1rem;
  line-height: 23px;
  color: #424242;
  font-family: "OpenSans-Regular";
  text-decoration: none;
  border-bottom: 1px solid rgba(139, 182, 64, 0.4);
  display: inline; }

.media-text_mass-media .media-text__teaser {
  font-size: 0.8rem;
  line-height: 25px;
  color: #AEAEAE;
  margin-bottom: 0;
  text-transform: uppercase; }

@media screen and (max-width: 1439px) {
  .media-text__img {
    max-width: 400px; }
  .media-text__wrapper {
    width: -webkit-calc(100% - 480px);
    width: calc(100% - 480px); }
  .media-text_modified .media-text__img {
    width: 245px;
    height: 260px;
    margin: 0; }
  .media-text_modified .media-text__item {
    height: 260px; }
  .media-text_modified .media-text__wrapper {
    padding: 30px;
    width: -webkit-calc(100% - 245px);
    width: calc(100% - 245px); }
  .media-text_modified .media-text__title {
    font-size: 1.2rem;
    line-height: 24px;
    margin-bottom: 15px; }
  .media-text_modified .media-text__teaser {
    font-size: 0.8rem;
    line-height: 16px;
    max-height: 100px;
    overflow: hidden; }
  .media-text_modified .media-text__item_small .media-text__wrapper {
    padding: 20px;
    height: 100%; }
  .media-text_modified .media-text__item_small .media-text__img {
    height: 205px; }
  .media-text_modified .media-text__item_small .media-text__teaser {
    max-height: 110px;
    overflow: hidden; }
  .media-text_nature-page .media-text__wrapper {
    padding-right: 40px;
    padding-top: 35px; }
  .media-text_nature-page .media-text__wrapper_right {
    padding-left: 40px;
    padding-right: 0; }
  .media-text_activity-page {
    padding-bottom: 50px; }
  .media-text-bg1, .media-text-bg2, .media-text-bg3, .media-text-bg4 {
    min-height: 510px; }
  .media-text_bottom-border {
    min-height: 510px; }
  .media-text-bg1 {
    background-size: 600px;
    background-position: -100px bottom;
    width: 100%; }
  .media-text-bg2 {
    background-position: 100% -80px;
    background-size: 230px;
    right: -50px; }
  .media-text-bg4 {
    background-position: right bottom;
    width: 700px;
    right: -200px;
    background-size: 600px; }
  .media-text-bg-img {
    display: none; }
  .media-text_nature-page .media-text__item {
    margin-bottom: 0; }
  .media-text_nature-page .media-text__sub-title {
    margin-bottom: 45px; }
  .media-text_nature-page .media-text__title {
    font-size: 1.6rem;
    line-height: 27px; }
  /* картинка сверху текс в низу */
  .media-text_default-inner .media-text__img {
    max-width: 100%; }
  .media-text_default-inner {
    margin-left: -11%; }
  .media-text_default-inner .media-text__item {
    margin-left: 10%;
    width: 40%; }
  /* на странице СМИ о нас использоуется в связке с классом media-text_default-inner */
  .media-text_mass-media {
    margin-left: -2.06043956%; }
  .media-text_mass-media .media-text__item {
    margin-left: 2.06043956%;
    width: 47.9395604%;
    margin-bottom: 40px; } }

@media screen and (max-width: 1023px) {
  .media-text__img {
    max-width: 270px;
    margin-right: 10px; }
  .media-text__wrapper {
    width: -webkit-calc(100% - 290px);
    width: calc(100% - 290px); }
  .media-text__item_reverse .media-text__img {
    margin-left: 20px; }
  /* дефолтный блок */
  .media-text_default .media-text__wrapper {
    width: -webkit-calc(100% - 360px);
    width: calc(100% - 360px); }
  .media-text_default .media-text__img {
    width: 340px;
    height: 300px;
    max-width: 100%; } }

@media screen and (max-width: 767px) {
  .media-text__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 40px; }
  .media-text__img {
    max-width: 280px;
    width: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px; }
  .media-text__wrapper {
    width: 100%; }
  .media-text_modified {
    margin: 0; }
  .media-text_modified .media-text__item {
    margin-left: 0;
    margin-right: 0;
    height: 300px;
    width: 100%;
    position: relative; }
  .media-text_modified .media-text__item_reverse .media-text__img {
    height: 150px;
    width: 110px;
    position: absolute;
    bottom: 0;
    right: 0 !important;
    left: auto !important; }
  .media-text_modified .media-text__item .media-text__img {
    height: 150px;
    width: 110px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1; }
  .media-text_modified .media-text__wrapper {
    width: 100%;
    padding: 20px; }
  .media-text_modified .media-text__item_reverse .media-text__teaser {
    max-height: 80px; }
  .media-text_modified .media-text__teaser {
    max-height: 50px; }
  .media-text_modified .media-text__item_small .media-text__wrapper {
    width: 100%; }
  .media-text_activity-page .media-text__img {
    width: 124px !important;
    height: 124px !important; }
  .media-text_activity-page .media-text__teaser {
    max-height: 50px !important;
    overflow: hidden;
    font-size: 0.8rem;
    line-height: 17px; }
  .media-text_activity-page {
    padding-bottom: 0; }
  .media-text_nature-page .media-text__wrapper {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px; }
  .media-text_nature-page .media-text__teaser {
    display: none; }
  .media-text-bg1, .media-text-bg2, .media-text-bg3, .media-text-bg4 {
    min-height: 280px; }
  .media-text-bg1 {
    background-size: 260px;
    background-position: right bottom;
    right: -50px;
    left: auto; }
  .media-text-bg2 {
    width: 100%;
    right: -20px;
    background-size: 150px;
    background-position: right top; }
  .media-text-bg3 {
    width: auto;
    left: -20px;
    right: -20px; }
  .media-text-bg4 {
    width: 100%;
    background-size: 300px;
    background-position: top right;
    right: -120px;
    top: auto;
    bottom: -50px; }
  .media-text_bottom-border {
    min-height: 280px;
    margin-bottom: 5px !important; }
  .media-text-separator {
    display: none; }
  .media-text_nature-page .media-text__sub-title {
    margin-bottom: 0;
    font-size: 0.8rem; }
  .media-text_nature-page .media-text__title {
    line-height: 30px;
    font-size: 1.2rem;
    margin-bottom: 30px; }
  .media-text-row-inner, .media-text-row-inner .media-text__item {
    min-height: auto; }
  .media-text-row-inner .media-text__wrapper {
    min-height: 280px;
    position: relative; }
  .media-text_nature-page .media-text__wrapper_right::before {
    content: '';
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    height: 5px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 10; }
  .media-text_bottom-border-last {
    margin-bottom: 0 !important; }
  /* дефолтный блок картинка слева текст справа */
  .media-text_default {
    margin-top: 50px; }
  .media-text_default .media-text__item {
    margin-bottom: 30px; }
  .media-text_default .media-text__wrapper {
    width: 100%;
    float: none; }
  .media-text_default .media-text__img {
    margin-right: 0;
    float: none;
    display: block; }
  .media-text_default .media-text__title {
    float: none;
    width: 100%;
    display: block;
    font-size: 1.2rem;
    line-height: 40px; }
  .media-text_default-inner {
    margin-left: 0;
    margin-top: 50px; }
  .media-text_default-inner .media-text__item {
    margin-left: 0;
    width: 100%; }
  .media-text_mass-media {
    margin-top: 20px; }
  .media-text_mass-media .media-text__item {
    margin-bottom: 30px; } }

/* ----- end блок с картинкой и текстом ----- */
/* слайдер пресс-центра */
.press-center-carousel {
  width: 100%;
  z-index: 20;
  display: block;
  margin-bottom: 60px;
  overflow: hidden; }

.press-center-carousel__item {
  position: relative;
  height: 600px;
  background-size: cover;
  background-repeat: no-repeat; }

.press-center-carousel .container-main {
  height: 100%; }

.press-center-carousel__text {
  position: absolute;
  bottom: 80px;
  left: 20px;
  max-width: 1010px;
  z-index: 20; }

.press-center-carousel__helper {
  font-size: 0.8rem;
  line-height: 25px;
  letter-spacing: 1px;
  color: #fff;
  margin-bottom: 5px;
  text-transform: uppercase; }

.press-center-carousel__title, .press-center-carousel__title a {
  font-size: 2.6667rem;
  line-height: 50px;
  font-family: "Comfortaa-Bold";
  color: #fff; }

.press-center-carousel__item::before {
  content: '';
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, rgba(0, 0, 0, 0.17)), color-stop(98%, rgba(0, 0, 0, 0.42)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.17) 30%, rgba(0, 0, 0, 0.42) 98%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.17) 30%, rgba(0, 0, 0, 0.42) 98%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.press-center-carousel .owl-nav {
  position: absolute;
  right: 50%;
  bottom: 100px;
  max-width: 1160px;
  width: -webkit-calc(100%);
  width: calc(100%);
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  z-index: 1; }

.press-center-carousel .owl-nav div {
  font-family: "fontello";
  color: #fff;
  background: none;
  width: 30px;
  height: 30px; }

.press-center-carousel .owl-nav .owl-prev::before {
  font-size: 2rem;
  content: '\e800';
  display: block; }

.press-center-carousel .owl-nav .owl-next::before {
  content: '\e802';
  display: block;
  font-size: 2rem; }

.press-center-carousel .owl-dots {
  position: absolute;
  right: 50%;
  bottom: 80px;
  max-width: 1160px;
  width: 100%;
  -webkit-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
          transform: translate(50%, 0);
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 1; }

.press-center-carousel .owl-dots div {
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  margin: 0 2px; }

.press-center-carousel .owl-dot.active {
  background-color: #8BB640; }

@media screen and (max-width: 1439px) {
  .press-center-carousel .owl-nav {
    display: none; }
  .press-center-carousel .owl-dots {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    bottom: 20px; }
  .press-center-carousel__text {
    max-width: 100%; }
  .press-center-carousel__item {
    height: 430px; }
  .press-center-carousel__title, .press-center-carousel__title a {
    font-size: 1.6rem;
    line-height: 36px; }
  .press-center-carousel {
    margin-bottom: 40px; } }

@media screen and (max-width: 767px) {
  .press-center-carousel__helper {
    font-size: 0.6667rem; }
  .press-center-carousel__title, .press-center-carousel__title a {
    font-size: 1rem;
    line-height: 22px; }
  .press-center-carousel__title a {
    text-decoration: none; }
  .press-center-carousel__item {
    height: 310px; }
  .press-center-carousel__text {
    bottom: 50px; }
  .press-center-carousel {
    margin-bottom: 30px; } }

/* ----- end слайдер пресс-центра ----- */
/* список новостей */
.news-list {
  margin-bottom: 80px; }

.news-list__img {
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px; }

.news-list__title, .news-list__title a {
  font-size: 1rem;
  line-height: 23px;
  text-decoration: none;
  color: #424242; }

.news-list__title a {
  border-bottom: 1px solid rgba(139, 182, 64, 0.4);
  display: inline; }

.news-list__date {
  font-size: 0.8rem;
  line-height: 25px;
  color: #AEAEAE;
  text-transform: uppercase;
  margin-top: 5px; }

.news-list__item {
  margin-bottom: 20px; }

.news-list__item:last-child {
  margin-bottom: 0; }

@media screen and (max-width: 1439px) {
  .news-list {
    margin-bottom: 20px; }
  .news-list__img {
    height: 260px; } }

/* ----- end список новостей ----- */
/* page article */
.article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin-left: -40px;
  margin-bottom: 60px;
  width: auto; }

.article-bg {
  overflow: hidden;
  position: relative; }

.article-bg-img {
  position: absolute; }

.article-bg1 {
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%;
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }

.article-bg1 img {
  width: 300px;
  margin-left: -180px; }

.article-bg2 {
  right: 0;
  bottom: 0; }

.article-bg2 img {
  width: 300px;
  margin-right: -90px; }

.article-bg3 {
  left: 0;
  top: 600px; }

.article__item {
  width: 360px;
  border: 1px solid rgba(174, 174, 174, 0.4);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  padding: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 450px;
  margin-left: 40px;
  background: #fff; }

.article__helper {
  color: #AEAEAE;
  font-size: 0.8rem;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px; }

.article__title {
  color: #424242;
  font-size: 1.3333rem;
  line-height: 27px;
  font-family: "Comfortaa-Light";
  margin-bottom: 15px; }

.article__title-h2 {
  font-size: 2rem;
  font-family: "Comfortaa-Bold";
  margin-bottom: 10px; }

.article__teaser, .article__teaser a {
  font-size: 1.6rem;
  line-height: 27px;
  color: #424242;
  font-family: "Comfortaa-Bold";
  text-decoration: none; }

.article__teaser {
  overflow: hidden;
  max-height: 83px;
  padding-bottom: 2px; }

.article__teaser a {
  border-bottom: 1px solid rgba(139, 182, 64, 0.4); }

.article__img {
  width: 150px;
  height: 150px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: top center; }

.article__item-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.article .owl-dots {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  padding: 0 20px;
  margin-top: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.article .owl-dots div {
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #AEAEAE;
  margin: 0 2px; }

.article .owl-dots .owl-dot.active {
  background-color: #8BB640; }

.article-carousel-wrapper {
  overflow: hidden; }

/* Страница статьи */
.article__author {
  background: #F6F6F6;
  padding: 12px 0;
  margin-bottom: 30px; }

.article__author .container-flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.article__author_left {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.article__author-img {
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  margin-right: 15px; }

.article__author-text {
  color: #424242;
  font-size: 0.8rem;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.article__author-helper {
  color: #AEAEAE;
  font-size: 0.8rem;
  line-height: 25px;
  letter-spacing: 1px; }

.article_modified {
  margin: 0; }

.article_modified .article__item {
  margin: 0;
  background: #F4F5E6; }

.article-popular__item, .article-popular__item a {
  font-size: 1.3333rem;
  line-height: 27px;
  color: #424242; }

.article-popular__item a {
  text-decoration: none;
  border-bottom: 1px solid rgba(139, 182, 64, 0.4); }

.article-popular__item {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(174, 174, 174, 0.5); }

.article-popular__item:last-child {
  border-bottom: none; }

/* разводящая страница статей */
.article-list {
  margin-left: -2.5862069%; }

.article-list .article__item {
  margin-bottom: 30px;
  margin-left: 2.5862069%;
  width: 30.7137931%; }

.article-list .article__helper {
  margin-bottom: 10px; }

.article-list .article__title {
  margin-bottom: 15px; }

.article-list .article__item_lg {
  width: 100%;
  min-height: 440px;
  height: 100%;
  background-color: #F6F6F6;
  border: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 65px;
  position: relative; }

.article-list .article__item_lg .article__item-top .article__img {
  margin-right: 65px; }

.article-list .article__item_lg .article__item-bottom {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  position: relative;
  padding-top: 15px; }

.article-list .article__item_lg .article__teaser {
  max-height: 100%; }

.article-list .article__item_lg .article__teaser a {
  font-size: 2.6667rem;
  line-height: 50px; }

.article-list .article__item_lg .article__title {
  margin-bottom: 30px; }

.article-list .article__item_lg .article__date {
  position: absolute;
  right: 65px;
  top: 60px;
  color: #AEAEAE;
  font-size: 0.8rem;
  line-height: 25px;
  letter-spacing: 1px; }


.article__page-date {
  font-size: 0.8rem;
  line-height: 25px;
  color: #AEAEAE; }

@media screen and (max-width: 1439px) {
  .article {
    margin-left: -18px;
    margin-right: -20px; }
  .article-bg-img {
    display: none; }
  .article__item {
    width: 350px;
    margin-left: 18px;
    margin-bottom: 0; }
  .article .owl-stage-outer {
    overflow: visible; }
  .article_modified {
    margin: 0;
    width: 350px; }
  .article-popular__item, .article-popular__item a {
    font-size: 1rem;
    line-height: 23px; }
  .article-popular__item {
    padding-bottom: 20px;
    margin-bottom: 20px; }
  /* разводящая страница статей */
  .article-list {
    margin-left: -2.74725275%;
    margin-right: 0; }
  .article-list .article__item {
    margin-bottom: 30px;
    margin-left: 2.74725275%;
    width: 47.2527472%;
    margin-bottom: 20px; }
  .article-list .article__item_lg {
    width: 100%;
    min-height: 400px;
    height: 100%;
    background-color: #F6F6F6;
    border: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 65px;
    position: relative; }
  .article-list .article__item_lg .article__teaser a {
    font-size: 1.6rem;
    line-height: 36px; }
  .article-list .article__item_lg .article__item-top {
    margin-right: 40px; } }

@media screen and (max-width: 767px) {
  .article__item {
    width: 100%;
    height: auto;
    min-height: 260px;
    margin-left: 0; }
  .article__title {
    font-size: 1rem;
    line-height: 22px;
    margin-bottom: 10px; }
  .article__teaser, .article__teaser a {
    font-size: 1rem;
    line-height: 22px; }
  .article__teaser {
    margin-bottom: 20px; }
  .article__img {
    width: 75px;
    height: 75px; }
  .article .owl-stage-outer {
    overflow: hidden; }
  .article {
    margin-left: 0;
    margin-right: 0; }
  .article__author_right {
    display: none; }
  .article_modified {
    max-width: 100%;
    width: 100%; }
  .article-popular__item {
    padding-bottom: 0;
    border-bottom: none; }
  /* разводящая страница стетей */
  .article-list {
    margin-left: 0;
    margin-right: 0; }
  .article-list .article__item_lg {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    min-height: 100%; }
  .article-list .article__item_lg .article__item-top {
    margin-right: 0; }
  .article-list .article__item_lg .article__date {
    top: auto;
    bottom: 20px;
    right: 20px; }
  .article-list .article__item_lg .article__title {
    margin-bottom: 5px; }
  .article-list .article__item_lg .article__teaser {
    margin-bottom: 30px; }
  .article-list .article__item_lg .article__teaser a {
    font-size: 1rem;
    line-height: 22px; }
  .article-list .article__item_lg .article__img {
    width: 140px;
    height: 140px; }
  .article-list .article__item {
    width: 100%;
    margin-left: 0; } }

/* ----- end page article ----- */
/* bg для экскурсий */
.excursions-bg .event-page-bg2 {
  left: 0;
  bottom: 0;
  top: auto; }

@media screen and (max-width: 1439px) {
  .excursions-bg .event-page-bg2 img {
    height: 144px; } }

/* ----- end bg для экскурсий ----- */
/* page press-center */
.press-center-bg {
  position: relative; }

.press-center-bg-img {
  position: absolute; }

.press-center-bg1 {
  left: 0;
  top: 100px; }

.press-center-bg2 {
  right: 0;
  top: 600px; }

.press-center-bg_bottom {
  position: relative; }

.press-center-bg3 {
  left: 0;
  top: 100px; }

@media screen and (max-width: 1439px) {
  .press-center-bg-img {
    display: none; } }

/* ----- end page press-center ----- */
/* блок соцсети */
.share {
  width: 70px;
  margin-top: 20px;
  margin-left: auto; }

.share .is_stuck {
  margin-top: 20px; }

.share .ya-share2__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.share .ya-share2__item {
  margin: 0 !important;
  margin-bottom: 40px !important; }

.share .ya-share2__item:last-child {
  margin-bottom: 0 !important; }

.share .ya-share2__container {
  background: #F6F6F6;
  padding: 20px 0;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.share .ya-share2__list_direction_vertical {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }

.share .ya-share2__list_direction_vertical .ya-share2__item {
  margin-bottom: 10px !important; }

@media screen and (max-width: 1439px) {
  .share {
    position: absolute;
    top: 0;
    right: 20px;
    width: auto;
    margin-top: 0; }
  .share .ya-share2__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 0; }
  .share .ya-share2__item {
    margin: 0 !important;
    margin-left: 20px !important; }
  .share .ya-share2__container {
    padding: 0;
    background: none; }
  .share .ya-share2__list_direction_vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .share .ya-share2__list_direction_vertical .ya-share2__item {
    margin-left: 0 !important; } }

@media screen and (max-width: 767px) {
  .share {
    display: none; } }

/* ----- end блок соцсети ----- */
/* slider сотрудничества */
.cooperation-slider {
  display: block;
  position: relative; }

.cooperation-slider__item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  height: 620px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.cooperation-slider__item .container-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%; }

.cooperation-slider__text {
  margin-top: 170px;
  max-width: 580px; }

.cooperation-slider__hidden-text {
  display: none; }

.cooperation-slider__title {
  font-size: 4rem;
  line-height: 90px;
  font-family: "Comfortaa-Bold"; }

.cooperation-slider__teaser {
  font-size: 1rem;
  line-height: 27px; }

.cooperation-slider__teaser a {
  text-decoration: none; }

.cooperation-slider__fixed-block {
  background-color: #fff;
  width: 440px;
  padding: 50px 30px 30px 30px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  font-size: 1.3333rem;
  line-height: 25px;
  background-image: url(../images/icons/blockquote-inner.svg);
  background-repeat: no-repeat;
  background-position: 30px 30px;
  position: absolute;
  left: 20px;
  bottom: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 10; }

.cooperation-slider__wrapper {
  max-width: 280px; }

.cooperation-slider__normal-text {
  letter-spacing: -0.4px;
  max-height: 50px;
  overflow: hidden; }

.cooperation-slider__small-text {
  font-size: 0.8rem;
  line-height: 16px;
  margin-top: 10px; }

.cooperation-slider__control {
  width: 80px;
  margin-left: auto;
  position: absolute;
  left: 350px;
  bottom: 95px;
  z-index: 10; }

.cooperation-slider__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px; }

.cooperation-slider__nav div {
  width: 32px;
  height: 32px;
  font-size: 0;
  cursor: pointer; }

.cooperation-slider__nav .disabled {
  opacity: 0.5; }

.cooperation-slider__dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.cooperation-slider__dots div {
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background: #424242;
  margin: 0 2px;
  cursor: pointer; }

.cooperation-slider__dots .active {
  background-color: #8BB640 !important; }

/* cooperation-bg */
.cooperation-bg {
  padding-top: 120px;
  padding-bottom: 60px;
  position: relative; }

.cooperation-bg-img {
  position: absolute; }

.cooperation-bg1 {
  left: 300px;
  top: 0; }

.cooperation-bg2 {
  left: 20px;
  top: 200px; }

.cooperation-bg3 {
  right: 0;
  bottom: 0;
  overflow: hidden; }

.cooperation-bg3 img {
  margin-bottom: -210px; }

.cooperation-main-title {
  display: none;
  font-size: 1.8667rem;
  line-height: 30px;
  margin-bottom: 40px; }

@media screen and (max-width: 1439px) {
  .cooperation-slider__item {
    height: 430px; }
  .cooperation-slider__title {
    font-size: 2.3333rem;
    line-height: 40px;
    margin-bottom: 15px; }
  .cooperation-slider__fixed-block {
    width: 210px;
    padding: 30px 18px 18px 18px;
    background-size: 39px;
    background-position: 18px 15px;
    bottom: 20px; }
  .cooperation-slider__wrapper {
    font-size: 0.8rem;
    line-height: 15px; }
  .cooperation-slider__teaser {
    font-size: 1rem;
    line-height: 24px; }
  .cooperation-slider__control {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0); }
  .cooperation-slider__control .cooperation-slider__nav {
    display: none; }
  .cooperation-slider__control .cooperation-slider__dots {
    width: 100%; }
  .cooperation-slider__control .cooperation-slider__dots div {
    background: #fff; }
  .cooperation-slider__text {
    margin-top: 150px;
    max-width: 340px; }
  .cooperation-slider__normal-text {
    max-height: 30px; }
  .cooperation-slider__small-text {
    font-size: 0.5333rem;
    margin-top: 5px; }
  .cooperation-bg {
    padding-top: 40px;
    padding-bottom: 40px; }
  .cooperation-bg-img {
    display: none; } }

@media screen and (max-width: 767px) {
  .cooperation-slider__item {
    height: 300px; }
  .cooperation-slider__text {
    display: none; }
  .cooperation-slider__fixed-block {
    bottom: 50px; }
  .cooperation-main-title {
    display: block; }
  .cooperation-bg {
    padding-top: 30px;
    padding-bottom: 30px; } }

/* ----- end slider сотрудничества ----- */
/* page documents */
.about-main-text-default {
  font-size: 1rem;
  line-height: 27px;
  color: #424242; }

.about-main__large-text {
  font-size: 9.3333rem;
  line-height: 160px;
  color: #8BB640;
  font-family: "Comfortaa-Light";
  margin-top: 80px;
  margin-bottom: 40px; }

.about-main__large-text span {
  font-size: 1.3333rem;
  line-height: 27px;
  font-family: "Comfortaa-Bold";
  display: block;
  text-transform: uppercase; }

.about-main__text-content {
  margin-bottom: 70px; }

.about-main-text-default .content-carousel {
  margin-bottom: 0 !important; }

.about-history .about-main-text-default {
  max-width: 780px; }

.about-history {
  position: relative;
  min-height: 436px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }

.about-history .container-main {
  width: 100%;
  z-index: 10; }

.about-history__image {
  position: absolute;
  right: -130px;
  top: 0;
  z-index: 1; }

/* блок истории на странице Истории */
.about-history_modified {
  min-height: 580px;
  margin-bottom: 130px; }

.about-history_modified h1 {
  margin-bottom: 90px; }

.about-history_modified h3 {
  margin-bottom: 20px; }

.about-history_modified .about-main-text-default {
  max-width: 550px; }

.about-history_modified .about-history__image {
  right: -190px; }

.about-history_modified .about-history__image img {
  max-height: 580px; }

/* блок с документами */
.about-documents {
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  padding: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 100px; }

.about-documents__left {
  width: 475px; }

.about-documents__right {
  margin-left: auto;
  width: 340px; }

.about-documents__text {
  font-size: 1rem;
  line-height: 27px; }

.about-documents__search {
  background: #F6F6F6;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  margin-top: 60px; }

.about-documents__search-input {
  outline: none;
  border: none;
  background: none;
  width: 100%;
  height: 90px;
  font-size: 1.8667rem;
  line-height: 34px;
  color: #424242;
  padding: 30px 20px 30px 110px; }

.about-documents__search-input::-webkit-input-placeholder {
  color: #424242;
  opacity: .5;
  font-weight: normal;
  font-size: 1.8667rem;
  line-height: 34px; }

.about-documents__search-input:-moz-placeholder {
  color: #424242;
  opacity: .5;
  font-weight: normal;
  font-size: 1.8667rem;
  line-height: 34px; }

.about-documents__search-input::-moz-placeholder {
  color: #424242;
  opacity: .5;
  font-weight: normal;
  font-size: 1.8667rem;
  line-height: 34px; }

.about-documents__search-input:-ms-input-placeholder {
  color: #424242;
  opacity: .5;
  font-weight: normal;
  font-size: 1.8667rem;
  line-height: 34px; }

.about-documents__search-btn {
  background: none;
  border: none;
  position: absolute;
  top: 15px;
  left: 20px;
  width: 60px;
  height: 60px;
  padding: 0;
  cursor: pointer; }

.about-documents__search-btn span {
  font-size: 2rem; }

.about-documents__search-helper {
  position: absolute;
  left: 110px;
  top: 15px;
  font-size: 0.8rem;
  color: #8E8E93; }

.about-documents__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 30px; }

.about-documents__list-item:last-child {
  margin-bottom: 0; }

.about-documents__list-item a {
  font-size: 1rem;
  text-decoration: none; }

.about-documents__list-item a > span {
  border-bottom: 1px solid rgba(139, 182, 64, 0.4); }

.about-documents__list-item-type {
  font-family: "OpenSans-Bold";
  font-size: 0.8rem;
  color: #fff;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  text-transform: uppercase;
  padding: 2px 7px;
  margin-right: 5px;
  min-width: 38px;
  text-align: center;
  background-color: #424242; }

.about-documents__list-item-type_pdf {
  background-color: #D0021B; }

.about-documents__list-item-type_doc, .about-documents__list-item-type_docx {
  background-color: #0275D8; }

.about-documents__list-item-type_xls, .about-documents__list-item-type_xlsx {
  background-color: #7ED321; }

.about-documents__list-item-size {
  font-size: 0.6667rem;
  color: #AEAEAE;
  font-family: "OpenSans-Bold";
  margin-left: 5px;
  white-space: nowrap;
  margin-top: 5px;
  border-bottom: none !important; }

.about-documents__sub-title {
  font-size: 0.8rem;
  line-height: 25px;
  text-transform: uppercase;
  color: #AEAEAE;
  letter-spacing: 1px;
  margin-bottom: 25px; }

.about-documents__list-wrapper {
  margin-bottom: 40px; }

.about-bg-img {
  position: absolute; }

.about-bg-top {
  position: relative; }

.about-bg-top1 {
  left: 0;
  top: 400px; }

.about-bg-top2 {
  right: 0;
  top: 900px; }

.about-bg-card {
  position: relative; }

.about-bg-card1 {
  right: 350px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%; }

.about-bg-bottom {
  margin-bottom: -60px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden; }

.about-bg-bottom1 {
  left: 0;
  top: 100px; }

.about-bg-bottom2 {
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%; }

.about-bg-bottom3 {
  left: 0;
  bottom: -100px; }

@media screen and (max-width: 1439px) {
  .about-bg-top, .about-bg-card, .about-bg-bottom {
    background: none;
    padding: 0;
    margin: 0; }
  .about-bg-top2 {
    overflow: hidden; }
  .about-bg-top2 img {
    max-width: 250px;
    margin-right: -130px; }
  .about-bg-card1 {
    right: 0;
    overflow: hidden; }
  .about-bg-card1 img {
    max-width: 130px;
    margin-right: -50px; }
  .about-bg-bottom1 img {
    max-width: 200px; }
  .about-bg-bottom2 img {
    max-width: 180px; }
  .about-bg-bottom3 {
    overflow: hidden; }
  .about-bg-bottom3 img {
    max-width: 120px;
    margin-left: -50px;
    margin-bottom: -20px; }
  .about-main__large-text {
    font-size: 8rem;
    line-height: 160px;
    margin-bottom: 20px;
    margin-top: 50px; }
  .about-main__text-content {
    margin-bottom: 50px; }
  .about-history .about-main-text-default {
    width: -webkit-calc(100% - 275px);
    width: calc(100% - 275px); }
  .about-history__image {
    right: -150px; }
  .about-history__image img {
    height: 315px; }
  .about-documents {
    padding: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .about-documents__left, .about-documents__right {
    width: 100%; }
  .about-documents__right {
    margin-top: 40px; }
  .about-documents {
    margin-bottom: 80px; }
  /* блок истории на странице Истории */
  .about-history_modified {
    min-height: 430px;
    margin-bottom: 70px; }
  .about-history_modified .about-history__image img {
    height: 430px; }
  .about-history_modified .about-main-text-default {
    max-width: 360px;
    width: 100%; }
  .about-history_modified h1 {
    margin-bottom: 50px; }
  .about-history_modified h3 {
    font-size: 1.6rem; }
  .about-history_modified .link-back {
    padding-top: 0; } }

@media screen and (max-width: 767px) {
  .about-bg-bottom2 img {
    max-width: 100px; }
  .about-main__large-text {
    margin-top: 20px;
    margin-bottom: 20px; }
  .about-main__large-text {
    font-size: 2.6667rem;
    line-height: 47px; }
  .about-main__large-text span {
    font-size: 0.9333rem;
    line-height: 27px; }
  .about-main__text-content {
    margin-bottom: 40px; }
  .about-history .about-main-text-default {
    width: 100%; }
  .about-history__image {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px; }
  .about-history__image img {
    max-width: 280px;
    width: 100%;
    height: auto; }
  .about-history {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .about-documents {
    padding: 20px;
    margin-bottom: 40px; }
  .about-documents__list-item a {
    font-size: 0.8rem;
    line-height: 17px; }
  .about-documents__search-input {
    font-size: 1rem;
    line-height: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-left: 60px;
    height: 60px; }
  .about-documents__search-input::-webkit-input-placeholder {
    font-size: 1rem;
    line-height: 20px; }
  .about-documents__search-input:-moz-placeholder {
    font-size: 1rem;
    line-height: 20px; }
  .about-documents__search-input::-moz-placeholder {
    font-size: 1rem;
    line-height: 20px; }
  .about-documents__search-input:-ms-input-placeholder {
    font-size: 1rem;
    line-height: 20px; }
  .about-documents__search-btn {
    width: 40px;
    height: 40px;
    top: 10px;
    left: 10px; }
  .about-documents__search-btn span {
    font-size: 1.3333rem; }
  .about-documents__search-helper {
    left: 60px;
    top: 10px; }
  .about-documents__search_modified {
    margin-bottom: 40px !important;
    margin-top: 40px !important; }
  .about-documents__list-wrapper:last-child {
    margin-top: 40px; }
  .about-history_modified .about-history__image {
    right: auto; }
  .about-history_modified .about-history__image img {
    height: auto; }
  /* блок истории на странице Истории */
  .about-history_modified h1 {
    margin-bottom: 20px; } }

/* ----- end page documents ----- */
/* карточка на странице about */
.card-about-page {
  width: auto;
  margin-bottom: 40px;
  margin-left: -40px; }

.card-about-page .owl-dots div {
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #AEAEAE;
  margin: 0 2px; }

.card-about-page .owl-dots .active {
  background-color: #8BB640; }

.card-about-page .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px; }

.card-about-page .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.card-about-page .card {
  margin-bottom: 0;
  width: 360px;
  margin-left: 40px; }

.card-about-page .card__top {
  background-image: none;
  padding: 15px 20px; }

.card-about-page .card__top div {
  margin-bottom: 10px;
  opacity: 0; }

.card-about-page .card__top a {
  color: #fff;
  text-decoration: none; }

.card-about-page .card__label {
  line-height: 20px; }

.card-about-page .card:hover .card__shadow {
  background: -webkit-linear-gradient(271deg, rgba(0, 0, 0, 0.34) 0%, #000000 91%);
  background: linear-gradient(-181deg, rgba(0, 0, 0, 0.34) 0%, #000000 91%); }

.card-about-page .card:hover .card__top div {
  opacity: 1; }

.card-about-page .card__teaser {
  display: none; }

.card-about-page .card:hover .card__teaser {
  display: block; }

@media screen and (max-width: 1439px) {
  .card-about-page {
    margin-left: -40px; }
  .card-about-page .card {
    margin-left: 40px;
    width: 350px; }
  .card-about-page .card:hover .card__shadow {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(83%, transparent), color-stop(98%, rgba(0, 0, 0, 0.63))), -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(91%, rgba(0, 0, 0, 0.8)));
    background-image: -webkit-linear-gradient(bottom, transparent 83%, rgba(0, 0, 0, 0.63) 98%), -webkit-linear-gradient(top, transparent 62%, rgba(0, 0, 0, 0.8) 91%);
    background-image: linear-gradient(0deg, transparent 83%, rgba(0, 0, 0, 0.63) 98%), linear-gradient(-180deg, transparent 62%, rgba(0, 0, 0, 0.8) 91%); }
  .card-about-page .card .card__shadow {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(83%, transparent), color-stop(98%, rgba(0, 0, 0, 0.63))), -webkit-gradient(linear, left top, left bottom, color-stop(62%, transparent), color-stop(91%, rgba(0, 0, 0, 0.8)));
    background-image: -webkit-linear-gradient(bottom, transparent 83%, rgba(0, 0, 0, 0.63) 98%), -webkit-linear-gradient(top, transparent 62%, rgba(0, 0, 0, 0.8) 91%);
    background-image: linear-gradient(0deg, transparent 83%, rgba(0, 0, 0, 0.63) 98%), linear-gradient(-180deg, transparent 62%, rgba(0, 0, 0, 0.8) 91%); }
  .card-about-page .card__top div {
    opacity: 1; }
  .card-about-page .card__teaser {
    opacity: 1; } }

@media screen and (max-width: 1169px) {
  .card-about-page {
    margin-right: -20px; } }

@media screen and (max-width: 767px) {
  .card-about-page {
    margin-left: -20px;
    margin-right: -20px; }
  .card-about-page .card {
    width: 280px;
    margin-left: 20px; } }

/* ----- end карточка на странице about ----- */
/* блок отчет */
.report {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -2.5862069%;
  margin-bottom: 80px; }

.report__col {
  width: 47.4137931%;
  margin-left: 2.5862069%; }

.report__item {
  width: 100%;
  height: 123px;
  background-color: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  margin-bottom: 30px;
  padding: 20px 30px; }

.report__item:last-child {
  margin-bottom: 0; }

.report__item span {
  display: block;
  color: #AEAEAE;
  font-size: 0.8rem;
  line-height: 25px;
  letter-spacing: 1px;
  margin-top: 15px; }

.report__item a {
  font-size: 1.3333rem;
  line-height: 27px;
  color: #424242;
  font-family: "Comfortaa-Bold";
  text-decoration: none;
  border-bottom: 1px solid rgba(139, 182, 64, 0.4); }

.report__item a:hover {
  color: #8BB640; }

.report__item_modified {
  height: 582px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  position: relative;
  padding: 40px 40px 70px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.report__item_modified::before {
  content: '';
  background-image: -webkit-linear-gradient(269deg, rgba(0, 0, 0, 0.37) 2%, rgba(0, 0, 0, 0.05) 45%);
  background-image: linear-gradient(-179deg, rgba(0, 0, 0, 0.37) 2%, rgba(0, 0, 0, 0.05) 45%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.report__item-date {
  color: #fff;
  font-size: 0.8rem;
  line-height: 25px;
  letter-spacing: 1px;
  text-transform: uppercase; }

.report__item-title {
  max-width: 380px; }

.report__item-title a {
  font-size: 2rem;
  line-height: 40px;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(139, 182, 64, 0.4);
  font-family: "Comfortaa-Bold"; }

.report__item-top, .report__item-bottom {
  z-index: 10;
  position: relative; }

.report__item-bottom {
  margin-top: auto; }

.report__item-teaser {
  margin-top: 70px; }

.report__item-teaser span {
  font-size: 8rem;
  color: #fff;
  line-height: 96px;
  font-family: "Comfortaa-Bold";
  display: block; }

/* на странице противодействие коррупции */
.report_corruption {
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin-left: -2.5862069%; }

.report_corruption .report__item_modified {
  width: 100%;
  margin-bottom: 50px;
  margin-left: 2.5862069%;
  min-height: 500px; }

.report_corruption .report__item {
  width: 47.4137931%;
  margin-bottom: 50px;
  height: 100%;
  padding: 0;
  margin-left: 2.5862069%; }

.report_corruption .report__item-btn {
  position: absolute;
  right: 50px;
  bottom: 50px;
  z-index: 10; }

.report_corruption .report__item-big {
  font-size: 4rem;
  line-height: 96px;
  font-family: "Comfortaa-Bold"; }

.report_corruption .report__item-wrapper {
  background-color: #F6F6F6;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  padding: 30px; }

@media screen and (max-width: 1439px) {
  .report {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
    margin-right: 0; }
  .report__col {
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
  .report__item_modified {
    margin-bottom: 20px;
    height: 300px;
    padding-bottom: 35px;
    padding-top: 35px; }
  .report__item {
    margin-bottom: 20px; }
  .report__item-teaser span {
    font-size: 3.3333rem;
    line-height: 42px; }
  .report__item-teaser {
    margin-top: 30px; }
  .report__item-title a {
    font-size: 1.3333rem;
    line-height: 28px; }
  /* на странице противодействие коррупции */
  .report_corruption {
    margin-left: -4.12087912%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 0; }
  .report_corruption .report__item_modified {
    width: -webkit-calc(100% - 4.12087912%);
    width: calc(100% - 4.12087912%);
    margin-left: 4.12087912%; }
  .report_corruption .report__item-teaser span {
    font-size: 8rem;
    line-height: 96px; }
  .report_corruption .report__item-title a {
    font-size: 2rem;
    line-height: 40px; }
  .report_corruption .report__item-teaser {
    margin-top: 70px; }
  .report_corruption .report__item {
    width: 45.8791208%;
    margin-bottom: 50px;
    height: 100%;
    padding: 0;
    margin-left: 4.12087912%; } }

@media screen and (max-width: 767px) {
  .report {
    margin-bottom: 50px; }
  .report__item_modified {
    padding: 20px; }
  .report__item a {
    font-size: 1rem;
    line-height: 27px; }
  .report__item span {
    font-size: 0.8rem;
    margin-top: 5px; }
  .report__item {
    padding: 20px;
    height: auto; }
  /* на странице противодействие коррупции */
  .report_corruption {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .report_corruption .report__item_modified {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
    min-height: 300px; }
  .report_corruption .report__item {
    width: 100%;
    margin-bottom: 50px;
    margin-left: 0;
    margin-bottom: 25px; }
  .report_corruption .report__item a {
    font-size: 1rem;
    line-height: 27px; }
  .report_corruption .report__item span {
    font-size: 0.8rem;
    margin-top: 5px; }
  .report_corruption .report__item_modified .report__item-teaser span {
    font-size: 3.3333rem;
    line-height: 42px; }
  .report_corruption .report__item_modified .report__item-title a {
    font-size: 1.2rem;
    line-height: 24px; }
  .report_corruption .report__item-teaser {
    margin-top: 40px; }
  .report_corruption .report__item-btn {
    display: none; }
  .report_corruption .report__item-wrapper {
    padding: 15px; }
  .report_corruption .report__item-big {
    font-size: 2.6667rem;
    line-height: 70px; } }

/* ----- end блок отчет ----- */
/* прайс лист */
.price {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; 
  */
  }

.price__left {
  max-width: 400px;
  margin-right: 80px;
  margin-top: 80px; }

.price__right img {
  width: 520px;
  margin-right: -150px; }

.price__text {
  font-size: 1rem;
  line-height: 27px;
  margin-bottom: 40px; }

@media screen and (max-width: 1439px) {
  .price {
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .price__left {
    margin-top: 0; } }

@media screen and (max-width: 767px) {
  .price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .price__left {
    margin-right: 0; }
  .price__text {
    margin-bottom: 20px; } }

/* ----- end прайс лист ----- */
/* контакты */
.contacts {
  padding: 40px 50px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden; }

.contacts__top {
  margin-bottom: 50px; }

.contacts__wrapper {
  margin-left: -47px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }

.contacts__item {
  width: 315px;
  margin-left: 47px;
  margin-bottom: 55px; }

.contacts__item-helper {
  color: #424242;
  font-size: 0.8rem;
  line-height: 17px;
  letter-spacing: 1px;
  margin-bottom: 5px;
  text-transform: uppercase; }

.contacts__item-title {
  color: #424242;
  font-size: 1.3333rem;
  line-height: 27px;
  font-family: "Comfortaa-Bold"; }

.contacts__item-teaser, .contacts__item-teaser a {
  color: #AEAEAE;
  font-size: 1.3333rem;
  line-height: 27px;
  font-family: "Comfortaa-Bold";
  text-decoration: none;
  display: block; }

.contacts__item-teaser {
  margin-bottom: 10px; }

.contacts__info {
  position: relative; }

.contacts__info-wrapper {
  max-width: 390px; }

.contacts__info-item {
  margin-bottom: 30px; }

.contacts__info-item:last-child {
  margin-bottom: 0; }

.contacts__info-phone {
  padding-left: 30px;
  background: url(../images/icons/icon-phone.svg) no-repeat 0 15px;
  min-height: 22px;
  padding-top: 2px;
  padding-bottom: 2px; }

.contacts__info-phone a {
  color: #424242;
  text-decoration: none;
  font-family: "OpenSans-Bold"; }

.contacts__info-address {
  padding-left: 30px;
  background: url(../images/icons/icon-pin.svg) no-repeat 0 5px;
  font-size: 1rem;
  line-height: 27px; }

.contacts__info-address strong {
  font-family: "OpenSans-Bold"; }

.contacts__info-address strong, .contacts__info-address span {
  display: block;
  color: #424242; }

.contacts__map {
  position: absolute;
  right: -50px;
  bottom: -40px; }

.contacts__map img {
  display: block; }

/* на странице contacts */
.contacts-inner {
  padding: 0;
  overflow: visible;
  -webkit-border-radius: 0;
          border-radius: 0; }

.contacts-inner .contacts-teaser {
  font-size: 1rem;
  line-height: 27px;
  max-width: 650px;
  color: #424242;
  margin-bottom: 70px; }

.contacts-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.72413793%;
  margin-bottom: 80px; }

.contacts-card__item {
  width: 31.575862%;
  margin-left: 1.72413793%;
  background-color: #F4F5E6;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  height: 280px;
  padding: 30px;
  background-repeat: no-repeat;
  background-position: right bottom; }

.contacts-card__title {
  font-size: 2rem;
  line-height: 40px;
  color: #424242;
  font-family: "Comfortaa-Bold";
  margin-bottom: 20px; }

.contacts-card__phone a {
  font-size: 1.3333rem;
  color: #AEAEAE;
  font-family: "Comfortaa-Bold";
  text-decoration: none;
  line-height: 27px; }

.contacts-card__email {
  font-size: 1rem;
  margin-top: 10px; }

.contacts-card__item-img {
  background-image: url(../images/fire.png);
  background-repeat: no-repeat;
  background-position: right bottom; }

.contacts-inner .contacts__bottom {
  margin-bottom: 70px; }

.contacts-inner .contacts__map {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  position: relative;
  right: auto;
  bottom: auto;
  width: auto;
  height: 500px; }

.contacts-inner .contacts__map canvas {
  left: 0;
  top: 0; }

.contacts-inner .contacts__map img {
  opacity: 0;
  display: none; }

.contacts-inner .contacts__info-wrapper {
  max-width: 100%;
  margin-bottom: 50px; }

.contacts-bg {
  position: relative; }

.contacts-bg-img {
  position: absolute; }

.contacts-bg1 {
  right: 0;
  top: 100px; }

.contacts-bg2 {
  left: 0;
  top: 65%; }

@media screen and (max-width: 1439px) {
  .contacts__wrapper {
    margin-left: -4.77707006%; }
  .contacts__item {
    width: 45.2229299%;
    margin-left: 4.77707006%; }
  .contacts__top {
    margin-bottom: 0; }
  .contacts__map {
    position: relative;
    bottom: auto;
    right: auto;
    margin-bottom: -40px;
    margin-right: -50px;
    text-align: right;
    overflow: hidden; }
  .contacts__map img {
    float: right; }
  .contacts__info-wrapper {
    width: 100%;
    max-width: 100%;
    margin-bottom: 50px; }
  .contacts-inner .contacts__map {
    margin: 0; }
  .contacts-inner .contacts-card__title {
    font-size: 1.3333rem;
    line-height: 30px; }
  .contacts-inner .contacts-card__item {
    padding: 15px;
    height: auto;
    min-height: 215px; }
  .contacts-inner .contacts__bottom {
    margin-bottom: 50px; }
  .contacts-inner .contacts-teaser {
    margin-bottom: 50px; }
  .contacts-bg-img {
    display: none; } }

@media screen and (max-width: 767px) {
  .contacts {
    padding: 20px; }
  .contacts__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0; }
  .contacts__item {
    margin-left: 0;
    width: 100%;
    margin-bottom: 25px; }
  .contacts__item-title {
    font-size: 1rem;
    line-height: 20px; }
  .contacts__item-teaser, .contacts__item-teaser a {
    font-size: 1rem;
    line-height: 20px; }
  .contacts__map {
    margin-bottom: -20px;
    margin-left: -20px;
    margin-right: -20px; }
  .contacts__map img {
    float: none;
    width: 100%; }
  .contacts-inner {
    padding: 0; }
  .contacts-inner .contacts-teaser {
    margin-bottom: 40px; }
  .contacts-inner .contacts-card {
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  .contacts-inner .contacts-card__item {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    min-height: 200px; }
  .contacts-inner .contacts-card {
    margin-bottom: 40px; }
  .contacts-inner .contacts__wrapper {
    margin-bottom: 40px; }
  .contacts-inner .contacts__info-wrapper {
    margin-bottom: 30px; }
  .contacts-inner .contacts__map {
    margin-left: -20px;
    margin-right: -20px;
    -webkit-border-radius: 0;
            border-radius: 0;
    height: 250px; } }

/* ----- end контакты ----- */
/* видео в модальном окне */
.modal-video {
  padding: 0;
  height: 480px; }

.modal-video iframe {
  display: block; }

.modal-video .mfp-close {
  background: #fff;
  opacity: 1;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  top: 10px;
  right: 10px; }

/* ----- end видео в модальном окне ----- */
/* поиск в модальном окне */
.search-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500;
  background: url(../images/search-modal-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0;
  overflow: auto;
  display: none; }

.search-modal.show {
  display: block; }

.search-modal__close {
  position: fixed;
  top: 20px;
  right: 30px;
  color: #fff;
  font-size: 1.3333rem;
  z-index: 100;
  cursor: pointer; }

.search-form {
  position: relative; }

.search-form__input {
  background: no-repeat;
  outline: none;
  border: none;
  font-size: 2.6667rem;
  line-height: 55px;
  color: #fff;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none; }

.search-form__input::-webkit-input-placeholder {
  color: #FFFFFF;
  opacity: 0.4;
  font-weight: normal; }

.search-form__input:-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.4;
  font-weight: normal; }

.search-form__input::-moz-placeholder {
  color: #FFFFFF;
  opacity: 0.4;
  font-weight: normal; }

.search-form__input:-ms-input-placeholder {
  color: #FFFFFF;
  opacity: 0.4;
  font-weight: normal; }

.search-form__button {
  position: absolute;
  left: 0;
  top: 10px;
  border: none;
  cursor: pointer;
  background: none;
  font-size: 2rem;
  color: #fff;
  padding: 0; }

.search-form__button_close {
  left: auto;
  right: 0;
  display: block; }

.search-result {
  margin-top: 70px;
  display: none; }

.search-result.show {
  display: block; }

.search-result__title {
  font-size: 1rem;
  line-height: 32px;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px; }

.search-result__content {
  margin-bottom: 50px; }

.search-result__item {
  margin-bottom: 20px; }

.search-result__item a {
  color: #fff;
  font-size: 1.3333rem;
  line-height: 32px; }

.search-language-guess {
  margin-top: 20px;
  color: #fff; }

@media screen and (max-width: 767px) {
  .search-form__input {
    font-size: 1.3333rem;
    line-height: 24px;
    padding-left: 30px;
    padding-bottom: 10px;
    padding-top: 0; }
  .search-form__input::-webkit-input-placeholder {
    font-size: 1.3333rem;
    line-height: 27px; }
  .search-form__input:-moz-placeholder {
    font-size: 1.3333rem;
    line-height: 27px; }
  .search-form__input::-moz-placeholder {
    font-size: 1.3333rem;
    line-height: 27px; }
  .search-form__input:-ms-input-placeholder {
    font-size: 1.3333rem;
    line-height: 27px; }
  .search-form__button {
    font-size: 1.3333rem;
    top: 0; }
  .search-result__title {
    font-size: 0.6667rem;
    margin-bottom: 20px;
    letter-spacing: 0.83px; }
  .search-result {
    margin-top: 30px; }
  .search-result__item a {
    font-size: 1rem;
    line-height: 20px; }
  .search-result__item {
    margin-bottom: 15px; }
  .search-modal {
    padding: 60px 0; }
  .search-modal__close {
    right: 20px; } }

/* ----- end поиск в модальном окне ----- */
/* вопросы и ответы */
.questions__sub-title {
  font-size: 1rem;
  line-height: 27px;
  color: #424242;
  margin-bottom: 40px; }

.questions__list-item-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer; }

.questions__list {
  margin-bottom: 50px;
  position: relative; }

.questions__list::before, .questions__list::after {
  content: '';
  width: 100%;
  max-width: 1160px;
  height: 1px;
  background: rgba(174, 174, 174, 0.4);
  display: block;
  margin: 0 auto; }

.questions__list::before {
  margin-bottom: 30px; }

.questions__list::after {
  margin-top: 30px; }

.questions__list-item {
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: .1s ease-in-out;
  transition: .1s ease-in-out; }

.questions__list-item.active {
  background: #F4F5E6; }

.questions__list-item:last-child {
  margin-bottom: 0; }

.questions__list-item-text {
  width: -webkit-calc(100% - 30px);
  width: calc(100% - 30px);
  margin-left: auto;
  font-size: 1.3333rem;
  line-height: 28px;
  font-family: "Comfortaa-Regular"; }

.questions__list-item-icon {
  margin-top: 5px; }

.questions__list-item-icon-minus {
  display: none; }

.questions__list-item.active .questions__list-item-icon-minus {
  display: block;
  margin-top: 7px; }

.questions__list-item.active .questions__list-item-icon-plus {
  display: none; }

.questions__list-item-answer {
  font-size: 1rem;
  line-height: 27px;
  margin-top: 30px;
  padding-bottom: 10px;
  display: none; }

.questions__list-item-answer.show {
  display: block; }

.questions__list-item-answer .container-main {
  padding-left: 50px; }

@media screen and (max-width: 1439px) {
  .questions__list::before, .questions__list::after {
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px); } }

@media screen and (max-width: 767px) {
  .questions__list-item {
    padding-top: 10px;
    padding-bottom: 10px; }
  .questions__list-item-text {
    font-size: 1rem;
    line-height: 20px; }
  .questions__list-item-answer {
    margin-top: 20px;
    font-family: "OpenSans-Light"; } }

/* ----- end вопросы и ответы ----- */
/* форма обратной связи */
.form-feedback {
  margin-bottom: 100px; }

.form-feedback__input, .form-feedback__textarea {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  border: 1px solid rgba(174, 174, 174, 0.4);
  padding: 15px;
  width: 100%;
  max-width: 330px;
  outline: none;
  font-size: 1rem;
  line-height: 17px;
  -webkit-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none; }

.form-feedback__input {
  height: -webkit-calc(46px + 2px);
  height: calc(46px + 2px); }

.form-feedback__input:focus, .form-feedback__textarea:focus {
  border-color: #424242; }

.form-feedback__textarea {
  max-width: 620px;
  resize: none;
  margin-top: 20px; }

.form-feedback__textarea_sm {
  max-width: 360px;
  margin-top: 0;
  font-size: 1rem;
  line-height: 17px;
  margin-bottom: 30px;
  height: 100px; }

.form-feedback__textarea_sm::-webkit-input-placeholder {
  font-size: 1rem !important;
  line-height: 17px !important; }

.form-feedback__textarea_sm:-moz-placeholder {
  font-size: 1rem !important;
  line-height: 17px !important; }

.form-feedback__textarea_sm::-moz-placeholder {
  font-size: 1rem !important;
  line-height: 17px !important; }

.form-feedback__textarea_sm:-ms-input-placeholder {
  font-size: 1rem !important;
  line-height: 17px !important; }

.form-feedback__item {
  margin-bottom: 20px;
  position: relative; }

.form-feedback__input-tel {
  position: relative; }

.form-feedback__input-tel_active::before {
  content: '+7';
  position: absolute;
  left: 15px;
  top: 24px;
  margin-top: -9px;
  z-index: 10;
  line-height: 17px; }

.form-feedback__input-tel_active .form-feedback__input {
  padding-left: 35px; }

.form-feedback__input::-webkit-input-placeholder, .form-feedback__textarea::-webkit-input-placeholder {
  color: #AEAEAE;
  font-size: 0.8rem;
  line-height: 19px;
  opacity: 1;
  font-weight: normal; }

.form-feedback__input:-moz-placeholder, .form-feedback__textarea:-moz-placeholder {
  color: #AEAEAE;
  font-size: 0.8rem;
  line-height: 19px;
  opacity: 1;
  font-weight: normal; }

.form-feedback__input::-moz-placeholder, .form-feedback__textarea::-moz-placeholder {
  color: #AEAEAE;
  font-size: 0.8rem;
  line-height: 19px;
  opacity: 1;
  font-weight: normal; }

.form-feedback__input:-ms-input-placeholder, .form-feedback__textarea:-ms-input-placeholder {
  color: #AEAEAE;
  font-size: 0.8rem;
  line-height: 19px;
  opacity: 1;
  font-weight: normal; }

.form-feedback__sub-title {
  margin-bottom: 40px;
  max-width: 330px;
  font-size: 1rem;
  line-height: 27px; }

.form-feedback-bg {
  position: relative; }

.form-feedback-bg-img {
  position: absolute; }

.form-feedback-bg1 {
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%; }

/* форма на странице контактов */
.form-feedback_modified {
  max-width: 680px;
  background-color: #F6F6F6;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  padding: 30px; }

.form-feedback__item_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.form-feedback__item_last {
  margin-top: 50px; }

/* ошибки форм */
.form__input_error {
  border-color: #FF6B55; }

.form__text-error {
  color: #FF6B55;
  font-size: 0.8667rem;
  margin-top: 5px;
  display: none; }

.form__input_error + .form__text-error {
  display: block; }

.form__text-error img {
  margin-right: 5px; }

/* сообщение об отправке */
.form-feedback__message {
  display: none; }

.form-feedback__message h3 {
  margin-bottom: 10px;
  display: block !important; }

@media screen and (max-width: 1439px) {
  .form-feedback-bg {
    background-size: 100px;
    background-position: right 100px; }
  .form-feedback_modified {
    max-width: -webkit-calc(100% + 40px);
    max-width: calc(100% + 40px);
    min-width: -webkit-calc(100% + 40px);
    min-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    overflow: visible;
    -webkit-border-radius: 0;
            border-radius: 0;
    margin-bottom: 80px; }
  .form-feedback-bg1 {
    top: 200px; }
  .form-feedback-bg1 img {
    height: 180px; } }

@media screen and (max-width: 767px) {
  .form-feedback__input, .form-feedback__textarea {
    max-width: 100%; }
  .form-feedback__item {
    margin-bottom: 10px; }
  .form-feedback-gray {
    background-color: #F6F6F6;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    padding: 20px; }
  .form-feedback__sub-title {
    font-size: 0.6667rem;
    line-height: 15px; }
  .form-feedback__button {
    letter-spacing: 0.8px;
    font-size: 0.6667rem;
    padding: 12px 22px;
    display: block;
    margin: 0 auto; }
  .form-feedback_modified {
    background: none;
    padding: 20px;
    margin-bottom: 50px; }
  .form-feedback__item_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .form-feedback-bg-img {
    display: none; } }

/* ----- end форма обратной связи ----- */
/* page activity */
.activity__sub-title {
  font-size: 1rem;
  line-height: 27px;
  color: #424242;
  margin-bottom: 70px;
  max-width: 840px; }

.activity-bg {
  position: relative;
  overflow: hidden; }

.activity-bg-img {
  position: absolute; }

.activity-bg1 {
  right: 0;
  top: 0; }

.activity-bg2 {
  left: 0;
  bottom: 0; }

@media screen and (max-width: 1439px) {
  .activity-bg-img {
    overflow: hidden; }
  .activity-bg1 {
    top: -50px; }
  .activity-bg1 img {
    height: 210px;
    margin-right: -50px; }
  .activity-bg2 img {
    height: 150px;
    margin-left: 0; } }

@media screen and (max-width: 767px) {
  .activity__sub-title {
    margin-bottom: 40px; }
  .activity-bg-img {
    display: none; } }

/* ----- end page activity ----- */
/* page protection */
.protection-bg {
  position: relative; }

.protection-bg-img {
  position: absolute; }

.protection-bg1 {
  left: 0;
  top: 500px; }

.protection-bg2 {
  right: 0;
  top: 30%; }

.protection-bg3 {
  right: 0;
  bottom: 0; }

.protection__mission .bg-white {
  padding-bottom: 0; }

.protection__mission-teaser {
  font-size: 1rem;
  line-height: 27px;
  margin-bottom: 70px; }

.protection__mission-bottom {
  position: relative;
  min-height: 315px; }

.protection__mission-bottom-wrapper {
  padding-bottom: 50px;
  font-size: 1.6rem;
  font-family: "Comfortaa-Light";
  color: #424242;
  line-height: 40px;
  max-width: 480px; }

.protection__mission-bottom img {
  position: absolute;
  left: 500px;
  top: 0; }

.protection__list {
  margin-left: -115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  position: relative;
  margin-bottom: 100px; }

.protection__list-item {
  width: 480px;
  margin-left: 115px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }

.protection__list-text {
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  font-size: 1rem;
  line-height: 27px;
  color: #424242; }

.protection__list-text span {
  display: block;
  color: #8BB640;
  font-size: 1rem;
  letter-spacing: 2px;
  text-transform: uppercase; }

.protection__list-img {
  margin-right: 20px;
  width: 100px;
  height: 100px; }

.protection__list-img img {
  width: 100%; }

@media screen and (max-width: 1439px) {
  .protection-bg1 img {
    height: 200px; }
  .protection-bg2 img {
    height: 90px; }
  .protection-bg3 {
    display: none; }
  .protection__mission-bottom-wrapper {
    max-width: -webkit-calc(100% - 300px);
    max-width: calc(100% - 300px);
    font-size: 1.2rem;
    line-height: 40px; }
  .protection__mission-bottom img {
    right: -50px;
    left: auto; }
  .protection__mission-teaser {
    margin-bottom: 50px;
    max-height: 270px; }
  .protection__list {
    margin-left: -5.55555556%;
    margin-bottom: 0; }
  .protection__list-item {
    width: 44.4444444%;
    margin-left: 5.55555556%;
    margin-bottom: 40px; }
  .protection__list-img {
    width: 50px;
    height: 50px; }
  .protection__list-text {
    width: -webkit-calc(100% - 60px);
    width: calc(100% - 60px); }
  .protection__mission-teaser {
    max-height: 100%; } }

@media screen and (max-width: 767px) {
  .protection__list {
    margin: 0; }
  .protection__list-item {
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: 30px; }
  .protection__list-item:last-child {
    margin-bottom: 0; }
  .protection__mission-bottom img {
    max-width: 250px;
    right: auto;
    left: 0; }
  .protection__mission-bottom-wrapper {
    width: 100%;
    max-width: 100%;
    padding-bottom: 20px;
    padding-top: 200px;
    line-height: 27px; } }

/* ----- page protection ----- */
/* кастомизированный select */
.custom-select, .custom-select .jq-selectbox__select {
  width: 330px;
  height: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: #fff;
  border-color: #8BB640;
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  position: relative; }

.custom-select .jq-selectbox__select {
  padding-left: 25px; }

.custom-select::before {
  content: 'Написать в отдел';
  position: absolute;
  left: 25px;
  top: 10px;
  z-index: 1;
  font-size: 0.8rem;
  color: #AEAEAE;
  letter-spacing: 1px;
  text-transform: uppercase; }

.custom-select, .jq-selectbox__select:hover {
  background: #fff; }

.custom-select .jq-selectbox__select-text {
  width: 100% !important;
  height: 60px;
  padding: 20px 0 20px 0; }

.custom-select .jq-selectbox__dropdown {
  top: 100% !important; }

.custom-select .jq-selectbox__trigger {
  border-left: none; }

.custom-select .jq-selectbox__trigger-arrow {
  border: none;
  font-size: 6px;
  width: 12px;
  height: 6px;
  top: 50%;
  right: 25px; }

.custom-select .jq-selectbox__trigger-arrow::before {
  content: '\e805';
  font-family: "fontello";
  font-size: 6px;
  display: block;
  color: #AEAEAE;
  width: 12px;
  height: 6px;
  line-height: 1; }

/* селект в модальном окне купить билет */
.custom-select_inner::before {
  display: none; }

.custom-select_inner, .custom-select_inner .jq-selectbox__select {
  max-width: 360px;
  width: 100%;
  height: 48px;
  background: #fff !important; }

.custom-select_inner .jq-selectbox__select {
  padding-left: 15px; }

.custom-select_inner .jq-selectbox__select-text {
  padding-top: 0;
  padding-bottom: 0;
  height: 50px;
  line-height: 46px; }

.custom-select_inner .jq-selectbox__trigger-arrow {
  margin-top: -3px; }

.custom-select_inner, .custom-select_inner .jq-selectbox__select {
  border-color: rgba(174, 174, 174, 0.4); }

.custom-select_inner.focused, .custom-select_inner.focused .jq-selectbox__select {
  border-color: rgba(174, 174, 174, 0.4); }

.custom-select_inner.jq-selectbox.disabled .jq-selectbox__select {
  border-color: rgba(174, 174, 174, 0.4); }

.custom-select_inner li.disabled {
  background: none !important; }

@media screen and (max-width: 767px) {
  .custom-select, .custom-select .jq-selectbox__select {
    max-width: 100%;
    width: 100%; }
  .custom-select .jq-select-multiple li, .custom-select .jq-selectbox li {
    white-space: normal; } }

/* ----- end кастомизированный select ----- */
/* кастомная загрузка файлов */
.file-upload {
  position: relative;
  overflow: hidden;
  width: 217px;
  height: 54px;
  background: #fff;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  color: #424242;
  text-align: center;
  border: 1px solid rgba(174, 174, 174, 0.4); }

.file-upload:hover {
  border-color: #424242; }

.file-upload input[type="file"] {
  display: none; }

.file-upload label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }

.file-upload span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.file-upload img {
  margin-right: 10px; }

.file-info {
  color: #AEAEAE;
  font-size: 0.8rem;
  text-transform: uppercase;
  line-height: 20px;
  margin-left: 15px; }

.filename_download {
  white-space: nowrap;
  overflow: hidden;
  max-width: 190px;
  text-overflow: ellipsis;
  display: block !important;
  background-image: url(/images/icons/check-round.svg);
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 15px;
  padding-left: 20px; }

@media screen and (max-width: 767px) {
  .file-upload {
    width: 100%; }
  .file-info {
    margin-left: 0;
    width: 100%;
    margin-top: 10px; } }

/* ----- end кастомная загрузка файлов ----- */
/* детальная страниц лэндингов */
.detail-about {
  min-height: 850px;
  position: relative;
  overflow: hidden; }

.detail-about__text {
  font-size: 1rem;
  line-height: 27px;
  max-width: 415px;
  position: relative;
  z-index: 10;
  padding-top: 195px; }

.detail-about__text .link-back {
  padding-top: 0; }

.detail-about__image {
  position: absolute;
  top: 0;
  right: 0; }

.detail-about-animals .detail-about__image img {
  max-width: 750px; }

.detail-about-animals {
  overflow: visible;
  max-height: 550px; }

/**/
.detail-card {
  margin-bottom: 100px; }

.detail-card h3 {
  max-width: 490px;
  margin-bottom: 50px; }

.detail-card__wrapper {
  margin-left: -1.03448276%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }

.detail-card__item {
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  width: 18.9655172%;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  margin-left: 1.03448276%;
  background-position: top right;
  background-repeat: no-repeat; }

.detail-card__title {
  font-size: 1.2rem;
  line-height: 27px;
  font-family: "OpenSans-Bold"; }

.detail-card__teaser {
  font-size: 5.3333rem;
  line-height: 60px;
  color: #8BB640;
  font-family: "Comfortaa-Light"; }

.detail-card__teaser span {
  font-size: 1.0667rem;
  line-height: 27px;
  color: #8BB640;
  font-family: "Comfortaa-Bold";
  display: block;
  text-transform: uppercase; }

.detail-card__text {
  font-size: 1.2rem;
  line-height: 27px;
  max-height: 135px;
  overflow: hidden;
  margin-top: 5px; }

.detail-card__image {
  width: 130px;
  height: 130px;
  background-size: cover;
  background-repeat: no-repeat; }

/**/
.detail-media {
  margin-bottom: 100px; }

.detail-media__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.detail-media__item:last-child {
  margin-bottom: 0; }

.detail-media__image {
  background-size: cover;
  background-repeat: no-repeat;
  width: 580px;
  height: 350px;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  padding: 40px 90px;
  position: relative; }

.detail-media__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 10px 0 6px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 10px 0 6px 0 rgba(0, 0, 0, 0.05);
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  z-index: 10; }

.detail-media__image-wrapper {
  font-size: 1rem;
  line-height: 27px;
  color: #fff;
  overflow: hidden;
  max-height: 290px;
  position: relative;
  z-index: 10; }

.detail-media__image-title, .detail-media__title {
  font-size: 1.2rem;
  line-height: 27px;
  font-family: "Comfortaa-Bold";
  margin-bottom: 20px; }

.detail-media__text {
  width: -webkit-calc(100% - 580px);
  width: calc(100% - 580px);
  height: 300px;
  background: #fff;
  padding: 40px 90px;
  font-size: 1rem;
  line-height: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }

.detail-media__text::before {
  content: '';
  position: absolute;
  top: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../images/maska_plashka.svg) no-repeat;
  z-index: 5; }

.detail-media__text::after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  height: 20px;
  background: url(../images/maska_plashka_inner.svg) no-repeat;
  background-position: bottom left;
  z-index: 5; }

.detail-media__text-wrapper {
  overflow: hidden;
  max-height: 290px; }

/**/
.detail-catalog {
  margin-bottom: 100px; }

.detail-catalog h3 {
  max-width: 950px;
  margin-bottom: 50px; }

.detail-catalog__wrapper {
  margin-left: -0.86206897%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }

.detail-catalog__item {
  padding: 30px;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 49.137931%;
  height: 395px;
  margin-left: 0.86206897%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }

.detail-catalog__item img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 100%;
  max-height: 300px; }

.detail-catalog__title {
  font-size: 1.2rem;
  font-family: "Comfortaa-Bold";
  line-height: 27px;
  color: #424242;
  position: relative;
  z-index: 10; }

.detail-catalog__teaser {
  color: #AEAEAE;
  font-size: 1rem;
  line-height: 27px;
  position: relative;
  z-index: 10; }

/**/
.detail-contacts .contacts__item {
  margin-bottom: 0; }

/* На старнице Grass */
.detail-about-grass {
  min-height: 750px;
  margin-bottom: 100px; }

.detail-about-grass .detail-about__image {
  bottom: 0;
  left: 0;
  height: 320px;
  width: 100%;
  top: auto;
  right: auto;
  background-repeat: repeat-x;
  background-size: contain; }

.detail-about-grass .detail-about__text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }

.detail-about-grass .link-back {
  width: 100%; }

.detail-about-grass .detail-about__teaser {
  max-width: 415px;
  margin-left: auto; }

/**/
.detail-info {
  position: relative;
  margin-bottom: 70px; }

.detail-info__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10; }

.detail-info__number {
  font-size: 20rem;
  line-height: 1;
  color: #8BB640;
  font-family: "Comfortaa-Regular";
  position: relative;
  margin-right: 40px;
  letter-spacing: -21px; }

.detail-info__number span {
  position: absolute;
  top: 180px;
  right: 70px;
  font-size: 2.6667rem;
  color: #8BB640;
  font-family: "Comfortaa-Regular"; }

.detail-info__text {
  max-width: 255px;
  font-size: 2.6667rem;
  line-height: 50px;
  font-family: "Comfortaa-Bold";
  color: #424242; }

.detail-info__text span {
  display: block;
  font-size: 1rem;
  line-height: 27px;
  font-family: "OpenSans-Regular";
  color: #424242; }

.detail-info__image {
  position: absolute;
  left: 50%;
  top: 0;
  width: 500px;
  height: 330px;
  background-repeat: no-repeat;
  margin-left: 100px; }

/**/
.detail-card-grass .detail-card__wrapper {
  margin-left: -7px; }

.detail-card-grass .detail-card__item {
  width: -webkit-calc(25% - 7px);
  width: calc(25% - 7px);
  margin-left: 7px;
  margin-bottom: 7px;
  background-position: right bottom;
  background-size: 150px; }

.detail-card-grass .detail-card__item_full .detail-card__teaser {
  font-size: 8.6667rem;
  font-family: "Comfortaa-Light";
  line-height: 130px; }

.detail-card-grass .detail-card__item_full .detail-card__teaser span {
  font-size: 2.1333rem;
  line-height: 27px;
  font-family: "Comfortaa-Bold"; }

.detail-card-grass .detail-card__item_full {
  width: 100%;
  background-size: 700px; }

/**/
.detail-catalog-grass {
  margin-bottom: 0; }

.detail-catalog-grass h3 {
  font-size: 1.6rem;
  line-height: 40px;
  margin-bottom: 30px; }

.detail-catalog-grass .detail-catalog__wrapper {
  display: block;
  overflow: hidden; }

.detail-catalog-grass .detail-catalog__item {
  float: left;
  height: 395px; }

.detail-catalog-grass .detail-catalog__item_full {
  height: 800px;
  float: right !important; }

.detail-catalog-grass .detail-catalog__item_full img {
  max-height: 800px; }

/* На старнице Template */
.detail-about-template {
  min-height: 570px;
  margin-bottom: 80px; }

.detail-about-template .detail-about__text {
  max-width: 665px; }

.detail-about-template .detail-about__image {
  right: auto;
  left: 50%;
  top: 150px;
  margin-left: 130px; }

/**/
.detail-card-template h3 {
  text-align: center;
  max-width: 100% !important; }

.detail-card-template .detail-card__item {
  width: 32.2655172%;
  height: 400px; }

.detail-card-template .detail-card__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end; }

.detail-about-template .detail-about__image img {
  max-width: 450px; }

.carousel-template .owl-stage-outer {
  margin-left: -20px;
  margin-right: -20px;
  padding-left: 20px; }

.carousel-template .owl-dots {
  font-size: 0;
  text-align: center; }

.carousel-template .owl-dots div {
  display: inline-block;
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #fff;
  margin: 0 2px; }

.carousel-template .owl-dot.active {
  background-color: #8BB640; }

@media screen and (max-width: 1439px) {
  .detail-about {
    min-height: 600px; }
  .detail-about__text {
    padding-top: 180px; }
  .detail-about__image {
    top: 140px;
    left: 50%; }
  .detail-about__image img {
    max-width: 480px; }
  /**/
  .detail-card {
    margin-bottom: 80px; }
  .detail-card h3 {
    max-width: 595px;
    font-size: 1.6rem;
    line-height: 40px;
    margin-bottom: 30px; }
  .detail-card__item {
    padding: 10px;
    height: 190px;
    background-size: 80px; }
  .detail-card__title {
    font-size: 0.7333rem; }
  .detail-card__teaser {
    font-size: 3.3333rem;
    line-height: 35px; }
  .detail-card__teaser span {
    font-size: 0.6rem; }
  /**/
  .detail-media {
    margin-bottom: 80px; }
  .detail-media h3 {
    max-width: 595px;
    font-size: 1.6rem;
    line-height: 40px;
    margin-bottom: 30px; }
  .detail-media__image {
    width: 340px;
    height: 200px;
    padding: 20px; }
  .detail-media__image-title, .detail-media__title {
    font-size: 0.8rem;
    line-height: 15px;
    margin-bottom: 10px; }
  .detail-media__image-wrapper, .detail-media__text-wrapper {
    font-size: 0.6667rem;
    line-height: 15px; }
  .detail-media__text {
    width: -webkit-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-top: 20px;
    padding-bottom: 20px;
    max-height: 180px;
    padding-left: 40px;
    padding-right: 20px; }
  .detail-media__text-wrapper {
    max-height: 130px; }
  .detail-media__text::before, .detail-media__text::after {
    height: 10px; }
  .detail-media__text::before {
    top: -5px; }
  .detail-media__text::after {
    bottom: -5px; }
  .detail-media__image-wrapper {
    max-height: 160px; }
  /**/
  .detail-catalog__item {
    height: 300px;
    background-size: 200px;
    padding: 20px;
    margin-left: 10px;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px); }
  .detail-catalog__item img {
    max-height: 250px; }
  .detail-catalog {
    margin-left: -10px;
    margin-bottom: 80px; }
  /**/
  .detail-contacts h3 {
    max-width: 595px;
    font-size: 1.6rem;
    line-height: 40px;
    margin-bottom: 30px; }
  /**/
  .detail-about-grass {
    border-bottom: 20px solid #F6F6F6; }
  .detail-about-grass .detail-about__text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 80px; }
  .detail-about-grass .detail-about__teaser {
    margin-left: 0;
    max-width: 360px; }
  .detail-about-grass .detail-about__image {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto; }
  /**/
  .detail-info {
    overflow: hidden;
    min-height: 260px; }
  .detail-info__image {
    background-size: 390px;
    left: 50%;
    margin-left: 0;
    height: 260px; }
  .detail-info__number {
    font-size: 16.6667rem;
    margin-right: 30px;
    letter-spacing: -18px; }
  .detail-info__number span {
    right: 55px;
    top: 140px; }
  .detail-info__text span {
    margin-top: 20px; }
  /**/
  .detail-card-grass .detail-card__item_full .detail-card__teaser {
    font-size: 5.3333rem;
    line-height: 80px; }
  .detail-card-grass .detail-card__item_full .detail-card__teaser span {
    font-size: 1.3333rem; }
  .detail-card-grass .detail-card__item {
    background-size: 130px; }
  .detail-card-grass .detail-card__item_full {
    background-size: 420px; }
  /**/
  .detail-catalog-grass {
    margin-bottom: 0; }
  .detail-catalog__item {
    background-size: 330px; }
  .detail-catalog__item_full {
    background-size: 500px;
    background-position: 80% bottom; }
  .detail-catalog-grass .detail-catalog__item img {
    max-height: 380px; }
  .detail-catalog-grass .detail-catalog__item_full img {
    max-height: 800px;
    max-width: 550px;
    width: 550px; }
  /**/
  .detail-about-template {
    min-height: 500px; }
  .detail-about-template .detail-about__text {
    max-width: 400px; }
  .detail-about-template .detail-about__image img {
    max-width: 300px; }
  .detail-about-template .detail-about__image {
    margin-left: 50px;
    top: 250px; }
  /**/
  .detail-card-template .detail-card__title {
    font-size: 0.8rem;
    line-height: 16px; }
  .detail-card-template .detail-card__item {
    padding: 20px;
    height: 250px; }
  .detail-card-template .detail-card__text {
    font-size: 0.8rem;
    line-height: 17px; }
  .detail-card-template .detail-card__image {
    width: 70px;
    height: 70px; }
  .detail-card-template .detail-card__teaser {
    margin-bottom: -7px; } }

@media screen and (max-width: 1023px) {
  .detail-info__image {
    left: auto;
    right: -330px; } }

@media screen and (max-width: 767px) {
  .detail-about {
    min-height: 100%;
    margin-bottom: 50px; }
  .detail-about__text {
    padding-top: 395px; }
  .detail-about__image {
    right: auto;
    left: -20px;
    top: 50px; }
  .detail-about__image img {
    max-width: 360px; }
  /**/
  .detail-card {
    margin-bottom: 60px; }
  .detail-card h3 {
    font-size: 1.2rem;
    line-height: 27px; }
  .detail-card__wrapper {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap;
    margin-left: -10px; }
  .detail-card__item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 10px; }
  .detail-card__item_full {
    width: 100%; }
  .detail-card__item_full .detail-card__title {
    font-size: 1.2rem;
    line-height: 27px; }
  .detail-card__item_full .detail-card__teaser {
    font-size: 5.3333rem;
    line-height: 60px; }
  /**/
  .detail-media {
    margin-bottom: 60px; }
  .detail-media h3 {
    font-size: 1.2rem;
    line-height: 27px; }
  .detail-media__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 50px; }
  .detail-media__image {
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
    height: 365px; }
  .detail-media__text {
    width: 100%;
    height: 300px; }
  .detail-media__image-title, .detail-media__title {
    font-size: 1rem;
    line-height: 27px; }
  .detail-media__image-wrapper, .detail-media__text-wrapper {
    font-size: 1rem;
    line-height: 27px; }
  .detail-media__image-wrapper {
    max-height: 305px; }
  .detail-media__text {
    max-height: 100%;
    height: 300px;
    padding: 30px 15px 15px 15px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-border-radius: 0 0 5px 5px;
            border-radius: 0 0 5px 5px; }
  .detail-media__text::before {
    top: 0;
    left: -3px;
    height: 100%;
    width: 3px;
    background: url(../images/maska_plashka_320.svg) no-repeat; }
  .detail-media__text::after {
    top: 0;
    bottom: auto;
    left: auto;
    right: -3px;
    height: 100%;
    width: 3px;
    background: url(../images/maska_plashka_inner_320.svg) no-repeat; }
  .detail-media__text-wrapper {
    max-height: 255px; }
  /**/
  .detail-catalog {
    margin-bottom: 50px;
    margin-left: 0; }
  .detail-catalog h3 {
    font-size: 1.2rem;
    line-height: 27px;
    margin-bottom: 30px; }
  .detail-catalog__wrapper {
    margin-left: 0; }
  .detail-catalog__item {
    margin-left: 0;
    width: 100%;
    height: 200px; }
  .detail-catalog__item img {
    max-height: 180px; }
  .detail-catalog__title {
    font-size: 1rem;
    line-height: 27px; }
  /**/
  .detail-contacts h3 {
    font-size: 1.2rem;
    line-height: 27px;
    margin-bottom: 20px; }
  /**/
  .detail-about-grass .detail-about__image {
    position: absolute;
    top: 115px;
    left: 0;
    background-size: contain;
    height: 250px; }
  .detail-about-grass {
    border-bottom: none; }
  .detail-about-grass .detail-about__text {
    margin-bottom: 50px; }
  /**/
  .detail-info {
    min-height: auto;
    margin-bottom: 50px; }
  .detail-info__image {
    display: none; }
  .detail-info__number {
    font-size: 8rem;
    line-height: 1;
    margin-right: 10px;
    letter-spacing: -9px;
    margin-left: -10px; }
  .detail-info__number span {
    bottom: auto;
    top: 65px;
    right: 25px;
    font-size: 1.3333rem; }
  .detail-info__text {
    font-size: 1.8667rem;
    line-height: 35px;
    max-width: 155px; }
  .detail-info__text_hidden {
    max-width: 100%;
    width: 100%; }
  .detail-info__text_hidden span {
    margin: 0; }
  .detail-info__wrapper {
    -webkit-flex-flow: wrap;
        -ms-flex-flow: wrap;
            flex-flow: wrap; }
  /**/
  .detail-card-grass .detail-card__wrapper {
    margin-left: -10px; }
  .detail-card-grass .detail-card__item {
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    margin-left: 10px;
    margin-bottom: 10px;
    background-size: 50px; }
  .detail-card-grass .detail-card__item:nth-child(1), .detail-card-grass .detail-card__item:nth-child(2), .detail-card-grass .detail-card__item:nth-child(5) {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0; }
  .detail-card-grass .detail-card__item:nth-child(3), .detail-card-grass .detail-card__item:nth-child(4) {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1; }
  .detail-card-grass .detail-card__item_full {
    width: 100%;
    background-size: 180px; }
  .detail-card-grass .detail-card__item_full .detail-card__top {
    display: none; }
  /**/
  .detail-catalog-grass {
    margin: 0; }
  .detail-catalog-grass .detail-catalog__item {
    float: none !important;
    height: 200px;
    background-size: 200px; }
  .detail-catalog-grass .detail-catalog__item_full {
    background-position: right bottom; }
  .detail-catalog-grass .detail-catalog__item img {
    max-height: 180px !important;
    max-width: 100%;
    width: auto; }
  /**/
  .detail-about-template .detail-about__image {
    margin-left: 0;
    right: auto;
    top: 110px;
    left: 30px; }
  .detail-about-template .detail-about__image img {
    max-width: 260px; }
  /**/
  .detail-card-template .detail-card__wrapper {
    margin-left: 0; }
  .detail-card-template .detail-card__item {
    margin-left: 0;
    width: 100%; } }

@media screen and (max-width: 580px) {
  .detail-about-grass .detail-about__image {
    background-size: cover; } }

/* ----- end детальная страниц лэндингов ----- */
/* page clients */
.clients-bg {
  position: relative;
  overflow: hidden; }

.clients-bg-img {
  position: absolute; }

.clients-bg1 {
  left: 0;
  top: 615px; }

.clients-bg2 {
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 50%; }

@media screen and (max-width: 1439px) {
  .clients-bg-img {
    display: none; } }

/* ----- end page clients ----- */
/* page documents */
.documents__head {
  border-bottom: 1px solid rgba(174, 174, 174, 0.4);
  margin-bottom: 80px;
  font-size: 1rem;
  line-height: 27px;
  padding-bottom: 30px; }

.documents .about-documents__search {
  margin-bottom: 70px; }

@media screen and (max-width: 1439px) {
  .documents__head {
    border-bottom: none;
    margin-bottom: 40px;
    padding-bottom: 0; } }

/* ----- end page documents ----- */
/* page agency */
.agency__head {
  padding-bottom: 80px;
  margin-bottom: 50px;
  min-height: 400px; }

.agency__head-wrapper {
  max-width: 460px; }

.agency-bg {
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden; }

.agency-bg__wrapper {
  margin-top: -55px;
  margin-right: -175px; }

.agency-bg img {
  max-width: 755px;
  width: 100%; }

@media screen and (max-width: 1439px) {
  .agency-bg {
    top: 180px; }
  .agency-bg img {
    max-width: 420px; }
  .agency-bg__wrapper {
    margin-top: 0;
    margin-right: -90px; }
  .agency__head-wrapper {
    max-width: 400px; }
  .agency__head {
    padding-bottom: 50px;
    min-height: 370px; } }

@media screen and (max-width: 767px) {
  .agency-bg {
    position: relative;
    top: auto;
    right: auto; }
  .agency-bg img {
    max-width: 290px; }
  .agency-bg__wrapper {
    margin: 0;
    padding-left: 20px;
    padding-right: 20px; }
  .agency__head {
    min-height: 100%;
    margin-bottom: 20px; } }

/* ----- end page agency ----- */
/* баннер на странице туризма и отдыха */
.informer {
  margin-bottom: 50px;
  background-color: #F6F6F6;
  padding: 20px 230px 20px 185px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative; }

.informer__btn {
  text-transform: none;
  font-family: "OpenSans-Bold"; }

.informer__title {
  font-size: 1.6rem;
  color: #424242;
  line-height: 20px;
  margin-bottom: 15px;
  font-family: "OpenSans-Bold"; }

.informer__text {
  font-size: 1rem;
  line-height: 22px;
  color: #424242; }

.informer__left {
  max-width: 580px;
  width: 100%;
  margin-right: 25px;
  position: relative;
  z-index: 10; }

.informer__image {
  min-width: 140px;
  height: 100%;
  background-size: cover;
  position: absolute;
  top: 0;
  z-index: 1; }

.informer__image_left {
  left: 0;
  background-position: right top; }

.informer__image_right {
  right: 0;
  background-position: left top; }

@media screen and (max-width: 1023px) {
  .informer__image_right {
    display: none; }
  .informer {
    padding-right: 30px;
    padding-left: 155px; }
  .informer__right {
    margin-left: auto; }
  .informer__text {
    font-size: 0.8rem; } }

@media screen and (max-width: 767px) {
  .informer {
    display: none; } }

/* карточка на странице Руководство */
.card-about-page-admin .card {
  margin-bottom: 40px;
  width: 29.8517241%;
  margin-left: 3.44827586%;
  background-position: top center; }

.card-about-page-admin {
  margin-right: 0 !important;
  margin-left: -3.44827586%; }

.card-about-page-admin .card__top {
  padding: 15px 20px; }

@media screen and (max-width: 1023px) {
  .card-about-page-admin .card {
    width: 48.275862%;
    margin-left: 1.72413793%;
    margin-bottom: 20px; }
  .card-about-page-admin {
    margin-left: -1.72413793%; } }

@media screen and (max-width: 767px) {
  .card-about-page-admin {
    margin-right: 0;
    margin-left: -2.60756193%; }
  .card-about-page-admin .card {
    margin-left: 2.60756193%;
    width: 47.392438%; } }

@media screen and (max-width: 540px) {
  .card-about-page-admin {
    margin-left: 0; }
  .card-about-page-admin .card {
    margin-left: 0;
    width: 100%; } }

.administration-bg {
  position: relative;
  overflow: hidden; }

.administration-bg__img {
  position: absolute; }

.administration-bg__img1 {
  right: -200px;
  opacity: 0.4; }

.administration-bg__img2 {
  right: -200px;
  bottom: -60px; }

.administration-bg__img3 {
  left: -230px;
  bottom: -100px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

@media screen and (max-width: 1439px) {
  .administration-bg__img {
    display: none; } }

.news-main-page-bg {
  position: relative;
  overflow: hidden; }

.news-main-page-bg__img {
  position: absolute; }

.news-main-page-bg__img1 {
  left: -250px;
  top: 100px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }

.news-main-page-bg__img2 {
  right: 0;
  top: 45%; }

.news-main-page {
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap;
  margin-bottom: 80px;
  margin-left: -1.72413793%; }

.news-main-page .news__item {
  background-color: #F4F5E6;
  margin-bottom: 20px;
  width: 31.575862%;
  margin-left: 1.72413793%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  -webkit-border-radius: 5px;
          border-radius: 5px; }

.news-main-page .news__item_inner::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, rgba(0, 0, 0, 0.65)), color-stop(57%, rgba(0, 0, 0, 0.1)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.1) 57%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.65) 1%, rgba(0, 0, 0, 0.1) 57%); }

.news-main-page .news__item_inner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(62%, rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0.65)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 62%, rgba(0, 0, 0, 0.65) 100%);
  background-image: linear-gradient(-180deg, rgba(0, 0, 0, 0.1) 62%, rgba(0, 0, 0, 0.65) 100%); }

.news__item_inner .news__title, .news__item_inner .news__date {
  color: #fff;
  position: relative;
  z-index: 10; }

@media screen and (max-width: 1439px) {
  .news-main-page-bg__img {
    display: none; }
  .news-main-page {
    margin-bottom: 70px;
    margin-left: -2.06043956%; }
  .news-main-page .news__item {
    width: 31.2395604%;
    margin-left: 2.06043956%; }
  .news-main-page .news__title {
    font-size: 1rem;
    line-height: 27px; } }

@media screen and (max-width: 767px) {
  .news-main-page {
    margin-bottom: 40px;
    margin-left: 0; }
  .news-main-page .news__item {
    width: 100%;
    margin-left: 0; } }

.paginator {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px; }

.paginator__item {
  text-decoration: none;
  font-size: 2rem;
  line-height: 40px;
  color: #000000;
  font-family: "Comfortaa-Light";
  width: 55px;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer; }

.paginator__item_white {
  color: #fff; }

.paginator__item:hover {
  color: #8BB640; }

.paginator__center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.paginator__item_active {
  color: #8BB640; }


.paginator .btn_mute {
  cursor: default;
  opacity: 0.5; }

/* пагинация на странице документов */
.l-documents__left .paginator {
  margin-bottom: 0; }

.l-documents__left .paginator .paginator__left, .l-documents__left .paginator .paginator__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }


.l-documents__left .paginator__item {
  font-size: 1rem;
  width: 40px;
  height: 40px; }



@media screen and (max-width: 767px) {
  .paginator {
    margin-bottom: 50px; }
  .paginator .paginator__left, .paginator .paginator__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .paginator__item {
    font-size: 1rem;
    width: 40px;
    height: 40px; }
	}

/* модальное окно купить билет */
.modal-order_show .mfp-container {
  padding: 0;
  height: 100%; }

.modal-order_show .mfp-content {
  padding: 0;
  height: 100%; }

.modal-order .mfp-close {
  right: 155px;
  top: 40px;
  font-size: 50px;
  font-weight: normal;
  font-family: "OpenSans-Light"; }

.modal-order {
  height: 100%;
  max-width: 760px;
  width: 100%;
  margin: 0;
  margin-left: auto;
  padding: 0;
  display: table; }

.modal-order__wrapper {
  padding: 40px 155px 40px 50px; }

.modal-order .modal__title {
  margin-bottom: 30px;
  padding-right: 60px; }

.modal-order .modal__teaser {
  font-size: 1rem;
  line-height: 27px;
  color: #424242;
  margin-bottom: 50px;
  max-width: 475px;
  width: 100%; }

.modal-order .modal__title_small {
  font-family: "OpenSans-Regular";
  font-size: 1rem;
  margin-bottom: 10px;
  line-height: 20px;
  text-align: left; }

/* сообщение о бронировании */
.modal-order__message h3 {
  margin-bottom: 10px !important;
  display: block !important; }

.modal-order__message {
  display: none; }

@media screen and (max-width: 1439px) {
  .modal-order__wrapper {
    padding-right: 20px; }
  .modal-order {
    max-width: 630px;
    width: 100%; }
  .modal-order .mfp-close {
    right: 20px; } }

@media screen and (max-width: 767px) {
  .modal-order {
    max-width: 100%;
    width: 100%; }
  .modal-order__wrapper {
    padding: 20px; }
  .modal-order .mfp-close {
    top: 10px; }
  .modal-order .modal__title {
    margin-bottom: 10px; }
  .modal-order .modal__teaser {
    margin-bottom: 30px; } }

.gallery {
  margin-left: -2.5862069%;
  font-size: 0;
  margin-bottom: 50px; }

.gallery__item {
  margin-bottom: 2.5862069%;
  width: 30.7137931%;
  margin-left: 2.5862069%;
  display: block;
  position: relative;
  display: inline-block;
  vertical-align: top;
  cursor: pointer; }

.gallery__item-img {
  position: relative; }

.gallery__item-img img {
  display: block;
  width: 100%; }

.gallery__item-img::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(90%, rgba(0, 0, 0, 0.75)));
  background-image: -webkit-linear-gradient(top, transparent 50%, rgba(0, 0, 0, 0.75) 90%);
  background-image: linear-gradient(-180deg, transparent 50%, rgba(0, 0, 0, 0.75) 90%);
  z-index: 1; }

.gallery__item-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 30px 20px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 32px; }

.gallery__item-text span {
  font-size: 0.8rem;
  line-height: 20px;
  display: block;
  margin-bottom: 5px; }

@media screen and (max-width: 1439px) {
  .gallery {
    margin-left: -2.06043956%; }
  .gallery__item {
    margin-bottom: 2.06043956%;
    width: 31.2395604%;
    margin-left: 2.06043956%; } }

@media screen and (max-width: 767px) {
  .gallery {
    margin-left: -3.57142857%;
    margin-bottom: 20px; }
  .gallery__item {
    margin-bottom: 3.57142857%;
    width: 46.4285714%;
    margin-left: 3.57142857%; }
  .gallery__item-text {
    padding: 10px;
    font-size: 1.0667rem;
    line-height: 22px; }
  .gallery__item-text span {
    margin-bottom: 0; } }

/* модальное окно Галереи */
.modal-gallery img {
  display: block;
  width: 100%;
  margin-top: 30px; }

.modal-gallery {
  max-width: 1060px;
  width: 100%;
  -webkit-border-radius: 4px;
          border-radius: 4px; }

.modal-gallery .mfp-close {
  font-size: 2.9333rem;
  font-family: "OpenSans-Light";
  right: 30px;
  top: 30px; }

.modal-gallery__title {
  padding-right: 40px; }

@media screen and (max-width: 767px) {
  .modal-gallery .mfp-close {
    top: 17px;
    right: 10px; }
  .modal-gallery__title {
    padding-right: 60px;
    padding-left: 20px; }
  .modal-gallery {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-top: 0;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .modal-gallery img {
    margin-top: 10px; } }

.video-list {
  margin-left: -2.5862069%;
  margin-bottom: 50px;
  font-size: 0; }

.video-list__item {
  margin-left: 2.5862069%;
  width: 47.4137931%;
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 30px;
  position: relative;
  -webkit-border-radius: 5px;
          border-radius: 5px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top; }

.video-list__item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66%, transparent), to(#000000));
  background-image: -webkit-linear-gradient(top, transparent 66%, #000000 100%);
  background-image: linear-gradient(-180deg, transparent 66%, #000000 100%); }

.video-list__view-teaser {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 30px;
  color: #fff;
  font-size: 1.6rem;
  line-height: 27px;
  font-family: "Comfortaa-Bold";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.video-list__view-teaser span {
  margin-right: 10px;
  font-size: 3.2rem; }

.video-list__view-time {
  position: absolute;
  top: 30px;
  left: 30px;
  background-color: rgba(66, 66, 66, 0.6);
  padding: 5px;
  color: #fff;
  font-size: 0.8rem;
  z-index: 10; }

@media screen and (max-width: 1439px) {
  .video-list__item {
    height: 300px; } }

@media screen and (max-width: 767px) {
  .video-list {
    margin-left: -20px;
    margin-right: -20px; }
  .video-list__item {
    height: 240px;
    margin-left: 0;
    width: 100%;
    -webkit-border-radius: 0;
            border-radius: 0; }
  .video-list__view-teaser span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px; }
  .video-list__view-teaser {
    height: 100%;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 20px;
    font-size: 1.2rem;
    line-height: 20px; } }

.page404 {
  padding-top: 150px;
  padding-bottom: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 100%; }

.page404 .container-flex {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%; }

.page404__wrapper {
  max-width: 780px;
  width: 100%;
  text-align: center; }

.page404__wrapper h3 {
  margin-bottom: 10px; }

.page404__wrapper span {
  display: block;
  font-size: 14.8rem;
  line-height: 190px;
  font-family: "Comfortaa-Bold";
  color: #8BB640; }

@media screen and (max-width: 767px) {
  .page404__wrapper span {
    font-size: 9.3333rem;
    line-height: 140px; }
  .page404 {
    padding-top: 100px;
    padding-bottom: 50px; } }
