/*! 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;
}

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

.list-inline,
.list-unstyled,
.slideshow .pagination ul,
.social-networks,
#footer .footer-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

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

/* ---------------------------------------------------------
	1. Embedded fonts styles
---------------------------------------------------------*/

/* ---------------------------------------------------------
	2. General reset
---------------------------------------------------------*/

html {
	height: 100%;
	box-sizing: border-box;
}

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

* {
	max-height: 1000000px;
}

/*
 * set default text color
 * set default font size, line height and font family
 * set default background
 */

body {
	height: 100%;
	color: #1e333d;
	background: #fff;
	font: 18px/1.555555 "Hind", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* set styles for default page links */

a {
	text-decoration: none;
}

a:hover {
	color: #113f47;
}

a,
button,
[type] {
	white-space: normal;
	-webkit-transition: background-color .3s, opacity .3s, color .3s;
	transition: background-color .3s, opacity .3s, color .3s;
}

.btn {
	display: inline-block;
	vertical-align: top;
	background-color: #08b7a0;
	font-size: 14px;
	line-height: 1.42857142;
	color: #fff;
	font-weight: 700;
	border-radius: 5px;
	text-align: center;
	padding: 7px 9px 5px;
	text-transform: uppercase;
}

.btn:hover {
	background-color: #068675;
}

.btn:hover {
	color: #fff;
}

.btn.primary {
	color: #207585;
	background: #fff;
	border: 1px solid #c1cdd1;
	padding: 11px 10px 10px;
	box-shadow: 0 0 5px 3px rgba(0, 0, 0, .04);
}

.btn.primary:hover {
	background: #207585;
	color: #fff;
}

.btn.rect {
	width: 53px;
	height: 53px;
	padding: 5px;
	background: #fff;
	border: solid 1px rgba(233, 238, 240, .75);
}

.btn.rect:hover {
	border-color: #acbfc7;
}

.btn .icon-keyboard_arrow_right {
	top: 2px;
	font-size: 120%;
	position: relative;
}

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

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

.pull-left {
	float: left;
}

.pull-right {
	float: right;
}

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

.list-inline li {
	display: inline-block;
	vertical-align: top;
}

.bg-stretch {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	position: absolute;
	background-size: cover;
	background-position: 50% 50%;
}

.border-img {
	display: block;
	max-width: none;
	margin: 0 0 20px;
}

span.border {
	background: url(../images/border-img3.png) repeat-x 100% 86%/100% 5px;
}

.hidden {
	display: none !important;
}

/* ---------------------------------------------------------
	3. Common site styles
---------------------------------------------------------*/

/* main container styles */

#wrapper {
	width: 100%;
	height: 100%;
	display: table;
	overflow: hidden;
	position: relative;
	table-layout: fixed;
}

#wrapper:before {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	position: absolute;
	opacity: 0;
	content: "";
	z-index: 10;
	position: fixed;
	visibility: hidden;
	background: rgba(0, 0, 0, .5);
	-webkit-transition: all .3s;
	transition: all .3s;
}

.container {
	margin: 0 auto;
	max-width: 1070px;
	padding: 0 10px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
	font-family: inherit;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

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

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

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: #207585;
}

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

/* set default styles in all browsers */

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

.form-control,
input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #b5c0c2;
	padding: .4em .7em;
	width: 100%;
}

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

.form-control:-moz-placeholder,
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,
textarea:-moz-placeholder {
	color: #646d73;
	opacity: 1;
}

.form-control::-moz-placeholder,
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,
textarea::-moz-placeholder {
	color: #646d73;
	opacity: 1;
}

.form-control:-ms-input-placeholder,
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,
textarea:-ms-input-placeholder {
	color: #646d73;
}

.form-control::-webkit-input-placeholder,
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,
textarea::-webkit-input-placeholder {
	color: #646d73;
}

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

@font-face {
	font-family: icomoon;
	src: url("https://cdn2.hubspot.net/hubfs/120299/Engagement%20Landing%20Page%20/icomoon.eot");
	src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("https://cdn2.hubspot.net/hubfs/120299/Engagement%20Landing%20Page%20/icomoon.woff") format("woff"), url("https://cdn2.hubspot.net/hubfs/120299/Engagement%20Landing%20Page%20/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svgicomoon") format("svg");
	font-weight: 400;
	font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	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-person:before {
	content: "\e7fd";
}

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

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

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

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

.icon-chevron-down:before {
	content: "\e904";
}

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

.icon-chevron-down2:before {
	content: "\e906";
}

.icon-chevron-up2:before {
	content: "\e907";
}

.icon-chevron-right2:before {
	content: "\e908";
}

.icon-chevron-up:before {
	content: "\e909";
}

.icon-chevron-left:before {
	content: "\e90a";
}

.icon-chevron-right:before {
	content: "\e90b";
}

.icon-location:before {
	content: "\e90c";
}

.icon-mail:before {
	content: "\e90d";
}

.icon-checkmark:before {
	content: "\e90e";
}

.icon-arrow-long-down:before {
	content: "\e90f";
}

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

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

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

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

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

.icon-instagram2:before {
	content: "\ea92";
}

.icon-chevron-left3:before {
	content: "\f053";
}

.icon-chevron-right3:before {
	content: "\f054";
}

.icon-chevron-up3:before {
	content: "\f077";
}

.icon-chevron-down3:before {
	content: "\f078";
}

.icon-instagram:before {
	content: "\f16d";
}

.icon-linkedin2:before {
	content: "\e914";
}

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

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

/* main navigation style */

#nav {
	max-width: 70%;
	min-width: 455px;
	position: relative;
	margin: 7px -2px 0 0;
}

#nav ul {
	font-size: 12px;
	line-height: 1.25;
	overflow: hidden;
}

#nav ul li {
	padding: 8px 20px;
}

#nav ul li:last-child {
	border-left: solid 1px rgba(32, 50, 60, .25);
}

#nav ul a {
	font-weight: 700;
	text-transform: uppercase;
	color: #20323c;
	text-decoration: none;
}

#nav ul a:hover {
	color: #05080a;
}

#nav .btn {
	margin: 0 0 0 10px;
}

#nav .nav-opener {
	width: 30px;
	height: 30px;
	top: -7px;
	z-index: 3;
	right: -7px;
	position: absolute;
	border-radius: 100%;
}

#nav .nav-opener span,
#nav .nav-opener:after,
#nav .nav-opener:before {
	left: 8px;
	right: 8px;
}

.nav-opener {
	width: 36px;
	height: 31px;
	display: none;
	background: #fff;
	position: relative;
	border-radius: 3px;
	margin: 0 0 0 8px;
	border: solid 1px #d8e1e6;
}

.nav-opener:hover {
	border-color: #207585;
}

.nav-opener span,
.nav-opener:after,
.nav-opener:before {
	top: 8px;
	left: 9px;
	right: 9px;
	height: 2px;
	background: #207585;
	position: absolute;
	-webkit-transition: all .3s;
	transition: all .3s;
}

.nav-opener span {
	top: 13px;
}

.nav-opener:after,
.nav-opener:before {
	content: "";
}

.nav-opener:after {
	top: 18px;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	top: 13px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* custom form */

/* custom checkbox styles */

.jcf-checkbox {
	display: inline-block;
	vertical-align: top;
	width: 18px;
	height: 18px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	position: relative;
	border-radius: 3px;
}

.jcf-checkbox span {
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	display: block;
	border-radius: 3px;
	background: #fff;
	text-align: center;
	border: solid 1px #ced5d9;
}

.jcf-checkbox span:before {
	font-family: "icomoon";
	content: "";
}

.jcf-checkbox span:before {
	top: 50%;
	left: 50%;
	opacity: 0;
	margin: -1px 0 0;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.jcf-checkbox input[type="checkbox"] {
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-checkbox.jcf-checked span {
	background: #00b9a1;
	border-color: #00b9a1;
}

.jcf-checkbox.jcf-checked span:before {
	opacity: 1;
}

.roboto {
	font-family: "Roboto", "Arial", sans-serif;
}

.roboto #main:after {
	display: none;
}

.roboto .container {
	max-width: 1190px;
}

.roboto .btn {
	padding: 6px 9px;
}

.roboto #header .btn {
	padding: 6px 9px;
}

#main {
	position: relative;
	min-height: 1120px;
}

#main:after {
	position: absolute;
	right: -590px;
	bottom: -140px;
	background: url(../images/grey-circle.png) no-repeat;
	content: "";
	width: 1145px;
	height: 1310px;
	background-size: 100% 100%;
	z-index: -1;
}

.icon-cluster {
	position: absolute;
	right: 0;
	top: 80px;
	opacity: .2;
	width: 90px;
	z-index: -1;
}

.icon-cluster.style {
	top: auto;
	bottom: 20%;
	left: 160px;
	width: 95px;
}

.icon-cluster.style3 {
	top: 160px;
	right: 5%;
	width: 180px;
}

.icon-cluster.style4,
.icon-cluster.style9 {
	top: 160px;
	right: 25%;
	width: 54px;
}

.icon-cluster.style9 {
	top: 45px;
	right: 51.8%;
}

.icon-cluster.style5 {
	top: 70%;
	right: 25%;
	width: 80px;
}

.icon-cluster.style6,
.icon-cluster.style10 {
	top: auto;
	right: 0;
	bottom: 20%;
	width: 105px;
}

.icon-cluster.style10 {
	right: 49.4%;
}

.icon-cluster.style7 {
	top: 90%;
	right: auto;
	left: -10px;
	top: 50%;
	width: 150px;
}

.icon-cluster.style8 {
	top: 200px;
	right: auto;
	left: 12.6%;
}

.icon-cluster.style1 {
	top: auto;
	right: 200px;
	bottom: 10%;
	width: 80px;
}

.icon-cluster img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.post-main {
	font-size: 18px;
	line-height: 26px;
	margin: 0 auto 234px;
}

.post-main.second {
	margin: 0 auto 247px;
}

.post-main.second .img-area {
	width: 50.8%;
	margin: 0 0 0 -73px;
}

.post-main.second .text-box {
	width: 45.3%;
	padding: 64px 62px 0 28px;
}

.post-main.third {
	margin: 0 auto 277px;
}

.post-main.third .img-area {
	width: 47.3%;
}

.post-main.third .text-box {
	padding: 35px 32px 0 28px;
}

.post-main .visible-small {
	display: none;
}

.post-main .text-box {
	padding: 116px 32px 0 28px;
	width: 48%;
}

.post-main .img-area {
	width: 50%;
}

.post-main h2 {
	font-size: 36px;
	line-height: 38px;
	position: relative;
	margin: 0 0 14px;
}

.post-main h2:before {
	position: absolute;
	left: -28px;
	top: 2px;
	bottom: 10px;
	width: 4px;
	background: #4aa995;
	content: "";
}

.bg-gray {
	position: absolute;
	left: -13%;
	top: 0;
	width: 30%;
	height: 717px;
	background: rgba(243, 247, 249, .75);
	-webkit-transform: skewX(-29deg);
	-ms-transform: skewX(-29deg);
	transform: skewX(-29deg);
	z-index: -1;
}

.bg-blue {
	background: -webkit-linear-gradient(left, #55ae9c 0%, #55ae9c 11%, #4daa97 11%, #4aa995 11%, #4aa995 44%, #48a793 44%, #43a28e 44%, #43a28e 100%);
	background: linear-gradient(to right, #55ae9c 0%, #55ae9c 11%, #4daa97 11%, #4aa995 11%, #4aa995 44%, #48a793 44%, #43a28e 44%, #43a28e 100%);
	position: absolute;
	top: 0;
	right: -20%;
	width: 71.7%;
	bottom: 0;
	-webkit-transform: skewX(-29deg);
	-ms-transform: skewX(-29deg);
	transform: skewX(-29deg);
	z-index: -1;
	box-shadow: 0 -30px 0 30px #f6f9fb;
	height: 717px;
}

.bg-blue:before {
	width: 65%;
	height: 355px;
	position: absolute;
	right: 0;
	top: -50px;
	background: rgba(78, 133, 164, .35);
	content: "";
}

.bg-blue:after {
	width: 33%;
	height: 346px;
	content: "";
	background: rgba(242, 192, 61, .35);
	position: absolute;
	bottom: -189px;
	right: 0;
}

/* header styles */

#header {
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
	position: fixed;
	padding: 8px 0 16px;
	border-bottom: rgba(138, 144, 149, .25) solid 1px;
}

#header.fixed-position {
	background: rgba(255, 255, 255, .95);
}

#header .container {
	max-width: 1070px;
}

#header .login {
	font-size: 12px;
	line-height: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: #21323b;
	margin: 12px 0 0;
}

#header .login .person {
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: top;
	background: #576066;
	color: #fff;
	padding: 3px;
	border-radius: 3px;
	text-align: center;
	margin: 0 7px 0 0;
}

#header .login .person i {
	font-size: 15px;
	line-height: 10px;
	vertical-align: top;
	margin: -4px 0 0 -3px;
}

/* page logo styles */

.logo {
	width: 134px;
	margin: 7px 11px 0 0;
}

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

.visual {
	font-size: 20px;
	line-height: 1.4;
	position: relative;
	padding: 0 0 255px;
}

.visual .smooth-scroll {
	width: 50px;
	height: 50px;
	font-size: 20px;
	line-height: 50px;
	background: #fff;
	border-radius: 100%;
	text-align: center;
	position: absolute;
	bottom: 30px;
	left: 50%;
	color: #286f8b;
	border: 1px solid #d1d8dc;
	margin: 0 0 0 -25px;
	z-index: 5;
}

.visual .smooth-scroll:hover {
	background: #286f8b;
	color: #fff;
}

.visual .smooth-scroll i {
	line-height: 50px;
	font-weight: 900;
}

.visual .icon-arrow {
	width: 163px;
	height: 163px;
	position: absolute;
	left: -139px;
	top: 125px;
	border-style: solid;
	border-color: #ced2d4;
	border-width: 2px 0 0 2px;
}

.visual .icon-arrow.right {
	left: auto;
	right: -127px;
	border-width: 2px 2px 0 0;
}

.visual .icon-arrow.bottom {
	top: auto;
	bottom: -41px;
	border-width: 0 0 2px 2px;
}

.visual .icon-arrow.b-right {
	top: auto;
	bottom: -41px;
	left: auto;
	right: -122px;
	border-width: 0 2px 2px 0;
}

.visual .container {
	padding: 229px 15px 60px;
	position: relative;
}

.visual .container:before {
	position: absolute;
	right: -580px;
	left: 320px;
	top: 0;
	background: url(../images/shadow1.png) no-repeat;
	content: "";
	bottom: -280px;
	background-size: 100% 100%;
	z-index: -1;
}

.visual h1 {
	font-size: 48px;
	line-height: 50px;
	margin: 0;
	position: relative;
}

.visual .btn {
	min-width: 167px;
	padding: 9px;
}

.visual .circle-holder {
	max-width: 768px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.visual .circle-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.visual .col-left {
	float: left;
	width: 48%;
	position: relative;
	z-index: 99;
}

.visual .col-left p {
	margin: 0 0 30px;
}

.visual .col-right {
	width: 337px;
	float: right;
	margin: 0 0 60px;
}

.visual .border-img {
	width: 173px;
	margin: -10px 0 12px;
}

.visual .main-title {
	font-size: 16px;
	position: relative;
	display: block;
	font-weight: 600;
	padding: 0 0 0 30px;
	margin: 0 0 30px;
	text-transform: uppercase;
}

.visual .circle {
	width: 24px;
	height: 24px;
	border: 1px solid #1e333d;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -12px 0 0;
}

.visual .circle:before {
	position: absolute;
	left: 4px;
	top: 4px;
	bottom: 4px;
	right: 4px;
	border: 1px solid #1e333d;
	border-radius: 100%;
	content: "";
}

.visual .circle:after {
	width: 4px;
	height: 4px;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	background: #1e333d;
	content: "";
	margin: -2px 0 0 -2px;
	top: 50%;
}

.visual .card-holder {
	font-size: 20px;
	line-height: 26px;
	padding: 21px 13px 77px;
}

.visual .card-holder .foot {
	font-size: 12px;
	line-height: 15px;
	padding: 10px 5px 0;
}

.visual .card-holder .foot .image-holder {
	width: 70px;
}

.visual .card-holder .foot .image-holder.style {
	padding: 13px;
}

.visual .card-holder .foot .text-holder {
	padding: 10px 0 0 5px;
}

.slideshow {
	position: relative;
}

.slideshow .slide {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
}

.slideshow .slide.active {
	z-index: 2;
}

.slideshow .pagination {
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	left: 0;
	right: 20px;
	position: absolute;
	bottom: 200px;
	max-width: 1070px;
	margin: 0 auto;
	bottom: 46px;
	text-align: right;
	z-index: 9;
}

.slideshow .pagination ul {
	position: relative;
}

.slideshow .pagination ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 2px;
}

.slideshow .pagination ul li.active a {
	color: #1e333d;
}

.slideshow .pagination ul a {
	width: 80px;
	position: relative;
	padding: 10px 0 0;
	display: block;
	text-align: left;
	color: rgba(30, 51, 61, .5);
}

.slideshow .pagination ul a:before {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 3px;
	border-radius: 4px;
	background: #dce2e5;
	content: "";
}

.line {
	position: absolute;
	top: 0;
	left: 0;
	height: 3px;
	background: #1e333d;
	z-index: 2;
}

/* visual area styles */

.visual-area {
	font-size: 18px;
	line-height: 22px;
	position: relative;
	overflow: hidden;
	padding: 137px 0 112px;
	color: rgba(33, 50, 59, .7);
}

.visual-area .slider-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 0 74px;
}

.visual-area .text-holder {
	width: 40%;
}

.visual-area .slides-holder {
	width: 40%;
}

.visual-area .title {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 2.7px;
	display: block;
	color: #4e85a4;
	padding: 0 0 0 50px;
	position: relative;
	margin: 0 0 28px;
	text-transform: uppercase;
}

.visual-area .title:before {
	width: 43px;
	height: 3px;
	content: "";
	background: #4e85a4;
	position: absolute;
	left: 0;
	top: 50%;
	margin: -2px 0 0;
}

.visual-area h1 {
	font-size: 36px;
	line-height: 42px;
	text-transform: uppercase;
	color: #21323b;
	margin: 0 0 35px;
}

.visual-area p {
	margin: 0 0 36px;
}

/* visual form styles */

.form {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.form .field {
	width: calc(100% - 180px);
}

.form .form-control {
	border: 1px solid rgba(33, 50, 59, .03);
	box-shadow: 0 4px 6px rgba(0, 0, 0, .08);
	height: 49px;
	border-radius: 3px;
	font-size: 16px;
	color: #21323b;
	outline: none;
}

.form .form-control:-moz-placeholder {
	color: #b2b7bb;
	opacity: 1;
}

.form .form-control::-moz-placeholder {
	color: #b2b7bb;
	opacity: 1;
}

.form .form-control:-ms-input-placeholder {
	color: #b2b7bb;
}

.form .form-control::-webkit-input-placeholder {
	color: #b2b7bb;
}

.form .form-control:focus {
	border: 1px solid rgba(33, 50, 59, .03);
}

.form .btn {
	font-size: 11px;
	line-height: 14px;
	border: none;
	width: 170px;
	border-radius: 3px;
	background: #4aa995;
	box-shadow: 0 4px 6px rgba(0, 0, 0, .08);
}

.form .btn:hover {
	background: #2b6256;
}

/* visual slides styles */

.slides-holder {
	position: relative;
	margin: -7px 0 0;
}

.slides-holder .img-platform {
	position: absolute;
	left: -27px;
	width: 120%;
	bottom: 0;
	z-index: 2;
}

.slides-holder .slideshow .slide {
	padding: 0 0 200px;
	z-index: inherit !important;
}

.slides-holder .slideshow .slide.active .info-image {
	-webkit-animation: animatertl .5s ease;
	animation: animatertl .5s ease;
}

.slides-holder .slideshow .slide.active .person-image > img {
	opacity: 1;
	visibility: visible;
	-webkit-transition: all .5s ease .5s;
	transition: all .5s ease .5s;
}

.slides-holder .slideshow .slide.active .question-img {
	opacity: 1;
	visibility: visible;
}

.slides-holder .slideshow .info-image {
	-webkit-animation: animateltr .5s ease;
	animation: animateltr .5s ease;
	padding: 0 18px 0 21px;
}

.slides-holder .slideshow .pagination {
	bottom: 23px;
}

.slides-holder .slideshow .pagination ul {
	text-align: center;
}

.slides-holder .slideshow .pagination ul a {
	width: 108px;
}

.slides-holder .slideshow .pagination ul a:before {
	background: rgba(255, 255, 255, .3);
}

.slides-holder .slideshow .pagination .line {
	background: #fff;
}

.slides-holder .question-img {
	position: absolute;
	left: 10px;
	top: 180px;
	width: 156px;
	opacity: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	visibility: hidden;
}

.slides-holder .question-img.style {
	width: 184px;
	left: -20px;
}

.slides-holder .person-image {
	position: absolute;
	left: 160px;
	bottom: 130px;
	z-index: 4;
	width: 70px;
}

.slides-holder .person-image > img {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

/* logos holder styles */

.logos-holder {
	position: relative;
	z-index: 2;
	padding: 30px 0 6px;
	margin: 0 0 40px;
}

.logos-holder:after {
	left: -50px;
	right: -50px;
	top: 0;
	bottom: 0;
	background: #fff;
	box-shadow: 0 8px 18px rgba(0, 0, 0, .08);
	border-radius: 2px;
	z-index: -1;
	content: "";
	position: absolute;
	-webkit-transform: skewX(-29deg);
	-ms-transform: skewX(-29deg);
	transform: skewX(-29deg);
}

.logos-holder:before {
	right: 0;
	left: -88px;
	bottom: -28px;
	top: 30px;
	background: rgba(245, 249, 251, .75);
	-webkit-transform: skewX(-29deg);
	-ms-transform: skewX(-29deg);
	transform: skewX(-29deg);
	content: "";
	position: absolute;
	z-index: -1;
}

.logos-holder .logos-list {
	margin: 0 -20px;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.logos-holder .logos-list li {
	padding: 0 20px;
	margin: 0 0 20px;
	width: auto;
}

.block-info {
	position: relative;
	margin: 0 0 185px;
	padding: 312px 0 0;
}

.block-info .head {
	font-size: 32px;
	line-height: 1.125;
	font-weight: 300;
	text-align: center;
	overflow: hidden;
	margin: 0 0 46px;
	z-index: 5;
	position: relative;
}

.block-info .head p {
	margin: 0 0 10px;
}

.block-info h2 {
	margin: 0 0 4px;
}

.block-info .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 auto 14px;
	padding: 0 102px 0 50px;
	max-width: 926px;
}

.block-info .row + .row {
	padding: 0 154px 0 0;
}

.block-info .card-holder {
	width: 32.6%;
	border-radius: 8px;
	padding: 14px 9px 57px;
}

.block-info .card-holder .title-holder {
	min-height: 119px;
}

.block-info .card-holder .link {
	margin: 0 0 2px;
}

.block-info .card-holder .link i {
	font-size: 9px;
	line-height: 12px;
	margin: -6px 0 0;
}

.block-info .card-holder .foot {
	padding: 0 0 0 50px;
	height: 42px;
}

.block-info .card-holder .foot .image-holder {
	position: absolute;
	left: 5px;
	top: -10px;
	margin: 0;
}

.block-info .card-holder .foot .text-holder {
	width: 100%;
	display: block;
	height: 100%;
	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;
}

.block-info .card-holder .foot .text-holder p {
	margin: 0;
}

.card-holder {
	font-size: 15px;
	line-height: 20px;
	color: #fff;
	position: relative;
	padding: 21px 13px 50px;
	box-shadow: 0 15px 30px rgba(0, 0, 0, .07);
	z-index: 2;
	border-radius: 6px 6px 8px 8px;
	background: #e7544f;
	background: -webkit-linear-gradient(top, #e7544f 0%, #f87470 100%);
	background: linear-gradient(to bottom, #e7544f 0%, #f87470 100%);
}

.card-holder:before {
	position: absolute;
	right: 0;
	top: 0;
	width: 156px;
	z-index: -1;
	content: "";
	background: url(../images/circle-black.png) no-repeat;
	height: 160px;
	background-position: 50% auto;
}

.card-holder.blue {
	background: #54a5c6;
	background: -webkit-linear-gradient(top, #54a5c6 0%, #8ebdce 100%);
	background: linear-gradient(to bottom, #54a5c6 0%, #8ebdce 100%);
}

.card-holder.blue .link {
	background: #4293b3;
}

.card-holder.green {
	background: #00b9a1;
	background: -webkit-linear-gradient(top, #00b9a1 0%, #6bc4b7 100%);
	background: linear-gradient(to bottom, #00b9a1 0%, #6bc4b7 100%);
}

.card-holder.green .link {
	background: #00a791;
}

.card-holder .title-holder {
	display: block;
	min-height: 172px;
	padding: 0 12px;
}

.card-holder .link {
	display: block;
	background: #d34743;
	color: #fff;
	position: relative;
	padding: 5px 25px 5px 15px;
	border-radius: 4px;
	font-weight: 700;
	margin: 0 0 25px;
}

.card-holder .link i {
	font-size: 14px;
	line-height: 18px;
	margin: -9px 0 0;
	position: absolute;
	right: 10px;
	top: 50%;
}

.card-holder .graph-holder {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 50px;
}

.card-holder .graph-holder.style {
	right: 20px;
	bottom: 78px;
}

.card-holder .graph-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.card-holder .foot {
	font-size: 9px;
	line-height: 12px;
	font-weight: 500;
	background: #fff;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	color: #286f8b;
	border-radius: 0 0 6px 6px;
	padding: 10px 0 0;
}

.card-holder .foot .image-holder {
	display: inline-block;
	vertical-align: top;
	width: 45px;
	background: #fff;
	border-radius: 100%;
	margin: -20px 0 0;
}

.card-holder .foot .image-holder.style {
	padding: 5px;
}

.card-holder .foot .image-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
	border-radius: 100%;
}

.card-holder .foot .title {
	display: block;
	font-weight: 700;
	text-transform: uppercase;
}

.card-holder .foot .text-holder {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	padding: 0 0 0 10px;
}

.posts-area {
	position: relative;
	overflow: hidden;
}

.posts-area .container {
	max-width: 1140px;
}

.form-block {
	position: relative;
	margin: 0 0 80px;
	padding: 121px 0 0;
}

.form-block .main-title {
	font-size: 16px;
	position: relative;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 15px;
}

.form-block .head {
	max-width: 600px;
	margin: 0 auto;
}

.form-block .circle {
	width: 24px;
	height: 24px;
	display: inline-block;
	vertical-align: middle;
	border: 1px solid #1e333d;
	border-radius: 100%;
	position: relative;
	margin: 0 5px 0 0;
}

.form-block .circle:before {
	position: absolute;
	left: 4px;
	top: 4px;
	bottom: 4px;
	right: 4px;
	border: 1px solid #1e333d;
	border-radius: 100%;
	content: "";
}

.form-block .circle:after {
	width: 4px;
	height: 4px;
	border-radius: 100%;
	position: absolute;
	left: 50%;
	background: #1e333d;
	content: "";
	margin: -2px 0 0 -2px;
	top: 50%;
}

.form-block h1 {
	font-size: 48px;
	line-height: 50px;
	margin: 0;
	position: relative;
}

.form-block .border-img {
	margin: -13px auto 10px;
}

.form-block .circle-holder {
	max-width: 1498px;
	position: absolute;
	left: -140px;
	top: 0;
	z-index: -1;
}

.form-block .circle-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.form-block .form-area {
	position: relative;
	z-index: 5;
}

.form-block .notification-block {
	font-size: 20px;
	line-height: 24px;
	position: relative;
	overflow: hidden;
	font-weight: 500;
	padding: 20px 0 55px;
}

.form-block .notification-block p {
	margin: 0 0 10px;
}

.form-block .notification-block .icon-checkmark {
	display: inline-block;
	vertical-align: top;
	font-size: 40px;
	line-height: 40px;
	color: #08b7a0;
	margin: 0 0 34px;
}

.form-container {
	max-width: 560px;
	margin: 0 auto;
	padding: 73px 60px 42px;
	position: relative;
}

.form-container .icon-arrow {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 22px;
	top: 31px;
	border-style: solid;
	border-color: #ced2d4;
	border-width: 1px 0 0 1px;
}

.form-container .icon-arrow.right {
	left: auto;
	right: 22px;
	border-width: 1px 1px 0 0;
}

.form-container .icon-arrow.bottom {
	top: auto;
	bottom: 0;
	border-width: 0 0 1px 1px;
}

.form-container .icon-arrow.b-right {
	top: auto;
	bottom: 0;
	left: auto;
	right: 22px;
	border-width: 0 1px 1px 0;
}

.form-submit {
	font-size: 16px;
	line-height: 20px;
	font-weight: 500;
	box-shadow: 0 30px 75px rgba(0, 0, 0, .08);
	background: #fff;
	border-radius: 2px;
	padding: 20px 38px;
}

.form-submit input[type="text"],
.form-submit input[type="email"] {
	border: none;
	padding: 5px 0;
	border-bottom: 1px solid #b8bdbf;
	color: #1e333d;
	height: auto;
}

.form-submit input[type="text"]:-moz-placeholder,
.form-submit input[type="email"]:-moz-placeholder {
	color: rgba(30, 51, 61, .25);
	opacity: 1;
}

.form-submit input[type="text"]::-moz-placeholder,
.form-submit input[type="email"]::-moz-placeholder {
	color: rgba(30, 51, 61, .25);
	opacity: 1;
}

.form-submit input[type="text"]:-ms-input-placeholder,
.form-submit input[type="email"]:-ms-input-placeholder {
	color: rgba(30, 51, 61, .25);
}

.form-submit input[type="text"]::-webkit-input-placeholder,
.form-submit input[type="email"]::-webkit-input-placeholder {
	color: rgba(30, 51, 61, .25);
}

.form-submit .child-input-focused label {
	color: #286f8b;
}

.form-submit .child-input-focused input[type="text"],
.form-submit .child-input-focused input[type="email"] {
	border-bottom-color: #286f8b;
}

.form-submit h2 {
	font-size: 20px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 20px;
	text-transform: uppercase;
	position: relative;
	text-align: center;
	margin: 0 0 36px;
}

.form-submit h2:after {
	position: absolute;
	left: -38px;
	right: -38px;
	bottom: 0;
	height: 1px;
	content: "";
	background: #eeefef;
}

.form-submit .lable-holder {
	font-size: 12px;
	line-height: 15px;
	display: block;
	font-weight: 500;
	color: #1e333d;
	text-transform: uppercase;
}

.form-submit label {
	color: #1e333d;
	font-weight: 500;
}

.form-submit .field-holder {
	margin: 0 0 29px;
}

.form-submit .checklist {
	padding: 19px 0 0;
	overflow: hidden;
	margin: 0 0 -8px;
}

.form-submit .checklist li {
	margin: 0 0 17px;
}

.form-submit .checklist label {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 5px;
}

.form-submit .checklist img {
	display: block;
}

.form-submit .checklist .jcf-checked ~ .field-holder {
	display: block;
}

.form-submit .checklist .field-holder {
	margin: 0;
	display: none;
	padding: 20px 0 0;
	overflow: hidden;
}

.form-submit .checklist .field-holder label {
	margin: 0;
}

.form-submit .form-control {
	box-shadow: none !important;
	outline: none !important;
}

.form-submit .btn-holder {
	position: relative;
	padding: 32px 0 15px;
}

.form-submit .btn-holder:before {
	position: absolute;
	left: -38px;
	right: -38px;
	top: 0;
	height: 1px;
	content: "";
	background: #eeefef;
}

.form-submit .btn-holder.style {
	padding: 27px 0 10px;
}

.form-submit input[type="submit"] {
	display: block;
	border: none;
	text-transform: uppercase;
	width: 100%;
	border-radius: 4px;
	padding: 9px 10px;
}

/* product block styles */

.block-product {
	position: relative;
	overflow: hidden;
	padding: 0 0 10px;
}

.block-product h2 {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	margin: 0 0 -32px;
	position: relative;
	z-index: 5;
}

.block-product .slideshow img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* article block styles */

.block-articles {
	font-size: 14px;
	line-height: 22px;
	position: relative;
	overflow: hidden;
	color: #21323b;
	padding: 0 0 38px;
}

.block-articles .article {
	position: relative;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 87px 0 0;
	margin: 0 0 31px;
}

.block-articles .article:nth-child(even) .text-holder {
	-webkit-box-ordinal-group: 3;
	-ms-flex-order: 2;
	order: 2;
}

.block-articles .article:nth-child(even) .image-holder {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

.block-articles .article.right .image-holder {
	width: 53.2%;
	padding: 0;
}

.block-articles .article.right .text-holder {
	width: 40.2%;
}

.block-articles .text-holder {
	width: 33%;
}

.block-articles .image-holder {
	width: 51.4%;
	padding: 0 11px 0 0;
}

.block-articles .image-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.block-articles h2 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: -.06px;
	margin: 0 0 12px;
	padding: 22px 0 0;
	position: relative;
}

.block-articles h2:before {
	width: 71px;
	height: 3px;
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: #4e85a4;
}

.block-articles .list {
	position: relative;
	overflow: hidden;
	margin: 0 0 23px;
	font-weight: 300;
}

.block-articles .list li {
	position: relative;
	padding: 0 0 0 15px;
}

.block-articles .list li:before {
	position: absolute;
	left: 0;
	top: 12px;
	content: "";
	width: 10px;
	height: 1px;
	background: #21323b;
}

.block-articles p {
	margin: 0 0 24px;
}

.block-articles .link {
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	line-height: 15px;
	color: rgba(44, 101, 124, .9);
	letter-spacing: .43px;
	text-transform: uppercase;
	position: relative;
	z-index: 2;
	font-weight: 700;
}

.block-articles .link:after {
	position: absolute;
	left: 0;
	bottom: 0;
	right: 15px;
	content: "";
	background: rgba(140, 218, 249, .35);
	height: 9px;
	z-index: -1;
	display: none;
}

/* data block styles */

.block-data {
	position: relative;
	padding: 78px 0 145px;
	color: rgba(33, 50, 59, .8);
	text-align: center;
}

.block-data:before {
	position: absolute;
	left: -10%;
	bottom: 0;
	right: -10%;
	content: "";
	background: -webkit-linear-gradient(left, #44a38f 0%, #44a38f 43%, #45a490 43%, #4aa995 43%, #4baa96 43%, #4aa995 71.6%, #4ca996 71.6%, #5cb0a0 71.6%, #5bb29f 72%, #5db1a1 72%, #5bb2a1 85%, #6cbaaa 85%, #6dbaaa 86%, #6cbaaa 100%);
	background: linear-gradient(to right, #44a38f 0%, #44a38f 43%, #45a490 43%, #4aa995 43%, #4baa96 43%, #4aa995 71.6%, #4ca996 71.6%, #5cb0a0 71.6%, #5bb29f 72%, #5db1a1 72%, #5bb2a1 85%, #6cbaaa 85%, #6dbaaa 86%, #6cbaaa 100%);
	-webkit-transform: skew(31deg);
	-ms-transform: skew(31deg);
	transform: skew(31deg);
	height: 575px;
}

.block-data .wrap {
	position: relative;
	overflow: hidden;
	background: #fff;
	box-shadow: 0 16px 30px rgba(0, 0, 0, .12);
	border-radius: 3px;
	padding: 50px 30px 43px;
}

.block-data .bars {
	width: 624px;
	height: 374px;
	position: absolute;
	left: -100px;
	bottom: 282px;
	background: rgba(78, 133, 164, .35);
	-webkit-transform: skewX(30deg);
	-ms-transform: skewX(30deg);
	transform: skewX(30deg);
}

.block-data .bars:before {
	width: 543px;
	height: 232px;
	position: absolute;
	bottom: 100%;
	margin: 0 0 50px;
	content: "";
	background: rgba(242, 192, 61, .35);
	left: 0;
}

.block-data .bars:after {
	width: 105px;
	height: 73px;
	position: absolute;
	left: 100%;
	top: -32px;
	content: "";
	margin: 0 0 0 100px;
	background: rgba(74, 169, 149, .35);
}

.block-data .head {
	position: relative;
	margin: 0 0 113px;
}

.block-data .btn {
	font-size: 11px;
	line-height: 14px;
	border: none;
	width: 173px;
	border-radius: 3px;
	background: #4aa995;
	text-transform: uppercase;
	padding: 14px 5px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .1);
}

.block-data .btn:hover {
	background: #2b6256;
}

.block-data h2 {
	font-size: 24px;
	line-height: 28px;
	margin: 0 0 3px;
	color: #21323b;
}

.block-data p {
	margin: 0 0 26px;
}

.block-data .data-box {
	position: relative;
	width: 32.733%;
}

.block-data .data-box:nth-child(2) {
	width: 34.6%;
}

.block-data .data-box:nth-child(3) {
	width: 31.3%;
	padding: 0 0 0 20px;
}

.block-data .data-box:nth-child(3) .circle {
	margin: 0 0 0 -6px;
}

.block-data .data-info {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0 10px;
}

.block-data .text {
	font-size: 16px;
	line-height: 24px;
	display: block;
	color: #21323b;
	padding: 0 10px;
}

.block-data .bar {
	position: absolute;
	left: 17%;
	top: 73px;
	right: 17%;
	height: 2px;
	background: #4e85a4;
}

.block-data .image-holder {
	position: relative;
	overflow: hidden;
	min-height: 239px;
}

.block-data .image-holder img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

.block-data .circle {
	position: absolute;
	top: 56px;
	left: 50%;
	width: 33px;
	z-index: 5;
	margin: 0 0 0 -16px;
}

.block-data .circle img {
	width: 100%;
	height: auto;
	vertical-align: top;
}

/* footer styles */

#footer-old {
	height: 1%;
	overflow: hidden;
	display: table-footer-group;
	position: relative;
	z-index: 2;
	background: #fff; /* footer-nav */
}

#footer-old .container {
	padding-top: 50px;
	padding-bottom: 50px;
}

#footer-old .footer-nav {
	float: left;
	width: 55.5%;
	font-size: 14px;
	font-weight: 600;
	padding: 22px 0 0 2px;
}

#footer-old .footer-nav h3 {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 16px;
	letter-spacing: 1px;
	color: rgba(0, 5, 16, .8);
	text-transform: uppercase;
}

#footer-old .footer-nav .nav-holder {
	float: left;
	width: 33.333%;
	padding: 0 10px 0 0;
}

#footer-old .footer-nav li + li {
	margin: 10px 0 0;
}

#footer-old .footer-nav a {
	color: rgba(33, 50, 59, .7);
}

#footer-old .footer-nav a:hover {
	color: #207585;
}

/* footer-aside */

.footer-aside {
	color: #fff;
	text-align: center;
	position: relative;
	padding: 130px 0 125px;
}

.footer-aside h2 {
	font-size: 48px;
	line-height: 1.083;
	margin: 0 0 19px;
}

.footer-aside p {
	margin: 0 0 37px;
}

.footer-aside .border-img {
	margin: 0 auto 40px;
}

.footer-aside .primary {
	font-size: 14px;
	min-width: 184px;
	padding: 8px 10px 8px;
	letter-spacing: 1px;
}

.footer-aside .bg-stretch {
	background-size: auto;
	background-color: #08b7a0;
	background-position: 100% 0;
	background-repeat: no-repeat;
}

/* footer-info */

.footer-info {
	float: right;
	width: 37.7%;
	font-size: 14px;
	line-height: 1.25;
	padding: 24px 28px 12px;
	background: rgba(123, 130, 134, .05);
}

.footer-info .info {
	margin: 0 0 23px;
	padding: 0 0 11px;
	border-bottom: solid 1px rgba(123, 130, 134, .2);
}

.footer-info h3 {
	color: #828488;
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 10px;
}

.footer-info .footer-logo {
	width: 184px;
	display: block;
}

.footer-info .copyright {
	margin: 0 0 22px 3px;
}

/* contact-info */

.contact-info {
	margin: 0 0 13px;
	font-weight: 600;
	color: rgba(30, 51, 61, .7);
}

.contact-info li {
	position: relative;
	padding: 0 0 0 23px;
}

.contact-info li + li {
	margin: 14px 0 0;
}

.contact-info li i {
	top: 0;
	left: 0;
	position: absolute;
	color: rgba(135, 138, 140, .5);
}

.contact-info address {
	margin: 0;
	font-style: normal;
}

.contact-info a,
.contact-info address {
	color: rgba(30, 51, 61, .7);
}

.contact-info a:hover {
	color: #207585;
}

/* social-networks */

.social-networks {
	font-size: 0;
	line-height: 0;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 5px 0;
}

.social-networks a {
	width: 22px;
	height: 22px;
	font-size: 16px;
	line-height: 28px;
	opacity: .9;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 2px;
	background: #8b9295;
}

.social-networks a:hover {
	opacity: 1;
	background: #207585;
}

.social-networks .icon-facebook-f {
	left: 3px;
	top: 1px;
	position: relative;
}

#footer {
	position: relative;
	z-index: 2;
	background: #f3f4f4;
	padding: 45px 0 36px;
	font-size: 14px;
	line-height: 20px;
}

#footer .container {
	padding: 0 23px;
}

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

#footer .footer-col .title {
	display: inline-block;
	vertical-align: top;
	color: rgba(32, 50, 60, .85);
	margin-bottom: 18px;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
}

#footer .footer-nav {
	font-weight: 400;
	width: 100%;
}

#footer .footer-nav li {
	padding-bottom: 14px;
}

#footer .footer-nav a {
	text-decoration: none;
	color: rgba(32, 50, 60, .8);
	text-transform: capitalize;
}

#footer .footer-nav a:hover {
	color: #05080a;
}

#footer .social-networks {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-family: row wrap;
	min-width: 168px;
	border-top: 1px solid rgba(32, 50, 60, .2);
	padding-top: 24px;
	font-size: 17px;
	margin: 9px -7px 0;
}

#footer .social-networks li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 0 7px;
	margin: 0;
}

#footer .social-networks a {
	text-decoration: none;
	color: #93999d;
	width: auto;
	height: auto;
	background: none;
}

#footer .social-networks a:hover {
	color: #6c7377;
}

#footer .social-networks a i {
	font-size: 20px;
	line-height: 18px;
	vertical-align: top;
}

#footer .social-networks a i.icon-social-twitter {
	font-size: 24px;
	margin: 0 -4px;
}

#footer .social-networks a i.icon-linkedin2 {
	font-size: 17px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
	.jcf-checkbox span:before {
		margin: 0;
	}
}

@media (min-width: 480px) {
	#footer .footer-col {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		width: 50%;
		padding: 0 10px 20px;
	}

	.footer-columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 0 -10px;
	}
}

@media (min-width: 768px) {
	#footer {
		padding: 80px 0 20px;
		padding-bottom: 65px;
	}

	#footer .container {
		padding: 0 29px;
	}

	#footer .footer-col {
		width: 25%;
		padding: 0 10px 20px;
	}

	#footer .footer-col .title {
		margin-bottom: 20px;
	}

	#footer .footer-nav li {
		padding-bottom: 16px;
	}

	#footer .social-networks {
		min-width: 173px;
	}

	.footer-columns {
		margin: 0 -10px;
	}
}

@media (min-width: 769px) {
	.visible-sm {
		display: none !important;
	}
}

@media (min-width: 1024px) {
	#footer {
		padding-bottom: 55px;
	}

	#footer .container {
		padding: 0 14px;
	}

	#footer .footer-col {
		padding: 0 14px 28px;
	}

	.footer-columns {
		margin: 0 -14px;
	}
}

@media (max-width: 1899px) {
	.visual .circle-holder {
		max-width: 798px;
		left: -160px;
		top: 0;
	}

	.form-block .circle-holder {
		max-width: 800px;
	}
}

@media (max-width: 1799px) {
	.icon-cluster.style {
		left: 0;
		width: 60px;
	}

	.icon-cluster.style1 {
		right: 0;
		width: 60px;
	}

	.post-main {
		margin: 0 auto 155px;
	}

	.post-main.second {
		margin: 0 auto 177px;
	}

	.post-main.second .text-box {
		width: 47.8%;
		padding: 26px 62px 0 28px;
	}

	.post-main.third {
		margin: 0 auto 195px;
	}

	.post-main .text-box {
		padding: 99px 32px 0 28px;
	}

	.visual {
		padding: 0 0 75px;
	}

	.visual .icon-arrow {
		width: 130px;
		height: 130px;
		left: -55px;
		top: 90px;
	}

	.visual .icon-arrow.right {
		right: -55px;
	}

	.visual .icon-arrow.bottom {
		bottom: 7px;
	}

	.visual .icon-arrow.b-right {
		bottom: 7px;
		right: -55px;
	}

	.visual .container {
		padding: 138px 15px 60px;
	}

	.visual .col-left {
		width: 46%;
	}

	.visual .main-title {
		margin: 0 0 22px;
	}

	.visual-area {
		background-size: 200% 1005px;
		background-position: 51% 0;
	}

	.block-info {
		padding: 271px 0 0;
		margin: 0 0 163px;
	}

	.block-info .head {
		font-size: 36px;
		margin: 0 0 39px;
	}

	.block-info h2 {
		font-size: 36px;
		margin: 0;
	}

	.block-data:before {
		left: -14%;
		right: -14%;
	}

	.footer-aside {
		padding: 107px 0 148px;
		font-size: 24px;
		line-height: 34px;
	}

	.footer-aside h2 {
		margin: 0 0 2px;
	}

	.footer-aside p {
		margin: 0 0 41px;
	}
}

@media (max-width: 1699px) {
	.icon-cluster {
		display: none;
	}
}

@media (max-width: 1299px) {
	.bg-gray {
		width: 10%;
	}

	.bg-blue {
		width: 73.3%;
	}

	.bg-blue:before {
		top: -14px;
		width: 45%;
	}

	.bg-blue:after {
		display: none;
	}

	.visual-area {
		padding: 137px 0 67px;
	}

	.logos-holder .logos-list li {
		padding: 0 26px;
	}

	.block-product {
		padding: 0 0 1px;
	}

	.block-articles .article {
		padding: 129px 0 0;
		margin: 0 0 13px;
	}

	.block-data:before {
		left: -23%;
		right: -23%;
	}

	.block-data .wrap {
		padding: 88px 30px 43px;
	}

	.block-data .bars {
		display: none;
	}

	.block-data .bars:before {
		display: none;
	}

	.block-data .bars:after {
		display: none;
	}
}

@media (max-width: 1229px) {
	.post-main {
		font-size: 16px;
		line-height: 24px;
		margin: 0 auto 217px;
	}

	.post-main.second {
		margin: 0 auto 181px;
	}

	.post-main.second .img-area {
		width: 51.8%;
		margin: 0 0 0 -20px;
	}

	.post-main.third {
		margin: 0 auto 182px;
	}

	.post-main.third .img-area {
		width: 45.6%;
		padding: 0 21px 0 0;
	}

	.post-main.third .text-box {
		padding: 53px 32px 0 108px;
	}

	.post-main .text-box {
		width: 52%;
		padding: 86px 32px 0 112px;
	}

	.post-main .img-area {
		width: 42.3%;
	}

	.post-main h2 {
		font-size: 28px;
		line-height: 32px;
		margin: 0 0 10px;
	}

	#header.login .login {
		display: none;
	}

	#header.login .logo {
		float: none;
		margin: 0 auto;
		display: block;
	}

	#header .container {
		max-width: 900px;
	}

	.visual {
		font-size: 18px;
		line-height: 1.333;
		padding: 0 0 108px;
	}

	.visual .container:before {
		background-size: cover;
		left: 110px;
	}

	.visual .container {
		max-width: 890px;
		padding: 126px 15px 60px;
	}

	.visual h1 {
		font-size: 36px;
		line-height: 38px;
	}

	.visual .circle-holder {
		max-width: 600px;
	}

	.visual .col-left {
		width: 50%;
		padding: 3px 0 0 13px;
	}

	.visual .col-left p {
		margin: 0 0 20px;
	}

	.visual .col-right {
		width: 319px;
	}

	.visual .border-img {
		margin: -9px 0 9px;
	}

	.visual .main-title {
		font-size: 14px;
		margin: 0 0 19px;
	}

	.visual .card-holder {
		font-size: 18px;
		line-height: 1.444;
		padding: 15px 8px 70px;
	}

	.visual .card-holder .title-holder {
		font-size: 18px;
		line-height: 1.444;
		min-height: 159px;
	}

	.slideshow .pagination {
		max-width: 882px;
		bottom: 60px;
	}

	.slideshow .pagination ul a {
		width: 74px;
	}

	.slides-holder {
		left: -30px;
	}

	.slides-holder .question-img {
		top: 150px;
	}

	.logos-holder .logos-list li {
		padding: 0 15px;
	}

	.block-info {
		padding: 146px 0 0;
		margin: 0 0 181px;
	}

	.block-info .head {
		font-size: 28px;
		line-height: 1.2857;
		margin: 0 0 27px;
	}

	.block-info h2 {
		font-size: 28px;
		line-height: 1.125;
	}

	.block-info .row + .row {
		padding: 0 34px 0 119px;
	}

	.posts-area .container {
		max-width: 1014px;
	}

	.form-block {
		padding: 111px 0 0;
	}

	.form-block h1 {
		font-size: 36px;
		line-height: 38px;
	}

	.form-block .border-img {
		margin: -7px auto 4px;
	}

	.form-container {
		padding: 57px 60px 42px;
	}

	.form-container .icon-arrow {
		top: 16px;
	}

	.footer-aside {
		font-size: 18px;
		line-height: 26px;
		padding: 96px 0 78px;
	}

	.footer-aside .container {
		max-width: 980px;
	}

	.footer-aside h2 {
		font-size: 36px;
		line-height: 1.167;
		margin: 0 0 11px;
	}

	.footer-aside p {
		margin: 0 0 37px;
	}
}

@media (max-width: 1199px) {
	.visual .icon-arrow {
		display: none;
	}
}

@media (max-width: 1024px) {
	.bg-gray {
		display: none;
	}

	.bg-blue {
		box-shadow: none;
		left: -20%;
		right: -20%;
		width: auto;
		background: -webkit-linear-gradient(left, #4aa995 0%, #4aa995 37%, #41a28e 37%, #41a28e 92%, #42a38f 92%, #49a894 92%, #4aa995 92%, #4aa995 100%);
		background: linear-gradient(to right, #4aa995 0%, #4aa995 37%, #41a28e 37%, #41a28e 92%, #42a38f 92%, #49a894 92%, #4aa995 92%, #4aa995 100%);
		height: 558px;
	}

	.bg-blue:before {
		top: 0;
		width: 30%;
		height: 174px;
	}

	.visual-area {
		font-size: 16px;
		line-height: 20px;
		background-size: 100% 748px;
		color: #c6f5ed;
		padding: 137px 0 23px;
	}

	.visual-area .slider-wrap {
		margin: 0 0 101px;
	}

	.visual-area .text-holder {
		width: 100%;
		text-align: center;
		max-width: 613px;
		margin: 0 auto;
	}

	.visual-area .slides-holder {
		display: none;
	}

	.visual-area .title {
		padding: 0;
		color: #c6f5ed;
	}

	.visual-area .title:before {
		display: none;
	}

	.visual-area h1 {
		font-size: 32px;
		line-height: 36px;
		color: #fff;
	}

	.visual-area p {
		margin: 0 0 32px;
	}

	.form {
		width: 76.9%;
		margin: 0 auto;
	}

	.form .field {
		width: calc(100% - 200px);
	}

	.form .btn {
		background: #fff;
		color: #4aa995;
		width: 190px;
	}

	.form .btn:hover {
		background: #ccc;
	}

	.logos-holder {
		padding: 36px 0 18px;
	}

	.logos-holder:after {
		left: -14px;
		right: -8px;
	}

	.logos-holder .logos-list {
		margin: 0;
		padding: 0 30px;
	}

	.logos-holder .logos-list li {
		padding: 0 12px;
	}

	.block-product {
		padding: 61px 0 1px;
	}

	.block-product h2 {
		font-size: 20px;
		line-height: 24px;
		margin: 0 0 -47px;
	}

	.block-articles .container {
		max-width: 920px;
	}

	.block-articles .article {
		padding: 104px 0 0;
	}

	.block-articles .article.right .image-holder {
		width: 50.7%;
	}

	.block-articles .article.right .text-holder {
		width: 40.8%;
	}

	.block-articles .text-holder {
		width: 41%;
	}

	.block-articles .image-holder {
		width: 47.4%;
	}

	.block-articles h2 {
		font-size: 20px;
		line-height: 27px;
		padding: 25px 0 0;
	}

	.block-data {
		padding: 52px 0 90px;
	}

	.block-data .wrap {
		max-width: 906px;
		margin: 0 auto;
		padding: 51px 30px 43px;
	}

	.block-data .bars {
		width: 400px;
		height: 250px;
		display: block;
		left: -100px;
		bottom: 375px;
	}

	.block-data .head {
		font-size: 16px;
		margin: 0 0 60px;
	}

	.block-data h2 {
		font-size: 20px;
		line-height: 26px;
		margin: 0 0 6px;
	}

	.block-data p {
		margin: 0 0 23px;
	}

	.block-data .data-box {
		width: 100%;
		margin: 0 0 44px;
	}

	.block-data .data-box:nth-child(2) {
		width: 100%;
	}

	.block-data .data-box:nth-child(3) {
		width: 100%;
		padding: 0;
	}

	.block-data .data-box:nth-child(3) .circle {
		margin: -16px 0 0;
	}

	.block-data .data-info {
		max-width: 390px;
		margin: 0 auto;
	}

	.block-data .bar {
		right: auto;
		left: -39px;
		top: 15.2%;
		bottom: 18%;
		height: auto;
		width: 2px;
	}

	.block-data .circle {
		left: -65px;
		top: 50%;
		margin: -10px 0 0;
	}

	#footer-old .container {
		padding: 38px 32px 30px 35px;
	}

	#footer-old .footer-nav {
		padding: 24px 0 0;
	}

	#footer-old .footer-nav .nav-holder {
		width: 30.733%;
	}

	#footer-old .footer-nav .nav-holder:first-child {
		width: 38.433%;
	}

	.footer-aside .border-img {
		width: 105px;
		margin: 0 auto 43px;
	}

	.footer-info {
		width: 38.8%;
		padding: 26px 18px 12px 25px;
	}

	.footer-info .info {
		margin: 0 0 18px;
		padding: 0 0 16px;
	}

	.footer-info .social-networks {
		margin: 0 0 0 5px;
	}

	.contact-info {
		margin: 0 0 9px;
		line-height: 1.428571;
	}
}

@media (max-width: 1023px) {
	#nav {
		min-width: 458px;
	}

	#nav ul li {
		padding: 8px 10px;
	}

	#main:after {
		bottom: -200px;
	}

	.post-main {
		margin: 0 auto 136px;
	}

	.post-main.second {
		max-width: 640px;
		padding: 0 10px 0 42px;
		margin: 0 auto 119px;
	}

	.post-main.second .img-area {
		width: auto;
		padding: 0 110px 0 0;
		margin: 0 0 0 -39px;
	}

	.post-main.second .text-box {
		width: 100%;
		padding: 26px 62px 13px 28px;
	}

	.post-main.third {
		max-width: 520px;
		margin: 0 auto 151px;
	}

	.post-main.third .img-area {
		width: auto;
		margin: 0 -60px 0 -40px;
		padding: 17px 0 0;
	}

	.post-main.third .text-box {
		padding: 30px 0 0;
	}

	.post-main .visible-small {
		display: block;
	}

	.post-main .hidden-small {
		display: none !important;
	}

	.post-main .text-box {
		float: none;
		width: 100%;
		padding: 86px 0 0 0;
	}

	.post-main .img-area {
		float: none;
		width: 100%;
		margin: -19px 0 0;
		padding: 0 73px 0 4px;
	}

	.post-main .img-area img {
		margin: 0 auto;
		display: block;
	}

	.post-main h2:before {
		left: -20px;
	}

	#header {
		padding: 8px 11px 16px;
	}

	.visual {
		font-size: 16px;
		line-height: 1.5;
		padding: 0 0 112px;
	}

	.slideshow .pagination {
		text-align: center;
		bottom: 27px;
	}

	.block-info {
		padding: 60px 0 0;
		margin: 0 0 31px;
	}

	.block-info .head {
		line-height: 1.125;
		font-weight: 700;
		max-width: 520px;
		margin: 0 auto 31px;
	}

	.block-info .head p {
		display: inline;
	}

	.block-info .head h2 {
		display: inline;
	}

	.block-info .row {
		padding: 0 91px 0 52px;
		margin: 0 auto 9px;
	}

	.block-info .row + .row {
		padding: 0 38px 0 106px;
	}

	.block-info .card-holder {
		font-size: 12px;
		line-height: 16px;
		padding: 11px 5px 45px;
	}

	.block-info .card-holder .title-holder {
		padding: 0 10px;
		min-height: 94px;
	}

	.block-info .card-holder .link {
		padding: 4px 25px 4px 11px;
	}

	.block-info .card-holder .foot {
		height: 35px;
		padding: 0 0 0 38px;
	}

	.block-info .card-holder .foot .image-holder {
		top: -7px;
	}

	.card-holder .foot .image-holder {
		width: 37px;
	}

	.posts-area .container {
		max-width: 514px;
	}

	.form-block .head {
		max-width: 540px;
	}

	.footer-aside {
		padding: 74px 0 70px;
	}

	.footer-aside .container {
		max-width: 560px;
	}

	.footer-aside h2 {
		font-size: 28px;
		margin: 0 0 12px;
	}
}

@media (max-width: 991px) {
	#main:after {
		bottom: -280px;
	}
}

@media (max-width: 900px) {
	#footer-old .container {
		padding: 41px 23px 30px 33px;
	}

	#footer-old .footer-nav {
		width: 60.5%;
		padding: 18px 0 0;
	}

	#footer-old .footer-nav .nav-holder {
		width: 30.133%;
	}

	#footer-old .footer-nav .nav-holder:first-child {
		width: 36.133%;
	}

	#footer-old .footer-nav .nav-holder:last-child {
		float: right;
		width: 32.1%;
	}

	.footer-info {
		width: 37.4%;
		padding: 18px 18px 15px 25px;
	}

	.footer-info .info {
		margin: 0 0 21px;
		padding: 0 0 18px;
	}

	.footer-info h3 {
		line-height: 1.571428;
	}

	.footer-info .copyright {
		margin: 0 0 19px 3px;
	}

	.footer-info .social-networks {
		margin: 0;
	}

	.contact-info li + li {
		margin: 12px 0 0;
	}
}

@media (max-width: 899px) {
	.visual .container:before {
		display: none;
	}

	.visual .container {
		max-width: 560px;
		padding: 121px 15px 60px;
	}

	.visual .col-left {
		float: none;
		width: 100%;
		text-align: center;
		padding: 3px 0 65px 0;
	}

	.visual .col-right {
		float: none;
		margin: 0 auto 30px;
	}

	.visual .border-img {
		margin: -9px auto 4px;
	}

	.visual .circle {
		width: 20px;
		height: 20px;
		display: inline-block;
		vertical-align: middle;
		position: relative;
		top: auto;
		left: auto;
		margin: 0 4px 0 0;
	}

	.block-product .slideshow {
		margin: 0 -203px 0 -238px;
	}
}

@media (max-width: 768px) {
	.hidden-sm {
		display: none !important;
	}

	.nav-active #wrapper:before {
		opacity: 1;
		visibility: visible;
	}

	#nav {
		top: 8px;
		margin: 0;
		left: 10px;
		opacity: 0;
		right: 10px;
		font-size: 14px;
		position: fixed;
		max-width: none;
		min-width: inherit;
		visibility: hidden;
		-webkit-transition: all .3s;
		transition: all .3s;
	}

	#nav ul {
		background: #fff;
		border-radius: 4px;
	}

	#nav ul li {
		display: block;
		padding: 0;
	}

	#nav ul li:last-child {
		border-width: 0;
	}

	#nav ul a {
		color: #207585;
		display: block;
		padding: 8px 15px;
	}

	#nav ul a:hover,
	#nav ul .active a {
		color: #fff;
		background: #207585;
	}

	.nav-active #nav {
		opacity: 1;
		visibility: visible;
	}

	.nav-opener {
		display: block;
	}

	.bg-blue {
		background: -webkit-linear-gradient(left, #4aa995 0%, #4aa995 30%, #41a28e 30%, #41a28e 98%, #42a38f 98%, #49a894 98%, #4aa995 98%, #4aa995 100%);
		background: linear-gradient(to right, #4aa995 0%, #4aa995 30%, #41a28e 30%, #41a28e 98%, #42a38f 98%, #49a894 98%, #4aa995 98%, #4aa995 100%);
		left: -24%;
		right: -24%;
	}

	.bg-blue:before {
		top: 40px;
		width: 26.3%;
	}

	.visual-area {
		font-size: 14px;
		line-height: 18px;
	}

	.visual-area .slider-wrap {
		margin: 0 0 91px;
	}

	.visual-area .title {
		margin: 0 0 32px;
	}

	.visual-area h1 {
		font-size: 30px;
		line-height: 34px;
		margin: 0 0 23px;
	}

	.logos-holder {
		padding: 25px 0 0;
	}

	.logos-holder:after {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		left: -24px;
		right: -24px;
	}

	.block-product {
		padding: 41px 0 1px;
	}

	.block-product h2 {
		font-size: 22px;
		line-height: 32px;
		max-width: 670px;
		margin: 0 auto -34px;
	}

	.block-articles .container {
		max-width: 510px;
		padding: 0 15px 0 31px;
	}

	.block-articles .article {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 0 38px;
	}

	.block-articles .article.right .image-holder {
		width: 100%;
		margin: 0;
	}

	.block-articles .article.right .text-holder {
		width: 100%;
	}

	.block-articles .text-holder {
		width: 100%;
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2;
	}

	.block-articles .image-holder {
		width: 100%;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 15px;
		margin: 0 0 33px;
	}

	.block-articles h2 {
		font-size: 18px;
		line-height: 25px;
	}

	.block-articles .list {
		font-size: 12px;
		line-height: 22px;
		margin: 0 0 12px;
	}

	.block-articles .list li {
		padding: 0 0 0 12px;
		margin: 0 0 7px;
	}

	.block-articles .list li:before {
		width: 8px;
		top: 7px;
	}

	.block-articles p {
		margin: 0 0 26px;
	}

	.block-data .wrap {
		max-width: 686px;
		padding: 37px 30px 43px;
	}

	.block-data .head {
		max-width: 470px;
		margin: 0 auto 60px;
	}

	.block-data h2 {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 13px;
	}

	.block-data .text {
		font-size: 18px;
	}

	#footer-old .container {
		padding: 60px 17px 30px 16px;
	}

	#footer-old .footer-nav {
		float: none;
		width: auto;
		overflow: hidden;
		padding: 0 0 65px 29px;
	}

	#footer-old .footer-nav .nav-holder:first-child {
		width: 33.133%;
	}

	#footer-old .footer-nav .nav-holder:last-child {
		width: 31.5%;
	}

	.footer-info {
		float: none;
		width: auto;
		padding: 24px 30px 21px 28px;
	}

	.footer-info h3 {
		margin: 0 0 7px;
	}

	.footer-info .copyright {
		margin: 0 0 16px 3px;
	}

	.footer-info .social-networks {
		margin: 0 0 0 3px;
	}

	.contact-info {
		margin: 0 0 13px;
	}
}

@media (max-width: 767px) {
	#main {
		min-height: 888px;
	}

	#main:after {
		bottom: -320px;
	}

	#header.login .logo {
		float: left;
	}

	.logos-holder .logos-list li {
		margin: 0 -11px 5px;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		transform: scale(.7);
	}

	.logos-holder .logos-list li.hidden-mobile {
		display: none;
	}

	.form-block {
		padding: 79px 0 0;
	}

	.form-block .main-title {
		font-size: 12px;
		letter-spacing: .6px;
	}

	.form-block .circle {
		width: 22px;
		height: 22px;
	}

	.form-block h1 {
		font-size: 28px;
		line-height: 30px;
	}

	.form-block .circle-holder {
		max-width: 400px;
		top: -40px;
		left: -80px;
	}

	.form-block .notification-block {
		font-size: 14px;
		line-height: 18px;
		padding: 0 0 20px;
	}

	.form-block .notification-block .icon-checkmark {
		margin: 0 0 20px;
	}

	.form-container {
		padding: 26px 5px;
	}

	.form-container .icon-arrow {
		display: none;
	}

	.form-submit {
		padding: 18px 17px;
	}

	.form-submit h2 {
		font-size: 14px;
		line-height: 18px;
		margin: 0 0 26px;
	}

	.form-submit h2:after {
		left: -17px;
		right: -17px;
	}

	.form-submit .btn-holder {
		padding: 27px 0 9px;
	}
}

@media (max-width: 679px) {
	.post-main {
		font-size: 14px;
		line-height: 20px;
		margin: 0 auto 82px;
	}

	.post-main.second {
		padding: 0 10px;
		margin: 0 auto 85px;
	}

	.post-main.second .text-box {
		padding: 0 0 0 30px;
	}

	.post-main.third {
		margin: 0 auto 55px;
	}

	.post-main.third .text-box {
		padding: 0 10px 0 30px;
	}

	.post-main .text-box {
		padding: 0 0 0 30px;
	}

	.post-main .img-area {
		display: none;
	}

	.post-main h2 {
		font-size: 24px;
		line-height: 26px;
	}

	.bg-blue {
		background: -webkit-linear-gradient(left, #4aa995 0%, #4aa995 36%, #41a28e 36%, #41a28e 98%, #42a38f 98%, #49a894 98%, #4aa995 98%, #4aa995 100%);
		background: linear-gradient(to right, #4aa995 0%, #4aa995 36%, #41a28e 36%, #41a28e 98%, #42a38f 98%, #49a894 98%, #4aa995 98%, #4aa995 100%);
		left: -50%;
		right: -50%;
	}

	.bg-blue:before {
		right: 20%;
		top: 26%;
		width: 9%;
	}

	.visual {
		font-size: 14px;
		line-height: 1.429;
		padding: 0 0 97px;
	}

	.visual .smooth-scroll {
		font-size: 14px;
		line-height: 38px;
		width: 38px;
		height: 38px;
	}

	.visual .smooth-scroll i {
		line-height: 38px;
	}

	.visual .container {
		padding: 79px 15px 52px;
	}

	.visual h1 {
		font-size: 28px;
		line-height: 30px;
	}

	.visual .btn {
		min-width: 137px;
		padding: 6px;
	}

	.visual .col-left {
		padding: 3px 0 58px;
	}

	.visual .col-left p {
		margin: 0 0 23px;
	}

	.visual .col-right {
		width: 280px;
	}

	.visual .border-img {
		margin: -6px auto 6px;
		width: 119px;
	}

	.visual .main-title {
		font-size: 12px;
		margin: 0 0 15px;
	}

	.visual .card-holder {
		font-size: 16px;
		line-height: 24px;
		padding: 12px 12px 70px;
	}

	.visual .card-holder .title-holder {
		font-size: 16px;
		line-height: 24px;
		min-height: 144px;
		padding: 0 7px;
	}

	.slideshow .pagination {
		right: 0;
	}

	.slideshow .pagination ul li {
		padding: 0 1px;
	}

	.slideshow .pagination ul a {
		width: 65px;
	}

	.visual-area {
		padding: 109px 6px 23px;
	}

	.visual-area .slider-wrap {
		margin: 0 0 44px;
	}

	.visual-area .title {
		margin: 0 0 15px;
	}

	.visual-area h1 {
		font-size: 24px;
		line-height: 28px;
		padding: 0 20px;
		margin: 0 0 10px;
	}

	.visual-area p {
		margin: 0 0 35px;
	}

	.form {
		width: 100%;
	}

	.form .field {
		width: 100%;
		margin: 0 0 7px;
	}

	.form .form-control {
		font-size: 14px;
	}

	.form .btn {
		width: 100%;
		height: 48px;
	}

	.logos-holder {
		padding: 22px 0 12px;
		margin: 0 0 14px;
	}

	.logos-holder .logos-list {
		margin: 0 -6px;
		padding: 0;
	}

	.logos-holder .logos-list li {
		padding: 0 6px;
		margin: 0 -11px 5px;
	}

	.block-info {
		display: none;
	}

	.card-holder .link {
		margin: 0 0 14px;
	}

	.card-holder .link i {
		font-size: 12px;
		line-height: 12px;
		margin: -6px 0 0;
		right: 6px;
	}

	.posts-area {
		padding: 80px 0 0;
	}

	.block-product {
		padding: 17px 0 1px;
	}

	.block-product h2 {
		font-size: 16px;
		line-height: 20px;
		margin: 0 auto -28px;
	}

	.block-product .slideshow {
		margin: 0 -131px 0 -313px;
	}

	.block-articles {
		padding: 0 0 4px;
	}

	.block-articles .container {
		padding: 0 15px;
	}

	.block-articles .article {
		padding: 78px 0 0;
	}

	.block-articles .text-holder {
		padding: 0 10px 0 0;
	}

	.block-articles .image-holder {
		padding: 0;
		margin: 0 0 26px;
	}

	.block-articles h2 {
		font-size: 16px;
		line-height: 21px;
		padding: 22px 0 0 0;
	}

	.block-articles .list {
		margin: 0 0 16px;
	}

	.block-articles .list li {
		padding: 0 0 0 16px;
		margin: 0;
	}

	.block-articles .list li:before {
		top: 11px;
	}

	.block-articles p {
		margin: 0 0 12px;
	}

	.block-data {
		padding: 50px 0;
	}

	.block-data:before {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background: -webkit-linear-gradient(left, #419d8a 0%, #42a08c 100%);
		background: linear-gradient(to right, #419d8a 0%, #42a08c 100%);
	}

	.block-data .wrap {
		padding: 29px 20px 43px;
	}

	.block-data .head {
		font-size: 14px;
	}

	.block-data h2 {
		font-size: 16px;
		line-height: 22px;
		margin: 0 0 7px;
	}

	.block-data p {
		margin: 0 0 17px;
	}

	.block-data .text {
		font-size: 16px;
	}

	.block-data .bar {
		display: none;
	}

	.block-data .image-holder {
		min-height: inherit;
		margin: 0 0 10px;
	}

	.block-data .circle {
		display: none;
	}

	.footer-aside {
		font-size: 14px;
		line-height: 18px;
		padding: 56px 0 54px;
	}

	.footer-aside h2 {
		font-size: 24px;
		line-height: 26px;
		margin: 0 0 7px;
	}

	.footer-aside p {
		margin: 0 0 34px;
	}

	.footer-aside .primary {
		font-size: 12px;
		letter-spacing: .2px;
		padding: 6px 10px;
	}
}

@media (max-width: 640px) {
	.nav-opener {
		width: 31px;
		height: 26px;
		margin: 0 0 0 6px;
	}

	.nav-opener span,
	.nav-opener:after,
	.nav-opener:before {
		top: 7px;
		left: 6px;
		right: 6px;
		margin: -1px 0 0;
	}

	.nav-opener span {
		top: 12px;
	}

	.nav-opener:after {
		top: 17px;
	}

	#header {
		padding: 9px 6px;
	}

	#header .btn {
		font-size: 10px;
		padding: 7px 12px 5px;
	}

	.logo {
		width: 108px;
		margin: 2px 5px 0 4px;
	}

	#footer-old .container {
		padding: 36px 27px 0;
	}

	#footer-old .footer-nav {
		padding: 0 0 2px;
	}

	#footer-old .footer-nav .nav-holder {
		float: none;
		width: auto;
	}

	#footer-old .footer-nav .nav-holder {
		margin: 0 0 32px;
	}

	#footer-old .footer-nav .nav-holder:first-child {
		width: auto;
	}

	#footer-old .footer-nav .nav-holder:last-child {
		width: auto;
		float: none;
	}

	.footer-aside .border-img {
		width: 90px;
		margin-bottom: 35px;
	}

	.footer-aside .bg-stretch {
		background-position: 3% 0;
	}

	.footer-info {
		margin: 0 -27px;
		padding: 31px 26px 38px;
	}

	.footer-info .info {
		padding: 0 0 26px;
		margin: 0 0 27px;
	}

	.footer-info .copyright {
		margin: 0 0 18px 3px;
	}

	.contact-info {
		margin: 0 0 11px;
	}
}

@-webkit-keyframes animatertl {
	from {
		-webkit-transform: translate(100px, 0);
		transform: translate(100px, 0);
		opacity: 0;
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@keyframes animatertl {
	from {
		-webkit-transform: translate(100px, 0);
		transform: translate(100px, 0);
		opacity: 0;
	}

	to {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}
}

@-webkit-keyframes animateltr {
	from {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}

	to {
		-webkit-transform: translate(-100px, 0);
		transform: translate(-100px, 0);
		opacity: 0;
	}
}

@keyframes animateltr {
	from {
		-webkit-transform: none;
		transform: none;
		opacity: 1;
	}

	to {
		-webkit-transform: translate(-100px, 0);
		transform: translate(-100px, 0);
		opacity: 0;
	}
}

