/**
* webmotor
*/
/* variables */
/**
* 3. ШРИФТЫ
* -----------------------------------------------------------------------------
*/
.rouble {
  font-family: 'rouble';
  font-weight: normal;
  font-style: normal;
}
/**
* 4. ТИПОГРАФИКА
* -----------------------------------------------------------------------------
*/
/**
* 5. КОМПОНЕНТЫ (кнопки, хлебные крошки, пагинация, js-компоненты (слайдер, спойлер))
* -----------------------------------------------------------------------------
*/
/**
* общие стили сайта, сюда входит:
* 1. стили раскладки страницы (sticky footer)
* 2. настройки контейнеров
* 3. и разные общие стили
*/
html {
  height: 100%;
  box-sizing: border-box;
}
html.popup {
  overflow: hidden;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 300px;
  font-family: "DINPro", Helvetica, Tahoma, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  min-height: 100%;
}
a:hover {
  text-decoration: none;
}
.main-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 40px;
}
/**
* Основной контейнер
*/
.container {
  width: 100%;
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
.container-small {
  max-width: 1220px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: auto;
  margin-right: auto;
}
/**
* общие кастомные стили
*/
ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
button {
  cursor: pointer;
}
address {
  font-style: normal;
}
/**
* правила для плагина magnific popup
*/
html.no-scroll {
  overflow-y: hidden;
  padding-right: 15px;
}
.mfp-content .mfp-close {
  opacity: 1;
}
.mfp-content .mfp-close .icon {
  width: 25px;
  height: 25px;
  fill: #00384e;
}
/**
* это иконки из svg-sprite
* указываем дефолтную ширину, высоту(для ие10)
*/
.icon {
  display: inline-block;
  width: 70px;
  height: 70px;
}
/**
* footer webmotor
*/
.webmotor span {
  color: #fff;
}
.webmotor a {
  color: #fff;
  text-decoration: underline;
  transition: 0.15s color ease-in;
}
.page-head {
  margin-bottom: 31px;
  padding-top: 26px;
}
.bb {
  background-color: white;
  border: 1px solid #f5821f;
  color: #f5821f;
  font-family: PFDinTextCompPro;
  font-size: 20px;
  font-weight: 300;
  height: 50px;
  line-height: 30px;
  width: 184px;
}
/**
* Это основной стилевой файл
*/
.header {
  position: relative;
  z-index: 4;
}
.header-logotype img {
  width: 286px;
}
.header-top {
  background: rgba(0, 0, 0, 0.5);
  padding: 14px 0;
}
.header-top-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -20px;
  margin-bottom: 20px;
}
.header-top-toolbar-fontsize {
  margin-right: 25px;
  height: 20px;
}
.header-top-toolbar-fontsize svg {
  width: 40px;
  height: 20px;
  fill: #fff;
}
.header-top-toolbar-fontsize svg:hover {
  fill: #39b549;
}
.header-top-toolbar-language a {
  color: white;
  font-family: DINPro;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: none;
  margin-right: 14px;
}
.header-top-toolbar-language a:hover {
  color: #39b549;
}
.header-top-toolbar-language a.active {
  color: #39b549;
  font-weight: 500;
}
.header-top-toolbar-contacts {
  position: relative;
}
.header-top-toolbar-contacts__close {
  color: #d8cfcf;
  font-family: DINPro;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: underline;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 20px;
  bottom: 30px;
}
.header-top-toolbar-contacts__link {
  color: #39b549;
  font-family: DINPro;
  font-size: 16px;
  font-weight: 300;
  line-height: 30px;
  text-decoration: underline;
  cursor: pointer;
  position: relative;
  z-index: 3;
  margin-left: 55px;
}
.header-top-toolbar-contacts__link.active + .header-top-toolbar-contacts-info {
  opacity: 1;
  top: -5px;
}
.header-top-toolbar-contacts-info {
  display: block;
  transition: opacity 200ms ease;
  opacity: 0;
  position: absolute;
  right: -20px;
  top: -400px;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 526px;
  min-height: 279px;
  background-color: #2b2b2b;
  padding: 45px 25px 20px;
  text-align: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.header-top-toolbar-contacts-info.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  top: -5px;
}
.header-top-toolbar-contacts-info-col {
  width: 50%;
}
.header-top-toolbar-contacts-info-col__item {
  color: white;
  font-family: DINPro;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}
.header-top-toolbar-contacts-info-col__item b {
  font-weight: 500;
  line-height: 30px;
}
.header-top-toolbar-contacts-info-col__item span {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}
.header-top-toolbar-contacts-info-col:nth-child(2) {
  position: relative;
  padding: 0 0 0 20px;
}
.header-top-toolbar-contacts-info-col:nth-child(2):before {
  content: '';
  position: absolute;
  left: 0px;
  top: 0;
  width: 1px;
  background-color: #4e4b4b;
  height: 100%;
  display: block;
}
.header-top-toolbar-contacts-info-widecol {
  width: 100%;
  padding-top: 5px;
  padding-right: 100px;
}
.header-top-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-top-menu-list-item {
  margin-right: 26px;
  position: relative;
}
.header-top-menu-list-item:after {
  content: '';
  position: absolute;
  display: block;
  height: 16px;
  width: 1px;
  left: calc(100% + 13px);
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #dedede;
}
.header-top-menu-list-item:last-child {
  margin-right: 0;
}
.header-top-menu-list-item:last-child:after {
  content: none;
}
.header-top-menu-list-item__link {
  font-family: "DINPro", sans-serif;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: #dedede;
}
.header-top-menu-list-item__link:hover {
  color: white;
}
.header-bottom {
  background: rgba(0, 0, 0, 0.6);
}
.header-bottom-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 6px;
}
.header-bottom-menu-list-item {
  margin-right: 68px;
}
.header-bottom-menu-list-item__link {
  font-family: "PFDinTextCompPro", sans-serif;
  color: white;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  text-decoration: none;
}
.header-bottom-menu-list-item__link:hover {
  color: #39b549;
}
.index-slider {
  margin-top: -166px;
  max-height: 800px;
  overflow: hidden;
}
.index-slider .slick-slide > img {
  width: 100%;
}
.index-slider-description {
  position: absolute;
  left: 0;
  z-index: 111;
  width: 100%;
  padding-top: 250px;
  top: 0;
}
.index-slider-description h1 {
  color: white;
  max-width: 670px;
  font-family: "DINPro";
  font-size: 48px;
  font-weight: 500;
  line-height: 55px;
  display: inline;
  transition: box-shadow ease 250ms, color ease 250ms;
  text-decoration: none;
  box-shadow: 0 -4px 0 #39b549 inset;
}
.index-slider-text__description {
  color: white;
  font-family: DINPro;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 35px;
}
.index-slider-text__description p {
  width: 60%;
  margin-top: 0;
}
.index-slider-text__description img {
  max-width: 40%;
  max-height: 240px;
}
.index-slider-text__spoiler {
  width: 91px;
  height: 106px;
  position: absolute;
  left: -46px;
  top: 22px;
  transition: all 300ms ease;
  cursor: pointer;
}
.index-slider-text__spoiler path {
  -webkit-transform: translateX(45px) translateY(-19px) rotate(45deg);
  transform: translateX(45px) translateY(-19px) rotate(45deg);
}
.index-slider-text__spoiler.active image {
  opacity: 0.21;
}
.index-slider-text__spoiler.active path {
  -webkit-transform: none;
  transform: none;
}
.index-slider-text__block {
  max-width: 800px;
  margin-left: 25px;
  padding: 25px 75px;
  display: inline-block;
  position: relative;
  background-color: transparent;
  transition: all 200ms ease;
}
.index-slider-text__block h1 {
  cursor: pointer;
}
.index-slider-text__block:hover h1 {
  box-shadow: 0 -6px 0 #39b549 inset;
}
.index-slider-text__block.active {
  background-color: rgba(33, 33, 33, 0.4);
}
.header-bottom-search {
  width: 400px;
  vertical-align: middle;
  white-space: nowrap;
  position: relative;
}
.header-bottom-search input#search {
  width: 400px;
  height: 54px;
  background: #2b2b2b;
  border: 1px solid #2b2b2b;
  font-size: 10pt;
  float: left;
  color: #63717f;
  padding-left: 30px;
  transition: background .55s ease;
}
.header-bottom-search input#search::-webkit-input-placeholder {
  color: #65737e;
}
.header-bottom-search input#search:-moz-placeholder {
  /* Firefox 18- */
  color: #65737e;
}
.header-bottom-search input#search::-moz-placeholder {
  /* Firefox 19+ */
  color: #65737e;
}
.header-bottom-search input#search:-ms-input-placeholder {
  color: #65737e;
}
.header-bottom-search .icon {
  position: absolute;
  top: 50%;
  right: 0;
  width: 45px;
  margin-left: 10px;
  margin-top: 10px;
  background-color: transparent;
  border: none;
  outline: none;
  margin-bottom: 10px;
  z-index: 1;
  height: 37px;
  color: #4f5b66;
  right: 1px;
}
.header-bottom-search .icon svg {
  width: 26px;
  height: 25px;
  fill: white;
}
.header-bottom-search input#search:hover,
.header-bottom-search input#search:focus,
.header-bottom-search input#search:active {
  background-color: white;
  border: 1px solid #39b549;
  outline: none;
}
.header-bottom-search input#search:hover + .icon svg,
.header-bottom-search input#search:focus + .icon svg,
.header-bottom-search input#search:active + .icon svg {
  fill: #39b549;
}
.header-bottom-search:hover .icon svg {
  fill: #39b549;
}
.header-bottom-search:hover input#search {
  background-color: white;
  border: 1px solid #39b549;
}
.tab-content {
  margin-bottom: 45px;
}
.slick-dots {
  position: absolute;
  top: calc(50% + 61px);
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: auto;
  right: 0;
}
.slick-dots li:nth-child(2n +1) {
  position: relative;
  display: block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  width: 0;
  height: 0;
  margin-bottom: 18px;
  border-style: solid;
  border-width: 10px 0 10px 12px;
  border-color: transparent transparent transparent #ffffff;
}
.slick-dots li:nth-child(2n +1).slick-active {
  border-color: transparent transparent transparent #ec1551;
}
.slick-dots li:nth-child(2n) {
  position: relative;
  display: block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
  width: 0;
  height: 0;
  margin-bottom: 18px;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}
.slick-dots li:nth-child(2n).slick-active {
  border-color: transparent #ec1551 transparent transparent;
}
.slick-dots li button:before {
  content: '';
}
.slick-dots li button {
  display: none;
}
/* index block on Tabs  */
.today,
.events {
  margin-bottom: 60px;
}
.today-tabs,
.events-tabs {
  margin-bottom: 40px;
}
.today .bootstrap-tabs,
.events .bootstrap-tabs {
  border-bottom: 1px solid #d8cfcf;
}
.today .content .tab a,
.events .content .tab a,
.today .tab a,
.events .tab a {
  text-transform: none;
  font-family: PFDinTextCompPro;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  background: #fff;
  color: #7f7f7f;
  position: relative;
}
.today .content .tab a:after,
.events .content .tab a:after,
.today .tab a:after,
.events .tab a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  transition: width 200ms ease;
  transition-property: width,left;
  height: 4px;
  display: block;
  background-color: #ec1551;
}
.today .content .tab a.active,
.events .content .tab a.active,
.today .tab a.active,
.events .tab a.active,
.today .content .tab a:hover,
.events .content .tab a:hover,
.today .tab a:hover,
.events .tab a:hover {
  color: #ec1551;
}
.today .content .tab a.active:after,
.events .content .tab a.active:after,
.today .tab a.active:after,
.events .tab a.active:after,
.today .content .tab a:hover:after,
.events .content .tab a:hover:after,
.today .tab a:hover:after,
.events .tab a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  display: block;
  background-color: #ec1551;
}
.today .content .tab li.active a,
.events .content .tab li.active a,
.today .tab li.active a,
.events .tab li.active a {
  background-color: transparent;
  color: #ec1551;
}
.today .content .tab li.active a:after,
.events .content .tab li.active a:after,
.today .tab li.active a:after,
.events .tab li.active a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  display: block;
  background-color: #ec1551;
}
.tab .tab-link {
  -webkit-box-flex: 2;
  -ms-flex-positive: 2;
  flex-grow: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.tab .tab-link a {
  color: #ec1551;
}
.tab .tab-link a:hover {
  box-shadow: 0 0 0px 1px;
}
.tab .tab-link a:hover:after {
  content: none;
}
.tab .viewall-tabs {
  -webkit-box-flex: 1.5;
  -ms-flex-positive: 1.5;
  flex-grow: 1.5;
}
.tab .viewall-tabs__link {
  max-width: 105px;
}
.content-item {
  text-decoration: none;
  margin-bottom: 40px;
}
.content-item__date {
  color: #7f7f7f;
  font-family: PFDinTextCompPro;
  font-size: 20px;
  font-weight: 400;
  line-height: 36px;
  padding: 11px;
  border-bottom: 1px solid #ec1551;
  margin-bottom: 18px;
}
.content-item-image {
  margin: 0;
  position: relative;
  overflow: hidden;
}
.content-item-image img {
  height: 100%;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: block;
}
.content-item-category {
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 25px 10px 25px;
  image-rendering: optimizeQuality;
  background-size: 100% 100%;
  transition: all 200ms ease;
}
.content-item-category__name {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 1;
  color: #fff;
  font-family: PFDinTextCompPro;
  font-weight: 300;
  font-size: 18px;
  padding: 5px 10px;
}
.content-item__title {
  font-size: 20px;
  line-height: 24px;
  color: black;
  padding-left: 11px;
  font-family: DINPro;
  font-weight: 500;
  margin-bottom: 7px;
}
.content-item__address {
  color: #7f7f7f;
  font-size: 20px;
  line-height: 24px;
  font-family: PFDinTextCompPro;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
}
.content-item__address img {
  width: 20px;
  margin-right: 10px;
}
.content-item-image .content-item-category__background {
  position: absolute;
  top: -40%;
  left: 0;
  width: 100%;
  height: 140%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  margin-bottom: 0;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  transition: 0.75s all ease-in-out;
}
.content-item:hover .content-item-image .content-item-category__background {
  top: 0;
  left: -10px;
  width: 140%;
  -webkit-transform: rotate(100deg) scale(1.4);
  transform: rotate(100deg) scale(1.4);
}
.events {
  margin-bottom: 20px;
}
.events .content .tab a:after,
.events .tab a:after {
  background-color: #a2228e;
}
.events .content .tab a.active,
.events .tab a.active,
.events .content .tab a:hover,
.events .tab a:hover {
  color: #a2228e;
}
.events .content .tab a.active:after,
.events .tab a.active:after,
.events .content .tab a:hover:after,
.events .tab a:hover:after {
  background-color: #a2228e;
}
.events .content .tab li.active a,
.events .tab li.active a {
  color: #a2228e;
}
.events .content .tab li.active a:after,
.events .tab li.active a:after {
  background-color: #a2228e;
}
.events .tab .tab-link a {
  color: #a2228e;
}
.events .content-item__date {
  border-bottom: 1px solid #a2228e;
}
.parallax-container {
  position: relative;
  height: 500px;
  margin-bottom: 55px;
  overflow: hidden;
}
/*
.parallax {
  position: absolute;
  height: 125%;
  width: 100%;
  transition: transform 100ms ease;
  z-index: -1;
}
*/
.parallax {
  /* The image used */
  background-image: url("../img/parallax.jpg");
  /* Set a specific height */
  height: 500px;
  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
}
.news {
  margin-bottom: 20px;
}
.news-list {
  padding: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.news .tab .viewall-tabs__link {
  max-width: 105px;
  color: #f5821f;
  font-family: PFDinTextCompPro;
  font-size: 20px;
  font-weight: 300;
  background-color: transparent;
  line-height: 30px;
  text-transform: none;
}
.news .content-item__date {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 2px;
}
.news .content-item__title {
  border-bottom: 1px solid #f5821f;
  padding-bottom: 25px;
}
.news-item {
  width: 25%;
  border-right: 1px solid #e8e8e8;
}
.news-item:last-of-type {
  border: none;
}
.news-item:hover .content-item__title {
  color: #f5821f;
}
.news .content-item-image img {
  min-width: 100%;
  height: auto;
}
.news .content-item__title {
  padding-left: 4px;
  margin-left: 7px;
  margin-right: 7px;
}
.news .content-item__description {
  color: #7f7f7f;
  font-family: DINPro;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding: 15px 15px 10px;
}
.footer-copyright {
  color: #7f7f7f;
  font-family: DINPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}
.footer-top {
  padding: 30px 0 60px;
  background-color: #f1f1f1;
}
.footer-top-menu {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
}
.footer-top-menu__link {
  color: #7f7f7f;
  min-width: 90px;
  font-family: DINPro;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  text-decoration: underline;
  margin-left: 10px;
  margin-right: 10px;
}
.footer-top-menu__link:hover {
  color: #39b549;
}
.footer-top-address-item {
  max-width: 220px;
  margin-bottom: 35px;
}
.footer-top-address-item__name {
  font-family: DINPro;
  font-weight: 500;
  line-height: 18px;
  color: black;
  font-size: 16px;
}
.footer-top-address-item__point {
  font-family: DINPro;
  font-weight: 400;
  line-height: 18px;
  color: #7f7f7f;
  font-size: 14px;
}
.footer-bottom {
  background-color: #e6e6e6;
  padding: 30px 0;
}
.footer-bottom-social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 170px;
}
.footer-bottom-social-item {
  display: inline-block;
  width: 30px;
  height: 30px;
}
.footer-bottom-social-item img {
  max-width: 100%;
}
.footer-bottom-quality {
  display: inline-block;
}
.footer-bottom-quality img {
  max-width: 100%;
}
.footer-bottom-author {
  color: #7f7f7f;
  font-family: DINPro;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}
.footer-bottom-author a {
  text-decoration: underline;
  color: #7f7f7f;
  font-family: DINPro;
}
.footer-bottom-author a:hover {
  text-decoration: none;
}
.footer-mail {
  border-bottom: 1px solid #f5821f;
  padding-bottom: 35px;
  margin-bottom: 35px;
}
.footer-mail__title {
  font-family: DINPro;
  font-weight: 500;
  line-height: 24px;
  color: black;
  margin-bottom: 5px;
  font-size: 24px;
}
.footer-mail__desc {
  font-family: DINPro;
  font-weight: 400;
  line-height: 24px;
  color: #7f7f7f;
  margin-bottom: 20px;
  font-size: 18px;
}
.footer-bottom-social-item .icon {
  width: 30px;
  height: 30px;
  fill: #484545;
}
.footer-bottom-social-item:hover .icon {
  fill: #787474;
}
.footer-mail-input {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 62px;
  background-color: white;
  border: 1px solid #dfdfdf;
  padding: 5px;
}
.footer-mail-input:hover {
  border: 1px solid #f5821f;
}
.footer-mail-input input {
  width: 100%;
  color: #000;
  font-family: DINPro;
  font-size: 16px;
  height: 50px;
  font-weight: 400;
  padding-left: 10px;
  line-height: 24px;
  border: none;
  outline: none;
}
.footer-mail-input button {
  width: 184px;
  height: 50px;
  color: #f5821f;
  font-family: PFDinTextCompPro;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  background-color: white;
  border: 1px solid #f5821f;
}
.footer-mail-input button:hover {
  background-color: #f5821f;
  border: 1px solid #f5821f;
  color: white;
  font-family: PFDinTextCompPro;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}
.file {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none !important;
}
.file .file-icon-wrapper {
  width: 30px;
  height: 36px;
  fill: #39b549;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.file .file-icon-wrapper .icon {
  display: block;
  fill: #39b549;
  height: 30px;
  margin-right: 10px;
  width: 30px;
}
.file .file-icon-text {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 20px;
}
.file .file-icon-text .file__text {
  color: #39b549;
  text-decoration: underline;
}
.file .file-icon-text .ext {
  color: #959495;
  padding-left: 15px;
  text-decoration: none !important;
}
.file:hover .file-icon-wrapper .icon {
  fill: #39b549;
}
.file:hover .file-icon-text .file__text {
  color: #39b549;
  text-decoration: none;
}
.news-menu-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 27px;
}
.tabs-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-left: 20px;
  border-bottom: 1px solid #d8cfcf;
}
.tabs-menu li {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
}
.tabs-menu li:first-child {
  margin-left: 0;
}
.tabs-menu li:last-child {
  margin-right: 0;
}
.tabs-menu a {
  font-family: "PFDinTextCompPro";
  display: block;
  margin-left: auto;
  margin-right: auto;
  color: #7f7f7f;
  font-size: 20px;
  text-decoration: none;
  position: relative;
  line-height: 51px;
}
.tabs-menu a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  transition: width 200ms ease;
  transition-property: width,left;
  height: 4px;
  display: block;
  background-color: #f5821f;
}
.tabs-menu a:hover {
  color: #f5821f;
}
.tabs-menu a:hover:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  display: block;
  background-color: #f5821f;
}
.tabs-menu li.active a {
  color: #f5821f;
}
.tabs-menu li.active a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  display: block;
  background-color: #f5821f;
}
.select__news-menu {
  width: 87px;
}
.select__news-menu select {
  width: 87px;
}
.select__news-menu .select2-container {
  border: 0;
  border-bottom: 4px solid #f5821f;
  background: transparent;
  border-radius: 0;
}
.select__news-menu .select2-container--default .select2-selection--single {
  background: transparent;
  border: 0;
}
.select__news-menu .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
}
.select__news-menu .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #f5821f transparent transparent;
}
.select__news-menu .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #f5821f;
}
.select__news-menu .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-family: "PFDinTextCompPro";
  font-size: 20px;
  color: #7f7f7f;
  line-height: 52px;
}
.select__news-menu .select__news-menu .select2-container .select2-selection--single {
  height: 47px;
}
.select__news-menu .select2-container .select2-selection--single {
  height: 47px;
}
.select__news-menu .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 20px;
}
.select2-results__option {
  font-family: "PFDinTextCompPro";
  font-size: 20px;
  color: #7f7f7f;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f5821f;
  color: white;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #f5821f;
  color: #fff;
}
.select2-dropdown {
  border-radius: 0;
}
/*меняем меню с месяцами на селект*/
.select-tabs-menu-collapse {
  display: none;
  margin-left: 20px;
}
.select-tabs-menu-collapse select {
  width: 150px;
}
/*//меняем меню с месяцами на селект*/
/*news list*/
.news-one {
  border-width: 0 1px 0 0px;
  border-color: #e8e8e8;
  border-style: solid;
  padding-right: 0;
  padding-left: 0;
  text-decoration: none;
  color: #7f7f7f;
}
.news-one:nth-child(4n) {
  border: 0;
}
.news-one__img-wrap {
  margin-bottom: 15px;
  overflow: hidden;
}
.news-one__img-wrap img {
  max-width: 100%;
  margin-bottom: 0;
  display: block;
  transition: all 0.3s ease-in-out;
}
.news-one:hover img {
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.news-one__news-text {
  padding-left: 10px;
  padding-right: 10px;
}
.news-one__news-text time {
  font-family: "PFDinTextCompPro";
  font-size: 20px;
  color: #7f7f7f;
}
.news-one__news-text .more {
  color: #f5821f;
  text-decoration: underline;
}
.news-one__news-title {
  color: #010101;
  font-size: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #f5821f;
  margin-bottom: 20px;
  font-weight: 500;
}
.news-one:hover .news-one__news-title {
  color: #f5821f;
}
.news-one:hover .more {
  text-decoration: none;
}
/*одна новость*/
.news-one-wrap {
  padding-bottom: 30px;
}
.news-one__time {
  font-family: "PFDinTextCompPro";
  color: #7f7f7f;
  font-size: 30px;
  margin-bottom: 20px;
}
.news-one__img {
  margin-bottom: 20px;
}
.news-one__img img {
  max-width: 100%;
}
.back .icon {
  fill: #39b549;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
  width: 36px;
  height: 14px;
  position: relative;
  top: 2px;
  left: 0;
  transition: left 0.4s;
}
.back:hover .icon {
  left: -6px;
}
/*скрываем шапку для мобильных*/
.mobile-menu {
  display: none;
  background: #595959;
}
/*header-mobile-menu*/
.header-mobile-menu {
  display: none;
}
.mobile-menu .header-logotype {
  position: relative;
  top: 6px;
  display: block;
}
.mobile-menu .header-logotype img {
  max-width: 262px;
}
.header-mobile-menu-button-wrapper {
  display: block;
  height: 90px;
}
.header-mobile-menu-button-wrapper .row {
  margin-left: 0;
  margin-right: 0;
  height: 100%;
}
.burger-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0px;
  padding-top: 0px;
  padding-right: 0;
}
.header__mobile-menu-button {
  background-color: #000;
  border: 0 none;
  display: block;
  height: 100%;
  padding: 0;
  position: relative;
  text-decoration: none;
  width: 67px;
  border: 2px solid #000;
}
.header__mobile-menu-button:focus {
  outline: 0;
}
.header__mobile-menu-button div {
  background: #fff none repeat scroll 0 0;
  height: 2px;
  left: 50%;
  margin-left: -16px;
  margin-top: 6px;
  position: absolute;
  transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  width: 33px;
}
.header__mobile-menu-button div:nth-child(1) {
  top: 23px;
}
.header__mobile-menu-button div:nth-child(2) {
  top: 36px;
}
.header__mobile-menu-button div:nth-child(3) {
  top: 48px;
}
.header__mobile-menu-button.active div:nth-child(1) {
  top: 34px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.3s ease 0s;
}
.header__mobile-menu-button.active div:nth-child(2) {
  opacity: 0;
  transition: opacity 0.3s ease 0s;
}
.header__mobile-menu-button.active div:nth-child(3) {
  top: 34px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.3s ease 0s;
}
.header-mobile-menu {
  padding: 0px;
}
.header-mobile-menu {
  height: calc(100vh - 55px);
  overflow-y: scroll;
  position: absolute;
  z-index: 2;
  background: rgba(49, 48, 48, 0.99);
  width: 100%;
}
.header-mobile-menu .header-bottom-menu-list-item {
  margin-bottom: 10px;
}
.header-mobile-menu .header-bottom-menu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-mobile-menu .header-bottom-menu {
  border-bottom: 1px solid #fff;
  padding: 10px;
  background: #151515;
}
.header-mobile-menu .header-top-menu {
  border-bottom: 1px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 10px;
  padding: 10px;
  background: #212121;
}
.header-mobile-menu .header-top-menu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.header-mobile-menu .header-top-menu-list-item__link {
  text-align: left;
  padding-left: 5px;
}
.header-mobile-menu .header-top-menu-list-item:after {
  display: none;
}
.header-mobile-menu .header-top-toolbar {
  margin-top: 0px;
  padding: 10px 16px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.header-mobile-menu .header-top-toolbar-contacts__link {
  margin-left: 5px;
}
.header-mobile-menu .header-top-toolbar-contacts {
  padding-left: 16px;
}
.left-menu-collapse {
  padding-bottom: 12px;
}
.nav {
  color: #7f7f7f;
  margin-bottom: 40px;
}
.nav__list-lev,
.nav__list-lev-1,
.nav__list-lev-2 {
  list-style-type: none;
  padding-left: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
/*arrow*/
.nav__icon {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: -4px;
}
.nav__title-lev-1 {
  position: relative;
}
.nav__title-lev-1 > .nav__icon {
  border-color: #fff #fff #0194d9;
  border-style: solid;
  border-width: 0 6px 7px;
  width: 7px;
  height: 6px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.nav__item-lev--open > .nav__title-lev-1 > .nav__icon {
  width: 7px;
  height: 6px;
  -webkit-transform: none;
  transform: none;
}
/*//arrow*/
.nav__list-lev-1 {
  font-size: 20px;
  font-weight: 300;
  font-family: "PFDinTextCompPro";
  border-bottom: 1px solid #ccc;
  position: relative;
  padding-bottom: 9px;
  padding-top: 6px;
  padding-right: 10px;
}
.nav__list-lev-1:hover {
  border-bottom-width: 4px;
  border-bottom-style: solid;
  border-bottom-color: #0194d9;
  padding-bottom: 6px;
}
/*level 2*/
.nav__list-lev-2 {
  font-size: 20px;
  font-weight: 300;
  overflow: hidden;
  padding: 0px 20px;
}
.nav__list-lev-2--active {
  color: #0194d9;
}
.nav__item-lev {
  position: relative;
  cursor: pointer;
}
.nav__item-lev > ul {
  height: 0;
}
.nav__item-lev--open > ul {
  height: auto;
}
.nav__item-lev a {
  color: #7f7f7f;
  text-decoration: none;
}
.nav__item-lev a:hover {
  color: #0194d9;
}
.nav__title-lev-1:hover {
  color: #0194d9;
}
.nav__item-lev--open .nav__title-lev-1 {
  color: #0194d9;
}
.collection-wrap .picture-one {
  color: #7f7f7f;
  text-decoration: none;
  padding-bottom: 40px;
}
.collection-wrap .picture-one:hover .title {
  color: #0194d9;
}
.collection-wrap img {
  max-width: 100%;
}
.collection-wrap p {
  font-family: "PFDinTextCompPro";
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 0px;
}
.collection-wrap .title {
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  font-family: "DINPro", Helvetica, Tahoma, Arial, sans-serif;
}
.change-color-blue {
  /*paginator change color*/
  /*tabs change color*/
}
.change-color-blue .nav__title-lev-1 > .nav__icon {
  border-color: #fff #fff #0194d9;
}
.change-color-blue .nav__list-lev-1:hover {
  border-bottom-color: #0194d9;
}
.change-color-blue .nav__list-lev-1.active {
  border-bottom: 4px solid #0194d9;
  padding-bottom: 6px;
}
.change-color-blue .nav__list-lev-1.active a {
  color: #0194d9;
}
.change-color-blue .nav__list-lev-2--active {
  color: #0194d9;
}
.change-color-blue .nav__item-lev a:hover {
  color: #0194d9;
}
.change-color-blue .nav__title-lev-1:hover {
  color: #0194d9;
}
.change-color-blue .nav__item-lev--open .nav__title-lev-1 {
  color: #0194d9;
}
.change-color-blue .collection-wrap .picture-one:hover .title {
  color: #0194d9;
}
.change-color-blue .pagination a.active,
.change-color-blue .content .pagination a.active,
.change-color-blue .pagination span.active,
.change-color-blue .content .pagination span.active {
  color: #0194d9;
  border-color: #0194d9;
}
.change-color-blue .pagination .pagination__prev .icon,
.change-color-blue .content .pagination .pagination__prev .icon,
.change-color-blue .pagination .pagination__next .icon,
.change-color-blue .content .pagination .pagination__next .icon {
  fill: #0194d9;
}
.change-color-blue .pagination a.disabled .icon,
.change-color-blue .content .pagination a.disabled .icon,
.change-color-blue .pagination span.disabled .icon,
.change-color-blue .content .pagination span.disabled .icon {
  fill: #777;
}
.change-color-blue .pagination a:hover,
.change-color-blue .content .pagination a:hover,
.change-color-blue .pagination span:hover,
.change-color-blue .content .pagination span:hover {
  color: #0194d9;
}
.change-color-blue .tabs-menu li.active a::after {
  background-color: #0194d9;
}
.change-color-blue .tabs-menu li.active a {
  color: #0194d9;
}
.change-color-blue .tabs-menu a:hover::after {
  background-color: #0194d9;
}
.change-color-blue .tabs-menu a::after {
  background-color: #0194d9;
}
.change-color-blue .tabs-menu a:hover {
  color: #0194d9;
}
.change-color-red {
  /*paginator change color*/
  /*tabs change color*/
}
.change-color-red .nav__title-lev-1 > .nav__icon {
  border-color: #fff #fff #ec1551;
}
.change-color-red .nav__list-lev-1:hover {
  border-bottom-color: #ec1551;
}
.change-color-red .nav__list-lev-1.active {
  border-bottom: 4px solid #ec1551;
  padding-bottom: 6px;
}
.change-color-red .nav__list-lev-1.active a {
  color: #ec1551;
}
.change-color-red .nav__list-lev-2--active {
  color: #ec1551;
}
.change-color-red .nav__item-lev a:hover {
  color: #ec1551;
}
.change-color-red .nav__title-lev-1:hover {
  color: #ec1551;
}
.change-color-red .nav__item-lev--open .nav__title-lev-1 {
  color: #ec1551;
}
.change-color-red .collection-wrap .picture-one:hover .title {
  color: #ec1551;
}
.change-color-red .pagination a.active,
.change-color-red .content .pagination a.active,
.change-color-red .pagination span.active,
.change-color-red .content .pagination span.active {
  color: #ec1551;
  border-color: #ec1551;
}
.change-color-red .pagination .pagination__prev .icon,
.change-color-red .content .pagination .pagination__prev .icon,
.change-color-red .pagination .pagination__next .icon,
.change-color-red .content .pagination .pagination__next .icon {
  fill: #ec1551;
}
.change-color-red .pagination a.disabled .icon,
.change-color-red .content .pagination a.disabled .icon,
.change-color-red .pagination span.disabled .icon,
.change-color-red .content .pagination span.disabled .icon {
  fill: #777;
}
.change-color-red .pagination a:hover,
.change-color-red .content .pagination a:hover,
.change-color-red .pagination span:hover,
.change-color-red .content .pagination span:hover {
  color: #ec1551;
}
.change-color-red .tabs-menu li.active a::after {
  background-color: #ec1551;
}
.change-color-red .tabs-menu li.active a {
  color: #ec1551;
}
.change-color-red .tabs-menu a:hover::after {
  background-color: #ec1551;
}
.change-color-red .tabs-menu a::after {
  background-color: #ec1551;
}
.change-color-red .tabs-menu a:hover {
  color: #ec1551;
}
.change-color-orange {
  /*paginator change color*/
  /*tabs change color*/
}
.change-color-orange .nav__title-lev-1 > .nav__icon {
  border-color: #fff #fff #f5821f;
}
.change-color-orange .nav__list-lev-1:hover {
  border-bottom-color: #f5821f;
}
.change-color-orange .nav__list-lev-2--active {
  color: #f5821f;
}
.change-color-orange .nav__list-lev-1.active {
  border-bottom: 4px solid #f5821f;
  padding-bottom: 6px;
}
.change-color-orange .nav__list-lev-1.active a {
  color: #f5821f;
}
.change-color-orange .nav__item-lev a:hover {
  color: #f5821f;
}
.change-color-orange .nav__title-lev-1:hover {
  color: #f5821f;
}
.change-color-orange .nav__item-lev--open .nav__title-lev-1 {
  color: #f5821f;
}
.change-color-orange .collection-wrap .picture-one:hover .title {
  color: #f5821f;
}
.change-color-orange .pagination a.active,
.change-color-orange .content .pagination a.active,
.change-color-orange .pagination span.active,
.change-color-orange .content .pagination span.active {
  color: #f5821f;
  border-color: #f5821f;
}
.change-color-orange .pagination .pagination__prev .icon,
.change-color-orange .content .pagination .pagination__prev .icon,
.change-color-orange .pagination .pagination__next .icon,
.change-color-orange .content .pagination .pagination__next .icon {
  fill: #f5821f;
}
.change-color-orange .pagination a.disabled .icon,
.change-color-orange .content .pagination a.disabled .icon,
.change-color-orange .pagination span.disabled .icon,
.change-color-orange .content .pagination span.disabled .icon {
  fill: #777;
}
.change-color-orange .tabs-menu li.active a::after {
  background-color: #f5821f;
}
.change-color-orange .tabs-menu li.active a {
  color: #f5821f;
}
.change-color-orange .tabs-menu a:hover::after {
  background-color: #f5821f;
}
.change-color-orange .tabs-menu a::after {
  background-color: #f5821f;
}
.change-color-orange .tabs-menu a:hover {
  color: #f5821f;
}
.change-color-violet {
  /*paginator change color*/
  /*tabs change color*/
}
.change-color-violet .nav__title-lev-1 > .nav__icon {
  border-color: #fff #fff #a2228e;
}
.change-color-violet .nav__list-lev-1:hover {
  border-bottom-color: #a2228e;
}
.change-color-violet .nav__list-lev-1.active {
  border-bottom: 4px solid #a2228e;
  padding-bottom: 6px;
}
.change-color-violet .nav__list-lev-1.active a {
  color: #a2228e;
}
.change-color-violet .nav__list-lev-2--active {
  color: #a2228e;
}
.change-color-violet .nav__item-lev a:hover {
  color: #a2228e;
}
.change-color-violet .nav__title-lev-1:hover {
  color: #a2228e;
}
.change-color-violet .nav__item-lev--open .nav__title-lev-1 {
  color: #a2228e;
}
.change-color-violet .collection-wrap .picture-one:hover .title {
  color: #a2228e;
}
.change-color-violet .pagination a.active,
.change-color-violet .content .pagination a.active,
.change-color-violet .pagination span.active,
.change-color-violet .content .pagination span.active {
  color: #a2228e;
  border-color: #a2228e;
}
.change-color-violet .pagination .pagination__prev .icon,
.change-color-violet .content .pagination .pagination__prev .icon,
.change-color-violet .pagination .pagination__next .icon,
.change-color-violet .content .pagination .pagination__next .icon {
  fill: #a2228e;
}
.change-color-violet .pagination a.disabled .icon,
.change-color-violet .content .pagination a.disabled .icon,
.change-color-violet .pagination span.disabled .icon,
.change-color-violet .content .pagination span.disabled .icon {
  fill: #777;
}
.change-color-violet .pagination a:hover,
.change-color-violet .content .pagination a:hover,
.change-color-violet .pagination span:hover,
.change-color-violet .content .pagination span:hover {
  color: #a2228e;
}
.change-color-violet .tabs-menu li.active a::after {
  background-color: #a2228e;
}
.change-color-violet .tabs-menu li.active a {
  color: #a2228e;
}
.change-color-violet .tabs-menu a:hover::after {
  background-color: #a2228e;
}
.change-color-violet .tabs-menu a::after {
  background-color: #a2228e;
}
.change-color-violet .tabs-menu a:hover {
  color: #a2228e;
}
.event-list-tabs .tabs-menu {
  margin-left: 0;
  position: relative;
  top: -6px;
  margin-bottom: 20px;
}
.exhibition-wrap .tabs-menu {
  margin-left: 0;
  position: relative;
  top: -6px;
  margin-bottom: 20px;
}
.exhibition-wrap .tabs-menu li:last-child {
  margin-left: auto;
  width: 100px;
}
.exhibition-wrap .tabs-menu li {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
}
.exhibition-wrap .tabs-menu li a {
  padding-left: 30px;
  padding-right: 30px;
}
.exhibition-wrap .content-item:hover .content-item__title {
  color: #ec1551;
}
.event__wrap figure {
  margin-left: 0;
  margin-right: 0;
}
.event__img {
  background: #e5e5e5;
  margin-bottom: 20px;
}
.event__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.event__img__title {
  color: #464646;
  margin-bottom: 40px;
}
.event__img__title h4 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
}
.event-info-wrap p {
  font-family: "PFDinTextCompPro";
  border-bottom: 1px solid #ec1551;
  font-size: 20px;
  color: #7f7f7f;
  margin-bottom: 10px;
  margin-top: 0;
  padding-bottom: 21px;
  padding-left: 10px;
  padding-right: 10px;
}
.event-info-wrap p:last-child {
  border-bottom: 0;
}
.event-info-wrap p b {
  color: #000;
  font-weight: 400;
}
.event-info-wrap .address img {
  margin-right: 10px;
  width: 20px;
  position: relative;
  top: 7px;
}
.event-info-wrap .address {
  color: #7f7f7f;
  font-family: "PFDinTextCompPro";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}
.event-info-wrap .phone a {
  color: #000;
  text-decoration: none;
  font-size: 24px;
}
.event-info-wrap .phone a:hover {
  color: #ec1551;
}
.contacts-wrap {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contacts-form .site-form__button-submit {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.map-wrap {
  margin-bottom: 30px;
}
.map {
  height: 350px;
}
.popover-wrapper {
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 10px;
}
.popover-wrapper p {
  font-size: 14px;
  margin-bottom: 5px;
}
.popover-close {
  text-align: right;
  width: 96%;
  display: block;
  padding: 3px;
}
.popover-close .icon {
  fill: #000;
  width: 14px;
  height: 14px;
}
.popover-title h3 {
  font-size: 17px;
}
.popover-content a {
  color: #39b549;
}
.popover-content b {
  font-weight: 500;
}
.map__text p {
  font-family: "PFDinTextCompPro";
  font-size: 20px;
  color: #7f7f7f;
}
.map__text p b {
  color: #000;
  font-weight: 400;
}
.map__text .phone a {
  font-size: 24px;
  color: #000;
  text-decoration: none;
}
.map__text .phone a:hover {
  color: #f5821f;
}
.contacts-personal-wrap-one {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #7f7f7f;
  border-top: 1px solid #d8cfcf;
  border-bottom: 1px solid #d8cfcf;
  margin-bottom: -1px;
  position: relative;
  z-index: 1;
}
.contacts-personal-wrap-one > div {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.contacts-personal-wrap-one a {
  color: #f5821f;
}
.contacts-personal-wrap-one .col-01 {
  min-width: 190px;
  width: 22%;
}
.contacts-personal-wrap-one .col-02 {
  width: 44%;
  padding-top: 10px;
  padding-bottom: 20px;
}
.contacts-personal-wrap-one .col-03 {
  width: 34%;
  padding-top: 10px;
  padding-bottom: 20px;
}
.contacts-personal-wrap-one .personal__name,
.contacts-personal-wrap-one .personal-phone {
  color: #000;
  text-decoration: none;
  font-size: 20px;
  display: block;
  margin-bottom: 10px;
}
.contacts-personal-wrap-one .personal__name:hover,
.contacts-personal-wrap-one .personal-phone:hover {
  color: #f5821f;
}
.contacts-personal-wrap-one:hover {
  border-top-color: #f5821f;
  border-bottom-color: #f5821f;
  z-index: 2;
}
.contacts-personal-wrap-one .personal-one__img-wrap {
  min-width: 146px;
  min-height: 143px;
  width: 146px;
  background: #f2f2f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contacts-personal-wrap-one .personal-one__img-wrap img {
  display: block;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.events-one {
  border: 1px solid #d8cfcf;
  margin-bottom: -1px;
}
.events-one .col-01 .col-01-content {
  padding-left: 6px;
  padding-right: 6px;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.events-one .col-01 .col-01-content:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  bottom: 10px;
  width: 1px;
  background: #a2228e;
  height: auto;
}
.events-one .col-01 .title {
  font-family: "PFDinTextCompPro";
  font-size: 18px;
  color: #fff;
  max-width: 166px;
  text-align: center;
  transition: color 0.3s;
}
.events-one .col-01 .date {
  font-family: "PFDinTextCompPro";
  font-size: 20px;
  color: #000;
  transition: color 0.3s;
}
.events-one .col-01 .time {
  font-family: "PFDinTextCompPro";
  font-size: 20px;
  color: #7f7f7f;
  transition: color 0.3s;
}
.events-one .col-01 .address {
  color: #7f7f7f;
  font-family: "PFDinTextCompPro";
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  padding-bottom: 10px;
}
.events-one .col-01 .address img {
  margin-right: 10px;
  width: 20px;
  position: relative;
  top: 7px;
}
.events-one .col-01 .address .icon {
  fill: #484545;
  height: 30px;
  margin-right: 3px;
  position: relative;
  top: 8px;
  width: 29px;
}
.events-one:hover .col-01-content {
  color: #fff;
}
.events-one:hover .date,
.events-one:hover .time,
.events-one:hover .address {
  color: #fff;
}
.events-one:hover .address img {
  fill: #fff;
}
.events-one .col-01-content:after {
  content: "";
  position: absolute;
  width: 600px;
  height: 200px;
  background: #a2228e;
  top: -172px;
  right: -29px;
  z-index: -1;
  -webkit-transform: skewX(-36deg);
  transform: skewX(-36deg);
  transition: top 0.5s ease;
}
.events-one:hover .col-01-content:after {
  top: 0;
}
.events-one .col-2-content {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #7f7f7f;
}
.events-one .col-2-content a.name {
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}
.events-one .col-2-content a.name:hover {
  color: #a2228e;
}
.events-one .col-03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.events-one .col-03 .img-wrap {
  background: #d8cfcf;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 143px;
}
.events-one .col-03 .img-wrap img {
  max-width: 100%;
  height: auto;
}
.events-one:hover .col-01 .address .icon {
  fill: #fff;
}
.select__event {
  width: 100%;
  border-bottom: 4px solid #a2228e;
  margin-bottom: 30px;
}
.select__event select {
  width: 120px;
}
.select__event .select2-container {
  border-width: 0px !important;
}
.select__event .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #a2228e transparent transparent;
}
.select__event .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #a2228e;
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/*datetimepicker*/
.bootstrap-datetimepicker-widget ul {
  padding-left: 0;
}
.bootstrap-datetimepicker-widget ul li {
  padding-left: 0;
}
.bootstrap-datetimepicker-widget ul li::before {
  display: none !important;
}
.bootstrap-datetimepicker-widget {
  background: #fff;
  padding-bottom: 10px;
}
.bootstrap-datetimepicker-widget th.prev,
.bootstrap-datetimepicker-widget th.next,
.bootstrap-datetimepicker-widget th.picker-switch {
  border-bottom: 2px solid #f4f4f4;
  padding: 10px;
}
.bootstrap-datetimepicker-widget th.dow {
  color: #000;
  font-weight: 500;
}
.bootstrap-datetimepicker-widget td.day {
  color: #666;
  font-weight: 400;
  font-size: 18px;
  font-family: "PFDinTextCompPro";
}
.bootstrap-datetimepicker-widget th,
.bootstrap-datetimepicker-widget td {
  height: 36px !important;
}
.bootstrap-datetimepicker-widget table {
  border-collapse: collapse;
}
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  border-radius: 0px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  color: #a2228e;
  font-size: 16px;
  font-weight: 500;
}
.bootstrap-datetimepicker-widget .picker-switch {
  color: #000;
  font-weight: 300;
}
.bootstrap-datetimepicker-widget table td.active.today::before {
  border: 0px;
}
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background: #fff;
  color: #a2228e;
  font-weight: 500;
}
.bootstrap-datetimepicker-widget table td.today::before {
  right: 0;
  width: 100%;
  border-width: 0 0 0px 0;
}
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #ccc;
}
.bootstrap-datetimepicker-widget .glyphicon {
  color: #a2228e;
  font-size: 12px;
}
.glyphicon-triangle-right:before {
  content: "\e250";
}
.glyphicon-triangle-left:before {
  content: "\e251";
}
.glyphicon-triangle-bottom:before {
  content: "\e252";
}
.glyphicon-triangle-top:before {
  content: "\e253";
}
.datetimepicker-wrap {
  position: relative;
  border-bottom: 4px solid #a2228e;
}
.datetimepicker-wrap input {
  border: 0;
}
.datetimepicker-wrap .form-control {
  width: 70%;
}
.datetimepicker-wrap .input-group-addon {
  width: 100%;
  display: inline-block;
  position: relative;
}
.datetimepicker-wrap .input-group-addon:before {
  content: "";
  position: absolute;
  border-width: 5px 4px 0;
  border-color: #fff;
  border-top-color: #a2228e;
  border-style: solid;
  right: 4px;
  top: 9px;
}
.datetimepicker-wrap .datetimepicker-conteiner {
  position: relative;
}
.datetimepicker-wrap .date-input {
  position: absolute;
  top: -9px;
  color: #7f7f7f;
  font-family: "PFDinTextCompPro";
  font-size: 20px;
  background: transparent;
  padding-left: 20px;
}
/*//datetimepicker-wrap*/
.card-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.card-img-wrap img {
  max-width: 100%;
}
.card-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.card-arrow .icon {
  fill: #818181;
  height: 14px;
  transition: fill 0.15s ease-in 0s;
  width: 36px;
}
.card-arrow:hover .icon {
  fill: #109adb;
}
.card-arrow-prev .icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.tooltip_templates {
  display: none;
}
.tooltipster-base {
  background-color: #fff;
  padding: 10px 10px 10px 10px;
  min-width: 230px;
  border: 1px solid #d8cfcf;
}
.tooltip-place img {
  float: left;
  margin: 0px 10px 0 0;
  max-height: 100px;
  max-width: 100px;
}
.tooltip-place .title {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 4px;
}
.tooltip-place .text {
  font-size: 14px;
}
.same-collection {
  margin-bottom: 20px;
  text-align: center;
}
.same-collection a {
  display: inline-block;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.same-collection img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.same-collection .title {
  position: absolute;
  bottom: 0;
  color: #fff;
  text-decoration: none;
  padding-right: 10px;
  padding-left: 10px;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 500;
  min-height: 160px;
  text-align: left;
}
.same-collection .title .small {
  font-family: "PFDinTextCompPro";
  font-weight: 300;
}
/*404 page*/
.no-found {
  background: url(../img/404.jpg) 50% 0 no-repeat;
  background-size: cover;
  padding-top: 200px;
  margin-top: -163px;
  min-height: 1200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.sorry {
  max-width: 492px;
  width: 100%;
  height: 439px;
  padding: 234px 59px 10px 81px;
  font-size: 24px;
  margin-top: -200px;
  background: url(../img/place404.png) 0 0 no-repeat;
}
.event-card-title {
  position: relative;
}
.event-card-title::before {
  border-bottom: 78px solid #a2228e;
  border-left: 41px solid transparent;
  border-right: 16px solid transparent;
  content: "";
  display: block;
  left: -5px;
  position: absolute;
  top: 1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 86px;
  z-index: -1;
}
.exhibition-card-title {
  position: relative;
}
.exhibition-card-title::before {
  border-bottom: 78px solid #a2228e;
  border-left: 41px solid transparent;
  border-right: 16px solid transparent;
  content: "";
  display: block;
  left: -5px;
  position: absolute;
  top: 1px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 86px;
  z-index: -1;
}
.event-wrap figure {
  margin-right: 0;
}
.slider-simple-card-wrapper {
  position: relative;
  padding-bottom: 40px;
}
.slider-simple-card-controls-wrapper {
  position: relative;
}
.slider-simple-card-controls-wrapper .slider-simple__button-prev,
.slider-simple-card-controls-wrapper .slider-simple__button-next {
  top: 0px;
}
.slider-simple-card-controls-wrapper .slider-simple__button-prev .icon,
.slider-simple-card-controls-wrapper .slider-simple__button-next .icon {
  width: 30px;
  height: 14px;
  fill: #878787;
}
.slider-simple-card-controls-wrapper .slider-simple__button-prev:hover .icon,
.slider-simple-card-controls-wrapper .slider-simple__button-next:hover .icon {
  fill: #ec1551;
}
.slider-simple-card-controls-wrapper .slider-simple__button-prev,
.slider-simple-card-controls-wrapper .slider-simple__button-next {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.slider-simple-item a {
  display: block;
  position: relative;
}
.slider-simple-item a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/zoom.png) 50% 50% no-repeat rgba(0, 0, 0, 0.5);
  display: none;
}
.slider-simple-item a:hover::after {
  display: block;
}
/*lightbox*/
.lg-toolbar {
  background: transparent;
  left: 0;
  padding: 20px 5%;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1082;
}
.lg-toolbar .lg-icon {
  float: left;
}
.lg-toolbar .lg-close::after {
  display: none;
}
.lg-toolbar .lg-close {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/gallery.png) 0 0 no-repeat;
  float: right;
}
.lg-toolbar .lg-close:hover {
  background-position: -96px 0;
}
#lg-zoom-in::after {
  display: none;
}
.lg-toolbar #lg-zoom-in {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../img/gallery.png) 0 -106px no-repeat;
}
.lg-toolbar #lg-zoom-in:hover {
  background-position: -96px -106px;
}
#lg-zoom-out::after {
  display: none;
}
.lg-toolbar #lg-zoom-out {
  background: url(../img/gallery.png) no-repeat scroll 0 -209px;
  display: block;
  float: left;
  height: 50px;
  left: -100px;
  margin-left: -49px;
  margin-top: 82px;
  top: -100px;
  width: 50px;
}
.lg-toolbar #lg-zoom-out:hover {
  background-position: -96px -209px;
}
.lg-actions .lg-next,
.lg-actions .lg-prev {
  overflow: hidden;
  text-indent: -9999px;
  font-size: 0;
  background: url(../img/gallery.png) 0 -370px no-repeat;
  width: 52px;
  height: 50px;
}
.lg-actions .lg-next::before,
.lg-actions .lg-prev::before {
  display: none;
}
.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  background-position: -94px -370px;
}
.lg-actions .lg-next {
  background: url(../img/gallery.png) 0 -439px no-repeat;
}
.lg-actions .lg-next:hover {
  background-position: -94px -439px;
}
.fon {
  background: url('../img/tmp/img1.jpg') 0px 0px no-repeat;
}
/* ion range slider style */
.irs-hidden-input {
  border: 0;
}
.range-slider-wrapper {
  position: relative;
  z-index: 130;
  display: block;
  width: 100%;
  height: 20px;
  margin: 0 auto 20px;
}
.irs-line {
  border: 0px;
  background: #d8cfcf;
  border-radius: 0;
}
.irs-bar {
  background: #ec1551;
  border: 0px solid #ec1551;
}
.irs-bar-edge {
  background: #ec1551;
  border: 0px solid #ec1551;
  border-radius: 0;
}
.irs-line-right {
  background: #d8cfcf;
  border: 0px solid #d8cfcf;
  border-radius: 0;
}
.irs-slider {
  display: none;
}
/*
.irs-bar-edge,
.irs-line-mid,
.irs-bar,
.irs-line-left,
.irs-line-right,
.irs-line {
  border: 0;
  background: #bdbebf;
  border-radius: 0;
}

.irs-slider.single {
  background: #02b7d9;
  border-radius: 50%;
  box-shadow: none;
  border: 0;
}

.irs-line,
.irs-bar,
.irs-bar-edge {
  height: 2px;
}

.irs-slider {
  top: 23.5px;
  width: 20px;
  height: 20px;
}
*/
/*datepicker*/
.datetimepicker-wrap {
  position: relative;
}
.datepicker {
  border-radius: 0;
}
.datepicker--nav-title {
  font-size: 18px;
  color: #a2228e;
}
.datepicker--day-name {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  text-transform: none;
  z-index: -1;
}
.datepicker--cell {
  color: #000;
  border-radius: 0;
  height: 38px;
  font-family: "PFDinTextCompPro";
  font-size: 18px;
}
.datepicker--cell.-current- {
  color: #a2228e;
}
.datepicker--nav {
  border-bottom: 0px solid #ebe7e7;
}
.datepicker--days-names {
  border-bottom: 1px solid #ebe7e7;
}
.datepicker-input {
  font-family: "PFDinTextCompPro";
  font-size: 20px;
  color: #7f7f7f;
  padding-left: 20px;
  width: 100%;
}
.datetimepicker-wrap::before {
  border-color: #a2228e #fff #fff;
  border-style: solid;
  border-width: 5px 4px 0;
  content: "";
  position: absolute;
  right: 4px;
  top: 9px;
}
.datepicker--cell.-selected- {
  color: #fff !important;
  background: #b1356c !important;
}
.datepicker--cell.-disabled- {
  color: #ccc !important;
}
.datepicker--cell.-disabled-.-focus- {
  background: transparent !important;
}
.news-item {
  padding-left: 0;
  padding-right: 0;
}
.news .content-item-image img {
  max-width: 100%;
}
.b-filtr-events .nav__list-lev-2 {
  padding-right: 0;
  padding-left: 0;
}
.b-filtr-events .datepicker-wrap {
  padding-right: 0px;
}
.b-filtr-events .datepicker-wrap .nav__icon {
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 4px;
  top: 3px;
}
.b-filtr-events #datepicker {
  margin-right: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.b-filtr-events .datepicker {
  width: 100%;
}
.b-filtr-events .datepicker--day-name {
  z-index: 1;
}
.b-filtr-events .datepicker--cell.-selected- {
  background-color: #a2228e;
}
.quality-hand-wrap {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.quality-hand-wrap .icon-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  color: #7f7f7f;
  font-family: DINPro;
  font-weight: 400;
  line-height: 18px;
}
.quality-hand-wrap .icon-link .quality-hand {
  background: #e6e6e6 none repeat scroll 0 0;
  border: 2px solid #7f7f7f;
  border-radius: 4px;
  fill: #7f7f7f;
  height: 51px;
  margin-right: 11px;
  transition: background 0.2s ease 0s, fill 0.2s ease 0s;
  width: 70px;
  padding: 4px;
}
.quality-hand-wrap .icon-link:hover .quality-hand {
  background: #c3c1c1 none repeat scroll 0 0;
  fill: #fff;
}
.contacts-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-contacts-mobile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.b-contacts-mobile .nav {
  display: none;
}
.all-news-mobile-link {
  display: none;
}
.times-ico .icon {
  fill: #39B549;
}
/**
* файл для стилей для разных устройств
*/
.menu-logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.mobile-menu .times-ico .icon {
  width: 33px;
  height: 33px;
  margin-right: 15px;
}
@media (max-width: 768px) {
  .select-tabs-menu-collapse {
    display: block;
  }
  .news-menu-wrap .tabs-menu {
    display: none;
  }
  .news-one__img-wrap {
    text-align: center;
    background-color: #e5e5e5;
  }
  .news-one__img-wrap img {
    max-width: 100%;
    margin-bottom: 0;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .news-one:nth-child(4n) {
    border-right: 1px solid #e8e8e8;
  }
  .news-one:nth-child(3n) {
    border: 0;
  }
  .header-bottom-search {
    width: auto;
  }
  .header-bottom-search input#search {
    width: auto !important;
  }
  .header-top-menu-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .header-top-menu-list-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
  .header-top-menu-list-item__link {
    display: block;
    width: 100%;
    text-align: center;
  }
  .header-top-toolbar {
    margin-top: -45px;
  }
  .contacts-personal-wrap-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contacts-personal-wrap-one .col-01,
  .contacts-personal-wrap-one .col-02,
  .contacts-personal-wrap-one .col-03 {
    width: 100%;
  }
  .contacts-personal-wrap-one .col-01 {
    margin-bottom: 15px;
  }
  .contacts-personal-wrap-one .col-03 {
    margin-bottom: 15px;
  }
  .slider-simple-card-wrapper {
    width: 730px;
    padding-left: 30px;
    margin-left: auto;
    margin-right: auto;
  }
  .header-top-toolbar-contacts-info {
    right: 0;
  }
  .index-slider {
    max-width: 100%;
    margin-top: -1px;
  }
  .index-slider-description {
    padding-top: 10px;
  }
  .index-slider-description h1 {
    font-size: 28px;
    box-shadow: 0 -2px 0 #39b549 inset;
    line-height: 22px;
  }
  .index-slider-text__block:hover h1 {
    box-shadow: 0 -3px 0 #39b549 inset;
  }
  .index-slider-text__description img {
    display: none;
  }
  .index-slider-text__description p {
    width: 100%;
  }
  .slick-dots {
    top: calc(50% + 18px);
  }
  .footer-bottom-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-bottom__column-01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 20px;
  }
  .footer-bottom__column-02 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .footer-bottom__column-03 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .footer-bottom__column-03 .footer-bottom-social {
    float: right;
    width: 150px;
  }
  .footer-bottom__column-04 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: right;
  }
  .event-list-tabs .tabs-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .event-list-tabs .tabs-menu li {
    width: 31%;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin-right: 0;
  }
  .content .tab li,
  .tab li {
    width: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    border: 0px;
    border-bottom: 1px solid #ccc;
  }
  .viewall-tabs__link {
    border: 1px solid #ec1551 !important;
    margin-top: 15px;
  }
  .content .tab li:last-child,
  .tab li:last-child {
    border-bottom: 0px;
  }
  .events .viewall-tabs__link {
    border: 1px solid #a2228e !important;
  }
  .all-news-mobile-link {
    display: block;
    text-decoration: none !important;
    border: 1px solid #f5821f;
    color: #f5821f;
    padding: 10px;
    text-align: center;
    font-family: "PFDinTextCompPro";
    font-size: 20px;
    width: 100%;
    margin-top: 20px;
  }
  .news .viewall-tabs__link {
    border-color: #f5821f !important;
    margin-top: 0;
  }
  .b-event-one {
    padding: 10px;
  }
  .b-event-one .content-item {
    border: 1px solid #d8cfcf;
    display: block;
  }
  .b-event-one .content-item .content-item__address {
    margin-bottom: 20px;
  }
  .b-exhibition-one .content-item {
    border: 1px solid #d8cfcf;
    display: block;
  }
  .b-exhibition-one .content-item .content-item__address {
    margin-bottom: 20px;
  }
  .news .viewall-tabs__link {
    display: none;
  }
}
@media (max-width: 414px) {
  .news-one {
    border: 0 !important;
  }
  .page-head {
    margin-bottom: 6px;
  }
  .contacts-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contacts-wrap .b-contacts {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .contacts-wrap .left-menu-wrap {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .b-contacts-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .b-contacts-mobile .nav {
    display: block;
    width: 100%;
  }
  .left-menu-wrap .nav {
    display: none;
  }
  .b-contacts .b-contacts-mobile {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .b-contacts .map__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .b-contacts .map-wrap {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .b-contacts .b-contacts-personal-wrap {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .b-footer-adress {
    border-bottom: 1px solid #f5821f;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .between-xs {
    padding-left: 10px;
    padding-right: 10px;
  }
  .h1,
  h1,
  .content h1,
  .content .h1,
  .h2,
  h2,
  .content h2,
  .content .h2,
  .h3,
  h3,
  .content h3,
  .content .h3 {
    font-size: 30px;
    line-height: 1.5;
  }/*скрываем шапку и показываем шапку для мобильных*/
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .footer-top {
    padding-bottom: 30px;
  }
  .footer-top-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  .footer-top-menu .footer-top-menu__link {
    margin-bottom: 12px;
  }
  .footer-copyright {
    margin-bottom: 18px;
  }
  .footer-bottom-quality {
    margin-bottom: 18px;
  }
  .collection-wrap .picture-one .img-wrap {
    background: #e5e5e5;
    margin-bottom: 20px;
  }
  .collection-wrap .picture-one .img-wrap img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
  }
  .exhibition-wrap .tabs-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-simple-card-wrapper {
    width: 353px;
    padding-left: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .news-item {
    border-right: 0px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 15px;
  }
  .index-slider {
    display: none;
  }
  .footer-bottom-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer-bottom__column-01 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding-bottom: 0px;
  }
  .footer-bottom__column-02 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .footer-bottom__column-03 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    padding-top: 30px;
    padding-bottom: 5px;
  }
  .footer-bottom__column-03 .footer-bottom-social {
    float: none;
    width: 150px;
  }
  .footer-bottom__column-04 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    text-align: left;
    padding-top: 15px;
  }
  .event-list-tabs .tabs-menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .tabs-menu {
    border-bottom: 0px;
  }
  .tabs-menu li {
    border: 1px solid #ccc;
    margin-bottom: -1px;
  }
  .tabs-menu li:first-child {
    margin-left: 10px;
  }
  .tabs-menu li:last-child {
    margin-right: 10px;
  }
  .quality-hand-wrap {
    padding-top: 10px;
  }
  .tab .tab-link {
    text-align: center;
  }
  .tab .tab-link a {
    max-width: inherit;
  }
  .event-list-tabs .tabs-menu li {
    width: auto;
  }
  .tabs-menu li:last-child {
    margin-right: 0;
  }
  .mobile-menu .header-logotype .logo-small {
    display: block;
    max-height: 74px;
    width: auto;
  }
  .mobile-menu .header-logotype .logo-wide {
    display: none;
  }
  .parallax-container {
    display: none;
  }
  .main-content {
    padding-top: 10px;
  }/*address plate*/
  .header-top-toolbar-contacts-info__mobile {
    background-color: #2b2b2b;
    display: block;
    position: absolute;
    z-index: 2;
    top: 90px;
    left: 0;
    right: 0;
    width: auto;
    padding: 20px;
  }
  .header-top-toolbar-contacts-info {
    width: inherit;
    padding-top: 90px;
  }
  .header-top-toolbar-contacts-info-col__item b {
    font-size: 22px;
  }
  .header-top-toolbar-contacts-info-col {
    width: 100%;
    margin-bottom: 20px;
  }
  .header-top-toolbar-contacts-info-col:nth-child(2)::before {
    display: none;
  }
  .header-top-toolbar-contacts-info-col:nth-child(2) {
    padding-left: 0;
  }
  .header-top-toolbar-contacts-info-widecol {
    padding-right: 10px;
  }
  .header-top-toolbar-contacts__close {
    position: relative;
    bottom: auto;
    text-align: right;
    width: 100%;
    padding-top: 20px;
  }
  .header-top-toolbar-contacts-info__mobile {
    display: none;
  }
  .header-top-toolbar-contacts-info__mobile.active {
    display: block;
  }
  .times-ico.active .icon {
    fill: #fcff08;
  }
}
@media (max-width: 1024px) {
  .header-bottom-search {
    width: auto;
  }
  .header-bottom-search input#search {
    width: 259px;
  }
}
@media (max-width: 768px) and (orientation: landscape) {/*скрываем шапку и показываем шапку для мобильных*/
  .desktop-menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
  .footer-top-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  .footer-top-menu .footer-top-menu__link {
    margin-bottom: 12px;
  }
  .news-one {
    border: 0 !important;
  }
  .footer-copyright {
    margin-bottom: 18px;
  }
  .footer-bottom-quality {
    margin-bottom: 18px;
  }
  .footer-top {
    padding-bottom: 30px;
  }
  .contacts-personal-wrap-one {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .logo-small {
    display: none;
  }
  .logo-wide {
    display: block;
  }
}

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