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

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

[class^="icons-"],
[class*=" icons-"] {
	/* 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;
}

.icons-check:before {
	content: "\e905";
}

.icons-map:before {
	content: "\e900";
}

.icons-phone:before {
	content: "\e901";
}

.icons-quote:before {
	content: "\e902";
}

.icons-email:before {
	content: "\e903";
}

.icons-txt-mail:before {
	content: "\e904";
}

#nav li,
.projects ul,
.projects .pagination ul,
#footer .social-networks,
.man-contacts,
.project-holder .pagination ul,
.projects-content-box ul,
.step-list,
.checkbox-list,
.check-day,
.btns {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.container:after,
.mission .team-text:after,
.checkbox-list:after,
.check-day:after,
.two-columns: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: #000;
	background: #fff;
	font: 16px/1.2 "Roboto", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
	min-width: 320px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

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

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: 30px;
}

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

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

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"],
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-sizing: border-box;
	border: 1px solid #999;
	padding: .4em .7em;
}

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

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

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 {
	opacity: 1;
	color: #999;
}

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

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

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

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

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-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;
}

#wrapper {
	max-width: 100%;
	width: 100%;
	overflow: hidden;
}

.particles-js {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: none;
	height: 100%;
	overflow: hidden;
}

input {
	outline: none;
	box-shadow: none;
}

h1 {
	font-size: 30px;
	text-transform: uppercase;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
}

.container {
	max-width: 1235px;
	margin: 0 auto;
	padding: 0 15px;
	position: relative;
}

#header {
	z-index: 99;
	padding: 10px 0;
	background: rgba(0, 0, 0, .2);
	color: #fff;
	padding: 15px 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

#header.static-header {
	position: relative;
	background: #2e2e59;
	padding: 15px 0 64px;
}

.logo {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 180px;
}

.logo a {
	display: block;
}

.logo img {
	width: 100%;
}

.nav-opener {
	float: right;
	width: 55px;
	height: 32px;
	background: #000;
	background: transparent;
	position: relative;
	border-radius: 3px;
	z-index: 5;
	margin-top: 9px;
}

.nav-opener:hover {
	opacity: .9;
}

.nav-opener:hover span,
.nav-opener:hover:before,
.nav-opener:hover:after {
	background: #1ebec7;
}

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

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: 15%;
	right: 15%;
}

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

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #fff;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 25%;
	right: 25%;
	height: 3px;
	margin-top: -2px; /* height/2 */
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

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

.nav-opener:after {
	top: 70%;
}

.mobile-drop {
	position: absolute;
	left: 100%;
	right: 0;
	background: rgba(30, 190, 199, .9);
	-webkit-transition: .3s ease;
	transition: .3s ease;
	overflow: hidden;
	top: 208%;
	min-height: calc(100vh - 139px);
	z-index: 99;
}

.resize-active .mobile-drop {
	-webkit-transition: 0s ease;
	transition: 0s ease;
}

.nav-active .mobile-drop {
	left: 90px;
	right: 0;
}

#nav {
	padding: 15px 0 0 0;
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

#nav li {
	display: block;
}

#nav li.active a {
	color: #27274a;
	background: rgba(255, 255, 255, .3);
}

#nav li a {
	display: block;
	padding: 12.5px 25px;
	color: inherit;
	text-decoration: none;
	-webkit-transition: color .3s ease, right .3s ease, left .3s ease, background .3s ease;
	transition: color .3s ease, right .3s ease, left .3s ease, background .3s ease;
	position: relative;
}

#nav li a:hover {
	color: #27274a;
	background: rgba(255, 255, 255, .3);
}

.search-form {
	float: right;
	position: absolute;
	top: 103%;
	left: 15px;
	right: 15px;
	overflow: hidden;
}

.search-form.parent-active .input-transparent {
	background: transparent !important;
}

.search-form.parent-active .input-placeholder-text {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: top .4s .6s ease;
	transition: top .4s .6s ease;
}

.search-form.parent-active input {
	padding: 0 67px 0 15px;
	width: 100%;
	-webkit-transition: width .5s ease, background .7s ease;
	transition: width .5s ease, background .7s ease;
}

.search-form.hover .input-transparent {
	background: transparent !important;
}

.search-form.hover .input-placeholder-text {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: top .4s .6s ease;
	transition: top .4s .6s ease;
}

.search-form.hover input {
	padding: 0 67px 0 15px;
	width: 100%;
	-webkit-transition: width .5s ease, background .7s ease;
	transition: width .5s ease, background .7s ease;
}

.search-form .input-placeholder-text {
	top: 120%;
	left: 17px;
	-webkit-transition: top .4s ease;
	transition: top .4s ease;
	display: block;
}

.search-form button {
	position: absolute;
	color: #fff;
	top: 0;
	right: 0;
	bottom: 0;
	background: transparent !important;
	border: none;
	font-size: 23px;
	outline: none;
	padding-left: 28px;
	padding-right: 28px;
}

.search-form .input-transparent {
	background: transparent !important;
}

.search-form input {
	padding: 0 67px 0 10px;
	overflow: hidden;
	border: 2px solid #1ebec7 !important;
	background: #2e2e59;
	border-radius: 45px;
	outline: none;
	width: 100%;
	color: #fff;
	-webkit-transition: width .5s .3s ease, background .7s .3s ease, padding .3s .3s ease;
	transition: width .5s .3s ease, background .7s .3s ease, padding .3s .3s ease;
	height: 47px;
}

.search-form input:focus {
	padding: 0 67px 0 15px;
	width: 100%;
	background: #2e2e59;
}

.visual {
	white-space: nowrap;
	text-align: center;
	background: transparent url("../images/visual_bg.jpg") left top no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	text-align: center;
	color: #fff;
}

.visual:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 100vh;
}

.visual > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.visual-title {
	padding-top: 97px;
	padding-bottom: 15px;
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.visual-title h1 {
	font-size: 50px;
	margin-bottom: 22px;
	text-transform: capitalize;
}

.visual-title .undertitle {
	font-weight: normal;
	font-size: 20px;
	letter-spacing: 2px;
}

.nav-active .visual-title {
	opacity: 0;
}

.who-we-are.anim-active .text-box {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.who-we-are.anim-active .box-content {
	opacity: 1;
}

.who-we-are.anim-active .top {
	right: -16px;
}

.who-we-are.anim-active .right {
	bottom: -16px;
}

.who-we-are.anim-active .bottom {
	left: 25px;
}

.who-we-are.anim-active .left {
	top: 55px;
}

.team-photo {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.team-photo img {
	width: 100%;
	margin-bottom: -4px;
}

.team-text {
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding-right: 30px;
	padding-bottom: 50px;
}

.team-text .text-box {
	font-size: 16px;
	width: 100%;
	height: auto;
	box-shadow: 10px 4px 9px 3px rgba(0, 0, 0, .12);
	color: #333;
	letter-spacing: -.4px;
	line-height: 1.9;
	background: #fff;
	position: relative;
	margin-top: -40px;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
	-webkit-transition: -webkit-transform .5s .3s ease;
	transition: transform .5s .3s ease;
}

.team-text .text-box h1 {
	color: #336;
	margin-bottom: 15px;
	text-align: left;
}

.team-text .box-content {
	opacity: 0;
	-webkit-transition: opacity .3s linear;
	transition: opacity .3s linear;
	padding: 15px;
	background: #fff;
}

.team-text .top {
	position: absolute;
	-webkit-transition: right .3s .5s linear;
	transition: right .3s .5s linear;
	right: 100%;
	top: 55px;
	left: 25px;
	height: 1px;
	z-index: -1;
	background: #1ebec7;
}

.team-text .right {
	position: absolute;
	-webkit-transition: bottom .3s .8s linear;
	transition: bottom .3s .8s linear;
	bottom: 152%;
	top: 55px;
	right: -16px;
	width: 1px;
	z-index: -1;
	background: #1ebec7;
}

.team-text .bottom {
	position: absolute;
	-webkit-transition: left .3s 1.1s linear;
	transition: left .3s 1.1s linear;
	left: 152%;
	bottom: -16px;
	right: -16px;
	height: 1px;
	background: #1ebec7;
}

.team-text .left {
	position: absolute;
	-webkit-transition: top .3s 1.4s linear;
	transition: top .3s 1.4s linear;
	top: 152%;
	left: 25px;
	bottom: -16px;
	width: 1px;
	z-index: -1;
	background: #1ebec7;
}

.services {
	background: transparent url("../images/about-bg.jpg") left top no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding: 25px 0;
}

.services.anim-active .service-box-1 {
	top: 0;
	opacity: 1;
}

.services.anim-active .service-box-2 {
	top: 0;
	opacity: 1;
}

.services.anim-active .service-box-3 {
	top: 0;
	opacity: 1;
}

.services.anim-active .service-box-4 {
	top: 0;
	opacity: 1;
}

.services.anim-active .title-box {
	bottom: 0;
}

.services h1 {
	color: #1ebec7;
	text-align: center;
	margin-bottom: 15px;
}

.service-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.service-box {
	display: inline-block;
	vertical-align: top;
	margin-right: -4px;
	width: 80%;
	position: relative;
	margin-bottom: 25px;
	top: -24px;
	opacity: 0;
	overflow: hidden;
}

.service-box img {
	width: 100%;
	margin-bottom: -5px;
}

.service-box-1 {
	-webkit-transition: top .5s ease, opacity .5s ease;
	transition: top .5s ease, opacity .5s ease;
}

.service-box-1 .title-box {
	-webkit-transition: bottom .7s .05s ease;
	transition: bottom .7s .05s ease;
}

.service-box-2 {
	-webkit-transition: top .5s .07s ease, opacity .5s .07s ease;
	transition: top .5s .07s ease, opacity .5s .07s ease;
}

.service-box-2 .title-box {
	-webkit-transition: bottom .7s .12s ease;
	transition: bottom .7s .12s ease;
}

.service-box-3 {
	-webkit-transition: top .5s .14s ease, opacity .5s .14s ease;
	transition: top .5s .14s ease, opacity .5s .14s ease;
}

.service-box-3 .title-box {
	-webkit-transition: bottom .7s .19s ease;
	transition: bottom .7s .19s ease;
}

.service-box-4 {
	-webkit-transition: top .5s .21s ease, opacity .5s .21s ease;
	transition: top .5s .21s ease, opacity .5s .21s ease;
}

.service-box-4 .title-box {
	-webkit-transition: bottom .7s .26s ease;
	transition: bottom .7s .26s ease;
}

.title-box {
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: -83px;
	text-align: center;
	color: #fff;
	box-shadow: 0 0 28px 2px rgba(0, 0, 0, .61);
	background: -webkit-linear-gradient(top, rgba(30, 190, 199, .06) 0%, rgba(30, 190, 199, .06) 44%, #1ebec7 100%);
	background: linear-gradient(to bottom, rgba(30, 190, 199, .06) 0%, rgba(30, 190, 199, .06) 44%, #1ebec7 100%);
}

.title-box .title {
	font-size: 24px;
	text-transform: uppercase;
	line-height: 1.3;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 28px 0 27px;
}

.mission {
	overflow: hidden;
	display: table;
}

.mission.anim-active .text-box {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.mission.anim-active .box-content {
	opacity: 1;
}

.mission.anim-active .top {
	right: 16px !important;
}

.mission.anim-active .right {
	bottom: -16px;
}

.mission.anim-active .bottom {
	left: -16px;
}

.mission.anim-active .left {
	top: 55px;
}

.mission .team-photo {
	display: table-header-group;
}

.mission .team-text {
	text-align: right;
	width: 100%;
	position: relative;
	padding: 0 0 55px 30px;
}

.mission .team-text .text-box {
	box-shadow: -10px 4px 9px 3px rgba(0, 0, 0, .12);
	letter-spacing: -.3px;
	line-height: 1.9;
	width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: top;
	-webkit-transform-origin: right top;
	-ms-transform-origin: right top;
	transform-origin: right top;
}

.mission .team-text .text-box h1 {
	color: #336;
	margin-bottom: 15px;
	text-align: right;
}

.mission .team-text .text-box .top {
	position: absolute;
	-webkit-transition: right .3s 1.4s linear;
	transition: right .3s 1.4s linear;
	top: 55px;
	right: 105%;
	left: -16px;
	height: 1px;
	z-index: -1;
	background: #1ebec7;
}

.mission .team-text .text-box .right {
	position: absolute;
	-webkit-transition: bottom .3s .5s linear;
	transition: bottom .3s .5s linear;
	right: 16px;
	top: 55px;
	width: 1px;
	z-index: -1;
	background: #1ebec7;
}

.mission .team-text .text-box .bottom {
	position: absolute;
	-webkit-transition: left .3s .8s linear;
	transition: left .3s .8s linear;
	right: 16px;
	bottom: -16px;
	height: 1px;
	z-index: -1;
	background: #1ebec7;
}

.mission .team-text .text-box .left {
	position: absolute;
	-webkit-transition: top .3s 1.1s linear;
	transition: top .3s 1.1s linear;
	left: -16px;
	bottom: -16px;
	width: 1px;
	z-index: -1;
	background: #1ebec7;
}

.projects {
	background: #2e2e59;
	padding: 25px 0 80px;
}

.projects.anim-active .slide-content {
	bottom: 0;
	opacity: 1;
}

.projects.anim-active .slide-content:before {
	right: 0;
}

.projects.anim-active .slidebox {
	opacity: 1;
}

.projects.anim-active .slide-btn {
	opacity: 1;
}

.projects .active img {
	-webkit-transform: translateY(0%);
	-ms-transform: translateY(0%);
	transform: translateY(0%);
}

.projects img {
	width: 100%;
	position: relative;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

.projects .anim-in img {
	-webkit-animation-name: slideDownFrom;
	animation-name: slideDownFrom;
}

.projects .anim-out img {
	-webkit-animation-name: slideDownTo;
	animation-name: slideDownTo;
}

.projects h1 {
	letter-spacing: -1.2px;
	text-transform: uppercase;
	color: #1ebec7;
	margin-bottom: 15px;
}

.projects ul {
	padding-bottom: 15px;
}

.projects .slideshow {
	position: relative;
	height: auto;
	overflow: visible !important;
	padding-bottom: 5px;
}

.projects .slideshow .slide {
	width: 48.6%;
	float: left;
	position: relative;
}

.projects .slideshow .slide.slide + .slide {
	float: right;
}

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

.projects .slideshow.not-enough-slides .btn-prev,
.projects .slideshow.not-enough-slides .btn-next,
.projects .slideshow.not-enough-slides .btn-next {
	visibility: hidden;
}

.projects .btn-prev,
.projects .btn-next {
	background: rgba(255, 255, 255, .12);
	position: absolute;
	text-decoration: none;
	top: 1px;
	height: 57px;
	line-height: 1.1;
	left: -61px;
	color: #88889d;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
	font-size: 48px;
	padding: 0 19px;
	display: none;
}

.projects .btn-prev:hover,
.projects .btn-next:hover {
	color: #2f8294;
}

.projects .btn-next {
	left: auto;
	right: -62px;
}

.projects .pagination {
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 50%;
	bottom: -50px;
	z-index: 99;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.projects .pagination li {
	display: inline-block;
	vertical-align: top;
	padding: 0 5.5px;
}

.projects .pagination li.active a {
	background: rgba(255, 255, 255, .35);
}

.projects .pagination li a {
	overflow: hidden;
	text-indent: 101%;
	white-space: nowrap;
	width: 12px;
	height: 12px;
	background: rgba(255, 255, 255, .13);
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	display: block;
	border-radius: 50px;
}

.projects .pagination li a:hover {
	background: rgba(255, 255, 255, .35);
}

/* carousel basic styles */

.pagination-1 {
	width: 100%;
	overflow: hidden;
	position: relative;
	margin: -72px 0 0 0;
	z-index: 98;
	left: 50%;
	width: 80%;
	padding-bottom: 55px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.pagination-1 .pagination-mask {
	position: relative;
	overflow: hidden;
	width: 100%;
	float: left;
}

.pagination-1 .pagination-mask .pagination-slideset {
	width: 100%;
	white-space: nowrap;
}

.pagination-1 .pagination-mask .pagination-slideset .pagination-slide {
	float: left;
	font-size: 16px;
	line-height: 1.1;
	padding: 0 5.5px;
}

.pagination-1 .pagination-mask .pagination-slideset .pagination-slide img {
	display: block;
	width: 100%;
}

.slick-slide img {
	display: block;
	margin: 0 auto;
}

.slide-content {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	text-align: center;
	padding: 24px 24px;
	color: #44445f;
	position: absolute;
	left: 45px;
	right: 41px;
	bottom: 60px;
	z-index: 1;
	font-size: 15px;
	letter-spacing: -.4px;
	line-height: 1.7;
	opacity: 0;
	-webkit-transition: opacity .4s ease, bottom .7s ease;
	transition: opacity .4s ease, bottom .7s ease;
}

.slide-content:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 100%;
	height: 3px;
	background: #1ebec7;
	-webkit-transition: right .7s .1s ease;
	transition: right .7s .1s ease;
}

.slide-content .slide-title {
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 14px;
	display: block;
	letter-spacing: normal;
	line-height: normal;
}

.slide-content p {
	margin-bottom: 17px;
}

.slide-content .slide-btn {
	color: #fff;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	padding: 7px 37px;
	-webkit-transition: background .3s ease, opacity .6s .3s ease;
	transition: background .3s ease, opacity .6s .3s ease;
	z-index: 0;
	position: relative;
	opacity: 0;
	background: #1ebec7;
}

.slide-content .slide-btn:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #00a6a6;
	-webkit-transition: top .3s ease;
	transition: top .3s ease;
}

.slide-content .slide-btn:hover:before {
	top: 0;
}

.slide-content .slidebox {
	opacity: 0;
	-webkit-transition: opacity .5s .2s ease;
	transition: opacity .5s .2s ease;
}

.contacts {
	padding: 25px 0;
}

.contacts br {
	display: none;
	line-height: 0;
}

.contacts .contacts-holder {
	overflow: hidden;
}

.contacts .contacts-box {
	white-space: nowrap;
	text-align: center;
	padding: 0 5px;
	font-size: 16px;
	letter-spacing: .2px;
	line-height: 1.67;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	margin-right: -4px;
	text-align: center;
	color: #3e3e3e;
}

.contacts .contacts-box:after {
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 0;
	min-height: 80px;
}

.contacts .contacts-box > * {
	white-space: normal;
	display: inline-block;
	vertical-align: middle;
	max-width: 99%;
}

.contacts .contacts-box address {
	font-style: normal;
}

.contacts .contacts-box a {
	color: inherit;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.contacts .contacts-box a:hover {
	color: #1ebec7;
}

.contacts .contacts-box p {
	margin-bottom: 0;
}

.contacts-box-border {
	position: relative;
	width: 100%;
	padding: 25px 15px;
	border-top: 1px solid #a4a4c0;
	border-bottom: 1px solid #a4a4c0;
}

.map iframe {
	width: 100%;
	height: 300px;
	margin-bottom: -4px;
}

#footer {
	background: #2e2e59;
	padding: 38px 0;
	overflow: hidden;
	text-align: center;
}

#footer .logo {
	width: 180px;
}

#footer .copyright {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	padding: 15px 0 15px 0;
	font-size: 15px;
	letter-spacing: .4px;
	font-weight: 400;
	width: 100%;
}

#footer .social-networks {
	padding-top: 23px;
}

#footer .social-networks li {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	margin-left: 10px;
}

#footer .social-networks li:hover a {
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
}

#footer .social-networks li a {
	text-decoration: none;
	color: inherit;
	padding: 10px 11px;
	font-size: 23px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform .1s ease;
	transition: transform .1s ease;
}

#footer .fa-instagram {
	background: #7da7d9;
}

#footer .fa-twitter {
	background: #78cef0;
}

#footer .fa-linkedin {
	background: #0d85c8;
}

.about-visual img {
	width: 100%;
	margin-bottom: -4px;
	margin-top: -1px;
}

.about-drop {
	background: rgba(46, 46, 89, .96);
	top: 124px;
	min-height: calc(100vh - 124px);
}

.about-us-info {
	text-align: center;
}

.about-us-info.anim-active .about-info-box {
	margin-top: -35px;
	opacity: 1;
}

.about-us-info.anim-active .about-info-content {
	opacity: 1;
}

.about-us-info.anim-active i {
	-webkit-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}

.about-info-content {
	-webkit-transition: opacity .5s .3s linear;
	transition: opacity .5s .3s linear;
	opacity: 0;
}

.about-info-box {
	position: relative;
	color: #333;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	text-align: left;
	margin-top: -35px;
	padding: 25px 15px 80px;
	line-height: normal;
	margin-top: 0;
	letter-spacing: .1px;
	opacity: 0;
	box-shadow: 0 5px 28px rgba(0, 0, 0, .11);
	-webkit-transition: margin .5s linear, opacity .5s linear;
	transition: margin .5s linear, opacity .5s linear;
}

.about-info-box h1 {
	color: #336;
	margin-bottom: 15px;
	text-align: center;
	line-height: normal;
	letter-spacing: normal;
}

.about-info-box p {
	margin-bottom: 36px;
}

.about-info-box ul {
	padding: 0 0 19px 0;
}

.about-info-box ul li {
	padding-bottom: 2px;
	list-style: none;
	position: relative;
	padding: 0 19px 2px 15px;
	font-weight: bold;
}

.about-info-box ul li:nth-child(even) {
	font-weight: normal;
	margin-left: 37px;
	padding: 0 5px 2px 15px;
}

.about-info-box ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 50px;
}

.about-info-box i {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	bottom: 25px;
	-webkit-transition: .3s .6s ease;
	transition: .3s .6s ease;
	color: rgba(1, 191, 191, .33);
	font-size: 80px;
}

.team-slider {
	padding-top: 46px;
	padding-bottom: 40px;
}

.team-slider .anim-active .active .man-info {
	opacity: 1;
}

.team-slider .anim-active .active .right-top-line {
	top: 10px;
}

.team-slider .anim-active .active .top-line {
	left: 10px;
}

.team-slider .anim-active .active .left-line {
	bottom: 6px;
}

.team-slider .anim-active .active .bottom-line {
	right: 6px;
}

.team-slider .anim-active .active .right-bottom-line {
	top: 250px;
}

.team-slider .anim-active .active .icons-email {
	-webkit-transition: -webkit-transform .3s 1s ease , background .3s ease;
	transition: transform .3s 1s ease , background .3s ease;
	-webkit-transform: translateX(-50%) scale(1) !important;
	-ms-transform: translateX(-50%) scale(1) !important;
	transform: translateX(-50%) scale(1) !important;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.team-slider .slideshow-1 {
	position: relative;
	text-align: center;
	padding-bottom: 70px;
}

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

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

.team-slider .slideshow-1 .slide-reverse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.team-slider div.slideshow.not-enough-slides a.btn-prev,
.team-slider div.slideshow.not-enough-slides .projects a.btn-next,
.projects .team-slider div.slideshow.not-enough-slides a.btn-next,
.team-slider div.slideshow.not-enough-slides a.btn-next {
	visibility: hidden;
}

.team-slider .slider-btn {
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
}

.team-slider .slider-btn:before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 5px;
	width: 2px;
	bottom: 5px;
	background: rgba(1, 191, 191, .33);
}

.team-slider .slider-btn a {
	text-decoration: none;
	font-size: 36px;
	margin: 14px;
	color: rgba(1, 191, 191, .33);
}

.team-slider h1 {
	color: #336;
	margin-bottom: 15px;
}

.man-info {
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	position: relative;
	text-align: left;
	padding: 58px 0 65px 10px;
	opacity: 0;
	padding-bottom: 17px;
	min-height: 307px;
	min-width: 100%;
	-webkit-transition: opacity .5s .5s linear;
	transition: opacity .5s .5s linear;
}

.man-info .right-top-line {
	background: #abeaea;
	position: absolute;
	z-index: -1;
	width: 10px;
	right: 0;
	top: 60px;
	bottom: 250px;
	-webkit-transition: top .3s .5s linear;
	transition: top .3s .5s linear;
}

.man-info .top-line {
	background: #abeaea;
	position: absolute;
	z-index: -1;
	height: 10px;
	right: 0;
	top: 0;
	left: 104%;
	-webkit-transition: left .3s .8s linear;
	transition: left .3s .8s linear;
}

.man-info .left-line {
	background: #abeaea;
	position: absolute;
	z-index: -1;
	width: 10px;
	left: 0;
	top: 0;
	bottom: 121%;
	-webkit-transition: bottom .3s 1.1s linear;
	transition: bottom .3s 1.1s linear;
}

.man-info .bottom-line {
	background: #abeaea;
	position: absolute;
	z-index: -1;
	height: 10px;
	left: 0;
	bottom: 0;
	right: 104%;
	-webkit-transition: right .3s 1.4s linear;
	transition: right .3s 1.4s linear;
}

.man-info .right-bottom-line {
	background: #abeaea;
	position: absolute;
	z-index: -1;
	width: 10px;
	right: 0;
	bottom: 0;
	top: 124%;
	-webkit-transition: top .3s 1.7s linear;
	transition: top .3s 1.7s linear;
}

.man-info-box {
	padding: 25px 15px;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
	background: #fff;
	right: 0;
	width: 104%;
	margin: 0 -11px;
	left: 0;
	-webkit-transition: -webkit-transform .5s .5s linear;
	transition: transform .5s .5s linear;
}

.man-name {
	color: #4d4d76;
	display: block;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: -.6px;
	font-size: 25px;
	padding-bottom: 11px;
}

.position {
	display: block;
	color: #1ebec7;
	font-size: 16px;
	letter-spacing: .3px;
	padding-bottom: 15px;
}

.man-contacts {
	color: #4d4d76;
}

.man-contacts li {
	padding-bottom: 8px;
}

.man-contacts a {
	text-decoration: none;
	display: block;
	color: #4d4d76;
	font-size: 13px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.man-contacts a:hover {
	color: #1ebec7;
}

.photo-box {
	display: inline-block;
	vertical-align: top;
	margin-left: 0;
	position: relative;
}

.photo-box img {
	width: 100%;
}

.photo-box .icons-email {
	cursor: pointer;
	position: absolute;
	left: 50%;
	bottom: 15px;
	-webkit-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	background: #1ebec7;
	color: #fff;
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .41);
	border-radius: 50px;
	font-size: 41px;
	padding: 15px;
	text-decoration: none;
	-webkit-transition: -webkit-transform .3s ease, background .3s ease;
	transition: transform .3s ease, background .3s ease;
}

.photo-box .icons-email:hover {
	background: rgba(30, 190, 199, .7);
}

.our-services {
	text-align: center;
	padding: 50px 20px 0;
}

.our-services h1 {
	letter-spacing: 1px;
	color: #336;
	margin-bottom: 66px;
}

.anim-box {
	text-align: center;
	padding-bottom: 20px;
	margin-bottom: 47px;
	position: relative;
}

.anim-box.anim-active .anim-img-box {
	opacity: 1;
	margin-top: -27px;
}

.anim-box.anim-active .anim-box-content {
	opacity: 1;
}

.anim-box.anim-active .service-line-top {
	right: -20px;
}

.anim-box.anim-active .service-line-right {
	bottom: 0;
}

.anim-box.anim-active .service-line-bottom {
	left: 55px;
}

.anim-box.anim-active .service-line-left {
	bottom: -60px;
	background: #1ebec7;
}

.anim-box .service-line-top {
	position: absolute;
	z-index: -1;
	top: 105px;
	left: 55px;
	right: 100%;
	height: 1px;
	background: #1ebec7;
	-webkit-transition: right .3s .8s linear;
	transition: right .3s .8s linear;
}

.anim-box .service-line-right {
	position: absolute;
	z-index: -1;
	top: 105px;
	right: -20px;
	bottom: 100%;
	width: 1px;
	background: #1ebec7;
	-webkit-transition: bottom .3s 1.1s linear;
	transition: bottom .3s 1.1s linear;
}

.anim-box .service-line-bottom {
	position: absolute;
	z-index: -1;
	bottom: 0;
	left: 108%;
	right: -20px;
	height: 1px;
	background: #1ebec7;
	-webkit-transition: left .3s 1.4s linear;
	transition: left .3s 1.4s linear;
}

.anim-box .service-line-left {
	position: absolute;
	z-index: -1;
	bottom: 0;
	top: 100%;
	left: 55px;
	width: 1px;
	background: #1ebec7;
	-webkit-transition: bottom .3s 1.7s linear;
	transition: bottom .3s 1.7s linear;
}

.anim-box-content {
	box-shadow: 0 3px 20px -2px rgba(0, 0, 0, .14);
	background: #fff;
	min-height: auto;
	opacity: 0;
	-webkit-transition: opacity .5s linear;
	transition: opacity .5s linear;
}

.anim-img-box {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	margin-top: 0;
	opacity: 0;
	-webkit-transition: margin-top .5s .5s linear, opacity .5s .5s linear;
	transition: margin-top .5s .5s linear, opacity .5s .5s linear;
}

.anim-img-box img {
	width: 100%;
}

.anim-text-box {
	display: block;
	overflow: hidden;
	padding: 10px;
	font-size: 15px;
	letter-spacing: -.3px;
	line-height: 1.5;
}

.anim-title {
	display: block;
	text-transform: uppercase;
	font-size: 18px;
	color: #1ebec7;
	letter-spacing: .4px;
	margin-bottom: 10px;
	line-height: normal;
}

.anim-box-2 .anim-img-box {
	margin-left: 0;
}

.form {
	margin-top: -4px;
	padding-bottom: 50px;
}

.form.anim-active .form-holder,
.form.anim-active .order-form {
	opacity: 1;
}

.form.anim-active .form-holder:before {
	-webkit-transform: rotate(-29deg) scale(1);
	-ms-transform: rotate(-29deg) scale(1);
	transform: rotate(-29deg) scale(1);
}

.form.anim-active .form-holder:after {
	-webkit-transform: rotate(-28deg) scale(1);
	-ms-transform: rotate(-28deg) scale(1);
	transform: rotate(-28deg) scale(1);
}

.form.anim-active button {
	opacity: 1;
	bottom: -28px;
	box-shadow: 0 0 17px 4px rgba(1, 191, 191, .28);
}

.form-holder {
	margin: 0 0 50px 0;
	text-align: center;
	box-shadow: 0 5px 27px rgba(0, 0, 0, .11);
	background: #fff;
	padding: 25px 5px 5px;
	opacity: 0;
	-webkit-transition: opacity .4s ease, margin .5s .5s ease;
	transition: opacity .4s ease, margin .5s .5s ease;
	position: relative;
}

.form-holder:before {
	content: "";
	position: absolute;
	left: -98px;
	top: 41%;
	right: 328px;
	z-index: -1;
	height: 2px;
	-webkit-transform: rotate(-29deg) scale(0);
	-ms-transform: rotate(-29deg) scale(0);
	transform: rotate(-29deg) scale(0);
	-webkit-transition: -webkit-transform .3s .7s ease;
	transition: transform .3s .7s ease;
	background: #1ebec7;
}

.form-holder:after {
	content: "";
	position: absolute;
	left: -16%;
	top: 81%;
	right: 98%;
	z-index: -1;
	height: 2px;
	-webkit-transform: rotate(-28deg) scale(0);
	-ms-transform: rotate(-28deg) scale(0);
	transform: rotate(-28deg) scale(0);
	-webkit-transition: -webkit-transform .3s .7s ease;
	transition: transform .3s .7s ease;
	background: #1ebec7;
}

.form-holder h1 {
	color: #2a2a4d;
	letter-spacing: 1px;
	margin-bottom: 10px;
}

.order-form {
	display: inline-block;
	vertical-align: top;
	color: #666;
	padding-bottom: 42px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 80%;
	margin: 0 auto;
	opacity: 0;
	-webkit-transition: opacity .7s .3s ease;
	transition: opacity .7s .3s ease;
}

.order-form .input-placeholder-text {
	background: #fff;
	position: absolute;
	font-size: 20px;
	top: 18px;
	width: 100%;
	left: 0;
	-webkit-transition: top .3s ease, font-size .3s ease, color .3s ease;
	transition: top .3s ease, font-size .3s ease, color .3s ease;
	display: block !important;
}

.order-form input {
	font-size: 19px;
	width: 100%;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 1px solid #a9a9b6;
	padding-left: 0;
}

.order-form input:focus,
.order-form input:active {
	border-color: #a9a9b6;
}

.order-form button {
	z-index: 10 !important;
	border: none;
	display: inline-block;
	vertical-align: top;
	text-transform: uppercase;
	color: #fff;
	background: #1ebec7;
	padding: 15px 10px;
	font-size: 19px;
	margin: 0 auto 0;
	min-width: 200px;
	position: absolute;
	bottom: -85px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: 0;
	-webkit-transition: opacity .5s .7s ease, bottom .5s .7s ease;
	transition: opacity .5s .7s ease, bottom .5s .7s ease;
}

.order-form button:before {
	content: "";
	position: absolute;
	left: 0;
	top: 100%;
	right: 0;
	bottom: 0;
	z-index: -1;
	background: #00a6a6;
	-webkit-transition: top .3s ease;
	transition: top .3s ease;
}

.order-form button:hover:before {
	top: 0;
}

.btn-holder {
	width: 100%;
}

.input-row {
	text-align: left;
	position: relative;
	padding-top: 21px;
	margin-bottom: 15px;
	width: 100%;
}

.input-row:before {
	content: "";
	position: absolute;
	left: 0;
	right: 100%;
	bottom: 0;
	background: #1ebec7;
	height: 1px;
	-webkit-transition: right .3s linear;
	transition: right .3s linear;
}

.input-row.parent-focus:before {
	right: 0;
	bottom: -42px;
}

.input-row.parent-focus .input-placeholder-text {
	top: 0;
	-webkit-transition: top .3s ease;
	transition: top .3s ease;
	color: #1ebec7 !important;
	font-size: 16px;
}

.input-row.parent-active:before {
	right: 0;
	bottom: 0;
}

.input-row.parent-active .input-placeholder-text {
	top: 0;
	-webkit-transition: top .3s ease;
	transition: top .3s ease;
	color: #1ebec7 !important;
	font-size: 16px;
}

.input-row-2 {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.our-projects {
	text-align: center;
	padding-top: 50px;
}

.our-projects h1 {
	letter-spacing: 1px;
	color: #336;
}

.projects-form {
	padding-top: 50px;
}

.project-holder {
	overflow: hidden;
	padding-top: 25px;
	padding-bottom: 20px;
	opacity: 0;
	-webkit-transition: .7s linear;
	transition: .7s linear;
}

.project-holder.anim-active {
	opacity: 1;
}

.project-holder.anim-active .pagination {
	opacity: 1;
	bottom: 0;
}

.project-holder.anim-active .project-top {
	right: 0;
}

.project-holder.anim-active .project-right {
	bottom: 10px;
}

.project-holder.anim-active .project-bottom {
	left: 0;
}

.project-holder.anim-active .project-left-top {
	top: 10px;
}

.project-holder.anim-active .project-left-bottom {
	top: 50%;
}

.project-holder div.slideshow-2 {
	position: relative;
	width: 100%;
}

.project-holder div.slideshow-2 div.slide {
	float: left;
}

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

.project-holder div.slideshow-2.not-enough-slides div.slider-btn a.btn-prev,
.project-holder div.slideshow-2.not-enough-slides div.slider-btn .projects a.btn-next,
.projects .project-holder div.slideshow-2.not-enough-slides div.slider-btn a.btn-next,
.project-holder div.slideshow-2.not-enough-slides div.slider-btn a.btn-next {
	visibility: hidden;
}

.project-holder .slider-btn {
	position: absolute;
	bottom: 0;
	z-index: 10;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.project-holder .slider-btn:before {
	content: "";
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 5px;
	width: 2px;
	bottom: 5px;
	background: rgba(1, 191, 191, .33);
}

.project-holder .slider-btn a {
	text-decoration: none;
	font-size: 38px;
	margin: 14px;
	color: rgba(1, 191, 191, .33);
}

.project-holder .slider-btn a.slick-disabled {
	visibility: hidden;
	cursor: default;
}

.project-holder .pagination {
	z-index: 5;
	position: absolute;
	bottom: 12%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	opacity: 0;
	-webkit-transition: right .7s .5s, bottom .7s .5s, opacity .4s .5s;
	transition: right .7s .5s, bottom .7s .5s, opacity .4s .5s;
}

.project-holder .pagination ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 4px;
	max-width: 49%;
}

.project-holder .pagination ul li a {
	display: block;
}

.project-holder .pagination ul li a img {
	width: 100%;
}

.project-holder-2 {
	padding-top: 50px;
}

.projects-text-box {
	position: relative;
	padding: 25px 0;
	width: 100%;
	margin: 55px auto 0;
}

.projects-content-box {
	padding: 15px 0;
	text-align: left;
	margin-left: 0;
	max-width: 420px;
	font-size: 16px;
	letter-spacing: .2px;
	line-height: 1.84;
	background: #fff;
}

.projects-content-box ul {
	line-height: 24px;
}

.projects-content-box ul li {
	margin-bottom: 12px;
}

.projects-content-box h2 {
	font-size: 26px;
	text-transform: uppercase;
	letter-spacing: -.5px;
	margin-bottom: 10px;
	line-height: normal;
	color: #4d4d76;
}

.project-top {
	position: absolute;
	z-index: -1;
	background: rgba(1, 191, 191, .33);
	height: 10px;
	left: 0;
	right: 100%;
	top: 0;
	-webkit-transition: right .3s 1s linear;
	transition: right .3s 1s linear;
}

.project-right {
	position: absolute;
	z-index: -1;
	background: rgba(1, 191, 191, .33);
	width: 10px;
	top: 10px;
	bottom: 100%;
	right: 0;
	-webkit-transition: bottom .3s 1.3s linear;
	transition: bottom .3s 1.3s linear;
}

.project-bottom {
	position: absolute;
	z-index: -1;
	background: rgba(1, 191, 191, .33);
	height: 10px;
	left: 100%;
	right: 0;
	bottom: 0;
	-webkit-transition: left .3s 1.6s linear;
	transition: left .3s 1.6s linear;
}

.project-left-top {
	position: absolute;
	z-index: -1;
	background: rgba(1, 191, 191, .33);
	width: 10px;
	bottom: 50%;
	top: 50%;
	left: 0;
	-webkit-transition: top .3s .7s linear;
	transition: top .3s .7s linear;
}

.project-left-bottom {
	position: absolute;
	z-index: -1;
	background: rgba(1, 191, 191, .33);
	width: 10px;
	bottom: 10px;
	top: 100%;
	left: 0;
	-webkit-transition: top .3s 1.9s linear;
	transition: top .3s 1.9s linear;
}

.contacts-visual img {
	width: 150%;
	min-width: 150%;
	left: 50%;
	position: relative;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.contacts-form {
	padding-bottom: 30px;
}

.contacts-form .order-form {
	margin-bottom: 45px;
}

.contacts-form .form-holder {
	width: 100%;
	margin: -56px 0 50px 0;
}

.contacts-holder-2 {
	padding-bottom: 82px;
}

.contacts-holder-2.anim-active .contacts-info {
	opacity: 1;
}

.contacts-holder-2.anim-active i {
	-webkit-transform: translateX(-50%) scale(1);
	-ms-transform: translateX(-50%) scale(1);
	transform: translateX(-50%) scale(1);
}

.contacts-info-wrap {
	width: 100%;
	text-align: center;
}

.contacts-info {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width: 100%;
	color: #44445f;
	padding: 100px 15px 0;
	position: relative;
	opacity: 0;
	-webkit-transition: opacity .5s .5s ease;
	transition: opacity .5s .5s ease;
}

.contacts-info address {
	display: block;
	font-style: normal;
	font-size: 19px;
	line-height: 1.5;
}

.contacts-info a {
	display: inline-block;
	vertical-align: middle;
	color: inherit;
	text-decoration: none;
	font-size: 19px;
	padding-top: 3px;
	padding-bottom: 4px;
	letter-spacing: .5px;
	-webkit-transition: color .3s ease;
	transition: color .3s ease;
}

.contacts-info a:hover {
	color: #1ebec7;
}

.contacts-info p {
	margin-bottom: 0;
	font-size: 19px;
}

.contacts-info i {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%) scale(0);
	-ms-transform: translateX(-50%) scale(0);
	transform: translateX(-50%) scale(0);
	color: #1ebec7;
	border-radius: 50px;
	border: 2px solid #1ebec7;
	font-size: 49px;
	top: 20px;
	padding: 7px;
}

.contacts-info .icons-map {
	-webkit-transition: -webkit-transform .3s 1.3s ease;
	transition: transform .3s 1.3s ease;
}

.contacts-info .icons-phone {
	-webkit-transition: -webkit-transform .3s 1.6s ease;
	transition: transform .3s 1.6s ease;
	padding: 15px 15px;
	font-size: 34px;
}

.contacts-info .icons-txt-mail {
	font-size: 40px;
	padding: 10px 13px 13px 11px;
	-webkit-transition: -webkit-transform .3s 1.9s ease;
	transition: transform .3s 1.9s ease;
}

.contacts-title {
	text-transform: uppercase;
	display: block;
	font-size: 21px;
	letter-spacing: .8px;
	margin-bottom: 12px;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

.message-holder {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(39, 39, 74, .8);
	height: 100%;
	width: 100%;
	z-index: 9999;
	overflow-y: auto;
}

.message-box {
	overflow: hidden;
	padding: 90px 30px 70px;
	text-align: center;
	width: 525px;
	background: #fff;
	position: relative;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 18px;
	max-width: 98%;
	color: #46435e;
}

.message-box h2 {
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #46435e;
}

.message-box .close {
	width: 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
}

.message-box .close:before,
.message-box .close:after {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	right: 0;
	height: 2px;
	background: #575757;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.message-box .close:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.message-box .close:hover:before,
.message-box .close:hover:after {
	background: #27274a;
}

.map {
	position: relative;
	overflow: hidden;
	height: 450px;
}

.map .js-address-holder {
	position: absolute;
	left: -9999px;
	visibility: hidden;
}

.map .map-canvas {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.map .label {
	font-weight: bold;
	color: #d60606;
	-webkit-transform: translate(10px, -10px);
	-ms-transform: translate(10px, -10px);
	transform: translate(10px, -10px);
	min-width: 170px;
	max-width: 200px;
}

.input-error:before {
	background: #d60606 !important;
	right: 0;
}

.input-error span {
	color: #d60606 !important;
}

.input-error input {
	color: #d60606;
}

.form-section {
	padding: 20px 0;
}

.form-section h1 {
	color: #4d4d76;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.form-section h3 {
	text-transform: uppercase;
	color: #4d4d76;
	font-size: 18px;
	line-height: 26px;
}

.form-section label,
.form-section .label {
	color: #1ebec7;
	vertical-align: top;
	display: inline-block;
	font-size: 17px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 3px;
}

.form-section input[type="text"],
.form-section input[type="email"],
.form-section input[type="password"] {
	border: none;
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	box-sizing: border-box;
	color: #333;
	border-bottom: 1px solid #b3b3b3;
	padding: .4em 0;
}

.form-section input[type="text"]::-webkit-input-placeholder,
.form-section input[type="email"]::-webkit-input-placeholder,
.form-section input[type="password"]::-webkit-input-placeholder {
	color: #b3b3b3;
}

.form-section input[type="text"]::-moz-placeholder,
.form-section input[type="email"]::-moz-placeholder,
.form-section input[type="password"]::-moz-placeholder {
	opacity: 1;
	color: #b3b3b3;
}

.form-section input[type="text"]:-moz-placeholder,
.form-section input[type="email"]:-moz-placeholder,
.form-section input[type="password"]:-moz-placeholder {
	color: #b3b3b3;
}

.form-section input[type="text"]:-ms-input-placeholder,
.form-section input[type="email"]:-ms-input-placeholder,
.form-section input[type="password"]:-ms-input-placeholder {
	color: #b3b3b3;
}

.form-section input[type="text"].placeholder,
.form-section input[type="email"].placeholder,
.form-section input[type="password"].placeholder {
	color: #b3b3b3;
}

.form-section .form-group {
	position: relative;
	overflow: hidden;
	padding-bottom: 2px;
	margin-bottom: 22px;
}

.form-section .form-group.small-margin {
	margin-bottom: 7px;
}

.form-section .form-group.input-error label {
	color: #e23e3e;
}

.form-section .form-group.input-error .error-text {
	display: block;
}

.form-section .form-group.input-error input[type="text"] {
	border-color: #e23e3e;
	color: #e23e3e;
}

.form-section .form-group.input-error .input-placeholder-text {
	color: #e23e3e !important;
}

.form-section .input-holder {
	position: relative;
}

.form-section .input-holder.parent-active:before {
	content: "";
	width: 100%;
}

.form-section .input-holder:before {
	content: "";
	position: absolute;
	bottom: -1px;
	width: 0;
	left: 0;
	height: 4px;
	background: #1ebec7;
	-webkit-transition: width .3s ease-in-out;
	transition: width .3s ease-in-out;
	z-index: 2;
}

.form-section .error-text {
	color: #e23e3e;
	font-size: 15px;
	line-height: 24px;
	padding: 12px 0 0;
	display: block;
	display: none;
}

.form-section .input-placeholder-text {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: .4em 0;
	pointer-events: none;
	color: #b3b3b3 !important;
	font-size: 16px;
	line-height: 24px;
}

.form-section .btn-holder {
	background: #1ebec7;
	text-align: right;
	padding: 30px 15px;
	width: auto;
	margin: 0 -15px;
}

.form-section .btn {
	background: #fff;
	color: #1ebec7;
	border-radius: 0;
	text-decoration: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 900;
	font-size: 16px;
	box-shadow: none;
	outline: none;
	border: none;
	-webkit-transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	transition: background .3s ease-in-out, color .3s ease-in-out, border .3s ease-in-out;
	line-height: 24px;
	padding: 10px 15px;
	border: 2px solid #fff;
}

.form-section .btn:hover {
	background: none;
	color: #fff;
}

.form-section .btn.btn-outline {
	background: none;
	color: #fff;
}

.form-section .btn.btn-outline:hover {
	color: #1ebec7;
	background: #fff;
}

.form-text {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 20px;
}

.step-list {
	counter-reset: section;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
	overflow: hidden;
	width: 100%;
	margin-bottom: 25px;
}

.step-list:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	background: #c6eaed;
	height: 1px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: -1;
}

.step-list li {
	counter-reset: subsection;
	font-size: 0;
	position: relative;
	line-height: 0;
}

.step-list li:last-child:after {
	content: "";
	background: #fff;
	position: absolute;
	bottom: -999px;
	top: 50%;
	left: 0;
	right: 0;
	z-index: -1;
	pointer-events: none;
}

.step-list li.completed:before {
	content: "\e905";
	font-family: icomoon;
}

.step-list li:before {
	text-align: center;
	counter-increment: section;
	content: counter(section, decimal-leading-zero);
	width: 35px;
	height: 35px;
	display: block;
	background: #fff;
	color: #1ebec7;
	font-family: "Roboto", Arial, helvetica, sans-serif;
	font-weight: 900;
	font-size: 14px;
	line-height: 34px;
	border: 1px solid #1ebec7;
	border-radius: 50%;
}

.step-list li.active:before {
	background: #1ebec7;
	color: #fff;
}

.step {
	max-width: 824px;
	font-size: 14px;
	line-height: 24px;
}

.step .text {
	margin-bottom: 15px;
}

.step .heading {
	padding-top: 10px;
	position: relative;
}

.step h2 {
	color: #4d4d76;
	font-size: 20px;
	line-height: 26px;
	text-transform: uppercase;
	margin: 0 0 20px;
}

.checkbox {
	margin-bottom: 20px;
}

.checkbox-label {
	font-size: 17px;
	line-height: 24px;
	color: #4d4d76;
	font-weight: 700;
	margin-bottom: 10px;
	display: block;
}

label.switch {
	position: relative;
	display: inline-block;
	width: 80px;
	height: 34px;
}

label.switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #b8b8c8;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 20px;
}

label.switch .slider:before {
	position: absolute;
	content: "";
	height: 24px;
	width: 24px;
	left: 6px;
	bottom: 5px;
	background-color: white;
	-webkit-transition: .4s;
	transition: .4s;
	border-radius: 50%;
}

label.switch .yes,
label.switch .no {
	color: #fff;
	font-size: 14px;
	line-height: 24px;
	font-weight: 900;
	text-transform: uppercase;
	position: absolute;
	left: 16px;
	top: 50%;
	opacity: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	pointer-events: none;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

label.switch .no {
	left: auto;
	right: 16px;
	opacity: 1;
}

label.switch input {
	display: none;
}

label.switch input:checked + .slider {
	background-color: #1ebec7;
}

label.switch input:checked ~ .yes {
	opacity: 1;
}

label.switch input:checked ~ .no {
	opacity: 0;
}

label.switch input:focus + .slider {
	box-shadow: 0 0 1px #2196f3;
}

label.switch input:checked + .slider:before {
	-webkit-transform: translateX(45px);
	-ms-transform: translateX(45px);
	transform: translateX(45px);
}

.checkbox-list {
	text-transform: uppercase;
}

.checkbox-list label {
	color: #4d4d76;
	font-weight: 900;
	position: relative;
	margin-bottom: 0;
	padding-left: 39px;
	font-size: 14px;
	line-height: 24px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.checkbox-list li {
	margin-bottom: 15px;
}

.checkbox-list input {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0;
	top: 0;
}

.checkbox-list input:checked ~ .slide {
	background: #4d4d76;
}

.checkbox-list input:checked ~ .slide:before {
	opacity: 1;
}

.checkbox-list .slide {
	width: 25px;
	height: 25px;
	border: 1px solid #4d4d76;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.checkbox-list .slide:before {
	content: "\e905";
	font: 13px/1 icomoon;
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
}

.check-day {
	overflow: hidden;
	border-radius: 4px 4px 0 0;
}

.check-day {
	text-align: center;
	border: 1px solid #4d4d76;
	border-bottom: none;
	border-radius: 4px 4px 0 0;
	display: table;
	table-layout: fixed;
	width: 100%;
}

.check-day input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}

.check-day input:checked ~ .slide {
	background: #4d4d76;
}

.check-day .slide {
	display: block;
	padding: 8px 3px;
	text-decoration: none;
	background: #fff;
	color: #4d4d76;
	font-weight: 900;
}

.check-day .slide.active {
	color: #fff;
	background: #4d4d76;
}

.check-day input:checked ~ .slide {
	background: #1ebec7;
	color: #fff;
}

.check-day label {
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	margin-bottom: 0;
	font-weight: 900;
}

.check-day li {
	display: table-cell;
	vertical-align: middle;
	border-left: 1px solid #4d4d76;
	width: 100%;
}

.check-day li:first-child {
	border-left: none;
}

.time-table {
	background: #4d4d76;
	border-radius: 0 0 4px 4px;
	padding: 10px 15px;
}

.time-table input[type="text"] {
	background: none;
	color: #fff;
}

.time-table .form-group.input-error input[type="text"] {
	border-color: #e23e3e;
	color: #e23e3e;
}

.time-table .form-group.input-error .input-placeholder-text {
	color: #e23e3e !important;
}

.time-table .input-holder.parent-active .input-placeholder-text {
	display: none;
}

.row:after {
	display: table;
	content: "";
	clear: left;
}

.btns {
	letter-spacing: -6px;
}

.btns li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: 0;
}

.educational-table {
	text-align: left;
	table-layout: fixed;
}

.educational-table .form-group.input-error input[type="text"] {
	border-color: #e23e3e;
	color: #e23e3e;
}

.educational-table .form-group.input-error .input-placeholder-text {
	color: #e23e3e !important;
}

.educational-table .form-group {
	margin-bottom: 14px;
}

.educational-table td,
.educational-table th {
	text-align: left;
}

.educational-table label.switch {
	margin-left: 0;
}

.add-btn {
	text-decoration: none;
	color: #4d4d76;
	font-size: 14px;
	line-height: 24px;
	font-weight: 900;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	margin-top: 11px;
	margin-bottom: 20px;
}

.add-btn:hover {
	opacity: .8;
}

.add-btn:before {
	content: "+";
	font-size: 28px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	margin-right: 8px;
	margin-top: -4px;
}

.del-btn {
	text-decoration: none;
	color: #4d4d76;
	font-size: 14px;
	line-height: 24px;
	font-weight: 900;
	text-transform: uppercase;
	display: inline-block;
	vertical-align: top;
	margin-top: 11px;
	margin-bottom: 20px;
}

.del-btn:hover {
	opacity: .8;
}

.del-btn:before {
	content: "x";
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	font-weight: 400;
	margin-right: 11px;
	text-transform: none;
	line-height: 1;
	margin-top: -4px;
}

.parent-active:not(.parent-focus) .input-placeholder-text {
	display: none;
}

.step-holder {
	display: none;
}

.js-step-active {
	display: block;
}

.form-completed .js-step-last,
.form-completed .js-step-last .form-text {
	display: block;
}

.form-completed .js-step-list {
	display: none;
}

.form-completed .form-text {
	display: none;
}

.default-template .hidden-default {
	position: absolute;
	left: -9999px;
	top: -9999px;
	opacity: 0;
	visibility: hidden;
}

.day-time-slide,
.time-slide {
	display: none;
}

.day-time-slide.active,
.time-slide.active {
	display: block;
}

.add-btn-disabled .add-btn {
	display: none !important;
}

.ui-timepicker-standard {
	z-index: 99 !important;
}

@media (min-width: 768px) {
	#header.static-header {
		padding: 21px 0 13px;
	}

	#header {
		padding: 19px 0;
		height: 127px;
	}

	.logo {
		text-align: left;
		width: auto;
	}

	.nav-opener {
		margin-top: 27px;
	}

	.nav-active .mobile-drop {
		left: 410px;
	}

	.mobile-drop {
		top: 121%;
		min-height: calc(100vh - 127px);
	}

	.search-form {
		right: 75px;
		left: auto;
		top: 19px;
		left: auto;
	}

	.search-form.parent-active input {
		width: 239px;
		background: #2e2e59;
	}

	.search-form.hover input {
		width: 239px;
		background: #2e2e59;
	}

	.search-form .input-transparent {
		background: #1ebec7 !important;
	}

	.search-form input {
		background: #1ebec7;
		width: 0;
	}

	.search-form input:focus {
		width: 239px;
	}

	.service-box {
		width: 40%;
		margin-bottom: 50px;
	}

	.projects.anim-active .slide-content {
		bottom: -26px;
	}

	.projects .slideshow {
		padding-bottom: 77px;
	}

	.projects .btn-prev,
	.projects .btn-next {
		display: block;
	}

	.pagination-1 {
		width: 50%;
	}

	.contacts {
		padding: 59px 0;
	}

	.contacts .contacts-box {
		white-space: nowrap;
		text-align: center;
		width: 33%;
	}

	.contacts .contacts-box:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 132px;
	}

	.contacts .contacts-box > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	.contacts-box-border {
		border: none;
		padding: 0;
	}

	.contacts-box-border:after {
		content: "";
		position: absolute;
		right: 0;
		top: -999px;
		width: 1px;
		bottom: -999px;
		background: #a4a4c0;
	}

	.contacts-box-border:before {
		content: "";
		position: absolute;
		left: 0;
		top: -999px;
		width: 1px;
		bottom: -999px;
		background: #a4a4c0;
	}

	.map iframe {
		height: 502px;
	}

	#footer .logo {
		width: 240px;
	}

	.about-drop {
		top: 105px;
		min-height: calc(100vh - 105px);
	}

	.about-us-info {
		padding-bottom: 50px;
	}

	.about-us-info.anim-active .about-info-box {
		margin-top: -75px;
	}

	.about-info-box {
		line-height: 2;
	}

	.about-info-box ul li:before {
		top: 18px;
	}

	.team-slider .anim-active .active .man-info-box {
		-webkit-transform: translateX(30%);
		-ms-transform: translateX(30%);
		transform: translateX(30%);
	}

	.team-slider .anim-active .active .icons-email {
		-webkit-transform: translateX(0%) scale(1) !important;
		-ms-transform: translateX(0%) scale(1) !important;
		transform: translateX(0%) scale(1) !important;
	}

	.team-slider .slideshow-1 .slide-reverse {
		display: block;
	}

	.team-slider h1 {
		font-size: 45px;
		margin-bottom: 88px;
	}

	.man-info {
		min-width: 351px;
		min-height: 430px;
	}

	.man-info .right-top-line {
		bottom: 360px;
	}

	.man-info-box {
		padding: 53px 15px 27px;
		max-width: none;
		margin: 0;
		width: auto;
		left: auto;
	}

	.man-name {
		font-size: 37px;
	}

	.position {
		font-size: 18px;
		padding-bottom: 43px;
	}

	.man-contacts li {
		padding-bottom: 17px;
	}

	.man-contacts a {
		font-size: 16px;
	}

	.photo-box .icons-email {
		right: 15px;
		top: 15px;
		left: auto;
		-webkit-transform: translateX(0%) scale(0);
		-ms-transform: translateX(0%) scale(0);
		transform: translateX(0%) scale(0);
		bottom: auto;
	}

	.our-services {
		padding: 50px 40px;
	}

	.anim-box {
		padding-bottom: 55px;
		margin-bottom: 70px;
	}

	.anim-box {
		text-align: left;
	}

	.anim-box.anim-active .service-line-top {
		right: -44px;
	}

	.anim-box.anim-active .service-line-left {
		bottom: -135px;
	}

	.anim-box .service-line-right {
		right: -44px;
	}

	.anim-box .service-line-bottom {
		right: -44px;
		left: 104%;
	}

	.anim-box-content {
		min-height: 200px;
	}

	.anim-img-box {
		margin-left: 25px;
		float: left;
		width: 22.8%;
		margin-left: 62px;
		display: block;
	}

	.anim-title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.anim-box-2 .anim-img-box {
		margin-right: 25px;
		float: right;
		margin-right: 62px;
		display: block;
	}

	.form {
		padding-bottom: 112px;
	}

	.form.anim-active button {
		bottom: -43px;
	}

	.form-holder {
		padding: 50px 15px 15px 15px;
	}

	.form-holder h1 {
		margin: 0 0 .5em;
	}

	.order-form {
		padding: 27px 0;
	}

	.order-form .input-placeholder-text {
		font-size: 24px;
	}

	.order-form input {
		font-size: 24px;
	}

	.order-form button {
		padding: 29px 15px;
		min-width: 383px;
		font-size: 22px;
	}

	.input-row {
		margin-bottom: 47px;
	}

	.input-row-2 {
		width: 46%;
		margin-bottom: 71px;
	}

	.project-holder {
		padding-bottom: 50px;
	}

	.project-holder.anim-active .projects-content-box {
		margin-left: -79px;
		-webkit-transition: margin 1s linear;
		transition: margin 1s linear;
	}

	.projects-text-box {
		width: 50%;
	}

	.projects-content-box {
		margin-left: 0;
		-webkit-transition: margin 1s linear;
		transition: margin 1s linear;
	}

	.projects-content-box h2 {
		font-size: 32px;
		margin-bottom: 21px;
	}

	.contacts-visual img {
		width: 100%;
		left: auto;
		min-width: 100%;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.contacts-form {
		padding-bottom: 45px;
	}

	.contacts-form .input-row {
		margin-bottom: 49px;
	}

	.contacts-info {
		width: 50%;
		margin-right: -.4em;
		padding-top: 131px;
	}

	.form-section {
		padding: 40px 0;
		min-height: 660px;
	}

	.form-section h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.form-section .btn-holder {
		margin: 0 -20px;
		padding: 30px 20px;
	}

	.form-text {
		font-size: 16px;
		line-height: 26px;
		margin-bottom: 30px;
	}

	.step-list {
		display: block;
		overflow: visible;
	}

	.step-list:before {
		height: 100%;
		width: 1px;
		left: 17px;
		top: 7px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.step-list li {
		font-size: 14px;
		line-height: 24px;
		padding: 7px 0 9px 45px;
		color: #92d9de;
		margin-bottom: 30px;
	}

	.step-list li:last-child {
		margin-bottom: 0;
	}

	.step-list li:before {
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		left: 0;
	}

	.step-list li.active {
		color: #1ebec7;
		font-weight: 700;
	}

	.step {
		box-shadow: 2px 7px 24px rgba(43, 54, 79, .1);
		padding: 15px 20px;
	}

	.step:last-child {
		padding-bottom: 0;
	}

	.step .heading {
		padding-right: 90px;
		margin-bottom: 26px;
	}

	.step .heading .del-btn {
		margin: 0;
		position: absolute;
		right: 3px;
		top: 12px;
	}

	.step h2 {
		font-size: 25px;
		line-height: 32px;
	}

	.check-day .slide {
		text-transform: uppercase;
	}

	.time-table {
		padding: 19px 29px 7px;
	}

	#sidebar {
		float: right;
		width: 35%;
	}

	#content {
		width: 65%;
		padding-right: 30px;
	}

	.row {
		margin: 0 -5px;
	}

	.row .col-4 {
		float: left;
		width: 33.33%;
		padding: 0 5px;
	}

	.row .col-6 {
		padding: 0 5px;
		float: left;
		width: 50%;
	}
}

@media (min-width: 768px) and (max-width: 1024px) {
	.projects {
		padding: 25px 60px 60px;
	}

	.projects .pagination {
		bottom: -16px;
	}

	.anim-text-box {
		padding: 25px 25px 30px;
		line-height: 1.7;
		font-size: 16px;
		min-height: 240px;
	}
}

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

	#header {
		padding: 21px 0 13px;
		height: 135px;
	}

	.nav-opener {
		display: none;
	}

	.mobile-drop {
		position: static;
		background: transparent;
		min-height: auto;
		float: right;
	}

	#nav {
		padding: 15px 0 0 10px;
		width: auto;
	}

	#nav li {
		display: inline-block;
		vertical-align: top;
		padding: 0 40px 25px 0;
	}

	#nav li.active a {
		background: transparent;
		color: #1ebec7;
	}

	#nav li.active a:before {
		left: 0;
		right: 0;
	}

	#nav li a {
		padding: 0;
	}

	#nav li a:before {
		-webkit-transition: color .3s ease, right .3s ease, left .3s ease;
		transition: color .3s ease, right .3s ease, left .3s ease;
		content: "";
		position: absolute;
		left: 51%;
		right: 51%;
		bottom: -6px;
		background: #1ebec7;
		height: 1px;
	}

	#nav li a:hover {
		background: transparent;
		color: #1ebec7;
	}

	#nav li a:hover:before {
		left: 0;
		right: 0;
	}

	.search-form {
		right: 15px;
	}

	.search-form.parent-active .input-transparent {
		background: #1ebec7 !important;
	}

	.search-form.hover .input-transparent {
		background: #1ebec7 !important;
	}

	.visual-title h1 {
		font-size: 82px;
		letter-spacing: 4.5px;
	}

	.visual-title .undertitle {
		font-size: 42px;
	}

	.who-we-are.anim-active .top {
		right: -26px;
	}

	.who-we-are.anim-active .right {
		bottom: -22px;
	}

	.who-we-are.anim-active .bottom {
		left: 96px;
	}

	.who-we-are.anim-active .left {
		top: 26px;
	}

	.team-photo {
		width: 49.5%;
	}

	.team-text {
		width: 49.5%;
	}

	.team-text .text-box {
		width: 450px;
		height: auto;
		margin-left: -57px;
		margin-top: 40px;
		max-width: 667px;
	}

	.team-text .top {
		top: 25px;
		left: 96px;
	}

	.team-text .right {
		top: 25px;
		right: -26px;
	}

	.team-text .bottom {
		bottom: -22px;
		right: -26px;
	}

	.team-text .left {
		bottom: -22px;
		right: -26px;
		left: 96px;
	}

	.services {
		padding: 101px 0 110px;
	}

	.services h1 {
		text-align: left;
	}

	.service-holder {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.service-box {
		width: 24.4%;
		margin-bottom: 0;
		top: -59px;
	}

	.mission {
		display: block;
	}

	.mission.anim-active .top {
		right: 76px;
	}

	.mission.anim-active .right {
		bottom: -22px;
	}

	.mission.anim-active .bottom {
		left: -26px;
	}

	.mission.anim-active .left {
		top: 26px;
	}

	.mission .team-photo {
		width: 49.7%;
		float: right;
		display: block;
	}

	.mission .team-text {
		width: 49.5%;
		padding: 0 0 110px 55px;
	}

	.mission .team-text .text-box {
		margin-top: 40px;
		margin-right: -65px;
		max-width: 661px;
	}

	.mission .team-text .text-box .top {
		left: -26px;
		top: 25px;
	}

	.mission .team-text .text-box .right {
		top: 25px;
		right: 75px;
	}

	.mission .team-text .text-box .bottom {
		right: 75px;
		bottom: -22px;
	}

	.mission .team-text .text-box .left {
		left: -26px;
		bottom: -22px;
	}

	.projects h1 {
		text-align: left;
	}

	.projects .slideshow .two-slides {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
	}

	.projects .slideshow .two-slides.active {
		z-index: 2;
	}

	.projects .slideshow .two-slides.anim-in .slide-content {
		-webkit-animation-name: slideText;
		animation-name: slideText;
		-webkit-animation-duration: .7s;
		animation-duration: .7s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}

	.projects .slideshow .two-slides.anim-in .slide-content:before {
		-webkit-animation-name: slideLine;
		animation-name: slideLine;
		-webkit-animation-duration: .7s;
		animation-duration: .7s;
		-webkit-animation-delay: .1s;
		animation-delay: .1s;
		-webkit-animation-timing-function: linear;
		animation-timing-function: linear;
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
	}

	.projects .slideshow .two-slides.anim-out .slide-content {
		opacity: 0;
	}

	.projects .slideshow .two-slides.anim-out .slide-content:before {
		right: 100% !important;
		-webkit-transition: right .7s .1s ease;
		transition: right .7s .1s ease;
	}

	.pagination-1 {
		width: 100%;
		padding-right: 107px;
		padding-left: 45px;
		padding-bottom: 0;
		left: auto;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.slick-slide img {
		margin: 0;
	}

	.contacts br {
		display: block;
	}

	.contacts .contacts-box {
		font-size: 18px;
	}

	#footer {
		text-align: left;
	}

	#footer .logo {
		width: auto;
	}

	#footer .copyright {
		padding: 46px 0 0 90px;
		font-size: 17px;
		width: auto;
	}

	#footer .social-networks {
		float: right;
	}

	.about-drop {
		min-height: auto;
	}

	.about-us-info.anim-active .about-info-box {
		margin-top: -100px;
	}

	.about-info-box {
		padding: 25px 40px 148px;
		padding: 25px 15px 148px;
		font-size: 18px;
	}

	.about-info-box h1 {
		margin-bottom: 36px;
	}

	.about-info-box ul {
		padding: 0 0 19px 36px;
	}

	.about-info-box ul li {
		padding: 0 19px 0 36px;
	}

	.about-info-box i {
		font-size: 99px;
		bottom: 48px;
	}

	.team-slider {
		padding-bottom: 81px;
	}

	.team-slider .anim-active .active .man-info-box {
		-webkit-transform: translateX(47%);
		-ms-transform: translateX(47%);
		transform: translateX(47%);
	}

	.team-slider .anim-active .active .icons-email {
		-webkit-transform: translate(-50%, -50%) scale(1) !important;
		-ms-transform: translate(-50%, -50%) scale(1) !important;
		transform: translate(-50%, -50%) scale(1) !important;
	}

	.man-info {
		min-width: 432px;
	}

	.man-info-box {
		width: 359px;
		-webkit-transform: translateX(17%);
		-ms-transform: translateX(17%);
		transform: translateX(17%);
	}

	.photo-box {
		margin-left: 145px;
	}

	.photo-box .icons-email {
		top: 50%;
		left: 0;
		right: auto;
		-webkit-transform: translate(-50%, -50%) scale(0);
		-ms-transform: translate(-50%, -50%) scale(0);
		transform: translate(-50%, -50%) scale(0);
	}

	.our-services {
		padding: 89px 40px 0;
	}

	.our-services h1 {
		margin-bottom: 110px;
	}

	.anim-box {
		margin-bottom: 135px;
	}

	.anim-box-content {
		min-height: 275px;
	}

	.anim-img-box {
		margin-left: 62px;
	}

	.anim-title {
		font-size: 29px;
		margin-bottom: 21px;
	}

	.anim-box-2 .anim-img-box {
		margin-right: 62px;
	}

	.order-form {
		width: 51%;
	}

	.our-projects {
		padding-top: 89px;
	}

	.projects-form {
		padding-top: 66px;
	}

	.project-holder {
		padding-top: 209px;
		padding-bottom: 180px;
	}

	.project-holder.anim-active .pagination {
		right: 132px;
	}

	.project-holder.anim-active .projects-content-box {
		min-height: 365px;
	}

	.project-holder.anim-active .project-right {
		bottom: -94px;
	}

	.project-holder.anim-active .project-left-top {
		top: -97px;
	}

	.project-holder div.slideshow-2 {
		float: left;
		width: 49%;
		overflow: hidden;
	}

	.project-holder .slider-btn {
		bottom: 0;
		right: 0;
		left: auto;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.project-holder .pagination {
		right: 0;
		left: auto;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
		width: auto;
		bottom: 0;
	}

	.project-holder .pagination ul li {
		max-width: 140px;
	}

	.project-holder-2 {
		padding-top: 130px;
		padding-bottom: 180px;
	}

	.projects-text-box {
		padding: 0;
		width: 44.5%;
		float: right;
		margin: 0 !important;
	}

	.projects-content-box {
		padding: 56px 0;
		font-size: 18px;
	}

	.projects-content-box h2 {
		font-size: 36px;
		margin-bottom: 31px;
	}

	.project-top {
		top: -107px;
	}

	.project-right {
		top: -97px;
		bottom: 144%;
	}

	.project-bottom {
		bottom: -104px;
	}

	.project-left-top {
		bottom: 50%;
		top: 126%;
	}

	.project-left-bottom {
		bottom: -94px;
		top: 144%;
	}

	.contacts-form {
		padding-bottom: 112px;
	}

	.contacts-form .order-form {
		width: 58%;
		padding-top: 25px;
		padding-bottom: 5px;
	}

	.contacts-form .form-holder {
		width: 87%;
		margin: -172px auto 0 !important;
	}

	.contacts-info {
		width: 33.332%;
	}

	.contacts-info i {
		top: 33px;
	}

	.form-section {
		padding: 60px 0;
	}

	.form-section h1 {
		margin-bottom: 34px;
	}

	.form-section .btn-holder {
		margin: 56px -30px 0;
		padding: 30px 30px;
	}

	.form-section .btn {
		padding: 13px 54px;
	}

	.form-text {
		font-size: 18px;
		line-height: 30px;
		margin-bottom: 60px;
	}

	.step-list:before {
		left: 20px;
	}

	.step-list li {
		font-size: 17px;
		line-height: 24px;
		padding: 8px 0 8px 55px;
	}

	.step-list li:before {
		width: 41px;
		height: 41px;
		line-height: 39px;
	}

	.step {
		padding: 30px;
		font-size: 17px;
		line-height: 26px;
	}

	.step:last-child {
		padding-bottom: 0;
	}

	.step p {
		margin: 0 0 24px;
	}

	.step .text {
		margin: 0 0 30px;
	}

	.step .text p {
		margin-bottom: 13px;
	}

	.step h2 {
		font-size: 30px;
		line-height: 36px;
		margin-bottom: 23px;
	}

	.checkbox-label {
		display: inline-block;
		vertical-align: middle;
		margin-bottom: 0;
	}

	label.switch {
		vertical-align: middle;
		margin-bottom: 0;
		margin-left: 15px;
	}

	.checkbox-list {
		padding-top: 5px;
		margin-right: -15px;
	}

	.checkbox-list li {
		display: inline-block;
		vertical-align: top;
		padding-right: 15px;
	}

	.check-day .slide {
		padding: 15px 5px;
	}

	.row {
		margin: 0 -10px;
	}

	.row .col-4 {
		padding: 0 10px;
	}

	.row .col-6 {
		padding: 0 10px;
	}

	.educational-table {
		margin: 0 -10px;
	}

	.educational-table .label {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 8px;
	}

	.educational-table td,
	.educational-table th {
		padding: 0 10px;
	}

	.educational-table td:last-child,
	.educational-table th:last-child {
		width: 31%;
	}

	.educational-table label.switch {
		margin: 5px 0 0;
	}

	.add-btn {
		margin-bottom: -4px;
	}

	.del-btn {
		margin-bottom: -4px;
	}
}

@media (min-width: 1025px) {
	.projects {
		padding: 101px 60px 70px;
	}

	.projects .pagination {
		bottom: -31px;
	}

	.anim-text-box {
		padding: 49px 76px 70px 59px;
		line-height: 1.9;
		font-size: 19px;
		min-height: 0;
	}
}

@media (min-width: 1200px) {
	#nav {
		padding: 15px 0 0 110px;
	}

	.search-form.parent-active .input-transparent {
		background: transparent !important;
	}

	.search-form.hover .input-transparent {
		background: transparent !important;
	}

	.search-form .input-transparent {
		background: #1ebec7 !important;
	}

	.who-we-are.anim-active .top {
		right: -39px;
	}

	.who-we-are.anim-active .right {
		bottom: -39px;
	}

	.who-we-are.anim-active .left {
		top: 55px;
	}

	.team-text .text-box {
		max-width: 667px;
		width: 100%;
		min-height: 428px;
		font-size: 19px;
		margin-top: 92px;
		margin-left: -57px;
	}

	.team-text .text-box h1 {
		margin-bottom: 25px;
	}

	.team-text .box-content {
		padding: 43px 56px 28px;
	}

	.team-text .top {
		top: 55px;
	}

	.team-text .right {
		top: 55px;
		right: -40px;
	}

	.team-text .bottom {
		bottom: -40px;
		right: -40px;
	}

	.team-text .left {
		bottom: -40px;
		right: -40px;
	}

	.services h1 {
		margin-bottom: 46px;
	}

	.mission.anim-active .top {
		right: 130px;
	}

	.mission.anim-active .right {
		bottom: -41px;
	}

	.mission.anim-active .bottom {
		left: -37px;
	}

	.mission.anim-active .left {
		top: 73px;
	}

	.mission .team-text .box-content {
		padding: 43px 56px;
	}

	.mission .team-text .box-content {
		padding: 45px 56px 41px;
	}

	.mission .team-text .text-box {
		font-size: 19px;
		min-height: 331px;
		margin-top: 73px;
		margin-right: -68px;
	}

	.mission .team-text .text-box h1 {
		margin-bottom: 21px;
	}

	.mission .team-text .text-box .top {
		left: -37px;
		top: 73px;
	}

	.mission .team-text .text-box .right {
		top: 73px;
		right: 130px;
	}

	.mission .team-text .text-box .bottom {
		right: 130px;
		bottom: -41px;
	}

	.mission .team-text .text-box .left {
		left: -37px;
		bottom: -41px;
	}

	.projects h1 {
		margin-bottom: 51px;
	}

	.about-us-info.anim-active .about-info-box {
		margin-top: -169px;
	}

	.about-info-box {
		padding: 55px 82px 148px;
	}

	.team-slider .slideshow-1 {
		padding-bottom: 17px;
	}

	.team-slider .slider-btn {
		left: 44.3%;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.man-info-box {
		width: 416px;
		-webkit-transform: translateX(0%);
		-ms-transform: translateX(0%);
		transform: translateX(0%);
	}

	.photo-box {
		margin-left: 229px;
	}

	.anim-box-content {
		min-height: 367px;
	}

	.project-holder.anim-active .pagination {
		right: 108px;
	}

	.project-holder div.slideshow-2 {
		width: 43.5%;
	}

	.project-holder .pagination {
		right: 154px;
	}

	.project-holder .pagination ul li {
		max-width: 100%;
	}

	.form-section {
		padding: 88px 0 101px;
		min-height: 660px;
	}

	.form-section .btn-holder {
		margin: 56px -60px 0;
		padding: 30px 64px;
	}

	.form-text {
		margin-bottom: 80px;
	}

	.step-list li {
		padding: 8px 0 8px 80px;
		margin-bottom: 49px;
	}

	.step {
		padding: 51px 60px 40px;
	}

	.step:last-child {
		padding-bottom: 0;
	}

	.checkbox-list {
		margin-right: -82px;
		margin-bottom: -14px;
	}

	.checkbox-list li {
		padding-right: 78px;
	}

	.check-day {
		margin-top: 11px;
	}

	#sidebar {
		width: 25.2%;
	}

	#content {
		width: 74.7%;
	}

	.row {
		margin: 0 -17px;
	}

	.row .col-4 {
		padding: 0 17px;
	}

	.row .col-6 {
		padding: 0 17px;
	}

	.educational-table {
		margin: 0 -17px -15px;
	}

	.educational-table .label {
		font-size: 17px;
		line-height: 24px;
	}

	.educational-table td,
	.educational-table th {
		padding: 0 17px;
	}

	.educational-table td:first-child,
	.educational-table th:first-child {
		width: 44.9%;
	}
}

@media (max-width: 1023px) {
	.projects .slideshow .slide {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		width: 100%;
	}

	.step p br {
		display: none;
	}

	.educational-table {
		display: block;
	}

	.educational-table thead {
		display: none;
	}

	.educational-table tbody {
		display: block;
	}

	.educational-table td {
		display: block;
	}

	.educational-table td:before {
		content: attr(data-title);
		display: block;
		color: #1ebec7;
		font-weight: 700;
		margin-bottom: 8px;
	}

	.educational-table tr {
		display: block;
	}
}

@media (max-width: 767px) {
	.form-text br {
		display: none;
	}
}

@media (max-width: 480px) {
	.slide-content {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
	}
}

@-webkit-keyframes slideText {
	0% {
		bottom: 60px;
	}

	100% {
		bottom: -26px;
	}
}

@keyframes slideText {
	0% {
		bottom: 60px;
	}

	100% {
		bottom: -26px;
	}
}

@-webkit-keyframes slideLine {
	0% {
		right: 100%;
	}

	100% {
		right: 0;
	}
}

@keyframes slideLine {
	0% {
		right: 100%;
	}

	100% {
		right: 0;
	}
}

@-webkit-keyframes slideDownFrom {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@keyframes slideDownFrom {
	0% {
		-webkit-transform: translateY(-50px);
		transform: translateY(-50px);
	}

	100% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}
}

@-webkit-keyframes slideDownTo {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	100% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
}

@keyframes slideDownTo {
	0% {
		-webkit-transform: translateY(0px);
		transform: translateY(0px);
	}

	100% {
		-webkit-transform: translateY(50px);
		transform: translateY(50px);
	}
}
