@charset "UTF-8";
::-moz-selection {
  background: #333;
  color: #fff;
}

::selection {
  background: #333;
  color: #fff;
}

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

@font-face {
  font-family: "fontello";
  src: url("./fonts/fontello.eot?9484848");
  src: url("./fonts/fontello.eot?9484848#iefix") format("embedded-opentype"),
    url("./fonts/fontello.woff?9484848") format("woff"),
    url("./fonts/fontello.ttf?9484848") format("truetype"),
    url("./fonts/fontello.svg?9484848#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?9484848#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before,
.ui-datepicker .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-next:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.js-toggle {
  height: auto;
}

#js-toggle {
  height: 31px;
}

#slider1-prev:focus:not(:focus-visible) {
  outline: none;
}

#slider2-prev:focus:not(:focus-visible) {
  outline: none;
}

#slider1-next:focus:not(:focus-visible) {
  outline: none;
}

#slider2-next:focus:not(:focus-visible) {
  outline: none;
}

.nav-link:focus:not(:focus-visible) {
  outline: none;
}

.submenu li a:focus:not(:focus-visible) {
  outline: none;
}

.m-social-holder div {
  display: inline;
}

.skip-link {
  display: none;
  padding: none;
}

@media screen and (min-width: 1201px) {
.skip-link {
    display: initial;
    padding: 8px;
    position: absolute;
    background: #ed1c25;
    color: white;
    left: 2%;
    height: 30px;
    transform: translateY(-100%);
    transition: transform 0.3s;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
  }

  .skip-link:focus {
    transform: translateY(0%);
  }
}

.hidden-header {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  color: transparent;
}

.header-4 {
  display: block;
  font-size: 1em;
  margin-block-start: 1.33em;
  margin-block-end: 1.33em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  font-weight: bold;
}

.slide .cycle-slide .cycle-slide-active {
}

#twitter-widget-0:focus {
  outline: auto;
}

.icon-search:before {
  content: "\e804";
}

.icon-home:before {
  content: "\e805";
}
.icon-arrow-right:before,
.ui-datepicker .ui-datepicker-next:before {
  content: "\e800";
}
.icon-arrow-left:before,
.ui-datepicker .ui-datepicker-prev:before {
  content: "\e801";
}

.icon-facebook:before {
  content: "\e806";
}

.icon-twitter:before {
  content: "\e807";
}
.icon-pinterest:before {
  content: "\e802";
}
.icon-gplus-circled:before {
  content: "\e803";
}
.icon-youtube:before {
  content: "\e809";
}

.icon-instagram:before {
  content: "\e80a";
}

* {
  box-sizing: border-box;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

body {
  background: #fff;
  font-family: "Open Sans";
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
  line-height: 1.45em;
}

.container {
  width: 1280px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .container {
    width: 100%;
  }
}
.container.main {
  width: 1160px;
}

.i-menu.menu-expanded-show {
  display: none;
}

.top-menu {
  margin-bottom: 0;
}

.has-expanded-menu .menu-expanded-show {
  display: block;
}
.has-expanded-menu .menu-collapsed-show {
  display: none;
}
.has-expanded-menu.top-menu {
  margin-bottom: 56px;
}
.has-expanded-menu .top-navigation {
  margin-top: 21px;
}
@media screen and (max-width: 766px) {
  .has-expanded-menu.menu-mobile {
    position: absolute;
  }
}
#js-toggle {
  cursor: pointer;
}

#js-toggle:focus:not(:focus-visible) {
  outline: none;
}

.small-logo {
  margin-right: 51px;
}

a {
  text-decoration: none;
  color: #333333;
  transition: color 0.3s;
}

strong {
  font-weight: 600;
  color: #000;
}

.fr {
  float: right;
}

.tl {
  text-align: left !important;
}

.tr {
  text-align: right;
}

.tc {
  text-align: center;
}

.up {
  text-transform: uppercase;
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

.full {
  clear: both;
  width: 100%;
}

.ib {
  display: inline-block !important;
}

.pr {
  position: relative;
}

.block-center {
  display: block;
  margin: 0 auto;
}

.twin {
  width: 50%;
  float: left;
}

.absolute-push {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

input:focus {
  outline: auto;
}

.bl {
  display: block;
}

.row {
  width: 100%;
}

.block,
.content {
  float: left;
  margin: 10px;
  display: block;
  position: relative;
}

.block-image img,
.icon-block-image img {
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.block-image.zoom-out img {
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

.grid-sizer {
  width: 270px;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.block {
  width: 270px;
  margin-bottom: 42px;
}
.block img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.block:hover .block__title,
.block:hover .has-meta .meta {
  color: #8e8c8c;
}
.block.special-background:hover .block__title,
.block.special-background:hover .meta {
  color: #fff;
}
.block.light-background:hover .block__title,
.block.light-background:hover .meta {
  color: #333333;
}

.special-background {
  background-color: #ed1c24;
  color: #fff;
  transition: background-color 0.2s;
  cursor: pointer;
}
.special-background:hover {
  background-color: #b60000;
}
.special-background a {
  color: #fff;
}

.light-background {
  background-color: #e6e6e6;
  transition: background-color 0.2s;
}
.light-background:hover {
  background-color: #d2d2d2;
}

.block-fixed {
  height: 528px;
  margin-bottom: 12px;
  overflow: hidden;
}
.block-fixed .slide {
  height: 528px;
  width: 100%;
  outline-offset: -1px;
  z-index: 5;
}

.block-double {
  width: 560px;
}

.block-image,
.icon-block-image {
  background-color: #fff;
  overflow: hidden;
  display: block;
}

.multimedia-block {
  height: 196px;
}

.text-block {
  text-align: center;
  border: 1px solid #e6e6e6;
  padding: 20px;
  transition: border-color 0.2s;
  color: #535353;
  margin-bottom: 20px;
}
.text-block .block__title {
  color: #333;
  margin-bottom: 10px;
}
.text-block:hover {
  border-color: #333;
}

.side {
  width: 260px;
  margin: 0 10px;
  float: right;
}
.side .block {
  width: 100%;
  margin: 20px 0;
}
.side .multimedium .img {
  height: 190px;
}

.content {
  width: 850px;
  margin: 0 10px;
  float: left;
}
.content.full {
  width: 1140px;
}

.menu-footer {
  text-transform: uppercase;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.menu-footer a {
  display: inline-block;
  margin: 0 30px;
  letter-spacing: 0.15rem;
  font-size: 12px;
  text-decoration: underline;
}
.menu-footer a:hover {
  color: #ed1c24;
  text-decoration: none;
}
.menu-footer .credit-link {
  margin: 0;
}

.footer-social {
  position: relative;
  height: 26px;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
.footer-social:after {
  display: block;
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  top: 12px;
  background-color: #e6e6e6;
}
.footer-social .header-social-icons {
  display: inline-block;
  padding: 0;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-left: 39px;
  padding-right: 39px;
}
.footer-social .header-social-icons .top-icon-bg {
  margin-right: 28px;
}
.footer-social .header-social-icons .instagram {
  margin-right: 0;
}

.credits-footer {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.newsletter-footer {
  border: 1px solid #e6e6e6;
  height: 98px;
  padding-right: 0;
}
.newsletter-footer .block__title {
  margin-right: 46px;
  padding-top: 18px;
  float: left;
  padding-bottom: 8px;
}

.newsletter-footer .upper-container {
  height: 58px;
  border-bottom: 1px solid #e6e6e6;
  padding-left: 20px;
}
.newsletter-footer .lower-container {
  display: block;
  padding-top: 8px;
  padding-left: 20px;
  font-size: 0.9em;
  float: none;
  clear: both;
}
.newsletter-footer .lower-container > * {
  float: right;
  margin-right: 10px;
}
.newsletter-footer a {
  text-decoration: underline;
  transition: 0.2s;
  color: #888;
}
.newsletter-footer a:hover {
  text-decoration: none;
  color: #ed1c24;
}
.newsletter-footer .error,
.newsletter-footer .error a {
  color: red;
  font-weight: bolder;
}
.newsletter-footer .error a::after {
  content: " - zgoda wymagana";
  text-decoration: none !important;
}

.newsletter-form {
  float: right;
  height: 58px;
  border-left: 1px solid #e6e6e6;
  padding-top: 3px;
  padding-left: 7px;
}
.newsletter-form input[type="email"],
.newsletter-form input[type="text"] {
  width: 300px;
  transition: background-color 0.2s;
  border: 1px solid #e6e6e6;
  border-radius: 14px;
}
.newsletter-form input[type="text"]:focus {
  background-color: #130f0f;
  color: #fff;
  font-size: 14px;
}
.newsletter-form .submit-button {
  height: 45px;
  line-height: 45px;
  display: inline-block;
  border: 1px solid #fff;
  vertical-align: bottom;
  padding-left: 19px;
  padding-right: 8px;
  margin-top: 2px;
  background-color: white;
}
.newsletter-form .submit-button:focus:not(:focus-visible) {
  outline: none;
}

.fs-search button[type="submit"]:focus:not(:focus-visible) {
  outline: none;
}

.newsletter-form .submit-button i {
  display: inline-block;
  position: relative;
  top: 2px;
}
.newsletter-info {
  float: left;
  padding-top: 18px;
}

.credits-footer {
  font-size: 10px;
}
.credits-footer a,
.credits-footer span {
  display: inline-block;
  letter-spacing: 0.15rem;
  margin: 0 18px;
}
.credits-footer a.credit-link,
.credits-footer span.credit-link {
  margin: 0;
}
.credits-footer a {
  text-decoration: underline;
}
.credits-footer a:hover {
  color: #ed1c24;
  text-decoration: none;
}

.credits-footer .right-icons {
  float: right;
  display: block;
}

.credits-footer .right-icons > * {
  margin: 0 18px;
}

.bip-link {
  display: inline-block;
  background-image: url(../images/assets/sprites.png);
  background-position: -75px -15px;
  width: 27px;
  height: 31px;
}

.pmarka-link {
  display: inline-block;
  background-image: url(../images/assets/sprites.png);
  background-position: -35px -116px;
  width: 47px;
  height: 37px;
}

.medium-footer-social .top-icon-bg.small {
  line-height: 33px;
  float: none;
  display: inline-block;
}
.medium-footer-social .top-icon-bg.small .icon-facebook {
  font-size: 26px;
}

.top-menu {
  padding: 0 30px;
  height: 55px;
}

.mobile-menu-extra {
  display: none;
}

.header-social-icons {
  padding-top: 20px;
}

.top-navigation {
  margin-top: -50px;
  /*width: 814px;*/
  width: 871px;
  padding: 0 20px;
  font-family: "Oswald";
  font-weight: 700;
}
.top-navigation a {
  color: #333333;
  text-transform: uppercase;
  font-size: 18px;
  text-decoration: none;
  letter-spacing: 0.01rem;
}
.top-navigation .top-icon-bg {
  color: #fff;
}
.top-navigation li {
  list-style-type: none;
  float: left;
}

.icon-social:hover i {
  color: #ed1c24;
}

.icon-social:focus i {
  color: #ed1c24;
}

.icon-social i {
  font-size: 25px;
  margin-right: 1px;
  transition: color 0.2s;
}

.icon-social:last-child i {
  margin-right: 0;
}
@media screen and (min-width: 767px) {
  .top-navigation.is-fixed {
    position: fixed;
    height: 72px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    background-color: #fff;
    top: 0;
    z-index: 1000;
    padding-top: 23px;
    margin-top: -80px;
  }
}

.top-navigation.is-fixed.is-visible {
  margin-top: 0;
}
.top-navigation.is-fixed .container {
  padding-left: 30px;
  padding-right: 30px;
}

.i-menu,
.i-menu:before,
.i-menu:after {
  background: #333333;
  content: "";
  cursor: pointer;
  display: block;
  height: 3px;
  position: absolute;
  width: 24px;
}

.i-menu:before {
  top: -8px;
}

.i-menu:after {
  top: 8px;
}

.i-menu.i-close:before,
.i-menu.i-close:after {
  width: 48px;
}

.has-expanded-menu .i-menu,
.i-menu.i-close {
  background-color: transparent !important;
}

.has-expanded-menu .i-menu:before,
.i-menu.i-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 0;
  bottom: 0;
}

.has-expanded-menu .i-menu:after,
.i-menu.i-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
}

.top-navigation li {
  position: relative;
}

.nav-links > li > a {
  margin: 0 3px;
  padding: 0 11px;
  padding-top: 12px;
  border: 1px solid #fff;
  border-bottom-style: none;
  line-height: 28px;
  background: transparent;
  position: relative;
  z-index: 201;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 1250px) {
  .nav-links > li > a {
    padding: 0 9px;
  }
  .small-logo {
    margin-right: 36px;
  }
}
.submenu {
  position: absolute;
  padding: 0;
  background-color: #fff;
  left: 3px;
  top: 30px;
  font-weight: normal;
  z-index: 200;
  min-width: 167px;
  transition: none;
  max-height: 0;
  overflow: hidden;
}
.submenu a {
  font-size: 14px;
  font-family: "Open Sans";
  display: block;
  margin: 0;
  text-transform: none;
  white-space: nowrap;
  height: 30px;
  letter-spacing: 0.01rem;
  line-height: 30px;
}

.submenu li {
  float: none;
  height: 30px;
  width: 100%;
}

.logo-img {
  display: block;
  width: 470px;
  margin: 0 auto;
}

.logo-area {
  height: 143px;
  width: 100%;
  float: none;
  clear: both;
  text-align: center;
}
.logo-area a {
  display: inline-block;
}

.nav-links {
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 1201px) {
  .nav-links > li:hover > a {
    border-color: #c0c0c0;
    background: #fff;
    padding-bottom: 4px;
    color: #ed1c24;
  }
  .nav-links > li > a:focus {
    border-color: #c0c0c0;
    background: #fff;
    padding-bottom: 4px;
    color: #ed1c24;
  }
  .nav-links > li:hover > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -6px;
    background-color: #ed1c24;
    height: 4px;
  }
  .nav-links > li > a:focus:after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -6px;
    background-color: #ed1c24;
    height: 4px;
  }
  .nav-links > li > a.active {
    color: #ed1c24;
    padding-bottom: 5px;
  }
  .nav-links > li > a.active:after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -6px;
    background-color: #ed1c24;
    height: 4px;
  }

  .nav-links > li.nochildren:hover > a {
    border-color: #fff;
  }
  .nav-links > li.nochildren > a:focus {
    border-color: #fff;
  }

  .nav-links a:hover,
  .nav-links a.selected {
    color: #ed1c24;
  }
  .nav-links a:focus,
  .nav-links a.selected {
    color: #ed1c24;
  }

  .nav-links > li:hover .submenu {
    max-height: 295px;
    padding: 32px 20px 10px 18px;
    border: 1px solid #c0c0c0;
    transition: max-height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  /* .nav-links > li a:focus + .submenu {
        max-height: 295px;
        padding: 32px 20px 10px 18px;
        border: 1px solid #C0C0C0;
        transition: max-height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1); 
    } */
  .has-expanded-submenu {
    max-height: 295px;
    padding: 32px 20px 10px 18px;
    border: 1px solid #c0c0c0;
    transition: max-height 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  }
  .has-expanded-submenu-navlink {
    border: 1px solid #c0c0c0;
    background: #fff;
    padding-bottom: 4px;
    color: #ed1c24;
  }
  .nav-links > li:hover .submenu.short {
    max-height: 154px;
  }
  .nav-links > li:focus + .submenu.short {
    max-height: 154px;
  }
  .nav-links > li:hover .submenu:hover {
    overflow: visible;
  }
  .nav-links > li:focus + .submenu:focus {
    overflow: visible;
  }

  .submenu li.has-children:hover:after {
    display: block;
    position: absolute;
    content: "";
    background-color: #fff;
    background-image: url(../images/assets/sprites.png);
    background-position: -115px -15px;
    height: 38px;
    width: 48px;
    right: -23px;
    top: 0px;
  }

  /* .submenu li.has-children a:hover:after {
    display: block;
    position: absolute;
    content: "";
    background-color: #fff;
    background-image: url(../images/assets/sprites.png);
    background-position: -115px -15px;
    height: 38px;
    width: 48px;
    right: -23px;
    top: 0px;
  } */

  .submenu li.has-children:focus:after {
    display: block;
    position: absolute;
    content: "";
    background-color: #fff;
    background-image: url(../images/assets/sprites.png);
    background-position: -115px -15px;
    height: 38px;
    width: 48px;
    right: -23px;
    top: 0px;
    z-index: -1;
  }

  .has-children-focus:focus:after {
    display: block;
    position: absolute;
    content: "";
    background-color: #fff;
    background-image: url(../images/assets/sprites.png);
    background-position: -115px -15px;
    height: 38px;
    width: 48px;
    right: -23px;
    top: 0px;
  }


  /* Wyświetalnie SubSubMenu */

  .hover1 > a::after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -6px;
    background-color: #ed1c24;
    height: 4px;
  }
  .hover2 {
    overflow: visible;
  }
  .hover3 > ul {
    display: block;
  }

  /* .submenu li.has-children:focus {
    display: block;
    position: absolute;
    content: "";
    background-color: #fff;
    background-image: url(../images/assets/sprites.png);
    background-position: -115px -15px;
    height: 38px;
    width: 48px;
    right: -23px;
    top: 0px;
  } */

  /* .has-children-focus::after {
    display: block;
    position: absolute;
    content: "";
    background-color: #fff;
    background-image: url(../images/assets/sprites.png);
    background-position: -115px -15px;
    height: 38px;
    width: 48px;
    right: -23px;
    top: 0px;
  } */
}

.submenu-child {
  position: absolute;
  width: auto;
  margin-right: -194px;
  background-color: #fff;
  left: 100%;
  border: 1px solid #c0c0c0;
  top: -16px;
  padding-right: 20px;
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  margin-left: 22px;
}

.has-expanded-subsubmenu {
  position: absolute;
  width: auto;
  margin-right: -194px;
  background-color: #fff;
  left: 100%;
  border: 1px solid #c0c0c0;
  top: -16px;
  padding-right: 20px;
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 25px;
  margin-left: 22px;
}

.submenu li.has-children:hover > a {
  color: #ed1c24;
}

.breadcrumbs {
  height: auto;
  margin-bottom: 20px;
}

.breadcrumbs .icon-home {
  font-size: 21px;
  margin-right: 8px;
  vertical-align: middle;
  height: 24px;
  line-height: 14px;
  display: inline-block;
}

.breadcrumbs a:hover {
  color: #ed1c24;
}

.crumb {
  font-size: 12px;
  line-height: 11px;
  text-transform: uppercase;
  padding: 0 8px;
  display: inline;
  vertical-align: middle;
  letter-spacing: 0.2rem;
}

.crumb-line {
  display: inline-block;
  width: 33px;
  height: 1px;
  background-color: #e6e6e6;
  vertical-align: middle;
}

.menu-label {
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  float: right;
  padding-top: 6px;
  letter-spacing: 0.03rem;
  transition: color 0.2s;
}

.js-toggle {
  margin-top: 20px;
}

@media screen and (min-width: 767px) {
  .js-toggle .i-menu {
    float: left;
    top: 14px;
    position: relative;
    margin-right: 11px;
    transition: background-color 0.2s;
  }

  .js-toggle .i-menu:before,
  .js-toggle .i-menu:after {
    transition: background-color 0.2s;
  }

  .js-toggle:hover .menu-label {
    color: #ed1c24;
  }

  .js-toggle:focus .menu-label {
    color: #ed1c24;
  }

  .js-toggle:hover .i-menu,
  .js-toggle:hover .i-menu:before,
  .js-toggle:hover .i-menu:after {
    background-color: #ed1c24;
  }

  .js-toggle:focus .i-menu,
  .js-toggle:focus .i-menu:before,
  .js-toggle:focus .i-menu:after {
    background-color: #ed1c24;
  }

  .js-toggle .i-menu.menu-expanded-show {
    margin-right: 46px;
  }

  .js-toggle .i-menu.i-close:before,
  .js-toggle .i-menu.i-close:after {
    width: 26px;
  }
}
.block__title {
  /*font-size: 26px; */
  font-size: 23px;
  word-wrap: normal;
  text-transform: uppercase;
  font-family: "oswaldmedium";
  font-weight: normal;
  /* line-height: 1.25em; */
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 0;
  transition: color 0.2s;
  clear: both;
}
.block__title.bigger {
  font-size: 39px;
  line-height: 48px;
  margin-bottom: 6px;
}

.multimedia-block .block__title {
  color: #fff;
  text-align: center;
}
.small-slider-crop {
  height: 327px;
  display: block;
  overflow: hidden;
  margin-bottom: 20px;
}
.block-horisontal {
  width: 100%;
  display: block;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 23px;
  margin-top: 23px;
}
.block-horisontal img {
  display: block;
  image-rendering: optimizeQuality;
  width: 365px;
}
/*.block-horisontal .block__title {
  font-size: 34px; }*/
.block-horisontal .text-content .block__title {
  font-size: 26px;
  line-height: 32px;
}
.block-horisontal:hover,
.block-horisontal:hover .block__title,
.block-horisontal:hover .has-meta .meta {
  color: #8e8c8c;
}

@media screen and (min-width: 766px) {
  .block-horisontal:hover .block-image img,
  .block:hover .block-image img,
  .icon-block-image:hover > div img {
    webkit-transform: scale3d(1.03, 1.03, 1);
    -webkit-transform: scale3d(1.03, 1.03, 1);
    transform: scale3d(1.03, 1.03, 1);
    -moz-transform: scale(1.03) rotate(0.02deg);
    opacity: 0.95;
  }

  .block-horisontal:hover .block-image.zoom-out img,
  .block:hover .block-image.zoom-out img,
  .icon-block-image.zoom-out:hover > div {
    webkit-transform: scale3d(0.95, 0.95, 1);
    -webkit-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1);
    -moz-transform: scale(0.95) rotate(0.02deg);
    opacity: 0.95;
  }
}
.icon-block-image.zoom-out:hover > div img {
  webkit-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.block-publishing:hover,
.block-horisontal.block-publishing:hover .block__title,
.block-horisontal.block-publishing:hover .has-meta .meta {
  color: #333333;
}

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

.meta__date.page__meta {
  font-size: 18px;
}

.no-touch .block.multimedia-block:hover .block__title {
  color: #fff;
}

.block__pad {
  padding-left: 20px;
  padding-right: 20px;
}

.meta {
  margin-bottom: 7px;
  line-height: 16px;
}

.content-footer-space {
  width: 100%;
  clear: both;
  height: 98px;
}

.block__type {
  width: 100%;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
  background-color: #666666;
  margin-top: 0;
  margin-bottom: 0;
  height: 32px;
  line-height: 32px;
  letter-spacing: 0.15rem;
  clear: both;
}

.block__type.gradient-bar {
  width: auto;
  padding-left: 43px;
  padding-right: 43px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 104;
}

.block__type.gradient-bar2 {
  width: 100%;
  /* padding-left: 43px; */
  /* padding-right: 43px; */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 104;
}

.meta__date {
  float: left;
  font-family: Courier;
  font-size: 16px;
}

.meta__type {
  float: right;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  font-size: 11px;
}

.meta__type.fl {
  float: left;
}

.block__content {
  padding-left: 25px;
  position: relative;
}

.block__content:focus {
  outline-offset: -1px;
}

.block__content:before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 26px;
  background-color: currentColor;
  left: 0;
  transition: background-color 0.2s;
  top: 4px;
}

.block__content.has-meta:before {
  height: 46px;
  top: 2px;
}

a.block:hover .block__content:before {
  background-color: #8e8c8c;
}

.block__content.news__row:before {
  top: 11px;
}

.js-show-full-search {
  cursor: pointer;
}

.full-overlay {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 1002;
  position: fixed;
  display: none;
}

.full-overlay .close-overlay {
  width: 78px;
  height: 78px;
  position: absolute;
  cursor: pointer;
  top: 0px;
  right: 0px;
  padding-top: 20px;
  padding-right: 20px;
  border: none;
  background-color: #ffffff;
}

.full-overlay .close-overlay:focus {
  outline: auto;
}

.full-overlay .close-overlay:focus:not(:focus-visible) {
  outline: none;
}

.fs-search {
  width: 558px;
  height: 64px;
  position: absolute;
  left: 50%;
  margin-left: -279px;
  top: 30%;
  display: flex;
}

.fs-search input[type="text"] {
  border: 1px solid #e6e6e6;
  border-radius: 9px;
  width: 100%;
  font-size: 36px;
  color: #777772;
  height: 64px;
  outline-color: black;
}

.fs-search input[type="text"]::placeholder {
  color: #777772;
}

.fs-search button[type="submit"] {
  text-indent: -9999px;
  background-image: url(../images/assets/sprite-search-button.png);
  background-color: #eeeeee;
  width: 33px;
  height: 33px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 16px;
  outline: initial;
  border: none;
}

.fs-search button[type="submit"]:focus {
  outline: auto;
}

.new__row_text {
  transition: color 0.2s;
}

.news__row {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  width: 100%;
  display: block;
  padding-top: 7px;
  padding-bottom: 9px;
  text-decoration: underline;
}

.news__row:hover {
  text-decoration: none;
}

.news__row .meta__date {
  font-size: 12px;
}

.news__row .meta__type {
  font-size: 10px;
  margin-right: 4px;
}

.news__row .meta {
  margin-bottom: 4px;
  line-height: 16px;
}

.btn {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  letter-spacing: 0.2rem;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 15px;
  transition: all 0.2s;
  float: none;
  clear: both;
}

.btn:hover {
  color: #ed1c24;
}

.btn:focus {
  outline-offset: -2px;
}

.btn.border {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}

.btn.border + .btn.border {
  border-top-style: none;
}

.btn.fl {
  float: left;
  clear: none;
}

.btn.fr {
  float: right;
  clear: none;
  text-align: right;
}

.top-icon {
  background-image: url(../images/assets/sprites_2x.png);
  background-size: auto 84px;
  height: 25px;
  width: 25px;
  float: left;
  margin-right: 15px;
  transition: color 0.2s;
}

.top-icon.facebook {
  background-position: -11px -9px;
}
.top-icon.facebook:hover {
  background-position: -11px -52px;
}
.top-icon.youtube {
  background-position: -51px -9px;
}
.top-icon.youtube:hover {
  background-position: -51px -52px;
}
.top-icon.instagram {
  background-position: -131px -9px;
}
.top-icon.instagram:hover {
  background-position: -131px -52px;
}
.top-icon.twitter {
  background-position: -91px -9px;
}
.top-icon.twitter:hover {
  background-position: -91px -52px;
}
.top-icon.hc {
  background-position: -238px -9px;
  margin-right: 0;
}
.top-icon.hc:hover {
  background-position: -238px -52px;
}
.top-icon.search {
  background: none;
  margin-left: 8px;
  font-size: 26px;
  margin-top: 1px;
  margin-right: 20px;
}
.top-icon.search:hover {
  color: #ed1c24;
}
.top-icon.search:focus {
  color: #ed1c24;
}
.top-icon.fr {
  float: right;
}

.top-icon-bg {
  color: #fff;
  background-color: #333333;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  margin-right: 15px;
  transition: background-color 0.2s;
  text-align: center;
  line-height: 25px;
  font-size: 15px;
  vertical-align: top;
}

.top-icon-bg.revert {
  background-color: #fff;
  color: #333;
}

.top-icon-bg.revert:hover {
  background-color: #fff;
  color: #ed1c24;
}

.top-icon-bg i {
  margin-left: 1px;
}

.top-icon-bg .icon-facebook {
  margin-top: 4px;
  display: block;
  font-size: 19px;
  text-align: left;
  margin-left: 0;
}

.top-icon-bg:hover {
  background-color: #ed1c24;
}

.top-icon-bg:focus {
  background-color: #ed1c24;
}

.top-icon-bg.en {
  font-family: "Open Sans";
  font-weight: normal;
  font-size: 16px;
}

.top-icon-bg.hc {
  position: relative;
  margin-right: 0;
}

.top-icon-bg.hc:after {
  content: "";
  width: 9px;
  height: 19px;
  background: #fff;
  border-bottom-right-radius: 22px 22px;
  border-top-right-radius: 22px 22px;
  position: relative;
  display: block;
  position: absolute;
  right: 3px;
  top: 3px;
}

.top-icon-bg .icon-facebook {
  font-size: 21px;
}

.top-icon-bg.en {
  text-transform: uppercase;
  font-size: 11px;
  background-image: none;
}

.top-icon-bg.small,
.icon-social.small {
  width: 33px;
  height: 33px;
  font-size: 20px;
  line-height: 29px;
  margin-right: 14px;
  display: inline-block;
  vertical-align: text-top;
  float: none;
}

.top-icon-bg.small i,
.icon-social.small i {
  margin-left: 0;
  font-size: 31px;
}

.top-icon-bg.small.en,
.icon-social.small.en {
  font-size: 14px;
  line-height: 34px;
  margin-left: 2px;
}

.top-icon-bg.small:last-child,
.icon-social.small:last-child {
  margin-right: 0;
}

.slider-pager {
  display: block;
  width: 93px;
  height: 23px;
  position: absolute;
  z-index: 104;
  background-color: #fff;
  top: 289px;
  right: 10px;
}

.light-background .slider-pager {
  top: 295px;
}

.slider-prev,
.slider-next {
  height: 23px;
  width: 30px;
  cursor: pointer;
}

.slider-prev > div,
.slider-next > div {
  width: 13px;
  height: 11px;
  background-image: url(../images/assets/sprites.png);
  margin-top: 6px;
}

.slider-prev {
  float: left;
}

.slider-prev > div {
  background-position: -157px -125px;
  margin-left: 6px;
}

.slider-prev:hover > div {
  background-position: -157px -144px;
}

.slider-next {
  float: right;
}

.slider-next > div {
  float: right;
  background-position: -182px -125px;
  margin-right: 6px;
}

.slider-next:hover > div {
  background-position: -182px -144px;
}

.slider-counter {
  text-align: center;
  color: #333333;
  float: left;
  font-family: Courier;
  font-size: 15px;
  margin-top: 3px;
  width: 33px;
}

.text-content {
  float: right;
  width: 470px;
  position: relative;
}

.text-content .meta__type {
  float: right;
  max-width: 50%;
  text-align: right;
  line-height: 13px;
}

.text-content .meta__type,
.text-content .meta__date {
  margin-top: 20px;
}

.text-content .meta__date {
  max-width: 50%;
  float: left;
}
.text-content .block__title {
  line-height: 1.2em;
  padding-top: 10px;
  float: none;
  clear: both;
  width: 312px;
}

.text-content .block__text {
  float: none;
  clear: both;
  padding-top: 18px;
}

.left-border {
  padding-left: 20px;
  border-left: 1px solid #e6e6e6;
}

.no-photo .text-content {
  width: 100%;
  float: none;
}
.no-photo .text-content .block__title {
  width: 610px;
}

.block-labels {
  clear: both;
  padding-top: 30px;
}

.block-labels > div {
  float: left;
  padding-left: 16px;
  position: relative;
  margin-right: 30px;
}
.block-labels > div:last-child {
  margin-right: 0;
}
.block-labels > div:before {
  width: 4px;
  height: 19px;
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  background-color: currentColor;
}
.block-labels > div .header-4 {
  margin: 0;
  text-transform: uppercase;
  font-size: 12px;
}

.block-labels.side-labels {
  padding-top: 0;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 30px;
  margin-bottom: 10px;
}
.block-labels.side-labels > div {
  float: none;
  clear: both;
  width: 100%;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.block-labels.side-labels > div h4 {
  line-height: 1.8em;
}

.exhibition-curator {
  max-width: 232px;
}

.exhibition-place {
  max-width: 232px;
}

.exhibition-artists {
  max-width: 307px;
}

.page__title.block__title {
  font-size: 48px;
  float: left;
  line-height: 1.3em;
  max-width: 100%;
}

.page__meta {
  margin-bottom: 20px;
  margin-top: 8px;
}

.detail-info td {
  vertical-align: top;
}

.detail-info .data {
  font-size: 16px;
  line-height: 24px;
}

td.label {
  font-weight: bold;
  padding-right: 10px;
}

.fl {
  display: flex;
}

iframe:focus { 
  outline: 2px solid red;
}

.page__bar.bottom {
  display: flex;
  margin-bottom: 45px;
  margin-top: 30px;
}

.page__bar {
  width: 100%;
  clear: both;
  float: none;
  height: 63px;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  margin: 10px 0;
  padding-top: 21px;
}

.fb_iframe_widget span {
  vertical-align: top !important;
}

.page-banner {
  margin-bottom: 30px;
  overflow: hidden;
  height: 0;
  padding-bottom: 41%;
}
@media screen and (max-width: 766px) {
  .page-banner {
    margin-bottom: 30px;
    overflow: hidden;
    height: auto;
    padding-bottom: 0;
  }
  .page-banner .blablabla {
    display: none;
  }
}
.page-banner.auto {
  height: auto;
  padding-bottom: 0;
}

.page-banner img {
  max-width: 100%;
}

.page__lead,
.page__content {
  max-width: 770px;
}

.page__content {
  color: #666666;
  font-size: 16px;
  line-height: 1.5em;
}

.page__quote {
  font-size: 20px;
  font-style: italic;
  width: 75%;
  color: #333333;
  margin: 46px auto;
  line-height: 1.45em;
}

.block-labels.side-labels.contact > div {
  line-height: 1.4em;
}

.page__textheader {
  color: #333333;
  text-transform: uppercase;
  font-size: 26px;
  font-family: "oswaldmedium";
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  font-weight: normal;
}

.contact-header {
  text-transform: uppercase;
  margin-bottom: 5px;
  display: block;
}
.contact-header small {
  font-weight: 400;
  text-transform: none;
}

.page__lead {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.45em;
  margin-bottom: 20px;
}

.page__imagemodule {
  margin-top: 30px;
  margin-bottom: 30px;
}
.page__imagemodule img {
  float: left;
  width: 350px;
  margin-right: 30px;
}
.page__imagemodule .module__text {
  float: left;
  width: 380px;
  font-style: italic;
  padding-top: 30px;
  line-height: 1.45em;
}

.page__content a {
  text-decoration: underline;
}
.page__content a:hover {
  color: #ed1c24;
}

.bio {
  font-size: 15px;
  margin-top: 40px;
}
.bio img {
  width: 266px;
  margin-right: 30px;
  float: left;
}
.bio .bio__text {
  color: #666666;
  width: 436px;
  float: left;
}
.bio .bio__text.wide {
  width: auto;
}
.bio .block__title {
  color: #333333;
}
.bio .bio_extra {
  color: #333333;
  font-size: 15px;
}

a.twitter-share-button {
  opacity: 0;
}

.twitter-share-button {
  margin-right: 10px;
}

.logotypes {
  padding: 20px 0;
  margin-bottom: 0px;
}

.content__logo {
  height: 50px;
  float: left;
  /* text-align: center; */
  max-width: 190px;
  margin: 0 15px;
  position: relative;
  margin-top: 16px;
  /* vertical-align: middle; */
  /* margin-bottom: 20px; */
  /* position: relative; */
  display: table-cell;
  /* vertical-align: middle; */
}
.content__logo img {
  /*max-height: 38px;*/
  max-height: 74px;
}
.content__logo .image {
  vertical-align: middle;
  max-height: 57px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.content__logo img {
  max-width: 100%;
  opacity: 0.5;
  transition: opacity 0.2s;
  -webkit-backface-visibility: hidden;
  /*max-height: 38px; */
  /* height: 50px; */
  display: table-cell;
  vertical-align: middle;
  vertical-align: middle;
}
.content__logo .color {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  opacity: 0;
}
.content__logo:hover .color,
.content__logo:hover .logo-text {
  opacity: 1;
}
.content__logo .logo-text {
  font-size: 11px;
  line-height: 12px;
  opacity: 0.7;
  text-align: left;
  max-width: 150px;
  margin: 0 auto;
  transition: opacity 0.2s;
  position: absolute;
}

.side-info {
  text-align: center;
  padding: 20px;
  padding-bottom: 30px;
}

.button_super {
  width: 100%;
  cursor: pointer;
  transition: background-color 0.2s;
  background-color: #ed1c24;
  color: #fff;
  font-size: 18px;
  font-family: "oswaldmedium";
  text-align: center;
  height: 54px;
  margin-bottom: 30px;
  display: block;
  text-transform: uppercase;
  border-style: none;
  line-height: 60px;
}
.button_super:hover {
  background-color: #b5392b;
}
.button_super.twin {
  width: 50%;
}
.button_super i {
  font-size: 17px;
  position: relative;
  top: -2px;
}

.side .block__text {
  margin-top: 6px;
}

.side .block:first-child {
  margin-top: 0;
}

.side .block.nophoto {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 20px;
  padding-top: 20px;
  margin-bottom: 0;
}
.side .block.nophoto + .block.nophoto {
  border-top-style: none;
  margin-top: 0;
}

.side .block.nophoto + .block {
  margin-top: 30px;
}

.side .block.graphic-block {
  /*margin-bottom: 0;  */
}
.side .block.graphic-block img {
  margin-bottom: 0;
}

.graphic-block .block__title {
  margin-bottom: 4px;
}

.side .block.block-calendar {
  margin-bottom: 20px;
}

.side-panel {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 2000;
  background-color: #efefef;
  width: 332px;
  padding: 20px;
  padding-top: 65px;
  font-size: 13px;
  overflow: auto;
  transition: right 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.side-panel .line {
  height: 1px;
  width: 100%;
  margin-top: 20px;
  background-color: #fff;
  margin-bottom: 20px;
  clear: both;
  float: none;
}
.side-panel.hidden {
  right: -340px;
}

.hide {
  display: none;
}

.panel-table {
  width: 276px;
  float: right;
  border-spacing: 13px;
  border-collapse: separate;
}
.panel-table .price {
  background-color: #fff;
  width: 56px;
  font-family: "Courier";
  font-size: 18px;
  text-align: center;
}
.panel-table td {
  padding: 10px 0;
}

.close-panel {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 24px;
  right: 24px;
  cursor: pointer;
  transition: color 0.2s;
}
.close-panel:hover {
  color: #ed1c24;
}
.close-panel:after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 2px;
  background-color: currentColor;
  position: absolute;
  top: 8px;
  right: -4px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.close-panel:before {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  border-radius: 2px;
  background-color: currentColor;
  position: absolute;
  top: 8px;
  left: -1px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.page-banner a > img.banner_img_l {
  width: 565px;
}

.page-banner a > img.banner_img_s {
  width: 279px;
  height: 351px;
}

.page-banner.items-3 a > img.banner_img_s {
  width: 278px;
}

.navigation-tab {
  width: 50%;
  display: block;
  float: left;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  letter-spacing: 0.2rem;
  text-align: center;
  padding-top: 18px;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  line-height: 15px;
  color: #adadad;
  height: 54px;
  transition: all 0.2s;
}
.navigation-tab.selected {
  background-color: #666666;
  color: #fff;
}
.navigation-tab:not(.selected):hover {
  color: #333333;
  background-color: #f0f0f0;
}

.publish-search {
  width: 652px;
  padding-top: 10px;
  padding-right: 15px;
}
.publish-search input[type="text"] {
  width: 433px;
  height: 32px;
  line-height: 31px;
}
.publish-search .search-button {
  background-color: #e6e6e6;
  height: 33px;
  line-height: 35px;
  padding: 0 20px;
  cursor: pointer;
  transition: all 0.2s;
}
.publish-search .search-button:hover {
  background-color: #666666;
  color: #fff;
}

.map-banner {
  width: 100% !important;
  margin-bottom: 35px;
  height: 355px !important;
}

.spacer {
  height: 25px;
}

.page_link_btm {
  position: absolute;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  z-index: 2;
  right: 16px;
  bottom: 16px;
  letter-spacing: 0.2rem;
}
.page_link_btm.dark {
  color: #333333;
}
.page_link_btm i {
  font-size: 18px;
  position: relative;
  bottom: -2px;
}

.multimedium.page_link .block__title {
  font-size: 26px;
  top: 20px;
  left: 20px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  text-align: left;
}
.multimedium.page_link .block__title.dark {
  color: #333333;
}

.font-size-trigger {
  font-family: "oswaldmedium";
  font-size: 22px;
  margin-left: 10px;
  cursor: pointer;
  transition: 0.2s;
}
.font-size-trigger:hover {
  color: #ed1c24;
}
.js-size-up:hover {
  font-size: 24px;
}
.js-size-down:hover {
  font-size: 20px;
}

.js-size-up:focus:not(:focus-visible),
.js-size-down:focus:not(:focus-visible) {
  outline: none;
}

.page__lead[data-size="1"] {
  font-size: 25px;
}

.page__content[data-size="1"] {
  font-size: 23px;
}
.page__content[data-size="1"] .page__quote {
  font-size: 25px;
}

.page__lead[data-size="-1"] {
  font-size: 16px;
}

.page__content[data-size="-1"] {
  font-size: 13px;
}
.page__content[data-size="-1"] .page__quote {
  font-size: 16px;
}

.small-banner {
  display: block;
  margin-top: 13px;
  margin-bottom: 13px;
  transition: color 0.2s;
}
.small-banner .text {
  float: left;
  padding-left: 20px;
  width: 258px;
}

.small-banner .gfx {
  width: 140px;
  height: 75px;
  float: left;
  position: relative;
  text-align: center;
  transition: all 0.3 s;
}

.small-banner .gfx .bg {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 140px;
  height: 75px;
  /* background-color: #333333;*/
  transition: all 0.2s;
}

.block-event .text-content {
  width: 490px;
}
.block-event.nophoto .text-content {
  width: 696px;
}
.block-event.nophoto .block__title {
  width: 511px;
}
.block-event .block__title {
  width: 326px;
  float: left;
  clear: none;
  padding-top: 0;
}
.block-event .meta__type {
  width: 164px;
  margin-top: 0;
}
.block-event .block__text {
  padding-top: 6px;
  max-width: 90%;
  clear: both;
}

.block-time {
  width: 154px;
  font-family: "Courier";
  font-size: 16px;
  line-height: 1.3em;
  position: relative;
  padding-left: 24px;
}
.block-time:before {
  width: 9px;
  height: 33px;
  content: "";
  background: #333333;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
}

.block-horisontal.block-event img,
.block-horisontal.block-universal img {
  width: 166px;
}

.block-universal .text-content {
  width: 664px;
}
.block-universal .text-content .block__title {
  width: auto;
}

.navigation-bar,
.filter-bar {
  width: 100%;
  height: 54px;
}

.navigation-bar {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 2px;
}
.navigation-bar .btn {
  width: 201px;
}
.navigation-bar .center,
.navigation-bar .left {
  width: 448px;
  text-align: center;
  float: left;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  letter-spacing: 0.2rem;
  text-align: center;
  padding-top: 18px;
  padding-bottom: 18px;
  line-height: 15px;
}
.navigation-bar .left {
  text-align: left;
  width: auto;
}
.navigation-bar i {
  font-size: 18px;
  vertical-align: middle;
}
.navigation-bar.nopadding {
  padding-top: 0;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}
.navigation-bar.bordered {
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #e6e6e6;
}

.filter-bar {
  background-color: #666666;
  color: #fff;
  position: relative;
  z-index: 20;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: 15px;
}
.filter-bar .padded {
  padding-top: 20px;
}
.filter-bar .select-holder {
  height: 54px;
}
.filter-bar .select-holder.fl {
  border-right: 1px solid #858585;
}
.filter-bar .select-holder.fr {
  border-left: 1px solid #858585;
}
.filter-bar .selecter {
  margin: 0;
}
.filter-bar .selecter-selected {
  background-color: #666666;
  color: #fff;
  font-size: 12px;
  border-style: none;
  border-radius: 0;
  height: 54px;
  padding: 20px 37px 20px 13px;
  transition: background-color 0.3s;
}
.filter-bar .selecter-selected:hover {
  color: #fff;
  background-color: #797979;
}
.filter-bar .selecter-selected:after {
  border-top: 5px solid #fff;
  right: 18px;
}

.select-holder .selecter {
  max-width: 100%;
}

.select-holder.category {
  width: 223px;
}

.select-holder.count {
  width: 134px;
}

.select-holder.year {
  width: 193px;
}

.select-holder.time {
  padding-top: 19px;
  padding-left: 13px;
  padding-right: 37px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
}
.select-holder.time:hover {
  color: #fff;
  background-color: #797979;
}
.select-holder.education.time:hover {
  color: #000;
  background-color: #fff;
}
.select-holder.education.time:after {
  border-top: 5px solid #000;
  top: 13px;
}
.select-holder.time:after {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 18px;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #fff;
  content: "";
  display: block;
  margin: auto 0;
}

.select-holder.year {
  border-right: 1px solid #e6e6e6;
}
.selecter-item:first-child {
  border-top-width: 2px;
}
.selecter-item.selected:first-child + .selecter-item,
.selecter-item:last-child {
  border-top-width: 2px;
}
select.light + .selecter-selected {
  margin: 0;
  height: 51px;
  border-style: none;
  padding-top: 18px;
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  letter-spacing: 0.2rem;
  text-align: center;
  line-height: 15px;
  padding-right: 37px;
  color: #333;
}
select.light + .selecter-selected:after {
  border-top: 5px solid #333;
}

.selecter.open select.light + .selecter-selected,
.selecter.focus select.light + .selecter-selected {
  background-color: #f9f9f9;
}

.block-universal.block-artist .block__title {
  width: 507px;
  float: left;
  clear: none;
}
.button_super.ticket-button {
  background-color: #333333;
  line-height: 0;
  padding-top: 20px;
}

.button_super.ticket-button:hover {
  background-color: #737373;
}

input[type="text"],
input[type="email"] {
  border-style: none;
  padding: 0 12px;
  height: 42px;
  line-height: 42px;
  font-family: "Open Sans";
  font-size: 12px;
}

button:focus,
input[type="submit"]:focus {
  outline: auto;
}

input[type="submit"],
.submit-button {
  border-style: none;
  font-size: 12px;
  background-color: transparent;
  text-transform: uppercase;
  letter-spacing: 0.15rem;
  padding-left: 20px;
  font-family: "Open Sans";
}

.newsletter-form input[type="submit"],
.newsletter-form .submit-button {
  transition: color 0.2s;
  cursor: pointer;
}
.newsletter-form input[type="submit"]:hover,
.newsletter-form .submit-button:hover {
  color: #ed1c24;
}
.newsletter-form input[type="submit"] i,
.newsletter-form .submit-button i {
  font-size: 17px;
}

.order-form {
  background-color: #e6e6e6;
  padding: 20px;
}
.order-form input[type="text"],
.order-form textarea {
  width: 100%;
  border-style: none;
  resize: none;
  margin-bottom: 10px;
}
.order-form #order-code {
  width: 80%;
}
.order-form label {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.02rem;
  margin-bottom: 4px;
}
.order-form textarea {
  height: 140px;
}
.order-form .twin.small {
  width: 40%;
}
.order-form .twin.big {
  width: 60%;
}
.order-form .error {
  border: 1px solid #ed1c24 !important;
  background: #f7cecf;
}

.form-success-show {
  display: none;
}

.order-form-success {
  font-size: 20px;
  text-align: center;
}

.newsletter-form .error {
  background-color: #f01a1c;
  color: #fff;
}

.newsletter-form .form-success-show {
  width: 330px;
  float: left;
  font-size: 13px;
  color: #fff;
  line-height: 13px;
  height: 47px;
  padding-top: 10px;
  background: #000;
  padding-left: 17px;
}

.cookie-banner a {
  color: #ed1c24;
  text-decoration: underline;
}
.cookie-banner a:hover {
  text-decoration: none;
}

input[type="text"],
textarea,
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.cookie-banner .button_super {
  float: right;
  width: auto;
  padding: 0 10px;
  height: 45px;
  margin-bottom: 0;
  line-height: 52px;
}

.icon-block-image {
  position: relative;
}
.icon-block-image > div {
  transition: -webkit-transform 0.5s ease-out;
  transition: transform 0.5s ease-out;
}

.icon-gallery-photo {
  background-image: url(../images/assets/sprite-photo-caption.png);
  width: 120px;
  height: 26px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-family: "Courier";
  font-size: 18px;
  padding-left: 30px;
  padding-top: 4px;
  z-index: 10;
}

.icon-gallery-film {
  background-position: -218px -14px;
  width: 33px;
  height: 33px;
  background-image: url(../images/assets/sprites.png);
  position: absolute;
  bottom: 10px;
  right: 10px;
  z-index: 10;
}

.symbol {
  background-color: #fff;
  display: inline-block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.symbol.circle,
.symbol.square {
  height: 53px;
  width: 53px;
}
.symbol.circle {
  border-radius: 50%;
}
.symbol.pentagon {
  background-color: transparent;
  position: relative;
  width: 63px;
  height: 33px;
  border-width: 29px 14px 0;
  top: 65%;
  border-style: solid;
  border-color: #fff transparent;
}
.symbol.pentagon:before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: -49px;
  left: -15px;
  border-width: 0 32px 21px;
  border-style: solid;
  border-color: transparent transparent #fff;
}
.symbol.triangle {
  background-color: transparent;
  width: 0;
  height: 0;
  border-left: 31px solid transparent;
  border-right: 31px solid transparent;
  border-bottom: 48px solid #fff;
}
.symbol.triangle2 {
  background-color: transparent;
  width: 0;
  height: 0;
  border-bottom: 48px solid #fff;
  border-left: 48px solid transparent;
}
.symbol.triangle3 {
  background-color: transparent;
  width: 0;
  height: 0;
  border-bottom: 48px solid #fff;
  border-right: 48px solid transparent;
}
.symbol.minus,
.symbol.ex,
.symbol.plus {
  height: 14px;
  width: 54px;
}
.symbol.ex {
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  -webkit-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  transform-origin: 50% 0;
}
.symbol.ex:after,
.symbol.plus:after {
  content: "";
  display: block;
  background: #fff;
  width: 14px;
  height: 54px;
  left: 50%;
  margin-left: -7px;
  position: relative;
  top: 50%;
  margin-top: -27px;
}

/*
 * Selecter v3.2.4 - 2015-04-04
 * A jQuery plugin for replacing default select elements. Part of the Formstone Library.
 * http://classic.formstone.it/selecter/
 *
 * Copyright 2015 Ben Plum; MIT Licensed
 */
.selecter {
  position: relative;
  display: block;
  z-index: 1;
}

.selecter:focus {
  box-shadow: none;
  outline: none;
}

.selecter,
.selecter * {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  user-select: none !important;
}

.selecter,
.selecter *,
.selecter *:before,
.selecter *:after {
  box-sizing: border-box;
}

.selecter-element {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.selecter-element,
.selecter-element:focus {
  outline: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.no-opacity .selecter-element {
  left: -999999px;
}

.selecter-selected {
  position: relative;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 10px 15px;
  text-overflow: clip;
  z-index: 2;
}

.selecter-selected:after {
  height: 0;
  width: 0;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #cccccc;
  content: "";
  display: block;
  margin: auto 0;
}

.no-touch .selecter.disabled .selecter-selected:hover {
  color: #cccccc;
}

select {
  opacity: 0;
}

.selecter-options {
  width: 100%;
  max-height: 260px;
  position: absolute;
  top: 100%;
  left: -1px;
  border: 1px solid #cccccc;
  border-width: 0 1px 1px;
  background-color: #ffffff;
  display: none;
  margin: 0;
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  z-index: 50;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.2rem;
  font-family: "Open Sans";
  color: #333;
}

.selecter-options.scroller {
  position: absolute;
}

.no-opacity .selecter-options {
  width: auto;
}

.selecter-group {
  border-bottom: 1px solid #cccccc;
  color: #999999;
  display: block;
  font-size: 11px;
  padding: 10px 15px;
  text-transform: uppercase;
}
.selecter-item.selected {
  display: none;
}
.selecter-item {
  width: 100%;
  background: #f9f9f9;
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  color: #222222;
  cursor: pointer;
  display: block;
  font-size: 13px;
  margin: 0;
  overflow: hidden;
  padding: 10px 15px;
  text-decoration: none;
  text-overflow: ellipsis;
}

.selecter-item.placeholder {
  display: none;
}

.selecter-item.selected {
  background: #eeeeee;
}

.selecter-item.disabled {
  color: #999999;
  cursor: default;
}

.selecter-item:first-child {
  border-radius: 0;
}

.selecter-item:last-child {
  border-bottom: 0;
  border-radius: 0 0 2px 2px;
}

.no-touch .selecter-item:hover,
.no-touch .selecter-item.selected:hover {
  color: #333333;
  background-color: #cccccc;
}

.selecter-item.disabled,
.no-touch .selecter-item.disabled:hover {
  color: #cccccc;
  background-color: #ffffff;
}

.selecter.open {
  z-index: 3;
}

.selecter.open .selecter-selected {
  z-index: 51;
  border-radius: 0;
}

.selecter.open .selecter-selected,
.selecter.focus .selecter-selected {
  background-color: #797979;
}

.selecter.cover .selecter-options {
  border-width: 1px;
  top: 0;
}

.selecter.cover.open .selecter-selected {
  z-index: 49;
}

.selecter.bottom .selecter-options {
  top: auto;
  bottom: 100%;
  border-width: 1px 1px 0;
}

.selecter.bottom .selecter-item:last-child {
  border: none;
}

.selecter.bottom.open .selecter-selected {
  border-radius: 0 0 3px 3px;
}

.selecter.bottom .cover .selecter-options {
  top: auto;
  bottom: 0;
}

.selecter.multiple .selecter-options {
  width: 100%;
  position: static;
  border-width: 1px;
  display: block;
  box-shadow: none;
}

.selecter.disabled .selecter-selected {
  background: #ffffff;
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}

.selecter.disabled .selecter-options {
  background: #ffffff;
  border-color: #cccccc;
}

.selecter.disabled .selecter-group,
.selecter.disabled .selecter-item {
  border-color: #cccccc;
  color: #cccccc;
  cursor: default;
}

.selecter.disabled .selecter-item.selected,
.no-touch .selecter.disabled .selecter-item.selected:hover {
  background: #fafafa;
}

.selecter.disabled .selecter-item,
.no-touch .selecter.disabled .selecter-item:hover {
  color: #cccccc;
  background-color: #ffffff;
}

.selecter-options.scroller {
  overflow: hidden;
}

.selecter-options.scroller .scroller-content {
  max-height: 260px;
  padding: 0;
}

@media screen and (max-width: 740px) {
  .selecter {
    max-width: 40%;
  }
}
@media screen and (max-width: 500px) {
  .selecter {
    max-width: 100%;
  }
}
/*! jQuery UI - v1.11.4 - 2015-12-22
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 414px;
  position: absolute;
  left: 50%;
  margin-left: -207px;
  padding: 0.2em 0.2em 0;
  display: none;
  top: 20%;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  font-size: 21px;
  transition: color 0.3s;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  color: #ed1c24 !important;
  font-size: 21px !important;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
  text-align: left !important;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
  text-align: right !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  color: #333333;
  text-transform: uppercase;
  font-size: 26px;
  font-family: "oswaldmedium";
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  text-align: center;
  font-weight: normal;
  border: 0;
  text-transform: uppercase;
  color: #000;
  font-family: "Open Sans";
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 14px 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border-style: none;
  border-radius: 0;
  background: #ffffff;
  color: #333333;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border-style: none;
  background: transparent;
  color: #333333;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border-style: none;
  background: #fff;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  font-family: "Courier";
  color: #333333;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border-style: none;
  background: #fff;
  font-weight: normal;
  font-size: 18px;
  text-align: center;
  font-family: "Courier";
  color: #333333;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border-style: none;
  background: #f2f2f2;
  font-weight: bold;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border-style: none;
  background: #fff;
  color: #ed1c24;
  font-weight: bold;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #ed1c24;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-widget-header .ui-icon {
  display: none !important;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
}

.ui-widget-shadow {
  margin: 0px 0 0 0px;
  padding: 5px;
  background: #666666;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */
  border-radius: 8px;
}

.block-publishing .text-content {
  width: 570px;
  float: left;
  padding-left: 20px;
}
.block-publishing .block__title {
  width: 100%;
}

.cart-block {
  width: 106px;
  height: 125px;
  float: right;
  font-size: 18px;
  font-family: "Courier";
  text-align: center;
  padding-top: 39px;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.cart-block:hover {
  opacity: 1;
}
.cart-block.sold {
  opacity: 1;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 15px;
}

.icon-cart {
  background: url(../images/assets/sprites.png) no-repeat -227px -64px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: 6px;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.icon-sold {
  background: url(../images/assets/sprites.png) no-repeat -259px -64px;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-bottom: 6px;
  opacity: 1;
  transition: opacity 0.2s;
  margin-bottom: 7px;
}
.side-table {
  background-color: #fff;
}
.side-table .title {
  padding-bottom: 10px;
}
.side-table .price {
  font-family: "Courier";
  text-align: center;
  line-height: 42px;
  font-size: 18px;
}
.side-table .item {
  padding: 15px;
  position: relative;
  padding-right: 40px;
  border-bottom: 1px solid #e6e6e6;
}
.side-table .item + .item {
  border-top: 1px solid #fff;
}
.side-table input[type="text"] {
  width: 32px;
  height: 30px;
  line-height: 30px;
  font-family: "Courier";
  text-align: center;
  font-size: 18px;
  padding: 0 5px;
  background-color: #e6e6e6;
  margin-right: 12px;
}
.side-table .cell {
  display: inline-block;
  vertical-align: middle;
}
.side-table .crumb-line {
  background-color: #c7c7c7;
  margin-left: 6px;
  margin-right: 6px;
}
.icon-cancel {
  width: 12px;
  height: 12px;
  top: 20px;
  right: 8px;
  position: absolute;
  cursor: pointer;
  transition: color 0.2s;
}
.icon-cancel:after,
.icon-cancel:before {
  width: 16px;
  height: 2px;
  background-color: #c2c2c2;
  content: "";
  position: absolute;
  left: -4px;
  transition: background-color 0.2s;
  top: 5px;
}
.icon-cancel:after {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  left: -2px;
}
.icon-cancel:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.icon-cancel:hover:after,
.icon-cancel:hover:before {
  background-color: #666666;
}

.side-table .total {
  background-color: #333333;
  color: #fff;
  height: 54px;
  padding: 20px;
}
.side-table .total .price {
  line-height: 18px;
}

.block-publishing img {
  width: 150px;
}

.block .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  transition: background-color 0.2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.multimedium {
  margin-bottom: 10px;
}
.multimedium img {
  margin-bottom: 0;
}
.multimedium:hover .block__title {
  color: #fff;
}
.multimedium .block__title {
  color: #fff;
  z-index: 3;
  text-align: center;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  left: 20px;
  right: 20px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  pointer-events: none;
  letter-spacing: 0.05rem;
}
.multimedium .icon-gallery-film,
.multimedium .icon-gallery-photo {
  z-index: 99;
}
.multimedium:hover .overlay {
  background-color: rgba(0, 0, 0, 0.7);
}

.page-banner .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  transition: background-color 0.2s;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}

.page-banner .icon-gallery-film {
  bottom: 20px;
  right: 20px;
}

.matrix {
  margin-left: -10px;
  margin-right: -10px;
  clear: both;
}

.side-menu .btn {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
}
.side-menu .btn.selected {
  font-weight: bold;
  color: #ed1c24;
}
.side-menu .btn.first {
  padding-top: 7px;
  border-bottom: 1px solid #e6e6e6;
}

.side-menu.type2 .btn {
  font-family: "oswaldmedium";
  font-size: 16px;
  text-align: left;
}
.side-menu.type2 .btn.selected {
  font-weight: normal;
}

.iso-filter {
  margin-right: 16px;
  cursor: pointer;
  transition: all 0.2s;
}
.iso-filter:hover {
  color: #ed1c24;
}
.iso-filter.active {
  color: #ed1c24;
}

.iso-filter:after {
  content: "";
  width: 0;
  display: inline-block;
  height: 0;
  line-height: 20px;
  border-style: solid;
  border-width: 0 6px 6px 6px;
  border-color: transparent transparent #000333 transparent;
  margin-bottom: 2px;
  margin-left: 7px;
  transition: all 0.2s;
}

.iso-filter:hover:after,
.iso-filter.active:after {
  border-color: transparent transparent #ed1c24 transparent;
}

.iso-filter.desc:hover:after,
.iso-filter.desc.active:after {
  border-color: #ed1c24 transparent transparent transparent;
}

.iso-filter.desc:after {
  border-width: 6px 6px 0 6px;
  margin-bottom: 3px;
  border-color: #000333 transparent transparent transparent;
}

.big-graphic-block img {
  height: 410px;
}

.multimedium .img {
  height: 195px;
  overflow: hidden;
}

.multimedium.multimedia-block .block__title {
  font-size: 26px;
}

.multimedium.block-double .img {
  height: auto;
}

.js-iso {
  opacity: 0;
  -webkit-transform-style: opacity 0.2s;
  transform-style: opacity 0.2s;
}
.js-iso.loaded {
  opacity: 1;
}

.service-map {
  line-height: 23px;
}
.service-map a {
  transition: color 0.2s;
}
.service-map a:hover {
  color: #ed1c24;
}

.service-map > li {
  list-style-type: none;
  margin-top: 10px;
}
.service-map > li strong {
  text-transform: uppercase;
}

.artists-matrix {
  margin-top: 25px;
  clear: both;
}

.artists-matrix > a {
  display: block;
  float: left;
  padding: 5px 0;
  width: 33.3333%;
  padding-right: 30px;
  transition: color 0.3s;
}
.artists-matrix > a:hover {
  color: #ed1c24;
}

.cookie-banner {
  position: fixed;
  border-top: 1px solid #e6e6e6;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px 0;
  background: #fff;
  z-index: 100;
  transition: bottom 0.5s;
}

.cookie-banner.hidden {
  bottom: -100px;
}

.cookie-text {
  padding-top: 16px;
  width: 1040px;
  float: left;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.1rem;
}
.helper {
  position: absolute;
  display: none;
  width: 100%;
  height: 60px;
  top: 0px;
  background: rgb(255, 255, 255) none repeat scroll 0% 0%;
  z-index: 500;
}
.p404 > h2 {
  font-family: "oswaldmedium";
  font-size: 90px;
  letter-spacing: 0.07rem;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 66px;
}

.p404 > div {
  text-align: center;
  font-size: 20px;
}

.fancybox-share-fb {
  display: inline-block;
  color: #fff;
  background-color: #333333;
  padding: 5px 16px 5px 5px;
  margin: 10px;
  text-transform: uppercase;
  letter-spacing: 0.03rem;
  transition: background-color 0.2s;
  font-size: 11px;
}
.fancybox-share-fb i {
  font-size: 13px;
}
.fancybox-share-fb:hover {
  background-color: #ed1c24;
}

.show-for-small,
.show-for-medium {
  display: none;
}

@media screen and (max-width: 766px) {
  .navigation-bar .center,
  .navigation-bar .left {
    width: 100%;
  }
  .block,
  .twin,
  .container.main,
  .container,
  .content,
  .side,
  .text-content,
  .block-horisontal img,
  .block-horisontal .block-image,
  .text-content .block__title {
    width: 100%;
    float: none;
    clear: both;
  }

  .exhibition-curator,
  .exhibition-place,
  .exhibition-artists {
    max-width: 100%;
  }

  .hide-for-small {
    display: none !important;
  }

  .show-for-small {
    display: block;
  }
  .show-for-small.inline {
    display: inline;
  }

  .top-navigation li,
  .button_super.twin,
  .bio .bio__text,
  .select-holder.category,
  .select-holder.time,
  .block-time,
  .block-event .text-content,
  .block-event.nophoto .text-content,
  .block-event.nophoto .block__title {
    float: none;
    width: 100%;
  }

  .block-event .meta__type {
    width: 40%;
    text-align: right;
    line-height: 13px;
  }

  .block-time {
    font-size: 15px;
    line-height: 16px;
    margin-bottom: 14px;
    padding-left: 19px;
    float: left;
    width: 60%;
  }

  .left-border {
    padding-left: 0;
    border-style: none;
  }

  .top-navigation {
    width: 100%;
    margin-top: 0;
    position: absolute;
    top: 46px;
    left: 0;
    right: 0;
    background-color: #ffffff;
    padding: 0 18px;
    z-index: 999;
  }

  .select-holder.category .selecter-selected {
    border-bottom: 1px solid #8f8f8f;
  }

  .nav-links > li > a {
    display: block;
    width: 100%;
    float: none;
    font-size: 28px;
    margin: 0;
    padding: 8px 0;
  }

  .page__imagemodule img {
    margin: 0;
    max-width: 100%;
  }

  .page__quote {
    width: 90%;
  }

  .font-size-trigger {
    display: none;
  }

  .page__imagemodule .module__text {
    width: 100%;
    padding-top: 10px;
  }

  .page__meta {
    float: left;
    text-align: left;
    max-width: 100%;
    padding-top: 7px;
    clear: both;
    margin-bottom: 15px;
  }

  .mobile-label {
    display: block;
    margin-top: 10px;
  }

  .top-navigation {
    display: none;
  }

  .has-expanded-mobile-menu .top-navigation {
    display: block;
  }

  .has-expanded-mobile-menu .mobile-menu-extra {
    display: block;
  }

  .page-banner {
    margin-bottom: 10px;
  }

  .submenu {
    position: static;
    display: block;
    border-style: none;
    padding-top: 8px;
    padding-bottom: 19px;
    max-height: none;
  }

  .block-event .block-image.left-border {
    border-style: none;
    padding-left: 0;
  }

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

  .text-content .meta__type,
  .text-content .meta__date {
    float: none;
    clear: both;
    width: 100%;
    text-align: left;
    max-width: 100%;
  }

  .social-button,
  .page__bar iframe {
    margin-right: 10px;
  }

  .page__title.block__title {
    font-size: 34px;
  }

  .bio img {
    width: auto;
    float: none;
    display: block;
    margin-bottom: 20px;
  }

  .mobile-search {
    width: 100%;
    height: 80px;
    background-color: #fff;
    padding-top: 0;
    text-align: left;
  }

  .top-menu,
  .logo-area {
    padding: 0 0px;
  }

  #js-toggle {
    position: relative;
    z-index: 10;
  }

  .top-navigation.is-fixed {
    display: none;
  }

  .block {
    margin-left: 0;
    margin-right: 0;
  }

  .content,
  .side {
    margin: 0;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
    float: none;
    clear: both;
  }

  .mobile-padded {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-fixed {
    height: auto;
  }

  .multimedia-block {
    width: 100%;
    height: 0;
    padding-bottom: 74%;
  }
  .menu-top-overlay {
    position: fixed;
    width: 100%;
    height: 120%;
    background: rgb(52, 52, 52) none repeat scroll 0% 0%;
    opacity: 0.9;
    z-index: 500;
    top: 0px;
    display: none;
  }

  .block__pad {
    padding-bottom: 20px;
  }

  .block__content:before {
    left: 20px;
  }

  .block__content {
    padding-left: 45px;
    padding-right: 20px;
  }

  .block-fixed .slide {
    height: auto;
  }

  .menu-footer {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
  }
  .menu-footer a {
    display: block;
    margin: 12px 30px;
    font-weight: 600;
  }

  #js-toggle {
    width: 40px;
    height: 40px;
    padding-top: 7px;
    margin-right: 0px;
  }
  .has-expanded-menu #js-toggle {
    margin-right: 31px;
    z-index: 500;
  }
  #js-toggle .i-menu {
    margin-top: 10px;
    margin-left: 10px;
  }

  .top-menu {
    height: 82px;
  }
  .has-expanded-mobile-menu + .logo-area {
    display: none;
  }
  .logo-area {
    height: 69px;
    width: calc(100% - 80px);
    float: left;
    position: absolute;
    padding-left: 23px;
    top: 19px;
    padding-right: 10px;
    left: 0;
  }

  .filter-bar .select-holder.fr,
  .filter-bar .select-holder.fl {
    border-style: none;
  }

  .credits-footer .right-icons {
    float: none;
    display: block !important;
    text-align: center;
    margin-top: 12px;
  }

  .credits-footer .right-icons > * {
    margin: 5px 18px !important;
  }

  .bip-link {
    display: inline-block !important;
    background-image: url(../images/assets/sprites.png);
    background-position: -75px -15px;
    width: 27px;
    height: 31px;
    margin: 20px auto !important;
  }

  .pmarka-link {
    display: inline-block !important;
    background-image: url(../images/assets/sprites.png);
    background-position: -35px -116px;
    width: 47px;
    height: 37px;
    margin: 20px auto !important;
  }

  .credits-footer {
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
  }

  .credits-footer a {
    margin: 5px 18px;
  }
  .credits-footer a.credit-link {
    margin: 5px 0;
  }

  .top-navigation li.has-children {
    height: auto;
  }

  .submenu li.has-children:hover:after {
    display: none;
  }

  .submenu-child {
    position: static;
    margin-right: 0;
    width: 100%;
    display: block;
    padding-top: 0;
    border-style: none;
  }

  .slider-pager,
  .light-background .slider-pager {
    top: 12px;
  }

  .fs-search input[type="text"] {
    font-size: 22px;
  }

  .fs-search {
    width: 90%;
    left: 5%;
    margin-left: 0;
  }

  .text-content .meta__date {
    margin-top: 7px;
  }

  .block-labels > div {
    margin-bottom: 10px;
  }

  .content.breadcrumbs {
    height: auto;
    margin-bottom: 20px;
  }

  .filter-bar {
    height: auto;
  }

  .block-event.nophoto .block__title {
    clear: both;
  }

  .page-banner img,
  .page-banner picture,
  .select-holder.year {
    width: 100%;
  }

  .breadcrumbs {
    display: none;
  }

  .block-labels > div {
    width: 100%;
    clear: both;
  }

  .block-publishing .text-content {
    width: 100%;
    float: none;
    clear: both;
    padding-top: 20px;
    padding-left: 20px;
  }

  .block-horisontal.block-event img {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }

  .navigation-bar {
    padding-top: 0;
  }

  .navigation-bar .btn {
    width: 50%;
  }
  .navigation-bar .btn:first-child {
    text-align: left;
    border-right: 1px solid #e6e6e6;
  }

  .content.full {
    width: 100%;
  }

  .matrix {
    margin-left: 0;
    margin-right: 0;
  }

  .js-iso {
    opacity: 1;
  }

  .multimedium .img {
    height: auto;
  }

  .responsive-filter-bar {
    margin-top: 1px;
  }

  .artists-matrix > a {
    width: 100%;
    padding-right: 0;
  }

  .ui-datepicker {
    width: 300px;
    margin-left: -150px;
  }

  .navigation-bar .button_super {
    margin-top: 2px;
  }

  /* .submenu > .has-children:after{
             height: 0;
             width: 0;
             position: absolute;
             top: 0;
             right: 15px;
             bottom: 0;
             border-left: 5px solid transparent;
             border-right: 5px solid transparent;
             border-top: 5px solid #8e8c8c;
             content: '';
             display: block;
             margin: auto 0;
     } */
  .submenu-child {
    display: none;
  }

  .submenu .icon-arrow-right {
    font-size: 16px;
    float: none;
    display: inline-block;
    position: relative;
  }

  .submenu a {
    font-size: 16px;
  }

  .content-footer-space {
    height: 20px;
  }

  .filter-bar .padded {
    padding-bottom: 20px;
  }

  .block-horisontal.block-event img,
  .block-horisontal.block-universal img,
  .block-universal .text-content,
  .block-universal.block-artist .block__title,
  .publish-search input[type="text"],
  .publish-search .search-button,
  .order-form .twin.small,
  .order-form .twin.big,
  .order-form #order-code {
    width: 100%;
  }

  .publish-search {
    width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .publish-search input[type="text"] {
    margin-bottom: 10px;
  }

  .button_super {
    overflow: hidden;
  }

  .small-banner:after {
    content: "";
    display: table;
    clear: both;
  }

  .small-banner .text {
    width: auto;
    max-width: 60%;
  }

  .small-banner .gfx,
  .small-banner .gfx .bg {
    width: 106px;
  }

  .menu-label {
    display: none;
  }
  .m-social-holder {
    float: left;
  }
  .has-expanded-menu.top-menu {
    height: 100%;
  }
  .container.has-expanded-menu {
    overflow: scroll;
    z-index: 1000;
  }
  .has-expanded-menu .top-navigation {
    display: block;
    z-index: 999999;
    position: relative;
    top: -1px;
    margin-top: 0;
    clear: both;
    float: none;
  }
  .mobile-menu-extra {
    display: block;
    float: left;
    width: auto;
    margin-top: -43px;
  }
  .has-expanded-menu + .logo-area {
    display: none;
  }
  .nav-links {
    clear: both;
  }
  .body-expanded-menu {
    position: fixed;
    height: 100%;
    overflow: hidden;
  }
}
/** @small **/

@media screen and (min-width: 767px) and (max-width: 793px) {
  nav > .container {
    margin-left: -9px;
  }
}

@media screen and (min-width: 767px) and (max-width: 1200px) {
  .container,
  .container.main {
    width: 748px;
  }

  nav > .container {
    width: 751px;
  }

  .show-for-medium {
    display: block;
  }

  .block {
    width: 350px;
  }

  .block-double {
    width: 724px;
  }

  .twin.medium-full {
    width: 100%;
    float: none;
    clear: both;
  }

  .content,
  .side {
    float: none;
    clear: both;
  }

  .side {
    margin-top: 10px;
  }

  .hide-for-medium {
    display: none;
  }

  .top-navigation.is-fixed {
    display: block;
    position: static;
    margin-top: -10px;
  }

  .small-logo {
    display: none;
  }

  .multimedia-block {
    height: 223px;
  }

  .top-navigation.is-fixed .container {
    padding-left: 12px;
    padding-right: 12px;
  }

  .nav-links > li > a {
    padding: 0 6px;
    font-size: 17px;
  }

  .social-footer {
    clear: both;
  }

  .publish-search {
    width: 545px;
  }

  .block-publishing .text-content {
    width: 486px;
  }

  .newsletter-footer {
    width: 350px;
    float: right;
    border-top: 1px solid #e6e6e6;
    margin-top: 30px;
    height: 249px;
  }
  .newsletter-footer .upper-container {
    height: 159px;
  }
  .newsletter-footer .lower-container {
    padding-top: 15px;
  }
  .newsletter-footer .lower-container > * {
    float: none;
  }
  .newsletter-footer .newsletter-form {
    border-style: none;
  }
  .newsletter-footer .block__title,
  .newsletter-footer .newsletter-info,
  .newsletter-footer .newsletter-form {
    clear: both;
    float: none;
  }

  .newsletter-form input[type="email"],
  .newsletter-form input[type="text"] {
    width: 200px;
    padding-left: 0;
  }

  .block-fixed.block-double.special-background {
    height: auto;
    padding-bottom: 20px;
  }

  .menu-footer {
    float: left;
    width: 350px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
  }
  .menu-footer a {
    display: block;
  }

  .social-footermobile-padded {
    display: none;
  }

  .responsive-filter-bar {
    margin-top: 1px;
  }

  .medium-address {
    text-transform: none;
    border-top: 1px solid #e6e6e6;
    padding-top: 30px;
    margin-top: 30px;
  }

  .menu-footer a {
    margin: 8px 0;
  }

  .credits-footer {
    clear: both;
  }

  .block-fixed .slide {
    height: auto;
  }

  .breadcrumbs {
    margin-top: 20px;
  }

  .content,
  .side {
    width: 100%;
  }

  img {
    max-width: 100%;
  }

  .block-horisontal .block-image {
    width: 40%;
  }

  .text-content {
    width: 58%;
  }

  .side .block {
    width: 100%;
    float: none;
    clear: both;
  }
  .side .block .block-image {
    width: 33%;
    float: left;
  }
  .side .block .block__content {
    width: 64%;
    float: right;
  }
  .side .block .block__content.news__row {
    width: 100%;
  }
  .side .block.nophoto .block__content {
    width: 100%;
    float: none;
    clear: both;
  }
  .side .block.graphic-block,
  .side .block.block-calendar {
    width: 50%;
    float: left;
    clear: none;
    padding: 10px;
    margin-top: 20px !important;
  }
  .side .block.graphic-block .block-image,
  .side .block.block-calendar .block-image {
    width: 100%;
  }

  .page__imagemodule img {
    width: 339px;
  }

  .page__imagemodule .module__text {
    width: 377px;
  }

  .page__title.block__title {
    width: 577px;
    font-size: 51px;
  }

  .page-banner a > img.banner_img_l,
  .page-banner a > picture img.banner_img_l {
    width: 494px;
  }

  .page-banner a > img.banner_img_s,
  .page-banner.items-3 a > img.banner_img_s {
    width: 244px;
    height: 307px;
  }

  .side-info {
    text-align: left;
    padding-left: 0;
  }

  .banner_img_s.middle {
    margin: 0 8px;
  }

  .text-content .block__text {
    padding-top: 9px;
  }

  .block-time {
    width: 100%;
    float: none;
    clear: both;
    padding-bottom: 10px;
  }

  .block-horisontal.block-event .block-image {
    width: auto;
  }

  .block-horisontal.block-event .block-image.left-border {
    border-left-style: none;
    padding-left: 0;
  }

  .navigation-bar .center {
    width: 346px;
  }

  .block-horisontal.block-event .text-content {
    width: 560px;
  }

  .block-horisontal.block-event.nophoto .text-content {
    border-left-style: none;
    padding-left: 0;
    width: 100%;
  }

  .js-iso,
  .js-iso.block-double {
    width: 364px;
  }
  .js-iso .img,
  .js-iso.block-double .img {
    height: 266px;
  }

  .content.full {
    width: 748px;
  }

  .artists-matrix > a {
    width: 50%;
  }

  .nav-links > li.hover > a {
    border-color: #c0c0c0;
    background: #fff;
    padding-bottom: 5px;
    color: #ed1c24;
  }
  .nav-links > li.hover > a:after {
    content: "";
    display: block;
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -6px;
    background-color: #ed1c24;
    height: 4px;
  }

  .nav-links > li > a {
    padding-top: 8px;
  }

  /* .nav-links > li.hover .submenu {
        max-height: 295px;
        padding: 32px 20px 10px 18px;
        border: 1px solid #C0C0C0;
        overflow: visible; } */
  .nav-links > li.hover .submenu.short {
    max-height: 154px;
  }

  .submenu li.has-children.hover:after {
    display: block;
    position: absolute;
    content: "";
    background-color: #fff;
    background-image: url(../images/assets/sprites.png);
    background-position: -115px -15px;
    height: 38px;
    width: 48px;
    right: -23px;
    top: 0px;
  }

  .submenu li.has-children.hover .submenu-child {
    display: block;
  }

  .submenu li.has-children.hover > a {
    color: #ed1c24;
  }

  .nav-links > li:last-child .submenu {
    left: -87px;
  }

  .nav-links > li:last-child .submenu li.has-children.hover .submenu-child {
    left: -192px;
  }

  .nav-links > li:last-child .submenu li.has-children.hover:after {
    right: auto;
    left: -56px;
  }

  .text-content {
    padding-right: 10px;
  }

  .newsletter-form .form-success-show {
    margin-left: 0;
    padding-left: 10px;
    width: 200px;
  }

  .block-universal .text-content {
    width: 552px;
  }

  .block-horisontal.block-universal .block-image {
    width: 167px;
  }

  .small-banner .gfx,
  .small-banner .gfx .bg {
    width: 121px;
  }

  .small-banner .text {
    width: 232px;
  }
}
/** @medium end **/
@media screen and (min-width: 1201px) {
  .top-navigation {
    transition: margin-top 0.3s ease-out;
  }

  .top-menu {
    transition: margin-bottom 0.3s ease-out;
  }

  .show-for-big {
    display: block;
  }

  .banner_img_s.middle {
    margin: 0 8px;
  }

  .page-banner > img {
    width: 100%;
    display: block;
  }

  .side .block {
    float: none;
  }

  .block-labels.detail > div {
    font-size: 18px;
  }

  .block-labels.detail > div h4 {
    font-size: 13px;
    margin-bottom: 4px;
  }

  .navigation-bar .button_super {
    width: 241px;
    height: 47px;
    line-height: 52px;
  }

  .submenu li:hover .submenu-child {
    display: block;
  }
  
  .submenu li a:focus .submenu-child {
    display: block;
  }

  .small-banner:hover {
    color: #8e8c8c;
  }

  .small-banner:hover .bg {
    webkit-transform: scale3d(0.95, 0.95, 1);
    -webkit-transform: scale3d(0.95, 0.95, 1);
    transform: scale3d(0.95, 0.95, 1);
    opacity: 0.95;
  }
}
/** @max-medium **/
@media screen and (max-width: 1200px) {
  .credits-footer .right-icons {
    float: none;
    display: block !important;
    text-align: center;
    margin-top: 15px;
  }

  .credits-footer .right-icons > * {
    margin: 5px 18px !important;
  }

  .bip-link {
    float: none;
    display: inline-block !important;
    background-image: url(../images/assets/sprites.png);
    background-position: -75px -15px;
    width: 27px;
    height: 31px;
    margin: 20px auto !important;
  }

  .pmarka-link {
    float: none;
    display: inline-block !important;
    background-image: url(../images/assets/sprites.png);
    background-position: -35px -116px;
    width: 47px;
    height: 37px;
    margin: 20px auto !important;
  }

  .medium-footer-social {
    float: none;
    clear: both;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 30px;
  }

  .no-photo .text-content .block__title {
    width: 100%;
  }

  .block__title {
    font-size: 22px;
  }

  .block-horisontal .block__title {
    font-size: 28px;
  }

  .exhibition__info {
    padding-top: 20px;
  }

  .show-for-big {
    display: none;
  }

  .cookie-text {
    width: 100%;
  }

  .cookie-banner.hidden {
    display: none;
  }

  .side-table input[type="text"] {
    width: 50px;
    padding: 0 5px;
  }
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 0;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url("fancybox_sprite.png");
}

.fancybox-close:hover {
  color: #ed1c24;
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: 5px;
  right: 2px;
  width: 36px;
  height: 36px;
  font-size: 28px;
  cursor: pointer;
  z-index: 18040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  opacity: 0;
  transition: opacity 0.3s;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background: #fff;
  font-size: 20px;
  padding-top: 7px;
  padding-left: 5px;
}

.fancybox-next span {
  right: 10px;
  background: #fff;
  font-size: 20px;
  padding-top: 7px;
  text-align: right;
  padding-right: 5px;
}

.fancybox-nav:hover span {
  visibility: visible;
  opacity: 1;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.5);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font-size: 15px;
  line-height: 19px;
  text-transform: uppercase;
  padding: 0 8px;
  display: inline-block;
  vertical-align: middle;
  letter-spacing: 0.2rem;
  position: relative;
  text-shadow: none;
  padding: 13px 35px 12px 12px;
  font-family: "oswaldmedium";
  z-index: 8050;
}

.fancybox-caption {
  padding: 12px;
  font-size: 13px;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 16px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
  only screen and (min--moz-device-pixel-ratio: 1.5),
  only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url("fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
.view_list a {
  line-height: 25px;
  color: #000;
}

.view_list a[href=""] {
  color: #cccccc;
}
.js-module-image {
  opacity: 0;
  transition: opacity 0.3s;
}
.page__imagemodule .js-module-image {
  opacity: 1;
}

.fancybox-close .icon-cancel {
  height: 24px;
  width: 24px;
  top: 5px;
}
.fancybox-close .icon-cancel:after,
.fancybox-close .icon-cancel:before {
  top: 13px;
  background-color: #444;
}
.fancybox-close .icon-cancel:after {
  left: 2px;
}
.block-label.ellipsis {
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-item {
  display: block;
  width: 100%;
  padding: 14px 0;
  padding-left: 18px;
  border-bottom: 1px solid #e6e6e6;
}
.file-item .file-text {
  width: calc(100% - 35px);
  display: inline-block;
  vertical-align: middle;
  padding-right: 10px;
}
.file-item:hover .file-text {
  color: #8e8c8c;
}
.file-item:hover .file-type-icon {
  background-color: #666666;
}
.file-type-icon {
  color: #fff;
  height: 30px;
  width: 30px;
  background-color: #333333;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-family: Courier;
  font-size: 11px;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  transition: background-color 0.3s;
}
.text-read-more {
  display: block;
  line-height: 0;
  padding-top: 20px;
  float: right;
  text-transform: uppercase;
  cursor: pointer;
  transition: color 0.3s;
}

.text-read-more:hover {
  color: #ed1c24;
}
.text-read-less .icon-arrow-right {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  display: inline-block;
}
.more-text {
  display: none;
}

.navigation-bar .center.pag-center {
  padding-top: 0;
  text-align: center;
  float: none;
  width: auto;
}
.navigation-bar.pagination-bar {
  margin-top: 18px;
}
.pag-item.active,
.pag-item:hover {
  background-color: #666666;
  color: #fff;
}
.pag-ellipsis {
  padding-left: 10px;
  padding-right: 10px;
}
.pag-item {
  width: 44px;
  height: 45px;
  border: 1px solid #999999;
  display: inline-block;
  line-height: 45px;
  text-align: center;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  margin-left: -1px;
  margin-right: -1px;
}
.add-datepicker {
  display: block;
  text-align: center;
  width: 100%;
  height: 200%;
}
.datepicker-inline {
  width: 500px !important;
  display: inline-block;
  margin-top: 5%;
}
.table-condensed {
  width: 100% !important;
  height: 230px !important;
}
.table-condensed tbody {
  height: 100% !important;
}
.datepicker-switch {
  font-family: "Oswald";
  font-weight: 500;
  font-size: 25px;
  color: #333333;
  text-transform: uppercase;
}
.datepicker td {
  height: 50px;
}
th.prev i,
th.next i {
  font-size: 25px;
  color: #333333;
}
th.prev i,
th.next i {
  font-size: 25px;
  color: #333333;
}
th.dow {
  font-family: "Open Sans";
  font-size: 14px;
  color: #333333;
  font-weight: 700;
  text-transform: uppercase;
}
tbody tr td.day {
  font-family: "Courier New";
  font-size: 18px;
}
tbody tr td.day:hover {
  color: #ed1c24;
  cursor: pointer;
}
.datepicker-days .table-condensed thead tr {
  height: 50px;
}
.datepicker-days .table-condensed thead tr:last-child {
  -webkit-box-shadow: 0px -2px 0px 0px rgba(242, 242, 242, 1);
  -moz-box-shadow: 0px -2px 0px 0px rgba(242, 242, 242, 1);
  box-shadow: 0px -2px 0px 0px rgba(242, 242, 242, 1);
}
.table-condensed thead tr:first-child {
  display: none;
}
.datepicker-months thead tr:last-child,
.datepicker-years thead tr:last-child {
  -webkit-box-shadow: 0px 2px 0px 0px rgba(242, 242, 242, 1);
  -moz-box-shadow: 0px 2px 0px 0px rgba(242, 242, 242, 1);
  box-shadow: 0px 2px 0px 0px rgba(242, 242, 242, 1);
}
.datepicker-months tbody tr td span.month:hover,
.datepicker-years tbody tr td span.year:hover {
  color: #ed1c24 !important;
}
.datepicker-months .table-condensed thead tr,
.datepicker-years .table-condensed thead tr {
  height: 60px;
}
.full-overlay {
  text-align: center;
}
@media screen and (max-width: 700px) {
  .datepicker-inline {
    margin-top: 20%;
  }
}
@media screen and (max-width: 500px) {
  .datepicker-inline {
    width: calc(100% - 20px) !important;
  }
  .datepicker td {
    height: 30px;
  }
  .width100per {
    width: calc(100% - 20px) !important;
  }
}
span.va-m {
  text-align: center;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-family: "Oswald";
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  line-height: 1.4em;
  color: #fff;
  text-shadow: 1px 1px #000;
  z-index: 99999;
}
@media screen and (max-width: 850px) {
  div.content .page__content img {
    width: 100%;
    height: auto;
  }
}
.fancybox-film > .icon-block-image > img {
  width: 100%;
}
.container.top-menu {
  display: none;
}
.block__title.bigger {
  height: auto;
  overflow: hidden;
  height: 145px;
}
.block__title.bigger.sl-h {
  height: 144px;
}
.block__title {
  height: auto;
}
.block__title.sl-h {
  height: 112px;
  overflow: hidden;
}
@media screen and (max-width: 766px) {
  .block__title.bigger {
    font-size: 30px;
    line-height: 36px;
  }
  .block__title {
    height: auto;
    overflow: hidden;
  }
  .slide .block__pad .block__title {
    height: 84px;
  }
}
.block img.redLess {
  width: auto !important;
  height: 100% !important;
}
.greyLess {
  height: 100% !important;
}
.block__title.no-s-h {
  height: auto !important;
}
@media screen and (max-width: 360px) {
  .logo-area {
    width: 100% !important;
    padding-right: 0 !important;
    max-width: 100% !important;
    padding-right: 50px !important;
  }
  .logo-area img {
    width: 100%;
  }
  .logo-area a {
    float: left;
  }
}

.basket_elem {
  display: none;
}

.shop-consent {
  margin-bottom: 10px;
}

.shop-consent > input,
.shop-consent > label,
.order-form .shop-consent label {
  display: initial;
}

.shop-consent > label {
  margin-left: 5px;
  font-size: 0.75em;
}

.shop-consent a {
  color: #777;
}

.shop-consent a:hover {
  color: #ed1c24;
}

.error-label,
.error-label.shop-consent a {
  color: red;
}

.input-search-label {
  position: absolute;
  top: -21px;
  left: 2px;
  color: #777772;
  font-size: 1.15em
}