

/* Start:/local/templates/.default/dist/css/styles.css?1547809680293374*/
@charset "UTF-8";
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
     -moz-transition-duration: inherit;
       -o-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
     -moz-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
       -o-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
     -moz-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
       -o-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  -o-transition: opacity .25s ease,visibility 0s ease .25s;
  -moz-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  -o-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  -moz-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; }

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
       transform: translateZ(0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,-o-transform;
  -moz-transition-property: transform,opacity,-moz-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform,-moz-transform,-o-transform;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block; }

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0; }

.fancybox-slide--image:before {
  display: none; }

.fancybox-slide--html {
  padding: 6px; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle; }

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -moz-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -o-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
       animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
       background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
   -ms-transform-origin: top left;
    -o-transform-origin: top left;
       transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  -webkit-transition-property: opacity,-webkit-transform;
  -o-transition-property: opacity,-o-transform;
  -moz-transition-property: transform,opacity,-moz-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform,-moz-transform,-o-transform;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: -moz-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

.fancybox-container [data-selectable=true] {
  cursor: text; }

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff; }

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%; }

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  -moz-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px; }

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc; }

.fancybox-button:hover {
  color: #fff; }

.fancybox-button:focus {
  outline: none; }

.fancybox-button.fancybox-focus {
  outline: 1px dotted; }

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none; }

.fancybox-button div {
  height: 100%; }

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%; }

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0; }

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none; }

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
   -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
       transform: scaleX(0);
  -webkit-transform-origin: 0;
  -moz-transform-origin: 0;
   -ms-transform-origin: 0;
    -o-transform-origin: 0;
       transform-origin: 0;
  transition-property: -webkit-transform;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform,-webkit-transform;
  -webkit-transition-timing-function: linear;
     -moz-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998; }

.fancybox-close-small {
  background: transparent;
  border: 0;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401; }

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1; }

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0; }

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden; }

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none; }

.fancybox-navigation .fancybox-button {
  -moz-background-clip: content-box;
    -o-background-clip: content-box;
       background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: -webkit-calc(50% - 50px);
  top: -moz-calc(50% - 50px);
  top: calc(50% - 50px);
  width: 70px; }

.fancybox-navigation .fancybox-button div {
  padding: 7px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 31px 26px 31px 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0; }

.fancybox-caption {
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
  text-align: center;
  z-index: 99996; }

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
  background-repeat: repeat-x;
  -moz-background-size: contain;
    -o-background-size: contain;
       background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -44px;
  z-index: -1; }

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
  -moz-animation: a 1s linear infinite;
    -o-animation: a 1s linear infinite;
       animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999; }

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn); } }

@-moz-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
         transform: rotate(1turn); } }

@-o-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    -o-transform: rotate(1turn);
       transform: rotate(1turn); } }

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
    -moz-transform: rotate(1turn);
      -o-transform: rotate(1turn);
         transform: rotate(1turn); } }

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
     -moz-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
       transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
       transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
       transform: translateZ(0); }

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
     -moz-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
       -o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  -moz-transform: scale3d(1.5, 1.5, 1.5);
       transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  -moz-transform: scale3d(0.5, 0.5, 0.5);
       transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
   -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
       transform: scaleX(1); }

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  -moz-transform: rotate(-1turn);
   -ms-transform: rotate(-1turn);
    -o-transform: rotate(-1turn);
       transform: rotate(-1turn); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  -moz-transform: rotate(1turn);
   -ms-transform: rotate(1turn);
    -o-transform: rotate(1turn);
       transform: rotate(1turn); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
   -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
       transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  -moz-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
       transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  -moz-transform: scaleX(1) translateZ(0);
       transform: scaleX(1) translateZ(0); }

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  -moz-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
       transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  -moz-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
       transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  -moz-transform: translateZ(0) scale(1);
       transform: translateZ(0) scale(1); }

@media (max-height: 576px) {
  .fancybox-caption {
    padding: 12px; }
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px; }
  .fancybox-slide--image {
    padding: 6px 0; }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px; } }

.fancybox-share {
  background: #f4f4f4;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  -moz-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  -webkit-border-radius: 10px;
          border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  -webkit-border-radius: 10px;
          border-radius: 10px; }

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  -moz-background-size: cover;
    -o-background-size: cover;
       background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: -webkit-calc(100% - 8px);
  max-height: -moz-calc(100% - 8px);
  max-height: calc(100% - 8px);
  max-width: -webkit-calc(50% - 4px);
  max-width: -moz-calc(50% - 4px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px; }

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991; }

.fancybox-thumbs__list a:focus:before {
  opacity: .5; }

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1; }

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs__list a {
    max-width: -webkit-calc(100% - 10px);
    max-width: -moz-calc(100% - 10px);
    max-width: calc(100% - 10px); } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden; }

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em; }

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block; }

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0; }

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.jq-selectbox {
  z-index: 10; }

.jq-selectbox__select {
  position: relative; }

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.jq-selectbox__dropdown {
  position: absolute; }

.jq-selectbox__search input {
  -webkit-appearance: textfield; }

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none; }

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch; }

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch; }

.jq-number {
  display: inline-block; }

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */ }

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none; }

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom; }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr; }

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto; }

.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools, .mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft, .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

.mCSB_scrollTools, .mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp, .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail, .mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar {
  -webkit-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -moz-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out;
  transition: width .2s ease-out .2s,height .2s ease-out .2s,margin-left .2s ease-out .2s,margin-right .2s ease-out .2s,margin-top .2s ease-out .2s,margin-bottom .2s ease-out .2s,opacity .2s ease-in-out,background-color .2s ease-in-out; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools, .mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools, .mCustomScrollBox:hover > .mCSB_scrollTools, .mCustomScrollBox:hover ~ .mCSB_scrollTools, .mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag, .mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonDown, .mCSB_scrollTools .mCSB_buttonLeft, .mCSB_scrollTools .mCSB_buttonRight, .mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(/local/templates/.default/dist/css/mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0; }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px; }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px; }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px; }

.mCSB_scrollTools .mCSB_buttonDown:hover, .mCSB_scrollTools .mCSB_buttonLeft:hover, .mCSB_scrollTools .mCSB_buttonRight:hover, .mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonDown:active, .mCSB_scrollTools .mCSB_buttonLeft:active, .mCSB_scrollTools .mCSB_buttonRight:active, .mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger, .mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0; }

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: -moz- oldlinear-gradient(left, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: -moz- oldlinear-gradient(top, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0, rgba(255, 255, 255, 0) 100%); }

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d-dark.mCSB_scrollTools, .mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
     -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick-dark.mCSB_scrollTools, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer, .mCS-3d-thick.mCSB_scrollTools, .mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick-dark.mCSB_scrollTools_vertical, .mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal, .mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal, .mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical, .mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger, .mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail, .mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail, .mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight, .mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail, .mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar, .mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?bgShadowXPos=&bgOverlayXPos=&bgErrorXPos=&bgHighlightXPos=&bgContentXPos=&bgHeaderXPos=&bgActiveXPos=&bgHoverXPos=&bgDefaultXPos=&bgShadowYPos=&bgOverlayYPos=&bgErrorYPos=&bgHighlightYPos=&bgContentYPos=&bgHeaderYPos=&bgActiveYPos=&bgHoverYPos=&bgDefaultYPos=&bgShadowRepeat=&bgOverlayRepeat=&bgErrorRepeat=&bgHighlightRepeat=&bgContentRepeat=&bgHeaderRepeat=&bgActiveRepeat=&bgHoverRepeat=&bgDefaultRepeat=&iconsHover=url(/local/templates/.default/dist/css/%22images%2Fui-icons_555555_256x240.png%22)&iconsHighlight=url(/local/templates/.default/dist/css/%22images%2Fui-icons_777620_256x240.png%22)&iconsHeader=url(/local/templates/.default/dist/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsError=url(/local/templates/.default/dist/css/%22images%2Fui-icons_cc0000_256x240.png%22)&iconsDefault=url(/local/templates/.default/dist/css/%22images%2Fui-icons_777777_256x240.png%22)&iconsContent=url(/local/templates/.default/dist/css/%22images%2Fui-icons_444444_256x240.png%22)&iconsActive=url(/local/templates/.default/dist/css/%22images%2Fui-icons_ffffff_256x240.png%22)&bgImgUrlShadow=&bgImgUrlOverlay=&bgImgUrlHover=&bgImgUrlHighlight=&bgImgUrlHeader=&bgImgUrlError=&bgImgUrlDefault=&bgImgUrlContent=&bgImgUrlActive=&opacityFilterShadow=Alpha(Opacity%3D30)&opacityFilterOverlay=Alpha(Opacity%3D30)&opacityShadowPerc=30&opacityOverlayPerc=30&iconColorHover=%23555555&iconColorHighlight=%23777620&iconColorHeader=%23444444&iconColorError=%23cc0000&iconColorDefault=%23777777&iconColorContent=%23444444&iconColorActive=%23ffffff&bgImgOpacityShadow=0&bgImgOpacityOverlay=0&bgImgOpacityError=95&bgImgOpacityHighlight=55&bgImgOpacityContent=75&bgImgOpacityHeader=75&bgImgOpacityActive=65&bgImgOpacityHover=75&bgImgOpacityDefault=75&bgTextureShadow=flat&bgTextureOverlay=flat&bgTextureError=flat&bgTextureHighlight=flat&bgTextureContent=flat&bgTextureHeader=flat&bgTextureActive=flat&bgTextureHover=flat&bgTextureDefault=flat&cornerRadius=3px&fwDefault=normal&ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&cornerRadiusShadow=8px&thicknessShadow=5px&offsetLeftShadow=0px&offsetTopShadow=0px&opacityShadow=.3&bgColorShadow=%23666666&opacityOverlay=.3&bgColorOverlay=%23aaaaaa&fcError=%235f3f3f&borderColorError=%23f1a899&bgColorError=%23fddfdf&fcHighlight=%23777620&borderColorHighlight=%23dad55e&bgColorHighlight=%23fffa90&fcContent=%23333333&borderColorContent=%23dddddd&bgColorContent=%23ffffff&fcHeader=%23333333&borderColorHeader=%23dddddd&bgColorHeader=%23e9e9e9&fcActive=%23ffffff&borderColorActive=%23003eff&bgColorActive=%23007fff&fcHover=%232b2b2b&borderColorHover=%23cccccc&bgColorHover=%23ededed&fcDefault=%23454545&borderColorDefault=%23c5c5c5&bgColorDefault=%23f6f6f6
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); }

.ui-front {
  z-index: 100; }

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: .5em .5em .5em .7em;
  font-size: 100%; }

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto; }

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default; }

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0; }

.ui-menu .ui-menu {
  position: absolute; }

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7"); }

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px .4em; }

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px; }

.ui-menu-icons {
  position: relative; }

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em; }

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: .2em;
  margin: auto 0; }

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0; }

.ui-button {
  padding: .4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible; }

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none; }

.ui-button-icon-only {
  width: 2em;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-button-icon-only {
  text-indent: 0; }

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px; }

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap; }

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: .4em 1em; }

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0; }

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block; }

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0; }

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999; }

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left; }

.ui-controlgroup-vertical .ui-controlgroup-item {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

.ui-controlgroup .ui-controlgroup-label {
  padding: .4em 1em; }

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%; }

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none; }

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none; }

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none; }

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none; }

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: -webkit-calc( 100% - 2.4em);
  width: -moz-calc( 100% - 2.4em);
  width: calc( 100% - 2.4em); }

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid; }

.ui-checkboxradio-label .ui-icon-background {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
     -moz-box-shadow: inset 1px 1px 1px #ccc;
          box-shadow: inset 1px 1px 1px #ccc;
  -webkit-border-radius: .12em;
     -moz-border-radius: .12em;
          border-radius: .12em;
  border: none; }

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  -webkit-border-radius: 1em;
     -moz-border-radius: 1em;
          border-radius: 1em;
  overflow: visible;
  border: none; }

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid; }

.ui-checkboxradio-disabled {
  pointer-events: none; }

.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0; }

.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative; }

.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px; }

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto; }

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em; }

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right; }

.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer; }

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0; }

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0; }

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0; }

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0; }

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px; }

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0; }

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0; }

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0; }

.ui-draggable .ui-dialog-titlebar {
  cursor: move; }

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable {
  position: relative; }

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none; }

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none; }

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0; }

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0; }

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%; }

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px; }

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px; }

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px; }

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px; }

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden; }

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%; }

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25; }

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none; }

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none; }

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black; }

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none; }

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px; }

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-slider {
  position: relative;
  text-align: left; }

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none; }

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0; }

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit; }

.ui-slider-horizontal {
  height: .8em; }

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em; }

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%; }

.ui-slider-horizontal .ui-slider-range-min {
  left: 0; }

.ui-slider-horizontal .ui-slider-range-max {
  right: 0; }

.ui-slider-vertical {
  width: .8em;
  height: 100px; }

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em; }

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%; }

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0; }

.ui-slider-vertical .ui-slider-range-max {
  top: 0; }

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none; }

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle; }

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: .222em 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 2em; }

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0; }

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none; }

.ui-spinner-up {
  top: 0; }

.ui-spinner-down {
  bottom: 0; }

.ui-tabs {
  position: relative;
  padding: .2em; }

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0; }

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap; }

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: .5em 1em;
  text-decoration: none; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px; }

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text; }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer; }

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none; }

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px; }

body .ui-tooltip {
  border-width: 2px; }

.ui-widget {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333; }

.ui-widget-content a {
  color: #333; }

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333; }

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  -webkit-box-shadow: 0 0 3px 1px #5e9ed6;
     -moz-box-shadow: 0 0 3px 1px #5e9ed6;
          box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff; }

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff; }

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none; }

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal; }

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35); }

.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("/local/templates/.default/dist/css/images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("/local/templates/.default/dist/css/images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("/local/templates/.default/dist/css/images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("/local/templates/.default/dist/css/images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("/local/templates/.default/dist/css/images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("/local/templates/.default/dist/css/images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("/local/templates/.default/dist/css/images/ui-icons_777777_256x240.png"); }

.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  -webkit-border-top-left-radius: 3px;
     -moz-border-radius-topleft: 3px;
          border-top-left-radius: 3px; }

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  -webkit-border-top-right-radius: 3px;
     -moz-border-radius-topright: 3px;
          border-top-right-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  -webkit-border-bottom-left-radius: 3px;
     -moz-border-radius-bottomleft: 3px;
          border-bottom-left-radius: 3px; }

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  -webkit-border-bottom-right-radius: 3px;
     -moz-border-radius-bottomright: 3px;
          border-bottom-right-radius: 3px; }

.ui-widget-overlay {
  background: #aaa;
  opacity: .003;
  filter: Alpha(Opacity=0.3); }

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  -moz-box-shadow: 0 0 5px #666;
       box-shadow: 0 0 5px #666; }

.SelectClass, .SumoSelect.open .search-txt, .SumoUnder {
  position: absolute;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  top: 0;
  left: 0; }

.SumoSelect p {
  margin: 0; }

.SumoSelect {
  width: 200px; }

.SelectBox {
  padding: 5px 8px; }

.sumoStopScroll {
  overflow: hidden; }

.SumoSelect .hidden {
  display: none; }

.SumoSelect .search-txt {
  display: none;
  outline: 0; }

.SumoSelect .no-match {
  display: none;
  padding: 6px; }

.SumoSelect.open .search-txt {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 5px 8px;
  border: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px; }

.SumoSelect.open > .search > label, .SumoSelect.open > .search > span {
  visibility: hidden; }

.SelectClass, .SumoUnder {
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0; }

.SelectClass {
  z-index: 1; }

.SumoSelect .select-all > label, .SumoSelect > .CaptionCont, .SumoSelect > .optWrapper > .options li.opt label {
  -ms-user-select: none;
      user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none; }

.SumoSelect {
  display: inline-block;
  position: relative;
  outline: 0; }

.SumoSelect.open > .CaptionCont, .SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
  -webkit-box-shadow: 0 0 2px #7799D0;
     -moz-box-shadow: 0 0 2px #7799D0;
          box-shadow: 0 0 2px #7799D0;
  border-color: #7799D0; }

.SumoSelect > .CaptionCont {
  position: relative;
  border: 1px solid #A4A4A4;
  min-height: 14px;
  background-color: #fff;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  margin: 0; }

.SumoSelect > .CaptionCont > span {
  display: block;
  padding-right: 30px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default; }

.SumoSelect > .CaptionCont > span.placeholder {
  color: #ccc;
  font-style: italic; }

.SumoSelect > .CaptionCont > label {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 30px; }

.SumoSelect > .CaptionCont > label > i {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAANCAYAAABy6+R8AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAB3RJTUUH3wMdBhAJ/fwnjwAAAGFJREFUKM9jYBh+gBFKuzEwMKQwMDB8xaOWlYGB4T4DA0MrsuapDAwM//HgNwwMDDbYTJuGQ8MHBgYGJ1xOYGNgYJiBpuEpAwODHSF/siDZ+ISBgcGClEDqZ2Bg8B6CkQsAPRga0cpRtDEAAAAASUVORK5CYII=);
  background-position: center center;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-repeat: no-repeat;
  opacity: .8; }

.SumoSelect > .optWrapper {
  display: none;
  z-index: 1000;
  top: 30px;
  width: 100%;
  position: absolute;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
     -moz-box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
          box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
  overflow: hidden; }

.SumoSelect.open > .optWrapper {
  top: 35px;
  display: block; }

.SumoSelect.open > .optWrapper.up {
  top: auto;
  bottom: 100%;
  margin-bottom: 5px; }

.SumoSelect > .optWrapper ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
  overflow: auto; }

.SumoSelect > .optWrapper > .options {
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  position: relative;
  max-height: 250px; }

.SumoSelect > .optWrapper.okCancelInMulti > .options {
  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0; }

.SumoSelect > .optWrapper.selall > .options {
  -webkit-border-radius: 0 0 2px 2px;
     -moz-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px; }

.SumoSelect > .optWrapper.selall.okCancelInMulti > .options {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }

.SumoSelect > .optWrapper > .options li.group.disabled > label {
  opacity: .5; }

.SumoSelect > .optWrapper > .options li ul li.opt {
  padding-left: 22px; }

.SumoSelect > .optWrapper.multiple > .options li ul li.opt {
  padding-left: 50px; }

.SumoSelect > .optWrapper.isFloating > .options {
  max-height: 100%;
  -webkit-box-shadow: 0 0 100px #595959;
     -moz-box-shadow: 0 0 100px #595959;
          box-shadow: 0 0 100px #595959; }

.SumoSelect > .optWrapper > .options li.opt {
  padding: 6px;
  position: relative;
  border-bottom: 1px solid #f5f5f5; }

.SumoSelect > .optWrapper > .options > li.opt:first-child {
  -webkit-border-radius: 2px 2px 0 0;
     -moz-border-radius: 2px 2px 0 0;
          border-radius: 2px 2px 0 0; }

.SumoSelect > .optWrapper.selall > .options > li.opt:first-child {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }

.SumoSelect > .optWrapper > .options > li.opt:last-child {
  -webkit-border-radius: 0 0 2px 2px;
     -moz-border-radius: 0 0 2px 2px;
          border-radius: 0 0 2px 2px;
  border-bottom: none; }

.SumoSelect > .optWrapper.okCancelInMulti > .options > li.opt:last-child {
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0; }

.SumoSelect > .optWrapper > .options li.opt:hover {
  background-color: #E4E4E4; }

.SumoSelect .select-all.sel, .SumoSelect > .optWrapper > .options li.opt.sel {
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper > .options li label {
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  cursor: pointer; }

.SumoSelect > .optWrapper > .options li span {
  display: none; }

.SumoSelect > .optWrapper > .options li.group > label {
  cursor: default;
  padding: 8px 6px;
  font-weight: 700; }

.SumoSelect > .optWrapper.isFloating {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 90%;
  bottom: 0;
  margin: auto;
  max-height: 90%; }

.SumoSelect > .optWrapper > .options li.opt.disabled {
  background-color: inherit;
  pointer-events: none; }

.SumoSelect > .optWrapper > .options li.opt.disabled * {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -moz-opacity: .5;
  -khtml-opacity: .5;
  opacity: .5; }

.SumoSelect > .optWrapper.multiple > .options li.opt {
  padding-left: 35px;
  cursor: pointer; }

.SumoSelect .select-all > span, .SumoSelect > .optWrapper.multiple > .options li.opt span {
  position: absolute;
  display: block;
  width: 30px;
  top: 0;
  bottom: 0;
  margin-left: -35px; }

.SumoSelect .select-all > span i, .SumoSelect > .optWrapper.multiple > .options li.opt span i {
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 14px;
  height: 14px;
  border: 1px solid #AEAEAE;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
     -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
          box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff; }

.SumoSelect > .optWrapper > .MultiControls {
  display: none;
  border-top: 1px solid #ddd;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
     -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.13);
  -webkit-border-radius: 0 0 3px 3px;
     -moz-border-radius: 0 0 3px 3px;
          border-radius: 0 0 3px 3px; }

.SumoSelect > .optWrapper.multiple.isFloating > .MultiControls {
  display: block;
  margin-top: 5px;
  position: absolute;
  bottom: 0;
  width: 100%; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls {
  display: block; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p {
  padding: 6px; }

.SumoSelect > .optWrapper.multiple.okCancelInMulti > .MultiControls > p:focus {
  -webkit-box-shadow: 0 0 2px #a1c0e4;
     -moz-box-shadow: 0 0 2px #a1c0e4;
          box-shadow: 0 0 2px #a1c0e4;
  border-color: #a1c0e4;
  outline: 0;
  background-color: #a1c0e4; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p {
  display: inline-block;
  cursor: pointer;
  padding: 12px;
  width: 50%;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p:hover {
  background-color: #f1f1f1; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnOk {
  border-right: 1px solid #DBDBDB;
  -webkit-border-radius: 0 0 0 3px;
     -moz-border-radius: 0 0 0 3px;
          border-radius: 0 0 0 3px; }

.SumoSelect > .optWrapper.multiple > .MultiControls > p.btnCancel {
  -webkit-border-radius: 0 0 3px;
     -moz-border-radius: 0 0 3px;
          border-radius: 0 0 3px; }

.SumoSelect > .optWrapper.isFloating > .options li.opt {
  padding: 12px 6px; }

.SumoSelect > .optWrapper.multiple.isFloating > .options li.opt {
  padding-left: 35px; }

.SumoSelect > .optWrapper.multiple.isFloating {
  padding-bottom: 43px; }

.SumoSelect .select-all.partial > span i, .SumoSelect .select-all.selected > span i, .SumoSelect > .optWrapper.multiple > .options li.opt.selected span i {
  background-color: #11a911;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
  border-color: transparent;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAGCAYAAAD+Bd/7AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAALEgAACxIB0t1+/AAAABx0RVh0U29mdHdhcmUAQWRvYmUgRmlyZXdvcmtzIENTNXG14zYAAABMSURBVAiZfc0xDkAAFIPhd2Kr1WRjcAExuIgzGUTIZ/AkImjSofnbNBAfHvzAHjOKNzhiQ42IDFXCDivaaxAJd0xYshT3QqBxqnxeHvhunpu23xnmAAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: center center; }

.SumoSelect.disabled {
  opacity: .7;
  cursor: not-allowed; }

.SumoSelect.disabled > .CaptionCont {
  border-color: #ccc;
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }

.SumoSelect .select-all {
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  position: relative;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  padding: 8px 0 3px 35px;
  height: 20px;
  cursor: pointer; }

.SumoSelect .select-all > label, .SumoSelect .select-all > span i {
  cursor: pointer; }

.SumoSelect .select-all.partial > span i {
  background-color: #ccc; }

.SumoSelect > .optWrapper > .options li.optGroup {
  padding-left: 5px;
  text-decoration: underline; }

@font-face {
  font-family: "Roboto";
  src: url("/local/templates/.default/dist/css/../fonts/Roboto/RobotoRegular/RobotoRegular.eot");
  src: url("/local/templates/.default/dist/css/../fonts/Roboto/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/dist/css/../fonts/Roboto/RobotoRegular/RobotoRegular.woff") format("woff"), url("/local/templates/.default/dist/css/../fonts/Roboto/RobotoRegular/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: 400; }

@font-face {
  font-family: "Roboto";
  src: url("/local/templates/.default/dist/css/../fonts/Roboto/RobotoLight/RobotoLight.eot");
  src: url("/local/templates/.default/dist/css/../fonts/Roboto/RobotoLight/RobotoLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/dist/css/../fonts/Roboto/RobotoLight/RobotoLight.woff") format("woff"), url("/local/templates/.default/dist/css/../fonts/Roboto/RobotoLight/RobotoLight.ttf") format("truetype");
  font-style: normal;
  font-weight: 300; }

@font-face {
  font-family: "Roboto";
  src: url("/local/templates/.default/dist/css/../fonts/Roboto/RobotoMedium/RobotoMedium.eot");
  src: url("/local/templates/.default/dist/css/../fonts/Roboto/RobotoMedium/RobotoMedium.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/dist/css/../fonts/Roboto/RobotoMedium/RobotoMedium.woff") format("woff"), url("/local/templates/.default/dist/css/../fonts/Roboto/RobotoMedium/RobotoMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: 500; }

@font-face {
  font-family: "Roboto";
  src: url("/local/templates/.default/dist/css/../fonts/Roboto/RobotoBold/RobotoBold.eot");
  src: url("/local/templates/.default/dist/css/../fonts/Roboto/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/.default/dist/css/../fonts/Roboto/RobotoBold/RobotoBold.woff") format("woff"), url("/local/templates/.default/dist/css/../fonts/Roboto/RobotoBold/RobotoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 600; }

@font-face {
  font-family: 'Play';
  src: local("Play Regular"), local("Play-Regular"), url("/local/templates/.default/dist/css/../fonts/play/playregular.woff2") format("woff2"), url("/local/templates/.default/dist/css/../fonts/play/playregular.woff") format("woff"), url("/local/templates/.default/dist/css/../fonts/play/playregular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Play';
  src: local("Play Bold"), local("Play-Bold"), url("/local/templates/.default/dist/css/../fonts/play/playbold.woff2") format("woff2"), url("/local/templates/.default/dist/css/../fonts/play/playbold.woff") format("woff"), url("/local/templates/.default/dist/css/../fonts/play/playbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: "icon";
  src: url("/local/templates/.default/dist/css/../fonts/icons/icon.eot");
  src: url("/local/templates/.default/dist/css/../fonts/icons/icon.eot?#iefix") format("eot"), url("/local/templates/.default/dist/css/../fonts/icons/icon.woff2") format("woff2"), url("/local/templates/.default/dist/css/../fonts/icons/icon.woff") format("woff"), url("/local/templates/.default/dist/css/../fonts/icons/icon.ttf") format("truetype"), url("/local/templates/.default/dist/css/../fonts/icons/icon.svg#icon") format("svg"); }

.icon-address:before, .icon-arrow-left:before, .icon-arrow-right:before, .icon-arrow-small-left:before, .icon-arrow-small-right:before, .icon-balloon:before, .icon-check:before, .icon-chevron-bottom:before, .icon-close:before, .icon-concept:before, .icon-contact:before, .icon-contacts:before, .icon-email:before, .icon-facebook:before, .icon-hours:before, .icon-instagram:before, .icon-lens:before, .icon-location-alt:before, .icon-location:before, .icon-mail:before, .icon-odnoklassniki:before, .icon-paperclip:before, .icon-pdf:before, .icon-phone-alt:before, .icon-phone:before, .icon-presentation:before, .icon-registry:before, .icon-search:before, .icon-site:before, .icon-twitter:before, .icon-vacancy:before, .icon-video:before, .icon-view:before, .icon-vk:before {
  font-family: "icon";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none; }

.icon-address:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-small-left:before {
  content: ""; }

.icon-arrow-small-right:before {
  content: ""; }

.icon-balloon:before {
  content: ""; }

.icon-check:before {
  content: ""; }

.icon-chevron-bottom:before {
  content: ""; }

.icon-close:before {
  content: ""; }

.icon-concept:before {
  content: ""; }

.icon-contact:before {
  content: ""; }

.icon-contacts:before {
  content: ""; }

.icon-email:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-hours:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-lens:before {
  content: ""; }

.icon-location-alt:before {
  content: ""; }

.icon-location:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-odnoklassniki:before {
  content: ""; }

.icon-paperclip:before {
  content: ""; }

.icon-pdf:before {
  content: ""; }

.icon-phone-alt:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-presentation:before {
  content: ""; }

.icon-registry:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-site:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-vacancy:before {
  content: ""; }

.icon-video:before {
  content: ""; }

.icon-view:before {
  content: ""; }

.icon-vk:before {
  content: ""; }

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.not-list {
  margin: 0;
  padding: 0;
  list-style: none; }

* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

*,
*:hover,
*:focus,
*:active {
  outline: none; }

img {
  max-width: 100%;
  height: auto; }
  img[align="middle"] {
    margin: 0 auto;
    display: block; }
  img[align="right"] {
    margin-left: 40px; }
  img[align="left"] {
    margin-right: 40px; }

html {
  font-size: 10px; }

body {
  font-weight: 400;
  font-style: normal;
  padding: 0;
  margin: 0 auto;
  direction: ltr;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto; }

.hide {
  display: none; }

.nowrap {
  white-space: nowrap; }

.slick-slider {
  display: block !important; }

.mobile {
  display: none !important; }

.table-wrapper {
  overflow-y: hidden;
  overflow-x: auto;
  padding: 0 1px;
  margin: 0 -1px; }

.swal2-icon {
  width: 80px;
  height: 80px;
  border: 4px solid transparent;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  margin: 20px auto 30px;
  padding: 0;
  position: relative;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: block;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .swal2-icon.icon-hide {
    opacity: 0; }
  .swal2-icon.swal2-error {
    border-color: #f27474; }
    .swal2-icon.swal2-error .swal2-x-mark {
      position: relative;
      display: block; }
    .swal2-icon.swal2-error [class^='swal2-x-mark-line'] {
      position: absolute;
      height: 5px;
      width: 47px;
      background-color: #f27474;
      display: block;
      top: 37px;
      -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
              border-radius: 2px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='left'] {
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg);
        left: 17px; }
      .swal2-icon.swal2-error [class^='swal2-x-mark-line'][class$='right'] {
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
        right: 16px; }
  .swal2-icon.swal2-warning {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #f8bb86;
    border-color: #facea8;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-info {
    font-family: 'Open Sans', sans-serif;
    color: #3fc3ee;
    border-color: #9de0f6;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-question {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #87adbd;
    border-color: #c9dae1;
    font-size: 60px;
    line-height: 80px;
    text-align: center; }
  .swal2-icon.swal2-success {
    border-color: #a5dc86; }
    .swal2-icon.swal2-success [class^='swal2-success-circular-line'] {
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      position: absolute;
      width: 60px;
      height: 120px;
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='left'] {
        -webkit-border-radius: 120px 0 0 120px;
           -moz-border-radius: 120px 0 0 120px;
                border-radius: 120px 0 0 120px;
        top: -7px;
        left: -33px;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 60px 60px;
           -moz-transform-origin: 60px 60px;
            -ms-transform-origin: 60px 60px;
             -o-transform-origin: 60px 60px;
                transform-origin: 60px 60px; }
      .swal2-icon.swal2-success [class^='swal2-success-circular-line'][class$='right'] {
        -webkit-border-radius: 0 120px 120px 0;
           -moz-border-radius: 0 120px 120px 0;
                border-radius: 0 120px 120px 0;
        top: -11px;
        left: 30px;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg);
        -webkit-transform-origin: 0 60px;
           -moz-transform-origin: 0 60px;
            -ms-transform-origin: 0 60px;
             -o-transform-origin: 0 60px;
                transform-origin: 0 60px; }
    .swal2-icon.swal2-success .swal2-success-ring {
      width: 80px;
      height: 80px;
      border: 4px solid rgba(165, 220, 134, 0.2);
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      -webkit-box-sizing: content-box;
         -moz-box-sizing: content-box;
              box-sizing: content-box;
      position: absolute;
      left: -4px;
      top: -4px;
      z-index: 2; }
    .swal2-icon.swal2-success .swal2-success-fix {
      width: 7px;
      height: 90px;
      position: absolute;
      left: 28px;
      top: 8px;
      z-index: 1;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .swal2-icon.swal2-success [class^='swal2-success-line'] {
      height: 5px;
      background-color: #a5dc86;
      display: block;
      -webkit-border-radius: 2px;
         -moz-border-radius: 2px;
              border-radius: 2px;
      position: absolute;
      z-index: 2; }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='tip'] {
        width: 25px;
        left: 14px;
        top: 46px;
        -webkit-transform: rotate(45deg);
           -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
             -o-transform: rotate(45deg);
                transform: rotate(45deg); }
      .swal2-icon.swal2-success [class^='swal2-success-line'][class$='long'] {
        width: 47px;
        right: 8px;
        top: 38px;
        -webkit-transform: rotate(-45deg);
           -moz-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
             -o-transform: rotate(-45deg);
                transform: rotate(-45deg); }

@-webkit-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-moz-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-o-keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@keyframes animate-success-tip {
  0% {
    width: 0;
    left: 1px;
    top: 19px; }
  54% {
    width: 0;
    left: 1px;
    top: 19px; }
  70% {
    width: 50px;
    left: -8px;
    top: 37px; }
  84% {
    width: 17px;
    left: 21px;
    top: 48px; }
  100% {
    width: 25px;
    left: 14px;
    top: 45px; } }

@-webkit-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-moz-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-o-keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@keyframes animate-success-long {
  0% {
    width: 0;
    right: 46px;
    top: 54px; }
  65% {
    width: 0;
    right: 46px;
    top: 54px; }
  84% {
    width: 55px;
    right: 0;
    top: 35px; }
  100% {
    width: 47px;
    right: 8px;
    top: 38px; } }

@-webkit-keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

@-moz-keyframes rotatePlaceholder {
  0% {
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg); }
  5% {
    -moz-transform: rotate(-45deg);
         transform: rotate(-45deg); }
  12% {
    -moz-transform: rotate(-405deg);
         transform: rotate(-405deg); }
  100% {
    -moz-transform: rotate(-405deg);
         transform: rotate(-405deg); } }

@-o-keyframes rotatePlaceholder {
  0% {
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg); }
  5% {
    -o-transform: rotate(-45deg);
       transform: rotate(-45deg); }
  12% {
    -o-transform: rotate(-405deg);
       transform: rotate(-405deg); }
  100% {
    -o-transform: rotate(-405deg);
       transform: rotate(-405deg); } }

@keyframes rotatePlaceholder {
  0% {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  5% {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  12% {
    -webkit-transform: rotate(-405deg);
       -moz-transform: rotate(-405deg);
         -o-transform: rotate(-405deg);
            transform: rotate(-405deg); }
  100% {
    -webkit-transform: rotate(-405deg);
       -moz-transform: rotate(-405deg);
         -o-transform: rotate(-405deg);
            transform: rotate(-405deg); } }

.swal2-animate-success-line-tip {
  -webkit-animation: animate-success-tip .75s;
     -moz-animation: animate-success-tip .75s;
       -o-animation: animate-success-tip .75s;
          animation: animate-success-tip .75s; }

.swal2-animate-success-line-long {
  -webkit-animation: animate-success-long .75s;
     -moz-animation: animate-success-long .75s;
       -o-animation: animate-success-long .75s;
          animation: animate-success-long .75s; }

.swal2-success.swal2-animate-success-icon .swal2-success-circular-line-right {
  -webkit-animation: rotatePlaceholder 4.25s ease-in;
     -moz-animation: rotatePlaceholder 4.25s ease-in;
       -o-animation: rotatePlaceholder 4.25s ease-in;
          animation: rotatePlaceholder 4.25s ease-in; }

@-webkit-keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

@-moz-keyframes animate-error-icon {
  0% {
    -moz-transform: rotateX(100deg);
         transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -moz-transform: rotateX(0deg);
         transform: rotateX(0deg);
    opacity: 1; } }

@-o-keyframes animate-error-icon {
  0% {
    transform: rotateX(100deg);
    opacity: 0; }
  100% {
    transform: rotateX(0deg);
    opacity: 1; } }

@keyframes animate-error-icon {
  0% {
    -webkit-transform: rotateX(100deg);
       -moz-transform: rotateX(100deg);
            transform: rotateX(100deg);
    opacity: 0; }
  100% {
    -webkit-transform: rotateX(0deg);
       -moz-transform: rotateX(0deg);
            transform: rotateX(0deg);
    opacity: 1; } }

.swal2-animate-error-icon {
  -webkit-animation: animate-error-icon .5s;
     -moz-animation: animate-error-icon .5s;
       -o-animation: animate-error-icon .5s;
          animation: animate-error-icon .5s; }

@-webkit-keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@-moz-keyframes animate-x-mark {
  0% {
    -moz-transform: scale(0.4);
         transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -moz-transform: scale(0.4);
         transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -moz-transform: scale(1.15);
         transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -moz-transform: scale(1);
         transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@-o-keyframes animate-x-mark {
  0% {
    -o-transform: scale(0.4);
       transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -o-transform: scale(0.4);
       transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -o-transform: scale(1.15);
       transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -o-transform: scale(1);
       transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

@keyframes animate-x-mark {
  0% {
    -webkit-transform: scale(0.4);
       -moz-transform: scale(0.4);
         -o-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  50% {
    -webkit-transform: scale(0.4);
       -moz-transform: scale(0.4);
         -o-transform: scale(0.4);
            transform: scale(0.4);
    margin-top: 26px;
    opacity: 0; }
  80% {
    -webkit-transform: scale(1.15);
       -moz-transform: scale(1.15);
         -o-transform: scale(1.15);
            transform: scale(1.15);
    margin-top: -6px; }
  100% {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1);
    margin-top: 0;
    opacity: 1; } }

.swal2-animate-x-mark {
  -webkit-animation: animate-x-mark .5s;
     -moz-animation: animate-x-mark .5s;
       -o-animation: animate-x-mark .5s;
          animation: animate-x-mark .5s; }

@-webkit-keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-moz-keyframes rotate-loading {
  0% {
    -moz-transform: rotate(0deg);
         transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes rotate-loading {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes rotate-loading {
  0% {
    -webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes in-air {
  40% {
    opacity: 0; }
  60% {
    opacity: 1; } }

@-moz-keyframes in-air {
  40% {
    opacity: 0; }
  60% {
    opacity: 1; } }

@-o-keyframes in-air {
  40% {
    opacity: 0; }
  60% {
    opacity: 1; } }

@keyframes in-air {
  40% {
    opacity: 0; }
  60% {
    opacity: 1; } }

body {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #0f0c09;
  background: #ffffff;
  line-height: 1.6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-height: 100vh;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  font-family: Play, sans-serif;
  font-weight: bold; }

h2, .h2 {
  font-size: 24px;
  text-transform: uppercase; }

h3, .h3 {
  font-size: 20px;
  text-transform: uppercase; }

h4, .h4 {
  font-size: 18px; }

sup {
  line-height: 1; }

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 10px;
  margin-left: auto;
  margin-right: auto; }

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 260px;
  height: 100%;
  background: #404040;
  -webkit-box-shadow: 6px -1px 10px 0px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 6px -1px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 6px -1px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 20px 0 25px 20px;
  z-index: 10; }
  #header .mobile-menu-button {
    display: none; }
  #header .header-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: -webkit-calc(100vh - 45px);
    min-height: -moz-calc(100vh - 45px);
    min-height: calc(100vh - 45px); }
  #header .block-top-inner {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding-right: 15px; }
  #header .search-link {
    color: #cccccc;
    font-size: 20px;
    text-decoration: none;
    display: block;
    margin-bottom: 20px; }
    #header .search-link:hover {
      color: #ffffff; }
  #header .sites {
    position: relative; }
    #header .sites .current-site {
      font-size: 14px;
      font-weight: 500;
      line-height: 1;
      color: #cccccc;
      position: relative;
      z-index: 1; }
    #header .sites .sites-links {
      display: none;
      position: absolute;
      width: 260px;
      background: #ff7300;
      font-size: 14px;
      font-weight: 500;
      line-height: 1;
      top: -15px;
      right: -15px;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 15px 20px; }
      #header .sites .sites-links .link {
        display: block;
        text-decoration: none;
        color: rgba(255, 255, 255, 0.5); }
        #header .sites .sites-links .link:hover {
          color: #ffffff; }
        #header .sites .sites-links .link:not(:last-child) {
          margin-right: 10px; }
        #header .sites .sites-links .link[href="javascript:;"] {
          color: #ffffff;
          cursor: default; }
    #header .sites:hover .current-site {
      color: #ffffff; }
    #header .sites:hover .sites-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
  #header .special {
    color: #cccccc;
    font-size: 20px;
    text-decoration: none;
    display: block;
    margin-top: 20px; }
    #header .special:hover {
      color: #ffffff; }
  #header .mCustomScrollBox {
    overflow: visible; }
  #header .mCSB_inside > .mCSB_container {
    margin-right: 0; }
  #header .mCSB_container {
    overflow: visible;
    min-height: 100%; }
  #header .mCSB_scrollTools {
    visibility: hidden; }
  #header .block-top .logo {
    display: block;
    text-decoration: none; }
    #header .block-top .logo img {
      display: block; }
  #header .block-bottom-wrapper {
    margin-top: 14vh;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
       -moz-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  #header .block-bottom > span {
    display: none; }
  #header .block-bottom .link {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #999999;
    font-size: 14px;
    font-weight: 300;
    text-decoration: none;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    #header .block-bottom .link.link-presentation .icon {
      font-size: 34px; }
    #header .block-bottom .link.link-video .icon {
      font-size: 27px; }
    #header .block-bottom .link .icon {
      color: #c4c4c4;
      line-height: 1;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 18px;
      width: 27px;
      text-align: center;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    #header .block-bottom .link .value {
      position: relative; }
      #header .block-bottom .link .value:before {
        position: absolute;
        content: '';
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        width: 0;
        height: 1px;
        background: #c4c4c4;
        display: block;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear; }
    #header .block-bottom .link:not(:last-child) {
      margin-bottom: 15px; }
    #header .block-bottom .link:hover {
      color: #ffffff; }
      #header .block-bottom .link:hover .icon {
        color: #ffffff; }
      #header .block-bottom .link:hover .value:before {
        color: #ffffff;
        width: 100%; }
  #header .menu {
    font-family: Play, sans-serif;
    font-weight: bold;
    margin-bottom: 20px; }
    #header .menu > .item {
      border-bottom: 3px solid #4d4d4d;
      position: relative; }
      #header .menu > .item:not(:last-child) {
        margin-bottom: 18px; }
      #header .menu > .item > .link {
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        color: #cccccc;
        text-decoration: none;
        text-transform: uppercase;
        padding: 3px 0; }
        #header .menu > .item > .link .value {
          width: 100%; }
        #header .menu > .item > .link .icon {
          line-height: 1;
          font-size: 9px;
          -webkit-flex-shrink: 0;
              -ms-flex-negative: 0;
                  flex-shrink: 0;
          width: 34px;
          text-align: center; }
      #header .menu > .item:before {
        position: absolute;
        width: 0;
        height: 3px;
        bottom: -3px;
        right: 0;
        background: #ff7300;
        content: '';
        display: block;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear; }
      #header .menu > .item.parent:after {
        position: absolute;
        width: 0;
        height: 3px;
        top: -3px;
        right: 0;
        background: #ff7300;
        content: '';
        display: block;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear; }
      #header .menu > .item:hover .submenu {
        visibility: visible;
        opacity: 1;
        -webkit-transform: translateX(0);
           -moz-transform: translateX(0);
            -ms-transform: translateX(0);
             -o-transform: translateX(0);
                transform: translateX(0); }
      #header .menu > .item:hover:before, #header .menu > .item.selected:before {
        width: 100%; }
      #header .menu > .item:hover > .link, #header .menu > .item.selected > .link {
        color: #ff7300; }
      #header .menu > .item:hover.parent:after, #header .menu > .item.selected.parent:after {
        width: 100%; }
    #header .menu .submenu {
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateX(20px);
         -moz-transform: translateX(20px);
          -ms-transform: translateX(20px);
           -o-transform: translateX(20px);
              transform: translateX(20px);
      -webkit-transition: visibility 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9), opacity 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9), -webkit-transform 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9);
      transition: visibility 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9), opacity 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9), -webkit-transform 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9);
      -o-transition: visibility 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9), opacity 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9), -o-transform 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9);
      -moz-transition: transform 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9), visibility 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9), opacity 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9), -moz-transform 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9);
      transition: transform 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9), visibility 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9), opacity 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9);
      transition: transform 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9), visibility 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9), opacity 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9), -webkit-transform 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9), -moz-transform 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9), -o-transform 0.2s cubic-bezier(0.9, 0.1, 0.1, 0.9);
      position: absolute;
      top: -3px;
      left: 100%;
      padding: 20px 25px;
      background: #ff7300; }
      #header .menu .submenu .item .link {
        color: #404040;
        text-decoration: none;
        white-space: nowrap;
        padding: 5px 0;
        display: block; }
      #header .menu .submenu .item:hover .link, #header .menu .submenu .item.selected .link {
        color: #ffffff; }

#footer {
  margin-left: 260px;
  background: #2e2e2e;
  padding: 60px 0 0 0;
  color: #ffffff; }
  #footer .block-top .blocks {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -10px; }
    #footer .block-top .blocks .block {
      padding: 0 10px;
      max-width: 500px;
      width: 50%; }
      #footer .block-top .blocks .block.block-left {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        #footer .block-top .blocks .block.block-left .block-contacts {
          font-size: 14px; }
          #footer .block-top .blocks .block.block-left .block-contacts .icon {
            font-size: 25px;
            margin-right: 15px;
            -webkit-flex-shrink: 0;
                -ms-flex-negative: 0;
                    flex-shrink: 0;
            color: #ff7300; }
          #footer .block-top .blocks .block.block-left .block-contacts .line:not(:last-child) {
            margin-bottom: 30px; }
          #footer .block-top .blocks .block.block-left .block-contacts .label {
            color: #cccccc; }
          #footer .block-top .blocks .block.block-left .block-contacts .value {
            font-weight: 500; }
          #footer .block-top .blocks .block.block-left .block-contacts a {
            text-decoration: none;
            color: #ffffff; }
        #footer .block-top .blocks .block.block-left .developer {
          font-size: 14px;
          text-decoration: none;
          color: #cccccc;
          -webkit-box-align: center;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          #footer .block-top .blocks .block.block-left .developer .value {
            position: relative; }
            #footer .block-top .blocks .block.block-left .developer .value:before {
              position: absolute;
              content: '';
              left: 0;
              right: 0;
              bottom: 0;
              margin: auto;
              width: 0;
              height: 1px;
              background: #cccccc;
              display: block;
              -webkit-transition: all 0.3s linear;
              -o-transition: all 0.3s linear;
              -moz-transition: all 0.3s linear;
              transition: all 0.3s linear; }
          #footer .block-top .blocks .block.block-left .developer .icon {
            margin-left: 14px;
            font-size: 34px;
            line-height: 1;
            -webkit-transition: all 0.3s linear;
            -o-transition: all 0.3s linear;
            -moz-transition: all 0.3s linear;
            transition: all 0.3s linear; }
          #footer .block-top .blocks .block.block-left .developer:hover {
            color: #ffffff; }
            #footer .block-top .blocks .block.block-left .developer:hover .icon {
              color: #ffffff; }
            #footer .block-top .blocks .block.block-left .developer:hover .value:before {
              color: #ffffff;
              width: 100%; }
  #footer .block-bottom {
    margin-top: 45px;
    border-top: 2px solid #6d6d6d;
    padding: 35px 0;
    text-align: center;
    font-size: 16px; }

#main {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
     -moz-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 260px; }

.heading-wrapper {
  background: #404040;
  padding: 28px 0 60px 0;
  color: #ffffff; }
  .heading-wrapper .h1 {
    font-size: 40px;
    font-family: Play, sans-serif;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
    display: block;
    line-height: .9; }
  .heading-wrapper .container {
    position: relative; }
    .heading-wrapper .container:before, .heading-wrapper .container:after {
      content: '';
      display: block;
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    .heading-wrapper .container:before {
      width: 3px;
      height: 0;
      top: -28px;
      left: -33px; }
    .heading-wrapper .container:after {
      width: 0;
      height: 3px;
      top: 42px;
      right: 120px; }
  .heading-wrapper .menu-left {
    margin-top: 20px;
    font-size: 22px;
    font-family: Play, sans-serif; }
    .heading-wrapper .menu-left .item .link {
      text-decoration: none;
      color: #ffffff; }
      .heading-wrapper .menu-left .item .link .value {
        position: relative; }
        .heading-wrapper .menu-left .item .link .value:before {
          position: absolute;
          bottom: -2px;
          left: 0;
          right: 0;
          width: 0;
          height: 2px;
          background: #ffffff;
          display: block;
          content: '';
          margin: auto;
          -webkit-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear; }
    .heading-wrapper .menu-left .item:hover .link .value:before, .heading-wrapper .menu-left .item.selected .link .value:before {
      width: 100%; }
    .heading-wrapper .menu-left .item:not(:last-child) {
      margin-right: 20px; }
  .heading-wrapper.animated .container:before {
    height: 98px; }
  .heading-wrapper.animated .container:after {
    width: 100%; }

.page-front .main-content > .container {
  max-width: none;
  padding: 0; }

.page-not-front .main-content {
  padding: 10px 0 90px; }

.menu-section-wrapper {
  margin-bottom: 50px;
  padding-bottom: 4px;
  overflow: hidden; }
  .menu-section-wrapper .menu-section {
    font-size: 28px;
    font-weight: bold;
    font-family: Play, sans-serif;
    text-transform: uppercase;
    margin: 0 -28px;
    border-bottom: 2px solid #ff7300; }
    .menu-section-wrapper .menu-section .item {
      position: relative; }
      .menu-section-wrapper .menu-section .item.selected:after {
        width: 100%;
        height: 10px;
        bottom: -6px;
        display: block;
        position: absolute;
        background: #ff7300;
        content: ''; }
      .menu-section-wrapper .menu-section .item .link {
        color: #0f0c09;
        text-decoration: none;
        display: block;
        padding: 14px 28px; }
      .menu-section-wrapper .menu-section .item:hover .link, .menu-section-wrapper .menu-section .item.selected .link {
        color: #ff7300; }

.items-list-wrapper {
  overflow: hidden; }
  .items-list-wrapper .items-list {
    margin: -22px -17.5px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .items-list-wrapper .items-list .item {
      padding: 22px 17.5px;
      width: 33.333%; }
      .items-list-wrapper .items-list .item .link {
        display: block;
        text-decoration: none;
        color: #0f0c09;
        height: 100%; }
        .items-list-wrapper .items-list .item .link:hover {
          color: #ff7300; }
          .items-list-wrapper .items-list .item .link:hover .image img {
            -webkit-transform: scale(1.05);
               -moz-transform: scale(1.05);
                -ms-transform: scale(1.05);
                 -o-transform: scale(1.05);
                    transform: scale(1.05);
            -webkit-filter: saturate(1.7);
                    filter: saturate(1.7); }
      .items-list-wrapper .items-list .item span {
        display: block; }
      .items-list-wrapper .items-list .item .image {
        position: relative;
        overflow: hidden; }
        .items-list-wrapper .items-list .item .image img {
          -webkit-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear;
          display: block; }
      .items-list-wrapper .items-list .item .section {
        position: absolute;
        left: 0;
        bottom: 0;
        background: #ff7300;
        color: #ffffff;
        padding: 8px 23px; }
      .items-list-wrapper .items-list .item .date {
        font-size: 16px;
        font-weight: 500;
        margin-top: 20px;
        color: #666666; }
      .items-list-wrapper .items-list .item .title {
        font-size: 18px;
        font-weight: bold;
        font-family: Play, sans-serif;
        margin-top: 10px; }

.bx-pagination {
  margin: 50px auto 0;
  border-top: 1px solid #ff7300;
  padding: 30px 0 0 0; }
  .bx-pagination .items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -10px; }
    .bx-pagination .items li {
      min-width: 45px;
      min-height: 45px;
      text-align: center;
      margin: 0 10px;
      background: #cacaca;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
      .bx-pagination .items li a,
      .bx-pagination .items li span {
        display: block;
        text-decoration: none;
        color: #ffffff;
        font-size: 22px;
        line-height: 1;
        padding: 11.5px;
        position: relative;
        height: 100%; }
      .bx-pagination .items li.bx-active, .bx-pagination .items li:hover {
        background: #ff7300; }
      .bx-pagination .items li .icon {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto; }
      .bx-pagination .items li.bx-pag-start .icon:first-child, .bx-pagination .items li.bx-pag-end .icon:first-child {
        -webkit-transform: translateX(-2px);
           -moz-transform: translateX(-2px);
            -ms-transform: translateX(-2px);
             -o-transform: translateX(-2px);
                transform: translateX(-2px); }
      .bx-pagination .items li.bx-pag-start .icon:last-child, .bx-pagination .items li.bx-pag-end .icon:last-child {
        -webkit-transform: translateX(2px);
           -moz-transform: translateX(2px);
            -ms-transform: translateX(2px);
             -o-transform: translateX(2px);
                transform: translateX(2px); }

.form-block-default [name="MESSAGE"] {
  display: none; }

.form-block-default .block-title {
  font-size: 24px;
  font-family: Play, sans-serif;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px; }

.form-block-default .line:not(:last-child) {
  margin-bottom: 15px; }

.form-block-default .line.actions {
  margin-top: 35px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.form-block-default .field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .form-block-default .field label {
    width: 100%;
    font-size: 14px;
    color: #666666;
    display: block;
    margin-bottom: 5px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
       -moz-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .form-block-default .field input[type="text"],
  .form-block-default .field input[type="email"],
  .form-block-default .field textarea {
    display: block;
    width: 100%;
    border: 1px solid #cacbcd;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    background: transparent;
    color: #0f0c09; }
  .form-block-default .field input[type="text"],
  .form-block-default .field input[type="email"] {
    height: 40px;
    padding: 0 10px; }
  .form-block-default .field textarea {
    height: 100px;
    padding: 10px;
    resize: vertical; }

.form-block-default .field-checkbox {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  cursor: pointer; }
  .form-block-default .field-checkbox input {
    opacity: 0;
    width: 12px;
    height: 12px; }
  .form-block-default .field-checkbox label {
    margin: -3px 0 0 0;
    display: block;
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.33;
    width: 100%;
    padding-left: 10px; }
    .form-block-default .field-checkbox label a {
      text-decoration: none;
      color: #ff7300; }
      .form-block-default .field-checkbox label a:hover {
        text-decoration: underline; }
  .form-block-default .field-checkbox .jq-checkbox {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 12px;
    display: block;
    overflow: visible; }
    .form-block-default .field-checkbox .jq-checkbox .jq-checkbox__div {
      border: 1px solid #858585;
      width: 12px;
      height: 12px;
      position: relative; }
    .form-block-default .field-checkbox .jq-checkbox .icon {
      display: none;
      color: #ff7300;
      font-size: 10px;
      position: absolute;
      top: -4px;
      left: 2px; }
    .form-block-default .field-checkbox .jq-checkbox.checked .icon {
      display: block; }

.form-block-default .actions .row {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -10px; }

.form-block-default .actions .col {
  width: 100%;
  max-width: 242px;
  padding: 0 10px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
  .form-block-default .actions .col > * {
    width: 100%; }

.form-block-default input[type='file'] {
  height: 40px;
  opacity: 0; }

.form-block-default .jq-file {
  border: 2px solid #ff7300;
  height: 40px;
  color: #ff7300; }
  .form-block-default .jq-file.changed .jq-file__browse {
    display: none; }
  .form-block-default .jq-file.changed .jq-file__name {
    display: block; }
  .form-block-default .jq-file .jq-file__name {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    padding: 0 10px;
    line-height: 2.25;
    font-size: 16px;
    font-weight: bold;
    font-family: Play, sans-serif; }
  .form-block-default .jq-file .jq-file__browse {
    cursor: pointer;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .form-block-default .jq-file .jq-file__browse .icon {
      font-size: 18px;
      margin-right: 15px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
    .form-block-default .jq-file .jq-file__browse .label {
      font-size: 16px;
      font-weight: bold;
      font-family: Play, sans-serif; }

.form-block-feedback {
  margin-top: -8px; }
  .form-block-feedback .block-title {
    font-weight: 500;
    font-family: Roboto, sans-serif; }
  .form-block-feedback .field label {
    color: #cccccc; }
  .form-block-feedback .field input[type="text"],
  .form-block-feedback .field input[type="email"],
  .form-block-feedback .field textarea {
    border-color: #949498;
    color: #ffffff; }
    .form-block-feedback .field input[type="text"]:focus, .form-block-feedback .field input[type="text"]:valid,
    .form-block-feedback .field input[type="email"]:focus,
    .form-block-feedback .field input[type="email"]:valid,
    .form-block-feedback .field textarea:focus,
    .form-block-feedback .field textarea:valid {
      border-color: #cccccc; }
  .form-block-feedback .field.actions .button {
    margin-left: 34px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .form-block-feedback .field-checkbox label {
    color: #cccccc; }
    .form-block-feedback .field-checkbox label a {
      color: #ffffff; }
  .form-block-feedback .field-checkbox .jq-checkbox .jq-checkbox__div {
    border-color: #949498; }
  .form-block-feedback .field-checkbox .jq-checkbox.focused, .form-block-feedback .field-checkbox .jq-checkbox.checked {
    border-color: #cccccc; }

.button {
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  font-family: Play, sans-serif;
  font-weight: bold;
  background: #ff7300;
  cursor: pointer;
  border: 0;
  padding: 12.5px 24px;
  line-height: 1.15;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .button:hover {
    background: #d66000;
    text-decoration: none; }

.back-link {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none; }
  .back-link .icon {
    color: #ff7300;
    font-size: 9px;
    margin-right: 10px;
    width: 6px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .back-link .value {
    font-weight: 500;
    text-transform: uppercase;
    color: #666666;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .back-link:hover .value {
    color: #ff7300; }

.subheading {
  font-size: 46px;
  font-weight: bold;
  color: #ff7300;
  line-height: 1;
  border-bottom: 2px solid #ff7300;
  margin: 25px 0 50px;
  padding-bottom: 15px;
  font-family: Play, sans-serif;
  display: block; }
  .subheading .subheading-news {
    font-size: 28px;
    text-transform: uppercase; }

.news-detail .date {
  font-weight: 500;
  color: #666666;
  margin: -35px 0 40px; }

.news-detail .gallery {
  margin-top: 40px; }

.gallery {
  overflow: hidden; }
  .gallery .items {
    margin: -17.5px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .gallery .items .item {
      padding: 17.5px;
      width: 33.3333%; }
      .gallery .items .item .link {
        text-decoration: none;
        display: block;
        position: relative; }
        .gallery .items .item .link img {
          display: block; }
        .gallery .items .item .link .icon {
          color: #ffffff;
          background: #ff7300;
          position: absolute;
          top: 0;
          right: 0;
          width: 40px;
          height: 40px;
          display: block;
          font-size: 20px;
          text-align: center;
          line-height: 2; }

.share-block-wrapper {
  margin-top: 60px;
  padding-top: 40px;
  border-top: 1px solid #ff7300; }
  .share-block-wrapper .share-block {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .share-block-wrapper .label {
    font-size: 18px;
    font-weight: 500;
    color: #666666; }
  .share-block-wrapper .ya-share2 .ya-share2__item {
    margin: 0 0 0 25px; }
    .share-block-wrapper .ya-share2 .ya-share2__item .ya-share2__link {
      width: 32px;
      height: 32px;
      text-decoration: none; }
      .share-block-wrapper .ya-share2 .ya-share2__item .ya-share2__link .ya-share2__badge {
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        background: none !important;
        color: #0f0c09;
        display: block;
        height: 100%; }
        .share-block-wrapper .ya-share2 .ya-share2__item .ya-share2__link .ya-share2__badge .ya-share2__icon {
          display: block;
          height: 100%;
          background: none !important;
          font-size: 32px; }
          .share-block-wrapper .ya-share2 .ya-share2__item .ya-share2__link .ya-share2__badge .ya-share2__icon:active {
            -webkit-box-shadow: none;
               -moz-box-shadow: none;
                    box-shadow: none; }
      .share-block-wrapper .ya-share2 .ya-share2__item .ya-share2__link:hover .ya-share2__badge {
        color: #ff7300; }

a {
  color: #ff7300;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.projects-list .item {
  height: 180px;
  overflow: hidden;
  background: #f2f2f2; }
  .projects-list .item .image {
    width: 236px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background: #cccccc; }
    .projects-list .item .image img {
      display: block; }
  .projects-list .item .link {
    width: 180px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    background: #cccccc;
    padding: 38px;
    text-decoration: none;
    text-align: center;
    color: #0f0c09;
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .projects-list .item .link .icon-block {
      display: block;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      width: 110px;
      height: 100px;
      line-height: 1; }
    .projects-list .item .link .icon {
      font-size: 50px;
      margin-bottom: 8px;
      display: block; }
    .projects-list .item .link .value {
      display: block;
      font-size: 14px;
      line-height: 1.3; }
    .projects-list .item .link:hover {
      color: #ffffff;
      background: #ff7300; }
  .projects-list .item .info {
    width: 100%;
    padding: 24px;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s; }
    .projects-list .item .info.hidden {
      opacity: 0; }
    .projects-list .item .info .title {
      font-size: 18px;
      font-weight: 600;
      font-family: Play, sans-serif; }
    .projects-list .item .info .description {
      font-weight: 300;
      margin-top: 18px;
      padding: 20px 0 0 0;
      border-top: 1px solid #cccccc; }
  .projects-list .item:not(:last-child) {
    margin-bottom: 20px; }

.block-404 {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f2f2f2;
  padding: 50px 10px; }
  .block-404 .block {
    padding: 0 40px;
    width: 50%; }
    .block-404 .block.block-left span {
      border: 2px solid #ff7300;
      font-size: 230px;
      font-weight: bold;
      font-family: Play, sans-serif;
      padding: 33px 0;
      text-align: center;
      color: #ff7300;
      display: block;
      line-height: 1; }
    .block-404 .block.block-right .title {
      font-size: 24px;
      font-weight: bold;
      font-family: Play, sans-serif; }
    .block-404 .block.block-right .description {
      margin-top: 20px;
      font-size: 16px;
      font-weight: 300;
      line-height: 1.5; }
    .block-404 .block.block-right .button {
      margin-top: 40px; }

.square-list.square-list-menu .items {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.square-list.short .items {
  margin: -18px -85px; }
  .square-list.short .items .item-wrapper {
    width: 25%;
    padding: 18px 10px; }
    .square-list.short .items .item-wrapper .item .image .num {
      font-size: 80px;
      left: 10px; }

.square-list .items {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -18px -83px; }
  .square-list .items .item-wrapper {
    padding: 18px 8px;
    width: 20%; }
    .square-list .items .item-wrapper .item {
      text-decoration: none;
      display: block;
      color: #0f0c09; }
      .square-list .items .item-wrapper .item .image {
        position: relative; }
        .square-list .items .item-wrapper .item .image .bg {
          position: absolute;
          top: 0;
          left: 0;
          background-repeat: no-repeat;
          background-position: center;
          -moz-background-size: cover;
            -o-background-size: cover;
               background-size: cover;
          display: block;
          width: 100%;
          height: 100%;
          -webkit-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear; }
          .square-list .items .item-wrapper .item .image .bg:after {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            background: rgba(0, 0, 0, 0.6);
            width: 100%;
            height: 100%; }
        .square-list .items .item-wrapper .item .image .num {
          position: absolute;
          top: 0;
          left: 8px;
          font-family: Play, sans-serif;
          font-weight: bold;
          font-size: 64px;
          color: rgba(255, 255, 255, 0.1);
          line-height: 1;
          z-index: 1;
          -webkit-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear; }
        .square-list .items .item-wrapper .item .image img {
          opacity: 0;
          display: block; }
        .square-list .items .item-wrapper .item .image .icon-block {
          border: 6px solid rgba(255, 255, 255, 0.2);
          width: 50%;
          height: 50%;
          position: absolute;
          top: 0;
          right: 0;
          left: 0;
          bottom: 0;
          margin: auto;
          z-index: 1; }
          .square-list .items .item-wrapper .item .image .icon-block svg {
            width: 50%;
            height: 50%;
            position: absolute;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            margin: auto;
            fill: #ffffff; }
        .square-list .items .item-wrapper .item .image:before {
          width: 18.75%;
          height: 10px;
          position: absolute;
          left: 0;
          right: 0;
          bottom: -30px;
          margin: auto;
          display: block;
          content: '';
          background: #ff7300;
          -webkit-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear; }
      .square-list .items .item-wrapper .item .title {
        max-width: 260px;
        margin: 0 auto;
        padding: 45px 0 0;
        font-size: 16px;
        font-weight: bold;
        font-family: Play, sans-serif;
        text-align: center;
        line-height: 1;
        position: relative; }
      .square-list .items .item-wrapper .item:hover .image:before, .square-list .items .item-wrapper .item.selected .image:before {
        width: 100%; }
      .square-list .items .item-wrapper .item:hover .image .num, .square-list .items .item-wrapper .item.selected .image .num {
        color: rgba(255, 255, 255, 0.5); }
      .square-list .items .item-wrapper .item:hover .title, .square-list .items .item-wrapper .item.selected .title {
        color: #ff7300; }
      .square-list .items .item-wrapper .item:hover .image .bg {
        -webkit-filter: blur(1px);
                filter: blur(1px); }

.mainpage-section {
  padding: 110px 0; }
  .mainpage-section .block-title {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: 2px solid #ff7300;
    padding-bottom: 15px; }
    .mainpage-section .block-title .title {
      font-size: 46px;
      font-family: Play, sans-serif;
      font-weight: bold;
      line-height: 1.05;
      color: #ff7300; }
    .mainpage-section .block-title .link {
      font-weight: 500;
      font-size: 16px;
      color: #666666;
      text-transform: uppercase;
      text-decoration: none; }
      .mainpage-section .block-title .link:hover {
        color: #ff7300; }

.mainpage-privileges {
  background: url(/local/templates/.default/dist/css/../images/privileges.png) center/cover no-repeat; }
  .mainpage-privileges .block-title {
    margin-bottom: 65px; }
  .mainpage-privileges .content {
    overflow: hidden;
    padding-top: 15px; }
    .mainpage-privileges .content .info {
      margin: 0 65px 0 -15px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      font-size: 300px;
      font-family: Play, sans-serif;
      font-weight: bold;
      color: #ff7300;
      line-height: 0.6;
      padding-right: 60px;
      position: relative; }
      .mainpage-privileges .content .info sup,
      .mainpage-privileges .content .info sub {
        position: absolute;
        left: 170px;
        line-height: 1; }
      .mainpage-privileges .content .info sup {
        top: -20px;
        font-size: 50px; }
      .mainpage-privileges .content .info sub {
        top: 172px;
        font-size: 30px; }
    .mainpage-privileges .content .items {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      width: 100%; }
    .mainpage-privileges .content .item {
      padding-bottom: 15px;
      font-size: 32px;
      font-weight: bold;
      font-family: Play, sans-serif;
      line-height: 1.5;
      color: #ffffff; }
      .mainpage-privileges .content .item:not(:last-child) {
        margin-bottom: 35px; }
    .mainpage-privileges .content span {
      position: relative; }
      .mainpage-privileges .content span:before {
        width: 100%;
        height: 10px;
        content: '';
        display: block;
        background: #ff7300;
        position: absolute;
        left: 0;
        bottom: -15px;
        -webkit-transition: width 3.5s ease-out;
        -o-transition: width 3.5s ease-out;
        -moz-transition: width 3.5s ease-out;
        transition: width 3.5s ease-out; }
  .mainpage-privileges.animated span:before {
    width: 0; }

.mainpage-advantages {
  background: #ffffff; }
  .mainpage-advantages .block-title {
    margin-bottom: 60px; }

.mainpage-numbers {
  margin-top: -75px;
  padding-top: 220px;
  background: #eee url(/local/templates/.default/dist/css/../images/numbers.png) center bottom/cover no-repeat; }
  .mainpage-numbers .block-title {
    margin-bottom: 90px; }
  .mainpage-numbers .items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: -90px; }
  .mainpage-numbers .item {
    width: 33.3333%;
    margin-bottom: 90px;
    border-left: 10px solid #ff7300;
    padding-left: 10px; }
  .mainpage-numbers .line:not(:last-child) {
    margin-bottom: 5px; }
  .mainpage-numbers .line-big {
    font-size: 42px;
    font-weight: bold;
    font-family: Play, sans-serif;
    line-height: 1.05; }
    .mainpage-numbers .line-big .num {
      font-size: 60px; }
  .mainpage-numbers .line-small {
    font-size: 22px;
    line-height: 1.1; }

.residents-country-list {
  overflow: hidden;
  /*padding: 75px 80px;*/
  padding: 20px 80px;
  background: #f2f2f2;
  margin-top: -50px; }
  .residents-country-list .blocks {
    margin: 0 -15px; }
  .residents-country-list .block {
    width: 33.3333%;
    padding: 0 15px; }
  .residents-country-list .item {
    max-width: 235px; }
    .residents-country-list .item:not(:last-child) {
      /*margin-bottom: 35px;*/ }
  .residents-country-list .name {
    font-size: 22px;
    font-weight: bold;
    font-family: Play, sans-serif;
    line-height: 2.18; }
  .residents-country-list .info {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .residents-country-list .line {
    width: 0;
    height: 5px;
    background: #ff7300;
    -webkit-transition: width 1.5s ease-out;
    -o-transition: width 1.5s ease-out;
    -moz-transition: width 1.5s ease-out;
    transition: width 1.5s ease-out; }
  .residents-country-list .count {
    font-size: 18px;
    padding-left: 10px;
    width: 40px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }

.residents-description {
  text-align: center;
  font-size: 16px;
  padding: 55px 0;
  max-width: 770px;
  margin: 0 auto; }

.ajax-pagi {
  margin-top: 30px;
  text-align: center; }

.residents-list .productions {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.residents-list .productions-inner {
  font-size: 13px;
  font-weight: 300;
  line-height: 1.6; }

.residents-list .item {
  height: 240px;
  background: #cccccc; }
  .residents-list .item:not(:last-child) {
    margin-bottom: 20px; }

.residents-list .image {
  width: 250px;
  position: relative;
  display: block;
  text-decoration: none;
  background: #cccccc;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  padding: 15px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .residents-list .image img {
    position: absolute;
    display: block;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .residents-list .image:hover {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    background: #e6e6e6; }

.residents-list .info {
  width: 100%;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #f2f2f2;
  padding: 15px 20px; }

.residents-list .links {
  width: 120px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.residents-list .link {
  display: block;
  text-decoration: none;
  color: #404040;
  background: #cccccc;
  height: 120px;
  font-size: 52px;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .residents-list .link:not(:last-child) {
    border-bottom: 1px solid #ffffff; }
  .residents-list .link[href="javascript:;"] {
    color: rgba(64, 64, 64, 0.5);
    cursor: default; }
  .residents-list .link:not([href="javascript:;"]):hover {
    color: #ffffff;
    background: #ff7300; }
  .residents-list .link .icon {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .residents-list .link .icon:before {
      line-height: 1;
      display: block; }
    .residents-list .link .icon.icon-location-alt {
      height: 52px; }
    .residents-list .link .icon.icon-site {
      height: 38px; }

.residents-list .row {
  height: 105px;
  overflow: hidden; }
  .residents-list .row:not(:last-child) {
    border-bottom: 1px solid #cccccc; }

.residents-list .col {
  width: 50%; }
  .residents-list .col:not(:last-child) {
    border-right: 1px solid #cccccc; }
  .residents-list .col:first-child {
    padding-right: 30px; }
  .residents-list .col:last-child {
    padding-left: 30px; }

.residents-list .name {
  font-size: 18px;
  font-weight: bold;
  font-family: Play, sans-serif;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.residents-list .country-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .residents-list .country-list .country:not(:last-child) {
    margin-right: 20px; }
  .residents-list .country-list .country img {
    display: block; }

.residents-list .project {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .residents-list .project .title {
    font-weight: 500; }
  .residents-list .project .value {
    font-weight: 300;
    font-size: 16px; }

.residents-list .contacts {
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .residents-list .contacts .icon {
    font-size: 15px;
    color: #999999;
    width: 22px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .residents-list .contacts .value {
    font-size: 13px;
    font-weight: 300;
    line-height: 1.6; }

.ui-autocomplete .ui-menu-item {
  font-size: 12px; }

.ui-autocomplete .ui-visual-focus {
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none; }

.ui-autocomplete .ui-state-active,
.ui-autocomplete .ui-widget-content .ui-state-active,
.ui-autocomplete .ui-widget-header .ui-state-active,
.ui-autocomplete a.ui-button:active,
.ui-autocomplete .ui-button:active,
.ui-autocomplete .ui-button.ui-state-active:hover {
  background: #ff7300;
  border: 1px solid #ff7300;
  color: #ffffff; }

.residents-filter {
  margin: 0 0 100px 0;
  height: 120px; }
  .residents-filter .form-filter {
    background: #ff7300;
    width: 100%;
    padding: 42px 50px; }
  .residents-filter .form-content {
    margin: 0 -30px; }
  .residents-filter .field {
    padding: 0 30px; }
  .residents-filter .field-name {
    width: 60%; }
    .residents-filter .field-name input {
      background: none;
      color: #ffffff;
      display: block;
      width: 100%;
      height: 36px;
      border: 0;
      border-bottom: 2px solid #ffffff;
      padding: 0 10px 0 0;
      font-size: 13px; }
      .residents-filter .field-name input::-webkit-input-placeholder {
        color: rgba(255, 255, 255, 0.65);
        font-style: italic; }
      .residents-filter .field-name input:-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.65);
        font-style: italic; }
      .residents-filter .field-name input::-ms-input-placeholder {
        color: rgba(255, 255, 255, 0.65);
        font-style: italic; }
      .residents-filter .field-name input::-moz-placeholder {
        color: rgba(255, 255, 255, 0.65);
        font-style: italic; }
      .residents-filter .field-name input::placeholder {
        color: rgba(255, 255, 255, 0.65);
        font-style: italic; }
    .residents-filter .field-name button {
      width: 36px;
      height: 36px;
      background: #ffffff;
      color: #ff7300;
      padding: 0;
      border: 0;
      text-align: center;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      cursor: pointer;
      font-size: 20px; }
  .residents-filter .field-country {
    width: 40%; }
  .residents-filter .link {
    text-decoration: none;
    position: relative;
    margin-left: 1px;
    width: 120px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    color: #ffffff;
    background: #404040;
    text-align: center;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .residents-filter .link[href="javascript:;"] {
      color: rgba(255, 255, 255, 0.5);
      cursor: default; }
    .residents-filter .link:not([href="javascript:;"]):hover {
      background: #ff7300; }
    .residents-filter .link .icon-block {
      display: block;
      position: absolute;
      margin: auto;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      height: 78px; }
    .residents-filter .link .icon {
      font-size: 52px;
      line-height: 1;
      display: block; }
    .residents-filter .link .title {
      font-size: 14px;
      display: block; }
  .residents-filter select {
    height: 36px;
    opacity: 0; }
  .residents-filter .SumoSelect {
    width: 100%;
    height: 36px;
    padding: 0;
    border: 0;
    cursor: pointer;
    font-size: 13px; }
    .residents-filter .SumoSelect > .CaptionCont {
      border: 0;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      background: none;
      height: 100%;
      padding: 0 10px 0 0;
      -webkit-box-shadow: none !important;
         -moz-box-shadow: none !important;
              box-shadow: none !important;
      border-bottom: 2px solid #ffffff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .residents-filter .SumoSelect > .CaptionCont > span {
        cursor: pointer;
        padding: 0 5px 0 0;
        line-height: 2;
        color: #ffffff; }
        .residents-filter .SumoSelect > .CaptionCont > span.placeholder {
          color: rgba(255, 255, 255, 0.65);
          font-style: italic; }
    .residents-filter .SumoSelect .select-all {
      padding: 5px 10px 5px 35px;
      display: block;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none;
      height: auto; }
      .residents-filter .SumoSelect .select-all span i {
        -webkit-box-shadow: none;
           -moz-box-shadow: none;
                box-shadow: none;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0;
        width: 18px;
        height: 18px;
        font-style: normal; }
      .residents-filter .SumoSelect .select-all label {
        font-size: 12px;
        width: 100%;
        background: none;
        color: #0f0c09; }
      .residents-filter .SumoSelect .select-all.selected span i {
        background-color: #ff7300; }
    .residents-filter .SumoSelect label {
      width: 36px;
      margin: 0;
      height: 100%;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      background: #ffffff;
      color: #ff7300; }
      .residents-filter .SumoSelect label i {
        background: none;
        width: 22px;
        height: 100%;
        opacity: 1;
        position: relative;
        display: block; }
        .residents-filter .SumoSelect label i:before {
          display: block;
          content: "";
          position: absolute;
          font-size: 8px;
          font-family: "icon", serif;
          line-height: 1;
          width: 22px;
          height: 8px;
          top: 0;
          bottom: 0;
          margin: auto;
          left: 0;
          right: 0;
          font-style: normal;
          text-align: center;
          padding-top: 4px; }
    .residents-filter .SumoSelect > .optWrapper {
      border: 0;
      -webkit-border-radius: 0;
         -moz-border-radius: 0;
              border-radius: 0;
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none; }
      .residents-filter .SumoSelect > .optWrapper .options {
        margin: 0;
        padding: 0;
        list-style: none;
        -webkit-border-radius: 0;
           -moz-border-radius: 0;
                border-radius: 0; }
        .residents-filter .SumoSelect > .optWrapper .options li {
          margin: 0 !important;
          padding: 5px 10px; }
          .residents-filter .SumoSelect > .optWrapper .options li:before {
            display: none; }
          .residents-filter .SumoSelect > .optWrapper .options li label {
            font-size: 12px;
            width: 100%;
            background: none;
            color: #0f0c09; }
      .residents-filter .SumoSelect > .optWrapper.multiple > .options li {
        padding: 5px 10px 5px 35px; }
        .residents-filter .SumoSelect > .optWrapper.multiple > .options li span i {
          -webkit-box-shadow: none;
             -moz-box-shadow: none;
                  box-shadow: none;
          -webkit-border-radius: 0;
             -moz-border-radius: 0;
                  border-radius: 0;
          width: 18px;
          height: 18px;
          font-style: normal; }
        .residents-filter .SumoSelect > .optWrapper.multiple > .options li.selected span i {
          background-color: #ff7300; }
    .residents-filter .SumoSelect:focus > .CaptionCont, .residents-filter .SumoSelect:hover > .CaptionCont {
      -webkit-box-shadow: none;
         -moz-box-shadow: none;
              box-shadow: none; }

.page-contacts .info {
  width: 100%; }
  .page-contacts .info .line .icon {
    width: 50px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    color: #ff7300;
    font-size: 28px; }
  .page-contacts .info .line .label {
    font-weight: bold;
    margin: -6px 0 5px; }
  .page-contacts .info .line .value {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5; }
  .page-contacts .info .line:not(:last-child) {
    margin-bottom: 30px; }
  .page-contacts .info .line a {
    color: #0f0c09;
    text-decoration: none; }
    .page-contacts .info .line a:hover {
      text-decoration: underline; }
  .page-contacts .info .social {
    margin-top: 60px; }
    .page-contacts .info .social .item {
      text-decoration: none;
      color: #0f0c09;
      font-size: 32px; }
      .page-contacts .info .social .item:hover {
        color: #ff7300; }
      .page-contacts .info .social .item:not(:last-child) {
        margin-right: 28px; }

.page-contacts .map {
  width: 590px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  margin-left: 10px; }

.block-welcome {
  background: url("/local/templates/.default/dist/css/../images/welcome.png") center bottom/cover no-repeat;
  color: #ffffff;
  padding: 95px 0 415px 120px; }
  .block-welcome.animated .heading:before {
    height: 568px; }
  .block-welcome.animated .heading:after {
    width: -webkit-calc(100% + 215px);
    width: -moz-calc(100% + 215px);
    width: calc(100% + 215px); }
  .block-welcome.animated .heading .line-1 span,
  .block-welcome.animated .heading .line-2 span {
    opacity: 1;
    -webkit-transform: translateX(0px);
       -moz-transform: translateX(0px);
        -ms-transform: translateX(0px);
         -o-transform: translateX(0px);
            transform: translateX(0px); }
  .block-welcome.animated .description {
    opacity: 1;
    -webkit-transform: translateY(0px);
       -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
         -o-transform: translateY(0px);
            transform: translateY(0px); }
  .block-welcome .heading {
    font-family: Play, sans-serif;
    position: relative; }
    .block-welcome .heading:before, .block-welcome .heading:after {
      position: absolute;
      display: block;
      content: '';
      background: rgba(255, 255, 255, 0.5);
      -webkit-transition: all 1.5s;
      -o-transition: all 1.5s;
      -moz-transition: all 1.5s;
      transition: all 1.5s; }
    .block-welcome .heading:before {
      width: 3px;
      height: 0;
      left: -40px;
      top: -95px; }
    .block-welcome .heading:after {
      width: 0;
      height: 3px;
      right: 0;
      bottom: -30px; }
  .block-welcome .line-1,
  .block-welcome .line-2 {
    overflow: hidden; }
    .block-welcome .line-1 span,
    .block-welcome .line-2 span {
      display: block;
      opacity: 0;
      -webkit-transform: translateX(100px);
         -moz-transform: translateX(100px);
          -ms-transform: translateX(100px);
           -o-transform: translateX(100px);
              transform: translateX(100px); }
  .block-welcome .line-1 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.36; }
    .block-welcome .line-1 span {
      -webkit-transition: all 0.5s ease-out 0.5s;
      -o-transition: all 0.5s ease-out 0.5s;
      -moz-transition: all 0.5s ease-out 0.5s;
      transition: all 0.5s ease-out 0.5s; }
  .block-welcome .line-2 {
    font-size: 22px;
    line-height: 1.36; }
    .block-welcome .line-2 span {
      -webkit-transition: all 0.5s ease-out 1s;
      -o-transition: all 0.5s ease-out 1s;
      -moz-transition: all 0.5s ease-out 1s;
      transition: all 0.5s ease-out 1s; }
  .block-welcome .description {
    font-size: 16px;
    line-height: 1.5;
    max-width: 690px;
    margin: 60px 0 0 auto;
    opacity: 0;
    -webkit-transform: translateY(100px);
       -moz-transform: translateY(100px);
        -ms-transform: translateY(100px);
         -o-transform: translateY(100px);
            transform: translateY(100px);
    -webkit-transition: all 0.5s ease-out 1.5s;
    -o-transition: all 0.5s ease-out 1.5s;
    -moz-transition: all 0.5s ease-out 1.5s;
    transition: all 0.5s ease-out 1.5s; }

.slider .items {
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear; }
  .slider .items.slick-initialized {
    opacity: 1; }

.mainpage-slider {
  width: 1000px;
  margin: -395px -10px 0 auto;
  position: relative;
  z-index: 1; }
  .mainpage-slider .items {
    border: 10px solid #ffffff;
    -webkit-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 30px 30px 0px rgba(0, 0, 0, 0.2);
    background: #cccccc; }
  .mainpage-slider .item {
    display: block !important;
    height: 100%;
    text-decoration: none; }
    .mainpage-slider .item img {
      display: block; }
  .mainpage-slider .slick-button {
    position: absolute;
    top: 0;
    color: rgba(255, 255, 255, 0.25);
    padding: 0 20px;
    background: none;
    border: 0;
    z-index: 1;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .mainpage-slider .slick-button .icon {
      font-size: 56px; }
    .mainpage-slider .slick-button.slick-prev {
      left: 0; }
    .mainpage-slider .slick-button.slick-next {
      right: 0; }
    .mainpage-slider .slick-button:hover {
      color: #ffffff; }
  .mainpage-slider .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    position: absolute;
    bottom: -55px;
    z-index: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .mainpage-slider .slick-dots li {
      margin: 0 5px; }
      .mainpage-slider .slick-dots li button {
        width: 50px;
        height: 7px;
        text-indent: 500px;
        overflow: hidden;
        padding: 0;
        border: 0;
        cursor: pointer;
        background: #b3b1b1;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear; }
      .mainpage-slider .slick-dots li.slick-active button, .mainpage-slider .slick-dots li:hover button {
        background: #ff7300; }

.card {
  border: 1px solid #ff7300;
  max-width: 565px;
  width: 100%;
  padding: 25px 30px;
  font-family: Play, sans-serif;
  font-size: 18px;
  line-height: 1.33; }
  .card .line:not(:last-child) {
    margin-bottom: 10px; }
  .card .label {
    font-weight: bold; }
    .card .label:after {
      content: ' ';
      white-space: pre; }
  .card .value a {
    text-decoration: none;
    font-weight: bold; }

.news-simple-detail {
  padding-top: 25px; }

.app-description {
  text-align: center;
  font-size: 16px;
  padding: 55px 0;
  background: #f2f2f2;
  margin: -50px 0 70px; }
  .app-description .content {
    max-width: 770px;
    margin: 0 auto; }

.block-forms {
  overflow: hidden; }
  .block-forms .items {
    margin: 0 -10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .block-forms .item {
    width: 100%;
    max-width: 520px;
    padding: 0 10px; }

.mainpage-news .items-wrapper {
  margin-top: 65px;
  overflow: hidden; }

.mainpage-news .items {
  margin: 0 -10px; }

.mainpage-news .item {
  padding: 0 10px;
  width: 33.3333%; }

.mainpage-news .link {
  display: block;
  height: 100%;
  text-decoration: none;
  color: #0f0c09; }

.mainpage-news span {
  display: block; }

.mainpage-news .date {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  margin-bottom: 5px; }

.mainpage-news .info-wrapper {
  border: 1px solid #ff7300;
  padding: 22px 25px; }

.mainpage-news .info {
  overflow: hidden;
  height: 105px;
  line-height: 1.2; }

.mainpage-news .title {
  font-size: 18px;
  font-weight: bold;
  font-family: Play, sans-serif; }

.mainpage-news .description {
  font-weight: 300;
  margin-top: 10px; }

.structure-list {
  padding: 50px 95px;
  background: #f2f2f2;
  border-top: 2px solid #ff7300; }
  .structure-list .item:not(:last-child) {
    margin-bottom: 40px; }
  .structure-list .position {
    font-weight: bold;
    margin-bottom: 5px; }
  .structure-list .line {
    font-size: 16px;
    font-weight: 300; }
  .structure-list a {
    text-decoration: none;
    color: #0f0c09; }
    .structure-list a:hover {
      text-decoration: underline; }

.structure-menu-wrapper {
  overflow: hidden; }
  .structure-menu-wrapper.structure-menu-wrapper-top {
    padding-bottom: 5px; }
    .structure-menu-wrapper.structure-menu-wrapper-top .item:before {
      bottom: -7px; }
  .structure-menu-wrapper.structure-menu-wrapper-bottom {
    padding-top: 35px; }
    .structure-menu-wrapper.structure-menu-wrapper-bottom .structure-menu {
      margin: -17.5px; }
    .structure-menu-wrapper.structure-menu-wrapper-bottom .item-wrapper {
      padding: 17.5px; }
    .structure-menu-wrapper.structure-menu-wrapper-bottom .item:before {
      top: -7px; }
  .structure-menu-wrapper .structure-menu {
    margin: 0 -17.5px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
  .structure-menu-wrapper .item-wrapper {
    width: 33.333%;
    padding: 0 17.5px; }
  .structure-menu-wrapper .item {
    text-decoration: none;
    height: 100%;
    /*background: url("/local/templates/.default/dist/css/../images/structure.png") center/cover no-repeat;*/
	background: #404040;
    display: block;
    padding: 16px 25px;
    position: relative; }
    .structure-menu-wrapper .item:before {
      position: absolute;
      left: 0;
      width: 100%;
      height: 7px;
      content: '';
      background: #ff7300;
      display: none; }
    .structure-menu-wrapper .item.selected:before {
      display: block; }
    .structure-menu-wrapper .item.selected .title {
      color: #ff7300; }
  .structure-menu-wrapper .title {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    font-weight: bold;
    font-family: Play, sans-serif;
    border: 6px solid rgba(255, 255, 255, 0.2);
    height: 100%;
    text-align: center;
    color: #ffffff;
    line-height: 1.25;
    padding: 10px; }
    .structure-menu-wrapper .title span {
      display: block; }

.search-message {
  background: #f2f2f2;
  text-align: center;
  font-weight: bold;
  font-family: Play, sans-serif;
  padding: 45px 20px;
  font-size: 24px; }
  .search-message .content {
    max-width: 500px;
    margin: 0 auto; }
  .search-message .count {
    color: #ff7300; }
  .search-message .small {
    display: block;
    font-size: 18px;
    font-family: Roboto, sans-serif;
    font-weight: normal; }

.search-result-list {
  max-width: 800px;
  margin: 80px auto 0; }
  .search-result-list .item:not(:last-child) {
    margin-bottom: 40px; }
  .search-result-list .num {
    font-size: 14px;
    font-weight: 500;
    min-width: 15px;
    margin-right: 10px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .search-result-list .info {
    width: 100%; }
  .search-result-list .title {
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-top: -3px; }
  .search-result-list .body {
    font-size: 16px;
    font-weight: 300;
    margin-top: 15px; }
  .search-result-list .path {
    margin-top: 20px;
    font-size: 14px;
    color: #808080; }
    .search-result-list .path a {
      color: #808080;
      text-decoration: underline; }
      .search-result-list .path a:hover {
        color: #ff7300; }

.collapsed-item .collapsed-button {
  cursor: pointer; }

.collapsed-item > .collapsed-content,
.collapsed-item > .content > .collapsed-content {
  overflow: hidden;
  height: 0; }

.collapsed-item.open > .collapsed-content {
  height: auto; }

.popup-ajax .fancybox-slide > * {
  padding: 0; }

.popup-ajax.popup-small .popup-ajax-block {
  max-width: 500px; }

.popup-ajax-block {
  width: 100%;
  max-width: 770px; }
  .popup-ajax-block .heading {
    padding: 25px 0; }
    .popup-ajax-block .heading .name {
      padding-left: 28px;
      font-family: Play, sans-serif;
      line-height: 1.05;
      font-size: 25px;
      font-weight: bold;
      color: #ff7300;
      width: 100%; }
    .popup-ajax-block .heading button {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      display: block;
      padding: 0 24px;
      color: #0f0c09;
      line-height: 1;
      font-size: 16px;
      cursor: pointer;
      background: none;
      border: 0; }
      .popup-ajax-block .heading button .icon {
        display: block; }
      .popup-ajax-block .heading button:hover {
        color: #ff7300; }
  .popup-ajax-block .content {
    padding: 25px 28px;
    background: #ffffff; }
    .popup-ajax-block .content .map {
      width: 340px;
      height: 235px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 30px; }
    .popup-ajax-block .content .info {
      width: 100%; }
      .popup-ajax-block .content .info .field {
        font-size: 14px;
        line-height: 1.05; }
        .popup-ajax-block .content .info .field .label {
          font-weight: 700;
          margin-bottom: 10px; }
        .popup-ajax-block .content .info .field .value a.item {
          display: block;
          color: #0f0c09;
          text-decoration: none; }
          .popup-ajax-block .content .info .field .value a.item:hover {
            text-decoration: underline; }
        .popup-ajax-block .content .info .field:not(:last-child) {
          margin-bottom: 14px; }
    .popup-ajax-block .content.success, .popup-ajax-block .content.error {
      display: block; }
      .popup-ajax-block .content.success .message, .popup-ajax-block .content.error .message {
        text-align: center;
        font-size: 18px; }

.page-search .heading-wrapper.animated .container:before {
  height: 100px; }

.page-search .heading-wrapper.animated .container:after {
  width: -webkit-calc(100% + 65px);
  width: -moz-calc(100% + 65px);
  width: calc(100% + 65px); }

.page-search .heading-wrapper .container:before {
  top: 14px;
  width: 1px; }

.page-search .heading-wrapper .container:after {
  height: 1px;
  right: 0;
  top: 72px; }

.heading-search-form {
  padding: 25px 0 0 0; }
  .heading-search-form .line {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .heading-search-form .h1 {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  .heading-search-form input[name="q"] {
    width: 100%;
    background: none;
    color: #ffffff;
    text-align: center;
    border: 0;
    font-size: 18px;
    caret-color: #ff7300; }
  .heading-search-form button[type="submit"] {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0;
    color: rgba(255, 255, 255, 0.15);
    font-size: 30px;
    font-family: Play, sans-serif;
    background: none;
    border: 0; }
  .heading-search-form input[name="q"]:valid + button[type="submit"] {
    color: #ff7300; }
  .heading-search-form .more {
    margin-top: 18px; }
    .heading-search-form .more .collapsed-button {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .heading-search-form .more .collapsed-button .label {
        font-size: 16px;
        font-family: Play, sans-serif; }
      .heading-search-form .more .collapsed-button .icon {
        margin-left: 15px;
        font-size: 6px; }
        .heading-search-form .more .collapsed-button .icon:before {
          display: block;
          -webkit-transition: all 0.3s linear;
          -o-transition: all 0.3s linear;
          -moz-transition: all 0.3s linear;
          transition: all 0.3s linear; }
    .heading-search-form .more.open .collapsed-button .icon:before {
      -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
           -o-transform: rotate(180deg);
              transform: rotate(180deg); }
    .heading-search-form .more .cols {
      padding-top: 30px; }
    .heading-search-form .more .col:first-child {
      -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
              align-self: flex-end; }
    .heading-search-form .more .col:not(:last-child) {
      margin-right: 65px; }
    .heading-search-form .more .fields-label {
      font-size: 14px;
      color: #cccccc;
      margin-bottom: 20px; }
    .heading-search-form .more .field:not(:last-child) {
      margin-bottom: 20px; }
    .heading-search-form .more label {
      margin: 1px 0 0 0;
      display: block;
      color: #999999;
      font-size: 14px;
      line-height: 1.33;
      width: 100%;
      padding-left: 10px; }
      .heading-search-form .more label a {
        text-decoration: none;
        color: #ff7300; }
        .heading-search-form .more label a:hover {
          text-decoration: underline; }
    .heading-search-form .more input {
      opacity: 0;
      width: 20px;
      height: 20px; }
    .heading-search-form .more .field-checkbox {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      cursor: pointer; }
      .heading-search-form .more .field-checkbox .jq-checkbox {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        width: 20px;
        display: block;
        overflow: visible; }
        .heading-search-form .more .field-checkbox .jq-checkbox .jq-checkbox__div {
          border: 1px solid #97989b;
          width: 20px;
          height: 20px;
          position: relative; }
        .heading-search-form .more .field-checkbox .jq-checkbox .icon {
          display: none;
          color: #ff7300;
          font-size: 10px;
          position: absolute;
          top: 1px;
          left: 2px; }
        .heading-search-form .more .field-checkbox .jq-checkbox.checked .icon {
          display: block; }
        .heading-search-form .more .field-checkbox .jq-checkbox.checked + label {
          color: #ffffff; }
    .heading-search-form .more .field-radio {
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      cursor: pointer; }
      .heading-search-form .more .field-radio .jq-radio {
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        width: 20px;
        display: block; }
        .heading-search-form .more .field-radio .jq-radio .jq-radio__div {
          border: 1px solid #97989b;
          width: 20px;
          height: 20px;
          position: relative;
          -webkit-border-radius: 50%;
             -moz-border-radius: 50%;
                  border-radius: 50%; }
          .heading-search-form .more .field-radio .jq-radio .jq-radio__div:before {
            width: 10px;
            height: 10px;
            content: '';
            background: #ff7300;
            position: absolute;
            -webkit-border-radius: 50%;
               -moz-border-radius: 50%;
                    border-radius: 50%;
            margin: auto;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: none; }
        .heading-search-form .more .field-radio .jq-radio.checked .jq-radio__div:before {
          display: block; }
        .heading-search-form .more .field-radio .jq-radio.checked + label {
          color: #ffffff; }

blockquote,
.blockquote {
  border-left: 5px solid #ff7300;
  padding-left: 9px;
  font-size: 20px;
  font-weight: bold;
  font-family: Play, sans-serif;
  line-height: 1.2;
  -webkit-margin-before: 1em;
          margin-block-start: 1em;
  -webkit-margin-after: 1em;
          margin-block-end: 1em;
  -webkit-margin-start: 0px;
     -moz-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
     -moz-margin-end: 0px;
          margin-inline-end: 0px; }

.services-list .item:not(:first-child) .description {
  border-top: 2px solid #ff7300;
  padding-top: 50px; }

.services-list .item:last-child {
  margin-bottom: -90px; }

.services-list .description {
  font-weight: 300; }

.services-list .slider {
  margin-top: 50px;
  background: #f2f2f2;
  padding: 45px 0 97px; }
  .services-list .slider .item {
    display: block;
    text-decoration: none;
    padding: 0 100px; }
    .services-list .slider .item img {
      margin: 0 auto;
      display: block; }
  .services-list .slider .slick-button {
    position: absolute;
    top: 0;
    color: rgba(102, 102, 102, 0.3);
    padding: 0 20px;
    background: none;
    border: 0;
    z-index: 1;
    height: 100%;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .services-list .slider .slick-button .icon {
      font-size: 56px; }
    .services-list .slider .slick-button.slick-prev {
      left: 0; }
    .services-list .slider .slick-button.slick-next {
      right: 0; }
    .services-list .slider .slick-button:hover {
      color: #666666; }
  .services-list .slider .slick-dots {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: absolute;
    width: 100%;
    bottom: -30px;
    z-index: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    line-height: 1; }
    .services-list .slider .slick-dots li {
      margin: 0 5px; }
      .services-list .slider .slick-dots li button {
        width: 50px;
        height: 7px;
        text-indent: 500px;
        overflow: hidden;
        padding: 0;
        border: 0;
        cursor: pointer;
        background: #b3b1b1;
        -webkit-transition: all 0.3s linear;
        -o-transition: all 0.3s linear;
        -moz-transition: all 0.3s linear;
        transition: all 0.3s linear; }
      .services-list .slider .slick-dots li.slick-active button, .services-list .slider .slick-dots li:hover button {
        background: #ff7300; }

.page-partners .main-content {
  background: url("/local/templates/.default/dist/css/../images/partners.jpg") center/cover no-repeat; }

.partners-list {
  overflow: hidden; }
  .partners-list .items {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .partners-list .items.hidden {
      opacity: 0; }
  .partners-list .item {
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-decoration: none;
    width: 20%;
    height: 150px;
    padding: 10px;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    position: relative;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-bottom: 1px solid #b6b7b4;
    border-right: 1px solid #b6b7b4; }
    .partners-list .item.item-left {
      border-left: 1px solid #b6b7b4; }
    .partners-list .item.item-top {
      border-top: 1px solid #b6b7b4; }
    .partners-list .item:nth-child(odd):not(.item-empty) {
      background: rgba(182, 183, 180, 0.6); }
    .partners-list .item:nth-child(even):not(.item-empty) {
      background: rgba(182, 183, 180, 0.4); }
    .partners-list .item:not(.item-empty):hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
      background: #ffffff !important; }
    .partners-list .item.animate-in-left .description, .partners-list .item.animate-out-left .description {
      top: 0;
      left: -webkit-calc(-100% - 2px);
      left: -moz-calc(-100% - 2px);
      left: calc(-100% - 2px);
      width: -webkit-calc(100% + 2px);
      width: -moz-calc(100% + 2px);
      width: calc(100% + 2px); }
      .partners-list .item.animate-in-left .description:before, .partners-list .item.animate-out-left .description:before {
        border-top: 13px solid transparent;
        border-left: 13px solid #ff7300;
        border-bottom: 13px solid transparent;
        right: -13px; }
    .partners-list .item.animate-in-right .description, .partners-list .item.animate-out-right .description {
      top: 0;
      right: -webkit-calc(-100% - 2px);
      right: -moz-calc(-100% - 2px);
      right: calc(-100% - 2px);
      width: -webkit-calc(100% + 2px);
      width: -moz-calc(100% + 2px);
      width: calc(100% + 2px); }
      .partners-list .item.animate-in-right .description:before, .partners-list .item.animate-out-right .description:before {
        border-top: 13px solid transparent;
        border-right: 13px solid #ff7300;
        border-bottom: 13px solid transparent;
        left: -13px; }
    .partners-list .item.animate-in-top .description, .partners-list .item.animate-out-top .description {
      top: -webkit-calc(-100% - 2px);
      top: -moz-calc(-100% - 2px);
      top: calc(-100% - 2px);
      height: -webkit-calc(100% + 2px);
      height: -moz-calc(100% + 2px);
      height: calc(100% + 2px);
      left: 0; }
      .partners-list .item.animate-in-top .description:before, .partners-list .item.animate-out-top .description:before {
        border-left: 13px solid transparent;
        border-top: 13px solid #ff7300;
        border-right: 13px solid transparent;
        bottom: -13px; }
    .partners-list .item.animate-in-bottom .description, .partners-list .item.animate-out-bottom .description {
      bottom: -webkit-calc(-100% - 2px);
      bottom: -moz-calc(-100% - 2px);
      bottom: calc(-100% - 2px);
      height: -webkit-calc(100% + 2px);
      height: -moz-calc(100% + 2px);
      height: calc(100% + 2px);
      left: 0; }
      .partners-list .item.animate-in-bottom .description:before, .partners-list .item.animate-out-bottom .description:before {
        border-left: 13px solid transparent;
        border-bottom: 13px solid #ff7300;
        border-right: 13px solid transparent;
        top: -13px; }
    .partners-list .item.animate-in-left .description {
      -webkit-transform-origin: 100% 0%;
         -moz-transform-origin: 100% 0%;
          -ms-transform-origin: 100% 0%;
           -o-transform-origin: 100% 0%;
              transform-origin: 100% 0%;
      -webkit-animation: in-left 300ms ease 0ms 1 forwards;
         -moz-animation: in-left 300ms ease 0ms 1 forwards;
           -o-animation: in-left 300ms ease 0ms 1 forwards;
              animation: in-left 300ms ease 0ms 1 forwards; }
    .partners-list .item.animate-out-left .description {
      -webkit-transform-origin: 100% 50%;
         -moz-transform-origin: 100% 50%;
          -ms-transform-origin: 100% 50%;
           -o-transform-origin: 100% 50%;
              transform-origin: 100% 50%;
      -webkit-animation: out-left 300ms ease 0ms 1 forwards;
         -moz-animation: out-left 300ms ease 0ms 1 forwards;
           -o-animation: out-left 300ms ease 0ms 1 forwards;
              animation: out-left 300ms ease 0ms 1 forwards; }
    .partners-list .item.animate-in-right .description {
      -webkit-transform-origin: 0% 0%;
         -moz-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
           -o-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
      -webkit-animation: in-right 300ms ease 0ms 1 forwards;
         -moz-animation: in-right 300ms ease 0ms 1 forwards;
           -o-animation: in-right 300ms ease 0ms 1 forwards;
              animation: in-right 300ms ease 0ms 1 forwards; }
    .partners-list .item.animate-out-right .description {
      -webkit-transform-origin: 0% 0%;
         -moz-transform-origin: 0% 0%;
          -ms-transform-origin: 0% 0%;
           -o-transform-origin: 0% 0%;
              transform-origin: 0% 0%;
      -webkit-animation: out-right 300ms ease 0ms 1 forwards;
         -moz-animation: out-right 300ms ease 0ms 1 forwards;
           -o-animation: out-right 300ms ease 0ms 1 forwards;
              animation: out-right 300ms ease 0ms 1 forwards; }
    .partners-list .item.animate-in-bottom .description {
      -webkit-transform-origin: 50% 0%;
         -moz-transform-origin: 50% 0%;
          -ms-transform-origin: 50% 0%;
           -o-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      -webkit-animation: in-bottom 300ms ease 0ms 1 forwards;
         -moz-animation: in-bottom 300ms ease 0ms 1 forwards;
           -o-animation: in-bottom 300ms ease 0ms 1 forwards;
              animation: in-bottom 300ms ease 0ms 1 forwards; }
    .partners-list .item.animate-out-bottom .description {
      -webkit-transform-origin: 50% 0%;
         -moz-transform-origin: 50% 0%;
          -ms-transform-origin: 50% 0%;
           -o-transform-origin: 50% 0%;
              transform-origin: 50% 0%;
      -webkit-animation: out-bottom 300ms ease 0ms 1 forwards;
         -moz-animation: out-bottom 300ms ease 0ms 1 forwards;
           -o-animation: out-bottom 300ms ease 0ms 1 forwards;
              animation: out-bottom 300ms ease 0ms 1 forwards; }
    .partners-list .item.animate-in-top .description {
      -webkit-transform-origin: 50% 100%;
         -moz-transform-origin: 50% 100%;
          -ms-transform-origin: 50% 100%;
           -o-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      -webkit-animation: in-top 300ms ease 0ms 1 forwards;
         -moz-animation: in-top 300ms ease 0ms 1 forwards;
           -o-animation: in-top 300ms ease 0ms 1 forwards;
              animation: in-top 300ms ease 0ms 1 forwards; }
    .partners-list .item.animate-out-top .description {
      -webkit-transform-origin: 50% 100%;
         -moz-transform-origin: 50% 100%;
          -ms-transform-origin: 50% 100%;
           -o-transform-origin: 50% 100%;
              transform-origin: 50% 100%;
      -webkit-animation: out-top 300ms ease 0ms 1 forwards;
         -moz-animation: out-top 300ms ease 0ms 1 forwards;
           -o-animation: out-top 300ms ease 0ms 1 forwards;
              animation: out-top 300ms ease 0ms 1 forwards; }
    .partners-list .item:hover {
      z-index: 2; }
  .partners-list img {
    max-height: 100%;
    display: block; }
  .partners-list .description {
    text-align: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    background: #ff7300;
    position: absolute;
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
       -moz-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg);
    pointer-events: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5px; }
    .partners-list .description:before {
      position: absolute;
      content: '';
      display: block; }

@-webkit-keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@-moz-keyframes in-bottom {
  from {
    -moz-transform: rotate3d(-1, 0, 0, 90deg);
         transform: rotate3d(-1, 0, 0, 90deg); }
  to {
    -moz-transform: rotate3d(0, 0, 0, 0deg);
         transform: rotate3d(0, 0, 0, 0deg); } }

@-o-keyframes in-bottom {
  from {
    transform: rotate3d(-1, 0, 0, 90deg); }
  to {
    transform: rotate3d(0, 0, 0, 0deg); } }

@keyframes in-bottom {
  from {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
       -moz-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
       -moz-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@-webkit-keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@-moz-keyframes in-left {
  from {
    -moz-transform: rotate3d(0, -1, 0, 90deg);
         transform: rotate3d(0, -1, 0, 90deg); }
  to {
    -moz-transform: rotate3d(0, 0, 0, 0deg);
         transform: rotate3d(0, 0, 0, 0deg); } }

@-o-keyframes in-left {
  from {
    transform: rotate3d(0, -1, 0, 90deg); }
  to {
    transform: rotate3d(0, 0, 0, 0deg); } }

@keyframes in-left {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
       -moz-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
       -moz-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@-webkit-keyframes in-top {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@-moz-keyframes in-top {
  from {
    -moz-transform: rotate3d(1, 0, 0, 90deg);
         transform: rotate3d(1, 0, 0, 90deg); }
  to {
    -moz-transform: rotate3d(0, 0, 0, 0deg);
         transform: rotate3d(0, 0, 0, 0deg); } }

@-o-keyframes in-top {
  from {
    transform: rotate3d(1, 0, 0, 90deg); }
  to {
    transform: rotate3d(0, 0, 0, 0deg); } }

@keyframes in-top {
  from {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
       -moz-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
       -moz-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@-webkit-keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@-moz-keyframes in-right {
  from {
    -moz-transform: rotate3d(0, -1, 0, 90deg);
         transform: rotate3d(0, -1, 0, 90deg); }
  to {
    -moz-transform: rotate3d(0, 0, 0, 0deg);
         transform: rotate3d(0, 0, 0, 0deg); } }

@-o-keyframes in-right {
  from {
    transform: rotate3d(0, -1, 0, 90deg); }
  to {
    transform: rotate3d(0, 0, 0, 0deg); } }

@keyframes in-right {
  from {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
       -moz-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
       -moz-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); } }

@-webkit-keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg); } }

@-moz-keyframes out-bottom {
  from {
    -moz-transform: rotate3d(0, 0, 0, 0deg);
         transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -moz-transform: rotate3d(-1, 0, 0, 90deg);
         transform: rotate3d(-1, 0, 0, 90deg); } }

@-o-keyframes out-bottom {
  from {
    transform: rotate3d(0, 0, 0, 0deg); }
  to {
    transform: rotate3d(-1, 0, 0, 90deg); } }

@keyframes out-bottom {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
       -moz-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(-1, 0, 0, 90deg);
       -moz-transform: rotate3d(-1, 0, 0, 90deg);
            transform: rotate3d(-1, 0, 0, 90deg); } }

@-webkit-keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg); } }

@-moz-keyframes out-left {
  from {
    -moz-transform: rotate3d(0, 0, 0, 0deg);
         transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -moz-transform: rotate3d(0, -1, 0, 90deg);
         transform: rotate3d(0, -1, 0, 90deg); } }

@-o-keyframes out-left {
  from {
    transform: rotate3d(0, 0, 0, 0deg); }
  to {
    transform: rotate3d(0, -1, 0, 90deg); } }

@keyframes out-left {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
       -moz-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
       -moz-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg); } }

@-webkit-keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg); } }

@-moz-keyframes out-top {
  from {
    -moz-transform: rotate3d(0, 0, 0, 0deg);
         transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -moz-transform: rotate3d(1, 0, 0, 90deg);
         transform: rotate3d(1, 0, 0, 90deg); } }

@-o-keyframes out-top {
  from {
    transform: rotate3d(0, 0, 0, 0deg); }
  to {
    transform: rotate3d(1, 0, 0, 90deg); } }

@keyframes out-top {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
       -moz-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(1, 0, 0, 90deg);
       -moz-transform: rotate3d(1, 0, 0, 90deg);
            transform: rotate3d(1, 0, 0, 90deg); } }

@-webkit-keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg); } }

@-moz-keyframes out-right {
  from {
    -moz-transform: rotate3d(0, 0, 0, 0deg);
         transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -moz-transform: rotate3d(0, -1, 0, 90deg);
         transform: rotate3d(0, -1, 0, 90deg); } }

@-o-keyframes out-right {
  from {
    transform: rotate3d(0, 0, 0, 0deg); }
  to {
    transform: rotate3d(0, -1, 0, 90deg); } }

@keyframes out-right {
  from {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
       -moz-transform: rotate3d(0, 0, 0, 0deg);
            transform: rotate3d(0, 0, 0, 0deg); }
  to {
    -webkit-transform: rotate3d(0, -1, 0, 90deg);
       -moz-transform: rotate3d(0, -1, 0, 90deg);
            transform: rotate3d(0, -1, 0, 90deg); } }

.detail-map-container {
  width: 90%;
  max-width: 1180px;
  padding-bottom: 45%;
  position: relative; }
  .detail-map-container #detail-map {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }

.page-map .main-content {
  padding: 0 !important; }
  .page-map .main-content .container {
    max-width: none;
    padding: 0; }

.map-container {
  height: 770px;
  overflow: hidden;
  position: relative; }
  .map-container [class*="ymaps-2-1"][class*="-ground-pane"] {
    -webkit-filter: grayscale(1);
            filter: grayscale(1); }
  .map-container .map {
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
    height: 100%; }
  .map-container .info {
    background: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    -webkit-box-shadow: 5px -1px 20px 0px rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 5px -1px 20px 0px rgba(0, 0, 0, 0.1);
            box-shadow: 5px -1px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    -moz-transition: transform 0.3s, -moz-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s, -moz-transform 0.3s, -o-transform 0.3s;
    -webkit-transform: translateX(300px);
       -moz-transform: translateX(300px);
        -ms-transform: translateX(300px);
         -o-transform: translateX(300px);
            transform: translateX(300px); }
    .map-container .info.open {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0); }
      .map-container .info.open .toggle-info-button span {
        -webkit-transform: rotate(180deg);
           -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
             -o-transform: rotate(180deg);
                transform: rotate(180deg); }
  .map-container .toggle-info-button {
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    padding: 0;
    background: #ffffff;
    border: 0;
    display: block;
    width: 30px;
    height: 60px;
    z-index: 1;
    -webkit-border-radius: 4px 0 0 4px;
       -moz-border-radius: 4px 0 0 4px;
            border-radius: 4px 0 0 4px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    .map-container .toggle-info-button span {
      display: block; }
  .map-container .tabs-nav .item {
    width: 50%;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 12px;
    font-family: Play, sans-serif;
    cursor: pointer;
    padding: 15px 29px;
    line-height: 1.25;
    background: #b3b3b3; }
    .map-container .tabs-nav .item.active {
      cursor: default;
      background: #ffffff; }
    .map-container .tabs-nav .item.disabled {
      cursor: default;
      background: #cccccc;
      color: rgba(15, 12, 9, 0.4); }
  .map-container .tabs-content .item {
    display: none;
    padding: 50px 30px; }
    .map-container .tabs-content .item.active {
      display: block; }
  .map-container .tabs-content .locations-block:not(:last-child) {
    margin-bottom: 30px; }
  .map-container .tabs-content .locations-block.location-object .label-block-wrapper {
    color: #ff7300; }
  .map-container .tabs-content .locations-block.location-object .jq-radio .icon {
    color: #ff7300; }
  .map-container .tabs-content .locations-block.location-land .label-block-wrapper {
    color: #2e5422; }
  .map-container .tabs-content .locations-block.location-land .jq-radio .icon {
    color: #2e5422; }
  .map-container .tabs-content .locations-block.location-free .label-block-wrapper {
    color: #8e5227; }
  .map-container .tabs-content .locations-block.location-free .jq-radio .icon {
    color: #8e5227; }
  .map-container .tabs-content .locations-block .label-block-wrapper {
    position: relative; }
  .map-container .tabs-content .locations-block input[type="radio"] {
    opacity: 0;
    width: 12px;
    height: 12px; }
  .map-container .tabs-content .locations-block .jq-radio {
    position: absolute;
    top: 8px;
    left: 0;
    width: 12px;
    display: block;
    overflow: visible;
    cursor: pointer; }
    .map-container .tabs-content .locations-block .jq-radio .jq-radio__div {
      border: 1px solid #858585;
      width: 12px;
      height: 12px;
      position: relative; }
    .map-container .tabs-content .locations-block .jq-radio .icon {
      display: none;
      font-size: 10px;
      position: absolute;
      top: -4px;
      left: 2px;
      margin: 0; }
    .map-container .tabs-content .locations-block .jq-radio.checked .icon {
      display: block; }
  .map-container .tabs-content .locations-block .label-block {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 3px solid #f0f0f0;
    padding: 3px 0 3px 25px;
    width: 100%; }
  .map-container .tabs-content .locations-block .label {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase; }
  .map-container .tabs-content .locations-block .icon-chevron-bottom {
    font-size: 5px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 10px; }
    .map-container .tabs-content .locations-block .icon-chevron-bottom:before {
      display: block;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
  .map-container .tabs-content .locations-block .locations-list {
    padding: 17px 24px 20px;
    background: #f0f0f0; }
  .map-container .tabs-content .locations-block .location {
    font-size: 13px;
    color: #595959;
    cursor: pointer; }
    .map-container .tabs-content .locations-block .location:not(:last-child) {
      margin-bottom: 10px; }
    .map-container .tabs-content .locations-block .location:hover, .map-container .tabs-content .locations-block .location.selected {
      color: #ff7300; }
  .map-container .tabs-content .locations-block.open .icon:before {
    -webkit-transform: rotate(180deg);
       -moz-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
         -o-transform: rotate(180deg);
            transform: rotate(180deg); }
  .map-container .tabs-content .info-section-title {
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 3px solid;
    padding-bottom: 5px;
    margin-bottom: 30px; }
    .map-container .tabs-content .info-section-title.object {
      color: #ff7300;
      border-color: #ff7300; }
    .map-container .tabs-content .info-section-title.land {
      color: #2e5422;
      border-color: #2e5422; }
    .map-container .tabs-content .info-section-title.free {
      color: #8e5227;
      border-color: #8e5227; }
  .map-container .tabs-content .info-block .info-block-title {
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 5px; }
  .map-container .tabs-content .info-block .line {
    font-size: 12px;
    color: #595959;
    line-height: 1.25; }
    .map-container .tabs-content .info-block .line .label {
      padding: 15px 10px;
      background: #f0f0f0;
      border: 1px solid #f0f0f0; }
    .map-container .tabs-content .info-block .line .value {
      border: 1px solid #f0f0f0;
      padding: 12px 18px; }
  .map-container .mCSB_inside > .mCSB_container {
    margin-right: 12px; }
  .map-container .mCSB_scrollTools {
    width: 12px; }
  .map-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
  .map-container .mCSB_scrollTools .mCSB_draggerRail {
    width: 12px;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0; }
  .map-container .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    color: #999999; }
  .map-container .mCSB_scrollTools .mCSB_draggerRail {
    color: #cccccc; }

@media screen and (max-width: 1680px) {
  .container {
    max-width: 1100px; }
  .block-welcome.animated .heading:after {
    width: -webkit-calc(100% + 115px);
    width: -moz-calc(100% + 115px);
    width: calc(100% + 115px); }
  .square-list.short .items {
    margin: -18px -10px; }
    .square-list.short .items .item-wrapper .item .image .num {
      font-size: 64px; }
  .square-list .items {
    margin: -18px -8px; }
    .square-list .items .item-wrapper .item .image .num {
      font-size: 56px; }
    .square-list .items .item-wrapper .item .image .icon-block {
      border-width: 5px; }
  .mainpage-numbers .item {
    margin-bottom: 75px;
    border-left: 7px solid #ff7300;
    padding-left: 8px; }
  .mainpage-numbers .line-big {
    font-size: 38px; }
    .mainpage-numbers .line-big .num {
      font-size: 56px; }
  .mainpage-numbers .line-small {
    font-size: 20px; }
  .mainpage-privileges .content .info {
    font-size: 275px;
    padding-right: 50px;
    margin: 0 55px 0 -15px; }
    .mainpage-privileges .content .info sup,
    .mainpage-privileges .content .info sub {
      left: 162px; }
    .mainpage-privileges .content .info sup {
      top: -18px;
      font-size: 46px; }
    .mainpage-privileges .content .info sub {
      top: 158px;
      font-size: 28px; }
  .mainpage-privileges .content .item {
    font-size: 30px; }
  .mainpage-privileges .content span:before {
    height: 8px; }
  .page-search .heading-wrapper .container:before {
    left: -4px; }
  .page-search .heading-wrapper.animated .container:after {
    width: -webkit-calc(100% + 25px);
    width: -moz-calc(100% + 25px);
    width: calc(100% + 25px); }
  .heading-wrapper .container:before {
    left: -5px; }
  .heading-wrapper.animated .container:after {
    width: -webkit-calc(100% - 95px);
    width: -moz-calc(100% - 95px);
    width: calc(100% - 95px); }
  .heading-wrapper .h1 {
    font-size: 38px; }
  .heading-wrapper .menu-left {
    font-size: 20px; }
    .heading-wrapper .menu-left .item:not(:last-child) {
      margin-right: 15px; }
  .block-404 .block.block-left span {
    font-size: 200px; }
  .block-404 .block.block-right .title {
    margin-top: -9px; } }

@media screen and (max-width: 1440px) {
  .container {
    width: 100%;
    max-width: 960px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto; }
  .heading-wrapper .menu-left {
    font-size: 18px;
    margin-top: 13px; }
  .residents-list .name {
    font-size: 16px;
    line-height: 1.125; }
  .residents-list .country-list .country {
    width: 50px; }
    .residents-list .country-list .country:not(:last-child) {
      margin-right: 15px; }
  .residents-list .project .title {
    font-size: 14px; }
  .residents-list .project .value {
    font-size: 15px; }
  .residents-list .contacts {
    line-height: 1.07; }
    .residents-list .contacts .icon {
      font-size: 13px;
      width: 18px;
      line-height: 1.22; }
    .residents-list .contacts .value {
      font-size: 12px;
      line-height: 1.5; }
  .residents-list .image {
    width: 200px; }
  .mainpage-slider {
    width: 800px; }
  .mainpage-privileges .content .info {
    font-size: 250px;
    padding-right: 40px;
    margin: 0 45px 0 -15px; }
    .mainpage-privileges .content .info sup,
    .mainpage-privileges .content .info sub {
      left: 145px; }
    .mainpage-privileges .content .info sup {
      top: -15px;
      font-size: 42px; }
    .mainpage-privileges .content .info sub {
      top: 144px;
      font-size: 26px; }
  .mainpage-privileges .content .item {
    font-size: 26px; }
  .mainpage-numbers .item {
    margin-bottom: 60px;
    border-left: 5px solid #ff7300;
    padding-left: 5px; }
  .mainpage-numbers .line-big {
    font-size: 36px; }
    .mainpage-numbers .line-big .num {
      font-size: 52px; }
  .mainpage-numbers .line-small {
    font-size: 18px; }
  .heading-wrapper .container:before {
    width: 2px;
    left: -4px; }
  .heading-wrapper .container:after {
    height: 2px;
    top: 41px; }
  .heading-wrapper .h1 {
    font-size: 36px; }
  .heading-wrapper .menu-left {
    font-size: 18px; }
    .heading-wrapper .menu-left .item .link .value:before {
      height: 1px;
      bottom: -1px; }
  .subheading {
    font-size: 42px; }
  .square-list.short .items {
    margin: -9px -4px; }
    .square-list.short .items .item-wrapper {
      padding: 9px 4px; }
      .square-list.short .items .item-wrapper .item .image .num {
        font-size: 54px; }
  .square-list .items {
    margin: -9px -4px; }
    .square-list .items .item-wrapper {
      padding: 9px 4px; }
      .square-list .items .item-wrapper .item .image:before {
        height: 8px;
        bottom: -28px; }
      .square-list .items .item-wrapper .item .image .num {
        font-size: 46px; }
      .square-list .items .item-wrapper .item .image .icon-block {
        border-width: 4px; }
        .square-list .items .item-wrapper .item .image .icon-block svg {
          width: 65%;
          height: 65%; }
      .square-list .items .item-wrapper .item .title {
        padding: 43px 0 0; }
  .structure-list {
    padding: 40px 75px; }
  .partners-list .description {
    font-size: 12px; } }

@media screen and (max-width: 1280px) {
  .container {
    width: 100%;
    max-width: 740px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto; }
  .block-welcome {
    padding: 60px 0 415px 75px; }
    .block-welcome .line-1 {
      font-size: 52px; }
    .block-welcome .line-2 {
      font-size: 18px; }
    .block-welcome .description {
      font-size: 15px; }
  .mainpage-slider {
    width: 100%;
    margin: -395px auto 0; }
  .mainpage-section {
    padding: 80px 0; }
    .mainpage-section .block-title .title {
      font-size: 42px; }
    .mainpage-section .block-title .link {
      font-size: 15px; }
  .mainpage-numbers {
    padding-top: 200px; }
    .mainpage-numbers .item {
      width: 50%; }
  .square-list.short .items {
    padding: -5px -1px; }
    .square-list.short .items .item-wrapper {
      padding: 5px 1px; }
      .square-list.short .items .item-wrapper .item .image .num {
        font-size: 44px; }
      .square-list.short .items .item-wrapper .item .title {
        font-size: 15px; }
  .square-list .items {
    padding: -5px -1px; }
    .square-list .items .item-wrapper {
      padding: 5px 1px; }
      .square-list .items .item-wrapper .item .image .num {
        font-size: 36px; }
      .square-list .items .item-wrapper .item .title {
        font-size: 15px; }
  .mainpage-privileges .content .items {
    display: block;
    margin: 0 0 -25px 0; }
  .mainpage-privileges .content .item {
    font-size: 18px;
    margin-bottom: 25px !important;
    padding-bottom: 5px; }
  .mainpage-privileges .content span:before {
    height: 4px;
    bottom: -5px; }
  .mainpage-news .items {
    display: block;
    margin: 0; }
  .mainpage-news .item {
    padding: 0;
    width: 100%; }
    .mainpage-news .item:not(:last-child) {
      margin-bottom: 25px; }
  .mainpage-news .date {
    font-size: 14px; }
  .form-block-default .block-title {
    font-size: 21px; }
  .form-block-default .line.actions .row {
    display: block;
    margin: 0; }
    .form-block-default .line.actions .row > *:not(:last-child) {
      margin-bottom: 5px; }
  .form-block-default .line.actions .col {
    margin-left: auto;
    margin-right: auto; }
  .search-message {
    padding: 35px 15px;
    font-size: 21px; }
  .heading-wrapper .menu-left {
    font-size: 14px; }
  .subheading {
    font-size: 36px; }
  .page-not-front .main-content {
    padding: 35px 0 70px; }
  .services-list .slider .slick-button {
    padding: 0; }
  .services-list .slider .item {
    padding: 0 40px; }
  .card {
    padding: 15px 20px;
    font-size: 16px; }
  .partners-list .item {
    width: auto;
    height: auto;
    border: 0 !important;
    -webkit-filter: none;
            filter: none;
    background: none !important; }
  .page-partners .main-content {
    background: none; }
  .projects-list .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto; }
    .projects-list .item .image {
      background: #f2f2f2; }
    .projects-list .item .info {
      width: -webkit-calc(100% - 236px);
      width: -moz-calc(100% - 236px);
      width: calc(100% - 236px); }
    .projects-list .item .link {
      width: 100%;
      padding: 10px; }
      .projects-list .item .link .icon-block {
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: auto;
        height: auto; }
      .projects-list .item .link .icon {
        margin: 0 10px 0 0;
        font-size: 24px; }
  .residents-filter {
    height: auto; }
    .residents-filter .form-content {
      display: block;
      margin: 0; }
    .residents-filter .field {
      width: 100%;
      padding: 0; }
      .residents-filter .field:not(:last-child) {
        margin-bottom: 25px; }
  .residents-list .item {
    height: auto; }
  .residents-list .row {
    height: auto;
    display: block;
    border: 0 !important; }
  .residents-list .col {
    width: 100%;
    padding: 10px 0 !important;
    border: 0 !important; }
  .menu-section-wrapper .menu-section {
    font-size: 21px;
    margin: 0 -14px; }
    .menu-section-wrapper .menu-section .item .link {
      padding: 7px 14px; }
  .items-list-wrapper .items-list {
    margin: -10px -5px; }
    .items-list-wrapper .items-list .item {
      padding: 10px 5px; }
      .items-list-wrapper .items-list .item .section {
        padding: 5px 15px;
        font-size: 12px; }
      .items-list-wrapper .items-list .item .date {
        margin-top: 10px;
        font-size: 14px; }
      .items-list-wrapper .items-list .item .title {
        margin-top: 5px;
        font-size: 16px; }
  .gallery .items {
    margin: -5px; }
    .gallery .items .item {
      padding: 5px; }
  .page-contacts {
    display: block; }
    .page-contacts .map {
      margin: 45px 0 0 0;
      width: 100%;
      height: 350px; }
  .structure-menu-wrapper.structure-menu-wrapper-bottom .structure-menu {
    margin: -5px; }
  .structure-menu-wrapper.structure-menu-wrapper-bottom .item-wrapper {
    padding: 5px; }
  .structure-menu-wrapper .structure-menu {
    margin: 0 -5px; }
  .structure-menu-wrapper .item-wrapper {
    padding: 0 5px; }
  .structure-menu-wrapper .item {
    padding: 8px 12px; }
  .structure-menu-wrapper .title {
    border-width: 4px;
    font-size: 15px; }
  .block-404 .block {
    padding: 0 25px; }
    .block-404 .block.block-left span {
      font-size: 150px; } }

@media screen and (max-width: 1023px) {
  body {
    padding-top: 62px; }
  #header {
    width: 100%;
    height: 62px;
    -webkit-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.1);
       -moz-box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0px 3px 10px 0 rgba(0, 0, 0, 0.1);
    padding: 0; }
    #header .header-inner {
      display: block;
      min-height: auto; }
    #header .block-top {
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative;
      z-index: 1; }
      #header .block-top .logo {
        padding: 5px; }
        #header .block-top .logo img {
          height: 52px; }
      #header .block-top .mobile-menu-button {
        display: block;
        width: 62px;
        height: 62px;
        background: #2e2e2e;
        position: relative;
        border: 0;
        padding: 0;
        cursor: pointer; }
        #header .block-top .mobile-menu-button span, #header .block-top .mobile-menu-button:before, #header .block-top .mobile-menu-button:after {
          width: 28px;
          height: 3px;
          background: #ffffff;
          position: absolute;
          content: '';
          display: block;
          left: 0;
          right: 0;
          margin: auto; }
        #header .block-top .mobile-menu-button span {
          top: 0;
          bottom: 0;
          -webkit-transition: opacity 0.3s;
          -o-transition: opacity 0.3s;
          -moz-transition: opacity 0.3s;
          transition: opacity 0.3s; }
        #header .block-top .mobile-menu-button:before {
          top: 20px;
          -webkit-transition: top .3s linear .3s, -webkit-transform .3s;
          transition: top .3s linear .3s, -webkit-transform .3s;
          -o-transition: top .3s linear .3s, -o-transform .3s;
          -moz-transition: top .3s linear .3s, transform .3s, -moz-transform .3s;
          transition: top .3s linear .3s, transform .3s;
          transition: top .3s linear .3s, transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s; }
        #header .block-top .mobile-menu-button:after {
          bottom: 20px;
          -webkit-transition: bottom .3s linear .3s, -webkit-transform .3s;
          transition: bottom .3s linear .3s, -webkit-transform .3s;
          -o-transition: bottom .3s linear .3s, -o-transform .3s;
          -moz-transition: bottom .3s linear .3s, transform .3s, -moz-transform .3s;
          transition: bottom .3s linear .3s, transform .3s;
          transition: bottom .3s linear .3s, transform .3s, -webkit-transform .3s, -moz-transform .3s, -o-transform .3s; }
    #header .block-bottom-wrapper-mobile {
      position: fixed;
      top: 0;
      right: 0;
      width: 100%;
      height: 120%;
      -webkit-transform: translateX(100%);
         -moz-transform: translateX(100%);
          -ms-transform: translateX(100%);
           -o-transform: translateX(100%);
              transform: translateX(100%);
      padding: 87px 0 -webkit-calc(20% + 25px) 0;
      padding: 87px 0 -moz-calc(20% + 25px) 0;
      padding: 87px 0 calc(20% + 25px) 0;
      background: #404040;
      -webkit-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      transition: all 0.3s linear; }
    #header .block-bottom-wrapper {
      margin: 0;
      width: 100%;
      height: 100%;
      overflow-y: auto;
      padding: 0;
      display: block; }
    #header.open .block-bottom-wrapper-mobile {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
           -o-transform: translateX(0);
              transform: translateX(0); }
    #header.open .block-top .mobile-menu-button span {
      opacity: 0; }
    #header.open .block-top .mobile-menu-button:before {
      top: 29px;
      -webkit-transform: rotate(45deg);
         -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
           -o-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: top .3s, -webkit-transform .3s linear .3s;
      transition: top .3s, -webkit-transform .3s linear .3s;
      -o-transition: top .3s, -o-transform .3s linear .3s;
      -moz-transition: top .3s, transform .3s linear .3s, -moz-transform .3s linear .3s;
      transition: top .3s, transform .3s linear .3s;
      transition: top .3s, transform .3s linear .3s, -webkit-transform .3s linear .3s, -moz-transform .3s linear .3s, -o-transform .3s linear .3s; }
    #header.open .block-top .mobile-menu-button:after {
      bottom: 30px;
      -webkit-transform: rotate(-45deg);
         -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
           -o-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: bottom .3s, -webkit-transform .3s linear .3s;
      transition: bottom .3s, -webkit-transform .3s linear .3s;
      -o-transition: bottom .3s, -o-transform .3s linear .3s;
      -moz-transition: bottom .3s, transform .3s linear .3s, -moz-transform .3s linear .3s;
      transition: bottom .3s, transform .3s linear .3s;
      transition: bottom .3s, transform .3s linear .3s, -webkit-transform .3s linear .3s, -moz-transform .3s linear .3s, -o-transform .3s linear .3s; }
    #header .menu {
      width: 100%;
      max-width: 260px;
      margin: 0 auto; }
      #header .menu > .item {
        border-bottom: 0; }
        #header .menu > .item:before {
          display: none; }
        #header .menu > .item > .link {
          padding: 7px 0;
          -webkit-box-align: stretch;
          -webkit-align-items: stretch;
             -moz-box-align: stretch;
              -ms-flex-align: stretch;
                  align-items: stretch; }
          #header .menu > .item > .link > .icon {
            margin: -7px 0;
            position: relative; }
            #header .menu > .item > .link > .icon:before {
              position: absolute;
              margin: auto;
              top: 0;
              bottom: 0;
              height: 10px;
              -webkit-transition: all 0.3s linear;
              -o-transition: all 0.3s linear;
              -moz-transition: all 0.3s linear;
              transition: all 0.3s linear; }
        #header .menu > .item:not(:last-child) {
          margin: 0; }
        #header .menu > .item.open > .link > .icon:before {
          -webkit-transform: rotate(90deg);
             -moz-transform: rotate(90deg);
              -ms-transform: rotate(90deg);
               -o-transform: rotate(90deg);
                  transform: rotate(90deg); }
      #header .menu .child-menu-wrapper {
        height: 0;
        overflow: hidden; }
      #header .menu .submenu {
        -webkit-transform: none;
           -moz-transform: none;
            -ms-transform: none;
             -o-transform: none;
                transform: none;
        opacity: 1;
        visibility: visible;
        position: static; }
        #header .menu .submenu .item .link {
          white-space: normal; }
    #header .block-bottom {
      width: 100%;
      max-width: 260px;
      margin: 45px auto 0; }
  #main {
    margin-left: 0; }
  #footer {
    margin-left: 0; }
  .block-welcome {
    padding: 40px 0 60px; }
    .block-welcome .heading:before, .block-welcome .heading:after {
      display: none; }
    .block-welcome .description {
      max-width: none; }
  .mainpage-slider-wrapper {
    padding: 40px 0 60px;
    background: #eee; }
  .mainpage-slider {
    margin: 0 auto; }
  .mainpage-numbers {
    margin-top: 0;
    padding: 40px 0 60px; }
    .mainpage-numbers .items {
      margin-bottom: 0; }
  .mainpage-section {
    padding: 40px 0; }
  #header .block-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  #header .search-link {
    margin-bottom: 0;
    margin-right: 20px; }
  #header .sites .sites-links {
    display: none !important; }
  #header .special {
    margin-top: 0;
    margin-left: 20px; }
  #header .menu > .item.parent:after,
  #header .menu > .item:before {
    display: none; }
  #header .block-bottom-wrapper {
    visibility: hidden; }
  #header.open .block-bottom-wrapper {
    visibility: visible; }
  .heading-wrapper .container:before, .heading-wrapper .container:after {
    display: none !important; }
  .heading-search-form input[name="q"] {
    border: 1px solid #ffffff;
    margin: 0 15px;
    padding: 5px 10px; }
  .sites-links {
    display: block;
    min-width: 240px; }
    .sites-links .link {
      display: block;
      text-decoration: none;
      padding: 15px 25px;
      font-size: 18px;
      text-align: center;
      color: #0f0c09; }
      .sites-links .link:not(:last-child) {
        border-bottom: 1px solid #cccccc; }
      .sites-links .link[href="javascript:;"] {
        color: #ff7300; }
  .page-not-front .main-content {
    padding: 20px 0 55px; }
  .search-message {
    padding: 25px 10px;
    font-size: 18px; }
  .search-result-list {
    margin-top: 40px; }
    .search-result-list .title {
      font-size: 16px;
      margin-top: -2px; }
    .search-result-list .body {
      font-size: 14px;
      margin-top: 10px; }
    .search-result-list .path {
      margin-top: 15px;
      font-size: 12px; }
  .page-map .main-content {
    padding: 0 !important; }
  .map-container {
    height: auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .map-container .map {
      width: 100%;
      height: 500px;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
         -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
    .map-container .info {
      width: 100%;
      height: auto !important;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1;
      position: relative; }
    .map-container .toggle-info-button {
      display: none; } }

@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    max-width: none;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto; }
  .mobile {
    display: block !important; }
  .block-welcome {
    padding: 30px 0 50px; }
    .block-welcome .line-1 {
      font-size: 42px; }
    .block-welcome .line-2 {
      font-size: 16px; }
    .block-welcome .description {
      margin-top: 30px;
      font-size: 14px; }
  .mainpage-slider-wrapper {
    padding: 0; }
    .mainpage-slider-wrapper .container {
      padding: 0; }
  .mainpage-slider .items {
    border: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
  .mainpage-slider .slick-button {
    display: none !important; }
  .mainpage-slider .slick-dots {
    bottom: 0; }
    .mainpage-slider .slick-dots li {
      margin: 0 2px; }
      .mainpage-slider .slick-dots li button {
        width: 5px;
        height: 5px;
        -webkit-border-radius: 50%;
           -moz-border-radius: 50%;
                border-radius: 50%; }
  .mainpage-section .block-title {
    padding-bottom: 10px; }
    .mainpage-section .block-title .title {
      font-size: 32px;
      border-width: 1px; }
    .mainpage-section .block-title .link {
      font-size: 12px; }
  .mainpage-numbers .block-title {
    margin-bottom: 30px; }
  .mainpage-numbers .item {
    margin-bottom: 25px;
    border-width: 3px; }
  .mainpage-numbers .line:not(:last-child) {
    margin-bottom: 0; }
  .mainpage-numbers .line-big {
    font-size: 26px; }
    .mainpage-numbers .line-big .num {
      font-size: 36px; }
  .mainpage-numbers .line-small {
    font-size: 15px; }
  .mainpage-advantages .block-title {
    margin-bottom: 30px; }
  .square-list .items {
    margin: -10px !important;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .square-list .items .item-wrapper {
      padding: 10px !important;
      width: 50% !important; }
  .mainpage-privileges .block-title {
    margin-bottom: 30px; }
  .mainpage-privileges .content {
    display: block; }
    .mainpage-privileges .content .info {
      font-size: 175px;
      margin: 0 auto 45px;
      width: 142px; }
      .mainpage-privileges .content .info sup,
      .mainpage-privileges .content .info sub {
        left: 100px; }
      .mainpage-privileges .content .info sup {
        font-size: 28px;
        top: -12px; }
      .mainpage-privileges .content .info sub {
        top: 100px;
        font-size: 20px; }
    .mainpage-privileges .content .items {
      max-width: 280px;
      margin: 0 auto; }
    .mainpage-privileges .content .item {
      margin-bottom: 15px !important; }
  #footer {
    padding: 30px 0 0; }
    #footer .block-top .blocks {
      display: block;
      margin: 0; }
      #footer .block-top .blocks .block {
        max-width: none;
        width: 100%;
        padding: 0; }
        #footer .block-top .blocks .block:not(:last-child) {
          margin-bottom: 25px; }
        #footer .block-top .blocks .block.block-left .block-contacts {
          font-size: 12px;
          max-width: 300px;
          margin: 0 auto; }
          #footer .block-top .blocks .block.block-left .block-contacts .icon {
            font-size: 21px;
            margin-right: 10px; }
          #footer .block-top .blocks .block.block-left .block-contacts .line:not(:last-child) {
            margin-bottom: 10px; }
        #footer .block-top .blocks .block.block-left .developer {
          font-size: 12px;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-top: 35px; }
          #footer .block-top .blocks .block.block-left .developer .icon {
            margin-left: 10px;
            font-size: 26px; }
        #footer .block-top .blocks .block.block-right {
          display: none; }
    #footer .block-bottom {
      margin-top: 15px;
      padding: 15px 0;
      font-size: 12px;
      border-width: 1px; }
    #footer .ask {
      max-width: 320px;
      margin: 35px auto 0;
      text-decoration: none; }
    #footer .social {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      margin: 35px auto 0; }
  .form-block-feedback .field input[type=email],
  .form-block-feedback .field input[type=text],
  .form-block-feedback .field textarea {
    color: #0f0c09; }
    .form-block-feedback .field input[type=email]:focus, .form-block-feedback .field input[type=email]:valid,
    .form-block-feedback .field input[type=text]:focus,
    .form-block-feedback .field input[type=text]:valid,
    .form-block-feedback .field textarea:focus,
    .form-block-feedback .field textarea:valid {
      border-color: #0f0c09; }
  .form-block-feedback .field label {
    color: #0f0c09; }
  .form-block-feedback .field-checkbox label {
    color: #0f0c09; }
  .heading-search-form button[type="submit"] {
    font-size: 21px; }
  .heading-wrapper {
    padding: 14px 0 30px; }
    .heading-wrapper .h1 {
      font-size: 28px; }
    .heading-wrapper .menu-left {
      display: none; }
  .services-list .slider {
    padding: 0; }
    .services-list .slider .container {
      max-width: none;
      padding: 0; }
    .services-list .slider .item {
      padding: 0; }
    .services-list .slider .slick-dots {
      bottom: 0; }
      .services-list .slider .slick-dots li {
        margin: 0 2px; }
        .services-list .slider .slick-dots li button {
          width: 5px;
          height: 5px;
          -webkit-border-radius: 50%;
             -moz-border-radius: 50%;
                  border-radius: 50%; }
    .services-list .slider .slick-button {
      display: none !important; }
    .services-list .slider .item {
      display: block !important;
      margin: 0 !important; }
  .services-list .item:last-child {
    margin-bottom: -55px; }
  .blockquote,
  blockquote {
    font-size: 18px;
    border-width: 4px; }
  .app-description {
    font-size: 15px;
    padding: 35px 10px;
    margin: -50px -10px 70px; }
  .block-forms .items {
    display: block;
    margin: 0; }
  .block-forms .item {
    padding: 0;
    margin: 0 auto; }
    .block-forms .item:not(:last-child) {
      margin-bottom: 45px; }
  .residents-country-list {
    margin: -50px -10px 0;
    padding: 55px 60px; }
    .residents-country-list .blocks {
      display: block;
      margin: 0; }
    .residents-country-list .block {
      width: 100%;
      padding: 0; }
      .residents-country-list .block:not(:last-child) {
        margin-bottom: 15px; }
    .residents-country-list .item {
      max-width: none; }
      .residents-country-list .item:not(:last-child) {
        margin-bottom: 15px; }
    .residents-country-list .name {
      font-size: 18px;
      line-height: 2; }
  .residents-description {
    font-size: 15px;
    padding: 35px 0; }
  .residents-filter {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 0 -10px 80px; }
    .residents-filter .link {
      width: 50%;
      margin: 0;
      padding: 10px; }
      .residents-filter .link .icon-block {
        position: static;
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .residents-filter .link .icon {
        font-size: 36px;
        margin-right: 10px; }
  .subheading {
    margin: 25px -10px 50px;
    padding: 0 10px 15px; }
  .residents-list .item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .residents-list .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 120px;
    height: 120px;
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
    background: #e6e6e6; }
    .residents-list .image img {
      margin: 0 auto;
      position: static;
      height: 100%; }
  .residents-list .links {
    width: auto;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
       -moz-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .residents-list .link {
    width: 120px;
    border-left: 1px solid #ffffff; }
    .residents-list .link:not(:last-child) {
      border-bottom: none; }
  .residents-list .info {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
       -moz-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .menu-section-wrapper {
    overflow-x: scroll; }
    .menu-section-wrapper .menu-section {
      font-size: 18px;
      border-width: 1px; }
      .menu-section-wrapper .menu-section .item.selected:after {
        height: 3px;
        bottom: -2px; }
      .menu-section-wrapper .menu-section .item .link {
        padding: 2px 14px; }
        .menu-section-wrapper .menu-section .item .link span {
          white-space: nowrap; }
  .items-list-wrapper .items-list {
    margin: 0; }
    .items-list-wrapper .items-list .item {
      padding: 0;
      width: 100%; }
      .items-list-wrapper .items-list .item:not(:last-child) {
        margin-bottom: 25px; }
      .items-list-wrapper .items-list .item .link {
        max-width: 370px;
        margin: 0 auto; }
  .gallery .items .item {
    width: 50%; }
  .page-contacts .map {
    width: -webkit-calc(100% + 20px);
    width: -moz-calc(100% + 20px);
    width: calc(100% + 20px);
    margin: 45px -10px -55px; }
  .structure-menu-wrapper.structure-menu-wrapper-bottom {
    padding-top: 15px; }
    .structure-menu-wrapper.structure-menu-wrapper-bottom .structure-menu {
      margin: -1px; }
    .structure-menu-wrapper.structure-menu-wrapper-bottom .item-wrapper {
      padding: 1px; }
  .structure-menu-wrapper .structure-menu {
    margin: 0 -1px; }
  .structure-menu-wrapper .item-wrapper {
    padding: 0 1px; }
  .structure-menu-wrapper .item {
    padding: 4px 7px; }
  .structure-menu-wrapper .title {
    border-width: 1px;
    font-size: 14px;
    font-weight: normal;
    padding: 4px; }
  .structure-list {
    padding: 20px 25px; }
    .structure-list .line {
      font-size: 15px; }
    .structure-list .item:not(:last-child) {
      margin-bottom: 20px; }
  .block-404 {
    display: block;
    text-align: center; }
    .block-404 .block {
      width: 100%;
      padding: 0; }
      .block-404 .block:not(:last-child) {
        margin-bottom: 25px; }
  .bx-pagination {
    margin: 35px auto 0;
    padding: 20px 0 0 0; }
    .bx-pagination .items li {
      min-width: 25px;
      min-height: 25px;
      margin: 0 4px; }
      .bx-pagination .items li a,
      .bx-pagination .items li span {
        font-size: 14px;
        padding: 7px; } }

@media screen and (max-width: 575px) {
  body {
    font-size: 14px; }
  h2, .h2 {
    font-size: 21px; }
  h3, .h3 {
    font-size: 18px; }
  h4, .h4 {
    font-size: 16px; }
  .mainpage-numbers .items {
    display: block; }
  .mainpage-numbers .item {
    width: 100%;
    margin: 0;
    border-left: 0;
    text-align: center; }
    .mainpage-numbers .item:not(:last-child) {
      margin-bottom: 25px; }
  .block-welcome .line-1 {
    font-size: 28px; }
  .block-welcome .line-2 {
    font-size: 15px; }
  .square-list .items {
    display: block;
    margin: 0 !important; }
    .square-list .items .item-wrapper {
      width: 100% !important;
      padding: 0 !important;
      max-width: 240px;
      margin: 0 auto; }
      .square-list .items .item-wrapper:not(:last-child) {
        margin-bottom: 25px; }
  .square-list.square-list-menu .items {
    display: block; }
    .square-list.square-list-menu .items .item-wrapper {
      max-width: none;
      border: 1px solid #999999; }
      .square-list.square-list-menu .items .item-wrapper:not(:last-child) {
        margin-bottom: 0;
        border-bottom: none; }
      .square-list.square-list-menu .items .item-wrapper .item {
        padding: 10px 14px;
        position: relative;
        color: #999999; }
        .square-list.square-list-menu .items .item-wrapper .item.selected {
          border-color: #ff7300; }
        .square-list.square-list-menu .items .item-wrapper .item .image {
          display: none; }
        .square-list.square-list-menu .items .item-wrapper .item .title {
          padding: 0;
          max-width: none;
          font-family: Play,sans-serif;
          font-weight: 300; }
  .subheading {
    font-size: 26px; }
  .blockquote,
  blockquote {
    font-size: 16px;
    border-width: 3px; }
  .card {
    font-size: 14px;
    padding: 7px 12px; }
    .card .line {
      display: block; }
  .partners-list .items {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .partners-list .item {
    max-width: 120px;
    max-height: 120px; }
  .residents-filter .form-filter {
    padding: 30px 20px; }
  .residents-list .image {
    width: 80px;
    height: 80px; }
  .residents-list .link {
    width: 80px;
    height: 80px;
    font-size: 36px; }
    .residents-list .link .icon.icon-location-alt {
      height: 36px; }
    .residents-list .link .icon.icon-site {
      height: 26px; }
  .residents-list .name {
    font-size: 15px; }
  .residents-list .country-list .country {
    width: 45px; }
    .residents-list .country-list .country:not(:last-child) {
      margin-right: 10px; }
  .menu-section-wrapper {
    overflow: hidden; }
    .menu-section-wrapper .menu-section {
      display: block;
      border-bottom: none;
      margin: 0;
      font-size: 15px; }
      .menu-section-wrapper .menu-section .item {
        border: 1px solid #999999;
        padding: 10px 14px;
        text-align: center;
        text-transform: none;
        font-weight: 300; }
        .menu-section-wrapper .menu-section .item:not(:last-child) {
          margin-bottom: 0;
          border-bottom: none; }
        .menu-section-wrapper .menu-section .item.selected:after {
          display: none; }
        .menu-section-wrapper .menu-section .item .link {
          padding: 0;
          color: #999999; }
  .gallery .items {
    margin: -1px; }
    .gallery .items .item {
      padding: 1px; }
  .share-block-wrapper .label {
    font-size: 16px; }
  .share-block-wrapper .ya-share2 .ya-share2__item .ya-share2__link {
    width: 26px;
    height: 26px; }
    .share-block-wrapper .ya-share2 .ya-share2__item .ya-share2__link .ya-share2__badge .ya-share2__icon {
      font-size: 26px; }
  .structure-menu-wrapper .structure-menu {
    margin: 0 !important; }
  .structure-menu-wrapper .item-wrapper {
    width: 100%;
    padding: 0 !important; }
    .structure-menu-wrapper .item-wrapper:not(:last-child) {
      margin-bottom: 5px; }
  .structure-menu-wrapper.structure-menu-wrapper-top .item:before {
    bottom: -5px; }
  .structure-menu-wrapper.structure-menu-wrapper-bottom {
    padding-top: 5px; }
    .structure-menu-wrapper.structure-menu-wrapper-bottom .item:before {
      top: -5px; }
  .structure-menu-wrapper .item:before {
    height: 5px; }
  .structure-list {
    border: none; }
  .projects-list {
    margin: 0 -10px; }
    .projects-list .item {
      display: block; }
      .projects-list .item .image,
      .projects-list .item .link {
        width: 100%;
        display: block; }
      .projects-list .item .image img {
        margin: 0 auto;
        max-width: none;
        width: 100%; }
      .projects-list .item .info {
        width: 100%; }
  .block-404 .block.block-left span {
    font-size: 100px;
    border-width: 1px; }
  .block-404 .block.block-right .title {
    font-size: 21px;
    line-height: 1.25; }
  .block-404 .block.block-right .description {
    font-size: 15px; }
  .form-block-default .line.actions {
    display: block; }
    .form-block-default .line.actions .button {
      display: block;
      margin: 0 auto; }
  .heading-search-form .more .cols {
    display: block; }
  .heading-search-form .more .col:not(:last-child) {
    margin: 0 0 30px 0; } }

/* End */


/* Start:/local/templates/main/styles.css?15493684271627*/
.editor-body .card {
	border: 1px solid #ff7300;
	max-width: 565px;
	width: 100%;
	padding: 25px 30px;
	font-family: Play,sans-serif;
	font-size: 18px;
	line-height: 1.33;
}

.editor-body .flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}

.editor-body .card .line:not(:last-child) {
	margin-bottom: 10px;
}

.editor-body .card .label, .editor-body .card .value a {
	font-weight: 700;
}

.editor-body .card .label:after {
	content: ' ';
	white-space: pre;
}

.structure-list .item{
	display: flex;
}

.structure-img{
	margin-right: 15px;
}
.structure-img img{
	height: 100%;
    width: 100%;

}


	.structure-menu-wrapper .item-wrapper {
		width: 25%;
	}

@media screen and (max-width: 575px){
	.structure-menu-wrapper .item-wrapper {
		width: 100%!important;
		padding: 0 !important;
	}
}

#header .search-link{
	margin-top: 20px;
	margin-bottom: 0px!important;
}
#header .special{
	margin-top: 0px!important;
	margin-bottom: 10px!important;
}

#header .sites .sites-links{
	width: initial;
    padding: 15px 12px;
    z-index: 10;
}

#header .sites .flex{
	flex-direction: column!important;
}

#header .sites .sites-links .link:not(:last-child) {
    margin-right: 10px;
    margin-top: 9px;
    margin-bottom: 9px;
	font-size: 15px;
}

#header .sites .sites-links .link {
    margin-right: 10px;
	margin-top: 9px;
    margin-bottom: 9px;
	font-size: 15px;
}
/* End */
/* /local/templates/.default/dist/css/styles.css?1547809680293374 */
/* /local/templates/main/styles.css?15493684271627 */
