@charset "UTF-8";
@import url(../fonts/stylesheet.css);
/* font family */
/* Colors */
/* padding */
body {
  font-size: 16px;
  font-family: "IBM Plex Sans";
  font-weight: 300; }

.vp-player-layout {
  height: 100% !important;
  top: unset; }

.mailerlite-form .mailerlite-form-field label {
  display: none; }

.title {
  position: relative;
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 3rem; }
  .title::first-letter {
    font-size: 6.1875rem;
    font-weight: 300; }
  .title--closer::first-letter {
    letter-spacing: -0.1em; }

.subtitle {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 1.5rem; }
  .subtitle--absolute {
    position: absolute;
    left: 83px;
    top: 15px; }

.date-modified {
  display: inline; }
  .date-modified:first-of-type {
    margin-right: 10px; }
  .date-modified--block {
    display: inline-block;
    margin-right: 5px; }

body h1 {
  font-family: "IBM Plex Serif";
  color: #ffffff;
  font-weight: 500;
  font-size: 3.75rem;
  z-index: 2;
  position: relative; }

@media only screen and (max-width: 1023px) {
  .title {
    font-size: 2.25rem; }
  .title::first-letter {
    font-size: 5.5rem; }
  .subtitle {
    font-size: 1.25rem; }
  .subtitle--absolute {
    left: 75px;
    top: 20px; }
  body h1 {
    font-size: 3.4rem; } }

@media only screen and (max-width: 768px) {
  body h1 {
    font-size: 3rem; } }

@media only screen and (max-width: 568px) {
  body h1 {
    font-size: 2.5rem; } }

@media only screen and (max-width: 480px) {
  .title {
    font-size: 2rem; }
  .title::first-letter {
    font-size: 5rem; }
  .subtitle {
    font-size: 1.125rem; }
  body h1 {
    font-size: 2.25rem; } }

.wrapper {
  max-width: 1600px;
  width: 100%;
  margin: 0 auto; }

@media only screen and (max-width: 1650px) {
  .wrapper {
    padding: 0 15px; } }

@media only screen and (max-width: 480px) {
  .wrapper {
    padding: 0; } }

.bold {
  font-weight: 500; }

/* layout */
.header {
  height: 140px;
  display: flex;
  padding: 0 95px;
  position: relative; }
  .header:hover {
    background-color: #333333;
    color: #ffffff; }
    .header:hover .header__block {
      border-bottom: solid 1px #404040; }
  .header .header__container {
    width: 100%; }
  .header .header__block {
    padding-top: 22px;
    padding-bottom: 19px;
    display: flex;
    border-bottom: solid 1px #E6E6E6;
    height: 62px; }
    .header .header__block > * {
      align-self: center; }
  .header .phone {
    margin-right: 30px;
    font-size: 0.75rem; }
  .header .phone:before {
    content: "\65";
    font-family: "biblioteka";
    vertical-align: sub;
    font-size: 1.125rem;
    margin-right: 3px;
    color: rgba(118, 167, 240, 0.5); }
  .header .address {
    margin-right: 30px;
    font-size: 0.75rem; }
  .header .address:before {
    content: "\62";
    font-family: "biblioteka";
    vertical-align: sub;
    font-size: 1.125rem;
    margin-right: 3px;
    color: rgba(118, 167, 240, 0.5); }
  .header .work-time {
    font-size: 0.75rem;
    padding-right: 17px;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    margin-top: 4px; }
  .header .work-time__container {
    display: inline-block; }
  .header .work-time:before {
    content: "\61";
    font-family: "biblioteka";
    vertical-align: sub;
    font-size: 1.125rem;
    margin-right: 3px;
    color: rgba(118, 167, 240, 0.5);
    position: absolute;
    left: 0;
    top: -4px; }
  .header .work-time:after {
    content: "\68";
    font-family: "biblioteka";
    font-size: 0.75rem;
    vertical-align: text-top;
    color: #76A7F0;
    position: absolute;
    right: 0;
    top: 0; }
  .header .work-time__block {
    display: none;
    width: 170px;
    background-color: #5077B1;
    color: #ffffff;
    line-height: 18px;
    letter-spacing: 0.03em;
    font-size: 0.875rem;
    font-weight: 300;
    padding: 15px;
    position: absolute;
    border-radius: 4px;
    right: -79px;
    top: 24px;
    z-index: 1; }
  .header .work-time__block:after {
    content: url("../img/mini-arrow.png");
    position: absolute;
    pointer-events: none;
    top: -14px;
    left: 50%;
    transform: translateX(-50%); }
  .header .work-time:hover .work-time__block {
    display: block; }
  .header .limited {
    margin: 0 19px; }
  .header .limited:hover:before {
    color: #ffffff; }
  .header .limited:before {
    content: "\63";
    font-family: "biblioteka";
    font-size: 1.125rem;
    color: rgba(118, 167, 240, 0.5); }
  .header .sitemap:hover:before {
    color: #ffffff; }
  .header .sitemap:before {
    content: "\64";
    font-family: "biblioteka";
    font-size: 1.125rem;
    color: rgba(118, 167, 240, 0.5); }

@media only screen and (max-width: 1650px) {
  .header {
    padding: 0 40px; } }

@media only screen and (max-width: 1300px) {
  .header {
    padding: 0 15px; }
    .header .phone {
      margin-right: 15px; }
    .header .address {
      margin-right: 15px; }
    .header .limited {
      margin-right: 15px; } }

@media only screen and (max-width: 1199px) {
  .header {
    height: 160px;
    padding-top: 10px;
    padding-bottom: 5px; }
  .open-menu .header {
    background-color: #333333;
    color: #ffffff; }
  .header .header__block {
    flex-wrap: wrap;
    padding-right: 125px;
    position: relative;
    border-bottom: none;
    padding-top: 10px;
    padding-bottom: 10px;
    height: 80px; }
    .header .header__block .address {
      margin-right: 60px; }
    .header .header__block .work-time {
      order: 1;
      z-index: 1; }
  .header:hover .header__block {
    border-bottom: none; } }

@media only screen and (max-width: 1023px) {
  .header {
    height: auto;
    flex-wrap: wrap;
    padding-bottom: 0; }
    .header .header__block {
      height: auto; }
      .header .header__block .work-time {
        order: unset; }
      .header .header__block .address {
        margin-right: 15px; } }

@media only screen and (max-width: 950px) {
  .header .header__block .work-time {
    order: 1;
    margin-top: 10px; }
  .header .header__block .address {
    margin-right: 100px; } }

@media only screen and (max-width: 800px) {
  .header {
    flex-wrap: wrap; } }

@media only screen and (max-width: 767px) {
  .header .header__block {
    padding-right: 60px; }
  .header .address {
    margin-right: 15px; }
  .header .limited {
    position: absolute;
    right: 20px;
    bottom: 9px; }
  .header .sitemap {
    position: absolute;
    right: 0;
    bottom: 9px; } }

@media only screen and (max-width: 567px) {
  .header .header__block .address {
    margin-right: 135px;
    margin-top: 10px; }
  .header .header__block .limited {
    margin-left: 0; } }

@media only screen and (max-width: 480px) {
  .header .header__block {
    padding-right: 0;
    padding-top: 30px; }
    .header .header__block .phone {
      margin-top: 10px; }
    .header .header__block .address {
      margin-right: 0; }
    .header .header__block .limited {
      left: 0;
      top: 12px;
      right: unset;
      bottom: unset; }
    .header .header__block .sitemap {
      left: 35px;
      top: 12px;
      right: unset;
      bottom: unset; }
    .header .header__block .work-time:hover .work-time__block {
      right: unset;
      left: 50%;
      transform: translateX(-50%); } }

@media only screen and (max-width: 400px) {
  .header .header__block .work-time {
    margin-top: 11px;
    line-height: 17px; }
  .header .header__block .work-time:after {
    display: none; } }

.banner {
  height: 400px;
  width: 100%;
  border-radius: 4px;
  position: relative;
  padding: 0;
  color: #ffffff;
  overflow: hidden; }
  .banner .banner__container-video {
    width: 200%;
    height: 200%;
    position: absolute;
    top: -50%;
    left: -50%; }
  .banner .background-video {
    min-height: 50%;
    min-width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; }
  .banner .banner__container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    padding-left: 135px;
    padding-top: 70px; }
  .banner .banner-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #5077B1;
    opacity: 0.7; }
    .banner .banner-overlay--event {
      background-color: #408B9C; }
  .banner--single-page {
    height: 220px;
    z-index: 0; }
  .banner .banner-carusel {
    height: 100%; }
  .banner .banner-text {
    width: 360px; }
  .banner .sub-text {
    font-weight: 500;
    font-family: "IBM Plex Serif";
    font-size: 1.5rem;
    line-height: 31px;
    position: relative; }
  .banner .title {
    position: relative; }
  .banner .title:before {
    content: url("/img/quote.png");
    position: absolute;
    left: -40px;
    top: -6px; }
  .banner .line {
    height: 3px;
    width: 70px;
    background-color: #76A7F0;
    display: block;
    margin-top: 12px;
    margin-bottom: 17px; }

.banner--single-page {
  padding: 0 95px 30px;
  border-radius: 4px;
  min-height: 190px;
  height: auto;
  background-image: url("/img/single-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .banner--single-page .banner-overlay {
    border-radius: 4px; }

@media only screen and (max-width: 1650px) {
  .banner--single-page {
    padding: 0 40px 30px; } }

@media only screen and (max-width: 1300px) {
  .banner--single-page {
    padding: 0 15px 30px; } }

@media only screen and (max-width: 1023px) {
  .banner .sub-text {
    font-size: 1.25rem; }
  .banner .title:before {
    top: 3px; } }

@media only screen and (max-width: 767px) {
  .banner {
    height: 350px; }
    .banner .banner__container {
      padding-top: 40px;
      padding-left: 100px; }
  .banner--single-page {
    min-height: 220px;
    height: auto; } }

@media only screen and (max-width: 480px) {
  .banner {
    height: 300px; }
    .banner .banner__container {
      padding-top: 17px;
      padding-left: 55px; }
    .banner .title:before {
      top: 5px; }
    .banner .breadcrumb-link {
      margin-right: 15px;
      font-size: 0.75rem; }
    .banner .breadcrumb-link:not(:first-of-type):before {
      left: -14px; }
    .banner .banner-text {
      width: auto; }
    .banner .sub-text {
      font-size: 1rem; }
  .banner--single-page {
    min-height: 220px; } }

.search-menu {
  padding: 0 95px;
  height: 140px;
  width: 100%;
  display: flex;
  border-radius: 4px;
  margin-top: -40px; }
  .search-menu .search {
    width: 780px;
    height: 100%;
    background-color: #76A7F0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 0 40px;
    z-index: 1;
    padding-bottom: 20px; }
  .search-menu .search-box {
    position: relative; }
  .search-menu .search-box input {
    width: 100%;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid #9FC1F4;
    padding-top: 25px;
    padding-bottom: 15px;
    font-size: 1.5rem;
    color: #ffffff;
    font-weight: 300;
    font-family: "IBM Plex Sans";
    padding-right: 48px;
    box-sizing: border-box; }
  .search-menu .search-box input::placeholder {
    color: #ffffff;
    opacity: 0.6; }
  .search-menu .search-button {
    position: absolute;
    right: 0;
    top: 60%;
    transform: translateY(-50%);
    height: 30px;
    width: 30px;
    cursor: pointer;
    background-color: transparent;
    border: none; }
  .search-menu .search-button:before {
    content: "\69";
    font-family: "biblioteka";
    font-size: 1.875rem;
    color: #ffffff;
    margin-left: -6px; }
  .search-menu .search-places {
    padding-top: 19px;
    position: relative;
    padding-left: 60px; }
    .search-menu .search-places > span {
      color: #ffffff;
      font-weight: 500;
      margin-right: 8px;
      position: absolute;
      left: 0;
      top: 19px; }
  .search-menu .checkbox__container {
    display: inline-block;
    position: relative;
    cursor: pointer;
    margin-bottom: 10px; }
  .search-menu .checkbox {
    visibility: hidden;
    position: absolute; }
  .search-menu .checkbox__container span {
    display: inline-block;
    margin-right: 7px;
    color: #ffffff;
    padding-left: 26px; }
  .search-menu .checkbox__container:last-of-type span {
    margin-right: unset; }
  .search-menu .checkbox__container span:before {
    content: "";
    position: absolute;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #6291D9;
    border-radius: 50%;
    top: -1px; }
  .search-menu span:after {
    content: "";
    position: absolute;
    display: none; }
  .search-menu input[type=radio]:checked + span:after {
    content: "";
    font-family: "biblioteka";
    position: absolute;
    left: 6px;
    top: 5px;
    display: block;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 2px 2px 1px rgba(0, 0, 0, 0.3); }
  .search-menu .search-menu__blocks {
    width: 210px;
    height: 100%;
    display: flex;
    position: relative;
    justify-content: center;
    text-align: left;
    padding: 0 70px 0 100px; }
    .search-menu .search-menu__blocks img {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
    .search-menu .search-menu__blocks span {
      display: block;
      align-self: center;
      font-size: 1.125rem;
      color: #ffffff;
      font-weight: 400;
      line-height: 1.35;
      word-spacing: 1000px; }
  .search-menu .search-menu__blocks img:last-of-type {
    display: none; }
  .search-menu .search-menu__blocks:hover img:first-of-type {
    display: none; }
  .search-menu .search-menu__blocks:hover img:last-of-type {
    display: block; }
  .search-menu .search-menu__blocks:hover:last-of-type img:last-of-type {
    top: calc(50% - 3px); }
  .search-menu .search-menu__blocks:nth-child(2) {
    background-color: #6595DF; }
  .search-menu .search-menu__blocks:nth-child(3) {
    background-color: #5986C9; }
  .search-menu .search-menu__blocks:nth-child(4) {
    background-color: #5077B1;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }

@media only screen and (max-width: 1650px) {
  .search-menu {
    padding: 0 40px; }
    .search-menu .search {
      flex-basis: 55%; }
    .search-menu .search-menu__blocks {
      flex-basis: 15%; } }

@media only screen and (max-width: 1500px) {
  .search-menu {
    flex-wrap: wrap; }
    .search-menu .search {
      flex-basis: 100%;
      border-radius: 4px 4px 0 0; }
    .search-menu .search-menu__blocks {
      flex-basis: 33.33%;
      height: 75%; }
    .search-menu .search-menu__blocks:first-of-type {
      border-bottom-left-radius: 4px; }
    .search-menu .search-menu__blocks:last-of-type {
      border-top-right-radius: 0; } }

@media only screen and (max-width: 1300px) {
  .search-menu {
    padding: 0 20px; } }

@media only screen and (max-width: 1023px) {
  .search-menu .search-box input {
    font-size: 1.25rem; } }

@media only screen and (max-width: 767px) {
  .search-menu {
    height: auto; }
    .search-menu .search-menu__blocks {
      flex-basis: 100%;
      height: 100px; }
    .search-menu .search-menu__blocks:first-of-type {
      border-radius: unset; }
    .search-menu .search-menu__blocks:last-of-type {
      border-bottom-left-radius: 4px; }
    .search-menu .search-box input {
      font-size: 1rem; } }

@media only screen and (max-width: 567px) {
  .search-menu .search {
    padding-left: 15px;
    padding-right: 15px; }
  .search-menu .search-places {
    padding-top: 45px;
    padding-left: 0; }
  .search-menu .search-box input {
    font-size: 0.875rem; }
  .search-menu .checkbox__container span {
    font-size: 0.875rem; } }

@media only screen and (max-width: 480px) {
  .search-menu .search-menu__blocks {
    min-height: 100px;
    padding-left: 60px;
    justify-content: unset; }
  .search-menu .search-menu__blocks span {
    font-size: 1rem;
    word-spacing: unset; }
  .search-menu .checkbox__container span:before {
    top: 2px; }
  .search-menu input[type=radio]:checked + span:after {
    top: 8px; } }

.events {
  padding: 0 95px;
  margin-top: 63px; }
  .events .events__container {
    display: flex;
    margin-top: 47px; }
  .events .events__block {
    display: flex;
    width: 770px;
    flex-wrap: wrap; }
  .events .event-text {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    z-index: 2;
    transition: all 0.5s; }
  .events .event-date {
    font-size: 1.875rem;
    font-weight: 300;
    color: #ffffff;
    margin-top: 5px; }
  .events .event-month {
    font-size: 0.875rem;
    font-weight: 400;
    color: #ffffff;
    text-transform: capitalize; }
  .events .event-paragraph {
    font-size: 1.25rem;
    font-weight: 400;
    font-family: "IBM Plex Serif";
    color: #ffffff;
    line-height: 1.3;
    max-height: 50px;
    overflow: hidden; }
  .events .event-adress {
    font-size: 0.875rem;
    font-weight: 400;
    color: #ffffff;
    overflow: hidden;
    max-height: 0;
    transition: all 0.5s; }
  .events .event-adress:before {
    content: "\62";
    font-family: "biblioteka";
    font-size: 1.125rem;
    margin-right: 5px;
    color: #76A7F0;
    vertical-align: sub; }
  .events .event__block-single {
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 21px 33px 21px;
    display: flex;
    position: relative;
    transition: all 0.5s; }
  .events .event__background-image {
    background-image: url("/img/test.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 105%;
    height: 105%;
    left: -2.5%;
    top: -2.5%;
    transform: scale(0.95);
    transition: all 0.5s;
    border-radius: 4px; }
  .events .event__block-single:hover .event__background-image {
    transform: scale(1);
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    filter: blur(3px); }
  .events .event__block-single:hover .gradient-overlay {
    width: 105%;
    height: 105%;
    left: -2.5%;
    top: -2.5%;
    opacity: 0.6; }
  .events .event__block-single:hover .event-adress {
    max-height: 50px;
    margin-top: 11px; }
  .events .event__block-single:hover .filter__container {
    top: -15px; }
  .events .event__block-single:nth-child(1) {
    height: 300px;
    max-width: 500px;
    margin-right: 10px;
    margin-bottom: 15px; }
    .events .event__block-single:nth-child(1) p {
      width: 300px; }
  .events .event__block-single:nth-child(2) {
    height: 300px;
    max-width: 240px;
    margin-left: 10px; }
  .events .event__block-single:nth-child(3) {
    height: 240px;
    max-width: 240px;
    margin-right: 10px; }
  .events .event__block-single:nth-child(4) {
    height: 240px;
    max-width: 240px;
    margin: 0 10px; }
  .events .event__block-single:nth-child(5) {
    height: 240px;
    max-width: 240px;
    margin-left: 10px; }
  .events .exhibition__container {
    margin-left: 10px;
    margin-right: 10px; }
    .events .exhibition__container img {
      width: 240px;
      height: 460px;
      border-radius: 4px; }
  .events .exhibition__container > .title {
    margin-top: -17px;
    display: block;
    margin-bottom: 17px; }
  .events .exhibition__container .title--capital {
    margin-right: -20px; }
  .events .exhibition-image {
    width: 240px;
    height: 457px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 0 21px 33px 21px; }
  .events .exhibition__background-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: url("/img/exhebition.png");
    border-radius: 4px;
    background-color: #ffffff;
    transition: all 0.5s;
    position: absolute;
    left: -2.5%;
    top: -2.5%;
    width: 105%;
    height: 105%;
    transform: scale(0.95); }
  .events .exhibition-image:hover .exhibition__background-image {
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.3);
    transform: scale(1); }
  .events .exhibition-image:hover .gradient-overlay {
    left: -2.5%;
    top: -2.5%;
    width: 105%;
    height: 105%; }
  .events .exhibition-image .exhibition-text {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    z-index: 2; }
  .events .exhibition-text .line {
    margin-bottom: 15px; }

@media only screen and (max-width: 1650px) {
  .events {
    padding: 0 40px; } }

@media only screen and (max-width: 1500px) {
  .events {
    margin-top: 125px; }
    .events .events__block {
      max-width: 500px;
      width: 100%;
      margin-right: 10px; }
    .events .event__block-single:nth-child(1) {
      margin-right: 0; }
    .events .event__block-single:nth-child(2) {
      height: 240px;
      margin-left: 0;
      margin-right: 10px;
      margin-bottom: 15px; }
    .events .event__block-single:nth-child(3) {
      margin-left: 10px;
      margin-right: 0;
      margin-bottom: 15px; }
    .events .event__block-single:nth-child(4) {
      margin-left: 0;
      margin-right: 10px; }
    .events .event__block-single:nth-child(5) {
      margin-left: 10px;
      margin-right: 0; }
    .events .exhibition__container {
      width: 500px;
      margin-right: 20px; }
    .events .exhibition-image {
      width: auto;
      height: calc(100% - 99px); }
    .events .exhibition__block-background {
      border-radius: 4px; } }

@media only screen and (max-width: 1300px) {
  .events {
    padding: 0 15px; } }

@media only screen and (max-width: 1199px) {
  .events .events__container {
    flex-wrap: wrap; }
  .events .events__block {
    flex-basis: 100%;
    max-width: unset;
    margin-right: 0; }
  .events .event__block-single:nth-child(1) {
    max-width: unset;
    flex-basis: 65.8%; }
  .events .event__block-single:nth-child(2) {
    max-width: unset;
    flex-basis: calc(34% - 20px);
    margin-left: 21px;
    margin-right: 0;
    height: 300px; }
  .events .event__block-single:nth-child(3) {
    max-width: unset;
    flex-basis: calc(33.3% - 14px);
    margin-left: 0;
    margin-right: 20px; }
  .events .event__block-single:nth-child(4) {
    max-width: unset;
    flex-basis: calc(33.3% - 14px);
    margin-right: 21px; }
  .events .event__block-single:nth-child(5) {
    max-width: unset;
    flex-basis: calc(33.3% - 13px);
    margin-left: 0; }
  .events .exhibition__container {
    width: calc(66.6% - 8px);
    margin-left: 0;
    margin-right: 21px; } }

@media only screen and (max-width: 1023px) {
  .events .exhibition__container {
    width: calc(50% - 10px);
    margin-right: 20px;
    margin-top: 25px; }
  .events .events__block {
    margin-bottom: 20px; }
  .events .exhibition-image {
    height: calc(100% - 88px); } }

@media only screen and (max-width: 767px) {
  .events {
    margin-top: 25px; }
    .events .event__block-single:nth-child(1) {
      flex-basis: 100%; }
      .events .event__block-single:nth-child(1) p {
        width: auto; }
    .events .event__block-single:nth-child(2) {
      max-width: unset;
      flex-basis: calc(50% - 10px);
      margin-left: 0;
      margin-right: 10px;
      height: 240px; }
    .events .event__block-single:nth-child(3) {
      max-width: unset;
      flex-basis: calc(50% - 10px);
      margin-left: 10px;
      margin-right: 0; }
    .events .event__block-single:nth-child(4) {
      max-width: unset;
      flex-basis: calc(50% - 10px);
      margin-left: 0;
      margin-right: 10px; }
    .events .event__block-single:nth-child(5) {
      max-width: unset;
      flex-basis: calc(50% - 10px);
      margin-left: 10px;
      margin-right: 0; }
    .events .exhibition__container {
      width: 100%;
      margin-right: 0; }
    .events .exhibition-image {
      height: 460px; } }

@media only screen and (max-width: 567px) {
  .events .event__block-single:nth-child(1) {
    height: 240px; }
  .events .event__block-single:nth-child(2) {
    max-width: unset;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    height: 240px; }
  .events .event__block-single:nth-child(3) {
    max-width: unset;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0; }
  .events .event__block-single:nth-child(4) {
    max-width: unset;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0; }
  .events .event__block-single:nth-child(5) {
    max-width: unset;
    flex-basis: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 20px; } }

.news {
  height: auto;
  width: 100%;
  margin-top: 118px;
  padding: 0 95px;
  display: flex;
  padding-top: 50px;
  padding-bottom: 120px;
  border-radius: 4px; }
  .news__container {
    margin-right: 53px;
    width: 100%; }
  .news-title__block {
    margin-bottom: 37px; }
  .news__block {
    margin-left: -10px;
    display: flex; }
  .news-single__block {
    width: 240px;
    border-radius: 4px;
    margin: 10px;
    background-color: #ffffff; }
  .news-single__block:hover {
    margin: 0;
    width: 260px;
    height: auto;
    border-radius: 4px;
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.3); }
    .news-single__block:hover .news-single__image {
      height: 140px; }
    .news-single__block:hover .news-paragraph {
      display: block; }
  .news-single__image {
    height: 240px;
    position: relative;
    background-image: url("/img/news1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: flex-end; }
  .news-single__image:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.52)); }
  .news-month {
    font-weight: 500;
    font-size: 0.875rem;
    color: #ffffff;
    z-index: 1; }
  .news-day {
    font-weight: 300;
    font-size: 1.875rem;
    color: #ffffff;
    margin-top: 2px;
    z-index: 1; }
  .news-single__text {
    overflow: hidden;
    background-color: #ffffff;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px 20px; }
  .news-title {
    max-height: 50px;
    overflow: hidden;
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.3;
    font-family: "IBM Plex Serif"; }
  .news-paragraph {
    display: none;
    margin-top: 10px; }

@media only screen and (max-width: 1650px) {
  .news {
    padding: 0 40px;
    padding-top: 50px;
    padding-bottom: 120px;
    position: relative; }
    .news .news__container {
      width: calc(100% - 365px);
      margin-right: 0; }
    .news .gallery__container {
      right: 40px;
      position: absolute; } }

@media only screen and (max-width: 1540px) {
  .news .news__block {
    flex-wrap: wrap; }
  .news .news-single__block:hover:last-of-type {
    margin-bottom: 20px; } }

@media only screen and (max-width: 1300px) {
  .news {
    padding: 0 20px;
    padding-top: 50px;
    padding-bottom: 120px; }
    .news .gallery__container {
      right: 20px; } }

@media only screen and (max-width: 1199px) {
  .news {
    flex-wrap: wrap;
    margin-top: 60px;
    padding-bottom: 60px; }
    .news .news__container {
      width: 100%; }
    .news .gallery__container {
      position: unset;
      margin-top: 20px; }
    .news .news-single__block:hover:last-of-type {
      margin-bottom: 0; } }

@media only screen and (max-width: 1116px) {
  .news .news-single__block:hover:last-of-type {
    margin-bottom: 20px; } }

@media only screen and (max-width: 860px) {
  .news .news-single__block {
    width: calc(50% - 20px); }
  .news .news-single__block:hover {
    width: 50%; }
  .news .news-single__block:hover:last-of-type {
    margin-bottom: 0; }
  .news .gallery__container {
    margin: 40px auto 0; } }

@media only screen and (max-width: 480px) {
  .news .news-single__block {
    width: calc(100% - 20px); }
  .news .news-single__block:hover {
    width: 100%; }
  .news .news-single__block:hover {
    margin-bottom: 20px; }
  .news .news-single__block:hover:last-of-type {
    margin-bottom: 20px; }
  .news .gallery__container .gallery-photo a {
    right: 210px;
    bottom: -31px; }
  .news .gallery__container .gallery-photo img {
    height: 160px; }
  .news .gallery__container .gallery-video a {
    top: -32px;
    right: 183px; }
  .news .gallery__container .gallery-video img {
    height: 150px; }
  .news .gallery__container .gallery-title {
    font-size: 1.25rem; } }

.info {
  margin-top: 100px;
  display: flex;
  padding: 0 95px;
  min-height: 400px;
  position: relative; }
  .info .title {
    text-transform: capitalize; }
  .info .subtitle--absolute {
    text-transform: lowercase; }
  .info .info__block {
    z-index: 1; }
  .info .info__block:first-of-type {
    margin-right: 430px;
    width: 246px; }
    .info .info__block:first-of-type .title--capital {
      margin-right: -13px; }
  .info .info__block:nth-child(2) {
    margin-right: 105px;
    width: 330px; }
    .info .info__block:nth-child(2) .subtitle--absolute {
      left: 60px; }
  .info .info__block:nth-child(3) {
    width: 320px; }
    .info .info__block:nth-child(3) .subtitle--absolute {
      left: 77px; }
    .info .info__block:nth-child(3) .info-text {
      padding-left: 90px; }
  .info .map-icon {
    position: absolute;
    left: 0;
    width: 70px;
    height: 61px;
    background-position: center;
    background-repeat: no-repeat; }
  .info .info-text {
    font-size: 1.125rem;
    line-height: 1.6;
    margin-top: 21px;
    color: #555555;
    position: relative; }
  .info .info-text p {
    margin-bottom: 5px; }
  .info .info-more {
    font-weight: 500;
    font-size: 1.125rem;
    color: #000000;
    margin-top: 25px;
    display: inline-block;
    position: relative; }
  .info .info-more:after {
    content: "\6d";
    font-family: "biblioteka";
    font-size: 1.5rem;
    position: absolute;
    right: -33px;
    top: -2px;
    color: #EF4459; }
  .info .info-more:hover {
    color: #EF4459; }
  .info .info-picture {
    position: absolute;
    left: -8px;
    bottom: 0;
    max-width: 100%;
    overflow: hidden; }
  .info .info-picture:nth-child(2) {
    width: auto; }
  .info .info-picture:nth-child(2) img {
    height: auto; }
  .info .info-picture:last-of-type {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background-position: bottom;
    background-repeat: no-repeat; }

@media only screen and (max-width: 1650px) {
  .info {
    padding: 0 40px; }
    .info .info__block:nth-child(1) {
      margin-right: auto; }
    .info .info__block:nth-child(2) {
      margin-right: 45px; }
    .info .info-picture:nth-last-child(2) {
      width: auto;
      top: unset;
      left: 40px;
      bottom: 0; }
      .info .info-picture:nth-last-child(2) img {
        height: 500px; } }

@media only screen and (max-width: 1550px) {
  .info .info-picture:nth-last-child(2) img {
    height: 450px; } }

@media only screen and (max-width: 1450px) {
  .info .info-picture:nth-last-child(2) img {
    height: 425px; } }

@media only screen and (max-width: 1400px) {
  .info .info-picture:nth-last-child(2) img {
    height: 375px; } }

@media only screen and (max-width: 1350px) {
  .info .info-picture:nth-last-child(2) {
    left: 65px; }
    .info .info-picture:nth-last-child(2) img {
      height: 325px; } }

@media only screen and (max-width: 1300px) {
  .info {
    padding: 0 20px; }
    .info .info-picture:nth-last-child(2) {
      display: none; } }

@media only screen and (max-width: 1199px) {
  .info {
    margin-top: 50px; }
    .info .info__block:nth-child(2) {
      margin-right: auto; } }

@media only screen and (max-width: 1050px) {
  .info .info__block:not(:last-of-type) {
    margin-right: 25px; } }

@media only screen and (max-width: 1023px) {
  .info {
    flex-wrap: wrap;
    padding-bottom: 25px; }
    .info .info__block .title {
      font-size: 2.25rem; }
    .info .info__block .title--capital {
      font-size: 5.5rem; }
    .info .info__block .subtitle {
      font-size: 1.25rem; }
    .info .info__block .subtitle--absolute {
      left: 65px; }
    .info .info__block .info-text {
      font-size: 1rem; }
    .info .info__block:not(:last-of-type) {
      margin-bottom: 50px;
      margin-right: auto; }
    .info .info__block:nth-child(1) {
      width: 261px;
      padding-right: 15px; }
    .info .info__block:nth-child(2) {
      width: 345px;
      padding-right: 15px; } }

@media only screen and (max-width: 767px) {
  .info .info__block:nth-child(1) {
    width: 230px; }
  .info .info__block:nth-child(2) {
    width: 275px;
    padding-right: 0; } }

@media only screen and (max-width: 600px) {
  .info .info__block:first-of-type {
    width: 100%; }
  .info .info__block:nth-child(2) {
    width: 100%; }
  .info .info__block:nth-child(3) {
    width: 100%; }
    .info .info__block:nth-child(3) .info-text {
      min-height: 50px; }
  .info .info-picture:last-of-type {
    display: none; }
  .info .info__block .info-text {
    font-size: 1rem; } }

.sponsors {
  padding: 0 95px;
  min-height: 140px;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 -15px 20px -10px #f3f3f3;
  padding-top: 25px; }
  .sponsors a {
    margin: 10px 19px; }
  .sponsors a:first-of-type {
    margin-left: 0; }
  .sponsors a:last-of-type {
    margin-right: 0; }

@media only screen and (max-width: 1650px) {
  .sponsors {
    padding: 0 40px;
    padding-top: 25px; } }

@media only screen and (max-width: 1550px) {
  .sponsors a:first-of-type {
    margin-left: 19px; }
  .sponsors a:last-of-type {
    margin-right: 19px; } }

@media only screen and (max-width: 1300px) {
  .sponsors {
    padding: 0 20px;
    padding-top: 25px; } }

@media only screen and (max-width: 480px) {
  .sponsors a:first-of-type {
    margin-left: 10px; }
  .sponsors a:last-of-type {
    margin-right: 10px; }
  .sponsors a {
    margin: 10px; } }

@media only screen and (max-width: 400px) {
  .sponsors a:first-of-type {
    margin-left: 5px; }
  .sponsors a:last-of-type {
    margin-right: 5px; }
  .sponsors a {
    margin: 5px; } }

.contact {
  min-height: 200px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #333333;
  display: flex;
  padding: 0 95px; }
  .contact > * {
    align-self: center;
    display: inline-block; }
  .contact .contact-text {
    font-weight: 300;
    font-size: 0.75rem;
    line-height: 1.33;
    letter-spacing: 0.02em;
    color: #999999;
    width: 180px;
    margin-left: 49px;
    margin-top: 4px; }
  .contact .contact-text li:not(:last-of-type) {
    margin-bottom: 5px; }
  .contact .contact-text:last-of-type {
    margin-left: 27px; }
  .contact .faq {
    width: 200px;
    word-spacing: 200px;
    position: relative;
    color: #999999;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.3125;
    padding-left: 97px;
    margin-left: 80px;
    display: block; }
  .contact .faq-image {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    width: 55px;
    height: 48px;
    display: inline-block;
    left: 24px;
    position: absolute; }
  .contact .faq:hover {
    color: #ffffff; }
    .contact .faq:hover .faq-image {
      background-position: bottom; }

@media only screen and (max-width: 1650px) {
  .contact {
    padding: 0 40px; }
    .contact .faq {
      margin-left: 55px; } }

@media only screen and (max-width: 1500px) {
  .contact .logo-footer {
    width: 300px; }
    .contact .logo-footer img {
      width: 100%; }
  .contact .contact-text {
    margin-left: 25px; }
  .contact .contact-text:nth-child(3) {
    width: 150px; }
  .contact .faq {
    margin-left: auto;
    width: 180px; } }

@media only screen and (max-width: 1350px) {
  .contact {
    padding: 0 15px; }
    .contact .logo-footer {
      width: 250px; }
    .contact .contact-text {
      margin-left: 17px; }
    .contact .faq {
      padding-left: 65px; }
      .contact .faq .faq-image {
        left: 0; } }

@media only screen and (max-width: 1199px) {
  .contact {
    justify-content: center;
    flex-wrap: wrap; }
    .contact .logo-footer {
      width: 300px; }
    .contact .contact-text {
      margin-left: 50px; }
    .contact .faq {
      margin-left: 0; } }

@media only screen and (max-width: 1075px) {
  .contact .contact-text {
    width: 200px; }
  .contact .faq {
    margin-left: 50px;
    order: 2; } }

@media only screen and (max-width: 900px) {
  .contact {
    justify-content: center;
    padding-top: 25px;
    padding-bottom: 25px; }
    .contact .logo-footer {
      width: 100%;
      text-align: center; }
      .contact .logo-footer img {
        max-width: 300px; }
    .contact .contact-text {
      width: 50%;
      margin: 0;
      display: flex;
      justify-content: center; }
    .contact .contact-text:nth-child(2) {
      margin: 25px 0; }
    .contact .contact-text:nth-child(3) {
      width: 50%; } }

@media only screen and (max-width: 625px) {
  .contact .faq {
    margin-left: 0;
    margin-top: 25px; } }

@media only screen and (max-width: 480px) {
  .contact {
    justify-content: unset; }
    .contact .contact-text {
      width: 100%;
      display: block; }
    .contact .contact-text:nth-child(3) {
      width: 100%; } }

.single-page__content {
  padding: 60px 95px 180px;
  display: flex; }
  .single-page__content .site-map > a {
    font-family: "IBM Plex Sans";
    font-weight: 300;
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    color: #76a7f0;
    text-decoration: underline; }
  .single-page__content.single-page__content--sitemap .single-page__block ul {
    margin-top: 5px; }
  .single-page__content.single-page__content--sitemap .single-page__block ul li a {
    font-size: 1rem; }
  .single-page__content.single-page__content--sitemap .single-page__block ul li {
    padding-left: 20px; }
  .single-page__content.single-page__content--sitemap .single-page__block ul li:before {
    transform: unset;
    top: 13px; }
  .single-page__content.single-page__content--sitemap .single-page__block ul li:not(:first-of-type) {
    margin-top: 5px;
    margin-bottom: 5px; }
  .single-page__content .single-page__block .single-page__news {
    margin-top: 25px;
    margin-bottom: 6px; }
  .single-page__content .single-page__block .extra-menu li a {
    font-weight: 700;
    color: #555555;
    text-decoration: none; }
  .single-page__content .alignright {
    float: right;
    margin-left: 70px; }
  .single-page__content .alignleft {
    float: left;
    margin-right: 40px; }
  .single-page__content .side-image {
    max-width: 460px;
    max-height: 360px;
    float: right;
    margin-left: 30px;
    margin-bottom: 10px; }
  .single-page__content img {
    border-radius: 4px;
    display: block;
    margin-bottom: 10px; }
  .single-page__content .side-menu {
    display: flex;
    flex-direction: column; }
  .single-page__content .gallery-link__block img {
    width: 100px;
    height: 81px; }
  .single-page__content .gallery-link__block {
    max-width: 330px;
    margin-top: 61px; }
    .single-page__content .gallery-link__block a {
      display: block; }
    .single-page__content .gallery-link__block h3 {
      display: inline-block;
      margin-left: 30px;
      margin-bottom: 0;
      vertical-align: top;
      position: absolute; }
  .single-page__content .gallery-link__photo {
    position: relative; }
    .single-page__content .gallery-link__photo img:last-of-type {
      display: none; }
  .single-page__content .gallery-link__photo:hover img:first-of-type {
    display: none; }
  .single-page__content .gallery-link__photo:hover img:last-of-type {
    display: inline-block; }
  .single-page__content .gallery-link__video {
    position: relative; }
    .single-page__content .gallery-link__video h3 {
      top: -6px; }
    .single-page__content .gallery-link__video img:last-of-type {
      display: none; }
  .single-page__content .gallery-link__video:hover img:first-of-type {
    display: none; }
  .single-page__content .gallery-link__video:hover img:last-of-type {
    display: inline-block; }
  .single-page__content .line {
    max-width: 330px;
    width: 100%;
    margin-top: 27px;
    margin-bottom: 27px;
    background-color: #DDDDDD;
    height: 1px; }
  .single-page__content .single-page__block {
    padding-top: 20px;
    max-width: 1020px;
    width: 100%; }
  .single-page__content .single-page__gallery-photo {
    max-height: 175px; }
  .single-page__content p {
    font-size: 1.125rem;
    line-height: 28px;
    color: #555555;
    margin-top: 23px;
    margin-bottom: 16px; }
  .single-page__content .gallery {
    margin-top: 32px;
    text-align: center; }
    .single-page__content .gallery img {
      max-width: 100%;
      width: auto; }
  .single-page__content h2 {
    font-family: "IBM Plex Serif";
    font-weight: 500;
    font-size: 2.25rem;
    line-height: 47px;
    letter-spacing: 0.03em;
    color: #000000;
    padding-bottom: 15px;
    padding-top: 35px; }
  .single-page__content h3 {
    font-family: "IBM Plex Serif";
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 31px;
    color: #000000;
    padding-top: 13px;
    margin-bottom: -5px; }
  .single-page__content h4 {
    font-family: "IBM Plex Sans";
    font-weight: 500;
    font-size: 1rem;
    line-height: 21px;
    color: #000000;
    margin-top: 17px;
    margin-bottom: 5px; }
  .single-page__content > a {
    font-family: "IBM Plex Sans";
    font-weight: 300;
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    color: #76A7F0;
    text-decoration: underline; }
  .single-page__content p a {
    font-family: "IBM Plex Sans";
    font-weight: 300;
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    color: #76A7F0;
    text-decoration: underline; }
  .single-page__content h4 a {
    font-family: "IBM Plex Sans";
    font-weight: 300;
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    color: #76A7F0;
    text-decoration: underline; }
  .single-page__content .simple-content a {
    font-family: "IBM Plex Sans";
    font-weight: 300;
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    color: #76A7F0;
    text-decoration: underline; }
  .single-page__content .single-page__block li a {
    font-family: "IBM Plex Sans";
    font-weight: 300;
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    color: #76A7F0;
    text-decoration: underline; }
  .single-page__content .single-page__block ul {
    margin-top: 25px; }
  .single-page__content .single-page__block ul li {
    font-family: "IBM Plex Serif";
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #555555;
    position: relative;
    padding-left: 27px; }
  .single-page__content .single-page__block ul li:first-of-type {
    margin-bottom: 20px; }
  .single-page__content .single-page__block ul li:not(:first-of-type) {
    margin-top: 9px;
    margin-bottom: 20px; }
  .single-page__content .single-page__block ul > li:before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: '';
    position: absolute;
    background-color: #EF4459;
    left: 3px;
    top: 12px; }
  .single-page__content .single-page__block .data-mce-style:before {
    content: unset; }
  .single-page__content .single-page__block ol {
    counter-reset: list;
    margin-top: 25px;
    margin-bottom: 20px; }
  .single-page__content .single-page__block ol li {
    position: relative;
    font-family: "IBM Plex Serif";
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #555555;
    padding-left: 27px; }
  .single-page__content .single-page__block ol li:not(:first-of-type) {
    margin-top: 9px; }
  .single-page__content .single-page__block ol li:before {
    content: counter(list) ".";
    counter-increment: list;
    position: absolute;
    font-size: 1rem;
    font-weight: 500;
    font-family: "IBM Plex Serif";
    letter-spacing: 0.03em;
    left: 0; }
  .single-page__content .single-page__block ol.person-biography li ol li:before {
    font-size: 1rem; }
  .single-page__content .single-page__block table {
    border-spacing: 20px 0;
    margin-left: -20px;
    border-collapse: separate;
    text-align: left;
    padding-bottom: 15px; }
    .single-page__content .single-page__block table a {
      font-family: "IBM Plex Sans";
      font-weight: 300;
      font-size: 1.125rem;
      letter-spacing: 0.03em;
      color: #76A7F0;
      text-decoration: underline; }
  .single-page__content .single-page__block th {
    font-family: "IBM Plex Serif";
    font-weight: 500;
    font-size: 1rem;
    line-height: 21px;
    color: #000000;
    border-bottom: solid 3px #DDDDDD;
    padding-right: 15px;
    padding-bottom: 8px; }
  .single-page__content .single-page__block td {
    font-family: "IBM Plex Sans";
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #555555;
    border-bottom: #EEEEEE solid 1px;
    padding-right: 15px;
    padding-top: 1px;
    padding-bottom: 4px; }
  .single-page__content .single-page__block td h3 {
    margin-bottom: 0; }
  .single-page__content .single-page__block tr:last-of-type td {
    border-bottom: none; }
  .single-page__content h3 + table {
    margin-top: 25px; }
  .single-page__content h4 span {
    font-weight: 300; }
  .single-page__content .events-yearly__container {
    margin: 15px 0;
    border-top: 1px solid #DDDDDD;
    padding-bottom: 15px; }
    .single-page__content .events-yearly__container h4 {
      font-weight: 300; }
    .single-page__content .events-yearly__container h3 {
      padding-top: 5px; }
    .single-page__content .events-yearly__container a {
      margin-top: 20px;
      display: inline-block;
      position: relative;
      font-weight: 500; }
    .single-page__content .events-yearly__container a:after {
      content: "\6d";
      font-family: "biblioteka";
      color: #EF4459;
      margin-left: 10px;
      font-size: 1rem;
      top: 1px;
      position: absolute; }
    .single-page__content .events-yearly__container a:hover {
      color: #EF4459; }
  .single-page__content .events-yearly__container:last-of-type {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px; }

@media only screen and (max-width: 1650px) {
  .single-page__content {
    padding: 45px 40px 140px; } }

@media only screen and (max-width: 1300px) {
  .single-page__content {
    padding: 45px 15px 140px; } }

@media only screen and (max-width: 1024px) {
  .single-page__content {
    padding: 45px 15px 100px; }
  .gallery-link__block {
    display: none; } }

@media only screen and (max-width: 768px) {
  .single-page__content {
    padding: 15px 15px 50px; }
    .single-page__content .single-page__block {
      width: 100%;
      max-width: unset; }
    .single-page__content table {
      overflow-x: scroll;
      width: 100%;
      display: block; }
    .single-page__content td {
      min-width: 300px; }
    .single-page__content--flex {
      flex-wrap: wrap; }
    .single-page__content .side-image {
      max-width: 100%;
      max-height: 500px; } }

@media only screen and (max-width: 567px) {
  .single-page__content p {
    font-size: 1rem; }
  .single-page__content h2 {
    font-size: 2rem; }
  .single-page__content h3 {
    font-size: 1.25rem; } }

@media only screen and (max-width: 480px) {
  .single-page__content .single-page__block ol li {
    font-size: 1rem; }
  .single-page__content .single-page__block ul li {
    font-size: 1rem; }
  .single-page__content h2 {
    font-size: 1.85rem; } }

.single-page__events {
  width: 100%; }
  .single-page__events .events__container {
    display: flex;
    margin-top: 47px; }
  .single-page__events .events__block {
    display: flex;
    width: 770px;
    flex-wrap: wrap; }
  .single-page__events .event-text {
    align-self: flex-end;
    display: flex;
    flex-direction: column;
    z-index: 2; }
  .single-page__events .event-date {
    font-size: 1.875rem;
    font-weight: 300;
    color: #ffffff;
    margin-top: 5px; }
  .single-page__events .event-month {
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize; }
  .single-page__events .event-paragraph {
    font-size: 1.25rem;
    font-weight: 500;
    font-family: "IBM Plex Serif";
    color: #ffffff;
    line-height: 1.3;
    max-height: 50px;
    overflow: hidden;
    margin-top: 0;
    margin-bottom: 0; }
  .single-page__events .event-adress {
    font-size: 0.875rem;
    font-weight: 500;
    color: #ffffff;
    margin-top: 11px;
    max-height: 0;
    transition: all 0.5s;
    overflow: hidden; }
  .single-page__events .event-adress:before {
    content: "\62";
    font-family: "biblioteka";
    font-size: 1.125rem;
    margin-right: 5px;
    color: #76A7F0;
    vertical-align: sub; }
  .single-page__events .event__block-single {
    width: 100%;
    border-radius: 4px;
    padding: 0 21px 33px 21px;
    display: flex;
    position: relative;
    height: 240px;
    margin-bottom: 15px;
    transition: all 0.5s; }
  .single-page__events .event__background-image {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 105%;
    height: 105%;
    left: -2.4%;
    top: -2.5%;
    transform: scale(0.95);
    transition: all 0.5s;
    border-radius: 4px; }
  .single-page__events .event__block-single:hover .event__background-image {
    transform: scale(1);
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.3);
    filter: blur(3px); }
  .single-page__events .event__block-single:hover .gradient-overlay {
    width: 105%;
    height: 105%;
    left: -2.5%;
    top: -2.5%;
    opacity: 0.6; }
  .single-page__events .event__block-single:hover .filter__container {
    top: -15px; }
  .single-page__events .event__block-single:hover .event-adress {
    max-height: 50px; }
  .single-page__events .grid > div:nth-child(1) .event__block-single, .single-page__events .grid > div:nth-child(2) .event__block-single, .single-page__events .grid > div:nth-child(3) .event__block-single {
    height: 300px; }

.single-event__container {
  width: 100%;
  position: relative; }
  .single-event__container .single-event-image {
    width: 500px;
    height: 300px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .single-event__container .single-event-text {
    position: static;
    left: 525px;
    top: -20px;
    width: 100%; }
  .single-event__container img {
    max-width: 100%;
    max-height: 555px; }

@media only screen and (max-width: 1280px) {
  .single-page__events .grid > div:nth-child(3) .event__block-single {
    height: 240px; } }

@media only screen and (max-width: 1024px) {
  .single-page__events .grid > div:nth-child(2) .event__block-single {
    height: 240px; } }

@media only screen and (max-width: 1023px) {
  .single-event__container {
    margin-right: 0; }
    .single-event__container .single-event-image {
      display: block;
      margin: 0 auto; } }

@media only screen and (max-width: 600px) {
  .single-event__container .single-event-image {
    border-radius: 4px;
    width: 100%;
    height: 300px; } }

@media only screen and (max-width: 480px) {
  .single-event__container .single-event-image {
    height: 200px; } }

.single-page__branch .date-modified {
  display: block;
  margin-left: 0; }

.single-page__branch .branch-office-header {
  display: flex;
  padding-bottom: 40px;
  border-bottom: #DDDDDD 1px solid; }
  .single-page__branch .branch-office-header .branch-img {
    height: 205px;
    width: 360px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    margin-right: 30px; }
  .single-page__branch .branch-office-header h3 {
    padding-top: 0;
    margin-top: -5px;
    margin-bottom: 21px; }
  .single-page__branch .branch-office-header h4 {
    color: #555555;
    font-size: 1.125rem; }

.single-page__branch .branch-office-worktime {
  display: flex;
  border-bottom: #DDDDDD 1px solid;
  padding-bottom: 24px; }

.single-page__branch .branch-office-worktime-text {
  margin-top: 18px;
  max-width: 500px;
  width: 100%;
  display: inline-block; }

.single-page__branch .branch-worktime-block {
  display: flex; }

.single-page__branch .branch-worktime-day {
  max-width: 370px;
  flex-grow: 1;
  display: inline-block;
  color: #555555;
  font-size: 1.125rem;
  line-height: 35px;
  margin-right: 20px;
  padding-bottom: 5px;
  padding-top: 1px; }

.single-page__branch .branch-time {
  width: auto;
  color: #555555;
  font-size: 1.125rem;
  line-height: 35px;
  display: inline-block;
  padding-top: 2px; }

.single-page__branch .branch-worktime-block:not(:last-of-type) .branch-worktime-day {
  border-bottom: 1px solid #EEEEEE; }

.single-page__branch .branch-worktime-block:not(:last-of-type) .branch-time {
  border-bottom: 1px solid #EEEEEE; }

.single-page__branch .branch-office-side-text {
  margin-left: 80px;
  color: #555555;
  font-size: 1.125rem;
  line-height: 28px;
  margin-top: 23px; }
  .single-page__branch .branch-office-side-text p {
    margin-top: 0; }

.single-page__branch a {
  font-family: "IBM Plex Sans";
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  color: #76A7F0;
  text-decoration: underline; }

.single-page__branch .branch-download {
  display: flex; }
  .single-page__branch .branch-download a {
    margin-top: 17px;
    margin-bottom: 5px;
    margin-left: 30px;
    position: relative; }
  .single-page__branch .branch-download a:before {
    content: "\7a";
    font-family: "biblioteka";
    left: -25px;
    top: -3px;
    position: absolute;
    font-size: 1.25rem; }

.single-page__branch .branch-download h4 {
  font-size: 1.125rem; }

.single-page__branch .branch-download__block {
  display: flex;
  flex-direction: column;
  margin-left: 10px; }

.single-page__branch .duk .duk-single h3 {
  font-size: 1.125rem;
  padding-left: 40px; }
  .single-page__branch .duk .duk-single h3:after {
    font-size: 25px;
    right: unset;
    left: 0;
    top: 13px; }

.single-page__branch .gallery-title {
  padding-top: 0;
  margin-top: 70px; }

.single-page__branch .duk .duk-single {
  padding-bottom: 0; }

.single-page__branch .duk .duk-single .branch-duk {
  display: block;
  position: relative;
  cursor: pointer; }
  .single-page__branch .duk .duk-single .branch-duk p {
    display: block; }
  .single-page__branch .duk .duk-single .branch-duk:after {
    content: "\73";
    font-family: "biblioteka";
    position: absolute;
    right: 0;
    top: 5px; }

.single-page__branch .duk .duk-single.open .branch-duk:after {
  content: "\72"; }

.single-page__exhebition-block {
  padding-bottom: 40px;
  border-bottom: 1px solid #DDDDDD; }

.single-page__exhebition .source + .exhibition-subtitle {
  color: #555555;
  margin-top: 2px; }

.single-page__exhebition-img {
  float: right;
  max-width: 360px;
  margin-left: 35px; }
  .single-page__exhebition-img img {
    max-width: 100%; }

.single-page__exhebition .exhibition-subtitle {
  font-size: 0.875rem;
  line-height: 22px;
  color: #000000;
  margin-top: 14px; }

.single-page__exhebition .source {
  font-size: 0.875rem;
  line-height: 28px;
  font-weight: 500;
  color: #555555;
  font-family: "IBM Plex Serif"; }

.single-page__exhebition li a,
.single-page__exhebition a,
.single-page__exhebition ul a,
.single-page__exhebition span a {
  font-family: "IBM Plex Sans";
  font-weight: 300;
  font-size: 1.125rem;
  letter-spacing: 0.03em;
  color: #76A7F0;
  text-decoration: underline; }

.single-page__exhebition .source-link {
  display: block;
  margin-bottom: 5px; }

.single-page__exhebition .duk h2 {
  padding-top: 63px;
  border-top: 1px solid #DDDDDD; }

.single-page__exhebition .extra-links {
  margin-top: 24px; }

.single-page__exhebition .exhibition-information-subtitle {
  font-size: 1.125rem;
  line-height: 28px; }

.aside {
  max-width: 330px;
  min-width: 330px;
  margin-right: 60px; }
  .aside input {
    width: 100%;
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    outline: none;
    font-weight: 300;
    font-family: "IBM Plex Sans";
    font-size: 1.125rem;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #555555;
    padding: 9px 15px 6px;
    box-sizing: border-box; }
  .aside .aside-search::placeholder {
    color: #999999; }
  .aside .aside__container {
    width: 100%;
    background-color: #f0f0f0;
    padding: 5px;
    border-radius: 4px; }
  .aside .aside__block {
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 32px 34px; }
  .aside .aside-filter__container {
    margin-top: 25px; }
  .aside .filter-date__block {
    display: flex; }
    .aside .filter-date__block span input {
      padding-left: 40px; }
    .aside .filter-date__block span input::placeholder {
      font-size: 1.125rem; }
    .aside .filter-date__block span {
      width: 50%;
      position: relative; }
    .aside .filter-date__block span:before {
      content: "\79";
      position: absolute;
      font-family: "biblioteka";
      top: 10px;
      left: 14px;
      font-size: 1.25rem;
      color: #cccccc; }
    .aside .filter-date__block .no-icon:before {
      display: none; }
    .aside .filter-date__block .no-icon input {
      padding-left: 15px; }
    .aside .filter-date__block .remove-calendar input {
      padding-left: 15px; }
    .aside .filter-date__block .remove-calendar:before {
      display: none; }
    .aside .filter-date__block input {
      font-size: 0.9375rem; }
    .aside .filter-date__block span:first-of-type {
      margin-right: 5px; }
    .aside .filter-date__block span:last-of-type {
      margin-left: 5px; }

@media only screen and (max-width: 1024px) {
  .aside {
    margin-right: 30px;
    min-width: 300px;
    display: none; }
    .aside--filters {
      display: block; }
    .aside .aside__block {
      padding: 20px; }
    .aside .aside-filter__container input {
      font-size: 1rem; }
    .aside .filter-date__block input {
      font-size: 0.875rem;
      padding: 9px 10px 6px; }
    .aside .side-menu .gallery-link__block {
      display: none; } }

@media only screen and (max-width: 900px) {
  .aside {
    min-width: 275px; } }

@media only screen and (max-width: 768px) {
  .aside--filters {
    width: 100%;
    margin-right: 0;
    margin-bottom: 25px;
    min-width: unset;
    max-width: unset; }
    .aside--filters .aside__block {
      padding: 15px 20px; }
    .aside--filters h3 {
      padding-top: 0;
      position: relative;
      cursor: pointer; }
    .aside--filters h3:after {
      content: "\78";
      font-family: "biblioteka";
      position: absolute;
      right: 0;
      top: 50%;
      transform: translatey(-50%); }
    .aside--filters .aside-filter__container {
      display: none; }
  .open-filter .aside h3:after {
    content: "\77"; }
  .open-filter .aside .aside-filter__container {
    display: block; } }

.single-page__news {
  width: 100%; }
  .single-page__news .news--index .single-news {
    background-color: #ffffff; }
  .single-page__news > .grid-equalHeight > div {
    padding: 10px; }
  .single-page__news .single-news {
    background-color: #F0F0F0;
    position: relative;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    transition: all 0.5s; }
  .single-page__news .single-news:hover {
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.3);
    background-color: white;
    border-radius: 4px;
    transform: scale(1.05); }
    .single-page__news .single-news:hover .single-news__image {
      height: auto;
      border-top-right-radius: 4px;
      border-top-left-radius: 4px;
      flex-grow: 1;
      min-height: 0; }
    .single-page__news .single-news:hover .single-news__image-bg {
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      transform: scale(1); }
    .single-page__news .single-news:hover p {
      max-height: 136px;
      overflow: hidden;
      margin-top: 10px; }
  .single-page__news .single-news__image {
    min-height: 240px;
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 20px;
    justify-content: flex-end;
    flex-grow: 1;
    transition: all 0.5s; }
  .single-page__news .single-news__image-bg {
    background-image: url("/img/news1.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    position: absolute;
    left: -2.5%;
    top: -2.5%;
    width: 105%;
    height: 105%;
    transform: scale(0.95); }
  .single-page__news .single-news-month {
    font-weight: 400;
    font-size: 0.875rem;
    color: #ffffff;
    z-index: 1;
    text-transform: capitalize; }
  .single-page__news .single-news-month--black {
    color: #000000; }
  .single-page__news .single-news-day {
    font-weight: 300;
    font-size: 1.875rem;
    color: #ffffff;
    margin-top: 2px;
    z-index: 1; }
  .single-page__news .single-news-day--black {
    color: #000000; }
  .single-page__news .single-news__text {
    overflow: hidden;
    background-color: transparent;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 15px 20px;
    max-height: 100%; }
  .single-page__news .single-news-title {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 1.3;
    font-family: "IBM Plex Serif";
    display: block;
    height: auto;
    max-height: 100%; }
  .single-page__news p {
    overflow: hidden;
    font-size: 1rem;
    line-height: 23px;
    color: #555555;
    font-family: "IBM Plex Sans";
    max-height: 0;
    transition: all 0.5s;
    margin-top: 0; }
  .single-page__news li a {
    font-family: "IBM Plex Sans";
    font-weight: 300;
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    color: #76A7F0;
    text-decoration: underline; }
  .single-page__news ul {
    margin-top: 25px; }
  .single-page__news ul li {
    font-family: "IBM Plex Serif";
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #555555;
    position: relative;
    padding-left: 27px; }
  .single-page__news ul li:first-of-type {
    margin-bottom: 20px; }
  .single-page__news ul li:not(:first-of-type) {
    margin-top: 9px;
    margin-bottom: 20px; }
  .single-page__news ul li:before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: '';
    position: absolute;
    background-color: #EF4459;
    left: 3px;
    transform: translatey(-50%);
    top: 50%; }
  .single-page__news ol {
    counter-reset: list;
    margin-top: 25px;
    margin-bottom: 20px; }
  .single-page__news ol li {
    position: relative;
    font-family: "IBM Plex Serif";
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #555555;
    padding-left: 27px; }
  .single-page__news ol li:not(:first-of-type) {
    margin-top: 9px; }
  .single-page__news ol li:before {
    content: counter(list) ".";
    counter-increment: list;
    position: absolute;
    font-size: 1.25rem;
    font-weight: 500;
    font-family: "IBM Plex Serif";
    letter-spacing: 0.03em;
    left: 0; }
  .single-page__news ol.person-biography li ol li:before {
    font-size: 1rem; }
  .single-page__news table {
    border-spacing: 20px 0;
    margin-left: -20px;
    border-collapse: separate;
    text-align: left;
    padding-bottom: 15px; }
    .single-page__news table a {
      font-family: "IBM Plex Sans";
      font-weight: 300;
      font-size: 1.125rem;
      letter-spacing: 0.03em;
      color: #76A7F0;
      text-decoration: underline; }
  .single-page__news th {
    font-family: "IBM Plex Serif";
    font-weight: 500;
    font-size: 1rem;
    line-height: 21px;
    color: #000000;
    border-bottom: solid 3px #DDDDDD;
    padding-right: 15px;
    padding-bottom: 8px; }
  .single-page__news td {
    font-family: "IBM Plex Sans";
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #555555;
    border-bottom: #EEEEEE solid 1px;
    padding-right: 15px;
    padding-top: 1px;
    padding-bottom: 4px; }
  .single-page__news td h3 {
    margin-bottom: 0; }
  .single-page__news tr:last-of-type td {
    border-bottom: none; }

.single-page__news.single-page__news--branch .adress-container {
  display: block;
  font-size: 0.875rem; }
  .single-page__news.single-page__news--branch .adress-container span {
    font-weight: 500; }

.single-page__news.single-page__news--branch .phone-container {
  display: block;
  font-size: 0.875rem; }
  .single-page__news.single-page__news--branch .phone-container span {
    font-weight: 500; }

.news .single-news {
  background-color: #ffffff; }

.single-news__container {
  width: 100%; }
  .single-news__container .date-modified {
    display: inline-block; }
  .single-news__container > img {
    max-width: 100%; }
  .single-news__container .single-news-image {
    width: 500px;
    height: 300px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
  .single-news__container li a {
    font-family: "IBM Plex Sans";
    font-weight: 300;
    font-size: 1.125rem;
    letter-spacing: 0.03em;
    color: #76A7F0;
    text-decoration: underline; }
  .single-news__container ul {
    margin-top: 25px; }
  .single-news__container ul li {
    font-family: "IBM Plex Serif";
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #555555;
    position: relative;
    padding-left: 27px; }
  .single-news__container ul li:first-of-type {
    margin-bottom: 20px; }
  .single-news__container ul li:not(:first-of-type) {
    margin-top: 9px;
    margin-bottom: 20px; }
  .single-news__container ul li:before {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    content: '';
    position: absolute;
    background-color: #EF4459;
    left: 3px;
    top: 12px; }
  .single-news__container ol {
    counter-reset: list;
    margin-top: 25px;
    margin-bottom: 20px; }
  .single-news__container ol li {
    position: relative;
    font-family: "IBM Plex Serif";
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 28px;
    letter-spacing: 0.03em;
    color: #555555;
    padding-left: 27px; }
  .single-news__container ol li:not(:first-of-type) {
    margin-top: 9px; }
  .single-news__container ol li:before {
    content: counter(list) ".";
    counter-increment: list;
    position: absolute;
    font-size: 1.25rem;
    font-weight: 500;
    font-family: "IBM Plex Serif";
    letter-spacing: 0.03em;
    left: 0; }
  .single-news__container ol.person-biography li ol li:before {
    font-size: 1rem; }
  .single-news__container table {
    border-spacing: 20px 0;
    margin-left: -20px;
    border-collapse: separate;
    text-align: left;
    padding-bottom: 15px; }
    .single-news__container table a {
      font-family: "IBM Plex Sans";
      font-weight: 300;
      font-size: 1.125rem;
      letter-spacing: 0.03em;
      color: #76A7F0;
      text-decoration: underline; }
  .single-news__container th {
    font-family: "IBM Plex Serif";
    font-weight: 500;
    font-size: 1rem;
    line-height: 21px;
    color: #000000;
    border-bottom: solid 3px #DDDDDD;
    padding-right: 15px;
    padding-bottom: 8px; }
  .single-news__container td {
    font-family: "IBM Plex Sans";
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 35px;
    letter-spacing: 0.03em;
    color: #555555;
    border-bottom: #EEEEEE solid 1px;
    padding-right: 15px;
    padding-top: 1px;
    padding-bottom: 4px; }
  .single-news__container td h3 {
    margin-bottom: 0; }
  .single-news__container tr:last-of-type td {
    border-bottom: none; }

@media only screen and (max-width: 1023px) {
  .single-news__container {
    margin-right: 0; }
    .single-news__container .single-news-image {
      display: block;
      margin: 0 auto; } }

@media only screen and (max-width: 600px) {
  .single-news__container .single-news-image {
    border-radius: 4px;
    width: 100%;
    height: 300px; } }

@media only screen and (max-width: 480px) {
  .single-news__container .single-news-image {
    height: 200px; } }

.search-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  margin-top: 125px; }
  .search-wrapper img {
    max-width: 150px;
    max-height: 150px;
    float: left;
    margin-right: 16px; }
  .search-wrapper span {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    margin-bottom: 10px; }
  .search-wrapper a {
    display: block;
    margin-bottom: 25px;
    padding: 10px;
    background-color: #F0F0F0;
    clear: both;
    min-height: 170px; }
  .search-wrapper p {
    max-height: 130px;
    overflow: hidden; }

.clear-float {
  display: block; }
  .clear-float:before {
    content: "";
    display: table; }
  .clear-float:after {
    content: "";
    display: table;
    clear: both; }

.footer {
  height: 80px;
  padding: 0 95px;
  display: flex;
  padding-top: 22px; }
  .footer .footer-text {
    font-size: 0.75rem;
    color: #000000; }
    .footer .footer-text span:first-of-type {
      margin-top: -4px; }
    .footer .footer-text span:last-of-type {
      margin-top: 4px; }
  .footer .footer-text span {
    display: block; }
  .footer .footer-menu {
    display: flex;
    font-size: 0.75rem;
    color: #000000;
    letter-spacing: 0.03em;
    padding-top: 12px;
    margin-left: 68px; }
  .footer .footer-menu a {
    padding: 7px 0; }
  .footer .footer-menu li a:hover {
    color: #EF4459; }
  .footer .footer-menu li:not(:last-of-type) {
    margin-right: 29px;
    position: relative; }
    .footer .footer-menu li:not(:last-of-type):after {
      content: '';
      width: 3px;
      height: 3px;
      border-radius: 50%;
      position: absolute;
      background-color: #000000;
      right: -14px;
      top: 5px; }
  .footer .footer-created {
    margin-left: auto;
    font-size: 0.75rem;
    color: #000000;
    letter-spacing: 0.03em;
    display: flex; }
  .footer .footer-created span {
    margin-top: 12px;
    margin-right: 13px; }
  .footer .created-img {
    width: 75px;
    height: 20px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    margin-top: 2px;
    display: block; }
  .footer .created-img:hover {
    background-position: bottom; }

@media only screen and (max-width: 1650px) {
  .footer {
    padding: 0 40px;
    padding-top: 20px; } }

@media only screen and (max-width: 1500px) {
  .footer {
    flex-wrap: wrap;
    padding-bottom: 20px;
    height: auto; }
    .footer .footer-text {
      display: flex;
      margin-left: auto;
      order: 1; }
      .footer .footer-text * {
        align-self: flex-end; }
      .footer .footer-text span:first-of-type {
        margin-right: 15px; }
    .footer .footer-created {
      margin-right: auto; }
    .footer .footer-menu {
      flex-basis: 100%;
      margin-left: 0;
      justify-content: center;
      margin-bottom: 15px; }
    .footer .footer-created {
      order: 2; } }

@media only screen and (max-width: 1300px) {
  .footer {
    padding: 20px; } }

@media only screen and (max-width: 1023px) {
  .footer .footer-menu {
    display: none; } }

@media only screen and (max-width: 767px) {
  .footer {
    justify-content: center; }
    .footer .footer-created {
      flex-basis: 100%;
      margin-top: 15px;
      display: flex;
      justify-content: center; }
    .footer .footer-text {
      margin-left: unset;
      justify-content: center;
      flex-wrap: wrap; }
      .footer .footer-text span {
        margin-bottom: 5px; } }

/* encyclopedia layout */
.header--encyclopedia .logo {
  display: flex;
  max-width: 300px;
  width: 100%; }
  .header--encyclopedia .logo img {
    width: auto;
    margin-right: 22px; }
  .header--encyclopedia .logo img:last-of-type {
    display: inline-block; }

.header--encyclopedia .logo-text {
  display: inline-block;
  font-size: 1.5rem;
  font-family: "IBM Plex Serif";
  line-height: 31px;
  font-weight: 500;
  align-self: center; }

.header--encyclopedia .header__container {
  margin-left: 52px; }

.header--encyclopedia .header__block {
  position: absolute;
  right: 45px;
  padding: 0;
  top: 56px;
  border-bottom: none; }

.header--encyclopedia .navigation {
  height: 100%;
  padding-top: 33px; }

.header--encyclopedia:hover .header__block {
  border-bottom: none; }

@media only screen and (max-width: 1500px) {
  .header--encyclopedia .header__container {
    margin-left: 0; } }

@media only screen and (max-width: 1199px) {
  .header--encyclopedia .navigation {
    margin-top: 0;
    padding-top: 0;
    height: 60px; }
  .header--encyclopedia .header__block {
    top: unset; } }

@media only screen and (max-width: 1023px) {
  .header--encyclopedia {
    height: 100px; }
    .header--encyclopedia .header__block {
      top: 50%;
      transform: translatey(-50%);
      right: 80px; }
  .open-menu .header--encyclopedia .navigation {
    top: 100px; } }

@media only screen and (max-width: 767px) {
  .header--encyclopedia .header__block {
    top: 70%; } }

@media only screen and (max-width: 480px) {
  .header--encyclopedia .burger {
    top: 32px; }
  .header--encyclopedia .header__block {
    top: 31px;
    right: 111px; }
  .header--encyclopedia .logo {
    width: auto; }
  .header--encyclopedia .logo-text {
    display: none; } }

.search-menu--encyclopedia .search {
  width: auto;
  max-width: 100%;
  flex-grow: 1;
  background-color: #5AB1B1; }

.search-menu--encyclopedia .search-menu__blocks {
  width: 420px;
  padding-right: 40px; }

.search-menu--encyclopedia .search-menu__blocks:nth-child(2) {
  background-color: #349E9E; }

.search-menu--encyclopedia .search-menu__blocks span {
  word-spacing: unset;
  margin-left: 20px; }

.search-menu--encyclopedia .search-menu__blocks img:last-of-type {
  left: 19px; }

@media only screen and (max-width: 1650px) {
  .search-menu--encyclopedia .search-menu__blocks {
    flex-basis: unset; } }

@media only screen and (max-width: 1500px) {
  .search-menu--encyclopedia {
    flex-wrap: unset; }
    .search-menu--encyclopedia .search-menu__blocks:last-of-type {
      border-top-right-radius: 4px;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 0;
      height: 100%; } }

@media only screen and (max-width: 950px) {
  .search-menu--encyclopedia {
    flex-wrap: wrap;
    height: 100px; }
    .search-menu--encyclopedia .search-menu__blocks:last-of-type {
      border-top-right-radius: 0;
      border-bottom-right-radius: 4px;
      border-bottom-left-radius: 4px;
      height: 100%;
      width: 100%; } }

@media only screen and (max-width: 480px) {
  .search-menu--encyclopedia .search-menu__blocks {
    padding: 10px 15px;
    min-height: 100px;
    height: auto; }
  .search-menu--encyclopedia .search-menu__blocks:hover img:last-of-type {
    display: none; }
  .search-menu--encyclopedia .search-menu__blocks img {
    display: none; } }

.encyclopedia-categories {
  padding: 0 95px;
  margin-top: 63px;
  margin-bottom: 40px; }
  .encyclopedia-categories .categories__container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 47px; }
  .encyclopedia-categories .category:hover {
    transform: scale(1.05);
    box-shadow: 0px 10px 20px 2px rgba(0, 0, 0, 0.3); }
  .encyclopedia-categories .category {
    flex-basis: calc(20% - 16px);
    margin-right: 20px;
    height: 300px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden; }
  .encyclopedia-categories .category:nth-child(5n) {
    margin-right: 0; }
  .encyclopedia-categories .title--category {
    font-family: "IBM Plex Serif";
    font-weight: 500;
    font-size: 2.25rem;
    color: #ffffff;
    line-height: 47px;
    letter-spacing: 0.03em;
    position: absolute;
    bottom: 22px;
    left: 20px;
    z-index: 1; }

@media only screen and (max-width: 1650px) {
  .encyclopedia-categories {
    padding: 0 40px; } }

@media only screen and (max-width: 1500px) {
  .encyclopedia-categories .category {
    flex-basis: calc(25% - 15px); }
  .encyclopedia-categories .category:nth-child(4n) {
    margin-right: 0; }
  .encyclopedia-categories .category:nth-child(5n) {
    margin-right: 20px; } }

@media only screen and (max-width: 1300px) {
  .encyclopedia-categories {
    padding: 0 20px; } }

@media only screen and (max-width: 1199px) {
  .encyclopedia-categories .category {
    flex-basis: calc(33.33% - 13.4px); }
  .encyclopedia-categories .category:nth-child(3n) {
    margin-right: 0; }
  .encyclopedia-categories .category:nth-child(4n) {
    margin-right: 20px; } }

@media only screen and (max-width: 950px) {
  .encyclopedia-categories {
    margin-top: 140px; } }

@media only screen and (max-width: 900px) {
  .encyclopedia-categories .category {
    flex-basis: calc(50% - 10px); }
  .encyclopedia-categories .category:nth-child(3n) {
    margin-right: 20px; }
  .encyclopedia-categories .category:nth-child(2n) {
    margin-right: 0; } }

@media only screen and (max-width: 800px) {
  .encyclopedia-categories .title--category {
    font-size: 1.75rem; } }

@media only screen and (max-width: 600px) {
  .encyclopedia-categories .category {
    flex-basis: 100%;
    margin-right: 0; }
  .encyclopedia-categories .category:nth-child(2n) {
    margin-right: 0; }
  .encyclopedia-categories .category:nth-child(3n) {
    margin-right: 0px; }
  .encyclopedia-categories .category:nth-child(5n) {
    margin-right: 0; } }

.info--encyclopedia {
  background-image: url("/img/info-bg.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 80px; }
  .info--encyclopedia .info__block:nth-child(1) {
    width: 630px;
    margin-right: 60px; }
    .info--encyclopedia .info__block:nth-child(1) p {
      letter-spacing: 0; }
  .info--encyclopedia .info__block:nth-child(2) {
    width: 335px;
    margin-right: 65px; }
    .info--encyclopedia .info__block:nth-child(2) .subtitle--absolute {
      left: 77px; }
    .info--encyclopedia .info__block:nth-child(2) .info-text {
      padding-left: 90px; }
    .info--encyclopedia .info__block:nth-child(2) .info-text {
      letter-spacing: 0; }
    .info--encyclopedia .info__block:nth-child(2) .info-text:before {
      content: url("/img/map-icon.png");
      position: absolute;
      left: 0; }

@media only screen and (max-width: 1199px) {
  .info--encyclopedia {
    flex-wrap: wrap;
    background-size: 90%; }
    .info--encyclopedia .info__block:nth-child(1) {
      width: 100%;
      margin-right: 150px;
      margin-bottom: 50px; }
    .info--encyclopedia .gallery__container {
      max-width: unset;
      width: auto; }
      .info--encyclopedia .gallery__container .gallery-rotate {
        top: -181px; }
      .info--encyclopedia .gallery__container .gallery__block {
        width: 250px;
        margin: 0 auto; }
      .info--encyclopedia .gallery__container .gallery-photo a {
        right: 235px;
        bottom: -211px; }
      .info--encyclopedia .gallery__container .gallery-photo img {
        height: 225px; }
      .info--encyclopedia .gallery__container .gallery-photo:hover a:last-of-type {
        right: 328px;
        bottom: -200px; }
        .info--encyclopedia .gallery__container .gallery-photo:hover a:last-of-type img {
          height: 120px; }
      .info--encyclopedia .gallery__container .gallery-video a {
        top: -120px;
        right: 195px; }
      .info--encyclopedia .gallery__container .gallery-video img {
        height: 225px; }
      .info--encyclopedia .gallery__container .gallery-title {
        font-size: 1.25rem; }
      .info--encyclopedia .gallery__container .gallery-title:last-of-type {
        bottom: 78px; }
      .info--encyclopedia .gallery__container .news-title__block {
        text-align: center; } }

@media only screen and (max-width: 1199px) {
  .info--encyclopedia .gallery__container .subtitle--absolute {
    left: 110px; } }

@media only screen and (max-width: 850px) {
  .info--encyclopedia {
    padding-bottom: 25px; }
    .info--encyclopedia .info__block:nth-child(1) {
      margin-right: 0; }
    .info--encyclopedia .info__block:nth-child(2) {
      margin-right: 25px; } }

@media only screen and (max-width: 700px) {
  .info--encyclopedia {
    background-image: none;
    padding-bottom: 0; }
    .info--encyclopedia .info__block:nth-child(2) {
      margin-right: 35px; } }

@media only screen and (max-width: 700px) {
  .info--encyclopedia .info__block:nth-child(2) {
    margin-right: 0px; } }

/* components */
.logo {
  align-self: center;
  display: block;
  margin-right: 100px; }
  .logo img:last-of-type {
    display: none; }

.header:hover .logo img:first-of-type {
  display: none; }

.header:hover .logo img:last-of-type {
  display: block; }

@media only screen and (max-width: 1500px) {
  .logo {
    margin-right: 40px;
    width: 300px; }
    .logo img {
      width: 100%; } }

@media only screen and (max-width: 1350px) {
  .logo {
    margin-right: 20px;
    width: 250px; } }

@media only screen and (max-width: 1199px) {
  .logo {
    min-width: 300px;
    height: 70px;
    margin-top: 7px;
    align-self: unset; }
  .open-menu .logo {
    height: 70px; }
    .open-menu .logo img:first-of-type {
      display: none; }
    .open-menu .logo img:last-of-type {
      display: block; } }

@media only screen and (max-width: 480px) {
  .logo {
    min-width: unset;
    margin-right: 50px; } }

.navigation {
  display: flex;
  font-size: 1rem;
  font-weight: 500;
  height: 78px; }
  .navigation .active {
    color: #EF4459; }
  .navigation .plus {
    display: none; }
  .navigation > * {
    align-self: center; }
  .navigation > li {
    height: 100%; }
  .navigation > .arrow:hover > a {
    color: #76A7F0; }
  .navigation > .arrow:hover > a:after {
    position: absolute;
    content: url(../img/arrow.png);
    bottom: -2px;
    left: 50%;
    transform: translatex(-50%); }
  .navigation > li > a {
    display: flex;
    padding: 10px 22px;
    height: 100%;
    position: relative; }
    .navigation > li > a > span {
      align-self: center;
      display: block; }
  .navigation > li:first-of-type > a {
    padding-left: 0; }
  .navigation > li:first-of-type {
    margin-left: 0; }
  .navigation > li:last-of-type {
    margin-right: 0; }
  .navigation .sub-menu-block {
    position: absolute;
    display: none;
    width: 100%;
    background-color: #5077B1;
    left: 0;
    top: 140px;
    padding: 55px 95px;
    z-index: 4; }
  .navigation .sub-menu-block li a {
    width: 100%;
    display: block;
    height: 100%;
    line-height: 20px; }
  .navigation .sub-menu-block-text {
    width: 370px;
    font-family: "IBM Plex Serif";
    color: #ffffff;
    font-size: 0.875rem;
    line-height: 22px;
    font-weight: 300;
    margin-right: 47px; }
  .navigation .sub-menu-block--imageless .menu {
    border-right: none; }
  .navigation .sub-menu-block--imageless .sub-menu-block-text {
    width: inherit; }
  .navigation .sub-menu-block-alot .menu li {
    width: calc(50% - 2px);
    display: inline-flex;
    flex-wrap: wrap;
    border-left: none; }
  .navigation .sub-menu-block-alot .menu:after {
    content: '';
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translatex(-50%);
    border-left: 1px solid rgba(255, 255, 255, 0.15);
    display: block;
    position: absolute; }
  .navigation .sub-menu-block-alot .menu {
    border-left: 1px solid rgba(255, 255, 255, 0.15); }
  .navigation .menu {
    display: block;
    flex-direction: column;
    max-width: 620px;
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    position: relative; }
  .navigation .menu li {
    border-left: 1px solid rgba(255, 255, 255, 0.15); }
  .navigation .menu li a {
    padding: 10px 30px 10px 63px;
    font-weight: 400; }
  .navigation .menu li {
    flex-basis: 50%; }
  .navigation .menu .sub-menu {
    display: none;
    width: 100%; }
  .navigation .sub-menu-block-link {
    display: flex;
    flex-direction: column;
    padding-left: 40px;
    width: 161px;
    height: 120px; }
  .navigation .sub-menu-block-link img {
    align-self: start;
    max-width: 100px;
    max-height: 100px; }
  .navigation .sub-menu-block-link span {
    margin-top: 15px;
    line-height: 21px; }
  .navigation .sub-menu-block-deeper {
    display: none; }

.navigation a:hover {
  color: #76A7F0; }

.navigation > li:hover .sub-menu-block {
  display: flex; }

@media only screen and (max-width: 1525px) {
  .navigation > li > a {
    padding: 10px 20px; } }

@media only screen and (max-width: 1350px) {
  .navigation > li > a > span {
    font-size: 15px; }
  .navigation > li > a > span {
    font-size: 15px; } }

@media only screen and (max-width: 1199px) {
  .navigation {
    top: 100px;
    width: 100%;
    left: 0;
    position: absolute;
    height: 60px;
    padding-left: 15px;
    border-top: solid 1px #E6E6E6; }
    .navigation .arrow:hover a:after {
      display: none; }
    .navigation > li:before {
      display: none; }
    .navigation .sub-menu-block {
      top: unset;
      padding: 40px; }
    .navigation .arrow:hover > a:after {
      bottom: -9px; } }

@media only screen and (max-width: 1023px) {
  .navigation {
    display: none;
    /* wp menu */ }
    .navigation .menu li {
      border-left: none; }
    .navigation > li:hover .sub-menu-block {
      display: none; }
    .navigation .sub-menu-block__container > li:nth-child(even) > a {
      padding-left: 20px; }
    .navigation .sub-menu-block {
      width: auto;
      padding: 0;
      position: unset; }
    .navigation .sub-menu-block__container {
      width: auto;
      padding-top: 10px; }
    .navigation .sub-menu-block__container li {
      border-left: none;
      flex-basis: 100%; }
    .navigation .sub-menu-block__container li a {
      padding: 10px 20px;
      height: auto; }
    .navigation .sub-menu-block-deeper {
      display: none; }
    .navigation .menu-item-has-children {
      position: relative; }
    .navigation .menu-item-has-children:after {
      display: block;
      position: absolute;
      top: 10px;
      right: -2px;
      font-size: 1.25rem;
      cursor: pointer;
      z-index: 1;
      content: "\75";
      font-family: "biblioteka"; }
    .navigation .menu-item-has-children.open > .sub-menu {
      display: block; }
    .navigation .menu-item-has-children.open:after {
      content: "\76";
      color: #76A7F0; }
    .navigation .menu-item-has-children.open > a {
      color: #76A7F0; }
    .navigation .menu .sub-menu li {
      width: 100%;
      padding-left: 25px; }
    .navigation .sub-menu li a {
      padding: 10px 0; }
  .open-menu .navigation {
    display: block;
    position: absolute;
    top: unset;
    left: unset;
    right: 0;
    z-index: 3;
    width: 340px;
    background-color: #5077B1;
    flex-direction: column;
    height: auto;
    border-top: none;
    padding: 0 20px;
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.3); }
    .open-menu .navigation .sub-menu-block-link {
      display: none; }
    .open-menu .navigation > li:before {
      display: none; }
    .open-menu .navigation .plus {
      display: block;
      position: absolute;
      top: 13px;
      right: -12px;
      width: 40px;
      height: 40px;
      font-size: 1.25rem;
      cursor: pointer;
      z-index: 1; }
    .open-menu .navigation .plus:after {
      content: "\75";
      font-family: "biblioteka";
      position: absolute;
      cursor: pointer;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%;
      z-index: 1; }
    .open-menu .navigation .open-submenu {
      color: #76A7F0; }
    .open-menu .navigation .plus.open:after {
      content: "\76";
      color: #76A7F0; }
    .open-menu .navigation .open-submenu + .sub-menu-block {
      display: block; }
    .open-menu .navigation > li:first-of-type > a {
      padding-left: 0; }
    .open-menu .navigation > li > a {
      color: #ffffff;
      padding: 20px 0; }
    .open-menu .navigation li .active {
      color: #76A7F0; }
    .open-menu .navigation .sub-menu-block__container li:nth-child(even) {
      border-right: none; }
    .open-menu .navigation > li {
      padding: 0;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
      margin: 0;
      position: relative; }
    .open-menu .navigation > li:last-of-type {
      border-bottom: unset; }
    .open-menu .navigation .sub-menu-block__container > li:last-of-type {
      margin-bottom: 10px; }
    .open-menu .navigation .sub-menu-block {
      font-weight: 300; }
    .open-menu .navigation .sub-menu-block-text {
      display: none; }
    .open-menu .navigation .sub-menu-block li {
      position: relative; }
    .open-menu .navigation .sub-menu-block-plus {
      display: block;
      position: absolute;
      top: 4px;
      right: -5px;
      width: 30px;
      height: 30px;
      font-size: 1.25rem; }
    .open-menu .navigation .sub-menu-block-plus:after {
      content: "\75";
      font-family: "biblioteka";
      position: absolute;
      cursor: pointer;
      transform: translate(-50%, -50%);
      left: 50%;
      top: 50%; }
    .open-menu .navigation .menu {
      border: none; }
    .open-menu .navigation .menu:after {
      content: none; }
    .open-menu .navigation .menu > li {
      width: 100%; }
    .open-menu .navigation .menu > li > a {
      padding: 10px 15px; }
  .open-submenu-deeper > a {
    color: #76A7F0; }
  .open-menu .open-submenu-deeper .sub-menu-block-plus:after {
    content: "\76";
    color: #76A7F0; }
  .open-submenu-deeper .sub-menu-block-deeper {
    display: block;
    margin-left: 25px; }
    .open-submenu-deeper .sub-menu-block-deeper > li > a {
      padding: 10px; }
    .open-submenu-deeper .sub-menu-block-deeper > li {
      border-left: 2px solid rgba(255, 255, 255, 0.15); }
  .open-submenu-deeper > a {
    color: #76A7F0; }
  .sub-menu-block-deepest {
    display: none; }
  .sub-menu-block-deepest-plus {
    display: block;
    position: absolute;
    top: 4px;
    right: -5px;
    width: 30px;
    height: 30px;
    font-size: 1.25rem; }
  .sub-menu-block-deepest-plus:after {
    content: "\75";
    font-family: "biblioteka";
    position: absolute;
    cursor: pointer;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }
  .open-menu .open-submenu-deepest .sub-menu-block-deepest-plus:after {
    content: "\76";
    color: #76A7F0; }
  .open-submenu-deepest > a {
    color: #76A7F0; }
  .open-submenu-deepest .sub-menu-block-deepest {
    display: block;
    margin-left: 25px; }
    .open-submenu-deepest .sub-menu-block-deepest > li > a {
      padding: 10px; }
    .open-submenu-deepest .sub-menu-block-deepest > li {
      border-left: 2px solid rgba(255, 255, 255, 0.15); } }

@media only screen and (max-width: 567px) {
  .open-menu .navigation {
    width: 100%; }
    .open-menu .navigation > li:first-of-type {
      display: block; }
    .open-menu .navigation .sub-menu-block {
      font-size: 0.875rem !important; }
    .open-menu .navigation .phone {
      margin-bottom: 10px; }
      .open-menu .navigation .phone:before {
        color: #ffffff; }
    .open-menu .navigation .address {
      margin-bottom: 10px; }
      .open-menu .navigation .address:before {
        color: #ffffff; }
    .open-menu .navigation .work-time {
      margin-bottom: 10px;
      line-height: 18px; }
      .open-menu .navigation .work-time > span {
        padding-right: 5px; }
      .open-menu .navigation .work-time:before {
        color: #ffffff; }
      .open-menu .navigation .work-time:after {
        color: #ffffff;
        right: unset;
        display: none; }
    .open-menu .navigation .work-time__block {
      background-color: #333333;
      right: 50%;
      transform: translateX(50%);
      z-index: 1; }
      .open-menu .navigation .work-time__block:after {
        border-bottom-color: #333333; } }

.wpml-ls-legacy-dropdown {
  position: relative;
  width: 115px;
  margin-left: 40px;
  max-width: unset;
  display: none; }

.wpml-ls-legacy-dropdown:hover {
  width: 115px; }
  .wpml-ls-legacy-dropdown:hover > ul {
    border-radius: 4px;
    position: absolute;
    margin-left: 0;
    left: 0;
    top: -16px;
    padding-top: 10px;
    padding-bottom: 5px;
    background-color: #5077B1; }
  .wpml-ls-legacy-dropdown:hover .wpml-ls-legacy-dropdown > ul:before {
    top: 6px;
    color: #ffffff; }
  .wpml-ls-legacy-dropdown:hover .wpml-ls-legacy-dropdown > ul:after {
    top: 10px; }
  .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu {
    display: block; }
  .wpml-ls-legacy-dropdown:hover .wpml-ls-sub-menu li:first-of-type {
    margin-bottom: 11px; }

.wpml-ls-legacy-dropdown > ul {
  position: relative;
  font-size: 0.75rem;
  width: 115px;
  text-align: center;
  padding: 10px 21px 10px 25px; }
  .wpml-ls-legacy-dropdown > ul .wpml-ls-sub-menu {
    display: none;
    margin-top: 11px; }
  .wpml-ls-legacy-dropdown > ul .wpml-ls-sub-menu li:hover a {
    color: #9FC1F4; }
  .wpml-ls-legacy-dropdown > ul:before {
    content: "\66";
    font-family: "biblioteka";
    position: absolute;
    left: 7px;
    font-size: 1.125rem;
    top: 6px;
    color: #76A7F0; }
  .wpml-ls-legacy-dropdown > ul:after {
    content: "\67";
    font-family: "biblioteka";
    position: absolute;
    right: 7px;
    font-size: 0.75rem;
    top: 10px; }

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
  display: none; }

.wpml-ls-legacy-dropdown .wpml-ls-current-language:hover > a {
  background-color: unset;
  color: unset; }

.wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
  display: block;
  text-decoration: none;
  color: unset;
  border: none;
  background-color: unset;
  padding: unset;
  line-height: unset; }
  .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    display: none; }

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
  visibility: unset;
  position: unset;
  top: unset;
  right: unset;
  left: unset;
  border-top: none;
  padding: unset;
  margin: unset;
  list-style-type: none;
  z-index: unset; }

.wpml-ls-legacy-dropdown a {
  display: unset;
  text-decoration: unset;
  color: unset;
  border: unset;
  background-color: unset;
  padding: unset;
  line-height: unset; }

.wpml-ls-legacy-dropdown a:hover {
  background-color: unset; }

.wpml-ls-legacy-dropdown .wpml-ls-sub-menu a {
  border: none; }

.wpml-ls-legacy-dropdown a span {
  margin-top: 0px;
  display: block; }

.navigation-language {
  position: relative;
  width: 115px;
  margin-left: 40px; }

@media only screen and (max-width: 1600px) {
  .navigation-language {
    margin-left: auto; }
  .wpml-ls-legacy-dropdown {
    margin-left: auto; } }

@media only screen and (max-width: 1199px) {
  .navigation-language {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1; }
  .navigation-language:hover .language-menu {
    top: 0; }
  .wpml-ls-legacy-dropdown {
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1; }
  .wpml-ls-legacy-dropdown:hover > ul {
    top: 0; } }

@media only screen and (max-width: 1023px) {
  .navigation-language {
    top: 6px; }
  .wpml-ls-legacy-dropdown {
    top: 6px; } }

@media only screen and (max-width: 567px) {
  .navigation-language {
    right: 0px; }
  .wpml-ls-legacy-dropdown {
    right: 0; } }

.aside__block > ul {
  margin-top: 30px; }

.aside__block > ul > li > a {
  font-weight: 500;
  font-family: "IBM Plex Sans";
  line-height: 25px;
  color: #000000;
  text-decoration: none;
  margin-left: 17px;
  display: block;
  position: relative; }

.aside__block > ul > li:hover > a {
  color: #EF4459; }

.aside__block > ul > li {
  padding-left: 0;
  margin-top: 5px;
  margin-bottom: 0px;
  position: relative; }

.aside__block > ul > li:not(:first-of-type) {
  margin-top: 12px;
  margin-bottom: 0px; }

.aside__block > ul > li:first-of-type {
  margin-top: 5px;
  margin-bottom: 0px; }

.aside__block > ul > li:before {
  content: none; }

.aside__block > ul > .menu-item-has-children:before {
  content: "\71";
  font-family: "biblioteka";
  width: 25px;
  height: 25px;
  background-color: unset;
  border-radius: unset;
  left: -6px;
  position: absolute;
  font-size: 1.25rem;
  top: 1px;
  cursor: pointer; }

.aside__block .menu > li.current-menu-item:first-of-type:before {
  top: 6px; }

.aside__block .menu > li.current-menu-item:not(:first-of-type):before {
  top: 6px; }

.aside__block .menu > li > .sub-menu li.current-menu-item:first-of-type:before {
  top: 5px; }

.aside__block .menu li.current-menu-item > a {
  color: #EF4459; }

.aside__block .menu li.current-menu-ancestor > a {
  color: #EF4459; }

.aside__block .menu .menu-item-has-children.open > a {
  color: #EF4459; }

.aside__block .current-menu-item > .sub-menu,
.aside__block .current-menu-item > .sub-menu,
.aside__block .current-menu-parent > .sub-menu,
.aside__block .current-menu-ancestor > .sub-menu {
  display: block; }

.aside__block.aside__block--persons > ul {
  margin-top: 0; }

.aside__block.aside__block--persons > ul > li > a {
  font-size: 1.125rem;
  line-height: 33px; }

.aside__block.aside__block--persons > ul > li:before {
  content: "\71";
  font-family: "biblioteka";
  width: 25px;
  height: 25px;
  background-color: unset;
  border-radius: unset;
  left: -6px;
  position: absolute;
  font-size: 1.25rem;
  top: 6px;
  cursor: pointer; }

.aside__block.aside__block--persons > ul > li.current-menu-item {
  color: #EF4459; }

.aside__block.aside__block--persons > ul > li.current-menu-item:before {
  content: "\71";
  color: #EF4459;
  font-size: 1.25rem;
  left: -6px; }

.aside__block--persons-archive > ul > li:nth-child(2) a {
  color: #EF4459; }

.aside__block--persons-archive > ul > li:nth-child(2):before {
  color: #EF4459; }

.aside__container .menu > li > .sub-menu > li > a {
  line-height: 22px; }

.aside__container .menu > li > .sub-menu > li:before {
  top: 8px; }

.aside__container .menu > li > .sub-menu > li:before {
  content: none; }

.aside__container .menu > li > .sub-menu li.menu-item-has-children:before {
  content: "\74";
  font-family: "biblioteka";
  position: absolute;
  left: 0;
  font-size: 0.75rem;
  color: #EF4459;
  top: 5px;
  cursor: pointer; }

.aside__container .menu > li > .sub-menu li.current-menu-item:before {
  content: "\74";
  font-family: "biblioteka";
  position: absolute;
  left: 0;
  font-size: 0.75rem;
  color: #EF4459;
  top: 5px;
  cursor: pointer; }

.aside__container .menu > li > .sub-menu li.menu-item-type-post_type_archive:before {
  content: "\74";
  font-family: "biblioteka";
  position: absolute;
  left: 0;
  font-size: 0.75rem;
  color: #EF4459;
  top: 5px;
  cursor: pointer; }

.aside__container .menu li.current-menu-item:before {
  content: "\74";
  font-family: "biblioteka";
  position: absolute;
  left: 0;
  font-size: 0.75rem;
  color: #EF4459;
  top: 1px;
  cursor: pointer; }

.aside__container .sub-menu {
  margin-top: 4px;
  margin-left: 14px;
  display: none; }
  .aside__container .sub-menu li {
    padding-left: 0;
    position: relative;
    padding-left: 17px; }
  .aside__container .sub-menu li:hover > a {
    color: #EF4459; }
  .aside__container .sub-menu li:not(:first-of-type) {
    margin-top: 9px;
    margin-bottom: 0px; }
  .aside__container .sub-menu li:before {
    content: none; }
  .aside__container .sub-menu li a {
    font-weight: 300;
    font-size: 1rem;
    font-family: "IBM Plex Sans";
    line-height: 24px;
    color: #000000;
    text-decoration: none;
    display: block;
    position: relative;
    margin-bottom: 2px; }
  .aside__container .sub-menu li:before {
    content: "\74";
    font-family: "biblioteka";
    position: absolute;
    left: 0;
    font-size: 0.75rem;
    color: #EF4459;
    top: 7px;
    cursor: pointer; }

.open > .sub-menu {
  display: block; }

@media only screen and (max-width: 767px) {
  .aside .menu {
    display: none; }
  .open-filter .menu {
    display: block; } }

.single-page__content .calendar__container {
  max-width: 330px;
  width: 100%;
  margin-right: 35px; }
  .single-page__content .calendar__container .calendar {
    padding-bottom: 25px; }

.aside__container + .calendar__container {
  margin-top: 15px; }

.calendar__container {
  background-color: #F0F0F0;
  padding: 5px;
  width: 350px;
  border-radius: 4px;
  margin-left: auto;
  max-height: 600px; }
  .calendar__container .calendar {
    border: 1px solid #ffffff;
    padding-left: 35px;
    padding-right: 35px;
    height: 100%;
    border-radius: 4px; }
  .calendar__container .calendar-title {
    font-family: "IBM Plex Serif";
    font-weight: 500;
    font-size: 1.5rem;
    margin-top: 31px;
    display: block; }
  .calendar__container .calendar-date {
    font-family: "IBM Plex Sans";
    font-weight: 500;
    font-size: 1rem;
    color: #000000;
    margin-top: 35px;
    display: block;
    position: relative; }
  .calendar__container .calendar-change {
    cursor: pointer; }
  .calendar__container .calendar-change:first-of-type:before {
    content: "\6b";
    font-family: "biblioteka";
    color: #EF4459;
    margin-right: 15px;
    vertical-align: bottom; }
  .calendar__container .calendar-change:last-of-type:before {
    content: "\6c";
    font-family: "biblioteka";
    color: #EF4459;
    margin-left: 15px;
    vertical-align: bottom; }
  .calendar__container .calendar-month {
    font-weight: 300; }
  .calendar__container .calendar-year {
    text-transform: capitalize;
    font-weight: 500; }
  .calendar__container .calendar-message {
    position: absolute;
    background-color: white;
    padding: 20px;
    width: 170px;
    display: none;
    left: 50%;
    transform: translateX(-50%);
    bottom: 45px;
    box-shadow: 0 7px 20px 1px rgba(0, 0, 0, 0.3);
    border-radius: 4px;
    text-align: left;
    line-height: 1.3;
    z-index: 2; }
  .calendar__container .calendar-message:after {
    position: absolute;
    content: url(../img/arrow-bot.png);
    bottom: -12px;
    left: 50%;
    transform: translatex(-50%); }
  .calendar__container .calendar-message a:hover {
    color: #76A7F0; }
  .calendar__container .calendar-message a:not(:last-of-type) {
    margin-bottom: 6px;
    display: block; }
  .calendar__container td:hover .calendar-message:not(:empty) {
    display: block; }
  .calendar__container .calendar-message:not(:empty) + span {
    color: #76A7F0;
    cursor: pointer; }
  .calendar__container .calendar-message:not(:empty) + span:hover {
    color: #EF4459; }
  .calendar__container table {
    width: 100%;
    text-align: center;
    margin-top: 18px; }
  .calendar__container table tr th {
    padding: 18px 0; }
  .calendar__container th:nth-child(1), .calendar__container th:nth-child(2), .calendar__container th:nth-child(3), .calendar__container th:nth-child(4), .calendar__container th:nth-child(5) {
    color: #999999;
    font-weight: 300; }
  .calendar__container .calendar-event {
    color: #76A7F0;
    cursor: pointer; }
  .calendar__container .calendar-event:hover {
    color: #EF4459; }
  .calendar__container .calendar-current-day {
    position: relative;
    z-index: 1; }
  .calendar__container .calendar-current-day:before {
    content: '';
    background-color: #ffffff;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: block;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.3); }
  .calendar__container table tr td {
    padding: 18px 0;
    position: relative; }
  .calendar__container .events-link {
    font-family: "IBM Plex Sans";
    font-weight: 500;
    font-size: 1rem;
    color: #000000;
    margin-top: 20px;
    display: inline-block;
    position: relative;
    padding-right: 40px; }
  .calendar__container .events-link:hover {
    color: #EF4459; }
  .calendar__container .events-link:after {
    content: "\6d";
    font-family: "biblioteka";
    color: #EF4459;
    margin-left: 15px;
    font-size: 1.5rem;
    top: -3px;
    position: absolute; }

@media only screen and (max-width: 1600px) {
  .calendar__container {
    width: 340px; } }

@media only screen and (max-width: 1500px) {
  .index .calendar__container {
    height: auto; }
  .calendar__container {
    max-width: 350px;
    width: 100%; } }

@media only screen and (max-width: 1199px) {
  .calendar__container {
    max-width: unset;
    width: calc(33.3% - 13px);
    margin-left: unset; }
    .calendar__container .calendar {
      padding-bottom: 30px;
      font-size: 0.75rem; }
    .calendar__container .calendar-title {
      font-size: 1.25rem; }
    .calendar__container .calendar-message:after {
      bottom: -11px; }
  .single-page__content .calendar__container {
    max-width: 350px;
    width: 100%; } }

@media only screen and (max-width: 1024px) {
  .calendar__container {
    width: calc(50% - 10px); }
    .calendar__container .calendar {
      font-size: 1rem; }
  .single-page__content .calendar__container {
    display: none; }
  .single-page__map .calendar__container {
    display: block; }
    .single-page__map .calendar__container .calendar {
      padding-left: 10px;
      padding-right: 10px; } }

@media only screen and (max-width: 767px) {
  .calendar__container {
    width: 100%;
    margin-top: 30px; }
  .single-page__map .calendar__container {
    display: none; } }

@media only screen and (max-width: 480px) {
  .calendar__container .calendar {
    font-size: 0.75rem; }
    .calendar__container .calendar .calendar-title {
      font-size: 1rem; }
    .calendar__container .calendar .calendar-date {
      font-size: 0.875rem; }
    .calendar__container .calendar .events-link {
      font-size: 0.875rem; } }

@media only screen and (max-width: 400px) {
  .calendar__container .calendar {
    padding-left: 15px;
    padding-right: 15px; } }

.line {
  width: 20px;
  height: 3px;
  background: #76A7F0;
  margin-bottom: 5px;
  margin-top: 9px; }

.single-page__events .line {
  width: 20px;
  height: 3px;
  background: #76A7F0;
  margin-bottom: 5px;
  margin-top: 9px; }

.filter__container {
  position: absolute;
  display: flex;
  top: -11px;
  transition: all 0.5s; }
  .filter__container .filter {
    height: 24px;
    padding: 3px 10px 0;
    transform: skew(-25deg);
    border-radius: 4px;
    font-size: 0.875rem;
    color: #ffffff;
    font-weight: 500; }
    .filter__container .filter--child {
      background-color: #F5AD21;
      width: auto; }
    .filter__container .filter--teen {
      background-color: #EF4459;
      width: auto; }
  .filter__container .filter span {
    transform: skew(25deg);
    display: block; }

.gallery__container {
  max-width: 333px;
  width: 100%;
  margin-left: auto;
  z-index: 1; }
  .gallery__container .gallery__block {
    height: 340px;
    margin-top: 47px;
    position: relative;
    overflow: hidden; }
  .gallery__container .gallery-photo {
    width: 100%;
    height: 50%;
    border-bottom: 2px solid;
    position: relative;
    overflow: hidden; }
    .gallery__container .gallery-photo a:last-of-type {
      display: none; }
  .gallery__container .gallery-photo:hover a:first-of-type {
    display: none; }
  .gallery__container .gallery-photo:hover a:last-of-type {
    display: block; }
  .gallery__container .gallery-photo a {
    display: block;
    position: absolute;
    right: 180px;
    bottom: -26px;
    transform: rotate(45.5deg);
    height: auto;
    display: block; }
  .gallery__container .gallery-video {
    width: 100%;
    height: 50%;
    position: relative;
    overflow: hidden; }
    .gallery__container .gallery-video img {
      max-width: 320px; }
  .gallery__container .gallery-video:hover a:first-of-type {
    display: none; }
  .gallery__container .gallery-video:hover a:last-of-type {
    display: block; }
  .gallery__container .gallery-video a {
    display: block;
    color: unset;
    position: absolute;
    transform: rotate(45deg);
    top: 0px;
    right: 153px; }
    .gallery__container .gallery-video a:last-of-type {
      display: none; }
  .gallery__container .gallery-rotate {
    width: 600px;
    height: 600px;
    position: absolute;
    left: -161px;
    top: -100px;
    transform: rotate(-45.5deg); }
  .gallery__container .gallery-title {
    font-family: "IBM Plex Serif";
    font-size: 1.5rem;
    font-weight: 500; }
  .gallery__container .gallery-title:last-of-type {
    position: absolute;
    bottom: 2px;
    right: 0; }

.gallery .gallery-container {
  display: flex;
  height: 100%;
  flex-direction: column; }

.gallery a {
  display: flex;
  height: 175px;
  justify-content: center;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.gallery img {
  cursor: pointer;
  align-self: center; }

.gallery .video-img {
  min-height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  cursor: pointer;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px; }

.gallery .video-text {
  background-color: #F0F0F0;
  padding: 10px;
  font-size: 1rem;
  line-height: 19px;
  font-family: "IBM Plex Sans";
  text-align: left;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  flex-grow: 1;
  display: block; }

.gallery .video-text:empty {
  display: none; }

.gallery .gallery-img-text {
  background-color: #F0F0F0;
  padding: 10px;
  font-size: 0.875rem;
  line-height: 19px;
  font-family: "IBM Plex Sans";
  text-align: left;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  flex-grow: 1; }

.gallery .gallery-img-text:empty {
  display: none; }

.gallery .video-popup {
  display: none; }

.gallery .pop .video-popup {
  display: block;
  width: 820px;
  height: 470px;
  position: fixed;
  top: 20%;
  left: 48%;
  transform: translatex(-50%);
  border: 10px solid white;
  z-index: 3; }

.gallery .pop .video-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: black;
  opacity: 0.9;
  z-index: 2; }

.gallery .close-video {
  position: absolute;
  width: 30px;
  height: 25px;
  right: -10px;
  top: -35px;
  background-color: white;
  z-index: 1;
  display: block;
  cursor: pointer; }
  .gallery .close-video span {
    width: 20px;
    height: 1px;
    background-color: black;
    display: block;
    position: absolute;
    top: 12px;
    left: 5px; }
  .gallery .close-video span:first-of-type {
    transform: rotate(-45deg); }
  .gallery .close-video span:last-of-type {
    transform: rotate(45deg); }

@media only screen and (max-width: 1023px) {
  .gallery .pop .video-popup {
    width: 600px;
    background-color: black;
    left: 50%; } }

@media only screen and (max-width: 650px) {
  .gallery .pop .video-popup {
    width: 400px;
    height: 300px; } }

@media only screen and (max-width: 430px) {
  .gallery .pop .video-popup {
    width: 280px;
    height: 200px;
    top: 200px; } }

.news-letter {
  width: 220px; }
  .news-letter .ml-form-embedContent h4 {
    font-weight: 500 !important;
    font-size: 1.125rem !important;
    font-family: "IBM Plex Serif" !important;
    color: #999999 !important; }
  .news-letter .ml-form-embedBody {
    padding: unset !important; }
  .news-letter input {
    border: none !important;
    background-color: transparent !important;
    border-bottom: 2px solid #999999 !important;
    color: #ffffff !important;
    outline: none !important;
    font-family: "IBM Plex Sans" !important;
    font-weight: 300 !important;
    font-size: 1rem !important;
    letter-spacing: 0.03em !important;
    padding: unset !important;
    padding-bottom: 12px !important;
    max-width: 220px !important;
    padding-right: 45px !important;
    line-height: unset !important;
    overflow-y: unset !important;
    border-radius: unset !important; }
    .news-letter input::placeholder {
      color: #777777 !important; }
  .news-letter .ml-button-horizontal button {
    position: absolute !important;
    background-color: transparent !important;
    border: none !important;
    right: 8px !important;
    width: 31px !important;
    height: 28px !important;
    top: 0 !important;
    cursor: pointer !important; }
    .news-letter .ml-button-horizontal button:after {
      content: "\6c";
      font-family: "biblioteka";
      position: absolute;
      font-size: 1.75rem;
      top: 0;
      left: 0;
      color: #999999; }
  .news-letter .ml-input-horizontal {
    width: 100% !important; }
  .news-letter .ml-form-horizontalRow {
    height: auto !important;
    position: relative; }
  .news-letter .ml-error input {
    background: unset !important; }
  .news-letter .ml-form-embedSubmitLoad {
    position: absolute;
    top: 0px;
    right: -20px; }

@media only screen and (max-width: 1350px) {
  .news-letter {
    width: 200px; }
    .news-letter .ml-form-embedContent h4 {
      font-size: 1rem !important; } }

@media only screen and (max-width: 1199px) {
  .news-letter {
    margin-left: 50px; } }

@media only screen and (max-width: 1075px) {
  .news-letter {
    margin-left: 0;
    order: 1; } }

@media only screen and (max-width: 900px) {
  .news-letter {
    margin-top: 25px; } }

@media only screen and (max-width: 625px) {
  .news-letter {
    order: 6;
    width: 275px; }
    .news-letter #mailerlite-1-field-email {
      width: 100%;
      padding-right: 0;
      max-width: unset; } }

@media only screen and (max-width: 480px) {
  .news-letter {
    width: 100%; } }

.social-network {
  margin-left: auto;
  display: flex; }
  .social-network > * {
    align-self: center;
    display: inline-block; }
  .social-network a:nth-child(1) {
    margin-right: 19px; }
  .social-network a:nth-child(2) {
    margin-right: 19px; }
  .social-network .social-fb:before {
    content: "\6e";
    font-family: "biblioteka";
    color: #999999;
    font-size: 1.6875rem; }
  .social-network .social-fb:hover:before {
    color: #ffffff; }
  .social-network .social-instagram:before {
    content: "\70";
    font-family: "biblioteka";
    color: #999999;
    font-size: 1.375rem; }
  .social-network .social-instagram:hover:before {
    color: #ffffff; }
  .social-network .social-youtube:before {
    content: "\6f";
    font-family: "biblioteka";
    color: #999999;
    font-size: 1.6875rem; }
  .social-network .social-youtube:hover:before {
    color: #ffffff; }

@media only screen and (max-width: 1350px) {
  .social-network {
    margin-left: unset;
    order: 6; }
    .social-network a:nth-child(1) {
      margin-right: 10px; }
    .social-network a:nth-child(2) {
      margin-right: 10px; } }

@media only screen and (max-width: 900px) {
  .social-network {
    order: 3; } }

@media only screen and (max-width: 625px) {
  .social-network {
    margin-top: 25px;
    margin-right: 20px; } }

.duk .duk-single {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 29px; }

.duk .duk-single h3 {
  position: relative;
  cursor: pointer;
  padding-right: 45px; }

.duk .duk-single:not(:first-of-type) h3 {
  padding-top: 23px; }

.duk .duk-single:not(:first-of-type) h3:after {
  top: 25px; }

.duk .duk-single h3:first-of-type:after {
  content: "\73";
  font-family: "biblioteka";
  position: absolute;
  right: 0;
  top: 15px; }

.duk .duk-single h3:first-of-type {
  display: block; }

.duk .duk-single h3:first-of-type p {
  display: block;
  margin: 0;
  padding: 0;
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 31px;
  color: #000000; }
  .duk .duk-single h3:first-of-type p a {
    display: block;
    font-family: "IBM Plex Serif";
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 31px;
    margin-bottom: -5px; }

.duk .duk-single p,
.duk .duk-single h2,
.duk .duk-single h3,
.duk .duk-single h4,
.duk .duk-single h5,
.duk .duk-single h6,
.duk .duk-single ul,
.duk .duk-single li,
.duk .duk-single a {
  display: none; }

.duk .duk-single.open h3:first-of-type:after {
  content: "\72"; }

.duk .duk-single.open p,
.duk .duk-single.open h2,
.duk .duk-single.open h3,
.duk .duk-single.open h4,
.duk .duk-single.open h5,
.duk .duk-single.open h6,
.duk .duk-single.open ul,
.duk .duk-single.open li,
.duk .duk-single.open a {
  display: block; }

.select2.select2-container.select2-container--default {
  width: 100% !important;
  background-color: #ffffff;
  border: 1px solid #DDDDDD;
  outline: none;
  font-weight: 300;
  font-family: "IBM Plex Sans";
  font-size: 1.125rem;
  line-height: 28px;
  letter-spacing: 0.03em;
  color: #999999;
  padding: 9px 15px 6px;
  box-sizing: border-box; }

.select2 .selection .select2-selection--single .select2-selection__rendered {
  color: #555555; }

.select2 .selection .select2-selection--single {
  background-color: unset;
  border: unset;
  border-radius: unset;
  outline: none; }

.select2 .selection .select2-selection--single .select2-selection__rendered {
  padding-left: 0; }

.select2 .selection .select2-selection--single .select2-selection__arrow b {
  margin-left: -8px;
  margin-top: 6px;
  border-color: #555555 transparent transparent transparent; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #555555 transparent !important; }

@media only screen and (max-width: 1024px) {
  .select2.select2-container.select2-container--default {
    font-size: 1rem; } }

.burger {
  width: 60px;
  height: 55px;
  position: absolute;
  right: 0;
  cursor: pointer;
  overflow: hidden;
  display: none;
  top: 25px; }
  .burger span {
    width: 40px;
    left: 10px;
    height: 2px;
    background-color: #76A7F0;
    display: block;
    position: absolute;
    transition: all 0.5s; }
  .burger span:nth-child(1) {
    top: 15px; }
  .burger span:nth-child(2) {
    top: 25px; }
  .burger span:nth-child(3) {
    top: 25px; }
  .burger span:nth-child(4) {
    top: 35px; }

.open-menu .burger span {
  transition: all 0.5s; }

.open-menu .burger span:nth-child(1) {
  margin-left: -50px; }

.open-menu .burger span:nth-child(2) {
  transform: rotate(-45deg); }

.open-menu .burger span:nth-child(3) {
  transform: rotate(45deg); }

.open-menu .burger span:nth-child(4) {
  margin-left: -50px; }

@media only screen and (max-width: 1023px) {
  .burger {
    display: block; } }

@media only screen and (max-width: 480px) {
  .burger {
    width: 40px;
    height: 40px; }
    .burger span {
      width: 30px;
      left: 0; }
    .burger span:nth-child(1) {
      top: 10px; }
    .burger span:nth-child(2) {
      top: 20px; }
    .burger span:nth-child(3) {
      top: 20px; }
    .burger span:nth-child(4) {
      top: 30px; } }

.slick-slider .slick-list {
  height: 100%; }

.slick-slider .slick-track {
  height: 100%; }

.slick-slider .slick-dots {
  bottom: 55px;
  left: 125px;
  width: auto; }

.slick-slider .slick-dots li button {
  position: relative; }

.slick-slider .slick-dots li button:before {
  content: "";
  width: 6px;
  height: 6px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: transparent;
  border: 2px solid #ffffff;
  border-radius: 50%;
  opacity: 1; }

.slick-slider .slick-dots li.slick-active button:before {
  background-color: #ffffff;
  opacity: 1; }

@media only screen and (max-width: 767px) {
  .slick-slider .slick-dots {
    left: 92px; } }

@media only screen and (max-width: 480px) {
  .slick-slider .slick-dots {
    left: 47px; } }

.gradient-overlay {
  background: linear-gradient(transparent, #000000);
  opacity: 0.4;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  transition: all 0.5s; }

body #slb_viewer_wrap .slb_theme_slb_baseline .slb_details {
  display: none; }

.ui-datepicker {
  padding: 15px;
  box-shadow: 0px 5px 10px -5px black;
  border-radius: 4px;
  display: none;
  background-color: #f0f0f0;
  z-index: 2 !important; }
  .ui-datepicker table {
    text-align: center;
    border-collapse: separate;
    border-spacing: 2px; }
    .ui-datepicker table th {
      background-color: #00529b;
      color: #ffffff;
      font-size: 1.125rem;
      padding: 15px;
      letter-spacing: 0; }
    .ui-datepicker table td {
      background-color: #ffffff;
      line-height: 1.7;
      padding: 3px; }

.ui-datepicker-prev {
  margin-right: 10px; }

.ui-datepicker-year {
  font-family: "IBM Plex Serif";
  font-weight: 500;
  font-size: 1rem;
  color: #000000; }

.ui-datepicker-prev,
.ui-datepicker-next {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 10px;
  color: #76A7F0; }

.ui-datepicker-month {
  text-transform: capitalize;
  margin-bottom: 10px;
  display: inline-block; }

@media only screen and (max-width: 400px) {
  .ui-datepicker {
    padding: 10px; }
  #ui-datepicker-div {
    left: 50% !important;
    transform: translatex(-50%); }
  .ui-datepicker table th {
    font-size: 1rem;
    padding: 10px; } }

.gallery--exhebition {
  padding-bottom: 35px; }
  .gallery--exhebition .gallery--exhebition__container a {
    display: block;
    height: 280px;
    position: relative;
    background-color: #F0F0F0;
    margin-bottom: 18px; }
    .gallery--exhebition .gallery--exhebition__container a img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      max-width: 80%; }
  .gallery--exhebition .gallery-title {
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 23px;
    color: #000000;
    font-family: "IBM Plex Serif";
    display: block;
    text-align: left;
    margin-bottom: 9px; }
  .gallery--exhebition .gallery-text {
    font-size: 1.125rem;
    line-height: 28px;
    text-align: left;
    display: block; }

.gallery--exhebition:last-of-type {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 45px; }

.breadcrumb {
  position: relative;
  z-index: 2;
  font-weight: 500;
  color: #ffffff;
  font-size: 0.875rem;
  padding-top: 40px;
  padding-bottom: 34px;
  display: flex; }

#breadcrumbs a {
  margin-right: 22px;
  position: relative;
  text-decoration: underline; }

#breadcrumbs a:before {
  content: "\71";
  font-family: "biblioteka";
  position: absolute;
  left: -18px; }

#breadcrumbs > span > span > a:before {
  display: none; }

.breadcrumb_last {
  margin-right: 22px;
  position: relative;
  text-decoration: underline; }

.breadcrumb_last:before {
  content: "\71";
  font-family: "biblioteka";
  position: absolute;
  left: -18px; }

.cn-button.bootstrap {
  background-image: none;
  background-color: #5077B1;
  font-family: "IBM Plex Sans";
  font-size: 0.875rem;
  text-shadow: none;
  box-shadow: none; }
  .cn-button.bootstrap:hover {
    background-color: #76A7F0; }

#cn-notice-text {
  font-family: "IBM Plex Sans"; }

.single-page__content #myInput {
  margin-left: 10px;
  height: 44px;
  outline: none;
  box-shadow: none;
  font-size: 1rem;
  line-height: 28px;
  color: #555555;
  font-weight: 300;
  padding: 0 5px;
  border: solid 1px #dddddd;
  border-radius: 3px;
  width: 220px; }

.single-page__content #map {
  margin-top: 18px;
  border-radius: 4px;
  margin-bottom: 60px; }

.single-page__content .gm-style .gm-style-iw {
  top: 0 !important;
  left: 0 !important;
  width: 220px !important;
  height: auto !important;
  min-height: 120px !important;
  padding: 19px 19px 0;
  display: block !important; }

.single-page__content .gm-style h4 {
  font-family: 'IBM Plex Serif';
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 23px;
  color: #000000;
  margin-top: 0; }

.single-page__content .gm-style p {
  font-family: 'IBM Plex Sans';
  font-weight: 300;
  font-size: 1rem;
  line-height: 23px;
  color: #555555;
  margin-top: 10px;
  max-height: unset; }

.single-page__content .gm-style .telephone {
  font-family: 'IBM Plex Sans';
  font-size: 1rem;
  line-height: 23px;
  color: #555555;
  font-weight: 500;
  display: block; }

.single-page__content .gm-style .telephone span {
  font-weight: 300; }

.single-page__content .gm-style a {
  font-family: 'IBM Plex Sans';
  font-weight: 300;
  font-size: 1rem;
  line-height: 23px;
  color: #76a7f0;
  margin-top: 10px;
  text-decoration: underline; }

.single-page__content form p {
  max-height: unset; }

.single-page__content .contact-form {
  padding: 5px;
  background-color: #F0F0F0;
  border-radius: 4px; }

.single-page__content .contact-form form {
  max-width: 1020px;
  width: 100%;
  background-color: #F0F0F0;
  padding: 35px;
  border: 1px solid #ffffff;
  border-radius: 4px; }

.single-page__content .contact-form form p {
  vertical-align: top; }

.single-page__content .contact-form form p:nth-child(2) {
  display: inline-block;
  width: calc(33% - 14px);
  margin-right: 20px; }
  .single-page__content .contact-form form p:nth-child(2) input {
    max-width: calc(100% - 12px);
    height: 44px;
    outline: none;
    box-shadow: none;
    font-size: 1rem;
    line-height: 28px;
    color: #555555;
    font-weight: 300;
    padding: 0 5px;
    border: solid 1px #dddddd;
    border-radius: 3px;
    width: 100%; }

.single-page__content .contact-form form p:nth-child(3) {
  display: inline-block;
  width: calc(33% - 14px);
  margin-right: 20px; }
  .single-page__content .contact-form form p:nth-child(3) input {
    max-width: calc(100% - 12px);
    height: 44px;
    outline: none;
    box-shadow: none;
    font-size: 1rem;
    line-height: 28px;
    color: #555555;
    font-weight: 300;
    padding: 0 5px;
    border: solid 1px #dddddd;
    border-radius: 3px;
    width: 100%; }

.single-page__content .contact-form form p:nth-child(4) {
  display: inline-block;
  width: calc(33% - 14px); }
  .single-page__content .contact-form form p:nth-child(4) input {
    max-width: calc(100% - 12px);
    height: 44px;
    outline: none;
    box-shadow: none;
    font-size: 1rem;
    line-height: 28px;
    color: #555555;
    font-weight: 300;
    padding: 0 5px;
    border: solid 1px #dddddd;
    border-radius: 3px;
    width: 100%; }

.single-page__content .contact-form form p:nth-child(7) {
  display: inline-block;
  height: 76px;
  margin-bottom: 0;
  vertical-align: top; }
  .single-page__content .contact-form form p:nth-child(7) input {
    height: 100%;
    background-color: #76a7f0;
    border-radius: 3px;
    border: none;
    outline: none;
    box-shadow: none;
    width: 240px;
    font-family: "IBM Plex Serif";
    font-weight: 500;
    font-size: 1.125rem;
    line-height: 23px;
    color: #ffffff; }

.single-page__content .contact-form form > .wpcf7-form-control-wrap {
  display: inline-block; }

.single-page__content .contact-form label {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1rem;
  line-height: 21px;
  color: #000000; }

.single-page__content .contact-form .wpcf7-list-item-label {
  font-family: "IBM Plex Sans";
  font-weight: 500;
  font-size: 1rem;
  line-height: 21px;
  color: #000000; }

.single-page__content .contact-form .wpcf7-list-item.first.last {
  margin-left: 0; }

.single-page__content .contact-form textarea {
  width: calc(100% - 9px);
  outline: none;
  box-shadow: none;
  font-size: 1rem;
  line-height: 28px;
  color: #555555;
  font-weight: 300;
  border: solid 1px #dddddd;
  border-radius: 3px;
  height: 140px;
  resize: none; }

.single-page__content .form-title {
  padding-top: 55px; }

@media only screen and (max-width: 1150px) {
  .single-page__content .contact-form form p:nth-child(2) {
    display: block;
    width: calc(100% - 14px);
    margin-right: 0; }
  .single-page__content .contact-form form p:nth-child(3) {
    display: block;
    width: calc(100% - 14px);
    margin-right: 0; }
  .single-page__content .contact-form form p:nth-child(4) {
    display: block;
    width: calc(100% - 14px); }
  .single-page__content .contact-form textarea {
    width: calc(100% - 18px); }
  .single-page__content .contact-form form > .wpcf7-form-control-wrap {
    display: block;
    margin-top: 20px; } }

@media only screen and (max-width: 600px) {
  .single-page__content .contact-form form p:nth-child(2) {
    width: 100%; }
  .single-page__content .contact-form form p:nth-child(3) {
    width: 100%; }
  .single-page__content .contact-form form p:nth-child(4) {
    width: 100%; }
  .single-page__content .contact-form textarea {
    width: calc(100% - 6px); }
  .single-page__content .contact-form form > .wpcf7-form-control-wrap {
    display: block;
    margin-top: 20px; }
  .single-page__content .contact-form form {
    padding: 15px; } }

@media only screen and (max-width: 390px) {
  .single-page__content .contact-form form div:nth-last-child(1) {
    transform: scale(0.75);
    margin-left: -15%; } }

.pagination {
  width: 100%;
  text-align: center; }
  .pagination .page-numbers.current {
    font-size: 22px;
    color: #76A7F0; }
  .pagination .page-numbers {
    font-size: 16px;
    padding: 0 3px; }
  .pagination .prev.page-numbers {
    font-size: 17px; }
  .pagination .next.page-numbers {
    font-size: 17px; }
  .pagination.pagination--yearly-events {
    border-top: 1px solid #DDDDDD;
    padding-top: 15px; }

.abc__block {
  position: relative;
  padding-bottom: 39px; }
  .abc__block.open .abc__title-link:after {
    content: "\72"; }
  .abc__block:not(:last-of-type) {
    border-bottom: 1px solid #DDDDDD;
    position: relative; }
  .abc__block .abc__title-link:after {
    content: "\73";
    font-family: "biblioteka";
    position: absolute;
    right: 0;
    top: 25px;
    font-size: 1.5rem; }
  .abc__block .abc__title-link {
    display: block; }
  .abc__block .abc-title {
    padding-top: 20px;
    padding-bottom: 20px; }
  .abc__block .abc__container {
    margin-bottom: 22px; }
    .abc__block .abc__container a {
      font-family: "IBM Plex Sans";
      font-weight: 500;
      font-size: 1.125rem;
      color: #76A7F0;
      text-decoration: underline;
      line-height: 23px; }
    .abc__block .abc__container p {
      font-weight: 300;
      font-family: "IBM Plex Serif";
      color: #555555;
      display: contents;
      margin: 0;
      line-height: 23px; }

form.wpcf7-form p {
  margin-bottom: 16px;
  margin-top: 0; }

.web-search {
  margin-left: auto;
  position: relative; }
  .web-search .web-search-icon {
    position: relative;
    cursor: pointer; }
  .web-search .web-search-icon:before {
    content: "\69";
    font-family: "biblioteka";
    font-size: 1.125rem;
    color: rgba(118, 167, 240, 0.5); }
  .web-search form {
    display: none; }
  .web-search .web-search-input {
    outline: none;
    border-radius: 5px;
    border: none;
    height: 25px;
    padding-left: 5px;
    padding-right: 57px;
    width: 125px;
    font-family: "IBM Plex Sans"; }
  .web-search .web-search-send {
    border-top-right-radius: 5px;
    border: none;
    border-bottom-right-radius: 5px;
    height: 27px;
    font-family: "IBM Plex Sans";
    top: 4px;
    right: 4px;
    position: absolute;
    outline: none;
    cursor: pointer; }

.web-search.open {
  z-index: 2; }
  .web-search.open .web-search-form {
    padding: 4px;
    background-color: #9FC1F4;
    z-index: 1;
    border-radius: 5px;
    top: -10px;
    left: 25px;
    position: absolute;
    display: block; }

.web-search:hover .web-search-icon:before {
  color: #ffffff; }

@media only screen and (max-width: 767px) {
  .web-search {
    position: absolute;
    right: 67px;
    bottom: 9px; }
  .web-search.open .web-search-form {
    top: unset;
    right: -82px;
    left: unset; } }

@media only screen and (max-width: 480px) {
  .web-search {
    position: absolute;
    left: 70px;
    top: 14px;
    right: unset;
    bottom: unset; }
  .web-search.open .web-search-form {
    right: unset;
    top: -11px;
    left: 21px; } }

/*  plugin  */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }
