/* 
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {.calendar .pmu-instance .pmu-day-of-week
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* 
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.jq-checkbox {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 3px;
  background: #F5F5F5;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}
.jq-checkbox.checked .jq-checkbox__div {
  width: 12px;
  height: 12px;
  margin: 2px 0 0 2px;
  border-radius: 2px;
  background: #666;
  box-shadow: inset 0 -3px 6px #AAA;
}
.jq-checkbox.disabled {
  opacity: .55;
}
.jq-radio {
  top: -1px;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  border-radius: 50%;
  background: #F5F5F5;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}
.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}
.jq-radio.disabled {
  opacity: .55;
}
.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.jq-file input {
  height: auto;
  line-height: 1em;
  cursor: pointer;
}
.jq-file__name {
  overflow: hidden;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: #F5F5F5;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}
.jq-file:hover .jq-file__browse {
  background: #E6E6E6;
  background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-number {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 36px 0 0;
}
.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}
.jq-number__field:hover {
  border-color: #B3B3B3;
}
.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
  text-align: left;
  /* для Opera Presto */
  -moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}
.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}
.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}
.jq-number__spin:hover {
  background: #E6E6E6;
  background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}
.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}
.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #F5F5F5;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}
.jq-selectbox__select:hover {
  background: #E6E6E6;
  background: linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-selectbox__select:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-selectbox__select-text {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
  color: #888;
}
.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}
.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif;
}
.jq-selectbox__search {
  margin: 5px;
}
.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
  -webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}
.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}
.jq-selectbox ul {
  margin: 0;
  padding: 0;
}
.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  color: #231F20;
}
.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}
.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}
.jq-selectbox li.disabled {
  color: #AAA;
}
.jq-selectbox li.disabled:hover {
  background: none;
}
.jq-selectbox li.optgroup {
  font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}
.jq-selectbox li.option {
  padding-left: 25px;
}
.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}
.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}
.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}
.jq-select-multiple li.disabled {
  color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}
.jq-select-multiple li.optgroup {
  font-weight: bold;
}
.jq-select-multiple li.option {
  padding-left: 25px;
}
input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}
input[type='search'].styler {
  -webkit-appearance: none;
}
textarea.styler {
  overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: #F5F5F5;
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: #E6E6E6;
  background: linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}
/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
/* Anti FOUC */
.remodal,
[data-remodal-id] {
  display: none;
}
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay,
.remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/*
 *  Remodal - v1.1.0
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's default mobile first theme
   ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening,
.remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening,
.remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 10px 10px 0;
}
/* Default theme styles of the modal dialog */
.remodal {
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}
.remodal.remodal-is-opening,
.remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */
.remodal,
.remodal-wrapper:after {
  vertical-align: middle;
}
/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover,
.remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "\00d7";
  text-align: center;
}
/* Dialog buttons */
.remodal-confirm,
.remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover,
.remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover,
.remodal-cancel:focus {
  background: #ef5350;
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner,
.remodal-cancel::-moz-focus-inner,
.remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
.pickmeup {
  background: #fff;
  border-radius: .4em;
  box-sizing: content-box;
  display: none;
  position: absolute;
}
.pickmeup * {
  box-sizing: border-box;
}
.pickmeup .pmu-instance {
  display: inline-block;
  height: 13.8em;
  padding: .5em;
  padding-top: 0;
  text-align: center;
  width: 15em;
}
.pickmeup .pmu-instance .pmu-button {
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
  color: #333;
  cursor: default;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  background: #17384d;
}
.pickmeup .pmu-instance nav {
  color: #eee;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  line-height: 2em;
}
.pickmeup .pmu-instance nav *:first-child :hover {
  color: #88c5eb;
}
.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
  display: none;
  height: 2em;
  width: 1em;
}
.pickmeup .pmu-instance nav .pmu-month {
  width: 14em;
}
.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
  display: inline-block;
  line-height: 3.6em;
  width: 3.5em;
}
.pickmeup .pmu-instance .pmu-day-of-week {
  color: #000;
  cursor: default;
}
.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
  display: inline-block;
  line-height: 1.8em;
  width: 2em;
}
.pickmeup .pmu-instance .pmu-day-of-week * {
  line-height: 1.8em;
}
.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
  display: block;
}
.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
  width: 13em;
}
.pickmeup .pmu-instance:first-child:last-child .pmu-month {
  width: 12em;
  margin: 0 auto;
}
.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
  display: none;
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 260px;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-size: 15px;
  background: #333;
  color: #fff;
  box-shadow: 0 0 5px 5px #222 inset;
}
.sidr .sidr-inner {
  padding: 0 0 15px;
}
.sidr .sidr-inner > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr.right {
  left: auto;
  right: -260px;
}
.sidr.left {
  left: -260px;
  right: auto;
}
.sidr p {
  font-size: 13px;
  margin: 0 0 12px;
}
.sidr p a {
  color: rgba(255, 255, 255, 0.9);
}
.sidr > p {
  margin-left: 15px;
  margin-right: 15px;
}
.sidr ul {
  display: block;
  padding: 0;
}
.sidr ul li {
  display: block;
  margin: 0;
  line-height: 48px;
}
.sidr ul li a,
.sidr ul li span {
  padding: 0 15px;
  display: block;
  text-decoration: none;
  color: #fff;
}
.sidr ul li ul {
  border-bottom: 0;
  margin: 0;
}
.sidr ul li ul li {
  line-height: 40px;
  font-size: 13px;
}
.sidr ul li ul li:last-child {
  border-bottom: 0;
}
.sidr ul li ul li:hover,
.sidr ul li ul li.active,
.sidr ul li ul li.sidr-class-active {
  border-top: 0;
  line-height: 41px;
}
.sidr ul li ul li a,
.sidr ul li ul li span {
  color: rgba(255, 255, 255, 0.8);
  padding-left: 30px;
}
.sidr form {
  margin: 0 15px;
}
.sidr label {
  font-size: 13px;
}
.sidr input[type="text"],
.sidr input[type="password"],
.sidr input[type="date"],
.sidr input[type="datetime"],
.sidr input[type="email"],
.sidr input[type="number"],
.sidr input[type="search"],
.sidr input[type="tel"],
.sidr input[type="time"],
.sidr input[type="url"],
.sidr textarea,
.sidr select {
  width: 100%;
  font-size: 13px;
  padding: 5px;
  box-sizing: border-box;
  margin: 0 0 10px;
  border-radius: 2px;
  border: 0;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(255, 255, 255, 0.6);
  display: block;
  clear: both;
}
.sidr input[type=checkbox] {
  width: auto;
  display: inline;
  clear: none;
}
.sidr input[type=button],
.sidr input[type=submit] {
  color: #333;
  background: #fff;
}
.sidr input[type=button]:hover,
.sidr input[type=submit]:hover {
  background: rgba(255, 255, 255, 0.9);
}
/* perfect-scrollbar v0.6.12 */
.ps-container {
  -ms-touch-action: none;
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}
@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}
.ps-container.ps-in-scrolling {
  pointer-events: none;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #867d92;
  width: 5px;
}
.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  height: 15px;
}
.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  background-color: #aaa;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  bottom: 2px;
  height: 6px;
}
.ps-container > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x,
.ps-container > .ps-scrollbar-x-rail:active > .ps-scrollbar-x {
  height: 11px;
}
.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  width: 5px;
}
.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  background-color: #867d92;
  opacity: 1;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  right: 2px;
  width: 6px;
}
.ps-container > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y,
.ps-container > .ps-scrollbar-y-rail:active > .ps-scrollbar-y {
  width: 5px;
}
.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 1;
}
.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}
.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 1;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 1;
}
.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 1;
}
.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  color: #000;
  box-sizing: border-box;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  text-decoration: none;
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}
/* pt-sans-regular - latin_cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/pt-sans-v8-latin_cyrillic-regular.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-italic - latin_cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/pt-sans-v8-latin_cyrillic-italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-700 - latin_cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/pt-sans-v8-latin_cyrillic-700.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* pt-sans-700italic - latin_cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url('../fonts/pt-sans-v8-latin_cyrillic-700italic.woff') format('woff');
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}

Example usage in HTML:

`display: block` sprite:
<div class="icon-home"></div>

To change `display` (e.g. `display: inline-block;`), we suggest using a common CSS class:

// CSS
.icon {
  display: inline-block;
}

// HTML
<i class="icon icon-home"></i>
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
body {
  background-image: url(../img/bg.jpg);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}
.content-wrapper {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, 0.05);
  padding: 20px;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 35px;
}
p {
  color: #737373;
  line-height: 1.5em;
}
.main-title {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
h1 {
  font-size: 23px;
  text-transform: uppercase;
}
h2 {
  font-size: 20px;
}
h3 {
  font-size: 15px;
}
h4 {
  font-size: 16px;
  font-weight: normal;
}
h5 {
  font-size: 14px;
  font-weight: normal;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 10px 0;
}
.table-container {
  width: 100%;
  overflow-y: auto;
  _overflow: auto;
  margin: 0 0 1em;
}
.table0 {
  border-collapse: collapse;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  overflow: hidden;
}
.table0 tbody td {
  padding: 10px 15px;
}
.table0 thead td {
  padding: 20px;
  font-size: 15px;
  font-weight: 700;
}
.table1 {
  border-collapse: collapse;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  overflow: hidden;
}
.table1 tbody td {
  padding: 10px 15px;
}
.table1 thead td {
  padding: 20px;
  font-size: 15px;
  font-weight: 700;
}
.table1 td {
  border: 1px solid #f2f2f2;
}
.table2 {
  border-collapse: collapse;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  overflow: hidden;
  border: 10px solid #867d92;
}
.table2 tbody td {
  padding: 10px 15px;
}
.table2 thead td {
  padding: 20px;
  font-size: 15px;
  font-weight: 700;
}
.table2 td {
  border: 1px solid #f2f2f2;
}
.table2 thead {
  background-color: #867d92;
}
.table2 thead td {
  border: none;
  color: #fff;
}
ul {
  list-style-type: none;
  padding: 0;
}
ul li {
  font-size: 14px;
  margin-bottom: 20px;
}
ul li:before {
  color: #ca9d5d;
  padding-right: 5px;
  content: "•";
  font-size: 13px;
  vertical-align: top;
  margin-right: 15px;
}
ol {
  list-style-type: none;
  padding: 0;
  counter-reset: list1;
}
ol li {
  font-size: 14px;
  margin-bottom: 20px;
}
ol li:before {
  counter-increment: list1;
  content: counter(list1);
  color: #ca9d5d;
  padding-right: 15px;
}
input,
textarea {
  border: 1px solid #ededed;
  box-sizing: border-box;
  height: 38px;
  font-size: 14px;
  padding: 10px;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b7b7b7;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b7b7b7;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b7b7b7;
}
input::placeholder,
textarea::placeholder {
  color: #b7b7b7;
}
input:focus,
textarea:focus {
  outline: none;
  border: 1px solid #ca9d5d;
}
textarea {
  resize: none;
  height: auto;
}
.error {
  border: 1px solid #ff9c9c;
}
.error:focus {
  border: 1px solid #ff9c9c;
}
.error::-webkit-input-placeholder {
  color: #ff9c9c;
}
.error::-moz-placeholder {
  color: #ff9c9c;
}
.error:-ms-input-placeholder {
  color: #ff9c9c;
}
.error::placeholder {
  color: #ff9c9c;
}
.jq-selectbox {
  outline: none;
}
.jq-selectbox__select {
  width: 170px;
  padding: 2px 45px 2px 15px;
  background: none;
  background-color: #fff;
  box-shadow: none;
  border-radius: 0;
  border: 1px solid #ededed;
}
.jq-selectbox__select:hover {
  background: none;
  background-color: #fff;
  border: 1px solid #ca9d5d;
}
.jq-selectbox__select:active {
  box-shadow: none;
}
.jq-selectbox__select:focus {
  border: 1px solid #ca9d5d;
}
.jq-selectbox__select-text {
  font-weight: 300;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  color: #000;
  width: 100% !important;
}
.jq-selectbox ul {
  outline: none;
  margin: 2px 0;
}
.jq-selectbox ul li {
  margin-bottom: 0;
  border: 1px solid #ededed;
  padding: 13px;
}
.jq-selectbox ul li:nth-child(even) {
  border-bottom: none;
  border-top: 0;
}
.jq-selectbox ul li:before {
  content: none;
}
.jq-selectbox ul li:hover {
  background-color: #fff;
  color: #ca9d5d;
}
.jq-selectbox ul li.selected {
  color: #ca9d5d;
  background-color: #fff;
}
.jq-selectbox__dropdown {
  border-radius: 0;
  border: none;
  font-weight: 300;
  font-size: 14px;
  font-family: "PT Sans", sans-serif;
  color: #000;
  box-shadow: none;
}
.jq-selectbox .jqselect {
  padding: 10px;
}
.jq-selectbox__trigger {
  border-left: 0;
  background-color: #ca9d5d;
}
.jq-selectbox__trigger-arrow:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  vertical-align: middle;
  margin-left: 15px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow:after {
  margin-top: 5px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #ca9d5d;
}
.jq-radio {
  background: #fff;
  border: 1px solid #ededed;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  box-shadow: none;
}
.jq-radio__div {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #ca9d5d;
  margin: 7px 0 0 7px;
  box-shadow: none;
}
.jq-radio.disabled.checked {
  cursor: default;
  opacity: 1;
  background-color: #ededed;
  border: 1px solid #ededed;
}
.jq-radio.disabled.checked .jq-radio__div {
  background-color: #d0d0d0;
}
.jq-radio.disabled {
  cursor: default;
  opacity: 1;
  background-color: #ededed;
}
.jq-radio.disabled .jq-radio__div {
  background-color: #fff;
}
.jq-radio.checked {
  background-color: #ca9d5d;
  border: 1px solid #ca9d5d;
  width: 25px;
  height: 25px;
}
.jq-radio.checked .jq-radio__div {
  width: 8px;
  height: 8px;
  background-color: #fff;
  margin: 7px 1px 0 7px;
  box-shadow: none;
}
.jq-checkbox {
  border-radius: 0;
  border: 1px solid #ededed;
  box-shadow: none;
  background: none;
  width: 25px;
  height: 25px;
  margin: 0;
  box-sizing: border-box;
}
.jq-checkbox.disabled {
  background-color: #ededed;
  cursor: default;
  opacity: 1;
}
.jq-checkbox.disabled .jq-checkbox__div {
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
.jq-checkbox.focused {
  border: 1px solid #ca9d5d;
}
.jq-checkbox .jq-checkbox__div {
  position: absolute;
  top: 7px;
  left: 9px;
  background-color: transparent;
  width: 4px;
  height: 7px;
  border-bottom: 2px solid #ca9d5d;
  border-right: 2px solid #ca9d5d;
  border-radius: 0;
  box-shadow: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.jq-checkbox.checked {
  width: 25px;
  height: 25px;
  background-color: #ca9d5d;
  border: 1px solid #ca9d5d;
}
.jq-checkbox.checked .jq-checkbox__div {
  position: absolute;
  background-color: #ca9d5d;
  width: 4px;
  height: 7px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  border-radius: 0;
  box-shadow: none;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: 0;
}
.jq-checkbox.checked.disabled {
  cursor: default;
  background-color: #ededed;
  border: 1px solid #ededed;
}
.jq-checkbox.checked.disabled .jq-checkbox__div {
  background-color: transparent;
  border-bottom: 2px solid #d0d0d0;
  border-right: 2px solid #d0d0d0;
}
.jq-file {
  width: 240px;
  background-color: #867d92;
  border-radius: 0;
  cursor: pointer;
}
.jq-file__name {
  visibility: hidden;
  height: 47px;
  text-align: center;
  padding: 0;
  cursor: pointer;
}
.jq-file:hover .jq-file__browse {
  background: none;
  box-shadow: none;
  background-color: #867d92;
}
.jq-file__browse {
  background: none;
  background-color: #867d92;
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 5px 60px 5px 17px;
  box-shadow: none;
  text-align: center;
  font-size: 14px;
  text-shadow: none;
  cursor: pointer;
}
.jq-file__browse:hover {
  background-color: #867d92;
}
.jq-file__browse:before {
  content: '';
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  background-image: url(../img/sprite.png);
  background-position: -135px -252px;
  width: 12px;
  height: 16px;
}
.btn-blot {
  display: inline-block;
  padding: 16px 30px;
  background-color: #ca9d5d;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  margin-right: 20px;
  position: relative;
  border-radius: 4px;
  margin-right: 50px;
  margin-top: 20px;
}
.btn-blot:after {
  content: '';
  position: absolute;
  width: 6px;
  height: 6px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(-45deg) translateX(50%);
      -ms-transform: rotate(-45deg) translateX(50%);
          transform: rotate(-45deg) translateX(50%);
  top: 50%;
  right: 20px;
}
.btn-blot--review {
  position: relative;
  display: inline-block;
}
.btn-blot--review:after {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -149px 0px;
  width: 153px;
  height: 116px;
  position: absolute;
  top: -35px;
  left: 90px;
}
.btn-blot--review:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -312px 0px;
  width: 114px;
  height: 138px;
  position: absolute;
  top: -52px;
  left: -55px;
}
.btn-blot--event {
  position: relative;
  display: inline-block;
}
.btn-blot--event:after {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 139px;
  height: 161px;
  position: absolute;
  top: -80px;
  left: 35px;
}
.btn-blot--event:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: 0px -171px;
  width: 98px;
  height: 107px;
  display: inline-block;
  position: absolute;
  top: -52px;
  left: -55px;
}
.btn {
  display: inline-block;
  cursor: pointer;
  background-color: #ca9d5d;
  font-size: 13px;
  text-transform: uppercase;
  color: #fff;
  outline: none;
  border: none;
  padding: 10px 40px;
}
.btn:hover {
  background-color: #cfa76e;
}
.btn:active {
  background-color: #b58d54;
  outline: none;
}
.btn--disabled {
  color: #d0d0d0;
  background-color: #ededed;
  cursor: default;
}
.btn--disabled:hover {
  background-color: #ededed;
}
.btn--disabled:active {
  background-color: #ededed;
}
.arrow {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-color: #867d92;
  position: relative;
}
.arrow:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.arrow:hover {
  background-color: #928a9d;
}
.arrow:active {
  background-color: #787083;
}
.arrow--disabled {
  background-color: #ededed;
  cursor: default;
}
.arrow--disabled:hover {
  background-color: #ededed;
}
.arrow--disabled:active {
  background-color: #ededed;
}
.arrow--disabled:after {
  border-top: 2px solid #d0d0d0;
  border-right: 2px solid #d0d0d0;
}
.arrow--right:after {
  top: 50%;
  left: 12px;
  -webkit-transform: rotate(45deg) translateY(-50%);
      -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.arrow--left:after {
  top: 15px;
  left: 15px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}

.nav-primary__list {
  padding: 0;
}
.nav-primary__list li {
  display: inline-block;
  margin-right: 23px;
  margin-bottom: 0;
}
.nav-primary__list li:last-child {
  margin-right: 0;
}
.nav-primary__list li:before {
  content: none;
}
.nav-primary__list li:hover a {
	
	color: #ca9d5d;
    border-bottom: 1px solid #ca9d5d;
}
.nav-primary__list li a {
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
}
.nav-primary__list li a.nav-primary__current {
  color: #ca9d5d;
  border-bottom: 1px solid #ca9d5d;
}
.nav-mobile {
  background-color: #0a163d;
  font-family: "PT Sans", sans-serif;
}
.nav-mobile__title {
  color: #ca9d5d;
  font-size: 20px;
  font-weight: 700;
  margin: 5px;
}
.nav-mobile__list {
  margin-top: 0;
  margin-bottom: 0;
}
.nav-mobile__list li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.nav-mobile__list li:before {
  content: none;
}
.nav-mobile__wrapper {
  display: inline-block;
  vertical-align: middle;
  padding: 0px 10px 0px 10px;
}
.nav-mobile__toggler {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 2em;
  height: 2em;
  line-height: 2em;
}
.nav-mobile__toggler > span {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  height: .2rem;
  background: #000;
  position: relative;
  transition: background .3s .5s;
}
.nav-mobile__toggler > span:before,
.nav-mobile__toggler > span:after {
  width: 100%;
  height: .2rem;
  background: #000;
  position: absolute;
  left: 0;
  content: '';
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: top .3s .6s, -webkit-transform .3s;
  transition: top .3s .6s, transform .3s;
  transition: top .3s .6s, transform .3s, -webkit-transform .3s;
}
.nav-mobile__toggler > span:before {
  top: 0.5rem;
}
.nav-mobile__toggler > span:after {
  top: -0.5rem;
}
.nav-mobile__toggler--close > span {
  transition: background .3s 0;
  background: transparent;
}
.nav-mobile__toggler--close > span:before,
.nav-mobile__toggler--close > span:after {
  transition: top .3s, -webkit-transform .3s .5s;
  transition: top .3s, transform .3s .5s;
  transition: top .3s, transform .3s .5s, -webkit-transform .3s .5s;
  top: 0;
}
.nav-mobile__toggler--close > span:before {
  -webkit-transform: rotate3d(0, 0, 1, 45deg);
          transform: rotate3d(0, 0, 1, 45deg);
}
.nav-mobile__toggler--close > span:after {
  -webkit-transform: rotate3d(0, 0, 1, -45deg);
          transform: rotate3d(0, 0, 1, -45deg);
}
.page-header {
  background-color: #fafafa;
}
.page-header__inner {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-header__inner > * {
  display: block;
  width: 100%;
}

.page-header__nav {
  display: block;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  padding: 20px 0;
  margin: 0;
}
.page-header__nav li {
  display: inline-block;
  font-size: 14px;
  margin-right: 40px;
  margin-bottom: 0;
}
.page-header__nav li:before {
  content: none;
}
.page-header__nav li:last-child {
  margin-right: 0;
}
.page-header__nav li a {
  color: #000;
}
.page-header__nav li:hover a {
  color: #b4b4b4;
}
.page-header__nav li .page-header__current {
  color: #b4b4b4;
}
.page-header__social {
  font-size: 14px;
  display: inline-block;
}
.page-header__social-list {
  position: absolute;
  background-color: #fff;
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 144px;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-out 0.5s;
  color: #000;
  top: 100%;
  left: 0;
}
.page-header__social-list li {
  margin-bottom: 0;
}
.page-header__social-list li:hover {
  background-color: #fafafa;
}
.page-header__social-list li:before {
  content: none;
}
.page-header__social-list li a {
  display: inline-block;
  font-size: 14px;
  color: #000;
  padding: 10px;
}
.page-header__vk:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -167px -220px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.page-header__fb:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -197px -220px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.page-header__tw:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -137px -220px;
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.page-header__we {
  position: relative;
  display: inline-block;
  border-right: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  color: #000;
  padding: 22px 20px 20px 60px;
  margin-right: -5px;
  cursor: pointer;
}
.page-header__we:hover {
  background-color: #0a163d;
  color: #fff;
}
.page-header__we:hover:before {
  background-image: url(../img/sprite.png);
  background-position: -154px -171px;
  width: 23px;
  height: 19px;
}
.page-header__we:hover:after {
  content: '';
  position: absolute;
  top: 100%;
  left: 20px;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid #fff;
}
.page-header__we:hover .page-header__social-list {
  opacity: 1;
  visibility: visible;
}
.page-header__we:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -257px -126px;
  width: 23px;
  height: 19px;
  position: absolute;
  left: 20px;
  top: 20px;
}
.page-header__language {
  font-weight: 700;
  text-transform: uppercase;
  border-right: 1px solid #e6e6e6;
  position: relative;
  display: inline-block;
  padding: 20px;
  color: #000;
}
.page-header__language li:before {
  content: none;
}
.page-header__language:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #000;
  top: 70%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.page-header__language:hover {
  background-color: #0a163d;
  color: #fff;
  cursor: pointer;
}
.page-header__language:hover:after {
  content: '';
  position: absolute;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid #fff;
  top: 100%;
  left: 50%;
  -webkit-transform: translateY(-100%) translateX(-50%);
      -ms-transform: translateY(-100%) translateX(-50%);
          transform: translateY(-100%) translateX(-50%);
}
.page-header__language:hover .page-header__language-list {
  opacity: 1;
  visibility: visible;
}
.page-header__language-list {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
  left: 0;
  top: 60px;
  opacity: 0;
  visibility: hidden;
  transition: opacity ease-out 0.5s;
}
.page-header__language-list li {
  padding: 21px;
  background-color: #fff;
  color: #0a163d;
}
.page-header__language-list li:hover {
  background-color: #fafafa;
}
.logo {
  text-align: center;
  padding: 23px 0;
}
.logo img {
  max-width: 100%;
}
.subheader {
  background-color: #0a163d;
  padding: 5px 0;
}
.subheader__min-logo {
	width: 10%;
	display: inline-block;
	visibility: hidden;
}
.subheader__min-logo--visible {
	visibility: visible;
}
.subheader__inner {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.subheader__overlay {
  position: absolute;
  display: inline-block;
  height: 0%;
  width: 70%;
  top: 0;
  left: 0;
  background: #0a163d;
  transition: height .4s ease;
}
.subheader__overlay--active {
  height: 100%;
}
.search-open {
  position: absolute;
  display: inline-block;
  height: 0;
  width: 0%;
  top: 10px;
  right: 50px;
  transition: width .2s linear, visibility .2s linear;
  visibility: hidden;
}
.search-open input {
  display: inline-block;
  width: 90%;
  box-sizing: border-box;
  background-color: #0a163d;
  border: none;
  border-bottom: 1px solid #303852;
  color: #fff;
  font-size: 14px;
  padding: 10px 10px 5px 2px;
  height: auto;
  vertical-align: middle;
}
.search-open .search__btn {
  position: absolute;
  display: inline-block;
  right: 0;
  top: 50%;
  margin-top: 10px;
}
.search-open--active {
  visibility: visible;
  width: 93%;
}
.search {
  color: #fff;
  text-align: right;
}
.search__btn {
  background-image: url(../img/sprite.png);
  background-position: -149px -126px;
  width: 30px;
  height: 28px;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.slider__item {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.slider__inner {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  min-height: 700px;
}
.slider .owl-dots {
  position: absolute;
  top: 95%;
  left: 11.5%;
  
}
.slider .owl-dot {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 2px solid #534e46;
  background-color: transparent;
  margin-right: 15px;
}
.slider .owl-dot.active {
  background-color: #ca9d5d;
  border: 1px solid #ca9d5d;
}
.slider-new {
  box-sizing: border-box;
  padding: 45px 30px 60px 30px;
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  top: 100%;
  left: 0;
}
.slider-new__author {
  font-size: 13px;
  color: #ca9d5d;
  text-transform: uppercase;
}
.slider-new__date {
  font-size: 13px;
  color: #cfcdcb;
}
.slider-new__title a{
  font-size: 30px;
  display: inline-block;
  font-weight: 700;
  color: #fff;
  margin: 10px 0;
}
.slider-new__text {
  color: rgba(255, 255, 255, 0.7);
}
.owl-nav--hidden {
  display: none;
}
.blocks {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 30px 0;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blocks > * {
  display: block;
  width: 100%;
}
.blocks__items1 {
  margin-bottom: 20px;
}
.blocks__items2 {
  margin-bottom: 20px;
}
.blocks__items1-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 620px;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.blocks__items1-wrapper > * {
  display: block;
  width: 100%;
}
.blocks__wrapper {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  background-color: #fff;
  cursor: pointer;
}
.blocks__wrapper:hover .blocks__buttons {
  opacity: 1;
  visibility: visible;
}
.blocks__text {
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  left: 0;
  width: 100%;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.5);
  font-weight: 700;
  color: #fff;
  font-size: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.blocks__text a, .blocks__text a:hover{
	color: #fff;
}
.blocks__premiere {
  position: absolute;
  background-color: red;
  top: -10px;
  left: 20px;
  padding: 5px 15px;
  font-size: 12px;
  font-weight: normal;
}
.blocks__premiere:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -378px -171px;
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-right: 5px;
}
.blocks__date {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background-color: #867d92;
  padding: 35px 15px 15px 15px;
  text-align: center;
  color: #fff;
  line-height: 1;
  z-index: 2;
}
.blocks__number {
  font-size: 25px;
  font-weight: 700;
}
.blocks__month {
  font-size: 12px;
  text-transform: uppercase;
}
.blocks__wrapper1 {
  width: 620px;
  height: 300px;
  overflow: hidden;
  margin-bottom: 20px;
}
.blocks__wrapper2 {
  width: 300px;
  height: 300px;
  overflow: hidden;
}
.blocks__wrapper3 {
  width: 540px;
  height: 620px;
  overflow: hidden;
}
.blocks__buttons {
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
  opacity: 0;
  visibility: hidden;
  transition: opacity linear 0.5s;
}
.blocks__buttons--catalog {
  width: 151px;
}
.blocks__buttons--catalog .ya-share2.ya-share2_inited {
	position: absolute;
}

.blocks__buttons--catalog .ya-share2__link {
	padding: 2px;
}
.blocks__buttons .ya-share2__link {
	padding: 2px;
}

.blocks__buttons .ya-share2__list {
	margin-left: 16px;
}

.blocks__buttons--catalog .ya-share2__list {
	position: absolute;
    top: 4px;
    left: 55px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 10px 5px 10px 10px;
    margin-left: 0;
}

.blocks__buttons--catalog .view {
  vertical-align: top;
}
.blocks__buttons--catalog .share {
  padding: 9px 12px;
}
.blocks__buttons a {
  display: inline-block;
  padding: 12px;
}
.share:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -108px -220px;
  width: 19px;
  height: 22px;
  display: inline-block;
  width: 21px;
  height: 23px;
}
.view:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -247px -171px;
  width: 24px;
  height: 15px;
  width: 25px;
  display: inline-block;
}
.review {
  position: relative;
}
.review:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -223px -126px;
  width: 24px;
  height: 24px;
}
.review .counter {
  position: absolute;
  top: 4px;
  left: 6px;
  padding: 1px 5px;
}
.become-author {
  background-image: url(../img/bg-become.jpg);
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  height: 500px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  overflow: hidden;
}
.become-author__title {
  font-size: 50px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}
.become-author__description {
  text-align: center;
  font-size: 23px;
  color: #fff;
  margin: 20px 0;
}
.become-author__buttons {
  margin-top: 20px;
  display: block;
}
.page-footer {
  background-color: #131c3a;
  border-top: 18px solid #ca9d5d;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  color: #fff;
  padding: 70px 0 80px 0;
  font-size: 13px;
  overflow-x: hidden;
  margin-bottom: -20px;
}
.page-footer input {
  color: #fff;
}
.page-footer__inner {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.page-footer__inner > * {
  display: block;
  width: 100%;
}
.page-footer__copyright {
  display: block;
  -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.page-footer__copyright-text {
  color: #fff;
  margin: 20px 0;
}
.page-footer__creator {
  color: #fff;
}
.page-footer__creator a {
  color: #ca9d5d;
}
.page-footer__nav {
  display: block;
  -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.page-footer__nav-list {
  font-size: 14px;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.page-footer__nav-list li {
  margin-bottom: 20px;
}
.page-footer__nav-list li:before {
  content: none;
}
.page-footer__nav-list li a {
  color: #fff;
}
.page-footer__nav-list li a.page-footer__current-nav {
  color: #ca9d5d;
}
.page-footer__subscription {
  display: block;
  -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.page-footer__subscription input {
  background-color: #131c3a;
  border: 1px solid #353a50;
  width: 220px;
  margin-bottom: 20px;
}
.page-footer__subscription .btn {
  width: 220px;
  font-size: 14px;
}
.page-footer__slogan {
  padding: 15px 0;
  font-size: 14px;
  color: #a7a8af;
}
.page-footer__contacts {
  display: block;
  -webkit-flex: 0 0 80%;
      -ms-flex: 0 0 80%;
          flex: 0 0 80%;
  max-width: 80%;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
.page-footer__contacts-list {
  display: block;
  border-top: 1px solid #353a50;
  border-bottom: 1px solid #353a50;
  padding: 10px 0;
  margin: 10px 0;
}
.page-footer__address {
  font-size: 13px;
  margin: 10px 0;
}
.page-footer__address:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -290px -126px;
  width: 12px;
  height: 16px;
  display: inline-block;
  margin-right: 20px;
}
.page-footer__callback a {
  color: #ca9d5d;
}
.page-footer__phone {
  font-weight: 700;
  margin: 10px 0;
}
.page-footer__phone:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -335px -171px;
  width: 14px;
  height: 14px;
  margin-right: 20px;
}
.page-footer__title {
  font-size: 23px;
  font-weight: 700;
  text-transform: uppercase;
}
.remodal-close {
  background-color: #ca9d5d;
  border-radius: 50%;
  color: #fff;
  width: 25px;
  height: 25px;
  left: 96%;
  top: -5px;
}
.remodal-close:before {
  line-height: 25px;
  width: 25px;
  font-size: 15px;
}
.popup {
  padding: 30px;
  text-align: left;
}
.popup input {
  margin-bottom: 10px;
  width: 240px;
}
.popup__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
.popup .btn {
  display: block;
  width: 100%;
  padding: 15px 30px;
}
.popup-add {
  width: 300px;
}
.partners {
  padding: 40px 0;
  overflow-x: hidden;
  display: none;
}
.partners__title {
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 23px;
}
.partners__inner {
  padding: 40px 34px 20px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.partners__item {
  width: 160px;
  height: 98px;
  background-color: #fff;
}
.partners__item img {
  width: 100%;
  vertical-align: middle;
}
.partners .owl-stage {
  overflow: hidden;
  margin: 0;
}
.partners .owl-prev,
.partners .owl-next {
  font-size: 0;
  width: 36px;
  height: 36px;
  display: inline-block;
  background-color: #867d92;
  position: relative;
}
.partners .owl-prev:after,
.partners .owl-next:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  background-color: transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.partners .owl-prev:hover,
.partners .owl-next:hover {
  background-color: #928a9d;
}
.partners .owl-prev:active,
.partners .owl-next:active {
  background-color: #787083;
}
.partners .owl-prev--disabled,
.partners .owl-next--disabled {
  background-color: #ededed;
  cursor: default;
}
.partners .owl-prev--disabled:hover,
.partners .owl-next--disabled:hover {
  background-color: #ededed;
}
.partners .owl-prev--disabled:active,
.partners .owl-next--disabled:active {
  background-color: #ededed;
}
.partners .owl-prev--disabled:after,
.partners .owl-next--disabled:after {
  border-top: 2px solid #d0d0d0;
  border-right: 2px solid #d0d0d0;
}
.partners .owl-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
}
.partners .owl-prev:after {
  top: 15px;
  left: 15px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.partners .owl-next {
  position: absolute;
  top: 55%;
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
  right: 10px;
}
.partners .owl-next:after {
  top: 41%;
  left: 13px;
  -webkit-transform: rotate(45deg) translateY(-5%);
      -ms-transform: rotate(45deg) translateY(-5%);
          transform: rotate(45deg) translateY(-5%);
}
.focus-news {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;
  margin: 40px auto;
}
.focus-news > * {
  display: block;
  width: 100%;
}
.focus-news__news {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
}
.focus-news__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.focus-news__header > * {
  display: block;
  width: 100%;
}
.focus-news__text {
  padding: 20px 30px 30px 30px;
}
.focus-news__title {
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
}
.focus-news__show {
  color: #ca9d5d;
  font-size: 13px;
  text-transform: uppercase;
}
.focus-news__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.focus-news__items > * {
  display: block;
  width: 100%;
}
.focus-news__item {
  background-color: #f1f1f1;
  max-width: 370px;
  margin-bottom: 10px;
}
.focus-news__item-title {
  font-size: 20px;
  font-weight: 700;
}
.focus-news__item-title a, .focus-news__item-title a:active {
	color:#000;
}
.focus-news__author {
  font-size: 13px;
  margin-bottom: 9px;
}
.focus-news__author-name {
  display: inline-block;
  color: #ca9d5d;
  text-transform: uppercase;
}
.focus-news__author-name:after {
	content: '/';
	display: inline-block;
	color: #a7a7a7;
	margin: 0 5px 0 9px;
	
}
.focus-news__date {
  display: inline-block;
  color: #a7a7a7;
}
.focus-news__wrapper-img {
  width: 100%;
  height: 250px;
  overflow: hidden;
  position: relative;
}
.focus-news__wrapper-img  .ya-share2 {
	position: absolute;
    top: 75px;
    right: 20px;
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}
.focus-news__share {
  position: absolute;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.5);
  top: 20px;
  right: 20px;
}
.focus-news__share:after {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -108px -220px;
  width: 20px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}
.calendar {
  width: 100%;
}
.calendar .pickmeup {
  margin-top: 0;
  padding: 0;
  border: none;
}
.calendar__wrapper {
  text-align: center;
}
.calendar__wrapper-img {
  width: 370px;
  background-color: #fff;
  background-color: #131b3a;
  padding-bottom: 25px;
  margin: 0 auto;
}
.calendar__wrapper-img a {
  display: block;
  text-align: center;
  color: #ca9d5d;
  text-transform: uppercase;
  font-size: 13px;
  margin-top: -10px;
}
.calendar__wrapper-img img {
  width: 100%;
}
.calendar .pmu-not-in-month {
  visibility: hidden;
}
.calendar .pmu-instance {
  background-color: #0a163d;
  color: #fff;
  width: 370px;
  height: 364px;
  padding: 0;
  font-size: 13px;
  box-sizing: border-box;
}
.calendar .pmu-instance .pmu-day-of-week {
  color: #fff;
}
.calendar .pmu-instance .pmu-today {
  color: #ca9d5d;
  border: 1px solid #ca9d5d;
}
.calendar .pmu-instance .pmu-days {
  padding: 0 20px;
}
.calendar .pmu-instance nav {
  text-transform: uppercase;
  border-top: 1px solid #2b334e;
  border-bottom: 1px solid #2b334e;
  background-color: #111934;
  line-height: 3.7em;
}
.calendar .pmu-instance nav .pmu-month.pmu-button {
	 color: #fff;
    font-weight: 400;
    font-size: 13px;
}
.calendar .pmu-instance nav .pmu-month {
  font-size: 13px;
  width: 20em;
}
.calendar .pmu-instance nav .pmu-prev {
  margin-left: 40px;
}
.calendar .pmu-instance nav .pmu-prev:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.calendar .pmu-instance nav .pmu-next {
  margin-right: 40px;
}
.calendar .pmu-instance nav .pmu-next:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.calendar .pmu-instance .pmu-day-of-week {
  border: none;
  background-color: #0a163d;
  margin: 0 18px;

  font-size: 13px;
  font-weight: 400;
}
.calendar .pmu-instance .pmu-day-of-week .pmu-button {
  width: 20em;
}
.calendar .pickmeup .pmu-instance .pmu-day-of-week *,
.calendar .pickmeup .pmu-instance .pmu-days * {
  line-height: 36px;
  width: 36px;
  margin: 4px;
  margin-left: 6px;
}
.date-event {
  background-color: #2b334e;
}
.map {
  background-image: url(../img/bg-map.png), url(../img/bg-map1.png), url(../img/bg-map3.jpg);
  background-size: auto, auto, cover;
  background-repeat: no-repeat;
  background-position: 0 0, 100% 100%, 0 0;
  padding: 30px 0;
}
.map__inner {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.map__inner > * {
  display: block;
  width: 100%;
}
.map__countries {
  display: block;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  border-right: 2px solid #ca9d5d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  height: 651px;
}

.map__countries img {
	margin-top: 5px;
	margin-left: 22px;
}
.map__countries-list {
  height: 561px;
  position: relative;
  overflow: hidden;
}

.map__country {
  position: relative;
  color: #000;
  font-size: 16px;
  text-transform: uppercase;
  padding: 15px 20px 15px 30px;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
  border-right: 1px solid transparent;
  cursor: pointer;
}
.map__country:after {
  content: '';
  position: absolute;
  height: 5px;
  width: 5px;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  right: 20px;
  top: 42%;
}
.map__country--open {
  background-color: #ca9d5d;
  color: #fff;
}
.map__country--open:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.map__cities {
  background-color: #fff;
  display: none;
}
.map__cities--open {
  display: block;
}
.map__city {
  padding: 15px 20px 15px 30px;
  cursor: pointer;
}
.map__city:before {
  content: '';
  display: inline-block;
  height: 5px;
  width: 5px;
  border-left: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
  margin-right: 10px;
  vertical-align: top;
  margin-top: 6px;
}
.map__city--active {
  background-color: #f8f8f8;
}
.map__city--active:before {
  border-left: 2px solid #000;
  border-bottom: 2px solid #000;
}
.map__map {
  display: block;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}
.map__map img {
  width: 100%;
}
.map__filters {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 100;
}
.map__filters-item {
  display: none;
  
}
.map__event {
  width: 410px;
  padding: 5px;
  box-sizing: border-box;
  background-color: #fff;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.map__event--closed {
  display: none;
}
.map__event-title {
  color: #1c1c1c;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin: 10px 0;
}
.map__event-title a {
	color: #1c1c1c;
}
.map__event-text {
  font-size: 14px;
  color: rgba(28, 28, 28, 0.7);
  width: 60%;
  padding-left: 10px;
  word-wrap: break-word;
}
.map__event-img {
  height: 150px;
  overflow: hidden;
  width: 37%;
}
.map__marker {
  cursor: pointer;
  position: absolute;
  top: 80%;
  left: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  width: 8px;
  background-color: #867d92;
  background-clip: padding-box;
  border: 18px solid rgba(134, 125, 146, 0.2);
}
.map__marker--active {
  background-color: #ca9d5d;
  border: 18px solid rgba(202, 157, 93, 0.2);
}
.filters {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.filters label {
  padding: 17px 20px;
  background-color: #fff;
  color: #000;
  cursor: pointer;
  border: 2px solid #ca9d5d;
  border-right: none;
  outline: none;
}
.filters label:last-of-type {
  border-right: 2px solid #ca9d5d;
}
.filters input[type="checkbox"]:checked + label, .filters input[type="radio"]:checked + label {
  background-color: #867d92;
  color: #fff;
  position: relative;
}
.filters__reset {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.filters__reset:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  background-image: url(../img/sprite.png);
  background-position: -308px -171px;
  width: 17px;
  height: 16px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.filters__reset input {
  height: auto;
  padding: 20px 50px 21px 30px;
  outline: none;
}
.filters__reset input:focus {
  outline: none;
  border: none;
}
.zoom {
  position: absolute;
  top: 85%;
  left: 90%;
}
.zoom__plus,
.zoom__minus {
  cursor: pointer;
  width: 35px;
  height: 35px;
  background-color: #ca9d5d;
  margin-bottom: 2px;
  position: relative;
}
.zoom__plus:before,
.zoom__minus:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.zoom__plus:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 16px;
  background-color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.breadcrumbs {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}
.breadcrumbs li {
  display: inline-block;
  margin-bottom: 0;
  border-right: 1px solid #cecece;
  padding: 0 10px;
  text-decoration: underline;
}
.breadcrumbs li a {
  color: #000;
}
.breadcrumbs li:first-child {
  padding-left: 0;
}
.breadcrumbs li:last-child {
  border-right: none;
  text-decoration: none;
}
.breadcrumbs li:last-child a {
  color: #cecece;
}
.breadcrumbs li:before {
  content: none;
}
.catalog-filters {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: #0a163d;
  padding: 27px;
  box-sizing: border-box;
}

.catalog-filters .jq-selectbox__select{
  	border: 1px solid #0a163d;
  }
  
.catalog-filters__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.catalog-filters__title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.catalog-filters__name {
  width: 100%;
  margin-bottom: 10px;
}
.catalog-filters__name::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.catalog-filters__name::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.catalog-filters__name:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.catalog-filters__name::placeholder {
  color: #000;
  opacity: 1;
}
.catalog-filters label {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.catalog-filters__wrapper-input {
  display: inline-block;
}
.catalog-filters__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.catalog-filters__form > * {
  display: block;
  width: 100%;
}
.catalog-filters__options {
  width: 11.2%;
  position: relative;
  margin-left: 70px;
  box-sizing: border-box;
}
.catalog-filters__options:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -108px -171px;
  width: 36px;
  height: 39px;
  position: absolute;
  left: -55px;
}
.catalog-filters__options a {
  color: #ca9d5d;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-right: 10px;
}
.catalog-filters__wrapper-btn {
  width: 16%;
}
.catalog-filters__wrapper-btn .btn {
  padding-right: 65px;
  padding-left: 65px;
}
.catalog-filters__toggle {
  font-size: 13px;
  color: #ca9d5d;
  text-transform: uppercase;
  border-bottom: 1px dashed #ca9d5d;
}
.catalog-filters__toggle:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ca9d5d;
  border-right: 2px solid #ca9d5d;
  margin-left: 10px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  vertical-align: top;
  margin-top: 3px;
}
.catalog-filters__toggle--active:after {
  margin-top: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.recomend {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 30px;
}
.recomend__title {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
}
.recomend__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.recomend__items > * {
  display: block;
  width: 100%;
}
.recomend__items:after {
  content: '';
  width: 368px;
  height: 0;
}
.recomend__item {
  width: 368px;
  background-color: #f1f1f1;
  margin-bottom: 10px;
}
.recomend__date {
  font-weight: 700;
  color: #ca9d5d;
  font-size: 15px;
  margin: 10px 0;
}
.recomend__text {
  padding: 10px 30px 30px 30px;
}

.recomend__text a{
	color: #000;
}

.recomend__title-item {
  font-size: 20px;
  font-weight: 700;
}
.recomend__wrapper-img {
  width: 368px;
  height: 250px;
  overflow: hidden;
}
.pagination {
  text-align: center;
}
.pagination a {
  font-weight: 700;
  display: inline-block;
  color: #010101;
  padding: 5px 10px;
  margin-right: 4px;
  
}
.pagination span {
  color: #ca9d5d;
  font-weight: 700;
  display: inline-block;
  padding: 5px 10px;
  margin-right: 4px;
}
.pagination__arrow {
  width: 27px;
  height: 27px;
  box-sizing: border-box;
  background-color: #867d92;
  vertical-align: middle;
  position: relative;
}
.pagination__arrow:after {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
      -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  top: 50%;
  left: 10px;
}
.pagination__arrow--left:after {
  left: 12px;
  -webkit-transform: translateY(-50%) rotate(-135deg);
      -ms-transform: translateY(-50%) rotate(-135deg);
          transform: translateY(-50%) rotate(-135deg);
}
.card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card > * {
  display: block;
  width: 100%;
}
.card__title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 23px;
  display: inline-block;
  width: 75%;
  vertical-align: middle;
}
.card-header__name {
	width: 75%;
}
.card__header {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.card__logo {
  display: inline-block;
  width: 45px;
  height: 45px;
  overflow: hidden;
  vertical-align: middle;
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.21);
  margin-right: 15px;
}
.card__rate {
  width: 85px;
  background-image: url(../img/star-empty.png);
  background-repeat: repeat-x;
}
.card__star {
  background-image: url(../img/star.png);
  background-repeat: repeat-x;
  height: 21px;
}
.card__photo-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 15px;
}

.card__photo-title {
	color: #ca9d5d;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

.card__read-more {
  display: none;
  margin: 10px 0;
  font-size: 13px;
  color: #ca9d5d;
  text-transform: uppercase;
  border-bottom: 1px dashed #ca9d5d;
}
.card__read-more:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ca9d5d;
  border-right: 2px solid #ca9d5d;
  margin-left: 10px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  vertical-align: top;
  margin-top: 3px;
}
.card__read-more--active:after {
  margin-top: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.card__read-more.active:after {
  margin-top: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.card__read-more--visible {
  display: inline-block;
}

.card__photo-wrapper {
  width: 530px;
  height: 430px;
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center;
}
.card__photo-age {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #867d92;

}
.card__photo-date {
  position: absolute;
  color: #fff;
  top: 10px;
  right: 15px;
  text-align: center;
  background-color: #867d92;
  padding: 5px;
}
.card__photo-number {
  font-size: 25px;
  font-weight: 700;
}
.card__photo-month,
.card__photo-year {
  font-size: 12px;
  text-transform: uppercase;
}
.card__contacts {
  width: 100%;
  border-collapse: collapse;
  font-size: 14px;
}
.card__contacts tr {
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.card__contacts td {
  padding: 15px 0;
}
.card__description-place {
  text-align: right;
}
.card__place {
  text-align: left;
}
.card__links {
  margin-bottom: 25px;
}
.card__links a {
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  margin-right: 15px;
  display: inline-block;
}
.card__links-calendar:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -108px -252px;
  width: 17px;
  height: 19px;
  vertical-align: bottom;
  margin-bottom: 1px;
  margin-right: 10px;
}
.card__about {
  margin: 10px 0;
}
.card__about-title {
  font-size: 20px;
  font-weight: 700;
}
.card__about-text {
  color: #737373;
  margin-top: 10px;
}
.card__about-text--cut {
  height: 84px;
  overflow: hidden;
}
.card__archive {
  padding: 15px 0;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed;
}
.card__archive a {
  margin-right: 10px;
  color: #ca9d5d;
  text-decoration: underline;
  font-weight: 700;
}
.card__share {
  margin: 10px 0;
}
.card__share a {
  background-color: #ca9d5d;
  display: inline-block;
  padding: 5px;
  font-size: 11px;
  color: #fff;
  height: 25px;
  box-sizing: border-box;
}
.card__share--vk:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -312px -148px;
  width: 16px;
  height: 9px;
  margin-right: 7px;
}
.card__share--fb:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -157px -252px;
  width: 6px;
  height: 13px;
  vertical-align: middle;
  margin-right: 7px;
}
.card__share--tw:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -399px -171px;
  width: 12px;
  height: 10px;
  vertical-align: middle;
  margin-right: 7px;
}
.card__share--ok:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -359px -171px;
  width: 9px;
  height: 14px;
  vertical-align: middle;
  margin-right: 7px;
}
.card__share-title {
  font-size: 14px;
  margin-bottom: 5px;
}
.card__archive-title {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  margin-right: 10px;
}
.card__links-remind:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -402px -220px;
  width: 18px;
  height: 16px;
  margin-right: 10px;
  vertical-align: middle;
}
a.card__links-site {
  color: #ca9d5d;
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}
.card__read a {
  color: #000;
  text-decoration: underline;
}
.card__gallery {
  width: 75%;
  padding-left: 20px;
  vertical-align: bottom;
  position: relative;
}
.card__gallery-wrapper-img {
  width: 90px;
  height: 90px;
  overflow: hidden;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #fff;
}
.card .owl-carousel.owl-loaded {
  display: inline-block;
}
.counter {
  color: #fff;
  font-size: 12px;
  padding: 2px 6px;
  background-color: #f01f1f;
  display: inline-block;
  border-radius: 20px;
}
.download-poster {
  display: inline-block;
  width: 90px;
  height: 90px;
  box-sizing: border-box;
  position: relative;
  border: 1px dashed #dd040d;
  background-color: #fdedee;
  text-align: center;
  color: #dd040d;
  padding: 12px;
  font-size: 14px;
  margin-top: 20px;
}
.download-poster:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: 0px -288px;
  width: 14px;
  height: 20px;
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.card-dates__title {
  font-size: 20px;
  margin: 5px 0;
  font-weight: 700;
  margin-bottom: 13px;
  margin-top: 34px;
}
.card-dates__table {
  width: 100%;
  background-color: #f1f1f1;
  border-collapse: collapse;
}
.card-dates tr {
  border-bottom: 1px solid #fff;
}
.card-dates td {
  padding: 20px;
  border-right: 1px solid #e0e0e0;
  vertical-align: top;
}
.card-dates td:last-child {
  border-right: none;
}
.card-dates__event {
  color: #ca9d5d;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
}
.card-dates__date,
.card-dates__time {
  font-weight: 700;
  font-size: 15px;
}
.card-dates__time:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -217px -171px;
  width: 20px;
  height: 19px;
  margin-right: 10px;
  vertical-align: middle;
}
.card-dates__date:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -227px -220px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: top;
}
.map-event {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
}
.map-event img {
  width: 100%;
}
.publication {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.publication > * {
  display: block;
  width: 100%;
}
.publication__photo {
  width: 20.66666667%;
}
.publication__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}
.publication__link {
  font-size: 14px;
  text-decoration: underline;
  color: #000;
  display: inline-block;
  margin-bottom: 20px;
}
.publication__link:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -315px -220px;
  width: 20px;
  height: 17px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.publication__time {
	margin-top: 15px;
}
.publication__author {
  color: #ca9d5d;
  font-weight: 700;
  font-size: 15px;
}
.publication__date,
.publication__hour {
  display: inline-block;
  font-size: 15px;
  font-weight: 700;
  margin-right: 20px;
}
.publication__date:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -227px -220px;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  vertical-align: bottom;
}
.publication__hour:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -217px -171px;
  width: 20px;
  height: 19px;
  margin-right: 10px;
  vertical-align: bottom;
}
.publication__photo-wrapper {
  width: 240px;
  height: 240px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  overflow: hidden;
}
.publication__photo-title {
  text-align: center;
  color: #ca9d5d;
  font-size: 15px;
  font-weight: 700;
  margin-top: 20px;
}
.publication__photo-city {
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  color:#000;
}
.publication__info {
  width: 76.33333333%;
  background-color: #f8f8f8;
  position: relative;
}

.publication__info .ya-share2 {
	position: absolute;
	right: 22px;
}
.publication__label {
  color: #fff;
  position: absolute;
  font-size: 12px;
  padding: 5px 15px;
  background-color: #f01f1f;
  top: 0;
  left: 100%;
  -webkit-transform: translateX(-100%);
      -ms-transform: translateX(-100%);
          transform: translateX(-100%);
}
.publication__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.publication__header > * {
  display: block;
  width: 100%;
}

.publication__header-photo img {
  margin: 20px;
}
.publication__header-info {
  padding: 20px 0;
}
.publication__slider {
  width: 88%;
  margin: 0 auto;
}
.publication__slider-wrapper {
  width: 150px;
  height: 110px;
  overflow: hidden;
  display: inline-block;
}
.publication__text {
  color: #707070;
  margin: 15px;
}
.publication__text p {
	margin: 0;
}
.publication__text--cut {
  height: 40px;
  overflow: hidden;
}
.publication__more {
  text-align: right;
  margin-right: 30px;
}
.publication__read-more {
  font-size: 13px;
  color: #ca9d5d;
  text-transform: uppercase;
  border-bottom: 1px dashed #ca9d5d;
  display: inline-block;
}
.publication__read-more:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ca9d5d;
  border-right: 2px solid #ca9d5d;
  margin-left: 10px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  vertical-align: top;
  margin-top: 3px;
}
.publication__read-more--active:after {
  margin-top: 6px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.publication__read-more.active:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 5px;
}
.publication__read-more--visible {
  display: inline-block;
}
.publication__footer {
  background-color: #fff;
  margin: 10px;
  padding: 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
   position: relative;
}
.publication__footer:after {
  content: '  ';
  clear: both;
}
.publication__footer > a {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
  margin-right: 10px;
}
.publication__write:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -286px -220px;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 10px;
}
.publication__comment:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -345px -220px;
  width: 20px;
  height: 17px;
  vertical-align: middle;
  margin-right: 10px;
}
.publication__footer-link:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -257px -220px;
  width: 19px;
  height: 19px;
  vertical-align: middle;
  margin-right: 10px;
}
.publication__download:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -187px -171px;
  width: 20px;
  height: 19px;
  vertical-align: middle;
  margin-right: 10px;
}
.publication__socials {
  display: inline-block;
  vertical-align: middle;
}
.publication__socials a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background-color: #ca9d5d;
  position: relative;
  margin-right: -2px;
}
.publication__socials .vk:before,
.publication__socials .fb:before,
.publication__socials .tw:before,
.publication__socials .ok:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.publication__socials .vk:before {
  background-image: url(../img/sprite.png);
  background-position: -312px -148px;
  width: 16px;
  height: 9px;
}
.publication__socials .fb:before {
  background-image: url(../img/sprite.png);
  background-position: -157px -252px;
  width: 6px;
  height: 13px;
}
.publication__socials .tw:before {
  background-image: url(../img/sprite.png);
  background-position: -399px -171px;
  width: 12px;
  height: 10px;
}
.publication__socials .ok:before {
  background-image: url(../img/sprite.png);
  background-position: -359px -171px;
  width: 9px;
  height: 14px;
}
.publications__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 20px 0;
}
.publications__number {
  color: #867d92;
  font-size: 15px;
  font-weight: 700;
}
.card__gallery,
.publication__slider,
.festival-dates__gallery {
  position: relative;
}
.card__gallery .owl-prev,
.publication__slider .owl-prev,
.festival-dates__gallery .owl-prev,
.card__gallery .owl-next,
.publication__slider .owl-next,
.festival-dates__gallery .owl-next {
  position: absolute;
}
.card__gallery .owl-prev,
.publication__slider .owl-prev,
.festival-dates__gallery .owl-prev {
  font-size: 0;
  left: 5px;
  top: 50%;
}
.card__gallery .owl-prev:before,
.publication__slider .owl-prev:before,
.festival-dates__gallery .owl-prev:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 2px solid #ca9d5d;
  border-bottom: 2px solid #ca9d5d;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.card__gallery .owl-next,
.publication__slider .owl-next,
.festival-dates__gallery .owl-next {
  font-size: 0;
  right: -5px;
  top: 50%;
}
.card__gallery .owl-next:before,
.publication__slider .owl-next:before,
.festival-dates__gallery .owl-next:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-left: 2px solid #ca9d5d;
  border-bottom: 2px solid #ca9d5d;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.publication__slider .owl-prev {
  left: -4%;
}
.publication__slider .owl-next {
  right: -4%;
}
.festival-dates__gallery .owl-prev {
  left: -5%;
}
.festival-dates__gallery .owl-next {
  right: -4%;
}
.publications__tab {
  display: none;
}
.pmu-selected {
	color: #ca9d5d;
}
.publications__tab.active {
  display: block;
}
.publications__tabs-caption {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
}
.publications__tabs-caption li {
  width: 50%;
  color: #000;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  border: 1px solid #ca9d5d;
  margin-bottom: 0;
  background-color: #fff;
  transition: background-color 1s ease-out, color 1s;
  cursor: pointer;
}
.publications__tabs-caption li a {
  color: #000;
  display: block;
  padding: 15px 0;
}
.publications__tabs-caption li:hover {
  background-color: #f7f1e7;
}
.publications__tabs-caption li.active {
  background-color: #ca9d5d;
  color: #fff;
  position: relative;
}
.publications__tabs-caption li.active:after {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #ca9d5d;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.publications__tabs-caption li.active a {
  color: #fff;
}
.publications__tabs-caption li:first-child {
  border-right: none;
}
.publications__tabs-caption li:before {
  content: none;
}
.publications-filters {
  background-color: #0a163d;
  padding: 27px;
  box-sizing: border-box;
  width: auto;
  color: #fff;
}
.publications-filters__event {
  width: 100%;
}
.publications-filters__event::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.publications-filters__event::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.publications-filters__event:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.publications-filters__event::placeholder {
  color: #000;
  opacity: 1;
}
.publications-filters .catalog-filters__toggle:after {
  width: 5px;
}
.publications-filters label {
  display: block;
  margin-bottom: 3px;
}
.publications-filters__wrapper-input {
  margin-bottom: 15px;
  width: 24%;
}
.publications-filters__wrapper-input:first-child {
  width: 74%;
}
.publications-filters__wrapper-input .jq-selectbox__select {
  width: 190px;
}
.publications-filters .catalog-filters__form {
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
              -ms-grid-row-align: center;
          align-items: center;
}
.publications-filters__wrapper-btn {
  width: 24%;
  margin-top: 6px;
}
.publications-filters__wrapper-btn .btn {
  width: 100%;
  box-sizing: border-box;
  text-align: center;
}
.publications-filters__date {
  width: 255px;
  box-sizing: border-box;
}
.publications-filters__date::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.publications-filters__date::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.publications-filters__date:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.publications-filters__date::placeholder {
  color: #000;
  opacity: 1;
}
.pickmeup {
  margin-top: 10px;
  border: 1px solid #0a163d;
  padding: 10px;
  z-index: 100;
}
.pickmeup .pmu-instance nav {
  color: #ca9d5d;
  font-weight: 700;
}
.pickmeup .pmu-not-in-month {
  color: #9c9da2;
}
.calendar-events .week {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #f1f1f1;
  height: 50%;
}
.calendar-events__event {
  display: none;
  position: absolute;
  z-index: 120;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 400px;
  padding: 30px;
  box-shadow: 0 0 38px 3px rgba(0, 0, 0, 0.5);
}
.calendar-events__event--visible {
  display: block;
}
.calendar-events__date {
  padding-bottom: 15px;
  font-weight: 700;
  font-size: 20px;
  border-bottom: 1px dotted #e5e5e5;
  position: relative;
  padding-left: 30px;
}
.calendar-events__date:before {
  content: '';
  position: absolute;
  background-image: url(../img/sprite.png);
  background-position: -227px -220px;
  width: 20px;
  height: 20px;
  left: 0;
  top: 2px;
}
.calendar-events__list a {
  display: block;
  color: #000;
  font-size: 14px;
  padding: 18px 0 18px 20px;
  border-bottom: 1px dotted #e5e5e5;
  position: relative;
}
.calendar-events__list a:last-child {
  border-bottom: none;
}
.calendar-events__list a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 21px;
  height: 5px;
  width: 5px;
  border-radius: 50%;
  border: 2px solid #ca9d5d;
}
.calendar-events__list a:hover {
  color: #ca9d5d;
}
.calendar-events .day {
  width: 14.28%;
  box-sizing: border-box;
  padding: 1% 1% 2% 1%;
  background-color: #f1f1f1;
  border: 1px solid #fff;
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
}
.calendar-events .day.active {
  background-color: #ca9d5d;
  color: #fff;
}
.calendar-events .day.active .event {
  color: #fff;
}
.calendar-events .today {
  border: 2px solid #ca9d5d;
}
.calendar-events .week-day {
  text-transform: uppercase;
  background-color: #867d92;
  border: 1px solid #867d92;
  text-align: center;
  color: #fff;
  padding: 3%;
  width: 14.28%;
}
.calendar-events .event {
  font-size: 14px;
  font-weight: 400;
  color: #ca9d5d;
}
.calendar-events .day-event {
  cursor: pointer;
}
.calendar-events .not-month {
  color: rgba(0, 0, 0, 0.3);
}
.focus-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #f1f1f1;
  
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px;
}
.focus-item__photo {
  width: 15%;
}
.focus-item__info {
  width: 85%;
}
.focus-item__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.focus-item .publication__text {
  margin: 0;
}
.focus-item .publication__more {
  margin: 14px 0;
  text-align: left;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.focus-item__links a {
  color: #000;
  font-size: 14px;
  text-decoration: underline;
  margin-right: 20px;
}
.focus-item__photo-wrapper {
  width: 135px;
  height: 135px;
  overflow: hidden;
}
.focus-title {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  margin-bottom: 7px;
}
.write-review {
  display: inline-block;
  font-size: 14px;
  color: #000;
  text-decoration: underline;
  vertical-align: middle;
  margin-left: 20px;
  margin-top: 24px;
}
.write-review:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -375px -220px;
  width: 17px;
  height: 17px;
  margin-right: 5px;
  vertical-align: middle;
}
.show-all {
  text-align: center;
  margin: 30px 0;
}
.festival-dates {
  margin-bottom: 20px;
}
.festival-dates__item {
  background-color: #f1f1f1;
}
.festival-dates__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.festival-dates__info > * {
  display: block;
  width: 100%;
}
.festival-dates__info > div {
  box-sizing: border-box;
  border-right: 1px solid #e0e0e0;
  padding: 20px;
  border-bottom: 1px solid #fff;
}
.festival-dates__info > div.festival-dates__toggle {
  padding-top: 27px;
  border-right: 0;
}
.festival-dates__photo {
  width: 290px;
  height: 210px;
  overflow: hidden;
  background-size: cover;
  margin: 0 auto;
}
.festival-dates__dates,
.festival-dates__time {
  display: block;
  -webkit-flex: 0 0 53.33333333%;
      -ms-flex: 0 0 53.33333333%;
          flex: 0 0 53.33333333%;
  max-width: 53.33333333%;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  font-size: 15px;
}
.festival-dates__time {
  display: block;
  -webkit-flex: 0 0 46.66666667%;
      -ms-flex: 0 0 46.66666667%;
          flex: 0 0 46.66666667%;
  max-width: 46.66666667%;
  padding-left: 0;
  padding-right: 0;
}
.festival-dates__time:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -217px -171px;
  width: 20px;
  height: 19px;
  margin-right: 10px;
  vertical-align: middle;
}
.festival-dates__dates:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -227px -220px;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  vertical-align: top;
}
.festival-dates__event {
  display: block;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  color: #ca9d5d;
  font-weight: 700;
  font-size: 15px;
}
.festival-dates__review {
  display: block;
  -webkit-flex: 0 0 53.33333333%;
      -ms-flex: 0 0 53.33333333%;
          flex: 0 0 53.33333333%;
  max-width: 53.33333333%;
  padding-left: 0;
  padding-right: 0;
  text-align: center;
}
.festival-dates__review-icon {
  position: relative;
  background-image: url(../img/sprite.png);
  background-position: -189px -126px;
  width: 24px;
  height: 24px;
  margin: 0 auto;
}
.festival-dates__review-icon .counter {
  top: -6px;
  right: 15px;
  position: absolute;
  padding: 1px 5px;
}
.festival-dates__toggle {
  display: block;
  -webkit-flex: 0 0 46.66666667%;
      -ms-flex: 0 0 46.66666667%;
          flex: 0 0 46.66666667%;
  max-width: 46.66666667%;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  background-color: #867d92;
  color: #fff;
  font-size: 13px;
  text-transform: uppercase;
  text-align: center;
  vertical-align: bottom;
}
.festival-dates__toggle.div {
  padding-top: 27px;
}
.festival-dates__toggle:after {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  margin-left: 10px;
  vertical-align: top;
  margin-top: 2px;
}
.festival-dates__toggle--active:after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-top: 6px;
}
.festival-dates__details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  margin: 1px 0;
  padding: 20px 10px;
}
.festival-dates__details > * {
  display: block;
  width: 100%;
}
.festival-dates__details-text {
  color: rgba(0, 0, 0, 0.7);
  margin: 0 0 20px 10px;
}

.festival-dates__gallery {
  width: 245px;
  margin: 5px auto 0 auto;
}
.festival-dates__gallery a {
  display: block;
}
.festival-dates__img {
  width: 75px;
  height: 60px;
  overflow: hidden;
}
.festival-dates__buttons {
  margin-left: 10px;
}
.festival-dates__buttons a {
  margin-right: 20px;
}
.festival-dates__buttons .cart-link {
  font-size: 14px;
  text-decoration: underline;
  color: #000;
}
.festival-dates__buttons .cart-link:before {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: 0px -318px;
  width: 13px;
  height: 21px;
  margin-right: 10px;
  vertical-align: middle;
}
.popup-event {
  width: 800px;
}
.popup-event__body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  box-sizing: border-box;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.popup-event__photo {
  display: inline-block;
  width: 325px;
  height: 425px;
  overflow: hidden;
  position: relative;
}
.popup-event__info {
  display: inline-block;
  width: 53%;
}
.popup-event__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.popup-event__date {
  color: #ca9d5d;
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 20px;
}
.popup-event__title {
  font-weight: 700;
  font-size: 20px;
  width: 60%;
}
.popup-event .btn {
  width: 21%;
  position: relative;
}
.popup-event .btn:after {
  content: '';
  width: 6px;
  height: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 20px;
  right: 15%;
}
.popup-event__list {
  margin: 20px 0;
  padding: 20px;
  background-color: #f9f9f9;
  height: 290px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  border: 1px solid #f3f3f3;
}
.popup-event__item {
  padding-bottom: 15px;
  border-bottom: 1px dotted #d4d4d4;
}
.popup-event__list-date {
  color: #a7a7a7;
  font-size: 13px;
  margin: 6px 0;
}
.popup-event__list-event {
  font-weight: 700;
  font-size: 15px;
}
.popup-event__buttons {
  position: absolute;
  right: 0;
  top: 0;
}
.popup-event__buttons .share {
  padding: 12px;
  position: absolute;
  right: 0px;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-event__buttons .review {
  padding: 12px;
  position: absolute;
  right: 45px;
  background-color: rgba(0, 0, 0, 0.5);
}
.popup-event .remodal-close {
  left: 98%;
  top: -10px;
}
.calendar-filters {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  background-color: #0a163d;
  padding: 27px;
  box-sizing: border-box;
}
.calendar-filters__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar-filters__title {
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.calendar-filters__name {
  width: 100%;
  margin-bottom: 10px;
}
.calendar-filters__name::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}
.calendar-filters__name::-moz-placeholder {
  color: #000;
  opacity: 1;
}
.calendar-filters__name:-ms-input-placeholder {
  color: #000;
  opacity: 1;
}
.calendar-filters__name::placeholder {
  color: #000;
  opacity: 1;
}
.calendar-filters label {
  color: #fff;
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
}
.calendar-filters__wrapper-input {
  display: inline-block;
}
.calendar-filters__form {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 20px;
}
.calendar-filters__form > * {
  display: block;
  width: 100%;
}
.calendar-filters__options {
  width: 11.2%;
  position: relative;
  margin-left: 70px;
  box-sizing: border-box;
}
.calendar-filters__options:before {
  content: '';
  background-image: url(../img/sprite.png);
  background-position: -108px -171px;
  width: 36px;
  height: 39px;
  position: absolute;
  left: -55px;
}
.calendar-filters__options a {
  color: #ca9d5d;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-right: 10px;
}
.calendar-filters__wrapper-btn {
  width: 16%;
}
.calendar-filters__wrapper-btn .btn {
  padding-right: 65px;
  padding-left: 65px;
}
.calendar-filters .catalog-filters__wrapper-input {
  max-width: 19%;
}
.calendar-filters__selects {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.calendar-filters__selects .jq-selectbox__select {
  width: 148px;
}
.calendar-filters__buttons {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.calendar-filters__buttons .btn {
  width: 212px;
}
.calendar-filters__reset {
  text-transform: uppercase;
  color: #ca9d5d;
  font-size: 13px;
  background-color: #0a163d;
  border: none;
  cursor: pointer;
  padding: 0;
  border-bottom: 1px dashed #ca9d5d;
}
.calendar-filters__reset:after {
  content: '';
  display: inline-block;
  background-image: url(../img/sprite.png);
  background-position: -281px -171px;
  width: 17px;
  height: 15px;
  margin-left: 10px;
  vertical-align: bottom;
}
.b-forgetmenot__text {
	font-size: 14px;
    color: #000;
    text-decoration: underline;
    margin-right: 15px;
    font-family: "PT Sans", sans-serif;
}

.b-forgetmenot.b-forgetmenot_size_s.b-forgetmenot_theme_yellow.b-forgetmenot_lang_ru{
	background-color: #fff;
	border: none;
}

.b-forgetmenot.b-forgetmenot_size_s.b-forgetmenot_theme_yellow.b-forgetmenot_lang_ru .b-forgetmenot__ico {
	vertical-align: middle;
    width: 20px;
    height: 23px;
    background: none;
}

.b-forgetmenot__ico:before {
	content: '';
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -402px -220px;
    width: 18px;
    height: 16px;
    vertical-align: top;
        margin-top: 1px;
}

.b-forgetmenot {
	font-family: "PT Sans", sans-serif;
}
.ya-forgetmenot-autoinit {
	display: inline-block;
}
.ya-share2 {
	margin-left: -5px;
}

.ya-share2 li:before {
	content: none;
}
.ya-share2__icon:before{
	content: '';
	background-image: url(../img/sprite.png);
    background-position: -359px -171px;
    width: 9px;
}
 .ya-share2__badge {
	background-color: #ca9d5d !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

.card__share a {
	background-color: transparent;
}

.add-files__type {
	font-size: 11px;
	margin-top: 5px;
}


.obzor_item {
	border: 1px solid #f1f1f1;
	padding: 20px;
	margin-bottom: 0;
	border-bottom: 0;
} 

.obzor_item:nth-child(odd) {
	border-bottom: 1px solid #f1f1f1;
}

.obzor_item:first-child{
	border-bottom: 1px solid #f1f1f1;
}


.tpl-commentate input {
	display: block;
	margin-bottom: 5px;
}
.tpl-commentate textarea {
	width: 175px;
}

input.captcha-comments {
	display: inline-block;
}


.error-message {
	display: block;
	color: #ff9c9c;
	margin: 5px 0;
}

.tpl-comments {
	border: 1px solid #ca9d5d;
	margin: 10px 0;
	padding: 10px;
}

.author-name {
	display: block;
	color:  #ca9d5d;
	font-weight: bold;
}

.tpl-comment {
	display: block;
	color: #737373;
    margin-left: 0px;
    margin-top: 15px;
}


.focus-item__name {
	margin-top: -6px;
}
.option-hidden {
	display: none;
}


.b-top {
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 40px;
	height: 40px;
	background-color:  #ca9d5d;
	cursor:pointer;
}

.b-top:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 10px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 17px;
	left: 15px;
	
}

.leaflet-map-pane {
    z-index: 2 !important;
}

.leaflet-google-layer {
    z-index: 1 !important;
}

.leaflet-top-, .leaflet-bottom {
	z-index: 100 !important; /* ??? */
}

body.preload {
	position: relative;
	overflow: hidden;
}
body.preload:before {
	content: '';
	position: fixed;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;
	background: #fff;
	z-index: 456456456456;
}

.preloader_video {
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	width: 100%;
	height: 100%;
	z-index: 456456456456;
	opacity: 0;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
}
.preloader_video.is-visible {
	opacity: 1;
	pointer-events: none;
}

.skip_video {
    position: fixed;
    z-index: 456456456456;
    bottom: 160px;
    left: 50%;
    background: #c3c3c3;
    color: #000;
    text-align: center;
    padding: 5px 8px;
    font-size: 12px;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 1;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
}

.skip_video.is-hidden {
	opacity: 0;
	pointer-events: none;
}

.skip_video:hover {
	background: #1f1f1f;
	color: #fff;
}
.search-results a {
	color:#ca9d5d;
}

.content-wrapper>a {
	color:#ca9d5d;
	font-weight: bold;
	font-size: 15px;
}