

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: none
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before,
.slick-track:after {
	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
}

@charset 'UTF-8';
@font-face {
	font-family: 'slick';
	font-weight: normal;
	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-prev,
.slick-next {
	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: none;
	background: transparent
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-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;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black
}

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: 0.67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto
}

input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td,
th {
	padding: 0
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #ffffff
}

input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #FFF;
	text-decoration: none
}

a:hover,
a:focus {
	color: #2a6496;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.clearfix:before,
.clearfix:after,
.dl-horizontal dd:before,
.dl-horizontal dd:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after {
	content: " ";
	display: table
}

.clearfix:after,
.dl-horizontal dd:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after {
	clear: both
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role="button"] {
	cursor: pointer
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:768px) {
	.container {
		width: 750px
	}
}

@media (min-width:992px) {
	.container {
		width: 970px
	}
}

@media (min-width:1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0%
}

@media (min-width:768px) {
	.col-sm-1,
	.col-sm-2,
	.col-sm-3,
	.col-sm-4,
	.col-sm-5,
	.col-sm-6,
	.col-sm-7,
	.col-sm-8,
	.col-sm-9,
	.col-sm-10,
	.col-sm-11,
	.col-sm-12 {
		float: left
	}
	.col-sm-12 {
		width: 100%
	}
	.col-sm-11 {
		width: 91.66666667%
	}
	.col-sm-10 {
		width: 83.33333333%
	}
	.col-sm-9 {
		width: 75%
	}
	.col-sm-8 {
		width: 66.66666667%
	}
	.col-sm-7 {
		width: 58.33333333%
	}
	.col-sm-6 {
		width: 50%
	}
	.col-sm-5 {
		width: 41.66666667%
	}
	.col-sm-4 {
		width: 33.33333333%
	}
	.col-sm-3 {
		width: 25%
	}
	.col-sm-2 {
		width: 16.66666667%
	}
	.col-sm-1 {
		width: 8.33333333%
	}
	.col-sm-pull-12 {
		right: 100%
	}
	.col-sm-pull-11 {
		right: 91.66666667%
	}
	.col-sm-pull-10 {
		right: 83.33333333%
	}
	.col-sm-pull-9 {
		right: 75%
	}
	.col-sm-pull-8 {
		right: 66.66666667%
	}
	.col-sm-pull-7 {
		right: 58.33333333%
	}
	.col-sm-pull-6 {
		right: 50%
	}
	.col-sm-pull-5 {
		right: 41.66666667%
	}
	.col-sm-pull-4 {
		right: 33.33333333%
	}
	.col-sm-pull-3 {
		right: 25%
	}
	.col-sm-pull-2 {
		right: 16.66666667%
	}
	.col-sm-pull-1 {
		right: 8.33333333%
	}
	.col-sm-pull-0 {
		right: auto
	}
	.col-sm-push-12 {
		left: 100%
	}
	.col-sm-push-11 {
		left: 91.66666667%
	}
	.col-sm-push-10 {
		left: 83.33333333%
	}
	.col-sm-push-9 {
		left: 75%
	}
	.col-sm-push-8 {
		left: 66.66666667%
	}
	.col-sm-push-7 {
		left: 58.33333333%
	}
	.col-sm-push-6 {
		left: 50%
	}
	.col-sm-push-5 {
		left: 41.66666667%
	}
	.col-sm-push-4 {
		left: 33.33333333%
	}
	.col-sm-push-3 {
		left: 25%
	}
	.col-sm-push-2 {
		left: 16.66666667%
	}
	.col-sm-push-1 {
		left: 8.33333333%
	}
	.col-sm-push-0 {
		left: auto
	}
	.col-sm-offset-12 {
		margin-left: 100%
	}
	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}
	.col-sm-offset-9 {
		margin-left: 75%
	}
	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}
	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}
	.col-sm-offset-6 {
		margin-left: 50%
	}
	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}
	.col-sm-offset-3 {
		margin-left: 25%
	}
	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}
	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}
	.col-sm-offset-0 {
		margin-left: 0%
	}
}

@media (min-width:992px) {
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11,
	.col-md-12 {
		float: left
	}
	.col-md-12 {
		width: 100%
	}
	.col-md-11 {
		width: 91.66666667%
	}
	.col-md-10 {
		width: 83.33333333%
	}
	.col-md-9 {
		width: 75%
	}
	.col-md-8 {
		width: 66.66666667%
	}
	.col-md-7 {
		width: 58.33333333%
	}
	.col-md-6 {
		width: 50%
	}
	.col-md-5 {
		width: 41.66666667%
	}
	.col-md-4 {
		width: 33.33333333%
	}
	.col-md-3 {
		width: 25%
	}
	.col-md-2 {
		width: 16.66666667%
	}
	.col-md-1 {
		width: 8.33333333%
	}
	.col-md-pull-12 {
		right: 100%
	}
	.col-md-pull-11 {
		right: 91.66666667%
	}
	.col-md-pull-10 {
		right: 83.33333333%
	}
	.col-md-pull-9 {
		right: 75%
	}
	.col-md-pull-8 {
		right: 66.66666667%
	}
	.col-md-pull-7 {
		right: 58.33333333%
	}
	.col-md-pull-6 {
		right: 50%
	}
	.col-md-pull-5 {
		right: 41.66666667%
	}
	.col-md-pull-4 {
		right: 33.33333333%
	}
	.col-md-pull-3 {
		right: 25%
	}
	.col-md-pull-2 {
		right: 16.66666667%
	}
	.col-md-pull-1 {
		right: 8.33333333%
	}
	.col-md-pull-0 {
		right: auto
	}
	.col-md-push-12 {
		left: 100%
	}
	.col-md-push-11 {
		left: 91.66666667%
	}
	.col-md-push-10 {
		left: 83.33333333%
	}
	.col-md-push-9 {
		left: 75%
	}
	.col-md-push-8 {
		left: 66.66666667%
	}
	.col-md-push-7 {
		left: 58.33333333%
	}
	.col-md-push-6 {
		left: 50%
	}
	.col-md-push-5 {
		left: 41.66666667%
	}
	.col-md-push-4 {
		left: 33.33333333%
	}
	.col-md-push-3 {
		left: 25%
	}
	.col-md-push-2 {
		left: 16.66666667%
	}
	.col-md-push-1 {
		left: 8.33333333%
	}
	.col-md-push-0 {
		left: auto
	}
	.col-md-offset-12 {
		margin-left: 100%
	}
	.col-md-offset-11 {
		margin-left: 91.66666667%
	}
	.col-md-offset-10 {
		margin-left: 83.33333333%
	}
	.col-md-offset-9 {
		margin-left: 75%
	}
	.col-md-offset-8 {
		margin-left: 66.66666667%
	}
	.col-md-offset-7 {
		margin-left: 58.33333333%
	}
	.col-md-offset-6 {
		margin-left: 50%
	}
	.col-md-offset-5 {
		margin-left: 41.66666667%
	}
	.col-md-offset-4 {
		margin-left: 33.33333333%
	}
	.col-md-offset-3 {
		margin-left: 25%
	}
	.col-md-offset-2 {
		margin-left: 16.66666667%
	}
	.col-md-offset-1 {
		margin-left: 8.33333333%
	}
	.col-md-offset-0 {
		margin-left: 0%
	}
}

@media (min-width:1200px) {
	.col-lg-1,
	.col-lg-2,
	.col-lg-3,
	.col-lg-4,
	.col-lg-5,
	.col-lg-6,
	.col-lg-7,
	.col-lg-8,
	.col-lg-9,
	.col-lg-10,
	.col-lg-11,
	.col-lg-12 {
		float: left
	}
	.col-lg-12 {
		width: 100%
	}
	.col-lg-11 {
		width: 91.66666667%
	}
	.col-lg-10 {
		width: 83.33333333%
	}
	.col-lg-9 {
		width: 75%
	}
	.col-lg-8 {
		width: 66.66666667%
	}
	.col-lg-7 {
		width: 58.33333333%
	}
	.col-lg-6 {
		width: 50%
	}
	.col-lg-5 {
		width: 41.66666667%
	}
	.col-lg-4 {
		width: 33.33333333%
	}
	.col-lg-3 {
		width: 25%
	}
	.col-lg-2 {
		width: 16.66666667%
	}
	.col-lg-1 {
		width: 8.33333333%
	}
	.col-lg-pull-12 {
		right: 100%
	}
	.col-lg-pull-11 {
		right: 91.66666667%
	}
	.col-lg-pull-10 {
		right: 83.33333333%
	}
	.col-lg-pull-9 {
		right: 75%
	}
	.col-lg-pull-8 {
		right: 66.66666667%
	}
	.col-lg-pull-7 {
		right: 58.33333333%
	}
	.col-lg-pull-6 {
		right: 50%
	}
	.col-lg-pull-5 {
		right: 41.66666667%
	}
	.col-lg-pull-4 {
		right: 33.33333333%
	}
	.col-lg-pull-3 {
		right: 25%
	}
	.col-lg-pull-2 {
		right: 16.66666667%
	}
	.col-lg-pull-1 {
		right: 8.33333333%
	}
	.col-lg-pull-0 {
		right: auto
	}
	.col-lg-push-12 {
		left: 100%
	}
	.col-lg-push-11 {
		left: 91.66666667%
	}
	.col-lg-push-10 {
		left: 83.33333333%
	}
	.col-lg-push-9 {
		left: 75%
	}
	.col-lg-push-8 {
		left: 66.66666667%
	}
	.col-lg-push-7 {
		left: 58.33333333%
	}
	.col-lg-push-6 {
		left: 50%
	}
	.col-lg-push-5 {
		left: 41.66666667%
	}
	.col-lg-push-4 {
		left: 33.33333333%
	}
	.col-lg-push-3 {
		left: 25%
	}
	.col-lg-push-2 {
		left: 16.66666667%
	}
	.col-lg-push-1 {
		left: 8.33333333%
	}
	.col-lg-push-0 {
		left: auto
	}
	.col-lg-offset-12 {
		margin-left: 100%
	}
	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}
	.col-lg-offset-9 {
		margin-left: 75%
	}
	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}
	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}
	.col-lg-offset-6 {
		margin-left: 50%
	}
	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}
	.col-lg-offset-3 {
		margin-left: 25%
	}
	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}
	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}
	.col-lg-offset-0 {
		margin-left: 0%
	}
}

.embed-responsive {
	position: relative;
	display: block;
	height: 0;
	padding: 0;
	overflow: hidden
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
	width: 100%;
	border: 0
}

.embed-responsive-16by9 {
	padding-bottom: 56.25%
}

.embed-responsive-4by3 {
	padding-bottom: 75%
}

@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700&subset=cyrillic');
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
}

ol,
ul {}

html {
	height: 100%;
	position: relative;
}

body {
	height: 100%;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	background: url('img/bg-list.png');
}

h1,
h2,
h3,
h4,
.h1,
.h2,
.h3 {
	text-align: center;
	margin: 50px auto 30px;
	font-weight: 300;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 28px;
}

h3,
.h3 {
	font-size: 26px;
}

p {
	font-size: 16px;
	line-height: 30px;
	margin: 10px auto;
}

.video {
	height: 100%;
	overflow: hidden;
	position: relative;
	background: rgba(0, 0, 0, .4) ;
	background-image: url("../i/bg.jpg");
	background-size: 100%;
background-repeat: no-repeat;
}

.video p {
	font-weight: 100;
	font-size: 34px;
	line-height: 44px;
	color: #fff;
	text-align: center;
}

.frontBgVideo {
	position: absolute;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	transform: translateX(-50%) translateY(-50%);
	background: ;
	background-size: cover;
	transition: 1s opacity;
}

.firstView {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.circleLogo {
	width: 264px;
	height: 264px;
	display: block;
	margin: auto;
	background: url('../i/logo.png') center center no-repeat;
	background-size: cover;
}

@media (max-width:768px) {
	.video {
		display: none;
	}
}

header {
	border-bottom: 5px solid #468b1a;
	position: relative;
	font-size: 18px;
	background: rgba(70, 139, 26, 0.4);
}

.menuBg {
	background: #67b03a;
	z-index: -999;
	height: 94px;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
}

.headerLogo {
	top: -95px;
}

.headerLogo img {
	
	height: 142px;
	float: left;
	border: 5px solid #468b1a91;
}

.headerPhone {
	font-size: 15px;
	top: 14.5px;
	text-align: center;
}

.headerPhone a {
	display: block;
	color: #fff;
	line-height: 20px;
	text-decoration: none;
}

.openMobMenu {
	display: none;
	background: #67b03a;
	position: relative;
	margin: 0 15px;
	margin-top: 100px;
	border: none;
	padding: 25px 15px;
	font-size: 20px;
	text-align: left;
	color: #fff;
	border-bottom: 5px solid #608a2c;
}

.openMobMenu span {
	display: block;
	width: 31px;
	height: 26px;
	background: url('img/burgerMenu.svg') center center no-repeat;
	background-size: contain;
	position: absolute;
	right: 20px;
	top: 25px;
}

.headerTop nav {
	float: left;
}

.headerTop .topmenu>ul button {
	display: none;
}

.headerTop .topmenu>ul {
	background: #67b03a;
	position: relative;
	border-top-left-radius: 26px;
}

.headerTop .topmenu>ul>li {
	list-style: none;
	float: left;
	position: relative;
	transition: .05s;
	border-top-left-radius: 26px;
	border-bottom-right-radius: 26px;
}

.headerTop .topmenu>ul>li>a {
	display: block;
	padding: 32px 25px;
	color: #fff;
	font-size: 18px;
	text-decoration: none;
}

.headerTop .topmenu>ul>li:hover {
	background: #468b1a;
}

.headerTop .topmenu>ul .current-menu-item {
	text-decoration: underline;
}

.headerTop .topmenu>ul>.current-menu-item {
	text-decoration: underline;
}

.headerTop .topmenu>ul>li>ul {
	position: absolute;
	width: 300px;
	max-height: 0;
	z-index: 10;
	overflow: hidden;
	left: -50px;
	transition: .3s;
	padding: 0 25px 8px 26px;
	list-style: none;
	opacity: 0;
	background: #468b1a;
}

.headerTop .topmenu>ul>li:hover>ul {
	max-height: 400px;
	padding-top: 15px;
	opacity: 1;
}

.headerTop .topmenu>ul>li>ul>li>a {
	display: block;
	margin-bottom: 8px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	transition: .3s;
	outline: none;
}

.headerTop .topmenu>ul>li>ul li a:hover {
	color: #fefea1;
}

.scrolldown {
	width: 35px;
	height: 35px;
	padding: 30px;
	position: absolute;
	bottom: 10px;
	right: 10%;
	z-index: 10;
	cursor: pointer;
	transform: translateX(-50%);
	background: url('img/scrollDown.svg') center center no-repeat;
	background-size: 30px, 30px;
	-webkit-animation: jump 1.5s ease 0s infinite normal;
	animation: jump 1.5s ease 0s infinite normal;
}

@media (min-width:992px) {
	body.headerFixed .menuBg {
		display: none;
	}
	body.headerFixed header {
		height: 50px;
		width: 100%;
		border-bottom: 0px;
		background-color: #468b1a;
		position: fixed;
		top: 0;
		z-index: 9999;
	}
	body.headerFixed header .headerLogo {
		width: 125px;
		top: 5px;
	}
	body.headerFixed header .headerLogo img {
		width: 95px;
		height: 35px;
	}
	body.headerFixed header .headerPhone {
		width: 500px;
		top: 15px;
	}
	body.headerFixed header .headerPhone a {
		width: 135px;
		float: left;
		color: #fff;
		margin-right: 15px;
	}
	body.headerFixed header .headerPhone a:nth-of-type(1) {}
	body.headerFixed header .headerPhone a:nth-of-type(3) {
		margin-right: 0;
	}
	body.headerFixed header nav {
		position: relative;
		top: 4px;
	}
	body.headerFixed header .topmenu>ul>li:before,
	body.headerFixed header .topmenu>ul>li:after {
		content: none;
	}
	body.headerFixed header .topmenu>ul:before {
		content: none;
	}
	body.headerFixed header .topmenu>ul {
		background: inherit;
	}
	body.headerFixed header .topmenu>ul>li:last-child {
		margin-right: 0;
	}
	body.headerFixed header .topmenu>ul>li>a {
		padding: 10px 10px;
		font-size: 16px;
	}
	body.headerFixed header .topmenu>ul>li>a:hover {
		text-decoration: underline;
		text-decoration-color: #fff;
	}
	body.headerFixed .content {
		margin-top: 99px;
	}
}

@media (min-width:992px) and (max-width:1200px) {
	body.headerFixed header nav {
		margin-left: 0;
	}
	body.headerFixed header .headerPhone {
		margin-right: 0;
		width: 450px;
	}
	body.headerFixed header .headerPhone a:nth-of-type(1) {
		margin-right: 0;
	}
	.scrolldown {
		right: 5%;
	}
}

.welcomeBlock {
	padding: 0 0 50px;
}

.welcomeBlock ul {
	margin-top: 20px;
	list-style: none;
	margin-left: 15px;
}

.welcomeBlock ul li {
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
}

.welcomeBlock img {
	width: 100%;
}

.facts {
	padding-bottom: 30px;
	background: url('/wp-content/uploads/2016/11/factsBg1-1.jpg') center center repeat-x;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	z-index: -2;
}


/* .facts{padding-bottom:30px;background:url('http://eko-grad.info/wp-content/uploads/2016/11/phpDPQnXD.jpg') center center repeat-x;background-size:cover;background-attachment:fixed;position:relative;z-index:-2;} */

.facts .h2 {
	color: #fff;
}

.factsOverlay {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .1);
	z-index: -1;
		background-image: url("../i/bg2.jpg");
	background-size: 100%;
background-repeat: no-repeat;
}

.factsWrap {
	z-index: 1;
}

.factsIcon {
	position: relative;
	margin-top: 15px;
}

.factsIcon p {
	text-align: center;
	color: #fff;
	font-size: 18px;
}

.factsIconImg {
	background-color: #fff;
	border-radius: 50%;
	width: 140px;
	height: 140px;
	margin: auto;
}

.factsIconImg p {
	font-size: 28px;
	color: #67b03a;
	position: relative;
	font-weight: 700;
	margin-top: 0;
	bottom: -20px;
}

.factsIconImg img {
	display: block;
	margin: auto;
	height: 70px;
	position: relative;
	top: 25px;
}

@media (max-width: 767px) {
	.facts {
		background-attachment: scroll;
	}
}

.sliderObjects {
	width: 92%;
	margin: auto;
	margin-bottom: 60px;
}

.sliderObjects .slick-prev:before,
.sliderObjects .slick-next:before {
	content: none;
}

.sliderObjects .slick-prev {
	width: 30px;
	height: 41px;
	background: url('img/prevArrow.svg')center center no-repeat;
	background-size: contain;
	left: -35px;
}

.sliderObjects .slick-next {
	width: 30px;
	height: 41px;
	background: url('img/nextArrow.svg')center center no-repeat;
	background-size: contain;
	right: -35px;
}

.sliderObjectsSlide {
	/*border-bottom:2px solid #468b1a;*/
	margin: 0 15px;
	outline: none;
	text-align: center;
	color: #468b1a;
}

.sliderObjectsSlide a {
	color: #468b1a;
	text-decoration: none;
	outline: none;
}

.sliderObjectsSlide p {
	font-size: 18px;
}

.sliderObjectsSlide img {
	width: 90%;
	margin: 0 5%;
	height: auto;
}

.sliderObjectsSlide .ObjectsName {
	font-size: 22px;
}

.sliderObjectsSlide .ObjectsCaption {
	text-align: left;
	margin-left: 5%;
	margin-right: 5%;
	line-height: 22px;
	font-size: 17px;
}

.ClientsSlider {
	width: 90%;
	margin: 0 auto 80px;
}

.ClientsSlider .slick-prev:before,
.ClientsSlider .slick-next:before {
	content: none;
}

.ClientsSlider .slick-prev {
	width: 30px;
	height: 41px;
	background: url('img/prevArrow.svg')center center no-repeat;
	background-size: contain;
}

.ClientsSlider .slick-next {
	width: 30px;
	height: 41px;
	background: url('img/nextArrow.svg')center center no-repeat;
	background-size: contain;
}

.ClientsSlider img {
	margin: auto;
	width: 80%;
	outline: none;
}

.kama_breadcrumbs {
	color: #468b1a;
}

.kama_breadcrumbs a {
	color: #468b1a;
}

.contactPage iframe {
	width: 100%;
}

.contactKrd:after {
	content: " ";
	display: block;
	border-bottom: 2px solid #468b1a;
	padding-top: 30px;
	margin: 0 -15px;
}

.contactKrd iframe {
	height: 287px
}

.contactCrm iframe {
	height: 252px;
}

.contactKrd .h3,
.contactCrm .h3 {
	text-align: left;
	margin-top: 0;
}

.contactKrd,
.contactCrm {
	margin-bottom: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.contactKrd p span,
.contactCrm p span {
	font-size: 18px;
	font-weight: 400;
}

.contactKrd a,
.contactCrm a {
	display: block;
	color: #000;
	margin-bottom: 15px;
}

.kama_breadcrumbs {
	padding-left: 15px;
	margin-top: 15px;
}

.servicesPage h1 {
	text-align: left;
	padding: 0 15px;
}

.allPage h1,
.allPage h2,
.allPage h3,
.allPage h4 {
	text-align: left;
}

.allPage img {
	float: left;
}

.allPage ul,
.allPage ol {
	margin-left: 30px;
}

.allPage ul li {
	position: relative;
	margin-left: 15px;
	margin-bottom: 15px;
	list-style: none;
}

.welcomeBlock ul li:before,
.allPage ul li:before {
	content: "";
	width: 13px;
	height: 13px;
	background: url('img/marker.svg') center center no-repeat;
	background-size: contain;
	margin-right: 10px;
	position: absolute;
	left: -20px;
	top: -11px;
	left: -25px;
	top: 2px;
}

.servicesPage {
	padding-bottom: 40px;
}

.servicesPages {
	margin-bottom: 50px;
}

.servicesPages:after {
	content: " ";
	display: block;
	border-bottom: 2px solid #468b1a;
}

.servicesPages a {
	text-decoration: none;
}

.servicesPages img {
	width: 100%;
	transition: .1s;
}

.servicesPages:hover img {
	border: 3px solid #468b1a;
}

.servicesPages p {
	text-align: center;
	color: #468b1a;
	font-size: 22px;
}

div.angrytext {
	font-size: 70px;
	font-weight: bold;
	color: #4794D3;
	width: 300px;
	margin: 90px auto;
	-webkit-animation: jump 1.5s ease 0s infinite normal;
	animation: jump 1.5s ease 0s infinite normal;
}

@-webkit-keyframes jump {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	20% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px);
	}
	50% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	60% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes jump {
	0% {
		transform: translateY(0);
	}
	20% {
		transform: translateY(0);
	}
	40% {
		transform: translateY(-30px);
	}
	50% {
		transform: translateY(0);
	}
	60% {
		transform: translateY(-10px);
	}
	80% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}

.callBtn {
	width: 60px;
	height: 60px;
	position: fixed;
	z-index: 5;
	right: 5%;
	bottom: 5%;
	background-color: #00e202;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-name: callback;
	animation-timing-function: ease-in-out;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
	cursor: pointer;
	display: none;
}

@media(min-width:992px) {
	body.headerFixed .callBtn {
		display: block;
	}
}

.callBtnImg {
	display: block;
	height: 100%;
	width: 100%;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-name: phone;
	animation-timing-function: ease-in-out;
	background-image: url('img/icon-phone.png');
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: 30px 30px;
}

@keyframes callback {
	0% {
		webkit-box-shadow: 0px 0px 30px 7px rgba(0, 227, 2, 0.5), inset 0px 0px 20px 7px rgba(0, 227, 2, 1);
		-moz-box-shadow: 0px 0px 30px 7px rgba(0, 227, 2, 0.5), inset 0px 0px 20px 7px rgba(0, 227, 2, 1);
		box-shadow: 0px 0px 30px 7px rgba(0, 227, 2, 0.5), inset 0px 0px 20px 7px rgba(0, 227, 2, 1);
	}
	30% {
		webkit-box-shadow: 0px 0px 10px 30px rgba(0, 227, 2, 0.5), inset 0px 0px 20px 7px rgba(0, 227, 2, 1);
		-moz-box-shadow: 0px 0px 10px 30px rgba(0, 227, 2, 0.5), inset 0px 0px 20px 7px rgba(0, 227, 2, 1);
		box-shadow: 0px 0px 10px 30px rgba(0, 227, 2, 0.5), inset 0px 0px 20px 7px rgba(0, 227, 2, 1);
	}
	50% {
		webkit-box-shadow: 0px 0px 10px 30px rgba(0, 227, 2, 0.5), inset 0px 0px 20px 7px rgba(0, 227, 2, 1);
		-moz-box-shadow: 0px 0px 10px 30px rgba(0, 227, 2, 0.5), inset 0px 0px 20px 7px rgba(0, 227, 2, 1);
		box-shadow: 0px 0px 10px 30px rgba(0, 227, 2, 0.5), inset 0px 0px 20px 7px rgba(0, 227, 2, 1);
	}
	100% {
		webkit-box-shadow: 0px 0px 40px 7px rgba(0, 227, 2, 0.5), inset 0px 0px 20px 7px rgba(0, 227, 2, 0.5);
		-moz-box-shadow: 0px 0px 40px 7px rgba(0, 227, 2, 0.5), inset 0px 0px 20px 7px rgba(0, 227, 2, 0.5);
		box-shadow: 0px 0px 40px 7px rgba(0, 227, 2, 0.5), inset 0px 0px 20px 7px rgba(0, 227, 2, 0.5);
	}
}

@keyframes phone {
	5% {
		-webkit-transform: rotateZ(-12deg);
		-moz-transform: rotateZ(-12deg);
		-ms-transform: rotateZ(-12deg);
		-o-transform: rotateZ(-12deg);
		transform: rotateZ(-12deg);
	}
	10% {
		-webkit-transform: rotateZ(12deg);
		-moz-transform: rotateZ(12deg);
		-ms-transform: rotateZ(12deg);
		-o-transform: rotateZ(12deg);
		transform: rotateZ(12deg);
	}
	15% {
		-webkit-transform: rotateZ(-12deg);
		-moz-transform: rotateZ(-12deg);
		-ms-transform: rotateZ(-12deg);
		-o-transform: rotateZ(-12deg);
		transform: rotateZ(-12deg);
	}
	20% {
		-webkit-transform: rotateZ(12deg);
		-moz-transform: rotateZ(12deg);
		-ms-transform: rotateZ(12deg);
		-o-transform: rotateZ(12deg);
		transform: rotateZ(12deg);
	}
	25% {
		-webkit-transform: rotateZ(-12deg);
		-moz-transform: rotateZ(-12deg);
		-ms-transform: rotateZ(-12deg);
		-o-transform: rotateZ(-12deg);
		transform: rotateZ(-12deg);
	}
	30% {
		-webkit-transform: rotateZ(12deg);
		-moz-transform: rotateZ(12deg);
		-ms-transform: rotateZ(12deg);
		-o-transform: rotateZ(12deg);
		transform: rotateZ(12deg);
	}
	35% {
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
	}
}

footer {
	background-color: #464646;
	border-top: 5px solid #67b03a;
	
	position: relative;
	padding-bottom: 80px;
	color: #fff;
}

.footer {
	position: relative;
	margin-bottom: 15px;
}

.bgGrass {
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
	background: url('img/bgGrass.svg') center center no-repeat;
	background-size: cover;
}

.footerTop {
	margin-bottom: 35px;
}

p.footerHeading {
	font-size: 20px;
}

p.footerHeading:after {
	content: " ";
	width: 190px;
	display: block;
	border-bottom: 1px solid #67b03a;
}

.footerNav ul li {
	list-style: none;
	margin-bottom: 5px;
}

.footerNav ul li a {
	font-size: 18px;
	color: #000;
	text-decoration: none;
}

.footerContactKrd {
	padding-bottom: 43px;
}

.footerContactKrd a,
.footerContactCrm a {
	display: block;
	color: #000;
	text-decoration: none;
	font-size: 18px;
}

.footerContactKrd p.footerHeading,
.footerContactCrm p.footerHeading {
	font-size: 20px;
	margin-top: 10px;
	line-height: 30px;
}

.footerContactKrd p,
.footerContactCrm p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 23px;
}

.footerCallback p {
	text-align: center;
	color: #3d7717;
	font-size: 20px;
}

.footerCallback p span {
	font-size: 18px;
}

.overlay {
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .8;
	z-index: 10;
	top: 0;
	left: 0;
	display: none;
	position: fixed
}

.callbackForm {
	position: fixed;
	display: none;
	background: #fff;
	border-radius: 24px;
	margin-top: 30px;
	left: 50%;
	border: 3px solid #468b1a;
	padding: 30px 35px;
	border-radius: 10px;
	transform: translate(-50%, -50%);
	z-index: 11;
	width: 390px;
}

.closeBtn {
	position: absolute;
	width: 15px;
	height: 15px;
	top: 25px;
	right: 25px;
	background: url(img/closebtn.png) center center no-repeat;
	background-size: contain;
	cursor: pointer
}

.callbackForm .h3 {
	font-size: 24px;
	padding: 0 15px;
	text-align: left;
	margin-top: 0;
	color: #468b1a;
}

.callbackForm label {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
}

.callbackForm input {
	height: 30px;
}

.callbackForm textarea {
	height: 170px;
}

.callbackForm input,
.callbackForm textarea {
	width: 100%;
	margin-top: 5px;
	border: 1px solid #c6c6c6;
	outline: none;
	border-radius: 5px;
	padding-left: 15px;
}

.callbackForm input:focus,
.callbackForm textarea:focus {
	border: 1px solid #468b1a;
	outline: none;
}

.callbackForm .wpcf7-submit {
	width: 140px;
	height: 45px;
	display: block;
	margin: auto;
	color: #fff;
	border: none;
	border-radius: 10px;
	background-color: #468b1a;
	transition: .2s ease-in;
}

.callbackForm .wpcf7-submit:hover {
	background-color: #476a1c;
}

.questionForm {
	position: fixed;
	display: none;
	background: #fff;
	border-radius: 24px;
	margin-top: 30px;
	left: 50%;
	border: 3px solid #468b1a;
	padding: 30px 35px;
	border-radius: 10px;
	transform: translate(-50%, -50%);
	z-index: 11;
	width: 390px;
}

.questionForm .h3 {
	font-size: 24px;
	padding: 0 15px;
	text-align: left;
	margin-top: 0;
	color: #468b1a;
}

.questionForm label {
	display: block;
	margin-bottom: 15px;
	font-size: 16px;
}

.questionForm input {
	height: 30px;
}

.questionForm textarea {
	height: 170px;
}

.questionForm input,
.questionForm textarea {
	width: 100%;
	margin-top: 5px;
	border: 1px solid #c6c6c6;
	outline: none;
	border-radius: 5px;
	padding-left: 15px;
}

.questionForm input:focus,
.questionForm textarea:focus {
	border: 1px solid #468b1a;
	outline: none;
}

.questionForm .wpcf7-submit {
	width: 140px;
	height: 45px;
	display: block;
	margin: auto;
	color: #fff;
	border: none;
	border-radius: 10px;
	background-color: #468b1a;
	transition: .2s ease-in;
}

.questionForm .wpcf7-submit:hover {
	background-color: #476a1c;
}

.formBg {
	position: absolute;
	width: 100%;
	background: url('img/bgGrass.svg') center center no-repeat;
	bottom: 0;
	left: 0;
	height: 55px;
	background-size: cover;
}

.questionBtn {
	width: 166px;
	display: block;
	margin: 20px auto 0;
	padding: 14px 0;
	background-color: #67b03a;
	color: #fff;
	font-size: 16px;
	outline: none;
	border: none;
	border-radius: 10px;
	transition: .2s ease-in;
}

.questionBtn:hover {
	background-color: #476a1c;
}

.footerCallback a {
	display: block;
	color: #2d5911;
	text-align: center;
	margin-top: 25px;
}

.footerCopyright {
	position: absolute;
	left: 0;
	bottom: -75px;
	z-index: 3;
	font-size: 12px;
}

.logArt6 {
	width: 125px;
	height: 20px;
	position: absolute;
	right: 0;
	bottom: -75px;
	z-index: 3;
	background: url('img/logoArt6.svg') center center no-repeat;
}

@media (min-width:992px) and (max-width:1199px) {
	.menuBg {
		height: 93px;
	}
	.headerTop .topmenu>ul>li:before {
		width: 51px;
		height: 88px;
		left: -41px;
	}
	.headerTop .topmenu>ul>li:after {
		width: 51px;
		height: 88px;
		right: -42px;
	}
	.headerTop .topmenu>ul>li:nth-last-child(1):after {
		width: 35px;
		height: 93px;
		right: -33px;
	}
	.headerTop .topmenu>ul>li {
		margin-right: 0;
	}
	.headerTop .topmenu>ul>li>a {
		font-size: 16px;
		padding: 30px 20px;
		padding-bottom: 36px;
	}
	.servicesPages p {
		font-size: 19px;
	}
}

@media (max-width:991px) {
	.headerLogo img {
		float: right;
		height: 70px;
		width: 130px;
	}
	.headerPhone a {}
	.headerTop nav {
		margin-top: 30px;
		width: 100%;
	}
	.headerTop .topmenu>ul {
		width: 670px;
		margin: auto;
	}
	.headerTop .topmenu>ul>li:before {
		left: -29px;
	}
	.headerTop .topmenu>ul>li:after {
		right: -29px;
	}
	.menuBg {
		height: 89px;
		width: 100%;
		top: auto;
		bottom: 0;
		border: none;
	}
	.footerContactKrd,
	.footermenu,
	.footerContactCrm,
	.footerCallback {
		margin-bottom: 15px;
	}
	.colWrapp {
		width: 197px;
		margin: auto;
	}
	.callbackbtn {
		margin-top: 10px;
	}
	.footerCallback a {
		margin-top: 15px;
	}
	.callBtn {
		display: block;
	}
}

@media (max-width:768px) {
	header {
		border: none;
	}
	.menuBg {
		display: none;
	}
	.openMobMenu {
		display: block;
	}
	.headerTop nav {
		margin-top: 0;
		padding: 0 15px;
	}
	.headerTop .topmenu ul {
		width: 100%;
		position: relative;
		transition: 0.5s;
		max-height: 0;
		overflow: hidden;
		margin: 0;
		border-radius: 0;
	}
	body.openMenu .headerTop .topmenu>ul>li.menu-item-has-children button {
		display: block;
	}
	body.openMenu .headerTop .topmenu>ul>li.menu-item-has-children>ul>li button {
		display: none;
	}
	.MobSubMenuBtn {
		width: 70px;
		height: 50px;
		padding-left: 50px;
		position: absolute;
		right: 15px;
		top: 17px;
		border: none;
		background-color: transparent;
		background: url('img/downArrow.svg') center top no-repeat;
		background-size: 25%;
		outline: none;
	}
	body.openMenu .headerTop .topmenu>ul {
		transition: 0.5s;
		max-height: 500px;
	}
	.headerTop .topmenu>ul:before,
	.headerTop .topmenu>ul>li:before,
	.headerTop .topmenu>ul>li:after {
		content: none;
	}
	.headerTop .topmenu>ul>li {
		float: none;
		margin-right: 0;
		border-radius: 0;
	}
	.headerTop .topmenu>ul>li:hover>ul {
		max-height: 0;
		padding-top: 0;
		opacity: 0;
	}
	.headerTop .topmenu>ul>li>a {
		padding: 10px 18px;
	}
	.headerTop .topmenu>ul>li>ul {
		display: block;
		width: 100%;
		height: 100%;
		left: auto;
		opacity: 0;
		max-height: 0;
		position: relative;
		padding-top: 0;
		padding-bottom: 0;
	}
	body.openMenu .headerTop .topmenu>ul>li.openSub {
		background-color: #468b1a;
	}
	body.openMenu .headerTop .topmenu>ul>li.openSub>ul {
		padding: 20px 0 10px 30px;
		max-height: 500px;
		opacity: 1;
	}
	.sliderObjects .slick-prev {
		width: 25px;
		height: 31px;
		background-size: contain;
		left: -25px;
	}
	.sliderObjects .slick-next {
		width: 25px;
		height: 31px;
		background-size: contain;
		right: -25px;
	}
	.ClientsSlider .slick-prev {
		width: 25px;
		height: 31px;
		background-size: contain;
		left: -25px;
	}
	.ClientsSlider .slick-next {
		width: 25px;
		height: 31px;
		background-size: contain;
		right: -25px;
	}
	.contactKrd iframe,
	.contactCrm iframe {
		height: 100%;
	}
	.contactKrd,
	.contactCrm {
		text-align: center;
	}
	.contactKrd .h3,
	.contactCrm .h3 {
		text-align: center;
	}
	.scrolldown {
		display: none;
	}
}

@media(max-width:550px) {
	.ClientsSlider img {
		width: 50%;
	}
	.callbackForm {
		width: 100%;
	}
	.footerContactKrd,
	.footermenu,
	.footerContactCrm,
	.footerCallback {
		width: 100%;
		text-align: center;
	}
	p.footerHeading:after {
		width: 100%;
	}
	.footerContactKrd {
		padding-bottom: 0;
	}
	.footerContactKrd a {
		margin-bottom: 10px;
	}
	.bgGrass {
		height: 95px;
	}
	.footerCopyright {
		bottom: -50px;
		text-align: center;
	}
	.logArt6 {
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		bottom: -85px;
	}
}

@media (max-width:450px) {
	.headerLogo {
		float: none;
		width: 100%;
	}
	.headerLogo img {
		float: none;
		display: block;
		margin: auto;
		height: 70px;
	}
	.headerPhone {
		float: none;
		width: 100%;
		text-align: center;
		margin-top: 30px;
		font-size: 16px;
	}
	.headerPhone a {
		margin-bottom: 15px;
	}
	.openMobMenu {
		margin-top: 30px;
	}
}

@media (max-width:350px) {
	.sliderObjectsSlide img,
	.ClientsSlider img {
		width: 100%;
	}
	.sliderObjects .slick-list,
	.ClientsSlider .slick-list {
		width: 80%;
		margin: auto;
	}
}

.ic {
	background-image: url(/wp-content/uploads/2016/11/PDF-512.png);
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: bottom;
}

.poloska {
	background-color: #468b1a;
	height: 2px;
	margin-top: 25px;
}

.wrapper {
    width: 964px;
    margin: 0px auto;
}

#footer .footer-box {
    width: 301px;
    margin-left: 30px;
    margin-bottom: 10px;
    float: left;
}
 
 .main {
        margin:0 auto; /* Центрируем блоки */
        width:100%; /* Задаем ширину 100%, чтобы сделать ее резиновой */
		max-width: 1170px;
      
    }
    .inline div {
        display:inline-block; /* Делаем блоки по горизонтали */
        display: -moz-inline-stack; /* Для FireFox 2, тот же самый, что и inline-block */
        vertical-align:top; /* Выравниваем их сверху */
        font-size:16px; /* Ставим дочкам размер шрифта, иначе примет значение родителя */
        /* Для IE 6 и IE 7, чтобы блоки были по горизонтали
        zoom: 1;
        *display: inline;
        */
    }
    div.inline {font-size:0;} /* Ставим родителю значение 0, чтобы убрать отступы у блоков*/
    .left-block {
       
        width:32%; /*Задаем ширину в процентах чтобы сделать ее резиновой*/
        height:80px; /* Высота блока */
    }
    .cnt {
        
        width:20%;
        height:80px;
    }
    .right-block {
       
        width:48%;
        height:80px;
    }