/**
 * Vendor
 */

.lg-sub-html,
.lg-toolbar {
  background-color: rgba(0, 0, 0, 0.45);
}

@font-face {
  font-family: lg;
  src: url("../fonts/lg.eot?n1z373");
  src: url("../fonts/lg.eot?#iefixn1z373") format("embedded-opentype"), url("../fonts/lg.woff?n1z373") format("woff"), url("../fonts/lg.ttf?n1z373") format("truetype"), url("../fonts/lg.svg?n1z373#lg") format("svg");
  font-weight: 400;
  font-style: normal;
}

.lg-icon {
  font-family: lg;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-actions .lg-next,
.lg-actions .lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  border: none;
  outline: 0;
}

.lg-actions .lg-next.disabled,
.lg-actions .lg-prev.disabled {
  pointer-events: none;
  opacity: .5;
}

.lg-actions .lg-next:hover,
.lg-actions .lg-prev:hover {
  color: #FFF;
}

.lg-actions .lg-next {
  right: 20px;
}

.lg-actions .lg-next:before {
  content: "\e095";
}

.lg-actions .lg-prev {
  left: 20px;
}

.lg-actions .lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@keyframes lg-right-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: -30px;
  }
}

@-webkit-keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

@keyframes lg-left-end {
  0%, 100% {
    left: 0;
  }

  50% {
    left: 30px;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end .3s;
  animation: lg-right-end .3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end .3s;
  animation: lg-left-end .3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: 0;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.lg-toolbar .lg-icon:hover {
  color: #FFF;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  bottom: 0;
  color: #EEE;
  font-size: 16px;
  left: 0;
  padding: 10px 40px;
  position: fixed;
  right: 0;
  text-align: center;
  z-index: 1080;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

#lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  vertical-align: middle;
}

.lg-next,
.lg-prev,
.lg-toolbar {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  -webkit-transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear;
  transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.2s linear, -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -webkit-transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1), -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}

.lg-outer .lg-thumb-outer {
  background-color: #0D0A0A;
  bottom: 0;
  position: absolute;
  width: 100%;
  z-index: 1080;
  max-height: 350px;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-outer.lg-thumb-open .lg-thumb-outer {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-thumb {
  padding: 10px 0;
  height: 100%;
  margin-bottom: -5px;
}

.lg-outer .lg-thumb-item {
  cursor: pointer;
  float: left;
  overflow: hidden;
  height: 100%;
  border: 2px solid #FFF;
  border-radius: 4px;
  margin-bottom: 5px;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #a90707;
}

.lg-outer .lg-thumb-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lg-outer.lg-has-thumb .lg-item {
  padding-bottom: 120px;
}

.lg-outer.lg-can-toggle .lg-item {
  padding-bottom: 0;
}

.lg-outer.lg-pull-caption-up .lg-sub-html {
  -webkit-transition: bottom .25s ease;
  transition: bottom .25s ease;
}

.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html {
  bottom: 100px;
}

.lg-outer .lg-toogle-thumb {
  background-color: #0D0A0A;
  border-radius: 2px 2px 0 0;
  color: #999;
  cursor: pointer;
  font-size: 24px;
  height: 39px;
  line-height: 27px;
  padding: 5px 0;
  position: absolute;
  right: 20px;
  text-align: center;
  top: -39px;
  width: 50px;
}

.lg-outer .lg-toogle-thumb:hover,
.lg-outer.lg-dropdown-active #lg-share {
  color: #FFF;
}

.lg-outer .lg-toogle-thumb:after {
  content: "\e1ff";
}

.lg-outer .lg-video-cont {
  display: inline-block;
  vertical-align: middle;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 0 5px;
}

.lg-outer .lg-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

.lg-outer .lg-video .lg-object {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.lg-outer .lg-video .lg-video-play {
  width: 84px;
  height: 59px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -42px;
  margin-top: -30px;
  z-index: 1080;
  cursor: pointer;
}

.lg-outer .lg-has-iframe .lg-video {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}

.lg-outer .lg-has-vimeo .lg-video-play {
  background: url("../img/vimeo-play.png") no-repeat;
}

.lg-outer .lg-has-vimeo:hover .lg-video-play {
  background: url("../img/vimeo-play.png") 0 -58px no-repeat;
}

.lg-outer .lg-has-html5 .lg-video-play {
  background: url("../img/video-play.png") no-repeat;
  height: 64px;
  margin-left: -32px;
  margin-top: -32px;
  width: 64px;
  opacity: .8;
}

.lg-outer .lg-has-html5:hover .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-has-youtube .lg-video-play {
  background: url("../img/youtube-play.png") no-repeat;
}

.lg-outer .lg-has-youtube:hover .lg-video-play {
  background: url("../img/youtube-play.png") 0 -60px no-repeat;
}

.lg-outer .lg-video-object {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lg-outer .lg-has-video .lg-video-object {
  visibility: hidden;
}

.lg-outer .lg-has-video.lg-video-playing .lg-object,
.lg-outer .lg-has-video.lg-video-playing .lg-video-play {
  display: none;
}

.lg-outer .lg-has-video.lg-video-playing .lg-video-object {
  visibility: visible;
}

.lg-progress-bar {
  background-color: #333;
  height: 5px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1083;
  opacity: 0;
  -webkit-transition: opacity 80ms ease 0s;
  transition: opacity 80ms ease 0s;
}

.lg-progress-bar .lg-progress {
  background-color: #a90707;
  height: 5px;
  width: 0;
}

.lg-progress-bar.lg-start .lg-progress {
  width: 100%;
}

.lg-show-autoplay .lg-progress-bar {
  opacity: 1;
}

.lg-autoplay-button:after {
  content: "\e01d";
}

.lg-show-autoplay .lg-autoplay-button:after {
  content: "\e01a";
}

.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image,
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.lg-outer.lg-use-transition-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer.lg-use-left-for-zoom .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: left 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, top 0.3s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  -webkit-transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s !important;
  transition: transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.15s, -webkit-transform 0.3s cubic-bezier(0, 0, 0.25, 1) 0s !important;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

#lg-zoom-in:after {
  content: "\e311";
}

#lg-actual-size {
  font-size: 20px;
}

#lg-actual-size:after {
  content: "\e033";
}

#lg-zoom-out {
  opacity: .5;
  pointer-events: none;
}

#lg-zoom-out:after {
  content: "\e312";
}

.lg-zoomed #lg-zoom-out {
  opacity: 1;
  pointer-events: auto;
}

.lg-outer .lg-pager-outer {
  bottom: 60px;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  z-index: 1080;
  height: 10px;
}

.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont {
  overflow: visible;
}

.lg-outer .lg-pager-cont {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  margin: 0 5px;
}

.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.lg-outer .lg-pager-cont.lg-pager-active .lg-pager {
  box-shadow: 0 0 0 2px #fff inset;
}

.lg-outer .lg-pager-thumb-cont {
  background-color: #fff;
  color: #FFF;
  bottom: 100%;
  height: 83px;
  left: 0;
  margin-bottom: 20px;
  margin-left: -60px;
  opacity: 0;
  padding: 5px;
  position: absolute;
  width: 120px;
  border-radius: 3px;
  -webkit-transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  transition: opacity .15s ease 0s,-webkit-transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s;
  transition: opacity .15s ease 0s,transform .15s ease 0s,-webkit-transform .15s ease 0s;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
}

.lg-outer .lg-pager-thumb-cont img {
  width: 100%;
  height: 100%;
}

.lg-outer .lg-pager {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7) inset;
  display: block;
  height: 12px;
  -webkit-transition: box-shadow .3s ease 0s;
  transition: box-shadow .3s ease 0s;
  width: 12px;
}

.lg-outer .lg-pager:focus,
.lg-outer .lg-pager:hover {
  box-shadow: 0 0 0 8px #fff inset;
}

.lg-outer .lg-caret {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px dashed;
  bottom: -10px;
  display: inline-block;
  height: 0;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  vertical-align: middle;
  width: 0;
}

.lg-fullscreen:after {
  content: "\e20c";
}

.lg-fullscreen-on .lg-fullscreen:after {
  content: "\e20d";
}

.lg-outer #lg-dropdown-overlay {
  background-color: rgba(0, 0, 0, 0.25);
  bottom: 0;
  cursor: default;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1081;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s linear .18s,opacity .18s linear 0s;
  transition: visibility 0s linear .18s,opacity .18s linear 0s;
}

.lg-outer.lg-dropdown-active #lg-dropdown-overlay,
.lg-outer.lg-dropdown-active .lg-dropdown {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
  visibility: visible;
}

.lg-outer .lg-dropdown {
  background-color: #fff;
  border-radius: 2px;
  font-size: 14px;
  list-style-type: none;
  margin: 0;
  padding: 10px 0;
  position: absolute;
  right: 0;
  text-align: left;
  top: 50px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 5px, 0);
  transform: translate3d(0, 5px, 0);
  -webkit-transition: -webkit-transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  -webkit-transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
  transition: visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s;
  transition: transform .18s linear 0s,visibility 0s linear .5s,opacity .18s linear 0s,-webkit-transform .18s linear 0s;
}

.lg-outer .lg-dropdown:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  position: absolute;
  border: 8px solid transparent;
  border-bottom-color: #FFF;
  right: 16px;
  top: -16px;
}

.lg-outer .lg-dropdown > li:last-child {
  margin-bottom: 0;
}

.lg-outer .lg-dropdown > li:hover .lg-icon,
.lg-outer .lg-dropdown > li:hover a {
  color: #333;
}

.lg-outer .lg-dropdown a {
  color: #333;
  display: block;
  white-space: pre;
  padding: 4px 12px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
}

.lg-outer .lg-dropdown a:hover {
  background-color: rgba(0, 0, 0, 0.07);
}

.lg-outer .lg-dropdown .lg-dropdown-text {
  display: inline-block;
  line-height: 1;
  margin-top: -3px;
  vertical-align: middle;
}

.lg-outer .lg-dropdown .lg-icon {
  color: #333;
  display: inline-block;
  float: none;
  font-size: 20px;
  height: auto;
  line-height: 1;
  margin-right: 8px;
  padding: 0;
  vertical-align: middle;
  width: auto;
}

.lg-outer,
.lg-outer .lg,
.lg-outer .lg-inner {
  width: 100%;
  height: 100%;
}

.lg-outer #lg-share {
  position: relative;
}

.lg-outer #lg-share:after {
  content: "\e80d";
}

.lg-outer #lg-share-facebook .lg-icon {
  color: #3b5998;
}

.lg-outer #lg-share-facebook .lg-icon:after {
  content: "\e901";
}

.lg-outer #lg-share-twitter .lg-icon {
  color: #00aced;
}

.lg-outer #lg-share-twitter .lg-icon:after {
  content: "\e904";
}

.lg-outer #lg-share-googleplus .lg-icon {
  color: #dd4b39;
}

.lg-outer #lg-share-googleplus .lg-icon:after {
  content: "\e902";
}

.lg-outer #lg-share-pinterest .lg-icon {
  color: #cb2027;
}

.lg-outer #lg-share-pinterest .lg-icon:after {
  content: "\e903";
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-outer {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer * {
  box-sizing: border-box;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item.lg-current,
.lg-outer.lg-css3 .lg-item.lg-next-slide,
.lg-outer.lg-css3 .lg-item.lg-prev-slide {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-current,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide,
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 100%;
}

.lg-outer .lg-inner {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
}

.lg-outer .lg-item {
  background: url("../img/loading.gif") center center no-repeat;
  display: none !important;
}

.lg-outer.lg-css .lg-current,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide,
.lg-outer.lg-css3 .lg-prev-slide {
  display: inline-block !important;
}

.lg-outer .lg-img-wrap,
.lg-outer .lg-item {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-img-wrap:before,
.lg-outer .lg-item:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  padding: 0 5px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-image {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto !important;
  height: auto !important;
}

.lg-outer.lg-show-after-load .lg-item .lg-object,
.lg-outer.lg-show-after-load .lg-item .lg-video-play {
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object,
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play {
  opacity: 1;
}

.lg-outer .lg-empty-html,
.lg-outer.lg-hide-download #lg-download {
  display: none;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s ease 0s;
  transition: opacity .15s ease 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-current,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-prev-slide {
  -webkit-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item,
.lg-css3.lg-use-left .lg-item {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-current,
.lg-css3.lg-fade .lg-item.lg-next-slide,
.lg-css3.lg-fade .lg-item.lg-prev-slide {
  -webkit-transition: opacity .1s ease 0s;
  transition: opacity .1s ease 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -webkit-transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s, -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-left .lg-item {
  opacity: 0;
  position: absolute;
  left: 0;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  left: -100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide {
  left: 100%;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current {
  left: 0;
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-left .lg-item.lg-current,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide,
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide {
  -webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23007aff%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23ffffff%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3Dhttp%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%20viewBox%3D0%200%2027%2044%3E%3Cpath%20d%3DM27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z%20fill%3D%23000000%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

@media (min-width: 1025px) {
  .lg-outer .lg-thumb-item {
    -webkit-transition: border-color .25s ease;
    transition: border-color .25s ease;
  }
}

/**
 * Global variables
 */

/**
 * Mixins
 **/

/**
 * String Replace
 **/

/**
 * Font Face
 **/

/**
 * Fonts
 */

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts_new/ubuntu/ubuntu-light-webfont.eot?") format("eot"), url("../fonts_new/ubuntu/ubuntu-light-webfont.ttf") format("truetype"), url("../fonts_new/ubuntu/ubuntu-light-webfont.woff") format("woff"), url("../fonts_new/ubuntu/ubuntu-light-webfont.woff2") format("woff2"), url("../fonts_new/ubuntu/ubuntu-light-webfont.svg#Ubuntu") format("svg");
}

@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts_new/ubuntu/ubuntu-light-italic-webfont.eot?") format("eot"), url("../fonts_new/ubuntu/ubuntu-light-italic-webfont.ttf") format("truetype"), url("../fonts_new/ubuntu/ubuntu-light-italic-webfont.woff") format("woff"), url("../fonts_new/ubuntu/ubuntu-light-italic-webfont.woff2") format("woff2"), url("../fonts_new/ubuntu/ubuntu-light-italic-webfont.svg#Ubuntu") format("svg");
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts_new/ubuntu/ubuntu-regular-webfont.eot?") format("eot"), url("../fonts_new/ubuntu/ubuntu-regular-webfont.ttf") format("truetype"), url("../fonts_new/ubuntu/ubuntu-regular-webfont.woff") format("woff"), url("../fonts_new/ubuntu/ubuntu-regular-webfont.woff2") format("woff2"), url("../fonts_new/ubuntu/ubuntu-regular-webfont.svg#Ubuntu") format("svg");
}

@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts_new/ubuntu/ubuntu-regular-italic-webfont.eot?") format("eot"), url("../fonts_new/ubuntu/ubuntu-regular-italic-webfont.ttf") format("truetype"), url("../fonts_new/ubuntu/ubuntu-regular-italic-webfont.woff") format("woff"), url("../fonts_new/ubuntu/ubuntu-regular-italic-webfont.woff2") format("woff2"), url("../fonts_new/ubuntu/ubuntu-regular-italic-webfont.svg#Ubuntu") format("svg");
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts_new/ubuntu/ubuntu-medium-webfont.eot?") format("eot"), url("../fonts_new/ubuntu/ubuntu-medium-webfont.ttf") format("truetype"), url("../fonts_new/ubuntu/ubuntu-medium-webfont.woff") format("woff"), url("../fonts_new/ubuntu/ubuntu-medium-webfont.woff2") format("woff2"), url("../fonts_new/ubuntu/ubuntu-medium-webfont.svg#Ubuntu") format("svg");
}

@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts_new/ubuntu/ubuntu-medium-italic-webfont.eot?") format("eot"), url("../fonts_new/ubuntu/ubuntu-medium-italic-webfont.ttf") format("truetype"), url("../fonts_new/ubuntu/ubuntu-medium-italic-webfont.woff") format("woff"), url("../fonts_new/ubuntu/ubuntu-medium-italic-webfont.woff2") format("woff2"), url("../fonts_new/ubuntu/ubuntu-medium-italic-webfont.svg#Ubuntu") format("svg");
}

@font-face {
  font-family: "Ubuntu";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts_new/ubuntu/ubuntu-bold-webfont.eot?") format("eot"), url("../fonts_new/ubuntu/ubuntu-bold-webfont.ttf") format("truetype"), url("../fonts_new/ubuntu/ubuntu-bold-webfont.woff") format("woff"), url("../fonts_new/ubuntu/ubuntu-bold-webfont.woff2") format("woff2"), url("../fonts_new/ubuntu/ubuntu-bold-webfont.svg#Ubuntu") format("svg");
}

@font-face {
  font-family: "Ubuntu";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts_new/ubuntu/ubuntu-bold-italic-webfont.eot?") format("eot"), url("../fonts_new/ubuntu/ubuntu-bold-italic-webfont.ttf") format("truetype"), url("../fonts_new/ubuntu/ubuntu-bold-italic-webfont.woff") format("woff"), url("../fonts_new/ubuntu/ubuntu-bold-italic-webfont.woff2") format("woff2"), url("../fonts_new/ubuntu/ubuntu-bold-italic-webfont.svg#Ubuntu") format("svg");
}

/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

/* Document
   ========================================================================== */

html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */

a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}

html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}

html {
  font-size: 14px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Ubuntu", sans-serif;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #171717;
  background-color: #ffffff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #dcdcdc;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: .5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #000;
  text-decoration: none;
}

a:focus,
a:hover {
  color: black;
  text-decoration: none;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: none;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role="button"] {
  cursor: pointer;
}

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #dcdcdc;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

button:focus {
  outline: 0;
}

input,
button,
select,
textarea {
  line-height: inherit;
}

input[type="radio"]:disabled,
input[type="checkbox"]:disabled {
  cursor: not-allowed;
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type="search"] {
  -webkit-appearance: none;
}

input {
  outline: 0;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

/**
 * Base:
 * Unclassed HTML elements.
 */

html,
body {
  height: 100%;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Helpers:
 * Helpers styles.
 **/

/**
 * Grid system
 */

.buorg {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid #A29330;
  background: #FDF2AB no-repeat 1em 0.55em url("http:/browser-update.org/img/dialog-warning.gif");
  text-align: left;
  cursor: pointer;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
  font-size: 12px;
}

.buorg div {
  padding: 5px 36px 5px 40px;
}

.buorg a {
  color: #E25600;
}

#buorgclose {
  position: absolute;
  right: .5em;
  top: .2em;
  height: 20px;
  width: 12px;
  font-size: 14px;
  padding: 0;
}

.content-block__inner {
  padding: 0 50px 50px;
}

.content-slider {
  width: 100%;
  padding-bottom: 47px;
  overflow: hidden;
}

.content-slider__item-img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0;
}

.content-slider .swiper-button-prev,
.content-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
}

.content-slider .swiper-button-prev {
  left: 0;
}

.content-slider .swiper-button-next {
  right: 0;
}

.content-slider__inner.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -39px;
}

.content-slider__inner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: none;
  position: relative;
  margin: 0;
  opacity: 1;
}

.content-slider__inner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
  width: 6px;
  height: 6px;
  background: #ebebeb;
  border-radius: 50%;
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
}

.content-slider__inner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background: none;
}

.content-slider__inner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
  background: #f06423;
}

.footer {
  padding: 50px 0 22px;
  text-align: center;
}

.footer__container {
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
  position: relative;
}

.footer__container::after {
  content: "";
  display: table;
  clear: both;
}

.footer__social-icons {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 25px;
}

.footer__partners::after {
  content: "";
  display: table;
  clear: both;
}

.footer__partners-list {
  font-size: 0;
}

.footer__partners-item {
  display: inline-block;
  overflow: hidden;
  margin-left: 15px;
}

.footer__partners-item:first-child {
  margin-left: 0;
}

.footer__partners-link {
  display: block;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
}

.footer__partners-link_caimmo {
  width: 74px;
  height: 20px;
  background-image: url("../img_new/logos/logo__caimmo.png");
}

.footer__partners-link_warimpex {
  width: 69px;
  height: 20px;
  background-image: url("../img_new/logos/logo__warimpex.png");
  background-position: center bottom;
}

.footer__partners-link_ubm {
  width: 29px;
  height: 20px;
  background-image: url("../img_new/logos/logo__ubm.png");
}

.footer__copyright {
  margin-top: 20px;
}

.footer__copyright p {
  padding: 0;
  margin: 0;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  color: #9f9898;
}

.footer__copyright a {
  color: #9f9898;
  position: relative;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.footer__copyright a:active,
.footer__copyright a:focus {
  color: #9f9898;
}

.footer__copyright a:hover {
  color: #9f9898;
}

.footer__copyright a:hover:after {
  background-color: rgba(155, 155, 155, 0.2);
}

.footer__copyright a:after {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(155, 155, 155, 0.2);
  position: absolute;
  bottom: -4px;
  left: 0;
  right: 0;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.footer .li-counter {
  position: absolute;
  bottom: -22px;
  left: 0;
}

.gallery-list::after {
  content: "";
  display: table;
  clear: both;
}

.gallery-list__row {
  margin-right: 0px;
  margin-left: 0px;
}

.gallery-list__row::after {
  content: "";
  display: table;
  clear: both;
}

.gallery-list__col {
  position: relative;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
  float: left;
  width: 50%;
  padding: 10px 0;
}

.gallery-list__item {
  display: block;
  overflow: hidden;
  position: relative;
  background-color: #000;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

.gallery-list__item:hover {
  background-color: #a01e32;
}

.gallery-list__item:hover img {
  opacity: .3;
}

.gallery-list__item:hover:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: none;
  background-image: url("../img_new/gallery-item-hover.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

.gallery-list__item-img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: .5;
}

.gallery-list__item-title {
  position: absolute;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  font-family: "Ubuntu", sans-serif;
  z-index: 5;
  width: 280px;
  left: 50%;
  margin: 0 0 0 -140px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

.humburger {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  overflow: hidden;
  text-align: center;
  line-height: 50px;
}

.humburger_active .humburger__icon_menu {
  display: none;
}

.humburger_active .humburger__icon_close {
  display: block;
}

.humburger__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -11px;
}

.humburger__icon_close {
  display: none;
  margin: -9px 0 0 -9px;
}

.index-content {
  padding: 7px 50px 0;
}

.index-content::after {
  content: "";
  display: table;
  clear: both;
}

.index-content + .index-content {
  margin-top: 40px;
}

.index-content + .index-content:first-child {
  margin-top: 0;
}

.index-content__row {
  max-width: 1110px;
  margin-right: 0;
  margin-left: 0;
}

.index-content__row::after {
  content: "";
  display: table;
  clear: both;
}

.index-content__row + .index-content__row {
  margin-top: 40px;
}

.index-content__row::after {
  content: "";
  display: table;
  clear: both;
}

.index-content__col {
  position: relative;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}

.index-content__col_5 {
  float: left;
  width: 41.66667%;
}

.index-content__col_6 {
  float: left;
  width: 50%;
}

.index-content__col_7 {
  float: left;
  width: 58.33333%;
}

.index-content__picture {
  position: relative;
  z-index: 1;
  margin: 52px -50px 80px;
}

.index-content__picture-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 5;
}

.index-content__picture-layer svg {
  width: 100%;
  height: auto;
}

.index-content__picture-layer polygon {
  cursor: pointer;
  -webkit-transition: fill ease-out .15s;
  transition: fill ease-out .15s;
  fill: rgba(255, 160, 30, 0);
}

.index-content__picture-layer polygon:hover {
  fill: rgba(255, 160, 30, 0.7);
}

.index-content__picture-img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  width: 100%;
}

.index-content__picture-text {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(203deg, #ffa01e, #f06423);
  background-image: linear-gradient(247deg, #ffa01e, #f06423);
  position: absolute;
  bottom: -34px;
  left: 0;
  z-index: 3;
  width: 500px;
  min-height: 148px;
  padding: 40px 40px 0 50px;
  margin: 0;
  font-family: "Ubuntu", sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
}

.index-content__awards {
  max-width: 318px;
  position: relative;
  margin: 4px 0 0 44px;
  padding: 22px 0 33px;
  border: solid 4px #a01e32;
}

.index-content__awards-inner {
  background: #fff;
  position: relative;
  left: -48px;
  padding: 25px 0 30px;
}

.index-content__awards img {
  margin: 0 0 6px;
}

.index-content__awards h3 {
  margin: 10px 0 5px;
}

.index-content__awards p.caption {
  margin: 0;
}

.index-content__data {
  margin: 20px 0;
  text-align: center;
}

.index-content__data-col {
  float: left;
  width: 50%;
}

.index-content__data-item {
  display: inline-block;
  padding: 5px 20px;
}

.index-content__data-icon {
  width: 40px;
  margin-right: 10px;
}

.index-content__popup {
  position: absolute;
  z-index: 10;
  display: none;
  overflow: hidden;
  width: 270px;
  height: 140px;
}

.index-content__popup:after {
  content: '';
  position: absolute;
  left: 20px;
  bottom: -20px;
  border: 10px solid transparent;
  border-top: 10px solid #f1f1f1;
  padding: 0 0 23px;
}

.index-content__popup-text {
  background: #f1f1f1;
  padding: 20px 22px 20px;
  border-radius: 8px;
}

.index-content__popup-text h3 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  margin: 0 0 3px;
}

.index-content__popup-text p {
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  margin: 0 0 5px;
}

.index-slider {
  margin: 30px 0 80px;
}

.index-slider__inner {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.index-slider__list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.index-slider__item {
  position: relative;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 1;
}

.index-slider__item_video .video_is-playing {
  position: relative;
}

.index-slider__item_video .video_is-playing:after {
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img_new/index-slider-pattern.png");
  background-position: 0 0;
  background-repeat: repeat;
  z-index: 3;
}

.index-slider__item-container {
  background-repeat: repeat-x;
  background-image: -webkit-linear-gradient(207deg, #ffa01e, #f06423);
  background-image: linear-gradient(243deg, #ffa01e, #f06423);
  position: absolute;
  bottom: -30px;
  left: 0;
  z-index: 5;
  width: 400px;
  height: 128px;
  padding: 40px 50px 0;
}

.index-slider__item-title {
  font-family: "Ubuntu", sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 32px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
}

.index-slider__item-title-link {
  color: #ffffff;
}

.index-slider__item-title-link:hover,
.index-slider__item-title-link:active,
.index-slider__item-title-link:focus {
  color: #ffffff;
}

.index-slider__item .video__controls {
  bottom: 60px;
}

.index-slider .swiper-container-horizontal > .swiper-pagination-bullets {
  width: auto;
  bottom: -10px;
  left: 48px;
}

.index-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: none;
  position: relative;
  margin: 0;
  opacity: 1;
}

.index-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
}

.index-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background: none;
}

.index-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
  background: #ffffff;
}

.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}

.modal__overlay {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal__dialog {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.modal__dialog_video .modal__content {
  height: auto;
  min-height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  margin-top: 0;
  padding: 0;
  width: 854px;
}

.modal__dialog_image .modal__content {
  height: auto;
  min-height: auto;
  padding: 0;
  width: 854px;
}

.modal__close {
  width: 40px;
  height: 40px;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 10;
  top: 10px;
  right: 10px;
  background-image: url("../img_new/icons/icon__close.svg");
  background-position: center center;
  background-size: 18px 18px;
  background-repeat: no-repeat;
}

.modal__content {
  position: relative;
  width: 500px;
  background-color: #ffffff;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
  margin: 30px auto;
  padding: 40px;
}

.modal__img {
  max-width: 100%;
  height: auto;
  width: 100%;
  padding: 40px;
}

.modal-opened {
  overflow: hidden;
}

.object-slider {
  width: 100%;
  padding-bottom: 47px;
  overflow: hidden;
  position: relative;
}

.object-slider_images .object-slider__images {
  display: block;
}

.object-slider_images .object-slider__switch-item_images {
  color: #ffffff;
  background-color: rgba(240, 100, 35, 0.8);
}

.object-slider_images .object-slider__plans {
  display: none;
}

.object-slider_plans .object-slider__images {
  display: none;
}

.object-slider_plans .object-slider__plans {
  display: block;
}

.object-slider_plans .object-slider__switch-item_plans {
  color: #ffffff;
  background-color: rgba(240, 100, 35, 0.8);
}

.object-slider__item-img {
  max-width: 100%;
  height: auto;
  width: 100%;
  margin: 0;
}

.object-slider .swiper-button-prev,
.object-slider .swiper-button-next {
  position: absolute;
  top: 50%;
  margin-top: -25px;
}

.object-slider .swiper-button-prev {
  left: 0;
}

.object-slider .swiper-button-next {
  right: 0;
}

.object-slider__inner.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: -39px;
}

.object-slider__inner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: none;
  position: relative;
  margin: 0;
  opacity: 1;
}

.object-slider__inner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:before {
  width: 6px;
  height: 6px;
  background: #ebebeb;
  border-radius: 50%;
  content: '';
  display: block;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -3px 0 0 -3px;
}

.object-slider__inner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
  background: none;
}

.object-slider__inner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet-active:before {
  background: #f06423;
}

.object-slider__switch {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 20;
}

.object-slider__switch-item {
  background-color: rgba(255, 160, 30, 0.8);
  float: left;
  width: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all ease-out .15s;
  transition: all ease-out .15s;
}

.object-slider__switch-item,
.object-slider__switch-item:focus,
.object-slider__switch-item:active {
  color: #ffffff;
}

.object-slider__switch-item_active,
.object-slider__switch-item:hover {
  color: #ffffff;
  background-color: rgba(240, 100, 35, 0.8);
}

.object-slider__switch-item img {
  width: 22px;
  height: auto;
  line-height: 40px;
}

.objects {
  padding: 30px 50px 0;
}

.objects::after {
  content: "";
  display: table;
  clear: both;
}

.objects__row {
  margin-right: 0;
  margin-left: 0;
}

.objects__row::after {
  content: "";
  display: table;
  clear: both;
}

.objects__item {
  display: block;
  overflow: hidden;
  padding: 20px 0;
  border-top: solid 1px #ebebeb;
}

.objects__item:first-child {
  padding-top: 10px;
  border-top: 0;
}

.objects__item-inner {
  position: relative;
	overflow: hidden;
  padding-right: 100px;
}

.objects__item-img {
  display: block;
  overflow: hidden;
  float: left;
  max-width: 350px;
  margin-right: 20px;
}

.objects__item-title {
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  color: #f06423;
  margin: 0 0 13px;
  text-transform: none;
}

.objects__item-title a {
  color: inherit;
  position: relative;
  border-bottom: 1px solid #f06423;
}

.objects__item-title a:hover {
  border-bottom-color: transparent;
}

.objects__item-description {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  color: #171717;
  margin: 5px 0 0;
}
.objects__item-description p {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  color: #171717;
  margin-bottom:0;
}

.objects__item-list {
  display: block;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  color: #666;
  margin: 5px 0 0;
}

.objects__item-icons {
  position: absolute;
  right: 0;
  top: 0;
  width: 96px;
  text-align: right;
}

.objects__item-icon {
  margin: 5px;
  display: inline-block;
}

.plans::after {
  content: "";
  display: table;
  clear: both;
}

.plans + .wysiwyg {
  margin-top: 40px;
}

.plans__inner {
  padding-top: 20px;
}

.plans__top {
  position: relative;
}

.plans__top::after {
  content: "";
  display: table;
  clear: both;
}

.plans__filters {
  float: left;
}

.plans__filters-item {
  float: left;
  margin-right: 22px;
}

.plans__filters-item:last-child {
  margin-right: 0;
}

.plans__tips {
  float: left;
  margin-left: 40px;
}

.plans__tips-item {
  float: left;
  margin-right: 30px;
}

.plans__tips-item:last-child {
  margin-right: 0;
}

.plans__tips-item-block {
  width: 30px;
  height: 30px;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 11px;
}

.plans__tips-item-block_empty {
  border-radius: 3px;
  background-color: #ffffff;
  border: solid 1px #ebebeb;
}

.plans__tips-item-block_busy {
  border-radius: 3px;
  background-color: #ebebeb;
  border: solid 1px #ebebeb;
}

.plans__tips-item-block_reserved {
  background-image: url("../img_new/icons/icon__stripes.svg");
  background-position: center;
  background-repeat: no-repeat;
}

.plans__tips-item-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
  color: #171717;
}

.plans__floors {
  position: relative;
}

.plans__floor {
  position: relative;
  margin-top: 55px;
  z-index: 1;
  display: none;
}

.plans__floor::after {
  content: "";
  display: table;
  clear: both;
}

.plans__floor_empty .plans__floor-bg_empty {
  display: block;
}

.plans__floor_busy .plans__floor-bg_busy {
  display: block;
}

.plans__floor_reserved .plans__floor-bg_reserved {
  display: block;
}

.plans__floor-bg {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  display: none;
}

.plans__layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 5;
  display: none;
}

.plans__layer svg {
  width: 100%;
  height: auto;
}

.plans__layer svg path {
  cursor: pointer;
}

.plans__button {
  margin-top: 30px;
  text-align: center;
}

.plans__button::after {
  content: "";
  display: table;
  clear: both;
}

.plans__popup {
  position: absolute;
  z-index: 10;
  display: block;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center center;
  width: 270px;
  height: 103px;
  background-image: url("../img_new/popup_small.svg");
  background-size: 270px 103px;
  padding: 23px 22px 20px;
}

.plans__popup_large {
  width: 314px;
  height: 129px;
  background-image: url("../img_new/popup_large.svg");
  background-size: 314px 129px;
  padding: 23px 26px 16px;
  top: 40px;
  left: 60px;
}

.plans__popup-badge {
  border-radius: 3px;
  background-color: #a01e32;
  float: left;
  clear: both;
  line-height: 21px;
  font-family: "Ubuntu", sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0 5px;
}

.plans__popup-text {
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: #ffffff;
  float: left;
  clear: both;
  margin: 3px 0 0;
}

.plans__popup-link {
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
  float: left;
  clear: both;
  color: #ffffff;
}

.plans__popup-link:before {
  width: 16px;
  height: 10px;
  position: relative;
  content: '';
  float: left;
  background-image: url("../img_new/icons/icon__order.svg");
  background-position: center center;
  background-repeat: no-repeat;
  margin-right: 5px;
  top: 6px;
}

.plans__popup-link:hover,
.plans__popup-link:active,
.plans__popup-link:focus {
  color: #ffffff;
}

.plans__simple-floor {
  position: relative;
  margin-top: 55px;
  z-index: 1;
}

.plans__simple-floor::after {
  content: "";
  display: table;
  clear: both;
}

.plans__simple-floor-bg {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}

.press::after {
  content: "";
  display: table;
  clear: both;
}

.press__item {
  display: block;
  overflow: hidden;
  padding: 20px 0;
  border-top: solid 1px #ebebeb;
}

.press__item:first-child {
  padding-top: 10px;
  border-top: 0;
}

.press__item-inner {
  position: relative;
  overflow: hidden;
}

.press__item-img {
  display: block;
  overflow: hidden;
  float: left;
  max-width: 190px;
  margin-right: 20px;
}

.press__item-img_is-large {
  width: 100%;
  min-width: 100%;
  margin-right: 0;
  margin-bottom: 20px;
  float: none;
}

.press__item-img img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.press__item-title {
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  color: #f06423;
  margin: 0 0 13px;
  text-transform: none;
}

.press__item-title a {
  color: inherit;
  position: relative;
  border-bottom: 1px solid #f06423;
}

.press__item-title a:hover {
  border-bottom-color: transparent;
}

.press__item-description {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  color: #171717;
  margin: 5px 0 0;
}

.press__item-date {
  display: block;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #9f9898;
}

.sections-links {
  margin: 104px 0 0;
}

.sections-links::after {
  content: "";
  display: table;
  clear: both;
}

.sections-links__col {
  float: left;
  width: 33.33333%;
}

.sections-links__item {
  display: block;
  position: relative;
  background-color: #000;
  -webkit-transition: background-color .2s ease-out;
  transition: background-color .2s ease-out;
}

.sections-links__item:hover {
  background-color: #f06423;
}

.sections-links__item:hover img {
  opacity: .3;
}

.sections-links__item:hover:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 3;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  background-image: none;
  background-image: url("../img_new/gallery-item-hover.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 100% auto;
}

.sections-links__item-img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  width: 100%;
  opacity: .6;
}

.sections-links__item-title {
  position: absolute;
  top: 50%;
  -webkit-transform: perspective(1px) translateY(-50%);
  transform: perspective(1px) translateY(-50%);
  font-family: "Ubuntu", sans-serif;
  z-index: 5;
  width: 280px;
  left: 50%;
  margin: 0 0 0 -140px;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-transform: uppercase;
  text-align: center;
  color: #ffffff;
}

.sidebar-panels {
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.sidebar-panels_image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.sidebar-panels_map {
  width: inherit;
  left: auto;
  background: #c9c9c9;
  width: 100%;
}

.sidebar-panels_map > div {
  width: 100%;
  height: 100%;
}
.sidebar-panels_map > iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.google-map-content__title {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  text-align: left;
  color: #171717;
  margin: 0;
}

.google-map-content__description {
  margin: 2px 0 0;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #9f9898;
}

.social-icons {
  margin: 0 0 16px;
}

.social-icons__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.social-icons__item {
  display: inline-block;
  font-size: 0;
  margin-left: 7px;
}

.social-icons__item:first-child {
  margin-left: 0;
}

.social-icons__link {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  font-size: 16px;
  line-height: 32px;
  display: block;
  overflow: hidden;
  text-align: center;
  color: rgba(159, 152, 152, 0.5);
  -webkit-transition: color .2s ease-out;
  transition: color .2s ease-out;
  background-position: center center;
  background-repeat: no-repeat;
}

.social-icons__link_fb {
  color: #4867aa;
  background-color: rgba(72, 103, 170, 0.1);
  background-image: url("../img_new/icons/icon__fb.svg");
}

.social-icons__link_fb:hover {
  color: #4867aa;
  background-color: rgba(72, 103, 170, 0.1);
}

.social-icons__link_vk {
  color: #4a76a8;
  background-color: rgba(74, 118, 168, 0.1);
  background-image: url("../img_new/icons/icon__vk.svg");
}

.social-icons__link_vk:hover {
  color: #4a76a8;
  background-color: rgba(74, 118, 168, 0.1);
}

.social-icons__link_insta {
  color: #fe455a;
  background-color: rgba(254, 69, 90, 0.1);
  background-image: url("../img_new/icons/icon__insta.svg");
}

.social-icons__link_insta:hover {
  color: #fe455a;
  background-color: rgba(254, 69, 90, 0.1);
}

.social-icons__link i {
  vertical-align: middle;
}

.video {
  position: relative;
}

.video__content {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
}

.video__content video,
.video__content iframe,
.video__content object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__controls {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
}

.video__controls-item {
  width: 130px;
  height: 130px;
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.video__controls-item_play:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -20px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 46px;
  border-color: transparent transparent transparent #ffa01e;
}

.video__controls-item_pause:before,
.video__controls-item_pause:after {
  width: 12px;
  height: 40px;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  background: #ffa01e;
}

.video__controls-item_pause:before {
  margin: -20px 0 0 -16px;
}

.video__controls-item_pause:after {
  margin: -20px 0 0 4px;
}

.video .player {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  width: 100% !important;
  height: auto !important;
}

.video .player::before {
  display: block;
  content: "";
}

.video .player uppod_player_div,
.video .player iframe,
.video .player embed,
.video .player object,
.video .player video {
  position: absolute !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.video .player::before {
  padding-top: 75%;
}

.wysiwyg {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  color: #000;
  /**
   * Headers
   */
  /**
   * Images
   */
}

.wysiwyg > *:first-child {
  margin-top: 0 !important;
}

.wysiwyg > *:last-child {
  margin-bottom: 0 !important;
}

.wysiwyg p {
  margin-bottom: 20px;
}

.wysiwyg p.lead {
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  color: #a01e32;
  margin-bottom: 20px;
}

.wysiwyg p.caption {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #9f9898;
  margin-bottom: 20px;
}

.wysiwyg p.center {
  text-align: center;
}

.wysiwyg.highlight,
.wysiwyg .highlight {
  font-weight: 400;
}

.wysiwyg b,
.wysiwyg strong {
  font-weight: 500;
}

.wysiwyg a {
  color: #f06423;
  border-bottom: solid 1px #f06423;
}

.wysiwyg a:active,
.wysiwyg a:hover,
.wysiwyg a:focus {
  color: #f06423;
}

.wysiwyg a:hover {
  border-bottom-color: transparent;
}

.wysiwyg ul,
.wysiwyg ol {
  padding: 2px 0 0 26px;
}

.wysiwyg ul p,
.wysiwyg ol p {
  margin: 0;
}

.wysiwyg ul li,
.wysiwyg ol li {
  position: relative;
  margin: 0 0 5px;
}

.wysiwyg ul li:last-child,
.wysiwyg ol li:last-child {
  margin-bottom: 0;
}

.wysiwyg ul {
  list-style: none;
}

.wysiwyg ul li:before {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: '';
  background-color: #f06423;
  display: block;
  overflow: hidden;
  position: absolute;
  left: -17px;
  top: 10px;
}

.wysiwyg > img,
.wysiwyg p > img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.wysiwyg > img {
  margin: 5px auto 22px;
}

.wysiwyg p > img {
  margin: 3px 0 8px;
}

.wysiwyg p > img.icon {
  float: left;
  width: 50px;
  height: 50px;
  margin: 10px 10px 0 5px;
}

.wysiwyg .table {
  border: 1px solid #cfdce6;
  margin: 20px 0 30px;
  width: 100%;
}

.wysiwyg .table_center th,
.wysiwyg .table_center td {
  text-align: center;
}

.wysiwyg .table th,
.wysiwyg .table td {
  padding: 10px 15px;
  border: 1px solid #dddddd;
  vertical-align: middle;
}

.wysiwyg .table th {
  background: #ebebeb;
}

.wysiwyg .table__plan {
  width: 80px;
  height: auto;
  cursor: pointer;
}

.alert {
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.alert_danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442;
}

.alert_success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d;
}

.alert_info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f;
}

.alert_warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b;
}

.breadcrumbs {
  padding-top: 40px;
}

.breadcrumbs::after {
  content: "";
  display: table;
  clear: both;
}

.breadcrumbs + * {
  margin-top: 0 !important;
}

.breadcrumbs__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.breadcrumbs__item {
  float: left;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #9f9898;
}

.breadcrumbs__item:not(:last-child):after {
  content: '/';
  margin-right: 4px;
  margin-left: 4px;
}

.breadcrumbs__link {
  color: #9f9898;
}

.breadcrumbs__link:hover {
  color: #9f9898;
}

.breadcrumbs__text {
  color: #9f9898;
}

.button {
  background-image: -webkit-linear-gradient(top, #ffa01e 0%, #f06423 100%);
  background-image: linear-gradient(to bottom, #ffa01e 0%, #f06423 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFA01E', endColorstr='#FFF06423', GradientType=0);
  display: inline-block;
  margin-bottom: 0;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
  text-align: center;
  padding: 8px 34px 6px;
  color: #ffffff;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.button__text {
  color: #ffffff;
}

.button_wide {
  width: 100%;
}

.button_empty {
  background: none;
}

.button_empty .button__text {
  color: #f06423;
}

.button_empty:active .button__text,
.button_empty:hover .button__text,
.button_empty:focus .button__text {
  color: #f06423;
}

.button_empty:hover .button__text {
  color: #f06423;
}

.button_large {
  padding: 13px 34px 11px;
}

.button_search:before {
  width: 13px;
  height: 13px;
  content: '';
  display: inline-block;
  background-image: url("../img_new/icons/icon__search.svg");
  position: relative;
  top: 1px;
  margin-right: 0;
  left: -12px;
}

.button_webcam,
.button_webcam-orange {
  padding-left: 38px;
}

.button_webcam:before,
.button_webcam-orange:before {
  width: 17px;
  height: 18px;
  content: '';
  display: inline-block;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
  margin-right: 0;
  left: -10px;
}

.button_webcam:before {
  background-image: url("../img_new/icons/icon__webcam.svg");
}

.button_webcam-orange:before {
  background-image: url("../img_new/icons/icon__webcam-orange.svg");
}

.button:active,
.button:focus {
  color: #ffffff !important;
}

.button:hover {
  color: #ffffff !important;
  opacity: .8;
}

.checkbox {
  position: relative;
  display: inline-block;
  margin: 30px 0;
}

.checkbox__label {
  position: relative;
  padding: 0 0 0 30px;
  margin: 0;
  cursor: pointer;
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #9f9898;
  vertical-align: top;
}

.checkbox__label:before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: -1px;
  left: 0;
  content: '';
  border-radius: 3px;
  background-color: #ebebeb;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.checkbox [type="checkbox"]:not(:checked),
.checkbox [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.checkbox [type="checkbox"]:disabled + label {
  opacity: .5;
}

.checkbox [type="checkbox"]:checked + label:before {
  border-color: #f06423;
  background-color: #f06423;
  box-shadow: none;
}

.content-header {
  position: relative;
  padding: 0 0 22px;
  margin: 80px 0 20px;
  max-width: 1010px;
}

.content-header::after {
  content: "";
  display: table;
  clear: both;
}

.content-header_index {
  margin-top: 20px;
}

.content-header:before {
  width: 70px;
  height: 2px;
  content: '';
  position: absolute;
  z-index: 3;
  display: block;
  bottom: 0;
  left: 1px;
  background: #ffa01e;
  border-right: 15px solid #fff;
}

.content-header:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  z-index: 1;
  display: block;
  bottom: 0;
  left: 1px;
  right: 0;
  background: #f0f0f0;
}

.content-header_h2 {
  padding-bottom: 32px;
  margin-bottom: 33px;
}

.header {
  position: relative;
  overflow: hidden;
}

.header__logo {
  display: block;
  overflow: hidden;
  margin: 25px 0 0 20px;
}

.header__logo-img_large {
  display: block;
}

.header__logo-img_small {
  display: none;
}

.header__lang {
  width: 30px;
  height: 30px;
  font-size: 12px;
  font-weight: bold;
  line-height: 30px;
  color: #ffa01e;
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  -webkit-transition: color .15s ease-out;
  transition: color .15s ease-out;
}

.header__lang:focus,
.header__lang:active {
  color: #f06423;
}

.header__lang:hover {
  color: #f06423;
}

.header__content-inner {
  padding: 0 25px;
  margin-top: 28px;
}

.header__phone {
  display: block;
  margin-top: 23px;
  text-align: center;
  font-size: 24px;
  line-height: 40px;
  font-weight: 500;
}

.header__phone,
.header__phone:active,
.header__phone:focus,
.header__phone:hover {
  color: #a01e32;
}

.header__button {
  margin-top: 10px;
  padding: 0 5px;
}

.header__button:first-child {
  margin-top: 23px;
}

.header-content--visible {
  overflow: hidden !important;
}

.header--is-affixed-top {
  position: fixed;
  top: 0;
  left: 0;
}

.header--is-affixed-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
}

.input_inline-block {
  display: inline-block;
}

.input_empty-label {
  margin-top: 10px;
}

.input__field[type="text"],
.input__field[type="email"],
.input__field[type="password"],
.input__field[type="phone"],
.input__field[type="number"] {
  border-radius: 3px;
  background-color: #ebebeb;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  display: block;
  width: 100%;
  padding: 14px 10px;
  background-image: none;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #171717;
}

.input__field[type="text"]::-webkit-input-placeholder,
.input__field[type="email"]::-webkit-input-placeholder,
.input__field[type="password"]::-webkit-input-placeholder,
.input__field[type="phone"]::-webkit-input-placeholder,
.input__field[type="number"]::-webkit-input-placeholder {
  color: #9f9898;
}

.input__field[type="text"]:-ms-input-placeholder,
.input__field[type="email"]:-ms-input-placeholder,
.input__field[type="password"]:-ms-input-placeholder,
.input__field[type="phone"]:-ms-input-placeholder,
.input__field[type="number"]:-ms-input-placeholder {
  color: #9f9898;
}

.input__field[type="text"]::placeholder,
.input__field[type="email"]::placeholder,
.input__field[type="password"]::placeholder,
.input__field[type="phone"]::placeholder,
.input__field[type="number"]::placeholder {
  color: #9f9898;
}

.input__field[type="file"] {
  padding: 6px 0;
}

.input__field_error,
.input__field .error {
  border-color: #c87872 !important;
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25) !important;
}

.input__field_inline-block {
  display: inline-block !important;
  min-width: 20px;
  width: auto !important;
}

.input__field:focus {
  outline: 0;
}

.input + .input,
.input + .textarea {
  margin-top: 30px;
}

.input__prefix {
  margin: 0 5px 0 0;
}

.input__suffix {
  margin: 0 0 0 5px;
}

.menu-main {
  position: relative;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
}

.menu-main__list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.menu-main__item {
  margin: 0;
  position: relative;
  border-top: 1px solid #ebebeb;
}

.menu-main__item:after {
  width: 5px;
  height: 10px;
  content: '';
  background: url("../img_new/icons/icon__menu-arrow.svg") no-repeat center center;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 15px;
}

.menu-main__item:first-child {
  border-top: 0;
}

.menu-main__item_active.menu-main__item_has-subitems:after {
  top: 14px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.menu-main__link {
  position: relative;
  z-index: 3;
  display: block;
  padding: 9px 5px;
  text-transform: uppercase;
  font-size: 14px;
  -webkit-transition: color .15s ease-out;
  transition: color .15s ease-out;
}

.menu-main__link:hover,
.menu-main__link_active {
  color: #a01e32;
}

.menu-main__link_active + .menu-main__sub-list {
  display: block !important;
}

.menu-main__sub-list {
  padding: 0 0 8px 23px;
  margin: 0;
  list-style: none;
  display: none;
}

.menu-main__sub-item {
  position: relative;
  margin-bottom: 9px;
}

.menu-main__sub-link:after {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  content: '';
  background-color: #a01e32;
  display: block;
  overflow: hidden;
  position: absolute;
  left: -16px;
  top: 7px;
  opacity: 0;
  -webkit-transition: opacity .15s ease-out;
  transition: opacity .15s ease-out;
}

.menu-main__sub-link:hover:after,
.menu-main__sub-link_active:after {
  opacity: 1;
}

.select {
  cursor: pointer;
  display: inline-block;
  position: relative;
  height: 50px;
}

.select-hidden {
  display: none !important;
  visibility: hidden !important;
}

.select-styled {
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  padding: 4px 40px 2px 0;
  color: #171717;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-bottom: solid 1px #e7792c;
}

.select-styled:after {
  width: 5px;
  height: 10px;
  content: '';
  background: url("../img_new/icons/icon__menu-arrow.svg") no-repeat center center;
  display: block;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  right: 4px;
  top: 9px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.select-styled:active:after,
.select-styled.active:after {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.select-options {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  border: solid 1px #f06423;
  display: none;
  position: absolute;
  top: 29px;
  right: 0;
  left: 0;
  z-index: 10;
  margin: 0;
  padding: 0;
  list-style: none;
}

.select-options li {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #171717;
  margin: 0;
  padding: 4px 20px 4px 10px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}

.select-options li:hover {
  background-color: #ebebeb;
}

.select-options li[rel="hide"] {
  display: none;
}

select {
  display: none !important;
  visibility: hidden !important;
}

.textarea {
  display: block;
  width: 100%;
  padding: 16px 10px;
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #171717;
  background-color: #ebebeb;
  box-shadow: inset 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  background-image: none;
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  height: 160px;
  resize: none;
  border-radius: 3px;
}

.textarea_error,
.textarea .error {
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}

.textarea_width-3 {
  height: 160px;
}

.textarea:focus {
  outline: 0;
}

.textarea::-webkit-input-placeholder {
  color: #9f9898;
}

.textarea:-ms-input-placeholder {
  color: #9f9898;
}

.textarea::placeholder {
  color: #9f9898;
}

h1,
h2,
h3,
h4 {
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

h1 {
  font-size: 33px;
  line-height: 40px;
  color: #ffa01e;
}

h2 {
  font-size: 27px;
  line-height: 32px;
  color: #ffa01e;
  margin-bottom: 15px;
}

h3 {
  font-size: 20px;
  line-height: 25px;
  color: #a01e32;
  margin: 0 0 17px;
}

p {
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}

p.caption {
  font-size: 13px;
  font-weight: 300;
  line-height: 20px;
  color: #9f9898;
}

.wrapper {
  position: relative;
  min-height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.wrapper__sidebar,
.wrapper__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper__sidebar {
  position: relative;
}

.wrapper__sidebar_left {
  z-index: 10;
  width: 280px;
  background-color: #ffffff;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 280px;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
}

.wrapper__sidebar_left:after {
  content: '';
  display: block;
  overflow: hidden;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: #dddddd;
}

.wrapper__sidebar_right {
  z-index: 1;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.wrapper__content {
  position: relative;
  z-index: 5;
  background-color: #ffffff;
  box-shadow: 0 2px 25px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
}

.wrapper__content_wide {
  width: 1000px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 1000px;
  -ms-flex: 0 1 1000px;
  flex: 0 1 1000px;
}

.wrapper__content_thin {
  width: 660px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 660px;
  -ms-flex: 0 1 660px;
  flex: 0 1 660px;
}

.wrapper__footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 280px;
  z-index: 15;
}

.swiper-container {
  overflow: visible;
}

.swiper-navigation {
  position: absolute;
  bottom: 0;
  right: 0;
  overflow: hidden;
  display: block;
  height: 50px;
  width: 100px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 11px 21px;
  position: relative;
  float: left;
  left: auto;
  right: auto;
  outline: none;
  margin-top: -25px;
}

.swiper-button-prev {
  background-image: url("../img_new/icons/icon__arrow-left.svg");
}

.swiper-button-next {
  background-image: url("../img_new/icons/icon__arrow-right.svg");
}

@media (min-width: 576px) {
  .footer__container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .footer__container {
    width: 540px;
    max-width: 100%;
  }

  .footer__social-icons {
    padding: 0 24px;
  }

  .gallery-list__row {
    margin-right: -5px;
    margin-left: -5px;
  }

  .gallery-list__col {
    padding-right: 5px;
    padding-left: 5px;
  }

  .index-content__row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .index-content__col {
    padding-right: 10px;
    padding-left: 10px;
  }

  .objects__row {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  .footer__container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer__container {
    width: 740px;
    max-width: 100%;
  }

  .gallery-list__row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .gallery-list__col {
    padding-right: 10px;
    padding-left: 10px;
  }

  .index-content__row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .index-content__col {
    padding-right: 10px;
    padding-left: 10px;
  }

  .objects__row {
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .footer__container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer__container {
    width: 960px;
    max-width: 100%;
  }

  .gallery-list__row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .gallery-list__col {
    padding-right: 10px;
    padding-left: 10px;
  }

  .index-content__row {
    margin-right: -30px;
    margin-left: -30px;
  }

  .index-content__col {
    padding-right: 30px;
    padding-left: 30px;
  }

  .objects__row {
    margin-right: 0;
    margin-left: 0;
  }

  .header {
    width: 280px;
    margin-bottom: 232px;
  }
}

@media (min-width: 1200px) {
  .footer__container {
    padding-right: 10px;
    padding-left: 10px;
  }

  .footer__container {
    width: 1380px;
    max-width: 100%;
  }

  .gallery-list__row {
    margin-right: -10px;
    margin-left: -10px;
  }

  .gallery-list__col {
    padding-right: 10px;
    padding-left: 10px;
  }

  .index-content__row {
    margin-right: -30px;
    margin-left: -30px;
  }

  .index-content__col {
    padding-right: 30px;
    padding-left: 30px;
  }

  .objects__row {
    margin-right: -30px;
    margin-left: -30px;
  }
}

@media (max-width: 991px) {
  .content-block__inner {
    padding: 0 20px;
  }

  .content-slider {
    max-width: none;
    width: calc(100% + 40px);
    margin-left: calc(-20px);
    margin-right: calc(-20px);
  }

  .footer .li-counter {
    position: relative;
    bottom: auto;
    left: auto;
    margin: 15px auto 0;
    display: inline-block;
  }

  .humburger {
    display: block;
  }

  .index-content {
    padding: 0 20px;
  }

  .index-content__picture {
    margin: 33px -20px 80px;
    text-align: center;
  }

  .index-content__picture-text {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 20px 24px 24px;
    min-height: auto;
  }

  .index-slider {
    padding-bottom: 110px;
  }

  .index-slider__item-container {
    width: 100%;
    padding: 0;
    bottom: -110px;
    height: auto;
    min-height: 110px;
    right: 0;
    text-align: center;
  }

  .index-slider__item-title {
    padding: 20px 20px 58px;
  }

  .index-slider__item .video__controls {
    bottom: 32px;
  }

  .index-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    width: 100%;
    bottom: -96px;
    left: 0;
  }

  .modal__dialog_video .modal__content {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .modal__dialog_image .modal__content {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
  }

  .modal__content {
    width: 100%;
    min-height: 100%;
    margin: 0;
    padding: 10px;
  }

  .objects {
    padding: 0 20px;
  }

  .plans__tips {
    clear: both;
    margin-left: 0;
  }

  .plans__tips-item {
    margin-top: 10px;
    margin-right: 20px;
  }

  .sections-links {
    display: none;
  }

  .sidebar-panels {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    height: auto;
  }

  .sidebar-panels::after {
    content: "";
    display: table;
    clear: both;
  }

  .sidebar-panels_map > div {
    height: 500px;
  }
  .sidebar-panels_map > iframe {
    height: 500px;
  }

  .wysiwyg > img,
  .wysiwyg p > img {
    max-width: none;
    width: calc(100% + 40px);
    margin-left: calc(-20px);
    margin-right: calc(-20px);
  }

  .content-header {
    margin: 28px 0 27px;
    padding-bottom: 15px;
  }

  .content-header_index {
    margin: 28px 0 27px;
    padding-bottom: 15px;
  }

  .header {
    overflow: visible;
    height: 50px;
  }

  .header__top {
    position: relative;
    z-index: 60;
    height: 50px;
    box-shadow: 0 2px 40px 0 rgba(0, 0, 0, 0.1);
  }

  .header__logo {
    margin: 0;
    padding: 19px 0 0 16px;
    float: left;
  }

  .header__logo-img_large {
    display: none;
  }

  .header__logo-img_small {
    display: block;
  }

  .header__lang {
    right: 57px;
    top: 10px;
  }

  .header__content {
    display: none;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    padding-bottom: 0;
    overflow: auto;
  }

  .header__content:before {
    content: '';
    display: block;
    z-index: 40;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
  }

  .header__content-inner {
    background: #ffffff;
    width: 280px;
    margin: 0;
    position: absolute;
    z-index: 50;
    top: 0;
    right: 0;
    padding: 23px 25px 30px;
    min-height: 100%;
  }

  .wrapper {
    display: block;
  }

  .wrapper__sidebar,
  .wrapper__content {
    display: block;
    width: 100%;
    min-height: auto;
  }

  .wrapper__sidebar_left {
    box-shadow: none;
    height: auto;
    z-index: 20;
  }

  .wrapper__sidebar_left:after {
    content: none;
  }

  .wrapper__sidebar_right {
    padding-top: 20px;
  }

  .wrapper__sidebar_is-hideable {
    display: none !important;
  }

  .wrapper__content {
    padding-bottom: 0;
    box-shadow: none;
  }

  .wrapper__footer {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
  }

  .swiper-navigation {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .gallery-list__col {
    padding-bottom: 0;
  }

  .gallery-list__item-title {
    padding: 0 20px;
  }

  .index-content__row + .index-content__row {
    margin-top: 30px;
  }

  .index-content__col_5 {
    float: left;
    width: 100%;
  }

  .index-content__col_6 {
    float: left;
    width: 100%;
  }

  .index-content__col_7 {
    float: left;
    width: 100%;
  }

  .objects__item-img {
    max-width: 300px;
  }

  .video__controls-item {
    width: 60px;
    height: 60px;
  }

  .video__controls-item_play:before {
    margin: -14px 0 0 -10px;
    border-width: 14px 0 14px 22px;
  }

  .video__controls-item_pause:before,
  .video__controls-item_pause:after {
    width: 6px;
    height: 20px;
  }

  .video__controls-item_pause:before {
    margin: -10px 0 0 -8px;
  }

  .video__controls-item_pause:after {
    margin: -10px 0 0 2px;
  }
}

@media (max-width: 575px) {
  .content-block__inner {
    padding: 0 10px;
  }

  .content-slider {
    width: calc(100% + 20px);
    margin-left: calc(-10px);
    margin-right: calc(-10px);
  }

  .gallery-list__col {
    float: left;
    width: 100%;
  }

  .gallery-list__col:first-child {
    padding-top: 0;
  }

  .gallery-list__item-title {
    left: 0;
    right: 0;
    width: 100%;
    margin-left: 0;
  }

  .index-content {
    padding: 0 10px;
  }

  .index-content__col_6 {
    margin-top: 5px;
  }

  .index-content__col_6:first-child {
    margin-top: 0;
  }

  .index-content__picture {
    margin: 3px -10px 0;
  }

  .index-content__picture-text {
    padding-bottom: 18px;
  }

  .index-content__popup {
    left: 50%;
    margin-left: -135px;
  }

  .index-slider__item-title {
    padding-bottom: 50px;
  }

  .index-slider .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -102px;
  }

  .modal__dialog_video .modal__content {
    padding: 0;
    height: auto;
  }

  .modal__dialog_image .modal__content {
    padding: 0;
    height: auto;
  }

  .objects {
    padding: 0 10px;
  }

  .objects__item {
    margin: 0 -10px;
    padding: 20px 10px;
  }

  .objects__item:first-child {
    padding-top: 0;
  }

  .objects__item:last-child {
    border-bottom: solid 1px #ebebeb;
  }

  .objects__item-inner {
    padding-right: 0;
  }

  .objects__item-img {
    width: 100%;
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    float: none;
  }

  .objects__item-icons {
    width: 100%;
    right: auto;
    top: auto;
    position: relative;
    margin-top: 10px;
    text-align: left;
  }

  .plans__filters {
    clear: both;
    float: none;
  }

  .plans__filters-item {
    clear: both;
    float: none;
    margin-right: 0;
  }

  .plans__popup {
    left: 50%;
    margin-left: -135px;
  }

  .plans__popup_large {
    left: 50%;
    margin-left: -157px;
  }

  .press__item {
    margin: 0 -10px;
    padding: 20px 10px;
  }

  .press__item:first-child {
    padding-top: 0;
  }

  .press__item:last-child {
    border-bottom: solid 1px #ebebeb;
  }

  .press__item-img {
    display: none;
  }

  .press__item-img_is-large {
    display: block;
  }

  .wysiwyg > img,
  .wysiwyg p > img {
    width: calc(100% + 20px);
    margin-left: calc(-10px);
    margin-right: calc(-10px);
  }

  .breadcrumbs {
    display: none;
  }

  .content-header {
    text-align: center;
    margin: 0 0 20px;
    padding: 20px 0 22px;
  }

  .content-header_index {
    text-align: left;
    margin: 20px 0 10px;
    padding: 0 0 23px;
  }

  .content-header_index:before,
  .content-header_index:after {
    display: none;
  }

  .content-header:before {
    display: none;
  }

  .select {
    width: 100%;
  }

  h1 {
    font-size: 27px;
    line-height: 32px;
  }

  h2 {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 10px;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .footer__partners-link_caimmo {
    background-image: url("../img_new/logos/logo__caimmo@2x.png");
    background-size: 74px 17px;
  }

  .footer__partners-link_warimpex {
    background-image: url("../img_new/logos/logo__warimpex@2x.png");
    background-size: 69px 16px;
  }

  .footer__partners-link_ubm {
    background-image: url("../img_new/logos/logo__ubm@2x.png");
    background-size: 29px 14px;
  }

  .index-slider__item_video .video_is-playing:after {
    background-image: url("../img_new/index-slider-pattern2x.png");
    background-size: 152px 152px;
  }
}

.mb20 {
  margin-bottom: 20px;
}

.wysiwyg div.lead p {
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  color: #731618;
  margin-bottom: 20px;
}

.wysiwyg div.lead p:last-child {
    margin-bottom: 0 !important;
}
.wysiwyg div.lead p:first-child {
    margin-bottom: 20px !important;
}
.page_plan .wysiwyg div.lead.with_plan p:last-child {
    margin-bottom: 0 !important;
}

textarea.input-validation-error,
.input__field[type="text"].input-validation-error,
.input__field[type="email"].input-validation-error,
.input__field[type="password"].input-validation-error,
.input__field[type="phone"].input-validation-error,
.input__field[type="number"].input-validation-error,
.checkbox__label.input-validation-error:before{
    background-color: rgba(254, 69, 90, 0.1);
}

.breadcrumbs__item:not(:last-child):after {
    margin-left: 8px;
}

.press__item-description p:last-child {
    margin-bottom: 0 !important;
}

.video__content embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.wysiwyg .iframe_wrap {
	    height: 0;
    padding-bottom: 60.25%;
    position: relative;
    width: 100%;
    margin-bottom:1rem;
}
.wysiwyg iframe {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	max-width: 750px;
}

.no_link{
    cursor:default !important;
    text-decoration:none !important;
    color: #171717  !important;
    border-bottom: none  !important;
}

.press__item.first{
	border:none;
}
.press__item-img {
    max-width: 290px;
}
.press__item-date p{
	    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
}
.content-header-list {
    position: relative;
    margin: 20px 0 0;
    max-width: 1010px;
}

.wysiwyg p > img.content__icon{
	float: left;
	width: 50px;
	height: 50px;
	margin: 0 2px 0 0;
}


.main_object_param_value{
	font-weight:500;
}

/*.objects__item-description p,
.objects__item-list p{
	margin-bottom:0;
}
.objects__item-list p {
    font-size: 13px;
    font-weight: 300;
    line-height: 20px;
    color: #9f9898;
}*/

@media (max-width: 575px){
	.index-content__col_6 {
	    margin-bottom: 10px;
	}
}

@media (max-width: 767px){
	.index-content__col_6,
	.index-content__col_7 {
	    margin-bottom: 10px;
	}
}
@media (max-width: 1100px){
	.press__item-img {
    max-width: 230px;
	}
}



/*other css*/
/* СЃС‚РёС‚Рё С‚Р°Р±Р°  */

.box-ul-floor {

    position: relative;

    z-index: 1;

    width: 420px;

    box-sizing: border-box;

}



.box-ul-floor p {

    width: 100%;

    display: block;

    position: relative;

    padding: 10px;

    cursor: pointer;

    box-sizing: border-box;

    margin-bottom: 40px;



}



.box-ul-floor p::after {

    content: '';

    position: absolute;

    top: 12px;

    right: 10px;

    background: url(/templates/airportcity/slider_/arrow_.svg) no-repeat center center;

    width: 12px;

    height: 12px;

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);

    z-index: 5;

}



.box-ul-floor p:hover::after {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg)

}



.ul-floor {

    position: absolute;

    top: 40px;

    width: 420px;

    background: #fff;

    list-style-type: none;

    border: 1px solid #ffa500;

    padding: 0px;

    box-sizing: border-box;

    z-index: 2;

}



.ul-floor li {

    display: none;

    padding: 10px 10px;

    cursor: pointer;

}



.ul-floor li:hover {

    background: rgb(230, 230, 230);

}



.box-ul-floor:hover .ul-floor li {

    display: block;

}



/* СЃС‚С‚РёР»Рё Р±Р»РѕРєР° СЃ РєР°СЂС‚РёРЅРєР°РјРё */

.box-foto {

    position: absolute;

    padding: 20px;

    top: 50%;

    left: 50%;

    transform: translate(-50%, -80%);

    width: 70%;

    box-sizing: border-box;

    margin: auto;

    z-index: 2;

}



.overley {

    display: none;

    content: '';

    position: absolute;

    width: 100%;

    height: 100%;

    top: 0px;

    left: 0px;

    background: rgb(255, 255, 255, 0);

    z-index: 1;

}



.close-btn {

    position: absolute;

    top: -10px;

    right: 0px;

    display: inline-block;

    padding: 5px 15px;

    background: #ffa500;

    border: 2px solid rgb(231, 231, 231);

    box-shadow: 1px 2px 6px grey;

    color: #fff;

    border-radius: 30px;

}

.close-btn:hover {

    background: #ff4800;

}

.box-img-floor {

    width: 600px;

    height: 500px;

    position: relative;

    box-sizing: border-box;

}



.cam-icon {

    cursor: pointer;

}



.box-out-foto {

    width: 90%;

    margin: auto;

}

.box-out-foto img {

    border: 2px solid rgb(231, 231, 231);

    box-shadow: 1px 2px 6px grey;

}



.small-foto {

    display: block;

    height: 100px;

    text-align: center;

}



.small-foto img {

    display: inline-block;

    margin: 1px;

}



.box-svg {

    display: none;

}



/* С‚Р°Р±С‹ РґР»СЏ Р°РІРёР°С‚Р°СѓСЌСЂ 1 2  */

.tab-planirovka {

    position: relative;

    width: 150px;

    box-sizing: border-box;

}



.title-floor,

.ul-box {

    position: relative;

    left: 20px;

    width: 100%;

    background: #fff;

    box-sizing: border-box;

}



.title-floor {

    padding: 10px;



}

.title-floor::after {

    content: '';

    position: absolute;

    top: 12px;

    right: 10px;

    background: url(/templates/airportcity/slider_/arrow_.svg) no-repeat center center;

    width: 12px;

    height: 12px;

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);

    z-index: 4;

}



.title-floor:hover::after {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg)

}





.ul-box {

    position: absolute;

    border: 1px solid orange;

    padding: 0px;

    box-sizing: border-box;

    margin: 0px;

    background: #fff;

    z-index: 3;

}



.ul-box li {

    list-style-type: none;

    padding: 12px 10px;

    display: none;

}



.tab-planirovka:hover .ul-box li {

    display: block;

}

.ul-box li:hover {

    background: rgb(238, 238, 238);

}



.img-floor {

    position: relative;

    top: 20px;

    left: 0px;

    width: 600px;

    height:600px;

}
.box-sl {
    width: 100%;
    height: auto;
    position: relative;
    box-sizing: border-box;
}
.box-menu-sl {
    position: absolute;
    top: 0;
    width: 300px;
    box-sizing: border-box;
    background: #fff;
}
.title-sl {
    padding: 10px 20px;
    /* border: 1px solid orange; */
}
.title-sl::after {
    content: '';
    position: absolute;
    top: 12px;
    right: 10px;
    background: url(/templates/airportcity/slider_/arrow_.svg) no-repeat center center;
    width: 12px;
    height: 12px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    z-index: 4;
}

.title-sl:hover::after {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}
.menu-sl {
    position: relative;
    top: 0px;
    border: 1px solid orange;
    box-sizing: border-box;
    z-index: 1;
}
.menu-iter {
    display: none;
    padding: 10px 20px;
    background: #fff;
}
.menu-iter:hover {
    background: rgb(238, 238, 238);
}
.box-menu-sl:hover .menu-iter {
    display: block;
}
.foto-sl {
    position: relative;
    width: 100%;
    height: auto;
    transform: translateY(50px);
    background-size: contain!important;
    box-sizing: border-box;
}
.foto-sl img, .popUp-mi-foto {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
}
.popUpSl-sl {
    position: fixed;
    width: 600px;
    top: 25%;
    left: 25%;
    z-index: 10000;
}

.wysiwyg > .out:last-child{
    margin-bottom: 10% !important;

}
@media (max-width: 600px) {
  .popUpSl-sl {
    width: 250px;
  }
  .popUp-grid-foto img {
       height: 12%!important;
  }
}
.popUpSl-sl img {
    width: 100%;
}
.popUp-close {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 2px solid orange;
    border-radius: 100px;
    top: 5px;
    right: 5px;
    z-index: 10;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.61);
}
.popUp-close::before, .popUp-close::after {
    display: block;
    position: absolute;
    content: '';
    width: 24px;
    height: 4px;
    top: 11px;
    right: 1px;
    border-radius: 10px;
    z-index: 11;
    background: orange;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.61);
}
.popUp-close::before {
    transform: rotate(45deg);
}
.popUp-close::after {
    transform: rotate(-45deg);
}
.popUp-grid-foto {
    width: 100%;
    height: 200px;
}

.popUp-grid-foto img {
    width: 15%;
    margin-right: 1px;
    height: 60px;
}
.cls-1 {
    cursor: pointer;
}
.title-svg {
    text-transform: capitalize;
}
.cams {
    cursor: pointer
}
.cams:hover {
    cursor: pointer;
    box-shadow: 2px 2px 2px black;
    filter: url(shadow.svg#drop-shadow);
}

.wrapper > .wrapper__content section:first-child{
	margin-top:0;
}

.button_webcam:before, .button_webcam-orange:before {
    width: 24px;
    height: 24px;
    background-size: 24px;
    background-image:url(../img_new/icons/web_cam_38px.svg);
    margin-bottom:-3px;
}

.plans__button .button_webcam:before,.plans__button .button_webcam-orange:before {
    width: 24px;
    height: 26px;
    background-size: 24px;
    background-image:url("../img_new/icons/icon__webcam.svg");
    margin-bottom:-3px;
    margin-top:-3px
}


.location_inner.objects {
    padding: 0;
}
.location_inner .objects__item-inner {
    padding-right: 0;
    width:100%;
}
.location_inner .objects__item-img {
    width:100%;
    max-width: 100%;
    margin-right: 0;
}

.on_location .objects__item-list p:last-child{
    margin-bottom:0;
}
.on_location .object-slider__switch-item,
.on_location .object-slider__switch-item:focus,
.on_location .object-slider__switch-item:active {
    color: #ffffff;
    border-bottom:0;
}
