/* ------------------------------------------------------------------------------------------------- */
/* TYPOGRAPHY .................... Typography */
/* ELEMENTS ...................... Global Elements */
/* DETAIL PAGES ....................... DETAIL pages */
/* PLAYGROUND ...................... Playground page */
/* RESIDENTS ..................... Residents page */
/* RESIDENTS ARCHIVE ............. Residents archive page */
/* VISITORS ...................... Visitors page */
/* PROJECTS ...................... Projects page */
/* PROJECTS DETAIL ............... Projects detail page */
/* PRESS ......................... Press page */
/* PARTNERS ...................... Partners page */
/* PLAYGROUND-DETAIL ............. Playground-detail page */
/* EXHIBITIONS-DETAIL ............ Exhibition-detail page */
/* EXHIBITIONS-ARCHIVE ........... Exhibition-archive page */
/* HISTORY ....................... History page */
/* NEWS .......................... News page */
/* TEAM .......................... Team page */
/* Vacancies ..................... Vacancies page */
/* FlatPicker -------------------- FlatPicker config */
/* ARCHIVE ----------------------- Archive page */
/* SEARCH ------------------------ Search page */
/* POPUP ------------------------- POPUP STYLES */
/* SEARCH-FORM ------------------------- SEARCH-FORM STYLES */

/* MOBILE ------------------------- MOBILE STYLES */
/* ------------------------------------------------------------------------------------------------- */

/* ------------------------------------------------------------------------------------------------- */
/* TYPOGRAPHY */
/* ------------------------------------------------------------------------------------------------- */

html,
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "PTSans-Regular";
  font-size: 18px;
}

@font-face {
  font-family: "PTSans-Regular";
  src: url("../font/PTSans/PTSans-Regular.eot");
  src: url("../font/PTSans/PTSans-Regular.eot#iefix") format("embedded-opentype"),
       url("../font/PTSans/PTSans-Regular.woff") format("woff"),
       url("../font/PTSans/PTSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PTSans-Bold";
  src: url("../font/PTSans/PTSans-Bold.eot");
  src: url("../font/PTSans/PTSans-Bold.eot#iefix") format("embedded-opentype"),
       url("../font/PTSans/PTSans-Bold.woff") format("woff"),
       url("../font/PTSans/PTSans-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "PTSans-Italic";
  src: url("../font/PTSans/PTSans-Italic.eot");
  src: url("../font/PTSans/PTSans-Italic.eot#iefix") format("embedded-opentype"),
       url("../font/PTSans/PTSans-Italic.woff") format("woff"),
       url("../font/PTSans/PTSans-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Arimo-Regular";
  src: url("../font/Arimo/Arimo-Regular.woff") format("woff"),
       url("../font/Arimo/Arimo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Arimo-Italic";
  src: url("../font/Arimo/Arimo-Italic.woff") format("woff"),
       url("../font/Arimo/Arimo-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Arimo-Bold";
  src: url("../font/Arimo/Arimo-Bold.woff") format("woff"),
       url("../font/Arimo/Arimo-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Arimo-Bolditalic";
  src: url("../font/Arimo/Arimo-Bolditalic.woff") format("woff"),
       url("../font/Arimo/Arimo-Bolditalic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

h1 {
  font-family: "Arimo-Bold";
  font-size: 40px;
  color: #000;
}

h2 {
  font-family: "Arimo-Bold";
  font-size: 32px;
  color: #000;
}

h3 {
  font-family: "Arimo-Bold";
  font-size: 28px;
  color: #000;
}

h4 {
  color: #000;
}

h5 {
  font-family: "Arimo-Bold";
  font-size: 20px;
  color: #000;
}

p {
  font-family: "PTSans-Regular";
  font-size: 18px;
  line-height: 31.18px;
  color: #151515;
}

p a {
  color: inherit;
  text-decoration: underline;
}

p a:hover {
  color: inherit;
  text-decoration: underline;
}

ul, ol {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.78em;
  margin-bottom: 10px;
}

.text--small {
    font-size: 18px;
    line-height: 31.18px;
}

.text--bold {
  font-family: "PTSans-Bold";
}

#workarea.vnutr {
  padding-bottom: 0;
}

@keyframes translate-y {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(8px);
  }

  100% {
    transform: translateY(0);
  }
}

/* ------------------------------------------------------------------------------------------------- */
/* ELEMENTS
/* ------------------------------------------------------------------------------------------------- */

.icon-clock {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  width: 23px;
  height: 23px;
  background: url("../image/icon-clock.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.icon-ticket {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  width: 23px;
  height: 23px;
  margin-right: 10px;
  background: url("../image/icon-ticket.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.icon-fb {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  width: 8px;
  height: 17px;
  background: url("../image/icon-fb.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.icon-im {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  width: 15px;
  height: 15px;
  background: url("../image/icon-im.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.icon-vk {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  width: 18px;
  height: 10px;
  background: url("../image/icon-vk.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.icon-tw {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  width: 14px;
  height: 12px;
  background: url("../image/icon-tw.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.icon-yt {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  width: 17px;
  height: 12px;
  background: url("../image/icon-yt.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.icon-fl {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  width: 15px;
  height: 7px;
  background: url("../image/icon-fl.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.btn--white {
  margin-top: 50px;
  padding: 29px 107px;
  border-color: #fff;
}

.btn--black {
  margin-top: 50px;
  padding: 29px 107px;
  border-color: #000;
}

.btn--black span {
  color: #000;
}

.btn--black:hover span {
  color: #fff;
}

.btn--black:hover::after {
  background-color: #000;
}

blockquote {
  padding: 0;
  margin-bottom: 0;
  font-family: "Arimo-Italic";
  font-size: 22px;
  color: #151515;
  line-height: 38.1px;
  border-left: 0;
}

.decimal li {
  list-style-type: decimal;
}

.text ul {
  margin-top: 52px;
  padding-left: 30px;
}

.text li {
  font-family: "PTSans-Regular";
  font-size: 18px;
  color: #151515;
  line-height: 31.18px;
}

strong {
  font-family: "PTSans-Bold";
  font-weight: normal;
}

.red-block {
  background-color: #d0021b;
}

.red-block * {
  color: #fff;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* ------------------------------------------------------------------------------------------------- */
/* DETAIL PAGES
/* ------------------------------------------------------------------------------------------------- */

.gallery {
  background-color: #f5f5f5;
}


.place-info__desc {
  width: 52%;
  float: right;
}

.gallery .place-info__left {
  margin-bottom: 0;
}

.gallery .place-info__right {
  margin-top: 60px;
  min-height: unset;
}

.place-preview {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: calc(80vh - 151px);
}

.place-preview__img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.place-preview__img.gray {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.place-preview__img img {
  min-width: 100%;
  height: calc(80vh - 151px);
}

.place-preview__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}

.place-preview__arrow {
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  width: 31px;
  height: 17px;
  background: url("../image/icon-arrow-down.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 2;
  -webkit-animation: translate-y 1.5s ease-in-out infinite;
  -o-animation: translate-y 1.5s ease-in-out infinite;
  animation: translate-y 1.5s ease-in-out infinite;
  cursor: pointer;
}

.place-info__address {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 15px 24px 14px;
  text-align: center;
  background-color: #5d7ab4;
}

.place-info__address-number {
  font-family: "Arimo-Bold";
  font-size: 64px;
  line-height: 1;
  color: #fff;
}

.place-info__address-build {
  font-family: "Arimo-Bold";
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.worktime__title {
  margin-top: 43px;
  color: #fff;
}

.place-info__right {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  /*padding: 50px 41px 76px 102px;*/
  margin-right: auto;
  min-height: 710px;
}

.place-info__title {
  margin-bottom: 40px;
  overflow: hidden;
}

/*.place-info__right p {
  max-width: 539px;
  width: 100%;
}
*/
.worktime__hours {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.worktime__hours__item {
  margin-left: 9px;
  font-family: "Arimo-Regular";
  color: #fff;
}

.worktime-week {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.worktime-week__item {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  font-family: "Arimo-Regular";
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
}

.worktime-week__item:not(:first-child) {
  margin-left: 10px;
}

.worktime-week__item.current {
  position: relative;
  color: #ed4952;
  border-color: #ed4952;
}

.current-day::before {
  content: "";
  position: absolute !important;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border: 5px solid transparent;
  border-top: 5px solid #fff;
}

.current.current-day::before {
  content: "";
  position: absolute !important;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  border: 5px solid transparent;
  border-top: 5px solid #ed4952;
}

.worktime-week__item.current::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(-7px, -50%) rotate(-45deg);
  width: 44px;
  height: 1px;
  background-color: #ed4952;
}

.worktime__ticket {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.worktime__ticket__item {
  font-family: "Arimo-Regular";
  color: #fff;
  margin-bottom: 0;
}

.btn--contacts {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  width: auto;
  margin-top: 40px;
  padding: 18px 75px;
  border: 2px solid #fff;
}

.btn--contacts span {
  font-family: "Arimo-Bold";
  font-size: 16px;
  color: #fff;
}

.btn--contacts:hover span {
  color: #151515;
}

.worktime-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 42px;
}


.worktime-social__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.worktime-social__item:not(:first-child) {
  margin-left: 12px;
}

.worktime-social__item span {
  font-size: 0;
}

.event {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  -webkit-background-size: cover;
  background-size: cover;
}

.event-slider {
  width: 100%;
}

.event-slider .slick-dots {
  left: 56.3%;
  bottom: 9.5%;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
  transform: translateY(25%);
  width: auto;
  margin-bottom: 0;
}

.slick-dots li button:before {
  color: #E3E3E3;
}

.slick-dots li.slick-active button:before {
  color: #BE1E2D;
}

.event-slider .slick-prev,
.event-slider .slick-next {
  top: auto;
  bottom: 0;
  width: 15px;
  height: 8px;
}

.event-slider .slick-prev {
  left: 50.7%;
  bottom: 9.5%;
}

.event-slider .slick-next {
  left: 64.3%;
  bottom: 9.5%;
}

.event__item {
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -o-flex !important;
  display: flex !important;
  background:  url("../image/event-bg.png") center center no-repeat;
  background-size: cover;
  min-height: 645px;
}

.event__item--2 {
  background:  url("../image/event2.png") center center no-repeat;
  background-size: cover;
}


.event__item--3 {
  background:  url("../image/event1.png") center center no-repeat;
  background-size: cover;
}

.overlay-blur {
   content: '';
   background: inherit;
   position: absolute;
   left: -200px;
   right: -200px;
   top: -200px;
   bottom: -200px;
   z-index: 1;
   filter: blur(40px);
}

.event__item-inner {
  position: relative;
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-top: 64px;
  padding-bottom: 60px;
  z-index: 3;
}

.event__img {
  width: 379px;
  margin-top: 35px;
}

.event__img img {
  width: 100%;
}

.event-content {
  padding-top: 95px;
  padding-left: 103px;
}

.event__day {
  color: #fff;
}

.event__date {
  font-family: "Arimo-Regular";
  font-size: 20px;
  color: #fff;
  line-height: 25.45px;
}

.event__category {
  margin-top: 77px;
  font-family: "Arimo-Regular";
  font-size: 20px;
  color: #fff;
}

.event__description {
  font-family: "Arimo-Bold";
  font-size: 24px;
  color: #fff;
  line-height: 33.94px;
}

.event__ticket {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 74px;
}

.event__text {
  margin-left: 9px;
  font-family: "Arimo-Regular";
  font-size: 20px;
  color: #fff;
}

.place {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 53px 43px 48px;
  background-color: #5d7ab4;
}

.place-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  max-width: 1024px;
  width: 100%;
}

.place::before,
.place::after {
  content: "";
  display: table;
}

.place__title {
  -ms-align-self: flex-start;
  align-self: flex-start;
  margin-left: 43px;
  color: #fff;
}

.place__img img {
  display: block;
  width: 100%;
}

.area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: #151515;
}

.area .slick-prev {
  top: 50%;
  left: 42px;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  background: url("../image/icon-slick-prev.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.area .slick-next {
  top: 50%;
  right: 42px;
  transform: translateY(-50%);
  width: 68px;
  height: 68px;
  background: url("../image/icon-slick-next.png") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.area-inner {
  position: relative;
  max-width: 1024px;
  width: 100%;
}

.area-inner img {
  width: 100%;
}

.area-inner-1 {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: 0 auto 60px auto;
}

.area-inner-1 .descr{
  margin-top: 20px;
  color: #666;
  display: none;
  background: #fff;
}
.area-inner-1 .slick-current .descr{
  display: block;
}
.area-inner-1 .slick-dots{
  bottom: 40px;
}
.area-inner-1 .area__slide img{
  width: 100%;
}
.area-inner-1 .slick-current {
    position: relative;
}
.area-inner-1 .slick-current:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 4vw;
    background: #fff;
    z-index: 999;
    top: 0;
    left: -4vw;
}
.area-inner-1 .slick-current:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 4vw;
    background: #fff;
    z-index: 999;
    top: 0;
    right: -4vw;
}

.artist-gallery .area-inner .slick-current {
    position: relative;
}
.artist-gallery .area-inner .slick-current:before {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 1vw;
    background: #fff;
    z-index: 999;
    top: 0;
    left: -1vw;
}
.artist-gallery .area-inner .slick-current:after {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 1vw;
    background: #fff;
    z-index: 999;
    top: 0;
    right: -1vw;
}

.artist-gallery .area .slick-prev{
  left: -35px;
  background: transparent url(../image/residents-arrow_left.png) no-repeat scroll right center;
}

.artist-gallery .area .slick-next{
  right: 0;
  background: transparent url(../image/residents-arrow.png) no-repeat scroll right center;
}

.about-info__title{
  margin-bottom: 5px;
}

#workarea.international{
  background: #fff;
}

.international .history-description__text ul{
  margin-bottom: 30px;
}

.international .history-description__text .bigText{
  font-size: 26px;
  font-family: 'PTSans-Bold';
}

.international .history-description__text p.bigText{
  font-size: 38px;
  line-height: 38px;
  margin-top: 80px;
}
.international .history-description__text ul.bigText{
  margin-bottom: 80px;
}

.international .history-description__text h4{
  font-family: 'PTSans-Bold';
}

.area__title {
  position: absolute;
  top: 52px;
  left: 43px;
  z-index: 2;
  color: #fff;
}

.interview {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.interview-left {
  width: 59%;
  padding: 61px 25px 65px;
}

.interview-left p {
  font-size: 18px;
  line-height: 1.68em;
}

.interview__name {
  margin-bottom: 8px;
}

.interview__position {
  margin-bottom: 30px;
  font-family: "Arimo-Regular";
  font-size: 14px;
  color: #151515;
}

.interview-right {
  width: 41%;
}

.interview__img {
  /* height: 235px;
  margin-top: 100%; */
  height: 100vh;
  background-image: url("../image/playground-detail-interviewer.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.interview__img img {
  width: 100%;
}


.bg-white{
  background: #fff;
}
.history-wrapper{
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  line-height: 22px;
}

.artist-list h2{
  color: #BE1E2D;
  font-size: 42px;
  margin-bottom: 40px;
}

.artist-list .info-text .img {
    width: 220px;
    min-width: 220px;
}

.artist-list .info-text .img img {
    width: 100%;
}

.artist-list .info-text .info {
    display: block;
    padding-left: 45px;
}

.artist-list .info-text > div{
  vertical-align: top;
}

.artist-list .info-text .info p{
  margin-top: 0 !important;
  font-family: 'PTSans-Regular';
}

.artist-list .info-text .info p.gray-hint{
  color: #a4abb3;
  font-family: 'PTSans-Regular';
}

.artist-list .project-name{
  font-family: 'PTSans-Bold';
  margin-top: 20px;
  font-size: 24px;
  color: #BE1E2D;
}

.artist-list .artist-item{
  margin-bottom: 80px;
}

@media all and (max-width: 800px) {
  .interview {
    flex-direction: column;
  }
  .interview-left {
    width: 100%;
    order: 2;
    padding: 20px 25px 65px;
  }
  .interview-right {
    width: 100%;
    order: 1;
    margin-top: 20px;
  }
  .interview__img {
    background-size: contain;
    max-height: 450px;
  }
}

.past-events {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 63px 45px 73px;
  background-color: #e3e3e3;
}

.past-events-inner {
  max-width: 990px;
  width: 100%;
}

.past-events-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-top: 30px;
}

.past-events__item {
  position: relative;
  width: 30%;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  margin-left: 15px;
  margin-right: 15px;
}

.past-events__item:hover {
  box-shadow: none;
}

.past-events-info {
  padding: 22px 26px 12px;
}

.past-events__catergory {
  margin-top: 0;
  color: #95989a;
}

.past-events__img {
  position: relative;
  height: auto;
  overflow: hidden;
}

.past-events__img img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  width: 100%;
  height: auto;

}

.past-events__name {
  margin-top: 27px;
  line-height: 32px;
}

.past-events__date {
  margin-top: 19px;
  font-family: "Arimo-Regular";
  font-size: 14px;
  color: #151515;
  line-height: 20.8px;
}

.past-events__location {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 21px;
  font-family: "Arimo-Bold";
  font-size: 20px;
  color: #95989a;
  line-height: 32.36px;
}

@media only screen and (max-width: 992px ) {
  .place-preview {
    height: calc(55vh - 151px);
  }

  .place-preview__logo {
    width: 200px;
    height: 150px;
  }

  .place-preview__logo img {
    display: block;
    width: 100%;
  }

  .place-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .gallery .place-info__left {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    float: unset;
  }

  .place-info__worktime {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .place-info__left-content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .gallery .place-info__right {
    padding: 15px;
    margin-top: 30px;
  }

  .event__item-inner {
    padding-left: 45px;
    padding-right: 45px;
  }

  .event-content {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 576px ) {
  .place-preview {
    height: calc(80vh - 151px);
  }

  .place-preview__logo {
    width: 200px;
    height: 150px;
    display: block;
    text-align: center;
  }

  .place-preview__logo img {
    width: auto;
  }

  .event__img {
    width: auto;
  }

  .event__item-inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-left: 10px;
    padding-right: 15px;
    padding-top: 0;
  }

  .event-content {
    padding-top: 35px;
  }

  .event__category {
    margin-top: 30px;
  }

  .event__ticket {
    margin-top: 35px;
  }
}

/* ------------------------------------------------------------------------------------------------- */
/* PLAYGROUND
/* ------------------------------------------------------------------------------------------------- */

.playground {
  padding-top: 51px;
  padding-bottom: 51px;
  background: #e3e3e3;
}

.playground .page__description {
  margin-top: 83px;
}

.playground .tiles {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 94px;
}

.playground-detail .place-preview__img {
  background-image: url("../image/playground-detail-header.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.gallery .place-preview__img {
  background-image: url("../image/playground-detail-header.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}



/* ------------------------------------------------------------------------------------------------- */
/* RESIDENTS
/* ------------------------------------------------------------------------------------------------- */

.residents {
  padding-top: 51px;
  padding-bottom: 51px;
  background: #e3e3e3;
}

.residents .btn--black {
  margin-top: 30px;
  width: 223px;
  text-align: center;
}

.residents .btn--black span {
  padding: 15px 26px;
}

.residents .btn--black a:hover {
  color: #fff;
  z-index: 999;
}

.residents .content {
  padding-left: 23px;
  padding-bottom: 100px;
}

.page__description {
  padding-right: 25%;
}

.residents-filter {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 27px 13px;
  background: #fff;
}

.residents-filter.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 88px;
  left: 0;
  width: 100%;
  z-index: 3;
}

.residents-filter.active .residents-filter__link {
  width: auto;
}

.residents-filter.active .residents-filter__link:not(:last-child) {
  margin-right: 52px;
}

.residents-filter__link {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -ms-align-items: center;
  align-items: center;
  width: 10%;
  font-family: "PTSans-Regular";
  font-size:  14px;
  height: 24px;
  transition: none;
}

.residents-filter__link:not(:last-child) {
  margin-right: 16px;
}

.residents-filter__link:not(:first-child) {
  padding-left: 30px;
}

.residents-filter__link--gallery {
  width: 15%;
  background: url("../image/icon-gallery.svg") 0 0 no-repeat;
}

.residents-filter__link--restraunts {
  width: 24%;
  background: url("../image/icon-rest.svg") 0 0 no-repeat;
}

.residents-filter__link--shops {
  margin-right: 16px;
  width: 22%;
  background: url("../image/icon-shop.svg") 0 0 no-repeat;
}

.residents-filter__link--education {
  width: 20%;
  background: url("../image/icon-projects.svg") 0 0 no-repeat;
}

.residents-filter__link:not(:first-child) span {
  padding-left: 30px;
}

.btn--more {
  padding: 18px 108px;
  margin-bottom: 20px;
}

.characteristics {
  margin-top: 30px;
  font-family: "PTSans-Regular";
  font-size: 16px;
  color: #fff;
  text-decoration: underline;
  outline: none;
}

.characteristics:hover {
  color: #fff;
  text-decoration: underline;
}

.characteristics:focus {
  color: #fff;
  text-decoration: underline;
  outline: none;
}

.residents-filter__link:focus {
  font-weight: bold;
  font-smoothing: antialiased;
  color: #000;
}

.residents-filter__link:focus span {
  font-weight: bold;
  font-smoothing: antialiased;
  color: #000;
}

.residents-filter__link:hover {
  font-weight: bold;
  font-smoothing: antialiased;
  color: #000;
}

/*.residents-filter__link:focus .icon-gallery {
background: url("../image/icon-gallery-hover.svg");
}

.residents-filter__link:focus .icon-rest {
background: url("../image/icon-rest-hover.svg");
}

.residents-filter__link:focus .icon-shop {
background: url("../image/icon-shop-hover.svg");
}

.residents-filter__link:focus .icon-projects {
background: url("../image/icon-projects-hover.svg");
}*/

.residents-filter__count {
  margin-left: 3px;
}

/*.residents-filter__link:hover .icon-gallery {
  background: url("../image/icon-gallery-hover.svg");
}

.residents-filter__link:hover .icon-rest {
  background: url("../image/icon-rest-hover.svg");
}

.residents-filter__link:hover .icon-shop {
  background: url("../image/icon-shop-hover.svg");
}

.residents-filter__link:hover .icon-projects {
  background: url("../image/icon-projects-hover.svg");
}*/

.tiles {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.tiles-item {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
  width: 49%;
  height: 352px;
  cursor: pointer;
  box-shadow: 0 0 10px rgba(21, 21, 21, 0.15);
}

.tiles-item:hover {
  background: #BE1E2D;
}

.tiles-item:hover .tiles__arrow {
  display: block;
  position: absolute;
  right: 20px;
  bottom: 44%;
}

.tiles-item--gray img {
  filter: grayscale(100%);
}

.tiles-item--gray:hover {
  background: #95989A;
}

.tiles__arrow {
  display: none;
}

.tiles-item > div {
  position: relative;
  z-index: 2;
}

.tiles-item span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
}

.tiles-item span img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

.tiles-item:hover span img {
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -ms-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.tiles__title {
  padding: 29px 39px 0;
  font-family: "Arimo-Regular";
  font-size: 14px;
  color: #fff;
}

.tiles__description {
  padding: 0 39px 0 39px;
  margin-top: 41px;
  font-family: "Arimo-Bold";
  font-size: 24px;
  color: #fff;
}

.tiles__text {
  margin-top: 20px;
  padding: 0px 80px 0px 38px;
  visibility: hidden;
  opacity: 0;
  color: #fff;
}

.tiles-item:hover .tiles__text {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}

.tiles__info {
  position: absolute !important;
  bottom: 27px;
  right: 39px;
  left: 39px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  justify-content: space-between;
  font-family: "Arimo-Regular";
  font-size: 14px;
  color: #fff;
}

.tiles__info img {
  position: relative;
  width: 80px;
}

.page__title--archive {
  margin-top: 91px;
  font-family: "Arimo-Bold";
  font-size: 40px;
  margin-bottom: 33px;
  color: #000;
}

a.navbar-social__item.tw, .tw {
  background: url(../image/tw-white.png) no-repeat scroll 50% 50% transparent;
}

a.navbar-social__item.tg, .tg {
  background-position-x: 50%;
  background: url(../image/tg-icon.png) no-repeat scroll 50% 50% transparent !important;
  background-size: 140% !important;
}

a.navbar-social__item.dz, .dz {
  display: none !important;
  background-position-x: 50%;
  background: url(../image/dzen-icon.svg) no-repeat scroll 50% 50% transparent !important;
  background-size: 60% !important;
}


@media only screen and (max-width: 768px) {

  .area-inner-1 {
    margin-bottom: 0;
  }

  .artist-list h2 {
    font-size: 24px;
  }


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

  .navbar-mobile-contacts a {
    margin-right: 0;
  }

  .navbar-mobile-social .navbar-social {
    height: 73px;
    justify-content: space-around;
  }

  .navbar-mobile-contacts {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 316px;
  }

  .residents-filter {
    display: none;
  }

  .navbar-mobile a.navbar-social__item {
    margin-right: 0;
  }

  .residents-filter.active {
    display: none;
  }

  .residents .tiles-item {
    width: 44%;
    height: 265px;
  }

  .residents .page__title {
    padding-left: 4%;
  }

  .residents .page__description {
    padding-left: 4%;
  }

  .only-past {

  }

  .navbar-social__item:not(:first-child) {
    margin-left: 0;
  }

  .navbar-mobile-social .navbar-social {
    align-items: center;
  }
}

@media only screen and (max-width: 768px) {
  .residents .tiles-item {
    width: 100%;
  }
}

/* ------------------------------------------------------------------------------------------------- */
/* RESIDENTS ARCHIVE
/* ------------------------------------------------------------------------------------------------- */

.gallery-closen {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 77px 122px 117px;
}

.gallery-closen__name {
  margin-top: 10px;
  margin-bottom: 70px;
}

.p-archive {
  width: auto !important;
}

/* ------------------------------------------------------------------------------------------------- */
/* VISITORS
/* ------------------------------------------------------------------------------------------------- */

.visitors {
  background: #fff;
}

.visitors-header {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: calc(82vh - 152px);
  background: url(../image/visitors-tab-bg.png) top left no-repeat;
  background-size: cover;
  background-position: bottom;
}

.visitors-header__inner {
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.visitors-title {
  margin-top: 3px;
  font-family: "Arimo-Bold";
  font-size: 40px;
  text-align: center;
  color: #fff;
}

.visitors-tabs {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  border-top: 1px solid #fff;
}

.visitors-tab {
  padding-top: 21px;
  padding-right: 30px;
  padding-bottom: 17px;
  padding-left: 30px;
  font-family: "Arimo-Bold";
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-left: 1px solid #fff;
  cursor: pointer;
}

.visitors-tab:last-child {
  border-right: 1px solid #fff;
}

.visitors-tab:hover {
  color: #fff;
  background: #BE1E2D;
}

.visitors-contacts {
  padding-top: 54px;
  padding-right: 20px;
  padding-bottom: 150px;
  padding-left: 40px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.visitors-contacts__inner {
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 31px;
}

.visitors__title {
  font-size: 28px;
  line-height: 45px;
  font-family: "Arimo-Bold";
}

.visitors-adress {
  margin-top: 22px;
  font-family: "PTSans-Regular";
  font-size: 18px;
  color: #000;
}

.visitors-description {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 81px;
}

.visitors-desc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding-right: 50px;
  padding-top: 9px;
  line-height: 14px;
}

.visitors-description__title {
  font-family: "Arimo-Bold";
  font-size: 14px;
}

.visitors-description__text {
  margin-top: 4px;
  margin-bottom: 16px;
  font-family: "Arimo-Regular";
  font-size: 14px;
  color: #838688;
}

.visitors .visitors-description__text {
  margin-bottom: 0;
}

.visitors .visitors-about {
  padding-left: 36px;
}

.visitors .visitors-about p {
  padding-top: 30px;
}

.visitors .visitors-contacts {
  padding-bottom: 40px;
}

.visitors-description__info {
  margin-top: 19px;
  font-family: "Arimo-Regular";
  font-size: 14px;
  letter-spacing: 0.4px;
}

.visitors-about {
  padding-top: 6px;
  padding-left: 42px;
  width: 73%;
  font-family: "PTSans-Regular";
  font-size: 18px;
  line-height: 32px;
  color: #151515;
}

.worktime {
  padding: 35px 42px;
  line-height: 34px;
  background: #e3e3e3;
  line-height: 31px;
}

.worktime__inner {
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.worktime a:hover {
  text-decoration: underline;
  color: #151515;
}

.worktime-title {
  font-family: "Arimo-Bold";
  font-size: 32px;
  color: #000;
  padding-left: 40px;
}

.worktime-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 36px;
}

.worktime-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 49%;
}

.worktime-item:first-child {
  padding-left: 43px;
}

.worktime-item:nth-child(2) {
  padding-right: 43px;
}

.red-separator {border-top-color: #be1e2d;}

.block-title {
  font-family: "Arimo-Bold";
  font-size: 28px;
  color: #000;
}

.time-mode {
  margin-top: 8px;
  padding-top: 5px;
  font-family: "PTSans-Regular";
  font-size: 18px;
  color: #000;
  border-top: 2px solid black;
  border-bottom: 2px solid black;
}

.worktime-markets {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.worktime-markets__item {
  margin-top: 33px;
}

.worktime-markets__item:nth-child(1) {
  margin-top: 32px;
}

.worktime-markets__item:nth-child(2) {
  margin-top: 31px;
}

.worktime-markets__item:nth-child(3) {
  margin-top: 28px;
}

.market-title {
  font-family: "PTSans-Bold";
  font-size: 18px;
  color: #151515;
}

.market {
  font-family: "PTSans-Regular";
  font-size: 18px;
  color: #151515;
}

.subtitle {
  margin-bottom: 30px;
  font-family: "PTSans-Bold";
  font-size: 18px;
  text-transform: uppercase;
  color: #151515;
}

.block-title--right {
  margin-top: 12px;
  margin-bottom: 18px;
  font-family: "Arimo-Bold";
  font-size: 28px;
}

.btn-block {
  margin-top: auto;
}

.btn-block a {
  margin-top: 74px;
}

.btn-block .btn span {
  font-family: "Arimo-Bold";
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

.btn-block .btn:hover span {
  color: #fff;
}

.guide {
  background: #3C3C3B;
}

.guide__inner {
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.guide-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  padding-top: 59px;
  padding-right: 42px;
  padding-left: 42px;
}

.guide-nav__item {
  font-family: "Arimo-Bold";
  font-size: 20px;
  color: #95989a;
  cursor: pointer;
}

.guide-nav__item:hover {
  color: #fff;
}

.guide-nav__item:not(:first-child) {
  margin-left: 30px;
}

.guide-nav__item.current {
  font-size: 40px;
  color: #fff;
  animation: fadeIn 1.2s;
}

.guide-nav__item:not(.current) {
  margin-bottom: 8px;
}

.guide-content {
  margin-top: 26px;
  padding-bottom: 36px;
}

.guide-subnav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-left: 42px;
}

.guide-subnav__item {
  font-family: "Arimo-Bold";
  font-size: 18px;
  color: #95989a;
  cursor: pointer;
}

.guide-subnav__item:not(:first-child) {
  margin-left: 75px;
}

.guide-subnav__item:hover,
.guide-subnav__item.current {
  color: #fff;
}

.guide-content-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 10px;
  margin-left: 27px;
}

.guide-content-inner:nth-child(4) {
  margin-top: 25px;
}

.guide-content__item--path .guide-content-inner {
  margin-top: 25px;
}

.guide-content__item {
  display: none;
}

.guide-content__item.current {
  display: block;
  animation: fadeIn 1.2s;
}

.guide-content__item--path .guide-map {
  position: relative;
  display: none;
}

.guide-content__item--path .guide-map.current {
  display: flex;
  flex-direction: column;
}

.quide-map-path {
  position: absolute;
  bottom: 78px;
  left: 40px;
  max-width: 315px;
  width: 100%;
}

.quide-map-path p {
  margin-bottom: 17px;
  font-size: 14px;
  color: #fff;
  line-height: normal;
}

.quide-map-path a {
  font-size: 14px;
  letter-spacing: 0.45px;
  text-decoration: underline;
  color: #fff;
}

.guide-map {
  position: relative;
}

.guide-map__img {
  display: block;
  width: 100%;
}

.guide-map__items {
  position: absolute;
  width: 100%;
  height: 100%;
}

.guide-map__item {
  display: none;
  position: absolute;
  width: 20px;
  height: 20px;
  font-family: "Arimo-Bold";
  font-size: 8px;
  line-height: 100%;
  background: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  color: #fff;
}

.guide-map__item span,
.guide-map__item span::before,
.guide-map__item span::after {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  -ms-transition: opacity 1s;
  -o-transition: opacity 1s;
  transition: opacity 1s;
  animation: glow-grow 2.5s ease-out infinite;
  opacity: 0;
  border: 1px solid;
}

.guide-map__item span {
  display: none;
  width: 150%;
  height: 150%;
  z-index: 999;
}

.guide-map__item.active span {
  display: block;
}

.guide-map__item[data-color="green"] span,
.guide-map__item[data-color="green"] span::before,
.guide-map__item[data-color="green"] span::after {
  border-color: #00ff00;
}

.guide-map__item[data-color="red"] span,
.guide-map__item[data-color="red"] span::before,
.guide-map__item[data-color="red"] span::after {
  border-color: #f00f00;
}

.guide-map__item[data-color="yellow"] span,
.guide-map__item[data-color="yellow"] span::before,
.guide-map__item[data-color="yellow"] span::after {
  border-color: #f0c007;
}

.guide-map__item[data-color="gray"] span,
.guide-map__item[data-color="gray"] span::before,
.guide-map__item[data-color="gray"] span::after {
  border-color: #9b9b9b;
}

.guide-map__item[data-color="pink"] span,
.guide-map__item[data-color="pink"] span::before,
.guide-map__item[data-color="pink"] span::after {
  border-color: #5d7ab4;
}

.guide-map__item.active {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  transform: scale(1.5);
}

.guide-map__item span::before {
  width: 135%;
  height: 135%;
  animation-delay: 0.3s;
}

.guide-map__item span::after {
  width: 160%;
  height: 160%;
  animation-delay: 0.6s;
  border-color: #4E6697;
}

@keyframes glow-grow {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.guide-map__item.guide-map__item--1 {
  top: 65%;
  left: 58%;
  background: #53AE50;
}

.guide-map__item.guide-map__item--2 {
  top: 65%;
  left: 55%;
  background: #53AE50;
}

.guide-map__item.guide-map__item--3 {
  top: 65%;
  left: 52%;
  background: #53AE50;
}

.guide-map__item.guide-map__item--4 {
  top: 65%;
  left: 48%;
  background: #53AE50;
}

.guide-map__item.guide-map__item--5 {
  top: 65%;
  left: 44%;
  background: #53AE50;
}

.guide-map__item.guide-map__item--6 {
  top: 65%;
  left: 40%;
  background: #53AE50;
}

.guide-map__item.guide-map__item--7 {
  top: 62%;
  left: 39%;
  background: #53AE50;
}

.guide-map__item.guide-map__item--8 {
  top: 59%;
  left: 40%;
  background: #53AE50;
}

.guide-map__item.guide-map__item--9 {
  top: 56%;
  left: 40%;
  background: #53AE50;
}

.guide-map__item.guide-map__item--10 {
  top: 53%;
  left: 40%;
  background: #53AE50;
}

.guide-map__item.guide-map__item--11 {
  top: 48.7%;
  left: 22.5%;
  background: #D8262C;
}

.guide-map__item.guide-map__item--12 {
  top: 48.7%;
  left: 27%;
  background: #D8262C;
}

.guide-map__item.guide-map__item--13 {
  top: 48.7%;
  left: 35%;
  background: #D8262C;
}

.guide-map__item.guide-map__item--14 {
  top: 49.7%;
  left: 51%;
  background: #D8262C;
}
.guide-map__item.guide-map__item--15 {
  top: 44.7%;
  left: 56%;
  background: #D8262C;
}

.guide-map__item.guide-map__item--16 {
  top: 38.7%;
  left: 56%;
  background: #D8262C;
}

.guide-map__item.guide-map__item--17 {
  top: 35.7%;
  left: 56%;
  background: #D8262C;
}

.guide-map__item.guide-map__item--18 {
  top: 32.7%;
  left: 56%;
  background: #D8262C;
}

.guide-map__item.guide-map__item--19 {
  top: 29.7%;
  left: 56%;
  background: #D8262C;
}

.guide-map__item.guide-map__item--20 {
  top: 17.7%;
  left: 48%;
  background: #F0C007;
}

.guide-map__item.guide-map__item--21 {
  top: 12.4%;
  left: 48%;
  background: #F0C007;
}

.guide-map__item.guide-map__item--22 {
  top: 19%;
  left: 67%;
  background: #9B9B9B;
}

.guide-map__item.guide-map__item--23 {
  top: 34%;
  left: 67%;
  background: #5D7AB4;
}

.guide-map__item.guide-map__item--24 {
  top: 38%;
  left: 67%;
  background: #5D7AB4;
}

.guide-map__item.guide-map__item--25 {
  top: 40.8%;
  left: 66%;
  background: #5D7AB4;
}

.guide-map__item.guide-map__item--26 {
  top: 45%;
  left: 65%;
  background: #5D7AB4;
}

.guide-map__item.guide-map__item--27 {
  top: 51%;
  left: 67%;
  background: #5D7AB4;
}

.guide-map__item.guide-map__item--28 {
  top: 59.7%;
  left: 66%;
  background: #5D7AB4;
}

.guide-map__item.guide-map__item--29 {
  top: 63%;
  left: 67%;
  background: #5D7AB4;
}

.guide-map__item.guide-map__item--30 {
  top: 65.5%;
  left: 66%;
  background: #5D7AB4;
}

.guide-map__item.guide-map__item--31 {
  top: 41.7%;
  left: 56%;
  background: #D8262C;
}

.guide-map__item.guide-map__item--32 {
  top: 55%;
  left: 52.4%;
  background: #9B9B9B;
}

.guide-map__item.guide-map__item--33 {
  top: 8.4%;
  left: 58%;
  background: #9B9B9B;
}

.guide-map__item.guide-map__item--34 {
  top: 12%;
  left: 58%;
  background: #9B9B9B;
}

.guide__title {
  margin-top: 65px;
  margin-left: 42px;
  font-family: "Arimo-Bold";
  font-size: 18px;
  color: #fff;
}

.guide__description {
  max-width: 681px;
  width: 100%;
  margin-top: 15px;
  margin-left: 42px;
  font-size: 14px;
  color: #95989a;
  letter-spacing: 0.3px;
  line-height: 16.8px;
}

.guide-content-left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 43%;
  padding-top: 48px;
  padding-left: 16px;
}

.guide-content-right {
  width: 57%;
}

.territory__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  cursor: pointer;
}

.territory__item:not(:first-child) {
  margin-top: 20px;
}

.territory__item:hover .territory__number.green {
  background-color: #53ae50;
}

.territory__item:hover .territory__number.red {
  background-color: #d8262c;
}

.territory__item:hover .territory__number.gray {
  background-color: #9b9b9b;
}

.territory__item:hover .territory__number.pink {
  background-color: #5d7ab4;
}

.territory__item:hover .territory__number.yellow {
  background-color: #f0c007;
}

.territory__number {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  margin-right: 20px;
  font-family: "Arimo-Bold";
  font-size: 16px;
  color: #fff;
  border: 2px solid;
  border-radius: 50%;
}

.territory__number.green {
  border-color: #53ae50;
}

.territory__number.red {
  border-color: #d8262c;
}

.territory__number.gray {
  border-color: #9b9b9b;
}

.territory__number.pink {
  border-color: #5d7ab4;
}

.territory__number.yellow {
  border-color: #f0c007;
}

.territory__name {
  font-family: "PTSans-Bold";
  font-size: 18px;
  color: #fff;
}

.territory__name:hover {
  text-decoration: underline;
  color: #fff;
}
.territory__worktime {
  display: block;
  font-family: "PTSans-Regular";
  font-size: 14px;
}

.visitors-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding: 84px 95px 104px 42px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .15);
}

.visitors-info__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 927px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.visitors-info.red {
  padding-bottom: 85px;
  color: #fff;
  background-color: #BE1E2D;
}

.visitors-info.red h3 {
  color: #fff;
}

.visitors-info.red p {
  color: #fff;
  margin-bottom: 25px;
}

.visitors-info.yellow {
  padding-bottom: 78px;
  color: #fff;
  background-color: #f8e71c;
}

.visitors-info-left {
  width: 33.8%;
  padding-left: 19px;
}

.visitors-info__title {
  margin-top: 2px;
  font-size: 28px;
  font-family: "Arimo-Bold";
}

.visitors-info__img {
  width: 70%;
}

.visitors-info-right {
  width: 64.9%;
  padding-left: 25px;
}

.visitors-info-right p {
  margin-bottom: 30px;
}

.time-mode span {
  font-family: "PTSans-Bold";
}

.guide-map__img--mobile {
  display: none;
}

@media only screen and (max-width: 992px) {
  .visitors-tabs {
    display: none;
  }

  .worktime {
    padding: 60px 0px;
  }
}

@media only screen and (max-width: 768px) {
  .guide-nav__item:nth-child(3),
  .guide-nav__item:nth-child(4),
  .guide-nav__item:nth-child(5) {
    display: none;
  }

  .visitors-contacts {
    padding-left: 10px;
    padding-right: 10px;
  }

  .visitors-desc {
    padding-right: 0;
  }

  .visitors-info {
    padding: 84px 0px 82px 0px;
  }

  .visitors-info-right {
    width: 100%;
    padding-right: 20px;
    padding-left: 17px;
  }
}

@media only screen and (max-width: 576px ) {
  .visitors-contacts__inner {
    padding-left: 0;
    text-align: center;
  }

  .events .title-text {
    margin-top: 30px;
  }

  .visitors-description {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }

  .visitors .visitors-contacts {
    padding-bottom: 50px !important;
  }

  .visitors-desc {
    padding-top: 12px;
    font-size: 12px;
    text-align: left;
  }

  .visitors .visitors-about {
    padding-left: 0;
    font-size: 16px;
    width: 100%;
    text-align: left;
    margin-left: 20px;
  }

  .visitors .visitors-about p {
    font-size: 16px;
  }

  .worktime-info {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .worktime-item {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .worktime-item:first-child {
    padding-left: 10px;
  }

  .worktime-item:nth-child(2) {
    padding-right: 10px;
  }

  .btn-block {
    text-align: center;
  }

  .guide-nav__item.current {
    font-size: 32px;
  }

  .guide-nav {
    padding-left: 10px;
    padding-right: 10px;
  }

  .guide-nav__item:not(.current) {
    margin-bottom: 0;
  }

  .guide-map__img {
    display: none;
  }

  .guide-map__img--mobile {
    display: block;
    width: 100%;
  }

  .guide-subnav {
    margin-left: 20px;
  }

  .guide-subnav__item:not(:first-child) {
    margin-left: 20px;
  }

  .guide-content__item--path .guide-content-inner {
    margin-top: 30px;
    margin-left: 10px;
  }

  .quide-map-path {
    position: unset;
    order: 2;
    width: 100%;
    max-width: unset;
    margin-top: 20px;
  }

  .quide-map-path p {
    width: 100%;
    font-size: 14px;

  }

  .guide__description {
    width: 100%;
    margin-left: 10px;
  }

  .guide-content-left {
    display: none;
  }

  .guide-content-right {
    width: 100%;
  }

  .visitors-info__inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}
/* ------------------------------------------------------------------------------------------------- */
/* PROJECTS
/* ------------------------------------------------------------------------------------------------- */
.projects {
  padding-bottom: 72px;
}

.projects h1.page__title {
  margin-top: 50px;
  font-size: 40px;
}

.page-description--projects {
  margin-top: 76px;
}

.tiles-description--projects,
.tiles-title--projects {
  visibility: hidden;
  opacity: 0;
}

.tiles-description--projects {
  margin-top: 49px;
}

.tiles--projects {
  margin-top: 53px;
}

.tiles-item__logo {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.projects .tiles-item {
  margin-bottom: 16px;
}

.tiles-title--projects {
  margin-top: 10px;
  max-width: 420px;
  width: 100%;
  line-height: 17px;
}

.projects .tiles-item:hover > div {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.projects .tiles-item:hover .tiles-item__logo {
  display: none;
}

.tiles-item:hover .overlay {
  opacity: 0 !important;
  transition: all 0.8s;
}

.page__title.page__title--archive {
  margin-top: 106px;
  font-size: 40px;
}

.tiles--archive {
  margin-top: 34px;
}

@media only screen and (max-width: 992px) {
  .projects h1.page__title {
    margin-left: 30px;
  }

  .page-description--projects {
    padding-left: 8%;
  }

  .projects .tiles-item {
    width: 45%;
    height: 264px;
  }

  .tiles {
    justify-content: space-evenly;
  }
}

@media only screen and (max-width: 768px) {
  .tiles {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .projects .tiles-item {
    width: 90%;
    height: 360px;
  }

  .tiles-item {
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .page-description--projects {
    padding-right: 0;
  }

  .projects h1.page__title {
    margin-right: 15px;
  }

  .projects .tiles-item {
    height: 220px;
  }
}
/* ------------------------------------------------------------------------------------------------- */
/* PRESS
/* ------------------------------------------------------------------------------------------------- */

.press-header {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  height: 413px;
  background: url(../image/press-header-bg.png) top left no-repeat;
  background-size: cover;
}

.press-title {
  position: absolute;
  margin-top: 3px;
  font-family: "Arimo-Bold";
  font-size: 40px;
  text-align: center;
  color: #fff;
}

.press-contacts {
  padding-right: 20px;
  padding-bottom: 81px;
  padding-left: 40px;
}

.press-contacts-inner {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.press-description {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 81px;
}

.press-desc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding-right: 50px;
  padding-top: 6px;
  line-height: 14px;
}

.press-description__title {
  font-family: "Arimo-Bold";
  font-size: 14px;
}

.press-description__text {
  margin-top: 3px;
  margin-bottom: 20px;
  font-family: "Arimo-Regular";
  font-size: 14px;
  color: #838688;
}

.press-description__info {
  margin-top: 21px;
  font-family: "Arimo-Regular";
  font-size: 14px;
}

.press-about {
  padding-left: 70px;
  width: 77%;
  font-family: "PTSans-Regular";
  font-size: 18px;
  line-height: 31px;
  color: #151515;
}

.subscribe--press {
  position: relative;
  background: #000;
  margin-top: 0;
  display: none;
}

.subscribe-inner {
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.subscribe-title {
  padding-left: 42px;
  padding-top: 85px;
  font-family: "Arimo-Bold";
  font-size: 32px;
  color: #fff;
}

.subscribe-form {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  padding-bottom: 72px;
}

.subscribe-form__inputs {
  width: 80%;
  margin-top: 37px;
  margin-left: 43px;
}

.subscribe-form__button {
  margin-top: 180px;
  padding-left: 20px;
  width: 32%;
}

.subscribe-form__inputs input::placeholder {
  font-family: "PT Sans";
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
}

.form-edition {
  margin-top: 21px;
}

.form-email {
  margin-top: 21px;
}

#mc_embed_signup_mobile {display: none}



.subscribe-hello {
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}

.subscribe-hello.visible {
  display: block;
}

.subscribe-hello__tile {
  text-align: center;
  color: #fff;
}

.subscribe-hello p {
  text-align: center;
  font-family: "PTSans-Regular";
  font-size: 14px;
  line-height: 16px;
  color: #838688;
}

.btn--subscribe {
  font-family: 'PTSans-Bold' !important;
  font-size: 16px !important;
  border: 3px solid #fff !important;
  display: inline-block !important;
  padding: 12px 0 10px !important;
  cursor: pointer !important;
  position: relative !important;
  overflow: hidden !important;
  width: 220px !important;
  background: #fff !important;
  color: #000 !important;
}

h2.release__title {
  margin-top: 0;
  margin-left: 5px;
  color: #000;
}

.release {
  padding: 66px 42px;
  line-height: 34px;
  background: #e3e3e3;
}

.release-inner {
  max-width: 941px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.release-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin-top: 88px;
  padding-bottom: 85px;
}

.release-inner h5 {
  margin-top: 90px;
  font-family: 'PTSans-Bold';
  font-size: 20px;
  color: #9B9B9B;
}

.release-inner p {
  font-family: 'PTSans-Regular';
  font-size: 16px;
  color: #95989A;
}

.release-content__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.release-content__date {
  width: 15%;
  font-family: "PTSans-Regular";
  font-size: 14px;
  color: #000;
}

.release-content__description {
  width: 57%;
  margin-left: 20px;
}

.release-content__top {
  font-family: "PTSans-Bold";
  font-size: 18px;
  line-height: 32px;
}

.release-content__bottom {
  margin-top: 8px;
  width: 94%;
  font-family: "PTSans-Regular";
  font-size: 14px;
  line-height: 19.8px;
  color: #838688;
}

.release-content__downloads {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 25%;
  padding-left: 23px;
  text-decoration: underline;
  line-height: 31.18px;
}

.release-content__item:not(:first-child) {
  margin-top: 52px;
}

.release .btn--black {
  margin-top: 108px;
}

.release-topline {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
}

.release select {
  width: 140px;
}

.jq-selectbox-wrapper {
  z-index: 49;
}

.jq-selectbox__select {
  padding: 14px 45px 0 30px;
  height: 60px;
  border: none;
  border-radius: 0;
  background: #fff;
}

.jq-selectbox.jqselect.opened .jq-selectbox__select-text {
  font-size: 18px;
  font-weight: bold;
}

.jq-selectbox__dropdown {
  top: 56px;
  margin: 0;
  border: none;
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0,0,0,.2)
}

.jq-selectbox ul {
  max-height: 350px !important;
  font-size: 18px;
}

.jq-selectbox ul::-webkit-scrollbar {
    width: 15px;
    height: 1px;
}

.jq-selectbox ul::-webkit-scrollbar-thumb {
    height: 1px;
    border: 4px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
    -webkit-border-radius: 15px;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: inset -1px -1px 0px rgba(0, 0, 0, 0.05), inset 1px 1px 0px rgba(0, 0, 0, 0.05);
}

.jq-selectbox ul::-webkit-scrollbar-button {
    width: 0;
    height: 0;
    display: none;
}

.jq-selectbox ul::-webkit-scrollbar-corner {
    background-color: transparent;
}

.jq-selectbox li:hover {
  background: #fff;
  color: #be1e2d;
}

.jq-selectbox__select-text {
  font-size: 14px;
}

.jq-selectbox li {
  padding: 0 0 0 30px;
  font-family: "PTSans-Regular";
  font-size: 18px;
  color: #151515;
  line-height: 31.18px;
}

.jq-selectbox li.selected {
  background-color: transparent;
  color: inherit;
}

.jq-selectbox__trigger {
  border: none;
  top: 22%;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 0;
  height: 0px;
  border-top: 5px solid #000;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}

.jq-selectbox__search {
  display: none;
}

.jq-selectbox.jqselect {
  z-index: 0 !important;
  width: 150px !important;
}

.jq-selectbox.jqselect.opened .jq-selectbox__trigger-arrow {
  border-top: none;
  border-bottom: 5px solid #000;
}

.jq-selectbox__select:hover {
  background: #fff;
}

@media only screen and (max-width: 992px) {
  .subscribe-form__inputs {
    width: 55%;
  }

  .release-content__item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .release-content__date {
    width: 100%;
  }

  .release-content__description {
    width: 100%;
    margin-left: 0;
  }

  .release-content__bottom {
    width: 100%;
  }

  .release-content__downloads {
    width: 100%;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
  }
}

@media only screen and (max-width: 768px) {
  .press-description {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .press-desc {
    order: 2;
  }

  .press-about {
    width: 100%;
    padding-left: 0;
    margin-bottom: 50px;
  }

  .subscribe-form {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .subscribe-form__inputs {
    width: 77%;
  }

  .subscribe-form__button {
    margin-top: 50px;
    width: 79%;
    margin-left: 41px;
    padding-left: 0;
  }
}

@media only screen and (max-width: 576px) {
  .subscribe-title {
    padding-left: 35px;
    font-size: 28px;
  }

  .subscribe-form__inputs {
    margin-left: 35px;
  }

  .release {
    padding: 66px 15px;
  }
}
/* ------------------------------------------------------------------------------------------------- */
/* PARTNERS
/* ------------------------------------------------------------------------------------------------- */

.partners {
  background: #fff;
  padding-top: 52px;
}

.partners-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  margin-top: 39px;
}

.partners-content__part {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 24%;
  margin-left: 10px;
}

.partners .page__title {
  font-size: 40px;
  margin-top: 32px;
}

.partners-content__itemtitle {
  font-family: "Arimo-Bold";
  font-size: 16px;
  line-height: 16px;
  color: #151515;
  min-height: 16px;
}

.partners-content__itemimg {
  margin-top: 24px;
  width: 220px;
  height: 112px;
}

.partners-content__itemdesc {
  margin-top: 11px;
  font-family: "Arimo-Regular";
  font-size: 10px;
  line-height: 16.8px;
  color: #151515;
}

.partners__title--smi {
  margin-top: 100px;
  margin-bottom: 4px;
}

.partners-content__item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-top: 15px;
}

.partners-content__item:last-child .partners-content__itemimg {
  margin-top: 13px;
  background-size: contain !important;
}

.page__title {
  font-size: 32px;
  margin-bottom: 25px;
  margin-top: 66px;
}

.partners__title {
  margin-top: 40px;
  margin-bottom: 0;
  max-width: 943px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.cooperation {
  margin-top: 62px;
  background: #BE1E2D;
}

.cooperation-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 76px;
  padding-left: 42px;
  padding-bottom: 103px;
}

.cooperation-content__title {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 0;
}

.cooperation-content__text {
  width: 61%;
  margin-left: 58px;
  font-family: "PTSans-Regular";
  font-size: 18px;
  line-height: 31px;
  color: #fff;
}

.cooperation-content__text a {
  font-family: "PTSans-Regular";
  font-size: 18px;
  line-height: 31px;
  color: #fff;
  text-decoration: underline;
}

@media only screen and (max-width: 992px) {
  .partners-content__itemimg {
    width: 180px !important;
  }

  .partners .partners-content__item {
    justify-content: space-evenly;
  }

  .partners .partners-content__part {
    width: 22%;
  }
}

@media only screen and (max-width: 768px) {

  .partners .partners-content__item {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }

    .partners .partners-content__part {
      width: 32%;
    }
}

@media only screen and (max-width: 576px) {
  .partners .partners-content__part {
    margin-top: 30px;
    width: 47%;
  }

  .cooperation-content {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    padding-left: 25px;
  }

  .cooperation-content__text {
    width: 100%;
    margin-top: 25px;
    margin-left: 0;
  }
}

@media only screen and (max-width: 321px) {
  .partners .partners-content__part {
    width: 54%;
  }
}
/* ------------------------------------------------------------------------------------------------- */
/* EXHIBITIONS-DETAIL */
/* ------------------------------------------------------------------------------------------------- */

.exhibition {
  background: #fff;
}

.exhibition-detail {
  background: #fff;
}

.exhibition-detail-header {
  position: relative;
  height: 85vh;
  background: #151515;
}

.overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0,0,0,0.5);
}

.exhibition-header-inner {
  position: absolute;
  max-width: 1024px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin-top: 100px;
  padding-bottom: 100px;
  height: 85%;
  z-index: 2;
}

.exhibition-detail-slider__slide {
  position: relative;
}

.exhibition-detail-slider__logo {
  max-width: 140px;
  position: absolute;
  bottom: 13%;
  right: 7%;
  z-index: 2;
}

.exhibition .slick-list {
  width: 100%;
}

.exhibition .events .slick-track {
  width: 100% !important;
}

.exhibition-detail-slider__logo img {
  width: 100%;
}

.exhibition-detail-slider__type {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: space-between;
  min-height: 410px;
  height: 100%;
  margin-left: 36px;
  z-index: 3;
}

.exhibition-type__title {
  font-family: "Arimo-Regular";
  font-size: 24px;
  color: #fff;
}

.exhibition-detail-slider__type h2 {
  line-height: 1.41em;
  margin-top: 20px;
  color: #fff;
  font-size: 48px;
}

.exhibition-type__date {
  font-family: "Arimo-Bold";
  font-size: 32px;
  color: #fff;
  margin-bottom: 45px;
}

.exhibition-type__point {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 15px;
  font-family: "Arimo-Regular";
  font-size: 20px;
  line-height: 32px;
  color: #fff;
  align-items: center;
  position: relative;
  padding-left: 45px;
}

.point{
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background-color: red;
  color: #fff;
  position: absolute;
  left: 0;
}

.exhibition-detail-header .slick-dots {
  top: 22px;
  bottom: auto;
  left: auto;
  right: 28.5%;
  width: auto;
}

.exhibition-detail-slider .slick-dots li button:before {
  font-size: 33px;
}

.exhibition-detail-header .slick-next {
  top: 25px;
  right: 26.6%;
  width: 30px;
  height: 20px;
}

.exhibition-detail-header .slick-prev {
  left: auto;
  top: 25px;
  right: 35%;
  width: 30px;
  height: 20px;
}

.exhibition-detail-info__eventname {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.exhibition-detail-header__arrow {
  position: absolute;
  bottom: 27px;
  left: 50%;
  transform: translateX(-50%);
  width: 31px;
  height: 17px;
  background: url("../image/icon-arrow-down.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 5;
  -webkit-animation: translate-y 1.5s ease-in-out infinite;
  -o-animation: translate-y 1.5s ease-in-out infinite;
  animation: translate-y 1.5s ease-in-out infinite;
  cursor: pointer;
}

.place-info {
  display: block;
  overflow: hidden;
}

.place-info__left {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
  width: 42%;
  max-height: 820px;
  float: left;
  margin-right: 100px;
  background-color: #151515;
  margin-bottom: 70px;
}

.exhibition-detail-info__address {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 15px 24px 14px;
  text-align: center;
  background-color: #5d7ab4;
}

.exhibition-detail-info__address-number {
  font-family: "Arimo-Bold";
  font-size: 64px;
  line-height: 1;
  color: #fff;
}

.exhibition-detail-info__address-build {
  font-family: "Arimo-Bold";
  font-size: 18px;
  line-height: 1;
  color: #fff;
}

.worktime__title {
  margin-top: 43px;
  color: #fff;
}

.exhibition-detail .worktime-week {
  justify-content: space-around;
}

.exhibition-detail-info__title {
  margin-bottom: 68px;
  max-width: 539px;
  width: 100%;
}

.exhibition-detail-info__right p {
  padding-top: 5px;
}

.exhibition-slider-bg {
  width: 100%;
  height: 85vh;
  /*height: 640px !important;*/
}

.exhibition-slider-bg--1 {
  background: url("../image/exhibition-slider-bg.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.exhibition-slider-bg--2 {
  background: url("../image/exhibition-slider-bg-2.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.exhibition-slider-bg--3 {
  background: url("../image/exhibition-slider-bg-3.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.exhibition-detail-info__date .exhibition-type__date {
  margin-top: 45px;
  font-size: 28px;
}

.place-info__left-content {
  display: flex;
  flex-direction: column;
  width: 40%;
  padding: 42px 18px 23px 0;
}

.exhibition-detail-info__right {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
 /*padding: 50px 94px 70px 19%;*/
  margin-right: auto;
  margin-bottom: 70px;
}


.exhibition-detail .worktime__ticket {
  /*margin-top: 63px;*/
}

.exhibition-detail .worktime__ticket__item img {
  padding-right: 10px;
}

.exhibition-detail p.worktime__ticket__item{
  margin-bottom: 0;
}

.exhibition-detail .characteristics {
  margin-top: 9px;
  text-decoration: none;
}

.exhibition-detail .characteristics p {
  font-family: "PTSans-Regular";
  font-size: 14px;
  color: #fff;
  line-height: 16px;
}

.place-info .btn {
  padding: 18px 108px;
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  width: auto;
  margin-top: 0px;
  border: 2px solid #fff;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}

.place-info .btn span {
  font-family: "Arimo-Bold";
  font-size: 16px;
  color: #fff;
  }

.place-info .btn:hover span {
  color: #000;
}

h3.exhibition-detail-info__right__topline__title {
  margin-top: 32px;
  margin-bottom: 23px;
  line-height: 45px;
  max-width: 475px;
}

.exhibition-detail-info__right__topline {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}

.exhibition-detail-info__right h5 a {
  color : #be1e2d;
}

.exhibition-detail-info__right__topline__age {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  font-family: "Arimo-Regular";
  color: #000;
  border: 1px solid black;
  border-radius: 50%;
}

.exhibition-detail-info__right span {
  font-weight: bold;
}

.exhibition-detail-info__right h5 {
  line-height: 32px;
}

.place-description {
  max-width: 925px;
  width: 100%;
  margin-left: auto;
  margin-top: 30px;
  margin-right: auto;
  margin-bottom: 50px;
  font-family: "PTSans-Regular";
  font-size: 18px;
  line-height: 31px;
  color: #151515;
}

.exhibition-detail__description span {
  font-style: normal;
  font-weight: bold;
}

.exhibition-detail__description p {
  font-style: italic;
}

.events {
  background: #e3e3e3;
}

.events-inner {
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 84px;
  padding-left: 45px;
  padding-right: 45px;
}

.events-slider {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  margin-top: 41px;
  padding-bottom: 106px;
}

.events-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  margin-top: 41px;
  padding-bottom: 106px;
}

.events-slider .events__item {
  width: 32% !important;
  padding-bottom: 15px;
  margin-left: 12px;
  margin-right: 12px;
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.events__item {
  position: relative;
}

.events__item:hover {
  box-shadow: none;
}

.events-border {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.events-border:hover {
  transition: 0.1s;
  border: 7px solid #BE1E2D;
}

.events-info {
  padding: 22px 24px 11px 20px;
}

.events__catergory {
  margin-top: 33px;
  color: #BE1E2D;
}

.events__img {
  position: relative;
  overflow: hidden;
}

.events__img img {
  position: static;
  width: 100%;
  height: auto;
}

.events__name {
  margin-top: 19px;
  line-height: 32px;
  font-size: 20px;
}

.events__date {
  display: flex;
  justify-content: space-between;
  margin-top: 19px;
  font-family: "Arimo-Regular";
  font-size: 18px;
  color: #151515;
  line-height: 25px;
}

.events__location {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 21px;
  font-family: "Arimo-Bold";
  font-size: 20px;
  color: #95989a;
  line-height: 32.36px;
}


.events-inner .exhibition-type__point {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 30px;
  font-family: "Arimo-Regular";
  font-size: 18px;
  color: #151515;
  /* margin-left: 40px; */
}


.events__cost {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 34px;
  font-family: "Arimo-Regular";
  font-size: 16px;
  color: #151515;
}

.events__cost img {
  padding-right: 10px;
}

.events__title {
  margin-top: 0;
  margin-left: 12px;
}

.events-slider .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.events-slider .slick-next {
  top: auto;
  bottom: 36px;
  width: 23px;
  height: 12px;
  background: url(../image/arr-black-right.png) top left no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.events-slider .slick-prev {
  top: auto;
  bottom: 36px;
  width: 23px;
  height: 12px;
  background: url(../image/arr-black-left.png) top left no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.slick-dots li button::before {
  color: #95989A;
}

.exhibition-detail-header li button::before {
  color: #fff;
}

.catalog {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  max-width: 1024px;
  width: 100%;
  margin-left: auto;
  margin-top: 20px;
  margin-right: auto;
  padding-bottom: 55px;
}

.catalog__title {
  margin-left: 42px;
  margin-top: 58px;
  margin-bottom: 0;
}

.catalog-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0 26px 0 41px;
}

.catalog__left {
  width: 40%;
  height: 390px;
}

.catalog__right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  padding-top: 43px;
  width: 61%;
}

.catalog__subtitle {
  font-size: 24px;
  line-height: 34px;
  margin-top: 0;
}

.catalog__description {
  font-family: "Arimo-Regular";
  font-size: 20px;
  color: #151515;
  margin-top: 37px;
  line-height: 23px;
}

.catalog__price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-top: 52px;
}

.catalog__price p {
  margin: 0;
  padding-left: 20px;
  font-family: "Arimo-Regular";
  font-size: 20px;
  color: #151515;
}

.catalog__left .btn {
  width: 154px;
}

.catalog__left .btn--black {
  padding: 17px 32px;
  margin-top: 26px;
  font-family: "Arimo-Bold";
  font-size: 16px;
  color: #000;
}

.catalog__left a:hover {
  color: #fff;
}

.catalog-slider .slick-slide {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.catalog-slider .slick-dots {
  left: 14.5%;
  bottom: 0;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  -o-transform: translateY(25%);
  transform: translateY(25%);
  width: auto;
  margin-bottom: 0;
}

.catalog-slider .slick-next {
  left: 25%;
  top: 98.4%;
  bottom: 0;
  width: 23px;
  height: 12px;
  background: url(../image/arr-black-right.png) top left no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.catalog-slider .slick-prev {
  left: 7%;
  top: 98.4%;
  bottom: 0;
  width: 23px;
  height: 12px;
  background: url(../image/arr-black-left.png) top left no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.featured {
  padding: 59px 42px;
  background: #e3e3e3;
  line-height: 31px;
}

.featured-content-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.featured-content {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.featured-item:hover {
  text-decoration: underline;
  color: #D0021B;
  cursor: pointer;
  transition: none;
}

.featured-item:hover span {
  color: #d0021b;
}

.featured-title {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-top: 10px;
  margin-right: auto;
  margin-bottom: 0;
  font-family: "Arimo-Bold";
  font-size: 32px;
  color: #000;
}

.featured-content__left {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.featured-content__right {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  margin-left: 61px;
  justify-content: space-around;
}

.featured-content__left a {
  margin-top: 27px;
  font-family: "PTSans-Regular";
  font-size: 14px;
  color: #151515;
  line-height: 31px;
}

.featured-content__right a {
  margin-top: 24px;
  font-family: "PTSans-Regular";
  font-size: 18px;
  line-height: 31px;
  color: #151515;
}

.featured-content__right a span {
  font-family: "PTSans-Bold";
  font-size: 18px;
  color: #151515;
  line-height: 31px;
}

.event-partners-inner {
  max-width: 1025px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-bottom: 50px;
}

.exhibition .past-events__item {
  margin-right: 12px;
  margin-left: 12px;
  padding-bottom: 15px;
  width: 288px;
}

.exhibition .past-events-inner {
  padding-left: 45px;
  padding-right: 45px;
}

.exhibition .past-events__title {
  margin-left: 12px;
}

.past-events__title {
  max-width: 930px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.past-events__item .exhibition-type__point {
  color: #151515;
  margin-top: 15px;
}

.exhibition-events-info .exhibition-detail-info__right__topline__age {
  right: 8%;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.popup-youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 92px;
  height: 61px;
  font-size: 0;
  outline: 0;
}

@media only screen and (max-width: 992px) {
  .exhibition-detail-header {
    height: 40vh;
  }

  .exhibition-header-inner {
    padding-top: 15px;
  }

  .exhibition-slider-bg {
    /*height: 40vh;*/
    height: 640px !important;
  }

  .exhibition-detail-slider__type h2 {
    font-size: 32px;
  }

  .exhibition-type__title {
    font-size: 18px;
  }

  .exhibition-type__date {
    font-size: 28px;
  }

  .exhibition-header-inner .exhibition-type__point {
    margin-top: 38px;
  }

  .exhibition-detail-slider__type {
    min-height: 310px;
  }

  .exhibition-detail-header .slick-prev {
    right: 21%;
  }

  .exhibition-detail-header .slick-next {
    right: 7.6%;
  }

  .exhibition-detail-header .slick-dots {
    top: 21px;
    right: 11%;
  }

  .place-info__left {
    justify-content: center;
  }

  .place-info__left-content {
    width: 100%;
    padding: 42px 18px 23px 38px;
  }

  .exhibition-detail-info__date .exhibition-type__date {
    font-size: 20px;
  }

  .place-info__left {
    margin-right: 30px;
    margin-bottom: 10px;
  }

  .exhibition-detail-info__right {
    padding-left: 25px;
    padding-right: 25px;
  }

  .events-slider .events__item {
    width: 50% !important;
  }

  .past-events__item {
    width: 50% !important;
  }

  .past-events__item:nth-child(3) {
    display: none;
  }

  .exhibition .past-events-inner {
    padding: 0;
  }

  .past-events {
    padding: 63px 10px 73px;
  }

  .event-partners-inner {
    padding-left: 0;
  }

  .event-partners-inner .page__title {
    padding-left: 20px;
  }

  .partners-content__itemimg {
    width: auto;
  }

  .partners-content__itemimg img {
    width: 165px;
  }

  .partners-content__part {
    width: 20%;
  }

  .partners-content__item {
    justify-content: space-around;
  }

  .partners__title--smi {
    padding-left: 20px;
  }

  .partners__title {
    padding-left: 20px;
  }

  .partners-content__part {
    margin-left: 0;
  }

  .place-description {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 20px !important;
  }

  .partners-content {
    margin-top: 0;
  }

  .catalog-slider .slick-slide {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .catalog__left {
    width: 100%;
    order: 2;
    margin-top: 35px;
  }

  .catalog__right {
    width: 100%;
    justify-content: flex-start;
  }

  .catalog__right img {
    width: 345px;
    height: 275px;
  }

  .catalog__description {
    max-width: 400px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 576px) {
  .past-events__item:nth-child(2) {
    display: none;
  }

  .w100p {
    width: 100%;
  }

  .tiles__description {
    padding: 0px 60px 0px 39px;
  }

  .visitors__title {
    text-align: left;
  }

  .visitors-adress {
    text-align: left;
  }

  .worktime-title {
    padding-left: 10px;
  }

  .guide__title {
    margin-left: 10px;
  }

  .place-info__worktime {
    -ms-align-items: flex-start;
    align-items: flex-start;
  }

  .past-events__item {
    width: 100% !important;
  }

  .partners-content__part:nth-child(4) {
    display: ;
  }

  .events-slider .slick-track {
    width: auto !important;
  }

  .partners-content__part {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .partners-content__itemimg img {
    width: 100%;
  }

  .area .slick-next {
    width: 40px;
    height: 40px;
    right: 10px;
  }

  .area .slick-prev {
    width: 40px;
    height: 40px;
    left: 10px;
  }

  .catalog__title {
    margin-left: 15px;
  }

  .catalog-item {
    padding-left: 12px;
  }

  .exhibition-header-inner {
    padding-top: 30px;
    margin-top: 0;
  }

  .events-slider .events__item {
    width: 100% !important;
    margin-left: 30px;
    margin-right: 30px;
  }

  .exhibition-detail .events-slider .events__item:not(:first-child) {
    display: none;
  }

  .catalog-slider .slick-next {
    left: 31%;
  }

  .events-slider {
    padding-bottom: 30px;
  }

  .events-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .catalog-slider .slick-dots {
    bottom: 2px;
  }

  .exhibition-detail-header {
    height: 100vh !important;
  }

  .exhibition-slider-bg {
    /*height: 80vh !important;*/
    height: 640px !important;
  }

  .exhibition-detail-slider__type {
    margin-left: 15px;
  }

  .exhibition-detail-slider__type h2 {
    font-size: 24px;
  }

  .exhibition-type__title {
    font-size: 16px;
  }

  .exhibition-type__date {
    font-size: 20px;
  }

  .exhibition-header-inner .exhibition-type__point {
    margin-top: 50px;
  }

  .exhibition-detail-slider__type {
    min-height: 270px;
  }

  .exhibition-detail-slider__logo {
    max-width: 75px;
    bottom: 5%;
  }

  .exhibition-detail-header .slick-prev {
    right: 36%;
  }

  .exhibition-detail-header .slick-next {
    right: 2.6%;
  }

  .exhibition-detail-info__date {
    width: auto;
    text-align: left;
  }

  .place-info__left-content .exhibition-type__point {
    width: 100%;
    padding-left: 40;
  }

  .place-info__left-content .exhibition-type__point .point{
    left: 0px;
  }

  .place-info {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .place-info__left {
    width: 100% !important;
  }

  .place-info__left-content {
    padding: 42px 18px 23px 18px;
    align-items: flex-start;
  }

  .exhibition-detail .area {
    display: none;
  }
}

/* ------------------------------------------------------------------------------------------------- */
/* PROJECTS DETAIL */
/* ------------------------------------------------------------------------------------------------- */
.project {
  background: #fff;
}

.project-detail {
  background: #fff;
}

.project-detail-header {
  background: #151515;
  background: url(../image/project-detail-head.png) center center no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  height: calc(82vh - 152px);
}

.absolute-logo {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transform: translate(-50%,-50%);
}

.project-detail-inner {
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.project-detail__description {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 66px;
}

.project-detail-info {
  padding-bottom: 58px;
  padding-top: 76px;
}

.project-detail__title {
  max-width: 1025px;
  width: 100%;
  padding-left: 43px;
  margin-left: auto;
  margin-right: auto;
}

.project-detail__description__text {
  width: 100%;
  padding-left: 41px;
  font-family: "PTSans-Regular";
  font-size: 18px;
  line-height: 31px;
  color: #151515;
}

.project-detail__description__contacts {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  width: 30%;
  height: 372px;
  padding-left: 12px;
  margin-top: 2px;
}

.project-detail__description__contacts .btn--buy {
  width: 126px;
  padding: 18px 75px;
  border: 2px solid #000;
}

.project-detail__description__contacts .btn span {
  color: #000;
  width: 100%;
  font-size: 16px;
}

.project-detail__description__contacts .btn:hover span {
  color: #fff;
}

.project-detail__description__contacts .btn:after {
  background-color: #000;
}

.project-social {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-top: 40px;
  margin-bottom: 37px;
}

.project-social__item {
  width: 32px;
  height: 32px;
  border: 1px solid black;
  border-radius: 50%;
}

.project-contacts {
  margin-top: 12px;
  line-height: 15px;
}

.project-social__item:not(:first-child) {
  margin-left: 10px;
}

.project-social__item--fb {
  width: 32px;
  height: 32px;
  background: url(../image/project-fb.png) center center no-repeat ;
}

.project-social__item--ig {
  width: 32px;
  height: 32px;
  background: url(../image/project-ig.png) center center no-repeat ;
}

.project-social__item--vk {
  width: 32px;
  height: 32px;
  background: url(../image/project-vk.png) center center no-repeat ;
}

.project-social__item--tw {
  width: 32px;
  height: 32px;
  background: url(../image/project-tw.png) center center no-repeat ;
}

.project-social__item--yt {
  width: 32px;
  height: 32px;
  background: url(../image/project-yt.png) center center no-repeat ;
}

.project-social__item--fb:hover {
  background: #000 url(../image/fb-white.png) center center no-repeat ;
}

.project-social__item--ig:hover {
  background: #000 url(../image/ig-white.png) center center no-repeat ;
}

.project-social__item--vk:hover {
  background: #000 url(../image/vk-white.png) center center no-repeat ;
}

.project-social__item--tw:hover {
  background: #000 url(../image/tw-white.png) center center no-repeat ;
}

.project-social__item--yt:hover {
  background: #000 url(../image/yt-white.png) center center no-repeat ;
}


.project-detail__leader {
  background: #E3E3E3;
}

.project-detail__leader img {
  max-width: 422px;
}

.project-detail__image {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  width: 49%;
  min-height: 601px;
  background-size: cover;
  background-image : url("../image/project-curator.png");
  background-position: center;
  background-repeat: no-repeat;
}

.project-detail__leader .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.project-detail__leader .slick-initialized .slick-slide {
  display: flex;
  max-width: 1025px;
  justify-content: center;
  align-items: center;
}

.project-detail__leader__inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex !important;
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.project-detail__leader__inner .project-detail__title:first-child {
  margin-top: 87px;
  padding: 0;
  padding-left: 5px;
}

.project-detail__leader__inner .project-detail__title:nth-child(2) {
  margin-top: 23px;
  padding: 0;
  padding-left: 5px;
}


.project-detail__text {
  width: 73%;
  padding-top: 2px;
  padding-left: 40px;
  font-family: "PTSans-Regular";
  font-size: 18px;
  line-height: 31px;
  color: #151515;
}

.project-detail__text p {
  width: 87%;
  margin-top: 73px;
  padding-left: 3px;
  font-family: "PTSans-Regular";
  font-size: 18px;
  line-height: 31.18px;
  color: #151515;
}

.project-detail__admission {
  background: #D0021B;
}

.project-detail__admission__inner {
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  padding-top: 51px;
  margin-right: auto;
  padding-bottom: 38px;
}

.project-detail__admission .project-detail__title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding: 0;
}

.project-detail__admission__description {
  padding: 33px 117px 3px;
  font-family: "PTSans-Regular";
  font-size: 18px;
  line-height: 31px;
  text-align: center;
  color: #fff;
}

.project-detail__admission .btn-lg {
  font-size: 16px;
  padding: 17px;
  margin-top: 44px;
  width: 300px;
}

.project .event {
  background:  url("../image/project-detail-event-bg.png") 0 0 no-repeat;
  background-size: cover;
  padding: 0;
}

.event__place {
  font-family: "Arimo-Regular";
  font-size: 20px;
  color: #fff;
}

.icon-point {
  display: -webkit-inline-flex;
  display: -moz-inline-flex;
  display: -ms-inline-flex;
  display: -o-inline-flex;
  display: inline-flex;
  width: 23px;
  height: 23px;
  background: url("../image/location-project.png") 0 0 no-repeat;
}

.project .event__ticket {
  margin-top: 10px;
}

.event__place {
  margin-top: 50px;
}

/*.project-detail .event-slider {
  max-width: 940px;
  width: 100%;
}*/

.project-detail .event__img {
  width: 379px;
  margin-top: 41px;
}

.project-detail .event-content {
  padding-top: 96px;
  padding-left: 102px;
}

.project-detail .event__category {
  margin-top: 67px;
}

.project-detail .event__description {
  margin-top: 8px;
}

.project-detail ..event__text {
  margin-left: 14px;
}

.project-detail .event__place {
  margin-top: 65px;
}

.project-detail .event-slider .slick-prev {
  left: 52%;
}

.project-detail .event-slider .slick-next {
  left: 79%;
}

.project-detail .event-slider .slick-dots {
  left: 63.5%;
}

.project-detail .event-slider .slick-dots li button:before {
  font-size: 33px;
}

.project-detail .past-events__item {
  width: 32%;
}

.project-detail .past-events-inner {
  max-width: 933px;
}

.project-detail .past-events__img {
  height: auto;
}

.project-detail .past-events__name {
  margin-top: 36px;
}

.project-detail .past-events__date {
  margin-top: 30px;
}

.project-detail-header__arrow {
  position: absolute;
  bottom: 27px;
  left: 46%;
  transform: translateX(-50%);
  width: 31px;
  height: 17px;
  background: url("../image/icon-arrow-down.svg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 2;
  -webkit-animation: translate-y 1.5s ease-in-out infinite;
  -o-animation: translate-y 1.5s ease-in-out infinite;
  animation: translate-y 1.5s ease-in-out infinite;
  cursor: pointer;
}

.project-detail__description__contacts .btn span {
  font-family: "Arimo-Regular";
  font-weight: normal;
}

@media only screen and (max-width: 992px) {
  .project-detail .event-content {
    padding-left: 30px;
  }

  .projects .tiles-item:hover .tiles__arrow {
    visibility: hidden;
    opacity: 0;
  }

  .tiles-item:hover .overlay {
    opacity: 1 !important;
  }

  .tiles-item:hover {
    /*box-shadow: none;*/
    background: transparent;
  }

  .tiles-item:hover span img {
    opacity: 1;
  }

  .projects .tiles-item:hover .tiles-item__logo {
    display: block;
  }

  .project-detail__title {
    font-size: 32px;
    padding-left: 30px;
    padding-right: 20px;
    text-align: left;
  }

  .project-detail__description {
    padding-left: 30px;
    padding-right: 30px;
  }

  .project-detail__description__text {
    width: 83%;
    padding-left: 0;
  }

  .project-detail__text p {
    margin-top: 27px;
  }

  .project-detail__text {
    width: 65%;
  }
}

@media only screen and (max-width:  768px) {
  .project-detail-header {
    height: calc(43vh - 152px);;
  }

  .project-detail__image {
    -webkit-background-size: contain;
    background-size: contain;
  }
}

@media only screen and (max-width:  576px) {
  .project-detail-header {
    height: calc(57vh - 152px);
  }

  .project-detail__admission__description {
    padding: 0;
  }

  .project-detail__description {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .project-detail__description__text {
    order: 2;
  }

  .project-detail__description__contacts {
    width: 100%;
    padding-left: 0;
  }

  .project-detail__leader__inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .project-detail__text {
    width: 100%;
    order: 2;
  }

  .project-detail__image {
    width: 100%;
  }
}

/* ------------------------------------------------------------------------------------------------- */
/* EXHIBITION-ARCHIVE
/* ------------------------------------------------------------------------------------------------- */

.exhibition-detail-info__archive {
    max-width: 941px;
    width: 100%;
    margin-left: auto;
    margin-top: 30px;
    margin-right: auto;
    font-family: "PTSans-Regular";
    font-size: 18px;
    line-height: 31px;
    color: #151515;
}

.exhibition-detail-info__archive .exhibition-art-logo {
  transform: translateY(93px);
}

.exhibition-detail-info__archive span {
  font-weight: bold;
}

.exhibition-events__catergory--archive {
  color: #95989A;
}

.exhibition-events-inner .exhibition-type__point--archive {
  font-family: "Arimo-Bold";
  font-size: 20px;
  color: #95989A;
}

.exhibition-detail-info__archive .exhibition-detail-info__eventname h5 {
  color: #BE1E2D;
}

.exhibition-detail__description--archive {
  max-width: 941px;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-bottom: 0px;
  padding-bottom: 150px;
  margin-right: auto;
  line-height: 29px;
}

.exhibition-detail__description--archive span {
  font-weight: bold;
}

.exhibition-detail__description--archive p {
  font-style: normal;
}

.exhibition-detail-info__archive .exhibition-detail-info__right__topline__title {
  margin-top: 40px;
  max-width: 941px;
}

.exhibition-detail-info__archive p {
  margin-top: 24px;
}

.exhibition-events-slider--archive {
  padding-bottom: 167px;
}

.feautered--archive {
  padding-bottom: 78px;
}

/* ------------------------------------------------------------------------------------------------- */
/* HISTORY
/* ------------------------------------------------------------------------------------------------- */

.history {
  background: #fff;
}

.history-header {
  background-image: url("../image/history-preview.jpg?v=1");
  background-repeat: no-repeat;
  background-size: cover !important;
  background-position: bottom;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  overflow: hidden;
  height: calc(82vh - 152px);
  position: relative;
}
.international .history-header{
  background-image: url("/images/Top.jpg");
}

.history-header .b-bg{
  position:absolute;
  background: rgba(0,0,0,0.5);
  width: 100%;
  height:100%;
  transition: .3s;
}

.history-header-inner {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.history-info {
  padding-top: 50px;
  padding-bottom: 50px;
}

.history-info.gray {
  background: #e3e3e3;
}

.history-header__title {
  margin-top: 3px;
  font-family: "Arimo-Bold";
  font-size: 40px;
  text-align: center;
  color: #fff;
}

.history-description__text {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: "PTSans-Regular";
  font-size: 18px;
  line-height: 32px;
  color: #151515;
}

@media only screen and (max-width: 992px) {
  .history-description__text {
    padding: 30px;
  }
  
  .history-wrapper.artist-list{
   padding: 30px; 
  }

  .history-header {
    height: calc(48vh - 152px);
  }

  .partners-content__itemtitle {
    text-align: center;
  }

  .partners-content__part {
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
  }
}
/* ------------------------------------------------------------------------------------------------- */
/* ABOUT
/* ------------------------------------------------------------------------------------------------- */

.image-title {
  max-width: 1025px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding-bottom: 72px;
  padding-right: 80px;
  padding-left: 42px;
  font-family: "Arimo-Bold";
  font-size: 40px;
  color: #fff;
  line-height: 66.72px;
}

.image-title br {
  display: none;
}

.descr.block-padding {
  padding: 73px 42px 55px;
}

#about .info-text {
  margin-top: 54px;
  margin-bottom: 115px;
  padding: 0;
}

#about .info-text .img {
  width: 220px;
}

#about .info-text .img img {
  width: 100%;
}

#about .info-text .info {
  display: block;
  padding-top: 5px;
  padding-left: 45px;
}

.about-info__title {
  font-family: "Arimo-Bold";
  font-size: 28px;
  color: #000;
}

.artist-item .about-info__title{
    font-size: 22px;
}

.about-info__status {
  margin-top: 5px;
}

.info-text .info p {
  margin-top: 92px !important;
  font-family: "PTSans-Italic";
  font-size: 18px;
  color: #151515;
  line-height: 31.18px;
}

#about h3 {
  margin-bottom: 55px;
  line-height: 45px;
}

.about-fond {
  margin-top: 79px;
}

.title-text-medium {
  min-height: 80px;
  margin-bottom: 47px;
  line-height: 40px;
  color : #BE1E2D;
}

#enter-popup {
  width: 805px;
  height: 395px;
  margin: 40px auto;
  position: relative;
}

ul.info-list {
  padding-left: 36px;
  list-style-type: inherit;
}

#about ul.info-list {
  color: #000;
}

ul.info-list li {
  margin-bottom: 23px;
  line-height: 31px;
}

ul.info-list li:before {
  display: none;
}

#about .red-block {
  padding: 66px 15px 32px;
}

#about .title-text {
  margin-bottom: 48px;
  font-family: "Arimo-Bold";
  font-size: 32px;
  color: #fff;
  line-height: 51.78px;
}

#about .image img {
  margin-left: auto;
  margin-right: auto;
}

#about .red-block .slick-track {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

#about .red-block .slick-initialized .slick-slide .image-slide {
  padding-right: 19px;
  padding-left: 19px;
}
#about .red-block .slick-initialized .slick-slide {
  /*padding-right: 6px;*/
  /*padding-left: 32px;*/
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  /*width: 200px !important;*/
}

#about .red-block .btn-lg {
  padding: 30px;
  width: 220px;
}

#about .block-padding-top {
  padding: 41px 43px 0;
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#about .history-space .img:hover {
  outline: 5px solid #be1e2d;
}

.row.about-fond {
  filter: grayscale(0);
}

.row.about-fond .col-lg-6 {
  padding-left: 15px;
  padding-right: 15px;
}

.history-space .row .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6 {
  padding-left: 15px;
  padding-right: 15px;
}

.information .row .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6 {
  padding-left: 15px;
  padding-right: 15px;
}

.history-space .row {
  filter: grayscale(0);
}

#about .information.block-padding {
  padding: 75px;
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

#about .information .title {
  font-family: "Arimo-Bold";
  font-size: 32px;
  color: #151515;
  line-height: 51.78px;
}

#about .information .text {
  margin-top: 26px;
  font-family: "PTSans-Regular";
  font-size: 18px;
  color: #151515;
  line-height: 31.18px;
}
#about .information .text a {
  text-decoration: underline;
}

#about .margin-bottom {
  margin-bottom: 97px;
}

#about .block-ps {
  text-align: right;
}

#about .table-block .slick-list {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}

#about .col-lg-6 {
  padding-right: 15px;
  padding-left: 15px;
}

@media only screen and (max-width: 992px) {
  #about .table-block .slick-list {
    max-width: 737px;
  }

  #about .red-block img {
    max-width: 146px;
  }

  #about .slick-prev {
    background: url("../image/icon-slick-prev.png") center center no-repeat;
    position: absolute;
    top: calc(50% - 20px);
    left: 3%;
    width: 40px;
    height: 40px;
    background-size: cover;
  }

  #about .slick-next {
    background: url(../image/icon-slick-next.png) center center no-repeat;
    position: absolute;
    top: calc(50% - 20px);
    right: 3%;
    width: 40px;
    height: 40px;
    background-size: cover;
  }

  .image-title {
    font-size: 30px;
  }

  #about .descr {
    font-size: 16px;
  }

  #about .info-text, .artist-item .info-text {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: flex-start;
  }

  #about .info-text .img {
    width: 38%;
  }

  #about .info-text .info {
    width: 62%;
  }

  .info-text .info p {
    margin-top: 15px !important;
  }

  #about h3 {
    font-size: 20px;
  }

  #about p {
    font-size: 16px;
  }

  .title-text-medium {
    margin-bottom: 0;
    font-size: 20px;
  }

  .border-right {
    border: none;
  }

  #about .information .name {
    font-size: 20px;
  }

  #about .information .text {
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  #about .table-block .slick-list {
    max-width: 561px;
  }

  /*#about .slick-prev {*/
    /*left: 81%;*/
  /*}*/

  .image-title {
    font-size: 20px;
  }

  .about-info__title {
    font-size: 24px;
  }

  .info-text .info p {
    margin-top: 95px !important;
  }

  #about .red-block img {
    max-width: 101px;
  }

  #about .title-text {
    font-size: 20px;
  }

  #about .red-block .btn-lg {
    padding: 20px;
    width: 179px;
  }

  #about .col-lg-6 {
    margin-bottom: 25px;
  }

  #about .history-space .name {
    font-size: 20px;
  }
}

@media only screen and (max-width: 576px) {
  #about .table-block .slick-list {
    max-width: 309px;
  }

  #about .slick-prev {
    left: 0;
    /*top: 100%;*/
  }

  #about .slick-next {
    /*top: 100%;*/
  }

  #about .title-text {
    margin-bottom: 0;
  }

  #about .red-block .btn-lg {
    margin-top: 50px;
  }

  #about .col-xs-12 {
    width: 100%;
  }

  #about .information.block-padding {
    padding: 0;
  }

  #about .margin-bottom {
    margin-bottom: 20px;
  }

  #about .block-padding-top {
    padding: 38px 0 0;
  }

  #about .block-ps {
    text-align: center;
  }

  #about .descr.block-padding {
    padding: 73px 15px 55px;
  }

  #about ul.info-list {
    padding-left: 18px;
  }

  #about .info-text, .artist-item .info-text{
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  #about .info-text .img, .artist-item .info-text .img {
    width: 100%;
  }

  #about .info-text .info p {
    margin-top: 30px !important;
  }

  #about .info-text .info, .artist-item .info-text .info {
    padding-top: 20px;
    width: 100%;
    padding-left: 5px;
  }

  #about .image-title {
    line-height: 33px;
  }

  #about .image {
    height: 430px;
  }

  #about .history-space a {
     max-height: 175px;
  }
}

/* ------------------------------------------------------------------------------------------------- */
/* NEWS
/* ------------------------------------------------------------------------------------------------- */

.news-list-page {
  padding-top: 128px;
  background-color: #e3e3e3;
}

.news-list-header {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 90px;
}

.news-list-header select {
  width: 140px;
}

.news-list__title {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Arimo-Bold";
  font-size: 40px;
  color: #000;
  line-height: 64.72px;
}

.news-list__item {
  margin-bottom: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.news-list__item:not(:first-child) {
  margin-top: 0;
}

.news-list-text {
  padding: 23px 25px;
}

.news-list__name {
  font-family: "PTSans-Bold";
  font-size: 18px;
  color: #151515;
  line-height: 25.45px;
}

.news-list__date {
  font-family: "Arimo-Regular";
  font-size: 14px;
  color: #151515;
  line-height: 16.8px;
  margin-top: 20px;
}

.news-detail {
  background: #fff;
}

.news-detail-header {
  background-image: url("../image/news-detail-preview.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  overflow: hidden;
  height: calc(82vh - 152px);
  position: relative;
}

.news-detail-header-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 1025px;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 84px 43px;
}

.news-detail-header__title {
  font-family: "Arimo-Bold";
  font-size: 40px;
  color: #fff;
  line-height: 64.72px;
  z-index: 2;
}

@media only screen and (max-width: 576px) {
  .news-detail-header__title {
    line-height: 30px;
    font-size: 20px;
  }

  .news-detail-header-inner {
    padding: 10px 43px;
  }

  .news-detail .text a {
    font-size: 16px !important;
  }
}

@media only screen and (max-width: 321px) {
  .news-detail .text a {
    font-size: 13px !important;
  }
}

.news-detail-header__date {
  margin-top: 37px;
  margin-left: 7px;
  font-family: "PTSans-Regular";
  font-size: 18px;
  color: #fff;
  line-height: 31.18px;
  z-index: 2;
}

.news-detail-content {
  padding: 84px 42px 111px;
}

.news-list-top {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: space-between;
}

.news-list__allnews {
  margin-top: 12px;
  font-family: "PTSans-Regular";
  font-size: 14px;
  text-decoration: underline;
  color: #95989a;
  letter-spacing: 0.3px;
  line-height: 16.8px;
}

.news-detail-content span {
  font-family: "Arimo";
  font-weight: bold;
  font-style: italic;
}


.news-detail-content p {
  margin-bottom: 24px;
}

.news-detail blockquote {
  margin-top: 43px;
  margin-bottom: 28px;
}

.news-detail .text a {
  font-family: "PTSans-Regular";
  font-size: 20px;
  color: #000;
  line-height: 31.18px;
  text-decoration: underline;
}

.news-list-top a:hover {
  color: #95989a !important;
  font-weight: bold;
  text-decoration: underline;
}

.news-detail a:hover {
  font-family: "PTSans-Bold";
  color: #be1e2d;
  transition: none;
}

.news-detail .news-list-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  padding: 86px 42px 77px;
}

.news-detail .news-list {
  margin-left: -15px;
  margin-right: -15px;
  padding-top: 89px;
  background-color: #fff;
}

.othernews__title {
  font-family: "Arimo-Bold";
  font-size: 32px;
  color: #000;
  line-height: 51.78px;
}

.news-detail .news-list__title {
  display: block;
  margin-top: 12px;
  font-family: "PTSans-Bold";
  font-size: 18px;
  color: #be1e2d;
  line-height: 31.18px;
}

.news-detail .news-list__text {
  display: block;
  margin-top: 10px;
}

.news-detail .news-list .row {
  margin-left: 0;
  margin-right: 0;
}

.news-list .row .col-xs-6,.col-sm-6,.col-md-6,.col-lg-6 {
  padding-left: 15px;
  padding-right: 15px;
}

@media only screen and (max-width: 992px) {
  .news-list-header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-padding-bottom {
    padding: 0;
  }

  .news-list__title {
    font-size: 30px;
  }

  .jq-selectbox.jqselect {
    width: 120px !important;
  }
}

@media only screen and (max-width: 768px) {
  .news-detail-header {
    height: calc(100vh - 152px);
  }

  .news-detail-header-inner {
    padding: 0px 43px;
  }

  .news-detail-header__title {
    font-size: 26px;
    line-height: 30px;
  }
}

/* ------------------------------------------------------------------------------------------------- */
/* TEAM */
/* ------------------------------------------------------------------------------------------------- */

.team {
  padding-top: 51px;
  padding-bottom: 201px;
  background-color: #e3e3e3;
}

.team-content {
  margin-top: 89px;
}

.team-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.team-item:not(:first-child) {
  margin-top: 105px;
}

.team .page__title {
  margin-top: 77px;
  font-family: "Arimo-Bold";
  font-size: 40px;
  color: #151515;
  line-height: 64.72px;
}

.team-info {
  padding-left: 20px;
}

.team-info__title {
  font-family: "Arimo-Bold";
  font-size: 28px;
  color: #000;
  line-height: 35px;
}

.team-info__description {
  margin-top: 38px;
  font-family: "PTSans-Bold";
  font-size: 18px;
  color: #151515;
  line-height: 31.18px;
}

.team-text {
  margin-top: 84px;
  margin-left: 80px;
}

.team-text p {
  margin-top: 20px;
  font-family: "Arimo-Regular";
  font-size: 14px;
  color: #151515;
  line-height: 16.8px;
}

@media only screen and (max-width: 992px) {
  .team-img {
    width: 40%;
  }

  .team-img img {
    display: block;
    width: 100%;
  }

  .team-info {
    width: 60%;
  }

  .team {
    padding-left: 30px;
    padding-right: 30px;
  }

  .team-text {
    margin: 0;
  }
}

@media only screen and (max-width: 567px) {
  .team-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .team-img {
    width: 100%;
  }

  .team-info {
    width: 100%;
    margin-top: 30px;
  }
}

/* ------------------------------------------------------------------------------------------------- */
/* VACANCIES */
/* ------------------------------------------------------------------------------------------------- */

.vacancies-header {
  padding-top: 118px;
  padding-bottom: 86px;
  background-color: #e3e3e3;
}

.vacancies-header-text {
  margin-top: 100px;
}

.vacancies-header-text p {
  margin-bottom: 23px;
}

.vacancies-items {
  padding-top: 54px;
  padding-bottom: 54px;
  background: #fff;
}

.vacancies-item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.vacancies-item:not(:first-child) {
  margin-top: 20px;
}

.vacancies-left {
  width: 28.6%;
}

.vacancies-position__description {
  margin-top: 41px;
}

.vacancies-right {
  width: 66.2%;
}

.vacancies-info {
  padding-top: 17px;
}

.vacancies-info-list {
  margin-top: 27px;
  margin-bottom: 27px;
  padding-left: 20px;
}

.vacancies-info__title {
  font-size: 18px;
}

.vacancies-info__item {
  font-size: 18px;
  color: #151515;
  line-height: 31.18px;
}

.vacancies-desctiption {
  padding-top: 47px;
  padding-bottom: 30px;
}

.vacancies-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}

.vacancies-desctiption__title {
  line-height: 45.3px;
}

.vacancies-desctiption-right {
  margin-top: 21px;
}

.vacancies-desctiption p {
  margin-bottom: 24px;
}

@media only screen and (max-width: 992px) {
  .vacancies-header {
    padding-left: 30px;
    padding-right: 30px;
  }

  .vacancies-items {
    padding-left: 30px;
    padding-right: 30px;
  }

  .vacancies-desctiption {
    padding-left: 30px;
    padding-right: 54px;
  }
}

@media only screen and (max-width: 768px) {
  .vacancies-item {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }

  .vacancies-info__item {
    margin-bottom: 20px;
  }

  .vacancies-left {
    width: 100%;
  }

  .vacancies-right {
    width: 100%;
  }

  .vacancies-inner {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
  }
}
/* ------------------------------------------------------------------------------------------------- */
/* FlatPicker */
/* ------------------------------------------------------------------------------------------------- */


.flatpickr-calendar.animate.open {
  width: 470px;
  height: 420px;
  border-radius: 0;
}

.flatpickr-innerContainer {
  width: 470px;
  height: 420px;
}

.flatpickr-month {
  margin-top: 10px;
  max-width: 340px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.flatpickr-days {
  max-width: 311px;
  width: 100%;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
}

.flatpickr-rContainer {
  max-width: 400px;
  width: 100%;
  height: 350px;
  margin-right: auto;
  margin-left: auto;
}

.dayContainer {
  max-width: 311px;
  width: 100%;
  height: 230px;
  margin-left: auto;
  margin-right: auto;
}

.flatpickr-weekdays {
  max-width: 311px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 25px;
  margin-bottom: 15px;
}

.flatpickr-day {
  border-radius: 0;
  font-family: "Arimo";
  font-size: 18px;
}

.calendar.flatpickr-input.active {
  position: relative;
}

.flatpickr-day:hover {
  background: transparent;
  color: #D8262C;
  border: none;
}

span.flatpickr-weekday{
  font-family: "PTSans-Regular";
  font-size: 16px;
  color: #000;
  font-weight: normal;
}

.flatpickr-day.selected, .flatpickr-day.startRange, .flatpickr-day.endRange, .flatpickr-day.selected.inRange, .flatpickr-day.startRange.inRange, .flatpickr-day.endRange.inRange, .flatpickr-day.selected:focus, .flatpickr-day.startRange:focus, .flatpickr-day.endRange:focus, .flatpickr-day.selected:hover, .flatpickr-day.startRange:hover, .flatpickr-day.endRange:hover, .flatpickr-day.selected.prevMonthDay, .flatpickr-day.startRange.prevMonthDay, .flatpickr-day.endRange.prevMonthDay, .flatpickr-day.selected.nextMonthDay, .flatpickr-day.startRange.nextMonthDay, .flatpickr-day.endRange.nextMonthDay {
  background: #E31C27;
  border: none;
}

.flatpickr-calendar.animate.open p {
  position: relative;
  margin-top: 10px;
  font-family: "PTSans-Regular";
  font-style: italic;
  font-size: 14px;
  color: #95989A;
}

.flatpickr-calendar.animate.open p::before {
  position: absolute;
  top: 20%;
  left: 10%;
  content: '';
  width: 17px;
  height: 17px;
  background: url("../image/calendar-icon.png") center center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.flatpickr-calendar.animate.dayContainer.slideLeft {
  transform: translate3d(80%, 0, 0);
}

.flatpickr-current-month .numInputWrapper {
  font-size: 20px;
  font-weight: bold;
  font-family: "Arimo";
}

.flatpickr-current-month span.cur-month {
  font-family: "Arimo";
  font-size: 20px;
  font-weight: bold;
}

/* ------------------------------------------------------------------------------------------------- */
/* ARCHIVE */
/* ------------------------------------------------------------------------------------------------- */

.archive {
  background: #e3e3e3;
}

.archive .row {
  .filter: grayscale(100%);
}

.row {
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  filter: grayscale(0%);
}


.archive-content {
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  padding-top: 83px;
  padding-bottom: 75px;
  margin-right: auto;
  filter: grayscale(100%);
}

.archive-title {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.archive-subtitle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 83px;
  color: #95989A;
}

.archive-subtitle--res {
  margin-top: 63px;
}

.archive-subtitle--pro {
  margin-top: 89px;
}

.col-lg-6 {
  padding: 0;
}

.archive .tiles {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
}

.archive .tiles--archive {
  margin-top: 49px;
}

.row--small {
  max-width: 970px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 52px;
}

.archive .tiles-item {
  margin-bottom: 50px;
}

.col-lg-6:nth-child(2) {
  padding-right: 20px;
}

#events .col-lg-6:nth-child(1) {
  padding-left: 0px;
  padding-right: 9px;
}

a.item {
  margin-bottom: 20px;
}

.archive .news-list__item:hover {
  outline: none;
  box-shadow: none;
}

.archive .item-list .events-info {
  padding: 0px 17px 23px 22px;
}

.archive .btn--black {
  margin-top: 0;
}

.col-lg-6--big {
  padding-left: 42px !important;
  padding-right: 9px !important;
}

a.item.small {
  max-width: 220px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.item-list {
  margin-top: 49px;
  filter: grayscale(0%);
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.archive .item-list {
  filter: grayscale(100%);
}

.archive .item-list .events__img img {
  width: 100%;
}

.archive .tiles-item:hover > div {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.news-list__item {
  display: block;
  margin-bottom: 35px;
  -webkit-transition: outline 0.15s linear;
  -moz-transition: outline 0.15s linear;
  -o-transition: outline 0.15s linear;
  transition: outline 0.15s linear;
}

.news-list__item:not(:first-child) {
  margin-top: 39px;
}

.news-list__item:hover {
  outline: 5px solid #be1e2d;
  color: #333;
}

.news-list__img {
  width: 100%;
}

.news-list-text {
  background-color: #fff;
  padding: 19px 22px;
}

/* ------------------------------------------------------------------------------------------------- */
/* SEARCH */
/* ------------------------------------------------------------------------------------------------- */

.search {
  background: #e3e3e3;
}

.row .events__cost img {
  width: 17px;
  height: 17px;
  padding-right: 0;
  margin-right: 17px;
}

.search .row {
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  filter: grayscale(0);
}

.search-content {
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  padding-top: 83px;
  padding-bottom: 75px;
  margin-right: auto;
}

.search-title {
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
}

.search-subtitle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 960px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  color: #95989A;
}

.search .item-list {
  margin-top: 60px;
  filter: grayscale(0);
  max-width: 1025px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.search .item-list .events__img img {
  width: 100%;
}

.search .tiles-item:hover > div {
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
}

.search .tiles {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 56px;
}

.search .tiles--archive {
  max-width: 940px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 49px;
}

 .item-list .events__img img {
  width: 100%;
 }

 @media only screen and (max-width: 992px) {
  .search-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .search-title {
    font-size: 30px;
  }

  .archive-line {
    width: 22%;
  }

  .archive-line img {
    display: block;
    width: 100%;
  }

  .archive-subtitle {
    font-size: 20px;
  }
 }

 @media only screen and (max-width: 576px) {
    .archive-line {
      display: none;
    }

    .archive-subtitle {
      margin-top: 30px;
    }
 }

/* ------------------------------------------------------------------------------------------------- */
/* POPUP */
/* ------------------------------------------------------------------------------------------------- */

**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;



  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;

  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);

  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

#small-dialog {
  background: #BE1E2D;
  padding: 20px 30px;
  text-align: center;
  max-width: 460px;
  min-height: 535px;
  margin: 40px auto;
  position: relative;
}

.popup-title {
  margin-top: 91px;
  margin-bottom: 36px;
  font-family: "Arimo";
  font-weight: bold;
  font-size: 36px;
  color: #fff;
}

.popup-contacts {
  font-family: "PTSans-Regular";
  font-size: 17px;
  color: #fff;
  line-height: 30px;
}

.popup-contacts:hover {
  color: #fff;
}

.popup-logo {
  margin-top: 47px;
}

.mfp-close {
  width: 25px;
  height: 25px;
  line-height: 25px;
  padding: 0 0 19px 1px !important;
  margin-right: 16px;
  margin-top: 22px;
  opacity: 1;
}

#small-dialog .worktime-social {
  justify-content: center;
  margin-top: 29px;
}

.mfp-close-btn-in .mfp-close {
  color: #fff;
}

button.mfp-close, button.mfp-arrow {
  border: 1px solid #fff;
  border-radius: 50%;
}

#small2-dialog {
  background: #BE1E2D;
  padding: 20px 30px;
  text-align: center;
  max-width: 460px;
  min-height: 450px;
  margin: 40px auto;
  position: relative;
}

#small2-dialog p {
  margin-top: 55px;
  margin-bottom: 37px;
  font-family: "PTSans-Bold";
  color: #fff;
}

#big-dialog {
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  min-height: 600px;
  background: #BE1E2D;
  padding: 34px 79px;
}

#big-dialog h1 {
  color: #fff;
}

#big-dialog p {
  max-width: 640px;
  min-height: 280px;
  margin-top: 41px;
  margin-bottom: 20px;
  font-family: "PTSans-Regular";
  font-size: 16px;
  color: #fff;
}

.big-download {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  max-width: 782px;
  margin-left: auto;
  margin-top: 48px;
  margin-right: auto;
  width: 100%;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.big-download--left {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  font-family: "PTSans-Bold";
  font-size: 20px;
  color: #fff;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.big-download--right {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 50%;
  justify-content: flex-start;
}

.big-download--right a {
  /*width: 100px;*/
  flex-grow: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "PTSans-Bold";
  font-size: 14px;
  color: #fff;
}

.big-download--right a:not(:last-child) {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.big-download--right a:hover {
  color: #fff;
}



/* ------------------------------------------------------------------------------------------------- */
/* DATAPICKEr */
/* ------------------------------------------------------------------------------------------------- */

.input-daterange {
  display: flex;
  position: absolute;
  width: 100%;
  background: #fff;
  opacity: 0;
  left: 0;
}

.dateformat {
  cursor: pointer;
}

.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
  text-align: center;
}

.dropdown-menu {
  min-width: 470px;
  min-height: 423px;
}

.table-condensed {
  font-size: 100%;
  width: 100%;
  max-width: 380px;
  min-height: 370px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
}

.table-condensed tr {
  height: 25px;
}

.table-condensed .day {
  font-family: "Arimo";
  font-size: 18px;
  color: #000;
  padding: 0;
  width: 54px;
}

.datepicker-switch {
  font-family: "Arimo";
  font-weight: bold;
  font-size: 20px;
}

.dow {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  font-family: "PTSans-Regular";
  font-size: 16px;
  font-weight: normal;
  color: #000;
}

.table-condensed .day.old  {
  padding: 0;
  color: #95989A;
}

.table-condensed .day.new {
  color: #95989A;
}

.table-condensed .day.today {
  border: 1px solid #B8BCBF;
}

tfoot {
  display: none;
}

.day:hover,
.day.new:hover,
.day.old:hover {
  cursor: pointer;
  color: #fff;
  background: #E31C27;
  border: none;
}

.next {
  cursor: pointer;
}

.prev {
  cursor: pointer;
}

.datepicker::before {
  content: "Выберите дату или даты начала и окончания периода";
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 15px;
  width: 100%;
  text-align: center;
  font-family: "PTSans-Italic";
  font-size: 14px;
  color: #95989A;
}
.datepicker.datepicker-en::before {
  content: "Choose a search period";
}

.worktime-bottom {
  margin-top: 63px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.worktime-share__icon {
  width: 20px;
  height: 20px;
  background: url('../image/share-btn.svg') center no-repeat;
  background-size: 20px 20px;
}

.worktime-buttons__item {
  display: block;
  width: 20px;
  height: 20px;
}

.worktime__share {
  position: relative;
  cursor: pointer;
}

.worktime-share-buttons {
  display: flex;
  position: absolute;
  opacity: 0;
  visibility: none;
  left: -110px;
  top: -7px;
  align-items: center;
  justify-content: space-between;
  padding-left: 7px;
  padding-right: 13px;
  width: 100px;
  height: 35px;
  background: url('../image/icon-bg.svg') center no-repeat;
  background-size: 100px 35px;
  pointer-events: none;
  transition: all .2s ease-in-out;
}

.worktime__share.clicked .worktime-share-buttons {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.worktime-buttons__item--fb {
  background: url('../image/fb-icon.png') center no-repeat;
  background-size: 20px;
}

.worktime-buttons__item--ok {
  background: url('../image/ok-icon.png') center no-repeat;
  background-size: 20px;
}

.worktime-buttons__item--vk {
  background: url('../image/vk-icon.png') center no-repeat;
  background-size: 20px;
}

@media only screen and (max-width: 1310px) {
  .place-info__left {
    width: 44%;
    margin-right: 30px;
    margin-bottom: 0;
    justify-content: center;
  }
}


@media only screen and (max-width: 992px) {
  .col-lg-6--big {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .col-lg-6:nth-child(2) {
    padding-right: 8px;
  }

  .news-block {
    height: 175px;
  }

  .news-block .news-text {
    font-size: 13px;
    margin-top: 15px;
  }

  .news-list .col-lg-6:nth-child(2) {
    padding: 0;
  }

  .news-list .col-lg-6 {
    padding: 0;
  }

  .news-list .row {
    padding: 15px;
  }
}

@media only screen and (max-width: 576px) {
  a.item.small {
    max-width: unset;
  }

  .navbar-mobile-contacts {
    padding-top: 10px;
  }

  .navbar-mobile-social .navbar-social {
    padding-top: 0;quide-map-path
  }

  .col-lg-6:nth-child(2) {
    padding: 0;
  }

  #events .col-lg-6:nth-child(1) {
    padding: 0;
  }

  .float-scroll {
    padding: 15px;
  }

  .col-lg-6--big {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .news-list .col-lg-6 {
    padding: 0;
  }

  #footer .title-text {
    display: none;
  }

  #mc_embed_signup {
    display: none;
  }

  #mc_embed_signup_mobile {
    display: block;
  }

  .subscribe-mobile form {
    padding: 10px 30px;

  }

  .subscribe-mobile input {
    width: 100%;
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
    padding: 6px;
    border-radius: 7px;
    color: #EB5463;
    margin: 5px 0;
  }

  .subscribe-mobile input::placeholder {
    color: #EB5463;
  }

  .subscribe-mobile input.button {
    background: #fff;
  }



  .navbar-mobile-social .navbar-social {
    justify-content: space-around;
  }

  .navbar-mobile-social .navbar-social .navbar-social__item {
    margin-right: 0;
  }

  .navbar-social__item:not(:first-child) {
    margin-left: 0;
  }
}

.project_row_btn {
display:flex;
justify-content: space-around;
margin: auto;
max-width:940px;
}

.btn--select {
    width: 220px;
    padding: 23px 75px 25px;
    position: relative;
    font-family: "Arimo-Bold";
    font-size: 16px;
    color: #fff;
    background: #be1e2d;
    border: 2px solid #be1e2d;
    overflow: hidden;
    cursor: pointer;
}

.btn a {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    color: #fff;
    z-index: 2;
    -webkit-transition: color 0.2s;
    -o-transition: color 0.2s;
    transition: color 0.2s;
    width: 100%;
    text-align: center;
}

.btn:hover a {
  color: #be1e2d;
}


.privacy_bottom {
  position: fixed;
  left: 0;
  bottom: 0;
  background-color: #F0F0F0;;
  width: 100%;
  z-index: 100;
  padding: 20px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  transition: top 1.0s, opacity 1.0s;
  font-weight: 400;
font-size: 20px;
line-height: 23px;
color: #000000;
display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.privacy_bottom a {
  color: #BE1E2D;
  text-decoration: underline;
}

.privacy_link_button {
  background: #F0F0F0;
border-radius: 9px;
color: #BE1E2D !important;
padding: 10px;
font-size: 14.7586px;
text-decoration: none!important;
margin-left: 30px;
border:1px solid #BE1E2D;
line-height: 23px;
}

.cookie_accept_button {
  background: #BE1E2D;
border-radius: 9px;
color: #F0F0F0;
padding: 10px;
font-size: 14.7586px;
width: 94px;
margin-left: 30px;
border: none;
line-height: 23px;
}
.privacy_buttons {
  display: flex;
  flex-direction: row;
}
.privacy_bottom .hidden {
  display: none;
}

@media (max-width:1024px) {
  .privacy_bottom {
    flex-direction: column;
  }
  .privacy_buttons {
    margin-top: 21px;
  }
  .cookie_accept_button {
    margin-left: 0;
    margin-right: 31px;
  }
}

@media (max-width:768px) {
  .privacy_text {
    text-align: center;
    font-size: 14px;
  }
}

.history .one-row-item-list {
  margin-top: 45px;
}

.history .one-row-item-list .tour_title {
  font-size: 36px;
}
.tour_title {
  margin-bottom: 20px;
}


.news_subscribe_cookie {
  position: fixed;
  top: calc(50% - 270px);
  left: calc(50% - 180px);
  background-color: #F0F0F0;
  z-index: 200;
  width: 360px;
  border-radius: 4px;
}
.news_subscribe_bg {
  width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    background: rgba(0, 0, 0, 0.7);
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 200;
    transition: opacity 0.2s ease-out 0s;
    margin-top: 0px;
}
.news_subscribe_img {
  margin: 30px 60px;
}
.news_subscribe_close {
  position: absolute;
  top: 7px;
  right: 7px;
  cursor: pointer;
}
.news_subscribe_inner_text {
  color: #000;
text-align: center;

font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: 16px;
}

.news_subscribe_form {
  text-align: center;
  margin: 24px 54px;
}

.news_subscribe_mail {
  border-radius: 10px;
border: 1px solid #D9D9D9;
background-color: rgba(217, 217, 217, 0.50);
color: #9F9F9F;
text-align: center;
font-size: 14.286px;
font-style: normal;
font-weight: 400;
line-height: 16.651px;
background-image: url(/upload/mail.png);
background-repeat: no-repeat;
background-position: 75px 8px;
    padding-top:7px;
    padding-bottom: 9px;
    padding-left: 30px;
    width: 252px;
    margin-bottom: 24px;
}
.news_subscribe_mail::placeholder{
  color: #9F9F9F; 
}
.news_subscribe_mail:focus {
  background-image: none;
  padding-left: 0;
}

.news_subscribe_submit {
  display: flex;
width: 119px;
height: 44px;
padding: 10px 12px;
flex-direction: column;
align-items: flex-start;
gap: 12px;
border-radius: 9px;
background: #BE1E2D;
margin: auto;
padding-top: 6px;
padding: 10px 12px;
}
.news_subscribe_submit {
  color: #FFF;
font-family: Arimo;
font-size: 14.759px;
font-style: normal;
font-weight: 700;
line-height: normal;
vertical-align: middle;
line-height: 24.598px;
}

@media (max-width:425px) {
  .news_subscribe_cookie {
    width: 100%;
    left: 0;
    text-align: center;
  }
  .news_subscribe_img {
    margin: 30px 0;
    text-align: center
  }
}

.market_logo {
margin-top:20px;
margin-bottom:30px;
max-width:200px;
}
@media (max-width:425px) {
	.market_logo {max-width:280px;}
}

.subnav-info a {
  color: #fff !important;
}

.subnav-info a:hover {
  color: #fff !important;
}