.active {
  display: -ms-flexbox;
  display: flex;
  transition: ease .5s;
}
.main-content {
  padding-top: 121px;
  transition: all 0.1s ease-in-out;
}
/* variables */
.rouble {
  font-family: 'rouble';
  font-weight: normal;
  font-style: normal;
}
.block-head {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.block-head-button {
  min-width: 140px;
  text-align: center;
  height: 35px;
}
.transition {
  transition: all ease-in-out 0.3s;
}
.relative {
  position: relative;
}
[style*='--bg-hover']:hover {
  background: var(--bg-hover) !important;
  background-size: contain !important;
  transition: all ease-in-out 0.3s;
}
/**
* Это основной стилевой файл
*/
/**
* header desktop
* -----------------------------------------------------------------------------
*/
.header--fixed {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
}
.metadata-warning {
  width: 100%;
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  position: relative;
  padding: 0.75rem 1.75rem 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
  border-radius: 7px;
  margin: auto;
  display: block;
  z-index: 99999;
}
.metadata-warning button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  outline: none;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
  position: absolute;
  background: transparent;
  right: 10px;
  top: 5px;
  padding: 0;
  margin: 0;
  border: none;
}
.metadata-warning button:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
/**
* header mobile start
* -----------------------------------------------------------------------------
*/
.header-mobile {
  /**
  * локальные переменные
  * переназначайте их как угодно и где угодно
  */
  /* отступ элементов слева */
  /* отступ элементов справа */
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: none;
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.header-mobile-menu-button-wrapper {
  display: none;
}
.header-mobile-menu-inner-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-bottom: 20px;
  overflow-y: auto;
}
.header-mobile-nav {
  margin-bottom: 30px;
}
.header-mobile-menu {
  position: absolute;
  right: -240px;
  width: 240px;
  height: calc(100vh - 70px);
  background-color: white;
  box-shadow: 0px 5px 15px 0px rgba(50, 50, 50, 0.5);
}
.header-mobile-menu__city a:hover {
  cursor: pointer;
}
.header-mobile-content-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}
.header-mobile-logo-wrapper {
  height: 100%;
  margin-right: 30px;
}
.header-mobile-logo {
  display: block;
  width: auto;
  max-width: 100%;
  max-height: 54px;
  height: 54px;
}
.header-mobile__phone {
  position: relative;
  top: 2px;
  display: inline-block;
  color: #424141;
  text-decoration: none;
  line-height: 1;
}
.header-mobile__phone:active {
  color: #f76734;
}
.header-mobile-phone-wrapper {
  height: 100%;
}
.header-mobile-nav-list {
  display: block;
}
.header-mobile-nav-item {
  border-bottom: 1px solid #adadad;
}
.header-mobile-nav-item:last-child {
  border-bottom: 0;
}
.header-mobile-nav__link {
  display: block;
  width: 100%;
  padding: 8px 10px 8px 10px;
  line-height: 24px;
  color: #000;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}
.header-mobile-nav__link.active {
  color: #f76734;
}
.header-mobile-menu__city {
  background-color: #f5f5f5;
  min-height: 70px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}
.header-mobile-menu__city > a {
  color: #f9a31c;
  text-decoration: underline;
}
.header-mobile-menu__city > svg {
  fill: #f9a31c;
}
.header-mobile-menu-item {
  padding-left: 30px;
  padding-right: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 50px;
  border-top: 1px solid #e8e8e8;
  line-height: 27px;
  font-weight: 300;
  font-size: 16px;
  font-family: "Jost";
  text-decoration: none;
  color: black;
  transition: all ease-in-out 0.3s;
}
.header-mobile-menu-item:hover {
  transition: all ease-in-out 0.3s;
  color: #1a1a1a;
}
.header-mobile-menu-item:hover > svg {
  display: none;
  transform: rotate(90deg);
  fill: #1a1a1a;
  transition: all ease-in-out 0.3s;
}
.header-mobile-menu-item:last-child {
  border-bottom: 1px solid #e8e8e8;
}
.header-mobile-menu-item > svg {
  display: none;
  transform: rotate(-90deg);
  transition: all ease-in-out 0.3s;
}
.header-mobile__menu-button {
  display: block;
  padding: 0;
  border: 0;
  position: relative;
  width: 70px;
  height: 70px;
  background-color: #f6f6f6;
  text-decoration: none;
  background-color: #f9a31c;
}
.header-mobile__menu-button:focus {
  outline: 0;
}
.header-mobile__menu-button div {
  position: absolute;
  left: 50%;
  margin-top: 23px;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background-color: white;
  transition: 0.5s transform ease;
}
.header-mobile__menu-button div:nth-child(1) {
  top: 0;
}
.header-mobile__menu-button div:nth-child(2) {
  top: 11px;
}
.header-mobile__menu-button div:nth-child(3) {
  top: 21px;
}
.header-mobile__menu-button.active {
  background-color: #f9a31c;
}
.header-mobile__menu-button.active div:nth-child(1) {
  transform: rotate(225deg);
  transition: .5s all ease;
  top: 10px;
}
.header-mobile__menu-button.active div:nth-child(2) {
  opacity: 0;
  transition: .1s opacity ease;
}
.header-mobile__menu-button.active div:nth-child(3) {
  transform: rotate(-225deg);
  transition: .5s all ease;
  top: 10px;
}
.header-mobile-menu-phone-wrapper {
  margin-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
.header-mobile-menu__phone {
  position: relative;
  top: 2px;
  display: inline-block;
  color: #424141;
  text-decoration: none;
  line-height: 1;
}
.slidingOut {
  display: block;
  right: 0;
  animation: slidingOut 1s ease-in-out;
}
.slidingIn {
  right: -240px;
  animation: slidingIn 1s ease-in-out;
}
@keyframes slidingOut {
  0% {
    right: -240px;
    opacity: 0;
  }
  100% {
    right: 0;
    opacity: 1;
  }
}
@keyframes slidingIn {
  0% {
    right: 0;
    opacity: 1;
  }
  100% {
    right: -240px;
    opacity: 0;
    display: none;
  }
}
@keyframes leftToRight {
  0% {
    transform: translateX(-400px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
/**
*/
.header {
  position: relative;
  z-index: 1000;
  height: auto;
}
.header__top {
  background-color: #2a2f32;
}
.header__top_location {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.header__top_location-link {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  border-bottom: 1px solid #ebebeb;
}
.header__top_location svg {
  width: 15px;
  height: 20px;
  fill: #fff;
  margin-right: 10px;
}
.header__top_location:hover {
  cursor: pointer;
}
.header__top_social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__top_social-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 42px;
  height: 42px;
  background-color: #3e4244;
  transition: background ease-in-out 0.2s;
}
.header__top_social-item:hover {
  background-color: #373b3d;
}
.header__top_social-item svg {
  width: 23px;
  height: 21px;
  fill: #fff;
}
.header__main {
  background-color: #fff;
  height: auto;
}
.header__main_nav {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header__main_nav-link {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 60px;
  color: #000;
  text-decoration: none;
  background-color: #fff;
  padding-left: 26px;
  padding-right: 26px;
  transition: all ease-in-out 0.2s;
}
.header__main_nav-link:hover,
.header__main_nav-link.active {
  color: #fff;
  background-color: #f7a31e;
}
.header--fixed {
  box-shadow: 0 2px 5px 0 #696969;
  background: #eaeaea;
}
.header--fixed .header__main_nav-link {
  height: 81px;
}
.header--fixed .header__main_logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
.header--fixed .header__main_logo svg {
  position: relative;
  width: 130px;
  height: 60px;
  left: 0;
}
.header--main .header__main_logo {
  position: relative;
  display: block;
}
.header--main .header__main_logo svg {
  position: absolute;
  top: 10px;
  left: -10px;
  width: 250px;
  height: 100px;
  z-index: 1;
  transition: all ease-in-out 0.2s;
}
.footer {
  font-weight: 300;
  color: #fff;
  background-color: #2a2f32;
  padding-top: 40px;
  padding-bottom: 35px;
  z-index: 99;
}
.footer__info_heading {
  font-family: 'Jost';
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.footer__info_wm > * {
  font-family: "Jost", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
  color: #fff;
}
.footer__info_wm > *:hover {
  text-decoration: none;
}
.footer__contacts_heading {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 25px;
}
.footer__contacts_link .value {
  color: #fff;
  text-decoration: underline;
}
.footer__contacts_link .value:hover {
  text-decoration: none;
}
.footer__feedback_social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 25px;
}
.footer__feedback_social-item {
  display: inline-block;
  margin-left: 12px;
}
.footer__feedback_social-item:first-child {
  margin-left: 0;
}
.footer__feedback_social-item svg {
  width: 20px;
  height: 18px;
}
.footer__feedback_reply {
  text-align: right;
}
.welcome-teaser {
  position: absolute;
  z-index: 99;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  opacity: 0.7;
  height: 45px;
  width: 100%;
}
.welcome-teaser__link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
}
.poster-preview {
  padding-bottom: 0px !important;
}
.poster-preview .poster-head {
  padding-top: 10px;
  padding-bottom: 15px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.poster-preview .poster-head:before {
  display: none;
}
.poster-preview .poster-head .h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.poster-preview .poster-head a {
  min-width: 140px;
  text-align: center;
  height: 35px;
}
.poster {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #f5f5f5;
}
.poster-head {
  position: relative;
  overflow: hidden;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -ms-flexbox;
  display: flex;
  padding: 0 10px 7px;
  width: 100%;
}
.poster-head:before {
  content: '';
  position: absolute;
  top: 5px;
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  border-top: 1px solid #ebebeb;
}
.poster .row:nth-child(2) > div {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
}
.poster-item {
  width: 310px;
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  transition: all ease-in-out 0.3s;
}
.poster-item:hover {
  box-shadow: 0 0 9px 1px rgba(0, 0, 0, 0.19);
}
.poster-item-picture {
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 310px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  background: #1a4c94;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #1a4c94 0%, #624c94 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a4c94', endColorstr='#624c94', GradientType=0);
}
.poster-item-picture__image {
  transition: all ease-in-out 0.5s;
}
.poster-item-picture__image:hover {
  transform: scale3d(1.05, 1.05, 1);
}
.poster-item-picture__image {
  width: 283px;
  height: 261px;
}
.poster-item-desc {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ebebeb;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.poster-item-desc__name {
  height: 60px;
  width: 100%;
  text-align: center;
  font-family: 'Jost';
  font-size: 18px;
  line-height: 19px;
  font-weight: 700;
  color: black;
  border-bottom: 1px solid #ebebeb;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
}
.poster-item-desc__subject {
  padding-top: 20px;
  padding-bottom: 17px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 29px;
  font-family: "Jost";
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.poster-item-desc__buy {
  text-align: center;
  width: 100%;
  max-width: 197px;
  margin: 8px 0;
}
.poster-item-desc__about {
  text-align: center;
  width: 100%;
  max-width: 197px;
  margin: 8px 0 40px;
  height: 45px;
  border-radius: 22px;
  border: 1px solid #010101;
  background-color: #ffffff;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.poster-preview .poster-item-desc {
  position: relative;
  min-height: 150px;
}
.poster-preview .poster-item-desc__name {
  line-height: 24px;
  padding: 20px 10px;
}
.poster-preview .poster-item-desc__buy {
  bottom: 0;
  position: absolute;
  margin: 20px 0;
  left: 50%;
  transform: translateX(-50%);
}
.poster-preview__all-posters {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  color: black;
  font-size: 16px;
  font-weight: 300;
  padding-top: 35px;
  padding-bottom: 35px;
  margin: 0;
}
.poster-preview__all-posters > span {
  border-bottom: 1px solid black;
}
.news {
  padding-top: 35px;
  padding-bottom: 40px;
  background-color: #eaeaea;
}
.news .row > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news__pagination {
  text-align: right;
  width: 100%;
}
.news__pagination .pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news-head {
  padding-left: 0;
  padding-right: 0;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 15px;
}
.news-head .h1 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
.news-head a {
  min-width: 140px;
  text-align: center;
  height: 35px;
}
.news-item {
  margin: 10px 0;
  background-color: white;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-item-preview {
  position: relative;
}
.news-item-preview__img {
  height: 223px;
  width: 100%;
  background: url("../img/pages/main/5.jpg");
  background-size: cover;
}
.news-item-preview__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 151.6px;
  height: 35px;
  background-color: white;
}
.news-item-preview__social:before {
  content: '';
  position: absolute;
  left: -40px;
  top: 0;
  width: 35px;
  height: 35px;
  border: 20px solid transparent;
  border-right: 20px solid white;
  border-bottom: 20px solid white;
}
.news-item-preview__social > a {
  text-decoration: none;
  padding: 0 3px;
  fill: #D9D9D9;
}
.news-item-preview__social > a:hover {
  fill: #b8b8b8;
}
.news-item-desc {
  padding: 30px 20px 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-direction: column;
  flex-direction: column;
}
.news-item-desc__head {
  font-size: 18px;
  color: black;
  font-family: 'Jost';
  padding-bottom: 15px;
  font-weight: 700;
  text-decoration: none;
}
.news-item-desc__subject {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  font-family: "Jost";
}
.news-item-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px 20px;
}
.news-item-more__date {
  line-height: 20px;
  font-weight: 700;
  font-size: 16px;
  font-family: "Jost";
  color: #bbb;
}
.news-item-more__read {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 20px;
  font-weight: 700;
  font-size: 16px;
  font-family: "Jost";
  color: #f76734;
  text-decoration: none;
  transition: ease-in-out 0.5s;
}
.news-item-more__read > svg {
  fill: #f76734;
  transition: ease-in-out 0.5s;
}
.news-item-more__read:hover {
  color: #f98c65;
  transition: ease-in-out 0.5s;
}
.news-item-more__read:hover > svg {
  fill: #f98c65;
  transition: ease-in-out 0.5s;
}
.news-card {
  padding: 45px 0;
  background-color: #eaeaea;
}
.news-card__wrap {
  background-color: white;
  padding: 30px 30px;
}
.news-card__preview {
  max-width: 475px;
  height: 290px;
  width: auto;
  position: relative;
}
.news-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("../img/pages/main/5.jpg") no-repeat center center;
  background-size: cover;
}
.news-card__head {
  font-weight: 700 !important;
  margin-top: 0 !important;
}
.news-card-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0 0 0;
}
.news-card__date {
  color: #bbb;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
  font-family: "Jost";
}
.news-card__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  width: 151.6px;
  height: 35px;
  background-color: white;
}
.news-card__social a > svg {
  fill: #d9d9d9;
}
.news-card__social a > svg:hover {
  fill: #b8b8b8;
}
.subscribe-form__answer {
  color: #e6481e;
}
.subscription {
  background: url("../img/pages/main/slider2/bg.png") no-repeat center;
  width: 100%;
  background-size: cover;
}
.subscription-item {
  padding: 0 20px;
  width: 100%;
  height: 505px;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 401px;
}
.subscription-item__header {
  font-size: 30px;
  font-weight: 300;
  line-height: 38px;
  font-family: "Jost";
  color: white;
  padding-bottom: 30px;
}
.subscription-item-subscribe {
  position: relative;
  max-width: 401px;
  height: 48px;
}
.subscription-item-subscribe__input {
  max-width: 401px;
  width: 100%;
  background-color: #dee7ea;
  border: 1px solid #dee7ea;
  border-radius: 24px;
  padding: 14px 0 14px 15px;
}
.subscription-item-subscribe__submit {
  position: absolute;
  background-color: #f76734;
  padding: 5px 10px;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  top: 50%;
  transform: translateY(-50%);
  right: 7px;
  transition: ease-in-out 0.5s;
  cursor: pointer;
}
.subscription-item-subscribe__submit:hover {
  background-color: #f8794d;
  transition: ease-in-out 0.5s;
}
.subscription-item__desc {
  font-family: "Jost";
  font-size: 16px;
  line-height: 25px;
  font-weight: 300;
  color: white;
  padding-top: 30px;
}
.shows {
  padding-top: 55px;
  padding-bottom: 15px;
  background-color: #f5f5f5;
}
.shows-content {
  padding: 0;
  background: #f5f5f5;
}
.shows-content .row > div {
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
}
.shows-head {
  padding-bottom: 8px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.shows-head .h1 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.shows-head a {
  min-width: 140px;
  text-align: center;
  height: 35px;
}
.team {
  position: relative;
  background: #f5f5f5;
}
.team-head {
  padding-top: 24px;
  padding-bottom: 18px;
  position: relative;
  overflow: hidden;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.team-head:before {
  content: '';
  position: absolute;
  top: 5px;
  display: block;
  width: calc(100% - 20px);
  height: 1px;
  border-top: 1px solid #ebebeb;
}
.team-head .h1 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.team-head a {
  min-width: 140px;
  text-align: center;
  height: 35px;
}
.partners {
  padding-top: 55px;
  padding-bottom: 60px;
  background-color: #eaeaea;
}
.partners-head {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.partners-head .h1 {
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 0;
}
.partners-head a {
  min-width: 140px;
  text-align: center;
  height: 35px;
}
.headers,
.formatting,
.text-decoration {
  padding: 45px 0;
}
.video-content {
  background-color: #f5f5f5;
  padding-bottom: 25px;
  padding-top: 41px;
}
.video-head {
  position: relative;
  overflow: hidden;
  padding-bottom: 15px;
  padding-left: 0;
  padding-right: 0;
}
.video-head .h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.video-head a {
  min-width: 140px;
  text-align: center;
  height: 35px;
}
.photo-video-tabs {
  background: #f5f5f5;
}
.poster-slider {
  padding: 0 0 45px 0;
}
.slider-show-wrap {
  background-color: #eeeeee;
  padding-top: 35px;
  padding-bottom: 65px;
}
.slider-show-wrap .poster {
  background-color: #eeeeee;
  padding: 0;
}
.headers {
  background-color: #eeeeee;
}
.formatting {
  background-color: #f5f5f5;
}
.formatting .links {
  display: -ms-flexbox;
  display: flex;
}
.formatting .links__left,
.formatting .links__right {
  padding-right: 25px;
}
.text-decoration {
  background-color: #f5f5f5;
}
.poster-slider {
  background-color: #f5f5f5;
}
.photo {
  z-index: 10;
  transform: translateY(-60px);
}
.photo-block {
  transform: translateY(0);
  padding-top: 20px;
}
.photo__all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 7px;
}
.photo .btn {
  margin: 5px 0 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.photo-item {
  margin: 13px 0 20px 0;
}
.photo-item:hover .photo-item-desc__head {
  color: #f76734;
}
.photo-item a {
  text-decoration: none;
}
.photo-item-preview {
  position: relative;
}
.photo-item-preview__img {
  height: 270px;
  width: 100%;
  background: url("../img/pages/typical/photo.jpg");
  background-size: cover;
}
.photo-item-preview__albums {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 61px;
  height: 27px;
  border: 1px solid #f9a31c;
  background-color: #f9a31c;
  border-radius: 10px;
  color: #fff;
}
.photo-item-preview__albums > a {
  text-decoration: none;
  padding: 0 3px;
  color: white;
}
.photo-item-preview__albums > a:hover {
  color: #d9d9d9;
}
.photo-item-desc {
  padding: 10px 0;
}
.photo-item-desc__head {
  line-height: 25px;
  font-size: 18px;
  color: black;
  font-family: 'Jost';
  padding-bottom: 20px;
  cursor: pointer;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.photo-item-desc__head:hover {
  color: #f76734;
  transition: all ease-in-out 0.3s;
}
.photo-content .photo > .row > div:first-child .photo-item-preview__img {
  height: 617px;
}
.video-content .video,
.photo-content .video,
.video-content .photo,
.photo-content .photo {
  transform: translateY(0);
}
.video {
  z-index: 10;
  transform: translateY(-70px);
}
.video__all {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.video .btn {
  margin: 15px 0 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  margin-bottom: 12px;
  height: 0;
  overflow: hidden;
}
.video-wrap > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__littleColumn iframe {
  max-width: 310px;
  max-height: 175px;
}
.video__name {
  line-height: 22px;
  font-size: 18px;
  font-family: 'Jost';
  color: black;
  padding: 10px 0;
}
.album-item {
  margin: 10px 0;
  background-color: white;
}
.album-item-preview {
  position: relative;
}
.album-item-preview__img {
  height: 270px;
  width: 100%;
  background: url("../img/pages/typical/photo.jpg");
  background-size: cover;
}
.backstage-gallery {
  padding-top: 40px;
  padding-bottom: 55px;
}
.backstage-gallery-head {
  position: relative;
  overflow: hidden;
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
.backstage-gallery-head .h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.backstage-gallery-head a {
  min-width: 140px;
  text-align: center;
  height: 35px;
}
.backstage-item {
  margin: 10px 0;
  background-color: white;
}
.backstage-item-preview {
  position: relative;
}
.backstage-item-preview__img {
  height: 211px;
  width: 100%;
  background: url("../img/pages/show/backstage.jpg");
  background-size: cover;
}
.closest-show {
  padding: 0 0 45px 0;
}
.closest-show > div {
  position: relative;
}
.closest-show-goBack {
  position: absolute;
  left: 25px;
  top: 25px;
}
.closest-show-goBack .btn {
  padding-left: 30px;
}
.closest-show-goBack svg {
  left: 10px;
  fill: #fff;
}
.closest-show__bg {
  height: 570px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  background-position: center;
}
.closest-show__bg--mobile {
  display: none;
}
.closest-show__next,
.closest-show__prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  fill: #f76734;
  z-index: 1;
  text-decoration: none;
}
.closest-show__next:before,
.closest-show__prev:before {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 0;
  white-space: nowrap;
  color: #fff;
  height: 40px;
  border-radius: 40px;
  padding-right: 0;
  background-color: #f76734;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease-in-out;
  z-index: 2;
  overflow: hidden;
  text-decoration: none;
}
.closest-show__next:hover:before,
.closest-show__prev:hover:before {
  width: 175px;
  opacity: 1;
  visibility: visible;
}
.closest-show__next {
  right: 65px;
}
.closest-show__next:before {
  content: 'Следующее шоу';
  right: 0;
}
.closest-show__prev {
  left: 65px;
}
.closest-show__prev > svg {
  transform: rotate(180deg);
}
.closest-show__prev:before {
  content: 'Предыдущее шоу';
  left: 0;
}
.closest-show__team {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 570px;
  margin: 0 auto;
}
.closest-show__where {
  height: 100%;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}
.closest-show__where:before {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #d6d6d6;
  position: absolute;
  left: -25px;
  top: 25px;
}
.closest-show__name {
  font-weight: 700;
}
.closest-show__desc {
  padding-right: 25px;
}
.closest-show__place {
  margin-bottom: 8px;
  margin-left: 30px;
  font-weight: 300;
}
.closest-show__date {
  margin-bottom: 10px;
  margin-left: 30px;
  font-weight: 300;
}
.closest-show__date span,
.closest-show__place span {
  position: relative;
}
.closest-show__concert {
  font-weight: 700;
}
.closest-show__place span:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('../img/pages/poster/map.svg#map');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  left: -30px;
}
.closest-show__date span:before {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url('../img/pages/poster/calendar.svg#calendar');
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: center;
  left: -30px;
}
.closest-show__buy {
  max-width: 168px;
  width: 100%;
  text-align: center;
}
.contacts {
  background: #eaeaea;
}
.contacts-head {
  padding-bottom: 15px;
  padding-top: 45px;
  padding-left: 10px;
  padding-right: 10px;
}
.contacts-head > .h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.contacts-item {
  padding-bottom: 40px;
}
.contacts__wrap {
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
  background: white;
}
.contacts__head {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Jost';
  margin: 0;
  color: #000;
  padding-bottom: 10px;
}
.contacts__name {
  font-style: italic;
}
.contacts__email > a {
  border-bottom: 1px solid black;
  text-decoration: none;
  transition: all ease-in-out 0.3s;
}
.contacts__email > a:hover {
  border-bottom: 1px solid #e6481e;
  transition: all ease-in-out 0.3s;
}
.contacts__name,
.contacts__phone,
.contacts__email {
  font-size: 16px;
  color: black;
  font-family: 'Jost';
}
.banner-left--first,
.banner-left--second {
  position: fixed;
  z-index: 500;
}
.banner-left--first {
  top: 230px;
  left: 65px;
}
.banner-left--first__img {
  width: 147px;
  height: 100px;
}
.banner-left--second {
  top: 365px;
  left: 65px;
}
.banner-left--second__img {
  width: 147px;
  height: 78px;
}
.arrows-divider {
  position: fixed;
  bottom: 165px;
  right: 35px;
  width: 67px;
  height: 1px;
  background-color: #f9a31c;
  z-index: 999;
}
.arrows .arrow-top,
.arrows .arrow-bottom {
  width: 50px;
  height: 50px;
}
.arrows .arrow-top {
  bottom: 185px;
  right: 43px;
  transform: rotate(-90deg);
  z-index: 999;
}
.arrows .arrow-bottom {
  bottom: 100px;
  right: 43px;
  transform: rotate(90deg);
  z-index: 999;
}
.arrows .arrow-top,
.arrows .arrow-bottom {
  position: fixed;
}
.arrows .arrow-top > svg,
.arrows .arrow-bottom > svg {
  fill: #f9a31c;
}
.arrows .arrow-top > svg:hover,
.arrows .arrow-bottom > svg:hover {
  fill: #fab74e;
}
.backstage-gallery {
  background: #eaeaea;
}
.backstage-gallery-head {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}
.backstage-gallery .album {
  padding: 0;
}
.album-gallery-head {
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 20px;
}
.album-gallery-head .h1 {
  margin-top: 0;
  margin-bottom: 0;
}
.album-gallery-head a {
  min-width: 140px;
  text-align: center;
  height: 35px;
}
.sidebuttons {
  position: absolute;
  height: 175px;
  width: 140px;
  top: 50%;
  transform: translateY(-50%);
}
.sidebuttons__photo {
  top: 8px;
}
.sidebuttons__video {
  top: 91px;
}
.sidebuttons__photo,
.sidebuttons__video {
  opacity: 0.7;
  position: absolute;
  left: -70px;
  transition: all ease-in-out 0.3s;
}
.sidebuttons__photo:hover,
.sidebuttons__video:hover {
  opacity: 1;
  left: 0;
}
.artist {
  background: url("../img/pages/artist/artist-1.jpg") no-repeat center;
  max-height: 505px;
  height: auto;
  width: 100%;
  background-size: cover;
  position: relative;
}
.artist__right-corner {
  background: url("../img/pages/artist/rightCorner.png") no-repeat right bottom;
  background-size: cover;
  width: 100%;
  height: 505px;
}
.artist__right-corner-wrap {
  display: block;
  position: absolute;
  right: 0;
  width: 100%;
  height: auto;
  max-width: 505px;
}
.artist__self {
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 100%;
  background-size: contain;
  height: 505px;
}
.artist__self-wrap {
  animation: leftToRight 1s ease-in-out;
  display: block;
  width: 100%;
  height: auto;
  max-width: 800px;
  position: absolute;
  right: 440px;
}
.artist-item {
  padding: 0 20px;
  width: 100%;
  height: 505px;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: left;
}
.artist-item__header {
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
  font-family: "Jost";
  color: white;
  padding-bottom: 120px;
  animation: leftToRight 1s ease-in-out;
  position: relative;
}
.about-artist {
  padding-top: 120px;
  padding-bottom: 80px;
}
.about-artist__header {
  margin-top: 0 !important;
}
.about-artist__photo {
  width: 300px;
  height: 300px;
  background: white;
  border-radius: 150px;
  background: url('../img/pages/artist/profilePhoto.jpg') center no-repeat;
  background-size: cover;
  margin: 0 auto;
}
.about-artist-projects__items {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
}
.about-artist-projects__items a > img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 0 10px 0 0;
}
.bg {
  background: #f5f5f5;
}
.no-search .select2-search {
  display: none;
}
.city-link {
  color: #f76734;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.city-link:hover {
  text-decoration: none;
}
/**
* файл для стилей для разных устройств
*/
@media screen and (max-width: 1024px) {
  .main-content {
    padding-top: 0 !important;
  }
  body {
    padding-top: 0;
  }
  .spoiler-poster__date,
  .spoiler-poster__nameAndPlace {
    text-align: center;
  }
  .spoiler-poster__buy {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .photo-content .photo > .row > div:first-child .photo-item-preview__img {
    height: 400px;
  }
  .header__top,
  .header__main {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  body {
    padding-top: 70px;
  }
  .header {
    z-index: 100;
    height: auto;
  }
  .header-mobile {
    display: -ms-flexbox;
    display: flex;
  }
  .header-inner-wrapper {
    display: none;
  }
  .header-mobile-menu-button-wrapper {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer__info_wm {
    display: none;
  }
  .closest-show__bg {
    display: none;
  }
  .closest-show__bg--mobile {
    display: block;
    height: 40vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
  .closest-show__next {
    right: 25px;
  }
  .closest-show__prev {
    left: 25px;
  }
  .banner-left--first {
    display: none;
  }
  .banner-left--second {
    display: none;
  }
  .arrows-divider {
    bottom: 75px;
    width: 47px;
    right: 35px;
  }
  .arrows .arrow-top,
  .arrows .arrow-bottom {
    width: 30px;
    height: 30px;
  }
  .arrows .arrow-top {
    bottom: 95px;
  }
  .arrows .arrow-bottom {
    bottom: 30px;
  }
  .closest-show__buy {
    margin: 20px auto 0;
  }
  .artist__self-wrap {
    display: none;
  }
  .news-card__preview {
    margin: 0 auto;
  }
  .photo-content .photo > .row > div:first-child .photo-item-preview__img {
    height: 270px;
  }
  .footer {
    padding: 0;
  }
  .footer .row > div:nth-child(1) {
    -ms-flex-order: 2;
    order: 2;
  }
  .footer .row > div:nth-child(3) {
    -ms-flex-order: 1;
    order: 1;
  }
  .footer .row > div:nth-child(4) {
    -ms-flex-order: 3;
    order: 3;
  }
  .footer__contacts,
  .footer__feedback_reply {
    display: none;
  }
  .footer__info_heading {
    display: none;
  }
  .footer__info_copyright {
    padding: 0 0 15px;
  }
  .footer__feedback_social {
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 -10px;
    padding: 0 0 20px 0;
  }
  .footer__feedback_social-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 72px;
    border-bottom: 1px solid #5e5e5e;
    border-right: 1px solid #5e5e5e;
    margin: 0;
  }
  .footer__feedback_social-item:last-child {
    border-right: none;
  }
  .footer__wm {
    padding: 10px 10px 15px;
    margin: 0 -10px;
    border-top: 1px solid #5e5e5e;
  }
  .footer__wm > a,
  .footer__wm > span {
    line-height: 14px;
    font-weight: 300;
    font-size: 14px;
    font-family: "Jost";
    color: white;
    text-decoration: none;
  }
  .artist {
    background: #007697;
    background: linear-gradient(to bottom, #007697 0%, #00495d 100%);
  }
  .artist-item {
    padding-top: 120px;
    text-align: center;
    height: unset;
  }
  .sidebuttons {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .closest-show__next:before,
  .closest-show__prev:before {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .about-artist {
    padding-top: 60px;
    padding-bottom: 40px;
  }
  .about-artist__photo {
    margin-bottom: 30px;
  }
}
@media (min-width: 1px) and (max-width: 767px) {
  .about-artist {
    padding-top: 30px;
    padding-bottom: 20px;
  }
  .about-artist__photo {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1360px) {
  .slider-poster__button-prev,
  .slider-simple__button-prev {
    left: 5px;
  }
  .slider-poster__button-next,
  .slider-simple__button-next {
    right: 5px;
  }
  .artist__self-wrap {
    background-repeat: no-repeat;
    background-position: right 0 bottom;
    right: 20px;
    transition: all ease-in-out 0.3s;
  }
  .artist__right-corner-wrap {
    display: none;
    transition: all ease-in-out 0.3s;
  }
}
@media screen and (min-width: 1025px) {
  .header-mobile-menu {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .footer__wm {
    display: none;
  }
}

/*# sourceMappingURL=optimized.css.map */
