.search__submit svg, .menu__submenu, .menu__a, .menu__submenu-a, .menu-toggle__label, .menu-toggle__ico, .menu__submenu-toggle svg, .top-bar__toggle, .btn, .events__image, .events__event, .events__title, .events__place, .events__date, .events__address, .line-list__highlight, .line-list__text, .newses__title, .newses__place, .newses__date, .newses__address, .newses__image, .block-link, .block-link__small-link, .form__input, .ui-datepicker-prev, .ui-state-default {
  transition: all 0.1s ease-in; }

.search__submit svg, .menu__submenu, .menu__a, .menu__submenu-a, .menu-toggle__label, .menu-toggle__ico, .menu__submenu-toggle svg, .top-bar__toggle, .btn, .events__image, .events__event, .events__title, .events__place, .events__date, .events__address, .line-list__highlight, .line-list__text, .newses__title, .newses__place, .newses__date, .newses__address, .newses__image, .block-link, .block-link__small-link, .form__input, .ui-datepicker-prev, .ui-state-default {
  transition: all 0.1s ease-in; }

.top-bar-ad__image {
  width: 100%; }

.wr-logo-search {
  display: flex;
  justify-content: space-between; }

.logo {
  display: block;
  margin-top: 27px;
  max-width: 337px;
  height: auto; }

.search {
  margin-top: 35px; }

.search__field {
  display: flex; }

.wr-search__field {
  display: inline-block; }

.search__input {
  line-height: 40px;
  height: 40px;
  border: none;
  background: #f4f4f4;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 700;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 24px;
  width: 266px; }
  .search__input:focus {
    outline: none; }

.search__submit {
  line-height: 40px;
  height: 40px;
  cursor: pointer;
  border: none;
  background: #f4f4f4;
  color: #3b3b3b;
  font-size: 14px;
  font-weight: 700;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-right: 24px;
  padding-top: 8px; }
  .search__submit:hover svg {
    fill: #7bb20f; }
  .search__submit:focus {
    outline: none; }

.search__socials {
  margin-right: 20px;
  display: inline-block;
  vertical-align: bottom; }

.search__fb {
  display: inline-block;
  vertical-align: bottom;
  background: #3b5998;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  text-align: center; }
  .search__fb svg {
    vertical-align: bottom;
    margin-top: 7px; }

@media (max-width: 1199px) {
  .search__input {
    width: 226px; } }

.menu__ul {
  display: flex;
  justify-content: space-between;
  padding: 15px 0 0 0;
  border-top: #e8e8e8 1px solid;
  margin-bottom: 0;
  margin-top: 20px; }

.menu__li {
  display: inline-block;
  position: relative;
  padding-bottom: 20px; }
  .menu__li:hover .menu__submenu {
    opacity: 1;
    visibility: visible; }

.menu__submenu {
  transition-delay: .1s;
  opacity: 0;
  visibility: hidden;
  overflow: visible;
  position: absolute;
  top: 30px;
  left: 20px;
  width: 560px;
  z-index: 20;
  padding: 20px 20px 30px;
  display: inline-block; }
  .menu__submenu:before {
    content: "";
    height: 8px;
    width: 8px;
    border-left: 8px solid #7bb20f;
    border-top: 8px solid transparent;
    position: absolute;
    top: -8px; }

.menu__a {
  font-weight: 700;
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  text-decoration: none; }
  .menu__a:hover {
    text-decoration: none;
    color: #7bb20f; }

.menu__a--has-submenu:after {
  content: "";
  display: inline-block;
  width: 8px;
  height: 6px;
  background: url("../img/ico-arrow-down.png") center no-repeat;
  position: relative;
  top: -3px;
  left: 3px; }

.menu__li--places:hover .menu__a {
  color: #b90dd3; }

.menu__li--places .menu__submenu {
  background: #b90dd3; }
  .menu__li--places .menu__submenu:before {
    border-left-color: #b90dd3; }

.menu__li--places.menu__li--open .menu__a {
  color: #b90dd3; }

.menu__li--places.menu__li--open .menu__submenu-toggle svg {
  fill: #b90dd3; }

.menu__li--events:hover .menu__a {
  color: #7bb20f; }

.menu__li--events .menu__submenu {
  background: #7bb20f; }
  .menu__li--events .menu__submenu:before {
    border-left-color: #7bb20f; }

.menu__li--events.menu__li--open .menu__a {
  color: #7bb20f; }

.menu__li--events.menu__li--open .menu__submenu-toggle svg {
  fill: #7bb20f; }

.menu__li--news:hover .menu__a {
  color: #f7b90c; }

.menu__li--news .menu__submenu {
  background: #f7b90c; }
  .menu__li--news .menu__submenu:before {
    border-left-color: #f7b90c; }

.menu__li--news.menu__li--open .menu__a {
  color: #f7b90c; }

.menu__li--news.menu__li--open .menu__submenu-toggle svg {
  fill: #f7b90c; }

.menu__li--kids:hover .menu__a {
  color: #e36f23; }

.menu__li--kids .menu__submenu {
  background: #e36f23; }
  .menu__li--kids .menu__submenu:before {
    border-left-color: #e36f23; }

.menu__li--kids.menu__li--open .menu__a {
  color: #e36f23; }

.menu__li--kids.menu__li--open .menu__submenu-toggle svg {
  fill: #e36f23; }

.menu__submenu--one-column {
  width: auto; }
  .menu__submenu--one-column .menu__submenu-li {
    width: auto;
    display: block;
    white-space: nowrap;
    min-width: 170px; }

.menu__submenu-li {
  display: inline-block;
  width: 170px; }

.menu__submenu-a {
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  line-height: 19px;
  padding: 10px 0 6px 0;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }
  .menu__submenu-a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff; }

.menu__submenu-li--highlight .menu__submenu-a {
  color: #ffd55f; }

.menu__submenu-li--highlight:hover .menu__submenu-a {
  border-color: #ffd55f; }

.menu__submenu-date {
  font-weight: 500;
  margin-right: 5px;
  width: 70px;
  display: inline-block; }

@media (max-width: 991px) {
  .search__field {
    width: 100%; }
  .wr-search__field {
    display: block; }
  .search__input {
    flex: 1 1 auto; }
  .menu__li--search {
    margin-bottom: 15px; }
  .menu__submenu-toggle {
    display: inline-block;
    float: right;
    height: 34px;
    width: 34px;
    cursor: pointer;
    background: none;
    border: none; }
    .menu__submenu-toggle:hover svg {
      fill: #7bb20f; }
    .menu__submenu-toggle:focus {
      outline: none; }
  .menu__a {
    display: inline-block;
    padding: 5px 10px 5px 0; }
  .menu__ul {
    display: none;
    margin-top: 5px; }
  .menu__li {
    display: block;
    width: 100%;
    padding: 0; }
  .menu__submenu {
    display: none;
    transition: none !important;
    opacity: 1;
    visibility: visible;
    position: static;
    width: 100%;
    margin: 2px 0 15px; }
    .menu__submenu:before {
      top: 29px; }
  .menu__submenu-li {
    padding: 0 10px; }
  .menu__submenu-a {
    white-space: normal; }
  .menu-toggle {
    background: none;
    border: none;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 22px;
    padding-left: 15px; }
    .menu-toggle:hover .menu-toggle__ico {
      fill: #7bb20f; }
    .menu-toggle:hover .menu-toggle__label {
      color: #7bb20f; }
    .menu-toggle:focus {
      outline: none; }
  .wr-logo-menu-toggle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px; }
  .menu-toggle__label {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-right: 15px; }
  .logo {
    margin-top: 15px; }
  .menu__li--open .menu__submenu-toggle svg {
    transform: rotate(180deg); } }

@media (max-width: 767px) {
  .menu__submenu-li {
    width: 100%; } }

.search__submit svg, .menu__submenu, .menu__a, .menu__submenu-a, .menu-toggle__label, .menu-toggle__ico, .menu__submenu-toggle svg, .top-bar__toggle, .btn, .events__image, .events__event, .events__title, .events__place, .events__date, .events__address, .line-list__highlight, .line-list__text, .newses__title, .newses__place, .newses__date, .newses__address, .newses__image, .block-link, .block-link__small-link, .form__input, .ui-datepicker-prev, .ui-state-default {
  transition: all 0.1s ease-in; }

@font-face {
  font-family: 'geomanist';
  src: url("../font/geomanist-regular-webfont.eot");
  src: url("../font/geomanist-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/geomanist-regular-webfont.woff2") format("woff2"), url("../font/geomanist-regular-webfont.woff") format("woff"), url("../font/geomanist-regular-webfont.ttf") format("truetype"), url("../font/geomanist-regular-webfont.svg#geomanistregular") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'geomanist';
  src: url("../font/geomanist-medium-webfont.eot");
  src: url("../font/geomanist-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../font/geomanist-medium-webfont.woff2") format("woff2"), url("../font/geomanist-medium-webfont.woff") format("woff"), url("../font/geomanist-medium-webfont.ttf") format("truetype"), url("../font/geomanist-medium-webfont.svg#geomanistregular") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'geomanist';
  src: url("../font/geomanist-bold-webfont.eot");
  src: url("../font/geomanist-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../font/geomanist-bold-webfont.woff2") format("woff2"), url("../font/geomanist-bold-webfont.woff") format("woff"), url("../font/geomanist-bold-webfont.ttf") format("truetype"), url("../font/geomanist-bold-webfont.svg#geomanistregular") format("svg");
  font-weight: 900;
  font-style: normal; }

img {
  max-width: 100%; }

body, button, input, optgroup, select, textarea {
  font-family: "geomanist", sans-serif; }

.a-re {
  font-size: 11px;
  text-transform: uppercase;
  color: #999;
  padding: 1px 0;
  border-bottom: 1px solid #ddd;
  margin: 2px 0 5px 0;
  text-align: center; }

.a-slider--center {
  margin: 25px auto; }

.a-slider .sp-button {
  border: 1px solid #cccccc;
  height: 12px;
  width: 12px; }

.a-slider .sp-selected-button {
  background: #ccc; }

.a-slider .sp-image {
  position: relative;
  display: block;
  border: none;
  width: -webkit-fit-content !important;
  width: fit-content !important;
  height: initial !important;
  margin: 0 auto !important; }

.a-image {
  margin: 0px auto 12px auto;
  display: block; }

.ad-image__img {
  margin: 25px auto;
  width: 100%; }

.top-bar-a__image {
  margin: 0 auto;
  display: block;
  width: 100%; }

.top-bar {
  text-align: center;
  display: block;
  width: auto;
  margin: 0 auto;
  max-width: 1140px;
  position: relative; }

.top-bar--full-width {
  width: 100%;
  max-width: 100%; }

.top-bar__toggle {
  position: absolute;
  top: 25px;
  right: 25px;
  background: none;
  border: none;
  text-transform: uppercase;
  font-weight: bold;
  float: right; }
  .top-bar__toggle:focus {
    outline: none; }

.top-bar__toggle-label-expand {
  display: inline; }

.top-bar__toggle-label-collapse {
  display: none; }

.top-bar__toggle-ico {
  position: relative;
  top: -2px;
  margin-left: 5px; }

.top-bar__thumb, .top-bar__image {
  width: 100%;
  display: block; }
  .top-bar__thumb img, .top-bar__image img {
    width: 100%; }

.top-bar__image {
  display: none; }

.top-bar--expanded .top-bar__toggle-ico svg {
  transform: rotate(180deg); }

.top-bar--expanded .top-bar__toggle-label-expand {
  display: none; }

.top-bar--expanded .top-bar__toggle-label-collapse {
  display: inline; }

@media (max-width: 991px) {
  .top-bar__toggle {
    top: 15px; } }

@media (max-width: 767px) {
  .top-bar__toggle {
    top: 5px; } }

@media (max-width: 575px) {
  .top-bar__toggle {
    top: 0; } }

.btn {
  height: 36px;
  line-height: 36px;
  border-radius: 20px;
  border: 1px solid #7bb20f;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 14px;
  background: none;
  cursor: pointer;
  display: inline-block;
  width: 100%;
  padding: 0;
  color: #000; }
  .btn:hover {
    background: rgba(123, 178, 15, 0.5);
    text-decoration: none;
    color: #000; }
  .btn:active {
    background: #7bb20f; }

.btn__ico {
  margin-right: 5px; }

.btn--inline {
  display: inline-block;
  width: auto;
  padding: 0 30px; }

.btn:disabled {
  pointer-events: none;
  border-color: #cccccc;
  color: #cccccc;
  font-family: "geomanist", sans-serif; }

@media (max-width: 991px) {
  .a-slider--right-col {
    margin: 15px auto; } }

.section-header {
  border-bottom: 5px solid #7bb20f;
  margin-bottom: 20px; }

.section-header__title {
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
  margin: 0;
  padding: 11px 0; }

.section-header__title a {
  color: #000; }

.subsection-header {
  border-bottom: 4px solid #7bb20f;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  padding: 5px 0;
  margin: 6px 0; }

.section__left-col {
  padding-right: 40px; }

.section__right-col {
  padding-left: 40px;
  border-left: 2px solid #eaeaea; }

.section-header__left-col {
  padding-right: 40px; }

.section-header__right-col {
  padding-left: 40px; }

.page-count {
  text-align: center;
  margin-bottom: 15px; }

.wr-section--places .btn:not(:disabled), .wr-section--places .section-header, .wr-section--places .subsection-header, .wr-section--places .section-header__title {
  border-color: #b90dd3; }

.wr-section--places .btn:not(:disabled):hover {
  background: rgba(185, 13, 211, 0.5); }

.wr-section--places .btn:not(:disabled):active {
  background: #b90dd3; }

.wr-section--places .calendar .ui-datepicker-title {
  color: #b90dd3; }

.wr-section--places .calendar .ui-datepicker-prev, .wr-section--places .calendar .ui-datepicker-next {
  background-image: url("../img/ico-arrow-left-places.png"); }

.wr-section--places .calendar .ui-state-highlight {
  background: #b90dd3; }

.wr-section--places .weather__ico svg {
  fill: #b90dd3; }

.wr-section--places .events__event:hover {
  color: #b90dd3; }
  .wr-section--places .events__event:hover .events__title, .wr-section--places .events__event:hover .events__place, .wr-section--places .events__event:hover .events__date, .wr-section--places .events__event:hover .events__address {
    color: #b90dd3; }

.wr-section--places .line-list__link:hover .line-list__highlight, .wr-section--places .line-list__link:hover .line-list__text {
  color: #b90dd3; }

.wr-section--places .calendar__selected-day {
  background: rgba(185, 13, 211, 0.5); }

.wr-section--places .events__event--highlighted {
  background-color: #f2ecf3; }

.wr-section--places .events__subcat {
  background: #b90dd3;
  padding: 12px 18px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  margin: 5px 5px 30px 5px;
  line-height: 18px;
  display: inline-block; }
  .wr-section--places .events__subcat:hover {
    background: rgba(185, 13, 211, 0.5);
    text-decoration: none; }

.wr-section--news .btn:not(:disabled), .wr-section--news .section-header, .wr-section--news .subsection-header, .wr-section--news .section-header__title {
  border-color: #f7b90c; }

.wr-section--news .btn:not(:disabled):hover {
  background: rgba(247, 185, 12, 0.5); }

.wr-section--news .btn:not(:disabled):active {
  background: #f7b90c; }

.wr-section--news .calendar .ui-datepicker-title {
  color: #f7b90c; }

.wr-section--news .calendar .ui-datepicker-prev, .wr-section--news .calendar .ui-datepicker-next {
  background-image: url("../img/ico-arrow-left-news.png"); }

.wr-section--news .calendar .ui-state-highlight {
  background: #f7b90c; }

.wr-section--news .weather__ico svg {
  fill: #f7b90c; }

.wr-section--news .events__event:hover {
  color: #f7b90c; }
  .wr-section--news .events__event:hover .events__title, .wr-section--news .events__event:hover .events__place, .wr-section--news .events__event:hover .events__date, .wr-section--news .events__event:hover .events__address {
    color: #f7b90c; }

.wr-section--news .line-list__link:hover .line-list__highlight, .wr-section--news .line-list__link:hover .line-list__text {
  color: #f7b90c; }

.wr-section--news .calendar__selected-day {
  background: rgba(247, 185, 12, 0.5); }

.wr-section--news .events__event--highlighted {
  background-color: #fbf3dd; }

.wr-section--kids .btn:not(:disabled), .wr-section--kids .section-header, .wr-section--kids .subsection-header, .wr-section--kids .section-header__title {
  border-color: #e36f23; }

.wr-section--kids .btn:not(:disabled):hover {
  background: rgba(227, 111, 35, 0.5); }

.wr-section--kids .btn:not(:disabled):active {
  background: #e36f23; }

.wr-section--kids .calendar .ui-datepicker-title {
  color: #e36f23; }

.wr-section--kids .calendar .ui-datepicker-prev, .wr-section--kids .calendar .ui-datepicker-next {
  background-image: url("../img/ico-arrow-left-kids.png"); }

.wr-section--kids .calendar .ui-state-highlight {
  background: #e36f23; }

.wr-section--kids .weather__ico svg {
  fill: #e36f23; }

.wr-section--kids .events__event:hover {
  color: #e36f23; }
  .wr-section--kids .events__event:hover .events__title, .wr-section--kids .events__event:hover .events__place, .wr-section--kids .events__event:hover .events__date, .wr-section--kids .events__event:hover .events__address {
    color: #e36f23; }

.wr-section--kids .line-list__link:hover .line-list__highlight, .wr-section--kids .line-list__link:hover .line-list__text {
  color: #e36f23; }

.wr-section--kids .calendar__selected-day {
  background: rgba(227, 111, 35, 0.5); }

.wr-section--kids .events__event--highlighted {
  background-color: #f5ebe4; }

.wr-section--classif .btn:not(:disabled), .wr-section--classif .section-header, .wr-section--classif .subsection-header, .wr-section--classif .section-header__title {
  border-color: #0f9e93; }

.wr-section--classif .btn:not(:disabled):hover {
  background: rgba(15, 158, 147, 0.5); }

.wr-section--classif .btn:not(:disabled):active {
  background: #0f9e93; }

.wr-section--classif .calendar .ui-datepicker-title {
  color: #0f9e93; }

.wr-section--classif .calendar .ui-datepicker-prev, .wr-section--classif .calendar .ui-datepicker-next {
  background-image: url("../img/ico-arrow-left-classif.png"); }

.wr-section--classif .calendar .ui-state-highlight {
  background: #0f9e93; }

.wr-section--classif .weather__ico svg {
  fill: #0f9e93; }

.wr-section--classif .events__title {
  color: #0f9e93; }

.wr-section--classif .events__event:hover {
  color: inherit; }
  .wr-section--classif .events__event:hover .events__place, .wr-section--classif .events__event:hover .events__date, .wr-section--classif .events__event:hover .events__address {
    color: inherit; }
  .wr-section--classif .events__event:hover .events__title {
    color: #0f9e93; }

.wr-section--classif .line-list__link:hover .line-list__highlight, .wr-section--classif .line-list__link:hover .line-list__text {
  color: #0f9e93; }

.wr-section--classif .calendar__selected-day {
  background: rgba(15, 158, 147, 0.5); }

.wr-section--classif .events__event--highlighted {
  background-color: #e6f0ef; }

@media (max-width: 1199px) {
  .section__left-col {
    padding-right: 20px; }
  .section__right-col {
    padding-left: 20px;
    border: none; }
  .section-header__right-col {
    padding-left: 20px; }
  .section-header__left-col {
    padding-right: 20px; } }

@media (max-width: 767px) {
  .section-header {
    border: none; }
  .section-header__title {
    border-bottom: 5px solid #7bb20f;
    margin-bottom: 11px; } }

@media (max-width: 545px) {
  .wr-section--block-link {
    padding: 0 10px; } }

.events .col-xl-6:nth-of-type(2n + 1) {
  border-right: 1px solid #eaeaea; }

.events .masonry .col-xl-6 {
  border-right: none !important; }

.events .masonry:after {
  content: "";
  display: block;
  width: 1px;
  background: #eaeaea;
  left: 50%;
  position: relative; }

.events__title {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #000; }

.events__place {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #000; }

.events__address {
  font-size: 15px;
  line-height: 17px;
  font-weight: 500;
  margin-bottom: 3px; }

.events__date {
  font-size: 14px;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #686868; }

.events__description {
  padding-top: 8px;
  color: #686868; }

.events__image {
  width: 100%; }

.events__img {
  width: 100%; }

.events__event {
  margin-bottom: 15px;
  color: #000;
  text-decoration: none;
  display: block;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea; }
  .events__event .events__image {
    height: 200px;
    overflow: hidden; }
  .events__event:hover {
    color: #7bb20f;
    text-decoration: none; }
    .events__event:hover .events__image {
      opacity: 0.75;
      height: 200px; }
    .events__event:hover .events__title, .events__event:hover .events__place, .events__event:hover .events__date, .events__event:hover .events__address {
      color: #7bb20f; }

.events--horizontal.events--cover-image .events__event {
  flex-direction: row; }

@media (max-width: 767px) {
  .events--horizontal.events--cover-image .events__event {
    flex-direction: column; } }

@media (min-width: 1200px) {
  .events--horizontal .events--cover-image .events__img {
    display: none; } }

.events--horizontal .events__event {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid #ddd;
  padding-bottom: 0; }

.events--horizontal .events__description {
  flex: 1 1 245px;
  margin-top: 0;
  padding: 15px 15px 15px 25px; }

.events--horizontal .events__image {
  flex: 0 3 210px;
  max-height: 190px; }

.events--horizontal .events__place {
  font-size: 16px; }

.events--horizontal .events__title {
  font-size: 18px;
  line-height: 1;
  font-weight: 700;
  margin-top: 0; }

.events--horizontal .events__more {
  margin-top: 20px;
  width: auto;
  padding: 0 50px; }

.events--cover-image .events__event {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-direction: column; }

.events--cover-image .events__description {
  width: 100%; }

.events--cover-image .events__image {
  overflow: hidden;
  height: 200px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

@media (max-width: 1199px) and (min-width: 766px) {
  .events--cover-image .events__img {
    display: none; } }

@media (min-width: 1200px) {
  .events--cover-image:not(.events--horizontal) .events__image {
    height: auto !important; } }

@media (min-width: 1200px) {
  .events--cover-image.events--horizontal .events__img {
    display: none; } }

@media (max-width: 765px) {
  .events--cover-image .events__image {
    height: auto !important; } }

.events__event--highlighted {
  background: #f0f4e6; }

.newses__news--highlighted {
  background-color: #fbf3dd; }

@media (max-width: 1199px) {
  .events .col-xl-6:nth-of-type(2n + 1) {
    border-right: none; }
  .events__event {
    display: flex;
    flex-direction: row;
    pointer-events: none; }
  .events__description {
    padding-left: 15px;
    flex: 1 1 245px;
    margin-top: 0; }
  .events__image {
    flex: 0 3 305px;
    max-height: 190px; }
  .events__title {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    margin-top: 0; }
  .events__more {
    margin-top: 20px;
    pointer-events: initial; } }

@media (max-width: 767px) {
  .events__event {
    flex-direction: column;
    pointer-events: initial; }
  .events__description {
    padding-left: 0;
    flex: auto; }
  .events__title {
    line-height: 17px;
    font-size: 15px; }
  .events__image {
    flex: inherit;
    margin-bottom: 7px;
    max-height: none;
    height: auto; }
  .events--horizontal .events__event {
    display: flex;
    flex-direction: column; }
  .events--horizontal .events__description {
    flex: inherit; }
  .events--horizontal .events__image {
    flex: inherit;
    max-height: none; }
  .events--horizontal .events__event:not(.events__event--highlighted) .events__description {
    padding-left: 0;
    padding-right: 0; } }

.line-list {
  padding: 0;
  margin: 0 0 30px 0; }

.line-list__element {
  display: block;
  font-size: 14px;
  border-bottom: 1px solid #eaeaea;
  line-height: 18px; }

.line-list__highlight {
  font-weight: 900;
  color: #616161;
  flex: 0 0 50px; }

.line-list__highlight--date {
  flex: 0 0 70px; }

.line-list__text {
  color: #000; }

.line-list__link {
  text-decoration: none;
  cursor: pointer;
  padding: 8px 0;
  display: flex; }
  .line-list__link:hover {
    text-decoration: none; }
    .line-list__link:hover .line-list__highlight {
      color: #7bb20f; }
    .line-list__link:hover .line-list__text {
      color: #7bb20f; }

.places__place {
  display: flex;
  text-decoration: none;
  color: #4d4d4d;
  align-items: center;
  border-bottom: #eaeaea 1px solid;
  margin-bottom: 5px; }
  .places__place:hover {
    color: #b90dd3;
    text-decoration: none; }
    .places__place:hover .places__ico svg {
      fill: #b90dd3; }

.places__place.jedzenie, .places__place.jedzenie:hover {
  color: #7bb20f; }

.places__place.jedzenie .places__ico svg, .places__place.jedzenie:hover .places__ico svg {
  fill: #7bb20f; }

.places__name {
  line-height: 20px;
  padding: 15px 0;
  font-size: 16px;
  font-weight: 900; }

.places__ico {
  flex: 0 0 60px;
  text-align: center;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .places__ico svg {
    vertical-align: bottom;
    fill: #a6a6a6; }

@media (max-width: 767px) {
  .places {
    margin-bottom: 30px; } }

.newses .col-xl-6:nth-of-type(2n + 1) {
  border-right: 1px solid #eaeaea; }

.newses__news {
  margin-bottom: 30px;
  color: #000;
  text-decoration: none;
  display: flex;
  border-bottom: 1px solid #eaeaea;
  flex-direction: column; }
  .newses__news .newses__image {
    overflow: hidden;
    height: 200px; }
  .newses__news:hover {
    color: #f7b90c;
    text-decoration: none; }
    .newses__news:hover .newses__image {
      opacity: 0.75; }
    .newses__news:hover .newses__title, .newses__news:hover .newses__place, .newses__news:hover .newses__date, .newses__news:hover .newses__address {
      color: #f7b90c; }

.newses__title {
  font-size: 15px;
  margin: 0 0 3px;
  line-height: 17px;
  font-weight: 700; }

.newses__place {
  font-size: 15px;
  line-height: 17px;
  font-weight: 700;
  margin-bottom: 3px;
  color: #000; }

.newses__img {
  width: 100%; }

.newses__date {
  font-weight: 700;
  font-size: 13px;
  margin: 0 0 3px;
  color: #686868; }

.newses__image {
  margin-bottom: 17px; }

@media (max-width: 1199px) {
  .events .col-xl-6:nth-of-type(2n + 1) {
    border-right: none; }
  .newses__news {
    pointer-events: none;
    display: flex;
    flex-direction: row; }
  .newses__description {
    padding-left: 15px;
    flex: 1 1 245px; }
  .newses__image {
    flex: 0 3 305px;
    max-height: 190px; }
  .newses__event {
    display: flex;
    flex-direction: row; }
  .newses__title {
    font-size: 22px;
    line-height: 1;
    font-weight: 700;
    margin-top: 0; }
  .newses__more {
    margin-top: 20px;
    pointer-events: initial; } }

@media (max-width: 767px) {
  .newses__news {
    flex-direction: column;
    pointer-events: initial; }
  .newses__event {
    flex-direction: column; }
  .newses__description {
    padding-left: 0;
    flex: auto; }
  .newses__title {
    line-height: 17px;
    font-size: 15px; }
  .newses__image {
    flex: inherit;
    margin-bottom: 7px;
    max-height: none; } }

.block-link {
  display: flex;
  height: 214px;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
  text-align: center;
  flex-direction: column;
  margin-bottom: 30px;
  background-size: cover; }
  .block-link:not(.block-link--container):hover {
    opacity: 0.75;
    color: #000;
    text-decoration: none; }

.block-link--container {
  cursor: default; }

.block-link__small-link {
  font-size: 14px;
  margin-right: 10px;
  color: #fff;
  text-decoration: none; }
  .block-link__small-link:last-child {
    margin-right: 0; }
  .block-link__small-link:hover {
    opacity: 0.75;
    color: #000;
    text-decoration: none; }

.block-link__small-link-wr {
  max-width: 100%; }

@media (max-width: 767px) {
  .block-link {
    height: 180px;
    font-size: 18px; }
  .block-link__small-link {
    font-size: 14px; } }

@media (max-width: 545px) {
  .block-link {
    height: 96px;
    font-size: 12px;
    margin-bottom: 20px; }
  .block-link__small-link {
    font-size: 10px; }
  .wr-block-link {
    padding: 0 10px; } }

.footer {
  display: flex;
  justify-content: space-between;
  color: #303030;
  line-height: 28px;
  padding: 17px 0;
  font-size: 12px;
  text-transform: uppercase;
  flex-wrap: wrap; }

.wr-footer {
  margin-top: 30px;
  border-top: 1px solid #e0e0e0; }

.footer__element {
  white-space: nowrap;
  flex: 1 0 auto;
  text-align: center; }
  .footer__element:last-child {
    order: -1;
    width: 100%;
    margin-bottom: 10px; }

.footer-menu {
  padding: 0;
  margin: 0; }

.footer-menu__li {
  display: inline-block; }

.footer-menu__a {
  color: #7bb20f;
  font-weight: 700;
  margin-left: 20px;
  text-decoration: none; }
  .footer-menu__a:hover {
    text-decoration: none;
    color: #7bb20f;
    text-decoration: underline; }

.footer__link {
  color: #303030;
  text-decoration: underline; }
  .footer__link:hover {
    color: #7bb20f; }

@media (max-width: 1199px) {
  .footer__element:last-child {
    order: -1;
    width: 100%;
    margin-bottom: 10px; } }

@media (max-width: 767px) {
  .footer__element {
    max-width: 100%;
    line-height: 16px;
    white-space: normal;
    padding: 6px 0; } }

.pagination {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  margin: 10px 0 30px; }

.pagination__btn {
  width: auto;
  padding: 0 30px;
  font-size: 14px; }
  .pagination__btn:focus {
    outline: none; }

.pagination__page {
  display: inline-block;
  width: 36px; }

.pagination__page--active {
  color: #000;
  pointer-events: none;
  border: 2px #000 solid; }

@media (max-width: 767px) {
  .pagination {
    flex-direction: column; }
  .pagination__pages {
    text-align: center;
    margin: 10px 0; } }

.form {
  margin: 20px 0; }

.form__label {
  font-size: 16px;
  color: #000;
  display: block;
  width: 100%;
  text-align: right;
  padding-right: 17px;
  margin-top: 4px; }

.form__input {
  display: block;
  border: 1px solid #cccccc;
  border-radius: 5px;
  line-height: 38px;
  min-height: 38px;
  width: 100%;
  font-size: 16px;
  padding: 0 10px;
  background: #fff; }
  .form__input:hover {
    border-color: #808080; }
  .form__input:focus {
    border-color: #7bb20f;
    outline: none; }

.form__input--textarea {
  max-width: 100%;
  line-height: 22px;
  padding-top: 8px;
  padding-left: 8px; }

.form__input--file {
  font-size: 72px;
  text-align: center;
  line-height: 122px;
  height: 122px;
  cursor: pointer; }
  .form__input--file:hover {
    color: #7bb20f; }

.form__input--select {
  height: 38px;
  background: url(../img/ico-arrow-down.png) center right 10px no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ''; }
  .form__input--select::-ms-expand {
    display: none; }

.form__input-info {
  display: block; }

.form__checkbox {
  display: none; }
  .form__checkbox:checked + .form__checkbox-label:after {
    content: "";
    display: block;
    height: 16px;
    width: 16px;
    margin: 10px;
    background: #7bb20f; }

.form__checkbox-label {
  height: 38px;
  width: 38px;
  border: 1px solid #cccccc;
  display: block;
  background: #fff; }

.form__row {
  display: flex; }

.form__col {
  flex: 0 0 50%;
  max-width: 50%; }
  .form__col:first-child {
    padding-right: 10px; }
  .form__col:last-child {
    padding-left: 10px; }

.form__input-info {
  font-size: 12px; }

.form__field {
  display: flex;
  margin-bottom: 20px; }

.form__label-col {
  flex: 1 0 170px; }

.form__input-col {
  flex: 1 1 100%; }

.form__input--date {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  background: url("../img/ico-calendar.svg") center right 7px no-repeat, #fff;
  cursor: pointer;
  padding-right: 42px;
  height: 38px; }

.form__captcha {
  display: flex;
  align-items: center;
  justify-content: center; }

.form__captcha .g-recaptcha {
  margin: 10px auto 30px auto; }

@media (max-width: 767px) {
  .form__row {
    display: block; }
  .form__col {
    max-width: 100%;
    width: 100%; }
    .form__col:first-child {
      padding-right: 0; }
    .form__col:last-child {
      padding-left: 0; }
  .form__field {
    display: block; }
  .form__label-col {
    display: block; }
  .form__label {
    text-align: left; } }

.ui-datepicker {
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff; }
  .ui-datepicker:empty {
    display: none; }

.ui-datepicker-header {
  text-align: center; }

.ui-datepicker-title {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 2px solid #eaeaea; }

.ui-datepicker-prev {
  margin-right: 25%;
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  color: #000;
  font-weight: 700; }
  .ui-datepicker-prev:hover {
    color: #7bb20f;
    text-decoration: none; }

.ui-datepicker-next {
  text-transform: uppercase;
  font-size: 14px;
  cursor: pointer;
  color: #000;
  font-weight: 700;
  margin-left: 25%; }
  .ui-datepicker-next:hover {
    color: #7bb20f;
    text-decoration: none; }

.ui-state-default {
  color: #686868;
  display: inline-block;
  height: 24px;
  width: 24px;
  text-align: center;
  border-radius: 3px;
  border: 1px solid transparent; }
  .ui-state-default:hover {
    background: #f7f7f7;
    text-decoration: none;
    color: #000;
    border-color: #ccc; }

.ui-state-highlight {
  text-decoration: none;
  color: #7bb20f;
  border-color: #7bb20f;
  font-weight: 900; }

.ui-datepicker-calendar th {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase; }

.weather {
  display: flex;
  justify-content: space-between;
  margin: 25px 0;
  flex-wrap: wrap; }

.weather__day {
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  text-align: center; }

.weather__ico {
  text-align: center; }
  .weather__ico svg {
    fill: #7bb20f; }

.weather__day-temp {
  font-size: 54px;
  line-height: 50px; }

.weather__wind {
  font-size: 18px; }

.weather__night-temp {
  font-size: 18px; }

.weather__pressure {
  font-size: 18px; }

.weather__wind-ico {
  height: 15px;
  position: relative;
  top: -3px;
  margin-right: 7px; }

.weather__col {
  flex: 1 1 33%;
  padding: 0 10px; }

.weather__source {
  font-size: 11px;
  color: #999;
  text-align: center;
  display: block;
  flex: 1 1 100%;
  padding-top: 6px; }

.event__title {
  font-size: 36px;
  font-weight: 700; }

.event__header {
  background: #f8f8f8;
  display: flex; }

.event__header-col {
  flex: 0 0 50%; }

.event__description {
  margin-top: 30px;
  text-align: justify; }

.event__place {
  font-size: 18px;
  font-weight: 700;
  line-height: 20px; }

.event__address {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 15px; }

.event__info {
  padding: 20px; }

.event__parameter {
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 20px;
  padding: 0; }
  .event__parameter:last-child {
    border-bottom: 0; }

.event_parameter-label {
  padding: 5px 10px 5px 0; }

.event_parameter-value {
  padding: 5px 0;
  max-width: 223px;
  overflow: hidden;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  hyphens: auto; }

.event__footer {
  text-align: right;
  margin-top: 70px;
  margin-bottom: 40px; }

.event__image-img {
  width: 100%; }

.event__gallery {
  background: #f8f8f8;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 5px; }

.event__gallery-img {
  background-position: center;
  background-size: cover;
  position: relative;
  width: 50%;
  overflow: hidden;
  margin: 5px;
  max-height: 128px;
  max-width: 162px; }
  .event__gallery-img:before {
    content: "";
    display: block;
    padding-top: 100%; }

.Flexible-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden; }

.Flexible-container iframe,
.Flexible-container object,
.Flexible-container embed {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 900px;
  width: 100%;
  height: 100%; }

@media (max-width: 767px) {
  .event__header {
    flex-direction: column;
    display: block; }
  .event__footer {
    margin-top: 40px;
    margin-bottom: 20px; }
  .event__gallery-img {
    margin: 0; }
  .event__gallery {
    padding: 0; } }

.calendar {
  margin: 10px 0; }
  .calendar .ui-datepicker {
    border: none;
    padding: 0; }
  .calendar .ui-datepicker-calendar {
    width: 100%; }
    .calendar .ui-datepicker-calendar td {
      text-align: center;
      padding: 7px 0; }
    .calendar .ui-datepicker-calendar th {
      font-size: 15px;
      color: #616161;
      text-transform: lowercase; }
      .calendar .ui-datepicker-calendar th:after {
        content: "."; }
    .calendar .ui-datepicker-calendar thead tr {
      border-top: 1px solid #eaeaea;
      border-bottom: 1px solid #eaeaea; }
  .calendar .ui-state-default {
    font-size: 15px;
    color: #616161;
    text-align: center;
    border-radius: 50%;
    line-height: 26px;
    height: 26px;
    width: 26px; }
  .calendar .ui-state-highlight {
    background: #7bb20f;
    border: none;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    line-height: 26px; }
  .calendar .ui-datepicker-header {
    display: flex;
    justify-content: space-between; }
  .calendar .ui-datepicker-next {
    order: 3;
    height: 29px;
    width: 29px;
    border: 1px solid #ebebeb;
    line-height: 29px;
    border-radius: 50%;
    flex: 0 0 29px;
    margin: 0 0 0 10px;
    color: #7bb20f;
    background: url("../img/ico-arrow-left.png") center no-repeat;
    transform: rotate(180deg); }
  .calendar .ui-datepicker-prev {
    order: 2;
    margin: 0;
    height: 29px;
    width: 29px;
    border: 1px solid #ebebeb;
    line-height: 29px;
    border-radius: 50%;
    flex: 0 0 29px;
    color: #7bb20f;
    background: url("../img/ico-arrow-left.png") center no-repeat; }
  .calendar .ui-datepicker-title {
    order: 1;
    font-size: 18px;
    color: #7bb20f;
    font-weight: 700;
    border: none;
    flex: 1 1 100%;
    text-align: left; }
  .calendar .calendar__selected-day {
    background: rgba(123, 178, 15, 0.5);
    border: none;
    border-radius: 50%;
    color: #fff;
    font-weight: 500;
    line-height: 26px; }

#cookieinfo {
  text-align: center;
  padding: 8px;
  background: #eee;
  font-size: 11px;
  overflow-x: hidden;
  overflow-y: hidden;
  z-index: 9999;
  bottom: 0;
  position: fixed;
  width: 100%;
  color: #333333; }
  #cookieinfo a {
    color: #333333;
    text-decoration: underline; }
  #cookieinfo .cookieinfo_close {
    color: #fff;
    background-color: #7bb20f;
    padding: 4px 6px;
    margin: 0 5px;
    text-decoration: none; }
    #cookieinfo .cookieinfo_close:hover {
      background: rgba(123, 178, 15, 0.5); }

#JPO {
  position: relative; }

.JPO_close {
  position: absolute;
  top: 10px;
  right: 10px; }
