/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
	font-family: sans-serif; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
	margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

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

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
	display: inline-block; /* 1 */
	vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
	display: none;
	height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
	display: none;
}

/* Links
	 ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
	background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
	outline: 0;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
	border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
	font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
	font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
	font-size: 2em;
	margin: .67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
	background: #ff0;
	color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
	border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
	overflow: hidden;
}

/* Grouping content
	 ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
	margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
	box-sizing: content-box;
	height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
	overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Forms
	 ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
	color: inherit; /* 1 */
	font: inherit; /* 2 */
	margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
	overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
	text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
	cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
	line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
	border: 0; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
	overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
	font-weight: bold;
}

/* Tables
	 ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

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

td,
th {
	padding: 0;
}

/* Slick slider styles */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

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

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

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

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

.slick-track:after {
	clear: both;
}

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

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

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}

@font-face {
	font-family: "icomoon";
	src: url("../fonts/icomoon.eot?qeoore");
	src: url("../fonts/icomoon.eot?qeoore#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?qeoore") format("truetype"), url("../fonts/icomoon.woff?qeoore") format("woff"), url("../fonts/icomoon.svg?qeoore#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: never;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
	content: "\e900";
}

.icon-linkedin:before {
	content: "\e901";
}

.icon-twitter:before {
	content: "\e902";
}

.icon-facebook:before {
	content: "\e903";
}

.icon-arrow-up:before {
	content: "\e904";
}

.icon-play:before {
	content: "\e905";
}

.icon-arrow-left:before {
	content: "\e906";
}

.icon-arrow-right:before {
	content: "\e907";
}

@font-face {
	font-family: "tw-cen-mt";
	src: url("../fonts/Tw-Cen-MT.woff") format("woff"), url("../fonts/Tw-Cen-MT.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "aller";
	src: url("../fonts/aller_lt-webfont.woff") format("woff"), url("../fonts/aller_lt-webfont.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

.slick-dots,
.top-list ul,
.footer-nav,
.social-networks,
.customers-list,
.statistic-list,
.contact-section .contact-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

* {
	max-height: 1000000px;
}

body {
	color: #414142;
	background: #fff;
	font: 20px/1.3 "tw-cen-mt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.gm-style img {
	max-width: none;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	font-weight: 600;
	margin: 0 0 .5em;
	color: inherit;
}

h1,
.h1 {
	font-size: 30px;
}

h2,
.h2 {
	font-size: 30px;
}

h3,
.h3 {
	font-size: 24px;
}

h4,
.h4 {
	font-size: 21px;
}

h5,
.h5 {
	font-size: 17px;
}

h6,
.h6 {
	font-size: 15px;
}

p {
	margin: 0 0 1em;
}

a {
	color: #3dbcbb;
}

a:hover,
a:focus {
	text-decoration: none;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
input[type="url"],
input[type="date"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #96999c;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus {
	border-color: #000;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #96999c;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="date"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #96999c;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #96999c;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="date"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #96999c;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="url"].placeholder,
input[type="date"].placeholder,
textarea.placeholder {
	color: #96999c;
}

select {
	-webkit-border-radius: 0;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}

.resize-active * {
	-webkit-transition: none !important;
	transition: none !important;
}

#wrapper {
	position: relative;
	overflow: hidden;
}

a {
	-webkit-transition: color .15s ease-in-out;
	transition: color .15s ease-in-out;
	text-decoration: none;
}

a:hover {
	color: #2a8282;
}

.text-lg {
	font-size: 24px;
	line-height: 1.4444;
}

.text-md {
	font-size: 22px;
	line-height: 1.5714;
}

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

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

.decor-border {
	height: 25px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, .16);
	background-image: -webkit-linear-gradient(left, #fea31c 0%, #feb602 100%);
	background-image: linear-gradient(to right, #fea31c 0%, #feb602 100%);
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="number"] {
	height: 40px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="password"],
input[type="number"],
textarea {
	-webkit-transition: border-color .15s ease-in-out;
	transition: border-color .15s ease-in-out;
	display: block;
	width: 100%;
	color: #414142;
	padding: 6px 10px;
	border: 2px solid #fea31c;
	background: #fff;
}

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #414142;
}

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #414142;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
textarea:-moz-placeholder {
	color: #414142;
}

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #414142;
}

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="url"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
input[type="number"].placeholder,
textarea.placeholder {
	color: #414142;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
textarea:focus {
	outline: none;
	border-color: #fea31c;
}

.input-error input[type="text"],
.input-error
  input[type="tel"],
.input-error
  input[type="email"],
.input-error
  input[type="url"],
.input-error
  input[type="search"],
.input-error
  input[type="password"],
.input-error
  input[type="number"],
.input-error
  textarea {
	border-color: #ff0707;
}

input[type="submit"] {
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	font-family: "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 15px 25px;
	font-weight: 600;
	background: #fea31c;
	box-shadow: 4px 4px 10px rgba(0, 0, 0, .16);
	border: none;
	text-transform: uppercase;
	display: block;
	margin: 0 auto;
	min-width: 200px;
}

input[type="submit"]:hover {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.recaptcha-error {
	-webkit-transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	transition: opacity .15s ease-in-out, visibility .15s ease-in-out;
	color: #ff0707;
	display: none;
}

.recaptcha-error.input-error {
	display: block;
}

.container {
	max-width: 1120px;
	padding: 0 15px;
	margin: 0 auto;
}

.container.container-lg {
	max-width: 1344px;
}

.decor-top {
	position: relative;
}

.decor-top:before {
	content: "";
	position: absolute;
	top: 0;
	width: 27.8vw;
	height: 47.6vw;
	right: 0;
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 100% 100%;
	background-image: url(../images/gray-triangle.svg);
	z-index: -1;
}

.decor-bottom {
	position: relative;
}

.decor-bottom:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 34.6vw;
	height: 62vw;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100% 100%;
	background-image: url(../images/gray-triangle.svg);
	z-index: -1;
	-webkit-transform: scale(-1);
	-ms-transform: scale(-1);
	transform: scale(-1);
}

.title {
	display: block;
	font-weight: 600;
	font-family: "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
}

.bg-cover {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.btn {
	-webkit-transition: border .15s ease-in-out, margin .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: border .15s ease-in-out, margin .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out, border .15s ease-in-out, margin .15s ease-in-out;
	transition: transform .15s ease-in-out, border .15s ease-in-out, margin .15s ease-in-out, -webkit-transform .15s ease-in-out;
	display: inline-block;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 600;
	font-family: "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	text-transform: uppercase;
	outline: none;
	padding: 10px 20px;
	text-align: center;
}

.btn.btn-outline,
.btn.btn-outline-orange,
.btn.btn-outline-light,
.btn.btn-outline-blue,
.btn.btn-outline-yellow,
.btn.btn-outline-violet {
	border: 2px solid currentColor;
}

.btn.btn-outline:hover,
.btn.btn-outline-orange:hover,
.btn.btn-outline-light:hover,
.btn.btn-outline-blue:hover,
.btn.btn-outline-yellow:hover,
.btn.btn-outline-violet:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.btn.btn-outline:hover:before,
.btn.btn-outline-orange:hover:before,
.btn.btn-outline-light:hover:before,
.btn.btn-outline-blue:hover:before,
.btn.btn-outline-yellow:hover:before,
.btn.btn-outline-violet:hover:before {
	height: 4px;
}

.btn.btn-outline:before,
.btn.btn-outline-orange:before,
.btn.btn-outline-light:before,
.btn.btn-outline-blue:before,
.btn.btn-outline-yellow:before,
.btn.btn-outline-violet:before {
	-webkit-transition: height .15s ease-in-out;
	transition: height .15s ease-in-out;
	content: "";
	position: absolute;
	top: calc(100% + 2px);
	left: -2px;
	right: -2px;
	height: 0;
	background-color: currentColor;
}

.btn.btn-outline-orange {
	border-color: #fea31c;
	color: #fea31c;
}

.btn.btn-outline-light {
	border-color: #fff;
	color: #fff;
}


.btn.btn-outline-light-orange {
	border-color: #f69320;
    color: #f69320;
}

.btn.btn-outline-blue {
	border-color: #3bb54a;
	color: #3bb54a;
}

.btn.btn-outline-yellow {
	border-color: #feb602;
	color: #feb602;
}

.btn.btn-outline-violet {
	border-color: #5d778c;
	color: #5d778c;
}

.btn.btn-orange,
.btn.btn-yellow,
.btn.btn-light {
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	color: #414142;
	padding: 10px 15px 9px;
}

.btn.btn-orange:hover,
.btn.btn-yellow:hover,
.btn.btn-light:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.btn.btn-orange {
	background-color: #fea31c;
}

.btn.btn-yellow {
	background-color: #feb602;
}

.btn.btn-light {
	background-color: #f2f2f2;
}

.slick-dots {
	position: absolute;
	bottom: 11px;
	left: 0;
	right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.slick-dots li {
	margin: 0 5px 5px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.slick-dots li.slick-active button {
	background-color: #fff;
}

.slick-dots button {
	-webkit-transition: background-color .15s ease-in-out;
	transition: background-color .15s ease-in-out;
	width: 12px;
	height: 12px;
	display: block;
	padding: 0;
	font-size: 0;
	line-height: 0;
	border: none;
	/*background-color: rgba(65, 65, 66, .5);*/
	background-color: #7f7f81;
}

.slick-dots button:hover {
	background-color: #fff;
}

.slick-arrow {
	-webkit-transition: color .15s ease-in-out, border-color .15s ease-in-out;
	transition: color .15s ease-in-out, border-color .15s ease-in-out;
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	z-index: 2;
	border-style: solid;
	border-width: 10px 20px 10px 0;
	border-color: transparent rgba(150, 153, 156, .17) transparent transparent;
}

.slick-arrow.slick-next {
	left: auto;
	right: 0;
	border-width: 10px 0 10px 20px;
	border-color: transparent transparent transparent rgba(150, 153, 156, .17);
}

.slick-arrow.slick-prev:hover {
	border-right-color: #fea31c;
}

.slick-arrow:hover {
	border-color: transparent transparent transparent #fea31c;
}

blockquote {
	font-family: "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	padding: 0;
	margin: 0;
	text-align: center;
	line-height: 1.2778;
	margin-bottom: 20px;
}

blockquote p {
	font-style: italic;
	margin-bottom: 20px;
}

blockquote p:before {
	content: "“";
}

blockquote p:after {
	content: "”";
}

blockquote cite {
	font-style: normal;
	font-weight: 500;
}

blockquote cite strong {
	font-family: "futura-pt-bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.fluid-video {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
}

.fluid-video iframe,
.fluid-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.infinity-slider {
	overflow: hidden;
	height: 340px;
}

.infinity-slider img {
	max-height: 340px;
}

#header {
	background-color: #fff;
	position: relative;
	z-index: 50;
	font-family: "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	box-shadow: 0 5px 8px rgba(0, 0, 0, .16);
}

#header .holder {
	padding: 20px 25px 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.top-list {
	margin-top: -3px;
	margin-right: -10px;
}

.top-list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 18px;
	line-height: 1.6667;
	letter-spacing: 1px;
}

.top-list li {
	position: relative;
}

.top-list li:first-child::before {
	display: none;
}

.top-list a {
	color: #62be46;
}

.top-list a:hover {
	color: #448830;
}

.logo {
	display: block;
	width: 170px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.logo img {
	display: block;
	width: 100%;
}

#footer {
	background-color: #414142;
	padding: 100px 0 27px;
	color: #fff;
	position: relative;
}

#footer h4 {
	color: #ffc608;
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 15px;
}

#footer a:not(.btn-top) {
	color: #fff;
}

#footer a:not(.btn-top):hover {
	color: #ffc608;
}

#footer .row {
	padding-bottom: 30px;
}

#footer .col {
	padding-bottom: 30px;
}

.btn-top {
	color: #ffc608;
	font-size: 40px;
	line-height: 1;
	position: absolute;
	top: 30px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.btn-top:hover {
	color: #fff;
}

.footer-nav {
	font-size: 22px;
	line-height: 1.4;
}

.footer-nav li {
	padding: 16px 0 0;
	border-bottom: 2px solid #fff;
}

.social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
}

.social-networks li {
	margin-right: 20px;
	margin-bottom: 10px;
}

.social-networks a {
	display: block;
	font-size: 0;
	line-height: 1;
	font-size: 24px;
}

.social-networks a i {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}

.social-networks a i::before {
	font-size: 24px;
	line-height: 1;
}

.copyright {
	text-align: center;
	font-size: 16px;
	line-height: 1.2;
}

.copyright p {
	margin: 0;
}

.intro-slider:not(.slick-initialized) > div:not(:first-child),
.intro-slider:not(.slick-initialized) > section:not(:first-child) {
	width: 100%;
	position: absolute;
	left: -9999px;
}

.intro-slider .slick-prev,
.intro-slider .slick-next {
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

.intro-slider .slick-prev:hover,
.intro-slider .slick-next:hover{

}

.intro-slider .slick-prev {
	left: 10px;
	/*border-right-color: #414142;*/
  	border-right-color: #8B8A8D;
}

.intro-slider .slick-prev:hover {
	border-right-color: #414142;
}

.intro-slider .slick-next {
	right: 10px;
	/*border-left-color: #414142;*/
  	border-left-color: #8B8A8D;
}

.intro-slider .slick-next:hover {
	border-left-color: #414142;
}

.intro-slider .slide {
	color: #fff;
}

.intro-slider .slide-yellow {
	background-image: -webkit-linear-gradient(315deg, #feb602 0%, #ffa7ad 100%);
	background-image: linear-gradient(135deg, #feb602 0%, #ffa7ad 100%);
}

.intro-slider .slide-green {
	background-image: -webkit-linear-gradient(315deg, #3bb54a 0%, #2095d3 100%);
	background-image: linear-gradient(135deg, #3bb54a 0%, #2095d3 100%);
}

.intro-slider .slide-gray {
	background-color: #f2f2f2;
}

.intro-slider .slide-blue {
	background-color: #1684ce;
}

.intro-slider .slide-charcoal {
	background-color: #414142;
}

@media only screen and (max-width: 768px) {
   .container {
    flex-flow: column;
  }
   .container > div {
    order: 1;
  }
   .container > div:first-child {
    /*order: 2;*/
  }
}

.intro-slider .container {
	padding: 50px 35px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 600px;
	position: relative;
	z-index: 10;
}

.intro-slider .slick-dots {
	bottom: 6px;
}

.intro-slider .slick-dots button {
	height: 9px;
}

.intro-slider .decor {
	width: 500px;
	height: 700px;
	position: absolute;
	bottom: -411px;
	right: -350px;
	overflow: hidden;
	z-index: 10;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	opacity: .5;
}

.intro-slider .decor:before {
	width: auto;
	height: auto;
	content: "";
	position: absolute;
	top: -37px;
	left: -115px;
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
	background-image: -webkit-radial-gradient(center ellipse, white 0%, white 18%, rgba(255, 255, 255, 0) 20%);
	background-image: radial-gradient(ellipse at center, white 0%, white 18%, rgba(255, 255, 255, 0) 20%);
	background-repeat: repeat;
	background-size: 16px 16px;
}

.intro-slider .btn {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	line-height: 1.3333;
}

.intro-slider .heading-holder {
	width: 100%;
}

.intro-slider .heading-holder h1,
.intro-slider .heading-holder h2 {
	font-weight: 500;
	color: #414142;
	margin-bottom: 0;
}

.intro-slider .heading-holder .btn-holder {
	padding-top: 32px;
}

.intro-slider h2 {
	margin-bottom: 20px;
	line-height: 1.2833;
}

.intro-slider .img-holder {
	max-width: 300px;
	margin: 0 auto 30px;
}

.intro-slider .img-holder + .btn-holder {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.intro-slider .content-col p {
	margin-bottom: 30px;
}

.intro-slider .img-col {
	display: none;
}

.content-info {
	padding: 50px 0;
	position: relative;
}

.content-info.item-info.decor-top::before {
	width: 20.8vw;
	height: 36.6vw;
}

.content-info.item-info.decor-bottom::after {
	width: 21vw;
	height: 36.5vw;
}

.content-info.item-info h1,
.content-info.item-info .h1,
.content-info.item-info h2,
.content-info.item-info .h2,
.content-info.item-info h3,
.content-info.item-info .h3 {
	font-weight: 500;
}

.content-info.item-info h1,
.content-info.item-info .h1 {
	line-height: 1.2833;
	margin-bottom: 46px;
}

.content-info.item-info .text-holder {
	margin: 0;
	padding-bottom: 40px;
}

.content-info .full-width {
	display: block;
	width: 100%;
}

.segment-block {
	padding-top: 75px;
}

.segment-block > .container {
	max-width: 1600px;
}

.segment-block .head {
	padding-bottom: 50px;
}

.segment-block h3 {
	color: #414142;
	margin-bottom: 40px;
}

.content-slider-nav .slick-list {
	overflow: visible;
}

.content-slider-nav .slick-track {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	width: 100% !important;
}

.content-slider-nav .slide {
	margin: 0 0 10px;
	width: 100%;
	cursor: pointer;
}

.content-slider-nav .slide.btn {
	-webkit-transition: -webkit-transform .15s ease-in-out;
	transition: -webkit-transform .15s ease-in-out;
	transition: transform .15s ease-in-out;
	transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	font-size: 20px;
	padding: 15px;
	color: #fff;
}

.content-slider-nav .slide.btn-yellow {
	background-color: #feb602;
}

.content-slider-nav .slide.btn-green {
	background-color: #3bb54a;
}

.content-slider-nav .slide.btn-violet {
	background-color: #5d778c;
}

.content-slider-nav .slide.btn-orange {
	background-color: #f69320;
}

.content-slider-nav .slide.btn-blue {
	background-color: #1fb7f0;
}

.content-slider-nav .slide.btn:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.content-slider {
	color: #fff;
	overflow: hidden;
	position: relative;
}

.content-slider:not(.slick-initialized) > div:not(:first-child),
.content-slider:not(.slick-initialized) > section:not(:first-child) {
	width: 100%;
	position: absolute;
	left: -9999px;
}

.content-slider .decor {
	width: 500px;
	height: 700px;
	position: absolute;
	bottom: -418px;
	right: -350px;
	overflow: hidden;
	z-index: 10;
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	transform: rotate(35deg);
	opacity: .5;
}

.content-slider .decor:before {
	width: auto;
	height: auto;
	content: "";
	position: absolute;
	top: -37px;
	left: -101px;
	bottom: 0;
	right: 0;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	transform: rotate(-35deg);
	background-image: -webkit-radial-gradient(center ellipse, white 0%, white 18%, rgba(255, 255, 255, 0) 20%);
	background-image: radial-gradient(ellipse at center, white 0%, white 18%, rgba(255, 255, 255, 0) 20%);
	background-repeat: repeat;
	background-size: 16px 16px;
}

.content-slider .slide {
	position: relative;
	overflow: hidden;
}

.content-slider .slide-yellow {
	background-image: -webkit-linear-gradient(315deg, #feb602 0%, #e96a26 100%);
	background-image: linear-gradient(135deg, #feb602 0%, #e96a26 100%);
}

.content-slider .slide-green {
	background-image: -webkit-linear-gradient(315deg, #2095d3 0%, #3bb54a 100%);
	background-image: linear-gradient(135deg, #2095d3 0%, #3bb54a 100%);
}

.content-slider .slide-violet {
	background-image: -webkit-linear-gradient(315deg, #31bac4 0%, #5d778c 100%);
	background-image: linear-gradient(135deg, #31bac4 0%, #5d778c 100%);
}

.content-slider .slide-orange {
	background-image: -webkit-linear-gradient(315deg, #fea31c 0%, #feb602 100%);
	background-image: linear-gradient(135deg, #fea31c 0%, #feb602 100%);
}

.content-slider .slide-blue {
	background-image: -webkit-linear-gradient(315deg, #00aeef 0%, #58c1a9 100%);
	background-image: linear-gradient(135deg, #00aeef 0%, #58c1a9 100%);
}

.content-slider .slide .container {
	padding: 40px 35px 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-slider .slide .slide-content {
	font-size: 22px;
	line-height: 1.4286;
	width: 100%;
	min-height: 460px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-bottom: 50px;
    text-align: center;
}

.content-slider .slide h4 {
	font-size: 22px;
	line-height: 1.32143;
	margin-bottom: 20px;
	width: 100%;
	text-align: center;
}

.content-slider .slide h2 {
	font-weight: 600;
	margin-bottom: 20px;
	font-size: 26px;
	line-height: 1.2833;
    margin: 0 auto;
}

.content-slider .slick-prev,
.content-slider .slick-next {
	-webkit-transition: opacity .15s ease-in-out;
	transition: opacity .15s ease-in-out;
}

.content-slider .slick-prev:hover,
.content-slider .slick-next:hover {
}

.content-slider .slick-prev {
	left: 10px;
	border-right-color: #414142;
}

.content-slider .slick-prev:hover {
	border-right-color: #414142;
}

.content-slider .slick-next {
	right: 10px;
	border-left-color: #414142;
}

.content-slider .slick-next:hover {
	border-left-color: #414142;
}

.testimonials-block {
	padding: 70px 0;
}

.testimonials-block h3 {
	text-align: center;
	font-size: 24px;
	line-height: 1.2778;
	max-width: 850px;
	margin: 0 auto 20px;
}

.testimonials-block .btn {
	line-height: 1.3333;
}

.testimonials-block blockquote {
	min-height: 204px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.testimonials-slider:not(.slick-initialized) > div:not(:first-child),
.testimonials-slider:not(.slick-initialized) > article:not(:first-child) {
	width: 100%;
	position: absolute;
	left: -9999px;
}

.testimonials-slider .slide {
	padding-bottom: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.testimonials-slider .slick-prev,
.testimonials-slider .slick-next {
	-webkit-transition: border-color .15s ease-in-out;
	transition: border-color .15s ease-in-out;
	top: 45%;
}

.testimonials-slider .slick-prev {
	left: -5px;
}

.testimonials-slider .slick-prev:hover {
	border-right-color: #feb602;
}

.testimonials-slider .slick-next {
	right: -5px;
}

.testimonials-slider .slick-next:hover {
	border-left-color: #ffc608;
}

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

.customers-list li {
	padding: 0 10px 20px;
	min-width: 14.285%;
}

.customers-list a:hover img {
	filter: none;
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.customers-list img {
	-webkit-transition: filter .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: filter .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: filter .15s ease-in-out, transform .15s ease-in-out;
	transition: filter .15s ease-in-out, transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	filter: grayscale(1);
}

.statistic-info {
	background-color: #414142;
	color: #fff;
	padding: 60px 0;
	font-family: "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}

.statistic-info .container {
	max-width: 1502px;
}

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

.statistic-list li {
	padding: 0 0 30px;
}

.statistic-list .value {
	display: block;
	font-weight: 400;
	font-size: 60px;
	line-height: 1;
	padding-bottom: 20px;
}

.statistic-list .description {
	display: block;
	font-size: 20px;
	line-height: 1.2;
}

.pipe-section {
	padding: 50px 0;
}

.pipe-section h1,
.pipe-section h2 {
	text-align: center;
	margin-bottom: 30px;
	font-weight: 500;
}

.pipe-section p {
	margin-bottom: 40px;
}

.pipe-section img {
	display: block;
	width: 100%;
}

.contact-section {
	padding: 50px 0;
	position: relative;
}

.contact-section.decor-top:before {
	width: 26.5vw;
	height: 46vw;
}

.contact-section.case-contact h1,
.contact-section.case-contact h2,
.contact-section.case-contact h3,
.contact-section.case-contact h4,
.contact-section.case-contact h5,
.contact-section.case-contact h6 {
	color: #fff;
}

.contact-section.case-contact .contact-list a {
	color: #fff;
}

.contact-section.case-contact .contact-list a:hover {
	color: #feb602;
}

.contact-section.case-contact .contacts-form label {
	color: #fff;
}

.contact-section.case-contact .contacts-form input[type="submit"] {
	-webkit-transition: background-color .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: background-color .15s ease-in-out, -webkit-transform .15s ease-in-out;
	transition: background-color .15s ease-in-out, transform .15s ease-in-out;
	transition: background-color .15s ease-in-out, transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
	background-color: #ffc608;
}

.contact-section.case-contact .contacts-form input[type="submit"]:hover {
	background-color: #feb602;
}

.contact-section h1,
.contact-section h2,
.contact-section h3,
.contact-section h4,
.contact-section h5,
.contact-section h6 {
	color: #fea31c;
}

.contact-section .heading-holder {
	margin-bottom: 20px;
}

.contact-section .contact-list a {
	color: #fea31c;
}

.contact-section .contact-list a:hover {
	color: #f69320;
}

.contact-section .contacts-form .row {
	margin-bottom: 15px;
}

.contact-section .contacts-form label {
	display: block;
}

.contact-section .contacts-form .btn-order {
	display: none;
}

.contact-section .contacts-form .g-recaptcha-holder {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	margin: 0 -7px 10px;
	text-align: center;
}

.contact-section .contacts-form .g-recaptcha {
	margin-bottom: 10px;
}

.contact-section .contacts-form .g-recaptcha > div {
	margin: 0 auto;
}

.js-video-popup {
	position: fixed !important;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 9999;
	overflow: hidden;
	visibility: hidden;
	background: #000;
	-webkit-transition: opacity .5s linear, visibility .5s linear;
	transition: opacity .5s linear, visibility .5s linear;
}

.js-video-popup.active-popup {
	opacity: 1;
	visibility: visible;
}

.js-video-popup iframe,
.js-video-popup video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.js-video-popup .close {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	text-indent: -9999px;
	overflow: hidden;
	z-index: 2;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
}

.js-video-popup .close:after,
.js-video-popup .close:before {
	content: " ";
	position: absolute;
	top: 50%;
	left: 53%;
	height: 2px;
	width: 30px;
	background: #fff;
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.js-video-popup .close:before {
	-webkit-transform: translate(-50%, -50%) rotate(-45deg);
	-ms-transform: translate(-50%, -50%) rotate(-45deg);
	transform: translate(-50%, -50%) rotate(-45deg);
}

@media (min-width: 480px) {
	#footer .row {
		margin: 0 -15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	#footer .col {
		width: 50%;
		padding: 0 15px;
	}
}

@media (min-width: 768px) {
	.decor-border {
		height: 50px;
	}

	input[type="submit"] {
		margin: 0;
		width: 100%;
	}

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

	.slick-arrow {
		border-width: 20px 34px 20px 0;
	}

	.slick-arrow.slick-next {
		border-width: 20px 0 20px 34px;
	}

	.top-list {
		margin-top: 6px;
		margin-right: -26px;
	}

	.top-list ul {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.top-list li {
		padding: 0 27px;
	}

	.top-list li::before {
		content: "";
		height: 36px;
		width: 3px;
		border-radius: 2px;
		background-color: #62be46;
		position: absolute;
		left: 0;
		top: 52%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
	}

	.logo {
		width: 195px;
	}

	#footer .row {
		padding-bottom: 56px;
	}

	#footer .col {
		padding: 0 50px;
	}

	.intro-slider .container {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-left: 50px;
		padding-right: 50px;
		min-height: 550px;
	}

	.intro-slider .heading-holder h1,
	.intro-slider .heading-holder h2 {
		margin-bottom: 16px;
	}

	.intro-slider .content-block h2 {
		margin-bottom: 20px;
	}

	.intro-slider .content-block .btn-holder {
		padding-top: 20px;
	}

	.intro-slider .img-holder {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
      	float: right;
		max-width: 50%;
		padding-right: 30px;
		margin: 0;
	}

  	.intro-slider .usertext {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
      	float: left;
		max-width: 49%;
		padding-left: 30px;
		margin: 0;
	}

  	.intro-slider img-holder-lkhive {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding-right: 30px;
		margin: 0;
	}

	.intro-slider .content-col {
		width: 62%;
		padding-right: 30px;
	}

	.intro-slider .img-col {
		width: 38%;
		display: block;
		text-align: right;
	}

	.intro-slider .img-col img {
		display: inline-block;
	}

	.intro-slider .btn-holder {
		text-align: center;
	}

	.content-info.item-info .text-holder {
		padding-bottom: 50px;
	}

	.content-slider-nav .slick-track {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.content-slider-nav .slide {
		width: auto;
		margin: 0 5px 10px;
	}

	.content-slider-nav .slide.btn {
		padding: 15px;
		font-size: 18px;
	}

	.content-slider .slide .container {
		padding-left: 50px;
		padding-right: 50px;
	}

	.content-slider .slide .slide-content {
		min-height: 300px;
	}

	.testimonials-slider .slide {
		padding-left: 35px;
		padding-right: 35px;
	}

	.testimonials-slider .slick-prev {
		left: 0;
	}

	.testimonials-slider .slick-next {
		right: 0;
	}

	.customers-list li {
		padding-bottom: 20px;
		max-width: 33.33%;
	}

	.statistic-info {
		padding: 100px 0;
	}

	.statistic-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.statistic-list li {
		width: 20%;
		padding: 0 15px;
	}

	.statistic-list .value {
		padding-left: 10px;
		font-size: 50px;
	}

	.statistic-list .description {
		max-width: 130px;
		margin: 0 auto;
		font-size: 18px;
	}

	.contact-section .flex-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -10px;
	}

	.contact-section .flex-row .col {
		width: 55%;
		padding: 0 10px;
	}

	.contact-section .flex-row .col-sm {
		width: 45%;
		padding: 0 10px;
	}

	.contact-section .contacts-form .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 18px;
	}

	.contact-section .contacts-form input[type="text"],
	.contact-section .contacts-form input[type="tel"],
	.contact-section .contacts-form input[type="email"],
	.contact-section .contacts-form input[type="url"],
	.contact-section .contacts-form input[type="search"],
	.contact-section .contacts-form input[type="password"],
	.contact-section .contacts-form input[type="number"] {
		width: calc(100% - 162px);
	}

	.contact-section .contacts-form label {
		padding-right: 5px;
		max-width: 162px;
		margin-left: auto;
	}

	.contact-section .contacts-form .g-recaptcha-holder {
		margin: 0 0 10px;
		text-align: left;
		-webkit-transform: scale(.77);
		-ms-transform: scale(.77);
		transform: scale(.77);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center;
	}

	.contact-section .contacts-form .recaptcha-error {
		max-width: 304px;
		font-size: 18px;
	}

	.contact-section .contacts-form .text-right {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: calc(100% - 162px);
		margin-left: auto;
	}
}

@media (min-width: 1024px) {
	h1,
	.h1 {
		font-size: 48px;
	}

	h2,
	.h2 {
		font-size: 48px;
	}

	h3,
	.h3 {
		font-size: 38px;
	}

	h4,
	.h4 {
		font-size: 28px;
	}

	h5,
	.h5 {
		font-size: 24px;
	}

	h6,
	.h6 {
		font-size: 20px;
	}

	.decor-border {
		height: 133px;
	}

	input[type="text"],
	input[type="tel"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="password"],
	input[type="number"] {
		height: 46px;
		font-size: 20px;
	}

	input[type="submit"] {
		min-width: 260px;
		width: auto;
		font-size: 18px;
		padding: 16px 30px;
		display: inline-block;
		vertical-align: middle;
	}

	.title {
		font-size: 22px;
	}

	.btn {
		font-size: 22px;
		padding: 14px 16px;
		min-width: 210px;
	}

	.btn.btn-orange,
	.btn.btn-yellow,
	.btn.btn-light {
		padding: 10px 10px 9px;
		min-width: 208px;
	}

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

	blockquote {
		margin-bottom: 43px;
		font-size: 28px;
		font-weight: 300;
	}

	blockquote p {
		margin-bottom: 43px;
	}

	#footer {
		padding-top: 158px;
	}

	#footer h4 {
		font-size: 38px;
		margin-bottom: 30px;
	}

	#footer .col {
		max-width: 490px;
		padding: 0 30px;
	}

	.btn-top {
		top: 50px;
	}

	.footer-nav {
		font-size: 20px;
	}

	.footer-nav li {
		padding: 20px 0 0;
	}

	.social-networks {
		padding-top: 30px;
	}

	.social-networks li {
		margin-right: 40px;
	}

	.social-networks a {
		font-size: 32px;
	}

	.social-networks a i::before {
		font-size: 32px;
	}

	.copyright {
		font-size: 20px;
	}

	.intro-slider .slick-prev,
	.intro-slider .slick-next {
		width: 34px;
		height: 52px;
	}

	.intro-slider .slick-prev {
		border-width: 26px 34px 26px 0;
		left: 15px;
	}

	.intro-slider .slick-next {
		right: 15px;
		border-width: 26px 0 26px 34px;
	}

	.intro-slider .slide {
		font-size: 22px;
		line-height: 1.4286;
	}

	.intro-slider .container {
		min-height: 530px;
		padding-left: 70px;
		padding-right: 70px;
	}

	.intro-slider .slick-arrow.slick-prev {
		height: 40px;
		border-width: 20px 34px 20px 0;
		opacity: 0.2;
	}

	.intro-slider .slick-arrow.slick-next {
		height: 40px;
		border-width: 20px 0 20px 34px;
		opacity: 0.2;
	}

	.intro-slider .decor {
		right: -302px;
		bottom: -420px;
	}

	.intro-slider .decor:before {
		background-image: -webkit-radial-gradient(center ellipse, white 0%, white 14%, rgba(255, 255, 255, 0) 18%);
		background-image: radial-gradient(ellipse at center, white 0%, white 14%, rgba(255, 255, 255, 0) 18%);
		background-size: 18px 18px;
	}

	.content-info {
		padding: 92px 0 80px;
	}

	.content-info.item-info {
		padding-top: 100px;
		padding-bottom: 96px;
	}

	.content-info.item-info .text-holder p {
		margin-bottom: 40px;
	}

	.content-info h1 {
		margin-bottom: 26px;
	}

	.content-info .text-holder {
		margin-bottom: 118px;
	}

	.content-info .text-holder p {
		margin-bottom: 42px;
	}

	.segment-block .head {
		padding-bottom: 84px;
	}

	.segment-block h3 {
		font-size: 38px;
		line-height: 1;
		margin-bottom: 46px;
	}

	.content-slider-nav .slide.btn {
		min-width: 0;
		font-size: 22px;
		padding: 15px 20px;
	}

	.content-slider .decor {
		right: -292px;
	}

	.content-slider .decor:before {
		background-image: -webkit-radial-gradient(center ellipse, white 0%, white 18%, rgba(255, 255, 255, 0) 21%);
		background-image: radial-gradient(ellipse at center, white 0%, white 18%, rgba(255, 255, 255, 0) 21%);
		background-size: 18px 18px;
	}

	.content-slider .slide .container {
		padding: 68px 70px 98px;
	}

	.content-slider .slide .slide-content {
		min-height: 400px;
	}

	.content-slider .slide h4 {
		line-height: 1.32143;
		margin-bottom: 30px;
	}

	.content-slider .slide h2 {
		margin-bottom: 37px;
		font-size: 48px;
	}

	.content-slider .slick-prev,
	.content-slider .slick-next {
		width: 34px;
		height: 52px;
	}

	.content-slider .slick-prev {
		left: 15px;
		border-width: 26px 34px 26px 0;
	}

	.content-slider .slick-next {
		right: 15px;
		border-width: 26px 0 26px 34px;
	}

	.testimonials-block {
		padding: 97px 0 115px;
	}

	.testimonials-block h3 {
		margin-bottom: 40px;
		font-size: 28px;
	}

	.testimonials-slider .slide {
		padding-left: 55px;
		padding-right: 55px;
	}

	.testimonials-slider .slick-prev {
		height: 0;
		width: 0;
		border-bottom: 26px solid transparent;
		border-right: 34px solid rgba(65, 65, 66, .16);
		border-top: 26px solid transparent;
	}

	.testimonials-slider .slick-next {
		height: 0;
		width: 0;
		border-bottom: 26px solid transparent;
		border-left: 34px solid rgba(65, 65, 66, .16);
		border-top: 26px solid transparent;
	}

	.customers-list li {
		padding-bottom: 35px;
	}

	.pipe-section {
		padding: 92px 0 98px;
	}

	.pipe-section h1,
	.pipe-section h2 {
		margin-bottom: 36px;
	}

	.pipe-section .text-holder {
		padding-bottom: 52px;
	}

	.contact-section {
		padding: 114px 0 119px;
	}

	.contact-section .heading-holder {
		font-size: 22px;
		line-height: 1.868;
		max-width: 336px;
	}

	.contact-section .heading-holder h1 {
		margin-bottom: 26px;
	}

	.contact-section .heading-holder p {
		margin-bottom: 42px;
	}

	.contact-section .form-holder {
		padding-top: 11px;
	}

	.contact-section .contacts-form .area {
		margin-bottom: 27px;
	}

	.contact-section .contacts-form label {
		font-size: 22px;
		padding-right: 14px;
	}

	.contact-section .contacts-form .g-recaptcha-holder {
		margin-bottom: 0;
		-webkit-transform: scale(.71);
		-ms-transform: scale(.71);
		transform: scale(.71);
		-webkit-transform-origin: left 0;
		-ms-transform-origin: left 0;
		transform-origin: left 0;
	}

	.contact-section .contacts-form .text-right {
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.contact-section .contacts-form input[type="submit"] {
		min-width: 0;
		width: calc(100% - 220px);
		margin-left: -88px;
		margin-bottom: 8px;
		margin-top: -25px;
	}
}

@media (min-width: 1024px) and (max-width: 1199px) {
	.intro-slider h2 {
		font-size: 46px;
	}
}

@media (min-width: 1200px) {
	.text-lg {
		font-size: 24px;
	}

	#footer .row {
		margin: 0 -30px;
	}

	.btn-top {
		top: 66px;
	}

	.social-networks {
		padding-top: 37px;
	}

	.social-networks li {
		margin-right: 64px;
		margin-bottom: 20px;
	}

	.intro-slider .slick-prev {
		left: calc((100vw - 1092px)/2);
	}

	.intro-slider .slick-next {
		right: calc((100vw - 1092px)/2);
	}

	.intro-slider .content-block h2 {
		margin-bottom: 38px;
	}

	.intro-slider .content-block .btn-holder {
		padding-top: 46px;
	}

	.intro-slider .content-block .btn {
		padding-left: 28px;
		padding-right: 28px;
	}

	.intro-slider .img-holder {
		padding-right: 125px;
	}

	.intro-slider .img-holder + .btn-holder {
		padding-right: 2px;
	}

	.intro-slider .content-col {
		padding-bottom: 32px;
	}

	.intro-slider .content-col h2 {
		max-width: 90%;
		margin-bottom: 12px;
	}

	.intro-slider .content-col p {
		margin-bottom: 36px;
	}

	.intro-slider .img-col {
		padding-bottom: 10px;
		width: 31%;
	}

	.content-slider-nav .slide {
		margin: 0 10px 12px;
	}

	.content-slider-nav .slide.btn {
		padding: 19px 34px;
		min-width: 130px;
		font-size: 24px;
	}

	.content-slider .slide .container {
		padding-left: 80px;
		padding-right: 80px;
	}

	.content-slider .slide .slide-content {
		min-height: 293px;
	}

	.content-slider .slick-prev {
		left: calc((100vw - 1092px)/2);
		opacity: 0.2;
	}

	.content-slider .slick-next {
		right: calc((100vw - 1092px)/2);
		opacity: 0.2;
	}

	.statistic-info {
		padding: 212px 0 195px;
	}

	.statistic-list .value {
		font-size: 77px;
		padding-left: 37px;
		padding-bottom: 35px;
	}

	.statistic-list .description {
		font-size: 30px;
		max-width: 200px;
	}
}

@media (min-width: 1400px) {
	.slick-arrow {
		left: -58px;
	}

	.slick-arrow.slick-next {
		right: -58px;
	}

	.intro-slider .slick-prev {
		left: calc((100vw - 1314px)/2);
	}

	.intro-slider .slick-next {
		right: calc((100vw - 1314px)/2);
	}

	.intro-slider .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.content-slider-nav .slide {
		margin: 0 12px 12px;
	}

	.content-slider-nav .slide.btn {
		font-size: 26px;
	}

	.content-slider .slide .container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.content-slider .slick-prev {
		left: calc((100vw - 1314px)/2);
	}

	.content-slider .slick-next {
		right: calc((100vw - 1314px)/2);
	}

	.testimonials-slider .slick-prev {
		left: -111px;
	}

	.testimonials-slider .slick-next {
		right: -111px;
	}
}

@media (max-width: 1023px) {
	.intro-slider .btn {
		min-width: 150px;
	}
}

@media (max-width: 767px) {
	.intro-slider .slick-dots button {
		width: 9px;
	}

	.intro-slider .heading-holder {
		text-align: center;
	}

	.customers-list li {
		max-width: 33.33%;
		text-align: center;
	}
}

.intro-slider .slick-prev:hover {
	opacity: 1;
}

.intro-slider .slick-next:hover {
	opacity: 1;
}

.content-slider .slick-prev:hover {
	opacity: 1;
}
.content-slider .slick-next:hover {
	opacity: 1;
}

/* center all text on mobile phones except for forms*/
@media (max-width: 768px) {
	#main * {
		text-align: center;
	}

	form * {
		text-align: left;
	}
}