

/* Start:/local/templates/stream/css/slick.css?16464033811740*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display:flex;
	align-items:normal;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    min-height:auto;
	height:auto;
	outline:none;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/stream/css/jquery.formstyler.css?164640338111614*/
.jq-checkbox {
	top: 0;
	vertical-align: middle;
	width: 17px;
	height: 15px;
	margin: 0 10px 0 0;
	border: 0;
	background: #f8f8f8;
	cursor: pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.jq-checkbox:hover {
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
}
.jq-checkbox.checked {
	
}
.jq-checkbox.checked .jq-checkbox__div {
	width:9px;
	height:8px;
	background: url(/local/templates/stream/css/../images/checkIcon.svg) no-repeat center center / cover;
	margin:4px 0 0 3px;
}
.jq-checkbox.focused {
	/*border: 1px solid #08C;*/
}
.jq-checkbox.disabled {
	opacity: .55;
}
.jq-radio {
	top: 0;
	vertical-align: middle;
	width: 18px;
	height: 18px;
	margin: 0 10px 0 0;
	border-radius: 50%;
	background: #f8f8f8;
	cursor: pointer;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.jq-radio:hover {
	box-shadow:0px 0px 10px rgba(0, 0, 0, 0.2);
}
.jq-radio.checked {
	
}
.jq-radio.checked .jq-radio__div {
	width: 6px;
	height: 6px;
	margin: 6px auto 0 auto;
	border-radius: 50%;
	background: #0d78db;
}
.jq-radio.focused {
	/*border: 1px solid #08C;*/
}
.jq-radio.disabled {
	opacity: .55;
}
.content .jq-radio {
	background:#f8f8f8;
}

.jq-file {
	width: 100%;
	outline:none;
	margin:0 0 15px;
}
.jq-file input {
	height: auto;
	line-height: 1em;
	cursor: pointer;
	outline:none;
}
.jq-file__name {
	overflow: hidden;
	box-sizing: border-box;
	width: 100%;
	height: 64px;
	padding: 10px 40px 10px 45px;
	border: 1px dashed #A7A7A7;
	border-radius: 1px;
	background: #FFF;
	background: #F9F9F9 url(/local/templates/stream/css/../images/file-icon.svg) no-repeat 15px center;
	outline:none;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 16px;
	line-height: 25px;
	color: #A7A7A7;
	display:flex;
	align-items:center;
}
.jq-file__browse {
	display:none;
}
.jq-file:hover .jq-file__browse {
	
}
.jq-file:active .jq-file__browse {
	
}
.jq-file.focused .jq-file__name {
	
}
.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-number {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 36px 0 0;
}
.jq-number__field {
	width: 100px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
}
.jq-number__field:hover {
	border-color: #B3B3B3;
}
.jq-number__field input {
	box-sizing: border-box;
	width: 100%;
	padding: 8px 9px;
	border: none;
	outline: none;
	background: none;
	font: 14px Arial, sans-serif;
	color: #333;
	text-align: left; /* для Opera Presto */
	-moz-appearance: textfield;
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
.jq-number__spin {
	position: absolute;
	top: 0;
	right: 0;
	width: 32px;
	height: 14px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: 0 1px 2px rgba(0,0,0,.1);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
.jq-number__spin.minus {
	top: auto;
	bottom: 0;
}
.jq-number__spin:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
.jq-number__spin:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-number__spin:after {
	content: '';
	position: absolute;
	top: 4px;
	left: 11px;
	width: 0;
	height: 0;
	border-right: 5px solid transparent;
	border-bottom: 5px solid #999;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:after {
	top: 5px;
	border-top: 5px solid #999;
	border-right: 5px solid transparent;
	border-bottom: none;
	border-left: 5px solid transparent;
}
.jq-number__spin.minus:hover:after {
	border-top-color: #000;
}
.jq-number__spin.plus:hover:after {
	border-bottom-color: #000;
}
.jq-number.focused .jq-number__field {
	border: 1px solid #5794BF;
}
.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-number.disabled .jq-number__spin:after {
	border-bottom-color: #AAA;
}
.jq-number.disabled .jq-number__spin.minus:after {
	border-top-color: #AAA;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	width:100%;
}
.jq-selectbox__select {
	background:none;
	border: 1px solid #A7A7A7;
	padding:0 30px 0 10px;
	width:100%;
	box-sizing:border-box;
	display:block;
	outline:none;
	font-size: 16px;
	height:35px;
	line-height:35px;
	color: #000;
	margin:0 0 20px;
	border-radius:0;
}
.formCol .jq-selectbox__select {
    height: 35px;
    padding: 0 5%;
    width: 90%;
	line-height:35px;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #fff;
	background: #fff;
	box-shadow: none;
	color: #fff;
}
.jq-selectbox__select-text {
	display: block;
	overflow: hidden;
	width: 100%;
	height:100%;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox .placeholder {
	color: #888;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	bottom:0;
	height: 100%;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 50%;
	right: 10px;
	width:10px;
	height:5px;
	margin-top:-2px;
	background:url(/local/templates/stream/css/../images/select.svg) no-repeat center center / cover;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.jq-selectbox.opened .jq-selectbox__trigger-arrow {
	transform:rotate(180deg);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	
}
.jq-selectbox__dropdown {
	background: #fff;
	color:#000;
	width:100%;
	box-shadow: none;
	margin:-20px 0 0;
	box-sizing:border-box;
	border-bottom: 1px solid #A7A7A7;
	border-left: 1px solid #A7A7A7;
	border-right: 1px solid #A7A7A7;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	border: 1px solid #CCC;
	border-radius: 3px;
	outline: none;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding:5px 15px;
	font-size:15px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
	color: #000;
}
.jq-selectbox li.selected {
	color:#E16A2F;
}
.jq-selectbox li:hover {
	color:#E16A2F;
}
.jq-selectbox li.disabled {
	color: #ccc;
}
.jq-selectbox li.disabled:hover {
	
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #FFF;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px/18px Arial, sans-serif;
	color: #333;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
	white-space: nowrap;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
	padding: 8px 9px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
}
input[type='search'].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
	border-color: #B3B3B3;
}
input[type='email'].styler:focus,
input[type='password'].styler:focus,
input[type='search'].styler:focus,
input[type='tel'].styler:focus,
input[type='text'].styler:focus,
input[type='url'].styler:focus,
textarea.styler:focus {
	border-color: #CCC;
	border-top-color: #B3B3B3;
	outline: none;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
}
button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
	overflow: visible;
	padding: 8px 11px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	outline: none;
	background: #F5F5F5;
	background: -webkit-linear-gradient(#FFF, #E6E6E6);
	background:         linear-gradient(#FFF, #E6E6E6);
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,.1);
	font: 14px Arial, sans-serif;
	color: #333;
	text-shadow: 1px 1px #FFF;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type='button'].styler::-moz-focus-inner,
input[type='submit'].styler::-moz-focus-inner,
input[type='reset'].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
	background: #E6E6E6;
	background: -webkit-linear-gradient(#F6F6F6, #E6E6E6);
	background:         linear-gradient(#F6F6F6, #E6E6E6);
}
button.styler:not([disabled]):active,
input[type='button'].styler:not([disabled]):active,
input[type='submit'].styler:not([disabled]):active,
input[type='reset'].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */


/* Start:/local/templates/stream/css/jquery.fancybox.css?164640338118037*/
body.compensate-for-scrollbar {
  overflow: hidden; }

.fancybox-active {
  height: auto; }

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden; }

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
  height: 100%;
  left: 0;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992; }

.fancybox-container * {
  box-sizing: border-box; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0; }

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto; }

.fancybox-bg {
  background: #313131;
  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: .7;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s, visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity .25s, visibility 0s;
  visibility: visible; }

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  text-align: center;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-toolbar {
  right: 0;
  top: 0; 
  opacity:1;
  visibility:visible;
}

.video .fancybox-toolbar {
  right: 12px;
  top: -44px; 
  opacity:1;
  visibility:visible;
}

.fancybox-is-fullscreen .fancybox-toolbar {
  right: 0;
  top: 0;
position:fixed;  
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translate3d(0, 0, 0);
  z-index: 99994; }

.fancybox-is-open .fancybox-stage {
  overflow: hidden; }

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  height: 100%;
  margin-right: -.25em;
  vertical-align: middle;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide--image {
  overflow: visible;
  padding: 44px 0; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--html {
  padding: 6px 6px 0 6px; }

.fancybox-slide--iframe {
  padding: 44px 44px 0; }

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin:0;
  max-width: 100%;
  overflow: auto;
  padding: 0;
  position: relative;
  text-align: left;
  vertical-align: middle; 
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  margin: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995; }

/*.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing; }*/

.fancybox-container [data-selectable='true'] {
  cursor: text; }

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--html .fancybox-content {
  margin-bottom: 0 }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  margin: 0;
  overflow: visible;
  padding: 0;
  width: 100%; }

.fancybox-slide--video .fancybox-content {
  background: #000; }

.fancybox-slide--map .fancybox-content {
  background: #e5e3df; }

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
  height: calc(100% - 44px);
  margin-bottom: 44px; }

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%; }

.fancybox-iframe {
  vertical-align: top; }

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 60px;
  width: 100%; 
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0; }

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  outline: none;
  padding: 13px 10px 10px;
  transition: color .2s;
  width: 44px; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button.disabled,
.fancybox-button.disabled:hover,
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default; }

.fancybox-button svg {
  display: block;
  overflow: visible;
  position: relative;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: transparent;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--play svg path,
.fancybox-button--share svg path,
.fancybox-button--thumbs svg path {
  fill: currentColor; }

.fancybox-button--share svg path {
  stroke-width: 1; }

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  height: 38px;
  opacity: 0;
  padding: 6px;
  position: absolute;
  top: 50%;
  width: 38px; }

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s, visibility 0s, color .25s; }

.fancybox-navigation .fancybox-button::after {
  content: '';
  left: -25px;
  padding: 50px;
  position: absolute;
  top: -25px; }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #555;
  cursor: pointer;
  height: 44px;
  margin: 0;
  padding: 6px;
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  z-index: 10; }

.fancybox-close-small svg {
  fill: transparent;
  opacity: .8;
  stroke: currentColor;
  stroke-width: 1.5;
  transition: stroke .1s; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:hover svg {
  opacity: 1; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--video .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  color: #ccc;
  padding: 5px;
  right: -12px;
  top: -44px; }

.fancybox-slide--image .fancybox-close-small:hover svg,
.fancybox-slide--video .fancybox-close-small:hover svg,
.fancybox-slide--iframe .fancybox-close-small:hover svg {
  background: transparent;
  color: #fff; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px 25px 44px;
  right: 0; }

.fancybox-caption::before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: '';
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1; }

.fancybox-caption::after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: '';
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0; }

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none; }

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  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 {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

/* 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 {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5); }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1); }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg); }

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); }

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0); }

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0); }

/* 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 {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center; }

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0; }

.fancybox-share p {
  margin: 0;
  padding: 0; }

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap; }

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff; }

.fancybox-share__button:hover {
  text-decoration: none; }

.fancybox-share__button--fb {
  background: #3b5998; }

.fancybox-share__button--fb:hover {
  background: #344e86; }

.fancybox-share__button--pt {
  background: #bd081d; }

.fancybox-share__button--pt:hover {
  background: #aa0719; }

.fancybox-share__button--tw {
  background: #1da1f2; }

.fancybox-share__button--tw:hover {
  background: #0d95e8; }

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px; }

.fancybox-share__button svg path {
  fill: #fff; }

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  -webkit-tap-highlight-color: transparent;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs > ul {
  font-size: 0;
  height: 100%;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%; }

.fancybox-thumbs-x > ul {
	overflow-y: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 {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  /*max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);*/
  outline: none;

  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent; }

.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs > ul > li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }

.fancybox-thumbs > ul > li:before { 
  content: '';
  position: absolute;
  }

.fancybox-thumbs .fancybox-thumbs-active:before {
  opacity: 1; }
/* End */


/* Start:/local/templates/stream/css/custom.css?1646403381332*/
#mapGoogleWrap {
    height: 685px;
    width: 100%;
    padding: 0;
    margin: auto;
}

#mapItem_box .flex
{
	display:none;
}

#mapItem_box .flex.active
{
	display:flex;
}

@media screen and (max-width:1190px) {
	#mapGoogleWrap
	{
		height:550px;
	}
}

@media screen and (max-width:736px) {
	#mapGoogleWrap
	{
		height:240px;
	}
}
/* End */


/* Start:/local/templates/stream/components/bitrix/menu/menu/style.css?1646403381581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/local/templates/stream/components/bitrix/menu/menu/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/local/templates/stream/styles.css?1749383448705*/
/* Стили для визуального редактора*/

.full-image {width: 100%;}
.image40left {width: 40%; float: left; margin-right: 15px;}
.image40right {width: 40%; float: right; margin-left: 15px;}
.type_text {line-height: 1.5; color: #4A4A4A; font-weight: 400; }
.font400 {font-weight: 400; line-height: 1.5; color: #4A4A4A;}
.font500 {font-weight: 500; line-height: 1.5; color: #4A4A4A;}
.font700 {font-weight: 700; line-height: 1.5; color: #4A4A4A;} 
.mini_title {font-size: 16px; font-weight: 300; padding-left: 10px;}
.forchange {font-weight: 400; line-height: 1.5; color: #4A4A4A;}
.page_wrap p {font-weight: 400; line-height: 1.5; color: #4A4A4A;}

.mfeedback {
	margin-top: 20px;
}
/* End */


/* Start:/local/templates/stream/template_styles.css?174938344825136*/
body {
	background:#fff;
	font-family: 'Jost', sans-serif;
	font-size: 20px;
	line-height: 32px;
	font-weight:400;
	color:#575A5B;
	padding:0;
	margin:0;
}
a {
	color: #28795A;
	outline:none;
	text-decoration:none;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
H1 {
	padding:0;
	margin:0 0 20px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	font-size: 70px;
	line-height: 101px;
	color:#313131;
}
H2 {
	padding:0;
	margin:0 0 20px;
	font-family: 'Jost', sans-serif;
	font-weight: 500;
	font-size: 46px;
	line-height: 66px;
	color:#313131;
}
H3 {
	padding:0;
	margin:0 0 10px;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	text-transform: uppercase;
	color:#313131;
}
H4 {
	padding:0;
	margin:0 0 10px;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	font-size:18px;
	line-height:24px;
	color:#313131;
	text-transform: uppercase;
}
H5 {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	margin:0 0 20px;
	color: #313131;
}
img {
	border:none;
	outline:none;
}
img.alignLeft {
	float:left;
	margin:0 50px 0 0;
}
img.alignRight {
	float:right;
	margin:0 0 0 50px;
}
ul, ol {
	padding:0;
	margin:0;
}
ul li, ol li {
	list-style:none;
}
input[type=text], input[type=email], input[type=password] {
	padding:14px 15px;
	width:100%;
	display:block;
	outline:none;
	background: #FFFFFF;
	border: 1px solid #989898;
	box-sizing: border-box;
	border-radius: 1px;
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color:#989898;
	margin:0 0 10px;
	-webkit-appearance: none;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
textarea {
	padding:17px 15px;
	width:100%;
	display:block;
	outline:none;
	background: #FFFFFF;
	border: 1px solid #989898;
	box-sizing: border-box;
	border-radius: 1px;
	font-family: 'Jost', sans-serif;
	font-size: 18px;
	line-height: 26px;
	color:#989898;
	height:100px;
	margin:0 0 10px;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-appearance: none;
}
input[type=text]:hover, input[type=email]:hover, input[type=password]:hover, textarea:hover {
	border: 1px solid #D9D9D9;
}
input[type=text]:focus, input[type=email]:focus, input[type=password]:focus, textarea:focus {
	border: 1px solid #A7A7A7;
	color: #000;
}
.error {
	border: 1px solid #DA251D;
}
.error span {
	font-size: 16px;
	line-height: 25px;
	display:block;
	margin:5px 0 0;	
	color: #DA251D;
}
input[type=submit], button, .btn {
	outline:none;
	cursor:pointer;
}
main input[type=submit], main button, .btn {
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	padding:25px 45px;
	display:inline-block;
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	text-decoration:none;
	background: #28795A;
	border: 1px solid #28795A;
	border-radius:0;
	outline:none;
	cursor:pointer;
	position:relative;
	color:#fff;
	text-align:center;
	margin:0;
	box-sizing: border-box;
	-webkit-appearance: none;
}
main input[type=submit]:hover, main button:hover, .btn:hover {
	background:#46AD7B;
	border: 1px solid #46AD7B;
	color:#fff;
}
.btn.border {
	background:transparent;
	border: 1px solid #28795A;
	color:#313131;
}
.btn.border:hover {
	background: #28795A;
	border: 1px solid #28795A;
	color:#fff;
}
main table {
	width:100%;
	border-spacing:0;
	text-align:left;
	border-bottom:1px solid #ACA9BA;
	border-left:1px solid #ACA9BA;
	border-right:1px solid #ACA9BA;
	background:#fff;
}
main table tr th {
	font-weight: 500;
	font-size: 16px;
	line-height: 23px;
	padding:15px;
	vertical-align:top;
	box-sizing:border-box;
	border-right:1px solid #ACA9BA;
	border-top:1px solid #ACA9BA;
}
main table tr th:last-child {
	border-right:0;
}
main table tr td {
	font-size: 16px;
	line-height: 23px;
	padding:15px;
	vertical-align:top;
	box-sizing:border-box;
	border-right:1px solid #ACA9BA;
	border-top:1px solid #ACA9BA;
}
main table tr td:last-child {
	border-right:0;
}
blockquote {
	font-style: italic;
	font-weight: normal;
	font-size: 22px;
	line-height: 24px;
	background: #F0F6FC;
	padding:17px 50px;
	margin:20px 0;
	text-align:center;
}
.wrapper {
	max-width:1250px;
	margin:0 auto;
	padding:0 15px;
	box-sizing:border-box;
	width:100%;
	position:relative;
}
.fix {
	clear:both!important;
	font-size:1px!important;
	vertical-align:1px!important;
	float:none!important;
}
.flex {
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.grid {
	display:grid;
	grid-gap:30px;
}
.col-2 {
	grid-template-columns:1fr 1fr;
}
.col-3 {
	grid-template-columns:1fr 1fr 1fr;
}
.col-4 {
	grid-template-columns:1fr 1fr 1fr 1fr;
}
main {
	position:relative;
	overflow:hidden;
}
/*Header*/
.slick-arrow {
	top:50%;
	margin:-30px 0 0;
	background: rgba(255, 255, 255, 0.9);
	width:60px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	z-index:3;
	cursor:pointer;
}
.slick-next {
	right:0;
}
.slick-prev {
	left:0;
	transform:rotate(-180deg);
}
header {
	position:relative;
	overflow:hidden;
	/*max-height:835px;*/
}
.logo img {
	display:block;
	max-width:100%;
	height:auto;
}
header video {
	width:100%;
	height:auto;
	display:block;
}
.headerBox {
	position:absolute;
	left:0;
	right:0;
	top:0;
	z-index:2;
}
#menuBtn {
	background: #28795A;
	max-width:50px;
	width:100%;
	height:50px;
	box-sizing:border-box;
	padding:13px;
	display:none;
	flex-flow:column;
	align-items:center;
	justify-content:center;
}
#menuBtn span {
	display:block;
	background:#fff;
	height:2px;
	width:100%;
	margin:0 0 5px;
	position:relative;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#menuBtn span:last-child {
	margin:0;
}
.headerTop {
	padding:23px 0;
}
.headerBottom {
	background:rgba(0,0,0,0.2);
	padding:20px;
}
.headerBottom nav ul {
	display:flex;
	align-items:center;
}
.headerBottom nav ul li {
	margin-right:40px;
}
.headerBottom nav ul li:last-child {
	margin-right:0;
}
.headerBottom nav ul li a {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	color: #FFFFFF;
}
.headerBottom nav ul li a:hover {
	color: #28795A;
}
.headerTop_right .phone {
	margin-right:40px;
	text-align:right;
}
.headerTop_right .phone a {
	font-size: 19px;
	line-height: 27px;
	text-align: right;
	letter-spacing: 0.01em;
	color: #989898;
}
.headerTop_right .phone a:first-child {
	color:#fff;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
}
.headerTop_right .btn {
	font-weight: 500;
	font-size: 19px;
	line-height: 27px;
	color: #FFFFFF;
	padding:14px 30px;
	text-transform:none;
}
.pageHeader .headerBox {
	position:relative;
	left:auto;
	top:auto;
}
.pageHeader .headerTop_right .phone a:first-child {
	color: #313131;
}
.pageHeader .headerTop_right .btn {
	color: #313131;
}
.pageHeader .headerTop_right .btn:hover {
	color: #fff;
}
.pageHeader .headerBottom {
	background: #F3F5F6;
}
.pageHeader .headerBottom nav ul li a {
	color: #313131;
}
.pageHeader .headerBottom nav ul li a:hover {
	color: #28795A;
}
/*Content*/
#stat, #about, #works {
	margin:150px auto 0;
}
.subTitle {
	font-size: 24px;
	line-height: 35px;
	color: #313131;
}
#stat h1 {
	margin:0;
}
.statList {
	margin:45px 0 0;
	grid-gap:20px;
	font-size:18px;
	line-height:26px;
}
.numStat {
	font-weight: bold;
	font-size: 104px;
	line-height: 150px;
	letter-spacing: -0.01em;
	color: #1A5F44;
	display:flex;
	align-items:baseline;
}
.numStat span {
	font-size: 40px;
	line-height: 58px;
}
.numStat span:first-child {
	margin-right:5px;
}
.numStat span:last-child {
	margin-left:5px;
}
.statList h3 {
	position:relative;
	margin:0 0 35px;
}
.statList h3:after {
	content:'';
	position:absolute;
	background:#28795A;
	height:3px;
	left:0;
	max-width:90px;
	width:100%;
	bottom:-15px;
}
.aboutRight {
	grid-gap:20px;
}
.aboutRight img {
	display:block;
	max-width:100%;
	height:auto;
}
.aboutLeft {
	width:100%;
	max-width:470px;
	margin-right:65px;
}
.btns {
	margin:60px 0 0;
}
.btns a {
	margin-right:15px;
}
.btns a:last-child {
	margin-right:0;
}
.workList {
	margin:50px 0 0;
	grid-gap:15px;
}
.workList img {
	display:block;
	max-width:100%;
	height:auto;
}
.workList a {
	position:relative;
	font-size: 30px;
	line-height: 38px;
	color: #FFFFFF;
}
.workBg {
	position:absolute;
	z-index:2;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background: linear-gradient(180deg, #333333 0%, rgba(30, 30, 30, 0) 100%);
	mix-blend-mode: multiply;
	transform: rotate(-180deg);
	box-sizing:border-box;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.workBgHover {
	background: #005E3A;
	mix-blend-mode: normal;
	opacity:0;
	position:absolute;
	z-index:3;
	left:0;
	right:0;
	top:0;
	bottom:0;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.workTitle {
	position:absolute;
	z-index:4;
	bottom:30px;
	left:30px;
	right:35px;
}
/*.workList a:hover .workBg, .itemBg {
	background: #28795A;
	opacity: 0.7;
}*/
.workList a:hover .workBgHover, .itemBgHover {
	opacity: 0.7;
}
.itemBg {
	background: #28795A;
	mix-blend-mode: multiply;
	z-index:2;
}
.itemBgHover {
	background: #005E3A;
	mix-blend-mode: normal;
	z-index:3;
}
.item {
	position:relative;
	display:block!important;
}
.item img {
	max-width:100%;
	height:auto;
}
.itemBg, .itemBgHover {
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.modalBox {
	padding:50px 80px!important;
	max-width:750px!important;
	text-align:center!important;
	display:none;	
}
.modalBox h2 {
	margin:0;
}
.modalBox .subTitle {
	margin:0 0 20px;
}
.icon {
	display:block;
}
.phoneIcon {
	width:21px;
	height:21px;
	background:url(/local/templates/stream/images/phone-icon.svg) no-repeat left top / cover;
	margin-right:12px;
}
.conf {
	font-size: 14px;
	line-height: 20px;
}
.conf a {
	text-decoration:underline;
}
.conf a:hover {
	text-decoration:none;
}
.modalBox form .btn {
	display:block;
	margin:30px 0 0;
	width:100%;
}
.fancybox-close-small {
	width:70px!important;
}
.fancybox-close-small svg {
	stroke-width:1!important;
	stroke: #989898!important;
}
.phItem {
	display:none;
}
#aboutTxt {
	margin:60px auto 0;
}
#aboutTxt h1 {
	margin:0 0 30px;
}
.textBox {
	max-width:1040px;
}
#aboutTxt a {
	display:inline-block;
	vertical-align:middle;
}
#aboutTxt img {
	display:block;
}
#history {
	margin:80px auto 0;
	background: #191919;
	padding:80px 0 50px;
	color:rgba(255,255,255,0.7);
}
#history h2 {
	color:#fff;
}
.historySlider {
	margin:45px -50% 0 0;
	cursor:e-resize;
}
.historySlider .slick-next {
	right:32%;
}
.play {
	position:absolute;
	z-index:4;
	top:0;
	bottom:0;
	left:0;
	right:0;
	display:flex;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-weight: 600;
	text-transform: uppercase;
}
.playIcon {
	width:66px;
	height:67px;
	background:url(/local/templates/stream/images/play.svg) no-repeat left top / cover;
	margin-right:15px;
}
.historySlider a {
	display:block;
	position:relative;
	margin-right:25px;
}
.itemBgHover, .itemBg {
	opacity:0;
}
a:hover .itemBgHover, .video .itemBgHover {
	opacity:0.3;
}
a:hover .itemBg, .video .itemBg {
	opacity:0.7;
}
#prices {
	margin:110px auto 0;
}
.priceSlider .slick-list {
	margin:60px 0 0;
	padding:25px 0 0;
	position:relative;
}
.priceSlider:before {
	content:'';
	height:1px;
	left:0;
	right:0;
	top:7px;
	background:#28795A;
	position:absolute;
	margin:0 -50%;
}
.sliderArrows {
	position:relative;
}
.historyDate {
	font-weight: 300;
	font-size: 43px;
	line-height: 62px;
	color: #313131;
	margin:0 0 6px;
}
.historyTxt {
	padding-right:30px;
	font-size:18px;
	line-height:26px;
}
.slick-arrow {
	position:absolute;
	z-index:4;
}
.priceGallery .sliderArrows .slick-arrow {
	width:60px;
	height:60px;
	background:#F3F3F3;
	top:-22px;
	margin:0;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.priceGallery .historyDate:after {
	content:'';
	position:absolute;
	top:-25px;
	width:36px;
	height:7px;
	background: #28795A;
	left:0;
}
.priceGallery .sliderArrows .slick-prev.slick-arrow {
	transform:rotate(-180deg);
	right:130px;
	left:auto;
}
.priceGallery .sliderArrows .slick-arrow svg {
	width:13px;
	height:19px;
}
.priceGallery .sliderArrows .slick-arrow svg path {	
	stroke:#28795A;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.priceGallery .sliderArrows .slick-arrow:hover svg path {	
	stroke:#fff;
}
.priceGallery .sliderArrows .slick-arrow:hover {
	background: #28795A;
}
.priceGallery .sliderArrows .slick-next.slick-arrow {
	left:auto;
	right:65px;
}
.historyThumb {
	margin:15px 0 0;
	position:relative;
}
.historyThumb a {
	position:relative;
	display:inline-block;
}
.historyThumb img {
	display:block;
	max-width:100%;
	height:auto;
}
.zoom {
	position:absolute;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4));
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:center;
	opacity:0;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.zoomIcon {
	width:51px;
	height:52px;
	background:url(/local/templates/stream/images/zoom.svg) no-repeat left top;
}
a:hover .zoom {
	opacity:1;
}
#social {
	margin:110px auto 0;
}
#social .flex {
	align-items:flex-start;	
}
.socialImg {
	margin-left:50px;
}
.socialImg img {
	display:block;
	max-width:100%;
	height:auto;
}
#content {
	margin:60px auto 0;
}
.modalBox.modalContent {
	max-width:1250px!important;
	padding:50px 45px!important;
	text-align:left!important;
}
.modalBox.modalContent h2 {
	margin:0 0 20px;
}
.modalBox.modalContent .btn {
	margin:40px 0 0;
}
.gallery {
	margin:50px 0 0;
}
.gallery .slick-list {
	margin:0 -11px;
}
.gallery a {
	display:block;
	margin:0 12px;
}
#map {
	margin:60px auto 0;
}
.tabber {
	display:flex;
	align-items:center;
	justify-content:center;
	margin:0 0 15px;
	padding:0 0 15px;
	border-bottom:2px solid #28795A;
}
.tab {
	font-weight: 600;
	text-transform: uppercase;
	color: #989898;
	font-size:16px;
	margin:0 7%;
	position:relative;
	cursor:pointer;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.tab:hover {
	color:#313131;
}
.tab.active {
	color: #28795A;
}
.tab.active:before {
	content:'';
	position:absolute;
	bottom:-15px;
	left:50%;
	margin-left:-5px;
	border-bottom:10px solid #28795A;
	border-left:10px solid transparent;
	border-right:10px solid transparent;
}
.tab.active:after {
	content:'';
	position:absolute;
	bottom:-17px;
	left:50%;
	margin-left:-4px;
	border-bottom:9px solid #fff;
	border-left:9px solid transparent;
	border-right:9px solid transparent;
}
#mapGoogle img, #mapGoogle iframe {
	display:block;
	max-width:100%;
	height:auto;
}
#mapGoogle {
	position:relative;
}
.marker {
	position:absolute;
	top:48%;
	left:77%;
}
.marker.active {
	top:43%;
	left:27%;
}
.marker svg path {
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.marker.active svg path {
	fill:#C41E00;
}
.mapPopup {
	position:absolute;
	padding:10px;
	background:#fff;
	font-size: 14px;
	line-height: 20px;
	top:0;
	left:40px;
	min-width:310px;
	box-sizing:border-box;
	opacity:0;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.marker.active .mapPopup {
	opacity:1;
}
.mapZoom {
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:4;
}
.mapZoom_btn {
	width:55px;
	height:55px;
	background: #FFFFFF;
	border:1px solid #989898;
	box-sizing: border-box;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size: 31px;
	line-height: 38px;
	color: #28795A;
	margin:0 0 6px;
	cursor:pointer;
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.mapZoom_btn:last-child {
	margin:0;
}
.mapZoom_btn:hover {
	background: #28795A;
	border:1px solid #28795A;
	color:#fff;
}
.smallTabber {
	border:1px solid #28795A;
	border-radius:7px;
	display:flex;
	align-items:center;
	justify-content:flex-start;
	width:max-content;
	margin:15px 0 25px;
}
.smallTabber .tab {
	margin:0;
	padding:7px 15px;
	font-weight: 500;
	font-size: 18px;
	line-height: 34px;
	text-transform:none;
}
.smallTabber .tab.active {
	background:#28795A;
	color:#fff;
}
.smallTabber .tab.active:before, .smallTabber .tab.active:after {
	display:none;
}
.mapItem {
	padding:0 0 25px;
	margin:0 0 25px;
	border-bottom:1px solid #989898;
	font-size: 19px;
	line-height: 28px;
}
.mapItem:last-child {
	margin:0;
	padding:0;
	border:0;
}
.mapItem a h4 {
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
.mapItem a:hover h4, .mapItem a.active h4 {
	color:rgb(40, 121, 90);
}
.tabTxt, .tabTxt_small {
	display:none;
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
}
.tabberBox {
	min-height:705px;
	position:relative;
}
.tabberBox_small {
	min-height:610px;
	position:relative;
}
.mapList{
	overflow-y:auto;
	max-height:610px;
	position:relative;
	padding-right:30px;
}
#mapItem_box {
	margin:30px 0 0;
	background: #F3F5F6;
}
#mapItem_box .flex {
	align-items:normal;
}
.mapItem_slider_box {
	width:100%;
	max-width:505px;
	margin-right:30px;
}
.mapItem_txt {
	width:100%;
	box-sizing:border-box;
	padding:40px 30px 40px 0;
}
b {
	font-weight:500;
	color:#313131;
}
.mapItem_txt h3 {
	margin:0 0 30px;
}
.mapItem_txt > div {
	margin:0 0 8px;
}
#client, #review {
	margin:100px auto 0;
}
#client h2 {
	margin:0 0 50px;
}
.clientList a, .clientList div {
	display:flex!important;
	align-items:center;
	justify-content:center;
}
.clientList img {
	display:block;
	max-width:100%;
	height:auto;
}
.titleBox {
	margin:0 0 40px;
}
.titleBox h2, .titleBox h1 {
	margin:0;
}
.titleBox .slick-arrow {
	position:relative;
	top:auto;
	left:auto;
	right:auto;
	margin:0 0 0 10px;
	background: #F3F5F6;
	-moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.titleBox .slick-arrow svg path {
	-moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.titleBox .slick-arrow:hover {
	background: #28795A;
}
.titleBox .slick-arrow:hover svg path {
	stroke:#fff;
}
.titleBox .sliderArrows {
	display:flex;
	align-items:center;
}
.revItem {
	margin-right:70px;
	color: #313131;
}
.revTop {
	justify-content:flex-start;
	align-items:flex-start;
	border-bottom:1px solid #28795A;
	padding:0 0 25px;
	margin:0 0 25px;
}
.revThumb {
	width:100%;
	max-width:96px;
	height:auto;
	margin-right:20px;
}
.revThumb img {
	display:block;
	max-width:100%;
	height:auto;
}
.revTop_txt {
	font-size: 18px;
	line-height: 26px;
}
.revTop_txt h3 {
	margin:0;
}
.revTxt a {
	position:relative;
	display:block;
	width:max-content;
}
.specList, .licenseList {
	margin:30px 0 0;
	grid-row-gap: 50px;
}
.specItem {
	font-size: 18px;
	line-height: 26px;
	color:rgba(49,49,49,0.7);
	position:relative;
}
.specThumb {
	margin:0 0 13px;
	position:relative;
}
.specThumb img {
	display:block;
	max-width:100%;
	height:auto;
}
.licenseItem {
	font-size: 18px;
	line-height: 26px;
	color: #313131;
}
.licenseItem img {
	border: 1px solid #D6D6D6;
	display:block;
	max-width:100%;
	height:auto;
	margin:0 0 20px;
}
.newsItem {
	padding:0 0 30px;
	margin:0 0 30px;
	border-bottom:1px solid rgba(0,0,0,0.2);
}
.newsList {
	max-width:825px;
}
.newsItem img, .newsItem iframe {
	display:block;
	max-width:100%;
	height:auto;
	margin:0 0 20px;
}
.newsTop {
	justify-content:flex-start;
	margin:0 0 20px;
}
.newsDate {
	font-size: 18px;
	line-height: 37px;
	letter-spacing: 0.03em;
	text-transform: uppercase;
	color: #575A5B;
	margin-right:20px;
}
.newsCat {
	background:rgba(212,228,222,0.8);
	font-size: 16px;
	line-height: 26px;
	color: #313131;
	padding:4px 10px;
}
#top {
	position:fixed;
	right:7%;
	bottom:170px;
	background: #F3F3F3;
	transform: rotate(-90deg);
	width:60px;
	height:60px;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
	opacity:0;
	-moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#top:hover {
	background:#28795A;
}
#top svg path {
	-moz-transition: all 0.4s;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
#top:hover svg path {
	stroke:#fff;
}
.vacItem {
	background: #F3F5F6;
	padding:35px 120px 35px 50px;
	margin:0 0 10px;
}
.vacItem:last-child {
	margin:0;
}
h3.vacName {
	margin:0;
	cursor:pointer;
	position:relative;
	font-weight: 600;
	font-size: 17px;
	line-height: 30px;
	text-transform: uppercase;
}
h3.vacName .arrow {
	content:'';
	position:absolute;
	right:-70px;
	width:60px;
	height:60px;
	top:50%;
	margin-top:-30px;
	background: #FFFFFF;
	transform:rotate(90deg);
	display:flex;
	align-items:center;
	justify-content:center;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
h3.vacName .arrow:hover {
	background:#28795A;
}
h3.vacName .arrow svg path {
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
h3.vacName .arrow:hover svg path {
	stroke:#fff;
}
h3.vacName.active .arrow {
	transform:rotate(-90deg);
}
.vacTxt {
	margin:40px -70px 0 0;
	padding:40px 0 0;
	border-top:1px solid #989898;
	display:none;
	font-size: 18px;
	line-height: 26px;
}
.vacTxt h5 {
	margin:20px 0;
}
.vacTxt h5:first-child {
	margin:0 0 20px;
}
h4.vacTitle {
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: #555555;
	margin:30px 0 20px;
	text-transform:none;
}
.vacPhone {
	margin:30px 0 0;
}
.vacPhone, .vacMail a, .vacMail {
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
	color: #313131;
}
.contactRight {
	max-width:825px;
	width:100%;
	position:relative;
	min-height:425px;
	margin-left:30px;
}
.contactRight #map {
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:0;
}
div.bx-yandex-map, .ymaps-map, .bx-yandex-view-layout, .bx-yandex-view-map {
	width:100%!important;
	height:100%!important;
}
.contactLeft address {
	font-weight: normal;
	font-style: normal;
	font-size: 20px;
	line-height: 32px;
	color: #575A5B;
	margin:0 0 20px;
}
.contactLeft .btn {
	margin:40px 0 0;
}
.contactLeft b {
	font-weight:600;
}
.contactLeft a {
	color: #575A5B;
}
.contactList {
	margin:50px 0 0;
}
.contactItem {
	line-height:26px;
}
.contactItem img {
	display:block;
	max-width:100%;
	height:auto;
	margin:0 0 20px;
}
.email {
	margin:15px 0 0;
}
.email a {	
	color: #575A5B;
	font-size: 19px;
	line-height: 16px;
}
.email a:hover, .contactLeft a:hover {
	color:#28795A;
}
#content li, .modalContent li {
	padding-left:20px;
	position:relative;
}
#content li:before, .modalContent li:before {
	content:'';
	position:absolute;
	background: #575A5B;
	width:10px;
	height:1px;
	top:15px;
	left:0;
}
.modalContent li:before {
	top:17px;
}
.vacItem li:before {
	top:12px;
}
.phTxt {
	display:none;
}
/*Footer*/
footer.wrapper {
	margin:40px auto 0;
	font-size: 16px;
	line-height: 23px;
	color:rgba(49,49,49,0.6);
}
footer.wrapper a {
	font-size: 16px;
	line-height: 23px;
	color:rgba(49,49,49,0.6);
	text-decoration-line: underline;
}
footer.wrapper a:hover {
	text-decoration:none;
}
.footerTop {
	padding:20px 0;
}
.footerBottom {
	padding:20px 0;
	border-top:1px solid #D6D6D6;
}
footer.wrapper address {
	font-style: normal;
	font-weight: normal;
	font-size: 19px;
	line-height: 30px;
	color: #313131;
}
footer.wrapper .footerTop a {
	display:flex;
	align-items:center;
	font-weight: 500;
	font-size: 22px;
	line-height: 32px;
	color: #313131;
	text-decoration:none;
}
.copy a {
	margin-left:25px;
}

.privacy {
	font-size: 14px;
}

.privacy a {
	text-decoration: underline;
}

.cookie-consent-modal {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #f3f5f6;
    border-radius: 5px;
    z-index: 9999;
    padding: 15px 0;
    box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.15);
}

.cookie-consent-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    gap: 15px;
}

.cookie-consent-text {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
    flex: 1 1 70%;
    color: #000;
}

.cookie-consent-link {
    color: #28785a;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.cookie-consent-link:hover {
    color: #349e77;
}

.cookie-consent-button {
    padding: 8px 20px;
    border-radius: 4px;
    border: none;
    background: #28785a;
    color: white;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.3s ease;
    flex: 0 0 auto;
}

.cookie-consent-button:hover {
    background: #349e77;
    transform: translateY(-1px);
}

@media (max-width: 768px) {
    .cookie-consent-modal {
        left: 15px;
        bottom: 15px;
        right: 15px;
    }
    
    .cookie-consent-content {
        flex-direction: column;
        text-align: center;
    }
    
    .cookie-consent-text {
        margin-bottom: 5px;
        font-size: 12px;
    }
    
    .cookie-consent-button {
        width: 100%;
        padding: 4px 15px;
        font-size: 12px;
    }
}


#metalslug-feedback-form{
	display: none !important;
}
/* End */
/* /local/templates/stream/css/slick.css?16464033811740 */
/* /local/templates/stream/css/jquery.formstyler.css?164640338111614 */
/* /local/templates/stream/css/jquery.fancybox.css?164640338118037 */
/* /local/templates/stream/css/custom.css?1646403381332 */
/* /local/templates/stream/components/bitrix/menu/menu/style.css?1646403381581 */
/* /local/templates/stream/styles.css?1749383448705 */
/* /local/templates/stream/template_styles.css?174938344825136 */
