

/* Start:/local/templates/template/css/style_custom.css?15396867402587*/
.header .account-logout {
    position: relative;
    color: #fff;
    margin-top: 2px;
    font-size: 11px;
    font-weight: 500;
    opacity: 0.6;
}
.header .account-logout:before {
    display: inline-block;
    content: "";
    position: absolute;
    left: -17px;
    top: 2px;
    width: 11px;
    height: 11px;
    background-repeat: no-repeat;
    background-image: url(/local/templates/template/css/../images/sprites/logout.png);
}
.account-wrap {
    float: right;
    position: relative;
}
.audio-icon {
    background-image: url("/local/templates/template/css/../images/sprites/audio_menu.png");
    background-position: 15px center;
}
.fcp-icon {
    background-image: url("/local/templates/template/css/../images/sprites/o_fcp.png");
    background-position: 10px center;
}
.popup-form-wrapper {
    overflow-y: scroll;
}
.moder_modal {
    background: #fff;
    max-width: 100%;
    max-height: 100%;
    padding: 6%;
    border-radius: 3px;
    overflow-y: scroll;
}
.moder-add-images {
    display: inline-block;
    position: relative;
}
.moder-add-images span {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}
.moder-add-images:hover span {
    display: block;
}
.form_chkbox input[type=radio] {
    display: none;
}
.video-input-block input {
    display: inline-block !important;
}

.offer_album .jqselect {
    min-width: 300px;
}

a.more-page__link:after {
    background: transparent;
    background: -ms-linear-gradient(top, rgba(255, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: url("/local/templates/template/css/../images/png_opacity.png");
    content: "";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.more-page__info {
    z-index: 999;
}
.news-item__img {
    overflow: hidden;
}

.news-item__img {max-height: 160px; min-height: 160px}
a.news-item__img {overflow: hidden; 
 -webkit-transition: all 2s ease; -moz-transition: all 2s ease; -ms-transition: all 2s ease; transition: all 2s ease;
}
article a.news-item__img img {transform: scale(1.5)}
article:hover a.news-item__img img {transform: scale(1.05)}

.event-page__content .news-item__img {
    height: auto !important;
}
.owl-carousel .owl-item {
    height: 300px;
}
.expert-slider .owl-carousel .owl-item {
    height: auto;
}
.news-item__thumbs .owl-item {
    height: 86px;
}
.slider-full .owl-item {
    height: auto !important;
}
.calc_wrapper {
	background: url(/local/templates/template/css/../images/calc/calc-bg.png) repeat-x;
	background-position-y: 125px;
}
.calc_wrapper .breadcrumb {
	background: none;
}
/* End */


/* Start:/local/templates/template/css/fancybox.css?153959681218139*/
@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide > title,
.fancybox-slide > style,
.fancybox-slide > meta,
.fancybox-slide > link,
.fancybox-slide > script,
.fancybox-slide > base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none;
  position: static;
}

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 22px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }



.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide > .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 35px;
  font-weight: 700; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

p.fancybox-share__links {
  margin-right: -10px; }

.fancybox-share__button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  min-width: 130px;
  border: 0;
  border-radius: 3px;
  background: #fff;
  white-space: nowrap;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  transition: all .2s; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  position: relative;
  top: -1px;
  width: 25px;
  height: 25px;
  margin-right: 7px;
  vertical-align: middle; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0 0 0;
  padding: 10px 15px;
  background: transparent;
  color: #5d5b5b;
  font-size: 14px;
  outline: none;
  border: 0;
  border-bottom: 2px solid #d7d7d7; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x > ul {
  overflow: hidden; }

.fancybox-thumbs-y > ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs > ul > li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li > img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs > ul > li {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/local/templates/template/css/swiper.css?153959681122296*/
/**
 * Swiper 4.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 13, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  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;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 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;
  -o-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;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.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;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.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-slide-shadow-bottom {
  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: -o-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: -o-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: -o-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: -o-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));
}
/* IE10 Windows Phone 8 Fixes */
.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-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
    width: 20px;
    height: 38px;
  margin-top: -19px;
  z-index: 10;
  cursor: pointer;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.6;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url(/local/templates/template/css/../img/icons/prev.png);
  left: 0px;
  right: auto;
}
.swiper-button-prev:hover,
.swiper-container-rtl .swiper-button-next:hover {
    background-image: url(/local/templates/template/css/../img/icons/prev-h.png);
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url(/local/templates/template/css/../img/icons/next.png);
  right: 0px;
  left: auto;
}
.swiper-button-next:hover,
.swiper-container-rtl .swiper-button-prev:hover{
    background-image: url(/local/templates/template/css/../img/icons/next-h.png);
}

.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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%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%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%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: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 20px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 100%;
  border: 2px solid #fff;
  opacity: 0.6;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  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;
  width: 18px;
  height: 18px;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -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%);
  -ms-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: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.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);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.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 > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.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%;
  -ms-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);
  }
}
/* a11y */
.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;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-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;
  -ms-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;
  -ms-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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}

/* End */


/* Start:/local/templates/template/css/style.css?159593254551646*/
/*@charset "utf-8";*/

html {
    -webkit-text-size-adjust:100%;
    -moz-text-size-adjust:100%;
    -ms-text-size-adjust:100%;
    text-size-adjust:100%;
}
a {
    text-decoration:none;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
img{
    border:none;
    max-width: 100%;
    height:auto;
}
a,button{
    outline: none;
    cursor:pointer;
}
li{
    list-style:none;
}
button{
    background:none;
    border:none;
    font-family: Arial, sans-serif;
}
b {
    display: inline;
    font-weight: 700;
}
a, button, input, textarea{
    -webkit-appearance: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
*:after,
*:before{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
* {
    position: relative;
    margin:0;
    padding:0;
    /*word-wrap: break-word;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
input, textarea{
    display:block;
}
a, span, button, i{
    display: inline-block;
}


/******* input,textarea *******/

textarea{
    resize:none;
    outline:none;
    border:none;
    overflow:auto;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: none;
    font-family: Arial, sans-serif;
}
input{
    outline:none;
    border:none;
    -webkit-appearance:none;
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    background: none;
    font-family: Arial, sans-serif;
}
input[type='number']{
    -moz-appearance:textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button{
    -webkit-appearance:none;
}
input[type="submit"]{
    cursor:pointer;
    -webkit-appearance:none;
}
input[type="search"]::-webkit-search-cancel-button{
    background:none;
    display:none;
}

.modal .search-field input::-webkit-input-placeholder {color:#777;}
.modal .search-field input::-moz-placeholder          {color:#777;}
.modal .search-field input:-moz-placeholder           {color:#777;}
.modal .search-field input:-ms-input-placeholder      {color:#777;}

input::-webkit-input-placeholder {color:#000;}
input::-moz-placeholder          {color:#000;}
input:-moz-placeholder           {color:#000;}
input:-ms-input-placeholder      {color:#000;}

.search-field input::-webkit-input-placeholder {color:#fff;}
.search-field input::-moz-placeholder          {color:#fff;}
.search-field input:-moz-placeholder           {color:#fff;}
.search-field input:-ms-input-placeholder      {color:#fff;}

header.sticky .search-field input::-webkit-input-placeholder {color:#01aef0;}
header.sticky .search-field input::-moz-placeholder          {color:#01aef0;}
header.sticky .search-field input:-moz-placeholder           {color:#01aef0;}
header.sticky .search-field input:-ms-input-placeholder      {color:#01aef0;}

textarea::-webkit-input-placeholder {color:#000;}
textarea::-moz-placeholder          {color:#000;}
textarea :-moz-placeholder           {color:#000;}
textarea:-ms-input-placeholder      {color:#000;}

input:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
input:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}

textarea:focus::-webkit-input-placeholder {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus::-moz-placeholder          {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-moz-placeholder           {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}
textarea:focus:-ms-input-placeholder      {color: transparent; -webkit-transition:all 0.5s ease; -o-transition:all 0.5s ease; -moz-transition:all 0.5s ease; transition:  all 0.5s ease;}


/*body*/

@font-face {
    font-family: Arial, sans-serif;
    font-family: "Times New Roman", Times, sans-serif;
    font-family: 'Ubuntu', sans-serif;
    font-family: 'Open Sans', sans-serif;
    font-family: 'Roboto Slab', serif;
}

@font-face {
    font-family: 'SwiftC';
    src: url('/local/templates/template/css/../fonts/SwiftRegular_43151.eot');
    src: url('/local/templates/template/css/../fonts/SwiftRegular_43151.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/template/css/../fonts/SwiftRegular_43151.woff2') format('woff2'),
    url('/local/templates/template/css/../fonts/SwiftRegular_43151.woff') format('woff'),
    url('/local/templates/template/css/../fonts/SwiftRegular_43151.ttf') format('truetype'),
    url('/local/templates/template/css/../fonts/SwiftRegular_43151.svg#SwiftRegular_43151') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SwiftC';
    src: url('/local/templates/template/css/../fonts/SwiftC-Regular.eot');
    src: url('/local/templates/template/css/../fonts/SwiftC-Regular.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular.woff2') format('woff2'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular.woff') format('woff'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular.ttf') format('truetype'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular.svg#SwiftC-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SwiftC';
    src: url('/local/templates/template/css/../fonts/SwiftC-Bold.eot');
    src: url('/local/templates/template/css/../fonts/SwiftC-Bold.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/template/css/../fonts/SwiftC-Bold.woff2') format('woff2'),
    url('/local/templates/template/css/../fonts/SwiftC-Bold.woff') format('woff'),
    url('/local/templates/template/css/../fonts/SwiftC-Bold.ttf') format('truetype'),
    url('/local/templates/template/css/../fonts/SwiftC-Bold.svg#SwiftC-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SwiftC';
    src: url('/local/templates/template/css/../fonts/SwiftC-Regular_1.eot');
    src: url('/local/templates/template/css/../fonts/SwiftC-Regular_1.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular_1.woff2') format('woff2'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular_1.woff') format('woff'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular_1.ttf') format('truetype'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular_1.svg#SwiftC-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SwiftC';
    src: url('/local/templates/template/css/../fonts/SwiftRegular_43151_1.eot');
    src: url('/local/templates/template/css/../fonts/SwiftRegular_43151_1.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/template/css/../fonts/SwiftRegular_43151_1.woff2') format('woff2'),
    url('/local/templates/template/css/../fonts/SwiftRegular_43151_1.woff') format('woff'),
    url('/local/templates/template/css/../fonts/SwiftRegular_43151_1.ttf') format('truetype'),
    url('/local/templates/template/css/../fonts/SwiftRegular_43151_1.svg#SwiftRegular_43151') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SwiftC';
    src: url('/local/templates/template/css/../fonts/SwiftC-Bold_1.eot');
    src: url('/local/templates/template/css/../fonts/SwiftC-Bold_1.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/template/css/../fonts/SwiftC-Bold_1.woff2') format('woff2'),
    url('/local/templates/template/css/../fonts/SwiftC-Bold_1.woff') format('woff'),
    url('/local/templates/template/css/../fonts/SwiftC-Bold_1.ttf') format('truetype'),
    url('/local/templates/template/css/../fonts/SwiftC-Bold_1.svg#SwiftC-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SwiftC';
    src: url('/local/templates/template/css/../fonts/SwiftC-Regular_2.eot');
    src: url('/local/templates/template/css/../fonts/SwiftC-Regular_2.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular_2.woff2') format('woff2'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular_2.woff') format('woff'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular_2.ttf') format('truetype'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular_2.svg#SwiftC-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SwiftC';
    src: url('/local/templates/template/css/../fonts/SwiftC-Bold_2.eot');
    src: url('/local/templates/template/css/../fonts/SwiftC-Bold_2.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/template/css/../fonts/SwiftC-Bold_2.woff2') format('woff2'),
    url('/local/templates/template/css/../fonts/SwiftC-Bold_2.woff') format('woff'),
    url('/local/templates/template/css/../fonts/SwiftC-Bold_2.ttf') format('truetype'),
    url('/local/templates/template/css/../fonts/SwiftC-Bold_2.svg#SwiftC-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'SwiftC';
    src: url('/local/templates/template/css/../fonts/SwiftC-Regular_3.eot');
    src: url('/local/templates/template/css/../fonts/SwiftC-Regular_3.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular_3.woff2') format('woff2'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular_3.woff') format('woff'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular_3.ttf') format('truetype'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular_3.svg#SwiftC-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SwiftC';
    src: url('/local/templates/template/css/../fonts/SwiftRegular_43151_2.eot');
    src: url('/local/templates/template/css/../fonts/SwiftRegular_43151_2.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/template/css/../fonts/SwiftRegular_43151_2.woff2') format('woff2'),
    url('/local/templates/template/css/../fonts/SwiftRegular_43151_2.woff') format('woff'),
    url('/local/templates/template/css/../fonts/SwiftRegular_43151_2.ttf') format('truetype'),
    url('/local/templates/template/css/../fonts/SwiftRegular_43151_2.svg#SwiftRegular_43151') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SwiftC';
    src: url('/local/templates/template/css/../fonts/SwiftC-Regular_4.eot');
    src: url('/local/templates/template/css/../fonts/SwiftC-Regular_4.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular_4.woff2') format('woff2'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular_4.woff') format('woff'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular_4.ttf') format('truetype'),
    url('/local/templates/template/css/../fonts/SwiftC-Regular_4.svg#SwiftC-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SwiftC';
    src: url('/local/templates/template/css/../fonts/SwiftRegular_43151_3.eot');
    src: url('/local/templates/template/css/../fonts/SwiftRegular_43151_3.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/template/css/../fonts/SwiftRegular_43151_3.woff2') format('woff2'),
    url('/local/templates/template/css/../fonts/SwiftRegular_43151_3.woff') format('woff'),
    url('/local/templates/template/css/../fonts/SwiftRegular_43151_3.ttf') format('truetype'),
    url('/local/templates/template/css/../fonts/SwiftRegular_43151_3.svg#SwiftRegular_43151') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SwiftC';
    src: url('/local/templates/template/css/../fonts/SwiftC-Bold_3.eot');
    src: url('/local/templates/template/css/../fonts/SwiftC-Bold_3.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/template/css/../fonts/SwiftC-Bold_3.woff2') format('woff2'),
    url('/local/templates/template/css/../fonts/SwiftC-Bold_3.woff') format('woff'),
    url('/local/templates/template/css/../fonts/SwiftC-Bold_3.ttf') format('truetype'),
    url('/local/templates/template/css/../fonts/SwiftC-Bold_3.svg#SwiftC-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}




body{
font-family: 'Ubuntu', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #000;
    background: #fff;
    font-size: 14px;
}

a,
button{
    color: #000;
}

a:hover,
button:hover{

}

p{

}

.wrapper{
    width: 100%;
    overflow: hidden;
}

.container{
    width: 100%;
    max-width: 1170px;
    min-width: 320px;
    margin: 0 auto;
    padding: 0 15px;
}

/*list-page*/

.list-page{
    padding: 35px 0;
}

.list-page a{
    display: block;
    font-size: 16px;
    margin-bottom: 10px;
}

.list-page a:hover{
    text-decoration: underline;
}


/*wrap-main-slider*/

.wrap-main-slider{
    min-height: 100vh;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.wrap-main-slider header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 91;
}

/*header*/

header{
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
}

header.sticky {
    position: fixed;
    -webkit-box-shadow: 0px 0px 10px 0px #999;
    -moz-box-shadow: 0px 0px 10px 0px #999;
    box-shadow: 0px 0px 10px 0px #999;
}

header.sticky .header-top{
    display: none;
}

header.sticky .header-item{
    padding: 15px 0 5px 0;
    background: #ffffff;
}

/*header.sticky .header-item .logo{
    display: none;
}*/

header.sticky .container{
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

header.sticky .menu{
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    padding: 0 10px 0 20px;
    text-align: center;
    max-width: 100%;
}

header.sticky .menu li{
    margin-bottom: 0;
}

header.sticky .menu a{
    color: #01aef0;
    font-weight: 400;
}

header.sticky .menu a:hover{
    opacity: 0.8;
}

header.sticky .search{
    width: 230px;
    margin-bottom: 10px;
}

header.sticky .search-field input {
    border-color: #01aef0;
    padding-right: 30px;
    padding-left: 10px;
    color: #01aef0;
}

header.sticky .search-send i{
    color: #01aef0;
}



header.sticky .logo-item:before {
    background: url(/local/templates/template/css/../img/icon_blue.svg) no-repeat top left;
/*background: url(https://voda.org.ru/local/templates/template/img/clipboard.svg) no-repeat top left;*/
background-size: contain;
	top: 2px;
	width: 45px;
	height: 45px;
}

header.sticky .logo {
    color: #01aef0;
    width: 45px;
    height: 53px;
    overflow: hidden;
}

header.sticky .logo-item{
/*    padding-left: 61px;*/
    overflow: hidden;
    color: transparent;
/*    min-height: 59px;*/
}



header.sticky .logo-note{
    display: none;
}


header.sticky .sub-menu {
    -webkit-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 1px 5px rgba(0,0,0,.3);
    box-shadow: 1px 1px 5px rgba(0,0,0,.3);
}


.header-wrap{
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.header-wrap:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.55;
}

.header-wrap header {
    z-index: 9;
}

.header-top{
    padding: 5px 0;
/*    background: url(http://voda.org.ru/snowflakes.png) repeat-x;*/
background: rgba(0,0,0,0.5);
}

.header-top .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-top-col{
    width: -webkit-calc((100% - 230px)/2);
    width: -moz-calc((100% - 230px)/2);
    width: calc((100% - 230px)/2);
}

.header-top-col:last-of-type{
    text-align: right;
}

.soc-link{
    text-align: center;
}

header .soc-link {
    width: 230px;
    padding: 0 20px;
}

.soc-link a{
    margin: 0 3px;
    font-size: 18px;
    color: #ffffff;
    opacity: 0.6;
    display: inline-block;
    vertical-align: middle;
}

.soc-link a:hover {
    opacity: 1;
}

.entry-user{
    font-size: 12px;
    color: #ffffff;
    opacity: 0.6;
    padding-left: 20px;
}

.entry-user:hover{
    opacity: 1;
}

.entry-user i{
    position: absolute;
    left: 0;
    top: -2px;
    font-size: 14px;
}

.your-city{
    font-size: 12px;
    color: #e7e7e7;
}

.your-city a{
    color: #e7e7e7;
    border-bottom: 1px dashed #e7e7e7;
}

.your-city a:hover {
    color: #01aef0;
    border-color: #01aef0;
}

.header-item{
    padding: 10px 0;
}

.header-item .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo{
    width: 230px;
    text-transform: uppercase;
    color: #ffffff;
    font-family: "Times New Roman", Times, sans-serif;
}

.logo-item{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 32px;
    width: 100%;
    line-height: 1.18;
    padding-left: 75px;
    font-weight: 700;
    min-height: 74px;
    font-family: "SwiftC";
}

.logo-item:before{
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    background: url(/local/templates/template/css/../img/icon.svg) no-repeat top left;
/*background: url(https://voda.org.ru/local/templates/template/img/clipboard.svg) no-repeat top left;*/
background-size: contain;
    width: 61px;
    height: 61px;
}

.logo-note{
    display: block;
    font-size: 9.6px;
    padding-top: 5px;
}

.search{
    width: 230px;
}

.search-field{
    width: 100%;
}

.search-field input{
    width: 100%;
    border: 2px solid #fff;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 0 65px 0 20px;
    font-size: 14px;
    height: 43px;
    line-height: 41px;
}

.search-send{
    width: 45px;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
}

.search-send input {
    width: 100%;
    height: 100%;
    z-index: 1;
}

.search-send i{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    color: #ffffff;
    font-size: 15px;
}

.search-send:hover i{
    color: #01aef0;
}

.menu{
    width: -webkit-calc(100% - 230px - 230px);
    width: -moz-calc(100% - 230px - 230px);
    width: calc(100% - 230px - 230px);
    padding: 0 20px;
    max-width: 500px;
}

.menu-item{
    margin-right: 13px;
    padding-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}

.menu-item-link{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
}

.menu-item-link:before {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #ffffff;
}

.menu-item-link:hover:before{
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}

.sub-menu{
    position: absolute;
    top: 100%;
    left: 0;
    width: 250px;
    padding: 15px;
    background: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-box-shadow: 2px 2px 1px rgba(0,0,0,.5);
    -moz-box-shadow: 2px 2px 1px rgba(0,0,0,.5);
    box-shadow: 2px 2px 1px rgba(0,0,0,.5);
}

.menu-item:hover .sub-menu{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    z-index: 9;
}

.sub-menu li{
    margin-bottom: 10px;
}

.sub-menu li:last-of-type {
    margin-bottom: 0;
}

.sub-menu a{
    text-transform: uppercase;
    color: #000000;
    font-weight: 700;
}

.sub-menu a:hover{
    color: #01aef0;
}

.header-white {
    display: none;
    background: #ffffff;
    padding: 15px 0;
}

.header-white .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.logo-blue{
    width: 130px;
}

.btn-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.open-search,
.open-nav{
    color: #01aef0;
    margin-left: 20px;
}

.open-search:hover,
.open-nav:hover {
    color: #00d4ff;
}

.open-search{
    font-size: 19px;
}

.open-nav{
    font-size: 24px;
}

.overlay{
    display: none;
}

.close-nav{
    display: none;
}

/*main-slider*/

.main-slider{
    color: #ffffff;
}

.main-slider .swiper-slide{
    min-height: 100vh;
    padding-top: 160px;
    padding-bottom: 50px;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.main-slider .swiper-slide:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.55;
    z-index: 1;
}

.main-slider-content{
    width: 100%;
    text-align: center;
    padding-top: 50px;
    z-index: 2;
    padding-left: 15px;
    padding-right: 15px;
}

h1{
    text-align: center;
    font-family: "SwiftC";
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 700;
    margin-bottom: 20px;
}

.over-title-slider{
    display: block;
    text-align: center;
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: 700;
    font-family: "SwiftC";
}

.blue-btn{
    text-transform: uppercase;
    color: #ffffff;
    display: inline-block;
    font-size: 20px;
    background: #01aef0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 53px;
    line-height: 53px;
    padding: 0 30px;
    text-align: center;
}

.blue-btn span{
    z-index: 2;
}

.blue-btn:before{
    content: '';
    position: absolute;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    top: 0;
    right: 0;
    width: 0;
    height: 100%;
    background: #00d4ff;
}

.blue-btn:hover:before {
    width: 100%;
    left: 0;
    right: auto;
}

.main-slider .blue-btn{
    min-width: 250px;
}

.main-slider .swiper-pagination{
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

/*footer*/

footer{
    padding: 30px 0;
    border-top: 2px solid #BFBFBF;
}

footer .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.footer-info{
    width: 360px;
}

.footer-info p{
    margin-bottom: 20px;
    font-size: 12px;
    color: #777777;
}

.footer-soc-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.footer-soc-link a{
    margin-right: 5px;
    display: inline-block;
    vertical-align: top;
    width: 22px;
    opacity: 1;
}

.footer-soc-link a img{
    width: 100%;
}

.footer-soc-link a:hover {
    opacity: 0.25;
}

.footer-item{
    padding-left: 45px;
    width: -webkit-calc(100% - 360px);
    width: -moz-calc(100% - 360px);
    width: calc(100% - 360px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-menu{
    width: 410px;
    padding-right: 45px;
}

.footer-menu li{
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
}

.footer-menu li:last-of-type{
    margin-right: 0;
}

.footer-menu a{
    color: #000000;
    text-decoration: underline;
    font-size: 16px;
}

.footer-menu a:hover{
    color: #01aef0;
}

.footer-subscription{
    width: -webkit-calc(100% - 410px);
    width: -moz-calc(100% - 410px);
    width: calc(100% - 410px);
}

.footer-subscription p{
    font-size: 12px;
    color: #777777;
}

.footer-subscription .txt-link {
    text-decoration: none;
}

.txt-link{
    color: #01aef0;
    text-decoration: underline;
}

.txt-link:hover{
    color: #ff0000;
}

h6{
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-subscription h6{
    text-align: right;
}

.subscription-form{
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.subscription-field{
    width: -webkit-calc(100% - 130px);
    width: -moz-calc(100% - 130px);
    width: calc(100% - 130px);
}

.subscription-field input{
    width: 100%;
    height: 40px;
    line-height: 39px;
    padding: 0 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: 1px solid #D7D7D7;
    font-size: 12px;
    color: #000000;
}

.subscription-send{
    width: 120px;
}

.subscription-send input{
    font-size: 12px;
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    width: 100%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #01aef0;
    height: 40px;
    line-height: 40px;
}

.subscription-send input:hover{
    background: #00d4ff;
}

/*section*/

.content{
    padding: 45px 0;
}

.gray-bg{
    background: #efefef;
}

h3{
    font-family: "SwiftC" !important;
    font-size: 39px !important;
    margin-top: 0px !important;
    margin-bottom: 25px !important;
    padding: 0 15px !important;
}

h3 span{
    text-decoration: underline;
}

.wrapper .indent-null{
    margin: 0;
    padding: 0;
}

/*partners-slider*/

.partners-slider{
    padding: 0 60px;
}

.partners-slider .swiper-slide{
    width: 180px;
    height: 70px;
    overflow: hidden;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.partners-slider .swiper-slide img{
    max-height: 100%;
    width: 100%;
}

/*tabs*/

.wrap_tabs{
    margin-bottom: 45px;
}

.tabs_content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;

    opacity: 0;
}

.tabs_content.active {
    position: relative;
    z-index: 3;

    opacity: 1;
}

.tabs_caption{
    margin-bottom: 15px;
}

.tabs_caption li{
    cursor: pointer;
    text-transform: uppercase;
    text-align: center;
    color: #777777;
    font-size: 15px;
    border: 1px solid #777777;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 10px;
    padding: 10px 15px;
    margin-bottom: 10px;
    display: inline-block;
    vertical-align: top;
}

.tabs_caption li:hover {
    background: #777777;
    color: #ffffff;
    border-color: #777777;
}

.tabs_caption li.active {
    border-color: #17A2B8;
    color: #17a2b8;
    background: none;
    pointer-events: none;
}

.tabs-title{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.tabs-title .tabs_caption{
    padding-left: 15px;
}

.tabs-title .txt-link {
    margin-left: 15px;
    vertical-align: middle;
    margin-bottom: 25px;
}

.tabs_caption-color li{
    border: none;
    color: #ffffff;
    text-transform: none;
}

.tabs_caption-color li:hover{
    opacity: 0.8;
    background: darkcyan;
}

.tabs_caption-color li.active{
    color: #000000;
    background: #e6e6e6;
    border: 1px solid #ADADAD;
}

.green-bg {
    background: #5cb85c;
}

.blue-bg {
    background: #5bc0de;
}

.orange-bg {
    background: #f0ad4e;
}

.red-bg {
    background: #ff0000;
}

/*media*/

.media{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.media-item{
    margin-right: 10px;
    margin-bottom: 5px;
    width: -webkit-calc(33.3% - 10px);
    width: -moz-calc(33.3% - 10px);
    width: calc(33.3% - 10px);
    overflow: hidden;
    min-height: 260px;
    padding: 20px 15px;
    color: #ffffff;
    font-size: 18px;

    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    height: 100%;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.media-item-bg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.media-item-bg:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	background: -moz-linear-gradient(top, rgba(0,0,0,0.1) 20%, rgba(0,0,0,0.03) 45%, rgba(0,0,0,0.65) 100%);
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.03) 45%,rgba(0,0,0,0.65) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.1) 20%,rgba(0,0,0,0.03) 45%,rgba(0,0,0,0.65) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08000000', endColorstr='#a6000000',GradientType=0 );
    opacity: 1;
    z-index: 1;
}

.media-item-bg img{
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.media-item:hover .media-item-bg img,
.news-item:hover .media-item-bg img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.media-item:hover .media-item-bg:before,
.news-item:hover .media-item-bg:before {
	background:#000;
    opacity: 0.3;
}

.media-item-title {
    z-index: 2;
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-box-align: end;*/
    /*-webkit-align-items: flex-end;*/
    /*-moz-box-align: end;*/
    /*-ms-flex-align: end;*/
    /*align-items: flex-end;*/
    /*height: 100%;*/
    /*-webkit-align-content: flex-end;*/
    /*-ms-flex-line-pack: end;*/
    /*align-content: flex-end;*/
}

/*opinion-and-about*/

.opinion-and-about{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
}

.opinion-and-about-col {
    width: 50%;
    padding: 25px 10px;
}

.opinion-col{
    background: #efefef;
}

.opinion-col:before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1000px;
    background: #efefef;
    right: 100%;
}

.opinion-col h4{
    padding: 0 15px;
}

h4{
    font-size: 35px;
    font-family: "SwiftC";
    margin-bottom: 20px;
}

.opinion-slider {
    padding: 0 25px;
}

.slide-opinion-img{
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
    width: 70px;
    height: 70px;
    display: inline-block;
    vertical-align: top;
}

.slide-opinion-img img{
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.slide-opinion-item{
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    padding-left: 15px;
}

.slide-opinion-name{
    margin-bottom: 10px;
    font-family: "SwiftC";
    font-size: 18px;
}

.slide-opinion-quote{
    font-style: italic;
    margin-bottom: 10px;
    font-size: 16px;
}

.tp-txt {
    margin-bottom: 10px;
}

.tp-txt p{
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Ubuntu', sans-serif;
}

.opinion-slider .btn-wrap{
    text-align: right;
}

.opinion-and-about .btn-wrap{
    padding-top: 10px;
}

.opinion-and-about .tp-txt p{
    font-size: 16px;
    margin-bottom: 10px;
}

.btn-wrap{

}

.btn-wrap a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 35px 10px 0;
}

.btn-wrap a:last-of-type{
    margin-right: 0;
}

.about-col{
    padding-left: 35px;
    padding-right: 35px;
}

.green-btn{
    text-align: center;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px;
    background: #8cd057;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(119,177,74,1);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(119,177,74,1);
    box-shadow: inset 0px -2px 0px 0px rgba(119,177,74,1);
}

.green-btn:hover {
    background: #7bba53;
    -webkit-box-shadow: inset 0px 0px 0px 0px rgba(119,177,74,0);
    -moz-box-shadow: inset 0px 0px 0px 0px rgba(119,177,74,0);
    box-shadow: inset 0px 0px 0px 0px rgba(119,177,74,0);
}

.about-block-sub-title{
    margin-bottom: 20px;
    font-size: 22px;
    font-family: Ubuntu;
}

/*water-and-about-water*/

.water-and-about-water{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 45px;
}

.water-and-about-water-col {
    width: 50%;
}

.water-col {
    background-color: #002c4f;
    background: url(/local/templates/template/img/button_bg.jpg);
    background-size: cover;
    background-position: center;
}
.about-water-col{
    background: white;
    background: url(/local/templates/template/img/water_bg.jpg);
    background-size: cover;
    background-position: center;
}

.about-water-block,
.water-block {
    padding: 25px;
    width: 100%;
}

.water-col h4{
    font-size: 35px;
    font-family: "SwiftC";
    color: white;
    text-align: center;
    margin: 10px;
    padding: 35px;
    border: 1px solid white;
}

.water-col a:hover h4{
    color: black;
    background-color: white;
    border: 1px solid black;
}
.info_vertical {width:100%}
.about-water-col h4{
    font-size: 35px;
    font-family: "SwiftC";
    text-align: center;
    margin: 10px;
    padding: 35px;
    border: 1px solid #999;
}

.about-water-col a:hover h4{
    border: 1px solid #fff;
    background-color: #01aef0;
    color: white;
}

/*news-wrap*/

.news-wrap{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.news-item{
    overflow: hidden;
    color: #ffffff;
    margin-bottom: 5px;

    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
}

.news-squares{
    width: 570px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-big-item{
    width: -webkit-calc(100% - 570px);
    width: -moz-calc(100% - 570px);
    width: calc(100% - 570px);
    padding: 20px 30px;
    min-height: 410px;
}

.news-squares-item{

}

.news-item-text{
    /*height: 100%;*/
    z-index: 2;
    /*display: -webkit-box;*/
    /*display: -webkit-flex;*/
    /*display: -moz-box;*/
    /*display: -ms-flexbox;*/
    /*display: flex;*/
    /*-webkit-flex-wrap: wrap;*/
    /*-ms-flex-wrap: wrap;*/
    /*flex-wrap: wrap;*/
    /*-webkit-box-align: end;*/
    /*-webkit-align-items: flex-end;*/
    /*-moz-box-align: end;*/
    /*-ms-flex-align: end;*/
    /*align-items: flex-end;*/
    /*-webkit-align-content: flex-end;*/
    /*-ms-flex-line-pack: end;*/
    /*align-content: flex-end;*/
}

.news-item-date{
    color: #ffffff;
    margin-bottom: 10px;
    background: #000000;
    padding: 3px 5px;
    font-size: 9px;
}

.news-item-title{
    font-family: 'Roboto Slab', serif;
    display: block;
    font-size: 16px;
}

.news-big-item .news-item-date {
    font-size: 16px;
}

.news-big-item .news-item-title{
    font-size: 30px;
}

.news-squares .news-item{
    min-height: 200px;
    margin-left: 5px;
    width: -webkit-calc(50% - 5px);
    width: -moz-calc(50% - 5px);
    width: calc(50% - 5px);
    padding: 15px;
    height: -webkit-calc(50% - 5px);
    height: -moz-calc(50% - 5px);
    height: calc(50% - 5px);
}

/*projects-slider*/

.projects-slider{
    margin-bottom: 45px;
    height: 470px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.projects-slider .gallery-thumbs{
    width: 300px;
    background: #01a0e0;
}

.projects-slider .gallery-top{
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px);
}

.projects-slider .gallery-top .swiper-slide{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 35px 40px;
}

.projects-slider .gallery-thumbs .swiper-slide{
    cursor: pointer;
    color: #ffffff;
    font-size: 18px;
    line-height: 20px;
    height: initial;
    font-family: 'Roboto Slab', serif;
    padding: 15px 30px;
    background: rgba(1,172,240,1);
    background: -moz-linear-gradient(top, rgba(1,172,240,1) 0%, rgba(1,147,205,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(1,172,240,1)), color-stop(100%, rgba(1,147,205,1)));
    background: -webkit-linear-gradient(top, rgba(1,172,240,1) 0%, rgba(1,147,205,1) 100%);
    background: -o-linear-gradient(top, rgba(1,172,240,1) 0%, rgba(1,147,205,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(1,172,240,1)), to(rgba(1,147,205,1)));
    background: linear-gradient(to bottom, rgba(1,172,240,1) 0%, rgba(1,147,205,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#01acf0', endColorstr='#0193cd', GradientType=0 );
}

.projects-slider .gallery-thumbs .swiper-slide-thumb-active {
    background: #0194cd;
    border-top: 1px solid #01AAEE;
}

.projects-slider .gallery-thumbs .swiper-slide-thumb-active:before{
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(1, 148, 205, 0);
    border-right-color: #0194cd;
    border-width: 10px;
    margin-top: -10px;
}

.projects-slide-category{
    text-transform: uppercase;
    display: block;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    margin-bottom: 7px;
    font-size: 13px;
    color: #2a7396;
}

.projects-slide-content{
    z-index: 2;
    color: #ffffff;
}

.white-btn{
    text-transform: uppercase;
    color: #ffffff;
    text-align: center;
    border: 1px solid #fff;
    font-size: 13px;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    letter-spacing: 0.12em;
    padding: 15px 35px;
}

.white-btn:hover {
    background: #ffffff;
    color: #000000;
}

.projects-slide-title{
    margin-bottom: 30px;
    font-family: 'Roboto Slab', serif;
    font-size: 50px;
    line-height: 54px;
    letter-spacing: 0.02em;
	text-shadow:2px 2px 2px rgba(0,0,0,0.2);
}

.projects-slide-top{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.projects-slide-top .projects-slide-category{
    margin-bottom: 0;
    font-size: 15px;
    margin-right: 5px;
    /*color: #a8d8ee;*/
	color: #feac88;
}

.projects-slide-date{
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    padding-left: 20px;
    opacity: 0.8;
	text-shadow:1px 1px 1px rgba(0,0,0,0.25);
}

.projects-slide-date i{
    position: absolute;
    top: 3px;
    left: 0;
}

.projects-slider .media-item-bg:before {
    opacity: 0.35;
}

.projects-slider .swiper-button-prev,
.projects-slider .swiper-button-next {
    width: 24px;
    height: 37px;
    margin-top: -18px;
}

.projects-slider .swiper-button-prev {
    background-image: url(/local/templates/template/css/../img/icons/left-big.png);
    left: 5px;
}

.projects-slider .swiper-button-next {
    background-image: url(/local/templates/template/css/../img/icons/right-big.png);
    right: 5px;
}

.projects-slider .swiper-container {
    overflow: visible;
}

/*full-height*/

.full-height{
    min-height: 100vh;
    -moz-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;

    display: -webkit-box;

    display: -webkit-flex;

    display: -moz-box;

    display: -ms-flexbox;

    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 160px;
    padding-bottom: 50px;
}

.full-height:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 0.45;
}

.full-height .main-slider-content{
}

/*inner page*/

.breadcrumbs{
    margin-bottom: 30px;
}

.breadcrumbs span{
    display: inline-block;
    vertical-align: top;
    color: #777777;
    padding-right: 10px;
    margin-right: 10px;
    font-size: 12px;
    font-family: 'Ubuntu', sans-serif;
}

.breadcrumbs span:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: url(/local/templates/template/css/../img/icons/caret-right-solid.svg) no-repeat center center;
    width: 3px;
    -moz-background-size: 3px;
    background-size: 3px;
}

.breadcrumbs span:last-of-type:after {
    display: none;
}

.breadcrumbs a {
    color: #777777;
    text-decoration: underline;
}

.breadcrumbs a:hover{
    color: #00d4ff;
}

h5{
    font-size: 30px;
    font-family: SwiftC;
    margin-bottom: 20px;
}

.title-decor h5{
    margin-bottom: 0;
}

.title-decor {
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px dotted #000000;
}

.tp-list{
    margin-bottom: 20px;
    padding-left: 20px;
}

.tp-list li{
    font-family: 'Ubuntu', sans-serif;
    margin-bottom: 2px;
    line-height: 24px;
    list-style: inherit;
}

.blue-color{
    color: #0fa0d7;
}

.img-float-right{
    float: right;
    width: 40%;
    margin: 0 0 15px 30px;
}

.img-float-left{
    float: left;
    width: 40%;
    margin: 0 30px 15px 0;
}

.img-float-left img,
.img-float-right img{
    width: 100%;
}

.news-and-photo{

}

.news-tabs{
    float: left;
    width: -webkit-calc(100% - 490px);
    width: -moz-calc(100% - 490px);
    width: calc(100% - 490px);
}

.indent-bottom{
    margin-bottom: 20px;
}

.align-right{
    text-align: right;
}

.pagination{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.pagination a,
.pagination span{
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 3px;
    margin-bottom: 3px;
}

.pagination span{
    background: #dfeaef;
}

.pagination a:hover {
    color: #FF0000;
}

.news-tabs-preview{
    margin-bottom: 20px;
}

.news-tabs-preview-img{
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
    width: 170px;
    height: 110px;
}

.news-tabs-preview-img img{
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.news-tabs-preview-text{
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
    padding-left: 20px;
    padding-top: 10px;
}

.news-tabs-preview-date{
    display: block;
    margin-bottom: 10px;
    color: #777777;
    font-family: 'Ubuntu', sans-serif;
}

.news-tabs-preview-title{
    font-family: 'Ubuntu', sans-serif;
}

.news-tabs-preview-title:hover{
    color: #0fa0d7;
}

.photo-tabs{
    float: right;
    width: 460px;
}

.photo-tabs-gallery{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.photo-tabs-gallery a{
    overflow: hidden;
    height: 90px;
    margin-bottom: 8px;
    margin-right: 8px;
    width: -webkit-calc(33.3% - 8px);
    width: -moz-calc(33.3% - 8px);
    width: calc(33.3% - 8px);
}

.photo-tabs-gallery a img{
    width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.photo-tabs-gallery a:hover img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}

.main-slider .container .main-slider-content{
    padding-left: 0;
    padding-right: 0;
}

.big-txt-link{
    font-size: 20px;
}

.category-news{
    margin-bottom: 20px;
}

.category-news a{
    padding: 8px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
    margin-bottom: 10px;
    vertical-align: top;
}

.category-news a:hover{
    color: #0fa0d7;
}

.category-news a.active {
    background: #e2f3fb;
}

h4 span{
    text-decoration: underline;
}

.news-category-block{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.news-category-block .news-item{
    min-height: 260px;
    margin-right: 30px;
    margin-bottom: 30px;
    width: -webkit-calc((100% - 90px)/4);
    width: -moz-calc((100% - 90px)/4);
    width: calc((100% - 90px)/4);
    padding: 15px 20px;
}

.news-category-block .news-item:nth-of-type(4n) {
    margin-right: 0;
}

.title-news-category{
    padding-right: 60px;
}

.go-to{
    position: absolute;
    top: 10px;
    right: 0;
    width: 28px;
    height: 28px;
    border: 1px solid #C7C7C7;
    font-size: 16px;
    color: #c7c7c7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.go-to:hover {
    border-color: #01aef0;
    color: #01aef0;
}

.go-to i{
    margin-left: 3px;
}



/*transition*/
.search-send i,
.sub-menu,
.menu-item-link:before,
.blue-btn:before,
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next,
.tabs_caption li,
.media-item-bg img,
.media-item-bg:before,
.tabs_content,
.sp-thumbnail,
.photo-tabs-gallery a img
{
    -webkit-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    transition: 0.5s all ease;
}
/*clear both*/
.clear:after
{
    content: '';
    clear: both;
    display: block;
}


/*modal*/

.modal{
    display: none;
    max-width: 100%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    overflow: visible;
    padding: 35px;
    width: 560px;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.35);
}

.modal, .modal > * {
    -webkit-transform: translateY(150px);
    -moz-transform: translateY(150px);
    -ms-transform: translateY(150px);
    -o-transform: translateY(150px);
    transform: translateY(150px);
    opacity: 0;
    -webkit-transition: opacity .5s, -webkit-transform .5s;
    transition: opacity .5s, -webkit-transform .5s;
    -o-transition: opacity .5s, -o-transform .5s;
    -moz-transition: transform .5s, opacity .5s, -moz-transform .5s;
    transition: transform .5s, opacity .5s;
    transition: transform .5s, opacity .5s, -webkit-transform .5s, -moz-transform .5s, -o-transform .5s;
}

.fancybox-slide--current .modal, .fancybox-slide--current .modal > * {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.modal .search-field input{
    border-color: #777;
}

.modal .search-send{
    color: #777;
}

.modal .search{
    margin-bottom: 20px;
}

.list-region{
    height: 300px;
    overflow: auto;
    margin-bottom: 30px;
}

.list-region ul{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.list-region li{
    margin-bottom: 5px;
}

.list-region a {
    color: #0fa0d7;
}

.list-region a:hover{
    text-decoration: none;
}

.modal .search-field input {
    background: #fff;
}

.align-center{
    text-align: center;
}

.modal h3{
    text-align: center;
}

.modal-check-in,
.modal-entrance{
    width: 360px;
}

.form{

}

.tp-input{
    display: block;
    margin-bottom: 15px;
}

.tp-input input {
    width: 100%;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #777;
    color: #777777;
    height: 46px;
    line-height: 46px;
}

.send-form{
    text-align: center;
    margin-bottom: 20px;
    display: block;
}

.send-form input{

}

.forgot-password{
    display: block;
    margin-bottom: 3px;
    text-align: center;
}

.or{
    display: block;
    margin-bottom: 3px;
    text-align: center;
    color: #777777;
}

.modal-check-in .tp-input{
    margin-bottom: 5px;
}

.modal-check-in .send-form{
    margin-top: 20px;
}

.modal h3 {
    font-size: 25px;
}
.hidden {display:none;}
/* End */


/* Start:/local/templates/template/css/responsive.css?159040717515966*/

@media (max-width: 1170px) {

    .footer-info {
        width: 280px;
    }
    .footer-item {
        width: -webkit-calc(100% - 280px);
        width: -moz-calc(100% - 280px);
        width: calc(100% - 280px);
    }
    .footer-menu a {
        font-size: 14px;
    }
    .footer-menu {
        width: 365px;
    }
    .footer-subscription {
        width: -webkit-calc(100% - 365px);
        width: -moz-calc(100% - 365px);
        width: calc(100% - 365px);
    }
    h6 {
        font-size: 16px;
    }

    .news-category-block .news-item:nth-of-type(2n) {
        margin-right: 0;
    }
    .news-category-block .news-item {
        width: -webkit-calc((100% - 30px)/2);
        width: -moz-calc((100% - 30px)/2);
        width: calc((100% - 30px)/2);
    }

    header.sticky .menu {
        width: -webkit-calc(100% - 160px);
        width: -moz-calc(100% - 160px);
        width: calc(100% - 160px);
    }
    header.sticky .search {
        width: 150px;
    }
    .menu-item {
        margin-right: 7px;
    }

}

@media (max-width: 1020px) {

    .logo-item {
        font-size: 26px;
        padding-left: 55px;
        min-height: 60px;
    }
    .logo-item:before {
        width: 45px;
        height: 45px;
        -moz-background-size: 45px;
        background-size: 45px;
    }
    .menu-item-link {
        font-size: 12px;
    }
    .projects-slide-title {
        font-size: 38px;
        line-height: 43px;
    }
    .news-big-item .news-item-title {
        font-size: 24px;
    }
    h4 {
        font-size: 30px;
    }
    .footer-menu {
        width: 240px;
    }
    .footer-subscription {
        width: -webkit-calc(100% - 240px);
        width: -moz-calc(100% - 240px);
        width: calc(100% - 240px);
    }
    .photo-tabs {
        width: 360px;
    }
    .news-tabs {
        width: -webkit-calc(100% - 380px);
        width: -moz-calc(100% - 380px);
        width: calc(100% - 380px);
    }




}

@media (max-width: 930px) {

    .header-white {
        display: block;
        z-index: 999;
    }
    .overlay{
        display: block;
        visibility: hidden;
        opacity: 0;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        background: #000;
    }
    .overlay.open{
        opacity: 0.8;
        visibility: visible;
        z-index: 998;
    }
    .close-nav{
        display: block;
        position: absolute;
        z-index: 1;
        top: -15px;
        right: 15px;
        font-size: 14px;
        color: #ffffff;
    }
    .header-item{
        display: block;
        position: absolute;
        width: 100%;
        top: 100%;
        left: 0;
        z-index: 999;
        overflow: auto;
        visibility: hidden;
        padding: 30px 0;
        margin: 0;
        opacity: 0;
        -webkit-overflow-scrolling: touch;
        background-color: #07B0F0;
        -webkit-transform: translateY(100%);
        -moz-transform: translateY(100%);
        -ms-transform: translateY(100%);
        -o-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }
    .header-item.open{
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-shadow: 30px 0 30px 0 rgba(0,0,0,0.75);
        -moz-box-shadow: 30px 0 30px 0 rgba(0,0,0,0.75);
        box-shadow: 30px 0 30px 0 rgba(0,0,0,0.75);
    }
    .header-top {
        z-index: 999;
    }
    .header-item .logo{
        display: none;
    }
    .header-item .container {
        display: block;
    }
    .search {
        width: 100%;
    }
    .menu {
        width: 100%;
        padding: 20px 0 0 0;
        max-width: 100%;
        margin-bottom: 20px;
    }
    .menu-item {
        margin-right: 0;
        padding: 0;
        display: block;
        vertical-align: top;
        border-bottom: 1px solid #0fa0d7;
    }
    .search-field input {
        background: #0fa0d7;
    }
    .menu-item-link:before{
        display: none;
    }
    .menu-item-link {
        font-size: 16px;
        display: block;
        padding: 10px 0;
    }
    .menu-item:first-child {
        border-top: 1px solid #0fa0d7;
    }
    .header-top.open .soc-link a,
    .header-top.open .entry-user{
        opacity: 1;
    }
    .open-sub-menu:after{
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 5px;
        background: url(/local/templates/template/css/../img/icons/caret-down-solid.svg) no-repeat center center;
        width: 35px;
        -moz-background-size: 10px;
        background-size: 10px;
    }
    .sub-menu{
        display: none;
        position: relative;
        top: auto;
        left: 0;
        width: 100%;
        background: #0fa0d7;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        z-index: 1;
        opacity: 1;
        padding: 0;
        visibility: visible;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        -webkit-box-shadow: 0px 0px 0px rgba(0,0,0,0);
        -moz-box-shadow: 0px 0px 0px rgba(0,0,0,0);
        box-shadow: 0px 0px 0px rgba(0,0,0,0);
    }
    .sub-menu a {
        color: #fff;
        padding: 10px 15px;
    }
    .sub-menu a:hover {
        color: #fff;
    }
    .sub-menu li {
        margin-bottom: 0;
        border-bottom: 1px solid rgba(255,255,255,0.3);
    }
    .sub-menu li:last-of-type{
        border-bottom: none;
    }

    h3 {
        font-size: 25px;
    }
    .content {
        padding: 30px 0;
    }
    .projects-slider .gallery-thumbs {
        width: 200px;
    }
    .projects-slider .gallery-top {
        width: -webkit-calc(100% - 200px);
        width: -moz-calc(100% - 200px);
        width: calc(100% - 200px);
    }
    .projects-slider .gallery-thumbs .swiper-slide {
        font-size: 13px;
        line-height: 16px;
        padding: 16px 15px;
    }
    .projects-slide-category {
        margin-bottom: 3px;
        font-size: 11px;
    }
    .projects-slider {
        margin-bottom: 30px;
        height: 300px;
    }
    .projects-slide-title {
        font-size: 32px;
        line-height: 36px;
        margin-bottom: 20px;
    }
    .white-btn {
        font-size: 12px;
        padding: 10px 25px;
    }
    .projects-slide-date {
        font-size: 12px;
    }
    .projects-slide-top .projects-slide-category {
        font-size: 12px;
    }
    .projects-slide-top {
        margin-bottom: 5px;
    }
    .tabs_caption li {
        font-size: 13px;
    }
    body {
        font-size: 13px;
    }
    .projects-slider .swiper-button-prev, .projects-slider .swiper-button-next {
        -moz-background-size: 16px;
        background-size: 16px;
    }
    .news-item-title {
        font-size: 14px;
    }
    .news-big-item .news-item-title {
        font-size: 18px;
    }
    .news-item-date {
        font-size: 10px;
    }
    .news-big-item .news-item-date {
        font-size: 12px;
    }
    .news-squares .news-item {
        min-height: 160px;
    }
    .news-squares {
        width: 60%;
    }
    .news-big-item {
        width: 40%;
        padding: 15px;
        min-height: 290px;
    }
    .about-block-sub-title {
        font-size: 18px;
    }
    .tp-txt p {
        font-size: 12px;
    }
    .slide-opinion-quote {
        font-size: 12px;
    }
    .slide-opinion-item {
        display: block;
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
    }
    .btn-wrap a {
        margin: 0 15px 10px 0;
    }
    .opinion-slider .btn-wrap {
        text-align: left;
    }
    .about-col {
        padding-left: 10px;
        padding-right: 10px;
    }
    .about-block .tp-txt p{
        font-size: 14px;
    }
    .media-item {
        margin-right: 5px;
        width: -webkit-calc(50% - 10px);
        width: -moz-calc(50% - 10px);
        width: calc(50% - 10px);
        min-height: 200px;
    }
    .footer-item {
        display: block;
    }
    .footer-subscription {
        width: 100%;
    }
    .footer-menu {
        width: 100%;
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 15px;
    }
    .footer-menu nav ul {
        text-align: right;
    }
    .projects-slider .gallery-top .swiper-slide {
        padding: 15px 40px;
    }
    .photo-tabs {
        width: 270px;
    }
    .photo-tabs-gallery a {
        height: 65px;
        margin-bottom: 5px;
        margin-right: 5px;
        width: -webkit-calc(33.3% - 5px);
        width: -moz-calc(33.3% - 5px);
        width: calc(33.3% - 5px);
    }
    .news-tabs {
        width: -webkit-calc(100% - 290px);
        width: -moz-calc(100% - 290px);
        width: calc(100% - 290px);
    }
    .news-tabs-preview-img {
        width: 130px;
        height: 90px;
    }
    .news-tabs-preview-text {
        width: -webkit-calc(100% - 140px);
        width: -moz-calc(100% - 140px);
        width: calc(100% - 140px);
        padding-left: 10px;
    }







}

@media (max-width: 679px) {

    .header-top .container{
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .header-top-col:first-child {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
    }
    header .soc-link {
        width: 180px;
        padding: 0 20px 0 0;
        text-align: left;
    }
    .header-top-col {
        width: -webkit-calc(100% - 180px);
        width: -moz-calc(100% - 180px);
        width: calc(100% - 180px);
    }
    .over-title-slider {
        font-size: 16px;
    }
    h1 {
        font-size: 35px;
        margin-bottom: 10px;
    }
    .main-slider-content {
        padding-top: 0;
    }
    h3 {
        text-align: center;
        margin-bottom: 20px;
    }
    .projects-slider {
        display: block;
        height: auto;
    }
    .projects-slider .gallery-top {
        width: 100%;
        height: auto;
    }
    .projects-slider .gallery-thumbs {
        height: auto;
        width: 100%;
    }
    .projects-slider .gallery-top .swiper-slide {
        padding: 35px 30px;
        height: auto;
        overflow: hidden;
    }
    .projects-slider .swiper-button-prev, .projects-slider .swiper-button-next {
        width: 16px;
        height: 30px;
        margin-top: -15px;
        -moz-background-size: 12px;
        background-size: 12px;
    }
    .projects-slider .swiper-container {
        overflow: hidden;
    }
    .projects-slide-title {
        font-size: 18px;
        line-height: 26px;
        margin-bottom: 20px;
    }
    .tabs_caption li {
        margin-right: 5px;
        margin-bottom: 5px;
    }
    .news-wrap {
        display: block;
    }
    .news-big-item {
        width: 100%;
        padding: 15px;
        min-height: 210px;
    }
    .news-squares {
        width: 100%;
    }
    .news-big-item {
        height: 210px;
        min-height: auto;
    }
    .news-squares .news-item {
        min-height: auto;
        height: 210px;
        width: 100%;
        margin-left: 0;
    }
    .water-and-about-water {
        display: block;
        margin-bottom: 10px;
    }
    .water-and-about-water-col {
        width: 100%;
    }
    .water-and-about-water-col {
        width: 100%;
        padding: 25px 0px;
    }
    .about-water-col h4,.water-col h4{
        font-size: 26px;
        text-align: center;
    }
    .opinion-and-about {
        display: block;
        margin-bottom: 10px;
    }
    .opinion-and-about-col {
        width: 100%;
    }
    .opinion-and-about-col {
        width: 100%;
        padding: 25px 0px;
    }
    .opinion-col:before {
        width: auto;
        right: -15px;
        left: -15px;
    }
    h4 {
        font-size: 26px;
        text-align: center;
    }
    .slide-opinion-img {
        margin: 0 auto;
        display: block;
    }
    .slide-opinion-item {
        text-align: center;
    }
    .opinion-slider .btn-wrap {
        text-align: center;
    }
    .btn-wrap a {
        margin: 0 5px 10px 5px;
    }
    .about-block {
        text-align: center;
    }
    .opinion-slider {
        padding: 0 5px;
    }
    .opinion-slider .swiper-button-prev, .opinion-slider .swiper-container-rtl .swiper-button-next {
        left: -15px;
    }
    .opinion-slider .swiper-button-next, .opinion-slider .swiper-container-rtl .swiper-button-prev {
        right: -15px;
    }
    .tabs-title {
        display: block;
    }
    .tabs-title .tabs_caption {
        padding-left: 0;
    }
    .media-item {
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        min-height: 180px;
        padding: 15px;
        margin: 0 -15px 5px -15px;
    }
    .partners-slider .swiper-slide {
        width: 130px;
        height: 50px;
    }
    .partners-slider {
        padding: 0 25px;
        width: -webkit-calc(100% + 30px);
        width: -moz-calc(100% + 30px);
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    footer .container {
        display: block;
    }
    .footer-item {
        width: 100%;
        padding-left: 0;
        margin-bottom: 20px;
    }
    .footer-info {
        width: 100%;
    }
    .footer-menu nav ul {
        text-align: center;
    }
    .footer-menu li {
        margin: 0 5px 5px 5px;
    }
    .footer-menu a {
        font-size: 12px;
    }
    .footer-subscription h6 {
        text-align: center;
    }
    .footer-subscription p {
        text-align: center;
    }
    .footer-info p {
        text-align: center;
    }
    .footer-soc-link {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .news-item-title {
        font-size: 18px;
    }
    .news-item-date {
        font-size: 12px;
    }
    .opinion-and-about .tp-txt p {
        font-size: 14px;
    }

    .breadcrumbs{
        display: none;
    }
    h5 {
        font-size: 25px;
    }
    .img-float-right {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    .tp-list{
        margin-bottom: 10px;
    }
    .tp-list li {
        font-size: 12px;
        line-height: 20px;
    }
    .tp-txt p {
        line-height: 20px;
        margin-bottom: 10px;
    }
    .news-tabs {
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .photo-tabs{
        float: none;
        width: 100%;
    }
    .news-tabs-preview-img {
        width: 100px;
        height: 65px;
    }
    .news-tabs-preview-text {
        width: -webkit-calc(100% - 110px);
        width: -moz-calc(100% - 110px);
        width: calc(100% - 110px);
        padding-top: 0;
    }
    .news-tabs-preview-date {
        margin-bottom: 5px;
    }
    .wrap_tabs {
        margin-bottom: 20px;
    }
    .category-news a {
        margin-right: 0;
        display: block;
    }
    .category-news {
        margin-bottom: 30px;
    }
    .news-category-block .news-item {
        width: 100%;
        margin-right: 0;
        min-height: 210px;
    }
    .title-news-category h4{
        text-align: left;
    }
    .go-to {
        position: absolute;
        top: 5px;
    }
    .big-txt-link {
        font-size: 16px;
    }
    .list-region{
        height: 230px;
    }
    .list-region ul {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-column-gap: 0;
        -moz-column-gap: 0;
        column-gap: 0;
    }
    .send-form input{
        font-size: 14px;
    }


}
/* End */


/* Start:/local/templates/template/css/costume.css?15941290669634*/
.errortext {
    display: none;
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}
.success_request_form {
    max-width: 400px;
    text-align: center;
    color: #fff;
    background: #61aa48;
    font-size: 24px;
}
.success_request_form .section-title {
    color: #fff;
    font-size: 41px;
}
.auth_modal.success_request_form a {
    display: inline-block;
    margin: 20px auto;
    padding: 10px 65px;
    border: 2px solid #fff;
    border-radius: 5px;
    font-weight: 300;
    font-size: 19px;
    color: #fff;
    transition: 0.3s;
}

.calendars {
    position: relative;
	padding: 0 35px;
   /*margin: 0 137px;*/
}
.clndr {
    position: relative;
    padding: 17px 11px;
    background-color: #fff;
    border-radius: 3px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.calendars-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}

.cal-main {
    position: relative;
    z-index: 10;
    width: 96%;
    max-width: 400px;
    margin: 0 auto;
    font-size: 21px;
}

.cal-main .clndr {
    padding: 34px 26px;
}

.cal-main .clndr .clndr-controls {
    position: static;
    margin-bottom: 13px;
}

.cal-main .clndr .clndr-controls .clndr-control-button.rightalign {
    left: auto;
    right: -35px;
}

.cal-main .clndr .clndr-controls .clndr-control-button {
    width: 14px;
    height: 33px;
    background-repeat: no-repeat;
    background-image: url(/img/sprites/calendar-left.png);
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: -35px;
}

.cal-main .clndr .clndr-controls .month {
    font-size: 27px;
}

.cal-main .clndr .clndr-table .header-days .header-day {
    font-size: 15px;
}

.cal-main .clndr .clndr-table .day {
    height: 40px;
    padding: 0 4px;
}

.cal-main .clndr .clndr-table .day .day-contents {
    font-size: 21px;
    padding: 0;
    line-height: 40px;
}
.cal-main .clndr .clndr-table .day {
    height: 40px;
    padding: 0 4px;
}
.clndr .clndr-table tr .day {
    width: 100%;
    height: inherit;
}
.clndr .clndr-table tr td {
    padding: 2px 0;
    vertical-align: top;
    text-align: center;
}
.cal-main .clndr .clndr-controls .month {
    font-size: 27px;
}
.clndr .clndr-controls .month {
    padding: 0 22px;
    text-align: center;
    text-transform: capitalize;
    font-size: 19px;
    line-height: 1;
    font-family: 'SwiftC', sans-serif;
    font-weight: 400;
}
.cal-main .clndr .clndr-controls .clndr-control-button.rightalign {
    left: auto;
    right: -35px;
}
.cal-main .clndr .clndr-controls .clndr-control-button {
    width: 14px;
    height: 33px;
    background-repeat: no-repeat;
    background-image: url(/local/templates/template/css/../img/sprites/calendar-left.png);
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: -35px;
}
.cal-main .clndr .clndr-controls .clndr-control-button {
    width: 14px;
    height: 33px;
    background-repeat: no-repeat;
    background-image: url(/local/templates/template/css/../img/sprites/calendar-left.png);
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: -35px;
}
.clndr .clndr-controls .clndr-control-button.rightalign {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    left: auto;
    right: 9px;
}
.clndr .clndr-controls .clndr-control-button .clndr-next-button, .clndr .clndr-controls .clndr-control-button .clndr-previous-button, .clndr .clndr-controls .clndr-control-button .clndr-next-year-button, .clndr .clndr-controls .clndr-control-button .clndr-previous-year-button {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: block;
    height: 100%;
    overflow: hidden;
    text-indent: -9999px;
}
.cal-main .clndr .clndr-table .day {
    height: 40px;
    padding: 0 4px;
}
.clndr .clndr-table tr .empty, .clndr .clndr-table tr .adjacent-month, .clndr .clndr-table tr .my-empty, .clndr .clndr-table tr .my-adjacent-month {
    width: 100%;
    height: inherit;
    color: #c6c6c6;
    cursor: default;
}
.clndr .clndr-table tr .day {
    width: 100%;
    height: inherit;
}
.clndr .clndr-table tr td {
    padding: 2px 0;
    vertical-align: top;
    text-align: center;
}
td, th {
    padding: 0;
}
.clndr .clndr-table {
    table-layout: fixed;
    width: 100%;
}
table {
    background-color: transparent;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.cal-back {
    position: absolute;
    padding: 27px 25px;
    top: 5px;
    margin: 30px auto;
    width: 235px;
    opacity: 0.2;
    font-size: 21px;
}
.cal-prev {
    left: 0px;
}
.cal-back {
    position: absolute;
    padding: 27px 25px;
    top: 5px;
    margin: 30px auto;
    width: 235px;
    opacity: 0.2;
    font-size: 21px;
}
.cal-next {
    right: 0px;
}
.calendars-overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 5;
}
.cal-back .clndr .clndr-controls {
    margin-bottom: 0;
}
.clndr .clndr-controls {
    position: relative;
    margin-bottom: 7px;
}
.cal-back .clndr .clndr-controls .clndr-control-button {
    display: none;
}
.clndr .clndr-controls .clndr-control-button {
    position: absolute;
    width: 5px;
    height: 13px;
    left: 9px;
    top: 4px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAANCAQAAADLNWwDAAAARUlEQ…Y6Fjf8BzHVBA1qXkCZUTOBDAymMFgBVJszVBvCMGQrEBYDAILNLOLCRf3yAAAAAElFTkSuQmCC);
}
.clndr .clndr-table .header-days {
    height: 30px;
    font-size: 13px;
}
.clndr .clndr-table tr .empty, .clndr .clndr-table tr .adjacent-month, .clndr .clndr-table tr .my-empty, .clndr .clndr-table tr .my-adjacent-month {
    width: 100%;
    height: inherit;
    color: #c6c6c6;
    cursor: default;
}
.clndr .clndr-table tr .day {
    width: 100%;
    height: inherit;
}
.clndr .clndr-table tr td {
    padding: 2px 0;
    vertical-align: top;
    text-align: center;
}
td, th {
    padding: 0;
}
.clndr .clndr-table tr .day .day-contents {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 13px;
    margin: 1px;
    padding: 4px 1px;
    border-radius: 3px;
    cursor: default;
}
.clndr .clndr-table tr .day.event .day-contents, .clndr .clndr-table tr .day.my-event .day-contents {
    color: #fff;
    background: #00aeef;
    cursor: pointer;
}

.cal-main .clndr .clndr-table .day .day-contents {
    font-size: 21px;
    padding: 0;
    line-height: 40px;
}
.clndr .clndr-table tr .day .day-contents {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 13px;
    margin: 1px;
    padding: 4px 1px;
    border-radius: 3px;
    cursor: default;
}
.clndr .clndr-table tr .day.today .day-contents, .clndr .clndr-table tr .day.my-today .day-contents {
    background: #e5f7fd;
    color: #000;
    cursor: default;
    font-weight: 700;
}
.cal-main .clndr .clndr-table .day .day-contents {
    font-size: 21px;
    padding: 0;
    line-height: 40px;
}
.clndr .clndr-table tr .day .day-contents {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-weight: 300;
    font-size: 13px;
    margin: 1px;
    padding: 4px 1px;
    border-radius: 3px;
    cursor: default;
}
.event__preview {
    float: left;
    width: 220px;
    margin-top: 3px;
}
.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
}
img {
    border: 0;
}
.section-event {
    height: 540px;
}
.section {
    padding: 45px 0;
    border-top: 1px solid #eaeaea;
    background-size: cover;
    background-position: top center;
}
.section-title {
    display: block;
    text-align: center;
    font-size: 40px;
    line-height: 1.1;
    margin-bottom: 33px;
    color: #000;
    font-family: 'SwiftC', sans-serif;
    font-weight: 400;
}
a:hover {text-decoration: none;}
.about-event {
    padding: 55px 0;
    position: relative;
    display: none;
}
.tabs_caption-color .yellow-bg{
    background: yellow;
    color: black;!important;
}
.about-event:before {
    display: inline-block;
    content: "";
    width: 0;
    height: 0;
    border: 15px solid transparent;
    border-bottom-color: #fff;
    border-top: 0;
    position: absolute;
    top: -15px;
    left: 50%;
    margin-left: -8px;
}
.event__preview {
    float: left;
    width: 220px;
    margin-top: 3px;
}
.event__info {
    margin-left: 240px;
}
.event__date {
    display: block;
    font-size: 13px;
    font-weight: 300;
    color: #808284;
    margin-bottom: 10px;
}
.event__name {
    font-size: 23px;
    line-height: 24px;
    color: #000000;
    margin-bottom: 17px;
    display: inline-block;
}
.event__text {
    margin: 0;
    color: #636d78;
    font-size: 13px;
    line-height: 17px;
}
.event__name a {
    color: #000;
}
event__more {
    font-size: 13px;
    color: #00a5e3;
    text-decoration: underline;
}
 .dds_city_search{
    margin-bottom: 20px;
}
 .tp-txt a {
     color: #3bace5;
     display: unset;
 }
.tp-txt li {
list-style: disc;
padding-bottom:10px;
 }
.tp-txt ul {
padding-left: 20px;
padding-bottom: 20px;
font-family: 'Ubuntu', sans-serif;
line-height: 20px;
 }
.video-js.vjs-default-skin > div:first-of-type {
    position: unset;
}
/* End */


/* Start:/local/templates/template/components/bitrix/menu/horizontal_multilevel2/style.css?1539697500879*/


.lwwei span{
	color:red
}

.lwwei:hover span{
	color:blue
}


.nav__item.is_parent:hover{
	color:red
}


.nav__item.is_parent{
	color:blue
}
.nav__item.is_parent:hover ul{
	display:block
}





.nav__item.is_parent ul{
position: absolute;
    background-color: rgb(255, 255, 255);
    z-index: 999;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #999;
    margin: 0;
    padding: 0;
    list-style-type: none;
    width: 250px;
    margin-left: -14px;
	text-transform: uppercase;
	padding-bottom:8px;
}


.nav__item.is_parent ul li{
    text-align: left;
    padding: 10px 10px 2px 10px;
}

.nav__item.is_parent ul li a{
	font-size: 14px;
	font-family: "Ubuntu",-apple-system,"HelveticaNeue","Arial","Lucida Grande",sans-serif;
	color:#000
}
.nav__item.is_parent ul li a:hover,
.nav__item.is_parent ul li.item-selected a{
	color:#01aef0;
	text-decoration:none;
}





/* End */


/* Start:/local/templates/template/components/voda/subscribtion/template1/style.css?1539697500150*/
.notification_success,
.notification_warning{
    font-size: 11px;
    margin-top: 3px;
    color: red;
}
.notification_success{
    color: #00a54a;
}
/* End */
/* /local/templates/template/css/style_custom.css?15396867402587 */
/* /local/templates/template/css/fancybox.css?153959681218139 */
/* /local/templates/template/css/swiper.css?153959681122296 */
/* /local/templates/template/css/style.css?159593254551646 */
/* /local/templates/template/css/responsive.css?159040717515966 */
/* /local/templates/template/css/costume.css?15941290669634 */
/* /local/templates/template/components/bitrix/menu/horizontal_multilevel2/style.css?1539697500879 */
/* /local/templates/template/components/voda/subscribtion/template1/style.css?1539697500150 */
