

/* Start:/local/templates/.default/css/reset.css?15319196972431*/
@font-face{
    font-family: 'litteraplainbold';
    src: url('/local/templates/.default/css/fonts/litteraplainbold.eot?') format('eot'),
    url('/local/templates/.default/css/fonts/litteraplainbold.woff') format('woff'),
    url('/local/templates/.default/css/fonts/litteraplainbold.ttf') format('truetype'),
    url('/local/templates/.default/css/fonts/litteraplainbold.svg#litteraplainbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'litteraplainbook';
    src: url('/local/templates/.default/css/fonts/litteraplainbook.eot?') format('eot'),
    url('/local/templates/.default/css/fonts/litteraplainbook.woff') format('woff'),
    url('/local/templates/.default/css/fonts/litteraplainbook.ttf') format('truetype'),
    url('/local/templates/.default/css/fonts/litteraplainbook.svg#litteraplainbookuploaded_file') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'litteraplainlight';
    src: url('/local/templates/.default/css/fonts/litteraplainlight.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section{
    display: block;
}
body{
    line-height: 1;
    font-family: 'litteraplainbook', sans-serif;
}
ol, ul{
    list-style: none;
}
blockquote, q{
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after{
    content: '';
    content: none;
}
table{
    border-collapse: collapse;
    border-spacing: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary{
    display: block;
}
a{
    color: #00c6d5;
}
a:hover{
    text-decoration: none;
}
.clearfix:after{
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix{
    display: inline-block;
}
/* start commented backslash hack \*/
* html .clearfix{
    height: 1%;
}
.clearfix{
    display: block;
}
/* close commented backslash hack */
/* End */


/* Start:/local/templates/.default/css/styles.css?1680523092186847*/
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  min-width: 1020px;
}
.h2 {
  font-size: 27px;
  font-family: 'litteraplainbold', sans-serif;
  text-align: center;
  margin: 1em 0 0.5em;
}
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.center-iframe {
  display: block;
  margin: 1rem auto 0;
}
.top-line {
  width: 100%;
  /* height: 54px; */
  position: relative;
  z-index: 900;
}
.top-line .left-line {
  position: absolute;
  width: 50%;
  height: 54px;
  left: 0;
  top: 0;
  background: url(/local/templates/.default/css/../images/top-line-gradient.png) 0 0 repeat-x;
}
.top-line .right-line {
  position: absolute;
  width: 50%;
  height: 47px;
  right: 0;
  top: 0;
  background: #00c6d5;
}
.top-line div.layouts {
  width: 980px;
  height: 47px;
  margin: 0 auto;
  /* z-index: 1000; */
  position: relative;
}
.top-line nav {
  float: left;
  width: 785px;
  height: 54px;
  background: url(/local/templates/.default/css/../images/top-line-gradient.png) 0 0 repeat-x;
  position: relative;
}
.top-line nav ul {
  list-style: none;
  /* margin-top: 12px; */
  margin-left: -13px;
}
.top-line nav ul li {
  float: left;
  display: block;
  line-height: 47px;
  height: 47px;
  background: url(/local/templates/.default/css/../images/separator.png) right center no-repeat;
  position: relative;
}
.top-line nav ul li a {
  font-family: 'litteraplainbold', sans-serif;
  color: #434343;
  font-size: 12px;
  text-shadow: 0 1px 0 #dedede;
  line-height: 47px;
  display: block;
  padding: 0 11px;
}
.top-line nav ul li a:hover {
  text-decoration: none;
}
.top-line nav ul li ul.submenu {
  position: absolute;
  top: 47px;
  left: 0;
  background: #00c6d5;
  width: auto;
  margin-left: 0;
  z-index: 10000;
  padding: 10px 0 10px;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
}
.top-line nav ul li ul.submenu li {
  float: none;
  background: none;
  line-height: 20px;
  height: auto;
  margin-bottom: 10px;
}
.top-line nav ul li ul.submenu li a {
  color: #fff;
  text-shadow: none;
  white-space: nowrap;
  line-height: 20px;
  font-size: 13px;
  text-decoration: underline;
}
.top-line nav ul li ul.submenu li a:hover {
  color: #000;
  text-decoration: none;
}
.top-line nav ul li:hover {
  background: #00cfdc;
  /* Old browsers */
  background: -moz-linear-gradient(top, #00cfdc 0%, #00b3be 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #00cfdc), color-stop(100%, #00b3be));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #00cfdc 0%, #00b3be 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #00cfdc 0%, #00b3be 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #00cfdc 0%, #00b3be 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #00cfdc 0%, #00b3be 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cfdc', endColorstr='#00b3be', GradientType=0);
  /* IE6-9 */
  text-decoration: none;
  color: #fff;
}
.top-line nav ul li:hover a {
  text-decoration: none;
  color: #fff;
  text-shadow: none;
}
.top-line nav ul li:hover ul.submenu {
  display: block;
  opacity: 1;
}
.top-line nav ul .last {
  background: none;
}
.top-line nav:after {
  position: absolute;
  width: 36px;
  height: 54px;
  content: '';
  background: url(/local/templates/.default/css/../images/top-line-gradient-after.png) 0 0 no-repeat;
  right: -36px;
  display: block;
  top: 0;
}
.top-line .search-wrap {
  height: 47px;
  width: 195px;
  background: #00c6d5;
  float: right;
}
.top-line .search-wrap .search-form {
  float: right;
  border: 2px solid #fff;
  width: 155px;
  height: 28px;
  padding: 0;
  margin-top: 8px;
}
.top-line .search-wrap .search-form input[type=text] {
  width: 110px;
  height: 26px;
  border: 0;
  margin: 0;
  display: block;
  float: left;
  background: #00c6d5;
  outline: none;
  color: #fff;
  font-size: 11px;
  padding: 0 0 0 10px;
}
.top-line .search-wrap .search-form input[type=text]::-webkit-input-placeholder {
  color: #fff;
}
.top-line .search-wrap .search-form input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.top-line .search-wrap .search-form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.top-line .search-wrap .search-form input[type=text]:-ms-input-placeholder {
  color: #fff;
}
.top-line .search-wrap .search-form input[type=submit] {
  width: 26px;
  height: 28px;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  background: url(/local/templates/.default/css/../images/search.png) 0 0 no-repeat #00c6d5;
  display: block;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
/*     end top-line
__________________________________________*/
/*    header
__________________________________________*/
.lt-ie9 header .logo {
  background: url(/local/templates/.default/css/../images/logo.png) 0 0 no-repeat;
}
header {
  width: 980px;
  margin: 0 auto;
  padding-bottom: 15px;
  zoom: 1;
}
header:before,
header:after {
  content: '';
  display: table;
}
header:after {
  clear: both;
}
header:after {
  display: block;
  content: '';
  clear: both;
}
header .header-top {
  margin-top: 12px;
  min-height: 36px;
  zoom: 1;
}
header .header-top:before,
header .header-top:after {
  content: '';
  display: table;
}
header .header-top:after {
  clear: both;
}
header .header-top:after {
  display: block;
  content: '';
  clear: both;
}
header .lang {
  clear: both;
  margin-top: 5px;
  margin-bottom: 12px;
  overflow: hidden;
  float: left;
}
header .lang a {
  display: block;
  float: left;
  padding: 0 8px;
  color: #00aab7;
  font-size: 12px;
  line-height: 16px;
}
header .lang .active {
  color: #000;
  font-family: 'litteraplainbold', sans-serif;
  border: 5px solid #00aab7;
  padding: 0 3px;
  line-height: 6px;
  text-decoration: none;
}
header .header-right {
  float: right;
}
header .header-right > div {
  float: left;
}
header .ticket-btn {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-family: 'litteraplainbold', sans-serif;
  margin-left: 26px;
  line-height: 36px;
  text-shadow: 0 1px 0 #fee442;
  text-align: center;
  width: 133px;
  float: left;
  height: 36px;
  background: url(/local/templates/.default/css/../images/yellow-btn.png) left top;
  box-sizing: border-box;
  padding-left: 4px;
}
header .ticket-btn:hover {
  color: white;
  text-shadow: 0 1px 0 #bc5e0a;
  background-position: left 73px;
}
header .ticket-btn:active {
  color: white;
  text-shadow: 0 1px 0 #bc5e0a;
  background-position: left 37px;
}
header .ticket-btn:focus {
  color: #000;
  text-shadow: 0 1px 0 #fee442;
  background-position: left top;
}
header .time-work {
  font-size: 11px;
  font-family: 'litteraplainbold', sans-serif;
  padding: 0 0 0 85px;
  display: inline-block;
  position: relative;
  float: left;
  cursor: pointer;
  margin-top: 7px;
  text-decoration: underline;
}
header .time-work:hover {
  cursor: auto;
}
header .time-work span.ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 6px;
  background: url(/local/templates/.default/css/../images/work-time.png) 0 0 no-repeat;
  margin-bottom: -4px;
}
header .time-work .dropdown-time {
  position: absolute;
  top: -8px;
  left: 25px;
  padding: 7px 5px 8px 5px;
  line-height: 20px;
  font-size: 14px;
  white-space: nowrap;
  background: url(/local/templates/.default/css/../images/time-work.png) 0 0 repeat-x #00c6d5;
  width: 170px;
  display: none;
  opacity: 0;
  z-index: 901;
  transition: opacity 500ms ease-out;
  color: #fff;
  box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.3);
}
header .time-work .dropdown-time .time-bg {
  color: #000;
  font-size: 79%;
  padding-left: 55px;
}
header .time-work .dropdown-time .time-week {
  padding-bottom: 5px;
  border-bottom: 1px solid #55d4de;
  margin-bottom: 5px;
  overflow: hidden;
  padding-right: 0;
  width: 80%;
  font-size: 90%;
  margin-left: 20px;
}
header .time-work .dropdown-time .time-week .left {
  display: block;
  float: left;
}
header .time-work .dropdown-time .time-week .right {
  display: block;
  float: right;
}
header .time-work .dropdown-time .descr {
  font-family: 'litteraplainbook', sans-serif;
  text-align: center;
}
header .time-work .dropdown-time .comment {
  font-family: 'litteraplainbook', sans-serif;
  width: 80%;
  white-space: normal;
  margin: 5px auto 3px;
  opacity: 0.7;
  font-size: 12px;
  line-height: 1.1;
}
header .time-work:hover .dropdown-time {
  display: block;
  opacity: 1;
}
header .subscribe-block {
  float: left;
  width: auto;
  margin-top: 0;
  margin-left: 15px;
  padding: 0 10px;
  white-space: nowrap;
}
header .subscribe-block .title {
  margin-right: 5px;
  margin-bottom: 0;
  vertical-align: middle;
}
header .subscribe-block .title--main {
  display: inline-block;
}
header .subscribe-block .subscribe-footer {
  display: inline-block;
  white-space: normal;
}
header .subscribe-block .subscribe-footer input[type=text] {
  background: #fff;
}
header .logo {
  display: block;
  width: 180px;
  height: 74px;
  background: url(/local/templates/.default/css/../images/logo.svg) left center no-repeat;
  background-size: contain;
  float: left;
}
header .logo-en {
  background: url(/local/templates/.default/css/../images/logo-en.svg) left center no-repeat;
  background-size: contain;
}
header nav {
  float: right;
  max-width: 785px;
  width: auto;
  margin-top: 10px;
}
header nav ul.base-menu {
  float: right;
}
header nav ul.base-menu li {
  float: left;
  margin-left: 25px;
  position: relative;
  /* a:hover {
                    z-index: 20;
                } */
}
header nav ul.base-menu li a {
  font-size: 20px;
  font-family: 'litteraplainbold', sans-serif;
  color: #000;
  position: relative;
  z-index: 20;
}
header nav ul.base-menu li a:hover {
  text-decoration: none;
}
header nav ul.base-menu li ul.submenu {
  position: absolute;
  background: #00c6d5;
  padding: 60px 40px 20px 20px;
  top: -20px;
  left: -20px;
  z-index: 15;
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.33);
  -moz-box-shadow: 0 0 18px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.33);
  display: none;
}
header nav ul.base-menu li ul.submenu li {
  margin-left: 0;
  margin-bottom: 10px;
}
header nav ul.base-menu li ul.submenu li a {
  font-size: 16px;
  color: #fff;
  font-family: 'litteraplainbook', sans-serif;
  text-decoration: underline !important;
}
header nav ul.base-menu li ul.submenu li a:hover {
  text-decoration: none !important;
}
header nav ul.base-menu li:hover {
  z-index: 50;
}
header nav ul.base-menu li.parent-item:hover a {
  color: #fff;
  text-decoration: none;
}
header nav ul.left-menu {
  float: left;
  margin-bottom: 20px;
  margin-left: 25px;
}
header nav ul.left-menu li {
  float: left;
  margin-right: 17px;
}
header nav ul.left-menu li a {
  font-size: 14px;
  color: #000;
}
header nav ul.left-menu li a:hover {
  text-decoration: none;
}
header nav ul.right-menu {
  float: right;
  margin-bottom: 20px;
}
header nav ul.right-menu li {
  float: left;
  margin-left: 17px;
}
header nav ul.right-menu li a {
  font-size: 14px;
  color: #000;
}
header nav ul.right-menu li a:hover {
  text-decoration: none;
}
header .header-banner {
  float: left;
  margin-top: 15px;
}
/*    calendar
__________________________________________*/
.calendar-wrap {
  width: 980px;
  height: 125px;
  margin: 0 auto;
  background: url(/local/templates/.default/css/../images/shadow.png) 0 0 no-repeat;
  position: relative;
}
.calendar-wrap .calendar-show-month {
  position: absolute;
  top: 20px;
  left: 0;
  width: 980px;
  min-height: 440px;
  background: #fff;
  z-index: 1001;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05), 0 10px 30px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05), 0 10px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05), 0 10px 30px rgba(0, 0, 0, 0.05);
  display: none;
}
.calendar-wrap .calendar-show-month .calendar-show-month__description-holiday {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: none;
}
.calendar-wrap .calendar-show-month .calendar-show-month__description-holiday .holiday-content {
  margin-top: 60px;
  padding: 0 35px;
}
.calendar-wrap .calendar-show-month .calendar-show-month__description-holiday h2 {
  font-size: 26px;
  font-family: 'litteraplainbook', sans-serif;
  margin-bottom: 30px;
}
.calendar-wrap .calendar-show-month .calendar-show-month__description-holiday p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 20px;
}
.calendar-wrap .calendar-show-month .calendar-show-month__description-holiday .holiday-bottom-block {
  height: 55px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #fdfdfd;
  line-height: 55px;
}
.calendar-wrap .calendar-show-month .calendar-show-month__description-holiday .holiday-bottom-block a {
  display: inline-block;
  margin-left: 35px;
  font-size: 15px;
  color: #00c6d5;
  font-family: 'litteraplainbold', sans-serif;
}
.calendar-wrap .calendar-show-month .calendar-show-month__close {
  display: block;
  padding: 7px 22px;
  color: #fff;
  background: #00c5d4;
  text-decoration: none;
  font-size: 18px;
  position: absolute;
  left: 0;
  float: left;
  font-family: 'litteraplainbold', sans-serif;
  z-index: 10;
}
.calendar-wrap .calendar-show-month .calendar-show-month__close span {
  display: inline-block;
  position: relative;
}
.calendar-wrap .calendar-show-month .calendar-show-month__close span:after {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  border-bottom: 1px dashed #fff;
  width: 100%;
}
.calendar-wrap .calendar-show-month .month-title {
  width: 100%;
  line-height: 30px;
  text-align: center;
  font-size: 18px;
  position: absolute;
  top: 0;
  text-transform: uppercase;
  font-family: "litteraplainlight", sans-serif;
}
.calendar-wrap .calendar-show-month .month-title strong {
  font-family: 'litteraplainbold', sans-serif;
}
.calendar-wrap .calendar-show-month .month-title .month-title__date {
  display: inline-block;
}
.calendar-wrap .calendar-show-month .month-title__prev-date {
  display: inline-block;
  border: 6px solid transparent;
  border-right: 6px solid #00c6d5;
  margin-right: 10px;
}
.calendar-wrap .calendar-show-month .month-title__next-date {
  display: inline-block;
  border: 6px solid transparent;
  border-left: 6px solid #00c6d5;
  margin-left: 10px;
}
.calendar-wrap .calendar-show-month .calendar-day-wrap {
  width: 940px;
  margin: 30px 20px 20px;
}
.calendar-wrap .calendar-show-month .calendar-day-wrap thead th {
  text-align: left;
  padding: 15px 0;
  margin-right: 10px;
  width: 124px;
  display: block;
  float: left;
  text-transform: uppercase;
  font-family: "litteraplainlight", sans-serif;
  font-size: 13px;
}
.calendar-wrap .calendar-show-month .calendar-day-wrap tbody td {
  border-top: 1px solid #dfdfdf;
  display: block;
  float: left;
  height: 60px;
  padding: 5px 5px 0 3px;
  margin-right: 10px;
  width: 116px;
  position: relative;
}
.calendar-wrap .calendar-show-month .calendar-day-wrap tbody td span {
  position: absolute;
  right: 3px;
  top: 5px;
  font-family: "litteraplainlight", sans-serif;
  font-size: 12px;
}
.calendar-wrap .calendar-show-month .calendar-day-wrap .holiday-item {
  background: #f2fcfd;
}
.calendar-wrap .calendar-show-month .calendar-day-wrap .holiday-item a {
  color: #000;
  text-decoration: none;
  font-size: 11px;
  line-height: 14px;
  font-family: 'litteraplainbold', sans-serif;
}
.calendar-wrap .calendar-show-month .calendar-day-wrap .next-month {
  color: #c1c0c0;
}
.calendar-wrap .calendar-show-month .calendar-day-wrap .next-month.holiday-item {
  background: #f8fdfe;
}
.calendar-wrap .calendar-show-month .calendar-day-wrap .next-month.holiday-item a {
  color: #b5b5b5;
}
.calendar-wrap .date-caption {
  width: 135px;
  height: 85px;
  float: left;
  margin-top: 20px;
  margin-right: 22px;
  border-right: 1px solid #dddddd;
}
.calendar-wrap .date-caption a.calendar-link {
  display: inline-block;
  padding: 7px 12px;
  color: #fff;
  background: #00c5d4;
  text-decoration: none;
  font-size: 14px;
  margin-right: 20px;
}
.calendar-wrap .date-caption a.calendar-link span {
  display: inline-block;
  position: relative;
}
.calendar-wrap .date-caption a.calendar-link span:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  border-bottom: 1px dashed #fff;
  width: 100%;
}
.calendar-wrap .date-caption a.calendar-link.en {
  padding: 7px 8px;
}
.calendar-wrap .date-caption .calendar-link:hover span:after {
  border-color: transparent;
}
.calendar-wrap .date-caption .date {
  display: block;
  font-family: 'litteraplainbold', sans-serif;
  font-size: 10px;
  color: #757575;
  margin-bottom: 10px;
}
.calendar-wrap .date-caption a {
  color: #000;
  font-family: 'litteraplainbold', sans-serif;
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}
.calendar-wrap .date-caption span.caption {
  font-size: 13px;
}
.calendar-wrap ul.date-list {
  display: flex;
  justify-content: center;
  list-style: none;
  width: 990px;
  zoom: 1;
}
.calendar-wrap ul.date-list:before,
.calendar-wrap ul.date-list:after {
  content: '';
  display: table;
}
.calendar-wrap ul.date-list:after {
  clear: both;
}
.calendar-wrap ul.date-list:after {
  display: block;
  content: '';
  clear: both;
}
.calendar-wrap ul.date-list li {
  display: block;
  float: left;
  width: 78px;
  height: 78px;
  border: 3px solid #e6e6e6;
  margin: 20px 20px 0 0;
  position: relative;
}
.calendar-wrap ul.date-list li a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 78px;
  height: 78px;
  position: relative;
  z-index: 10;
}
.calendar-wrap ul.date-list li a .day {
  display: block;
  text-align: center;
  font-family: 'litteraplainbold', sans-serif;
  font-size: 30px;
  margin-bottom: 5px;
  text-decoration: none;
  color: #000;
  margin-top: 10px;
  position: relative;
}
.calendar-wrap ul.date-list li a .month {
  font-family: 'litteraplainbold', sans-serif;
  font-size: 12px;
  display: block;
  color: #000;
  text-transform: uppercase;
  position: relative;
}
.calendar-wrap ul.date-list li a .year {
  font-size: 12px;
  display: block;
  color: #767676;
  position: relative;
}
.calendar-wrap ul.date-list li i {
  width: 0;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  background: #e8e8e8;
  z-index: 9;
}
.calendar-wrap ul.date-list li.last {
  margin: 20px 0;
}
.calendar-wrap ul.date-list li.active {
  border-color: #00c6d5;
}
.calendar-wrap ul.date-list li.active:after {
  display: block;
  position: absolute;
  content: '';
  width: 23px;
  height: 7px;
  bottom: -10px;
  left: 50%;
  margin-left: -11px;
  background: url(/local/templates/.default/css/../images/arrow-calendar.png) 0 0 no-repeat;
}
/*    slider
__________________________________________*/
.calendar-ie {
  width: 980px !important;
  margin: 0 auto;
  overflow: hidden;
}
.calendar-ie .dg-wrapper {
  width: 6000px;
}
.calendar-ie .dg-wrapper a {
  position: relative;
  float: left;
}
.calendar-ie .dg-wrapper a.no-active {
  width: 190px;
  height: 200px;
  margin-top: 47px;
}
.calendar-ie .dg-wrapper a.no-active img {
  height: 100%;
  width: auto;
}
.calendar-ie .dg-wrapper a.item-active {
  width: 600px;
  height: 303px;
}
.slider-calendar-wrap {
  width: 100%;
  overflow: hidden;
  height: 360px;
  position: relative;
  max-width: 1500px;
  margin: 0 auto;
  background: url(/local/templates/.default/css/../images/shadow-slider.png) center bottom no-repeat;
}
.slider {
  width: 975px;
  overflow: hidden;
  padding-bottom: 50px;
  background: url(/local/templates/.default/css/../images/shadow-slider.png) center bottom no-repeat;
  margin: 0 auto;
  padding-top: 25px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -490px;
  height: 297px;
}
.slider .prev-calendar {
  border: none;
  width: 22px;
  height: 31px;
  position: absolute;
  background: url(/local/templates/.default/css/../images/slider-arrow-calendar-sprite.png) 0 0 no-repeat transparent;
  top: 290px;
  left: 745px;
  cursor: pointer;
  outline: none;
  z-index: 500;
}
.slider .prev-calendar:hover {
  background-position: 0 -35px;
}
.slider .next-calendar {
  border: none;
  width: 22px;
  height: 31px;
  position: absolute;
  background: url(/local/templates/.default/css/../images/slider-arrow-calendar-sprite.png) -33px 0 no-repeat transparent;
  top: 290px;
  left: 780px;
  cursor: pointer;
  outline: none;
  z-index: 500;
}
.slider .next-calendar:hover {
  background-position: -33px -35px;
}
.slider ul {
  width: 6000px;
  display: block;
  position: relative;
  margin: 75px auto 0;
}
.slider ul li {
  display: block;
  width: 325px;
  float: left;
  transition: transform 0.5s ease;
  z-index: 50;
  position: relative;
  overflow: hidden;
}
.slider ul li img {
  width: 325px;
}
.slider ul li.rightSlide {
  -webkit-transform: scale(1.5, 1.5) translateX(-54px);
  transform: scale(1.5, 1.5) translateX(-54px);
}
.slider ul li.leftSlide {
  -webkit-transform: scale(1.5, 1.5) translateX(54px);
  transform: scale(1.5, 1.5) translateX(54px);
}
.slider ul li.active {
  -webkit-transform: scale(2.1, 2.1);
  transform: scale(2.1, 2.1);
  z-index: 100;
}
.slider ul .center-slide {
  width: 660px;
  height: 333px;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.17);
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.17);
}
.slider ul .left-slide,
.slider ul .right-slide {
  width: 590px;
  height: 297px;
  position: absolute;
  top: 20px;
  z-index: 9;
}
.slider ul .left-slide {
  left: 0;
}
.slider ul .right-slide {
  right: 0;
}
.photo-slider-wrap {
  width: 980px;
  height: 640px;
  position: relative;
  margin: 20px auto 60px;
}
.photo-slider-wrap .layouts {
  width: 980px;
  margin: 0 auto;
  height: 100%;
  z-index: 10;
  position: relative;
}
.photo-slider-wrap .categories-photogallery {
  text-align: left;
  padding-left: 40px;
  padding-top: 60px;
  display: flex;
}
.photo-slider-wrap .categories-photogallery a {
  color: #fff;
  text-decoration: none;
  padding: 2px 4px;
  font-size: 15px;
  border: 4px solid transparent;
  text-transform: uppercase;
  display: none;
}
.photo-slider-wrap .categories-photogallery a.active {
  border-color: #00c6d5;
  display: block;
}
.touchSlider .panel {
  display: none;
}
.touchSlider .panel:first-child {
  display: block;
}
/*   news index page
__________________________________________*/
.news-index-page {
  width: 980px;
  margin: 0 auto;
}
.news-index-page .header {
  overflow: hidden;
  margin-bottom: 30px;
}
.news-index-page .header .news-link {
  font-family: 'litteraplainbold', sans-serif;
  font-size: 38px;
  color: #000;
  display: block;
  float: left;
}
.news-index-page .header .news-tabs {
  float: right;
}
.news-index-page .header .news-tabs li {
  display: block;
  float: left;
  margin-left: 15px;
  line-height: 38px;
}
.news-index-page .header .news-tabs li a {
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 1px dashed #00c6d5;
  color: #656565;
}
.news-index-page .header .news-tabs li a:hover {
  border-color: transparent;
}
.news-index-page .header .news-tabs li a.active {
  font-family: 'litteraplainbold', sans-serif;
  padding: 0 5px;
  border: 4px solid #00c6d5;
}
.news-block-wrap {
  position: relative;
  width: 980px;
  height: 115px;
  /* overflow: hidden; */
  margin-bottom: 40px;
}
.news-block-wrap .news-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 980px;
  height: 115px;
  display: none;
}
.news-block-wrap .news-block .news {
  width: 310px;
  float: left;
  padding: 15px 0;
  transition: all 0.3s ease;
}
.news-block-wrap .news-block .news .date {
  font-size: 12px;
  color: #656565;
  margin-bottom: 10px;
  display: block;
}
.news-block-wrap .news-block .news a {
  font-family: 'litteraplainbold', sans-serif;
  font-size: 17px;
  line-height: 22px;
  color: #000;
  text-decoration: none;
}
.news-block-wrap .news-block .news.animate {
  -webkit-transform: translate(0, 100px);
  transform: translate(0, 100px);
  opacity: 0;
}
.news-block-wrap .news-block .news.animate:nth-child(2) {
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
  opacity: 0;
}
.news-block-wrap .news-block .news.middle {
  padding: 15px 15px;
  width: 300px;
  margin: 0 15px;
  background: url(/local/templates/.default/css/../images/news-bg.png) 0 0 repeat;
}
.news-block-wrap .news-block.active {
  display: block;
}
/*    subscribe-wrap
__________________________________________*/
.subscribe-line {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.subscribe-line .title {
  width: 228px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.741);
  text-transform: uppercase;
  line-height: 1.2;
  text-align: right;
}
.subscribe-wrap {
  width: 100%;
  padding: 25px 0;
  background: #00c6d5;
}
.subscribe-wrap .layouts {
  width: 980px;
  margin: 0 auto;
}
.subscribe-wrap .subscribe-form-wrap {
  flex-basis: 100%;
  padding-left: 30px;
}
.subscribe-wrap .subscribe-footer {
  width: 100%;
}
.subscribe-wrap .subscribe-form {
  position: relative;
  width: 100%;
  height: 60px;
  border: 3px solid #fff;
}
.subscribe-wrap .subscribe-form input[type=text] {
  display: block;
  float: left;
  width: 100%;
  height: 60px;
  border: none;
  background: transparent;
  padding-left: 25px;
  color: #fff;
  font-size: 18px;
  outline: none;
  box-sizing: border-box;
}
.subscribe-wrap .subscribe-form ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #d2f1f5;
}
.subscribe-wrap .subscribe-form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #d2f1f5;
}
.subscribe-wrap .subscribe-form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #d2f1f5;
}
.subscribe-wrap .subscribe-form :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #d2f1f5;
}
.subscribe-wrap .subscribe-form input[type=text]:focus {
  background: #fff;
  transition: all 0.3s ease;
  color: #00c6d5;
}
.subscribe-wrap .subscribe-form input[type=text]:focus::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #00c6d5;
}
.subscribe-wrap .subscribe-form input[type=text]:focus:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #00c6d5;
}
.subscribe-wrap .subscribe-form input[type=text]:focus::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #00c6d5;
}
.subscribe-wrap .subscribe-form input[type=text]:focus:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #00c6d5;
}
.subscribe-wrap .subscribe-form input[type=submit] {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  border-left: 3px solid #fff;
  background: #00c6d5 url(/local/templates/.default/css/../images/subscribe-submit.svg) 50% 50% no-repeat;
  display: block;
  width: 61px;
  height: 61px;
  outline: none;
  cursor: pointer;
}
.subscribe-wrap .subscribe-mess {
  white-space: nowrap;
  font-size: 16px;
  width: auto;
  display: inline-block;
}
/*   end subscribe-wrap
__________________________________________*/
/*     footer
__________________________________________*/
.bottom-navigation {
  width: 100%;
  background: #383838;
}
.bottom-navigation .layouts {
  width: 980px;
  padding-bottom: 35px;
  margin: 0 auto;
  overflow: hidden;
}
.bottom-navigation .layouts nav {
  padding: 23px 0;
  border-bottom: 2px solid #2c2c2c;
}
.bottom-navigation .layouts nav ul {
  display: table;
  width: 100%;
}
.bottom-navigation .layouts nav ul li {
  display: table-cell;
  text-align: center;
  border-right: 1px solid #4a4a4a;
}
.bottom-navigation .layouts nav ul li.last {
  border-right: none;
}
.bottom-navigation .layouts nav a {
  font-size: 14px;
  font-family: 'litteraplainbold', sans-serif;
  text-decoration: none;
  color: #fff;
  letter-spacing: 1px;
}
.bottom-navigation .layouts nav a:hover {
  color: #00c6d5;
  border-bottom: 2px solid #00c6d5;
}
.bottom-navigation .layouts .block-menu {
  display: block;
  float: left;
  margin-top: 20px;
}
.bottom-navigation .layouts .block-menu ul li {
  font-size: 14px;
  line-height: 34px;
}
.bottom-navigation .layouts .block-menu ul li a {
  color: #a9a9a9;
}
.bottom-navigation .layouts .block-menu.item1 {
  width: 250px;
}
.bottom-navigation .layouts .block-menu.item2 {
  width: 200px;
}
.bottom-navigation .layouts .block-menu.item3 a {
  padding: 0 10px;
}
.bottom-navigation .layouts .block-menu.item3 a.sovet {
  line-height: 25px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-top: 1px solid #545454;
  border-bottom: 1px solid #545454;
}
.subscribe-block {
  width: 260px;
  float: right;
  margin-top: 30px;
}
.subscribe-block .title {
  display: block;
  margin-bottom: 20px;
  color: #8d8d8d;
  font-size: 12px;
  font-family: 'litteraplainbold', sans-serif;
  text-transform: uppercase;
}
.subscribe-block .social-wrap {
  display: block;
  margin-top: 20px;
  float: right;
}
.subscribe-block .social-wrap a {
  display: block;
  width: 31px;
  height: 31px;
  background-image: url(/local/templates/.default/css/../images/social.png);
  float: left;
  margin-right: 6px;
}
.subscribe-block .social-wrap a.f {
  background-position: -74px 0;
}
.subscribe-block .social-wrap a.t {
  background-position: -37px 0;
}
.subscribe-block .social-wrap a.y {
  background-position: -74px 0;
}
.subscribe-block .social-wrap a.i {
  background: url('/local/templates/.default/css/../images/social-instagram-ico.png');
}
.subscribe-block .social-wrap a.ok {
  background: url('/local/templates/.default/css/../images/social-ok-ico.png');
}
.subscribe-block .subscribe-footer {
  width: 223px;
  height: 32px;
  border: 1px solid #7c7c7c;
}
.subscribe-block .subscribe-footer input[type=text] {
  border: none;
  height: 32px;
  margin: 0;
  padding: 0 0 0 10px;
  width: 180px;
  outline: none;
  background: #383838;
  color: #fff;
}
.subscribe-block .subscribe-footer input[type=submit] {
  background: url(data:image/svg+xml;base64,PHN2ZwogICAgICAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIKICAgICAgICB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIKICAgICAgICB3aWR0aD0iMjdweCIgaGVpZ2h0PSIyMHB4Ij4KICAgIDxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgZmlsbD0icmdiKDUwLCA1MCwgNTApIgogICAgICAgICAgZD0iTTIzLjgwOSwxOS45OTUgQzIzLjc2NywxOS45OTggMjMuNzI1LDIwLjAwMCAyMy42ODMsMjAuMDAwIEwzLjMwOCwyMC4wMDAgQzEuNDYxLDE5Ljk3NSAwLjAxMSwxOC40OTggLTAuMDEzLDE2LjYzNSBMLTAuMDEzLDMuMzg1IEMwLjAxMSwxLjUwMiAxLjQ2MSwwLjAyNSAzLjI4OCwwLjAwMCBMMjMuNjgzLDAuMDAwIEMyNS41MzEsMC4wMjUgMjYuOTgxLDEuNTAzIDI3LjAwMywzLjM2NSBMMjcuMDAzLDE2LjQ2MiBDMjYuOTk2LDE4LjMyMyAyNS42MjMsMTkuODQwIDIzLjgwOSwxOS45OTUgWk02LjU3NCwzLjA3NyBMMTMuNDIwLDkuODU1IEwyMC4yNjUsMy4wNzcgTDYuNTc0LDMuMDc3IFpNMTQuNDcxLDEzLjEwMyBDMTQuMTc4LDEzLjM5MyAxMy43OTksMTMuNTM4IDEzLjQyMCwxMy41MzggQzEzLjA0MCwxMy41MzggMTIuNjYwLDEzLjM5MyAxMi4zNjgsMTMuMTAzIEwzLjAwNSwzLjgzMyBMMy4wMDUsMTUuNTg5IEw3LjAzNywxMS4yMTYgTDkuMjM3LDEzLjMyMyBMNS45MTgsMTYuOTIzIEwyMC42NjksMTYuOTIzIEwxNy41MTcsMTMuNjczIEwxOS42NjQsMTEuNTA5IEwyMy45ODQsMTUuOTY0IEwyMy45ODQsMy42ODMgTDE0LjQ3MSwxMy4xMDMgWiIvPgo8L3N2Zz4=) center center no-repeat;
  background-size: 16px auto;
  border: none;
  cursor: pointer;
  width: 32px;
  height: 32px;
  float: right;
}
footer {
  width: 100%;
  height: 145px;
  background: #272727;
}
footer .layouts {
  width: 980px;
  margin: 0 auto;
}
footer .layouts .left-block {
  width: 410px;
  float: left;
}
footer .layouts .left-block .copy {
  font-size: 14px;
  color: #fff;
  margin: 40px 0 10px;
}
footer .layouts .left-block .phone {
  font-size: 22px;
  font-family: 'litteraplainbold', sans-serif;
  color: #fff;
  margin-bottom: 5px;
}
footer .layouts .left-block .mail {
  color: #00c6d5;
  font-size: 14px;
}
footer .layouts .left-block .mail:hover {
  text-decoration: none;
}
footer .layouts .center-block {
  float: left;
  width: 335px;
}
footer .layouts .center-block .address {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  margin-top: 40px;
}
footer .layouts .center-block .address a {
  color: #00c6d5;
}
footer .layouts .center-block .address a:hover {
  text-decoration: none;
}
footer .layouts .right-block {
  width: 230px;
  float: right;
}
footer .layouts .right-block .search-wrap {
  height: 47px;
  width: 320px;
  float: right;
  margin-top: 40px;
}
footer .layouts .right-block .search-wrap .search-form {
  float: right;
  border: 1px solid #00c6d5;
  width: 225px;
  height: 28px;
  padding: 0;
}
footer .layouts .right-block .search-wrap .search-form input[type=text] {
  width: 180px;
  height: 26px;
  border: 0;
  margin: 0;
  display: block;
  float: left;
  background: #292929;
  outline: none;
  color: #fff;
  padding: 0 0 0 10px;
  font-size: 11px;
}
footer .layouts .right-block .search-wrap .search-form input[type=text]::-webkit-input-placeholder {
  color: #00c6d5;
}
footer .layouts .right-block .search-wrap .search-form input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #00c6d5;
}
footer .layouts .right-block .search-wrap .search-form input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #00c6d5;
}
footer .layouts .right-block .search-wrap .search-form input[type=text]:-ms-input-placeholder {
  color: #00c6d5;
}
footer .layouts .right-block .search-wrap .search-form input[type=submit] {
  width: 29px;
  height: 28px;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  background: url(/local/templates/.default/css/../images/search-footer.png) 0 0 no-repeat #292929;
  display: block;
}
footer .layouts .right-block .up {
  text-align: right;
  color: #fff;
  font-size: 14px;
  margin-top: 10px;
}
footer .layouts .right-block .up a {
  color: #00c6d5;
}
.shim {
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  zoom: 1;
  z-index: 901;
  display: none;
  overflow-y: scroll;
}
.lock {
  overflow: hidden;
}
.map {
  width: 1100px;
  margin: 0 auto 100px;
  position: relative;
  min-height: 575px;
  background: url(/upload/images/map.jpg) 0 0 no-repeat;
  left: -60px;
  display: -webkit-flex;
  display: flex;
}
.map .map-inner {
  height: 575px;
  width: 700px !important;
}
.map .map-bottom {
  padding: 40px 50px 10px;
}
.map .map-bottom p {
  margin-bottom: 16px;
  font-size: 15px;
}
.map .address {
  min-width: 280px;
  max-width: 280px;
  min-height: calc(100% - 100px);
  /* height: 400px; */
  background: #fff;
  padding: 50px 60px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  z-index: 1;
}
.map .address h2 {
  font-size: 22px;
  margin-bottom: 18px;
  font-family: 'litteraplainbold', sans-serif;
}
.map .address p {
  font-size: 16px;
  margin-bottom: 20px;
}
.map .address a {
  color: #00aab7;
}
.map .address strong {
  font-family: 'litteraplainbold', sans-serif;
}
.map .address-section {
  position: relative;
}
.map .address-section:not(:last-child) {
  margin-bottom: 38px;
}
.map .map-button {
  position: absolute;
  top: 0;
  right: 0;
  text-transform: uppercase;
  line-height: 24px;
  background: #21c6d3;
  border: none;
  color: #fff !important;
  padding: 0 6px;
  font-size: 14px;
  font-family: 'litteraplainbold', sans-serif;
  text-decoration: none;
  cursor: pointer;
}
#popup-contacts-map {
  padding: 0;
  width: auto;
}
#popup-contacts-map .close-pop-up {
  right: -34px;
}
#popup-contacts-map img {
  display: block;
  margin: 0;
}
.clear {
  clear: both;
}
.photo-block-wrap.about-museum {
  background-image: none;
}
.about-museum-wrap .news-museum {
  background: url(/local/templates/.default/css/../images/news-press-bg-white.png) 0 center no-repeat;
}
.annotated p {
  margin-bottom: 20px;
}
.annotated ul {
  margin: 0 0 20px 30px;
  list-style: disc;
}
.annotated li {
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 10px;
}
.annotated .photo-slider-wrap {
  height: 731px;
}
.annotated .boxgallery {
  width: 928px !important;
}
.top-msg {
  width: 100%;
  text-align: center;
  position: relative;
  top: -7px;
  z-index: 900;
  clear: both;
}
.top-msg span {
  text-align: left;
  display: inline-block;
  background: #00c6d5;
  padding: 5px 10px;
  color: #fff;
  font-size: 14px;
  font-family: 'litteraplainbold', sans-serif;
  line-height: 20px;
}
.top-msg a {
  color: #fff;
}
.top-msg__btn {
  display: inline-block;
  width: 106px;
  height: 26px;
  background: url(/local/templates/.default/css/../images/top-msg-btn.png);
  text-align: center;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  line-height: 26px;
  margin-left: 10px;
  text-shadow: 0 1px 0 #fee442;
}
#login-form a {
  color: #fff;
}
.photo-page-upload-back {
  margin-bottom: 10px;
}
.text-center {
  text-align: center;
}
.btn {
  display: inline-block;
  text-align: center;
  padding: 10px 15px;
  line-height: 14px;
  font-size: 11px;
  margin: 0 10px 10px;
  color: #fff;
  font-family: 'litteraplainbold', sans-serif;
  text-decoration: none;
  border: 1px solid #00c6d5;
  transition: all 0.3s ease;
  background: #00c6d5;
  position: relative;
  text-transform: uppercase;
}
.btn:hover {
  background: #fff;
  color: #00c6d5;
}
.chosen-single {
  height: 40px !important;
}
.chosen-single > span {
  margin-top: 8px;
}
.chosen-single > div {
  padding-top: 8px;
}
.form-label {
  font-size: 14px;
  margin-bottom: 5px;
  font-family: 'litteraplainbold', sans-serif;
}
.form-control {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #7c7c7c;
  background: #fff;
  height: 36px;
  outline: none;
  color: #000;
  border-radius: 0;
  padding: 7px 10px;
  font-size: 13px;
}
.layouts::after {
  content: '';
  display: block;
  clear: both;
}
.thumb.video:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.3) url(/local/templates/.default/css/../images/play-button.svg) no-repeat center;
  -webkit-background-size: 120%;
  background-size: 120%;
  border-radius: 8px;
}
.gray-block-content {
  width: 100%;
  background-color: #f0f0f2;
  overflow: hidden;
}
.gray-block-content .layouts {
  width: 980px;
  margin: 0 auto;
  background: url(/local/templates/.default/css/../images/shadow-inner.png) center top no-repeat;
}
.author-wrap {
  background-image: url(/local/templates/.default/css/../images/bg-author.png);
  background-position: 0 80px;
  background-repeat: no-repeat;
}
.breadcrumbs {
  overflow: hidden;
}
.breadcrumbs ul {
  margin: 30px 0 25px;
  overflow: hidden;
}
.breadcrumbs ul li {
  display: block;
  float: left;
  font-size: 12px;
  margin-right: 3px;
  color: #6e6e6e;
}
.breadcrumbs ul li a {
  color: #6e6e6e;
}
h1.page-title {
  font-family: 'litteraplainbold', sans-serif;
  font-size: 33px;
  line-height: 38px;
  color: #000;
  margin-bottom: 20px;
}
.author-list-wrap {
  overflow: hidden;
  margin-bottom: 40px;
}
.author-list-wrap ul {
  margin-left: -30px !important;
  font-size: 0;
}
.author-list-wrap ul li {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  margin-left: 30px;
  /* height: 380px; */
  margin-bottom: 20px;
}
.author-list-wrap ul li .thumb {
  margin-bottom: 10px;
  display: block;
}
.author-list-wrap ul li .name {
  font-family: 'litteraplainbold', sans-serif;
  font-size: 18px;
  margin-bottom: 20px;
  display: inline-block;
  color: #000;
  text-decoration: none;
}
.author-list-wrap ul li p {
  line-height: 18px;
  font-size: 13px;
}
.annotated {
  margin-left: 10px;
  border-left: 17px solid #00c6d5;
  padding-left: 25px;
}
.annotated p {
  font-size: 19px;
  line-height: 22px;
  text-align: justify;
}
.annotated h2 {
  font-size: 19px;
  line-height: 22px;
  margin-bottom: 30px;
}
.annotated strong,
.annotated b {
  font-family: 'litteraplainbold', sans-serif;
}
.two-col {
  margin-bottom: 45px;
  overflow: hidden;
}
.two-col div {
  width: 50%;
  float: left;
}
.two-col div p {
  font-size: 16px;
  line-height: 22px;
}
.two-col div:first-child {
  width: 45%;
  margin-right: 5%;
}
.photo-block-wrap {
  width: 100%;
  background: url(/local/templates/.default/css/../images/bg-author.png) 0 40px no-repeat #fff;
  overflow: hidden;
}
.photo-block-wrap .layouts {
  width: 980px;
  margin: 0 auto;
  padding-top: 35px;
}
.photo-block-wrap h2 {
  font-size: 30px;
  font-family: 'litteraplainbold', sans-serif;
  margin-bottom: 40px;
  letter-spacing: 8px;
}
.photo-block-wrap .photo-biblio-list {
  margin-left: -30px;
  margin-bottom: 40px;
}
.photo-block-wrap .photo-biblio-list li {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  margin-left: 30px;
  margin-bottom: 40px;
}
.photo-block-wrap .photo-biblio-list li .thumb {
  width: 220px;
  height: 220px;
  display: block;
  position: relative;
  margin-bottom: 10px;
}
.photo-block-wrap .photo-biblio-list li .thumb img {
  position: relative;
  z-index: 2;
}
.photo-block-wrap .photo-biblio-list li .thumb:before {
  width: 100%;
  height: 100%;
  background: #f0f0f2;
  content: '';
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
}
.photo-block-wrap .photo-biblio-list li .name {
  font-size: 17px;
  display: inline-block;
  font-family: 'litteraplainbold', sans-serif;
  margin-bottom: 20px;
  text-decoration: none;
  color: #000;
  position: relative;
}
.photo-block-wrap .photo-biblio-list li .name span {
  position: relative;
  z-index: 2;
}
.photo-block-wrap .photo-biblio-list li .name:after {
  content: '';
  position: absolute;
  height: 4px;
  background: #00c6d5;
  width: 100%;
  padding-left: 40px;
  left: -40px;
  bottom: 0;
  z-index: 1;
}
.photo-block-wrap .photo-biblio-list li .description {
  font-size: 13px;
  line-height: 20px;
}
section.history {
  width: 100%;
  padding-top: 90px;
  background: #f0f0f2;
  padding-bottom: 40px;
  background-image: url(/local/templates/.default/css/../images/razd.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
}
section.history .layouts {
  width: 980px;
  margin: 0 auto;
}
section.history .image-block {
  float: left;
  margin-right: 60px;
  width: 261px;
}
section.history .image-block .image-description {
  line-height: 20px;
  font-size: 13px;
  color: #6e6e6e;
  padding: 40px 0 0 40px;
  margin-left: 50px;
  position: relative;
}
section.history .image-block .image-description:before {
  content: '';
  height: 100%;
  width: 2px;
  padding-top: 40px;
  top: -50px;
  left: 0;
  position: absolute;
  background: #00c6d5;
}
section.history .content {
  overflow: hidden;
}
section.history h2 {
  font-size: 46px;
  font-family: 'litteraplainbold', sans-serif;
  margin-bottom: 40px;
  text-transform: uppercase;
}
section.history p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}
.rgb {
  width: 100%;
  padding-bottom: 40px;
}
.rgb .layouts {
  width: 980px;
  margin: 0 auto;
}
.rgb h2 {
  text-transform: uppercase;
  font-size: 46px;
  font-family: 'litteraplainbold', sans-serif;
  margin-bottom: 40px;
}
.rgb .content {
  overflow: hidden;
}
.rgb .content p {
  margin-bottom: 40px;
  font-size: 18px;
  line-height: 28px;
}
.rgb .content p strong {
  font-family: 'litteraplainbold', sans-serif;
}
.rgb .content a {
  color: #00c6d5;
}
.rgb .rgb-right-image {
  float: right;
  width: 261px;
  margin-left: 60px;
}
.rgb .rgb-right-image .image-description {
  font-size: 13px;
  line-height: 20px;
  padding: 40px 0 0 40px;
  margin-left: 50px;
  position: relative;
}
.rgb .rgb-right-image .image-description:before {
  content: '';
  height: 100%;
  width: 2px;
  padding-top: 40px;
  top: -50px;
  left: 0;
  position: absolute;
  background: #00c6d5;
}
.rgb .rgb-left-image {
  margin-bottom: 90px;
  width: 620px;
  overflow: hidden;
}
.rgb .rgb-left-image img {
  float: right;
}
.rgb .rgb-left-image .image-description {
  font-size: 13px;
  line-height: 20px;
  padding: 30px 30px 0 0;
  position: relative;
  width: 130px;
  float: left;
  margin-top: 70px;
  text-align: right;
}
.rgb .rgb-left-image .image-description:before {
  content: '';
  width: 100%;
  height: 2px;
  padding-right: 40px;
  top: 0;
  right: -130px;
  position: absolute;
  background: #00c6d5;
}
/*       ����������
____________________________________________*/
.bibleo-panel {
  background: #00c6d5 !important;
  border-radius: 3px;
  width: 100%;
  /* overflow: hidden; */
  margin-bottom: 40px !important;
  display: flex;
  justify-content: space-between;
}
.bibleo-panel .search-form {
  border: 2px solid #fff;
  height: 28px;
  padding: 0 10px 0 0;
  margin-top: 6px;
  margin-right: 10px;
}
.bibleo-panel .search-form input[type='text'] {
  width: 155px;
  height: 28px;
  border: 0;
  margin: 0;
  display: block;
  float: left;
  background: #00c6d5;
  outline: none;
  color: #fff;
  font-size: 14px;
  padding: 0 0 0 10px;
}
.bibleo-panel .search-form input[type='text']::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.bibleo-panel .search-form input[type='text']:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.bibleo-panel .search-form input[type='text']::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.bibleo-panel .search-form input[type='text']:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.bibleo-panel .search-form input[type='submit'] {
  width: 26px;
  height: 28px;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  background: url(/local/templates/.default/images/search.png) 0 0 no-repeat #00c6d5;
  display: block;
  padding: 0;
  border-radius: 0;
  margin: 0;
}
.bibleo-panel + .white-block-content {
  padding-top: 0;
  padding-bottom: 0;
}
.alphabet {
  display: block;
  float: left;
  margin: 0 10px 0 0 !important;
}
.alphabet li {
  display: block;
  float: left;
  overflow: hidden;
}
.alphabet li input {
  position: absolute;
  left: -999px;
}
.alphabet li a {
  color: #fff;
  text-decoration: none;
  line-height: 42px;
  padding: 0 8px;
  font-size: 14px;
  font-family: 'litteraplainbold', sans-serif;
  display: block;
  border-top: 2px solid;
  border-color: transparent;
}
.alphabet li a.current,
.alphabet li a:hover {
  background: #00b2bf;
  border-color: #0094a6;
}
.book-list-wrap {
  margin-bottom: 60px;
}
.book-list-wrap ul {
  margin: 0 !important;
}
.book-list-wrap ul li {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  margin-bottom: 60px;
  position: relative;
  margin-right: 55px;
}
.book-list-wrap ul li .thumb {
  width: 120px;
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.book-list-wrap ul li .thumb:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  left: -17px;
  padding: 2px 10px 10px 17px;
  background: url(/local/templates/.default/css/../images/book-mask.png) 0 0 no-repeat;
}
.book-list-wrap ul li .name {
  text-decoration: none;
  line-height: 20px;
  font-size: 16px;
  color: #000;
  position: relative;
}
.book-list-wrap ul li .author-book {
  font-size: 12px;
  display: inline-block;
  color: #000;
  position: relative;
}
.book-list-wrap ul li .book-item-wrapin {
  position: absolute;
  padding: 234px 30px 30px;
  width: 220px;
  top: -30px;
  left: -30px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 54px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 0 54px rgba(0, 0, 0, 0.24);
  box-shadow: 0 0 54px rgba(0, 0, 0, 0.24);
  background: url(/local/templates/.default/css/../images/book-bg.png) right bottom no-repeat #fff;
}
.book-list-wrap ul li .book-item-wrapin p {
  text-decoration: none;
  line-height: 20px;
  font-size: 16px;
  color: #000;
  position: relative;
}
.book-list-wrap ul li .book-item-wrapin p.book-list__author {
  font-size: 13px;
  color: #545454;
  margin-top: 20px;
}
.book-list-wrap ul li .download-book {
  display: inline-block;
  line-height: 28px;
  padding: 0 10px;
  text-transform: uppercase;
  color: #00c6d5;
  border: 1px solid #00c6d5;
  text-decoration: none;
  margin-top: 15px;
  font-family: 'litteraplainbold', sans-serif;
}
.book-list-wrap ul li .download-book:hover {
  color: #fff;
  background: #00c6d5;
}
.book-list-wrap ul li.five {
  margin-right: 0;
}
.book-list-wrap ul li:hover .thumb,
.book-list-wrap ul li:hover .name,
.book-list-wrap ul li:hover .author-book {
  z-index: 11;
}
.book-list-wrap ul li:hover .name {
  opacity: 0;
  visibility: hidden;
}
.book-list-wrap ul li:hover .book-item-wrapin {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
.more-books {
  text-align: center;
  margin-bottom: 75px;
}
.more-books a {
  display: inline-block;
  line-height: 43px;
  padding: 0 20px;
  background: #00c6d5;
  text-decoration: none;
  color: #fff !important;
  font-size: 14px;
  font-family: 'litteraplainbold', sans-serif;
}
.more-books a i {
  display: inline-block;
  width: 11px;
  height: 14px;
  background: url(/local/templates/.default/css/../images/more-links.png) 0 0 no-repeat;
  margin: 0 10px -2px 0;
}
.slide-exhibition-wrap {
  overflow: hidden;
  margin-bottom: 12px;
  min-height: 470px;
  zoom: 1;
}
.slide-exhibition-wrap:before,
.slide-exhibition-wrap:after {
  content: '';
  display: table;
}
.slide-exhibition-wrap:after {
  clear: both;
}
.slide-exhibition-wrap:after {
  display: block;
  content: '';
  clear: both;
}
.slide-exhibition-wrap .side-block-info {
  background: #fff;
  width: 260px;
  float: right;
  position: relative;
  margin-left: 12px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.09);
  box-sizing: border-box;
}
.slide-exhibition-wrap .side-block-info .subscribe-footer input[type=text] {
  background-color: #fff;
  color: #222;
}
.slide-exhibition-wrap .side-block-info .date {
  color: #000;
  padding: 18px 20px 16px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
.slide-exhibition-wrap .side-block-info .date .title {
  font-size: 10px;
  color: #798384;
  display: block;
}
.slide-exhibition-wrap .side-block-info .date .date__all-date {
  padding: 15px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.19);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.19);
  position: absolute;
  top: 15px;
  left: 5px;
  width: 215px;
  background: #fff;
  display: none;
  z-index: 1;
}
.slide-exhibition-wrap .side-block-info .date .date__show-all-date,
.slide-exhibition-wrap .side-block-info .date .date__hide-all-date {
  text-decoration: none;
  color: #6b6b6b;
  display: inline-block;
  margin-top: 5px;
}
.slide-exhibition-wrap .side-block-info .date .date__show-all-date span,
.slide-exhibition-wrap .side-block-info .date .date__hide-all-date span {
  border-bottom: 1px dashed #6b6b6b;
}
.slide-exhibition-wrap .side-block-info .date .date__show-all-date i,
.slide-exhibition-wrap .side-block-info .date .date__hide-all-date i {
  display: inline-block;
  border: 4px solid transparent;
  border-top: 4px solid #6b6b6b;
  margin-left: 5px;
  position: relative;
  top: 3px;
}
.slide-exhibition-wrap .side-block-info .date .date__hide-all-date i {
  border: 4px solid transparent;
  border-bottom: 4px solid #6b6b6b;
  top: 0;
}
.slide-exhibition-wrap .side-block-info .date .date__show-all-date:hover span {
  border-color: transparent;
}
.slide-exhibition-wrap .side-block-info .price {
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.slide-exhibition-wrap .side-block-info .price .title {
  font-size: 10px;
  color: #798384;
}
.slide-exhibition-wrap .side-block-info .price .num {
  color: #fff;
  font-family: 'litteraplainbold', sans-serif;
  font-size: 30px;
}
.slide-exhibition-wrap .side-block-info .price .rub {
  font-size: 14px;
  color: #798384;
}
.slide-exhibition-wrap .side-block-info .order {
  padding: 18px 20px;
  border-bottom: 1px solid #e6e6e6;
}
.slide-exhibition-wrap .side-block-info .order a {
  display: block;
  font-size: 14px;
  font-family: 'litteraplainbold', sans-serif;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #00c6d5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #00c6d5;
  color: #fff;
  border-radius: 3px;
  margin-top: 12px;
}
.slide-exhibition-wrap .side-block-info .order a:hover {
  background: #fff;
  color: #00c6d5;
}
.slide-exhibition-wrap .side-block-info .order .buy-ticket-button {
  margin-top: 0;
}
.slide-exhibition-wrap .side-block-info .order .subscribe-block {
  width: 100%;
}
.slide-exhibition-wrap .side-block-info .order .subscribe-footer {
  width: 100%;
}
.slide-exhibition-wrap .side-block-info .order .subscribe-footer input[type=text] {
  box-sizing: border-box;
  width: calc(100% - 32px);
}
.slide-exhibition-wrap .side-block-info .price-list__comment {
  position: relative;
  margin-top: 12px;
  padding-left: 14px;
  font: 14px / normal 'litteraplainbook', sans-serif;
}
.slide-exhibition-wrap .side-block-info .price-list__comment sup {
  position: absolute;
  color: #f52c2e;
  top: -5px;
  left: 0;
  font-size: 20px;
}
.slide-exhibition-wrap .side-block-info .price-list-event__item--free {
  font-size: 16px !important;
  color: #000;
  font-family: 'litteraplainbold', sans-serif;
  position: relative;
  padding: 0 10px 0 10px;
  background: #f1f1f1;
  border-radius: 5px 0 0 5px;
  line-height: 30px;
  float: none;
}
.slide-exhibition-wrap .side-block-info .price-list-event__item--free:after {
  content: '';
  display: block;
  width: 9px;
  height: 30px;
  top: 0;
  right: -9px;
  background: url(/local/templates/.default/css/../images/price-arrow.png) 0 0 no-repeat;
  position: absolute;
}
.slide-exhibition-wrap .side-block-info .curator {
  padding: 16px 20px;
}
.slide-exhibition-wrap .side-block-info .curator .title {
  font-size: 10px;
  color: #798384;
  font-family: 'litteraplainbold', sans-serif;
  display: block;
  /* margin-bottom: 10px; */
}
.slide-exhibition-wrap .side-block-info .curator img {
  float: left;
  margin-right: 10px;
  border-radius: 50%;
}
.slide-exhibition-wrap .side-block-info .curator .info {
  overflow: hidden;
}
.slide-exhibition-wrap .side-block-info .curator .info a {
  font-family: 'litteraplainbold', sans-serif;
  font-size: 14px;
  color: #00c6d5;
  display: inline-block;
  margin-bottom: 5px;
}
.slide-exhibition-wrap .side-block-info .curator .info p {
  font-size: 12px;
  color: #798384;
  line-height: 16px;
  margin-bottom: 0;
  margin-right: -10px;
}
.slide-exhibition-wrap .side-block-info .panel-wrap {
  width: 100%;
  height: 50px;
  background: #f2f2f4;
}
.slide-exhibition-wrap .side-block-info .panel-wrap .google-calendar {
  color: #787878;
  font-size: 10px;
  margin: 15px 0 0 20px;
  float: left;
  text-decoration: none;
  padding-left: 25px;
  background: url(/local/templates/.default/css/../images/google.png) 0 2px no-repeat;
  line-height: 13px;
}
.slide-exhibition-wrap .side-block-info .panel-wrap .ical {
  color: #787878;
  font-size: 10px;
  margin: 15px 0 0 20px;
  float: left;
  text-decoration: none;
  padding-left: 25px;
  background: url(/local/templates/.default/css/../images/ical.png) 0 2px no-repeat;
  line-height: 13px;
}
.slide-exhibition-wrap .side-block-info .price-list-event {
  /* margin-bottom: 20px; */
}
.slide-exhibition-wrap .side-block-info .price-list-event__item {
  display: block;
  font-size: 18px;
  color: #000;
}
.slide-exhibition-wrap .side-block-info .price-list-event__item span {
  display: block;
  font-size: 11px;
  font-family: 'litteraplainbold', sans-serif;
  color: #595959;
  margin-bottom: 5px;
  line-height: 13px;
}
.slide-exhibition-wrap .side-block-info .register-end-detail {
  text-transform: uppercase;
  border-color: #ccc !important;
  background: #ccc !important;
  color: white !important;
}
.slide-exhibition-wrap .slide-exhibition {
  position: relative;
  overflow: hidden;
  min-height: 470px;
}
.slide-exhibition-wrap .slide-exhibition-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slide-exhibition-wrap .slide-exhibition img {
  width: 100%;
}
.slide-exhibition-wrap .slide-exhibition .caption {
  display: block;
  position: absolute;
  bottom: 4px;
  left: 0;
  color: #fff;
  font-size: 11px;
  padding: 0 20px;
  line-height: 30px;
  background: #0aaf86;
}
.slide-exhibition-wrap .slide-exhibition .owl-item {
  width: 708px !important;
}
.slide-exhibition-wrap .slide-exhibition .owl-item img {
  width: auto;
  height: 100%;
}
.slide-exhibition-wrap .slide-exhibition .owl-pagination {
  display: block;
}
.slide-exhibition-wrap .side-block-info .date span {
  font-size: 14px !important;
}
.content-exhibition {
  background: #fff;
  padding: 30px;
  margin-bottom: 75px;
}
.content-exhibition h2 {
  font-size: 32px;
  margin-bottom: 35px;
}
.content-exhibition p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
}
.content-exhibition b {
  font-family: 'litteraplainbold', sans-serif;
}
.content-exhibition ul,
.content-exhibition ol {
  font-size: 15px;
  line-height: 22px;
  margin: 0 0 30px 20px;
}
.content-exhibition ol {
  list-style: decimal;
}
.content-exhibition ul {
  list-style: disc;
}
.content-exhibition strong {
  font-family: 'litteraplainbold', sans-serif;
  font-size: 16px;
}
.more-lib .layouts {
  padding-top: 60px;
  z-index: 2;
  position: relative;
  overflow: hidden;
}
.gray-block-content.odd {
  background: #fff;
  overflow: visible;
  position: relative;
}
.white-bg--sc {
  height: 100%;
  width: 10000px;
  background: #fff;
  position: absolute;
  top: 0;
  left: -50%;
  z-index: 1;
}
.link-library {
  color: #000 !important;
  text-decoration: none;
  border-bottom: 1px solid #d2d2d5;
}
.link-library:hover {
  border-color: transparent;
}
.more-lib-link {
  float: right;
  font-size: 18px;
  line-height: 55px;
  padding: 0 30px;
  color: #707075 !important;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
  background: #e1e1e4;
  border-radius: 3px;
}
/*    �������� �������
____________________________________________*/
.reviews-list-wrap {
  position: relative;
}
.reviews-list-wrap .add-reviews {
  position: absolute;
  right: 0;
  top: -65px;
  line-height: 32px;
  font-size: 12px;
  font-family: 'litteraplainbold', sans-serif;
  text-decoration: none;
  padding: 0 15px;
  background: #00c6d5;
  color: #fff;
}
.reviews-list-wrap .add-reviews:hover {
  background: #00838d;
}
.reviews-list-wrap ul {
  margin-bottom: 40px;
  overflow: hidden;
  font-size: 0;
  margin-left: 0 !important;
}
.reviews-list-wrap ul li {
  margin-right: 25px;
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: top;
  width: 310px;
  background-color: #fff;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  min-height: 250px;
}
.reviews-list-wrap ul li a {
  text-decoration: none;
  display: block;
  padding: 20px;
}
.reviews-list-wrap ul li a .reviews {
  line-height: 20px;
  font-size: 13px;
  color: #313131;
  text-decoration: none;
}
.reviews-list-wrap ul li a .name {
  display: block;
  color: #9c9c9c;
  font-size: 13px;
  margin: 20px 0;
}
.reviews-list-wrap ul li a .date {
  font-size: 13px;
  line-height: 20px;
  color: #888;
  display: inline-block;
}
.reviews-list-wrap ul li a .date i {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(/local/templates/.default/css/../images/reviews-time.png) 0 0 no-repeat;
  margin: 0 7px -3px 0;
}
.reviews-list-wrap ul li.last {
  margin-right: 0;
}
.reviews-list-wrap ul .social-block {
  background: #4daf17;
  /* padding-bottom: 40px; */
}
.reviews-list-wrap ul .social-block h2 {
  color: #fff;
  font-size: 20px;
  font-family: 'litteraplainbold', sans-serif;
  line-height: 24px;
  text-transform: uppercase;
  margin: 20px 0 35px 20px;
}
.reviews-list-wrap ul .social-block h2 span {
  font-family: 'litteraplainlight', sans-serif;
}
.reviews-list-wrap ul .social-block a {
  display: block;
  float: left;
  width: 31px;
  height: 31px;
  margin: 0 10px 0 0;
  background-image: url(/local/templates/.default/css/../images/social.png);
  padding: 0;
}
.reviews-list-wrap ul .social-block .social-wrap {
  margin-left: 20px;
}
.reviews-list-wrap ul .social-block .f {
  background-position: 0 0;
}
.reviews-list-wrap ul .social-block .t {
  background-position: -37px 0;
}
.reviews-list-wrap ul .social-block .y {
  background-position: -74px 0;
}
.gray-block-content.building {
  background-image: url(/local/templates/.default/css/../images/building.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-color: #fff;
  padding-bottom: 700px;
}
.history.building {
  background-image: none;
  overflow: hidden;
}
.history.building h2 {
  letter-spacing: 8px;
}
.future {
  overflow: hidden;
  width: 100%;
  background-image: url(/local/templates/.default/css/../images/razd.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
}
.future .layouts {
  width: 980px;
  margin: 0 auto;
}
.future h2 {
  font-size: 46px;
  font-family: 'litteraplainbold', sans-serif;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 8px;
}
.future p {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 40px;
}
.future .rgb-right-image {
  float: right;
  width: 261px;
  margin-left: 60px;
}
.future .rgb-right-image .image-description {
  font-size: 13px;
  line-height: 20px;
  padding: 40px 0 0 40px;
  margin-left: 50px;
  position: relative;
}
.future .rgb-right-image .image-description:before {
  content: '';
  height: 100%;
  width: 2px;
  padding-top: 40px;
  top: -50px;
  left: 0;
  position: absolute;
  background: #00c6d5;
}
.future .rgb-left-image {
  margin-bottom: 90px;
  width: 620px;
  overflow: hidden;
}
.future .rgb-left-image .image-description {
  font-size: 13px;
  line-height: 20px;
  padding: 30px 30px 0 0;
  position: relative;
  width: 130px;
  float: left;
  margin-top: 70px;
  text-align: right;
}
.future .rgb-left-image .image-description:before {
  content: '';
  width: 100%;
  height: 2px;
  padding-right: 40px;
  top: 0;
  right: -130px;
  position: absolute;
  background: #00c6d5;
}
.date-news--sc {
  font-size: 14px;
  color: #99999a;
  margin-bottom: 20px;
  line-height: 20px;
}
.date-news--sc .date-news__ico {
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 10px;
  background: url(/local/templates/.default/css/../images/reviews-time-black.png) 0 0 no-repeat;
  position: relative;
  bottom: -7px;
  opacity: 0.4;
}
.full-news-image {
  width: 100%;
  position: relative;
  height: 470px;
  overflow: hidden;
}
.full-news-image img {
  width: 100%;
  display: block;
}
.full-news-image .date {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  font-size: 73px;
  color: #fff;
  text-align: center;
  padding: 20px;
  background: rgba(0, 0, 0, 0.7);
}
.full-news-image .date span {
  font-size: 34px;
  display: block;
}
.map-list {
  list-style: decimal;
  margin-left: 30px;
  font-size: 16px;
  line-height: 22px;
  font-family: 'litteraplainbold', sans-serif;
}
.map-list span {
  font-family: 'litteraplainbook', sans-serif;
}
.map-museum {
  padding: 55px 0 200px;
  position: relative;
}
.map-museum .bg-white {
  background: #fff;
  position: absolute;
  height: 100%;
  width: 20000px;
  left: -70%;
  top: 0;
}
.map-museum .layouts {
  width: 980px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.map-museum .layouts img {
  width: 100%;
}
.cafe,
.lavka {
  padding-top: 50px;
}
.stuff a {
  font-size: 14px;
  font-family: 'litteraplainbold', sans-serif;
}
.add-reviews-lavka {
  float: right;
  margin-right: 10px;
  line-height: 32px;
  font-size: 12px;
  font-family: 'litteraplainbold', sans-serif;
  text-decoration: none;
  padding: 0 15px;
  background: #00c6d5;
  color: #fff;
}
.add-reviews-lavka:hover {
  background: #00838d;
}
.title-block {
  font-size: 36px;
  margin-bottom: 40px;
  font-family: 'litteraplainbold', sans-serif;
}
.title-block.partners {
  font-size: 32px;
}
.all-exposition {
  display: block;
  float: right;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'litteraplainbook', sans-serif;
  color: #4d4d4d;
  text-decoration: none;
  border: 1px solid #cacaca;
}
.all-exposition:hover {
  background: #cacaca;
  color: #fff;
}
.order-form-wrap {
  overflow: hidden;
}
.order-form-wrap form:after {
  content: '';
  display: block;
  clear: both;
}
.order-form-wrap .left-column {
  width: 340px;
  float: left;
}
.order-form-wrap label {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}
.order-form-wrap .right-column {
  width: 570px;
  float: right;
}
.order-form-wrap input[type=text] {
  margin-bottom: 30px;
  border: 2px solid #00b2bf;
  height: 36px;
  padding-left: 10px;
  width: 320px;
}
.order-form-wrap textarea {
  width: 545px;
  height: 115px;
  border: 2px solid #00b2bf;
  resize: none;
  padding: 10px;
}
.order-form-wrap input[type=submit] {
  line-height: 40px;
  width: 215px;
  display: block;
  border: none;
  background: #00c6d5;
  color: #fff;
  text-align: center;
  cursor: pointer;
  font-family: 'litteraplainbold', sans-serif;
  font-size: 16px;
  margin-top: 50px;
}
.order-form-wrap input[type=submit]:hover {
  background: #00838d;
}
.order-form-wrap .error {
  border-color: #f00 !important;
}
.order-form-text {
  font-size: 12px;
  color: #6b6b6b;
  opacity: 0.8;
  font-family: 'litteraplainbook', sans-serif;
  margin-top: 20px;
}
.order-form-text p {
  margin-top: 1rem;
}
.visitors {
  background: url(/local/templates/.default/css/../images/visitors.png) 80% bottom no-repeat #f0f0f2;
}
.visitors p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.visitors .breadcrumbs ul {
  margin-bottom: 25px;
}
.visitors .breadcrumbs ul li {
  padding-left: 0;
  background: none;
}
.visitors h2 {
  font-size: 20px;
  font-family: 'litteraplainbold', sans-serif;
  margin-bottom: 15px;
}
.visitors .annotated {
  margin-bottom: 30px;
}
.visitors .annotated h2 {
  font-size: 22px;
}
.visitors ul {
  margin-bottom: 30px;
}
.visitors ul li {
  font-size: 15px;
  line-height: 26px;
  padding-left: 25px;
  background: url(/local/templates/.default/css/../images/list-style-sidebar.png) 0 8px no-repeat;
}
.visitors .visitors-price-block {
  font-size: 12px;
}
.visitors .visitors-price-block p {
  font-size: 12px;
  margin-bottom: 10px;
}
.visitors .subscribe-block .title--main {
  color: #222;
}
.visitors .subscribe-footer {
  width: calc(100% - 6px);
  background-color: #00c6d5;
  border: 3px solid #fff;
}
.visitors .subscribe-footer input[type="text"] {
  width: calc(100% - 42px);
  background-color: transparent;
}
.visitors .subscribe-footer input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
}
.visitors .subscribe-footer input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}
.visitors .subscribe-footer input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}
.visitors .subscribe-footer input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
}
.visitors .subscribe-footer input[type="submit"] {
  background-image: url("data:image/svg+xml,%0A%3Csvg%0A%20%20%20%20%20%20%20%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%0A%20%20%20%20%20%20%20%20xmlns%3Axlink%3D%22http%3A//www.w3.org/1999/xlink%22%0A%20%20%20%20%20%20%20%20width%3D%2227px%22%20height%3D%2220px%22%3E%0A%20%20%20%20%3Cpath%20fill-rule%3D%22evenodd%22%20fill%3D%22rgb%28255%2C%20255%2C%20255%29%22%0A%20%20%20%20%20%20%20%20%20%20d%3D%22M23.809%2C19.995%20C23.767%2C19.998%2023.725%2C20.000%2023.683%2C20.000%20L3.308%2C20.000%20C1.461%2C19.975%200.011%2C18.498%20-0.013%2C16.635%20L-0.013%2C3.385%20C0.011%2C1.502%201.461%2C0.025%203.288%2C0.000%20L23.683%2C0.000%20C25.531%2C0.025%2026.981%2C1.503%2027.003%2C3.365%20L27.003%2C16.462%20C26.996%2C18.323%2025.623%2C19.840%2023.809%2C19.995%20ZM6.574%2C3.077%20L13.420%2C9.855%20L20.265%2C3.077%20L6.574%2C3.077%20ZM14.471%2C13.103%20C14.178%2C13.393%2013.799%2C13.538%2013.420%2C13.538%20C13.040%2C13.538%2012.660%2C13.393%2012.368%2C13.103%20L3.005%2C3.833%20L3.005%2C15.589%20L7.037%2C11.216%20L9.237%2C13.323%20L5.918%2C16.923%20L20.669%2C16.923%20L17.517%2C13.673%20L19.664%2C11.509%20L23.984%2C15.964%20L23.984%2C3.683%20L14.471%2C13.103%20Z%22/%3E%0A%3C/svg%3E");
}
.visitors-price-block {
  width: 335px;
  padding: 40px;
  border: 8px solid #00c6d5;
  float: right;
  margin-left: 60px;
  box-sizing: border-box;
  position: relative;
  color: #363636;
  /*strong {
            font-size: 11px;
            font-family: 'litteraplainbold';
            color: #6c6c6c;
            display: block;
            margin-bottom: 10px;
        }

        .price-block {
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #d1d1d3;
        overflow: hidden;
        font-family: 'litteraplainbold';
        font-size: 16px;



        span {
            font-size: 11px;
            color: #6c6c6c;
        }

        .left {
            float: left;
            text-align: left;
            font-size: 20px;
        }
        .right {
            float: right;
            text-align: right;
            font-size: 16px;
        }
    }
        .time-work {
            margin-bottom: 25px;
            padding-bottom: 25px;
            border-bottom: 1px solid #d1d1d3;

            span {
                display: block;
                margin-bottom: 25px;
                font-family: 'litteraplainbold';
                font-size: 15px;
            }
        }

        .phone {
            span {
                display: block;
                font-family: 'litteraplainbold';
                font-size: 15px;
            }
        }*/
}
.visitors-price-block h4 {
  color: #000;
  font: 22px 'litteraplainbold', sans-serif;
  margin-bottom: 8px;
}
.visitors-price-block h4 sup {
  position: static;
  font-size: 22px;
}
.visitors-price-block h6 {
  color: #000;
  font: 15px 'litteraplainbold', sans-serif;
  margin-bottom: 8px;
}
.visitors-price-block p {
  color: #6c6c6c;
}
.visitors-price-block p strong {
  margin: -3px 0 0;
  color: #000;
  font-size: 14px;
}
.visitors-price-block strong {
  color: #363636;
  margin-top: 3px;
  display: block;
  font-family: 'litteraplainbold', sans-serif;
}
.visitors-price-block sup {
  font-size: 16px;
  position: absolute;
  left: 28px;
  color: #e40000;
}
.visitors-price-block hr {
  width: 162px;
  border: none;
  border-top: 1px solid #ccc;
  margin: 16px 0;
}
.gray-block-content.bottom .layouts {
  background: none;
}
.gray-block-content.bottom + .tour-two-block .visitors {
  margin-top: 30px !important;
}
.visitors-inner * {
  box-sizing: border-box;
}
.visitors-inner .visitors-block {
  background: white;
  margin-bottom: 30px;
  width: 588px;
  padding: 45px 40px 10px;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
}
.visitors-inner p {
  line-height: 22px;
}
.visitors-inner h2 {
  padding-left: 38px;
  font: 22px 'litteraplainbold', sans-serif;
  position: relative;
  margin-bottom: 15px;
}
.visitors-inner h2.annotated {
  margin-left: 0;
  padding-left: 25px;
}
.visitors-inner h2.annotated:before {
  display: none;
}
.visitors-inner h2:before {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background: url('/local/templates/.default/css/../images/sprites.png') -164px 0;
  left: 0;
}
.visitors-inner h2:last-child {
  padding-bottom: 25px;
}
.visitors-inner table {
  width: 100%;
  position: relative;
  color: #363636;
}
.visitors-inner table:after {
  display: block;
  content: '';
  width: 100%;
  position: absolute;
  height: 3px;
  bottom: -1px;
  background: white;
}
.visitors-inner td {
  border-bottom: 1px solid #ddd;
  padding: 12px 0;
}
.visitors-inner td[colspan="3"] {
  padding: 0;
  position: relative;
  top: -1px;
  background: white;
  border: none;
}
.visitors-inner td[colspan="3"] div {
  display: none;
  border-bottom: 1px solid #ddd;
}
.visitors-inner td[colspan="3"] div strong {
  background: #fffee5;
  font: 14px/22px 'litteraplainbook', sans-serif;
}
.visitors-inner td[colspan="3"] div *:first-child {
  margin-top: 5px;
}
.visitors-inner td[colspan="3"] div *:last-child {
  display: block;
  margin-bottom: 25px;
}
.visitors-inner td:nth-child(2) {
  width: 176px;
  padding: 12px 28px;
}
.visitors-inner td:nth-child(2) strong {
  font-size: 19px;
}
.visitors-inner td:nth-child(3) {
  text-align: center;
  width: 136px;
}
.visitors-inner td:nth-child(3) div {
  display: inline-block;
  position: relative;
  margin-right: 12px;
  font: 15px 'litteraplainbook', sans-serif;
  color: #6b6b6b;
  border-bottom: 1px dotted #6b6b6b;
  cursor: pointer;
}
.visitors-inner td:nth-child(3) div:last-child {
  display: none;
}
.visitors-inner td:nth-child(3) div:last-child:after {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}
.visitors-inner td:nth-child(3) div:after {
  content: '';
  background: url(/local/templates/.default/css/../images/sprites.png) -195px 0;
  display: block;
  position: absolute;
  top: 9px;
  right: -12px;
  width: 5px;
  height: 3px;
}
.visitors-inner tr:last-child td {
  border: none;
}
.visitors-inner ul {
  color: #464646;
}
.visitors-inner strong {
  color: #000;
  font-family: 'litteraplainbold', sans-serif;
}
.tour-program.visitors {
  padding-top: 50px;
  padding-bottom: 25px !important;
  margin-top: 50px !important;
}
.news-museum-list.press ul {
  margin-bottom: 130px;
  overflow: hidden;
}
.news-museum-list.press .doc,
.news-museum-list.press .download-img {
  text-decoration: underline;
  color: #00c6d5;
}
.news-museum-list.press .doc:hover,
.news-museum-list.press .download-img:hover {
  text-decoration: none;
}
.news-museum-list.press li {
  border-right: 2px solid #f5f5f5;
  border-bottom: 2px solid #f5f5f5;
  margin-left: 23px;
}
.news-museum-list.press li div {
  padding: 0 20px 20px;
}
.news-museum h3 {
  text-align: right;
  font-size: 70px;
  color: #f1f1f1;
  font-family: 'litteraplainbold', sans-serif;
  margin-top: -80px;
  margin-bottom: 30px;
}
.exposition-menu nav.photo-menu {
  float: right;
}
.photo-list {
  margin-left: -40px !important;
  overflow: hidden;
  padding: 20px 0 0;
  list-style: none !important;
  font-size: 0;
  width: 105%;
}
.photo-list li {
  width: 300px;
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  margin-bottom: 50px;
}
.photo-list li a {
  text-decoration: none;
}
.photo-list li .thumb {
  display: block;
  position: relative;
  margin-bottom: 25px;
  height: 195px;
}
.photo-list li .thumb img {
  display: block;
  position: relative;
  max-width: 100%;
}
.photo-list li .thumb i {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 73px;
  height: 32px;
  background: url(/local/templates/.default/css/../images/media-label.png) 0 0 no-repeat;
}
.photo-list li .thumb:before {
  content: '';
  display: block;
  position: absolute;
  width: 322px;
  height: 225px;
  background: url(/local/templates/.default/css/../images/mediateka.png) 0 0 no-repeat;
  top: -15px;
  left: -17px;
}
.photo-list li .thumb__image {
  display: block;
  position: relative;
  height: 195px;
  overflow: hidden;
}
.photo-list li .name {
  font-size: 16px;
  line-height: 20px;
  text-decoration: none;
  color: #4a4a4a;
}
.filter-program {
  float: right;
}
.filter-program a {
  font-size: 14px;
  font-family: 'litteraplainbook', sans-serif;
  border-bottom: 1px dashed #00c6d5;
  color: #656565;
  text-decoration: none;
  margin-left: 10px;
}
.filter-program a:hover {
  border-color: transparent;
}
.filter-program a.active {
  font-family: 'litteraplainbold', sans-serif;
  padding: 0 5px;
  border: 4px solid #00c6d5;
}
.title-tabs .tab-sc {
  color: #6b6b6b;
  text-decoration: none;
  display: inline-block;
  padding: 20px 20px 10px;
  border-radius: 3px 3px 0 0;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid #cfcfcf;
}
.title-tabs .tab-sc.active {
  color: #000;
  border-top: 1px solid #cfcfcf;
  border-left: 1px solid #cfcfcf;
  border-right: 1px solid #cfcfcf;
  border-bottom: 1px solid transparent;
}
.custom-page {
  margin-top: 60px !important;
}
.more-center-inform {
  position: absolute;
  display: block;
  width: 60px;
  bottom: 0;
  left: 50%;
  margin-left: -30px;
  text-align: center;
  font-size: 10px;
  text-transform: uppercase;
  text-decoration: none;
  color: #b3b3b4;
  border-bottom: 1px dashed #b3b3b4;
  margin-bottom: 10px;
}
.more-center-bottom {
  display: flex;
  justify-content: center;
}
.all-exposition-center {
  line-height: 43px;
  padding: 0 20px;
  font-size: 14px;
  font-family: 'litteraplainbold', sans-serif;
  color: #fff;
  text-decoration: none;
  background: #00c6d5;
  border: 1px solid #00c6d5;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.all-exposition-center:hover {
  background: #fff;
  color: #00c6d5;
}
.more-center-inform:after {
  border: 15px solid transparent;
  border-top: 10px solid #f0f0f2;
  content: '';
  position: absolute;
  bottom: -35px;
  left: 15px;
  display: block;
}
.white-block-content.centr-museum {
  position: relative;
}
.more-inform-hide {
  clear: both;
  margin-bottom: 40px;
  overflow: hidden;
  display: none;
}
.more-inform-hide p {
  font-size: 19px;
  line-height: 22px;
}
.text .job-list {
  margin-left: 0;
  margin-bottom: 80px;
}
.text .job-list__item {
  list-style: none;
  margin-bottom: 20px;
  vertical-align: top;
}
.text .job-list__card {
  box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  background: #fff;
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #000;
}
.text .job-list__card .title {
  font-size: 18px;
  display: block;
  font-family: 'litteraplainbold', sans-serif;
  line-height: 22px;
  color: #000;
  margin-bottom: 20px;
}
.text .job-list__card .description-more {
  margin-top: 20px;
}
.text .job-list__card .description-more__link {
  border: 0;
  border-bottom: 1px dashed #00c6d5;
  background-color: transparent;
  padding: 0;
  color: #00c6d5;
  cursor: pointer;
}
.text .job-list__card .description-more__link.active {
  margin-top: 20px;
}
.text .job-list__card .description-more__link:not(.active) .description-more__link-active {
  display: none;
}
.text .job-list__card .description-more__link.active .description-more__link-hide {
  display: none;
}
.text .job-list__card .salary {
  margin-top: 25px;
  font-family: 'litteraplainbold', sans-serif;
}
.back-media {
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  font-size: 12px;
  padding: 7px 10px;
  border: 1px solid #fff;
  border-radius: 3px;
  margin: 9px 0 0 10px;
}
.full-media li .thumb {
  border: 5px solid #fff;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
}
.full-media li .thumb img {
  width: 100%;
}
.full-media li .thumb:before {
  display: none;
}
.document-list {
  overflow: hidden;
}
.document-list ul {
  margin-left: -3% !important;
}
.document-list ul li {
  width: 30%;
  display: inline-block;
  vertical-align: top;
  margin-left: 3%;
  margin-bottom: 45px;
}
.document-list ul li .thumb {
  display: block;
  border: 5px solid #fff;
  margin-bottom: 10px;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
}
.document-list ul li .thumb img {
  width: 100%;
  display: block;
}
.document-list ul li .description {
  font-size: 16px;
  line-height: 20px;
}
.donation-left {
  float: left;
  width: 51%;
}
.donation-right {
  float: right;
  width: 41%;
}
.text p {
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.text p.large {
  font-size: 19px;
  line-height: 28px;
  text-align: left;
}
.text em,
.text i {
  font-size: 15px;
  line-height: 22px;
  font-style: italic;
}
.text ol {
  list-style-type: decimal;
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
  margin-left: 30px;
}
.text li {
  font-size: 16px !important;
}
.text b,
.text strong {
  font-family: 'litteraplainbold', sans-serif;
}
.text table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.text table td {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 15px;
  line-height: 22px;
}
.text .subscribe-wrap {
  padding: 25px 30px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.text .subscribe-wrap .layouts {
  width: auto;
  background: none;
}
.donation-name {
  font-family: 'litteraplainbold', sans-serif;
  font-size: 16px;
}
.program-lection-wrap {
  padding: 30px;
  background: #fff;
  margin-bottom: 30px;
  margin-top: -50px;
}
.program-lection-wrap .thumb {
  display: block;
  float: left;
  width: 200px;
  margin: 0 25px 0 0;
}
.program-lection-wrap .thumb img {
  display: block;
  width: 100%;
}
.program-lection-wrap .right-lection-program {
  overflow: hidden;
}
.program-lection-wrap .right-lection-program h2 {
  margin-bottom: 20px;
}
.program-lection-wrap .right-lection-program h2 a {
  font-size: 24px;
  line-height: 28px;
  color: #000;
}
.program-lection-wrap .right-lection-program p {
  font-size: 15px;
  line-height: 22px;
}
.program-lection-wrap .right-lection-program p a {
  color: #00aab7;
}
.program-lection-wrap .right-lection-program .date-expos {
  line-height: 20px;
  font-size: 13px;
  color: #888;
  display: block;
  background: url(/local/templates/.default/css/../images/reviews-time.png) 0 0 no-repeat;
  overflow: hidden;
  padding-left: 20px;
  margin-top: 10px;
}
.lection-list-bottom {
  border-top: 1px solid #ddd;
  margin-top: 20px;
  padding-top: 10px;
  position: relative;
}
.lection-list-bottom li {
  line-height: 48px;
}
.lection-list-bottom a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
}
.lection-list-bottom a:hover {
  text-decoration: underline;
}
.lection-list-bottom:after {
  content: '';
  top: -1px;
  width: 42px;
  height: 12px;
  right: 82px;
  background: url(/local/templates/.default/css/../images/arrow-lection.png) 0 0 no-repeat;
  display: block;
  position: absolute;
}
.more-group {
  display: inline-block;
  line-height: 35px;
  padding: 0 10px;
  background: #00c6d5;
  text-decoration: none;
  color: #fff !important;
  font-size: 15px;
  font-family: 'litteraplainbold', sans-serif;
  margin-top: 10px;
}
.more-group:hover {
  background: #00b2bf;
}
.goals-wrap {
  padding: 20px 0;
  border-top: 1px solid #f3f3f3;
  margin-top: 20px;
}
.goals-wrap h2 {
  font-size: 26px;
  margin-bottom: 25px;
}
.goals-wrap p {
  font-size: 15px;
  line-height: 22px;
}
.participants div {
  width: 150px;
  margin-right: 20px;
}
.participants div img {
  margin-bottom: 15px;
}
.participants div span {
  font-size: 14px;
  line-height: 18px;
}
.participants-wrap {
  padding: 0 45px;
  position: relative;
}
.owl-item {
  min-width: 150px !important;
}
.owl-pagination {
  display: none;
}
.owl-prev {
  top: 70px;
  left: -45px;
  position: absolute;
  width: 14px !important;
  height: 25px;
  overflow: hidden;
  background: url(/local/templates/.default/css/../images/nextprev.png);
  text-indent: -9999px;
}
.owl-next {
  top: 70px;
  right: -65px;
  position: absolute;
  width: 14px !important;
  height: 25px;
  overflow: hidden;
  background: url(/local/templates/.default/css/../images/nextprev.png) -14px 0;
  text-indent: -9999px;
}
.text {
  font-size: 16px;
  line-height: 22px;
}
.text h2 {
  font-size: 27px;
  margin-bottom: 20px;
  font-family: 'litteraplainbold', sans-serif;
}
.text h3 {
  font-size: 30px;
  margin-bottom: 15px;
}
.text a {
  color: #00c6d5;
}
.text ul {
  list-style: disc;
  margin: 0 0 20px 30px;
}
.text ul li {
  font-size: 15px;
  line-height: 22px;
}
.friends-detail {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.friends-detail__image {
  float: left;
  margin-right: 35px;
}
.friends-detail__text p {
  font-size: 16px;
  line-height: 22px;
  color: #3e3e3e;
  margin-bottom: 20px;
}
.friends-detail__back-link {
  margin-bottom: 30px;
}
.friends-detail__back-link a {
  color: #00c6d5;
}
.register-smi-modal .errortext {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  display: block;
}
.register-smi-modal .notetext {
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
  display: block;
}
.register-smi-modal .modal-text {
  font-size: 21px;
}
.register-smi-modal .modal-text.-center {
  text-align: center;
}
.register-smi-modal .modal-button {
  display: inline-block;
  line-height: 43px;
  padding: 0 20px;
  border: none;
  background: #00c6d5;
  text-decoration: none;
  color: #fff !important;
  font-size: 16px;
  font-family: 'litteraplainbold', sans-serif;
  cursor: pointer;
  margin-top: 26px;
}
.pedigree-wrapper {
  background: #fff;
  padding: 25px;
  -webkit-box-shadow: 5px 8px 32px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 5px 8px 32px rgba(0, 0, 0, 0.11);
  box-shadow: 5px 8px 32px rgba(0, 0, 0, 0.11);
  margin-bottom: 70px;
}
.fields-pedigree {
  margin-bottom: 25px;
}
.fields-pedigree .error {
  border: 2px solid #f00 !important;
}
.fields-pedigree .error + span {
  color: #f00;
  margin-left: 10px;
}
.fields-pedigree textarea.error + span {
  width: 385px;
  display: inline-block;
}
.fields-pedigree label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  width: 500px;
  line-height: 20px;
}
.fields-pedigree label sup {
  color: #e40000;
}
.fields-pedigree input[type=text],
.fields-pedigree input[type=password] {
  width: 315px;
  height: 35px;
  border: 2px solid #00c6d5;
  padding: 0 0 0 10px;
}
.fields-pedigree textarea {
  resize: none;
  width: 520px;
  padding: 10px 0 0 10px;
  border: 2px solid #00c6d5;
  height: 125px;
}
.fields-pedigree--radio label {
  overflow: hidden;
}
.fields-pedigree--radio label input[type=radio] {
  position: absolute;
  left: -9999px;
}
input[type=submit] {
  height: 40px;
  width: 220px;
  background: #00c6d5;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: 'litteraplainbold', sans-serif;
  border: none;
  cursor: pointer;
}
.fields-pedigree__ico-radio {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(/local/templates/.default/css/../images/radio.png) 0 0 no-repeat;
  margin-right: 8px;
}
.fields-pedigree__ico-radio--active {
  background-position: 0 -15px;
}
.fields-pedigree__ico-checkbox {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #00c6d5;
  margin-right: 10px;
  margin-bottom: -4px;
}
.fields-pedigree__ico-checkbox--active {
  background: #00c6d5;
}
.fields-pedigree--checkbox label {
  line-height: 18px;
  overflow: hidden;
}
.fields-pedigree--checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.loyalty-item {
  background-color: #fff;
  padding: 8px 10px;
  margin-top: 22px;
}
.loyalty-item__row {
  display: flex;
}
.loyalty-item__side.-content {
  padding: 12px 12px 12px 40px;
}
.loyalty-item__picture {
  width: 208px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 42px;
}
.loyalty-item__image {
  max-width: 100%;
  box-shadow: 0 45px 29px rgba(109, 109, 121, 0.17), 0 18.7999px 12.1155px rgba(109, 109, 121, 0.122205), 0 10.0513px 6.47753px rgba(109, 109, 121, 0.101338), 0 5.6347px 3.63125px rgba(109, 109, 121, 0.085), 0 2.99255px 1.92853px rgba(109, 109, 121, 0.0686618), 0 1.24527px 0.802504px rgba(109, 109, 121, 0.0477948);
}
.loyalty-item__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.loyalty-item__title {
  font-size: 18px;
  font-family: 'litteraplainbold', sans-serif;
}
.loyalty-item__price {
  background-color: #F0F0F2;
  padding: 4px 10px;
  font-family: 'litteraplainbold', sans-serif;
  position: relative;
}
.loyalty-item__price::before {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  clip-path: polygon(0 0, 0% 100%, 100% 44%);
  height: 100%;
  width: 10%;
  background-color: #F0F0F2;
}
.loyalty-item__list {
  column-count: 2;
  column-gap: 30px;
  padding-left: 0;
  margin: 2px 0 0 3px !important;
}
li.loyalty-item-list__li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding-left: 12px;
  font-size: 13px !important;
  line-height: 1.2 !important;
  margin-top: 10px;
}
li.loyalty-item-list__li span {
  color: #F52C2E;
}
li.loyalty-item-list__li::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #57C3D2;
}
.loyalty-item__sublist {
  padding-left: 0;
  margin: 2px 0 0 3px !important;
}
li.loyalty-item-sublist__li {
  display: inline-block;
  list-style: none;
  position: relative;
  padding-left: 12px;
  font-size: 14px !important;
  line-height: 1.2 !important;
  margin-top: 10px;
}
li.loyalty-item-sublist__li span {
  color: #F52C2E;
}
li.loyalty-item-sublist__li::before {
  content: '';
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  width: 6px;
  height: 1px;
  border-radius: 50%;
  background-color: #F52C2E;
}
.loyalty-item__info {
  border-top: 1px solid #D9D9D9;
  padding-top: 15px;
  display: flex;
  align-items: center;
  margin-top: 18px;
  font-size: 14px;
}
.loyalty-item__info span {
  padding-left: 15px;
}
.loyalty-info {
  margin-top: 40px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.loyalty-info p {
  margin-top: 20px;
  text-align: center;
}
.loyalty-info p span {
  color: #F52C2E;
}
.loyalty-phone,
.loyalty-email {
  white-space: nowrap;
  text-decoration: none;
}
.loyalty-phone {
  color: currentColor !important;
}
.loyalty-phone:hover {
  color: #00c6d5;
}
.loyalty-underline {
  text-decoration: underline;
}
.text ul.loyalty-list {
  margin: 0;
  list-style: none;
  font-size: 0;
}
.text ul.loyalty-list li {
  display: inline-block;
  background: #fff;
  padding: 20px 10px;
  width: 200px;
  vertical-align: top;
  min-height: 240px;
  margin: 0 30px 30px 0;
  text-align: center;
}
.text ul.loyalty-list li:nth-child(4n) {
  margin-right: 0;
}
.text ul.loyalty-list .sale-number {
  display: block;
  margin-bottom: 45px;
  margin-top: 25px;
  font-size: 56px;
  font-family: 'litteraplainbold', sans-serif;
  color: #00c6d5;
}
.text ul.loyalty-list .sale-number--image {
  margin: 10px 0 20px;
}
.sidebar-list--sc {
  float: right;
  background: #fff;
  padding: 30px 20px;
  width: 390px;
  margin-left: 40px;
  margin-bottom: 40px;
  -webkit-box-shadow: 5px 8px 32px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 5px 8px 32px rgba(0, 0, 0, 0.11);
  box-shadow: 5px 8px 32px rgba(0, 0, 0, 0.11);
}
.sidebar-list--sc h2 {
  font-size: 18px;
  font-family: 'litteraplainbold', sans-serif;
  margin-bottom: 40px;
}
.sidebar-list--sc ol {
  list-style: none;
  margin: 0;
}
.sidebar-list--sc ol li {
  margin-bottom: 20px;
  padding-left: 20px;
  background: url(/local/templates/.default/css/../images/list-style-sidebar.png) 0 7px no-repeat;
}
.sidebar-list--sc ol li strong {
  display: block;
}
.annotatedSecond {
  margin: 30px 0 0 10px;
}
.annotatedSecond:first-child {
  margin-top: 0;
  margin-left: 0;
}
.annotatedSecond .hidden {
  display: none;
}
.annotatedSecond p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 30px;
  text-align: justify;
}
.annotatedSecond ul {
  list-style: disc;
  margin: 0 0 20px 30px;
}
.annotatedSecond ul li {
  font-size: 15px;
  line-height: 22px;
}
.annotatedSecond strong,
.annotatedSecond b {
  font-family: 'litteraplainbold', sans-serif;
}
.banner-small {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 40px;
  height: 154px;
}
.banner-small li {
  float: left;
}
.banner-small .first-banner {
  margin-right: 40px;
}
.time-left {
  float: left;
  margin-right: 10px;
  width: 155px;
  text-align: right;
}
.time-left-pad {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #fff;
}
.pagination {
  text-align: center;
  margin-bottom: 40px;
}
.pagination a {
  font-size: 18px;
  color: #4b4b4b;
  line-height: 33px;
}
.pagination .pagination__prev,
.pagination .pagination__next {
  text-decoration: none;
  margin: 0 30px;
}
.pagination .pagination__prev span,
.pagination .pagination__next span {
  text-decoration: underline;
}
.pagination .pagination__prev span:hover,
.pagination .pagination__next span:hover {
  text-decoration: none;
}
.pagination .pagination__number {
  display: inline-block;
  margin: 0 7px;
}
.pagination .pagination__number--active {
  color: #fff;
  margin: 0;
  padding: 0 9px;
  text-decoration: none;
  background: #00c6d5;
  font-family: 'litteraplainbold', sans-serif;
}
.rekvezit {
  background: #fff;
  padding: 20px;
  margin-bottom: 40px;
}
.appeal {
  background: #00c6d5;
  color: #fff;
  padding: 30px 30px 10px;
  margin-bottom: 40px;
}
.appeal .item1 {
  width: 525px;
  padding-right: 40px;
  float: left;
}
.text hr {
  border: none;
  height: 1px;
  background: #ddd;
  margin-bottom: 20px;
}
.text .peaple-list {
  margin: 0 !important;
  list-style: none !important;
  font-size: 0;
}
.text .peaple-list li {
  display: inline-block;
  width: 130px;
  margin-right: 40px;
  vertical-align: top;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 30px;
}
.text .peaple-list li.last {
  margin-right: 0;
}
.image-block {
  float: left;
  margin-right: 60px;
  width: 261px;
}
.image-block--right {
  float: right;
  margin-right: 0;
  margin-left: 60px;
}
.image-block .image-description {
  line-height: 20px;
  font-size: 13px;
  color: #6e6e6e;
  padding: 40px 0 0 40px;
  margin-left: 50px;
  position: relative;
}
.image-block .image-description:before {
  content: '';
  height: 100%;
  width: 2px;
  padding-top: 40px;
  top: -50px;
  left: 0;
  position: absolute;
  background: #00c6d5;
}
.rgb-left-image {
  margin-bottom: 90px;
  width: 620px;
  overflow: hidden;
}
.rgb-left-image .image-description {
  font-size: 13px;
  line-height: 20px;
  padding: 30px 30px 0 0;
  position: relative;
  width: 130px;
  float: left;
  margin-top: 70px;
  text-align: right;
}
.rgb-left-image .image-description:before {
  content: '';
  width: 100%;
  height: 2px;
  padding-right: 40px;
  top: 0;
  right: -130px;
  position: absolute;
  background: #00c6d5;
}
.rgb-left-image--history {
  width: 780px;
  margin-left: 213px;
}
.history-museum-bg {
  width: 100%;
  background-image: url(/local/templates/.default/css/../images/razd-gray.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  padding-bottom: 1px !important;
}
.no-shadow {
  background: none !important;
}
.slide-exhibition-wrap--no-image {
  float: right;
}
.content-exhibition--no-image {
  margin-right: 280px;
}
.electronic-resources {
  display: block !important;
}
.electronic-resources span {
  font-family: 'litteraplainbook', sans-serif !important;
  padding-right: 20px;
}
.electronic-resources a {
  color: #3c3c3c !important;
  font-size: 13px !important;
}
.electronic-resources .link i {
  display: inline-block;
  width: 16px;
  height: 14px;
  margin-right: 9px;
  background: url(/local/templates/.default/css/../images/link-res.png) 0 0 no-repeat;
  position: relative;
  bottom: -3px;
}
.electronic-resources:hover {
  background: url(/local/templates/.default/css/../images/resources.png) center center no-repeat #00c6d5;
}
.electronic-resources:hover span {
  color: #fff;
}
.electronic-resources:hover a {
  color: #fff !important;
}
.electronic-resources:hover .link i {
  background: url(/local/templates/.default/css/../images/link-res.png) 0 -15px no-repeat;
}
.no-shadow .layouts {
  background-image: none;
}
.press-release--link a:hover {
  text-decoration: none !important;
}
.gradient-slider {
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: 5;
  background: -moz-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(100%, rgba(0, 0, 0, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, rgba(0, 0, 0, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
.fix-hidden-footer {
  padding: 0 0 400px;
  margin-bottom: -400px;
}
.not-found {
  font-size: 300px !important;
  font-family: 'litteraplainbold', sans-serif;
  color: #00c6d5;
  line-height: 300px !important;
}
.mobil-select-wrap {
  position: relative;
  float: left;
  margin-right: 20px;
}
#select-center {
  float: left;
  margin: 8px 0 0 10px;
  width: 210px;
  height: 30px;
  color: #fff;
  border: 1px solid #fff;
  background: #00c6d5;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 5px;
}
.mobil-select-wrap:after {
  content: '';
  position: absolute;
  top: 20px;
  right: 10px;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  display: block;
}
.border-img {
  border: 5px solid #fff;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
}
.fond-document-list {
  list-style: none;
  margin: 0 0 30px 0 !important;
}
.fond-document-list::after {
  content: '';
  display: block;
  clear: both;
}
.fond-document-list li {
  display: block;
  float: left;
  width: 163px;
  text-align: center;
  margin-bottom: 20px;
}
.fond-document-list li a {
  color: #000;
}
.fond-document-icon {
  display: inline-block;
  width: 80px;
  height: 116px;
  margin-bottom: 5px;
  background: url(/local/templates/.default/css/../images/fond-document-icon.png) 0 0 no-repeat;
}
.fond-document-list li:hover .fond-document-icon {
  background-position: 0 -117px;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
.sidebar {
  width: 266px;
  float: left;
  background: white;
  box-shadow: 0 9px 32px 0 rgba(0, 0, 0, 0.1);
}
.sidebar + div {
  float: right;
  width: calc(100% - 310px);
}
.sidebar-menu__list {
  margin: 0 !important;
  list-style: none !important;
}
.sidebar-menu__item.active {
  background: #00c6d5;
  border-left: 4px solid #009fac;
}
.sidebar-menu__item.active .sidebar-menu__link {
  color: #fff !important;
  cursor: default;
  padding-left: 21px;
  pointer-events: none;
  text-decoration: none;
}
.sidebar-menu__link {
  display: block;
  padding: 11px 22px;
  font: 16px 'litteraplainbold', sans-serif;
  color: #333 !important;
}
.educational-unit {
  font-size: 15px;
  padding-bottom: 94px;
  zoom: 1;
}
.educational-unit:before,
.educational-unit:after {
  content: '';
  display: table;
}
.educational-unit:after {
  clear: both;
}
.educational-unit:after {
  display: block;
  content: '';
  clear: both;
}
.educational-unit__title {
  margin-bottom: 20px;
  font: 33px/38px 'litteraplainbold', sans-serif;
}
.educational-unit__content h3 {
  margin-top: 30px;
  font: 20px/22px 'litteraplainbold', sans-serif;
}
.educational-unit__content p {
  font-size: 15px;
  margin-bottom: 1em;
}
.educational-unit__content ul {
  margin-left: 0;
  list-style: none;
}
.educational-unit__content ul.people-list {
  margin-left: 0 !important;
}
.educational-unit__content ul li {
  font-size: 15px !important;
  line-height: 26px;
  padding-left: 25px;
  margin-bottom: 6px;
  background: url(/local/templates/.default/css/../images/list-style-sidebar.png) no-repeat 0 9px;
}
.educational-unit__content .file {
  display: block;
  color: black;
  font-size: 16px;
  padding-left: 45px;
  position: relative;
  margin-bottom: 10px;
  padding-top: 8px;
  min-height: 39px;
}
.educational-unit__content .file:before {
  content: '';
  position: absolute;
  display: block;
  width: 30px;
  height: 39px;
  left: 0;
  top: 0;
  background: url(/local/templates/.default/css/../images/sprites.png) no-repeat -84px 0;
}
.educational-unit__content .file:hover:before {
  background-position: -117px 0;
}
.educational-unit__content .yandex-map {
  border: 1px solid #c5c5c5;
}
.educational-unit__content .yandex-map > div {
  height: 400px;
}
.educational-unit__content table {
  background: white;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
  text-align: left;
}
.educational-unit__content th,
.educational-unit__content td {
  padding: 12px 11px;
}
.educational-unit__content th {
  vertical-align: middle;
  color: white;
  background: #00c7d7;
  border: 1px solid #f0f0f2;
}
.educational-unit__content td {
  border: 1px solid #ddd;
}
.educational-unit__content .link {
  display: block;
  padding-left: 20px;
  position: relative;
}
.educational-unit__content .link:before {
  content: '';
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  left: 0;
  top: 4px;
  background: url(/local/templates/.default/css/../images/sprites.png) no-repeat -150px 0;
}
.educational-unit__content .people-list {
  list-style: none;
}
.educational-unit__content .people-list__item {
  margin: 0 35px 38px 0;
  width: 200px;
  padding: 0;
  background: none !important;
  box-sizing: border-box;
  float: left;
}
.educational-unit__content .people-list__item:nth-child(3n) {
  margin-right: 0;
}
.educational-unit__content .people-list__item:nth-child(3n + 1) {
  clear: left;
}
.educational-unit__content .people-list__thumb {
  display: block;
}
.educational-unit__content .people-list__image {
  max-width: 200px;
  display: block;
}
.educational-unit__content .people-list__name {
  margin-top: 22px;
  color: black;
  text-decoration: none;
  display: inline-block;
  font: 18px/22px 'litteraplainbold', sans-serif;
}
.educational-unit__content .people-list__text {
  margin-top: 14px;
  font: 13px/22px 'litteraplainbook', sans-serif;
}
.educational-unit__content .people-detail {
  background: white;
  padding: 30px;
  zoom: 1;
}
.educational-unit__content .people-detail:before,
.educational-unit__content .people-detail:after {
  content: '';
  display: table;
}
.educational-unit__content .people-detail:after {
  clear: both;
}
.educational-unit__content .people-detail:after {
  display: block;
  content: '';
  clear: both;
}
.educational-unit__content .people-detail__image {
  width: 196px;
  float: left;
}
.educational-unit__content .people-detail__image img {
  max-width: 196px;
}
.educational-unit__content .people-detail__image + .people-detail__text {
  float: right;
  width: calc(100% - 220px);
}
.educational-unit__content .back-link {
  font-size: 16px;
  margin-top: 26px;
  display: inline-block;
}
.educational-unit__content .materials-list {
  margin-top: 24px;
}
.educational-unit__content .materials-list__item {
  background: white;
  padding: 24px;
  zoom: 1;
}
.educational-unit__content .materials-list__item:before,
.educational-unit__content .materials-list__item:after {
  content: '';
  display: table;
}
.educational-unit__content .materials-list__item:after {
  clear: both;
}
.educational-unit__content .materials-list__item:after {
  display: block;
  content: '';
  clear: both;
}
.educational-unit__content .materials-list__item:not(:last-child) {
  margin-bottom: 30px;
}
.educational-unit__content .materials-list__date {
  font-size: 13px;
  color: #999;
  float: left;
  width: 100%;
}
.educational-unit__content .materials-list__title {
  margin-top: 8px;
  float: left;
  color: black;
  font: 18px/22px 'litteraplainbook', sans-serif;
}
.educational-unit__content .materials-list__text {
  margin-top: 10px;
  float: left;
  width: 100%;
}
.educational-unit__content .materials-list__more {
  margin-top: 10px;
  float: left;
  clear: both;
  font-size: 15px;
}
.educational-unit__content .materials-list__updated {
  font-size: 13px;
  color: #999;
  float: right;
  clear: both;
}
.slide-block {
  margin-top: 10px;
  zoom: 1;
}
.slide-block:before,
.slide-block:after {
  content: '';
  display: table;
}
.slide-block:after {
  clear: both;
}
.slide-block:after {
  display: block;
  content: '';
  clear: both;
}
.slide-block > a {
  padding-right: 16px;
  position: relative;
  cursor: pointer;
  float: left;
  clear: both;
  margin-bottom: 18px;
  color: black !important;
  font-size: 18px;
  height: 22px;
  display: block;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: none;
}
.slide-block > a:before,
.slide-block > a:after {
  content: '';
  position: absolute;
  display: block;
}
.slide-block > a:before {
  bottom: 0;
  width: calc(100% - 16px);
  border-bottom: 1px dashed black;
}
.slide-block > a:after {
  top: 9px;
  right: 0;
  border-color: #6e6e6f transparent transparent transparent;
  border-style: solid;
  border-width: 4px 4px 0 4px;
}
.slide-block > a.active:after {
  border-color: transparent transparent #6e6e6f transparent;
  border-width: 0 4px 4px 4px;
}
.slide-block > a + div {
  padding-left: 25px;
  float: left;
  width: 100%;
  display: none;
}
.address-blocks {
  zoom: 1;
}
.address-blocks:before,
.address-blocks:after {
  content: '';
  display: table;
}
.address-blocks:after {
  clear: both;
}
.address-blocks:after {
  display: block;
  content: '';
  clear: both;
}
.address-block {
  margin-top: 40px;
  float: left;
  width: 50%;
  padding-right: 15px;
  box-sizing: border-box;
}
.address-block:nth-child(2n + 1) {
  clear: left;
}
.address-block h3 {
  margin: 0 0 15px;
  text-transform: uppercase;
  font: 18px/24px 'litteraplainbold', sans-serif;
  padding-left: 11px;
  border-left: 6px solid #00c7d7;
}
.address-block h5 {
  font: 16px 'litteraplainbold', sans-serif;
  margin-bottom: 2px;
}
.tabs .tabs-menu {
  display: inline-block;
  font-size: 16px;
}
.tabs .tabs-menu strong {
  line-height: 23px;
}
.tabs .tabs-menu a {
  position: relative;
  display: inline-block;
  margin-left: 16px;
  color: black;
  line-height: 15px;
  cursor: pointer;
  border: 4px solid transparent;
}
.tabs .tabs-menu a:after {
  position: absolute;
  bottom: -1px;
  width: 100%;
  content: '';
  display: block;
  border-bottom: 1px dashed black;
}
.tabs .tabs-menu a.active {
  border-color: #00aab9;
  cursor: default;
}
.tabs .tabs-menu a.active:after {
  display: none;
}
.tabs .tabs-content {
  margin-top: 15px;
}
.tabs .tab {
  display: none;
}
.tabs .tab.active {
  display: block;
}
.avant-garde-center .exposition-list-wrap ul li .price-ticket {
  padding: 0 5px;
  width: 100%;
  box-sizing: border-box;
}
.avant-garde-center .exposition-list-wrap ul li .price-ticket:after {
  display: none;
}
.avant-garde-center .slide-exhibition-wrap {
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.avant-garde-center .slide-exhibition-wrap .side-block-info {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
}
.avant-garde-center .slide-exhibition {
  text-align: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
#voucher-send-ok {
  text-align: center;
}
#voucher-send-ok h2 {
  margin-bottom: 0;
}
.team-list-wrap ul {
  list-style-type: none;
  margin: -30px -15px 70px;
  display: flex;
  flex-wrap: wrap;
}
.team-list-wrap li {
  margin-top: 30px;
  min-width: 50%;
  max-width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}
.team-item {
  background: #fff;
  padding: 10px;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  display: flex;
}
.team-image {
  min-width: 177px;
  max-width: 177px;
}
.team-image img {
  display: block;
  max-width: 100%;
}
.team-info {
  padding: 34px 10px 0 30px;
}
.team-name {
  font-size: 20px;
  font-family: 'litteraplainbold', sans-serif;
}
.team-title {
  margin-top: 5px;
  color: #959595;
  font-size: 15px;
  font-family: 'litteraplainbook', sans-serif;
}
.team-desc {
  margin-top: 12px;
  padding-top: 12px;
  position: relative;
  font-size: 16px;
  font-family: 'litteraplainbook', sans-serif;
}
.team-desc::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 56px;
  border-top: 1px solid #20c6d3;
}
.side-block-order__inner {
  padding: 18px 20px;
}
.side-block-order__inner--b {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.side-block-order__line {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.side-block-order__line .quantity {
  min-width: 118px;
}
.side-block-order__price-title {
  font-size: 11px;
  font-family: 'litteraplainbold', sans-serif;
  color: #595959;
  margin-bottom: 5px;
  line-height: 1;
}
.side-block-order__price-number {
  font-family: 'litteraplainbold', sans-serif;
  font-size: 18px;
  white-space: nowrap;
}
.side-block-order .quantity {
  padding-right: 20px;
}
.side-block-order .quantity__container {
  height: 37px;
}
.side-block-order .quantity__input[type='text'],
.side-block-order .quantity__button {
  height: 100%;
}
.side-block-order .btn {
  width: 100%;
  margin: 0;
}
.agreement-checkbox {
  font-size: 14px;
  line-height: 1.3;
  margin-right: auto;
}
.bx-soa-order-save {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
[type='submit'].disabled,
.popup-confirm-email--show.disabled {
  pointer-events: none;
  cursor: default;
  opacity: 0.5;
}
.exhibition-slider {
  float: left;
  width: calc(100% - 272px) !important;
  background: #fff;
}
.exhibition-slider > div[data-index]:not(:first-child) {
  display: none !important;
}
.exhibition-slider .offer-hidden {
  display: block !important;
}
.exhibition-slider .owl-prev,
.exhibition-slider .owl-next {
  overflow: visible;
  top: 50%;
  transform: translateY(-50%);
}
.exhibition-slider .owl-prev::before,
.exhibition-slider .owl-next::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
}
.exhibition-slider .owl-prev {
  left: 20px;
}
.exhibition-slider .owl-next {
  right: 20px;
}
.sensory-safety-map {
  margin-top: -75px;
}
.sensory-safety-map__text {
  position: relative;
  z-index: 1;
}
.sensory-safety-map__content {
  position: relative;
}
.sensory-safety-map__nav {
  display: flex;
  position: absolute;
  top: 11.25%;
  left: calc(50% - 90px);
  height: 7.5%;
}
.sensory-safety-map__link {
  display: block;
  position: relative;
  text-decoration: none !important;
  margin-right: 41px;
}
.sensory-safety-map__link:hover img:first-child,
.sensory-safety-map__link:focus img:first-child,
.sensory-safety-map__link.active img:first-child {
  display: none;
}
.sensory-safety-map__link:hover img:last-child,
.sensory-safety-map__link:focus img:last-child,
.sensory-safety-map__link.active img:last-child {
  display: block;
}
.sensory-safety-map__link.active {
  cursor: default;
  pointer-events: none;
}
.sensory-safety-map__link img {
  height: 100%;
}
.sensory-safety-map__link img:last-child {
  display: none;
}
.sensory-safety-map__tab {
  display: none;
}
.sensory-safety-map__tab.active {
  display: flex;
}
.sensory-safety-map__tab img {
  max-width: 100%;
  margin: 0 auto;
}
.videos {
  display: flex;
  flex-wrap: wrap;
  margin: -12px -15px 40px;
}
.videos,
.videos * {
  box-sizing: border-box;
}
.videos__item {
  min-width: 50%;
  max-width: 50%;
  padding: 12px 15px 0;
}
.videos__item iframe {
  max-width: 100%;
  height: 267px;
}
.videos__item.-auto {
  flex: 0 0 auto;
  min-width: initial;
  max-width: 100%;
}
.accredit-menu {
  float: left;
  width: 100%;
  margin-bottom: 50px;
}
.accredit-menu ul {
  display: flex;
  margin: 0 -10px;
  list-style: none;
}
.accredit-menu li {
  flex: 1 0 0;
  padding: 0 10px;
}
.accredit-menu a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 3px solid #00c6d5;
  position: relative;
  color: #000;
  padding: 12px;
  text-align: center;
  background: #00c6d5;
  font-family: 'litteraplainbold', sans-serif;
  font-size: 17px;
  text-transform: uppercase;
  height: 100%;
  box-sizing: border-box;
}
.accredit-menu a:hover,
.accredit-menu a:focus,
.accredit-menu a.active {
  text-decoration: none;
}
.accredit-menu a.active {
  pointer-events: none;
  cursor: default;
  border-color: #0094a6;
  background: #00b2bf;
}
.accredit-reg {
  display: block;
  float: right;
  text-decoration: none;
  margin: 15px 20px 0 0;
}
.accredit-reg i {
  display: inline-block;
  width: 24px;
  height: 15px;
  margin: 0 10px -3px 0;
  background: url(/local/templates/.default/css/../images/accredit-ico.png) 0 0 no-repeat;
}
.accredit-reg span {
  font-size: 17px;
  color: #fff;
  font-family: 'litteraplainbold', sans-serif;
  border-bottom: 1px dashed #fff;
}
.accredit-reg:hover span {
  border-bottom: none;
}
.white-block-content {
  width: 100%;
  background-color: #fff;
  padding: 50px 0 70px;
}
.white-block-content .layouts {
  width: 980px;
  margin: 0 auto;
}
.form-accredit label {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
}
.form-accredit input[type=text] {
  margin-bottom: 30px;
  border: 2px solid #00b2bf;
  height: 36px;
  padding-left: 10px;
  width: 320px;
}
.form-accredit input[type=submit] {
  width: 215px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-family: 'litteraplainbold', sans-serif;
  margin-top: 40px;
  border: none;
  cursor: pointer;
  height: 40px;
  background: #00b2bf;
  text-transform: uppercase;
}
.form-accredit input[type=submit]:hover {
  background: #00c6d5;
}
.form-accredit textarea {
  width: 306px;
  height: 115px;
  border: 2px solid #00b2bf;
  resize: none;
  padding: 10px;
}
.form-accredit input.date-input {
  width: 110px;
  margin-right: 30px;
  padding-left: 40px;
  background: url(/local/templates/.default/css/../images/date-input.png) 8px 14px no-repeat;
}
.form-accredit input.time-input {
  width: 110px;
  padding-left: 40px;
  background: url(/local/templates/.default/css/../images/reviews-time.png) 8px 13px no-repeat;
}
#add-reviews-ok {
  display: none;
}
.register-smi-modal {
  display: none;
  position: absolute;
  top: 50px;
  width: 340px;
  padding: 50px;
  left: 50%;
  margin-left: -220px;
  background: #00c6d5;
  margin-bottom: 50px;
}
.register-smi-modal .close-pop-up {
  width: 24px;
  height: 24px;
  background: url(/local/templates/.default/css/../images/close-pop-up.png) 0 0 no-repeat;
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  cursor: pointer;
}
.register-smi-modal .error {
  border: 2px solid #f00 !important;
}
.register-smi-modal .error[type='checkbox'] + span {
  color: #f00 !important;
}
.register-smi-modal .error[type='checkbox'] + span a {
  color: #f00 !important;
}
.register-smi-modal .-error {
  color: #f00 !important;
}
.register-smi-modal h2 {
  font-family: 'litteraplainbold', sans-serif;
  font-size: 30px;
  color: #fff;
  margin-bottom: 30px;
}
.register-smi-modal label {
  display: block;
  margin-bottom: 15px;
  font-size: 16px;
  color: #fff;
}
.register-smi-modal label a {
  color: #fff;
  text-decoration: underline;
}
.register-smi-modal label a:focus,
.register-smi-modal label a:hover {
  text-decoration: none;
}
.register-smi-modal input[type=text],
.register-smi-modal input[type=password] {
  margin-bottom: 20px;
  border: 2px solid #fff;
  background: #00c6d5;
  width: 325px;
  padding-left: 10px;
  height: 36px;
  outline: none;
  color: #fff;
}
.register-smi-modal textarea {
  background: #00c6d5;
  margin-bottom: 20px;
  border: 2px solid #fff;
  width: 325px;
  resize: none;
  height: 145px;
  color: #fff;
  padding: 10px 0 0 10px;
}
.register-smi-modal input[type='submit'] {
  background: #fff;
  color: #00c6d5;
  width: 217px;
  height: 40px;
  border: none;
  cursor: pointer;
  font-family: 'litteraplainbold', sans-serif;
  font-size: 16px;
}
.register-smi-modal .checkbox-wrap {
  font-size: 14px;
  cursor: pointer;
  overflow: hidden;
}
.register-smi-modal .checkbox-wrap input {
  position: absolute;
  left: -999px;
}
.register-smi-modal .ico-checkbox {
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  display: block;
  float: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.register-smi-modal .ico-checkbox.active {
  background: url(/local/templates/.default/css/../images/checkbox-select.png) center center no-repeat;
}
.register-smi-modal .popup-text {
  color: #fff;
  margin-bottom: 20px;
}
.register-smi-modal .popup-message {
  display: none;
  margin-bottom: 20px;
}
.gray-block-content .content p {
  font-size: 16px;
  line-height: 22px;
  color: #464646;
  margin-bottom: 30px;
}
.news-museum {
  width: 100%;
  background: #fff;
  padding: 35px 0;
  background: url(/local/templates/.default/css/../images/news-press-bg.png) 0 center no-repeat;
}
.news-museum .layouts {
  width: 980px;
  margin: 0 auto;
}
.news-museum h2 {
  margin-bottom: 35px;
  letter-spacing: 8px;
  font-family: 'litteraplainbold', sans-serif;
  font-size: 30px;
}
.news-museum-list {
  overflow: hidden;
}
.news-museum-list ul {
  margin-left: -25px;
}
.news-museum-list ul li {
  width: 310px;
  display: block;
  /* float: left; */
  margin-left: 25px;
}
.news-museum-list ul li a {
  text-decoration: none;
}
.news-museum-list ul li .thumb {
  margin-bottom: 20px;
  display: block;
  position: relative;
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
}
.news-museum-list ul li .thumb img {
  display: block;
}
.news-museum-list ul li .name {
  font-size: 18px;
  color: #000;
  font-family: 'litteraplainbold', sans-serif;
  display: inline-block;
  margin-bottom: 20px;
  line-height: 22px;
}
.news-museum-list ul li .description {
  font-size: 13px;
  line-height: 20px;
}
.news-museum-list ul li .date {
  font-size: 13px;
  color: #888;
  display: inline-block;
  margin-top: 15px;
  padding-left: 20px;
  background: url(/local/templates/.default/css/../images/reviews-time.png) 0 0 no-repeat;
  line-height: 14px;
}
.museum-label {
  position: absolute;
  left: 0;
  bottom: 0;
  float: left;
  line-height: 32px;
  padding: 0 10px;
  font-family: 'litteraplainbold', sans-serif;
  font-size: 11px;
  color: #fff;
  background: #0aaf86;
}
.exposition-menu {
  height: 45px;
  background: #00c6d5;
  margin-bottom: 25px;
  border-radius: 3px;
}
.exposition-menu .chosen-container-single .chosen-single {
  height: 27px !important;
}
.exposition-menu .chosen-container-single .chosen-single span {
  margin-top: 2px;
}
.exposition-menu .chosen-container-single .chosen-single > div {
  padding-top: 2px;
}
.exposition-menu nav {
  float: left;
}
.exposition-menu nav ul {
  margin: 0;
  list-style: none;
}
.exposition-menu nav ul li {
  float: left;
  position: relative;
  overflow: hidden;
}
.exposition-menu nav ul li input {
  position: absolute;
  left: -999px;
}
.exposition-menu nav a {
  display: block;
  float: left;
  height: 43px;
  line-height: 43px;
  padding: 0 10px;
  text-decoration: none;
  color: #fff;
  border-top: 2px solid;
  border-color: transparent;
  font-size: 12px;
  text-transform: uppercase;
  overflow: hidden;
}
.exposition-menu nav a input {
  position: absolute;
  left: -999px;
}
.exposition-menu nav a.bold {
  font-family: 'litteraplainbold', sans-serif;
}
.exposition-menu nav a:hover,
.exposition-menu nav a.active {
  border-color: #0094a6;
  background: #00b2bf;
}
.exposition-menu nav .select-filter-date {
  position: relative;
}
.exposition-menu nav .select-filter-date input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.exposition-menu nav .select-filter-date i {
  display: inline-block;
  width: 16px;
  height: 10px;
  margin-right: 10px;
  background: url(/local/templates/.default/css/../images/select-filter-date.png) 0 0 no-repeat;
}
.exposition-menu .free-select {
  float: right;
  margin: 15px 15px 0 80px;
}
.exposition-menu .free-select label {
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'litteraplainbold', sans-serif;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  display: block;
  line-height: 17px;
}
.exposition-menu .free-select label input {
  position: absolute;
  left: -999px;
}
.exposition-menu .free-select .ico-checkbox {
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  display: block;
  float: left;
  border-radius: 2px;
  margin-right: 10px;
}
.exposition-menu .free-select .ico-checkbox.active {
  background: url(/local/templates/.default/css/../images/checkbox-select.png) center center no-repeat;
}
.exposition-menu select {
  width: 50px;
}
.exposition-list-wrap {
  /* overflow: hidden; */
}
.exposition-list-wrap ul {
  margin-left: -40px;
  margin-bottom: 40px;
  font-size: 0;
  /* li:hover {
            a.thumb {
                img {
                    display: none;
                }
                .date {
                    display: none;
                }

            }
            .panel-wrap {
                display: block;
            }
            .hide-text {
                display: inline;
            }
        } */
}
.exposition-list-wrap ul li.branding {
  min-height: 500px;
  padding-left: 30px;
  width: 280px;
  position: relative;
  height: 520px;
}
.exposition-list-wrap ul li.branding .date {
  position: absolute;
  top: 35px;
  right: 30px;
  color: #fff;
  font-size: 38px;
  text-align: center;
}
.exposition-list-wrap ul li.branding .date span {
  display: block;
  font-size: 16px;
}
.exposition-list-wrap ul li.branding .name {
  font-size: 34px;
  line-height: 32px;
  margin-bottom: 20px;
  color: #fff;
  font-family: 'litteraplainbold', sans-serif;
  text-decoration: none;
  display: block;
}
.exposition-list-wrap ul li.branding p {
  font-size: 15px;
  color: #fff;
  line-height: 20px;
  margin: 20px 20px 20px 0;
}
.exposition-list-wrap ul li.branding .more-branding {
  font-size: 11px;
  padding: 0 8px;
  line-height: 24px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  border: 1px solid #92e2d7;
}
.exposition-list-wrap ul li.branding .more-branding:hover {
  background: #fff;
  color: #00c6d5;
}
.exposition-list-wrap ul li.branding .label-exposition {
  line-height: 30px;
  font-size: 18px;
  padding: 0 16px;
  color: #fff;
  display: inline-block;
  margin: 30px 0 25px;
  background: #383838;
  position: relative;
}
.exposition-list-wrap ul li.branding .label-exposition:after {
  content: '';
  height: 30px;
  width: 10px;
  position: absolute;
  right: -10px;
  top: 0;
  background: url(/local/templates/.default/css/../images/label.png) 0 0 no-repeat;
}
.exposition-list-wrap ul li {
  width: 280px;
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  margin-bottom: 25px;
  background: #fff;
  /* overflow: hidden; */
  -webkit-box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  position: relative;
  padding: 10px;
}
.exposition-list-wrap ul li a.thumb {
  display: block;
  position: relative;
  height: 170px;
  width: 280px;
  margin-bottom: 25px;
  overflow: hidden;
}
.exposition-list-wrap ul li a.thumb img {
  display: block;
  max-width: 100%;
}
.exposition-list-wrap ul li a.thumb .caption {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-size: 13px;
  padding: 0 20px;
  line-height: 30px;
  background: #0aaf86;
  font-family: 'litteraplainbold', sans-serif;
  border-radius: 0 0 5px 5px;
  background: rgba(0, 0, 0, 0.3);
}
.exposition-list-wrap ul li a.thumb .date {
  position: absolute;
  top: 0;
  right: 0;
  float: right;
  font-size: 38px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  padding: 20px 10px 10px;
  background: rgba(0, 0, 0, 0.7);
}
.exposition-list-wrap ul li a.thumb .date span {
  font-size: 18px;
  display: block;
  line-height: 20px;
}
.exposition-list-wrap ul li a.thumb .time-date {
  font-size: 18px;
  padding-top: 5px;
  margin-top: 5px;
  border-top: 1px solid #585049;
}
.exposition-list-wrap ul li h2 {
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 20px 5px;
  font-family: 'litteraplainbold', sans-serif;
  letter-spacing: 0;
  position: relative;
}
.exposition-list-wrap ul li h2 a {
  color: #000;
  text-decoration: none;
}
.exposition-list-wrap ul li h2 a:hover {
  text-decoration: underline;
}
.exposition-list-wrap ul li .desc {
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 19px;
}
.exposition-list-wrap ul li p {
  font-size: 13px;
  line-height: 19px;
  margin: 0 0 20px 5px;
  position: relative;
}
.exposition-list-wrap ul li .tickets-information {
  margin: 0 0 20px 0;
  position: relative;
}
.exposition-list-wrap ul li .price-ticket {
  font-size: 16px !important;
  color: #000;
  font-family: 'litteraplainbold', sans-serif;
  position: relative;
  float: left;
  padding: 0 5px 0 10px;
  background: #f1f1f1;
  border-radius: 5px 0 0 5px;
  line-height: 30px;
}
.exposition-list-wrap ul li .price-ticket i {
  font-style: normal !important;
  border-bottom: 1px dotted #000;
  cursor: pointer;
}
.exposition-list-wrap ul li .price-ticket__show-price {
  padding: 20px 20px 15px;
  background: #fff;
  border: 1px solid #ddd;
  position: absolute;
  top: 32px;
  left: 0;
  z-index: 2;
  width: 240px;
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
  display: none;
}
.exposition-list-wrap ul li .price-ticket__show-price ul {
  font-size: 0;
  margin: 0;
}
.exposition-list-wrap ul li .price-ticket__show-price ul li {
  display: block;
  vertical-align: top;
  font-size: 12px !important;
  color: #6e6e6e;
  line-height: 20px;
  margin: 0 0 5px;
  box-shadow: none !important;
  padding: 0 !important;
  background: none;
}
.exposition-list-wrap ul li .price-ticket__show-price ul li span {
  display: block;
  font-family: 'litteraplainbold', sans-serif;
  font-size: 15px;
  color: #000;
}
.exposition-list-wrap ul li .price-ticket__show-price ul li:before {
  display: none;
}
.exposition-list-wrap ul li .price-ticket__show-price:before {
  content: '';
  position: absolute;
  display: block;
  width: 17px;
  height: 7px;
  top: -7px;
  left: 17px;
  background: url(/local/templates/.default/css/../images/show-price-arrow.png) 0 0 no-repeat;
}
.exposition-list-wrap ul li .price-ticket:after {
  content: '';
  display: block;
  width: 9px;
  height: 30px;
  top: 0;
  right: -9px;
  background: url(/local/templates/.default/css/../images/price-arrow.png) 0 0 no-repeat;
  position: absolute;
}
.exposition-list-wrap ul li .price-ticket.no-free {
  font-size: 22px;
}
.exposition-list-wrap ul li .card-bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
.exposition-list-wrap ul li .card-bottom .quantity {
  margin-left: 7px;
}
.exposition-list-wrap ul li .card-bottom .quantity__button {
  width: 22px;
  font-size: 17px;
}
.exposition-list-wrap ul li .card-bottom .quantity__button.-minus {
  line-height: 28px;
  padding-bottom: 0;
}
.exposition-list-wrap ul li .buy-tickets {
  /*width: 112px;*/
  text-align: center;
  padding: 3px 10px;
  line-height: 20px;
  display: block;
  float: right;
  font-size: 11px;
  /*margin-left: 18px;*/
  color: #fff;
  font-family: 'litteraplainbold', sans-serif;
  text-decoration: none;
  border: 1px solid #00c6d5;
  transition: all 0.3s ease;
  background: #00c6d5;
  position: relative;
  text-transform: uppercase;
}
.exposition-list-wrap ul li .buy-tickets.register-end {
  background: #ccc;
  border-color: #ccc;
  cursor: default;
}
.exposition-list-wrap ul li .buy-tickets.register-end:hover {
  color: white;
  background: #ccc;
}
.exposition-list-wrap ul li .buy-tickets:hover {
  background: #fff;
  color: #00c6d5;
}
.exposition-list-wrap ul li .price-ticket + .buy-tickets {
  margin-bottom: 2px;
}
.exposition-list-wrap ul li .bottom-date-calendar {
  padding-top: 20px;
  border-top: 1px solid #ddd;
  position: relative;
}
.exposition-list-wrap ul li .date-expos {
  line-height: 20px;
  font-size: 13px;
  color: #000;
  display: block;
  padding-left: 25px;
  background: url(/local/templates/.default/css/../images/reviews-time-black.png) 0 0 no-repeat;
  position: relative;
  clear: both;
  width: 210px;
  float: left;
}
.exposition-list-wrap ul li .calendar-wrap-exposition {
  display: block;
  float: right;
}
.exposition-list-wrap ul li .calendar-wrap-exposition__google {
  display: block;
  float: left;
  width: 20px;
  height: 18px;
  background: url(/local/templates/.default/css/../images/exposition-google.png) 0 0 no-repeat;
}
.exposition-list-wrap ul li .calendar-wrap-exposition__ical {
  display: block;
  float: left;
  width: 20px;
  height: 18px;
  background: url(/local/templates/.default/css/../images/exposition-ical.png) 0 0 no-repeat;
  margin-left: 5px;
}
.exposition-list-wrap ul li:before {
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  top: -10px;
  left: -10px;
  display: block;
  position: absolute;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  -webkit-box-shadow: 0 21px 27px 0 rgba(0, 0, 0, 0.17);
  box-shadow: 0 21px 27px 0 rgba(0, 0, 0, 0.17);
}
.exposition-list-wrap ul li:hover > * {
  position: relative;
  z-index: 1;
}
.exposition-list-wrap ul li:hover:before {
  visibility: visible;
  opacity: 1;
  z-index: 0;
}
.exposition-list-wrap ul .like-block {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 83px;
  height: 74px;
  background: url(/local/templates/.default/css/../images/like-shadow.png) 0 0 no-repeat;
  display: none;
}
.exposition-list-wrap ul .like-wrap {
  font-size: 12px;
  font-family: 'litteraplainbold', sans-serif;
  color: #888;
  line-height: 15px;
  text-decoration: none;
  margin: 40px 0 0 35px;
  display: block;
}
.exposition-list-wrap ul .like-wrap i {
  display: inline-block;
  width: 16px;
  height: 15px;
  background: url(/local/templates/.default/css/../images/like.png) 0 0 no-repeat;
  margin-right: 7px;
  margin-bottom: -4px;
}
.exposition-list-wrap ul .like-wrap:hover i,
.exposition-list-wrap ul .like-wrap.active i {
  background-position: 0 -15px;
}
.exposition-list-wrap.events li:hover a.thumb img {
  display: block;
}
.exposition-list-wrap.events li:hover a.thumb .date {
  display: none;
}
.exposition-list-wrap.events li:hover .panel-wrap {
  display: none;
}
.exposition-list-wrap.events li:hover .hide-text {
  display: none;
}
.exposition-list-wrap.events .buy-tickets {
  margin-left: 0;
}
.exposition-list-slider.shop-list {
  margin-bottom: 20px;
  margin-left: 0;
  box-sizing: border-box;
}
.exposition-list-slider.shop-list .owl-item {
  padding: 10px 10px 20px;
  box-sizing: border-box;
}
.exposition-list-slider.shop-list .owl-item .shop-list__item {
  margin-left: 0;
  width: 100%;
  box-sizing: border-box;
}
.exposition-list-slider.shop-list .owl-prev,
.exposition-list-slider.shop-list .owl-next {
  top: 130px;
}
.exposition-list-slider.shop-list .owl-prev.disabled,
.exposition-list-slider.shop-list .owl-next.disabled {
  opacity: 0.2;
}
@media (max-width: 1199px) {
  .exposition-list-slider.shop-list {
    padding-left: 60px;
    padding-right: 60px;
  }
  .exposition-list-slider.shop-list .owl-prev {
    left: 0;
  }
  .exposition-list-slider.shop-list .owl-next {
    right: 0;
  }
}
#container-list-news {
  margin-left: -23px;
}
#container-list-news .item {
  width: 31%;
  margin-bottom: 50px;
  margin-left: 23px;
}
#container-list-news .item h2 {
  font-family: 'litteraplainbold', sans-serif;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 20px;
}
#container-list-news .item h2 a {
  text-decoration: none;
  color: #000;
}
#container-list-news .item h2 a:hover {
  text-decoration: underline;
}
#container-list-news .item p {
  font-size: 13px;
  line-height: 20px;
}
#container-list-news .item .thumb {
  display: block;
  margin-bottom: 20px;
  position: relative;
}
#container-list-news .item .thumb img {
  display: block;
}
#container-list-news .item .thumb .caption {
  position: absolute;
  left: 0;
  bottom: 0;
  float: left;
  line-height: 32px;
  padding: 0 10px;
  font-family: 'litteraplainbold', sans-serif;
  font-size: 11px;
  color: #fff;
  background: #0aaf86;
}
.tour-first-block {
  width: 980px;
  margin: 0 auto -50px;
  height: 495px;
  background: url(/local/templates/.default/css/../images/tour-first-block.jpg) 0 0 no-repeat;
  padding: 0 50px;
  position: relative;
}
.tour-first-block .breadcrumbs a,
.tour-first-block .breadcrumbs li {
  color: #c6c5c4;
}
.tour-first-block h1 {
  font-size: 38px;
  font-family: 'litteraplainbold', sans-serif;
  color: #fff;
  margin-bottom: 20px;
}
.tour-first-block .font-tour-big {
  color: #fff;
  line-height: 22px;
  font-size: 18px;
  margin-bottom: 10px;
}
.tour-first-block .font-tour-medium {
  color: #fff;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
.tour-first-block .font-tour-gray {
  font-size: 14px;
  line-height: 22px;
  color: #a0a0a0;
}
.tour-first-block .price-block-tour {
  float: right;
  padding: 15px 25px;
  border: 8px solid #00c6d5;
  margin-top: 35px;
  text-align: center;
  margin-left: 40px;
}
.tour-first-block .price-block-tour .price {
  color: #fff;
  font-size: 14px;
  margin-bottom: 15px;
}
.tour-first-block .price-block-tour .price span {
  display: block;
  font-size: 30px;
  font-family: 'litteraplainbold', sans-serif;
  margin-top: 10px;
}
.tour-first-block .price-block-tour .price:first-child span {
  font-size: 38px;
}
.tour-first-block .price-block-tour .time {
  color: #fff;
  font-size: 14px;
  margin-bottom: 30px;
}
.tour-first-block .price-block-tour .time span {
  display: block;
  font-size: 16px;
  font-family: 'litteraplainbold', sans-serif;
  margin-top: 10px;
}
.tour-first-block .price-block-tour .phone {
  color: #fff;
  font-size: 14px;
}
.tour-first-block .price-block-tour .phone span {
  display: block;
  font-size: 14px;
  font-family: 'litteraplainbold', sans-serif;
  margin-top: 10px;
}
.tour-two-block .layouts {
  padding-top: 90px;
}
.tour-two-block h2 {
  font-size: 36px;
  font-family: 'litteraplainbold', sans-serif;
  margin-bottom: 40px;
}
.tour-two-block .all-exposition,
.tour-two-block .all-news-link {
  display: block;
  float: right;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'litteraplainbook', sans-serif;
  color: #4d4d4d;
  text-decoration: none;
  border: 1px solid #cacaca;
}
.tour-two-block .all-exposition:hover,
.tour-two-block .all-news-link:hover {
  background: #cacaca;
  color: #fff;
}
.tour-two-block .tour-program {
  width: 1064px;
  margin: 0 auto 50px;
  background: #00c6d5;
  padding: 8px;
}
.tour-two-block .layouts-news {
  width: 980px;
  margin: 0 auto 110px;
}
.tour-two-block .text-block {
  padding: 35px 40px 10px;
  background: #fff;
}
.tour-two-block .text-block .two-col {
  margin-bottom: 0;
}
.tour-two-block .text-block h2 {
  font-size: 36px;
  font-family: 'litteraplainbold', sans-serif;
  margin-bottom: 20px;
}
.tour-two-block .text-block h3 {
  font-size: 18px;
  font-family: 'litteraplainbold', sans-serif;
  margin-bottom: 10px;
}
.tour-two-block .text-block ul {
  margin-bottom: 30px;
}
.tour-two-block .text-block ul li {
  font-size: 15px;
  line-height: 24px;
}
.tour-two-block .text-block ul li a {
  color: #000;
  text-decoration: none;
}
.tour-two-block .text-block ul li a:hover {
  text-decoration: underline;
}
.tour-two-block .price-block {
  overflow: hidden;
  padding: 60px 40px 20px;
  background: url(/local/templates/.default/css/../images/tickets.png) right bottom -50px no-repeat;
  color: #fff;
}
.tour-two-block .price__row {
  display: flex;
  align-items: baseline;
  margin: 0 -8px;
}
.tour-two-block .price__row:not(:first-child) {
  margin-top: 30px;
}
.tour-two-block .price__col {
  max-width: calc(20% - 16px);
  min-width: calc(20% - 16px);
  padding: 0 8px;
}
.tour-two-block .price__col.-title {
  font-size: 18px;
  font-weight: 700;
}
.tour-two-block .price-col__value {
  font-size: 34px;
}
.tour-two-block .price-col__value span {
  font-size: 1rem;
}
.tour-two-block .price-col__desc {
  margin-top: 20px;
}
.tour-two-block .price-col__desc span {
  font-size: 14px;
}
.tour-two-block .price__info {
  margin-top: 40px;
}
.slider-center-page {
  width: 100%;
  height: 415px;
  position: relative;
}
.slider-center-page.-small,
.slider-center-page.-small .center-slide-wrapper,
.slider-center-page.-small .slide {
  height: 270px;
}
.slider-center-page .layouts {
  width: 980px;
  margin: 0 auto;
  position: relative;
}
.slider-center-page .breadcrumbs ul li {
  color: #cac9c9;
}
.slider-center-page .breadcrumbs ul li a {
  color: #cac9c9;
}
.slider-center-page .center-slide-wrapper {
  width: 980px;
  height: 415px;
  top: 0;
  left: 50%;
  margin-left: -490px;
  position: absolute;
}
.slider-center-page .slide {
  width: 100%;
  position: absolute;
  height: 415px;
}
.slider-center-page h1 {
  color: #fff;
  margin-bottom: 20px;
  margin-left: 20px;
}
.slider-center-page h2 {
  color: #fff;
  font-size: 28px;
  margin-left: 20px;
}
.slider-center-page .breadcrumbs {
  margin-left: 20px;
}
.white-block-content.centr-museum {
  padding-bottom: 10px;
}
.gray-block-content.centr-museum .layouts {
  background: none;
  border-top: 6px solid #ddd;
  padding-top: 50px;
}
.gray-block-content.centr-museum .title-block {
  font-size: 36px;
  margin-bottom: 40px;
  font-family: 'litteraplainbold', sans-serif;
}
.gray-block-content.centr-museum .all-exposition {
  display: block;
  float: right;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'litteraplainbook', sans-serif;
  color: #4d4d4d;
  text-decoration: none;
  border: 1px solid #cacaca;
}
.gray-block-content.centr-museum .all-exposition:hover {
  background: #cacaca;
  color: #fff;
}
.center-news-block h2 {
  font-size: 36px;
  font-family: 'litteraplainbold', sans-serif;
  margin-bottom: 40px;
}
.center-news-block .all-news-link {
  display: block;
  float: right;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'litteraplainbook', sans-serif;
  color: #4d4d4d;
  text-decoration: none;
  border: 1px solid #cacaca;
}
.center-news-block .all-news-link:hover {
  background: #cacaca;
  color: #fff;
}
.center-news-block .news-museum-list {
  padding-bottom: 50px;
}
.media-wrap-no-margin {
  padding: 0 0 0 !important;
  margin: -70px 0 0;
}
.media-wrap {
  width: 980px;
  padding: 30px 50px;
  margin: 0 auto;
  background: url(/local/templates/.default/css/../images/media.png) 0 0 no-repeat #2a3132;
  overflow: hidden;
}
.media-wrap ul {
  margin-left: 75px;
}
.media-wrap ul li {
  width: 150px;
  float: left;
  margin-left: 25px;
}
.media-wrap ul a {
  text-decoration: none;
}
.media-wrap ul .thumb {
  display: block;
  margin-bottom: 10px;
  border: none;
  overflow: hidden;
  float: left;
}
.media-wrap ul .thumb img {
  display: block;
  border: none;
  overflow: hidden;
  float: left;
}
.media-wrap ul .name {
  line-height: 18px;
  font-size: 14px;
  color: #6b7374;
}
.media-wrap ul li:hover .name {
  color: #fff;
}
.media-wrap ul li:hover .thumb {
  border: 6px solid #00c6d5;
}
.media-wrap ul li:hover .thumb img {
  margin: -6px;
}
.program-center {
  width: 980px;
  margin: 0 auto;
  overflow: hidden;
}
.program-center h2 {
  font-size: 36px;
  font-family: 'litteraplainbold', sans-serif;
  margin-bottom: 35px;
}
.program-center ul {
  margin-left: -22px;
}
.program-center ul li {
  width: 290px;
  margin-left: 22px;
  border-radius: 3px;
  border: 1px solid #dfdfdf;
  overflow: hidden;
  margin-bottom: 25px;
}
.program-center ul li .thumb {
  display: block;
  margin-bottom: 20px;
}
.program-center ul li .thumb img {
  display: block;
}
.program-center ul li .name {
  display: inline-block;
  font-size: 16px;
  font-family: 'litteraplainbold', sans-serif;
  margin: 0 0 20px 20px;
  color: #000;
}
.program-center ul li p {
  margin: 0 20px 20px;
  font-size: 14px;
  line-height: 20px;
}
.media-wrap .owl-item {
  width: 184px !important;
}
.media-wrap ul {
  width: 93%;
}
.media-wrap .owl-controls {
  text-align: right;
}
.media-wrap .owl-controls .owl-pagination {
  display: block;
  text-align: right;
}
.catalog-menu {
  height: 44px;
  background: #00c6d5;
}
.catalog-menu ul {
  list-style: none;
  margin: 0;
  position: relative;
}
.catalog-menu ul li {
  /*  position: relative; */
  float: left;
}
.catalog-menu ul li ul {
  display: none;
  position: absolute;
  top: 44px;
  left: 0;
  width: 980px;
  z-index: 2;
  border-bottom: 4px solid #40d4e0;
  border-radius: 0 0 3px 3px;
  padding: 25px 0 25px;
  background: url(/local/templates/.default/css/../images/dropmenu.png) 0 0 no-repeat #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  /* background-size: 0 100%; */
}
.catalog-menu ul li ul li {
  width: 265px;
  float: left;
  padding: 0 0 0 20px;
}
.catalog-menu ul li ul li a {
  color: #2d2d2d !important;
  font-size: 16px;
  text-transform: none;
  font-family: 'litteraplainbook', sans-serif;
  text-decoration: underline;
  line-height: 28px;
  padding: 0;
  border: none;
}
.catalog-menu ul li ul li a:hover {
  text-decoration: none;
  background: none;
  border-color: transparent;
}
.catalog-menu ul li ul li.hovered a {
  color: #2d2d2d !important;
}
.catalog-menu ul .parent-element i {
  display: inline-block;
  border: 4px solid transparent;
  border-top: 4px solid #fff;
  margin-left: 10px;
}
.catalog-menu ul li.hovered .parent-element i {
  border: 4px solid transparent;
  border-bottom: 4px solid #00c6d5;
  margin-bottom: 5px;
}
.catalog-menu li.hovered a {
  background: #fff !important;
  border-color: #fff !important;
  color: #00c6d5 !important;
}
.catalog-menu li.hovered ul li a {
  color: #2d2d2d !important;
}
.catalog-menu a {
  line-height: 42px;
  border-top: 2px solid;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'litteraplainbold', sans-serif;
  font-size: 17px;
  padding: 0 20px;
  display: block;
  float: left;
}
.catalog-menu a.active,
.catalog-menu a:hover {
  border-color: #0094a6;
  background: #00b2bf;
}
.catalog-list {
  overflow: hidden;
}
.catalog-list ul {
  margin-left: -23px;
  overflow: hidden;
  font-size: 0;
}
.catalog-list ul li {
  width: 310px;
  display: inline-block;
  margin-left: 23px;
  background: #fff;
  font-size: 14px;
  margin-bottom: 25px;
  vertical-align: top;
}
.catalog-list ul li .thumb {
  display: block;
  margin-bottom: 20px;
  height: 206px;
  overflow: hidden;
}
.catalog-list ul li .thumb img {
  display: block;
  max-width: 100%;
}
.catalog-list ul li .name {
  color: #000;
  display: inline-block;
  font-size: 18px;
  margin: 0 0 20px 20px;
  font-family: 'litteraplainbold', sans-serif;
  text-decoration: none;
}
.catalog-list ul li .name:hover {
  text-decoration: underline;
}
.catalog-list ul li p {
  font-size: 13px;
  line-height: 20px;
  margin: 0 20px 20px;
}
.catalog-list .price-wrap {
  font-size: 18px;
  font-family: 'litteraplainbold', sans-serif;
  color: #00c6d5;
  margin: 0 20px 20px;
}
.catalog-list .price-wrap .order {
  font-size: 11px;
  font-family: 'litteraplainbold', sans-serif;
  display: inline-block;
  text-decoration: none;
  line-height: 24px;
  padding: 0 10px;
  border: 1px solid #78e1e9;
  margin-left: 20px;
  color: #00c6d5;
  transition: all 0.3s ease;
}
.catalog-list .price-wrap .order:hover {
  background: #00c6d5;
  color: #fff;
}
.partners-list {
  overflow: hidden;
  margin-bottom: 50px;
}
.partners-list ul {
  margin-left: -23px;
}
.partners-list ul li {
  display: block;
  float: left;
  margin-left: 23px;
  width: 225px;
  height: 225px;
  border: 1px solid #ddd;
  margin-bottom: 20px;
  position: relative;
  background: #fff;
}
.partners-list ul li a {
  display: table-cell;
  width: 220px;
  height: 220px;
  vertical-align: middle;
  text-align: center;
}
.partners-list ul li a img {
  max-width: 190px;
  max-height: 190px;
}
.partners-list ul li div {
  width: 225px;
  height: 225px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  display: none;
}
.partners-list ul li div .name {
  font-size: 15px;
  display: block;
  margin: 20px 0 10px 15px;
  font-family: 'litteraplainbold', sans-serif;
}
.partners-list ul li div p {
  margin: 0 0 0 15px;
  font-size: 13px;
  color: #3c3c3c;
  line-height: 18px;
}
.partners-list ul li div .link {
  display: block;
  float: left;
  position: absolute;
  bottom: 20px;
  left: 15px;
  font-size: 13px;
  color: #a6a6a6;
  z-index: 20;
  width: auto;
  height: auto;
}
.exposure {
  position: relative;
}
.exposure-slide {
  width: 100%;
  background-size: cover;
  position: relative;
}
.exposure-slide .content-block {
  width: 695px;
  height: auto;
  background: #000000;
  position: absolute;
  top: 100px;
  left: 50%;
  margin: 0 0 0 -400px;
  text-align: center;
  padding: 50px 50px;
  overflow: hidden;
  z-index: 7;
  display: none;
}
.exposure-slide .content-block .content-block__scroll {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.exposure-slide .content-block h2 {
  font-size: 64px;
  color: #fff;
  line-height: 54px;
  font-family: 'litteraplainbold', sans-serif;
  margin-bottom: 40px;
}
.exposure-slide .content-block h3 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}
.exposure-slide .content-block h4 {
  font-family: 'litteraplainbold', sans-serif;
  color: #fff;
  font-size: 23px;
  margin-bottom: 25px;
}
.exposure-slide .content-block p {
  color: #d2d2d2;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
  margin-bottom: 20px;
}
.exposure-slide .content-block p i {
  font-style: italic;
}
@media screen and (min-device-width: 1024px) {
  .exposure-slide {
    background-attachment: fixed !important;
  }
  .browser-ie .exposure-slide {
    background-attachment: scroll !important;
  }
}
.title-exposure {
  text-align: center;
  color: #fff;
  font-size: 73px;
  font-family: 'litteraplainlight', sans-serif;
  padding: 110px 0 65px;
  position: relative;
  z-index: 6;
}
.btn-exposure {
  text-align: center;
  position: relative;
  z-index: 6;
}
.show-exposure-descr {
  display: inline-block;
  line-height: 42px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 15px;
  background: #00c6d5;
  text-decoration: none;
  font-size: 18px;
  font-family: 'litteraplainbold', sans-serif;
}
.fixed-menu {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 0;
  z-index: 10;
  text-align: center;
}
.fixed-menu .fixed-menu__nav {
  display: block;
  width: 8px;
  height: 50px;
  position: absolute;
  background: url(/local/templates/.default/css/../images/exposure-arrow.png) 0 center no-repeat;
}
.fixed-menu .fixed-menu__nav--prev {
  left: 0;
}
.fixed-menu .fixed-menu__nav--next {
  right: 0;
  background-position: -9px center;
}
.fixed-menu .fixed-menu__nav--disabled {
  display: none;
}
.fixed-menu .fixed-menu__wrap {
  position: relative;
  overflow: hidden;
  width: 980px;
  margin: 0 auto;
  height: 50px;
}
.fixed-menu .carousel-menu-exposur {
  width: 980px;
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}
.fixed-menu ul {
  display: block;
  width: 3000px;
  text-align: left;
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
}
.fixed-menu li {
  display: inline-block;
  margin: 20px 10px 0;
}
.fixed-menu li a {
  color: #838383;
  font-size: 12px;
  font-family: 'litteraplainbold', sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  position: relative;
}
.fixed-menu li a:before {
  height: 12px;
  width: 1px;
  background: #838383;
  content: '';
  position: absolute;
  left: 50%;
  top: -20px;
}
.fixed-menu li a.active {
  color: #fff;
}
.fixed-menu li a.active:before {
  background: #fff;
}
.fixed-menu.fixed {
  top: 0;
  left: 0;
  position: fixed;
}
.lock.exposure {
  overflow: hidden;
}
.wrapper {
  -webkit-transition: -webkit-transform 1s ease-out;
  -moz-transition: -moz-transform 1s ease-out;
  -o-transition: -o-transform 1s ease-out;
  transition: -webkit-transform 1s ease-out, -moz-transform 1s ease-out, -o-transform 1s ease-out, transform 1s ease-out;
}
.content-block__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 18px;
  height: 18px;
  background: url(/local/templates/.default/css/../images/content-block__close.png) 0 0 no-repeat;
  cursor: pointer;
}
.bottom__gradient {
  position: absolute;
  bottom: 50px;
  height: 80px;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  width: 695px;
}
.clear_div {
  clear: both;
  height: 80px;
}
.ps-active-y {
  padding-right: 60px;
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  border-radius: 4px;
  opacity: 1;
  bottom: 3px;
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 4px;
  bottom: 0;
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container > .ps-scrollbar-y-rail {
  display: block;
  position: absolute;
  background: #535353;
  border-radius: 4px;
  opacity: 1;
  z-index: 10;
  right: 3px;
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #00c6d5;
  border-radius: 4px;
  right: 0;
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail.in-scrolling {
  opacity: 0.9;
}
.sections-catalog {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.sections-catalog__item {
  flex: 1 1 33.33333333%;
  max-width: 33.33333333%;
  padding: 10px;
  box-sizing: border-box;
}
.section-catalog-item {
  position: relative;
  display: block;
  background-color: white;
  padding: 12px;
  border: 5px solid rgba(230, 230, 230, 0.24);
  transition: border-color 0.2s ease-in;
}
.section-catalog-item__img {
  opacity: 0.1;
  max-width: 100%;
  transition: opacity 0.2s ease-in;
}
.section-catalog-item:hover .section-catalog-item__img {
  opacity: 0.5;
}
.section-catalog-item_invert .section-catalog-item__img,
.section-catalog-item_invert:hover .section-catalog-item__img {
  opacity: 1;
}
.section-catalog-item__title {
  position: absolute;
  top: 50%;
  left: 80px;
  right: 17px;
  padding-left: 15px;
  transform: translateY(-50%);
  color: black;
  font-family: 'litteraplainbold', sans-serif;
  font-size: 18px;
  line-height: 18px;
  transition: all 0.2s ease-in;
}
.section-catalog-item:hover .section-catalog-item__title {
  color: #fff;
  text-shadow: 1px 1px 3px #000;
}
.section-catalog-item_invert .section-catalog-item__title {
  color: #fff;
  font-size: 24px;
  opacity: 0.5;
}
.section-catalog-item_invert:hover .section-catalog-item__title {
  color: black;
  text-shadow: 1px 1px 3px #fff;
  opacity: 1;
}
.section-catalog-item__title:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 2px;
  width: 5px;
  background-color: #28c0cd;
}
.section-catalog-item:hover {
  border-color: #e6e6e6;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.white-modal {
  background: #fff;
}
.white-modal .close-pop-up {
  background-image: url(/local/templates/.default/css/../images/close-pop-up-dark.png);
}
.white-modal h2 {
  color: #00c5d4;
  font-size: 24px;
}
.white-modal .quantity__input[type='text'] {
  background: #fff;
  color: #000;
  width: 36px;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  border: none;
  height: 28px;
  vertical-align: top;
  font-size: 12px;
}
.quantity {
  display: inline-block;
}
.quantity__container {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.quantity__button {
  background: none;
  border: none;
  padding: 0;
  font-size: 21px;
  font-weight: bold;
  line-height: 28px;
  width: 36px;
  vertical-align: top;
  outline: none;
  cursor: pointer;
}
.quantity__button.-minus {
  line-height: 24px;
  padding-bottom: 4px;
}
.quantity__button[disabled] {
  cursor: default;
}
.quantity__input[type='text'] {
  background: #fff;
  color: #000;
  width: 36px;
  padding: 0;
  text-align: center;
  margin-bottom: 0;
  border: none;
  height: 28px;
  vertical-align: top;
  font-size: 12px;
}
#popup-tickets {
  transform: translateY(-50px);
  width: 422px;
}
#popup-tickets .popup-tickets__datepicker {
  height: 337px;
}
#popup-tickets .ui-datepicker {
  transform: scale(2);
  transform-origin: 50% 0%;
  margin: 0 auto;
}
#popup-tickets .quantity__button {
  width: 42px;
  line-height: 40px;
  font-size: 26px;
}
#popup-tickets .quantity__button.-minus {
  line-height: 35px;
  padding-bottom: 5px;
}
#popup-tickets .quantity__input[type='text'] {
  font-size: 20px;
  width: 52px;
  height: 40px;
}
#popup-tickets .popup-tickets__total {
  padding-top: 14px;
}
.popup-tickets__select {
  margin-bottom: 18px;
}
.popup-tickets__select select[hidden] + .chosen-container {
  display: none;
}
.popup-tickets__select .chosen-container {
  float: none;
  margin: 0;
  width: 100% !important;
}
.popup-tickets__select .chosen-container-single .chosen-single {
  color: #fff;
  padding: 6px 8px;
  height: auto !important;
}
.popup-tickets__select .chosen-container-single .chosen-single span {
  font-size: 20px;
  line-height: 1.1;
  white-space: normal;
  margin: 0 18px 0 0;
}
.popup-tickets__select .chosen-container-single .chosen-single div b {
  margin-top: 5px;
}
.popup-tickets__select .chosen-container-single .chosen-results li {
  font-size: 20px;
  line-height: 1.1;
}
.popup-tickets__select .chosen-container-single .disabled-result {
  display: none !important;
}
.popup-tickets__datepicker {
  margin-bottom: 18px;
}
.popup-tickets__datepicker .ui-datepicker td.has-tooltip {
  position: relative;
}
.popup-tickets__datepicker .ui-datepicker td.has-tooltip:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.popup-tickets__datepicker .ui-datepicker td.inactive {
  opacity: 1;
}
.popup-tickets__datepicker .ui-datepicker td.inactive span {
  border: none;
  background: rgba(0, 0, 0, 0.1);
  color: #6b6b6b;
}
.popup-tickets__quantity {
  margin-top: 18px;
}
.popup-tickets__quantity:after {
  content: '';
  display: block;
  clear: both;
}
.popup-tickets__quantity .quantity {
  float: left;
}
.popup-tickets__total {
  float: left;
  width: 92px;
  text-align: center;
  line-height: 26px;
  padding-top: 4px;
  font-weight: bold;
  font-size: 21px;
}
.popup-tickets__total[data-price='false'] {
  display: none;
}
.popup-tickets__total .currency {
  font-size: 13px;
}
.popup-tickets__buttons {
  margin-top: 25px;
}
.popup-tickets__button {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-family: 'litteraplainbold', sans-serif;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.popup-tickets__button.button-blue {
  border-color: #00c6d5;
  background: #00c6d5;
  color: #fff;
}
.popup-tickets__button.button-blue:hover {
  border-color: #00c6d5;
  background: #fff;
  color: #00c6d5;
}
.popup-tickets__button.button-white {
  border-color: #00c6d5;
  background: #fff;
  color: #00c6d5;
}
.popup-tickets__button.button-white:hover {
  border-color: #00c6d5;
  background: #00c6d5;
  color: #fff;
}
.popup-tickets__in-cart {
  display: none;
}
.popup-tickets__in-cart a {
  min-width: 100%;
}
.popup-tickets__in-cart a:not(:last-child) {
  margin-bottom: 5px;
}
.popup-tickets__error {
  display: none;
  color: #e40000;
  margin-bottom: 8px;
}
.popup-tickets__error.active {
  display: block;
}
.popup-tickets .disabled,
.popup-tickets :disabled {
  opacity: 0.35;
  pointer-events: none;
  cursor: default;
}
.visitors-inner .buy-tickets {
  display: block;
  font-size: 14px;
  font-family: 'litteraplainbold', sans-serif;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  border: 1px solid #00c6d5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #00c6d5;
  color: #fff;
  border-radius: 3px;
  margin-top: 0;
  margin-bottom: 12px;
}
.cart {
  float: left;
  margin-left: 40px;
  position: relative;
  margin-top: 7px;
  color: #000;
}
.cart--disabled {
  color: #b3b3b4;
}
.cart-link {
  display: block;
  color: inherit;
  font-size: 15px;
  line-height: 16px;
  text-decoration: none;
}
.cart-link:hover .cart-text {
  text-decoration: none;
}
.cart-ico {
  display: inline-block;
  height: 18px;
  width: 19px;
  vertical-align: top;
  margin-top: -2px;
  fill: currentColor;
}
.cart-text {
  font-family: 'litteraplainbold', sans-serif;
  display: inline-block;
  margin-left: 3px;
  color: inherit;
  text-transform: uppercase;
  text-decoration: underline;
}
.cart-badge {
  position: absolute;
  top: -10px;
  right: 100%;
  margin-right: -9px;
  text-decoration: none;
  color: #fff;
  background: #00c6d5;
  line-height: 15px;
  font-size: 12px;
  border-radius: 8px;
  padding: 1px 6px 0;
  font-family: 'litteraplainbold', sans-serif;
}
.box-item .buy_code_wrapper,
.exposition-list-wrap .buy_code_wrapper {
  text-align: right;
}
.side-block-info .buy_code_wrapper a {
  border: none !important;
  background: transparent !important;
}
.side-block-info .buy_code_wrapper a b {
  display: block !important;
}
.slide-exhibition-wrap .buy_code_wrapper {
  text-align: center;
  margin-top: 15px;
}
.bx_ordercart {
  margin-bottom: 50px;
  background: #00c6d5 url(/local/templates/.default/css/../images/tickets.png) right bottom -68px no-repeat;
  padding: 8px;
}
.bx_ordercart * {
  box-sizing: border-box;
}
.bx_ordercart .bx_sort_container {
  display: none;
}
.bx_ordercart .bx_ordercart_order_table_container {
  background: #fff;
  padding: 35px 40px;
}
.bx_ordercart .bx_ordercart_order_table_container > table {
  margin-bottom: 0;
  width: 100%;
}
.bx_ordercart .bx_ordercart_order_table_container > table > thead > tr > td,
.bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td {
  padding: 18px 24px;
  border: none;
  background: none;
}
.bx_ordercart .bx_ordercart_order_table_container > table > thead > tr > td.margin,
.bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td.margin {
  display: none;
}
.bx_ordercart .bx_ordercart_order_table_container > table > thead > tr > td.item,
.bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td.item {
  padding-left: 0;
  min-width: 28%;
  width: 44%;
}
.bx_ordercart .bx_ordercart_order_table_container > table > thead > tr > td.itemphoto,
.bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td.itemphoto {
  padding: 0;
}
.bx_ordercart .bx_ordercart_order_table_container > table > thead > tr > td.control,
.bx_ordercart .bx_ordercart_order_table_container > table > tbody > tr > td.control {
  padding-right: 0;
}
.bx_ordercart .bx_ordercart_order_table_container > table > thead > tr > td {
  border-bottom: 1px solid #ddd;
  padding: 0 24px 10px;
}
.bx_ordercart .bx_ordercart_order_table_container > table > tbody td.price,
.bx_ordercart .bx_ordercart_order_table_container > table > tbody td.sum {
  font-family: 'litteraplainbold', sans-serif;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemart {
  font-size: 13px;
  padding-left: 25px;
  background: url(/local/templates/.default/css/../images/reviews-time-black.png) 0 0 no-repeat;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle {
  padding-left: 38px;
  position: relative;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle:before {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(/local/templates/.default/css/../images/sprites.png) -164px 0;
  left: 0;
  top: -2px;
}
.bx_ordercart .bx_ordercart_order_table_container .title {
  display: none;
}
.bx_ordercart .bx_ordercart_order_table_container .counter td {
  border: none;
  padding: 0;
}
.bx_ordercart .bx_ordercart_order_table_container .basket-delete {
  width: 24px;
  height: 24px;
  background: url(/local/templates/.default/css/../images/close-pop-up-dark.png) 0 0 no-repeat;
  display: block;
  cursor: pointer;
}
.bx_ordercart .bx_ordercart_order_pay {
  margin-top: 60px;
}
.bx_ordercart .bx_ordercart_order_pay_left {
  display: none;
}
.bx_ordercart .bx_ordercart_order_pay_right {
  padding: 0 40px;
  color: #fff;
}
.bx_ordercart .bx_ordercart_order_pay_right table td {
  border: none;
  padding: 0;
  padding-right: 10px;
  font-size: 30px;
  line-height: 36px;
  font-family: 'litteraplainlight', sans-serif;
}
.bx_ordercart .bx_ordercart_order_pay_right table td:first-child {
  font-size: 20px;
  font-family: 'litteraplainbold', sans-serif;
}
.bx_ordercart .bx_ordercart_order_pay_center {
  padding: 0 40px 40px;
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout {
  display: inline-block;
  text-decoration: none;
  background: #fff;
  color: #00c6d5;
  width: 217px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #fff;
  cursor: pointer;
  font-family: 'litteraplainbold', sans-serif;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.bx_ordercart .bx_ordercart_order_pay_center .checkout:hover {
  background: #00c6d5;
  color: #fff;
}
#bx-soa-order {
  margin-right: -15px;
  margin-left: -15px;
}
#bx-soa-order:after {
  content: '';
  display: block;
  clear: both;
}
#bx-soa-order * {
  box-sizing: border-box;
}
#bx-soa-order .row {
  margin-right: -15px;
  margin-left: -15px;
}
#bx-soa-order .row:after {
  content: '';
  display: block;
  clear: both;
}
#bx-soa-order .col-sm-12,
#bx-soa-order .col-sm-9,
#bx-soa-order .col-sm-3 {
  padding-right: 15px;
  padding-left: 15px;
  float: left;
}
#bx-soa-order .col-sm-12 {
  width: 100%;
}
#bx-soa-order .col-sm-9 {
  width: 75%;
}
#bx-soa-order .col-sm-3 {
  width: 25%;
}
#bx-soa-order .visible-xs,
#bx-soa-order .visible-sm {
  display: none;
}
#bx-soa-order .pull-left {
  float: left;
}
#bx-soa-order .pull-right {
  float: right;
}
#bx-soa-order .text-right {
  text-align: right;
}
#bx-soa-order .bx-soa {
  width: 75%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
#bx-soa-order .bx-soa-sidebar {
  width: 25%;
  float: left;
  padding-right: 15px;
  padding-left: 15px;
}
#bx-soa-order .bx-soa-cart-total {
  background: #fff;
  border: none;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line {
  display: none;
  border-top: 1px solid #ddd;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line:first-child {
  border: none;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line:nth-child(2) {
  border-color: #ddd;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line .bx-soa-cart-t {
  font-weight: normal;
  font-family: 'litteraplainbold', sans-serif;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total {
  display: block;
  border: none;
  padding-top: 5px;
}
#bx-soa-order .bx-soa-cart-total .bx-soa-cart-total-line-total .bx-soa-cart-d {
  font-size: 24px !important;
  font-family: 'litteraplainbold', sans-serif;
}
#bx-soa-order #bx-soa-total-mobile {
  display: none;
}
#bx-soa-order .bx-soa-section {
  border: none;
  background: #fff;
  border-radius: 0;
  margin-bottom: 25px;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.1);
}
#bx-soa-order .bx-soa-section.bx-selected {
  border: 8px solid #00c6d5;
  box-shadow: none;
}
#bx-soa-order .bx-soa-section-title-container {
  background: #fff;
  padding: 22px 30px !important;
}
#bx-soa-order .bx-soa-section-content {
  background: #fff;
  padding: 10px 30px 20px;
}
#bx-soa-order .bx-soa-section-content > strong {
  display: none;
}
#bx-soa-order .bx-soa-editstep {
  text-decoration: none;
}
#bx-soa-order .bx-soa-editstep:hover {
  border-bottom: none;
}
#bx-soa-order .bx-soa-section-title-count {
  display: none;
}
#bx-soa-order .bx-soa-section-title {
  margin-bottom: 0;
  padding: 0;
  font-size: 22px;
}
#bx-soa-order .form-group {
  position: relative;
  margin-bottom: 20px;
}
#bx-soa-order .form-group label {
  padding-bottom: 7px;
  display: inline-block;
}
#bx-soa-order .form-control {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  border: 2px solid #00c6d5;
  background: #fff;
  height: 36px;
  outline: none;
  color: #000;
  border-radius: 0;
  padding: 7px 10px;
  font-size: 13px;
  font-family: Arial, sans-serif;
}
#bx-soa-order textarea.form-control {
  resize: vertical;
  min-height: 70px;
  font-size: 13px;
}
#bx-soa-order .bx-soa-custom-label {
  font-size: 15px;
}
#bx-soa-order .radio-inline {
  margin-top: 9px;
}
#bx-soa-order span.bx-authform-starrequired {
  color: #e40000;
}
#bx-soa-order .bx-soa-more {
  margin-left: 0;
  margin-right: 0;
  border-top-color: #ddd;
  padding-top: 15px;
}
#bx-soa-order #bx-soa-basket .bx-soa-more {
  margin-left: 15px;
  margin-right: 15px;
}
#bx-soa-order .btn {
  margin: 0;
  background: #00c6d5;
  color: #fff;
  width: 217px;
  height: 40px;
  line-height: 18px;
  border: 1px solid #00c6d5;
  font-size: 16px;
  border-radius: 0;
  transition: all 0.5s ease;
}
#bx-soa-order .btn:hover {
  background: #fff;
  color: #00c6d5;
}
#bx-soa-order .bx-soa-pp-delivery-cost {
  background: rgba(0, 0, 0, 0.3);
}
#bx-soa-order #bx-soa-paysystem {
  display: none;
}
#bx-soa-order .bx-soa-item-table {
  padding: 0 20px;
}
#bx-soa-order .bx-soa-item-img-block {
  display: none;
}
#bx-soa-order .bx-soa-item-title {
  font-weight: normal;
  font-family: 'litteraplainbold', sans-serif;
  padding-left: 38px;
  position: relative;
}
#bx-soa-order .bx-soa-item-title:before {
  content: '';
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  background: url(/local/templates/.default/css/../images/sprites.png) -164px 0;
  left: 0;
  top: -2px;
}
#bx-soa-order .bx-soa-item-tr:first-child .bx-soa-item-td {
  border-top: none;
}
#bx-soa-order .bx-soa-item-td {
  border-top: 1px solid #ddd;
  padding: 18px 24px;
}
#bx-soa-order .bx-soa-item-td:first-child {
  padding-left: 0;
}
#bx-soa-order .bx-soa-item-td:last-child {
  padding-right: 0;
}
#bx-soa-order .bx-scu-container {
  height: auto;
  margin-top: 10px;
}
#bx-soa-order .bx-scu-container:after {
  display: none;
}
#bx-soa-order .bx-scu-container .bx-soa-item-td-title {
  display: none;
}
#bx-soa-order .bx-scu-container .bx-soa-item-td-text {
  font-size: 13px;
  padding-left: 25px;
  background: url(/local/templates/.default/css/../images/reviews-time-black.png) 0 0 no-repeat;
}
#bx-soa-order .alert.alert-danger {
  color: #e40000;
}
#bx-soa-order .alert.alert-success {
  color: #3c763d;
}
#bx-soa-order .alert[data-type="informer"] {
  margin-bottom: 30px;
}
#bx-soa-order .alert[data-type="informer"] .col-xs-12 {
  padding: 0 15px !important;
}
#bx-soa-order .bx-soa-tooltip-danger {
  color: #e40000;
  font-size: 13px;
  position: absolute;
  top: 0;
  right: 0;
}
table.sale_order_full_table {
  margin-bottom: 50px;
  table-layout: fixed;
}
table.sale_order_full_table .sale-order-cell {
  border: none;
  padding: 0;
  vertical-align: top;
}
table.sale_order_full_table .sale-order-cell:first-child {
  width: 29.16666667%;
}
table.sale_order_full_table .ps_logo {
  display: none;
}
table.sale_order_full_table p[align='justify'] {
  display: none;
}
table.sale_order_full_table input[name='Submit'] {
  height: 40px;
  width: 220px;
  background: #00c6d5;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: 'litteraplainbold', sans-serif;
  cursor: pointer;
  border: 1px solid #00c6d5;
  text-transform: uppercase;
  transition: all 0.3s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
}
table.sale_order_full_table input[name='Submit']:hover {
  background: #fff;
  color: #00c6d5;
}
table.sale_order_full_table .sale_order_payment {
  margin-top: 20px;
  display: flex;
  align-items: center;
}
table.sale_order_full_table .sale_order_payment img {
  margin-right: 15px;
  max-width: 60px;
  max-height: 32px;
}
table.sale_order_full_table .sale_order_text p {
  font-size: 12px;
  line-height: 1.5;
  color: #6b6b6b;
  opacity: 0.8;
  font-family: 'litteraplainbook', sans-serif;
  margin-top: 1rem;
  margin-bottom: 0;
}
table.sale_order_full_table .order-confirm-cart {
  background: #fff;
  padding: 24px 32px;
}
table.sale_order_full_table .order-confirm-cart__title {
  padding: 0 10px;
  font-size: 20px;
  font-family: 'litteraplainbold', sans-serif;
}
table.sale_order_full_table .order-confirm-cart__table {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
table.sale_order_full_table .order-confirm-cart__table th {
  text-align: left;
  padding: 10px;
  white-space: nowrap;
}
table.sale_order_full_table .order-confirm-cart__table td {
  border: none;
  border-top: 1px solid #ccc;
  padding: 15px 10px;
  font-family: 'litteraplainbold', sans-serif;
}
table.sale_order_full_table .order-confirm-cart__name {
  width: 50%;
}
table.sale_order_full_table .order-confirm-cart__price,
table.sale_order_full_table .order-confirm-cart__quantity,
table.sale_order_full_table .order-confirm-cart__sum {
  white-space: nowrap;
}
.personal__block {
  margin-bottom: 30px;
}
div.bx-auth {
  margin-bottom: 50px;
}
div.bx-auth * {
  box-sizing: border-box;
}
div.bx-auth input[type='text'],
div.bx-auth input[type='password'] {
  display: block;
  width: 100%;
  border: 2px solid #00c6d5;
  background: #fff;
  height: 36px;
  outline: none;
  color: #000;
  border-radius: 0;
  padding: 0 10px;
}
div.bx-auth .btn {
  border: 1px solid #00c6d5;
}
div.bx-auth span.starrequired {
  color: #e40000;
  display: inline-block;
  margin-right: 4px;
}
div.bx-auth input[type='submit'] {
  border: 1px solid #00c6d5;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
div.bx-auth input[type='submit']:hover {
  background: #fff;
  color: #00c6d5;
}
.bx-auth-title {
  display: none;
}
table.bx-auth-table td {
  border: none;
}
table.bx-auth-table td.bx-auth-label {
  font-weight: normal;
  font-family: 'litteraplainbold', sans-serif;
}
.bx-auth-serv-icons {
  display: none;
}
form[name='bform'] {
  margin-bottom: 50px;
}
table.bx-forgotpass-table * {
  box-sizing: border-box;
}
table.bx-forgotpass-table td {
  border: none;
}
table.bx-forgotpass-table tbody td:first-child {
  font-family: 'litteraplainbold', sans-serif;
}
table.bx-forgotpass-table input[type='text'] {
  border: 2px solid #00c6d5;
  background: #fff;
  height: 36px;
  outline: none;
  color: #000;
  border-radius: 0;
  padding: 0 10px;
}
table.bx-forgotpass-table input[type='submit'] {
  border: 1px solid #00c6d5;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
table.bx-forgotpass-table input[type='submit']:hover {
  background: #fff;
  color: #00c6d5;
}
table.bx-registration-table td {
  border: none;
}
table.bx-registration-table thead {
  display: none;
}
.shop-list {
  margin-left: -40px;
  margin-bottom: 40px;
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}
.shop-list__item {
  width: 280px;
  vertical-align: top;
  margin-left: 40px;
  margin-bottom: 40px;
  background: #fff;
  font-family: 'litteraplainbold', sans-serif;
  color: #000;
  box-shadow: 2px 2px rgba(0, 0, 0, 0.04);
  position: relative;
  padding: 10px;
}
.shop-list__item:before {
  content: '';
  background: #fff;
  width: 100%;
  height: 100%;
  top: -10px;
  left: -10px;
  display: block;
  position: absolute;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s linear;
  box-shadow: 0 21px 27px 0 rgba(0, 0, 0, 0.17);
}
.shop-list__item:hover:before {
  visibility: visible;
  opacity: 1;
}
.shop-list__item-title {
  display: block;
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0 15px 5px;
  letter-spacing: 0;
  position: relative;
  text-decoration: none;
  color: inherit !important;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 2.4em;
}
.shop-list__item-title:hover {
  text-decoration: underline;
}
.shop-list__item-image {
  position: relative;
  text-align: center;
  display: block;
}
.shop-list__item-image img {
  max-width: 100%;
}
.shop-list__item .price-ticket {
  font-size: 16px !important;
  color: #000;
  position: relative;
  float: left;
  padding: 0 5px 0 10px;
  background: #f1f1f1;
  border-radius: 5px 0 0 5px;
  line-height: 30px;
}
.shop-list__item .price-ticket i {
  font-style: normal !important;
  border-bottom: 1px dotted #000;
  cursor: pointer;
}
.shop-list__item .price-ticket:after {
  content: '';
  display: block;
  width: 9px;
  height: 30px;
  top: 0;
  right: -9px;
  background: url(/local/templates/.default/css/../images/price-arrow.png) 0 0 no-repeat;
  position: absolute;
}
.shop-list__item .price-ticket.no-free {
  font-size: 22px;
}
.shop-list__item .card-bottom {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  z-index: 2;
  padding-top: 10px;
  border-top: 1px solid #ddd;
}
.shop-list__item .card-bottom .quantity {
  margin-left: 7px;
}
.shop-list__item .card-bottom .quantity__button {
  width: 22px;
  font-size: 17px;
}
.shop-list__item .card-bottom .quantity__button.-minus {
  line-height: 28px;
  padding-bottom: 0;
}
.shop-list__item .card-bottom .errortext {
  min-width: 100%;
}
.shop-list__item .buy-tickets {
  /*width: 112px;*/
  text-align: center;
  padding: 3px 10px;
  line-height: 20px;
  display: block;
  float: right;
  font-size: 11px;
  /*margin-left: 18px;*/
  color: #fff;
  font-family: 'litteraplainbold', sans-serif;
  text-decoration: none;
  border: 1px solid #00c6d5;
  transition: all 0.3s ease;
  background: #00c6d5;
  position: relative;
  text-transform: uppercase;
}
.shop-list__item .buy-tickets.register-end {
  background: #ccc;
  border-color: #ccc;
  cursor: default;
}
.shop-list__item .buy-tickets.register-end:hover {
  color: white;
  background: #ccc;
}
.shop-list__item .buy-tickets:hover {
  background: #fff;
  color: #00c6d5;
}
.shop-list__item .price-ticket + .buy-tickets {
  margin-bottom: 2px;
}
.shop-list__item .bottom-date-calendar {
  padding-top: 20px;
  border-top: 1px solid #ddd;
  position: relative;
}
.white-block-content.fix-hidden-footer {
  padding: 0 0 400px;
}
.digital-library {
  padding-bottom: 60px;
  font-family: 'litteraplainbook', Arial, Helvetica, sans-serif;
}
.digital-library *,
.digital-library *::before,
.digital-library *::after {
  box-sizing: border-box;
}
.digital-library .annotated {
  padding-top: 15px;
  padding-bottom: 15px;
}
.digital-library .annotated *:last-child {
  margin-bottom: 0;
}
.digital-library__filter {
  margin-top: 24px;
}
.digital-library-filter__form-group {
  display: flex;
}
.digital-library-filter__input-container {
  position: relative;
  flex: 1 0 auto;
}
.digital-library-filter__input {
  width: 100%;
  height: 60px;
  background: #fff;
  border: 1px solid #F5F5F5;
  padding: 0 60px 0 24px;
  font-size: 16px;
  outline: none !important;
  font-family: 'litteraplainbook', Arial, Helvetica, sans-serif;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.digital-library-filter__input:focus {
  border-color: rgba(21, 35, 45, 0.15);
}
.digital-library-filter__input::-webkit-input-placeholder {
  color: #B9B8B4;
}
.digital-library-filter__input:-ms-input-placeholder {
  color: #B9B8B4;
}
.digital-library-filter__input::-moz-placeholder {
  color: #B9B8B4;
}
.digital-library-filter__filter-button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  padding: 0;
  color: #fff;
  height: 60px;
  width: 60px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  transition: color 0.3s ease;
}
.digital-library-filter__filter-button:hover,
.digital-library-filter__filter-button:focus,
.digital-library-filter__filter-button.active {
  color: #00C6D5;
}
.digital-library-filter__filter-button svg {
  fill: currentColor;
}
.digital-library-filter__submit {
  background: #00C6D5;
  padding: 0 36px;
  min-height: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #00C6D5;
  color: #fff;
  cursor: pointer;
  transition: color 0.3s ease, background 0.3s ease;
  font-family: 'litteraplainbold', Arial, Helvetica, sans-serif;
  font-size: 20px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.digital-library-filter__submit:hover,
.digital-library-filter__submit:focus {
  background: #fff;
  color: #00C6D5;
}
.digital-library-filter__submit-icon {
  display: flex;
  align-items: center;
  margin-right: 12px;
}
.digital-library-filter__submit-icon svg {
  fill: currentColor;
}
.digital-library-filter__filters {
  display: none;
  position: absolute;
  top: calc(100% + 12px);
  right: -12px;
  background: #fff;
  padding: 16px 15px 8px;
  border: 1px solid #F5F5F5;
  width: 235px;
  z-index: 10;
}
.digital-library-filter__filters::before,
.digital-library-filter__filters::after {
  content: '';
  display: block;
  position: absolute;
  right: 32px;
  bottom: 100%;
  border-color: transparent;
  border-style: solid;
}
.digital-library-filter__filters::before {
  border-width: 0 8px 8px;
  border-bottom-color: #F5F5F5;
}
.digital-library-filter__filters::after {
  border-width: 0 7px 7px;
  border-bottom-color: #fff;
  margin-right: 1px;
}
.digital-library-filter__filters.active {
  display: block;
}
.digital-library-filter__filters-items {
  margin-top: -16px;
  padding-bottom: 18px;
}
.digital-library-filter__filters-item {
  margin-top: 16px;
}
.digital-library-filter__filters-title {
  font-size: 12px;
  color: #B4B4B9;
  margin-bottom: 10px;
}
.digital-library-filter__filters-select {
  position: relative;
}
.digital-library-filter__filters-select.active .digital-library-filter__filters-select-arrow {
  transform: scaleY(-1);
}
.digital-library-filter__filters-select.active .digital-library-filter__filters-select-content {
  display: block;
}
.digital-library-filter__filters-select.selected .digital-library-filter__filters-select-placeholder {
  display: none;
}
.digital-library-filter__filters-select.selected .digital-library-filter__filters-select-text {
  display: block;
}
.digital-library-filter__filters-select-title {
  border: 1px solid #F5F5F5;
  display: flex;
  align-items: center;
  height: 34px;
  font-size: 12px;
  padding: 0 12px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}
.digital-library-filter__filters-select-text {
  display: none;
}
.digital-library-filter__filters-select-current {
  color: #00C6D5;
  margin-left: 4px;
}
.digital-library-filter__filters-select-arrow {
  margin-left: auto;
}
.digital-library-filter__filters-select-content {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  display: none;
  border: 1px solid #f5f5f5;
  border-top: none;
  background: #fff;
}
.digital-library-filter__filters-checks {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-height: 203px;
  overflow-y: auto;
  padding: 0 2px;
  scrollbar-width: thin;
  scrollbar-color: rgba(0, 198, 213, 0.7) rgba(0, 198, 213, 0.1);
}
.digital-library-filter__filters-checks::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
.digital-library-filter__filters-checks::-webkit-scrollbar-track {
  background: rgba(0, 198, 213, 0.1);
}
.digital-library-filter__filters-checks::-webkit-scrollbar-thumb {
  background-color: rgba(0, 198, 213, 0.7);
}
.digital-library-filter__filters-checks::-webkit-scrollbar-thumb:hover {
  background: #00C6D5;
}
.digital-library-filter__filters-check {
  min-width: 100%;
  max-width: 100%;
  border-bottom: 1px solid #f5f5f5;
}
.digital-library-filter__filters-check-label {
  position: relative;
}
.digital-library-filter__filters-check-input {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  border: 0;
  white-space: nowrap;
  clip: rect(0, 0, 0, 0);
}
.digital-library-filter__filters-check-input:checked ~ .digital-library-filter__filters-check-content {
  background: #F5F5F5;
}
.digital-library-filter__filters-check-input:checked ~ .digital-library-filter__filters-check-content::after {
  opacity: 1;
}
.digital-library-filter__filters-check-content {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 44px;
  cursor: pointer;
  padding-left: 52px;
  padding-right: 8px;
  transition: background 0.3s ease;
  border-top: 1px solid #fff;
  padding-top: 2px;
}
.digital-library-filter__filters-check-content::before,
.digital-library-filter__filters-check-content::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  left: 10px;
  top: 50%;
  margin-top: -10px;
}
.digital-library-filter__filters-check-content::before {
  border: 1px solid #F5F5F5;
  background: #fff;
}
.digital-library-filter__filters-check-content::after {
  opacity: 0;
  transition: opacity 0.3s ease;
  background: url('/local/templates/.default/css/../images/check.svg') no-repeat center;
}
.digital-library-filter__filters-check-content:hover,
.digital-library-filter__filters-check-content:focus {
  background: #F5F5F5;
}
.digital-library-filter__filters-range {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.digital-library-filter__filters-range-number {
  font-size: 14px;
}
.digital-library-filter__filters-range-input {
  height: 34px;
  border: 1px solid #F5F5F5;
  width: 80px;
  margin-top: 16px;
  font-size: 12px;
  padding: 0 12px;
  outline: none !important;
}
.digital-library-filter__filters-range-input:focus {
  border-color: rgba(21, 35, 45, 0.15);
}
.digital-library-filter__filters-range-slider {
  min-width: 100%;
}
.digital-library-filter__filters-range .noUi-target {
  background: #F5F5F5;
  border: none;
  border-radius: 0;
  padding: 0 10px;
  margin-top: 16px;
  margin-bottom: 8px;
}
.digital-library-filter__filters-range .noUi-horizontal {
  height: 1px;
}
.digital-library-filter__filters-range .noUi-horizontal .noUi-handle {
  width: 20px;
  height: 20px;
  background: #00C6D5;
  border-radius: 50%;
  box-shadow: none;
  border: none;
  cursor: pointer;
  top: -9px;
  right: -10px;
}
.digital-library-filter__filters-range .noUi-horizontal .noUi-handle::before,
.digital-library-filter__filters-range .noUi-horizontal .noUi-handle::after {
  display: none;
}
.digital-library-filter__filters-range .noUi-tooltip {
  border: none;
  border-radius: 0;
  font-size: 14px;
  padding: 0 0 6px;
}
.digital-library-filter__filters-result {
  background: none;
  border: none;
  padding: 0;
  color: #00C6D5;
  cursor: pointer;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  min-width: 100%;
  font-family: 'litteraplainbook', Arial, Helvetica, sans-serif;
}
.digital-library-filter__filters-bottom {
  display: flex;
  justify-content: center;
  margin-top: 6px;
}
.digital-library-filter__filters-button {
  background: none;
  border: none;
  padding: 0;
  height: 34px;
  display: flex;
  align-items: center;
  cursor: pointer;
  transition: color 0.3s ease;
}
.digital-library-filter__filters-button.-submit {
  color: #00C6D5;
}
.digital-library-filter__filters-button.-submit:hover,
.digital-library-filter__filters-button.-submit:focus {
  color: #00b2bf;
}
.digital-library-filter__filters-button.-reset {
  color: rgba(21, 35, 45, 0.4);
}
.digital-library-filter__filters-button.-reset:hover,
.digital-library-filter__filters-button.-reset:focus {
  color: rgba(21, 35, 45, 0.7);
}
.digital-library-filter__filters-button:not(:first-child) {
  margin-left: 30px;
}
.digital-library-filter-checked__items {
  display: flex;
  flex-wrap: wrap;
  padding-top: 12px;
  margin: -12px -5px;
}
.digital-library-filter-checked__item {
  padding: 12px 5px;
}
.digital-library-filter-checked__button {
  height: 34px;
  display: flex;
  align-items: center;
  padding: 0 16px;
  font-size: 13px;
  font-family: 'litteraplainbook', Arial, Helvetica, sans-serif;
  background: #00C6D5;
  color: #fff;
  border-radius: 34px;
  border: 1px solid #00C6D5;
  cursor: pointer;
  transition: color 0.3s ease, background 0.3s ease;
}
.digital-library-filter-checked__button:hover,
.digital-library-filter-checked__button:focus {
  background: #fff;
  color: #00C6D5;
}
.digital-library-filter-checked__button svg {
  stroke: currentColor;
}
.digital-library-filter-checked__close {
  display: block;
  margin-left: 12px;
}
.digital-library__content {
  margin-top: 20px;
}
.digital-library__content + .modern-page-navigation {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}
.digital-library__item {
  margin-top: 8px;
}
.digital-library__item-link {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 12px 16px;
  border-radius: 4px;
  border: 1px solid #f5f5f5;
  color: #15232D !important;
  text-decoration: none !important;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
.digital-library__item-link:hover,
.digital-library__item-link:focus {
  border-color: #fff;
  box-shadow: 0 4px 60px 0 rgba(0, 0, 0, 0.05);
}
.digital-library__item-top {
  display: flex;
  align-items: baseline;
  min-width: 100%;
}
.digital-library__item-author {
  font-family: 'litteraplainbold', Arial, Helvetica, sans-serif;
  font-size: 19px;
  margin-right: 16px;
  margin-bottom: 14px;
}
.digital-library__item-number {
  font-size: 19px;
  margin-bottom: 14px;
}
.digital-library__item-title {
  min-width: 100%;
  font-size: 19px;
}
/* @import "/local/templates/.default/css/980.less";
@import "/local/templates/.default/css/800.less"; */
.basket-links {
  display: flex;
  justify-content: space-between;
}
.basket-links__item {
  width: 50%;
  border: 8px solid #00c6d5;
  padding: 15px;
  text-align: center;
  font-size: 22px;
  font-family: 'litteraplainbold', sans-serif;
  color: #000 !important;
  margin-bottom: -8px;
  background-color: #fff;
  text-decoration: none;
}
.basket-links__item:not(:last-child) {
  margin-right: -8px;
}
.basket-links__item--active {
  border-bottom: #fff;
}
.basket-links__item--disabled {
  background-color: #f0f0f2;
  color: #b3b3b4 !important;
  cursor: pointer;
}
.bx-soa-pp-item-container {
  display: flex;
}
.bx-soa-pp-item-container .bx-soa-pp-company {
  width: 33.33%;
}
.event-location {
  margin-bottom: 9px;
  color: #8d8d8d;
  font-size: 12px;
  font-family: 'litteraplainbold', sans-serif;
  text-transform: uppercase;
}
.pageSubscribeForm {
  margin: 0 0 100px 0;
}
.pageSubscribeForm input[type="text"] {
  border: 2px solid #ccc;
  padding: 0 10px;
  height: 41px;
  font-size: 18px;
  outline: none;
  vertical-align: middle;
  width: 437px;
}
.pageSubscribeForm input[type="submit"] {
  font-size: 18px;
  vertical-align: middle;
  height: 45px;
  width: 150px;
  margin-left: 10px;
  -webkit-appearance: button;
  border-radius: 0;
}
.owl-theme .owl-controls .owl-buttons div {
  transition: opacity 0.3s ease;
}
.owl-theme .owl-controls .owl-buttons div.disabled {
  opacity: 0.3 !important;
  cursor: default;
}
/*# sourceMappingURL=styles.css.map */
/* End */


/* Start:/local/templates/.default/css/component.css?15308730186694*/
html, .container {
	height: 100%;
}

.js .boxgallery,
.js .boxgallery div {
	position: absolute;
}

.js .boxgallery,
.bg-tile,
.bg-img {
	overflow: hidden;
}

.js .boxgallery,
.js .panel {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.panel {
	z-index: 0;
	-webkit-perspective: 1200px;
	perspective: 1200px;
}

.bg-tile {
	width: 50%;
	height: 50%;
}

.bg-tile:nth-child(2),
.bg-tile:nth-child(4) {
	left: 50%;
}

.bg-tile:nth-child(3),
.bg-tile:nth-child(4) {
	top: 50%;
}

.bg-img {
	width: 100%;
	height: 100%;
}

.bg-img img {
	position: absolute;
	display: block;
	/* height: 200%; */
}

@media screen and (min-aspect-ratio: 1280/850) {
	.bg-img img {
		width: 200%;
		height: auto;
	}
}

.bg-tile:nth-child(2) .bg-img img,
.bg-tile:nth-child(4) .bg-img img {
	left: -100%;
}

.bg-tile:nth-child(3) .bg-img img,
.bg-tile:nth-child(4) .bg-img img {
	top: -100%;
}

/* Navigation Arrow */
.boxgallery > nav span {
	position: absolute;
	top: 50%;
	z-index: 1000;
	display: block;
	width: 47px;
	height: 74px;
	margin-top: -37px;
	outline: none;
	text-align: left;
	cursor: pointer;
}

.boxgallery > nav span.prev {
	left: 40px;
	background-image: url(/local/templates/.default/css/../images/left-sprite.png);
	background-position: 0 0;
}

.boxgallery > nav span.next {
	right: 40px;
	background-image: url(/local/templates/.default/css/../images/right-sprite.png);
	background-position: 0 0;
}

.boxgallery > nav i {
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
	
}

/* .boxgallery > nav span::before,
.boxgallery > nav span::after,
.boxgallery > nav i::before,
.boxgallery > nav i::after {
	position: absolute;
	left: 50%;
	width: 3px;
	height: 50%;
	outline: 1px solid transparent;
	background: #dbccd0;
	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.boxgallery > nav i::before,
.boxgallery > nav i::after {
	z-index: 100;
	height: 0;
	background: #fff;
	-webkit-transition: height 0.3s, -webkit-transform 0.3s;
	transition: height 0.3s, transform 0.3s;
}

.boxgallery > nav span::before,
.boxgallery > nav i::before {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-135deg);
	transform: translateX(-50%) rotate(-135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.boxgallery > nav span.next::before,
.boxgallery > nav span.next i::before {
	-webkit-transform: translateX(-50%) rotate(135deg);
	transform: translateX(-50%) rotate(135deg);
	-webkit-transform-origin: 50% 0%;
	transform-origin: 50% 0%;
}

.boxgallery > nav span::after,
.boxgallery > nav i::after {
	top: 50%;
	-webkit-transform: translateX(-50%) rotate(-45deg);
	transform: translateX(-50%) rotate(-45deg);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.boxgallery > nav span.next::after,
.boxgallery > nav span.next i::after {
	-webkit-transform: translateX(-50%) rotate(45deg);
	transform: translateX(-50%) rotate(45deg);
	-webkit-transform-origin: 100% 0%;
	transform-origin: 100% 0%;
}

.no-touch .boxgallery > nav span:hover i::before,
.no-touch .boxgallery > nav span:hover i::after {
	height: 50%;
}

.no-touch .boxgallery > nav span:hover::before,
.no-touch .boxgallery > nav span:hover i::before {
	-webkit-transform: translateX(-50%) rotate(-125deg);
	transform: translateX(-50%) rotate(-125deg);
}

.no-touch .boxgallery > nav span.next:hover::before,
.no-touch .boxgallery > nav span.next:hover i::before {
	-webkit-transform: translateX(-50%) rotate(125deg);
	transform: translateX(-50%) rotate(125deg);
}

.no-touch .boxgallery > nav span:hover::after,
.no-touch .boxgallery > nav span:hover i::after {
	-webkit-transform: translateX(-50%) rotate(-55deg);
	transform: translateX(-50%) rotate(-55deg);
}

.no-touch .boxgallery > nav span.next:hover::after,
.no-touch .boxgallery > nav span.next:hover i::after {
	-webkit-transform: translateX(-50%) rotate(55deg);
	transform: translateX(-50%) rotate(55deg);
} */

/* Transitions and individual delays/effects */
/* The "active" class is given to the panel that is coming */

.panel.current {
	z-index: 2;
}

.panel.active {
	z-index: 1;
}

.panel.current .bg-img {
	-webkit-transition: -webkit-transform 1.1s ease-in-out;
	transition: transform 1.1s ease-in-out;
}

.boxgallery[data-effect="effect-1"] .panel.active .bg-tile,
.boxgallery[data-effect="effect-2"] .panel.active .bg-tile {
	-webkit-animation: scaleDown 1.1s ease-in-out;
	animation: scaleDown 1.1s ease-in-out;
}

@-webkit-keyframes scaleDown {
	from { -webkit-transform: translate3d(0,0,380px); transform: translate3d(0,0,380px); }
	to { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

@keyframes scaleDown {
	from { -webkit-transform: translate3d(0,0,380px); transform: translate3d(0,0,380px); }
	to { -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); }
}

/* Variation 2 */
.boxgallery[data-effect="effect-2"] .panel.current .bg-img {
	-webkit-transition: -webkit-transform 0.9s cubic-bezier(0.7,0,0.3,1);
	transition: transform 0.9s cubic-bezier(0.7,0,0.3,1);
}

.boxgallery[data-effect="effect-2"] .panel.current .bg-tile:nth-child(2) .bg-img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.boxgallery[data-effect="effect-2"] .panel.current .bg-tile:nth-child(3) .bg-img {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.boxgallery[data-effect="effect-2"] .panel.current .bg-tile:nth-child(4) .bg-img {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

/* Variation 3 */
.boxgallery[data-effect="effect-3"] .panel::after {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	content: '';
	-webkit-transition: opacity 1.1s ease-in-out;
	transition: opacity 1.1s ease-in-out;
}

.boxgallery[data-effect="effect-3"] .panel.current::after,
.boxgallery[data-effect="effect-3"] .panel.active::after {
	opacity: 0;
}

.boxgallery[data-effect="effect-3"] .panel.current::after {
	-webkit-transition: none;
	transition: none;
}

.boxgallery[data-effect="effect-3"] .panel.current .bg-img {
	-webkit-transition: -webkit-transform 1.1s cubic-bezier(0.7,0,0.3,1);
	transition: transform 1.1s cubic-bezier(0.7,0,0.3,1);
}

.boxgallery[data-effect="effect-3"] .panel.current .bg-tile:nth-child(2) .bg-img {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

.boxgallery[data-effect="effect-3"] .panel.current .bg-tile:nth-child(3) .bg-img {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.boxgallery[data-effect="effect-3"] .panel.current .bg-tile:nth-child(4) .bg-img {
	-webkit-transition-delay: 0.45s;
	transition-delay: 0.45s;
}

@media screen and (max-width: 380px) {
	.boxgallery > nav span {
		width: 50px;
		height: 50px;
	}
}
/* End */


/* Start:/local/templates/.default/css/gallery.css?15308730182171*/
.dg-container{
	width: 100%;
	height: 400px;
	position: relative;
        -webkit-user-select: none;
}
.dg-wrapper{
	width: 600px;
	height: 303px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
	margin-top: 10px;
}
.dg-wrapper a{
	width: 600px;
	height: 303px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	/* background: transparent url(/local/templates/.default/css/../images/browser.png) no-repeat top left; */
	box-shadow: 0px 10px 20px rgba(0,0,0,0.3);
}
.dg-center {
	z-index: 100;
}
.dg-wrapper a img {
	width: 100%;
}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.dg-wrapper a img{
	display: block;
	/* padding: 41px 0px 0px 1px; */
}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: -55px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
	width: 58px;
	position: absolute;
	z-index: 1000;
	top: 250px;
	left: 50%;
	margin-left: 230px;
}

.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 22px;
	height: 31px;
	/* background: transparent url(/local/templates/.default/css/../images/arrows.png) no-repeat top left; */
}
.dg-container nav span.dg-prev {
	background: url(/local/templates/.default/css/../images/slider-arrow-calendar-sprite.png) 0 0 no-repeat transparent;
}
.dg-container nav span.dg-prev:hover {
	background-position: 0 -35px;
}
.dg-container nav span.dg-next {
	background: url(/local/templates/.default/css/../images/slider-arrow-calendar-sprite.png) -33px 0 no-repeat transparent;
}
.dg-container nav span.dg-next:hover {
	background-position: -33px -35px;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}
/* End */


/* Start:/local/templates/.default/css/chosen.css?159412491911017*/
/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.1.0
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  margin: 8px 50px 0 10px;
  float: left;
}
.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}
.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}
.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #fff;
  border-radius: 5px;
  background-color: #00c6d5;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  line-height: 25px;
  outline: none;
}
.chosen-drop .chosen-single span {
	color: #000;
}
.chosen-container-single .chosen-default {
  color: #999;
}
.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}
.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}
.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}
.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 10px;
  background: url('/local/templates/.default/css/../images/chosen-arrow.png') no-repeat 0px 0px;
}
.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}
.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}
.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
  font-size: 12px !important;
}
.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  -webkit-touch-callout: none;
}
.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}
.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}
.chosen-container .chosen-results li.highlighted {
  background-color: #00c6d5;
  color: #fff;
}
.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}
.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}
.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}
.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}
.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}
.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}
.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}
.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}
.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  font-size: 1px;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}
.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}
.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}
.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}
.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
  color: #000;
}
.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 0px -5px;
}
.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}
.chosen-disabled .chosen-single {
  cursor: default;
}
.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}
.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}
.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}
.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}
.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}
.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}
.chosen-rtl .chosen-choices li {
  float: right;
}
.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}
.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}
.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}
.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}
.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}
.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}
.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}
.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  direction: rtl;
}
.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}
.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* End */


/* Start:/local/templates/.default/css/jquery.fancybox.css?15308730185009*/
/*! 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;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

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

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        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('/local/templates/.default/css/../images/fancybox/fancybox_sprite.png');
}

#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('/local/templates/.default/css/../images/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/local/templates/.default/css/../images/fancybox/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	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;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

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

.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: url('/local/templates/.default/css/../images/fancybox/fancybox_overlay.png');
}

.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: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.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);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        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: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(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('/local/templates/.default/css/../images/fancybox/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('/local/templates/.default/css/../images/fancybox/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/.default/css/owl.carousel.css?15308730181476*/
/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(/local/templates/.default/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* End */


/* Start:/local/templates/.default/css/owl.theme.css?15308730181458*/
/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls{
	margin-top: 10px;
	text-align: center;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div{
	color: #FFF;
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
	text-decoration: none;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page{
	display: inline-block;
	zoom: 1;
	*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
	display: block;
	width: 12px;
	height: 12px;
	margin: 5px 7px;
	filter: Alpha(Opacity=50);/*IE7 fix*/
	opacity: 0.3;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #00c6d5;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
	filter: Alpha(Opacity=100);/*IE7 fix*/
	opacity: 1;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers{
	height: auto;
	width: auto;
	color: #FFF;
	padding: 2px 10px;
	font-size: 12px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

/* preloading images */
.owl-item.loading{
	min-height: 150px;
	background: url(/local/templates/.default/css/AjaxLoader.gif) no-repeat center center
}
/* End */


/* Start:/local/templates/.default/css/patch.css?16145930821913*/
.order-change-non-margin{
    margin-bottom: 0!important;
}
.order .buy-tickets.register-end{
    background: #ccc!important;
    border-color: #ccc!important;
    cursor: default!important;
}
.order .buy-tickets.register-end:hover{
    color: white!important;
}
.simple-carousel {
    height: 470px;
    margin-bottom: 47px;
}
.simple-carousel .owl-pagination {
    display: block;
}
.simple-carousel__item {
    height: 470px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.simple-carousel__item img {
    width: 100%;
    height: auto;
}
#cafe-slider .owl-prev, #cafe-slider .owl-next {
    position: absolute;
    top: 50%;
    z-index: 1000;
    display: block;
    width: 47px !important;
    height: 74px;
    margin-top: -37px;
    outline: none;
    text-align: left;
    cursor: pointer;
}

#cafe-slider .owl-prev {
    left: 40px;
    background-image: url(/local/templates/.default/css/../images/left-sprite.png);
    background-position: 0 0;
}
#cafe-slider .owl-prev:hover {
    background-position: 0 -420px;
}
#cafe-slider .owl-next {
    right: 40px;
    background-image: url(/local/templates/.default/css/../images/right-sprite.png);
    background-position: 0 0;
}
#cafe-slider .owl-next:hover {
    background-position: 0 -420px;
}

a.custom-link {
    text-align: center;
    padding: 3px 10px;
    line-height: 20px;
    display: block;
    font-size: 11px;
    color: #fff;
    font-family: 'litteraplainbold', sans-serif;
    text-decoration: none;
    border: 1px solid #00c6d5;
    transition: all 0.3s ease;
    position: relative;
    text-transform: uppercase;
    margin-left: 20px;
    margin-right: 20px;
}

.buy_code_wrapper a.custom-link {
    background: #00c6d5 !important;
    float: right;
}

.side-block-info .buy_code_wrapper a.custom-link {
    background: #00c6d5 !important;
    float: none;
    margin-bottom: 15px;
}
/* End */


/* Start:/local/templates/.default/css/bitrix-offers.css?159215583246*/
.offer-hidden {
  display: none !important;
}

/* End */


/* Start:/local/templates/.default/css/jquery-ui.structure.min.css?15308730183879*/
/*! jQuery UI - v1.11.1 - 2014-08-17
* http://jqueryui.com
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */

.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}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important}.ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.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{margin:0 2.3em;line-height:1.8em;text-align:center}.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:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.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 .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}.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}
/* End */


/* Start:/local/templates/.default/css/jquery-ui.theme.css?155784639217342*/
/*!
 * jQuery UI CSS Framework 1.11.1
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=arial&fwDefault=normal&fsDefault=12px&cornerRadius=5px&bgColorHeader=%2300c6d5&bgTextureHeader=flat&bgImgOpacityHeader=100&borderColorHeader=%23fff&fcHeader=%23eaf5f7&iconColorHeader=%23d8e7f3&bgColorContent=%23fcfdfd&bgTextureContent=inset_hard&bgImgOpacityContent=100&borderColorContent=%23a6c9e2&fcContent=%23222222&iconColorContent=%230078ae&bgColorDefault=%2300c6d5&bgTextureDefault=flat&bgImgOpacityDefault=100&borderColorDefault=%2377d5f7&fcDefault=%23ffffff&iconColorDefault=%23e0fdff&bgColorHover=%2300b2bf&bgTextureHover=flat&bgImgOpacityHover=75&borderColorHover=%23fff&fcHover=%23fff&iconColorHover=%23056b93&bgColorActive=%236eac2c&bgTextureActive=gloss_wave&bgImgOpacityActive=50&borderColorActive=%23acdd4a&fcActive=%23ffffff&iconColorActive=%23f5e175&bgColorHighlight=%230094a6&bgTextureHighlight=flat&bgImgOpacityHighlight=55&borderColorHighlight=%23fff&fcHighlight=%23fff&iconColorHighlight=%23f7a50d&bgColorError=%23e14f1c&bgTextureError=gloss_wave&bgImgOpacityError=45&borderColorError=%23cd0a0a&fcError=%23ffffff&iconColorError=%23fcd113&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=75&opacityOverlay=30&bgColorShadow=%23999999&bgTextureShadow=flat&bgImgOpacityShadow=55&opacityShadow=45&thicknessShadow=0px&offsetTopShadow=5px&offsetLeftShadow=5px&cornerRadiusShadow=5px
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: arial;
	font-size: 12px;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: arial;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #a6c9e2;
	background: #fcfdfd url("/local/templates/.default/css/images/ui-bg_inset-hard_100_fcfdfd_1x100.png") 50% bottom repeat-x;
	color: #222222;
}
.ui-widget-content a {
	color: #222222;
}
.ui-widget-header {
	border: 1px solid #fff;
	background: #00c6d5 url("/local/templates/.default/css/images/ui-bg_flat_100_00c6d5_40x100.png") 50% 50% repeat-x;
	color: #eaf5f7;
	font-weight: bold;
}
.ui-widget-header a {
	color: #eaf5f7;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #77d5f7;
	background: #00c6d5 url("/local/templates/.default/css/images/ui-bg_flat_100_00c6d5_40x100.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #ffffff;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #ffffff;
	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: 1px solid #fff;
	background: #00b2bf url("/local/templates/.default/css/images/ui-bg_flat_75_00b2bf_40x100.png") 50% 50% repeat-x;
	font-weight: normal;
	color: #fff;
}
.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: #fff;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #acdd4a !important;
	background: #6eac2c url("/local/templates/.default/css/images/ui-bg_gloss-wave_50_6eac2c_500x100.png") 50% 50% repeat-x !important;
	font-weight: normal !important;
	color: #ffffff !important;
}
.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: 1px solid #fff;
	background: #0094a6 url("/local/templates/.default/css/images/ui-bg_flat_55_0094a6_40x100.png") 50% 50% repeat-x;
	color: #fff;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #fff;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #e14f1c url("/local/templates/.default/css/images/ui-bg_gloss-wave_45_e14f1c_500x100.png") 50% top repeat-x;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.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: .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: .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-icon,
.ui-widget-content .ui-icon {
	background-image: url("/local/templates/.default/css/images/ui-icons_0078ae_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/local/templates/.default/css/images/ui-icons_d8e7f3_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("/local/templates/.default/css/images/ui-icons_e0fdff_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("/local/templates/.default/css/images/ui-icons_056b93_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("/local/templates/.default/css/images/ui-icons_f5e175_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("/local/templates/.default/css/images/ui-icons_f7a50d_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/local/templates/.default/css/images/ui-icons_fcd113_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 5px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 5px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa url("/local/templates/.default/css/images/ui-bg_flat_75_aaaaaa_40x100.png") 50% 50% repeat-x;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	margin: 5px 0 0 5px;
	padding: 0px;
	background: #999999 url("/local/templates/.default/css/images/ui-bg_flat_55_999999_40x100.png") 50% 50% repeat-x;
	opacity: .45;
	filter: Alpha(Opacity=45); /* support: IE8 */
	border-radius: 5px;
}

/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top_centre/style.css?153087301858*/
ul.center-menu > li > a {
    text-transform: uppercase;
}
/* End */


/* Start:/local/templates/.default/components/bitrix/menu/top_right/style.css?1530873018748*/
.right-menu__submenu {
    display: none;
    position: absolute;
    background: #00c6d5;
    padding: 45px 20px 20px 20px;
    top: -20px;
    left: -20px;
    z-index: 25;
    -webkit-box-shadow: 0 0 18px rgba(0,0,0,0.33);
    -moz-box-shadow: 0 0 18px rgba(0,0,0,0.33);
    box-shadow: 0 0 18px rgba(0,0,0,0.33);
}
ul.right-menu li {
    position: relative;
}
ul.right-menu li:hover a {
    position: relative;
    z-index: 26;
}
.right-menu__submenu a {
font-size: 16px;
color: #fff !important;
font-family: 'litteraplainbook';
text-decoration: underline !important;
white-space: nowrap;
}
.right-menu__submenu a:hover {
    text-decoration: none !important;
}
.right-menu__submenu li {
    margin-left: 0 !important;
    margin-bottom: 5px;
}
/* End */
/* /local/templates/.default/css/reset.css?15319196972431 */
/* /local/templates/.default/css/styles.css?1680523092186847 */
/* /local/templates/.default/css/component.css?15308730186694 */
/* /local/templates/.default/css/gallery.css?15308730182171 */
/* /local/templates/.default/css/chosen.css?159412491911017 */
/* /local/templates/.default/css/jquery.fancybox.css?15308730185009 */
/* /local/templates/.default/css/owl.carousel.css?15308730181476 */
/* /local/templates/.default/css/owl.theme.css?15308730181458 */
/* /local/templates/.default/css/patch.css?16145930821913 */
/* /local/templates/.default/css/bitrix-offers.css?159215583246 */
/* /local/templates/.default/css/jquery-ui.structure.min.css?15308730183879 */
/* /local/templates/.default/css/jquery-ui.theme.css?155784639217342 */
/* /local/templates/.default/components/bitrix/menu/top_centre/style.css?153087301858 */
/* /local/templates/.default/components/bitrix/menu/top_right/style.css?1530873018748 */
