.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
  clear: both;
}
.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(../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(../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(../images/separator.png) right center no-repeat;
  position: relative;
}
.top-line nav ul li a {
  font-family: 'litteraplainbold';
  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(../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(../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(../images/logo.png) 0 0 no-repeat;
}
header {
  width: 980px;
  margin: 0 auto;
  height: 135px;
}
header .header-top {
  margin-top: 12px;
  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';
  border: 5px solid #00aab7;
  padding: 0 3px;
  line-height: 6px;
  text-decoration: none;
}
header .header-right {
  float: right;
}
header .ticket-btn {
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-family: 'litteraplainbold';
  margin-left: 26px;
  line-height: 36px;
  text-shadow: 0 1px 0 #fee442;
  text-align: center;
  width: 133px;
  float: left;
  height: 36px;
  background: url(../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';
  text-decoration: none;
  /* line-height: 18px; */
  padding: 0 0 0 85px;
  display: inline-block;
  position: relative;
  float: left;
  cursor: pointer;
  margin-top: 9px;
  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(../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;
  width: auto;
  white-space: nowrap;
  background: url(../images/time-work.png) 0 0 repeat-x #00c6d5;
  width: 170px;
  display: none;
  opacity: 0;
  z-index: 901;
  -webkit-transition: opacity 500ms ease-out;
  -moz-transition: opacity 500ms ease-out;
  -o-transition: opacity 500ms ease-out;
  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: 0px;
  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';
  text-align: center;
}
header .time-work:hover .dropdown-time {
  display: block;
  opacity: 1;
}
header .logo {
  display: block;
  width: 161px;
  height: 74px;
  background: url(../images/logo.svg) 0 0 no-repeat;
  float: left;
}
header .logo-en {
  background: url(../images/logo-en.png) 0 0 no-repeat;
}
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';
  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';
  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;
}
/*    calendar
__________________________________________*/
.calendar-wrap {
  width: 980px;
  height: 125px;
  margin: 0 auto;
  background: url(../images/shadow.png) 0 0 no-repeat;
  position: relative;
}
.calendar-wrap .calendar-show-month {
  position: absolute;
  top: 20px;
  left: 0;
  width: 980px;
  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';
  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';
}
.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';
  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";
}
.calendar-wrap .calendar-show-month .month-title strong {
  font-family: 'litteraplainbold';
}
.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";
  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";
  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';
}
.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';
  font-size: 10px;
  color: #757575;
  margin-bottom: 10px;
}
.calendar-wrap .date-caption a {
  color: #000;
  font-family: 'litteraplainbold';
  font-size: 15px;
  margin-bottom: 10px;
  display: block;
}
.calendar-wrap .date-caption span.caption {
  font-size: 13px;
}
.calendar-wrap ul.date-list {
  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';
  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';
  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(../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(../images/shadow-slider.png) center bottom no-repeat;
}
.slider {
  width: 975px;
  overflow: hidden;
  padding-bottom: 50px;
  background: url(../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(../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(../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 {
  width: 325px;
  /* height: 297px; */
  display: block;
  float: left;
  -moz-transition: -moz-transform 0.5s ease;
  -webkit-transition: -webkit-transform 0.5s ease;
  -o-transition: -o-transform 0.5s ease;
  -ms-transition: -ms-transform 0.5s ease;
  transition: transform  0.5s ease;
  z-index: 50;
  position: relative;
  overflow: hidden;
}
.slider ul li img {
  width: 325px;
}
.slider ul li.rightSlide {
  /* position: relative; */
  transform: scale(1.5, 1.5) translateX(-54px);
  -webkit-transform: scale(1.5, 1.5) translateX(-54px);
  -o-transform: scale(1.5, 1.5) translateX(-54px);
  -moz-transform: scale(1.5, 1.5) translateX(-54px);
  /* img {
                position: absolute;
                top: 0;
                right: 0;
                z-index: 10;
            } */
}
.slider ul li.leftSlide {
  transform: scale(1.5, 1.5) translateX(54px);
  -webkit-transform: scale(1.5, 1.5) translateX(54px);
  -o-transform: scale(1.5, 1.5) translateX(54px);
  -moz-transform: scale(1.5, 1.5) translateX(54px);
}
.slider ul li.active {
  transform: scale(2.1, 2.1);
  -webkit-transform: scale(2.1, 2.1);
  -o-transform: scale(2.1, 2.1);
  -moz-transform: scale(2.1, 2.1);
  z-index: 100;
  /* width: 590px; */
}
.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-block
__________________________________________*/
.photo-slider-wrap {
  width: 980px;
  height: 640px;
  margin-bottom: 60px;
  position: relative;
  margin-top: 20px;
  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: center;
  padding-top: 60px;
}
.photo-slider-wrap .categories-photogallery li {
  display: inline-block;
}
.photo-slider-wrap .categories-photogallery a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 2px 4px;
  font-size: 15px;
  border: 4px solid transparent;
  text-transform: uppercase;
}
.photo-slider-wrap .categories-photogallery a.active {
  border-color: #00c6d5;
}
.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';
  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';
  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;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  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';
  font-size: 17px;
  line-height: 22px;
  color: #000;
  text-decoration: none;
}
.news-block-wrap .news-block .news.animate {
  transform: translate(0, 100px);
  -webkit-transform: translate(0, 100px);
  /** Chrome & Safari **/
  -o-transform: translate(0, 100px);
  /** Opera **/
  -moz-transform: translate(0, 100px);
  /** Firefox **/
  opacity: 0;
}
.news-block-wrap .news-block .news.animate:nth-child(2) {
  transform: translate(0, -100px);
  -webkit-transform: translate(0, -100px);
  /** Chrome & Safari **/
  -o-transform: translate(0, -100px);
  /** Opera **/
  -moz-transform: translate(0, -100px);
  /** Firefox **/
  opacity: 0;
}
.news-block-wrap .news-block .news.middle {
  padding: 15px 15px;
  width: 300px;
  margin: 0 15px;
  background: url(../images/news-bg.png) 0 0 repeat;
}
.news-block-wrap .news-block.active {
  display: block;
}
/*    subscribe-wrap
__________________________________________*/
.subscribe-wrap {
  width: 100%;
  padding: 25px 0;
  background: #00c6d5;
}
.subscribe-wrap .layouts {
  width: 980px;
  margin: 0 auto;
}
.subscribe-wrap .subscribe-form {
  width: 100%;
  height: 60px;
  border: 3px solid #fff;
}
.subscribe-wrap .subscribe-form input[type=text] {
  display: block;
  float: left;
  width: 890px;
  height: 60px;
  border: none;
  background: transparent;
  padding-left: 25px;
  color: #fff;
  font-size: 18px;
  outline: none;
}
.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;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  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] {
  background: url(../images/subscribe-submit.png) 0 0 no-repeat;
  display: block;
  width: 61px;
  height: 61px;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
}
/*   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';
  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;
}
.bottom-navigation .layouts .subscribe-block {
  width: 225px;
  float: right;
  margin-top: 30px;
}
.bottom-navigation .layouts .subscribe-block .title {
  display: block;
  margin-bottom: 20px;
  color: #8d8d8d;
  font-size: 12px;
  font-family: 'litteraplainbold';
  text-transform: uppercase;
}
.bottom-navigation .layouts .subscribe-block .social-wrap {
  display: block;
  margin-top: 20px;
  float: right;
}
.bottom-navigation .layouts .subscribe-block .social-wrap a {
  display: block;
  width: 31px;
  height: 31px;
  background-image: url(../images/social.png);
  float: left;
  margin-right: 6px;
}
.bottom-navigation .layouts .subscribe-block .social-wrap a.f {
  background-position: 0 0;
}
.bottom-navigation .layouts .subscribe-block .social-wrap a.t {
  background-position: -37px 0;
}
.bottom-navigation .layouts .subscribe-block .social-wrap a.y {
  background-position: -74px 0;
}
.bottom-navigation .layouts .subscribe-block .social-wrap a.i {
  background: url('../images/social-instagram-ico.png');
}
.bottom-navigation .layouts .subscribe-block .subscribe-footer {
  width: 223px;
  height: 32px;
  border: 1px solid #7c7c7c;
}
.bottom-navigation .layouts .subscribe-block .subscribe-footer input[type=text] {
  border: none;
  height: 32px;
  margin: 0;
  padding: 0;
  width: 180px;
  outline: none;
  background: #383838;
  padding-left: 10px;
  color: #fff;
}
.bottom-navigation .layouts .subscribe-block .subscribe-footer input[type=submit] {
  background: url(../images/subscribe-btn.png) center center no-repeat;
  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';
  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-left: 10px;
  font-size: 11px;
  padding-bottom: 0;
  padding-top: 0;
  padding-right: 0;
}
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(../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;
  height: 575px;
  background: url(../upload/map.jpg) 0 0 no-repeat;
  left: -60px;
}
.map .address {
  position: absolute;
  top: 60px;
  left: 60px;
  width: 280px;
  /* height: 400px; */
  background: #fff;
  padding: 30px;
  -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: 30px;
  margin-bottom: 30px;
  font-family: 'litteraplainbold';
}
.map .address p {
  font-size: 16px;
  margin-bottom: 20px;
}
.map .address p a {
  color: #00aab7;
}
.map .address p span {
  font-size: 12px;
  display: block;
  margin-bottom: 10px;
}
.map .address p strong {
  font-size: 12px;
  font-family: 'litteraplainbold';
  text-transform: uppercase;
}
.map .address .mail {
  margin-bottom: 50px;
}
.clear {
  clear: both;
}
.photo-block-wrap.about-museum {
  background-image: none;
}
.about-museum-wrap .news-museum {
  background: url(../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;
}
.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';
  line-height: 20px;
}
.top-msg__btn {
  display: inline-block;
  width: 106px;
  height: 26px;
  background: url(../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;
}
.gray-block-content {
  width: 100%;
  background-color: #f0f0f2;
  overflow: hidden;
}
.gray-block-content .layouts {
  width: 980px;
  margin: 0 auto;
  background: url(../images/shadow-inner.png) center top no-repeat;
}
.author-wrap {
  background-image: url(../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';
  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';
  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;
}
/*   end  �������� �������
____________________________________________*/
/*   �������� ���������� ���������
____________________________________________*/
.annotated {
  margin-bottom: 60px;
  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';
}
.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(../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';
  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';
  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: 0px;
  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(../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';
  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';
  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';
}
.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;
  border-radius: 3px;
  width: 100%;
  /* overflow: hidden; */
  margin-bottom: 40px;
}
.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';
  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(../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(../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';
}
.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';
}
.more-books a i {
  display: inline-block;
  width: 11px;
  height: 14px;
  background: url(../images/more-links.png) 0 0 no-repeat;
  margin: 0 10px -2px 0;
}
/*    �������� ��������
____________________________________________*/
.slide-exhibition-wrap {
  overflow: hidden;
  margin-bottom: 12px;
  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;
  height: 470px;
  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 .date {
  color: #000;
  padding: 30px 20px;
  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';
  font-size: 30px;
}
.slide-exhibition-wrap .side-block-info .price .rub {
  font-size: 14px;
  color: #798384;
}
.slide-exhibition-wrap .side-block-info .order {
  padding: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.slide-exhibition-wrap .side-block-info .order a {
  display: block;
  font-size: 14px;
  font-family: 'litteraplainbold';
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  color: #00c6d5;
  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: 20px;
}
.slide-exhibition-wrap .side-block-info .order a:hover {
  background: #fff;
  color: #00c6d5;
}
.slide-exhibition-wrap .side-block-info .price-list__comment {
  position: relative;
  margin-top: 20px;
  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: #000000;
  font-family: 'litteraplainbold';
  position: relative;
  float: left;
  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(../images/price-arrow.png) 0 0 no-repeat;
  position: absolute;
}
.slide-exhibition-wrap .side-block-info .curator {
  padding: 20px;
}
.slide-exhibition-wrap .side-block-info .curator .title {
  font-size: 10px;
  color: #798384;
  font-family: 'litteraplainbold';
  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';
  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: 18px;
}
.slide-exhibition-wrap .side-block-info .panel-wrap {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  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(../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(../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: #000000;
  margin-bottom: 10px;
}
.slide-exhibition-wrap .side-block-info .price-list-event__item span {
  display: block;
  font-size: 11px;
  font-family: 'litteraplainbold';
  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 {
  height: 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 .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';
}
.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';
  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';
  text-decoration: none;
  padding: 0 15px;
  background: #00c6d5;
  color: #fff;
}
.reviews-list-wrap .add-reviews:hover {
  background: #00838d;
}
.reviews-list-wrap ul {
  margin-left: -25px;
  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: #888888;
  display: inline-block;
}
.reviews-list-wrap ul li a .date i {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../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';
  line-height: 24px;
  text-transform: uppercase;
  margin: 20px 0 35px 20px;
}
.reviews-list-wrap ul .social-block h2 span {
  font-family: 'litteraplainlight';
}
.reviews-list-wrap ul .social-block a {
  display: block;
  float: left;
  width: 31px;
  height: 31px;
  margin: 0 10px 0 0;
  background-image: url(../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(../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(../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';
  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(../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';
}
.map-list span {
  font-family: 'litteraplainbook';
}
.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';
}
.add-reviews-lavka {
  float: right;
  margin-right: 10px;
  line-height: 32px;
  font-size: 12px;
  font-family: 'litteraplainbold';
  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';
}
.all-exposition {
  display: block;
  float: right;
  line-height: 30px;
  padding: 0 10px;
  text-transform: uppercase;
  font-size: 12px;
  font-family: 'litteraplainbook';
  color: #4d4d4d;
  text-decoration: none;
  border: 1px solid #cacaca;
}
.all-exposition:hover {
  background: #cacaca;
  color: #fff;
}
.order-form-wrap {
  overflow: hidden;
}
.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';
  font-size: 16px;
  margin-top: 50px;
}
.order-form-wrap input[type=submit]:hover {
  background: #00838d;
}
.order-form-wrap .error {
  border-color: #f00 !important;
}
.visitors {
  background: url(../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';
  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(../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-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('../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) {
  padding: 12px 28px;
}
.visitors-inner td:nth-child(2) strong {
  font-size: 19px;
}
.visitors-inner td:nth-child(3) {
  width: 112px;
}
.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(../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';
  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(../images/media-label.png) 0 0 no-repeat;
}
.photo-list li .thumb:before {
  content: '';
  display: block;
  position: absolute;
  width: 322px;
  height: 225px;
  background: url(../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';
  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';
  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-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 ul.job-list {
  margin-left: -3%;
  margin-bottom: 80px;
}
.text ul.job-list li {
  width: 30%;
  margin-left: 3%;
  display: inline-block;
  background: #fff;
  margin-bottom: 20px;
  -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);
  vertical-align: top;
}
.text ul.job-list li a {
  display: block;
  padding: 20px;
  text-decoration: none;
  color: #000;
}
.text ul.job-list li a .title {
  font-size: 18px;
  display: block;
  font-family: 'litteraplainbold';
  line-height: 22px;
  color: #000;
  margin-bottom: 20px;
}
.text ul.job-list li a .duty {
  display: block;
  font-family: 'litteraplainbold';
  font-size: 14px;
  margin-bottom: 10px;
}
.text ul.job-list li a .description {
  font-size: 14px;
  line-height: 18px;
}
.text ul.job-list li a .description p {
  font-size: 14px;
  line-height: 18px;
}
.text ul.job-list li a .salary {
  display: block;
  font-size: 14px;
  margin-top: 25px;
}
.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';
}
.text table {
  border-collapse: collapse;
  margin-bottom: 20px;
}
.text table td {
  padding: 10px;
  border: 1px solid #ccc;
  font-size: 15px;
  line-height: 22px;
}
.donation-name {
  font-family: 'litteraplainbold';
  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 0px 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: #888888;
  background: url(../images/reviews-time.png) 0 0 no-repeat;
  display: block;
  overflow: hidden;
  padding-left: 20px;
  margin-top: 10px;
}
.lection-list-bottom {
  border-top: 1px solid #dddddd;
  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(../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';
  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 {
  width: 150px !important;
}
.owl-pagination {
  display: none;
}
.owl-prev {
  top: 70px;
  left: -45px;
  position: absolute;
  width: 14px !important;
  height: 25px;
  overflow: hidden;
  background: url(../images/nextprev.png);
  text-indent: -9999px;
}
.owl-next {
  top: 70px;
  right: -65px;
  position: absolute;
  width: 14px !important;
  height: 25px;
  overflow: hidden;
  background: url(../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';
}
.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;
}
.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';
  border: none;
  cursor: pointer;
}
.fields-pedigree__ico-radio {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url(../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;
}
.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.last {
  margin-right: 0;
}
.text ul.loyalty-list .sale-number {
  display: block;
  margin-bottom: 45px;
  margin-top: 25px;
  font-size: 56px;
  font-family: 'litteraplainbold';
  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';
  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(../images/list-style-sidebar.png) 0 7px no-repeat;
}
.sidebar-list--sc ol li strong {
  display: block;
}
.annotatedSecond {
  margin: -30px 0 0 10px;
}
.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';
}
.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;
}
.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';
}
.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: #dddddd;
  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(../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' !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(../images/link-res.png) 0 0 no-repeat;
  position: relative;
  bottom: -3px;
}
.electronic-resources:hover {
  background: url(../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(../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';
  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;
  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 50px 0 !important;
}
.fond-document-list li {
  display: block;
  float: left;
  width: 163px;
  text-align: center;
}
.fond-document-list li a {
  color: #000;
}
.fond-document-icon {
  display: inline-block;
  width: 80px;
  height: 116px;
  margin-bottom: 20px;
  background: url(../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(../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(../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(../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;
}
.accredit-menu {
  height: 44px;
  background: #00c6d5;
  margin-bottom: 50px;
}
.accredit-menu nav a {
  display: block;
  float: left;
  line-height: 42px;
  color: #fff;
  padding: 0 20px;
  border-top: 2px solid;
  border-color: transparent;
  font-family: 'litteraplainbold';
  font-size: 17px;
  text-transform: uppercase;
}
.accredit-menu nav a.active {
  text-decoration: none;
  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(../images/accredit-ico.png) 0 0 no-repeat;
}
.accredit-reg span {
  font-size: 17px;
  color: #fff;
  font-family: 'litteraplainbold';
  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';
  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(../images/date-input.png) 8px 14px no-repeat;
}
.form-accredit input.time-input {
  width: 110px;
  padding-left: 40px;
  background: url(../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(../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 h2 {
  font-family: 'litteraplainbold';
  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 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';
  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(../images/checkbox-select.png) center center no-repeat;
}
.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(../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';
  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';
  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: #888888;
  display: inline-block;
  margin-top: 15px;
  padding-left: 20px;
  background: url(../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';
  font-size: 11px;
  color: #fff;
  background: #0aaf86;
}
.exposition-menu {
  height: 45px;
  background: #00c6d5;
  margin-bottom: 25px;
  border-radius: 3px;
}
.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';
}
.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(../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';
  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(../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';
  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(../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: 0px;
  left: 0;
  color: #fff;
  font-size: 13px;
  padding: 0 20px;
  line-height: 30px;
  background: #0aaf86;
  font-family: 'litteraplainbold';
  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';
  letter-spacing: 0px;
  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 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: #000000;
  font-family: 'litteraplainbold';
  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 #000000;
  cursor: pointer;
}
.exposition-list-wrap ul li .price-ticket__show-price {
  padding: 20px 20px 15px;
  background: #fff;
  border: 1px solid #dddddd;
  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';
  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(../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(../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 .buy-tickets {
  min-width: 82px;
  text-align: center;
  padding: 0 10px;
  line-height: 24px;
  display: block;
  float: right;
  font-size: 11px;
  margin-left: 18px;
  color: #fff;
  font-family: 'litteraplainbold';
  text-decoration: none;
  border: 1px solid #00c6d5;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  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(../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(../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(../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:before {
  visibility: visible;
  opacity: 1;
}
.exposition-list-wrap ul .like-block {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 83px;
  height: 74px;
  background: url(../images/like-shadow.png) 0 0 no-repeat;
  display: none;
}
.exposition-list-wrap ul .like-wrap {
  font-size: 12px;
  font-family: 'litteraplainbold';
  color: #888888;
  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(../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;
}
#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';
  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';
  font-size: 11px;
  color: #fff;
  background: #0aaf86;
}
.tour-first-block {
  width: 980px;
  margin: 0 auto -50px;
  height: 495px;
  background: url(../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';
  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';
  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';
  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';
  margin-top: 10px;
}
.tour-two-block .layouts {
  padding-top: 90px;
}
.tour-two-block h2 {
  font-size: 36px;
  font-family: 'litteraplainbold';
  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';
  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;
  background: #00c6d5;
  padding: 8px;
  margin-bottom: 50px;
}
.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';
  margin-bottom: 20px;
}
.tour-two-block .text-block h3 {
  font-size: 18px;
  font-family: 'litteraplainbold';
  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 0 0 40px;
  background: url(../images/tickets.png) right bottom no-repeat;
  /* .price.item3 {
			width: 580px;
		} */
}
.tour-two-block .price-block .price {
  width: 187px;
  margin-right: 20px;
  float: left;
  height: 145px;
}
.tour-two-block .price-block .price span {
  font-size: 34px;
  display: block;
  color: #fff;
  font-family: 'litteraplainlight';
  margin-bottom: 20px;
}
.tour-two-block .price-block .price span i {
  font-size: 14px;
  font-family: 'litteraplainbold';
}
.tour-two-block .price-block .price p {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
}
.tour-two-block .price-block .price.item8 {
  width: 380px;
}
.tour-two-block .price-block .price.item8 strong {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
}
.tour-two-block .price-block .price.item8 strong b {
  font-family: 'litteraplainbold';
  display: inline-block;
  position: relative;
}
.tour-two-block .price-block .price.item8 strong b:after {
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  border-bottom: 3px solid #fff000;
}
.slider-center-page {
  width: 100%;
  height: 415px;
  position: relative;
}
.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 #dddddd;
  padding-top: 50px;
}
.gray-block-content.centr-museum .title-block {
  font-size: 36px;
  margin-bottom: 40px;
  font-family: 'litteraplainbold';
}
.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';
  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';
  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';
  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(../images/media.png) 0 0 no-repeat #2a3132;
  overflow: hidden;
  margin-bottom: 00px;
}
.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';
  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';
  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(../images/dropmenu.png) 0 0 no-repeat #fff;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.05);
  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';
  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';
  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';
  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';
  color: #00c6d5;
  margin: 0 20px 20px;
}
.catalog-list .price-wrap .order {
  font-size: 11px;
  font-family: 'litteraplainbold';
  display: inline-block;
  text-decoration: none;
  line-height: 24px;
  padding: 0 10px;
  border: 1px solid #78e1e9;
  margin-left: 20px;
  color: #00c6d5;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  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 #dddddd;
  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;
  display: block;
  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';
}
.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-slide {
  width: 100%;
  background-size: cover;
  position: relative;
  background-attachment: fixed !important;
}
.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';
  margin-bottom: 40px;
}
.exposure-slide .content-block h3 {
  color: #fff;
  font-size: 30px;
  line-height: 30px;
}
.exposure-slide .content-block h4 {
  font-family: 'litteraplainbold';
  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;
}
.title-exposure {
  text-align: center;
  color: #fff;
  font-size: 73px;
  font-family: 'litteraplainlight';
  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';
}
.fixed-menu {
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.9);
  position: absolute;
  top: 194px;
  z-index: 10;
  text-align: center;
}
.fixed-menu .fixed-menu__nav {
  display: block;
  width: 8px;
  height: 50px;
  position: absolute;
  background: url(../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';
  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(../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%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, #000000));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #000000 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#000000', GradientType=0);
  /* IE6-9 */
  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;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=1);
  /* -webkit-transition: background-color 0.2s linear, opacity 0.2s linear;
  -moz-transition: background-color 0.2s linear, opacity 0.2s linear;
  -o-transition: background-color 0.2s linear, opacity 0.2s linear;
  transition: background-color 0.2s linear, opacity 0.2s linear; */
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  /* -webkit-transition: background-color 0.2s linear;
    -moz-transition: background-color 0.2s linear;
    -o-transition: background-color 0.2s linear;
    transition: background-color 0.2s linear; */
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}
.ps-container > .ps-scrollbar-x-rail.in-scrolling {
  background-color: #eee;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.ps-container > .ps-scrollbar-y-rail {
  display: block;
  position: absolute;
  background: #535353;
  /* please don't change 'position' */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=1);
  z-index: 10;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #00c6d5;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 8px;
}
.ps-container > .ps-scrollbar-y-rail.in-scrolling {
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
/* @import "980.less";
@import "800.less"; */
