@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,400i,700&display=swap&subset=cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,700&display=swap');

/*!
Theme Name: Redan TPL
Author: IT Group
Author URI: http://itgroup.kz
Description: Template for REDAN
Version: 1.0.0
License: GNU General Public License v2 or later
 */

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}

body {
	margin: 0;
}

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

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

a {
	background-color: transparent;
}

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

b,
strong {
	font-weight: bolder;
}

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img {
	border-style: none;
}

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

button,
input { /* 1 */
	overflow: visible;
}

button,
select { /* 1 */
	text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

details {
	display: block;
}

summary {
	display: list-item;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

html {
	box-sizing: border-box;
}

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

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

a {
	color: #2182af;
}

a:visited {
	color: #2182af;
}

a:hover, a:focus, a:active {
	color: #2182af;
}

a:focus {
	outline: thin dotted;
}

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

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#content[tabindex="-1"]:focus {
	outline: 0;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

.sticky {
	display: block;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

embed,
iframe,
object {
	max-width: 100%;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.post-edit-link {
	font-size: 12px;
}

.post-edit-link:visited,
.post-edit-link:link {
	color: #888;
}

.yandex-map {
	border: none;
	width: 100%;
}

/* Theme layout */

	body {
		background-color: #f5f5f5;
		text-align: center;
	}

	#page {
		max-width: 1510px;
		margin: 0 auto;
		text-align: left;
		min-width: 300px;
		overflow: hidden;
	}

	.site-header {
		position: relative;
		font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
	}

/* Header */

	.header-image {
		background: url(images/head-bg.png) left center repeat;
		height: 130px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		max-width: 1000px;
		overflow: hidden;
	}

	.site-branding {
		float: left;
		padding: 35px 0 0 170px;
		position: relative;
		height: 130px;
	}

	.site-branding img {
		width: 300px;
	}

	/*
	.site-desc {
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 16px;
		line-height: 1.2;
		font-weight: 700;
		color: #154296;
		position: relative;
		margin-top: 12px;
	}

	.site-desc br {
		display: none;
	}
	*/

	.header-right {
		position: absolute;
		top: 0;
		right: 0;
		width: 63%;
		max-width: 945px;
		height: 130px;
		background: url(images/head-right.png?3) left top no-repeat;
		z-index: 2;
	}

/* Language switcher */

	.language-switcher {
		position: absolute;
		top: 50px;
		right: 100px;
	}

	#languages-menu,
	#languages-menu > li,
	#languages-menu > li > ul,
	#languages-menu > li > ul > li {
		display: block;
		margin: 0;
		padding: 0;
	}

	#languages-menu > li {
		cursor: pointer;
	}

	#languages-menu > li a {
		display: block;
		width: 110px;
		height: 30px;
		line-height: 30px;
		border-radius: 15px;
		background-color: #00386b;
		font-size: 13px;
		font-weight: 300;
		padding-left: 20px;
		position: relative;
		transition: background-color 0.1s ease;
		color: #fff;
	}

	#languages-menu > li a:hover {
		background-color: #035f94;
	}

	#languages-menu > li a:link,
	#languages-menu > li a:visited {
		color: #fff;
		text-decoration: none;
	}

	#languages-menu > li > a:after {
		content: '▾';
		position: absolute;
		height: 30px;
		line-height: 30px;
		top: 0;
		right: 10px;
	}

	#languages-menu > li.hovered > a {
		border-radius: 15px 15px 0 0;
	}

	#languages-menu > li > ul {
		display: none;
		border-radius: 0 0 15px 15px;
		background-color: #00386b;
		border-top: 1px solid rgba(255,255,255,0.1);
		overflow: hidden;
	}

	#languages-menu > li.hovered > ul {
		display: block;
	}

	#languages-menu > li > ul a {
		border-radius: 0;
		background-color: transparent;
	}

/* Head contacts */

	.head-contacts {
		position: absolute;
		display: block;
		margin: 0;
		padding: 0;
		top: 50px;
		right: 280px;
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
	}

	.head-contacts > li {
		display: inline-block;
		margin: 0;
		padding: 0;
		font-size: 16px;
		color: #00386B;
		font-weight: 400;
		height: 30px;
		line-height: 30px;
	}

	.head-contacts > li:last-child {
		margin-left: 35px;
		border-left: 1px solid rgb(0, 56, 107, 0.5);
		padding-left: 35px;
	}

/* Frontpage header */

	.is-front-page .header-video {
		background: url(images/head-pattern.png) left top repeat;
		height: 600px;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 0;
		width: 100%;
		max-width: 1000px;
		overflow: hidden;
	}

	.is-front-page .header-video > video {
		opacity: 0.5;
		height: 100%;
	}

	.is-front-page .header-video > .video-canvas {
		opacity: 0.5;
		height: 100%;
	}


	.is-front-page .site-branding {
		float: left;
		padding: 270px 0 0 170px;
		position: relative;
		height: 600px;
	}

	.is-front-page .site-branding img {
		width: 400px;
	}

	/*
	.is-front-page .site-desc {
		font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
		text-transform: uppercase;
		font-size: 50px;
		line-height: 65px;
		font-weight: bold;
		color: #154296;
		position: relative;
		margin-top: 140px;
	}

	.is-front-page .site-desc br {
		display: inline;
	}

	.is-front-page .site-desc:before {
		content: '';
		display: block;
		background-color: #f1b300;
		width: 30px;
		height: 2px;
		position: relative;
		top: 30px;
		left: -48px;
	*/

	.is-front-page .header-right {
		position: absolute;
		top: 0;
		right: 0;
		width: 63%;
		max-width: 945px;
		height: 600px;
		background: url(images/head-right.png?3) left top no-repeat;
		z-index: 2;
	}

	.is-front-page .language-switcher {
		top: 50px;
		right: 148px;
	}

	.is-front-page .head-contacts {
		top: 50px;
		right: 330px;
	}

/* Gallery link */

	.header-gallery__button {
		position: absolute;
		top: 260px;
		left: 370px;
		border: none;
		padding: 0;
		margin: 0;
		background: none;
		cursor: pointer;
		font-size: 10px;
		border-radius: 20px;
		padding: 20px;
		outline: none;
	}

	.header-gallery__button:after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 0;
		height: 4px;
		background-color: rgba(255, 94, 0, 0.829);
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
		border-radius: 2px;
	}

	.header-gallery__icon {
		display: inline-block;
		width: 100px;
		height: 100px;
		border: 1px solid #00386b;
		vertical-align: middle;
		border-radius: 50%;
		padding: 14px;
		position: relative;
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
	}

	.header-gallery__icon > i {
		display: inline-block;
		width: 70px;
		height: 70px;
		background-color: #00386b;
		border-radius: 50%;
		line-height: 70px;
		text-align: center;
		color: #ffbf30;
		font-size: 28px;
		padding-left: 7px;
		box-shadow: 0 0 0 0 rgba(6, 114, 156, 0.6);
		transition: all 0.5s ease;
		-webkit-transition: all 0.5s ease;
	}

	.header-gallery__icon > i:after {
		content: '►';
	}

	.header-gallery__text {
		display: inline-block;
		vertical-align: middle;
		text-align: left;
		color: #00386b;
		font-size: 19px;
		line-height: 1.2;
		margin-left: 15px;
	}

	.header-gallery__button:hover:after {
		left: 0;
		width: 100%;
	}

	.header-gallery__button:hover .header-gallery__icon {
		border: 1px solid #035f94;
	}

	.header-gallery__button:hover .header-gallery__icon > i {
		background-color: #035f94;
		animation: pulse 1.5s infinite;
		-webkit-animation: pulse 1.5s infinite;
	}

	.header-gallery__button:hover .header-gallery__icon > i {
		font-size: 42px;
	}

	@-webkit-keyframes pulse {
		0% {
		-webkit-box-shadow: 0 0 0 0 rgba(6, 114, 156, 0.6);
		}
		90% {
			-webkit-box-shadow: 0 0 0 40px rgba(6, 114, 156, 0);
		}
		100% {
			-webkit-box-shadow: 0 0 0 0 rgba(6, 114, 156, 0);
		}
	}

	@keyframes pulse {
		0% {
		-moz-box-shadow: 0 0 0 0 rgba(6, 114, 156, 0.6);
		box-shadow: 0 0 0 0 rgba(6, 114, 156, 0.4);
		}
		90% {
			-moz-box-shadow: 0 0 0 40px rgba(6, 114, 156, 0);
			box-shadow: 0 0 0 10px rgba(6, 114, 156, 0);
		}
		100% {
			-moz-box-shadow: 0 0 0 0 rgba(6, 114, 156, 0);
			box-shadow: 0 0 0 0 rgba(6, 114, 156, 0);
		}
	}

	.header-gallery {
		display: none;
		width: 80%;
	}

	.header-gallery h3 {
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		font-weight: 300;
		font-size: 32px;
		margin: 0 0 15px 0;
		line-height: 1;
	}

	.header-gallery .envira-gallery-wrap,
	.header-gallery .envira-gallery-wrap .envira-gallery-public {
		margin: 0;
		cursor: pointer;
	}

	.top-widgets {
		clear: both;
		padding-top: 20px;
	}

	.header-keywords {
		display: block;
		margin: 0;
		padding: 0;
		text-align: center;
		background: #ffc138;
	}

	.header-keywords > li {
		display: inline-block;
		vertical-align: top;
		margin-left: -4px;
	}

	.header-keywords > li:first-child {
		margin-left: 0;
	}

	.header-keywords > li a {
		display: block;
		height: 80px;
		line-height: 1.2;
		width: 240px;
		position: relative;
		transition: background-color 0.3s ease;
	}

	.header-keywords > li a:before {
		content: '';
		position: absolute;
		background: url(images/header-keyword-border-2.png) left center no-repeat;
		width: 44px;
		height: 80px;
		top: 0;
		left: -22px;
	}

	.header-keywords > li a:last-child:after {
		content: '';
		position: absolute;
		background: url(images/header-keyword-border-2.png) left center no-repeat;
		width: 44px;
		height: 80px;
		top: 0;
		right: -22px;
	}

	.header-keywords > li.single a {
		font-size: 36px;
		padding-top: 17px;
	}

	.header-keywords > li.double a {
		font-size: 16px;
		padding-top: 20px;
	}

	.header-keywords > li a:link,
	.header-keywords > li a:visited {
		color: #000;
		text-decoration: none;
	}

	.header-keywords > li a:hover {
		background-color: #ff8812;
	}

	.mobile-keywords {
		display: none;
	}

/* Main menu */

	.menu-toggle,
	.menu-close {
		display: none;
	} 

	.main-navigation {
		clear: both;
		padding-top: 20px;
		font-family: 'Roboto', Arial, Helvetica, sans-serif
	}

	#primary-menu {
		background-color: #154296;
		text-align: center;
		display: flex;
		justify-content: center;
		height: 70px;
		padding: 0 100px;
	}

	#primary-menu > li {
		display: block;
		float: none;
		flex-grow: 1;
	}

	#primary-menu > li > a {
		display: block;
		height: 70px;
		line-height: 70px;
		font-size: 15.5px;
		position: relative;
	}

	#primary-menu > li > a:after {
		position: absolute;
		display: block;
		content: '';
		background: #ffc138;
		height: 4px;
		width: 0;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		bottom: 0;
		left: 50%;
	}

	#primary-menu > li.current-menu-item > a {
		background: #0e3377;
	}

	#primary-menu > li > a:link,
	#primary-menu > li > a:visited {
		color: rgba(255,255,255,0.9);
		text-decoration: none;
	}

	#primary-menu > li > a:hover {
		background: #0b59b3;
	}

	#primary-menu > li > a:hover:after {
		width: 100%;
		left: 0;
	}

/* Site content */

	.site-content {
		max-width: 1230px;
		padding: 10px 30px;
		text-align: left;
		margin: 0 auto;
	}

	.type-page .entry-title,
	.page-title,
	.customers .widget-title {
		position: relative;
		color: #00386b;
		font-family: 'Ubuntu', Arial, Helvetica, sans-serif;
		font-size: 35px;
		text-transform: uppercase;
	}

	.type-page .entry-title:before,
	.page-title:before,
	.customers .widget-title:before {
		content: '';
		display: block;
		background-color: #f1b300;
		width: 30px;
		height: 2px;
		position: relative;
		top: 30px;
		left: -48px;
	}

	.type-post .entry-title {
		font-weight: 400;
	}

	.posted-on,
	.byline {
		font-size: 0.9em;
		color: #999;
	}

/* Services */

	.services {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -15px;
		justify-content: center;
	}

	.services > section {
		width: 25%;
		padding: 15px;
		margin: 0;
		min-height: 260px !important;
	}

	.services > section > div {
		background: #fff;
		height: 230px;
		overflow: hidden;
		padding: 30px 30px 2px 30px;
		position: relative;
		text-align: center;
	}

	/*.services > section > div:after,
	.services > section > div:before {
		content: '';
		position: absolute;
		display: block;
		width: 30px;
		height: 30px;
		transition: all 0.3s ease;
	}*/

	/*.services > section > div:before {
		bottom: -10px;
		left: -10px;
		border-bottom: 1px solid #000;
		border-left: 1px solid #000;
	}

	.services > section > div:after {
		top: -10px;
		right: -10px;
		border-top: 1px solid #000;
		border-right: 1px solid #000;
	}*/

	.services h3 {
		font-weight: 400;
		font-size: 20px;
		margin: 10px 0 10px 0;
		line-height: 1.2;
	}

	.services ul {
		list-style: none;
		padding: 0 0 0 30px;
		margin: 0;
	}

	.services li {
		padding: 8px 0;
		margin: 0;
		font-size: 14px;
		position: relative;
		color: #999999;
	}

	.services li:before {
		content: '';
		display: block;
		position: absolute;
		top: 19px;
		left: -30px;
		width: 15px;
		height: 2px;
		background-color: #f4c43a;
	}

	.services .more {
		display: block;
		position: absolute;
		bottom: 0;
		height: 40px;
		left: 0;
		right: 0;
		background-color: #fff6e1;
		color: #cc9802;
		text-decoration: none;
		font-size: 14px;
		line-height: 40px;
		text-align: center;
		cursor: pointer;
		transition: bottom 0.3s ease;
	}

	/*.services .more:before {
		content: '';
		position: absolute;
		height: 134px;
		width: 100%;
		background: linear-gradient(to top, #fff, rgba(255,255,255,0));
		left: 0;
		top: -134px;
		transition: top 0.5s ease;
	}*/

	.services .order {
		display: block;
		height: 40px;
		border-radius: 20px;
		background-color: #ffc138;
		color: #1f4964;
		text-decoration: none;
		font-size: 14px;
		line-height: 40px;
		text-align: center;
		cursor: pointer;
		opacity: 0;
		transition: opacity 0.3s ease;
		margin-bottom: 28px;
	}

	.services .expanded {
		border: 2px solid #f1b300;
		padding: 28px 28px 0 28px;
	}

	.services .expanded .more {
		bottom: -40px;
	}

	.services .expanded .more:before {
		top: 40px;
	}

	.services .expanded .order {
		opacity: 1;
	}

	.services > section > .expanded:before {
		bottom: 10px;
		left: 10px;
	}

	.services > section > .expanded:after {
		top: 10px;
		right: 10px;
	}

/* Customers */

	.customers {
		position: relative;
	}

	.customers__prev,
	.customers__next {
		display: block;
		position: absolute;
		width: 36px;
		height: 36px;
		border-radius: 50%;
		right: 0;
		top: 10px;
		cursor: pointer;
		transition: background-color 0.4s ease;
	}

	.customers__prev {
		right: 45px;
	}

	.customers__prev:before,
	.customers__next:before {
		content: '';
		display: block;
		position: absolute;
		top: 13px;
		left: 15px;
		width: 10px;
		height: 10px;
		border-top: 1px solid #c4c4c4;
		border-left: 1px solid #c4c4c4;
		transform: rotate(-45deg);
	}

	.customers__next:before {
		transform: rotate(135deg);
		left: 11px;
	}
	.customers__prev:hover,
	.customers__next:hover {
		background-color: #FFC138;
	}
	
	.customers__prev:hover:before,
	.customers__next:hover:before {
		border-top: 1px solid #00386B;
		border-left: 1px solid #00386B;
	}

	.customers ul li {
		background: #fff;
		height: 160px;
		overflow: hidden;
		display: flex;
		align-items: center;
		justify-content: center;
	}

/* Footer */

	.site-footer {
		margin: 30px 0 0 0;
		background: #fff;
		text-align: center;
	}

	.footer-content {
		padding: 30px;
		min-height: 130px;
		max-width: 1230px;
		margin: 0 auto;
		display: flex;
		text-align: left;
		align-items: center;
		align-content: center;
		color: #777;
		font-size: 14px;
	}

	.footer-logo {
		width: 23%;
		padding-top: 14px;
		padding-bottom: 13px;
	}

	.footer-logo img {
		vertical-align: top;
		width: 200px;
	}

	.footer-content > div {
		flex-grow: 1;
		margin: 0;
	}

	.footer-content > div:last-child {
		flex-grow: 2;
	}

	.creator {
		font-size: 11px;
		text-align: right;
	}

	.creator span {
		display: inline-block;
		vertical-align: middle;
		margin-right: 25px;
	}

	.creator a:link,
	.creator a:visited,
	.creator a:active {
		color: #777;
		text-decoration: underline;
	}

	.creator-logo {
		vertical-align: middle;
		width: 100px;
	}

/* Adaptive styles */

@media screen and (max-width: 1399px) {
	.language-switcher,
	.is-front-page .language-switcher {
		right: 80px;
	}

	.head-contacts,
	.is-front-page .head-contacts {
		right: 220px;
	}

	.is-front-page .header-video {
		height: 520px;
		width: 100%;
		max-width: 900px;
	}

	.site-branding {
		padding: 35px 0 0 120px;
	}
	
	.is-front-page .site-branding {
		padding: 230px 0 0 120px;
		height: 520px;
	}

	/*
	.is-front-page .site-desc {
		font-size: 50px;
		line-height: 65px;
		margin-top: 80px;
	}
	*/

	.is-front-page .header-right {
		height: 520px;
	}

	.header-gallery__button {
		top: 200px;
		left: 320px;
	}
}

@media screen and (max-width: 1279px) {
	.language-switcher,
	.is-front-page .language-switcher {
		right: 40px;
	}

	.head-contacts,
	.is-front-page .head-contacts {
		right: 170px;
	}

	.head-contacts > li:last-child {
		margin-left: 15px;
		padding-left: 15px;
	}

	.is-front-page .header-video {
		height: 450px;
		width: 100%;
		max-width: 800px;
	}

	.site-branding {
		padding: 38px 0 0 100px;
	}

	.site-branding img {
		width: 275px;
	}
	
	.is-front-page .site-branding {
		padding: 200px 0 0 100px;
		height: 450px;
	}

	.is-front-page .site-branding img {
		width: 350px;
	}

	/*
	.is-front-page .site-desc {
		font-size: 40px;
		line-height: 45px;
		margin-top: 70px;
	}
	*/

	.is-front-page .header-right {
		height: 450px;
	}

	.header-gallery__button {
		font-size: 9px;
		top: 160px;
		left: auto;
		right: 100px;
	}

	.header-keywords > li a {
		height: 60px;
		width: 190px;
	}

	.header-keywords > li a:before {
		background-size: 33px 60px;
		width: 33px;
		height: 60px;
		left: -16px;
	}

	.header-keywords > li a:last-child:after {
		background-size: 33px 60px;
		width: 33px;
		height: 60px;
		right: -17px;
	}

	.header-keywords > li.single a {
		font-size: 32px;
		padding-top: 10px;
	}

	.header-keywords > li.double a {
		font-size: 14px;
		padding-top: 14px;
	}
}

@media screen and (max-width: 1200px) {
	.services {
		justify-content: center;
	}

	.services > section {
		width: 33%;
	}
}

@media screen and (max-width: 1050px) {
	.head-contacts,
	.is-front-page .head-contacts {
		text-align: right;
		border-right: 1px solid rgb(0, 56, 107, 0.5);
		padding-right: 20px;
		top: 42px;
	}

	.head-contacts > li {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 16px;
		color: #00386B;
		font-weight: 400;
		height: 24px;
		line-height: 24px;
	}

	.head-contacts > li:last-child {
		margin-left: 0;
		padding-left: 0;
		border: none;
	}

	.is-front-page .header-video {
		height: 350px;
		width: 100%;
		max-width: 600px;
	}

	.site-branding {
		padding: 40px 0 0 80px;
	}

	.site-branding img {
		width: 250px;
	}

	.is-front-page .site-branding {
		padding: 155px 0 0 80px;
		height: 350px;
	}

	.is-front-page .site-branding img {
		width: 300px;
	}

	/*
	.is-front-page .site-desc {
		font-size: 30px;
		line-height: 35px;
		margin-top: 50px;
	}
	*/

	.is-front-page .header-right {
		height: 350px;
	}

	.header-gallery__button {
		font-size: 8px;
		top: 130px;
		left: auto;
		right: 60px;
	}

	.header-gallery__icon {
		width: 80px;
		height: 80px;
		padding: 11px;
	}

	.header-gallery__icon > i {
		width: 56px;
		height: 56px;
		line-height: 56px;
		font-size: 20px;
		padding-left: 6px;
	}

	.header-gallery__text {
		font-size: 16px;
		line-height: 1.2;
		margin-left: 12px;
	}

	.header-gallery__button:hover .header-gallery__icon > i {
		font-size: 30px;
	}

	.header-keywords > li {
		width: 18%;
	}

	.header-keywords > li a {
		height: 45px;
		width: auto;
	}

	.header-keywords > li a:before {
		background-size: 28px 45px;
		width: 28px;
		height: 45px;
		left: -14px;
	}

	.header-keywords > li a:last-child:after {
		background-size: 28px 45px;
		width: 28px;
		height: 45px;
		right: -14px;
	}
	
	.header-keywords > li.single a{
		font-size: 24px;
		padding-top: 10px;
	}
	
	.header-keywords > li.double a {
		font-size: 12px;
		padding-top: 7px;
	}

	.footer-content {
		display: block;
		position: relative;
	}

	.footer-logo {
		width: 100%;
		padding: 0 0 10px 0;
	}

	.footer-content > div {
		font-size: 12px;
		margin-bottom: 5px;
	}

	.creator span {
		display: block;
		position: absolute;
		top: 80px;
		right: 30px;
		margin: 0;
	}

	.creator-logo {
		position: absolute;
		top: 30px;
		right: 30px;
	}
}

@media screen and (max-width: 993px) {
	.head-contacts {
		padding-right: 20px;
		top: 26px;
	}

	.head-contacts > li {
		display: block;
		margin: 0;
		padding: 0;
		font-size: 14px;
		color: #00386B;
		font-weight: 400;
		height: 24px;
		line-height: 24px;
	}

	.head-contacts > li:last-child {
		margin-left: 0;
		padding-left: 0;
		border: none;
	}

	.language-switcher {
		top: 35px;
	}

	.is-front-page .header-video {
		height: 350px;
		width: 100%;
		max-width: 600px;
	}

	.site-branding {
		padding: 28px 0 0 60px;
		height: 100px;
	}

	.site-branding img {
		width: 225px;
	}

	.is-front-page .site-branding {
		padding: 155px 0 0 80px;
	}

	.is-front-page .site-branding img {
		width: 280px;
	}

	/*
	.site-desc {
		font-size: 14px;
		margin-top: 5px;
	}

	.is-front-page .site-desc {
		font-size: 30px;
		line-height: 35px;
		margin-top: 50px;
	}
	*/

	.header-image {
		height: 100px;
	}

	.header-right {
		height: 100px;
	}

	.is-front-page .header-right {
		height: 350px;
	}

	.header-gallery__button {
		font-size: 8px;
		top: 130px;
		left: auto;
		right: 60px;
	}

	.header-gallery__icon {
		width: 80px;
		height: 80px;
		padding: 11px;
	}

	.header-gallery__icon > i {
		width: 56px;
		height: 56px;
		line-height: 56px;
		font-size: 20px;
		padding-left: 6px;
	}

	.header-gallery__text {
		font-size: 16px;
		line-height: 1.2;
		margin-left: 12px;
	}

	.header-gallery__button:hover .header-gallery__icon > i {
		font-size: 30px;
	}

	.main-navigation {
		padding-top: 0;
	}

	.is-front-page .main-navigation {
		padding-top: 20px;
	}

	#primary-menu {
		background-color: #154296;
		height: 50px;
		padding: 0;
	}

	#primary-menu > li > a {
		height: 50px;
		line-height: 50px;
		font-size: 14px;
	}
}

@media screen and (max-width: 889px) {
	.services > section {
		width: 50%;
	}
}

@media screen and (max-width: 799px) {
	.header-video,
	.header-image {
		display: none;
	}

	.site-header,
	.is-front-page .site-header {
		background: url(images/head-bg.png) center center no-repeat;
		padding-top: 40px;
	}

	.site-branding,
	.is-front-page .site-branding {
		float: none;
		background-size: cover;
		text-align: center;
		padding: 50px 0 0 0;
		height: auto;
	}

	.site-branding img,
	.is-front-page .site-branding img {
		width: 300px;
	}


	/*
	.site-desc,
	.is-front-page .site-desc {
		font-size: 15px;
		line-height: 1.2;
		margin: 10px 10px 0;
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		color: #154296;
	}

	.site-desc br,
	.is-front-page .site-desc br {
		display: none;
	}

	.site-desc:before,
	.is-front-page .site-desc:before {
		display: none;
	}
	*/

	.header-right {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		max-width: none;
		width: auto;
		height: 0;
		background: none;
		margin: 0;
		padding: 0;
	}

	.is-front-page .header-right {
		position: static;
		top: auto;
		left: auto;
		right: auto;
		max-width: none;
		width: auto;
		height: auto;
		background-position: right top;
		margin-top: 25px;
		padding: 5px 20px;
	}

	.language-switcher,
	.is-front-page .language-switcher {
		top: 20px;
		right: 20px;
		z-index: 2;
	}

	#languages-menu > li a {
		background-color: #999;
	}

	#languages-menu > li a:hover {
		background-color: #aaa;
	}

	#languages-menu > li > ul {
		background-color: #999;
	}

	.head-contacts,
	.is-front-page .head-contacts {
		left: auto;
		top: 20px;
		right: 150px;
		padding: 0;
		margin: 0;
		border: none;
	}

	.head-contacts > li,
	.is-front-page .head-contacts > li {
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		font-size: 13px;
		color: #666;
		height: auto;
		line-height: 18px;
	}

	.header-gallery__button {
		display: block;
		position: relative;
		left: 0;
		top: 0;
		right: 0;
		padding: 10px;
		margin: 0;
	}

	.header-gallery__icon {
		width: 50px;
		height: 50px;
		padding: 0;
		border: none;
	}

	.header-gallery__icon > i {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
		padding-left: 3px;
	}

	.header-gallery__text {
		font-size: 13px;
		line-height: 1.2;
		margin-left: 12px;
	}

	.header-keywords {
		display: none;
	}

	.top-widgets .lSSlideWrapper {
		background: #ffc138;
	}

	.mobile-keywords {
		display: block;
	}

	.mobile-keywords li {
		height: 50px;
		flex-grow: 1;
		position: relative;
		padding: 0 14px;
		width: 180px;
	}

	.mobile-keywords li:after {
		z-index: 1;
		content: '';
		position: absolute;
		right: -14px;
		top: 0;
		display: block;
		width: 28px;
		height: 50px;
		background: url(images/header-keyword-border-2.png) right top no-repeat;
		background-size: 28px 50px;
	}

	.mobile-keywords li:last-child:after {
		display: none;
	}
	
	.mobile-keywords a {
		display: block;
		font-family: 'Roboto', Arial, Helvetica, sans-serif;
		text-align: center;
	}

	.mobile-keywords .single a {
		font-size: 20px;
		padding-top: 10px;
	}

	.mobile-keywords .double a {
		font-size: 12px;
		padding-top: 8px;
	}

	.mobile-keywords a:link,
	.mobile-keywords a:visited {
		color: #000;
		text-decoration: none;
	}

	.menu-toggle {
		display: block;
		border: 0;
		padding: 0;
		background: 0;
		position: absolute;
		top: 20px;
		left: 20px;
		z-index: 2;
		width: 32px;
		height: 32px;
		background: #154296;
		border-radius: 50%;
		padding: 8px;
	}

	.admin-bar .menu-toggle {
		top: 60px;
	}


	.menu-toggle > svg {
		width: 16px;
		height: 16px;
		color: #fff
	}

	.menu-close {
		display: block;
		border: 0;
		padding: 0;
		background: 0;
		position: absolute;
		top: 20px;
		right: 20px;
		z-index: 1;
	}

	.admin-bar .menu-close {
		top: 60px;
	}

	.menu-close > svg {
		width: 24px;
		height: 24px;
		color: #fff
	}

	.main-navigation {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 9999;
	}

	.main-navigation.toggled {
		position: fixed;
		right: 0;
		bottom: 0;
		background: rgba(255,255,255,0.5);
	}

	#primary-menu {
		left: -100%;
		position: fixed;
		display: block;
		height: 100vh;
		top: 0;
		width: 300px;
		max-width: 100%;
		z-index: 2;
		transition: left 0.3s ease;
		overflow: auto;
		padding-top: 50px;
	}

	.admin-bar #primary-menu {
		padding-top: 90px;
	}

	.toggled #primary-menu {
		left: 0;
	}

	#primary-menu li {
		display: block;
		height: auto;
	}

	#primary-menu li a {
		display: block;
		height: auto;
		line-height: 40px;
	}

	.header-gallery__popup .header-gallery {
		padding: 20px;
	}
}

@media screen and (max-width: 599px) {
	.services > section {
		width: 100%;
		min-height: 260px !important;
	}

	.services > section > div {
		position: relative !important;
		height: 230px
	}

	.footer-content {
		display: block;
		position: relative;
		text-align: center;
	}

	.footer-logo {
		width: 100%;
		padding: 0 0 10px 0;
	}

	.footer-content > div {
		font-size: 12px;
		margin-bottom: 15px;
	}

	.creator {
		text-align: center;
	}

	.creator span {
		display: block;
		position: relative;
		top: 0;
		right: 0;
		margin: 0 0 10px 0;
	}

	.creator-logo {
		position: relative;
		top: 0;
		right: 0;
	}
}

@media screen and (max-width: 480px) {
	.head-contacts,
	.is-front-page .head-contacts {
		top: 60px;
		right: 20px;
	}

	.site-branding,
	.is-front-page .site-branding {
		padding: 70px 0 0 0;
	}

	.site-branding img,
	.is-front-page .site-branding img {
		width: 250px;
	}

	.type-page .entry-title, 
	.page-title, 
	.customers .widget-title {
		font-size: 24px;
	}

	.type-page .entry-title:before, 
	.page-title:before, 
	.customers .widget-title:before {
		display: none;
	}

	.entry-content {
		margin-top: 0;
	}

	h1 {
		font-size: 1.4em;
	}

	h2 {
		font-size: 1.2em;
	}

	ol, ul {
		margin-left: 0;
	}
}