a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block
}

body {
	line-height: 1
}

ol, ul {
	list-style: none
}

blockquote, q {
	quotes: none
}

blockquote:after, blockquote:before, q:after, q:before {
	content: '';
	content: none
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	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: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

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

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[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
}

@font-face {
	font-family: slick;
	font-weight: 400;
	font-style: normal;
	src: url(fonts/slick.eot);
	src: url(fonts/slick.eot?#iefix) format('embedded-opentype'), url(fonts/slick.woff) format('woff'), url(fonts/slick.ttf) format('truetype'), url(fonts/slick.svg#slick) format('svg')
}

.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: 0;
	background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25
}

.slick-next:before, .slick-prev:before {
	font-family: slick;
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-prev {
	left: -25px
}

[dir=rtl] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '←'
}

[dir=rtl] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: -25px
}

[dir=rtl] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '→'
}

[dir=rtl] .slick-next:before {
	content: '←'
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0
}

.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: slick;
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #000;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: #000
}

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-bg, .fancybox-inner, .fancybox-outer, .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;
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	-o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	-o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility .25s linear;
	-o-transition: opacity .25s, visibility .25s linear;
	transition: opacity .25s, visibility .25s linear;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility;
	-o-transition: opacity .25s, visibility;
	transition: opacity .25s, visibility
}

.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: 0;
	white-space: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: opacity, -webkit-transform;
	-o-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--current, .fancybox-slide--next, .fancybox-slide--previous {
	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;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-slide>base, .fancybox-slide>link, .fancybox-slide>meta, .fancybox-slide>script, .fancybox-slide>style, .fancybox-slide>title {
	display: none
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: 0 0/100% 100% no-repeat;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	-webkit-background-size: 100% 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition-property: opacity, -webkit-transform;
	-o-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: -webkit-calc(100% - 100px);
	max-width: calc(100% - 100px);
	max-height: -webkit-calc(100% - 88px);
	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
}

.fancybox-button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-transition: color .3s;
	-o-transition: color .3s;
	transition: color .3s;
	cursor: pointer;
	outline: 0
}

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

.fancybox-button:focus, .fancybox-button:hover {
	color: #fff
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .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--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
	display: none
}

.fancybox-button--zoom svg path {
	fill: transparent
}

.fancybox-navigation {
	display: none
}

.fancybox-show-nav .fancybox-navigation {
	display: block
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	z-index: 99997
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6)
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	background: 0 0;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: '×';
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 300 22px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
	color: #888;
	text-align: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	-o-transition: background-color .25s;
	transition: background-color .25s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-close-small:focus {
	outline: 0
}

.fancybox-close-small:focus:after {
	outline: #888 dotted 1px
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
	top: 0;
	right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
	color: #fff;
	background: 0 0
}

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

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0;
	background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(20%, rgba(0, 0, 0, .1)), color-stop(40%, rgba(0, 0, 0, .2)), color-stop(80%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
	background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
	pointer-events: none
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid rgba(255, 255, 255, .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
}

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

.fancybox-slide>.fancybox-loading {
	border: 6px solid rgba(100, 100, 100, .4);
	border-top: 6px solid rgba(255, 255, 255, .6);
	-webkit-border-radius: 100%;
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: .8s linear infinite fancybox-rotate;
	animation: .8s linear infinite fancybox-rotate;
	background: 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}

}

@keyframes fancybox-rotate {
	from {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}

}

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

.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
}

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

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

.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(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1
}

.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(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

.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
}

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

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

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

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

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px;
	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;
	-webkit-border-radius: 3px;
	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;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .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 {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 15px;
	background: 0 0;
	color: #5d5b5b;
	font-size: 14px;
	outline: 0;
	border: 0;
	border-bottom: 2px solid #d7d7d7
}

.fancybox-thumbs {
	display: none;
	position: absolute;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99995
}

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

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

.fancybox-thumbs>ul {
	list-style: none;
	position: relative;
	height: 100%;
	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;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

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

.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	padding: 0;
	width: 100px;
	height: 75px;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px);
	max-height: -webkit-calc(100% - 8px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

li.fancybox-thumbs-loading {
	background: rgba(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;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: .2s cubic-bezier(.25, .46, .45, .94);
	-o-transition: .2s cubic-bezier(.25, .46, .45, .94);
	transition: .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1
}

@media all and (max-width:800px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs>ul>li {
		max-width: -webkit-calc(100% - 10px);
		max-width: calc(100% - 10px)
	}

}

@font-face {
	font-family: Museo100;
	src: url("../fonts/Museo Sans 100.otf") format("opentype");
	font-style: normal
}

@font-face {
	font-family: Museo300;
	src: url("../fonts/Museo Sans 300.otf") format("opentype");
	font-style: normal
}

@font-face {
	font-family: Museo500;
	src: url("../fonts/Museo Sans 500.otf") format("opentype");
	font-style: normal
}

@font-face {
	font-family: Museo700;
	src: url("../fonts/Museo Sans 700.otf") format("opentype");
	font-style: normal
}

@font-face {
	font-family: Museo900;
	src: url("../fonts/Museo Sans 900.otf") format("opentype");
	font-style: normal
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.wrapper {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	position: relative
}

h2 {
	font-family: Museo900;
	font-size: 20px;
	color: #393939;
	padding: 50px 0
}

h3 {
	font-family: Museo700;
	font-size: 16px;
	color: #666
}

h4 {
	font-family: Museo700;
	font-size: 19px;
	color: #fff180;
	text-transform: uppercase
}

span {
	font-family: Museo300;
	font-size: 14px;
	color: #737373
}

p {
	font-family: Museo300;
	font-size: 17px;
	color: #393939
}

p span {
	color: #f57029;
	font-size: 17px;
	margin: 0 2px
}

.title_with_bg {
	padding: 65px 0 75px;
	text-align: center
}

.title_with_bg .title_container {
	display: inline-block;
	margin: 0 auto;
	position: relative;
	z-index: 2
}

.title_with_bg h2 {
	padding: 0;
	font-family: Museo300;
	font-size: 30px;
	text-transform: uppercase;
	color: #104950;
	z-index: 5;
	display: inline-block;
	margin: 0 auto
}

.title_with_bg .background-letter {
	line-height: 1 !important;
	position: absolute;
	top: -30px;
	left: -30px;
	font-family: Museo900;
	font-size: 100px;
	text-transform: uppercase;
	color: #c6cdce;
	opacity: .8;
	z-index: -1;
	margin: 0 !important
}

header {
	background: url(../img/bg.png) center top no-repeat
}

.header_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header_logo {
	width: 270px;
	height: 104px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.logo_img_wrapper {
	width: 210px;
	margin: 0 auto
}

.logo_img_wrapper img {
	width: 100%
}

.header_info {
	width: -webkit-calc(100% - 270px);
	width: calc(100% - 270px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.header_contacts {
	width: -webkit-calc(100% - 230px);
	width: calc(100% - 230px);
	height: 52px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.contacts_phones {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%
}

.contacts_phones p {
	font-family: Museo500;
	font-size: 16px;
	color: #00d4d6
}

.contacts_phones ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.contacts_phones ul li:not(:last-child) {
	border-right: 2px solid #fff;
}

.contacts_phones ul li a {
	margin: 0 20px;
	text-decoration: none;
	font-family: Museo700;
	font-size: 14px;
	color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.header_contacts a:hover {
	color: #bbd86e
}

.header_languages {
	width: 200px;
	height: 52px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.header_languages ul {
	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;
	width: 100%;
	height: 30px
}

.header_languages ul li {
	margin: 0;
	width: 50%;
	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;
	background: #0da0ac
}

.header_languages ul li a {
	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;
	width: 100%;
	height: 100%;
	font-family: Museo300;
	font-size: 17px;
	text-transform: uppercase;
	color: #104950;
	text-decoration: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.header_languages ul li a:hover, .lang_active a {
	background: #00848e !important;
	color: #c7e574 !important
}

.header_menu {
	width: -webkit-calc(100% - 200px);
	width: calc(100% - 200px);
	height: 52px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}

.header_menu ul {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-right: 30px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header_menu ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex
}

.header_menu ul li a {
	margin-right: 20px;
	text-transform: uppercase;
	font-family: Museo300;
	font-size: 17px;
	color: #fff;
	text-decoration: none;
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.header_menu ul li a::before {
	content: '';
	width: 0;
	height: 2px;
	border-bottom: 1px dashed #bbd86e;
	position: absolute;
	bottom: -10px;
	right: -10%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.header_menu ul li a::after {
	content: '';
	width: 0;
	height: 2px;
	border-bottom: 1px dashed #bbd86e;
	position: absolute;
	top: -10px;
	left: -10%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.header_menu ul li .menu_svg_container {
	width: 15px;
	height: 15px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #00474f;
	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;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.header_menu ul li .menu_svg_container svg {
	width: 8px;
	height: 8px;
	fill: #fff;
	-webkit-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.header_menu ul li a:hover {
	color: #bbd86e
}

.header_menu ul li a:hover::after, .header_menu ul li a:hover::before {
	width: 120%
}

.header_menu ul li:hover .menu_svg_container {
	background: #bbd86e
}

.header_menu ul li:hover .menu_svg_container svg {
	fill: #00474f
}

.header_catalog {
	width: 200px;
	height: 42px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border: 2px solid #104950;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: background-image .4s linear;
	-o-transition: background-image .4s linear;
	transition: background-image .4s linear;
	cursor: pointer;
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
	position: relative
}

.header_catalog .catl_link {
	background-image: -webkit-gradient(linear, left top, right top, from(#eef7d5), color-stop(#dbf8d5), color-stop(#c4f9db), color-stop(#abf9e7), to(#93f7f7));
	background-image: -webkit-linear-gradient(left, #eef7d5, #dbf8d5, #c4f9db, #abf9e7, #93f7f7);
	background-image: -o-linear-gradient(left, #eef7d5, #dbf8d5, #c4f9db, #abf9e7, #93f7f7);
	background-image: linear-gradient(to right, #eef7d5, #dbf8d5, #c4f9db, #abf9e7, #93f7f7);
	font-family: Museo900;
	font-size: 17px;
	text-transform: uppercase;
	color: #104950;
	width: 80%;
	height: 100%;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	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;
	position: relative;
	z-index: 200;
	text-decoration: none
}

.header_catalog .catl_link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background-image: -webkit-gradient(linear, left top, right top, from(#bee66b), color-stop(#93e989), color-stop(#66eaaa), color-stop(#36e8c9), to(#00e3e3));
	background-image: -webkit-linear-gradient(left, #bee66b, #93e989, #66eaaa, #36e8c9, #00e3e3);
	background-image: -o-linear-gradient(left, #bee66b, #93e989, #66eaaa, #36e8c9, #00e3e3);
	background-image: linear-gradient(to right, #bee66b, #93e989, #66eaaa, #36e8c9, #00e3e3)
}

.header_catalog .catalog_burger {
	width: 20%;
	height: 100%;
	background: #104950;
	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;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0;
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.header_catalog .catalog_burger span {
	margin: 0 10px;
	display: block;
	width: 15px;
	height: 3px;
	background: #fff !important;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.header_catalog:hover .catl_link:before {
	opacity: 1
}

.header_catalog:hover span:first-child {
	-webkit-transform: translateY(6px) rotate(45deg);
	-ms-transform: translateY(6px) rotate(45deg);
	transform: translateY(6px) rotate(45deg)
}

.header_catalog:hover span:nth-child(2) {
	width: 0
}

.header_catalog:hover span:last-child {
	-webkit-transform: translateY(-6px) rotate(-45deg);
	-ms-transform: translateY(-6px) rotate(-45deg);
	transform: translateY(-6px) rotate(-45deg)
}

.catalog_dropdown {
	position: absolute;
	top: -webkit-calc(100% + 2px);
	top: calc(100% + 2px);
	left: -2px;
	width: -webkit-calc(100% + 4px);
	width: calc(100% + 4px);
	background: #104950;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 8;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	pointer-events: none
}

.catalog_dropdown ul {
	width: 100%
}

.catalog_dropdown ul li {
	padding: 15px 30px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	cursor: initial
}

.catalog_dropdown ul li svg {
	width: 10px;
	height: 10px;
	fill: #fff;
	margin-right: 7px
}

.catalog_dropdown ul li a {
	font-family: Museo500;
	font-size: 15px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.catalog_dropdown ul li:not(:last-child) {
	border-bottom: 1px solid #fff
}

.catalog_dropdown ul li a:hover {
	color: #bbd86e
}

.catalog_dropdown_active {
	padding: 20px 0;
	max-height: 1000px;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	pointer-events: all
}

.header_trigger {
	background-image: -webkit-gradient(linear, left top, right top, from(#eef7d5), color-stop(#dbf8d5), color-stop(#c4f9db), color-stop(#abf9e7), to(#93f7f7));
	background-image: -webkit-linear-gradient(left, #eef7d5, #dbf8d5, #c4f9db, #abf9e7, #93f7f7);
	background-image: -o-linear-gradient(left, #eef7d5, #dbf8d5, #c4f9db, #abf9e7, #93f7f7);
	background-image: linear-gradient(to right, #eef7d5, #dbf8d5, #c4f9db, #abf9e7, #93f7f7);
	position: relative;
	width: 200px;
	display: none;
	-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;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	cursor: pointer
}

.header_trigger div {
	width: 100px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.header_trigger span {
	font-family: Museo700;
	font-size: 17px;
	text-transform: uppercase;
	color: #104950;
	padding: 0 30px;
	position: relative
}

.header_trigger span:before {
	content: '';
	position: absolute;
	top: 4px;
	right: 2px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 5px 0;
	border-color: #104a50 transparent transparent
}

.close_menu_x {
	position: absolute;
	bottom: 20px;
	left: 0;
	width: 0;
	height: 40px;
	z-index: 999;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	overflow: hidden;
	background-image: -webkit-gradient(linear, left top, right top, from(#c1e66a), color-stop(#aae772), color-stop(#93e77d), color-stop(#78e789), color-stop(#59e696), color-stop(#45e6a3), color-stop(#2de5af), color-stop(#00e4bb), color-stop(#00e4c7), color-stop(#00e4d2), color-stop(#00e4db), to(#00e3e4));
	background-image: -webkit-linear-gradient(left, #c1e66a, #aae772, #93e77d, #78e789, #59e696, #45e6a3, #2de5af, #00e4bb, #00e4c7, #00e4d2, #00e4db, #00e3e4);
	background-image: -o-linear-gradient(left, #c1e66a, #aae772, #93e77d, #78e789, #59e696, #45e6a3, #2de5af, #00e4bb, #00e4c7, #00e4d2, #00e4db, #00e3e4);
	background-image: linear-gradient(to right, #c1e66a, #aae772, #93e77d, #78e789, #59e696, #45e6a3, #2de5af, #00e4bb, #00e4c7, #00e4d2, #00e4db, #00e3e4)
}

.close_menu_x:before {
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
	left: -webkit-calc(50% - 7.5px);
	left: calc(50% - 7.5px);
	width: 15px;
	height: 2px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #104950
}

.close_menu_x:after {
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 1px);
	top: calc(50% - 1px);
	left: -webkit-calc(50% - 7.5px);
	left: calc(50% - 7.5px);
	width: 15px;
	height: 2px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	background: #104950
}

@media screen and (max-width:1169px) and (min-width:1025px) {
	.header_menu ul li a {
		font-size: 15px;
		text-align: center;
		display: block;
		margin: 0 auto
	}

	.header_menu ul li .menu_svg_container {
		margin-left: 15px
	}

}

@media screen and (max-width:1024px) {
	.header_info {
		display: none;
		top: 100%;
		width: 100%;
		z-index: 3;
		position: absolute;
		background-image: -webkit-gradient(linear, left top, right top, from(#00656b), color-stop(#117c83), color-stop(#20949c), color-stop(#2dacb6), to(#3bc5d1));
		background-image: -webkit-linear-gradient(left, #00656b, #117c83, #20949c, #2dacb6, #3bc5d1);
		background-image: -o-linear-gradient(left, #00656b, #117c83, #20949c, #2dacb6, #3bc5d1);
		background-image: linear-gradient(to right, #00656b, #117c83, #20949c, #2dacb6, #3bc5d1)
	}

	.header_languages {
		width: 25%;
		margin-left: auto;
		padding-right: 30px
	}

	.header_catalog {
		height: 50px;
		width: -webkit-calc(100% - 540px);
		width: calc(100% - 540px)
	}

	.header_contacts {
		padding: 0 0 0 30px;
		width: 70%;
		float: left
	}

	.header_menu {
		width: 100%;
		padding: 0 30px
	}

	.header_menu ul {
		padding-right: 0
	}

	.header_menu ul li a {
		margin-right: 50px
	}

	.header_trigger {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-right: auto;
		height: 50px
	}

	.catalog_dropdown_active {
		padding: 20px
	}

	.header_catalog .catalog_burger {
		padding: 14px 0;
		width: 100px
	}

	.header_catalog h5 {
		width: -webkit-calc(100% - 80px);
		width: calc(100% - 80px)
	}

	.header_catalog .catalog_burger span {
		margin: 0 30px
	}

	.header_trigger span {
		width: 100%;
		text-align: center;
		padding: 0
	}

	.header_trigger span:before {
		right: 20%
	}

}

@media screen and (max-width:840px) {
	.header_menu {
		height: auto;
		padding-bottom: 20px
	}

	.header_menu ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.header_menu ul li {
		width: 100%;
		text-align: center
	}

	.header_menu ul li a {
		font-size: 20px;
		margin: 10px auto
	}

	.header_menu ul li .menu_svg_container {
		display: none
	}

	.header_trigger {
		width: 130px
	}

	.header_trigger span {
		padding: 0 20px
	}

	.header_catalog {
		width: -webkit-calc(100% - 430px);
		width: calc(100% - 430px)
	}

	.catalog_dropdown {
		top: 100%
	}

	.header_trigger span:before {
		right: 10%
	}

}

@media screen and (max-width:640px) {
	.header_wrapper {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 20px
	}

	.header_trigger {
		width: -webkit-calc(50% - 60px);
		width: calc(50% - 60px);
		height: 40px;
		margin-left: 30px
	}

	.close_menu_x_active {
		width: 100%
	}

	.header_catalog {
		width: -webkit-calc(50% - 60px);
		width: calc(50% - 60px);
		height: 40px;
		margin-right: 30px
	}

	.header_logo {
		width: 100%
	}

	.header_catalog .catalog_burger {
		padding: 10px 0
	}

	.header_catalog:hover span:last-child {
		-webkit-transform: translateY(-5px) rotate(-45deg);
		-ms-transform: translateY(-5px) rotate(-45deg);
		transform: translateY(-5px) rotate(-45deg)
	}

	.header_catalog h5 {
		width: -webkit-calc(100% - 78px);
		width: calc(100% - 78px)
	}

	.header_info {
		top: -webkit-calc(100% - 20px);
		top: calc(100% - 20px);
		padding: 20px 0
	}

	.header_menu {
		padding-bottom: 0
	}

}

@media screen and (max-width:540px) {
	.header_contacts {
		width: 100%;
		float: none
	}

	.header_languages {
		width: 50%;
		margin: 0 auto;
		padding-right: 0
	}

	.contacts_phones {
		margin: 0 auto
	}

}

@media screen and (max-width:480px) {
	.contacts_phones ul {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.contacts_phones ul li:first-child {
		border: none
	}

	.header_contacts {
		width: 190px;
		margin: 0 auto;
		padding-left: 0;
		text-align: center
	}

	.contacts_phones {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.contacts_phones p {
		display: block
	}

	.header_catalog .catalog_burger {
		width: 40px;
		padding: 9px 0
	}

	.header_catalog .catalog_burger span {
		margin: 0 5px
	}

	.header_catalog h5 {
		width: -webkit-calc(100% - 38px);
		width: calc(100% - 38px)
	}

	.header_catalog:hover span:first-child {
		-webkit-transform: translate(5px, 4px) rotate(45deg);
		-ms-transform: translate(5px, 4px) rotate(45deg);
		transform: translate(5px, 4px) rotate(45deg)
	}

	.header_trigger {
		width: -webkit-calc(50% - 40px);
		width: calc(50% - 40px);
		margin-left: 15px
	}

	.header_catalog {
		width: -webkit-calc(50% - 20px);
		width: calc(50% - 20px);
		margin-right: 15px
	}

}

@media screen and (min-width:1025px) {
	.header_info {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

}

#products .wrapper {
	max-width: 1200px;
	padding: 0 15px
}

.products_content_wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 30px
}

.products_block {
	width: 270px;
	height: 270px;
	margin-top: 30px;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	padding-top: 165px;
	cursor: pointer
}

.products_block span {
	font-family: Museo700;
	font-size: 20px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.14;
	max-width: -webkit-calc(100% - 75px);
	max-width: calc(100% - 75px)
}

.products_block .block_content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	position: relative;
	z-index: 5;
	text-decoration: none
}

.products_block .block_content:before {
	content: '';
	background-image: -webkit-gradient(linear, left top, right top, from(#aac272), color-stop(#85c484), color-stop(#5dc39c), color-stop(#32c0b4), to(#00bbca));
	background-image: -webkit-linear-gradient(left, #aac272, #85c484, #5dc39c, #32c0b4, #00bbca);
	background-image: -o-linear-gradient(left, #aac272, #85c484, #5dc39c, #32c0b4, #00bbca);
	background-image: linear-gradient(to right, #aac272, #85c484, #5dc39c, #32c0b4, #00bbca);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	opacity: 0;
	-webkit-transition: .6s .2s;
	-o-transition: .6s .2s;
	transition: .6s .2s
}

.product_arrow_container {
	width: 75px;
	height: 45px;
	border: 1px dashed #104950;
	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;
	margin-left: auto;
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.product_arrow_container:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px dashed #104950;
	opacity: .2;
	-webkit-transition: .6s 1s;
	-o-transition: .6s 1s;
	transition: .6s 1s
}

.block_content:hover .product_arrow_container {
	background: #104950
}

.block_content:hover .product_arrow_container .products_svg_wrapper {
	border: 1px solid #32bcb8
}

.block_content:hover .product_arrow_container .products_svg_wrapper svg {
	fill: #32bcb8
}

.products_svg_wrapper {
	width: 15px;
	height: 15px;
	border: 1px solid #104950;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	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;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.products_svg_wrapper svg {
	width: 7px;
	height: 7px;
	fill: #104950;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.products_block:hover {
	padding-top: 0
}

.products_block:hover .block_content:before {
	opacity: 1
}

.products_block:hover .product_arrow_container:before {
	top: 0;
	opacity: 0
}

.product_dropdown {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
	padding: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 7;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
	pointer-events: none
}

.product_dropdown ul {
	width: 100%
}

.product_dropdown ul li {
	padding: 5px 15px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	cursor: initial
}

.product_dropdown ul li svg {
	width: 10px;
	height: 10px;
	fill: #104950;
	margin-right: 7px
}

.product_dropdown ul li a {
	font-family: Museo900;
	font-size: 14px;
	color: #104950;
	text-decoration: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.product_dropdown ul li:not(:last-child) {
	border-bottom: 1px solid #fff
}

.product_dropdown ul li a:hover {
	color: #60bac8
}

.product_dropdown_active {
	top: 105px;
	padding: 20px 0;
	max-height: 1000px;
	-webkit-transition: .6s .4s;
	-o-transition: .6s .4s;
	transition: .6s .4s;
	pointer-events: all
}

@media screen and (max-width:1170px) {
	.products_content_wrapper {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0
	}

	.products_block {
		margin: 30px 15px 0
	}

}

@media screen and (max-width:560px) {
	.products_block {
		margin: 30px 0 0
	}

}

#about, #about_template {
	width: 100%;
	background: #e7e7e7
}

#about .wrapper, #about_template .wrapper {
	max-width: 1200px;
	padding: 0 15px;
	text-align: center
}

#about p, #about_template p {
	text-align: left;
	font-family: Museo900;
	font-size: 17px;
	color: #104950;
	line-height: 1.3
}

#about {
	background: 0 0;
	margin-top: 50px
}

#about .about_images {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#about .about_images .image25 {
	margin-top: 30px;
	width: -webkit-calc(25% - 22.5px);
	width: calc(25% - 22.5px)
}

#about .about_images .image25 img {
	width: 100%
}

#about .about_images .image50 {
	width: -webkit-calc(50% - 15px);
	width: calc(50% - 15px)
}

#portfolio_template .wrapper {
	max-width: 1200px;
	padding: 0 15px;
	text-align: center
}

.portfolio_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.portfolio_block {
	height: 270px;
	width: -webkit-calc(25% - 22.5px);
	width: calc(25% - 22.5px);
	padding: 30px;
	position: relative;
	overflow: hidden;
	z-index: 5;
	margin-top: 30px;
	margin-right: 30px;
}
.portfolio_block:last-child {
	margin-right: 0;
}
.portfolio_block h3 {
	max-width: 130px;
	line-height: 1.3;
	font-family: Museo900;
	font-size: 17px;
	color: #fff;
	z-index: 5;
	position: absolute
}

.portfolio_block:before {
	content: '';
	position: absolute;
	top: -183px;
	left: -88px;
	background: #104950;
	width: 270px;
	opacity: .7;
	height: 400px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.portfolio_block:hover:before {
	background: #0ec2bf
}

.portfolio_block:hover .portfolio_arrow_svg {
	border: 1px solid #104950;
	background: #104950
}

.portfolio_large {
	width: -webkit-calc(50% - 15px);
	width: calc(50% - 15px)
}

.portfolio_arrow_svg {
	margin-left: 20px;
	width: 20px;
	height: 20px;
	border: 1px solid #0ec2bf;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	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;
	position: absolute;
	top: 150px;
	left: 10px;
	opacity: 1;
	z-index: 7;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.portfolio_arrow_svg svg {
	width: 10px;
	height: 10px;
	fill: #0ec2bf;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.all_projects_container {
	display: inline-block;
	margin: 0 auto
}

.all_projects {
	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-decoration: none;
	text-transform: uppercase;
	margin: 70px auto;
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.all_projects span {
	font-family: Museo900;
	font-size: 17px;
	color: #104950;
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.all_projects span:before {
	content: '';
	position: absolute;
	top: -20px;
	left: 20%;
	width: 60%;
	height: 1px;
	border-bottom: 1px dashed #104950;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.all_projects span:after {
	content: '';
	position: absolute;
	bottom: -20px;
	left: 20%;
	width: 60%;
	height: 1px;
	border-bottom: 1px dashed #104950;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.all_projects .portfolio_arrow_svg {
	position: initial;
	background: #104950;
	border: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.all_projects .portfolio_arrow_svg svg {
	fill: #fff
}

.all_projects:hover span {
	color: #bbd86e
}

.all_projects:hover span:after, .all_projects:hover span:before {
	border-bottom: 1px dashed #bbd86e
}

.all_projects:hover .portfolio_arrow_svg {
	background: #bbd86e
}

.fancybox-thumbs {
	top: auto;
	bottom: 20px;
	left: 0;
	right: 0;
	height: 95px;
	padding: 10px 10px 5px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: 0 0;
	width: 80%;
	margin: 0 auto
}

.fancybox-show-thumbs .fancybox-inner {
	right: 0;
	bottom: 95px
}

.fancybox-button {
	opacity: 1 !important;
	background: #3c3c3c;
	opacity: .87;
	color: #fff
}

.fancybox-thumbs>ul {
	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-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto
}

.fancybox-thumbs>ul>li {
	border: 2px solid #fff !important;
	margin: 4px
}

.fancybox-navigation button:after, .fancybox-navigation button:before {
	display: none
}

.fancybox-thumbs>ul>li:before {
	border: 3px solid #bbd86e
}

.fancybox-navigation button {
	width: 25px;
	height: 25px;
	background: #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	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;
	padding: 0;
	margin: 0;
	cursor: pointer
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 40px;
	background: #bbd86e
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 40px;
	background: #bbd86e
}

.fancybox-button--arrow_left svg, .fancybox-button--arrow_right svg {
	-webkit-background-size: 100% 100%;
	background-size: 100%;
	width: 20px;
	height: 20px;
	margin: 0 auto
}

.fancybox-image-wrap {
	border: 2px solid #fff !important
}

@media screen and (max-width:1024px) {
	.portfolio_block {
		margin-top: 30px;
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px);
		-webkit-background-size: cover !important;
		background-size: cover !important
	}

	#portfolio_template .portfolio_large {
		margin-top: 0
	}

	.portfolio_large {
		width: 100%;
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

}

@media screen and (max-width:600px) {
	.portfolio_block {
		width: 100%
	}

}

.portfolio_final_gallery {
	margin-top: 20px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.portfolio_final_gallery a {
	width: 270px;
	height: 270px;
	display: inline-block;
	-webkit-background-size: cover !important;
	background-size: cover !important;
	margin-right: 30px;
	margin-bottom: 30px
}

.portfolio_final_gallery a:nth-child(4n) {
	margin-right: 0
}

.portfolio_fin {
	max-width: 1200px;
	width: 100%;
	padding: 0 15px
}

@media screen and (max-width:1199px) {
	.portfolio_final_gallery {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.portfolio_final_gallery a:nth-child(4n) {
		margin-right: 30px
	}

	.portfolio_final_gallery a:nth-child(3n) {
		margin-right: 0
	}

}

@media screen and (max-width:899px) {
	.portfolio_final_gallery {
		-webkit-justify-content: space-around;
		-ms-flex-pack: distribute;
		justify-content: space-around
	}

	.portfolio_final_gallery a {
		margin-right: 10px !important
	}

}

footer {
	background: #00474f;
}

footer .wrapper {
	max-width: 1200px;
	padding: 0 15px
}

.footer_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 40px
}

.footer_container h4 {
	font-family: Museo900;
	font-size: 17px;
	text-transform: uppercase;
	color: #7f9fa3;
	margin-bottom: 50px
}

.footer_container a, .footer_container li {
	text-decoration: none;
	font-family: Museo500;
	font-size: 17px;
	color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.footer_container a:hover {
	color: #bbd86e
}

.footer_container ul li {
	margin-bottom: 20px
}

.footer_logo {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: -webkit-calc(25% + 7.5px);
	width: calc(25% + 7.5px)
}

.footer_logo .logo_wrapper {
	width: 200px
}

.footer_logo .logo_wrapper img {
	width: 100%
}

.footer_menu {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
	width: -webkit-calc(20% - 34px);
	width: calc(20% - 34px)
}

.footer_catalog {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3;
	width: -webkit-calc(40% - 18px);
	width: calc(40% - 18px);
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer_catalog h4 {
	width: 100%
}

.footer_catalog ul {
	width: 50%
}

.footer_contacts {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4;
	width: -webkit-calc(20% - 14px);
	width: calc(20% - 14px)
}

.footer_contacts ul {
	text-align: right;
	position: relative;
	padding-left: 50px
}

.footer_contacts ul li {
	line-height: 1.4;
	margin-bottom: 0
}

.footer_contacts ul li a {
	font-family: Museo700;
	font-size: 16px
}

.footer_contacts ul span {
	position: absolute;
	top: 3px;
	left: 0;
	font-family: Museo500;
	font-size: 16px;
	color: #60bac8
}

.footer_contacts ul:nth-of-type(1) {
	margin-bottom: 30px
}

.footer_rights {
	background: #003a41;
	padding: 12px 0;
	margin-top: 40px
}

.footer_rights .wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer_rights span {
	color: #2f7c85
}

.footer_rights a {
	display: block;
	width: 48px;
	height: 12px;
	background: url(../img/webit_logo.png) center bottom no-repeat;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.footer_rights a:hover {
	background-position-y: 0
}

@media screen and (max-width:1169px) {
	.footer_logo {
		width: 100%;
		margin-bottom: 30px
	}

	.footer_logo .logo_wrapper {
		margin: 0 auto
	}

	.footer_contacts, .footer_menu {
		width: 25%
	}

	.footer_catalog {
		width: 50%
	}

}

@media screen and (max-width:870px) {
	.footer_logo .logo_wrapper {
		margin: 0 auto
	}

	.footer_menu {
		width: 50%;
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.footer_contacts {
		width: 50%;
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.footer_contacts ul {
		text-align: left;
		padding-left: 65px
	}

	.footer_catalog {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2;
		margin-bottom: 30px
	}

}

@media screen and (max-width:500px) {
	.portfolio_final_gallery a {
		margin-right: 0 !important
	}

	.footer_contacts, .footer_menu {
		width: 100%
	}

	.footer_rights .wrapper {
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.footer_rights span {
		width: 100%;
		text-align: center;
		margin-bottom: 15px
	}

}

#breadcrumbs .wrapper {
	max-width: 1200px;
	padding: 0 15px
}

#breadcrumbs ul {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

#breadcrumbs ul li {
	font-family: Museo500;
	font-size: 14px;
	margin: 5px;
	color: #104950
}

#breadcrumbs ul li a {
	text-decoration: none;
	font-family: Museo300;
	font-size: 14px;
	color: #104950;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

#breadcrumbs ul li a:hover {
	color: #bbd86e
}

#breadcrumbs ul li a:hover svg {
	fill: #bbd86e
}

#breadcrumbs ul li svg {
	width: 15px;
	height: 15px;
	fill: #bbd86e;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

#breadcrumbs ul li .breadcrumb_arrow, #breadcrumbs ul li .breadcrumb_arrow svg {
	width: 12px;
	height: 12px
}

#breadcrumbs ul li:first-child {
	margin-left: 0
}

#page_title {
	background: #e7e7e7;
	padding: 25px 0
}

#page_title .wrapper {
	max-width: 1200px;
	padding: 0 15px
}

#page_title h1 {
	font-family: Museo300;
	font-size: 30px;
	color: #104950;
	text-transform: uppercase
}

.pagination_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	width: 250px;
	margin: 50px auto;
	border: 1px dashed #104950;
	padding: 25px 35px
}

.pagination_arrows {
	width: 25px;
	height: 25px;
	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;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #104950;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.pagination_arrows svg {
	width: 12px;
	height: 12px;
	fill: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.pagination_pages {
	font-family: Museo100;
	font-size: 17px;
	color: #104950;
	position: relative
}

.pagination_pages strong {
	font-family: Museo900;
	font-size: 16px;
	color: #104950;
	margin: 0 5px
}

.pagination_pages a {
	text-decoration: none;
	color: #393939;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.pagination_pages a:hover {
	color: #f57029
}

.pagination_arrows:last-child {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.pagination_arrows:hover {
	background: #104950
}

.pagination_arrows:hover svg {
	fill: #fff
}

#contacts .wrapper {
	max-width: 1200px;
	padding: 0 15px
}

.contacts_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.contacts_info ul {
	padding-bottom: 20px;
	position: relative;
	margin: 30px 0
}

.contacts_info ul li {
	padding: 10px 0;
	font-family: Museo500;
	font-size: 20px;
	color: #104950
}

.contacts_info ul li a {
	font-family: Museo900;
	font-size: 20px;
	color: #104950;
	margin-left: 10px;
	text-decoration: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.contacts_info ul li span {
	font-family: Museo900;
	font-size: 20px;
	color: #104950;
	margin-left: 10px
}

.contacts_info ul li a:hover {
	color: #bbd86e
}

.contacts_info ul li .bold_link {
	font-family: Museo700
}

.contacts_info ul:not(:last-child) {
	border-bottom: 1px dashed #104950
}

.contacts_info ul:before {
	content: ''
}

.contacts_icon {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #00474f;
	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;
	margin: 0 0 20px !important;
	padding: 0 !important
}

.contacts_icon svg {
	width: 25px;
	height: 25px;
	fill: #fff
}

.contacts_map_container {
	width: 100%;
	height: 400px
}

.contacts_map_container iframe {
	width: 100%;
	height: 100%
}

.open_map {
	margin-top: 20px;
	width: 370px;
	height: 100px;
	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;
	position: relative;
	cursor: pointer;
	background: url(../img/map_small.png) center center no-repeat
}

.open_map span {
	font-family: Museo500;
	font-size: 16px;
	text-transform: uppercase;
	color: #fff
}

.open_map:before {
	content: '';
	position: absolute;
	top: 2%;
	left: 0;
	width: 100%;
	height: 96%;
	background: #bbd86e;
	opacity: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.open_map:hover:before {
	opacity: .4
}

.contacts_form {
	width: 49%
}

.contacts_form h2 {
	padding: 35px 0 10px;
	font-family: Museo900;
	text-transform: uppercase;
	font-size: 20px;
	color: #104950
}

.contacts_form p {
	max-width: 370px;
	line-height: 1.2;
	font-family: Museo500;
	font-size: 16px;
	color: #104950
}

.contacts_form form {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 22px;
	max-width: 415px
}

.contacts_form form input {
	width: 100%;
	font-family: Museo300;
	font-size: 16px;
	color: #104950;
	padding: 23.5px 0 23.5px 30px;
	border: 2px solid #e7e7e7;
	margin: 10px 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	outline: 0
}

.contacts_form form input::-webkit-input-placeholder {
	color: #104950;
	font-family: Museo500;
	font-size: 16px
}

.contacts_form form input::-moz-placeholder {
	color: #104950;
	font-family: Museo500;
	font-size: 16px
}

.contacts_form form input:-ms-input-placeholder {
	color: #104950;
	font-family: Museo500;
	font-size: 16px
}

.contacts_form form input::-ms-input-placeholder {
	color: #104950;
	font-family: Museo500;
	font-size: 16px
}

.contacts_form form input::placeholder {
	color: #104950;
	font-family: Museo500;
	font-size: 16px
}

.contacts_form form textarea {
	width: 100%;
	height: 350px;
	font-family: Museo300;
	font-size: 16px;
	color: #104950;
	resize: none;
	padding: 25px 0 0 30px;
	border: 2px solid #e7e7e7;
	margin: 10px 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	outline: 0
}

.contacts_form form textarea::-webkit-input-placeholder {
	color: #104950;
	font-family: Museo500;
	font-size: 16px
}

.contacts_form form textarea::-moz-placeholder {
	color: #104950;
	font-family: Museo500;
	font-size: 16px
}

.contacts_form form textarea:-ms-input-placeholder {
	color: #104950;
	font-family: Museo500;
	font-size: 16px
}

.contacts_form form textarea::-ms-input-placeholder {
	color: #104950;
	font-family: Museo500;
	font-size: 16px
}

.contacts_form form textarea::placeholder {
	color: #104950;
	font-family: Museo500;
	font-size: 16px
}

.contacts_form form input:focus, .contacts_form form input:hover, .contacts_form form textarea:focus, .contacts_form form textarea:hover {
	border: 2px solid #cecece
}

.contacts_form form button {
	width: 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;
	padding: 25px 0;
	border: none;
	margin-top: 20px;
	background: #104950;
	color: #fff;
	text-transform: uppercase;
	font-family: Museo900;
	font-size: 16px;
	cursor: pointer;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.contacts_form form button:hover {
	background: #bbd86e;
	color: #104950
}

@media screen and (max-width:970px) {
	.contacts_info {
		width: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 30px
	}

	.info_container {
		width: 50%
	}

	.contacts_form {
		width: 100%;
		margin-bottom: 30px
	}

	.contacts_form form textarea {
		height: 200px
	}

}

@media screen and (max-width:768px) {
	#about .about_images .image25 {
		width: -webkit-calc(50% - 15px);
		width: calc(50% - 15px)
	}

	#about .about_images .image50 {
		width: 100%
	}

	.contacts_info {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-top: 0
	}

	.info_container {
		width: 100%
	}

	.contacts_map_container {
		width: 100%;
		height: 400px
	}

}

@media screen and (max-width:400px) {
	.open_map {
		width: 100%
	}

}

.slider_container {
	position: relative
}

.slider div {
	width: 100%;
	height: 450px
}

.slider div h2 {
	font-family: Museo100;
	font-size: 40px;
	color: #bbdd73;
	margin-left: 70px;
	padding: 110px 0 20px
}

.slider div h3 {
	font-family: Museo900;
	font-size: 15px;
	text-transform: uppercase;
	color: #fff;
	margin-left: 70px
}

.slider div a {
	text-decoration: none;
	margin-left: 70px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	position: relative;
	outline: none
}

.slider div a:before {
	content: '';
	width: 140px;
	height: 2px;
	border-top: 1px dashed #bbdd73;
	position: absolute;
	top: -15px;
	left: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.slider div a:after {
	content: '';
	width: 140px;
	height: 2px;
	border-top: 1px dashed #bbdd73;
	position: absolute;
	bottom: -15px;
	left: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.slider div a:hover:after, .slider div a:hover:before {
	width: 200px
}

.slider div span {
	font-family: Museo900;
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -webkit-gradient(linear, left top, right top, from(#aac272), color-stop(#85c484), color-stop(#5dc39c), color-stop(#32c0b4), to(#00bbca));
	background-image: -webkit-linear-gradient(left, #aac272, #85c484, #5dc39c, #32c0b4, #00bbca);
	background-image: -o-linear-gradient(left, #aac272, #85c484, #5dc39c, #32c0b4, #00bbca);
	background-image: linear-gradient(to right, #aac272, #85c484, #5dc39c, #32c0b4, #00bbca)
}

.slider div .slider_arrow_svg {
	margin-left: 20px;
	width: 20px;
	height: 20px;
	background: #00e3e0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	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
}

.slider div .slider_arrow_svg svg {
	width: 10px;
	height: 10px;
	fill: #104950;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

.left {
	position: absolute;
	bottom: 15px;
	left: -webkit-calc(50% - 80px);
	left: calc(50% - 80px);
	z-index: 5;
	background: #104950;
	opacity: .7;
	cursor: pointer;
	width: 75px;
	height: 45px;
	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;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.left .slider_arrow_svg {
	width: 15px;
	height: 15px;
	border: 1px solid #00d5d7;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	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;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.left .slider_arrow_svg svg {
	width: 8px;
	height: 8px;
	fill: #00d5d7;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg)
}

.right {
	position: absolute;
	bottom: 15px;
	right: -webkit-calc(50% - 80px);
	right: calc(50% - 80px);
	z-index: 5;
	background: #104950;
	opacity: .7;
	cursor: pointer;
	width: 75px;
	height: 45px;
	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;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.right .slider_arrow_svg {
	width: 15px;
	height: 15px;
	border: 1px solid #00d5d7;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	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;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.right .slider_arrow_svg svg {
	width: 8px;
	height: 8px;
	fill: #00d5d7;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;

}

.left:hover, .right:hover {
	background: #00d5d7
}

.left:hover .slider_arrow_svg, .right:hover .slider_arrow_svg {
	background: #104950;
	border: 1px solid #104950
}

.slick-dots {
	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
}

.slick-dots li {
	width: 10px;
	height: 10px
}

.slick-dots li.slick-active button:before {
	width: 10px;
	height: 10px;
	margin-top: -2px;
	opacity: 1 !important
}

.slick-dots li.slick-active button {
	width: 10px;
	height: 10px
}

.slick-dots li button {
	width: 6px;
	height: 6px
}

.slick-dots li button:before {
	content: '';
	background: #aac272;
	opacity: 1;
	width: 6px;
	height: 6px;
	opacity: .6
}

@media screen and (max-width:480px) {
	.slider div h2 {
		padding: 60px 0 20px;
		margin-left: 20px
	}

	.slider div a, .slider div h3 {
		margin-left: 20px
	}

}

#service_info {
	background: url(../img/info_bg.png) center center no-repeat;
	margin-top: 50px
}

#service_info .wrapper {
	padding: 0 15px;
	max-width: 1200px
}

.info_description_block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 40px 0
}

.info_description_block .description_content {
	width: -webkit-calc(33% - 16.09px);
	width: calc(33% - 16.09px);
	border: 2px solid #fff;
	height: 67px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 60px;
	position: relative
}

.info_description_block .description_content h3 {
	font-family: Museo900;
	font-size: 18px;
	color: #fff
}

.info_description_block .description_content:before {
	content: '';
	position: absolute;
	top: 0;
	right: 58px;
	width: 2px;
	height: 100%;
	border-left: 1px dashed #fff
}

.info_description_block .description_content:after {
	content: '';
	position: absolute;
	top: 0;
	right: 60px;
	width: 2px;
	height: 100%;
	border-left: 1px dashed #fff
}

@media screen and (max-width:970px) {
	.info_description_block .description_content {
		padding: 0 20px
	}

	.info_description_block .description_content:before {
		right: 18px
	}

	.info_description_block .description_content:after {
		right: 20px
	}

}

@media screen and (max-width:768px) {
	#service_info {
		-webkit-background-size: cover;
		background-size: cover
	}

	.info_description_block {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.info_description_block .description_content {
		width: -webkit-calc(50% - 30px);
		width: calc(50% - 30px);
		margin-top: 30px
	}

}

@media screen and (max-width:580px) {
	.info_description_block .description_content {
		width: 100%
	}

}

.popup_container {
	position: fixed;
	top: 0;
	left: 0;
	width: 0;
	overflow: hidden;
	height: 100vh;
	z-index: 1000;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s
}

.popup_container .popup_overlay {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
	z-index: 998
}

.popup_container .popup_content {
	width: 100%;
	max-width: 600px;
	max-height: 100%;
	z-index: 999;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	padding: 15px
}

.popup_container .popup_image img {
	width: 100%
}

.popup_container span {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 10%;
	right: 10%;
	z-index: 998;
	cursor: pointer
}

.popup_container span:before {
	content: '';
	width: 100%;
	height: 2px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 20px;
	left: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.popup_container span:after {
	content: '';
	width: 100%;
	height: 2px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
	top: 20px;
	left: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.popup_container span:hover:before {
	background: #bbd86e;
	-webkit-transform: scale(1.2) rotate(45deg);
	-ms-transform: scale(1.2) rotate(45deg);
	transform: scale(1.2) rotate(45deg)
}

.popup_container span:hover:after {
	background: #bbd86e;
	-webkit-transform: scale(1.2) rotate(-45deg);
	-ms-transform: scale(1.2) rotate(-45deg);
	transform: scale(1.2) rotate(-45deg)
}

@media screen and (max-height:500px) {
	.popup_map .popup_content {
		width: 50%
	}

}

@media screen and (max-height:400px) {
	.popup_map .popup_content {
		width: 60%
	}

}

#products_list {
	margin: 50px 0
}

#products_list .wrapper {
	max-width: 1200px;
	padding: 0 15px
}

.products_list_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

.list_block {
	width: 20%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: space-between;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	padding: 0 24px;
	text-decoration: none;
	height: 290px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	border: 3px solid #00D1D4;
	border-collapse: collapse;
	padding: 40px 15px;
}

.list_block span {
	width: 100%;
	font-family: Museo900;
	font-size: 20px;
	margin-bottom: 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.list_block .product_arrow_container {
	margin-left: 0;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.products_list_container .list_block {
	background: #fff;
	position: relative;
}
.products_list_container .list_block img {
	max-width: 100%;
}

.products_list_container .list_block span {
	color: #104950;
}

.products_list_container .list_block .product_arrow_container {
	border: 1px dashed #104950
}

.products_list_container .list_block .product_arrow_container .products_svg_wrapper {
	border: 1px solid #104950
}

.products_list_container .list_block .product_arrow_container .products_svg_wrapper svg {
	fill: #104950
}

.products_list_container .list_block:hover {
	background: #00d1d4;
	border: 3px solid #00D1D4;
	border-collapse: collapse;
}

.products_list_container .list_block:hover span {
	color: #fff
}

.products_list_container .list_block:hover .product_arrow_container {
	border: 1px dashed #fff
}

.products_list_container .list_block:hover .product_arrow_container .products_svg_wrapper {
	border: 1px solid #fff
}

.products_list_container .list_block:hover .product_arrow_container .products_svg_wrapper svg {
	fill: #fff
}

.products_list_container .list_block:nth-child(even) {
	background: #00d1d4;
}

.products_list_container .list_block:nth-child(even) span {
	color: #fff
}

.products_list_container .list_block:nth-child(even) .product_arrow_container {
	border: 1px dashed #fff
}

.products_list_container .list_block:nth-child(even) .product_arrow_container .products_svg_wrapper {
	border: 1px solid #fff
}

.products_list_container .list_block:nth-child(even) .product_arrow_container .products_svg_wrapper svg {
	fill: #fff
}

.products_list_container .list_block:nth-child(odd):hover {
	background: #00D1D4;
	border: 3px solid #fff;
}
.products_list_container .list_block:nth-child(even):hover {
	background: #fff;
	border: 3px solid #00D1D4;
}


.products_list_container .list_block:nth-child(even):hover span {
	color: #104950
}

.products_list_container .list_block:nth-child(even):hover .product_arrow_container {
	border: 1px dashed #104950
}

.products_list_container .list_block:nth-child(even):hover .product_arrow_container .products_svg_wrapper {
	border: 1px solid #104950
}

.products_list_container .list_block:nth-child(even):hover .product_arrow_container .products_svg_wrapper svg {
	fill: #104950
}

@media screen and (max-width:1024px) {
	.products_list_container .list_block {
		width: 33%
	}

}

@media screen and (max-width:768px) and (min-width:501px) {
	.products_list_container .list_block {
		width: 50%
	}

	.products_list_container .list_block:nth-child(4n+1), .products_list_container .list_block:nth-child(4n+4) {
		background: #fff
	}

	.products_list_container .list_block:nth-child(4n+1) span, .products_list_container .list_block:nth-child(4n+4) span {
		color: #104950
	}

	.products_list_container .list_block:nth-child(4n+1) .product_arrow_container, .products_list_container .list_block:nth-child(4n+4) .product_arrow_container {
		border: 1px dashed #104950
	}

	.products_list_container .list_block:nth-child(4n+1) .product_arrow_container .products_svg_wrapper, .products_list_container .list_block:nth-child(4n+4) .product_arrow_container .products_svg_wrapper {
		border: 1px solid #104950
	}

	.products_list_container .list_block:nth-child(4n+1) .product_arrow_container .products_svg_wrapper svg, .products_list_container .list_block:nth-child(4n+4) .product_arrow_container .products_svg_wrapper svg {
		fill: #104950
	}

	.products_list_container .list_block:nth-child(4n+1):hover, .products_list_container .list_block:nth-child(4n+4):hover {
		background: #00d1d4
	}

	.products_list_container .list_block:nth-child(4n+1):hover span, .products_list_container .list_block:nth-child(4n+4):hover span {
		color: #fff
	}

	.products_list_container .list_block:nth-child(4n+1):hover .product_arrow_container, .products_list_container .list_block:nth-child(4n+4):hover .product_arrow_container {
		border: 1px dashed #fff
	}

	.products_list_container .list_block:nth-child(4n+1):hover .product_arrow_container .products_svg_wrapper, .products_list_container .list_block:nth-child(4n+4):hover .product_arrow_container .products_svg_wrapper {
		border: 1px solid #fff
	}

	.products_list_container .list_block:nth-child(4n+1):hover .product_arrow_container .products_svg_wrapper svg, .products_list_container .list_block:nth-child(4n+4):hover .product_arrow_container .products_svg_wrapper svg {
		fill: #fff
	}

	.products_list_container .list_block:nth-child(4n+2), .products_list_container .list_block:nth-child(4n+3) {
		background: #00d1d4
	}

	.products_list_container .list_block:nth-child(4n+2) span, .products_list_container .list_block:nth-child(4n+3) span {
		color: #fff
	}

	.products_list_container .list_block:nth-child(4n+2) .product_arrow_container, .products_list_container .list_block:nth-child(4n+3) .product_arrow_container {
		border: 1px dashed #fff
	}

	.products_list_container .list_block:nth-child(4n+2) .product_arrow_container .products_svg_wrapper, .products_list_container .list_block:nth-child(4n+3) .product_arrow_container .products_svg_wrapper {
		border: 1px solid #fff
	}

	.products_list_container .list_block:nth-child(4n+2) .product_arrow_container .products_svg_wrapper svg, .products_list_container .list_block:nth-child(4n+3) .product_arrow_container .products_svg_wrapper svg {
		fill: #fff
	}

	.products_list_container .list_block:nth-child(4n+2):hover, .products_list_container .list_block:nth-child(4n+3):hover {
		background: #fff
	}

	.products_list_container .list_block:nth-child(4n+2):hover span, .products_list_container .list_block:nth-child(4n+3):hover span {
		color: #104950
	}

	.products_list_container .list_block:nth-child(4n+2):hover .product_arrow_container, .products_list_container .list_block:nth-child(4n+3):hover .product_arrow_container {
		border: 1px dashed #104950
	}

	.products_list_container .list_block:nth-child(4n+2):hover .product_arrow_container .products_svg_wrapper, .products_list_container .list_block:nth-child(4n+3):hover .product_arrow_container .products_svg_wrapper {
		border: 1px solid #104950
	}

	.products_list_container .list_block:nth-child(4n+2):hover .product_arrow_container .products_svg_wrapper svg, .products_list_container .list_block:nth-child(4n+3):hover .product_arrow_container .products_svg_wrapper svg {
		fill: #104950
	}

}

#catalog_final .wrapper {
	max-width: 1200px;
	padding: 0 15px
}

.catalog_anchors {
	padding: 20px 0 10px
}

.catalog_anchors a {
	font-family: Museo500;
	font-size: 14px;
	color: #104950;
	text-decoration: none;
	margin-right: 45px;
	position: relative;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	display: inline-block;
	margin-bottom: 10px
}

.catalog_anchors a:before {
	content: '';
	position: absolute;
	top: 0;
	right: -25px;
	background: url(../img/arrow_down.png) center center no-repeat;
	width: 15px;
	height: 15px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.catalog_anchors a:hover {
	color: #bbd86e
}

.catalog_anchors a:hover:before {
	background: url(../img/arrow_down_hover.png) center center no-repeat
}

.catalog_final_image, .catalog_final_image img {
	width: 100%
}

.catalog_final_call {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 5px
}

.catalog_sale {
	width: -webkit-calc(50% - 2px);
	width: calc(50% - 2px);
	background: #bbd86e;
	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-decoration: none;
	padding: 50px 91.5px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.catalog_sale span {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 45px;
	background: #fff;
	font-family: Museo900;
	font-size: 20px;
	color: #104950;
	text-transform: uppercase;
	position: relative
}

.catalog_sale span:before {
	content: '';
	width: -webkit-calc(100% + 4px);
	width: calc(100% + 4px);
	height: 110%;
	position: absolute;
	top: -4px;
	left: -4px;
	border: 2px dashed #104950
}

.catalog_sale:hover {
	background: #a8cd46
}

.catalog_phones {
	border: 2px dashed #104950;
	position: relative
}

.catalog_phones ul {
	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;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 10px 0
}

.catalog_phones ul li a {
	font-family: Museo900;
	font-size: 20px;
	color: #104950;
	text-decoration: none;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.catalog_phones ul li a:hover {
	color: #bbd86e
}

.catalog_svg_container {
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px dashed #104950;
	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;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 80px
}

.catalog_svg_container svg {
	width: 25px;
	height: 25px;
	fill: #104950
}

.catalog_final_description {
	padding-top: 50px;
	padding-bottom: 20px
}

.catalog_final_description h2, .catalog_final_description h3 {
	font-family: Museo900;
	font-size: 20px;
	color: #104950;
	padding: 0;
	margin-bottom: 30px
}

.catalog_final_description ul li {
	font-family: Museo900;
	font-size: 15px;
	color: #104950;
	text-transform: uppercase;
	margin-bottom: 30px
}

.catalog_final_description ul li strong, .catalog_final_description strong  {
	font-family: Museo900;
	font-size: 15px;
	color: #104950;
	text-transform: none
}
.catalog_final_description p {
	font-family: Museo500;
	font-size: 15px;
	color: #104950;
	text-transform: none;
	margin-bottom: 30px;
}

.catalog_final_description ul li span {
	font-family: Museo500;
	font-size: 15px;
	color: #104950;
	margin-left: 5px;
	text-transform: none
}

#id2 {
	background: #e7e7e7
}

#id2 .id2_ul {
	margin-bottom: 30px
}

#id2 .id2_ul li {
	margin-bottom: 5px
}

.distances {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top: 1px dashed #104950;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.distances h3 {
	width: 100%;
	font-family: Museo900;
	font-size: 15px;
	color: #104950;
	text-transform: uppercase;
	margin-bottom: 30px
}

.distances span {
	font-family: Museo500;
	font-size: 15px;
	color: #104950;
	margin-left: 5px;
	text-transform: none
}

.distances ul:not(:last-child) {
	border-right: 1px dashed #104950
}

.distances ul {
	width: 100%
}

.distances li {
	margin-bottom: 20px !important
}

.distances li:last-child {
	margin-bottom: 0 !important
}

.similar_projects {
	border-top: 2px solid #e7e7e7;
	padding-top: 50px;
	text-align: center
}

.similar_projects h2 {
	text-align: left;
	font-family: Museo900;
	font-size: 20px;
	color: #104950;
	padding: 0;
	margin-bottom: 30px
}

.catalog_phones ul li {
	width: 100%;
	text-align: center;
	margin: 10px 0
}

.link_wrapper {
	text-align: center
}

.catalog_slider_wrapper {
	position: relative;
	text-align: center
}

.slick-list, .slick-slide {
	outline: 0 !important
}

.catalog_slider_wrapper .slick-list {
	margin: 0 -10px
}

.catalog_slider_wrapper .slick-slide {
	margin: 0 10px
}

.catalog_left {
	width: 75px;
	height: 45px;
	background: #104950;
	opacity: .7;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	cursor: pointer;
	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
}

.catalog_left .slider_arrow_svg svg {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0)
}

.catalog_final_slider img {
	width: 100%
}

.catalog_right {
	width: 75px;
	height: 45px;
	background: #104950;
	opacity: .7;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	cursor: pointer;
	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
}

.slider_arrow_svg {
	width: 20px;
	height: 20px;
	border: 1px solid #0ec2bf;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	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;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.slider_arrow_svg svg {
	width: 10px;
	height: 10px;
	fill: #0ec2bf;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg)
}

@media screen and (max-width:600px) {
	.catalog_svg_container {
		display: none
	}

}

.fixed_wrapper {
	width: 100%;
	max-width: 220px;
	position: fixed;
	bottom: 40px;
	right: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	z-index: 997
}

.fixed_wrapper .fixed_content {
	border: 4px solid #fff;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	cursor: pointer;
	-webkit-box-shadow: 2px 5px 40px rgba(0, 0, 0, .4);
	box-shadow: 2px 5px 40px rgba(0, 0, 0, .4);
	z-index: 997
}

.fixed_wrapper .fixed_content .command {
	padding: 7px 50px;
	background: #104950;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	font-family: Museo900;
	font-size: 20px;
	color: #fff;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s
}

.fixed_wrapper .fixed_content:hover .command {
	background: #bbd86e
}

.popup_container .popup_content .contacts_form {
	width: 100%;
	background: #fff;
	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-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 15px 30px
}

.popup_container .popup_content .contacts_form h2, .popup_container .popup_content .contacts_form p {
	width: 415px
}

.popup_container .popup_content .contacts_form p {
	max-width: 415px
}

.popup_container .popup_content .contacts_form textarea {
	height: 100px
}

@media screen and (max-width:1170px) {
	.fixed_wrapper {
		margin-right: 15px
	}

}

@media screen and (max-width:970px) {
	.popup_container span {
		top: 5%
	}

}

@media screen and (max-width:500px) {
	.products_list_container .list_block {
		width: 100%
	}

	.command_popup span {
		top: 5px
	}

	.command_popup .popup_content {
		max-width: 80%
	}

	.command_popup .popup_content .contacts_form {
		max-width: 100%;
		margin: 0 auto;
		padding-bottom: 10px
	}

	.command_popup .popup_content .contacts_form h2 {
		padding-top: 10px;
		font-size: 16px
	}

	.command_popup .popup_content .contacts_form p {
		font-size: 14px
	}

	.command_popup .popup_content .contacts_form form {
		margin-top: 10px
	}

	.command_popup .popup_content .contacts_form input {
		padding: 15px
	}

	.command_popup .popup_content .contacts_form textarea {
		height: 53px;
		padding: 15px
	}

	.command_popup .popup_content .contacts_form button {
		padding: 15px 0
	}

}

@media screen and (max-height:530px) {
	.command_popup .popup_content .contacts_form {
		padding-bottom: 10px
	}

	.command_popup .popup_content .contacts_form h2 {
		width: 100%;
		padding-top: 10px;
		font-size: 16px
	}

	.command_popup .popup_content .contacts_form p {
		width: 100%;
		max-width: 100%;
		font-size: 14px
	}

	.command_popup .popup_content .contacts_form form {
		width: 100%;
		max-width: 100%;
		margin-top: 10px
	}

	.command_popup .popup_content .contacts_form input {
		padding: 15px;
		width: 48%
	}

	.command_popup .popup_content .contacts_form textarea {
		height: 53px;
		padding: 15px;
		width: 48%
	}

	.command_popup .popup_content .contacts_form button {
		padding: 10px 0
	}

}

.active_link a {
    color: #bbd86e !important;
}
.active_link a:before {
    width: 120% !important;
}
.active_link a:after {
    width: 120% !important;
}
