a, abbr, acronym, address, applet, article, aside, audio, b, blockquote, big, body, center, canvas, caption, cite, code, command, datalist, dd, del, details, dfn, dl, div, dt, 
em, embed, fieldset, figcaption, figure, font, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, keygen, label, legend, li, 
meter, nav, object, ol, output, p, pre, progress, q, s, samp, section, small, span, source, strike, strong, sub, sup, table, tbody, tfoot, thead, th, tr, td, video, tt,
u, ul, var {
    border: 0 none;
    font-size: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: top;
}
ol,
ul,
li {
	list-style-type: none;
	list-style: none;
	margin: 0;
	padding: 0;	
}
blockquote,
q {
	quotes: none;
}
table,
table td {
	padding: 0;
	border: none;
	border-collapse: collapse;
}
embed { 
	vertical-align: top;
}
.video embed,
.video object,
.video iframe {
	width: 100%;
    height: auto;
}
.clearfix:before,
.clearfix:after {
    content: '';
    display: table;
}
.clearfix:after {
    clear: both;
}
.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}
article,
aside,
details,
figcaption,
main,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}
textarea {
    overflow: auto;
    vertical-align: top;
}
:focus,
:active,
:hover {
    outline: none;
}
* {
	padding: 0;
	margin: 0;
}
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html,
body {
	min-width: 320px;
	font-family: 'MontserratRegular', sans-serif;
	color: #000;
	font-size: 16px;
	line-height: 1;
	font-weight: 400;
}
body {
	overflow-x: hidden;
}
a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
img {
	max-width: 100%;
	height: auto;
}
input,
textarea,
select,
button {
	font-family: 'MontserratRegular', sans-serif;
}
textarea {
	resize: vertical;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	box-shadow: 0 0 0px 1000px white inset!important;
	-webkit-box-shadow: 0 0 0px 1000px white inset!important;
	-webkit-text-fill-color: #000!important;
}


/*------------------------------------------------------------
Fonts
------------------------------------------------------------*/

@font-face {
    font-family: 'MontserratLight';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MontserratRegular';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MontserratSemiBold';
    src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'MontserratBold';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


/*----------------------------------------------------------------
Ajax preloader
----------------------------------------------------------------*/

.ajax-preloader {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.9);
	z-index: 1000;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
}
.ajax-preloader--active {
	opacity: 1;
	visibility: visible;
	z-index: 1000;
}
.ajax-preloader__center {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 10px solid #ccc;
	border-top: 10px solid #A54747;
	-webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@-webkit-keyframes spin {
	0% { 
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}
@keyframes spin {
	0% { 
		-webkit-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}


/*----------------------------------------------------------------
Wrapper
----------------------------------------------------------------*/

.wrapper {
	margin: 0 auto;
	width: 100%;
	max-width: 1330px;
	padding: 0 15px;
}
.wrapper--sm {
	max-width: 1100px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}


/*----------------------------------------------------------------
Section head/title
----------------------------------------------------------------*/

.s-head {
	position: relative;
	margin: 0 0 70px;
}
.s-head--center {
	text-align: center;
}
.s-head__title {
	font-family: 'MontserratSemiBold', sans-serif;
	font-size: 40px;
	line-height: 1.1;
}
.s-head__title--center {
	text-align: center;
}
.s-head__title--white {
	color: #fff;
}
.b-more {
	margin: 30px 0 0;
	text-align: center;
}
.b-more--nomargin {
	margin: 0;
}
.b-more--locations {
	margin: 30px 0 0;
}


/*----------------------------------------------------------------
Button styles
----------------------------------------------------------------*/

.btn {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 3px;
	border: none;
	font-family: 'MontserratSemiBold', sans-serif;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}
.btn span {
	position: relative;
	z-index: 3;
}
.btn--fillgradient {
	border: none;
	background: linear-gradient(270.31deg, #77C8D2 -6.03%, #65B65C 106.4%);
}
.btn--fillgradient:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background: linear-gradient(270.31deg, #65B65C -6.03%, #77C8D2 106.4%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease 0s;
}
.btn--fillgradient:hover:after {
	opacity: 1;
	visibility: visible;
}
.btn--bordered:before,
.btn--bordered:after {
	position: absolute;
	content: '';
	border-radius: 3px;
	transition: all 0.4s ease 0s;
}
.btn--bordered:before {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(270.31deg, #65B65C -6.03%, #77C8D2 106.4%);
}
.btn--bordered:after {
	left: 1px;
	top: 1px;
	right: 1px;
	bottom: 1px;
	background: #F9FBFD;
	z-index: 1;
}
.btn--whitefnt {
	color: #fff;
}
.btn--fgdntblackbg:after {
	background: #000;
}
.btn--blackbg:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	border-radius: 3px;
	background: #000;
	transition: all 0.4s ease 0s;
}
.btn--blackbg:hover {
	color: #000;
}
.btn--blackbg:hover:after {
	background-color: #fff;
}
.btn--bordered:hover:after {
	opacity: 0;
	visibility: hidden;
}
.btn--whitebrdr {
	border: 1px solid #fff;
	color: #fff;
}
.btn--whitebrdr:hover {
	background-color: #fff;
	color: #000;
}
.btn--sm {
	width: 135px;
	height: 40px;
	font-size: 14px;
	line-height: 40px;
}
.btn--big {
	width: 220px;
	padding: 0 5px;
	height: 60px;
	font-size: 16px;
	line-height: 20px;
}


/*----------------------------------------------------------------
Header
----------------------------------------------------------------*/

.header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 110px;
	z-index: 10;
	display: flex;
	justify-content: space-between;
	align-items: center;
	transition: all 0.4s ease 0s;
}
.header--white {
	background: #fff;
}
.header--white.header--fixed {
	box-shadow: 0px 20px 50px rgb(81 108 148 / 13%);
}
.header--black.header--fixed {
	background: #000;
}
.header__inner {
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header__logo {
	flex: 0 0 200px;
	max-width: 200px;
}
.header-nav > ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.header-nav > ul > li {
	position: relative;
	margin: 0 10px;
	padding: 10px 0;
}
.header-nav > ul > li > a {
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
}
.header--white .header-nav > ul > li > a {
	color: #000;
}
.header-nav > ul > li > a:hover,
.header-nav > ul > li.current_page_item > a,
.header-nav > ul > li.menu-item-has-children:hover > a,
.header-nav .sub-menu > .current-menu-item > a {
	color: #81CCB8;
}
.header-nav > ul > li.menu-item-has-children > a {
	position: relative;
	display: inline-block;
	padding: 0 20px 0 0;
}
.header-nav > ul > li.menu-item-has-children:hover > a:before,
.header-nav > ul > li.menu-item-has-children > a:hover:before {
	transform: rotate(180deg);
}
.header-nav > ul > li.menu-item-has-children > a:before {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-caretsm-bottom-green.svg) no-repeat;
	width: 12px;
	height: 8px;
	background-size: 12px 8px;
}
.header-nav .sub-menu {
	position: absolute;
    left: 0;
    top: 100%;
	width: 250px;
    padding: 20px;
    background: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    transform: translateY(10px);
	z-index: -1;
    opacity: 0;
    visibility: hidden;
	box-shadow: 0px 20px 50px rgb(81 108 148 / 13%);
    -webkit-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.header-nav > ul > li:hover .sub-menu {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
.header-nav .sub-menu li {
	margin: 0 0 15px;
}
.header-nav .sub-menu li:last-child {
	margin: 0;
}
.header-nav .sub-menu a {
	color: #000;
}
.header-nav a:hover {
	color: #81CCB8;
}
.header__actions {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-search {
	margin: 0 0 0 15px;
}
.b-search {
	position: relative;
}
.b-search__btn {
	position: relative;
	padding: 12px 0 12px 25px;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	background: transparent;
	border: none;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}
.header--white .b-search__btn {
	color: #000;
}
.b-search__btn:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	display: inline-block;
	background: url(../images/i/i-search.svg) no-repeat;
	border: none;
	width: 16px;
	height: 16px;
	background-size: 16px;
}
.b-search__btn:hover {
	opacity: 0.7;
}
.b-search__dropdown {
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	border-radius: 3px;
	padding: 15px;
	width: 400px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(5px);
	transition: all 0.4s ease 0s;
}
.b-search__dropdown--active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	box-shadow: 0px 20px 50px rgb(81 108 148 / 13%);
}
.b-search-form {
	position: relative;
}
.b-search-form__input {
	border-radius: 3px;
	width: 100%;
	height: 44px;
	border: 1px solid #000;
	padding: 0 35px 0 15px;
	background: #fff;
	transition: all 0.4s ease 0s;
}
.b-search-form__input:focus {
	border-color: #80C8A0;
}
.b-search-form__submit {
	position: absolute;
	right: 15px;
	top: 0;
	bottom: 0;
	border: none;
	margin: auto;
	background: url(../images/i/i-search.svg) no-repeat;
	width: 16px;
	height: 16px;
	background-size: 16px;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}
.b-search-form__submit:hover {
	opacity: 0.7;
}
.header-langs {
	margin: 0 0 0 15px;
}
.b-langs {
	position: relative;
}
.b-langs__current {
	padding: 12px 15px 12px 25px;
	position: relative;
	color: #fff;
	text-transform: uppercase;
	background: transparent;
	border: none;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}
.header--white .b-langs__current {
	color: #000;
}
.b-langs__current:hover {
	opacity: 0.7;
}
.b-langs__current:before,
.b-langs__current:after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
}
.b-langs__current:before {
	left: 0;
	background: url(../images/i/i-lang-green.svg) no-repeat;
	width: 17px;
	height: 17px;
	background-size: 17px;
}
.b-langs__current:after {
	right: 0;
	background: url(../images/i/i-caretsm-bottom-green.svg) no-repeat;
	width: 12px;
	height: 8px;
	background-size: 12px 8px;
}
.b-langs__current--active:after {
	transform: rotate(180deg);
}
.b-langs__dropdown {
	position: absolute;
	right: 0;
	top: 100%;
	background: #fff;
	border-radius: 3px;
	z-index: 1;
	padding: 15px;
	width: 55px;
	transition: all 0.4s ease 0s;
	opacity: 0;
	visibility: hidden;
	transform: translateY(5px);
	box-shadow: 0px 20px 50px rgb(81 108 148 / 13%);
}
.b-langs__dropdown--active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
.b-langs__item {
	margin: 0 0 7px;
	font-family: 'MontserratSemiBold', sans-serif;
}
.b-langs__item:last-child {
	margin: 0;
}
.b-langs__link {
	color: #000;
	text-transform: uppercase;
}
.b-langs__link:hover {
    color: #80C8A0;
}


/*----------------------------------------------------------------
Adaptive menu gamburger
----------------------------------------------------------------*/

.header__hamburger {
	display: none;
	margin: 0 0 0 15px;
}
.menu-toggle-btn {
	display: flex;
	align-items: center;
	border: none;
	background-color: transparent;
	cursor: pointer;
}
.menu-toggle-btn__lines {
	position: relative;
	width: 38px;
	height: 24px;
}
.menu-toggle-line {
	position: absolute;
	background: linear-gradient(270.31deg, #77C8D2 -6.03%, #65B65C 106.4%);
	display: block;
	margin: auto;
	height: 4px;
	width: 100%;
}
.menu-toggle-line--1 {
	top: 0;
	-webkit-transition: width 0.2s ease 0.4s;
	-o-transition: width 0.2s ease 0.4s;
	transition: width 0.2s ease 0.4s;
}
.menu-toggle-line--2 {
	top: 0;
	bottom: 0;
	margin: auto;
	-webkit-transition: width 0.2s ease 0.3s;
	-o-transition: width 0.2s ease 0.3s;
	transition: width 0.2s ease 0.3s;
}
.menu-toggle-line--3 {
	bottom: 0;
	-webkit-transition: width 0.2s ease 0.2s;
	-o-transition: width 0.2s ease 0.2s;
	transition: width 0.2s ease 0.2s;
}
.menu-toggle-line--4,
.menu-toggle-line--5 {
	opacity: 0;
	top: 10px;
}
.menu-toggle-line--4 {
	-webkit-transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
	transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
	-o-transition: opacity 0.2s ease 0.2s, -o-transform 0.2s ease 0.2s;
	-moz-transition: opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s, -moz-transform 0.2s ease 0.2s;
}
.menu-toggle-line--5 {
	-webkit-transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
	transition: opacity 0.2s ease 0s, -webkit-transform 0.2s ease 0s;
	-o-transition: opacity 0.2s ease 0s, -o-transform 0.2s ease 0s;
	-moz-transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, -moz-transform 0.2s ease 0s;
}
.menu-toggle-btn--open .menu-toggle-line {
	background: #fff;
}
.header--white .menu-toggle-btn--open .menu-toggle-line {
	background: #000;
}
.menu-toggle-btn--open .menu-toggle-line--1 {
	width: 0;
	-webkit-transition: width 0.2s ease 0s;
	-o-transition: width 0.2s ease 0s;
	transition: width 0.2s ease 0s;
}
.menu-toggle-btn--open .menu-toggle-line--2 {
	width: 0;
	-webkit-transition: width 0.2s ease 0.1s;
	-o-transition: width 0.2s ease 0.1s;
	transition: width 0.2s ease 0.1s;
}
.menu-toggle-btn--open .menu-toggle-line--3 {
	width: 0;
	-webkit-transition: width 0.2s ease 0.2s;
	-o-transition: width 0.2s ease 0.2s;
	transition: width 0.2s ease 0.2s;
}
.menu-toggle-btn--open .menu-toggle-line--4 {
	opacity: 1;
	-webkit-transform: rotate(45deg) translateZ(0);
	-ms-transform: rotate(45deg) translateZ(0);
	-o-transform: rotate(45deg) translateZ(0);
	transform: rotate(45deg) translateZ(0);
	-webkit-transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
	transition: opacity 0.2s ease 0.2s, -webkit-transform 0.2s ease 0.2s;
	-o-transition: opacity 0.2s ease 0.2s, -o-transform 0.2s ease 0.2s;
	-moz-transition: opacity 0.2s ease 0.2s, transform 0.2s ease 0.2s, -moz-transform 0.2s ease 0.2s;
}
.menu-toggle-btn--open .menu-toggle-line--5 {
	opacity: 1;
	-webkit-transform: rotate(-45deg) translateZ(0);
	-ms-transform: rotate(-45deg) translateZ(0);
	-o-transform: rotate(-45deg) translateZ(0);
	transform: rotate(-45deg) translateZ(0);
	-webkit-transition: opacity 0.2s ease 0.4s, -webkit-transform 0.2s ease 0.4s;
	transition: opacity 0.2s ease 0.4s, -webkit-transform 0.2s ease 0.4s;
	-o-transition: opacity 0.2s ease 0.4s, -o-transform 0.2s ease 0.4s;
	-moz-transition: opacity 0.2s ease 0.4s, transform 0.2s ease 0.4s, -moz-transform 0.2s ease 0.4s;
}
.header-hamburger-dropdown {
	position: absolute;
	right: 0;
	top: 75px;
	background: #fff;
	z-index: 0;
	opacity: 0;
	visibility: hidden;
	width: 300px;
	transform: translateY(10px);
	background: #fff;
    border-radius: 3px;
    padding: 20px;
	box-shadow: 0px 20px 50px rgb(81 108 148 / 13%);
	transition: all 0.4s ease 0s;
	height: 300px;
	overflow-y: auto;
	overflow-x: hidden;
}
.header-hamburger-dropdown--show {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
	z-index: 10;
}
.header-dropdown-nav > ul > li {
	margin: 0 0 35px;
}
.header-dropdown-nav > ul > li > a {
	position: relative;
	padding: 0 35px 0 0;
	text-transform: uppercase;
	font-size: 24px;
}
.header-dropdown-nav > ul > li .header-submenu-triangle {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/i/i-caretsm-bottom-green.svg) center no-repeat;
    width: 24px;
    height: 24px;
	border: 1px solid #65B65C;
	border-radius: 3px;
    background-size: 16px 12px;
	cursor: pointer;
}
.header-dropdown-nav > ul > li > a.opened .header-submenu-triangle {
	transform: rotate(180deg);
}
.header-dropdown-nav > ul > li:last-child {
	margin: 0;
}
.header-dropdown-nav > ul > li.current_page_item > a,
.header-dropdown-nav .sub-menu > .current-menu-item > a,
.header-dropdown-nav a:hover {
	color: #81CCB8;
}
.header-dropdown-nav > ul > li > ul {
	display: none;
	margin: 0 0 0 15px;
	padding: 15px 0 0;
}
.header-dropdown-nav .sub-menu > li {
	margin: 0 0 15px;
}
.header-dropdown-nav .sub-menu > li:last-child {
	margin: 0;
}
.header-dropdown-nav .sub-menu li,
.header-dropdown-nav .sub-menu a {
	line-height: 18px;
}


/*----------------------------------------------------------------
Hero
----------------------------------------------------------------*/

.hero {
	position: relative;
	overflow: hidden;
	padding: 110px 0 0;
	height: -webkit-fill-available;
	height: 100%;
	height: 100vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	color: #fff;
}
.hero__bg,
.hero__video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.hero__bg {	
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: all 0.5s ease 0s;
}
.hero__video:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: '';
	background: rgba(0,0,0,0.6);
	z-index: 1;
}
.hero__video video {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.hero__content {
	position: relative;
	z-index: 1;
	text-align: center;
}
.hero__inner {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
}
.hero__title {
	font-family: 'MontserratLight', sans-serif;
	color: #fff;
	font-size: 70px;
	line-height: 85px;
	font-weight: 400;
	transition-delay: 0.3s;
}
.hero__title strong {
	font-family: 'MontserratBold', sans-serif;
}
.hero__description {
	margin: 30px 0 0;
	font-family: 'MontserratSemiBold', sans-serif;
	color: #81CCB8;
	font-size: 30px;
	line-height: 45px;
	transition-delay: 0.6s;
}
.hero__description--white {
	color: #fff;
}
.hero__order {
	margin: 110px 0 0;
	transition-delay: 0.9s;
}
.hero__title,
.hero__description,
.hero__order {
	transform: translateY(35px);
	opacity: 0;
	visibility: hidden;
	transition-property: transform, opacity;
	transition-duration: 0.4s;
	transition-timing-function: ease;
}
.hero--loaded .hero__title,
.hero--loaded .hero__description,
.hero--loaded .hero__order {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}


/*----------------------------------------------------------------
Section info
----------------------------------------------------------------*/

.s-info {
	position: relative;
	padding: 120px 0 240px;
	background: #000;
	text-align: center;
}
.s-info:before {
	position: absolute;
	left: 0;
	bottom: 100px;
	right: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-rounded-logo.svg) no-repeat;
	width: 60px;
	height: 61px;
	background-size: 60px 61px;
}
.s-info__content {
	max-width: 1100px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
	text-align: center;
}
.s-info__content,
.s-info__content p {
	font-family: 'MontserratLight', sans-serif;
	color: #fff;
	font-size: 22px;
	line-height: 40px;
}
.s-info__content p {
	margin: 0 0 40px;
}
.s-info__content p:last-child {
	margin: 0;
}
.s-info__content strong {
	font-family: 'MontserratBold', sans-serif;
	color: #fff;
}
.home .s-info__content strong {
	color: #80C8A0;;
}


/*----------------------------------------------------------------
Section info inner pages
----------------------------------------------------------------*/

.s-infoinn {
	padding: 30px 0;
}
.s-infoinn--sglindustries {
	background: #F9FBFD;
	border-top: 1px solid #EDEEF0;
}
.s-infoinn--withtitle {
	padding: 75px 0 30px;
}
.s-infoinn--withtitle .s-head {
	margin: 0 0 40px;
}
.s-infoinn--green {
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
}
.s-infoinn--black {
	background: #000;
	color: #fff;
}
.infoinn-grid__row {
	display: flex;
	margin: 0 -15px;
	flex-wrap: wrap;
}
.infoinn-grid__col {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 35px 0;
	padding: 0 15px;
}
.b-infoinn {
	padding: 10px 0 0 100px;
	position: relative;
}
.b-infoinn__ico {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 75px;
}
.b-infoinn__title {
	font-size: 25px;
	line-height: 36px;
}
.b-infoinn__description {
	margin: 24px 0 0;
	font-size: 14px;
	line-height: 24px;
}


/*----------------------------------------------------------------
Section project overview
----------------------------------------------------------------*/

.s-projoverview {
	position: relative;
	padding: 75px 0 280px;
	background: #000;
	text-align: center;
}
.s-projoverview__container {
	max-width: 1100px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.s-projoverview__container,
.s-projoverview__container p {
	color: #fff;
	font-size: 22px;
	line-height: 40px;
}
.s-projoverview__container p {
	margin: 0 0 15px;
}
.s-projoverview__container p:last-child {
	margin: 0;
}


/*----------------------------------------------------------------
Section project process
----------------------------------------------------------------*/

.s-projprocess {
	position: relative;
	margin: -180px 0 0;
}
.s-projprocess__container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1100px;
	width: 100%;
}
.b-projprocess {
	position: relative;
	z-index: 1;
}
.s-projprocess__img {
	text-align: center;
}
.b-projprocess-grid__row {
	display: flex;
}
.b-projprocess-grid__content {
	flex-grow: 1;
}
.b-projprocess-grid__challenge,
.b-projprocess-grid__solution {
	padding: 40px 25px;
}
.b-projprocess-grid__solution {
	border: 1px solid #EDEEF0;
	background: #F9FBFD;
}
.b-projprocess-grid__tech,
.b-projprocess-grid__team {
	padding: 45px 0;
	flex: 0 0 235px;
	max-width: 235px;
}
.b-projprocess-grid__side {
	margin: 0 0 0 55px;
	flex: 0 0 235px;
	max-width: 235px;
}
.b-projprocess-grid__tech {
	position: relative;
}
.b-projprocess-grid__tech:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -280px 0 0 -280px;
	content: '';
	background: url(../images/projtech-bg.png) no-repeat;
	width: 560px;
	height: 560px;
	background-size: 560px 560px;
}
.b-projprocess__title {
	margin: 0 0 20px;
	font-family: 'MontserratLight', sans-serif;
	font-size: 25px;
	line-height: 36px;
}
.b-projprocess__content {
	font-size: 14px;
	line-height: 24px;
}
.b-projprocess__technologies {
	font-size: 16px;
	line-height: 28px;
}
.b-projprocess__team {
	display: flex;
	align-items: center;
}
.b-projprocess__teamcount {
	margin: 0 0 0 20px;
	font-size: 16px;
}


/*----------------------------------------------------------------
Section project result
----------------------------------------------------------------*/

.s-projresult {
	margin: 70px 0 0;
	position: relative;
	padding: 75px 0 200px;
	background: #000;
	color: #fff;
	text-align: center;
}
.s-projresult:before {
	position: absolute;
	left: 0;
	bottom: 70px;
	right: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-rounded-logo.svg) no-repeat;
	width: 60px;
	height: 61px;
	background-size: 60px 61px;
}
.s-projresult__container {
	max-width: 900px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.s-projresult__content p {
	margin: 0 0 15px;
	font-family: 'MontserratLight', sans-serif;
	color: #fff;
	line-height: 26px;
}
.s-projresult__content p:last-child {
	margin: 0;
}
.s-projresult__content strong {
	font-family: 'MontserratBold', sans-serif;
}


/*----------------------------------------------------------------
Section single service contact
----------------------------------------------------------------*/

.s-service-contact {
	position: relative;
	padding: 75px 0 200px;
	background: #000;
	color: #fff;
	text-align: center;
}
.s-service-contact:before {
	position: absolute;
	left: 0;
	bottom: 70px;
	right: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-rounded-logo.svg) no-repeat;
	width: 60px;
	height: 61px;
	background-size: 60px 61px;
}
.s-service-contact__content {
	max-width: 900px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto;
}
.s-service-contact__content p {
	margin: 0 0 15px;
	font-family: 'MontserratLight', sans-serif;
	color: #fff;
	line-height: 26px;
}
.s-service-contact__content p:last-child {
	margin: 0;
}
.s-service-contact__content strong {
	font-family: 'MontserratBold', sans-serif;
}


/*----------------------------------------------------------------
Section our history
----------------------------------------------------------------*/

.s-ourhistory {
	padding: 85px 0 0;
}
.s-ourhistory__container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1100px;
	width: 100%;
}
.s-ourhistory__row {
	display: flex;
	position: relative;
}
.s-ourhistory__row:after {
	position: absolute;
	right: -60px;
	bottom: -255px;
	content: '';
	background: url(../images/map-dotted.png) no-repeat;
	width: 783px;
	height: 415px;
}
.s-ourhistory__content {
	flex-grow: 1;
	position: relative;
	z-index: 1;
}
.s-ourhistory__content:before {
	position: absolute;
	left: -150px;
	top: 0;
	content: '';
	width: 300px;
	height: 320px;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	opacity: 0.3;
	filter: blur(125px);
}
.s-ourhistory__title {
	margin: 0 0 50px;
	font-family: 'MontserratLight', sans-serif;
	font-size: 25px;
	line-height: 36px;
	font-weight: 400;
}
.s-ourhistory__content p {
	margin: 0 0 25px;
	font-size: 14px;
	line-height: 24px;
}
.s-ourhistory__content p:last-child {
	margin: 0;
}
.s-ourhistory__side {
	position: relative;
	z-index: 1;
	flex: 0 0 524px;
	max-width: 524px;
	margin: 0 0 0 30px;
}


/*----------------------------------------------------------------
Section mission
----------------------------------------------------------------*/

.s-mission {
	padding: 200px 0 100px;
	position: relative;
}
.s-mission__container {
	position: relative;
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1100px;
	width: 100%;
}
.s-mission__container:before {
	position: absolute;
	left: 15px;
	top: -110px;
	content: '';
	background: url(../images/i/i-rounded-logo.svg) no-repeat;
	width: 60px;
	height: 61px;
	background-size: 60px 61px;
}
.s-mission__content p {
	margin: 0 0 25px;
	font-family: 'MontserratLight', sans-serif;
	font-size: 25px;
	line-height: 36px;
}
.s-mission__content strong {
	font-family: 'MontserratSemiBold', sans-serif;
}
.s-mission__content p:last-child {
	margin: 0;
}
.s-mission__more {
	margin: 30px 0 0;
	text-align: right;
}
.s-mission__morelink {
	position: relative;
	padding: 0 60px 0 0;
}
.s-mission__morelink:before {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: url(../images/i/i-arrbig-right-black.svg) no-repeat;
    width: 36px;
    height: 12px;
    background-size: 36px 12px;
    transition: all 0.4s ease 0s;
}
.s-mission__morelink:hover {
	color: #80C8A0;
}
.s-mission__morelink:hover:before {
    right: -5px;
    background: url(../images/i/i-arrbig-right-green.svg) no-repeat;
}


/*----------------------------------------------------------------
Section what we get
----------------------------------------------------------------*/

.s-whatget {
	padding: 60px 0;
	background: #000;
}
.s-whatget__container {
	margin: 0 auto;
	padding: 0 15px;
	max-width: 1100px;
	width: 100%;
}
.s-whatget-grid__row {
	display: flex;
	margin: 0 -15px;
}
.s-whatget-grid__col {
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 15px;
}
.b-whatget__ico {
	margin: 0 0 40px;
	max-height: 65px;
}
.b-whatget__text {
	font-family: 'MontserratLight', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 24px;
}


/*----------------------------------------------------------------
Section team
----------------------------------------------------------------*/

.s-team {
	padding: 90px 0 40px;
}
.s-team-grid__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.s-team-grid__col {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	margin: 0 0 70px;
	padding: 0 15px;
}
.b-team {
	text-align: center;
}
.b-team__avatar {
	position: relative;
	margin: 0 auto 15px;
	overflow: hidden;
	max-width: 340px;
}
.b-team__avatar:after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	content: '';
	border-radius: 50%;
	background: linear-gradient(200.72deg, rgba(119, 200, 210, 0.21) 31.34%, #65B65C 105.63%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease 0s;
}
.b-team__avatar img {
	border-radius: 50%;
}
.b-team__socials {
	position: absolute;
	z-index: 1;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	transform: translateY(100%);
	transition: all 0.4s ease 0.1s;
	opacity: 0;
	visibility: hidden;
}
.b-team:hover .b-team__avatar:after {
	opacity: 1;
	visibility: visible;
}
.b-team:hover .b-team__socials {
	transform: translateY(-35px);
	opacity: 1;
	visibility: visible;
}
.b-team__social {
	margin: 0 13px;
	width: 30px;
	height: 30px;
	background-size: 30px;
}
.b-team__social--fb {
	background: url(../images/i/i-team-fb-white.svg) no-repeat;
}
.b-team__social--tw {
	background: url(../images/i/i-team-tw-white.svg) no-repeat;
}
.b-team__social--linkedin {
	background: url(../images/i/i-team-linkedin-white.svg) no-repeat;
}
.b-team__social:hover {
	opacity: 0.7;
}
.b-team__name {
	margin: 0 0 15px;
	font-family: 'MontserratSemiBold', sans-serif;
	color: #1D2130;
	font-size: 24px;
	line-height: 36px;
}
.b-team__post,
.b-team__experience,
.b-team__description {
	color: #61646e;
	line-height: 28px;
}


/*----------------------------------------------------------------
Section about values
----------------------------------------------------------------*/

.s-aboutvalues {
	padding: 150px 0 0;
}
.s-aboutvalues__container {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.b-aboutvalue {
	display: flex;
	padding: 100px 0;
	visibility: hidden;
    opacity: 0;
    transition-property: opacity;
}
.b-aboutvalue.animate-init {
	visibility: visible;
    opacity: 1;
    transition-delay: 0.4s;
    animation-duration: 1s;
    animation-name: fadeInUp;
}
.b-aboutvalue__title {
	position: relative;
	flex-grow: 1;
	font-family: 'MontserratBold', sans-serif;
	color: #fff;
	font-size: 60px;
	line-height: 45px;
	text-transform: uppercase;
	text-shadow: 0px 4px 20px #9BD4B4;
	text-align: center;
}
.b-aboutvalue__title span {
	position: relative;
}
.b-aboutvalue__title:before {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	margin: -130px 0 0 -130px;
	width: 260px;
	height: 260px;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	opacity: 0.8;
	filter: blur(125px);
}
.b-aboutvalue__content {
	flex: 0 0 416px;
	max-width: 414px;
	font-family: 'MontserratLight', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.b-aboutvalue:nth-child(odd) .b-aboutvalue__title {
	margin: 0 30px 0 0;
}
.b-aboutvalue:nth-child(even) .b-aboutvalue__title {
	margin: 0 0 0 30px;
	order: 1;
}


/*----------------------------------------------------------------
Section clients trusted
----------------------------------------------------------------*/

.s-clients {
	padding: 45px 0;
	background: #F9FBFD;
}
.b-trusted {
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
}
.b-trusted__inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-trusted__title {
	flex: 0 0 200px;
	max-width: 200px;
	font-family: 'MontserratBold', sans-serif;
	color: #000;
	font-size: 25px;
}
.b-trusted__list {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.b-trusted__img {
	padding: 0 10px;
}


/*----------------------------------------------------------------
Section services
----------------------------------------------------------------*/

.s-services {
	padding: 70px 0 0;
}
.services-grid {
	position: relative;
}
.services-grid:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 580px;
	height: 580px;
	border-radius: 50%;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	mix-blend-mode: normal;
	opacity: 0.2;
	filter: blur(50px);
}
.services-grid__row {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.services-grid__col {
	margin: 0 0 10px;
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	padding: 0 5px;
	visibility: hidden;
	opacity: 0;
	transition-property: opacity;
}
.services-grid__col.animate-init {
	visibility: visible;
	opacity: 1;
	animation-duration: 1s;
	animation-name: fadeInUp;
}
.services-grid__col.animate-init.fadeInUp-0 {
	animation-delay: 0.5s;	
}
.services-grid__col.animate-init.fadeInUp-1 {
	animation-delay: 1s;	
}
.services-grid__col.animate-init.fadeInUp-2 {
	animation-delay: 1.5s;	
}
.services-grid__col.animate-init.fadeInUp-3 {
	animation-delay: 2s;	
}
.services-grid__col.animate-init.fadeInUp-4 {
	animation-delay: 2.5s;	
}
.services-grid__col.animate-init.fadeInUp-5 {
	animation-delay: 3s;	
}

@keyframes fadeInUp {
	0% {
		visibility: hidden;
		opacity: 0;
		transform: translateY(20px);
	}
	100% {
		visibility: visible;
		opacity: 1;
		transform: translateY(0);
	}
}

.services-grid__col--vamiddle {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.service-card {
	padding: 40px 45px;
	display: flex;
	flex-direction: column;
	height: 100%;
	min-height: 500px;
	border: 1px solid #EDEEF0;
	background: #F9FBFD;
}
.service-card:hover {
	box-shadow: 0px 20px 50px rgba(81, 108, 148, 0.13);
	border-color: #fff;
	background: #fff;
}
.service-card__ico {
	min-height: 65px;
	max-height: 65px;
}
.service-card__title {
	margin: 40px 0 0;
	font-size: 25px;
	line-height: 36px;
	min-height: 110px;
	font-weight: 300;
}
.service-card__description {
	margin: 5px 0 40px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}
.service-card__learnmore {
	margin: auto 0 0;
}
.service-card__link {
	display: inline-block;
	position: relative;
	padding: 0 24px 0 0;
	color: #80C8A0;
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	transition: all 0.4s ease 0s;
}
.service-card__link:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-caret-right-green.svg) no-repeat;
	width: 7px;
	height: 12px;
	background-size: 7px 12px;
}
.service-card:hover .service-card__link {
	color: #000;
}
.service-card:hover .service-card__link:after {
	background: url(../images/i/i-arrsm-right-black.svg) no-repeat;
	width: 13px;
	height: 11px;
	background-size: 13px 11px;
}


/*----------------------------------------------------------------
Section services content
----------------------------------------------------------------*/

.s-service-content {
	padding: 75px 0 0;
}
.b-service-content,
.b-service-content p {
	font-family: 'MontserratLight', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.b-service-content {
	column-count: 2;
	column-gap: 30px;
}
.b-service-content p {
	margin: 0 0 25px;
}
.b-service-content p strong {
	font-family: 'MontserratBold', sans-serif;
}
.b-service-content a {
	font-family: 'MontserratBold', sans-serif;
	color: #7EC382;
}
.b-service-content a:hover {
	color: #000;
}


/*----------------------------------------------------------------
Section industry content
----------------------------------------------------------------*/

.s-industry-content {
	padding: 75px 0;
}
.b-industry-content {
	column-count: 2;
	column-gap: 30px;
}
.b-industry-content p {
	margin: 0 0 25px;
	font-size: 14px;
	line-height: 24px;
}
.b-industry-content p strong {
	font-family: 'MontserratBold', sans-serif;
}


/*----------------------------------------------------------------
Section service list
----------------------------------------------------------------*/

.s-service-list {
	padding: 0 0 30px;
	margin: 50px 0 0;
}
.b-service-list__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.b-service-list__col {
	flex: 0 0 50%;
	max-width: 50%;
	margin: 0 0 20px;
	padding: 0 15px;
}
.b-service-list__item {
	position: relative;
	padding: 0 0 0 38px;
	font-size: 14px;
	line-height: 24px;
}
.b-service-list__item:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	background: url(../images/i/i-check-green.svg) no-repeat;
	width: 24px;
	height: 24px;
}
.b-service-list__item strong {
	font-family: 'MontserratBold', sans-serif;
}


/*----------------------------------------------------------------
Section cases categories
----------------------------------------------------------------*/

.cases-cats {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}
.cases-cats__item {
	position: relative;
	margin: 0 30px;
	border: none;
	background: transparent;
	font-family: 'MontserratLight', sans-serif;
	font-size: 18px;
	line-height: 1;
	cursor: pointer;
	transition: all 0.4s ease 0s;
}
.cases-cats__item:hover {
	color: #65B65C;
}
.cases-cats__item--active {
	font-family: 'MontserratSemiBold', sans-serif;
	cursor: default;
}
.cases-cats__item--active:before {
	position: absolute;
	left: -30px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 60px;
	height: 60px;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	opacity: 0.2;
}


/*----------------------------------------------------------------
Section industries
----------------------------------------------------------------*/

.s-industries {
	padding: 70px 0 0;
}
.s-industries--pb70 {
	padding: 70px 0;
}
.industry-grid__row {
	display: flex;
	flex-wrap: wrap;
}
.industry-grid__col {
	flex-grow: 1;
	visibility: hidden;
    opacity: 0;
    transition-property: opacity;
}
.industry-grid__col.animate-init {
	visibility: visible;
    opacity: 1;
	transition-delay: 0.4s;
	animation-duration: 1s;
    animation-name: fadeInUp;
}
.industry-card {
	display: block;
	height: 540px;
	position: relative;
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.industry-card:after {
	position: absolute;
	top: 60%;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	background: linear-gradient(0deg,rgba(0,0,0,1),transparent);
	opacity: 0.4;
	transition: all 0.4s ease 0s;
}
.industry-card__title {
	position: absolute;
	z-index: 1;
	left: 50px;
	bottom: 50px;
	padding: 0 50px 0 0;
	font-family: 'MontserratSemiBold', sans-serif;
	color: #fff;
	font-size: 25px;
	transition: all 0.4s ease 0s;
}
.industry-card__title:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-arrbig-right-white.svg) no-repeat;
	width: 36px;
	height: 12px;
	background-size: 36px 12px;
	transition: all 0.4s ease 0s;
}
.industry-card:hover .industry-card__title {
	color: #80C8A0;
}
.industry-card:hover .industry-card__title:after {
	right: -5px;
	background: url(../images/i/i-arrbig-right-green.svg) no-repeat;
}
.industry-card:hover:after {
	opacity: 0.8;
}
.s-more {
	margin: 70px 0 0;
	text-align: center;
}


/*----------------------------------------------------------------
Steps section
----------------------------------------------------------------*/

.s-steps {
	margin: 70px 0 0;
	padding: 75px 0;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
}
.s-steps--nomargin {
	margin: 0;
}
.s-steps--white {
	background: #fff;
}
.steps-grid__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.steps-grid__col {
	padding: 0 15px;
	flex: 0 0 25%;
	max-width: 25%;
	opacity: 0.1;
	transition-duration: 0.4s;
	transition-property: opacity;
	transition-timing-function: ease;
}
.steps-grid__col.animate-init {
	opacity: 1;
}
.steps-grid__col:nth-child(1n).animate-init {
	transition-delay: 0.2s;
}
.steps-grid__col:nth-child(2n).animate-init {
	transition-delay: 1s;
}
.steps-grid__col:nth-child(3n).animate-init {
	transition-delay: 1.5s;
}
.steps-grid__col:nth-child(4n).animate-init {
	transition-delay: 2s;
}
.b-step__ico {
	position: relative;
	height: 24px;
}
.b-step__ico::before,
.b-step__ico:after {
	position: absolute;
	top: 0;
	content: '';
	bottom: 0;
}
.b-step__ico:before {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #fff;	
}
.b-step__ico:after {
	right: 0;
	margin: auto;
	height: 1px;
	width: calc(100% - 48px);
	border-top: 1px dashed #fff;
}
.b-step__body {
	margin: 40px 0 0;
	color: #000;
}
.b-step__title {
	font-family: 'MontserratBold', sans-serif;
	font-size: 25px;
	line-height: 36px;
}
.b-step__description {
	margin: 15px 0 0;
	font-family: 'MontserratLight', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.b-stepv2 {
	transition: all 0.4s ease 0s;
	text-align: center;
}
.b-stepv2__ico {
	position: relative;
	font-family: 'MontserratBold', sans-serif;
	color: #fff;
	font-size: 100px;
	line-height: 75px;
	transition: all 0.4s ease 0s;
}
.s-steps--white .b-stepv2__ico {
	color: #77C8D2;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.b-stepv2__ico:after {
	position: absolute;
	top: 50%;
	left: 60%;
	width: 90%;
	height: 1px;
	content: '';
	border-top: 1px dashed #fff;
}
.s-steps--white .b-stepv2__ico:after {
	border-top-color: #65B65C;
}
.steps-grid__col:last-child .b-stepv2__ico:after {
	content: none;
}
.b-stepv2__body {
	margin: 40px 0 0;
	font-family: 'MontserratLight', sans-serif;
}
.b-stepv2__title {
	color: #000;
	font-size: 24px;
	line-height: 25px;
}
.b-stepv2__description {
	margin: 15px 0 0;
	color: #000;
	font-size: 14px;
	line-height: 24px;
}


/*----------------------------------------------------------------
Section benefits
----------------------------------------------------------------*/

.s-benefits {
	padding: 75px 0;
	overflow: hidden;
}
.s-benefits__container {
	max-width: 1150px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.benefits-grid__row {
	display: flex;
	flex-wrap: wrap;
}
.benefits-grid__col {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
}
.benefits-top {
	margin: -15px 0 0;
}
.benefits-top__row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.benefits-top__left {
	position: relative;
	margin: 45px 0 0 30px;
	padding: 20px 55px;
	border-radius: 3px;
	line-height: 1.2;
}
.benefits-top__left span {
	position: relative;
}
.benefits-top__left div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #F9FBFD;
	border: 1px solid #EDEEF0;
	border-radius: 3px;
}
.benefits-top__right {
	position: relative;
	padding: 50px 50px 0 0;
	max-width: 265px;
	font-family: 'MontserratBold', sans-serif;
	font-size: 22px;
	line-height: 30px;
	text-align: right;
}
.benefits-top__right div {
	position: absolute;
	right: 0;
	top: 0;
	width: 88px;
	height: 198px;
}
.benefits-top__right div:before,
.benefits-top__right div:after {
	position: absolute;
	content: '';
	border-radius: 3px;
}
.benefits-top__right div:before {
	background: #fff;
	z-index: 1;
	right: 1px;
	top: 1px;
	width: 88px;
	height: 198px;
}
.benefits-top__right div:after {
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	right: 0;
	top: 0;
	width: 90px;
	height: 200px;
}
.benefits-top__right span {
	position: relative;
	z-index: 2;
}
.benefits-middle {
	position: relative;
	z-index: 2;
	margin: 35px 0 0;
	display: flex;
	justify-content: space-between;
}
.benefits-middle__left {
	position: relative;
	max-width: 160px;
	font-family: 'MontserratBold', sans-serif;
	font-size: 18px;
	line-height: 28px;
}
.benefits-middle__left span {
	position: relative;
}
.benefits-middle__left div {
	position: absolute;
	top: 32px;
	left: 73px;
	content: '';
	width: 136px;
	height: 136px;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	opacity: 0.2;
}
.benefits-middle__center {
	position: relative;
	max-width: 370px;
	margin: 0 0 0 140px;
	font-family: 'MontserratLight', sans-serif;
	font-size: 25px;
	line-height: 36px;
	text-align: center;
}
.benefits-middle__center div {
	position: absolute;
	right: -90px;
	top: -90px;
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	filter: blur(125px);
}
.benefits-middle__right {
	margin: 100px 0 0;
	max-width: 320px;
	font-size: 18px;
	line-height: 28px;
	text-align: center;
}
.benefits-bottom {
	margin: 5px 0 0 360px;
	max-width: 300px;
	font-family: 'MontserratSemiBold', sans-serif;
	line-height: 24px;
	text-align: right;
}


/*----------------------------------------------------------------
Section what we do
----------------------------------------------------------------*/

.s-whatwedo {
	padding: 70px 0 95px;
	border-top: 1px solid #EDEEF0;
	background: #F9FBFD;
}
.s-whatwedo__container {
	max-width: 1110px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.whatwedo-grid__row {
	display: flex;
	flex-wrap: wrap;
}
.whatwedo-top {
	margin: -15px 0 0;
}
.whatwedo-top__row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.whatwedo-top__col span {
	position: relative;
	z-index: 2;
}
.whatwedo-top__col--1 {
	position: relative;
	max-width: 285px;
	padding: 65px 0 0 80px;
	font-family: 'MontserratBold', sans-serif;
	font-size: 18px;
	line-height: 28px;
}
.whatwedo-top__col--1 div {
	position: absolute;
	top: 0;
	left: 0;
	width: 136px;
	height: 136px;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	opacity: 0.2;
}
.whatwedo-top__col--2 {
	margin: 260px 0 0;
	max-width: 185px;
	line-height: 24px;
	text-align: right;
}
.whatwedo-top__col--3 {
	position: relative;
	margin: 115px 0 0;
	max-width: 270px;
	font-family: 'MontserratLight', sans-serif;
	font-size: 25px;
	line-height: 36px;
	text-align: center;
}
.whatwedo-top__col--3:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -75px 0 0 -75px;
	content: '';
	width: 150px;
	height: 150px;
	border-radius: 50%;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	filter: blur(125px);
}
.whatwedo-top__col--4 {
	position: relative;
	padding: 36px 24px 0 0;
	max-width: 250px;
	font-family: 'MontserratBold', sans-serif;
	font-size: 22px;
	line-height: 30px;
	text-align: right;
}
.whatwedo-top__col--4 div {
	position: absolute;
	border-radius: 3px;
	border: 1px solid #65B65C;
	right: 0;
	top: 0;
	width: 90px;
	height: 200px;
}


/*----------------------------------------------------------------
Section offer black
----------------------------------------------------------------*/

.s-offerblack {
	position: relative;
	z-index: 1;
	background: #000;
	padding: 75px 0;
	color: #fff;
	text-align: center;
}
.s-offerblack--pbottom {
	margin: 70px 0 0;
	padding: 75px 0 315px;
}
.s-offerblack__title {
	font-size: 45px;
	line-height: 72px;
	font-weight: 400;
}
.s-offerblack__title strong {
	font-family: 'MontserratSemiBold', sans-serif;
}
.s-offerblack__description {
	margin: 50px 0 0;
	font-size: 25px;
	line-height: 36px;
}
.s-offerblack__more {
	margin: 65px 0 0;
}


/*----------------------------------------------------------------
Section cases
----------------------------------------------------------------*/

.s-cases {
	position: relative;
	z-index: 1;
	padding: 70px 0 0;
}
.s-cases--ptb {
	padding: 70px 0;
}
.cases-grid__row {
	display: flex;
	margin: 0 -10px;
}
.cases-grid__col {
	padding: 0 10px;
}
.cases-grid__col--big {
	flex-grow: 1;
}
.cases-grid__col--sm {
	flex: 0 0 450px;
	max-width: 450px;
}
.b-casebig,
.b-casesm {
	display: block;
	position: relative;
	overflow: hidden;	
}
.b-casesm:first-child {
	margin: 0 0 20px;
}
.b-casebig {
	height: 590px;
}
.b-casebig:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 416px;
	height: 100%;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	opacity: 0.8;
}
.b-casebig__img,
.b-casesm__img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.b-casebig__body {
	padding: 30px 35px;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 416px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: end;
}
.b-casebig__title {
	font-family: 'MontserratLight', sans-serif;
	font-size: 25px;
	line-height: 36px;
}
.b-casebig__description {
	margin: 25px 0 0;
	font-family: 'MontserratLight', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.b-casebig__morearr {
	position: relative;
	display: inline-block;
	padding: 0 50px 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 55px;
}
.b-casebig__morearr:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-arrbig-right-white.svg) no-repeat;
	width: 36px;
    height: 12px;
    background-size: 36px 12px;
	transition: all 0.4s ease 0s;
}
.b-casebig:hover .b-casebig__morearr:after {
	right: -5px;
}
.b-casesm {
	height: 285px;
}
.b-casesm:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease 0s;
}
.b-casesm__body {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 55px;
	padding: 30px 24px 15px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s ease 0s;
	color: #000;
}
.b-casesm__title {
	font-family: 'MontserratLight', sans-serif;
	font-size: 25px;
	line-height: 36px;
}
.b-casesm__description {
	margin: 25px 0 0;
	font-family: 'MontserratLight', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.b-casesm__more {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	padding: 0 24px;
	height: 55px;	
}
.b-casesm__more:before {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 100%;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	opacity: 0.8;
	transition: all 0.4s ease 0s;
}
.b-casesm__morearr {
	position: relative;
	z-index: 1;
	display: inline-block;
	padding: 0 50px 0 0;
	color: #fff;
	font-size: 16px;
	line-height: 55px;
}
.b-casesm__morearr:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-arrbig-right-white.svg) no-repeat;
	width: 36px;
    height: 12px;
    background-size: 36px 12px;
	transition: all 0.4s ease 0s;
}
.b-casebig:hover,
.b-casesm:hover {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.b-casesm:hover .b-casesm__body {
	opacity: 1;
	visibility: visible;
}
.b-casesm:hover:before {
	opacity: 0.9;
	visibility: visible;
	z-index: 1;
}
.b-casesm:hover .b-casesm__more:before {
	opacity: 0;
	visibility: hidden;
}
.b-casesm:before:before {
	background-color: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	opacity: 0.9;
}
.b-casesm:hover .b-casesm__more {
	background: transparent;
}
.b-casesm:hover .b-casesm__morearr:after {
	right: -5px;
}
.s-cases .s-more {
	margin: 50px 0 0;
}


/*----------------------------------------------------------------
Section cases slider
----------------------------------------------------------------*/

.s-cases-slider {
	margin: 50px 0 0;
	padding: 75px 0 85px;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
}
.s-cases-slider__content {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.cases-slider__item {
	position: relative;
}
.cases-slider__img {
	position: absolute;
	right: 0;
	bottom: 75px;
	width: 640px;
	height: 480px;
}
/* .cases-slider__img--320 {
	height: 320px;
} */
.cases-slider__img--320 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cases-slider__bodyinn {
	padding: 40px 55px;
	background: #fff;
	width: calc(100% - 220px);
}
.cases-slider__title {
	margin: 0 0 35px 50px;
	max-width: 330px;
	width: 100%;
	font-family: 'MontserratSemiBold', sans-serif;
	color: #fff;
	font-size: 28px;
	line-height: 45px;
}
.cases-slider__title--m {
	display: none;
}
.cases-slider__content {
	margin: 0 0 50px;
	max-width: 45%;
	font-family: 'MontserratLight', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.cases-slider__viewlink {
	position: relative;
	padding: 0 50px 0 0;
	font-family: 'MontserratSemiBold', sans-serif;
}
.cases-slider__viewlink:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-arrbig-right-black.svg) no-repeat;
	width: 36px;
    height: 12px;
    background-size: 36px 12px;
	transition: all 0.4s ease 0s;
}
.cases-slider__viewlink:hover:after {
	right: -5px;
	background: url(../images/i/i-arrbig-right-green.svg) no-repeat;
}
.cases-slider__viewlink:hover {
	color: #80C8A0;
}
.cases-slider .slick-arrow {
	position: absolute;
	z-index: 1;
	bottom: 8px;
	border: none;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	font-size: 0;
	color: transparent;
	background-color: #fff;
	background-position: center 52%;
	background-repeat: no-repeat;
	background-size: 13px 23px;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}
.cases-slider .slick-next {
	right: 44px;
	background-image: url(../images/i/i-caretbig-right-green.svg);
}
.cases-slider .slick-prev {
	right: 104px;
	background-position: 45% 52%;
	background-image: url(../images/i/i-caretbig-left-green.svg);
}
.cases-slider .slick-arrow:hover {
	background-color: #81CCB8;
}
.cases-slider .slick-prev:hover {
	background-image: url(../images/i/i-caretbig-left-white.svg);
}
.cases-slider .slick-next:hover {
	background-image: url(../images/i/i-caretbig-right-white.svg);
}


/*----------------------------------------------------------------
Section case industries
----------------------------------------------------------------*/

.s-industries__content {
	max-width: 1100px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.b-industry {
	margin: 120px 0 0;
	position: relative;
}
.b-industry:first-child {
	margin: 90px 0 0;
}
.b-industry:nth-child(even):after {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 540px;
	height: 540px;
	border-radius: 50%;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	opacity: 0.3;
	filter: blur(125px);
}
.b-industry__img {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 50px;
	width: 640px;
	height: 320px;
}
.b-industry__img--640x480 {
	height: 400px;
}
.b-industry:nth-child(even) .b-industry__img {
	left: 0;
	right: auto;
}
.b-industry__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.b-industry__body {
	position: relative;
	z-index: 1;
}
.b-industry__bodyinn {
	padding: 40px 55px;
	min-height: 270px;
	background: #F9FBFD;
	border: 1px solid #EDEEF0;
	width: calc(100% - 220px);
}
.b-industry:nth-child(even) {
	text-align: right;
}
.b-industry:nth-child(even) .b-industry__bodyinn {
	margin: 0 0 0 220px;
}
.b-industry__title {
	margin: 0 0 30px 55px;
	display: inline-block;
	max-width: 330px;
	width: 100%;
	font-family: 'MontserratSemiBold', sans-serif;
	color: #000;
	font-size: 30px;
	line-height: 45px;
	text-align: left;
}
.b-industry__title--m {
	display: none;
}
.b-industry:nth-child(even) .b-industry__titleh {
	width: calc(100% - 220px);
	margin: 0 0 0 220px;
	padding: 0 55px;
}
.b-industry:nth-child(even) .b-industry__title {
	margin: 0 0 30px;
	max-width: 45%;
}
.b-industry__title--m {
	display: none;
}
.b-industry__content {
	/* margin: 0 0 50px; */
	display: inline-block;
	max-width: 45%;
	font-family: 'MontserratLight', sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.b-industry__view {
	margin: 50px 0 0;
}
.b-industry__viewlink {
	position: relative;
	padding: 0 50px 0 0;
	font-family: 'MontserratSemiBold', sans-serif;
}
.b-industry__viewlink:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	background: url(../images/i/i-arrbig-right-black.svg) no-repeat;
	width: 36px;
    height: 12px;
    background-size: 36px 12px;
	transition: all 0.4s ease 0s;
}
.b-industry__viewlink:hover:after {
	right: -5px;
	background: url(../images/i/i-arrbig-right-green.svg) no-repeat;
}
.b-industry__viewlink:hover {
	color: #80C8A0;
}


/*----------------------------------------------------------------
Section technologies
----------------------------------------------------------------*/

.s-tech {
	position: relative;
	margin: 70px 0 0;
	padding: 75px 0 0;
}
.s-tech:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	content: '';
	width: 1110px;
	height: 1110px;
	background: url(../images/tech-bg.png) center no-repeat;
	background-size: cover;
}
.tech-grid {
	position: relative;
	z-index: 1;
	margin: -55px auto 0;
	width: 100%;
	max-width: 980px;
}
.tech-grid__row {
	display: flex;
	justify-content: space-between;
}
.tech-grid__col {
	flex: 0 0 20%;
	max-width: 20%;
}
.tech-grid__col:nth-child(1) {
	margin: 75px 0 0;
}
.tech-grid__col:nth-child(2) {
	margin: 165px 0 0;
}
.tech-grid__col:nth-child(3) {
	margin: 335px 0 0;
}
.tech-grid__col:nth-child(4) {
	margin: 45px 0 0;
}
.tech-grid__col:nth-child(5) {
	text-align: right;
}
.b-tech {
	text-align: left;
}
.b-tech__title {
	position: relative;
	display: inline-block;
	margin: 0 0 35px;
	color: #000;
	font-size: 25px;
}
.b-tech__title span {
	position: relative;
}
.b-tech--web {
	margin: 0 0 90px;
}
.b-tech--langs .b-tech__title:before {
	position: absolute;
	left: -44px;
	bottom: -21px;
	content: '';
	background: rgba(128, 200, 160, 0.2);
	width: 126px;
	height: 126px;
}
.b-tech--frameworks .b-tech__title {
	padding: 13px 20px;
	border: 1px solid #fff;
}
.b-tech--db .b-tech__title {
	padding: 10px 0 10px 18px;
}
.b-tech--db .b-tech__title:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	height: 100%;
	width: 3px;
	background: #000;
}
.b-tech--db .b-tech__list {
	margin: 0 0 0 18px;
}
.b-tech--mob .b-tech__title {
	padding: 12px 20px;
	background: #fff;
}
.b-tech--mob .b-tech__list {
	margin: 0 0 0 20px;
}
.b-tech--frameworks .b-tech__list {
	margin: 0 0 0 15px;
}
.b-tech--web {
	display: inline-block;
	padding: 22px 25px;
	background: #F9FBFD;
	border: 1px solid #EDEEF0;
	border-radius: 3px;
}
.b-tech--cloud .b-tech__title:before {
	position: absolute;
	left: -50px;
	top: -25px;
	content: '';
	background: url(../images/i/i-cloud.svg) no-repeat;
	width: 106px;
	height: 61px;
	background-size: 106px 61px;
}
.b-tech__list {
	text-align: left;
}
.b-tech__item {
	margin: 0 0 12px;
}
.b-tech__item:last-child {
	margin: 0;
}


/*----------------------------------------------------------------
Section map
----------------------------------------------------------------*/

.s-map {
	background: #000;
	padding: 75px 0 205px;
}
.b-map {
	position: relative;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	background: url(../images/map-bg.png) center no-repeat;
	padding: 0 0 49%;
	background-size: cover;
}
.b-map__item {
	width: 200px;
	position: absolute;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	text-align: center;
}
.b-map__item--1 {
	width: 190px;
	top: 0;
	left: 55%;
}
.b-map__item--2 {
	width: 190px;
	top: 28%;
	left: 32%;
}
.b-map__item--3 {
	top: 45%;
	left: 27%;
}
.b-map__item--4 {
	top: 65%;
	left: 59%;
}
.b-map__item--5 {
	top: 35%;
	left: 5%;
}
.b-map__item--6 {
	top: 64%;
	left: 5%;
}
.b-map__item--7 {
	top: 4%;
	right: 7%;
}
.b-map__item--8 {
	top: 50%;
	right: 7%;
}
.b-map__item--9 {
	top: 32%;
	right: 55%;
}
.s-map .s-more {
	margin: 35px 0 0;
}
.mobile-vacancies {
	display: none;
}


/*----------------------------------------------------------------
Section career
----------------------------------------------------------------*/

.s-career {
	padding: 50px 0 0;
}
.s-vacancy-content {
	padding: 50px 0;
}
.career-list__head,
.career-list__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.career-list__head {
	padding: 0 0 15px;
	border-bottom: 1px solid #ababab;
	font-family: 'MontserratBold', sans-serif;
	color: #ababab;
	line-height: 20px;
}
.career-list__item {
	margin: 20px 0 0;
}
.career-list__col {
	flex: 1;
	line-height: 20px;
}
.career-list__col--title {
	font-family: 'MontserratBold', sans-serif;
	transition: all 0.4s ease 0s;
}
.career-list__col--action {
	flex: 0 0 220px;
	max-width: 220px;
}
.career-list__item a:hover,
.career-list__item:hover .career-list__col--title {
	color: #81CCB8;
}
.career-empty {
	font-size: 20px;
	line-height: 1.3;
	text-align: center;
}
.vacancy-content__action--bottom {
	margin: 30px 0 0 100px;
}


/*----------------------------------------------------------------
Section subscribe
----------------------------------------------------------------*/

.s-subscribe--margin {
	margin: -130px 0 0;
}
.s-subscribe--topblackbg {
	position: relative;
	padding: 80px 0 0;
}
.s-subscribe--topblackbg:before {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	content: '';
	height: 224px;
	background-color: #000;
}
.s-subscribe__container {
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
}
.s-subscribe__inner {
	position: relative;
	padding: 70px 200px;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.s-subscribe__title {
	max-width: 300px;
	font-family: 'MontserratSemiBold', sans-serif;
	color: #fff;
	font-size: 25px;
	line-height: 36px;
}
.s-subscribe__content {
	flex-grow: 1;
	padding: 0 0 0 100px;
}
.subscribe-form {
	display: flex;
	align-items: end;
	justify-content: space-between;
}
.subscribe-form__input {
	flex-grow: 1;
	margin: 0 100px 0 0;
	height: 26px;
	background: transparent;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 2px solid #fff;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	transition: all 0.4s ease 0s;
}
.subscribe-form__input::-webkit-input-placeholder {
	color: #fff;
	opacity: 1;
}
.subscribe-form__input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.subscribe-form__input:-ms-input-placeholder {
	color: #fff;
	opacity: 1;
}
.subscribe-form__input:-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.subscribe-form__submit {
	flex: 0 0 220px;
	max-width: 220px;
	height: 60px;
	background: transparent;
	border: 1px solid #fff;
	border-radius: 3px;
	cursor: pointer;
	transition: all 0.4s ease 0s;
	font-family: 'MontserratSemiBold', sans-serif;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
}
.subscribe-form__submit:hover {
	background: #fff;
	color: #000;
}


/*----------------------------------------------------------------
Section reviews
----------------------------------------------------------------*/

.s-reviews {
	position: relative;
}
.s-reviews--blackbg {
	padding: 300px 0 0;
	margin: -250px 0 0;
}
.s-reviews--minustmargin {
	margin: -220px 0 0;
}
.s-reviews--blackbg:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 100%;
	height: 580px;
	background: #000;
}
.s-reviews__container {
	position: relative;
	max-width: 1500px;
	width: 100%;
	margin: 0 auto;
	padding: 0 15px;
}
.s-reviews__inner {
	position: relative;
	z-index: 2;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	display: flex;
	padding: 90px 200px;
}
.s-reviews__title {
	margin: -15px 0 0;
	flex: 0 0 320px;
	max-width: 320px;
	font-family: 'MontserratSemiBold', sans-serif;
	color: #fff;
	font-size: 40px;
	line-height: 72px;
}
.s-reviews__content {
	flex-grow: 1;
	overflow: hidden;
}
.reviews-slider {
	padding: 0 0 55px;
}
.reviews-slider__text {
	font-family: 'MontserratLight', sans-serif;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
}
.reviews-slider__author {
	margin: 80px 0 0;
	font-family: 'MontserratSemiBold', sans-serif;
	color: #282938;
}
.reviews-slider .slick-arrow {
	position: absolute;
	z-index: 1;
	bottom: 0;
	border: none;
	border-radius: 50%;
	width: 48px;
	height: 48px;
	font-size: 0;
	color: transparent;
	background-color: #fff;
	background-position: center 52%;
	background-repeat: no-repeat;
	background-size: 13px 23px;
	transition: all 0.4s ease 0s;
	cursor: pointer;
}
.reviews-slider .slick-next {
	right: 0;
	background-image: url(../images/i/i-caretbig-right-green.svg);
}
.reviews-slider .slick-prev {
	right: 58px;
	background-position: 45% 52%;
	background-image: url(../images/i/i-caretbig-left-green.svg);
}
.reviews-slider .slick-arrow:hover {
	background-color: #81CCB8;
}
.reviews-slider .slick-prev:hover {
	background-image: url(../images/i/i-caretbig-left-white.svg);
}
.reviews-slider .slick-next:hover {
	background-image: url(../images/i/i-caretbig-right-white.svg);
}


/*------------------------------------------------------------
Section blog
------------------------------------------------------------*/

.s-blog {
	padding: 70px 0 50px;
}
.s-blog-grid__row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.s-blog-grid__col {
	flex: 0 0 33.3333%;
	max-width: 33.3333%;
	margin: 0 0 50px;
	padding: 0 15px;
}
.b-blog__img {
	margin: 0 0 35px;
}
.b-blog__date {
	margin: 0 0 20px;
	font-family: 'MontserratLight', sans-serif;
}
.b-blog__title {
	margin: 0 0 20px;
	font-weight: 400;
}
.b-blog__link {
	font-family: 'MontserratLight', sans-serif;
	font-size: 25px;
	line-height: 36px;
}
.b-blog__link:hover {
	color: #80C8A0;
}
.b-blog__excerpt {
	margin: 0 0 20px;
	font-family: 'MontserratLight', sans-serif;
	font-size: 14px;
	line-height: 24px;
}
.b-blog__morelink {
	display: inline-block;
    position: relative;
    padding: 0 24px 0 0;
    color: #80C8A0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    transition: all 0.4s ease 0s;
}
.b-blog__morelink:after {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: url(../images/i/i-caret-right-green.svg) no-repeat;
    width: 7px;
    height: 12px;
    background-size: 7px 12px;
}
.b-blog__morelink:hover {
	color: #000;
}
.b-blog__morelink:hover:after {
	background: url(../images/i/i-arrsm-right-black.svg) no-repeat;
	width: 13px;
	height: 11px;
	background-size: 13px 11px;
}
.s-blog .s-more,
.blog-content .s-more {
	margin: 20px 0 0;
}


/*------------------------------------------------------------
Blog page hero
------------------------------------------------------------*/

.s-heroblog {
	padding: 110px 0 0;
}
.s-heroblog__inner {
	height: 540px;
	background: url(../images/map-dotted-big.png) center no-repeat;
	background-size: contain;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
}
.s-heroblog__readtime {
	margin: 0 0 40px;
	font-family: 'MontserratLight', sans-serif;
	font-size: 20px;
}
.s-heroblog__title {
	font-family: 'MontserratBold', sans-serif;
	font-size: 60px;
	line-height: 80px;
}
.s-heroblog__description {
	font-size: 40px;
	line-height: 50px;
	font-family: 'MontserratLight', sans-serif;
}
.s-heroblog-author {
	margin: 40px 0 0;
}
.s-heroblog-author__avatar img {
	width: 75px;
	border-radius: 50%;
}
.s-heroblog-author__name {
	margin: 20px 0 0;
	font-family: 'MontserratLight', sans-serif;
	font-size: 20px;
}
.blog-share {
	margin: 60px 0 0 100px;
	display: flex;
	align-items: center;
}
.blog-share__title {
	margin: 0 40px 0 0;
	font-family: 'MontserratLight', sans-serif;
	font-size: 20px;
}
.blog-share__list {
	display: flex;
	align-items: baseline;
}
.blog-share__item {
	margin: 0 30px 0 0;
}
.blog-share__item:last-child {
	margin: 0;
}
.blog-share__item:hover {
	opacity: 0.7;
}
.blog-share__item--linkedin {
	background: url(../images/i/i-share-linkedin.svg) no-repeat;
	width: 30px;
	height: 30px;
	background-size: 30px;
}
.blog-share__item--fb {
	background: url(../images/i/i-share-fb.svg) no-repeat;
	width: 30px;
	height: 30px;
	background-size: 30px;
}	
.blog-share__item--tw {
	background: url(../images/i/i-share-tw.svg) no-repeat;
	width: 30px;
	height: 24px;
	background-size: 30px 24px;
}


/*------------------------------------------------------------
Blog posts top block
------------------------------------------------------------*/

.s-blog-posts-top {
	margin: 0 0 50px;
}
.s-blog-posts-top__row {
	display: flex;
	margin: 0 -15px;
}
.s-blog-posts-top__left,
.s-blog-posts-top__right {
	padding: 0 15px;
}
.s-blog-posts-top__left {
	flex-grow: 1;
}
.s-blog-posts-top__right {
	flex: 0 0 445px;
	max-width: 445px;
}
.b-postcard-big {
	width: 100%;
	height: 590px;
	display: block;
    position: relative;
    overflow: hidden;
}
.b-postcard-big__img {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.b-postcard-big:after {
	position: absolute;
	left: 0;
	top: 0;
	content: '';
	width: 416px;
	height: 100%;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	opacity: 0.8;
}
.b-postcard-big__body {
	padding: 30px 35px;
    position: absolute;
    z-index: 1;
    left: 0;
    top: 0;
    width: 416px;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
}
.b-postcard-big__title {
	margin: 0 0 25px;
	font-family: 'MontserratLight', sans-serif;
    font-size: 25px;
    line-height: 36px;
}
.b-postcard-big__morearr {
	position: relative;
    display: inline-block;
    padding: 0 50px 0 0;
    color: #000;
    font-size: 16px;
    line-height: 55px;
}
.b-postcard-big__morearr:after {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
	background: url(../images/i/i-arrbig-right-black.svg) no-repeat;
    width: 36px;
    height: 12px;
    background-size: 36px 12px;
    transition: all 0.4s ease 0s;
}
.b-postcard-big:hover .b-postcard-big__morearr:after {
    right: -5px;
}
.s-blog-posts-top__title {
	margin: 0 0 30px;
	font-family: 'MontserratBold', sans-serif;
	font-size: 24px;
}
.b-postcard-important {
	margin: 0 0 40px;
}
.b-postcard-important__title {
	margin: 0 0 15px;
	font-weight: 400;
}
.b-postcard-important__titlelink {
	font-family: 'MontserratBold', sans-serif;
	color: #282938;
	font-size: 20px;
	line-height: 30px;
}
.b-postcard-important__titlelink:hover {
	color: #80C8A0;
}
.b-postcard-important__more {
	text-align: right;
}
.b-postcard-important__morelink {
	position: relative;
	display: inline-block;
    position: relative;
    padding: 0 24px 0 0;
    color: #80C8A0;
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    transition: all 0.4s ease 0s;
}
.b-postcard-important__morelink:after {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: url(../images/i/i-caret-right-green.svg) no-repeat;
    width: 7px;
    height: 12px;
    background-size: 7px 12px;
}
.b-postcard-important__morelink:hover:after {
	background: url(../images/i/i-arrsm-right-black.svg) no-repeat;
    width: 13px;
    height: 11px;
    background-size: 13px 11px;
}
.b-postcard-important__morelink:hover {
	color: #000;
}


/*------------------------------------------------------------
Related posts
------------------------------------------------------------*/

.related-posts {
	margin: 90px 0 0;
}
.related-posts__title {
	margin: 0 0 60px;
	font-family: 'MontserratSemiBold', sans-serif;
	font-size: 40px;
	text-align: center;
}
.related-more {
	text-align: center;
}


/*------------------------------------------------------------
Entry content
------------------------------------------------------------*/

.blog-content {
	margin: 0 0 70px 0;
}
.page-content {
	margin: 70px 0 0;
}
.entry-content {
	padding: 0 100px;
}
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
	margin: 40px 0;
	font-family: 'MontserratSemiBold', sans-serif;
	font-weight: 400;
	line-height: 1.1;
}
.entry-content h2:first-child,
.entry-content h3:first-child {
	margin: 0 0 40px;
}
.entry-content h2 {
	font-size: 35px;
}
.entry-content h3 {
	font-size: 28px;
}
.entry-content a {
	font-family: 'MontserratBold', sans-serif;
    color: #7EC382;
}
.entry-content a:hover {
	color: #000;
}
.entry-content p {
	color: #5B5B5B;
	font-size: 14px;
	line-height: 26px;
	margin: 0 0 30px 0;
}
.entry-content p:last-child {
	margin: 0;
}
.entry-content p strong {
	font-family: 'MontserratBold', sans-serif;
}
.entry-content p.has-img {
	margin: 0 -100px;
}
.entry-content img.align_left {
	float: left;
	margin: 0 15px 0 0;
}
.entry-content img.align_right {
	float: right;
	margin: 0 0 0 15px;
}
.entry-content img.align_center {
	display: block;
	margin: 0 auto;
}
.entry-content blockquote {
	margin: 30px 0;
	padding: 0 0 0 80px;
}
.entry-content blockquote,
.entry-content blockquote p {
	font-family: 'MontserratLight', sans-serif;
	font-size: 14px;
	line-height: 26px;
	font-style: italic;
}
.entry-content blockquote p {
	margin: 0 0 10px;
}
.entry-content blockquote p:last-child {
	margin: 0;
}
.entry-content ol {
	counter-reset: number;	
}
.entry-content ul,
.entry-content ol {
	margin: 20px 0 30px 25px;
}
.entry-content ul li,
.entry-content ol li {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 26px;
}
.entry-content ul li:last-child,
.entry-content ol li:last-child {
	margin: 0;
}
.entry-content ul li:before,
.entry-content ol li:before {
	position: absolute;
	left: 0;
	content: '';
}
.entry-content ul li:before {
	top: 7px;
	width: 8px;
	height: 8px;
	background: #80C8A0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.entry-content ol li:before {
    top: 0;
    font-weight: 700;
    color: #80C8A0;
    font-size: 14px;
    line-height: 22px;
    counter-increment: number;
    content: counter(number) ".";
}


/*----------------------------------------------------------------
Section faq
----------------------------------------------------------------*/

.s-faq {
	padding: 75px 0 0;
}
.b-faq__item {
	margin: 0 0 15px;
}
.b-faq__item:last-child {
	margin: 0;
}
.b-faq__title {
	background: #F9FBFD;
	border: 1px solid #EDEEF0;
	border-radius: 3px;
	padding: 20px 30px;
	position: relative;
	cursor: pointer;
	font-family: 'MontserratLight', sans-serif;
	font-size: 24px;
	line-height: 28px;
}
.b-faq__title:after {
	position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: url(../images/i/i-caretsm-bottom-green.svg) no-repeat;
    width: 12px;
    height: 8px;
    background-size: 12px 8px;
}
.b-faq__title--active:after {
	transform: rotate(180deg);
}
.b-faq__dropdown {
	display: none;
	padding: 45px 130px;
	position: relative;
}
.b-faq__dropdown,
.b-faq__dropdown p {
	font-size: 14px;
	line-height: 24px;
}
.b-faq__dropdown p {
	margin: 0 0 15px;
}
.b-faq__dropdown p:last-child {
	margin: 0;
}
.b-faq__dropdown:after {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	content: '';
	-moz-border-radius: 100px / 50px;
	-webkit-border-radius: 100px / 50px;
	border-radius: 100px / 50px;
	background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	opacity: 0.1;
	filter: blur(25px);
}
.b-faq__content {
	position: relative;
	z-index: 1;
}


/*----------------------------------------------------------------
Section order
----------------------------------------------------------------*/

.s-order {
	margin: 90px 0 0;
}
.s-order__container {
	margin: 0 auto;
	max-width: 810px;
	width: 100%;
	padding: 0 15px;
}
.s-order__box {
	padding: 65px 70px;
	box-shadow: 0px 20px 50px rgba(81, 108, 148, 0.13);
}
.s-order__head {
	margin: 0 0 40px;
	text-align: center;
}
.s-order__title {
	font-family: 'MontserratSemiBold', sans-serif;
	font-size: 45px;
	line-height: 72px;
}
.s-order__description {
	margin: 35px 0 0;
	font-size: 16px;
	line-height: 28px;
}
.order-form__group {
	margin: 0 0 45px;
}
.order-form__group:last-child {
	margin: 40px 0 0;
	text-align: center;
}
.order-form__groupchecks {
	margin: -20px 0 0;
}
.order-form__groupcheck {
	margin: 0 0 15px;
}
.order-form__groupcheck:last-child {
	margin: 0;
}
.order-form__input {
	width: 100%;
	height: 30px;
	background: #fff;
	border-left: 0;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #80C8A0;
	padding: 0 0 10px;
	font-family: 'MontserratLight', sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.order-form__input::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
.order-form__input::-moz-placeholder {
	color: #000;
	opacity: 1;
}
.order-form__input:-ms-input-placeholder {
	color: #000;
	opacity: 1;
}
.order-form__input:-moz-placeholder {
	color: #000;
	opacity: 1;
}
.order-form__input:focus {
	border-bottom-color:#000;
}
.order-form__input.error,
.order-form__group--error .order-form__input {
	border-bottom-color: red;
}
.order-form__groupcheck--error .order-form__input,
.order-form__groupcheck--error label {
	color: red;
}
#ppolicy-error {
	display: none!important;
}
.order-form__attachinput {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.order-form__attachlabel {
	position: relative;
	padding: 0 0 0 25px;
	font-family: 'MontserratLight', sans-serif;
	font-size: 14px;
	line-height: 1;
}
.order-form__attachlabel:before {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: '';
	background: url(../images/i/i-attach-green.svg) no-repeat;
	width: 18px;
	height: 18px;
	background-size: 18px;
}
.file-input-message {
	margin: 5px 0 0;
	font-family: 'MontserratLight', sans-serif;
	font-size: 14px;
}
.file-input-message span {
	font-family: 'MontserratBold', sans-serif;
}
.file-input--success {
	color: #65B65C;
}
.file-input--error {
	color: red;
}
.order-attachment-delete {
	cursor: pointer;
	display: inline-block;
	margin: 0 0 0 10px;
	vertical-align: middle;
	border: none;
	background: transparent;
	font-family: 'MontserratBold', sans-serif;
	color: #000;
	font-size: 14px;
	line-height: 1;
}
.order-form__groupcheck label {
	font-family: 'MontserratLight', sans-serif;
	font-size: 14px;
	line-height: 18px;
	cursor: pointer;
}
.order-form__groupcheck a,
.order-form__groupcheck strong {
	font-family: 'MontserratBold', sans-serif;
	font-size: 14px;
	line-height: 18px;
}
.order-form__groupcheck a {
	color: #80C8A0;
}
.order-form__groupsubmit button[type=submit]:disabled {
	cursor: default;
}
.order-form__groupcheck a:hover {
	color: #000;
}
.order-form__groupsubmit {
	margin: 50px 0 0;
	text-align: center;
}
.order-form__links {
	margin: 65px 0 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.order-form__bookmeeting {
	position: relative;
	display: inline-block;
	padding: 0 50px 0 0;
	font-family: 'MontserratSemiBold', sans-serif;
	color: #7EC382;
	font-size: 18px;
}
.order-form__bookmeeting:after {
	position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: url(../images/i/i-arrbig-right-black.svg) no-repeat;
    width: 36px;
    height: 12px;
    background-size: 36px 12px;
    transition: all 0.4s ease 0s;
}
.order-form__bookmeeting:hover {
	color: #000;
}
.order-form__bookmeeting:hover:after {
	right: -5px
}
.order-form__linkcolexpert {
	font-size: 14px;
	line-height: 18px;
}
.order-form__applyexpert {
	font-family: 'MontserratSemiBold', sans-serif;
	color: #7EC382;
}
.order-form__applyexpert:hover {
	color: #000;
}


/*----------------------------------------------------------------
Search results page
----------------------------------------------------------------*/

.s-search {
	margin: 50px 0 0;
}
.s-search__found {
	margin: 0 0 40px;
	font-size: 24px;
}
.s-search__found span {
	font-family: 'MontserratSemiBold', sans-serif;
}
.search-post {
	margin: 0 0 30px;
}
.search-post:last-child {
	margin: 0;
}
.search-post__title {
	font-family: 'MontserratBold', sans-serif;
	font-size: 18px;
	line-height: 24px;
}
.search-post__title a:hover {
	color: #80C8A0;
}
.search-post__excerpt {
	margin: 5px 0 0;
}
.s-search__notfound {
	font-family: 'MontserratSemiBold', sans-serif;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
}


/*----------------------------------------------------------------
Contacts page
----------------------------------------------------------------*/

.contacts-page {
	margin: 30px 0 0;
	text-align: center;
}
.contacts-page__title {
	margin: 0 0 20px;
	font-family: 'MontserratSemiBold', sans-serif;
    font-size: 40px;
    line-height: 1.1;
}
.contacts-page__address {
	margin: 0 0 50px;
	font-family: 'MontserratLight', sans-serif;
    font-size: 24px;
    line-height: 1.1;
}
.contacts-page__map iframe {
	height: 450px;
}

/*----------------------------------------------------------------
Footer
----------------------------------------------------------------*/

.footer {
	margin: 80px 0 0;
	padding: 90px 0 55px;
	background: #000;
}
.footer-top__inner {
	display: flex;
	justify-content: space-between;
}
.footer-top__left {
	flex: 0 0 330px;
	max-width: 330px;
}
.footer__logo {
	max-width: 190px;
}
.footer-top__lactions {
	margin: 30px 0 0;
}
.footer-top__lang .b-langs__current {
	padding: 5px 15px 5px 25px;
}
.footer-top__search .b-search__btn {
	padding: 5px 0 5px 25px;
}
.footer-top__lang .b-langs__dropdown,
.footer-top__search .b-search__dropdown {
	left: 0;
	right: auto;
}
.footer-top__search {
	margin: 10px 0 0;
}
.footer-top__middle {
	padding: 0 90px 0 0;
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
}
.footer-top__mcol:nth-child(2n) {
	max-width: 250px;
}
.footer-nav li {
	margin: 0 0 30px;
}
.footer-nav li:last-child {
	margin: 0;
}
.footer-nav a {
	font-family: 'MontserratBold', sans-serif;
	color: #80C8A0;
	line-height: 20px;
}
.footer-nav a:hover {
	color: #fff;
}
.footer-navf li:first-child {
	margin: 0 0 32px;
}
.footer-navf li:first-child a {
	font-family: 'MontserratBold', sans-serif;
	color: #80C8A0;
}
.footer-navf li:first-child a:hover {
	color: #fff;
}
.footer-navf li {
	margin: 0 0 12px;
}
.footer-navf li:last-child {
	margin: 0;
}
.footer-navf a {
	color: #fff;
	line-height: 20px;
}
.footer-navf a:hover {
	color: #80C8A0;
}
.footer-top__rlactions {
	flex: 0 0 220px;
	max-width: 220px;
}
.footer-top__soc {
	margin: 125px 0 0;
}
.soc-nav ul {
	display: flex;
	align-items: end;
	justify-content: center;
}
.soc-nav__item {
	margin: 0 0 0 25px;
}
.soc-nav__item:first-child {
	margin: 0;
}
.soc-nav__link {
	display: block;
}
.soc-nav__link--linkedin {
	background: url(../images/i/i-linkedin-white.svg) no-repeat;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
}
.soc-nav__link--linkedin:hover {
	background: url(../images/i/i-linkedin-green.svg) no-repeat;
}
.soc-nav__link--fb {
	background: url(../images/i/i-fb-white.svg) no-repeat;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
}
.soc-nav__link--fb:hover {
	background: url(../images/i/i-fb-green.svg) no-repeat;
	background-size: 30px 30px;
}
.soc-nav__link--tw {
	background: url(../images/i/i-tw-white.svg) no-repeat;
	width: 29px;
	height: 24px;
	background-size: 29px 24px;
}
.soc-nav__link--tw:hover {
	background: url(../images/i/i-tw-green.svg) no-repeat;
	background-size: 29px 24px;
}
.footer-bottom {
	margin: 35px 0 0;
}
.footer-bottom__inner {
	display: flex;
	justify-content: space-between;
	align-items: end;
}
.footer-bottom__left {
	flex: 0 0 330px;
	max-width: 330px;
}
.footer-contacts__title {
	margin: 0 0 10px;
	font-family: 'MontserratSemiBold', sans-serif;
	color: #80C8A0;
	font-size: 18px;
}
.footer-contacts__item {
	margin: 0 0 10px;
	color: #80C8A0;
	font-size: 14px;
}
.footer-contacts__item a {
	color: #fff;
}
.footer-contacts__item a:hover {
	color: #80C8A0;
}
.footer-contacts__item:last-child {
	margin: 0;
}
.footer-bottom__right {
	flex-grow: 1;
	display: flex;
	justify-content: space-between;
}
.footer-bnav ul {
	display: flex;
}
.footer-bnav li {
	margin: 0 30px 0 0;
}
.footer-bnav a {
	font-family: 'MontserratLight', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
.footer-bnav a:hover {
	color: #80C8A0;
}
.footer-bottom__copyright {
	font-family: 'MontserratLight', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 20px;
}
.footer-bottom__copyright a {
	font-family: 'MontserratBold', sans-serif;
	color: #fff;
}
.footer-bottom__copyright a:hover {
	color: #80C8A0;
}


/*----------------------------------------------------------------
Modal
----------------------------------------------------------------*/

.scroll-disable {
	overflow: hidden;
}
.fancybox-bg {
	background: rgba(0,0,0,0.6);
}
.fancybox-close-small svg path {
	color: #000;
}
.modal {
	display: none;
	max-width: 410px;
	padding: 30px;
	width: 100%;
}
.modal-callback {
	padding: 30px;
}
.modal-order {
	max-width: 700px;
}
.modal-head {
	margin: 0 0 30px;
}
.modal-head--center {
	text-align: center;
}
.modal-head__title {
    font-family: 'MontserratBold', sans-serif;
    font-size: 30px;
	line-height: 34px;
}
.modal-form__group {
	margin: 0 0 20px 0;
}
.modal-form__group:last-child {
	margin: 40px 0 0;
	text-align: center;
}
.modal-form__input {
	width: 100%;
	height: 30px;
	background: #fff;
	border-top: 0;
	border-right: 0;
	border-left: 0;
	border-bottom: 1px solid #80C8A0;
	padding: 0;
	color: #000;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.modal-form__input::-webkit-input-placeholder {
	color: #000;
	opacity: 1;
}
.modal-form__input::-moz-placeholder {
	color: #000;
	opacity: 1;
}
.modal-form__input:-ms-input-placeholder {
	color: #2b2a29;
	opacity: 1;
}
.modal-form__input:-moz-placeholder {
	color: #000;
	opacity: 1;
}
.modal-form__input:focus {
	border-bottom: 1px solid #000;
}
.modal-form__input.error {
	border-color: red;
}
.modal-form__submit {
	margin: 0 auto;
}
.success-modal {
	padding: 40px 35px;
	background: #fff;
	text-align: center;
}
.success-modal__title {
	margin: 0 0 20px;
	font-family: 'MontserratBold', sans-serif;
	font-size: 24px;
}
.success-modal__description {
	font-size: 18px;
	line-height: 24px;
	font-weight: 500;
}


/*----------------------------------------------------------------
Adaptive styles
----------------------------------------------------------------*/

@media only screen and (max-width: 1400px) {

	.s-reviews__inner {
		padding: 90px 100px;
	}
	.s-subscribe__inner {
		padding: 70px 100px;
	}
	.industry-card {
		height: 0;
		padding: 0 0 100%;
	}
	.industry-card__title {
		left: 15px;
		bottom: 30px;
		font-size: 22px;
	}

}


@media only screen and (max-width: 1200px) {

	.header-nav {
		display: none;
	}
	.header__hamburger {
		display: block;
	}
	.service-card {
		min-height: 0;
		padding: 25px 15px;
	}
	.s-subscribe__content {
		padding: 0 0 0 30px;
	}
	.subscribe-form__input {
		margin: 0 30px 0 0;
	}
	.cases-slider__title,
	.b-industry__title {
		font-size: 24px;
		line-height: 30px;
	}
	.cases-slider__title {
		margin: 0 0 15px 30px;
	}
	.b-industry__title {
		margin: 0 0 15px 30px;
	}
	.cases-slider__bodyinn,
	.b-industry__bodyinn {
		padding: 30px;
	}
	.cases-slider__content,
	.b-industry__content {
		max-width: 40%;
	}
	.b-industry:nth-child(even) .b-industry__titleh {
		padding: 0 30px;
	}
	.b-industry:nth-child(even) .b-industry__title {
		max-width: 40%;
	}
	.b-industry:first-child {
		margin: 120px 0 0;
	}
	.b-aboutvalue__title {
		font-size: 50px;
	}	
	.footer-top__left,
	.footer-bottom__left {
		flex: 0 0 230px;
		max-width: 230px;
	}
	.footer-top__middle {
		padding: 0 30px 0 0;
	}
	.footer-top__mcol:nth-child(2n) {
		max-width: 200px;
	}

}


@media only screen and (max-width: 1000px) {
	
	.hero__title {
		font-size: 60px;
		line-height: 70px;
	}
	.services-grid__col {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.service-card {
		min-height: 0;
	}
	.industry-card__title {
		left: 15px;
		bottom: 30px;
		font-size: 18px;
	}
	.benefits-top__left {
		padding: 20px;
		margin: 45px 0 0 0;
	}
	.benefits-middle__center {
		margin: 0 0 0 100px;
	}
	.benefits-bottom {
		margin: 5px 0 0 200px;
	}
	.cases-grid__col--sm {
		flex: 0 0 350px;
		max-width: 350px;
	}
	.b-casebig:after,
	.b-casebig__body {
		width: 350px;
	}
	.s-reviews__inner,
	.s-subscribe__inner {
		padding: 45px 15px;
	}
	.s-subscribe__inner {
		display: block;
	}
	.s-subscribe__title {
		margin: 0 0 35px;
		max-width: none;
	}
	.s-subscribe__content {
		padding: 0;
	}
	.subscribe-form {
		display: block;
	}
	.subscribe-form__input {
		margin: 0;
		width: 100%;
	}
	.subscribe-form__submit {
		margin: 30px auto 0;
		display: block;
		width: 220px;
	}
	.s-order__box {
		padding: 30px 15px;
	}
	.cases-slider__img,
	.b-industry__img {
		width: 50%;
		height: auto;
	}
	.b-industry__img {
		bottom: 30px;
	}
	.cases-slider__bodyinn,
	.b-industry__bodyinn {
		padding: 30px 15px;
	}
	.b-industry__title {
		margin: 0 0 0 15px;
	}
	.cases-slider__content,
	.b-industry__content {
		max-width: calc(50% + 100px);
	}
	.b-industry:nth-child(even) .b-industry__title {
		max-width: calc(50% + 100px);
	}
	.b-projprocess-grid__team {
		margin: 50px 0 0;
	}
	.s-ourhistory__side {
		max-width: 360px;
		flex: 0 0 360px;
	}
	.s-whatget {
		padding: 60px 0 20px;
	}
	.s-whatget-grid__row {
		flex-wrap: wrap;
	}
	.s-whatget-grid__col {
		margin: 0 0 40px;
		flex: 0 0 33.3333%;
		max-width: 33.3333%;
	}
	.s-blog-grid__col {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.cases-cats__item {
		margin: 0 15px 15px;
	}
	.cases-cats__item--active:before {
		left: -20px;
		width: 40px;
		height: 40px;
	}
	.s-aboutvalues {
		padding: 100px 0 0;
	}
	.b-aboutvalue {
		padding: 50px 0;
	}
	.b-aboutvalue__title {
		font-size: 30px;
		line-height: 36px;
		text-shadow: 0px 4px 20px #74b390;
	}
	.b-aboutvalue__title:before {
		width: 200px;
		height: 200px;
		margin: -100px 0 0 -100px;
	}
	.industry-grid__col {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.s-blog-posts-top__right {
		flex: 0 0 240px;
		max-width: 240px;
	}
	.s-heroblog__inner {
		height: auto;
		padding: 70px 0;
		background-size: contain;
	}
	.s-heroblog__readtime {
		margin: 0 0 30px;
	}
	.s-heroblog__title {
		font-size: 45px;
		line-height: 55px;
	}
	.s-heroblog__description {
		font-size: 30px;
		line-height: 36px;
	}
	.s-heroblog-author {
		margin: 30px 0 0;
	}
	.b-map__item {
		width: 170px;
		font-size: 15px;
		line-height: 20px;
	}
	.footer-top__inner {
		flex-wrap: wrap;
	}
	.footer-top__ractions {
		margin: 50px 0 0;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.footer-top__middle {
		padding: 0;
	}
	.footer-top__needteam {
		text-align: center;
	}
	.footer-top__soc {
		margin: 30px 0 0;
	}

}


@media only screen and (max-width: 767px) {

	.header {
		height: 76px;
	}
	.b-search__dropdown {
		top: 40px;
	}
	.header-hamburger-dropdown {
		position: fixed;
		top: 76px;
		width: calc(100% - 30px);
		left: 15px;
		right: 15px;
		height: calc(100vh - 150px);
	}
	.s-heroblog {
		padding: 76px 0 0;
	}
	.hero__title {
		font-size: 36px;
		line-height: 50px;
	}
	.hero__description {
		margin: 25px 0 0;
		font-size: 20px;
		line-height: 28px;
	}
	.hero__order {
		margin: 35px 0 0;
	}
	.s-head {
		margin: 0 0 40px;
	}
	.s-head__title {
		font-size: 35px;
	}
	.s-more {
		margin: 50px 0 0;
	}
	.s-info {
		padding: 45px 0 180px;
	}
	.s-info:before {
		bottom: 60px;
		width: 54px;
		height: 55px;
		background-size: 54px 55px
	}
	.s-info__description p {
		margin: 0 0 30px;
		font-size: 18px;
		line-height: 28px;
	}
	.b-trusted__inner {
		display: block;
		text-align: center;
	}
	.b-trusted__title {
		margin: 0 0 60px;
		max-width: none;
		font-size: 30px;
	}
	.b-trusted__list {
		display: block;
	}
	.b-trusted__img {
		padding: 0;
		margin: 0 0 40px;
	}
	.b-trusted__img:last-child {
		margin: 0;
	}
	.s-infoinn,
	.s-infoinn--withtitle {
		padding: 45px 0;
	}
	.infoinn-grid__col {
		margin: 0 0 30px;
		flex: 0 0 100%;
		max-width: none;
	}
	.infoinn-grid__col:last-child {
		margin: 0;
	}
	.b-infoinn {
		padding: 10px 0 0 80px;
	}
	.b-infoinn__ico {
		max-width: 60px;
	}
	.s-services {
		padding: 45px 0 0;
	}
	.services-grid:before {
		content: none;
	}
	.industry-grid__row {
		flex-wrap: wrap;
	}
	.industry-grid__col {
		flex: 0 0 100%;
		max-width: none;
	}
	.industry-card {
		padding: 0 0 56.25%;
	}
	.s-steps {
		margin: 60px 0 0;
		padding: 45px 0;
	}
	.s-steps--nomargin {
		margin: 0;
	}
	.steps-grid__row {
		display: block;
	}
	.steps-grid__col {
		max-width: none;
	}
	.b-step {
		position: relative;
		margin: 20px 0 0;
		padding: 0 0 0 65px;
	}
	.steps-grid__col:first-child .b-step {
		margin: 0;
	}
	.b-step__ico {
		position: absolute;
		left: 0;
		height: 95%;
	}
	.b-step__ico:before {
		bottom: auto;
		top: 5px;
	}
	.b-step__ico:after {
		top: 35px;
		left: 12px;
		width: 0;
		margin: 0;
		height: calc(100% - 15px);
		width: 1px;
		border-top: none;
		border-left: 1px dashed #fff;
	}
	.b-step__body {
		margin: 0;
	}
	.b-stepv2 {
		margin: 40px 0 0;
		padding: 0 0 0 90px;
		position: relative;
		text-align: left;
	}
	.b-stepv2__ico {
		width: 68px;
		position: absolute;
		left: 0;
		top: 0;
		text-align: center;
	}
	.b-stepv2__ico:after {
		left: 50%;
		top: 70px;
		bottom: 0;
		height: 100%;
		border-top: none;
		border-left: 1px dashed #fff;
	}
	.steps-grid__col:nth-child(1) .b-stepv2__ico:after {
		top: 75px;
		height: 70%;
	}
	.b-stepv2__body {
		margin: 0;
	}
	.s-tech {
		margin: 30px 0 0;
		padding: 45px 0;
	}
	.s-tech:before {
		width: 100%;
		height: 0;
		padding: 0 0 100%;
	}
	.tech-grid {
		margin: 0 auto;
	}
	.tech-grid__row {
		flex-wrap: wrap;
	}
	.tech-grid__col {
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}
	.tech-grid__col:nth-child(1) {
		margin: 15px 0 0;
	}
	.tech-grid__col:nth-child(2) {
		margin: 45px 0 0;
	}
	.tech-grid__col:nth-child(3) {
		margin: 15px 0 0;
	}
	.tech-grid__col:nth-child(4) {
		margin: 15px 0 0;
	}
	.tech-grid__col:nth-child(5) {
		margin: 30px 0 0;
		flex: 0 0 60%;
		max-width: 60%;
		display: flex;
	}
	.b-tech__title {
		margin: 0 0 25px;
		font-size: 20px;
	}
	.b-tech--web {
		margin: 0 70px 0 0;
	}
	.s-offerblack__title {
		font-size: 35px;
		line-height: 55px;
	}
	.s-offerblack__more {
		margin: 50px 0 0;
	}
	.s-service-content {
		padding: 55px 0 0;
	}
	.s-industry-content {
		padding: 55px 0;
	}
	.b-industry-content,
	.b-service-content {
		column-count: unset;
		column-gap: 0;
	}
	.s-benefits {
		padding: 55px 0;
	}
	.benefits-top {
		margin: 0;
	}
	.benefits-top__row {
		display: block;
	}
	.benefits-top__left {
		max-width: 270px;
		padding: 12px 24px;
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.benefits-top__right {
		margin: 25px auto 0;
		padding: 50px 30px 0 0;
		text-align: center;
	}
	.benefits-middle {
		margin: 105px 0 0;
		flex-wrap: wrap;
	}
	.benefits-middle__center {
		order: 1;
		margin: 0;
		max-width: none;
		flex: 0 0 100%;
		font-size: 22px;
		line-height: 36px;
		text-align: center;
	}
	.benefits-middle__center div {
		content: none;
	}
	.benefits-middle__right {
		order: 2;
		margin: 50px 0 0;
		max-width: none;
		flex: 0 0 100%;
		text-align: center;
	}
	.benefits-middle__left {
		order: 3;
		margin: 45px auto 0;
	}
	.benefits-bottom {
		margin: 90px auto 0;
		max-width: 290px;
	}
	.s-whatwedo {
		padding: 45px 0;	
	}
	.whatwedo-top__row {
		display: block;
	}
	.whatwedo-top__col {
		margin: 50px auto 0;
	}
	.whatwedo-top__col--1 {
		margin-top: 80px;
	}
	.whatwedo-top__col--4 {
		min-height: 200px;
	}
	.s-offerblack__description {
		font-size: 22px;
	}
	.s-cases {
		padding: 55px 0 0;
	}
	.s-cases--ptb {
		padding: 55px 0;
	}
	.cases-grid__row {
		display: block;
	}
	.cases-grid__col--sm {
		max-width: none;
		margin: 20px 0 0;
	}
	.b-casebig,
	.b-casesm {
		height: auto;
	}
	.b-casebig__img,
	.b-casesm__img {
		padding: 0 0 56.25%;
	}
	.b-casebig__img,
	.b-casesm__img {
		position: static;
	}
	.b-casebig:after,
	.b-casesm:before {
		content: none;
	}
	.b-casebig__body,
	.b-casesm__body {
		width: 100%;
		height: auto;
		position: relative;
		opacity: 1;
		visibility: visible;
	}
	.b-casebig__body {
		padding: 25px 20px;
		background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	}
	.b-casesm__content {
		padding: 25px 20px;
		background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	}
	.b-casesm__more {
		position: relative;
	}
	.b-casesm__body,
	.b-casesm__more {
		padding: 0;
	}
	.b-casesm__more:before {
		content: none;
	}
	.s-cases-slider {
		padding: 65px 0;
	}
	.cases-slider__title--d {
		display: none;
	}
	.cases-slider__title--m {
		display: block;
	}
	.cases-slider__title {
		margin: 0 0 30px 0;
		max-width: none;
		font-size: 30px;
		line-height: 45px;
		text-align: center;
	}
	.cases-slider__img {
		width: auto;
		position: static;
	}
	.cases-slider__img img {
		width: 100%;
	}
	.cases-slider__bodyinn {
		padding: 40px 20px;
		width: 100%;
	}
	.cases-slider__content {
		max-width: none;
	}
	.cases-slider {
		padding: 0 0 100px;
	}
	.cases-slider .slick-arrow {
		bottom: 0;
	}
	.cases-slider .slick-prev {
		right: calc(50% + 6px);
	}
	.cases-slider .slick-next {
		right: calc(50% - 54px);
	}
	.s-industries {
		padding: 45px 0 0;
	}
	.s-industries--pb70 {
		padding: 45px 0;
	}
	.b-industry,
	.b-industry:first-child {
		margin: 30px 0 0;
	}
	.b-industry__img {
		width: auto;
		position: static;
	}
	.b-industry__img img {
		width: 100%;
	}
	.b-industry__bodyinn,
	.b-industry:nth-child(even) .b-industry__bodyinn {
		margin: 0;
		padding: 40px 20px;
		width: 100%;
	}
	.b-industry__bodyinn {
		min-height: 0;
	}
	.b-industry__content {
		max-width: none;
	}
	.b-industry:nth-child(even) {
		text-align: left;
	}
	.b-industry__titleh {
		display: none;
	}
	.b-industry__title--m {
		display: block;
	}
	.b-industry__title,
	.b-industry:nth-child(even) .b-industry__title {
		margin: 0 0 15px 0;
		max-width: none;
		min-height: 0;
		font-size: 30px;
		line-height: 45px;
		text-align: center;
	}
	.s-projoverview {
		padding: 75px 0 130px;
	}
	.s-projprocess {
		margin: -95px 0 0;
	}
	.b-projprocess-grid__row {
		display: block;
	}
	.b-projprocess-grid__challenge,
	.b-projprocess-grid__solution {
		padding: 30px 20px;
	}
	.b-projprocess-grid__side {
		margin: 0 auto;
		max-width: 200px;
		width: 100%;
	}
	.b-projprocess-grid__team {
		margin: 0;
		padding: 45px 0 0;
	}
	.b-projprocess-grid__tech {
		padding: 70px 0 45px;
	}
	.b-projprocess-grid__tech:after {
		background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
		opacity: 0.3;
		filter: blur(125px);
		width: 260px;
		height: 260px;
		margin: -130px 0 0 -130px;
		border-radius: 50%;
	}
	.s-aboutvalues {
		padding: 30px 0 0;
	}
	.b-aboutvalue {
		padding: 35px 0;
		display: block;
	}
	.b-aboutvalue:last-child {
		padding: 35px 0 0;
	}
	.b-aboutvalue:nth-child(odd) .b-aboutvalue__title,
	.b-aboutvalue:nth-child(even) .b-aboutvalue__title {
		margin: 0 0 65px 0;
	}
	.b-aboutvalue__title:before {
		width: 180px;
		height: 180px;
		margin: -90px 0 0 -90px;
	}
	.b-aboutvalue__content {
		max-width: none;
	}
	.s-team {
		padding: 50px 0 10px;
	}
	.s-team-grid__col {
		margin: 0 0 50px;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.b-team__post,
	.b-team__experience,
	.b-team__description {
		font-size: 14px;
		line-height: 24px;
	}
	.s-whatget {
		padding: 50px 0 10px;
	}
	.s-whatget-grid__col {
		margin: 0 0 40px;
		flex: 0 0 100%;
		max-width: none;
	}
	.b-whatget {
		display: flex;
		align-items: center;
	}
	.b-whatget__ico {
		flex: 0 0 65px;
		max-width: 65px;
		margin: 0 20px 0 0;
	}
	.s-blog-posts-top__row {
		display: block;
	}
	.b-postcard-big {
		height: auto;
	}
	.b-postcard-big__img,
	.b-postcard-big__body {
		position: static;
	}
	.b-postcard-big__img {
		padding: 0 0 75%;
	}
	.b-postcard-big:after {
		content: none;
	}
	.b-postcard-big__body {
		width: 100%;
		padding: 25px 20px;
		background: linear-gradient(200.72deg, #77C8D2 -20.36%, #65B65C 143.58%);
	}
	.s-blog-posts-top__right {
		margin: 50px 0 0;
		max-width: none;
	}
	.s-blog {
		padding: 45px 0;
	}
	.s-blog-grid__col {
		flex: 0 0 100%;
		max-width: none;
	}
	.b-blog__img {
		margin: 0 0 25px;
	}
	.b-blog__date {
		margin: 0 0 15px;
		font-size: 14px;
	}
	.b-blog__title {
		margin: 0 0 15px;
	}
	.s-blog .s-more {
		margin: 0;
	}
	.s-heroblog__inner {
		background-size: cover;
	}
	.s-heroblog__title {
		font-size: 35px;
		line-height: 44px;
	}
	.contacts-page__title {
		font-size: 35px;
	}
	.contacts-page__address {
		margin: 0 0 30px;
		font-size: 20px;
	}
	.s-map {
		padding: 55px 0;
	}
	.b-map__item {
		display: none;
	}
	.mobile-vacancies {
		display: block;
	}
	.mobile-vacancies__row {
		display: flex;
		margin: 0 -5px;
		flex-wrap: wrap;
	}
	.mobile-vacancies__item {
		margin: 35px 0 0;
		padding: 0 5px;
		flex: 0 0 50%;
		max-width: 50%;
		font-family: 'MontserratSemiBold', sans-serif;
		color: #fff;
		line-height: 22px;
	}
	.s-faq {
		padding: 45px 0 0;
	}
	.b-faq__title {
		padding: 10px 30px
	}
	.b-faq__dropdown {
		padding: 25px 30px;
	}
	.s-ourhistory {
		padding: 50px 0 0;
	}
	.s-ourhistory__row {
		display: block;
	}
	.s-ourhistory__title {
		margin: 0 0 25px;
	}
	.s-ourhistory__content p {
		margin: 0 0 15px;
	}
	.s-ourhistory__side {
		margin: 30px 0 0 0;
		max-width: none;
	}
	.s-ourhistory__content:before,
	.s-ourhistory__row:after {
		content: none;
	}
	.s-mission {
		padding: 130px 0 45px;
	}
	.s-mission__container:before {
		top: -90px;
	}
	.s-mission__content p {
		font-size: 18px;
		line-height: 30px;
	}
	.s-mission__more {
		text-align: left;
	}
	.s-subscribe--margin {
		margin: 0;
	}
	.s-reviews__container {
		padding: 0;
	}
	.s-reviews__inner {
		display: block;
	}
	.s-reviews__title {
		margin: 0;
		max-width: none;
		font-size: 35px;
		line-height: 48px;
	}
	.s-reviews__content {
		margin: 55px 0 0;
	}
	.s-reviews__inner {
		padding: 45px 15px;
	}
	.reviews-slider {
		padding: 0 0 90px;
	}
	.reviews-slider__text {
		font-size: 18px;
		line-height: 30px;
	}
	.reviews-slider__author {
		margin: 50px 0 0;
	}
	.reviews-slider .slick-prev {
		right: calc(50% + 6px);
	}
	.reviews-slider .slick-next {
		right: calc(50% - 54px);
	}
	.vacancy-content__action--bottom {
		margin: 30px 0 0 0;
	}
	.entry-content {
		padding: 0;
	}
	.entry-content h2,
	.entry-content h3 {
		margin: 30px 0;
	}
	.entry-content h2:first-child,
	.entry-content h3:first-child {
		margin: 0 0 15px;
	}
	.entry-content h2 {
		font-size: 25px;
	}
	.entry-content h3 {
		font-size: 20px;
	}
	.entry-content p {	
		font-size: 14px;
		line-height: 26px;
		margin: 0 0 15px 0;
	}
	.entry-content blockquote {
		margin: 15px 0;
		padding: 10px 15px;
	}
	.entry-content blockquote p {
		font-size: 14px;
		line-height: 26px;
	}
	.entry-content ul,
	.entry-content ol {
		margin: 15px 0;
	}
	.entry-content ul li,
	.entry-content ol li {
		font-size: 14px;
		line-height: 26px;
	}
	.entry-content ul li:before {
		top: 5px;
	}
	.entry-content ol li:before {
		font-size: 16px;
		line-height: 26px;
	}
	.entry-content p.has-img {
		margin: 0;
	}
	.blog-share {
		margin: 30px 0 0 0;
	}
	.blog-share__title {
		margin: 0 20px 0 0;
	}
	.blog-share__item {
		margin: 0 15px 0 0;
	}
	.career-list__head {
		display: none;	
	}
	.career-list__item {
		margin: 0 0 30px;
		display: block;
	}
	.career-list__item:last-child {
		margin: 0;
	}
	.career-list__col {
		margin: 0 0 5px;
	}
	.career-list__col:last-child {
		margin: 0;
	}
	.s-order {
		margin: 45px 0 0;
	}
	.s-order__title {
		font-size: 35px;
		line-height: 50px;
	}
	.order-form__links {
		display: block;
	}
	.order-form__linkcol {
		margin: 0 0 10px;
	}
	.order-form__linkcol:last-child {
		margin: 0;
	}
	.footer {
		margin: 50px 0 0;
		padding: 50px 0;
	}
	.footer .wrapper {
		max-width: 290px;
	}
	.footer-top__inner {
		display: block;
	}
	.footer-top__left,
	.footer-bottom__left {
		max-width: none;
	}
	.footer__logo {
		max-width: none;
	}
	.footer-top__lactions {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.footer-top__search {
		margin: 0;
	}
	.footer .b-search__dropdown {
		top: 100%;
		left: auto;
		right: 0;
		width: 260px;
	}
	.footer-top__middle {
		margin: 55px 0 0;
		display: block;
	}
	.footer-nav li,
	.footer-nav li:last-child,
	.footer-navf li:last-child {
		margin: 0 0 25px;
	}
	.footer-top__mcol:nth-child(2n) {
		max-width: none;
	}
	.footer-bottom {
		margin: 50px 0 0;
	}
	.footer-bottom__inner,
	.footer-bottom__right {
		display: block;
	}
	.footer-bottom__nav {
		margin: 50px 0 0;
	}
	.footer-bnav ul {
		justify-content: space-between;
	}
	.footer-bnav li {
		margin: 0;
	}
	.footer-bottom__copyright {
		margin: 30px 0 0;
		text-align: center;
	}	

}


@media only screen and (max-width: 640px) {

	.header-get,
	.header-search,
	.header-langs {
		display: none;
	}
	.services-grid__col {
		flex: 0 0 100%;
		max-width: none;
	}
	.service-card__title {
		margin: 30px 0 0;
		min-height: 0;
	}
	.service-card {
		display: block;
		padding: 35px 25px;
	}
	.service-card__description {
		margin: 40px 0;
	}
	.service-card__learnmore {
		margin: 40px 0 0;
	}
	.services-grid__col--vamiddle {
		margin: 40px 0 0;
	}
	.s-tech:before,
	.s-tech:after {
		width: 100%;
		height: 0;
		padding: 0 0 100%;
	}
	.s-tech:before {
		top: 10%;
		bottom: auto;
	}
	.s-tech:after {
		position: absolute;
		content: '';
		left: 0;
		top: 50%;
		right: 0;
		margin: auto;
		background: url(../images/tech-bg.png) center no-repeat;
		background-size: cover;
	}
	.tech-grid__col {
		flex: 0 0 50%;
		max-width: 50%;
	}
	.tech-grid__col:nth-child(1) {
		margin: 0;
	}
	.tech-grid__col:nth-child(2) {
		margin: 130px 0 0;
	}
	.tech-grid__col:nth-child(3) {
		margin: 15px 0 0;
	}
	.tech-grid__col:nth-child(4) {
		margin: 150px 0 0;
	}
	.tech-grid__col:nth-child(5) {
		margin: -50px 0 0;
		display: block;
		flex: 0 0 100%;
		max-width: none;
		text-align: left;
	}
	.b-tech--web {
		margin: 0;
	}
	.b-tech--cloud {
		margin: 15px 0 0 130px;
	}
	.b-tech--langs .b-tech__title:before {
		width: 105px;
		height: 105px;
	}
	.b-industry:nth-child(even):after {
		width: 100%;
		height: 0;
		padding: 0 0 100%;
	}

}


@media only screen and (max-width: 480px) {
	
	.modal {
		padding: 30px 15px;
	}
	.modal-head__title {
		font-size: 24px;
		line-height: 1;
	}
	.s-team-grid__col {
		flex: 0 0 100%;
		max-width: none;
	}

}