/*!
Theme Name: money
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: megastroi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

megastroi is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;700&display=swap');


.section__title {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 48px;
	line-height: 150%;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #303F54;
}

.section__title:first-letter {
	color: #137FD8;
}

.text {
	font-size: 12px;
	line-height: 14px;
}

.main__text,.popup-subtitle {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

.main__link,.popup-title {
	font-size: 16px;
	line-height: 21px;
}

.footer__info .main__link {
	max-width: 300px;
}

h2 {
	font-weight: 300;
	font-size: 36px;
	line-height: 48px;
}

h3, {
	font-size: 24px;
	font-weight: bold;
	line-height: 36px;
}


.dblue { color: #303F54; }
.dark { color: #333333; }
.blue { color: #137FD8 !important; }
.white { color: #FFFFFF; }
.gray { color: #C4C4C4; }

.bg-white { background: #FFFFFF !important;}


.mb-30 { margin-bottom: 30px;}
.mb-45 {margin-bottom: 45px;}
.mb-60 { margin-bottom: 60px !important;}
.mb-75 { margin-bottom: 75px !important;}
.mb-90 { margin-bottom: 90px;}
.mb-105 {margin-bottom: 105px !important;}
.mb-120 {margin-bottom: 120px !important;}
.mb-130 {margin-bottom: 130px !important;}

.text__unone { text-transform: none;}
.text-decoration-underline {text-decoration: underline;}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body, h1, h2, h3, h4, h5, h6, ul, ol, p{
	margin: 0;
	padding: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

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

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	cursor: pointer;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
	border: 1px solid #DBB492 !important;
	width: 12px !important;
	height: 12px !important;
	background: transparent !important;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body {
	color: #333333;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
}

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

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

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

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


ul {
	list-style: none;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

figure {
	margin: 1em 0;
}

table {
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
.primary-button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	font-family: 'Roboto',sans-serif;
	font-weight: normal;
	font-size: 14px;
	line-height: 46px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	background: #137FD8;
	border: none;
	transition: 0.3s ease-in-out;
	outline: 0;
	border-radius: 0;
	padding: 0 13px;
	cursor: pointer;
	min-width: 163px;
}


.primary-button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #137FD8;
	box-shadow: 0px 7px 15px rgba(19, 127, 216, 0.4);
	transition: 0.3s ease-in-out;
	color: #FFFFFF;
	outline: none;
}
.primary-button:visited,
.primary-button:active {
	color: #FFFFFF;
}

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;
	outline: 0;
	color: #FFFFFF;
}

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 {
	border: 1px solid #E0E0E0;
	border-radius: 0;
	padding: 10px 20px;
	width: 100%;
	color: #333333;
	margin-top: 5px;
}

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 {
	outline: 0;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	opacity: 0;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a { color: #333333; transition: 0.3s ease-in-out; display: inline-block; }

a:hover, a:focus, a:active { color: #137FD8; transition: 0.3s ease-in-out; text-decoration: none;}

a:focus { outline: 0; }

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

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

.main-navigation ul li a {
	position: relative;
}
/*
.main-navigation ul .menu-item-has-children > a::before {
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -15px;
    border-top: 7px solid #137FD8;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 1px solid transparent;
    z-index: 1000;
}

.header.active .menu-item-has-children > a::after {
	content: "";
    position: absolute;
    bottom: -11px;
    transform: translateX(-50%);
    left: 50%;
    border-top: 1px solid transparent;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    border-bottom: 7px solid #FFFFFF;
    z-index: 1000;
}
*/
.footer__content .menu-item-has-children > a::before,
.main-navigation ul ul ul .menu-item-has-children > a::before,
.main-navigation ul ul ul .menu-item-has-children > a::after,
.main-navigation ul ul ul ul .menu-item-has-children > a::before,
.main-navigation ul ul ul ul .menu-item-has-children > a::after {
	display: none;
}

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

.main-navigation ul li {
	padding: 11px 0;
	margin-right: 30px;
}

.main-navigation ul li:last-child {
	margin-right: 0;
}

.main-navigation ul ul {
	background: #FFFFFF;
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	width: 100%;
	transition: 0.3s ease;
}

.main-navigation ul ul::before {
	content: '';
	background: #FFFFFF;
	position: absolute;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.main-navigation ul ul::after {
	content: '';
	background: #FFFFFF;
	position: absolute;
	right: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}

.main-navigation ul ul li{
	padding: 35px 0;
	display: block !important; 
}

.main-navigation ul ul ul{ 
	display: none;
}

.main-navigation ul ul li a {
	font-size: 14px;
	line-height: 16px;
}

.main-navigation ul ul ul {
	background: #303F54;	
	left: -999em;
	padding-top: 23px;
	width: 1140px !important;
	transition: 0.3s ease;
}

.main-navigation ul ul ul li {
	max-width: 218px;
	width: 100%;
	padding: 0;
	margin-bottom: 23px;
}

.main-navigation ul ul ul li:last-child {
	margin-bottom: 0;
}

.main-navigation ul ul ul li a {
	color: #FFFFFF;
}

.main-navigation ul ul ul::after,
.main-navigation ul ul ul::before  {
	background: #303F54;
	z-index: 0;
}

.main-navigation ul ul ul li::after,
.main-navigation ul ul ul li::before {
	background: #303F54;
	z-index: 0;
}

.main-navigation ul ul ul ul {
	padding-top: 23px;
	padding-bottom: 58px;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 100;
	overflow: hidden;
	transition: 0.3s ease;
}

.main-navigation ul ul ul ul li + li {
	margin-left: 0;
}

.main-navigation ul ul ul ul li a {
	font-size: 14px;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul{
	left: 0;
	transition: 0.3s ease;
}

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

.main-navigation li {
	float: left;
}

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

.main-navigation a:hover {
	color:  #137FD8; 
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: 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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.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: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

#page {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	position: relative;
}

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

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.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;
}

/*--------------------------------------------------------------
## Breadcrumbs
--------------------------------------------------------------*/

.breadcrumbs {
	padding: 175px 0 27px;
	z-index: 10;
	position: relative;
}

.breadcrumbs-line {
	padding: 0 10px;
}

.breadcrumbs span {
	font-size: 12px;
	line-height: 14px;
	color: #C4C4C4;
}

.breadcrumbs span a span,
.breadcrumbs .col-lg-12 {
	color: #137FD8;
}

/*--------------------------------------------------------------
## Contact form
--------------------------------------------------------------*/

#fancybox-outer {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05) !important;
}

#fancybox-outer #fancybox-close {
	width: 19px;
	height: 19px;
	position: absolute;
    top: 20px;
    right: 20px;
	cursor: pointer;
	background: none;
}

#fancybox-outer #fancybox-close::before {
    content: "\f00d";
    font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    font-size: 32px;
    color: #137FD8;
}

#vacancies__file .wpcf7-form,
#call__back .wpcf7-form{
	height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
	padding: 66px 76px;
}

input.wpcf7-submit {width: 100%;}

div.wpcf7-response-output {
	border: 1px solid #EB5757;
    font-size: 11px;
    line-height: 17px;
    text-align: center;
}

span.wpcf7-not-valid-tip {
	text-align: center;
	font-size: 11px;
    line-height: 17px;
}

.contact__title {
	font-family: 'Open Sans',sans-serif;
	font-weight: 600;
	font-size: 24px;
	line-height: 150%;
	text-align: center;
	letter-spacing: 0.01em;
	text-transform: uppercase;
	color: #303F54;
}

input.wpcf7-not-valid {
	border: 1px solid #EB5757;
}

.wpcf7-form-control:focus {
	border: 1px solid #A1CCEF;
}

.wpcf7-form-control::placeholder {
	color: #E0E0E0;
}

/* Header */

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
}

.header .primary-button {
	width: 100%;
}

.header.active  .header__info {
	transition: 0.3s ease-in-out;
	background: #FFFFFF;
}

.header.active  .header__content {
	transition: 0.3s ease-in-out;
	background: #A1CCEF;
}

.header__info {
	padding: 21px 0;
	position: relative;
}

.header__info::after {
	content: "";
	bottom: -2px;
	position: absolute;
	border: 1px solid #A1CCEF;
	left: 0;
	right: 0;
	max-width: 1140px;
	width: 100%;
	margin: 0 auto;
}

.main__phone i,
.main__email i {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background: #A1CCEF;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-in-out;
	margin-right: 10px;
}	

.main__phone a:hover i,
.main__email a:hover i {
	background: #137FD8;
	transition: 0.3s ease-in-out;
}

#lang_choice_1 {
	font-family: 'Roboto',sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	color: #137FD8 !important;
	-webkit-appearance: none;
	background: transparent;
	border: none;
	border-radius: 0;
	width: 50px;
	z-index: 10;
	position: relative;
	cursor: pointer;
}

#lang_choice_1:hover {
	color: #FFFFFF;
	transition: 0.3s ease-in-out;
}

#lang_choice_1:focus {
	outline: 0;
	border: 0;
}

.languages_swatcher {
	position: relative;
	width: 50px;
	cursor: pointer;
}

.languages_swatcher::after {
	content: '\f0d7';
	font-family:"Font Awesome 5 Pro";
	font-weight: bold;
	font-size: 16px;
	color: #137FD8;
	position: absolute;
	right: 10px;
	top: 0;
	z-index: 5;
}

.header__search {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	width: 100%;
	overflow: hidden;
}

.header__search .search-submit {
	display: none;
}

.header__search .search-field {
	color: #137FD8;
	background: transparent;
    border: none;
    border-bottom: 1px solid #137FD8;
    border-radius: 0;
    outline: none;
    padding: 0;
    width: 100%;
    position: relative;
    right: -200%;
    transition: all .5s ease;
	z-index: 9;
	height: 16px;
}

.header__search .search-field::placeholder {
	color: #137FD8;
}

.header__search .icon__search {
	cursor: pointer;
	z-index: 10;
	font-size: 16px;
}

.header__search.active .search-field {
	right: 0;
	transition: all .5s ease;
}

/* Banner*/

.banner .about__info {}

.banner__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	padding-top: 60px;
}

.banner__controls {
	max-width: 160px;
	height: 26px;
	width: 100%;
	background: transparent;
	margin-bottom: 60px;
	position: relative;
}

.banner__controls .slick-dots li button:before,
.services__controls .slick-dots li button:before {
	width: 9px;
	height: 9px;
	background: #FFFFFF;
	border-radius: 0;
	top: 50%;
    transform: translateY(-50%);
	transition: 0.3s ease-in-out;
}

.services__controls .slick-dots li button:before {
	background: #C4C4C4; 
}

.slick-dots {
	z-index: 5;
}

.banner__controls .slick-dots li.slick-active button:before,
.services__controls .slick-dots li.slick-active button:before{
	width: 15px;
	height: 15px;
	background: #137FD8;
	border: none;
	transition: 0.3s ease-in-out;
}

.banner__controls .slick-dots li:hover button:before,
.services__controls .slick-dots li:hover button:before{
	background: #137FD8;
	transition: 0.3s ease-in-out;
	border: none;
}

.banner__controls .slick-dots li:hover button,
.services__controls .slick-dots li:hover button{ 
	box-shadow: none;
}

.banner__controls .slick-arrow {
	cursor: pointer;
}

.banner__controls .slick-arrow:hover {
	transition: 0.3s ease-in-out;
	color: #137FD8;
}

.banner__controls .prev-slick {
	left: -67px !important;
}

.banner__controls .next-slick {
	right: -67px !important;
}

.banner__image {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.03);
}

.js-banner > .banner__item:nth-child(n+2) {
	display: none !important;
}

.js-banner .slick-list {
	padding: 60px 0;
}

/* About */

.about {
	padding-bottom: 255px;
}

.page__about {
	padding-top: 60px;
}

.about__info {
	position: relative;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	padding: 72px 96px;
	margin-bottom: 60px;
	margin-top: 210px;
}

.tab__pane::before,
.about__info::before,
.vacancies__info-block::before,
.blog__block::before,
.services__info-block::before,
.services__info-inner::before {
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	max-width: 390px;
	width: 100%;
	transform: translateX(-50%);
	height: 23px;
	background: #A1CCEF;
	box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.05);
	border-radius: 0px 0px 20px 20px;
}

.about__info > p {
	max-width: 555px;
	width: 100%;
}

.scroll_down-animate {
	width: 25px;
	height: 25px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	animation: arrow-scroll 1.7s infinite ease;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 37px;
}

@keyframes arrow-scroll {
  0% {
    transform: translate(-50%,0);
  }
  50% {
    transform: translate(-50%,-7px);
  }
  55% {
    transform: translate(-50%,-7px);
  }
  100% {
    transform: translate(-50%,0);
  }
}

.about__item {
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	position: relative;
	padding: 91px 87px 60px;
	text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%;
}

.about__item img {
	width: 70px;
}

.stack__list::before,
.about__item::before,
.vacancies__features-block::before{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	max-width: 70px;
	width: 100%;
	transform: translateX(-50%);
	height: 18px;
	background: #A1CCEF;
	box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.05);
	border-radius: 0px 0px 20px 20px;
}

.footer__content {
	padding-top: 45px;
	background: #303F54;
}

.footer__content .row:nth-child(2) {
	padding: 15px 0;
	position: relative;
}

.footer__info {
	background: #F9F9F9;
	padding: 62px 0;
}

.footer__info .main__address i,
.footer__info .main__phone i,
.footer__info .main__email i {
	width: 48px;
	height: 48px;
	flex: 0 0 48px;
	border-radius: 50%;
	border: 1px solid #333333;
	background: transparent;
	color:  #333333;
	font-size: 16px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease-in-out;
	margin-right: 10px;
}	

.footer__info .main__address:hover i,
.footer__info .main__phone a:hover i,
.footer__info .main__email a:hover i {
	background: #137FD8;
	border: 1px solid #137FD8;
	transition: 0.3s ease-in-out;
	color:  #FFFFFF;
}

.footer__content .main-navigation ul {
	display: flex;
	justify-content: space-between;
}

.footer__content .main-navigation ul.sub-menu{
	margin-top: 15px;
}

.footer__content .main-navigation a{
	font-weight: bold;
	font-size: 18px;
	line-height: 24px;
	color: #C4C4C4;
}

.footer__content .main-navigation a:hover {
	color: #137FD8;
}

.footer__content .main-navigation ul::after,
.footer__content .main-navigation ul::before {
	display: none;
}

.footer__content .main-navigation ul ul {
	left: auto;
	background: transparent;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	position: static;
}

.footer__content .main-navigation ul ul li + li {
	margin-left: 0;
}

.footer__content .main-navigation ul ul a {
	font-weight: normal;
	font-size: 12px;
	line-height: 178%;
	color: #C4C4C4;
}

.footer__content .main-navigation li {
	padding: 0;
}

.footer__social > a {
	font-size: 24px;
}

.footer__social a + a {
	margin-left: 10px;
}

.footer__content .row:nth-child(2)::before {
	content: "";
    top: 0;
    position: absolute;
    border: 1px solid #697383;
    left: 0;
    right: 0;
    max-width: 1140px;
    width: 100%;
    margin: 0 auto;
}

/* Partners */

.partners {
	padding: 200px 0 160px;
	margin-top: -114px;
}

.partners__controls {
	width: 163px;
	position: relative;
}

.slick-arrow {
	width: 67px;
	line-height: 54px;
	text-align: center;
	color: #C4C4C4;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	transition: 0.3s ease-in-out;
	font-size: 28px;
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
}

.slick-arrow:hover {
	color: #137FD8;
	transition: 0.3s ease-in-out;
}

.prev-slick { left: 0; }
.next-slick { right: 0; }

.projects {
	margin-top: -165px;
}

.projects__item > a{
	position: relative;
	min-height: 500px !important;
	display: flex !important;
	align-items: flex-end;
	overflow: hidden;
}

.projects__item-content  {
	padding: 65px 45px;
	transition: 0.3s ease-in-out;
}

.projects__item-content h2 {font-size: 30px; line-height: 42px;}


.projects__item-content button {
	opacity: 0;
	visibility: hidden;
}

.projects__item > a:hover {
	background: #137FD8;
	transition: 0.3s ease-in-out;
}
.projects__item > a:hover button { opacity: 1; visibility: visible;; box-shadow: 0px 7px 15px rgba(255, 255, 255, 0.2); }

.projects__controls,
.project__info-controls {
	width: 163px;
	height: 54px;
	position: relative;
	margin: 0 auto;
}

.project__info-text p {
	margin-bottom: 15px;
}

.technology__content ul,
.project__info-text ul {
	margin-bottom: 30px;
}

.page-template-page-solutions .technology__solution ul li,
.page-template-default .entry-content ul li,
.technology__content ul li,
.project__info-text ul li {
	position: relative;
	padding-left: 20px;
}

.page-template-page-solutions .technology__solution ul li::before,
.page-template-default .entry-content ul li::before,
.technology__content ul li::before,
.project__info-text ul li::before {
	content: "";
	top: 8px;
	left: 0;
	position: absolute;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #137FD8;
}

/*--------------------------------------------------------------
## About Us
--------------------------------------------------------------*/

/* Banner */

.banner__inner.banner__about {
	height: inherit;
	padding-top: 180px;
}

.banner__about .banner__description p {
	margin-bottom: 15px;
}

.banner__about .banner__description p:last-child {
	margin-bottom: 0;
}

/* Features */

.features {
	padding-bottom: 100px;
}

.features__item {
	padding: 70px 50px;
	text-align: left;
}

.features__item P {
	margin-bottom: 15px;
}

.features__item P:last-child {
	margin-bottom: 0;
}

.features__list{
	margin-top: -133px;
}

/*.features__item p:first-letter {
	color: #137FD8;
	font-size: 36px;
} */

/* Principles */

.principles {
	padding-top: 110px;
}

.accordeon-block {
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	padding: 32px 40px;	
}

.accordeon-block-content {
	padding: 20px 98px;
}

.accordeon-block-content li {
	position: relative;
	padding-left: 22px;
}

.accordeon-block-content li + li {
	margin-top: 15px;
}

.accordeon-block-content li::before {
	content: "";
	width: 7px;
	height: 7px;
	background: #137FD8;
	position: absolute;
	left: 0;
	top: 7px;
	border-radius: 50%;
}

.plus_minus {
	width: 54px;
	height: 54px;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	position: relative;
	cursor: pointer;
	margin-left: auto;
}

.plus_minus::before {
	content: "\f067";
	font-weight: 300;
    font-family: "Font Awesome 5 Pro";
	font-size: 25px;
	color: #137FD8;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.activate-tab .plus_minus::before {
	content: "\f068";
}

.principles__quote {
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	padding: 76px 82px;
	position: relative;
}

.principles__quote::before {
	content: url('../money/img/quote.svg');
	position: absolute;
	top: 30px;
	left: 30px;
	width: 44px;
	height: 26px;
}

.principles__quote::after {
	content: url('../money/img/quote.svg');
	position: absolute;
	bottom: 30px;
	right: 30px;
	width: 44px;
	height: 26px;
	transform: rotate(180deg);
}

.principles__quote p + p {
	margin-top: 15px;
}

/* Services */
.page-template-page-services-archive .banner__inner {
	padding-top: 0;
}

.page-template-page-services-archive .banner__inner .slick-slider {
	margin-bottom: 0;
}

.services {
	padding: 60px 0 90px;
}

.services__content {
	position: relative;
	padding: 80px 50px 120px;
	background: #FAFAFA;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}

.services__content::before,
.project__info-block::before{
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 390px;
    width: 100%;
    transform: translateX(-50%);
    height: 18px;
    background: #A1CCEF;
    box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 20px 20px;
}

.services__list {
	margin-top: -50px;
	display: flex;
	align-items: flex-start;
}

.services__item {
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	text-align: center;
	max-width: 275px;
	width: 100%;
	transition: 0.3s ease-in-out;
}

.services__list > li + li {
	margin-left: 30px;
}

.services__item > h2 a{
	height: 122px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 30px 20px;
	transition: 0.3s ease-in-out;
}

.services__item:hover a{
	transition: 0.3s ease-in-out;
	background:  #137FD8;
	color: #FFFFFF;
}

.services__item {
	position: relative;
}

.services__item::before {
	content: "";
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 70px;
    width: 100%;
    transform: translateX(-50%);
    height: 18px;
    background: #A1CCEF;
    box-shadow: inset 0px -4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 0px 0px 20px 20px;
}

.services__subitem  a{
	border-top: 1px solid #E7E7E7;
	padding: 15px 30px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services__subitem:hover {
	background: #137FD8;
	transition: 0.3s ease-in-out;
}

.services__subitem:hover a {
	color: #FFFFFF !important;
}

.accordeon-block__image {
	max-width: 220px;
	width: 100%;
}

.accordeon-block__image:last-child {
	margin-right: auto;
}

/* Partners */

.partners .accordeon-block-content{
	padding: 30px 80px;
}

.partners__about {
	margin-top: -495px;
	padding-top: 495px;
	padding-bottom: 100px;
}

/* Reviews */

.reviews__item {
	position: relative;
	text-align: center;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

.reviews__item > a {
	width: 100%;
	height: 100%;
	padding: 40px 44px;
	z-index: 10;
}

.reviews__item img {
	filter: grayscale(100%);
	transition: 0.3s ease-in-out;
	margin: 0 auto;
}

.reviews__item a:hover img {
	filter: grayscale(0) blur(5px);
	transition: 0.3s ease-in-out;
}

.reviews__item a:hover::before {
	content: "\f002";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	font-weight: 300;
    font-family: "Font Awesome 5 Pro";
	font-size: 35px;
	color: #137FD8;
	transition: 0.3s ease-in-out;
	z-index: 1;
}

.reviews__item a:hover::after {
	content: "\f067";
	position: absolute;
	top: 49%;
	left: 49%;
	transform: translate(-50%,-50%);
	font-weight: 300;
    font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	color: #137FD8;
	transition: 0.3s ease-in-out;
	z-index: 1;
}

.reviews__controls {
	width: 163px;
	height: 54px;
    position: relative;
}

.js-reviews .slick-list{
	padding: 60px 0;
}

/* Contacts */

.contacts { 
	padding: 112px 0 131px;
}

.contacts .main__address i,
.contacts .main__phone i,
.contacts .main__email i{
	width: 48px;
    height: 48px;
	flex: 0 0 48px;
    border-radius: 50%;
	background: transparent;
	border: 1px solid #137FD8;
	color: #137FD8;
	font-size: 16px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-right: 10px;
}

.contacts .main__address a:hover i, 
.contacts .main__phone a:hover i, 
.contacts .main__email a:hover i {
	background: transparent;
}

/* Callback */

.call__back-item {
	display: flex;
	align-items: center;
	background: #A1CCEF;
	min-height: 360px;
	overflow: hidden;
}

.call__back-image {
	margin-left: -14px;
    margin-bottom: -43px;
}

/*--------------------------------------------------------------
## Projects
--------------------------------------------------------------*/

.archive .projects {
	margin-top: 0;
}

.project__item {
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	height: 100%;
	display: flex;
	flex-direction: column;
}

.project__item > h3 {
	height: 66px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.project__item-content {
	padding: 50px 23px;
	flex: 1;
}

.pagination__link > a {
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	color: #137FD8;
}

.page-numbers {
	color: #C4C4C4;
}

.page-numbers:hover {
	color: #137FD8;
}

.page-numbers.current {
	color: #333333;
}

/*--------------------------------------------------------------
## Projects - Single
--------------------------------------------------------------*/

.project__info {line-height: 1;}
.project__info iframe {width: 100%;height: 600px;}

.project__info-block {
	padding: 70px 100px;
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}

.project__info-block h3:first-letter{
	color: #137FD8;
}

.project__info-objective p + p,
.project__info-solution p + p, 
.project__info-result p + p  {
	margin-top: 15px;
}

.single .projects {
	margin-top: 0;
}

.projects__comments-item {
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}

.projects__comments-image {
	max-width: 360px;
	width: 100%;
}

.projects__comments-wrap {
	max-width: 760px;
	width: 100%;
	padding: 80px 75px 80px 160px;
}

.projects__comments-content {
	position: relative;
}

.projects__comments-content::before {
    content: url(../money/img/quote.svg);
    position: absolute;
    top: -30px;
    left: -30px;
    width: 44px;
    height: 26px;
}

.projects__comments-content::after {
    content: url(../money/img/quote.svg);
    position: absolute;
    bottom: -30px;
    right: -30px;
    width: 44px;
    height: 26px;
    transform: rotate(180deg);
}

.projects__group-info {
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	height: 100%;
}

.projects__group-info > h3 {
	background: #A1CCEF;
	padding: 30px 50px;
}

.projects__group-content {
	padding: 39px 50px;
}

/*--------------------------------------------------------------
## Vacancies
--------------------------------------------------------------*/
.vacancies__info {
	margin-top: -133px;
}

.vacancies__info-block {
	position: relative;
	background: #FFFFFF;
	padding: 85px 95px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}

.vacancies__info-block p:first-child:first-letter{
	color: #137FD8;
	font-size: 36px;
}

.vacancies__info-block p + p {
	margin-top: 30px;
}

.vacancies__features {
	margin-bottom: 130px;
}

.vacancies__features-block {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	min-height: 390px;
	padding: 0 60px;
}

.vacancies__list {
	margin-bottom: 70px;
}

.vacancies__item {
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	padding: 45px 63px;
}

.vacancies__content {
	background: #FFFFFF;
	padding: 45px 50px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}

.vacancies__content h1 {
	font-size: 24px;
	line-height: 36px;
}

.vacancies__content-text h3 {
	font-weight: normal;
	margin-bottom: 20px;
}

.vacancies__content-text ul {
	margin-bottom: 50px;
}

.vacancies__content-text ul li {
	position: relative;
	padding-left: 21px;
}

.vacancies__content-text ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #137FD8;
	position: absolute;
	top: 6px;
	left: 0;
}

.vacancies__content-text ul li + li {
	margin-top: 15px;
}

.vacancies__sidebar {
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}

.vacancies__sidebar-heading {
	padding: 30px;
}

.vacancies__sidebar-title {
	font-weight: normal;
	font-size: 16px;
	line-height: 26px;
}

.vacancies__sidebar-content {
	max-height: 540px;
	overflow-y: auto;
}

.vacancies__sidebar-item {
	border-top: 1px solid #E7E7E7;
}

.vacancies__sidebar-item > a {
	padding: 30px;
}

.vacancies__sidebar-content::-webkit-scrollbar-track
{
	background-color: #FFFFFF;
}

.vacancies__sidebar-content::-webkit-scrollbar
{
	width: 6px;
	background-color: #137FD8;
}

.vacancies__sidebar-content::-webkit-scrollbar-thumb {
	background-color: #137FD8;
}

.vacancies__question {
	background: #A1CCEF;
	position: relative;
	padding: 45px 65px;
	overflow: hidden;
}

.vacancies__question-content {
	max-width: 400px;
	width: 100%;
}

.vacancies__question img {
	position: absolute;
	top: 0;
	right: 0;
}

/*--------------------------------------------------------------
## Blog
--------------------------------------------------------------*/
.blog__list .row:nth-child(n+2) .col-xl-12 .blog__item-image {
	/*height: 295px;*/
	overflow: hidden;
}

.blog__list .row:nth-child(n+2) .col-xl-12  .blog__item-content {
	padding: 56px 48px;
}

.blog__item {
	display: flex;
	flex-direction: column;
	height: 100%;
}
.blog__item {
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}

.blog__item-content {
	align-items: flex-start;
    padding: 15px 30px 60px;
    display: flex;
    flex-direction: column;
    height: 100%;
    flex: 1;
}

.blog__item h3 {
	padding: 25px 0;
}

.blog__item-link { margin-top: auto;}

.blog__block {
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	padding: 90px 70px;
	position: relative;
}

.blog__presentation-image {
	max-width: 390px;
	width: 100%;
}

.blog__presentation-link { width: 100% }

.blog__presentation-link > a{
	width: 100%;
	height: 100%;
}

.blog__presentation-link i { font-size: 36px; }

.blog__presentation { background: #137FD8; }

.blog__content h2 { margin-bottom: 30px; }

.blog__content p { margin-top: 35px;}

.blog__buttom p { line-height: 178%; }

.news__list { margin-bottom: 250px; }

/*--------------------------------------------------------------
## Services
--------------------------------------------------------------*/

.page-child .services {
	padding-bottom: 0;
	padding-top: 0;
}

.services__banner,
.services__slider-item {
	background: #137FD8;
}

.js-services__slider >.col-xl-12:nth-child(n+2) {
	display: none;
}

.services__slider-content,
.services__banner-text {
	max-width: 500px;
	width: 100%;
	text-align: left;
	padding: 30px 60px;
}

.services__banner-text p {
	font-size: 18px;
	line-height: 130%;
}

.services__info-block,
.services__info-inner {
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	padding: 85px 100px;
	position: relative;
}

.services__info-block p + p,
.services__info-content p + p {
	margin-top: 30px;
}

.services__info-block:first-letter,
.services__offer-block p:first-letter,
.services__info-content:first-letter {
	color: #137FD8;
	font-size: 36px;
}

.services__offer-block {
	height: 100%;
	background: #FFFFFF;
	padding: 50px;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}

.services__features-block {
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	padding: 90px 40px 75px;
}

.services__features-block > img {
	width: 94px;
}

.services__experts-block {
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
	padding: 30px;
	height: 100%;
}

.services__experts-block span {
	background: #137FD8;
	max-width: 93px;
	width: 100%;
	height: 93px;
	border-radius: 50%;
}

.services__slider-content {
	padding: 90px;
}

.services__controls {
	max-width: 385px;
	height: 26px;
	width: 100%;
	background: transparent;
	position: relative;
}

.pos__banner-title {
	font-size: 28px;
	line-height: 44px;
}

.pos__about .about__item {
	padding: 60px 65px;
}

.blog__content ul li,
.services__info-block ul li,
.about__text ul li,
.tab__pane  ul li{
	position: relative;
	padding-left: 20px;
	line-height: 32px;
}

.blog__content ul li::before,
.services__info-block ul li::before,
.about__text ul li::before,
.tab__pane ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #137FD8;
	position: absolute;
	top: 12px;
	left: 0;
}

.blog__content ul,
.blog__content h2,
.blog__content h3,
.blog__content h4 {
	margin-bottom: 30px;
}

.blog__content ul li + li {
	margin-top: 15px;
}
 
.tab__pane ul li ul {
	padding-top: 15px;
}

.tab__pane ul li ul li + li {
	margin-top: 10px;
}
.tab__pane ul li ul li::before {
	background: #303F54;
}

/*--------------------------------------------------------------
## Technology
--------------------------------------------------------------*/

.technology__block {
	padding: 50px;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);	
}

.technology__slider > .technology__slider-item:nth-child(n+2) {
	display: none;
}

.technology__controls {
	position: relative;
	max-width: 160px;
	height: 54px;
	width: 100%;
	margin: 0 auto;
}

.technology__content p + p {
	margin-top: 30px;
}

.ds__features .about__item {
	padding: 60px 15px;
}

.ds__features .about__item a {
	margin-top: auto;
}

.home__banner .js-banner .slick-list {
	padding: 0;
	overflow: inherit;
}
/*--------------------------------------------------------------
## DS
--------------------------------------------------------------*/

.stack__list {
	position: relative;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}

.stack__list h3 {
	height: 112px;
	padding-top: 80px;
	padding-bottom: 20px;
	text-align: center;
}

.stack__sublist {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #E7E7E7;
}

.stack__subitem {
	height: 72px;
	width: 50%;
	border-bottom: 1px solid #E7E7E7;
	transition: 0.3s ease-in-out;
	text-align: center;
}

.stack__subitem a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.stack__subitem:hover {
	background: #137FD8;
	transition: 0.3s ease-in-out;
}

.stack__subitem:hover a{
	color: #FFFFFF !important;
	transition: 0.3s ease-in-out;
}

.stack__subitem:nth-child(odd) {
	border-right: 1px solid #E7E7E7;
}

.stack__subitem:nth-last-child(2):nth-child(odd),
.stack__subitem:last-child {
	border-bottom: none;
}

.services__group-item {
	height: 100%;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}

.services__group-item h3 {
	background: #A1CCEF;
	padding: 33px 30px;
}

.ds__services {
	padding: 0;
}

.ds__services .projects__group-content {
	padding: 40px 30px;
}

.ds__services .projects__group-content ul li{
	position: relative;
	padding-left: 20px;
	font-size: 12px;
	line-height: 178%;
}

.ds__services .projects__group-content ul li + li {
	margin-top: 30px;
}

.ds__services .projects__group-content ul li::before {
	content: "";
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #137FD8;
	position: absolute;
	top: 7px;
	left: 0;
}

.steps__item {
	position: relative;
	background: #137FD8;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
	transition: 0.3s ease-in-out;
}

.steps__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 150px;
	text-align: center;
	padding: 30px;
}

.steps__item:hover {
	background: #FFFFFF;
	transition: 0.3s ease-in-out;
}

.steps__item:hover span {
	color: #137FD8;
}

.steps__item::after {
	content: "\f061";
	font-weight: 300;
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
	position: absolute;
	width: 38px;
	height: 38px;
	top: 50%;
	right: -34px;
	transform: translateY(-50%);
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.07);
	color: #303F54;
	text-align: center;
	line-height: 38px;
	z-index: 10;
}

.col-xl-2:last-child > .steps__item::after {
	display: none;
} 

.ds__info .projects__group-info {
	height: 100%;
}

.ds__info .projects__group-content p + p {
	margin-top: 30px;
}

.tab__pane {
	position: relative;
	padding: 90px 95px;
	background: #FFFFFF;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.06);
}

.tab__content {display: none;}
.tab__content.current {display: inherit;}


/*--------------------------------------------------------------
## POS



.ecosystem__item a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #A1CCEF;
}

.ecosystem__item .tab__link {
	background: #137FD8;
}
--------------------------------------------------------------*/

.ecosystem .row:nth-child(2) .col-xl-4:nth-child(1) .ecosystem__item::before,
.ecosystem .row:nth-child(3) .col-xl-4:nth-child(1) .ecosystem__item::before{
	content: "";
	width: 30px;
	height: 1px;
	background: #A1CCEF;
	position: absolute;
	left: 50%;
	bottom: -30px;
	transform: translateX(-50%) rotate(90deg);
}

.ecosystem .row:nth-child(2) .col-xl-4:nth-child(1) .ecosystem__item::after,
.ecosystem .row:nth-child(4) .col-xl-4:nth-child(2) .ecosystem__item::after {
	content: "";
	width: 175px;
	height: 1px;
	background: #A1CCEF;
	position: absolute;
	top: 50%;
	right: -185px;
	transform: translateY(-50%);
}

.ecosystem .row:nth-child(2) .col-xl-4:nth-child(2) .ecosystem__item::after,
.ecosystem .row:nth-child(3) .col-xl-4:nth-child(2) .ecosystem__item::after {
	content: "";
	width: 175px;
	height: 5px;
	background: #137FD8;
	position: absolute;
	top: 50%;
	right: -185px;
	transform: translateY(-50%);
}

.ecosystem .row:nth-child(2) .col-xl-4:nth-child(2) .ecosystem__item::before,
.ecosystem .row:nth-child(2) .col-xl-4:nth-child(3) .ecosystem__item::before {
	content: "";
	width: 80px;
	height: 5px;
	background: #137FD8;
	position: absolute;
	left: 50%;
	bottom: -60px;
	transform: translateX(-50%) rotate(90deg);
}

.ecosystem .row:nth-child(3) .col-xl-4:nth-child(2) .ecosystem__item::before {
	content: "";
	width: 80px;
	height: 1px;
	background: #A1CCEF;
	position: absolute;
	left: 50%;
	bottom: -60px;
	transform: translateX(-50%) rotate(90deg);
}

.pos__about {padding-bottom: 0px;}

.tab__link:hover {
	color: #FFFFFF;
}

.projects__group-content ul li{
	position: relative;
	padding-left: 20px;
	line-height: 30px;
}

.projects__group-content ul li::before {
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
	background: #137FD8;
}

article.page {
	margin-bottom: 60px;
	min-height: calc(100vh - 498px);
	display: flex;
	align-items: center;
}

button#responsive-menu-button {
	min-width: inherit;
}

#fancybox-overlay {
	background-color: rgba(0, 0, 0, 0.3) !important;
  	webkit-filter: blur(20px);
  	filter: blur(20px);
}

.project__item-image {
	height: 200px;
	display: flex;
}

.project__item-content > div:nth-child(2) {flex: 1;}

.project__item-image > img {
	width: 250px;
	object-fit: contain;
}

.search main#primary {
	padding-top: 180px;
}

.project__item-content a {
	margin-top: auto;
}

.wpcf7-form.sent .wpcf7-response-output {display: none !important;}
.vacancies__content-text {word-break: break-word;}

.response_ok {
	height: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 66px 76px;
}

#fancybox-wrap {
	min-width: 200px;
}

#fancybox-content {
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.24), 0px 0px 2px rgba(0, 0, 0, 0.12);
}

.mejs-button button {min-width: auto !important; } 

/* 404 Page */

.error404 .site-main {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1;
	min-height: 600px;
}

.error__404 {
	position: relative;
}

.error__404-title {
	font-family: 'Open Sans', sans-serif;
	font-size: 96px;
	font-weight: bold;
	line-height: 150%;
	margin-bottom: 25px;
	color: #137FD8;
}
.error__404-description {
	font-size: 18px;
	margin-bottom: 35px;
}

.features_nav .page-numbers.next {
	margin-left: auto;
	font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #137FD8;
}

.features_nav .page-numbers.prev {
	font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    color: #137FD8;
}

@media (min-width: 1200px) {
	.container {
		max-width: 1170px;
	}
}

.page-template-page-about .banner,
.page-template-page-ds .banner,
.page-template-page-pos .banner {
	margin-top: -228px;
}

.page-template-page-ds .banner__inner,
.page-template-page-pos .banner__inner {
	height: inherit;
}

.page-template-page-ds .banner__inner .banner__image img,
.page-template-page-pos .banner__inner .banner__image img {
	/*height: 350px;*/
	margin: 0 auto;
}

.banner__about .banner__image img {
	margin: 0 auto;
}

.features_nav .page-numbers,
.features_nav .page-numbers.current {
	display: none;
}

.features_nav .page-numbers.next,
.features_nav .page-numbers.prev {
	display: block;
}

@media (max-width: 1199px) {
	.main__link {font-size: 15px;}
	.main-navigation ul li a { font-size: 13px;}
	.footer__info .main__address i, .footer__info .main__phone i, .footer__info .main__email i {width: 30px;height: 30px; flex: 0 0 30px; }
	.features__item {padding: 45px 15px;}
	.call__back-image { margin-bottom: -94px;}
	.blog__item-image {height: 170px;}
	.services__slider-content {padding: 30px;}
	.services__group-item h3 {padding: 30px 15px;}
	.ecosystem .row:nth-child(2) .col-xl-4:nth-child(2) .ecosystem__item::after, 
	.ecosystem .row:nth-child(3) .col-xl-4:nth-child(2) .ecosystem__item::after,
	.ecosystem .row:nth-child(2) .col-xl-4:nth-child(1) .ecosystem__item::after, 
	.ecosystem .row:nth-child(4) .col-xl-4:nth-child(2) .ecosystem__item::after {
		width: 70px; right: -80px;
	}
	.header .main-navigation ul ul li { width: 22%;}
	.project__info iframe {width: 100%;height: 500px;}
}

@media (max-width: 991px) { 
	.mb-60 { margin-bottom: 30px !important; }
	.header__content, 
	.header__info .row .col-xl-2:nth-child(2),
	.header__info .row .col-xl-2:nth-child(4){ display: none; }
	.about__item, .principles__quote { padding: 60px 30px;}
	#responsive-menu-button { box-shadow: none;}
	#responsive-menu-container #responsive-menu-wrapper {padding-top: 60px;}
	.about__info { background-position: bottom right -150px !important; padding: 60px;}
	.banner__item { flex-direction: column-reverse;}
	.banner__inner {height: inherit; padding-top: 60px;}
	.banner__image {margin-bottom: 30px;}
	.banner__image img {width: 100%;}
	.main__link {font-size: 14px;} 
	.accordeon-block-content {padding: 20px 60px;}
	.call__back-image { display: none;}
	.call__back-item { padding: 30px;}
	.services__list {justify-content: space-between;}
	.services__item { max-width: inherit; width: 23%;}
	.blog__item-desc h2 {font-size: 21px; line-height: 27px;}
	.services__experts-block span { max-width: 45px; height: 45px;}
	.steps__item::after {display: none;}
	.projects__comments-item {flex-direction: column; }
	.projects__comments-image {max-width: inherit; text-align: center;}
	.banner__controls {bottom: 30px;}
	.ecosystem__item {width: 200px;}
	.ecosystem .row:nth-child(2) .col-xl-4:nth-child(2) .ecosystem__item::after, 
	.ecosystem .row:nth-child(3) .col-xl-4:nth-child(2) .ecosystem__item::after,
	.ecosystem .row:nth-child(2) .col-xl-4:nth-child(1) .ecosystem__item::after, 
	.ecosystem .row:nth-child(4) .col-xl-4:nth-child(2) .ecosystem__item::after {
		width: 50px; right: -60px;
	}
	.services {padding: 155px 0 60px;}
	.services__list > li + li {margin-left: 0;}
	.breadcrumbs {padding: 110px 0 27px;}
	.page-template-page-ds .banner,
	.page-template-page-pos .banner  {padding-top: 170px;}
	.project__info iframe {width: 100%;height: 450px;}
	
	.services__slider-content, .services__banner-text {
		max-width: inherit;
		width: 40%;
	}
	
	.services__image,
	.services__slider-image {
		width: 60%;
	}
	.services__image img,
	.services__slider-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
	.page-template-page-ds .banner__inner .banner__image img, 
	.page-template-page-pos .banner__inner .banner__image img {
		height: inherit;
	}
	.projects__comments-wrap {
		padding: 80px;
	}
}

@media (max-width: 767px) { 
	h2 { font-size: 24px; line-height: 32px;}
	h3 { font-size: 18px; line-height: 26px;}
	.section__title {font-size: 32px;}
	.main__phone .main__link,
	.main__email .main__link {font-size: 0;}
	.banner__controls { bottom: 30px;}
	.footer .main__phone .main__link,
	.footer .main__email .main__link {font-size: 13px;}
	.footer__content .main-navigation a {font-size: 14px;}
	.services__list {flex-wrap: wrap; align-items: stretch; }
	.services__item { max-width: inherit; margin-bottom: 30px; width: 47%;}
	.partners .accordeon-block-content { padding: 30px 0;}
	.accordeon-block__image { max-width: 215px;}
	.name-tab h3 {max-width: 350px;}
	.contacts .main__phone .main__link,
	.contacts .main__email .main__link {font-size: inherit;}
	.blog__item-image {/*height: 175px;*/height: auto;}
	.blog__block, .vacancies__info-block, .services__info-block, .services__info-inner,.technology__block, .tab__pane { padding: 60px 30px;}
	.banner__inner.banner__about { min-height: 250px;}
	.vacancies__question img { display: none;}
	.ecosystem__item {width: 150px;}
	.ecosystem__item a {font-size: 12px;}
	.ecosystem .row:nth-child(2) .col-xl-4:nth-child(2) .ecosystem__item::after, 
	.ecosystem .row:nth-child(3) .col-xl-4:nth-child(2) .ecosystem__item::after,
	.ecosystem .row:nth-child(2) .col-xl-4:nth-child(1) .ecosystem__item::after, 
	.ecosystem .row:nth-child(4) .col-xl-4:nth-child(2) .ecosystem__item::after { width: 30px; right: -40px; }
	.features__list , 
	.vacancies__info,
	.ds__features{ margin-top: 60px;}
	.home .about__info { margin-top: 120px; }
	.project__info iframe {width: 100%;height: 350px;}
	.services__slider-content, .services__banner-text {width: 100%;}
	.projects__comments-content {
		margin-bottom: 60px;
	}
	
	.steps .row:nth-child(3) {
		display: none;
	}
	.ds__info {
		margin-bottom: 0 !important;
	}
}

@media (max-width: 640px) { 
	.projects__group-content {padding: 10px 30px;}
}

@media (max-width: 575px) { 
	.banner__inner { height: inherit;}
	.main__phone i, .main__email i { width: 30px; height: 30px;	}
	.section__title { font-size: 21px;}
	.about__info { padding: 30px; margin-top: 30px;}
	.footer__content .main-navigation > div {display: flex; justify-content: center;}
	.footer__content .main-navigation ul { flex-wrap: wrap;}
	.main-navigation ul#footer-menu > li { width: 33%;margin-bottom: 30px; margin-right: 0;}
	.main-navigation ul#footer-menu > li:last-child {margin-right: auto;}
	.services__content { padding: 60px 15px;}
	.blog__list .row:nth-child(n+2) .col-xl-12 .blog__item-image {height: 175px;}
	.blog__list .row:nth-child(n+2) .col-xl-12 .blog__item-content {padding: 15px 30px 60px;}
	.blog__presentation {flex-direction: column;}
	.blog__presentation-link {padding: 30px;}
	.blog__presentation-image { height: 300px; overflow: hidden; max-width: inherit;}
	.blog__presentation-image img {width: 100%;}
	.news__list {margin-bottom: 120px;}
	.vacancies__item, .vacancies__question, .vacancies__content, .project__info-block,.projects__comments-content { padding: 45px 15px;}
	.services__banner-text {padding: 30px;}
	.services__banner-text, .services__banner img  {width: 100%;} 
	.pos__banner-title {line-height: 26px;}
	.projects__comments-content::before,.projects__comments-content::after {display: none;}
	.banner__controls {bottom: 0;}
	.ecosystem__item {width: 100%; border: none;}
	.ecosystem .row:nth-child(2) .col-xl-4:nth-child(2) .ecosystem__item::after, 
	.ecosystem .row:nth-child(3) .col-xl-4:nth-child(2) .ecosystem__item::after,
	.ecosystem .row:nth-child(2) .col-xl-4:nth-child(1) .ecosystem__item::after, 
	.ecosystem .row:nth-child(4) .col-xl-4:nth-child(2) .ecosystem__item::after,
	.ecosystem .row:nth-child(2) .col-xl-4:nth-child(1) .ecosystem__item::before,
	.ecosystem .row:nth-child(3) .col-xl-4:nth-child(1) .ecosystem__item::before,
	.ecosystem .row:nth-child(2) .col-xl-4:nth-child(2) .ecosystem__item::before,
	.ecosystem .row:nth-child(2) .col-xl-4:nth-child(3) .ecosystem__item::before{ display: none;}
	.stack__subitem {width: 100%;}
	.services__item,.services__image, .services__slider-image { max-width: inherit; width: 100%; }
	.services__image, .services__slider-image {height: 150px;}
	.footer__info .text-center {text-align: left !important;}
	.footer__info .align-items-center {align-items: flex-start !important;}
	.page-template-page-about .footer__info {display: none;}
	.services {padding: 60px 0;}
	.pagination__link > a {display: flex; align-items: center; font-size: 12px;}
	.principles__quote ~ .gray {margin-bottom: 30px;}
	.banner__about .js-banner .slick-list { padding: 60px 0 0;}
	.contacts {padding: 60px 0 30px;}
	.page-template-page-ds .banner, .page-template-page-pos .banner { padding-top: 190px; }
	.page-template-page-services-archive .js-banner .slick-list { padding: 0 0 60px; }
	#vacancies__file .wpcf7-form, 
	#call__back .wpcf7-form {display: block;padding: 45px 15px;}
	.vacancies__content ~ .primary-button,
	.vacancies__question {margin-bottom: 30px !important;}
	.blog__item-image img {height: 100%; object-fit: cover;}
	.projects__comments-wrap {
		padding: 30px;
	}
	
	#fancybox-content .wpcf7-form input.wpcf7-submit { font-size: 12px; }
	.wpcf7-form .contact__title { font-size: 16px; }
	#fancybox-content .wpcf7-form textarea { max-height: 100px; }
}

@media (max-width: 474px) { 
	.footer__content .main-navigation ul {flex-direction: column; align-items: center; text-align: center;}
	.main-navigation ul#footer-menu > li {width: 100%;}
	.footer__content .main-navigation ul ul {align-items: center;}
	.main-navigation ul#footer-menu > li:last-child {margin-right: 0;}
	.main-navigation ul li {margin-right: 0;}
	.mb-45 {margin-bottom: 30px;}
	.mb-90 { margin-bottom: 45px;}
	.mb-120 { margin-bottom: 75px;}
	.mb-105 {  margin-bottom: 60px;}
	body { font-size: 14px; line-height: 21px;}
	.accordeon-block { padding: 30px 15px; }
	.name-tab h3 { max-width: 150px; font-size: 16px; line-height: 21px; }
	.accordeon-block-content { padding: 20px 15px; }
	.name-tab > img{ width: 30px; }
	.blog__presentation-image {height: inherit;}
	.project__info iframe {width: 100%;height: 250px;}
}