/* Open Sans font */
@font-face {
    font-family: "Open Sans Regular";
    src: url("../fonts/OpenSans-Regular.ttf") format('truetype');
}
@font-face {
    font-family: "Open Sans Bold";
    src: url("../fonts/OpenSans-Bold.ttf") format('truetype');
}

/* Montserrat font */
@font-face {
    font-family: "Montserrat Regular";
    src: url("../fonts/Montserrat-Regular.ttf") format('truetype');
}
@font-face {
    font-family: "Montserrat Semi Bold";
    src: url("../fonts/Montserrat-SemiBold.ttf") format('truetype');
}
@font-face {
    font-family: "Montserrat Bold";
    src: url("../fonts/Montserrat-Bold.ttf") format('truetype');
}



body {
	position: relative;
	left: 0;
	margin: 0;
	padding-right: 0 !important;
	/*font-family: 'Open Sans', sans-serif;*/
    font-family: "Open Sans Regular", sans-serif;
	font-size: 14px;
}
.body-mobile-closed {
	overflow: auto;
}
.body-mobile-opened {
	overflow: hidden;
}

a {
	color: #80b822;
	text-decoration: underline;
}
a:hover, a:focus {
	color: #80b822;
	text-decoration: none;
	outline: none;
}

h1, h2, h3, h4, h5, h6 {
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Montserrat Semi Bold', sans-serif;
	/*font-weight: 600;*/
	color: #383838;
}
h1 {
	font-size: 29px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}

.section-title {
    line-height: 1.3;
}

b, strong {
    font-family: 'Montserrat Bold', sans-serif;
}



/* Text page tables */
.page-text-content table {
	width: 100%;
	margin-top: 25px;
	font-family: 'Montserrat Regular', sans-serif;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.09);
}
.page-text-content th {
	padding: 5px;
	text-align: center;
	line-height: 17px;
	border: 1px solid rgba(172,171,171,.15);
}
.page-text-content td {
	padding: 5px;
	text-align: center;
	line-height: 17px;
	border: 1px solid rgba(172,171,171,.15);
}
.page-text-content td p:last-child {
	margin-bottom: 0;
}
.page-text-content table thead th {
    padding: 11px 5px 8px;
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    line-height: inherit;
    color: #fff;
    background: #77af03;
    border: none;
    border-left: 1px solid #fff;
}
.page-text-content table thead tr th:first-child {
	border-left: none;
}
.page-text-content button, .price-table-elem-btn {
    display: block;
    min-height: 22px;
    margin: 0 auto;
    border: none;
    outline: none;
    text-decoration: underline;
    color: #80b822;
    background: transparent;
    padding: 0;
}
.page-text-content button:hover, .price-table-elem-btn:hover {
    text-decoration: none;
}



/* All content section */
.content {
	min-height: 750px;
}



/* Top section */
.top {
	width: 100%;
	height: 100vh;
	min-height: 700px;
	position: relative;
	background-image: url(../img/top/top-bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

/* #top div without three.js animation, top text and buttons */
.top.no-animation {
	height: auto;
	min-height: auto;
	/*padding: 25px 0 15px;*/
	padding: 0 0 15px;
	background: #1a1b1e;
}

/* Addon class for #top div, when header is sticky */
.top.top-padding {
	padding-top: 68px;
}

.top .container {
	height: 100%;
	position: relative;
}
.top .row {
	display: flex;
	flex-direction: column;
	height: 100%;
}

/* three.js top animation container */
.home-canvas {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}



/* Header */
.header {
	display: block;
	margin-top: 40px;
	min-height: 75px;
}

/* Header of parent's #top div without three.js animation, top text and buttons */
.top.no-animation .header {
	margin-top: 18px;
}

.header-inner-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	width: 1170px;
	margin: 0 auto;
}
.logo-container {
    display: block;
    position: relative;
    top: -3px;
    width: 223px;
    text-align: right;
    /* transition: .3s; */
    text-decoration: none;
}
.header .logo-container:hover {
	/* opacity: .8; */
	text-decoration: none;
}
.header .logo-container:focus {
	text-decoration: none;
}
.logo-img {
	width: 100%;
	max-width: 219px;
}
.logo-text {
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 13px;
    color: #f1ffa6;
    line-height: 14px;
}



/* Header mobile btn */
.header-mobile-nav-btn {
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
    position: relative;
	margin-left: 11px;
	width: 40px;
	height: 40px;
	cursor: pointer;
	outline: none;
}
.header-mobile-nav-btn-bar {
	width: 36px;
	height: 3px;
	background: #fff;
	margin: 4px 0;
	transition: .4s;
}
.header-mobile-nav-btn-bar-active:nth-child(1) {
	transform: rotate(-45deg) translate(-8px, 7px);
}
.header-mobile-nav-btn-bar-active:nth-child(2) {
	transform: translate(-15px, 0);
	/*width: 0;*/
	opacity: 0;
}
.header-mobile-nav-btn-bar-active:nth-child(3) {
	transform: rotate(45deg) translate(-8px, -8px);
}

/*.header-mobile-nav-btn:hover, .header-mobile-nav-btn:focus {*/
	/*border: 1px solid #e8ab0e;*/
/*}*/



/* Header mobile container */
.header-mobile-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 110;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.5);
}
.header-mobile {
	display: flex;
	flex-direction: column;
	width: 280px;
	height: 100%;
	padding-bottom: 15px;
	position: fixed;
	top: 0;
	left: -280px;
	z-index: 120;
	background: #6da306;
	box-shadow: none;
	overflow: auto;
	transition: .4s;
}
.header-mobile-opened {
	left: 0;
	box-shadow: 3px 2px 6px 1px rgba(0, 0, 0, 0.3);
}
.header-mobile .header-mobile-top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	min-height: 50px;
	background: #507a06;
}
.header-mobile .header-mobile-title {
	padding-left: 15px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
	font-size: 18px;
	/*font-weight: 600;*/
	color: #fff;
}
.header-mobile-close-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	font-size: 47px;
	line-height: 29px;
	color: #fff;
	background: transparent;
	outline: none;
	cursor: pointer;
	transition: .3s;
}
.header-mobile-close-btn-icon {
	position: relative;
	top: -1px;
}
.header-mobile-close-btn:hover, .header-mobile-close-btn:focus {
	background: #6da306;
}
.header-mobile .header-mobile-nav {
    margin: 20px 0 5px;
}
.header-mobile .header-mobile-nav .header-nav-elem {
	position: relative;
	width: 100%;
	list-style-type: none;
}
.header-mobile .header-mobile-nav .header-nav-elem-link {
	display: block;
	padding-top: 15px;
	padding-bottom: 15px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
	font-size: 16px;
	color: #fff;
}
.header-mobile .header-mobile-nav .header-nav-elem-link:hover, .header-mobile .header-mobile-nav .header-nav-elem-link:focus {
	padding-top: 15px;
	padding-bottom: 15px;
	background: #507a06;
	text-decoration: none;
}
.header-mobile .header-mobile-nav .header-nav-elem-link-active {
	background: #507a06;
}



/* Header mobile dropdown menu 2-nd level (only text) */
.header-mobile-nav-dropdown {
	display: none;
	padding-left: 0;
}
.header-nav-elem .header-mobile-nav-dropdown .header-nav-elem .header-nav-elem-link {
	padding: 12px 15px 12px 30px;
	font-size: 14px;
}
.header-nav-elem .header-mobile-nav-dropdown .header-nav-elem .header-nav-elem-link:hover,
.header-nav-elem .header-mobile-nav-dropdown .header-nav-elem .header-nav-elem-link:focus {
	padding: 12px 15px 12px 30px;
}
.header-mobile-nav-toggle-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: -5px;
	right: 0;
	outline: none;
	cursor: pointer;
}
.header-mobile-nav-toggle-btn-active .header-mobile-nav-toggle-btn-icon {
	transform: rotate(180deg);
}
.header-mobile-nav-toggle-btn-icon {
	display: block;
	width: 50px;
	height: 60px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iZXhwYW5kLW1vcmUiPgoJCTxwb2x5Z29uIHBvaW50cz0iMjcwLjMsNTguNjUgMTUzLDE3NS45NSAzNS43LDU4LjY1IDAsOTQuMzUgMTUzLDI0Ny4zNSAzMDYsOTQuMzUgICAiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	transition: .3s;
}



/* Header mobile dropdown menu 3-rd level (only text) */
.header-nav-elem .header-mobile-nav-dropdown .header-nav-elem .header-mobile-nav-dropdown .header-nav-elem-link {
	padding: 12px 15px 12px 45px;
}
.header-nav-elem .header-mobile-nav-dropdown .header-nav-elem .header-mobile-nav-dropdown .header-nav-elem-link:hover,
.header-nav-elem .header-mobile-nav-dropdown .header-nav-elem .header-mobile-nav-dropdown .header-nav-elem-link:focus {
	padding: 12px 15px 12px 45px;
}
.header-mobile-nav > li > ul > li .header-mobile-nav-toggle-btn-icon {
	width: 50px;
    height: 54px;
}
.header-mobile-nav > li > ul > li .header-mobile-nav-toggle-btn {
	z-index: 1;
}



/* Header mobile social links */
.header-mobile-soc-links-container {
	display: flex;
	justify-content: center;
	min-height: 40px;
	margin-top: 17px;
}
.header-mobile-soc-link {
	display: block;
	width: 40px;
	height: 40px;
	margin: 0 15px;
	transition: .3s;
}
.header-mobile-soc-link img {
	max-width: 100%;
}
.header-mobile-soc-link:hover {
	opacity: .7;
}



/* Header main */
.header-nav-container {
    position: static;
}
.header-nav {
	display: flex;
	justify-content: center;
	position: static;
	margin-bottom: 0;
	list-style-type: none;
}
.header-nav-elem .header-nav-elem-link {
	padding: 20px 15px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	transition: .15s ease-in;
    background: transparent;
}
.header-nav-elem .header-nav-elem-link:hover {
    text-decoration: underline;
}
.header-nav-elem .header-nav-elem-link:hover, .header-nav-elem .header-nav-elem-link:focus, .header-nav-elem .header-nav-elem-link-active {
	background: rgba(106,154,2,1);
}

/* Header dropdown menu toggle arrows */
.header-nav-elem.header-nav-elem-parent .header-nav-elem-link {
	padding: 20px 23px 20px 15px;
}
.header-nav-elem-parent .header-nav-elem-link:after {
	content: '';
	display: block;
	width: 10px;
	height: 7px;
	position: absolute;
	top: 27px;
	right: 7px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDMwNiAzMDYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwNiAzMDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iZXhwYW5kLW1vcmUiPgoJCTxwb2x5Z29uIHBvaW50cz0iMjcwLjMsNTguNjUgMTUzLDE3NS45NSAzNS43LDU4LjY1IDAsOTQuMzUgMTUzLDI0Ny4zNSAzMDYsOTQuMzUgICAiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: .3s;
}
.header-nav-elem-parent .header-nav-elem-link:hover:after, .header-nav-elem-parent .header-nav-elem-link-active:after {
	transform: rotate(180deg);
}



/* Header dropdown menu 2-nd level (only text) */
.header-nav-dropdown {
	opacity: 0;
	visibility: hidden;
	display: block;
	min-width: 180px;
	position: absolute;
	top: 120%;
	left: 0;
	z-index: 1;
	padding: 5px 0;
	background: rgba(106,154,2,1);
	box-shadow: 0 8px 13px -6px rgba(0,0,0,.35);
	transition: .27s ease-in-out;
}
.header-nav-elem:hover .header-nav-dropdown {
	opacity: 1;
	visibility: visible;
	top: 100%;
}

/* Transition fix */
.header-nav-dropdown.header-nav-dropdown-hidden:hover {
	opacity: 0;
	visibility: hidden;
}

.header-nav-dropdown-elem {
	position: relative;
	/*margin: 0 15px;*/
	list-style-type: none;
}
.header-nav-dropdown-elem-link {
	display: block;
	padding: 7px 15px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
	line-height: 17px;
	text-decoration: none;
	color: #fff;
	background: rgba(106,154,2,1);
	/*border-bottom: 1px solid transparent;*/
	transition: .3s;
}
.header-nav-dropdown-elem-link:hover, .header-nav-dropdown-elem-link:focus {
	color: #fff;
	background: #507a06;
	/*opacity: .7;*/
	/*border-bottom: 1px solid #fff;*/
}



/* Header dropdown menu 3-rd level (only text) */
.header-nav-dropdown-sub {
	opacity: 0;
	visibility: hidden;
	display: block;
	min-width: 180px;
	position: absolute;
	top: -5px;
	left: 105%;
	z-index: 2;
	padding: 5px 0;
	background: rgba(106,154,2,1);
	box-shadow: 0 8px 13px -6px rgba(0,0,0,.35);
	transition: .27s ease-in-out;
}
.header-nav-dropdown-elem:hover .header-nav-dropdown-sub {
	left: 100%;
	opacity: 1;
	visibility: visible;
}



/* Header dropdown mega-menu (text with images/icons) */
.header-nav-elem.has-header-mega-menu {
	position: static !important;
}
.header-mega-menu {
	display: flex;
	justify-content: space-between;
	/*margin-top: -17px;*/
	margin-top: -5px;
	padding: 40px 30px 35px;
}
.header-mega-menu-full-width {
	width: 1170px;
	margin-left: -585px;
	left: 50%;
}
.header-mega-menu .header-nav-dropdown-elem {
	flex: 1;
	margin: 0 15px; 
}
.header-mega-menu .header-nav-dropdown-elem-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin: 0;
	padding: 0;
	line-height: initial;
	background: transparent;
	border-bottom: none;
	transition: none;
}
.header-mega-menu .header-nav-dropdown-elem-link:hover {
	background: transparent;
}

/* Svg icons styling */
.header-mega-menu .header-nav-dropdown-elem-link svg {
	display: block;
	width: 60px;
	height: 60px;
	margin-bottom: 25px;
	fill: #b0dd50;
	transition: .27s;
}
.header-mega-menu .header-nav-dropdown-elem-link:hover > svg {
	fill: #fff;
}

/* IMG styling if there are no SVG */
.header-mega-menu .header-nav-dropdown-elem-link img {
	display: block;
	width: 60px;
	margin-bottom: 25px;
	filter: none;
	/*transition: .3s;*/
}
.header-mega-menu .header-nav-dropdown-elem-link:hover > img {
	filter: hue-rotate(-240deg) brightness(3);
}

.header-mega-menu .header-nav-dropdown-elem-link-title {
	margin: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
	text-align: center;
	line-height: 17px;
	color: #fff;
	/*border-bottom: 1px solid transparent;*/
	transition: .3s;
}
/*.header-mega-menu .header-nav-dropdown-elem-link:hover > .header-nav-dropdown-elem-link-title {
	border-bottom: 1px solid #fff;
}*/



/* Header phone link and call btns */
.header-call-container {
	display: flex;
	align-items: flex-end;
	position: relative;
	bottom: 2px;
}
.header-call-inner-container {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.header-phone {
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
	text-decoration: none;
    outline: none;
}
.header-phone:hover, .header-phone:focus {
	text-decoration: none;
}
.header-phone-operator {
	font-size: 16px;
	color: #fff;
}
.header-phone-number {
	position: relative;
	top: 5px;
	margin-left: 5px;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 29px;
	/*font-weight: bold;*/
	color: #fff;
}
.header-call-btn {
    position: relative;
    z-index: 1;
    height: 30px;
    padding: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    text-decoration: underline;
    border: none;
    color: #e8ab0e;
    background: transparent;
    outline: none;
    transition: .3s;
}
.header-call-btn:hover {
	color: #fff;
}



/* Sticky header */
.header.header-sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 68px;
	margin-top: 0;
	z-index: 100;
	background: rgba(15,20,8,.88);
	box-shadow: 0 2px 5px rgba(0,0,0,0.3);
	transition: .4s;
}
.top.no-animation .header.header-sticky {
	margin-top: 0;
}
.header.header-sticky.header-sticky-hidden {
	opacity: 0;
	visibility: hidden;
}

.header.header-sticky .header-inner-container {
	padding: 0;
}
.header.header-sticky .logo-container {
	position: relative;
	top: 1px;
}
/* .header.header-sticky .logo-text {
    display: none;
} */
/*.header.header-sticky .header-nav-container {
    margin-bottom: 0;
}*/
.header.header-sticky .header-nav-elem-link {
	padding: 24px 15px;
}

/* Header dropdown menu toggle arrows */
.header.header-sticky .header-nav-elem-parent .header-nav-elem-link {
	padding: 24px 23px 24px 15px;
}
.header.header-sticky .header-nav-elem-parent .header-nav-elem-link:after {
	top: 31px;
}

.header.header-sticky .header-nav-dropdown {
	margin-top: 0;
}
.header.header-sticky .header-call-container {
	bottom: 0;
}
.header.header-sticky .header-phone-number {
	top: 3px;
	font-size: 24px;
}



/* Top text */
.top-text {
	display: flex;
	flex: 1;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.top-text-title {
	margin: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
	font-size: 47px;
	/*font-weight: 600;*/
	text-align: center;
	color: #fff;
}
/*.top-text-subtitle {
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 22px;
	text-align: center;
	color: #fff;
}*/
.top-text-desc {
    display: block;
    text-align: center;
    margin-top: 17px;
	/*width: 70%;
	margin: 0;
	padding-left: 80px;*/
}
.top-text-desc h2, .top-text-desc h3, .top-text-desc h4, .top-text-desc h5, .top-text-desc h6 {
	margin: 20px 0 0;
	color: #fff;
}
.top-text-desc p {
	margin: 15px 0 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 18px;
	line-height: 20px;
	color: #fff;
}
/*.top-text-desc p:last-child {
	margin-bottom: 0;
}*/
.top-text-buttons-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 45px;
}
.top-text-order-btn {
	min-width: 250px;
	padding: 13px 25px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 18px;
	/*font-weight: bold;*/
	color: #fff;
	background: #6da306;
	border: 2px solid #6da306;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
.top-text-download-btn {
	min-width: 250px;
	margin-left: 25px;
	padding: 13px 15px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 18px;
	/*font-weight: bold;*/
	color: #fff;
	background: transparent;
	border: 2px solid #6da306;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
.top-text-order-btn:hover, .top-text-download-btn:hover {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}



/* Top video btn */
.top-video-btn-container {
	margin-top: 70px;
}
.top-video-btn {
	display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 70px;
    height: 70px;
    min-height: 70px;
    margin: 0 auto;
    background: transparent;
    border: 2px solid #6da306;
    border-radius: 50%;
    cursor: pointer;
    outline: none;
    transition: .5s;
	animation: none;
}
.top-video-btn:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent;
	border: 1px solid #6da306;
	border-radius: 50%;
	top: 0;
	left: 0;
	opacity: 0;
	animation: none;
}
.top-video-btn svg {
	display: block;
	width: 20px;
	height: 20px;
	position: relative;
    left: 2px;
	fill: #6da306;
	transition: .5s;
}
@keyframes video_btn_shadow_pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(97,151,9,.7);
	}
	60% {
		box-shadow: 0 0 0 27px rgba(97,151,9,0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(97,151,9,0);
	}
}
@keyframes video_btn_border_pulse {
	0% {
		opacity: 0;
		transform: scale(1);
	}
	30% {
		opacity: .8;
	}
	70% {
		opacity: 0;
		transform: scale(1.9);
	}
	100% {
		opacity: 0;
		transform: scale(2.8);
	}
}
.top-video-btn:hover, .top-video-btn:focus {
	text-decoration: none;
	animation: video_btn_shadow_pulse;
	animation-duration: 2.5s;
	animation-timing-function: ease-in-out;
}
.top-video-btn:hover:after, .top-video-btn:focus:after {
	text-decoration: none;
	animation: video_btn_border_pulse;
	animation-delay: .3s;
	animation-duration: 2.5s;
	animation-timing-function: ease-in-out;
}



/* Top btn to next screen */
.top-mouse-btn {
	display: flex;
	margin: 0 auto 22px;
	width: 40px;
	height: 55px;
	cursor: pointer;
	/* @keyframes name | duration | timing-function | delay | iteration-count */
	animation: top_btn_bounce 2.5s ease-in-out 3s infinite;
}
.top-mouse-btn:hover {
	animation: none;
}
.top-mouse-btn svg {
	display: block;
	width: 100%;
	height: 100%;
	fill: #fff;
	transition: .25s;
}
.top-mouse-btn:hover svg {
	fill: #6da306;
}
.top-mouse-btn img {
	width: 100%;
	height: auto;
}
@keyframes top_btn_bounce {
	0% {
		transform: translate3d(0, 0, 0);
	}
	13% {
		transform: translate3d(0, -55px, 0);
	}
	27% {
		transform: translate3d(0, 0, 0);
	}
	39% {
		transform: translate3d(0, -30px, 0);
	}
	49% {
		transform: translate3d(0, 0, 0);
	}
	100% {
		transform: translate3d(0, 0, 0);
	}
}



/* Content-header (h1-h2, desc) on inner pages, except "Home-page" and "Functionality page" */
.content-header {
    display: block;
	padding-top: 55px;
	padding-bottom: 58px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #6a9a02;
    background-image: url(../img/content-header/content-header-bg.jpg);
}
.content-header-text-container {
	/*display: flex;
	justify-content: space-between;
	align-items: center;*/
	text-align: center;
}
.content-header-text-title {
	/*width: 30%;*/
    margin: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /*font-weight: 600;*/
    text-transform: uppercase;
    color: #fff;
}
.content-header-text-desc {
    display: block;
    /*margin-top: 20px;*/
	/*width: 70%;
	margin: 0;
	padding-left: 80px;*/
}
.content-header-text-desc h2, .content-header-text-desc h3, .content-header-text-desc h4, .content-header-text-desc h5, .content-header-text-desc h6 {
	margin: 20px 0 0;
	color: #fff;
}
.content-header-text-desc p {
	margin: 15px 0 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 18px;
	line-height: 20px;
	color: #fff;
}
/*.content-header-text-desc p:last-child {
	margin-bottom: 0;
}*/



/* Breadcrumbs on inner pages */
.breadcrumbs {
    padding: 20px 0 30px;
}
.breadcrumbs-elems-container {
    display: flex;
    flex-flow: row wrap;
    margin-bottom: 0;
    padding: 0;
}
.breadcrumbs-elem {
    position: relative;
    list-style-type: none;
}
.breadcrumbs-elem:after {
    display: inline-block;
    content: ">";
    margin: 0 4px 0 2px;
    color: #acabab;
}
.breadcrumbs-elem:last-child:after {
    display: none;
}
.breadcrumbs-elem-link {
    display: inline-block;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    color: #acabab;
    text-decoration: none;
    transition: .2s;
}
.breadcrumbs-elem-link:hover, .breadcrumbs-elem-link:focus {
    color: #649908;
}
.breadcrumbs-elem-current {
    display: inline-block;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    color: #649908;
}



/* Text block */
.text-block {
    display: block;
	padding-top: 70px;
	padding-bottom: 70px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /*background-color: #f8f7f7;*/
    /*background-image: url(../img/content-header/content-header-bg.jpg);*/
}
/*.text-block-inner-container {
	text-align: center;
}*/
.text-block-title {
    margin: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /*font-weight: 600;*/
    text-transform: uppercase;

    text-align: center;
    margin-bottom: 25px;
}
.text-block-desc {
    display: block;
    /*margin-top: 25px;*/
}
/*.text-block-desc h2, .text-block-desc h3, .text-block-desc h4, .text-block-desc h5, .text-block-desc h6 {
	margin: 20px 0 0;
}*/
/*.text-block-desc h2 {
	margin-top: 0;
}*/
.text-block-desc p:last-child, .text-block-desc ul:last-child {
	margin-bottom: 0;
}



/*--------------
Home page
--------------*/

/* Tasks section */
.tasks {
	display: block;
	padding-top: 70px;
	padding-bottom: 77px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f8f7f7;
}
.tasks-text-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.tasks-elems-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
	margin-top: 25px;
	margin-left: -15px;
	margin-right: -15px;
}
.tasks-elem {
	display: flex;
	margin-top: 30px;
}
.tasks-elem-inner-container {
	display: flex;
	/*justify-content: space-between;*/
	align-items: center;
	width: 100%;
    padding-left: 25px;
	box-shadow: 1px 2px 3px rgba(0,0,0,.18);
	border-radius: 4px;
	background: #fff;
}
.tasks-elem-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 25px 25px 25px 0;
}

/* Svg icons styling */
.tasks-elem-image-container svg {
    display: block;
    width: 50px;
    height: 50px;
    fill: #639808;
}

/* IMG styling if there are no SVG */
.tasks-elem-image-container img {
	width: 50px;
}

.tasks-elem-text-container {
	padding: 15px 15px 15px 0;
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 14px;
	/*color: #676767;*/
	color: #000;
	text-align: left;
}
.tasks-elem-text-container p:last-child {
	margin: 0;
}



/* Commercial section */
.commercial {
	width: 100%;
	padding-top: 80px;
	padding-bottom: 78px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #7ab202;
}
.commercial-inner-container {
	display: flex;
	width: 700px;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
}
.commercial-image-container {
	width: 220px;
    transform: rotate(-20deg);
	box-shadow: 10px 10px 18px -3px rgba(0,0,0,0.5);
}
.commercial-image-container img {
	max-width: 100%;
}
.commercial-text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	position: relative;
	top: -5px;
	margin-left: 80px;
}
.commercial-text-title {
	font-family: 'Montserrat Semi Bold', sans-serif;
	font-size: 24px;
	line-height: 26px;
	color: #fff;
}
.commercial-text-title p:last-child {
	margin-bottom: 0;
}
.commercial-btn-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
}
.commercial-download-btn {
	display: block;
	padding: 9px 31px;
	font-size: 16px;
	font-weight: bold;
	color: #7d7d7c;
	background: linear-gradient(to bottom, #fbfbfb, #e3e3e3);
	border: 2px solid #6da306;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
}
.commercial-download-btn:hover, .commercial-download-btn:focus {
	text-decoration: none;
	color: #6da306;
}



/* Main services section */
.main-services {
    display: block;
    padding-top: 70px;
    padding-bottom: 70px;
}
.main-services-text-title {
    margin-bottom: 0;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /* font-weight: 600; */
    text-align: center;
    text-transform: uppercase;
    color: #383838;
}
.main-services-text-subtitle {
    margin: 20px 0 0;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #383838;
}
#main-services-svg-gradient-container {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
.main-services-elems-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.main-services-elem {
    margin-top: 60px;
}
.main-services-elem-link {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 15px;
	text-align: center;
	text-decoration: none;
}
.main-services-elem-link svg {
    display: block;
    width: 60px;
    height: 60px;
    fill: url(#main-services-svg-gradient);
}
.main-services-elem-link img {
	display: block;
	width: 60px;
	margin: 0 auto;
}
.main-services-elem-title {
    margin-top: 15px;
    margin-bottom: 0;
    font-family: 'Montserrat Semi Bold', sans-serif;
    /*font-family: 'Montserrat Bold', sans-serif;*/
    font-size: 16px;
    color: #383838;
    transition: .3s;
}
.main-services-elem-link:hover .main-services-elem-title, .main-services-elem-title:hover {
    color: #649908;
    text-decoration: none;
}



/* Seo-services section */
.seo-services {
	display: block;
	padding-top: 70px;
	padding-bottom: 78px;
}
.seo-services-text-title {
    margin-top: 0;
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.seo-services-text-subtitle {
	margin: 20px 0 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	text-align: center;
	color: #383838;
}
.seo-services-elems-container {
	display: flex;
	flex-flow: row wrap;
	margin-top: 58px;
	text-align: center;
}
.seo-services-elem {
	display: flex;
	/*padding: 0;*/
}
.seo-services-elem:hover {
	z-index: 1;
}
.seo-services-elem-inner-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 35px 35px 30px;
	transition: .3s ease-out 0s;
}
.seo-services-elem:nth-child(odd) .seo-services-elem-inner-container {
	background: #5b8b07;
}
.seo-services-elem:nth-child(even) .seo-services-elem-inner-container {
	background: #507a06;
}
.seo-services-elem:hover .seo-services-elem-inner-container {
	transform: scale(1.05);
	box-shadow: 0 3px 43px rgba(0,0,0,.16);
}
.seo-services-elem-text-container {
	display: flex;
	flex-direction: column;
}
.seo-services-elem-subtitle {
	margin: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.seo-services-elem-title {
	margin: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.seo-services-elem-desc {
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	color: #fff;
	text-align: left;
}
.seo-services-elem-desc ul {
	margin: 22px 0 0 0;
	padding-left: 65px;
}
.seo-services-elem-desc li {
	margin-top: 17px;
	padding-left: 30px;
	list-style-image: url("../img/icons/checked.png");
}
.seo-services-elem-price {
	margin-top: 17px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 36px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.seo-services-elem-btn {
	display: block;
	min-width: 180px;
	margin: 20px auto 0;
	padding: 13px 15px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 16px;
	/*font-weight: bold;*/
	color: #7d7d7c;
	background: linear-gradient(to bottom, #fbfbfb, #e3e3e3);
	border: none;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	transition: .3s;
}
.seo-services-elem-btn:hover, .seo-services-elem-btn:focus {
	text-decoration: none;
	color: #6da306;
}



/* Consultation section */
.consultation {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 78px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.consultation-text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
}
.consultation-text-title {
	margin-top: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 30px;
	/*font-weight: 600;*/
	text-align: center;
	color: #fff;
	line-height: 1.1;
}
.consultation-text-subtitle {
	margin-top: 16px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
	text-align: center;
	color: #fff;
}
.consultation-form {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
    margin-top: 30px;
}
.consultation-form .form-submit-btn {
    padding: 6.5px 15px;
    font-size: 15px;
}



/* Advantages section */
.advantages {
    display: block;
    padding-top: 70px;
    padding-bottom: 74px;
}
.advantages-inner-container {
	display: flex;
	justify-content: space-between;
}
.advantages-left-container {
	width: 50%;
	padding-right: 45px;
}
.advantages-text-title {
    margin-bottom: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /*font-weight: 600;*/
    text-transform: uppercase;
    color: #383838;
}
.advantages-text-elems-container {
    margin-top: 25px;
}
.advantages-text-elem {
    border: none;
    box-shadow: none;
}
.advantages-text-elems-container .advantages-text-elem + .advantages-text-elem {
    margin-top: 15px;
}
.advantages-text-elem .advantages-text-elem-link-container {
    padding: 0;
    background-color: transparent;
    border: none;
}
.advantages-text-elem-link {
    text-decoration: none;
}
.advantages-text-elem-desc p:last-child {
    margin-bottom: 0;
}

.advantages-right-container {
	width: 50%;
}
.advantages-img-elems-container {
	width: 100%;
}
.advantages-img-elem {
    display: none;
    opacity: 0;
	width: 100%;
	height: 100%;
}
.advantages-img-elem img {
	width: 100%;
	height: 100%;
}



/* Work-plan section */
.work-plan {
	display: block;
	padding-top: 70px;
}
.work-plan-text-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-transform: uppercase;
	color: #383838;
}
.work-plan-elems-container {
	display: flex;
	flex-flow: row wrap;
	text-align: center;
	margin-top: 25px;
}
.work-plan-elem {
	display: flex;
	flex: 1;
	position: relative;
	margin-top: 45px;
	cursor: pointer;
}
.work-plan-elem-inner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	text-decoration: none;
	outline: none;
}
.work-plan-elem-arrow {
	display: block;
	width: 20px;
	height: 32px;
	position: absolute;
	top: calc(25% - 5px);
	right: -11px;
	background-image: url(../img/icons/arrow-right.png);
	background-size: 18px 30px;
	background-position: center;
	background-repeat: no-repeat;
}
.work-plan-elem:last-child .work-plan-elem-arrow {
	display: none;
}
.work-plan-elem-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95px;
	height: 95px;
	border-radius: 50%;
	/*background: linear-gradient(to top, #e2e2e2, #efefef);*/
	background: #e2e2e2;
	transition: .3s;
}
.work-plan-elem:hover .work-plan-elem-image-container, .work-plan-elem-active .work-plan-elem-image-container {
	/*background: linear-gradient(to top, #62970b, #7ab202);*/
	background: #62970b;
}

/* Svg icons styling */
.work-plan-elem-image-container svg {
	display: inline-block;
	width: 50px;
	height: 50px;
	fill: #7d7d7c;
	transition: .3s;
}
.work-plan-elem:hover .work-plan-elem-image-container svg, .work-plan-elem-active .work-plan-elem-image-container svg {
	fill: #fff;
}

/* IMG styling if there are no SVG */
.work-plan-elem-image-container img {
	width: 50px;
	filter: none;
	transition: .15s ease-in;
}
.work-plan-elem:hover .work-plan-elem-image-container img, .work-plan-elem-active .work-plan-elem-image-container img {
	filter: brightness(300%);
}

.work-plan-elem-title {
	margin: 25px 0 0;
	padding: 0 15px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 18px;
	color: #8f8f8f;
	text-align: center;
	line-height: 20px;
	transition: .3s;
}
.work-plan-elem:hover .work-plan-elem-title, .work-plan-elem-active .work-plan-elem-title {
	color: #548108;
}

.work-plan-order-slider-container {
	padding: 70px 0 80px;
	overflow: hidden;
}
.work-plan-order-slider {
	overflow: visible;
}

.work-plan-order-slide {
	opacity: 0 !important;
	visibility: hidden !important;
	display: flex;
	justify-content: space-between;
	width: 100%;
	border-radius: 6px;
	background: linear-gradient(to top, #f4f4f4, #fcfcfc);
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.18);
}
.work-plan-order-slide.swiper-slide-active {
	opacity: 1 !important;
	visibility: visible !important;
}
.work-plan-order-img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
	position: relative;
	width: 35%;
	perspective: 1400px;
}
.work-plan-order-img {
	display: block;
	width: 340px;
	height: 265px;
	position: relative;
	border: 2px solid #6aa006;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #e2e2e2;
	transform: rotateY(17deg) scale(1.3);
	transform-origin: 0;

}
.work-plan-order-img:after {
	content: '';
	display: block;
	width: calc(100% + 5px);
	height: calc(100% + 5px);
	position: absolute;
	left: 7px;
	top: 7px;
	z-index: 1;
	border: 2px solid #6aa006;
}
.work-plan-order-slide.swiper-slide-active .work-plan-order-img {
	/*opacity: 1;*/
}
.work-plan-order-text-container {
	display: flex;
	flex-direction: column;
    justify-content: center;
	width: 65%;
	padding: 35px 50px 41px;
}
.work-plan-order-text-inner-container {
	display: flex;
	justify-content: space-between;
}
.work-plan-order-icon-btn {
	outline: none;
}
.work-plan-order-icon-btn svg {
	display: inline-block;
	width: 30px;
	height: 30px;
	fill: #77af03;
}
.work-plan-order-text {
	/*display: none;*/
	/*opacity: 0;*/
	margin-left: 50px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
	color: #848484;
	text-align: right;
}
.work-plan-order-text p:last-child {
	margin-bottom: 0;
}
.work-plan-order-btn-container {
	display: flex;
	justify-content: flex-end;
	width: 100%;
}
.work-plan-order-btn {
	min-width: 250px;
	margin-top: 35px;
	padding: 10px 15px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 18px;
	/*font-weight: bold;*/
	color: #fff;
	background: #6da306;
	border: 2px solid #6da306;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
.work-plan-order-btn:hover, .work-plan-order-btn:focus {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}



/* Portfolio-seo section, (WITHOUT section's background) */
.portfolio-seo {
	display: block;
	padding-top: 70px;
	padding-bottom: 77px;
}
.portfolio-seo-text-title {
	display: block;
	max-width: 970px;
	margin: 0 auto;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-transform: uppercase;
	text-align: right;
	color: #383838;
}
.portfolio-seo-slider-container {
	position: relative;
	margin-top: 55px;
}
.portfolio-seo-slider {
	width: 970px;
	margin: 0 auto;
	background: #fff;
	box-shadow: 3px 3px 43px rgba(0,0,0,.16);
}
.portfolio-seo-slider-prev {
	left: 0;
	width: 30px;
	height: 54px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im04OC42LDEyMS4zYzAuOCwwLjggMS44LDEuMiAyLjksMS4yczIuMS0wLjQgMi45LTEuMmMxLjYtMS42IDEuNi00LjIgMC01LjhsLTUxLTUxIDUxLTUxYzEuNi0xLjYgMS42LTQuMiAwLTUuOHMtNC4yLTEuNi01LjgsMGwtNTQsNTMuOWMtMS42LDEuNi0xLjYsNC4yIDAsNS44bDU0LDUzLjl6IiBmaWxsPSIjNzdhZjAzIi8+CiAgPC9nPgo8L3N2Zz4K);
	background-size: cover;
	outline: none;
}
.portfolio-seo-slider-next {
	right: 0;
	width: 30px;
	height: 54px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iIzc3YWYwMyIvPgogIDwvZz4KPC9zdmc+Cg==);
	background-size: cover;
	outline: none;
}
.portfolio-seo-slide {
	background: #fff;
}
.portfolio-seo-slide-title-container {
	background: #77af03;
}
.portfolio-seo-slide-title-inner-container {
	display: flex;
	flex-wrap: wrap;
	padding: 18px 38px 16px;
    font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
.portfolio-seo-slide-subtitle {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
	margin-right: 12px;
	margin-bottom: 0;
}
.portfolio-seo-slide-title {
	margin-bottom: 0;
    font-family: 'Montserrat Semi Bold', sans-serif;
    /*font-weight: 600;*/
}
.portfolio-seo-slide-inner-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 24px 35px 30px;
}

.portfolio-seo-slide-left-container {
	width: 35%;
}
.portfolio-seo-slide-right-container {
	width: 65%;
	padding-left: 35px;
}
.portfolio-seo-slide-fullwidth-container {
	width: 100%;
	padding-top: 25px;
}
/* If no image in right container */
.portfolio-seo-slide-left-container.portfolio-seo-slide-fullwidth-container {
	width: 100%;
	padding-top: 0;
}

.portfolio-seo-slide-description-elem {
	display: flex;
	margin-top: 27px;
}
.portfolio-seo-slide-description-elem:nth-child(1) {
	margin-top: 0;
}
.portfolio-seo-slide-description-elem-icon {
	display: flex;
	justify-content: center;
	min-width: 27px;
}
.portfolio-seo-slide-description-elem-icon svg {
	display: block;
	width: 27px;
	height: 33px;
	position: relative;
	top: -6px;
	fill: #77af03;
}
.portfolio-seo-slide-description-elem-text-container {
	display: block;
	margin-left: 15px;
}
.portfolio-seo-slide-description-elem-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 16px;
	/*font-weight: 700;*/
	line-height: 20px;
	color: #77af03;
}
.portfolio-seo-slide-description-elem-desc {
	margin-top: 3px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
	color: #8f8f8f;
}
.portfolio-seo-slide-description-elem-desc p:last-child {
	margin-bottom: 0;
}
.portfolio-seo-slide-description-elem-desc ul {
	margin: 0;
	padding: 0;
}
.portfolio-seo-slide-description-elem-desc ul li {
	position: relative;
	margin-top: 10px;
	margin-left: 0;
	list-style-type: none;
}
.portfolio-seo-slide-description-elem-desc ul li:before {
	content: '';
	display: inline-block;
	width: 14px;
	height: 14px;
	position: absolute;
	top: 4px;
	left: -35px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlIj4KCQk8cGF0aCBkPSJNMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTVzMTE0Ljc1LDI1NSwyNTUsMjU1czI1NS0xMTQuNzUsMjU1LTI1NVMzOTUuMjUsMCwyNTUsMHogTTIwNCwzODIuNUw3Ni41LDI1NWwzNS43LTM1LjcgICAgbDkxLjgsOTEuOGwxOTMuOC0xOTMuOGwzNS43LDM1LjdMMjA0LDM4Mi41eiIgZmlsbD0iIzZkYTMwNiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.portfolio-seo-slide-description-elem-desc span {
	font-size: 14px;
	color: #f32b19;
}

.portfolio-seo-slide-chart-title-container {
	display: flex;
	align-items: center;
}

.portfolio-seo-slide-chart-title-icon {
	display: flex;
	justify-content: center;
	min-width: 27px;
}
.portfolio-seo-slide-chart-title-icon svg {
	display: block;
	width: 27px;
	height: 23px;
	fill: #77af03;
}
.portfolio-seo-slide-chart-title {
	margin-left: 15px;
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Montserrat Bold', sans-serif;
	font-size: 16px;
	/*font-weight: 700;*/
	line-height: 20px;
	color: #77af03;
}
.portfolio-seo-slide-chart-img-container {
	margin-top: 10px;
	opacity: 0;
	transform: translateX(-35px);
	transition: all 0.5s ease;
}
.swiper-slide-active .portfolio-seo-slide-chart-img-container {
	opacity: 1;
	transform: translate(0);
}
.portfolio-seo-slide-chart-img-container img {
	width: 100%;
	max-width: 100%;
}

/* Transitions */
.portfolio-seo-slide-title-inner-container {
	opacity: 0;
	transition: all 0.5s ease;
}
.portfolio-seo-slide-inner-container,
.portfolio-seo-slide-left-container,
.portfolio-seo-slide-right-container,
.portfolio-seo-slide-fullwidth-container {
	opacity: 0;
	transform: translateX(-35px);
	transition: all 0.5s ease;
}
.swiper-slide-active .portfolio-seo-slide-title-inner-container,
.swiper-slide-active .portfolio-seo-slide-inner-container,
.swiper-slide-active .portfolio-seo-slide-left-container,
.swiper-slide-active .portfolio-seo-slide-right-container,
.swiper-slide-active .portfolio-seo-slide-fullwidth-container {
	opacity: 1;
	transform: translate(0);
}
.swiper-slide-active .portfolio-seo-slide-left-container {
	transition-delay: 0.8s;
}
.swiper-slide-active .portfolio-seo-slide-title-inner-container {
	transition-delay: 0.5s;
}
.swiper-slide-active .portfolio-seo-slide-right-container {
	transition-delay: 1.2s;
}
.swiper-slide-active .portfolio-seo-slide-fullwidth-container {
	transition-delay: 1.6s;
}
/* If no image in right container */
.swiper-slide-active .portfolio-seo-slide-left-container.portfolio-seo-slide-fullwidth-container {
	transition-delay: 0.8s;
}

/*
.swiper-slide-active .portfolio-seo-slide-inner-container {
	transition-delay: 0.7s;
}
.swiper-slide-active .portfolio-seo-slide-description-elem:nth-child(1) {
	transition-delay: 1.0s;
}
.swiper-slide-active .portfolio-seo-slide-description-elem:nth-child(2) {
	transition-delay: 1.2s;
}
.swiper-slide-active .portfolio-seo-slide-description-elem:nth-child(3) {
	transition-delay: 1.4s;
}
.swiper-slide-active .portfolio-seo-slide-description-elem:nth-child(4) {
	transition-delay: 1.6s;
}
.swiper-slide-active .portfolio-seo-slide-right-container .portfolio-seo-slide-chart-title-container {
	transition-delay: 1.9s;
}
.swiper-slide-active .portfolio-seo-slide-right-container .portfolio-seo-slide-chart-img-container {
	transition-delay: 2.1s;
}
.swiper-slide-active .portfolio-seo-slide-fullwidth-container .portfolio-seo-slide-chart-title-container {
	transition-delay: 2.4s;
}
.swiper-slide-active .portfolio-seo-slide-fullwidth-container .portfolio-seo-slide-chart-img-container {
	transition-delay: 2.6s;
}
*/



/* Portfolio-seo-w-bg section, WITH image/color section's background ) */
.portfolio-seo-w-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f8f7f7;
}


/* Portfolio-seo-centered section, with centered section's title ) */
.portfolio-seo-centered .portfolio-seo-text-title {
    text-align: center;
}



/* Clients section */
.clients {
    display: block;
    padding-top: 70px;
    padding-bottom: 74px;
}
.clients-text-title {
    margin-bottom: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /*font-weight: 600;*/
    text-align: center;
    text-transform: uppercase;
    color: #383838;
}
.clients-slider-container {
    position: relative;
    margin-top: 55px;
}
.clients-slider {
    width: calc(100% - 60px);
    margin: 0 auto;
}
.clients-slide {
    align-self: center;
}
.clients-slide-img-container img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 85px;
    filter: grayscale(100%);
    transition: .3s;
}
.clients-slide:hover .clients-slide-img-container img {
    filter: none;
}
.clients-img-slide-active .clients-slide-img-container img {
    filter: none;
}
.clients-slider-prev {
    left: -9px;
    width: 32px;
    height: 43px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im04OC42LDEyMS4zYzAuOCwwLjggMS44LDEuMiAyLjksMS4yczIuMS0wLjQgMi45LTEuMmMxLjYtMS42IDEuNi00LjIgMC01LjhsLTUxLTUxIDUxLTUxYzEuNi0xLjYgMS42LTQuMiAwLTUuOHMtNC4yLTEuNi01LjgsMGwtNTQsNTMuOWMtMS42LDEuNi0xLjYsNC4yIDAsNS44bDU0LDUzLjl6IiBmaWxsPSIjNzdhZjAzIi8+CiAgPC9nPgo8L3N2Zz4K);
    background-size: 28px;
    outline: none;
}
.clients-slider-next {
    right: -9px;
    width: 32px;
    height: 43px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iIzc3YWYwMyIvPgogIDwvZz4KPC9zdmc+Cg==);
    background-size: 28px;
    outline: none;
}



/* Blog section */
.blog {
    display: block;
    padding-top: 70px;
    padding-bottom: 79px;
}
.blog-text-title {
    margin-bottom: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /*font-weight: 600;*/
    text-align: center;
    text-transform: uppercase;
    color: #383838;
}
.blog-text-subtitle {
    display: block;
    margin: 25px auto 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 22px;
    text-align: center;
    color: #8f8f8f;
}
.blog-inner-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 30px;
}

/* News */
.blog-news-container {
    display: flex;
    width: calc(50% - 10px);
}
.blog-elem {
    margin-top: 20px;
    border-radius: 2px;
    box-shadow: 0 1px 7px 3px rgba(0,0,0,.09);
    background: #fff;
    overflow: hidden;
}
.blog-elem-image-container {
    display: block;
    width: 100%;
    height: 228px;
    overflow: hidden;
}
.blog-elem-image {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    transition: .4s ease-in-out;
}
.blog-elem:hover .blog-elem-image {
    transform: scale(1.1);
}
.blog-elem-text-container {
    padding: 32px 35px 65px;
    position: relative;
}
.blog-elem-date-container {
    display: flex;
}
.blog-elem-date-icon svg {
    display: block;
    width: 19px;
    height: 19px;
    fill: #77af03;
}
.blog-elem-date {
    margin-left: 10px;
    margin-bottom: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    color: #8f8f8f;
}
.blog-elem-title {
    margin-top: 15px;
    margin-bottom: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 22px;
    /*font-weight: 700;*/
    text-transform: uppercase;
    line-height: 25px;
    color: #383838;
}
.blog-elem-desc {
    margin-top: 20px;
    margin-bottom: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    line-height: 17px;
    color: #8f8f8f;
}
.blog-elem-desc p:last-child {
    margin-bottom: 0;
}
.blog-elem-link {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 17px;
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #6da306;
    transition: .4s ease;
    opacity: 0; 
    visibility: hidden; 
}
.blog-elem-link:after {
    content: '';
    display: block;
    width: 10px;
    height: 15px;
    margin-left: 10px;
    position: relative;
    bottom: 1px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDI4NC45MzUgMjg0LjkzNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjg0LjkzNSAyODQuOTM2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTIyMi43MDEsMTM1LjlMODkuNjUyLDIuODU3Qzg3Ljc0OCwwLjk1NSw4NS41NTcsMCw4My4wODQsMGMtMi40NzQsMC00LjY2NCwwLjk1NS02LjU2NywyLjg1N0w2Mi4yNDQsMTcuMTMzICAgYy0xLjkwNiwxLjkwMy0yLjg1NSw0LjA4OS0yLjg1NSw2LjU2N2MwLDIuNDc4LDAuOTQ5LDQuNjY0LDIuODU1LDYuNTY3bDExMi4yMDQsMTEyLjIwNEw2Mi4yNDQsMjU0LjY3NyAgIGMtMS45MDYsMS45MDMtMi44NTUsNC4wOTMtMi44NTUsNi41NjRjMCwyLjQ3NywwLjk0OSw0LjY2NywyLjg1NSw2LjU3bDE0LjI3NCwxNC4yNzFjMS45MDMsMS45MDUsNC4wOTMsMi44NTQsNi41NjcsMi44NTQgICBjMi40NzMsMCw0LjY2My0wLjk1MSw2LjU2Ny0yLjg1NGwxMzMuMDQyLTEzMy4wNDRjMS45MDItMS45MDIsMi44NTQtNC4wOTMsMi44NTQtNi41NjdTMjI0LjYwMywxMzcuODA3LDIyMi43MDEsMTM1Ljl6IiBmaWxsPSIjNmRhMzA2Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    transition: .3s;
}
.blog-elem-link:hover:after {
    margin-left: 15px;
}
.blog-elem:hover .blog-elem-link {
    opacity: 1;
    visibility: visible;
    bottom: 29px;
}

/* Articles */
.blog-articles-container {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
}
.blog-articles-container .blog-elem {
    display: flex;
    flex: 1;
}
.blog-articles-container .blog-elem-image-container {
    width: 35%;
    height: auto;
}
.blog-articles-container .blog-elem-text-container {
    width: 65%;
}

/* link to category */
.blog-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 55px;
}
.blog-btn-more {
    display: block;
    min-width: 200px;
    padding: 9px 15px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 16px;
    color: #fff;
    background: #6da306;
    border: 2px solid #6da306;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: .5s;
    outline: none;
}
.blog-btn-more:hover, .blog-btn-more:focus {
    text-decoration: none;
    color: #6da306;
    background: transparent;
}



/* Our team section */
.team {
    display: block;
    padding-top: 70px;
    padding-bottom: 77px;
}
.team-text-title {
    margin-bottom: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /*font-weight: 600;*/
    text-align: center;
    text-transform: uppercase;
    color: #383838;
}
.team-text-subtitle {
    display: block;
    margin: 25px auto 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 22px;
    text-align: center;
    color: #8f8f8f;
}
.team-elems-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    /*max-width: 870px;*/
    margin: 20px auto 0;
    text-align: center;
}
.team-elem {
    margin-top: 30px;
}
.team-elem-inner-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 280px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #eee;
    border: 1px solid #d1d1d1;
/*  filter: grayscale(100%);
    transition: .4s;*/
}
.team-elem:hover .team-elem-inner-container {
    filter: none;
}
.team-elem-text-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    position: absolute;
    /*left: 65px;*/
    left: 60px;
    bottom: 0;
    transform-origin: left bottom;
    transform: rotate(-90deg);
    left: 100%;
    bottom: 0;
    transform-origin: 0 bottom;
    transform: rotate(-90deg);
}
.team-elem-title {
    display: block;
    min-width: 150px;
    margin-bottom: 0;
    /*padding: 8px 15px;*/
    padding: 7px 7px;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    /*background: linear-gradient(to right, rgba(100,153,8,.7), rgba(176,221,80,.7));*/
    background: linear-gradient(to right, rgba(80,122,6,.7), rgba(119,175,3,.7));
}
.team-elem-desc {
    display: flex;
    min-width: 200px;
    margin-top: 4px;
    margin-bottom: 0;
    /*padding: 5px 15px 6px;*/
    padding: 4px 7px 5px;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 12px;
    text-align: left;
    color: #fff;
    /*background: linear-gradient(to right, rgba(100,153,8,.7), rgba(176,221,80,.7));*/
    background: linear-gradient(to right, rgba(80,122,6,.7), rgba(119,175,3,.7));
}
.team-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 55px;
}
.team-btn {
    display: block;
    min-width: 200px;
    padding: 9px 15px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 16px;
    color: #fff;
    background: #6da306;
    border: 2px solid #6da306;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: .5s;
    outline: none;
}
.team-btn:hover, .team-btn:focus {
    text-decoration: none;
    color: #6da306;
    background: transparent;
}



/* Reviews section */
.reviews {
    display: block;
    padding-top: 70px;
    padding-bottom: 76px;
}
.reviews-text-title {
    margin-bottom: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /*font-weight: 600;*/
    text-align: center;
    text-transform: uppercase;
    color: #383838;
}
.reviews-slider-container {
    position: relative;
    margin-top: 55px;
}
.reviews-slider {
    width: 1100px;
    margin: 0 auto;
}
.reviews-slider-prev {
    left: -9px;
    width: 32px;
    height: 43px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im04OC42LDEyMS4zYzAuOCwwLjggMS44LDEuMiAyLjksMS4yczIuMS0wLjQgMi45LTEuMmMxLjYtMS42IDEuNi00LjIgMC01LjhsLTUxLTUxIDUxLTUxYzEuNi0xLjYgMS42LTQuMiAwLTUuOHMtNC4yLTEuNi01LjgsMGwtNTQsNTMuOWMtMS42LDEuNi0xLjYsNC4yIDAsNS44bDU0LDUzLjl6IiBmaWxsPSIjNzdhZjAzIi8+CiAgPC9nPgo8L3N2Zz4K);
    background-size: 28px;
    outline: none;
}
.reviews-slider-next {
    right: -9px;
    width: 32px;
    height: 43px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iIzc3YWYwMyIvPgogIDwvZz4KPC9zdmc+Cg==);
    background-size: 28px;
    outline: none;
}
.reviews-slide {
    align-self: center;
}
.reviews-slide-img-container {

}
.reviews-slide-img-container img {
    display: block;
    margin: 0 auto;
    padding: 0 7.5px;
    max-width: 100%;
    max-height: 75px;
    filter: grayscale(100%);
    transition: .3s;
    cursor: pointer;
}
.reviews-slide:hover .reviews-slide-img-container img {
    filter: none;
}
.reviews-img-slide-active .reviews-slide-img-container img {
    filter: none;
}

.reviews-text-slider-container {
    display: block;
    position: relative;
    width: 100%;
    margin-top: 40px;
	/*
    background: #75ad03;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.18);
    border-radius: 6px;
    */
}
.reviews-text-slide {
    display: block;
    width: 100%;
    opacity: 0 !important;
}

.reviews-text-slide.swiper-slide-active {
    opacity: 1 !important;
}

.reviews-text-slide-top-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 40px 20px 40px 40px;
	position: relative;
	background: #75ad03;
	box-shadow: 0 3px 3px 0 rgba(0,0,0,.18);
	border-radius: 6px;
}
.reviews-text-slide-top-container:after {
	content: '';
	display: block;
	width: 46px;
	height: 36px;
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	background-image: url(../img/icons/review-arrow-down.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.reviews-text-slide-top-pdf {
	display: block;
	width: 120px;
	min-width: 120px;
	height: 165px;
	margin-right: 39px;
	position: relative;
	background-image: url(../img/reviews/reviews-elem-pdf.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.reviews-text-slide-top-pdf:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUzLjYyNyA1My42MjciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUzLjYyNyA1My42Mjc7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPHBhdGggZD0iTTUzLjYyNyw0OS4zODVMMzcuNzk1LDMzLjU1M0M0MC40MjMsMzAuMDQ2LDQyLDI1LjcwOSw0MiwyMUM0Miw5LjQyLDMyLjU4LDAsMjEsMFMwLDkuNDIsMCwyMXM5LjQyLDIxLDIxLDIxICBjNC43MDksMCw5LjA0Ni0xLjU3NywxMi41NTMtNC4yMDVsMTUuODMyLDE1LjgzMkw1My42MjcsNDkuMzg1eiBNMiwyMUMyLDEwLjUyMywxMC41MjMsMiwyMSwyczE5LDguNTIzLDE5LDE5cy04LjUyMywxOS0xOSwxOSAgUzIsMzEuNDc3LDIsMjF6IiBmaWxsPSIjNzVhZDAzIi8+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	transition: .3s;
	transform-origin: 60px 60px;
}
.reviews-text-slide-top-pdf:hover:after {
	transform: scale(1.15);
}
.reviews-text-slide-top-desc-container {
    display: block;
	/*height: 198px;*/
	height: auto;
	/*overflow: hidden;*/
}
.reviews-text-slide-top-desc-container {
	padding-right: 15px;
}
.reviews-text-slide-top-desc {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    color: #fff;
}
.reviews-text-slide-top-desc p:last-child {
    margin-bottom: 0;
}
.reviews-text-slide-top-desc-container > .nano-pane {
	display: none !important;
	width: 8px;
	opacity: 1;
	background: #c1d695;
}
.reviews-text-slide-top-desc-container > .nano-content {
	position: relative;
	left: 0;
	right: 0 !important;
	overflow: auto ;
	overflow-x: visible;
}
.reviews-text-slide-top-desc-container > .nano-pane > .nano-slider {
	background: #fff;
	cursor: pointer;
}

.reviews-text-slide-bottom-container {
	margin-top: 57px;
	text-align: center;
}
.reviews-text-slide-bottom-client-name {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 18px;
	/*font-weight: 700;*/
	color: #000;
}
.reviews-text-slide-bottom-client-job {
	margin-top: 5px;
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	color: #8f8f8f;
}
.reviews-text-slide-bottom-client-job p:last-child {
	margin-bottom: 0;
}

.reviews-btn-more-container {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 26px;
}
.reviews-btn-more {
	min-width: 190px;
	padding: 10px 15px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 18px;
	/*font-weight: bold;*/
	color: #fff;
	background: #6da306;
	border: 2px solid #6da306;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
.reviews-btn-more:hover, .reviews-btn-more:focus {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}



/* Audit section */
.questions {
	width: 100%;
	padding-top: 70px;
	padding-bottom: 78px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.questions-text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
}
.questions-text-title {
	margin-top: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 30px;
	/*font-weight: 600;*/
	text-align: center;
	color: #fff;
	line-height: 1.1;
}
.questions-text-subtitle {
	margin-top: 16px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
	text-align: center;
	color: #fff;
}
.questions-form {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 600px;
	margin-top: 30px;
}
.questions-form .form-input {
	margin: 0 0 15px;
	border-radius: 2px;
	text-align: left;
}
.questions-form .form-input-half {
	width: calc(50% - 7.5px);
}
.questions-form .form-input-full {
	width: 100%;
}
.questions-form .form-textarea {
	border-radius: 2px;
	text-align: left;
}
.questions-form .form-submit-btn {
	margin: 30px auto 0;
}



/* Contacts section */
.contacts {
	width: 100%;
	height: 520px;
	position: relative;
	background: #efefef;
}
.contacts-inner-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	height: 520px;
}
.contacts-text-container {
	width: 350px;
	padding: 48px 60px 50px;
	position: relative;
	z-index: 20;
	background: rgba(132, 179, 42,.95);
	transition: .5s;
	box-shadow: 1px 2px 8px 1px rgba(0,0,0,0.5);
	border-radius: 2px;
}
.contacts-text-title {
	margin-bottom: 0;
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 29px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}
.contacts-phones-title, .contacts-address-title {
	margin-top: 25px;
	margin-bottom: 10px;
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.contacts-phones-link, .contacts-email-link {
	display: block;
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 16px;
	color: #fff;
	/*transition: .3s;*/
}
.contacts-phones-link:hover, .contacts-phones-link:focus, .contacts-email-link:hover, .contacts-email-link:focus {
	color: #fff;
	text-decoration: none;
}
.contacts-address-text {
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 16px;
	color: #fff;
}
.contacts-address-text p:last-child {
	margin-bottom: 0;
}
.contacts-email-title {
	margin-top: 25px;
	margin-bottom: 8px;
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
}
.contacts-text-container-arrow {
	display: block;
	width: 30px;
	height: 64px;
	position: absolute;
	left: -30px;
	top: calc(50% - 32px);
	overflow: hidden;
}
.contacts-text-container-arrow:before {
	content: '';
	display: block;
	width: 57px;
	height: 40px;
	position: relative;
	left: 8px;
	top: 6px;
	/*background: linear-gradient(to bottom right, rgb(133, 180, 41,.95), rgb(132, 179, 42,.95) );*/
	background: rgba(133, 180, 41,.95);
	box-shadow: 0px 1px 9px 0px rgba(0, 0, 0, 0.5);
	transform: rotate(-45deg);
}
.contacts-map {
	height: 520px;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background: #f7f7f7;
	overflow: hidden;
}

.contacts-map-balloon {
	font-family: 'Montserrat Regular', sans-serif;
    font-size: 13px;
    color: #333;
}
.contacts-map-balloon p:last-child {
	margin-bottom: 0;
}



.seo-page-text-block-ul {
    margin: 46px 0 27px;
	list-style-type: none;
}
.seo-page-text-block-ul li {
	font-size: 16px;
}



/*------------------------------
SEO category
-------------------------------*/

/* Tasks section */
.seo-about {
	display: block;
	padding-top: 70px;
	padding-bottom: 69px;
}

.seo-about-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.seo-about-secondary-title {
	max-width: 870px;
	margin: 38px auto 0;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 21px;
    /* font-weight: 600; */
    text-align: center;
    line-height: 25px;
    color: #383838;
}
.seo-about-end-title {
    max-width: 870px;
    margin: 35px auto 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 21px;
	/*font-weight: 600;*/
	text-align: center;
	line-height: 25px;
	color: #383838;
}

.seo-about-elems-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.seo-about-main-elems-container {
    margin-top: 34px;
}
.seo-about-secondary-elems-container {
	margin-top: 37px;
/*    border-top: 1px solid rgba(172,171,171,.15);
    border-bottom: 1px solid rgba(172,171,171,.15);
    border-left: 0.5px solid rgba(172,171,171,.15);
    border-right: 0.5px solid rgba(172,171,171,.15);*/
}

.seo-about-elem {
	flex: 1 1 25%;
    padding: 15px 13px 15px;
    transition: .4s;
}
.seo-about-main-elems-container .seo-about-elem {
    margin-top: 10px;
}
/*.seo-about-secondary-elems-container .seo-about-elem {
    border: 0.5px solid rgba(172,171,171,.15);
}*/
.seo-about-secondary-elems-container .seo-about-elem:hover {
    background: rgba(0,0,0,.02);
}

.seo-about-elem-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* Svg icons styling */
.seo-about-elem-image-container svg {
    display: block;
    width: 50px;
    height: 50px;
    fill: #639808;
}
/* IMG styling if there are no SVG */
.seo-about-elem-image-container img {
	width: 50px;
}

.seo-about-elem-title {
	margin-bottom: 0;
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 18px;
    text-align: center;
    line-height: 20px;
    color: #8f8f8f;
}
.seo-about-main-elems-container .seo-about-elem-title {
	margin-top: 20px;
	margin-bottom: 0;
    padding: 0 30px;
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 16px;
    color: #8f8f8f;
    line-height: 20px;
}
.seo-about-secondary-elems-container .seo-about-elem-title {
	color: #77af03;
}

.seo-about-elem-desc {
	margin-top: 10px;
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 13px;
	color: #383838;
}
.seo-about-elem-desc p:last-child {
	margin-bottom: 0;
}



/*-----------------------------
"Sites with functionality" page
------------------------------*/

/* "About" section */
.about-functionality {
	display: block;
	padding-top: 70px;
	padding-bottom: 73px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f7f7f7;
}
.about-functionality-text-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.about-functionality-text-subtitle {
	display: block;
	margin: 20px auto 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	text-align: center;
	color: #fff;
}



/* Why us section */
.why-us {
    display: block;
    /*padding-top: 70px;*/
    padding-bottom: 29px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.why-us-inner-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.why-us-img-container {
    width: 35%;
}
.why-us-img-container img {
    max-width: 100%;
}
.why-us-text-container {
    width: 65%;
    padding-left: 50px;
}
.why-us-text-title {
    margin-bottom: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /*font-weight: 600;*/
    text-transform: uppercase;
    color: #383838;
}
.why-us-text-desc {
    margin-top: 20px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    color: #8f8f8f;
}
.why-us-text-desc p:last-child {
    margin-bottom: 0;
}
.why-us-elems-container {
    display: flex;
    flex-flow: row wrap;
    max-width: 600px;
    margin-top: 10px;
}
.why-us-elem {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 10px 50px 0 0;
    min-height: 100px;
}
.why-us-elem img {
    max-width: 100%;
    max-height: 70px;
}



/* Technical task section */
.technical-task {
    width: 100%;
	padding-top: 70px;
	padding-bottom: 80px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.technical-task-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 15px;
}
.technical-task-text-title {
    margin-top: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 30px;
    /*font-weight: 600;*/
    text-align: center;
    color: #fff;
    line-height: 1.1;
}
.technical-task-text-subtitle {
    margin-top: 16px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.technical-task-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
}
.technical-task-order-audit-btn {
    min-width: 250px;
    padding: 13px 15px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 18px;
    /*font-weight: bold;*/
    color: #fff;
    background: #6da306;
    border: 2px solid #6da306;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: .5s;
    outline: none;
}
.technical-task-order-btn {
    min-width: 250px;
    margin-left: 25px;
    padding: 13px 15px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 18px;
    /*font-weight: bold;*/
    color: #fff;
    background: #000;
    border: 2px solid #6da306;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: .5s;
    outline: none;
}
.technical-task-order-audit-btn:hover {
    text-decoration: none;
    color: #6da306;
    background: transparent;
}
.technical-task-order-btn:hover {
    text-decoration: none;
    color: #6da306;
    background: transparent;
}
.technical-task-order-audit-btn:focus, .technical-task-order-btn:focus {
    text-decoration: none;
    color: #6da306;
    background: transparent;
}



/* Portfolio dev section */
.portfolio-dev {
	display: block;
	padding-top: 70px;
	padding-bottom: 79px;
}
.portfolio-dev-text-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.portfolio-dev-text-subtitle {
	display: block;
	margin: 25px auto 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 22px;
	text-align: center;
	color: #8f8f8f;
}
.portfolio-dev-elems-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 20px;
	text-align: center;
}
.portfolio-dev-elem {
	visibility: hidden;
	/*display: block;*/
    display: flex;
	width: calc(33.3% - 30px);
	height: auto;
	min-height: 220px;
	margin: 30px 15px 0;
	padding: 0;
	position: relative;
	box-shadow: 0 1px 7px 3px rgba(0,0,0,.09);
}
.portfolio-dev-elem-inner {
	/*display: block;*/
    display: flex;
    flex-direction: column;
	width: 100%;
	/*height: 100%;*/
    height: auto;
	position: relative;
	overflow: hidden;
	border-radius: 2px;
}
.portfolio-dev-elem-image {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
	z-index: 40;
	transition: .5s ease-in-out;
	opacity: 1;
}
.portfolio-dev-elem:hover .portfolio-dev-elem-image {
	top: 100%;
	opacity: .5;
}
.portfolio-dev-elem-text-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
    flex: 1;
	/*height: 100%;*/
    height: auto;
	padding: 39px 40px;
	position: relative;
	color: #fff;
	background: linear-gradient(to bottom right, #7ab202, #619609);
	border-radius: 2px;
}
.portfolio-dev-elem-text-container:before {
	content: '';
	display: block;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 30;
	background: transparent;
	border: 1px solid #fff;
}
.portfolio-dev-elem-title {
	display: flex;
	justify-content: center;
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 22px;
	/*font-weight: 700;*/
	text-transform: uppercase;
	line-height: 25px;
}
.portfolio-dev-elem-desc {
	margin-top: 10px;
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	line-height: 17px;
}
.portfolio-dev-elem-desc p:last-child {
    margin-bottom: 0;
}
.portfolio-dev-elem-type {
	margin-top: 11px;
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 14px;
	/*font-weight: 700;*/
	text-transform: uppercase;
}
.portfolio-dev-elem-link {
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: 21px;
	right: 21px;
	z-index: 30;
	background-image: url(../img/icons/link.png);
	background-size: 32px 32px;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	transition: .3s;
}
.portfolio-dev-elem-link:hover {
	opacity: .7;
}
.portfolio-dev-btn-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 55px;
}
.portfolio-dev-btn-more {
    display: block;
    min-width: 200px;
    padding: 9px 15px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 16px;
	color: #fff;
	background: #6da306;
	border: 2px solid #6da306;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
.portfolio-dev-btn-more:hover, .portfolio-dev-btn-more:focus {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}



/*-----------
KONTEKST PAGE
-----------*/
/* Child-services section */
.child-services {
    display: block;
    padding-top: 70px;
    padding-bottom: 78px;
}
.child-services-text-title {
    margin-bottom: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /*font-weight: 600;*/
    text-align: center;
    text-transform: uppercase;
    color: #383838;
}
.child-services-text-subtitle {
    margin: 20px 0 0;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #383838;
}
.child-services-elems-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 10px;
}
.child-services-elem {
    /*width: calc(33% - 30px);*/
    /*margin: 30px 15px 0;*/
    /*max-width: 340px;*/
    margin-top: 30px;
}
.child-services-elem-inner-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 35px 15px;
    border-radius: 6px;
    background: rgba(0,0,0,.2);
}
.child-services-elem-img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 180px;
}
.child-services-elem-img-container img {
    display: block;
    max-width: 180px;
    margin: 0 auto;
    transition: .3s;
}
.child-services-elem-img-container img.child-services-elem-img-default {
    max-width: 130px;
}
.child-services-elem-img-container:hover > img {
    opacity: .7;
}
.child-services-elem-text-container {
    flex: 1;
    margin-top: 25px;
    text-align: center;
}
.child-services-elem-title {
    margin-bottom: 0;
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.child-services-elem-desc {
    margin-top: 16px;
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #d7d4d4;
}
.child-services-elem-desc p:last-child {
    margin-bottom: 0;
}
.child-services-elem-btn-more-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 23px;
}
.child-services-elem-btn-more {
    display: block;
    padding: 9px 30px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 16px;
    color: #fff;
    background: #6da306;
    border: 2px solid #6da306;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: .5s;
    outline: none;
}
.child-services-elem-btn-more:hover {
    text-decoration: none;
    color: #fff;
    border: 2px solid #fff;
    background: transparent;
}
.child-services-elem-btn-more:focus {
    color: #fff;
}



/* Child-services-w-bg section (with image/color background) */
.child-services-w-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.child-services-w-bg .child-services-text-title {
    color: #fff;
}
.child-services-w-bg .child-services-text-subtitle {
    color: #fff;
}



/* Services-single-work-plan section */
.services-single-work-plan {
	display: block;
	padding-top: 70px;
	padding-bottom: 70px;
	background-color: #f8f7f7;
}
.services-single-work-plan-text-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Montserrat Semi Bold', sans-serif;
	font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.services-single-work-plan-elems-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 900px;
	margin: 0 auto;
	counter-reset: section;
	overflow: hidden;
}
.services-single-work-plan-elem {
	display: flex;
	width: calc(33.3% - 80px);
	margin: 45px 40px 0;
	padding-top: 25px;
	position: relative;
}
.services-single-work-plan-elem-inner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}
.services-single-work-plan-elem-arrow {
	display: block;
	width: 62px;
	height: 34px;
	position: absolute;
	top: 81px;
	right: calc(-31px - 40px);
	background-image: url(../img/services-single/kontekst/work-plan/arrow-right.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.services-single-work-plan-elem:nth-child(3) .services-single-work-plan-elem-arrow, .services-single-work-plan-elem:last-child .services-single-work-plan-elem-arrow {
	display: none;
}
.services-single-work-plan-elem-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 150px;
	position: relative;
	background: #fff;
	border-radius: 4px;
	box-shadow: 3px 3px 43px rgba(0,0,0,.16);
}

/* Svg icons styling */
.services-single-work-plan-elem-image-container svg {
	display: inline-block;
	width: 72px;
	height: 72px;
	fill: #83be09;
}

/* IMG styling if there are no SVG */
.services-single-work-plan-elem-image-container img {
	max-width: 72px;
}

.services-single-work-plan-elem-image-container:before {
	content: counters(section, ".") " ";
	counter-increment: section;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
	left: -25px;
	z-index: 1;
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 24px;
	text-align: center;
	color: #fff;
}
.services-single-work-plan-elem-image-container:after {
	content: "";
	display: block;
	width: 50px;
	min-width: 50px;
	height: 50px;
	position: absolute;
	top: -25px;
	left: -25px;
	background: #83be09;
	border-radius: 1px;
}

.services-single-work-plan-elem-title {
	margin: 25px 0 0;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 14px;
	color: #676767;
	text-align: center;
}



/* Services-single-work-plan-w-bg section (with image/color background) */
.services-single-work-plan-w-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f8f7f7;
}



/* Services-single-count-n-text section (left count block, right text block) */
.services-single-count-n-text {
    display: block;
    padding-top: 70px;
    padding-bottom: 78px;
}
.services-single-count-n-text-text-title {
    margin-bottom: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /*font-weight: 600;*/
    text-align: center;
    text-transform: uppercase;
    color: #383838;
}
.services-single-count-n-text-text-subtitle {
    margin: 20px 0 0;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #383838;
}
.services-single-count-n-text-elems-container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.services-single-count-n-text-elem {
    margin-top: 30px;
}
.services-single-count-n-text-elem-inner {
    display: flex;
    /*align-items: center;*/
}
.services-single-count-n-text-elem-number {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 60px;
    min-width: 60px;
    height: 60px;
    position: relative;
    border-top: 1px solid #649a08;
    border-right: 1px solid #649a08;
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 30px;
    color: #9ee50d;
}
.services-single-count-n-text-elem-number:after {
    content: "";
    display: block;
    width: 60px;
    min-width: 60px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
    border-left: 1px solid #649a08;
}
.services-single-count-n-text-elem-text {
    margin-left: 30px;
}
.services-single-count-n-text-elem-title {
    margin-bottom: 14px;
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #676767;
}
.services-single-count-n-text-elem-desc {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    color: #676767;
}
.services-single-count-n-text-elem-desc p:last-child {
    margin-bottom: 0;
}



/* Services-single-count-n-text-w-bg section (left count block, right text block, with image/color background) */
.services-single-count-n-text-w-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.services-single-count-n-text-w-bg .services-single-count-n-text-text-title {
    color: #fff;
}
.services-single-count-n-text-w-bg .services-single-count-n-text-text-subtitle {
    color: #fff;
}
.services-single-count-n-text-w-bg .services-single-count-n-text-elem-title {
    color: #fff;
}
.services-single-count-n-text-w-bg .services-single-count-n-text-elem-desc {
    color: #fff;
}



/* Services-single-icon-n-text section (left icon in position "absolute", right text) */
.services-single-icon-n-text {
    display: block;
    padding-top: 70px;
    padding-bottom: 70px;
}
.services-single-icon-n-text-title {
    margin-bottom: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /*font-weight: 600;*/
    text-align: center;
    text-transform: uppercase;
    color: #383838;
}
.services-single-icon-n-text-subtitle {
    margin: 20px 0 0;
    /* font-family: 'Montserrat', sans-serif; */
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #676767;
}
.services-single-icon-n-text-elems-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 20px;
}
.services-single-icon-n-text-elem {
    margin-top: 30px;
    padding-top: 18px;
}
.services-single-icon-n-text-elem-inner {
    display: flex;
    align-items: center;
    width: calc(100% - 30px);
    height: 100%;
    margin-left: auto;
    margin-right: 0;
    padding: 20px 30px 20px 50px;
    position: relative;
    background: #fff;
    box-shadow: 3px 3px 43px rgba(0,0,0,.16);
    border-radius: 4px;
}
.services-single-icon-n-text-elem-image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    position: absolute;
    top: -18px;
    left: -30px;
    z-index: 1;
    background: #83be09;
    border-radius: 1px;
}

/* Svg icons styling */
.services-single-icon-n-text-elem-image-container svg {
    display: inline-block;
    width: 40px;
    height: 40px;
    fill: #fff;
}

/* IMG styling if there are no SVG */
.services-single-icon-n-text-elem-image-container img {
    max-width: 40px;
}

.services-single-icon-n-text-elem-desc {
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    color: #639809;
}
.services-single-icon-n-text-elem-desc p:last-child {
    margin-bottom: 0;
}

.services-single-icon-n-text-btn-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 55px;
}
.services-single-icon-n-text-btn-order {
    min-width: 250px;
    padding: 13px 15px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 18px;
    /* font-weight: bold; */
    color: #fff;
    background: #6da306;
    border: 2px solid #6da306;
    border-radius: 30px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    transition: .5s;
    outline: none;
}
.services-single-icon-n-text-btn-order:hover {
    text-decoration: none;
    color: #6da306;
    background: transparent;
}



/* Services-single-icon-n-text-w-bg section (left icon in position "absolute", right text, with image/color background) */
.services-single-icon-n-text-w-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f8f7f7;
}



/*---------------------
Sites development page
---------------------*/
/* Why us section */
.why-us-dev {
	display: block;
	padding-bottom: 56px;
}
.why-us-dev-text-title {
	margin-bottom: 0;
	font-family: 'Montserrat Semi Bold', sans-serif;
	font-size: 29px;
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.why-us-dev-text-subtitle {
	display: block;
	margin: 25px auto 0;
	max-width: 870px;
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #8f8f8f;
}
.why-us-dev-elems-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	text-align: center;
}
.why-us-dev-elem {
	display: flex;
	flex-direction: column;
	margin-top: 13px;
}
.why-us-dev-elem-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 255px;
}
.why-us-dev-elem-image {
	max-width: 100%;
}
.why-us-dev-elem-text-container {
	display: flex;
	flex-direction: column;
	flex: 1;
	padding: 0 10px;
}
.why-us-dev-elem-title {
	margin-bottom: 0;
	font-family: 'Montserrat Bold', sans-serif;
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
}
.why-us-dev-elem-desc {
	margin-top: 20px;
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 13px;
	color: #8f8f8f;
}
.why-us-dev-elem-desc p:last-child {
	margin-bottom: 0;
}
.why-us-dev-elem-btn-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.why-us-dev-elem-more-btn {
    display: block;
    min-width: 200px;
    padding: 9px 15px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 16px;
	color: #fff;
	background: #6da306;
	border: 2px solid #6da306;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
.why-us-dev-elem-more-btn:hover, .why-us-dev-elem-more-btn:focus {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}



/* Techonolies dev section */
.technologies-dev {
	display: block;
	padding-top: 70px;
	padding-bottom: 58px;
}
.technologies-dev-text-title {
	margin-bottom: 0;
	font-family: 'Montserrat Semi Bold', sans-serif;
	font-size: 29px;
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.technologies-dev-text-subtitle {
	display: block;
	margin: 25px auto 0;
	max-width: 870px;
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #8f8f8f;
}
.technologies-dev-filters-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	width: 100%;
	margin-top: 32px;
	margin-bottom: 2px;
}
.technologies-dev-filters-btn {
    display: block;
    min-width: 100px;
    margin: 10px 5px 0;
    padding: 10px 30px 8px;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 16px;
	color: #acabab;
	background: transparent;
	border: 2px solid #acabab;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	outline: none;
	transition: .5s;
}
.technologies-dev-filters-btn:hover, .technologies-dev-filters-btn-active, .technologies-dev-filters-btn-active:hover {
	color: #6da306;
	border: 2px solid #6da306;
	text-decoration: none;
}
.technologies-dev-filtered-elem {
	animation-name: none !important;
	visibility: visible !important;
	animation-duration: 0s !important;
	animation-delay: 0s !important;
}
.technologies-dev-elems-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.technologies-dev-elem {
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: calc(20% - 30px);
    margin: 50px 15px 0;
/*    width: auto;
    min-width: 80px;
    min-height: 100px;
    margin: 10px 25px 0;*/
}
.technologies-dev-elem-image {
	/*max-width: 100%;*/
	max-width: 120px;
    max-height: 70px;
    /*filter: brightness(0) invert(1);*/
}



/* Our services section */
.our-services-dev {
	display: block;
	padding-top: 70px;
	padding-bottom: 86px;
	position: relative;
	z-index: 10;
	background-color: #4f4f4f;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	overflow: visible;
}
.our-services-dev-text-title {
	margin-bottom: 0;
	font-family: 'Montserrat Semi Bold', sans-serif;
	font-size: 29px;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
}
.our-services-dev-text-subtitle {
	display: block;
	margin: 25px auto 0;
	max-width: 870px;
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 14px;
	text-align: center;
	color: #fff;
}
.our-services-dev-elems-container {
	margin-top: 44px;
	text-align: center;
}
.our-services-dev-elem {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
	transition: .5s;
	position: relative;
	min-height: 240px;
}
.our-services-dev-elem-inner {
	position: absolute;
	z-index: 10;
	overflow: hidden;
	width: 100%;
}
.our-services-dev-elem-inner-shadow {
	box-shadow: 0 1px 7px 3px rgba(0,0,0,.35);
}
.our-services-dev-elem-inner-open {
	height: auto;
	background: rgba(80, 119, 16, .97);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.our-services-dev-elem-image-container {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	min-height: 110px;
	margin-top: 10px;
}
.our-services-dev-elem-image {
	max-width: 100%;
}
.our-services-dev-elem-image-white {
	filter: brightness(300%);
}
.our-services-dev-elem-text-container {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	flex: 1;
}
.our-services-dev-elem-inner-open .our-services-dev-elem-text-container {
	display: block;
}
.our-services-dev-elem-title {
	display: flex;
	justify-content: center;
	margin-top: 30px;
	padding: 0 15px;
	font-family: 'Montserrat Bold', sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #fff;
}
.our-services-dev-elem-desc {
	display: none;
	margin-top: 20px;
	margin-bottom: 0;
	padding: 0 32px 0 45px;
}
.our-services-dev-elem-desc-li {
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 13px;
	color: #fff;
	text-align: left;
	line-height: 20px;
}
.our-services-dev-elem-btn-container {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.our-services-dev-elem-btn-more {
    display: block;
    min-width: 200px;
    padding: 9px 15px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 16px;
	color: #fff;
	background: transparent;
	border: 2px solid #6da306;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
.our-services-dev-elem-btn-more:hover {
	text-decoration: none;
	color: #6da306;
}
.our-services-dev-elem-btn-more-active {
	color: #fff;
	background: transparent;
    border: 2px solid #fff;
}
.our-services-dev-elem-btn-more-active:hover {
	color: #6da306;
	background: #fff;
    border: 2px solid #fff;
}



/*---------------------
Portfolio category
---------------------*/
.portfolio-dev-filters-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 100%;
	/*margin-top: 10px;*/
	margin-bottom: 45px;
}
.portfolio-dev-filters-btn-all, .portfolio-dev-filters-btn {
    display: block;
    min-width: 100px;
	margin: 10px 5px 0;
    padding: 10px 30px 8px;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 16px;
	color: #acabab;
	background: transparent;
	border: 2px solid #acabab;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
	outline: none;
}
.portfolio-dev-filters-btn:hover {
	color: #6da306;
}
.portfolio-dev-filters-btn-active {
	text-decoration: none;
	color: #6da306;
	border: 2px solid #6da306;
}
.portfolio-dev-filtered-elem {
	animation-name: none !important;
	visibility: visible !important;
	animation-duration: 0s !important;
	animation-delay: 0s !important;
}

.portfolio-dev.portfolio-dev-grid {
	padding-top: 0;
	background: transparent;
}

.portfolio-dev-grid .portfolio-dev-elems-container {
	display: grid;
	grid-template-columns: auto auto auto;
	grid-column-gap: 30px;
	grid-row-gap: 30px;
	margin-top: 0;
}
.portfolio-dev-grid .portfolio-dev-elem {
	width: auto;
	max-width: 380px;
	height: auto;
	margin: 0;
}

.portfolio-dev-grid .portfolio-dev-elem:nth-child(1) {
	grid-column: 1/3;
	grid-row: 1/3;
	max-width: none;
}

/*.portfolio-dev-grid .portfolio-dev-elem:nth-child(9) {
	grid-column: 2/4;
	grid-row: 4/6;
	max-width: none;
}
.portfolio-dev-grid .portfolio-dev-elem:nth-child(13) {
	grid-column: 1/3;
	grid-row: 7/9;
	max-width: none;
}
.portfolio-dev-grid .portfolio-dev-elem:nth-child(21) {
	grid-column: 2/4;
	grid-row: 10/12;
	max-width: none;
}
.portfolio-dev-grid .portfolio-dev-elem:nth-child(25) {
	grid-column: 1/3;
	grid-row: 13/15;
	max-width: none;
}
.portfolio-dev-grid .portfolio-dev-elem:nth-child(33) {
	grid-column: 2/4;
	grid-row: 16/18;
	max-width: none;
}
.portfolio-dev-grid .portfolio-dev-elem:nth-child(37) {
	grid-column: 1/3;
	grid-row: 19/21;
	max-width: none;
}*/

/* Auto grid columns and rows for filtered elems */
.portfolio-dev-filtered-elem.auto-grid-column-and-row {
	grid-column: auto !important;
	grid-row: auto !important;
    max-width: 380px !important;
}

.portfolio-dev-grid .portfolio-dev-elem-text-container {
	padding: 36px 40px 38px;
}
.portfolio-dev-grid .portfolio-dev-elem-desc {
	margin-top: 10px;
}

/*
.portfolio-dev-elem-type {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	margin-top: 12px;
}
.portfolio-dev-elem-type-name {
	margin-bottom: 0;
	font-size: 14px;
	text-transform: uppercase;
}
.portfolio-dev-elem-type-desc {
	margin-bottom: 0;
	padding-left: 5px;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 14px;
	text-transform: uppercase;
}
.portfolio-dev-elem-deadline {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	margin-top: 3px;
}
.portfolio-dev-elem-deadline-name {
	margin-bottom: 0;
	font-size: 14px;
	text-transform: uppercase;
}
.portfolio-dev-elem-deadline-desc {
	margin-bottom: 0;
	padding-left: 5px;
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 14px;
	text-transform: uppercase;
}
*/

.portfolio-dev-elem-btn-more-container {
	display: flex;
	justify-content: center;
	margin-top: 13px;
}
.portfolio-dev-elem-btn-more {
	display: block;
	padding: 8px 25px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 14px;
	/*font-weight: bold;*/
	color: #7d7d7c;
	background: linear-gradient(to bottom, #fbfbfb, #e3e3e3);
	border: 2px solid #6da306;
	border-radius: 30px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	transition: .5s;
	z-index: 30;
}
.portfolio-dev-elem-btn-more:hover, .portfolio-dev-elem-btn-more:focus {
	text-decoration: none;
	color: #6da306;
}



/*-------------------
PORTFOLIO SINGLE PAGE
------------------*/

/* Portfolio-single intro section */
.portfolio-single-intro {
	display: block;
	padding-bottom: 77px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f8f7f7;
}
.portfolio-single-intro-inner-container {
    margin-top: 20px;
}
.portfolio-single-intro-logo {
    display: block;
	max-width: 300px;
	margin: 0 auto;
}
.portfolio-single-intro-logo img {
	max-width: 100%;
}
.portfolio-single-intro-img-container {
	margin-top: 20px;
}
.portfolio-single-intro-img-container img {
    display: block;
	max-width: 100%;
    margin: 0 auto;
}
.portfolio-single-intro-text-title {
	margin-top: 35px;
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	color: #8b8d92;
	line-height: 30px;
}
.portfolio-single-intro-text-deadline {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
	margin-top: 22px;
    font-family: 'Montserrat Semi Bold', sans-serif;
    /*font-family: 'Montserrat', sans-serif;*/
	font-size: 14px;
	/*font-weight: 600;*/
	color: #548108;
}
.portfolio-single-intro-text-deadline-name {
	margin-bottom: 0;
}
.portfolio-single-intro-text-deadline-desc {
	margin-bottom: 0;
	padding-left: 5px;
}
.portfolio-single-intro-description-container {
	display: block;
	max-width: 720px;
	margin: 30px auto 0;
	padding: 40px 60px;
	background: #fff;
    /*background-color: #f8f7f7;*/
    border-radius: 6px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.18);
}
.portfolio-single-intro-description-elem {
	display: flex;
	margin-top: 30px;
}
.portfolio-single-intro-description-elem:nth-child(1) {
	margin-top: 0;
}
.portfolio-single-intro-description-elem-title-container {
	display: flex;
	justify-content: flex-end;
	min-width: 60px;
}
.portfolio-single-intro-description-elem-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 14px;
	/*font-weight: 600;*/
	color: #7faf17;
}
.portfolio-single-intro-description-elem-img-container svg {
	display: inline-block;
	width: 27px;
	height: 33px;
	fill: #80b822;
}
.portfolio-single-intro-description-elem-text-container {
	display: block;
	padding-left: 70px;
}
.portfolio-single-intro-description-elem-desc {
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	color: #676767;
}
.portfolio-single-intro-description-elem-desc p:last-child {
	margin-bottom: 0;
}
.portfolio-single-intro-description-elem-desc img {
	margin-top: 10px;
	max-width: 100%;
}



/* Portfolio-single-homepage section */
.portfolio-single-homepage {
	display: block;
	padding-top: 70px;
	padding-bottom: 78px;
	background-color: #f8f7f7;
}
.portfolio-single-homepage-text-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.portfolio-single-homepage-text-subtitle {
    margin: 20px 0 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	text-align: center;
	color: #676767;
}
.portfolio-single-homepage-img-container {
    margin-top: 58px;
}
.portfolio-single-homepage-img-container img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    box-shadow: 3px 3px 43px rgba(0,0,0,.16);
}



/* Portfolio-single-client section */
.portfolio-single-client {
	display: block;
	padding-top: 70px;
	padding-bottom: 78px;
}
.portfolio-single-client-text-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.portfolio-single-client-elems-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    margin-top: 18px;
}
.portfolio-single-client-elem {
    flex: 1;
    margin: 40px 15px 0;
    position: relative;
}
.portfolio-single-client-background {
    display: block;
    width: 130px;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 40px);
    opacity: .12;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.portfolio-single-client-elem-img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.portfolio-single-client-elem-img-container img {
    max-width: 65px;
    max-height: 65px;
}
.portfolio-single-client-elem-text-container {
    margin-top: 25px;
}
.portfolio-single-client-elem-text-title {
    margin-bottom: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    color: #548108;
    text-align: center;
    line-height: 20px;
}



/* Portfolio-single-workplan section */
.portfolio-single-workplan {
    display: block;
    padding-top: 70px;
    padding-bottom: 78px;
}
.portfolio-single-workplan-container {
    display: block;
    max-width: 950px;
    margin: 0 auto;
    padding-left: 35px;
}
.portfolio-single-workplan-elem {
    display: flex;
    min-height: 90px;
    margin-top: 50px;
    position: relative;
}
.portfolio-single-workplan-elem:nth-child(1) {
    margin-top: 0;
}
.portfolio-single-workplan-elem-background {
    display: block;
    width: 85px;
    height: 90px;
    position: absolute;
    top: 0;
    left: -35px;
    opacity: .12;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.portfolio-single-workplan-elem-result .portfolio-single-workplan-elem-background {
	opacity: .07;
}
.portfolio-single-workplan-elem-img-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.portfolio-single-workplan-elem-img-container svg {
	display: inline-block;
	width: 45px;
	height: 55px;
	fill: #77af03;
}
.portfolio-single-workplan-elem-result .portfolio-single-workplan-elem-img-container svg {
	fill: #f32b19;
}

.portfolio-single-workplan-elem-text-container {
    display: block;
    margin-left: 70px;
}
.portfolio-single-workplan-elem-title {
    margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-transform: uppercase;
    color: #77af03;
}
.portfolio-single-workplan-elem-result .portfolio-single-workplan-elem-title {
    color: #f32b19;
}
.portfolio-single-workplan-elem-desc {
    margin-top: 15px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 12px;
    color: #8f8f8f;
}
.portfolio-single-workplan-elem-desc p:last-child {
    margin-bottom: 0;
}



/* Portfolio-single-structure section */
.portfolio-single-structure {
	display: block;
	padding-top: 70px;
	padding-bottom: 78px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f8f7f7;
}
.portfolio-single-structure-text-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.portfolio-single-structure-text-subtitle {
    margin: 20px 0 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	text-align: center;
	color: #676767;
}
.portfolio-single-structure-img-container {
	margin-top: 58px;
}
.portfolio-single-structure-img-container img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
	border-radius: 8px;
	box-shadow: 3px 3px 43px rgba(0,0,0,.16);
}



/* Portfolio-single-audit section */
.portfolio-single-audit {
	display: block;
	padding-top: 70px;
	padding-bottom: 78px;
}
.portfolio-single-audit-text-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.portfolio-single-audit-text-subtitle {
    margin: 20px 0 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	text-align: center;
	color: #676767;
}
.portfolio-single-audit-elems-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	max-width: 870px;
	margin: 28px auto 0;
}
.portfolio-single-audit-elem {
	display: block;
	margin-top: 30px;
}
.portfolio-single-audit-elem-img-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.portfolio-single-audit-elem-img-container img {
	width: 100%;
	max-width: 100%;
	border: 1px solid #e8e8e8;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.18);
}



/* Portfolio-single-prototypes section */
.portfolio-single-prototypes {
	display: block;
	padding-top: 70px;
	padding-bottom: 48px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f8f7f7;
}
.portfolio-single-prototypes-text-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.portfolio-single-prototypes-text-subtitle {
    margin: 20px 0 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	text-align: center;
	color: #676767;
}
.portfolio-single-prototypes-elems-container {
    display: block;
	max-width: 980px;
	margin: 58px auto 0;
}
.portfolio-single-prototypes-elems-container:after {
    content: '';
    display: block;
    clear: both;
}
.gallery-sizer {
    width: 50%;
}
.portfolio-single-prototypes-elem-img {
	display: block;
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
    border: 1px solid #e8e8e8;
    box-shadow: 3px 3px 43px rgba(0,0,0,.16);
}



/* Portfolio-single-innerpages section */
.portfolio-single-innerpages {
    display: block;
    padding-top: 70px;
    padding-bottom: 48px;
}
.portfolio-single-innerpages-text-title {
    margin-bottom: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /*font-weight: 600;*/
    text-align: center;
    text-transform: uppercase;
    color: #383838;
}
.portfolio-single-innerpages-text-subtitle {
    margin: 20px 0 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #676767;
}
.portfolio-single-innerpages-elems-container {
    display: block;
    max-width: 980px;
    margin: 58px auto 0;
}
.portfolio-single-innerpages-elems-container:after {
    content: '';
    display: block;
    clear: both;
}
.gallery-sizer {
    width: 50%;
}
.portfolio-single-innerpages-elem-img {
    display: block;
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
    border: 1px solid #e8e8e8;
    box-shadow: 3px 3px 43px rgba(0,0,0,.16);
}




/* Portfolio-single-adaptive section */
.portfolio-single-adaptive {
    display: block;
    padding-top: 70px;
    padding-bottom: 75px;
    background-color: #f8f7f7;
}
.portfolio-single-adaptive-text-title {
    margin-bottom: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /*font-weight: 600;*/
    text-align: center;
    text-transform: uppercase;
    color: #383838;
}
.portfolio-single-adaptive-text-subtitle {
    margin: 20px 0 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #676767;
}
.portfolio-single-adaptive-elems-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    max-width: 870px;
    margin: 58px auto 0;
}
.portfolio-single-adaptive-notebook {
	width: 100%;
}
.portfolio-single-adaptive-notebook-img-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	position: relative;
	background-size: 71%;
	/*background-size: 609px 354px;*/
	/*background-position: center;*/
	background-position: center 58px;
	background-repeat: no-repeat;
}
.portfolio-single-adaptive-notebook-img-frame {
	max-width: 100%;
	width: 100%;
	z-index: 1;
}

.portfolio-single-adaptive-tablet {
	width: 435px;
	margin: 17px 15px 0;
}
.portfolio-single-adaptive-tablet-img-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	min-height: 608px;
	position: relative;
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
.portfolio-single-adaptive-tablet-img-container:after {
	display: block;
	content: '';
	width: calc(100% - 62px);
	height: 100px;
	position: absolute;
	left: 31px;
	bottom: 0;
	background: linear-gradient(to bottom, transparent,rgba(248,247,247,1));
}
.portfolio-single-adaptive-tablet-img-site {
	max-width: 100%;
	width: calc(100% - 62px);
	padding-top: 52px;
}

.portfolio-single-adaptive-mobile {
	width: 215px;
	margin: 17px 15px 0;
}
.portfolio-single-adaptive-mobile-img-container {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	width: 100%;
	min-height: 432px;
	position: relative;
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}
.portfolio-single-adaptive-mobile-img-container:after {
	display: block;
	content: '';
	width: calc(100% - 28px);
	height: 100px;
	position: absolute;
	left: 14px;
	bottom: 0;
	background: linear-gradient(to bottom, transparent,rgba(248,247,247,1));
}
.portfolio-single-adaptive-mobile-img-site {
	max-width: 100%;
	width: calc(100% - 28px);
	padding-top: 47px;
}



/* Portfolio-single-interface section */
.portfolio-single-interface {
	display: block;
	padding-top: 70px;
	padding-bottom: 78px;
}
.portfolio-single-interface-text-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.portfolio-single-interface-text-subtitle {
    margin: 20px 0 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	text-align: center;
	color: #676767;
}
.portfolio-single-interface-style {
	margin-top: 49px;
}
.portfolio-single-interface-style-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #77af03;
}
.portfolio-single-interface-style-fonts-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 85px;
	margin: 10px auto 0;
}
.portfolio-single-interface-style-font {
	width: 100%;
	margin-top: 10px;
}
.portfolio-single-interface-style-font img {
	width: 100%;
	max-width: 100%;
}
.portfolio-single-interface-style-colors-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin-top: 10px;
}
.portfolio-single-interface-style-color {
	width: 100px;
	margin: 25px 15px 0;
}
.portfolio-single-interface-style-color-fill {
	width: 100%;
	height: 100px;
	border-radius: 50%;
	background-color: #f8f7f7;
	box-shadow: 4px 4px 16px 0 rgba(0,0,0,.18);
}
.portfolio-single-interface-style-color-hex {
	margin-top: 15px;
	margin-bottom: 0;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 14px;
	/*font-weight: 700;*/
	text-align: center;
}
.portfolio-single-interface-ui {
	margin-top: 49px;
}
.portfolio-single-interface-ui-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #77af03;
}
.portfolio-single-interface-ui-img-container {
	margin-top: 25px;
}
.portfolio-single-interface-ui-img-container img {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}



/*-----------------------------------
Services category & subcategory pages
-----------------------------------*/
.content-header.services-page-content-header {
	padding-bottom: 0;
}

/* Services menu */
.services-menu {
	display: block;
	margin-top: 56px;
	background: rgba(0,0,0,.15);
}
.services-filter-btns-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	width: 1170px;
    margin: 0 auto;
    padding: 1px 0;
}
.services-filter-btn {
	display: flex;
	flex-direction: column;
	flex: 1;
	margin: 1px;
	padding: 12px 15px 9px;
	cursor: pointer;
	transition: .3s;
}
.services-filter-btn-active, .services-filter-btn:hover {
	background: #fff;
}
.services-filter-btn-image {
	display: flex;
	flex-direction: column;
	align-items: center;
}

/* Svg icons styling */
.services-filter-btn-image svg {
	display: inline-block;
	width: 50px;
	height: 50px;
	fill: #fff;
	transition: .3s;
}
.services-filter-btn-active .services-filter-btn-image > svg, .services-filter-btn:hover .services-filter-btn-image > svg {
	fill: #6a9c17;
}

/* IMG styling if there are no SVG */
.services-filter-btn-image img {
	width: 50px;
	/*transition: .3s;*/
}
.services-filter-btn-image img {
	filter: hue-rotate(-180deg) brightness(3);
}
.services-filter-btn-active .services-filter-btn-image > img, .services-filter-btn:hover .services-filter-btn-image > img {
	filter: none;
}

.services-filter-btn-title {
	margin: 10px 0 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	text-align: center;
	line-height: 15px;
	color: #fff;
	transition: .3s;
}
.services-filter-btn-active .services-filter-btn-title, .services-filter-btn:hover .services-filter-btn-title {
	color: #676767;
}



/* Services elems */
.services {
	display: block;
	padding-bottom: 48px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f8f7f7;
}
.services-elems-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.services-elem {
	display: flex;
	visibility: hidden;
	margin-bottom: 30px;
}
.services-filtered-elem {
	animation-name: none !important;
	visibility: visible !important;
	animation-duration: 0s !important;
	animation-delay: 0s !important;
}
.services-elem-inner-container {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	/*padding: 35px 15px;*/
	padding: 20px 15px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.18);
	transition: .3s;
	outline: none;
}
.services-elem-inner-container:hover {
	/*background: #77af03;*/
	box-shadow: 3px 3px 43px rgba(0,0,0,.16);
}
.services-elem-img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 180px;
}
/* Svg icons styling */
.services-elem-img-container svg {
	display: block;
	width: 85px;
	height: 85px;
	margin: 0 auto;
	fill: #619609;
	transition: .3s;
}
.services-elem-inner-container:hover .services-elem-img-container > svg {
	/*fill: #fff;*/
}

/* IMG styling if there are no SVG */
.services-elem-img-container img {
    display: block;
    width: auto;
    max-width: 180px;
    margin: 0 auto;
}
.services-elem-img-container img.services-elem-img-default {
    max-width: 130px;
}
.services-elem-inner-container:hover .services-elem-img-container > img {
	/*filter: hue-rotate(-135deg) brightness(3);*/
}

.services-elem-text-container {
	flex: 1;
	margin-top: 20px;
	text-align: center;
}
.services-elem-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 18px;
	/*font-weight: 600;*/
	text-transform: uppercase;
	line-height: 22px;
	transition: .3s;
	color: #453c3c !important;
	text-decoration: none;
}
.services-elem-inner-container:hover .services-elem-title {
	/*color: #fff !important;*/
	text-decoration: none;
}
.services-elem-desc {
	margin-top: 16px;
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	line-height: 17px;
	transition: .3s;
	color: #8f8f8f;
}
.services-elem-desc p:last-child {
    margin-bottom: 0;
}
.services-elem-inner-container:hover .services-elem-desc {
	/*color: #fff;*/
}
.services-elem-btn-more-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	margin-top: 21px;
}
.services-elem-btn-more {
	min-width: 180px;
	/*padding: 10px 15px 11px;*/
	/*font-size: 17px;*/
	/*font-weight: 700;*/
	padding: 8px 15px 10px;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 1;
	color: #fff;
	background: #6da306;
	border: 2px solid #6da306;
	border-radius: 30px;
	transition: .5s;
	outline: none;
}
.services-elem-btn-more:hover, .services-elem-btn-more:focus {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}
/*.services-elem-inner-container:hover .services-elem-btn-more {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}*/



/*-------------------------------------------------------------------------------------
Landing-page template, Ecommerce template, Web-portal template, Corporate-site template
-------------------------------------------------------------------------------------*/
/* These styles in "sections for multiple usage" */



/*-------------------------------------------------------------------------------------
Contacts-page template
-------------------------------------------------------------------------------------*/
.contacts-page-text-container {
	padding: 7px 0 70px;
}
.contacts-page-inner-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.contacts-page-text-title {
	margin-bottom: 0;
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 29px;
	font-weight: 600;
	color: #383838;
	text-transform: uppercase;
}
.contacts-page-phones-title, .contacts-page-address-title {
	margin-bottom: 10px;
	font-family: 'Montserrat Semi Bold', sans-serif;
	font-size: 16px;
	color: #649908;
	text-transform: uppercase;
}
.contacts-page-text-container .contacts-phones-link, .contacts-page-text-container .contacts-email-link {
	display: block;
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 16px;
	color: #383838;
	text-decoration: none;
	transition: .3s;
}
.contacts-page-text-container .contacts-phones-link:hover, .contacts-page-text-container .contacts-email-link:hover {
	color: #649908;
	text-decoration: none;
}
.contacts-page-address-text {
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 16px;
	color: #383838;
}
.contacts-page-address-text p:last-child {
	margin-bottom: 0;
}
.contacts-page-email-title {
	margin-bottom: 8px;
	font-family: 'Montserrat Semi Bold', sans-serif;
	font-size: 16px;
	color: #649908;
	text-transform: uppercase;
}
.contacts-page-map {
	height: 520px;
	width: 100%;
	background: #f7f7f7;
}



/* Footer section */
.footer {
	padding: 35px 0;
	background: #000;
}
.footer-inner-container {
	display: flex;
	align-items: center;
}
.footer-logo-container {
	padding-left: 0;
}
.footer-soc-links-container {
	display: flex;
	justify-content: center;
}
.footer-soc-link {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 15px;
}

/* Svg icons styling */
.footer-soc-link svg {
    display: block;
    width: 50px;
    height: 50px;
    fill: #fff;
    border-radius: 7px;
    transition: .5s;
}

/* IMG styling if there are no SVG */
.footer-soc-link img {
    max-width: 100%;
    transition: .5s;
}

.footer-soc-link:hover > svg, .footer-soc-link:hover > img {
	transform: rotateY(180deg);
}
.footer-soc-link:focus > svg, .footer-soc-link:focus > img {
	opacity: .7;
	transform: none !important;
}
.footer-copyright-container {
	padding-right: 0;
	text-align: right;
}
.footer-copyright-text {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	color: #fff;
}



/*--------------------------------------------------------------------
Sections for multiple usage: forms, modals, preloader, back-top button
--------------------------------------------------------------------*/

/* Services-single-intro section (left and right img-containers with background-images) */
.services-single-intro {
	display: block;
	/*padding-top: 70px;*/
	/*padding-top: 20px;*/
	padding-bottom: 78px;
}
.services-single-intro-text-title {
	margin-top: 0;
    margin-bottom: 25px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	color: #383838;
}
.services-single-intro-text-top-desc {
	display: block;
	margin: 0 auto;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	text-align: center;
	color: #8f8f8f;
}
.services-single-intro-text-top-desc h2, .services-single-intro-text-top-desc h3 {
    margin: 0;
}
.services-single-intro-text-top-desc p {
    margin-bottom: 0;
}
.services-single-intro-text-top-desc p:last-child {
    margin-bottom: 0;
}
.services-single-intro-elems-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 10px auto 0;
}
.services-single-intro-elem {
	display: block;
	width: calc(50% - 15px);
	height: 310px;
	margin-top: 30px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f8f7f7;
}

.services-single-intro-elem:nth-child(2) {
    margin-left: 30px;
}
.services-single-intro-text-bottom-desc {
	display: block;
	margin: 40px auto 0;
}
.services-single-intro-text-bottom-desc {
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	text-align: center;
	color: #8f8f8f;
}
.services-single-intro-text-bottom-desc p {
    margin-bottom: 0;
}
.services-single-intro-text-bottom-desc p:last-child {
	margin-bottom: 0;
}

/* Custom title in text */
.services-single-intro-text-bottom-desc-title {
	margin-top: 10px;
	font-size: 16px;
	text-transform: uppercase;
}



/* Services-single-intro-img-center section (centered img-container with <img> tag) */
.services-single-intro-img-center .services-single-intro-elem {
	height: auto;
	background: none;
}
.services-single-intro-img-center .services-single-intro-elem img {
	width: 100%;
	max-width: 100%;
}



/* Services-single-img-n-text section (left img-container and right text-container, WITHOUT section's background) */
.services-single-img-n-text {
	display: block;
	padding-top: 85px;
	padding-bottom: 76px;
}
.services-single-img-n-text-inner-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}
.services-single-img-n-text-img-container {
	width: 45%;
	padding-right: 70px;
}
.services-single-img-n-text-img-container img {
	max-width: 100%;
}
.services-single-img-n-text-text-container {
	width: 55%;
}
.services-single-img-n-text-text-title {
	margin: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	line-height: 30px;
	color: #383838;
}
.services-single-img-n-text-text-desc {
	display: block;
	margin: 20px auto 0;
}
.services-single-img-n-text-text-desc p {
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	color: #8f8f8f;
}
.services-single-img-n-text-text-desc p:last-child {
	margin-bottom: 0;
}



/* Services-single-img-n-text-w-bg section (left img-container and right text-container, WITH image/color section's background ) */
.services-single-img-n-text-w-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f8f7f7;
}



/* Services-single-img-n-text-rtl section (right-to-left section: left text-container and right img-container) */
.services-single-img-n-text-rtl .services-single-img-n-text-text-container {
    padding-right: 120px;
    order: 1;
}
.services-single-img-n-text-rtl .services-single-img-n-text-img-container {
    order: 2;
    padding-right: 0;
}



/* Services-single-text-w-icons section (left text-container with icons, WITHOUT section's background) */
.services-single-text-w-icons {
	display: block;
	padding-top: 70px;
	padding-bottom: 78px;
}
.services-single-text-w-icons-inner-container {
	max-width: 585px;
}
.services-single-text-w-icons-text-title {
	margin: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	line-height: 30px;
	color: #383838;
}
.services-single-text-w-icons-text-subtitle {
    margin: 25px 0 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: #8f8f8f;
}
.services-single-text-w-icons-elems-container {
	display: block;
	margin-top: 50px;
}
.services-single-text-w-icons-elem {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.services-single-text-w-icons-elem-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	min-width: 60px;
	height: 60px;
	background: linear-gradient(to bottom, #7ab202, #619709);
	border-radius: 50%;
}
/* Svg icons styling */
.services-single-text-w-icons-elem-image-container svg {
	display: inline-block;
	width: 30px;
	height: 30px;
	fill: #fff;
}

/* IMG styling if there's no SVG */
.services-single-text-w-icons-elem-image-container img {
	width: 30px;
	filter: brightness(300%);
}
/* */

.services-single-text-w-icons-elem-desc {
	display: flex;
	justify-content: center;
	margin-left: 30px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
	color: #828080;
}
.services-single-text-w-icons-elem-desc p {
	margin-bottom: 0;
}



/* Services-single-img-n-text-w-bg section (left img-container and right text-container, WITH image/color section's background ) */
.services-single-text-w-icons-w-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f8f7f7;
}



/* Services-single-text-w-icons-rtl section (right-to-left section: left text-container with icons) */
.services-single-text-w-icons-rtl .services-single-text-w-icons-inner-container {
    margin-left: auto;
    margin-right: 0;
}



/* Services-single-text-w-icons-two-columns section (2 columns text-container with icons) */
.services-single-text-w-icons-two-columns .services-single-text-w-icons-inner-container {
	max-width: none;
}
.services-single-text-w-icons-two-columns .services-single-text-w-icons-elems-container {
	display: flex;
	flex-flow: row wrap;
}
.services-single-text-w-icons-two-columns .services-single-text-w-icons-elem {
	width: 50%;
}
.services-single-text-w-icons-two-columns .services-single-text-w-icons-elem-desc p {
	padding-right: 100px;
}



/* Services-single-text-w-icons-full-width section (full width text-container with icons) */
.services-single-text-w-icons-full-width .services-single-text-w-icons-inner-container {
    max-width: none;
}



/* Services-single-img-n-text-w-icons section (left img-container and right text-container with icons, WITHOUT section's background) */
.services-single-img-n-text-w-icons {
	display: block;
	padding-top: 78px;
	padding-bottom: 78px;
}
.services-single-img-n-text-w-icons-inner-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.services-single-img-n-text-w-icons-img-container {
	width: 35%;
}
.services-single-img-n-text-w-icons-img-container img {
	max-width: 100%;
}
.services-single-img-n-text-w-icons-text-container {
	width: 65%;
	padding-left: 120px;
}
.services-single-img-n-text-w-icons-text-title {
	margin: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	line-height: 30px;
	color: #383838;
}
.services-single-img-n-text-w-icons-elems-container {
	display: block;
	margin-top: 50px;
}
.services-single-img-n-text-w-icons-elem {
	display: flex;
	align-items: center;
	margin-top: 30px;
}
.services-single-img-n-text-w-icons-elem-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	min-width: 60px;
	height: 60px;
	background: linear-gradient(to bottom, #7ab202, #619709);
	border-radius: 50%;
}
/* Svg icons styling */
.services-single-img-n-text-w-icons-elem-image-container svg {
	display: inline-block;
	width: 30px;
	height: 30px;
	fill: #fff;
}

/* IMG styling if there's no SVG */
.services-single-img-n-text-w-icons-elem-image-container img {
	width: 30px;
	filter: brightness(300%);
}
/* */

.services-single-img-n-text-w-icons-elem-desc {
	display: flex;
	justify-content: center;
	margin-left: 30px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
	color: #828080;
}
.services-single-img-n-text-w-icons-elem-desc p {
	margin-bottom: 0;
}



/* Services-single-img-n-text-w-icons-rtl section (right-to-left section: left text-container with icons and right img-container) */
.services-single-img-n-text-w-icons-rtl .services-single-img-n-text-w-icons-text-container {
	padding-left: 0;
	padding-right: 120px;
    order: 1;
}
.services-single-img-n-text-w-icons-rtl .services-single-img-n-text-w-icons-img-container {
    order: 2;
}



/* Services-single-text-w-count section (text-container with numbered list, WITHOUT section's background) */
.services-single-text-w-count {
	display: block;
	padding-top: 78px;
	padding-bottom: 78px;
}
.services-single-text-w-count-inner-container {
    max-width: 585px;
}
.services-single-text-w-count-text-title {
	margin: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	line-height: 30px;
	color: #383838;
}
.services-single-text-w-count-text-subtitle {
	margin: 25px 0 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
	color: #8f8f8f;
}
.services-single-text-w-count-elems-container {
	display: block;
	margin-top: 50px;
	margin-bottom: 0;
	padding-left: 0;
	counter-reset: section;
}
.services-single-text-w-count-elem {
	display: block;
	position: relative;
	margin: 39px 0 0;
	padding-left: 60px;
}
.services-single-text-w-count-elem:before {
	content: counters(section, ".") " ";
	counter-increment: section;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 1;
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 18px;
	text-align: center;
	line-height: 29px;
	color: #fff;
}
.services-single-text-w-count-elem:after {
	content: "";
	display: block;
	width: 30px;
	min-width: 30px;
	height: 30px;
	position: absolute;
	top: -4px;
	left: 0;
	background: linear-gradient(to bottom, #7ab202, #619709);
	border-radius: 6px;
}
.services-single-text-w-count-elem-title {
    margin-bottom: 14px;
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #676767;
}
.services-single-text-w-count-elem-desc {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: #676767;
}
.services-single-text-w-count-elem-desc p:last-child {
	margin-bottom: 0;
}



/* Services-single-text-w-count-w-bg section (text-container with numbered list, WITH image/color section's background ) */
.services-single-text-w-count-w-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f8f7f7;
}



/* Services-single-text-w-count-rtl section (right-to-left section: right text-container with count) */
.services-single-text-w-count-rtl .services-single-text-w-count-inner-container {
    margin-left: auto;
}



/* Services-single-text-w-count-white section (text-container with numbered list, #fff text color ) */
.services-single-text-w-count-white {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #7ab202;
}
.services-single-text-w-count-white .services-single-text-w-count-text-title {
	color: #fff;
}
.services-single-text-w-count-white .services-single-text-w-count-text-subtitle {
	color: #fff;
}
.services-single-text-w-count-white .services-single-text-w-count-elem-title,
.services-single-text-w-count-white .services-single-text-w-count-elem-desc {
    color: #fff;
}
.services-single-text-w-count-white .services-single-text-w-count-elem:before {
	color: #7d7d7c;
}
.services-single-text-w-count-white .services-single-text-w-count-elem:after {
	background: linear-gradient(to bottom, #fcfcfc, #efeaea);
}



/* Services-single-text-w-count-flex section (text-container with numbered list, inner-container has full width, elems-container is flex) */
.services-single-text-w-count-flex .services-single-text-w-count-inner-container {
	width: 100%;
	max-width: none;
}
.services-single-text-w-count-flex .services-single-text-w-count-elems-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 11px;
}
.services-single-text-w-count-flex .services-single-text-w-count-elem {
	width: calc(50% - 50px);
}
.services-single-text-w-count-flex .services-single-text-w-count-elem-desc {
    font-size: 14px;
}



/* Services-single-text-w-count-centered section (text-container with numbered list, centered title & subtitle) */
.services-single-text-w-count-centered .services-single-text-w-count-text-title {
	text-align: center;
}
.services-single-text-w-count-centered .services-single-text-w-count-text-subtitle {
	text-align: center;
}



/* Services-single-text-w-count-full-width section (text-container with numbered list, full width) */
.services-single-text-w-count-full-width .services-single-text-w-count-inner-container {
    max-width: none;
}



/* Services-single-img-n-text-w-count section (left img-container and right text-container with numbered list, WITHOUT section's background) */
.services-single-img-n-text-w-count {
	display: block;
	padding-top: 78px;
	padding-bottom: 78px;
}
.services-single-img-n-text-w-count-inner-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.services-single-img-n-text-w-count-img-container {
	width: 35%;
}
.services-single-img-n-text-w-count-img-container img {
	max-width: 100%;
}
.services-single-img-n-text-w-count-text-container {
	width: 65%;
	padding-left: 120px;
}
.services-single-img-n-text-w-count-text-title {
	margin: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	line-height: 30px;
	color: #383838;
}
.services-single-img-n-text-w-count-text-subtitle {
	margin: 25px 0 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	color: #8f8f8f;
}
.services-single-img-n-text-w-count-elems-container {
	display: block;
	margin-top: 50px;
    margin-bottom: 0;
	padding-left: 0;
	counter-reset: section;
}
.services-single-img-n-text-w-count-elem {
	display: block;
	position: relative;
	margin: 39px 0 0;
	padding-left: 60px;
}
.services-single-img-n-text-w-count-elem:before {
	content: counters(section, ".") " ";
	counter-increment: section;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -3px;
	left: 0;
	z-index: 1;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 18px;
	text-align: center;
	line-height: 29px;
	color: #fff;
}
.services-single-img-n-text-w-count-elem:after {
	content: "";
	display: block;
	width: 30px;
	min-width: 30px;
	height: 30px;
	position: absolute;
	top: -4px;
	left: 0;
	background: linear-gradient(to bottom, #7ab202, #619709);
	border-radius: 6px;
}
.services-single-img-n-text-w-count-elem-title {
    margin-bottom: 14px;
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    color: #676767;
}
.services-single-img-n-text-w-count-elem-desc {
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    color: #676767;
}
.services-single-img-n-text-w-count-elem-desc p:last-child {
	margin-bottom: 0;
}
.services-single-img-n-text-w-count-elem-desc ol {
	margin-top: 15px;
	padding-left: 17px;
}
.services-single-img-n-text-w-count-elem-desc ol li {
	padding: 5px 0 0 6px;
}
.services-single-img-n-text-w-count-elem-desc ul {
	margin-top: 15px;
	padding-left: 0;
}
.services-single-img-n-text-w-count-elem-desc ul li {
	position: relative;
	padding: 5px 0 0 22px;
	list-style-type: none;
}
.services-single-img-n-text-w-count-elem-desc ul li:before {
	content: '';
	display: block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #77af03;
}



/* Services-single-img-n-text-w-count-w-bg section (left img-container and right text-container with numbered list, WITH image/color section's background) */
.services-single-img-n-text-w-count-w-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



/* Services-single-img-n-text-w-count-w-bg-white section (left img-container and right text-container with numbered list, WITH image/color section's background & white text) */
.services-single-img-n-text-w-count-w-bg-white {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #7ab202;
}
.services-single-img-n-text-w-count-w-bg-white .services-single-img-n-text-w-count-text-title {
    color: #fff;
}
.services-single-img-n-text-w-count-w-bg-white .services-single-img-n-text-w-count-text-subtitle {
    color: #fff;
}
.services-single-img-n-text-w-count-w-bg-white .services-single-img-n-text-w-count-elem-title,
.services-single-img-n-text-w-count-w-bg-white .services-single-img-n-text-w-count-elem-desc {
    color: #fff;
}
.services-single-img-n-text-w-count-w-bg-white .services-single-img-n-text-w-count-elem:before {
    color: #7d7d7c;
}
.services-single-img-n-text-w-count-w-bg-white .services-single-img-n-text-w-count-elem:after {
    background: linear-gradient(to bottom, #fcfcfc, #efeaea);
}



/* Services-single-text-w-count-centered section (text-container with numbered list, centered title & subtitle) */
.services-single-img-n-text-w-count-centered .services-single-img-n-text-w-count-text-title {
    text-align: center;
}
.services-single-img-n-text-w-count-centered .services-single-img-n-text-w-count-text-subtitle {
    text-align: center;
}



/* Services-single-img-n-text-w-count-half-width-columns section (left img-container and right text-container with numbered list, 2 columns with 50% width) */
.services-single-img-n-text-w-count-half-width-columns .services-single-img-n-text-w-count-img-container {
	width: 50%;
	padding-right: 140px;
}
.services-single-img-n-text-w-count-half-width-columns .services-single-img-n-text-w-count-text-container {
	width: 50%;
	padding-left: 0;
}



/* Services-single-img-n-text-w-count-half-width-columns-rtl section (left img-container and right text-container with numbered list, 2 columns with 50% width, rtl-direction) */
.services-single-img-n-text-w-count-rtl .services-single-img-n-text-w-count-text-container {
	width: 50%;
	padding-left: 0;
	padding-right: 120px;
	order: 1;
}
.services-single-img-n-text-w-count-rtl .services-single-img-n-text-w-count-img-container {
	width: 50%;
	padding-right: 0;
	order: 2;
}



/* Services-single-icons-w-text-row section (row of elems with icons and text, WITHOUT section's background) */
.services-single-icons-w-text-row {
	display: block;
	padding-top: 78px;
	padding-bottom: 78px;
}
.services-single-icons-w-text-row-text-title {
	margin: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	line-height: 30px;
	color: #383838;
}
.services-single-icons-w-text-row-elems-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin-top: 18px;
}
.services-single-icons-w-text-row-elem {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex: 1;
	margin: 40px 15px 0;
}
.services-single-icons-w-text-row-elem-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 95px;
	min-width: 95px;
	height: 95px;
	background: linear-gradient(to bottom, #7ab202, #619709);
	border-radius: 50%;
}
/* Svg icons styling */
.services-single-icons-w-text-row-elem-image-container svg {
	display: inline-block;
	width: 45px;
	height: 45px;
	fill: #fff;
}

/* IMG styling if there's no SVG */
.services-single-icons-w-text-row-elem-image-container img {
	width: 45px;
}
/* */

.services-single-icons-w-text-row-elem-text-container {
	margin-top: 20px;
}
.services-single-icons-w-text-row-elem-text-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 18px;
	/*font-weight: 600;*/
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	color: #676767;
}
.services-single-icons-w-text-row-elem-text-desc {
	display: flex;
	justify-content: center;
	margin-top: 7px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	color: #8f8f8f;
	text-align: center;
}
.services-single-icons-w-text-row-elem-text-desc p {
	margin-bottom: 0;
}



/* Services-single-icons-w-text-row-w-bg section (row of elems with icons and text, WITH image/color section's background)  */
.services-single-icons-w-text-row-w-bg {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #7ab202;
}
.services-single-icons-w-text-row-w-bg .services-single-icons-w-text-row-text-title {
	color: #fff;
}
.services-single-icons-w-text-row-w-bg .services-single-icons-w-text-row-elem-image-container {
	background: #fff;
}

/* Svg icons styling */
.services-single-icons-w-text-row-w-bg .services-single-icons-w-text-row-elem-image-container svg {
	fill: #619609;
}

.services-single-icons-w-text-row-w-bg .services-single-icons-w-text-row-elem-text-title {
	color: #fff;
}
.services-single-icons-w-text-row-w-bg .services-single-icons-w-text-row-elem-text-desc {
	color: #fff;
}



/* Services-single-price section (pricing table)  */
.services-single-price {
	display: block;
}
.services-single-price table {
	width: 100%;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.09);
}
.services-single-price table tr {
	width: 100%;
}
.services-single-price table thead {
	width: 100%;
}
.services-single-price table thead td {
	padding: 25px 50px 23px;
    font-family: 'Montserrat Semi Bold', sans-serif;
    /*font-weight: 600;*/
	text-transform: uppercase;
	color: #fff;
	background: #77af03;
}
.services-single-price table tbody {
	width: 100%;
	padding: 20px 0;
}
.services-single-price table tbody td {
	padding: 15px 50px 11px;
	color: #8f8d8d;
}
.services-single-price table tbody td:first-child {
	color: #77af03;
}
.services-single-price table tbody tr:first-child > td {
	padding: 35px 50px 11px;
}
.services-single-price table tbody tr:last-child > td {
	padding: 15px 50px 31px;
}



/* Services-single-technologies section (centered images-container) */
.services-single-technologies {
	display: block;
	padding-top: 28px;
	padding-bottom: 35px;
	background: #7ab202;
}
.services-single-technologies-text-title {
	margin: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 24px;
	/*font-weight: 600;*/
	text-align: center;
	color: #fff;
}
.services-single-technologies-elems-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}
.services-single-technologies-elem {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: calc(20% - 30px);
	margin: 50px 15px 0;
	/*margin: 20px 20px 0;*/
}
.services-single-technologies-elem img {
	/*max-width: 100%;*/
	max-width: 120px;
	max-height: 70px;
}



/* Services-single-portfolio section (slider section: left img-container and right text-container) */
.services-single-portfolio {
	display: block;
	padding-top: 70px;
	padding-bottom: 78px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f8f7f7;
}
.services-single-portfolio-text-title {
	display: block;
	margin: 0 auto;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	color: #383838;
}
.services-single-portfolio-slider-container {
	position: relative;
	margin-top: 55px;
}
.services-single-portfolio-slider {
	width: 970px;
	margin: 0 auto;
	background: #fff;
	border-radius: 6px;
	box-shadow: 2px 2px 4px 0 rgba(0,0,0,.18);
}
.services-single-portfolio-slider-prev {
	margin-top: 0;
	top: calc(50% - 54px);
	left: 0;
	width: 30px;
	height: 54px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im04OC42LDEyMS4zYzAuOCwwLjggMS44LDEuMiAyLjksMS4yczIuMS0wLjQgMi45LTEuMmMxLjYtMS42IDEuNi00LjIgMC01LjhsLTUxLTUxIDUxLTUxYzEuNi0xLjYgMS42LTQuMiAwLTUuOHMtNC4yLTEuNi01LjgsMGwtNTQsNTMuOWMtMS42LDEuNi0xLjYsNC4yIDAsNS44bDU0LDUzLjl6IiBmaWxsPSIjNzdhZjAzIi8+CiAgPC9nPgo8L3N2Zz4K);
	background-size: cover;
	outline: none;
}
.services-single-portfolio-slider-next {
	margin-top: 0;
	top: calc(50% - 54px);
	right: 0;
	width: 30px;
	height: 54px;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iIzc3YWYwMyIvPgogIDwvZz4KPC9zdmc+Cg==);
	background-size: cover;
	outline: none;
}
.services-single-portfolio-slider-pagination {
    position: absolute;
    width: 100%;
    margin-top: 30px;
}
.services-single-portfolio-slider-pagination .swiper-pagination-bullet {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	opacity: 1;
	border-radius: 100%;
	background: #d7d7d7;
	transition: .3s;
	box-shadow: inset 1px 1px 3px rgba(0,0,0,.3);
	outline: none;
}
.services-single-portfolio-slider-pagination .swiper-pagination-bullet-active {
	opacity: 1;
	background: #77af03;
}
.services-single-portfolio-slide {
	background: #fff;
}
.services-single-portfolio-slide-inner-container {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	padding: 75px 100px;
	opacity: 0;
	transform: translateX(-35px);
	transition: all .5s ease;
}
.swiper-slide-active .services-single-portfolio-slide-inner-container {
	opacity: 1;
	transform: translate(0);
	transition-delay: 0.3s;
}
.services-single-portfolio-slide-img-container {
    display: block;
    width: calc(50% - 40px);
    opacity: 0;
    transform: translateX(-35px);
    transition: all .5s ease;
}
.swiper-slide-active .services-single-portfolio-slide-img-container {
    opacity: 1;
    transform: translate(0);
    transition-delay: 0.6s;
    animation-name: none !important;
}
.services-single-portfolio-slide-img-screen {
    display: block;
    width: 100%;
    height: 200px;
	position: relative;
    background-size: calc(100% - 14px);
    background-position: center 9px;
	background-repeat: no-repeat;
	border-radius: 10px 10px 0 0;
}
.services-single-portfolio-slide-img-screen:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 10px solid #1a1b1e;
	border-radius: 10px 10px 0 0;
	filter: contrast(80%);
}
.services-single-portfolio-slide-img-bottom {
    max-width: 100%;
    width: 100%;
}
.services-single-portfolio-slide-text-container {
	width: 50%;
	padding-left: 40px;
}
.services-single-portfolio-slide-text-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
	/*font-weight: 600;*/
	text-transform: uppercase;
	line-height: 33px;
	color: #383838;
	opacity: 0;
	transform: translateX(-35px);
	transition: all .5s ease;
}
.swiper-slide-active .services-single-portfolio-slide-text-title {
	opacity: 1;
	transform: translate(0);
	transition-delay: 0.9s;
	animation-name: none !important;
}
.services-single-portfolio-slide-text-type {
	display: block;
	margin: 15px auto 0;
	opacity: 0;
	transform: translateX(-35px);
	transition: all .5s ease;
	font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 14px;
    text-transform: uppercase;
	color: #8f8f8f;
}
.swiper-slide-active .services-single-portfolio-slide-text-type {
	opacity: 1;
	transform: translate(0);
	transition-delay: 1.2s;
	animation-name: none !important;
}
.services-single-portfolio-slide-text-desc {
	display: block;
	margin: 13px auto 0;
	opacity: 0;
	transform: translateX(-35px);
	transition: all .5s ease;
	font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	color: #8f8f8f;
}
.services-single-portfolio-slide-text-desc p:last-child {
	margin-bottom: 0;
}
.swiper-slide-active .services-single-portfolio-slide-text-desc {
	opacity: 1;
	transform: translate(0);
	transition-delay: 1.2s;
	animation-name: none !important;
}
.services-single-portfolio-slide-btn-more-container {
	display: flex;
	align-items: center;
	width: 100%;
	margin-top: 32px;
	opacity: 0;
	transform: translateX(-35px);
	transition: all .5s ease;
}
.swiper-slide-active .services-single-portfolio-slide-btn-more-container {
	opacity: 1;
	transform: translate(0);
	transition-delay: 1.5s;
	animation-name: none !important;
}
.services-single-portfolio-slide-btn-more {
	min-width: 180px;
	padding: 8px 15px 10px;
	font-size: 16px;
	text-align: center;
	line-height: 1;
	color: #fff;
	background: #6da306;
	border: 2px solid #6da306;
	border-radius: 30px;
	transition: .5s;
	text-decoration: none;
	outline: none;
}
.services-single-portfolio-slide-btn-more:hover, .services-single-portfolio-slide-btn-more:focus {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}



/* Services-single-portfolio-mobile section (slider section: left img-container and right text-container, for mobile portfolio) */
.services-single-portfolio-mobile .services-single-portfolio-slide-inner-container {
	padding: 40px 50px;
}
.services-single-portfolio-mobile .services-single-portfolio-slide-img-container {
	width: 50%;
}
.services-single-portfolio-mobile .services-single-portfolio-slide-img-container img {
	max-width: 100%;
	width: 100%;
}



/* Points-with-images section (points with images,lines and text, WITHOUT section's background) */
.points-with-images {
    display: block;
    padding-top: 70px;
    padding-bottom: 76px;
    /*padding-bottom: 59px;*/
}
.points-with-images-text-title {
    margin: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /*font-weight: 600;*/
    text-align: center;
    line-height: 30px;
    color: #383838;
}
.points-with-images-elems-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    margin-top: 50px;
}
.points-with-images-elem {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}
.points-with-images-elem-image-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    min-width: 75px;
    visibility: hidden;
}
.points-with-images-elem:nth-child(2n) .points-with-images-elem-image-container {
    order: 3;
    margin-bottom: 0;
    align-items: flex-start;
}

/* Svg icons styling */
.points-with-images-elem-image-container svg {
    display: inline-block;
    width: 75px;
    height: 75px;
    fill: #6da306;
}

/* IMG styling if there's no SVG */
.points-with-images-elem-image-container img {
    width: 75px;
}
/* */

.points-with-images-elem-line-container {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    margin: 40px 0;
}
.points-with-images-elem:nth-child(2n) .points-with-images-elem-line-container {
    order: 2;
}
.points-with-images-elem-line-left {
    display: block;
    width: 50%;
    height: 2px;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
    background: #6da306;
    visibility: hidden;
}
.points-with-images-elem:first-child .points-with-images-elem-line-left {
    background: transparent;
}
.points-with-images-elem-line-right {
    display: block;
    width: 50%;
    height: 2px;
    position: absolute;
    top: calc(50% - 2px);
    right: 0;
    background: #6da306;
    visibility: hidden;
}
.points-with-images-elem:last-child .points-with-images-elem-line-right {
    background: transparent;
}
.points-with-images-elem-point {
    display: block;
    width: 20px;
    height: 20px;
    background: #6da306;
    border-radius: 50%;
    visibility: hidden;
}

.points-with-images-elem-desc {
    display: flex;
    margin: 0 40px 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 12px;
    text-align: center;
    color: #676767;
    visibility: hidden;
}
.points-with-images-elem:nth-child(2n) .points-with-images-elem-desc {
    order: 1;
    align-items: flex-end;
}
.points-with-images-elem-desc p {
    display: inline;
    margin-bottom: 0;
}



/* Points-with-images-w-bg section (points with images,lines and text, WITH image/color section's background) */
.points-with-images-w-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #f8f7f7;
}



/* Points-with-count section (points with count,lines and text, WITHOUT section's background) */
.points-with-count {
    display: block;
    padding-top: 70px;
    /*padding-bottom: 76px;*/
    padding-bottom: 59px;
}
.points-with-count-text-title {
    margin: 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /*font-weight: 600;*/
    text-align: center;
    line-height: 30px;
    color: #383838;
}
.points-with-count-text-subtitle {
    display: block;
    margin: 25px auto 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    text-align: center;
    color: #8f8f8f;
}

.points-with-count-elems-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: stretch;
    margin-top: 50px;
}
.points-with-count-elem {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    position: relative;
}

.points-with-count-elem-line-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    position: relative;
    width: 100%;
}
.points-with-count-elem:nth-child(2n) .points-with-count-elem-line-container {
    order: 3;
    margin-bottom: 0;
    align-items: flex-start;
}

.points-with-count-elem-line-inner-container {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 50px;
	position: relative;
}
.points-with-count-elem:nth-child(2n) .points-with-count-elem-line-inner-container {
    order: 3;
}

.points-with-count-elem-line-right {
	display: block;
	position: absolute;
	top: 25px;
	border-bottom: 3px dotted #ccc;
	transform-origin: 0;
}
.points-with-count-elem:last-child .points-with-count-elem-line-right {
	display: none;
}

.points-with-count-elem-point {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    min-width: 50px;
    height: 50px;
	z-index: 1;
	background: linear-gradient(to bottom, #7ab202, #619709);
	border-radius: 50%;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 29px;
    /*font-weight: 600;*/
    text-align: center;
    text-transform: uppercase;
	color: transparent;
	transition: .5s;
}
.points-with-count-elem-point-active {
	color: #fff;
	animation: point-pulse;
	animation-duration: 1s;
	animation-timing-function: ease-in-out;
	/*animation-delay: .2s;*/
}
@keyframes point-pulse {
	0% {
		box-shadow: 0 0 0 0 rgba(97,151,9,.7);
	}
	70% {
		box-shadow: 0 0 0 12px rgba(97,151,9,0);
	}
	100% {
		box-shadow: 0 0 0 0 rgba(97,151,9,0);
	}
}

.points-with-count-elem-desc {
    display: flex;
    padding: 35px 0 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 12px;
    text-align: center;
	word-break: break-word;
    color: #676767;
}
.points-with-count-elem:nth-child(2n) .points-with-count-elem-desc {
    order: 1;
    align-items: flex-end;
    padding: 0 0 35px;
}
.points-with-count-elem-desc p {
    display: inline;
    margin-bottom: 0;
}



/* Points-with-count section (points with count,lines and text, WITH image/color section's background) */
.points-with-count-w-bg {
	display: block;
	padding-top: 70px;
	/*padding-bottom: 76px;*/
	padding-bottom: 59px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #f8f7f7;
}



/* Img-n-text-w-icons-three-columns section (left & right text containers, centered image container, WITHOUT image/color section's background) */
.img-n-text-w-icons-three-columns {
    display: block;
    padding-top: 78px;
    padding-bottom: 81px;
}
.img-n-text-w-icons-three-columns-text-title {
	margin: 0;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Montserrat Semi Bold', sans-serif;
	font-size: 29px;
	/*font-weight: 600;*/
	text-align: center;
	line-height: 30px;
	color: #fff;
}
.img-n-text-w-icons-three-columns-text-subtitle {
    display: block;
    margin: 25px auto 0;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    text-align: center;
	color: #fff;
}

.img-n-text-w-icons-three-columns-inner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 65px;
	padding: 0 15px;
}
.img-n-text-w-icons-three-columns-elems-container {
    display: flex;
    flex-direction: column;
}
.img-n-text-w-icons-three-columns-elem {
    display: flex;
	align-items: center;
    width: 100%;
	min-height: 70px;
	margin-top: 35px;
}
.img-n-text-w-icons-three-columns-elem:first-child {
	margin-top: 0;
}
.img-n-text-w-icons-three-columns-elem-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	min-width: 60px;
	height: 60px;
	background: #fff;
	border-radius: 50%;
}
/* Svg icons styling */
.img-n-text-w-icons-three-columns-elem-image-container svg {
	display: block;
	width: 30px;
	height: 30px;
	fill: #619609;
}

/* IMG styling if there's no SVG */
.img-n-text-w-icons-three-columns-elem-image-container img {
	width: 30px;
	filter: brightness(300%);
}
/* */

.img-n-text-w-icons-three-columns-elem-desc {
	margin-left: 30px;
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 18px;
	line-height: 23px;
	color: #fff;
}
.img-n-text-w-icons-three-columns-elem-desc p {
	margin-bottom: 0;
}

/* left container */
.img-n-text-w-icons-three-columns-left {
	flex: 1;
    padding-right: 90px;
}
.img-n-text-w-icons-three-columns-left .img-n-text-w-icons-three-columns-elem {
	justify-content: flex-end;
	text-align: right;
}
.img-n-text-w-icons-three-columns-left .img-n-text-w-icons-three-columns-elem-image-container {
	order: 2;
}
.img-n-text-w-icons-three-columns-left .img-n-text-w-icons-three-columns-elem-desc {
	order: 1;
	margin-left: 0;
	margin-right: 30px;
}

/* center container */
.img-n-text-w-icons-three-columns-center {
    display: flex;
    align-items: center;
	flex: 1;
	max-width: 230px;
    padding: 0;
}
.img-n-text-w-icons-three-columns-center-img-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: relative;
}
.img-n-text-w-icons-three-columns-center-img {
    max-width: 100%;
}
.img-n-text-w-icons-three-columns-center-img-inner {
    max-width: 130px;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
	top: calc(50% - 50px);
	left: calc(50% - 65px);
}

/* right container */
.img-n-text-w-icons-three-columns-right {
	flex: 1;
    padding-left: 90px;
}



/* Img-n-text-w-icons-three-columns section (left & right text containers, centered image container, WITH image/color section's background) */
.img-n-text-w-icons-three-columns-w-bg {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}



/* Services-order section (order contact form) */
.services-order {
	width: 100%;
	padding-top: 68px;
    padding-bottom: 77px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.services-order-text-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 0 15px;
}
.services-order-text-title {
	margin-top: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Semi Bold', sans-serif;
    font-size: 30px;
	/*font-weight: 600;*/
	text-align: center;
	color: #fff;
	line-height: 1.1;
}
.services-order-text-subtitle {
	margin-top: 16px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
	text-align: center;
	color: #fff;
}
.services-order-form {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	width: 600px;
	margin-top: 30px;
}
.services-order-form .form-input {
	margin: 0 0 15px;
	border-radius: 2px;
	text-align: left;
}
.services-order-form .form-input-half {
	width: calc(50% - 7.5px);
}
.services-order-form .form-input-full {
	width: 100%;
}
.services-order-form .form-textarea {
	border-radius: 2px;
	text-align: left;
}
.services-order-form .form-submit-btn {
	margin: 30px auto 0;
}
.services-order-form .custom-select {
	margin: 0 0 15px;
	text-align: left;
}
.services-order-form .custom-select .select-selected {
	text-align: left;
	border-radius: 2px;
}
.services-order-form .select-selected.select-arrow-active {
	border-radius: 2px 2px 0 0;
}
.services-order-form .custom-select .select-items {
	text-align: left;
	border-radius: 0 0 2px 2px;
}



/* Default text block */
.page-text-content {
	padding-bottom: 60px;
}
.page-text-content img {
	max-width: 100%;
}



/* Contact forms */
.form-input {
    width: 220px;
    margin: 0 7.5px;
    padding: 8px 15px;
    /*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    color: #333;
    background: #fff;
    border: none;
    border-radius: 30px;
    outline: none;
	box-shadow: inset 3px 3px 5px 0 rgba(0,0,0,0.1);
	transition: .3s;
}
.form-input:focus {
    box-shadow: none;
}
input::placeholder, ::-webkit-input-placeholder {
	color: #8f8f8f;
	line-height: initial;
}
.form-textarea {
    width: 100%;
    min-width: 100%;
    min-height: 100px;
    max-height: 250px;
	padding: 8px 15px;
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 21px;
	color: #333;
	background: #fff;
    border: none;
    border-radius: 20px;
    outline: none;
	box-shadow: inset 3px 3px 5px 0 rgba(0,0,0,0.1);
	transition: .3s;
}
.form-textarea:focus {
    box-shadow: none;
}
.form-submit-btn {
    min-width: 250px;
    margin: 0 7.5px;
    padding: 10px 15px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #fff;
    background: #6da306;
    border: 2px solid #6da306;
    border-radius: 30px;
    transition: .5s;
    outline: none;
}
.form-submit-btn:hover, .form-submit-btn:focus {
    text-decoration: none;
    color: #6da306;
    background: transparent;
}
/* Custom select */
.custom-select {
	position: relative;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
}
/* hide original SELECT element */
.custom-select select {
	/*display: none;*/
	width: 100%;
	height: 38px;
    position: absolute;
    z-index: -1;
    opacity: 0;
    pointer-events: none;
}
.select-selected {
	padding: 8px 16px;
	font-size: 16px;
	text-align: center;
	color: #8f8f8f;
	background: #fff;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	border-radius: 30px;
	box-shadow: inset 3px 3px 5px 0 rgba(0,0,0,0.1);
	cursor: pointer;
	transition: .15s;
}
.select-selected.select-arrow-active {
	border-radius: 19px 19px 0 0;
	box-shadow: none;
}
/*style the arrow inside the select element:*/
.select-selected:after {
	position: absolute;
	content: "";
	top: 17px;
	right: 10px;
	width: 0;
	height: 0;
	border: 6px solid transparent;
	border-color: #8f8f8f transparent transparent transparent;
	transition: .2s;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
	border-color: transparent transparent #8f8f8f transparent;
	top: 9px;
}
/*style the items (options), including the selected item:*/
.select-items div {
	padding: 6px 16px;
	color: #8f8f8f;
	border: 1px solid transparent;
	border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
	cursor: pointer;
	transition: .2s;
}
/*style items (options):*/
.select-items {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 99;
	text-align: center;
	border-radius: 0 0 19px 19px;
	background-color: #fff;
	box-shadow: 0 2px 8px -1px rgba(0,0,0,.15);
	transition: .15s;
}
/*hide the items when the select box is closed:*/
.select-hide {
	/*display: none;*/
	opacity: 0;
	visibility: hidden;
	top: 50%;
}
.select-items div:hover, .same-as-selected {
	background-color: rgba(0, 0, 0, 0.1);
}



/* Modals */
.modal {
	text-align: center;
	padding: 0 !important;
}
.modal:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: 0; /* Adjusts for spacing */
}
.modal-dialog {
	display: inline-block;
	width: 450px;
	margin: 15px;
	text-align: left;
	vertical-align: middle;
}
.modal-dialog {
	width: 450px;
	margin: 15px;
}
.modal-content {
	padding: 35px 60px 40px 60px;
	border-radius: 0;
	background-color: #f3f4f6;
}
.modal .modal-close {
	position: absolute;
	top: 0;
	right: 0;
	/*width: 40px;*/
	padding: 10px;
	/*color: #6da306;*/
	color: #383838;
	background: transparent;
    font-family: "Open Sans Regular", sans-serif;
    /*font-size: 30px;*/
	/*font-weight: 700;*/
	font-size: 47px;
	font-weight: 400;
	line-height: 29px;
	text-shadow: none;
	opacity: 1;
	transition: .3s;
	outline: none;
}
.modal-close:hover {
	opacity: 1;
	color: #6da306;
	/*color: #f3f4f6;*/
	/*background: #6da306;*/
}
.modal-form-inner-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 15px;
}
.modal-form-left-container {
	width: calc(50% - 15px);
}
.modal-form-right-container {
	width: calc(50% - 15px);
}
.modal form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.modal-title {
	margin-bottom: 8px;
	padding: 0 25px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 18px;
	/*font-weight: 700;*/
	color: #383838;
	text-align: center;
	text-transform: uppercase;
}
 .modal-subtitle {
	margin-bottom: 0;
	padding: 0 10px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 16px;
	text-align: center;
	line-height: 17px;
	color: #8f8f8f;
}
.modal-input {
	width: 300px;
	margin-top: 15px;
	padding: 8px 38px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	text-align: center;
	text-decoration: none;
	color: #333;
	background: #fff;
	border: 1px solid #acabab;
	border-radius: 30px;
	transition: .3s;
	outline: none;
}
.modal-input:focus {
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.modal-textarea {
	width: 300px;
    max-width: 100%;
    min-height: 80px;
    max-height: 150px;
	margin-top: 15px;
	padding: 5px 38px 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
	text-align: center;
	text-decoration: none;
	line-height: 21px;
	color: #333;
	background: transparent;
	border: 1px solid transparent;
	border-bottom: 1px solid #acabab;
	border-radius: 0;
	transition: .3s;
	outline: none;
	box-shadow: none;
}
.modal-textarea:focus {
	box-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.modal-input-row {
	display: flex;
	align-items: center;
    padding: 0;
/*    border-top: 1px solid #acabab;
    border-left: 1px solid #acabab;
    border-right: 1px solid #acabab;
	background: #fff;*/
}
/*.modal-input-row:first-child {
    border-radius: 2px 2px 0 0;
}
.modal-input-row:last-child {
	border-radius: 0 0 2px 2px;
    border-bottom: 1px solid #acabab;
}*/
.modal-checkbox {
	display: none;
	margin-top: 0 !important;
	cursor: pointer;
}
.modal-checkbox-label {
	display: flex;
    align-items: center;
	width: 100%;
	margin-bottom: 0;
    padding: 10px 0;
    position: relative;
	font-family: 'Montserrat Regular', sans-serif;
    font-size: 14px;
    font-weight: normal;
	text-align: left;
	text-decoration: none;
	line-height: 15px;
	color: #333;
	cursor: pointer;
}
.modal-checkbox-label:before {
	content: '';
	display: inline-block;
	width: 18px;
	height: 18px;
	min-width: 18px;
	min-height: 18px;
	position: relative;
	top: -1px;
	margin-right: 12px;
	/*border: 0 solid transparent;*/
	border: 1px solid #acabab;
	border-radius: 3px;
	background: #fff;
	/*box-shadow: inset 2px -2px 5px -2px rgba(0,0,0,.5);*/
}
.modal-checkbox-label:after {
	content: "";
	display: inline-block;
    width: 11px;
    height: 11px;
    position: absolute;
    top: calc(50% - 7px);
    left: 4px;
	/*background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDQ0OC44IDQ0OC44IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0NDguOCA0NDguODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJjaGVjayI+CgkJPHBvbHlnb24gcG9pbnRzPSIxNDIuOCwzMjMuODUgMzUuNywyMTYuNzUgMCwyNTIuNDUgMTQyLjgsMzk1LjI1IDQ0OC44LDg5LjI1IDQxMy4xLDUzLjU1ICAgIiBmaWxsPSIjNmRhMzA2Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);*/
	/*background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDc4LjM2OSA3OC4zNjkiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDc4LjM2OSA3OC4zNjk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8cGF0aCBkPSJNNzguMDQ5LDE5LjAxNUwyOS40NTgsNjcuNjA2Yy0wLjQyOCwwLjQyOC0xLjEyMSwwLjQyOC0xLjU0OCwwTDAuMzIsNDAuMDE1Yy0wLjQyNy0wLjQyNi0wLjQyNy0xLjExOSwwLTEuNTQ3bDYuNzA0LTYuNzA0ICAgYzAuNDI4LTAuNDI3LDEuMTIxLTAuNDI3LDEuNTQ4LDBsMjAuMTEzLDIwLjExMmw0MS4xMTMtNDEuMTEzYzAuNDI5LTAuNDI3LDEuMTItMC40MjcsMS41NDgsMGw2LjcwMyw2LjcwNCAgIEM3OC40NzcsMTcuODk0LDc4LjQ3NywxOC41ODYsNzguMDQ5LDE5LjAxNXoiIGZpbGw9IiM2ZGEzMDYiLz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);*/
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTguMS4xLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDcwIDcwIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA3MCA3MDsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiPgo8Zz4KCTxnPgoJCTxnPgoJCQk8cGF0aCBkPSJNMjYuNDc0LDcwYy0yLjE3NiwwLTQuMjM0LTEuMDE4LTUuNTU3LTIuNzY0TDMuMDQ5LDQzLjYzOUMwLjcyNSw0MC41NywxLjMzLDM2LjIsNC4zOTksMzMuODc1ICAgICBjMy4wNzQtMi4zMjYsNy40NDEtMS43MTcsOS43NjYsMS4zNWwxMS43NTIsMTUuNTE4TDU1LjQ3NCwzLjI4NWMyLjAzNS0zLjI2NSw2LjMzMi00LjI2NCw5LjYwNC0yLjIzMiAgICAgYzMuMjY4LDIuMDM0LDQuMjY2LDYuMzM0LDIuMjMsOS42MDJsLTM0LjkxNiw1Ni4wNmMtMS4yMTMsMS45NDktMy4zMDcsMy4xNzUtNS42LDMuMjc5QzI2LjY4NSw2OS45OTgsMjYuNTgsNzAsMjYuNDc0LDcweiIgZmlsbD0iIzZkYTMwNiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	opacity: 0;
	visibility: hidden;
	transition: .2s;
}
.modal-checkbox-label-active:after {
	opacity: 1;
	visibility: visible;
}
.modal-submit-btn {
	display: block;
	width: 300px;
	margin-top: 30px;
	padding: 12px 29px;
    font-family: "Open Sans Bold", sans-serif;
    font-size: 16px;
	/*font-weight: 700;*/
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	line-height: 1;
	color: #fff;
	background: #6da306;
	border: 2px solid #6da306;
	border-radius: 30px;
	transition: .5s;
	outline: none;
}
.modal-submit-btn:hover, .modal-submit-btn:focus {
	text-decoration: none;
	color: #6da306;
	background: transparent;
}



/* Services order modal */
.services-modal .modal-dialog {
	width: 730px;
}
.services-modal .modal-content {
    padding: 35px 45px 40px;
}
.services-modal .modal-form-inner-container {
    margin-top: 27px;
}
.services-modal .modal-input {
	width: 100%;
	margin: 0 0 15px;
	padding: 8px 15px;
	border-radius: 2px;
	text-align: left;
}
.services-modal .modal-textarea {
    width: 100%;
    min-height: 96px;
    min-width: 100%;
    margin-top: 0;
    padding: 8px 15px;
    background: #fff;
    border: 1px solid #acabab;
    border-radius: 2px;
    text-align: left;
}
.services-modal .modal-submit-btn {
    width: auto;
    min-width: 200px;
    margin: 15px auto 0;
}



/* Video modals */
.video-modal .modal-dialog {
	width: 1170px;
	height: 640px;
	margin: 15px;
}
.video-modal .modal-content {
	width: 100%;
    height: 100%;
	padding: 0;
	background: #000;
	border-radius: 0;
}
.modal-close-container {
	width: 100%;
	height: 50px;
	position: relative;
}
.video-modal .modal-close {
	color: #fff;
}
.video-modal .modal-close:hover {
    color: #6da306;
}
.video-modal iframe {
    width: 100% !important;
    height: calc(100% - 50px) !important;
}



/* "Why us" section's modals */
.why-us-dev-modal .modal-dialog {
	width: 1030px;
	margin: 15px;
}
.why-us-dev-modal .modal-content {
	padding: 39px 0 0;
	background-color: #fff;
	border-radius: 0;
}
.why-us-dev-modal-header {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	padding: 0 49px 27px;
	background-color: #fff;
}
.why-us-dev-modal-text-container {
	width: calc(50% - 25px);
}
.why-us-dev-modal-text-title {
	width: 100%;
	margin-bottom: 0;
	font-family: 'Montserrat Semi Bold', sans-serif;
	font-size: 29px;
	text-align: left;
	line-height: 27px;
}
.why-us-dev-modal-text-desc {
	margin-top: 20px;
}
.why-us-dev-modal-text-desc p {
	margin-top: 15px;
	margin-bottom: 0;
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 13px;
	color: #8f8f8f;
}
.why-us-dev-modal-text-desc ul {
	margin-top: 15px;
	margin-bottom: 0;
	font-family: 'Montserrat Regular', sans-serif;
	font-size: 13px;
	color: #8f8f8f;
}
.why-us-dev-modal-image-container {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(50% - 25px);
	height: auto;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.why-us-dev-modal-image {
	width: auto;
	max-width: 100%;
}
.why-us-dev-modal .why-us-dev-modal-form {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	padding: 27px 49px 30px;
	background-color: #f3f4f6;
}
.why-us-dev-modal-form-title {
	width: 100%;
}
/*
.why-us-dev-modal-form .modal-input-phone {
	margin-left: 15px;
	margin-right: 15px;
}
*/
.why-us-dev-modal-form .modal-input {
	flex: 1;
	width: auto;
	max-width: 220px;
	margin-right: 15px;
	padding: 8px 30px;
}
.why-us-dev-modal-form .modal-input:nth-child(7) {
	margin-right: 0;
}
.modal-submit-btn-container {
	display: flex;
	justify-content: center;
	width: 100%;
	margin-top: 30px;
}
.why-us-dev-modal-form .modal-submit-btn {
	margin-top: 0;
}



/* Success & error modals */
.response-modal .modal-content {
	padding: 34px 60px 34px 60px;
}
.response-modal .modal-title {
	margin-bottom: 0;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Bold', sans-serif;
    font-size: 18px;
	/*font-weight: 700;*/
	text-align: center;
	text-transform: uppercase;
}
.response-modal .modal-subtitle {
	margin-top: 15px;
	margin-bottom: 0;
	padding: 0 10px;
	/*font-family: 'Montserrat', sans-serif;*/
    font-family: 'Montserrat Regular', sans-serif;
    font-size: 18px;
	text-align: center;
	line-height: 22px;
	color: #8f8f8f;
}



/* Preloader */
.preloader-container {
	position: relative;
}
.preloader {
	display: none;
	opacity: 0;
	position: absolute;
	bottom: -39px;
	left: 50%;
	margin-left: -32px;
}
.modal .preloader {
	display: none;
	opacity: 0;
	position: absolute;
	bottom: 8px;
	left: 50%;
	margin-left: -32px;
}
.lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 64px;
	height: 12px;
}
.lds-ellipsis div {
	position: absolute;
	top: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #6da306;
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
	left: 6px;
	animation: lds_ellipsis_1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
	left: 6px;
	animation: lds_ellipsis_2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
	left: 26px;
	animation: lds_ellipsis_2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
	left: 45px;
	animation: lds_ellipsis_3 0.6s infinite;
}
@keyframes lds_ellipsis_1 {
	0% {
		transform: scale(0);
	}
	100% {
		transform: scale(1);
	}
}
@keyframes lds_ellipsis_3 {
	0% {
		transform: scale(1);
	}
	100% {
		transform: scale(0);
	}
}
@keyframes lds_ellipsis_2 {
	0% {
		transform: translate(0, 0);
	}
	100% {
		transform: translate(19px, 0);
	}
}



/* Scroll to top button */
.back-top {
	display: none;
	height: 45px;
    width: 45px;
    position: fixed;
    right: 15px;
    bottom: 110px;
    z-index: 100;
    /*z-index: 1000;*/
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background: #6da306;
    border-radius: 50%;
    box-shadow: 1px 1px 7px rgba(0,0,0,.3);
    transform: scale(1);
    transition: .3s ease-in-out;
}
.back-top:after {
	content: '';
	display: block;
	width: 14px;
	height: 11px;
	margin: 0 auto;
	position: relative;
	top: 14px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDQ1MS44NDcgNDUxLjg0NiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDUxLjg0NyA0NTEuODQ2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTI0OC4yOTIsMTA2LjQwNmwxOTQuMjgxLDE5NC4yOWMxMi4zNjUsMTIuMzU5LDEyLjM2NSwzMi4zOTEsMCw0NC43NDRjLTEyLjM1NCwxMi4zNTQtMzIuMzkxLDEyLjM1NC00NC43NDQsMCAgIEwyMjUuOTIzLDE3My41MjlMNTQuMDE4LDM0NS40NGMtMTIuMzYsMTIuMzU0LTMyLjM5NSwxMi4zNTQtNDQuNzQ4LDBjLTEyLjM1OS0xMi4zNTQtMTIuMzU5LTMyLjM5MSwwLTQ0Ljc1TDIwMy41NTQsMTA2LjQgICBjNi4xOC02LjE3NCwxNC4yNzEtOS4yNTksMjIuMzY5LTkuMjU5QzIzNC4wMTgsOTcuMTQxLDI0Mi4xMTUsMTAwLjIzMiwyNDguMjkyLDEwNi40MDZ6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==);
}
.back-top:hover {
	background: rgba(132, 179, 42,.95);
	color: #fff;
}
.back-top.back-top-hide {
	visibility: hidden;
	transform: scale(0.5);
}



/*-------------------------------------------
Classes for reset some styles
--------------------------------------------*/
.no-padding-top {
	padding-top: 0;
}



/* Chat bot */
#lb_button-wrapper > div.lb-widget-panel.lb-widget-panel.is-chat-closed.is-theme-light.lb-widget-panel--position-right.is-theme-color-2.is-operator-connected {
	right: 15px;
	bottom: 15px;
	transition: .5s;
}
#lb_button-wrapper > div.lb-widget-panel.lb-widget-panel.is-theme-light.lb-widget-panel--position-right.is-theme-color-2.is-operator-connected.is-layout-balloon-closed.is-chat-opened {
	right: 15px;
	bottom: 15px;
}
#lb_widget-wrapper > div > div.lb-widget-button.is-opened {
	right: 15px;
	bottom: 15px;
}
.lb-widget-panel {
	bottom: 15px !important;
}



/* Media screens */
@media screen and (max-width: 1440px) {
	/* Disable grid and enable flexbox on mobile screens */
	.portfolio-dev-filters-container {
		margin-bottom: 15px;
	}
	.portfolio-dev-grid .portfolio-dev-elems-container {
		display: flex;
		justify-content: center;
	}
	.portfolio-dev-grid .portfolio-dev-elem {
		width: calc(33.3% - 30px);
		margin: 30px 15px 0;
	}
}

@media screen and (max-width: 1199px) {
	.top.top-padding {
		padding-top: 64px;
	}

	.header {
		position: relative;
		margin-top: 40px;
		min-height: 75px;
	}
	.header-inner-container {
		flex-flow: row wrap;
		width: 970px;
	}
	.header-call-container {
        align-items: center;
	}
	.header-mobile-nav-btn {
		display: flex;
        top: 2px;
	}
	.header-nav-container {
		display: none;
	}

	.header.header-sticky {
		position: fixed;
		margin-top: 0;
	}
	.header.header-sticky .header-call-container {
	    bottom: -1px;
	}
	.header.header-sticky .header-mobile-nav-btn {
		top: 0;
	}

	.seo-services-elem-title {
		font-size: 27px;
	}
	.work-plan-order-img {
		transform: rotateY(17deg) scale(1.1);
	}
	.portfolio-seo-text-title {
		max-width: 750px;
	}
	.portfolio-seo-slider {
		width: 750px;
	}
	.portfolio-seo-slide-left-container {
		width: 40%;
	}
	.portfolio-seo-slide-right-container {
		width: 60%;
		padding-left: 55px;
	}
	.portfolio-seo-slide-fullwidth-container {
		width: 100%;
		padding-top: 20px;
	}
	.portfolio-seo-slide-description-elem {
		margin-top: 20px;
	}

    .reviews-slider {
        width: 900px;
    }

	.portfolio-dev-elem-title {
		font-size: 17px;
		line-height: 22px;
	}

	.services-filter-btns-container {
		width: 100%;
		padding: 1px 13px;
	}

	.services-single-portfolio-slider {
		width: 750px;
	}
	.services-single-portfolio-slide-inner-container {
		padding: 70px;
	}
    .services-single-portfolio-slide-img-screen {
        height: 160px;
    }
	.services-single-portfolio-slide-text-container {
		padding-left: 30px;
	}

	.points-with-images-elem-desc {
		margin: 0 20px 0;
	}

	.services-single-img-n-text-w-icons-text-container {
		padding-left: 70px;
	}
	.services-single-img-n-text-w-icons-rtl .services-single-img-n-text-w-icons-text-container {
		padding-right: 70px;
	}

	.services-single-img-n-text-w-count-text-container {
		padding-left: 70px;
	}

	.services-single-price table thead td {
		padding: 25px 25px 23px;
	}
	.services-single-price table tbody td {
		padding: 15px 25px 11px;
	}
	.services-single-price table tbody tr:first-child > td {
		padding: 35px 25px 11px;
	}
	.services-single-price table tbody tr:last-child > td {
		padding: 15px 25px 31px;
	}

	.img-n-text-w-icons-three-columns-left {
		padding-right: 50px;
	}
	.img-n-text-w-icons-three-columns-right {
		padding-left: 50px;
	}

	.video-modal .modal-dialog {
		width: calc(100% - 30px);
	}
}

@media screen and (max-width: 1100px) {
	.modal:before {
		margin-right: -4px;
	}
	.tasks-modal .modal-dialog {
		width: calc(100% - 30px);
	}
	.tasks-modal-form .modal-input {
		margin-left: 7.5px !important;
		margin-right: 7.5px !important;
		min-width: 300px;
		max-width: 300px;
	}

	.why-us-dev-modal .modal-dialog {
		width: calc(100% - 45px);
	}
	/*
	.why-us-dev-modal-form .modal-input {
		margin-left: 7.5px;
		margin-right: 7.5px;
	}
	*/
	.why-us-dev-modal-form .modal-input {
		margin-left: 7.5px !important;
		margin-right: 7.5px !important;
		min-width: 300px;
		max-width: 300px;
	}
}

@media screen and (max-width: 991px) {
    .top {
        min-height: 610px;
    }
	/*.header {*/
		/*margin-top: 0;*/
	/*}*/
	.header-inner-container {
		width: 750px;
	}
	.top-text-title {
		font-size: 35px;
	}
	.top-text-desc {
	    margin-top: 2px;
	}
	.top-text-buttons-container {
		margin-top: 28px;
	}
	.top-video-btn-container {
        margin-top: 43px;
    }
	.top-mouse-btn {
		animation: none;
	}

	/*.content-header-text-container {
		flex-direction: column;
		justify-content: center;
	}
	.content-header-text-title {
		width: 100%;
		text-align: center;
	}
	.content-header-text-desc {
		width: 100%;
		margin-top: 20px;
		padding: 0;
		text-align: center;
	}*/

	.seo-services-elems-container {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
        margin-top: 28px;
		margin-left: 0;
		margin-right: 0;
	}
	.seo-services-elem {
		width: calc(50% - 15px);
		min-height: auto;
		margin-top: 30px;
		padding: 0;
	}
	.seo-services-elem:hover .seo-services-elem-inner-container {
		transform: none;
		box-shadow: none;
	}
	.consultation-form {
		width: 420px;
	}
	.consultation-form .form-input {
		margin: 0 0 15px;
		width: calc(50% - 7.5px);
	}
	.consultation-form .form-input:nth-child(2n+1) {
		margin-left: 15px;
	}
	.consultation-form .form-submit-btn {
		margin: 15px 0 0;
	}
    .form-input {
        width: 280px;
        margin: 15px 0 0;
    }
    .form-input:first-child {
        margin: 0;
    }
    .form-submit-btn {
        margin: 15px 0 0;
    }
	.work-plan-elem {
		min-width: 33.33%;
	}
	.work-plan-elem:nth-child(3n) .work-plan-elem-arrow {
		display: none;
	}
	.work-plan-order-slide {
		flex-wrap: wrap;
		min-height: auto;
		padding: 50px 40px 40px;
	}
	.work-plan-order-img-container {
		align-items: center;
		width: 100%;
	}
	.work-plan-order-img {
		left: -3px;
	}
	/*.work-plan-order-img-container img {*/
		/*display: block;*/
		/*margin: 0 auto;*/
		/*position: relative;*/
		/*top: 0;*/
		/*left: auto;*/
		/*width: auto;*/
		/*max-width: 100%;*/
		/*max-height: none;*/
		/*transform: none;*/
	/*}*/
	.work-plan-order-text-container {
		flex-direction: column;
		width: 100%;
		margin-top: 55px;
		padding: 0;
	}
    .work-plan-order-text-inner-container {
        justify-content: center;
    }
	.work-plan-order-icon-btn {
		display: none;
	}
	.work-plan-order-text {
		margin-left: 0;
		text-align: center;
	}
	.work-plan-order-btn-container {
		justify-content: center;
	}
	.portfolio-seo-text-title {
		max-width: calc(100% - 94px);
	}
	.portfolio-seo-slider {
		width: calc(100% - 94px);
	}
	.portfolio-seo-slide-left-container {
		width: 100%;
	}
	.portfolio-seo-slide-right-container {
		width: 100%;
		margin-top: 20px;
		padding-left: 0;
	}
    .reviews-slider {
        width: 680px;
    }
	.reviews-text-slide-top-pdf {
		width: 90px;
		min-width: 90px;
		height: 121px;
		margin-right: 40px;
	}
	.reviews-text-slide-top-pdf:after {
		width: 35px;
		height: 35px;
		transform-origin: 35px 35px;
	}
	.reviews-text-slide-top-desc-container {
		height: 131px;
	}
	.reviews-text-slide-top-desc {
		max-height: 123px;
		padding-right: 30px;
		top: 5px !important;
	}
	.reviews-text-slide-top-desc-container > .nano-pane {
		display: block !important;
	}
	.reviews-text-slide-top-desc-container > .nano-content {
		position: absolute;
		right: -17px !important;
		overflow: scroll;
		overflow-x: hidden;
	}

    .why-us-elems-container {
        max-width: none;
    }
	.portfolio-dev-elem {
		width: calc(50% - 30px);
	}
	
	.blog-inner-container {
	    flex-direction: column;
	}
	.blog-news-container {
	    width: 100%;
	}
	.blog-articles-container {
	    width: 100%;
	}
	.blog-articles-container .blog-elem {
	    flex-direction: column;
        flex: auto;
	}
	.blog-articles-container .blog-elem-image-container {
	    width: 100%;
	    height: 228px;
	}
	.blog-articles-container .blog-elem-text-container {
	    width: 100%;
	}
	.blog-elem-text-container {
	    padding: 32px 35px 31px;
	}
	.blog-elem-link {
		margin-top: 15px;
	    position: relative;
	    bottom: auto;
	    opacity: 1;
	    visibility: visible;
	}
	.blog-elem:hover .blog-elem-link {
		bottom: auto;
	}

	.contacts {
		height: auto;
		padding-top: 0;
	}
	.contacts .container {
		width: 100%;
	}
	.contacts-inner-container {
		justify-content: center;
		height: auto;
		margin: 0;
	}
	.contacts-text-container {
		width: 100%;
		padding: 70px 60px 72px;
		text-align: center;
		box-shadow: none;
	}
	.contacts-text-container-arrow {
		display: none;
	}
	.contacts-map {
		position: relative;
		height: 370px;
	}

	.seo-about-main-elems-container .seo-about-elem-title {
	    padding: 0;
	}

	.our-services-dev {
		padding-bottom: 80px;
	}
	.our-services-dev-elems-container {
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		margin-top: 15px;
		padding: 0 15px;
	}
	.our-services-dev-elem {
		width: calc(50% - 15px);
		min-height: auto;
		margin-top: 30px;
		padding: 0;
		background-image: url(../img/our-services-dev/service-elem-desc-bg.png);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		box-shadow: 0 1px 7px 3px rgba(0,0,0,.35);
	}
	.our-services-dev-elem-inner {
		position: relative;
		z-index: auto;
		overflow: initial;
		width: auto;
		height: auto;
		padding-bottom: 28px;
	}
	.our-services-dev-elem-inner-open {
		background: transparent;
	}
	.our-services-dev-elem-inner-shadow {
		box-shadow: none;
	}
	.our-services-dev-elem-image {
		filter: brightness(300%);
	}
	.our-services-dev-elem-desc {
		display: block !important;
	}
	.our-services-dev-elem-btn-container {
		display: none;
	}

	.technologies-dev-elem {
	    width: calc(25% - 30px);
	}

	.portfolio-dev-filters-btn-all, .portfolio-dev-filters-btn {
	    padding: 10px 15px 8px;
	}
	/*
	.portfolio-dev-grid .portfolio-dev-elems-container {
		grid-template-columns: auto auto;
	}
	.portfolio-dev-grid .portfolio-dev-elem {
		grid-column: auto;
		grid-row: auto;
	}
	*/
	.portfolio-dev-grid .portfolio-dev-elem {
		width: calc(50% - 30px);
	}

    .portfolio-single-client-elem {
        flex: auto;
    }
	.portfolio-single-adaptive-notebook-img-container {
		background-position: center 50px;
	}

	.services-filter-btn {
		flex: none;
		width: calc(20% - 2px);
	}

    .services-single-intro-elem {
        height: 250px;
    }
	.services-single-intro-img-center .services-single-intro-elem {
		height: auto;
	}

	.services-single-portfolio-slider {
		width: calc(100% - 94px);
	}
	.services-single-portfolio-slide-inner-container {
		padding: 50px;
	}
    .services-single-portfolio-slide-img-screen {
        height: 140px;
    }
	.services-single-portfolio-slide-text-container {
		padding-left: 20px;
	}

	.points-with-images-elem-desc {
		margin: 0;
	}

	.services-single-img-n-text-w-icons-text-container {
		padding-left: 50px;
	}
	.services-single-img-n-text-w-icons-rtl .services-single-img-n-text-w-icons-text-container {
		padding-right: 50px;
	}

	.services-single-img-n-text-w-count-text-container {
		padding-left: 50px;
	}

	.services-single-price table thead td {
		padding: 25px 15px 23px;
	}
	.services-single-price table tbody td {
		padding: 15px 15px 11px;
	}
	.services-single-price table tbody tr:first-child > td {
		padding: 35px 15px 11px;
	}
	.services-single-price table tbody tr:last-child > td {
		padding: 15px 15px 31px;
	}

	.contacts-page-map {
	    height: 370px;
	}

	.services-single-text-w-icons-two-columns .services-single-text-w-icons-elem {
		width: 100%;
	}
	.services-single-text-w-icons-two-columns .services-single-text-w-icons-elem-desc p {
		padding-right: 0;
	}

	.services-single-img-n-text-w-count-half-width-columns .services-single-img-n-text-w-count-img-container {
	    padding-right: 50px;
	}

	.services-single-img-n-text-w-count-rtl .services-single-img-n-text-w-count-text-container {
        padding-right: 50px;
    }

    .services-single-portfolio-mobile .services-single-portfolio-slide-inner-container {
	    padding: 71px 15px 45px;
	}

	.img-n-text-w-icons-three-columns-inner {
		flex-wrap: wrap;
		align-items: normal;
	}
	.img-n-text-w-icons-three-columns-center {
		order: 1;
		flex: auto;
		width: 100%;
		max-width: none;
	}
	.img-n-text-w-icons-three-columns-center-img-container {
		max-width: 230px;
		margin: 0 auto;
	}
	.img-n-text-w-icons-three-columns-left {
		order: 2;
		flex: auto;
		width: 50%;
		margin-top: 50px;
	}
	.img-n-text-w-icons-three-columns-right {
		order: 3;
		flex: auto;
		width: 50%;
		margin-top: 50px;
	}

	.services-single-technologies-elem {
		width: calc(25% - 30px);
	}

	.video-modal .modal-dialog {
	    height: 550px;
	}
}

@media screen and (max-width: 768px) {
	.top {
		height: auto;
        min-height: auto;
	}
	.header {
		padding: 0 15px;
	}
	.header-inner-container {
		width: 100%;
	}
	.top-text {
		margin-top: 26px;
		padding: 0 15px;
	}
	.top-text-desc {
	    margin-top: 0;
	}

	.top-text-title {
		font-size: 27px;
	}
	.section-title {
		font-size: 27px;
	}
	h1 {
		font-size: 27px;
	}
	h2 {
		font-size: 21px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 12px;
	}
	/*.top-text-subtitle {
		font-size: 18px;
	}*/

	.top-text-buttons-container {
		margin-top: 26px;
	}
	.top-text-order-btn {
		min-width: 250px;
		padding: 10px 25px;
	}
	.top-text-download-btn {
		min-width: 230px;
		padding: 10px 11px;
	}
	.top-mouse-btn {
		margin: 53px auto 22px;
	}
	.content-header-text-container {
		padding: 0 15px;
	}
    .breadcrumbs {
        padding: 20px 15px 30px;
    }

    .page-text-content {
		padding: 0 15px 60px;
	}

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

	.tasks-text-title {
		padding: 0 15px;
		text-align: center;
	}
	.tasks-elems-container {
		margin-left: 0;
		margin-right: 0;
	}
	.commercial {
		padding-top: 119px;
		padding-bottom: 69px;
	}
	.commercial-inner-container {
		width: 100%;
		flex-direction: column;
		justify-content: center;
	}
	.commercial-text-container {
		margin-top: 70px;
		margin-left: 0;
		text-align: center;
	}
	.commercial-text-title {
	    font-size: 21px;
	    line-height: 24px;
	}
	.commercial-btn-container {
		margin: 29px auto 0;
	}
	.seo-services-elems-container {
		padding: 0 15px;
	}
	.seo-services-elem-inner-container {
        padding: 35px 15px 30px;
    }
    .seo-services-elem-title {
        font-size: 22px;
    }
    .seo-services-elem-desc ul {
        padding-left: 25px;
    }
    .seo-services-elem-desc li {
        padding-left: 7px;
    }
    .seo-services-elem-price {
        font-size: 24px;
    }
	.work-plan-text-title {
		text-align: center;
	}
	.work-plan .row {
		margin: 0;
	}
	.portfolio-seo .row {
		margin: 0;
	}
	.portfolio-seo-text-title {
		max-width: 100%;
		text-align: center;
	}
	.portfolio-seo-slider {
		width: 100%;
	}
	.portfolio-seo-slider-prev {
		width: 32px;
		/*height: 45px;*/
		height: 43px;
		margin-top: 0;
		/*top: -55px;*/
		top: 14px;
		left: auto;
		/*right: 0;*/
		right: 55px;
		background-color: #fff;
		background-size: 28px;
	}
	.portfolio-seo-slider-next {
		width: 32px;
		/*height: 45px;*/
		height: 43px;
		margin-top: 0;
		/*top: -55px;*/
		top: 14px;
		left: auto;
		/*right: 0;*/
		right: 15px;
		background-color: #fff;
		background-size: 28px;
	}
	.portfolio-seo-slide-title-inner-container {
		padding: 23px 95px 21px 38px;
	}

	.blog-inner-container {
	    padding: 0 15px;
	}

    .reviews .row {
        margin: 0;
    }
    .reviews-slider {
        width: calc(100% - 60px);
    }

	.clients .row {
        margin: 0;
    }

	.about-functionality-text-title {
		font-size: 24px;
	}
    .why-us {
        padding-bottom: 34px;
    }
    .why-us-inner-container {
        padding: 0 15px;
    }
    .why-us-img-container {
        display: none;
    }
    .why-us-text-container {
        width: 100%;
        padding-left: 0;
        text-align: center;
    }
    .why-us-elems-container {
        justify-content: center;
    }
    .why-us-elem {
        margin: 10px 25px 0;
    }
	.technical-task-buttons-container {
		margin-top: 22px;
	}
	.portfolio-dev-text-subtitle {
		margin: 20px auto 0;
		font-size: 14px;
	}
	.team-text-subtitle {
		margin: 20px auto 0;
		font-size: 14px;
	}
	.team-elems-container {
	    max-width: 500px;
	}

	.footer-inner-container {
		flex-flow: row wrap;
	}
	.footer-logo-container {
		padding-left: 15px;
	}
	.footer-soc-links-container {
		justify-content: flex-end;
	}
	.footer-soc-inst-link {
		margin-right: 0;
	}
	.footer-copyright-container {
		padding-right: 15px;
		text-align: center;
		width: 100%;
		margin-top: 15px;
	}
	.back-top {
		right: auto;
		left: 15px;
		bottom: 15px;
	}

	.seo-about {
	    padding-left: 15px;
	    padding-right: 15px;
	}
	.seo-about-elem {
	    flex: auto;
	}

	.portfolio-dev-filters-container {
		padding: 0 15px;
	}

	.portfolio-single-intro-inner-container {
		padding: 0 15px;
	}
	.portfolio-single-intro-text-title {
        font-size: 24px;
		line-height: 1.1;
	}
	.portfolio-single-intro-description-container {
		padding: 30px;
	}
    .portfolio-single-homepage-img-container {
        padding: 0 15px;
    }
	.portfolio-single-workplan-container {
		padding: 0 15px;
	}
	.portfolio-single-workplan-elem {
		margin-top: 35px;
	}
	.portfolio-single-workplan-elem-background {
		left: 0;
	}
	.portfolio-single-workplan-elem-title {
		font-size: 24px;
	}
	.portfolio-single-structure-img-container {
		padding: 0 15px;
	}
	.portfolio-single-audit-elems-container {
		max-width: 560px;
	}
	.portfolio-single-adaptive-elems-container {
		flex-direction: column;
		align-items: center;
	}
	.portfolio-single-adaptive-notebook {
		width: 640px;
	}
	.portfolio-single-adaptive-notebook-img-container {
		background-position: center 42px;
	}

	.portfolio-single-adaptive-mobile {
		margin: 31px 15px 0;
	}

	.portfolio-single-interface-style-title {
		font-size: 24px;
	}
	.portfolio-single-interface-ui-title {
		font-size: 24px;
	}
	.portfolio-single-interface-ui-img-container {
		padding: 0 15px;
	}

	.services-filter-btn {
		width: calc(33.3% - 10px);
	}

    .services-single-intro-elems-container {
        padding: 0 15px;
    }

	.services-single-img-n-text {
		padding-top: 73px;
		padding-bottom: 73px;
	}
	.services-single-img-n-text-inner-container {
		flex-direction: column;
		padding: 0 15px;
	}
	.services-single-img-n-text-img-container {
		width: 100%;
		padding-top: 31px;
		padding-right: 0;
		order: 2;
	}
	.services-single-img-n-text-img-container img {
		display: block;
		margin: 0 auto;
	}
	.services-single-img-n-text-text-container {
		width: 100%;
		text-align: center;
	}

    .services-single-img-n-text-rtl .services-single-img-n-text-text-container {
        padding-right: 0;
    }


	.services-single-portfolio .row {
		margin: 0;
	}
	.services-single-portfolio-slider {
		width: 100%;
	}
	.services-single-portfolio-slider-prev {
		width: 32px;
		height: 43px;
		margin-top: 0;
		top: 14px;
		left: auto;
		right: 55px;
		background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im04OC42LDEyMS4zYzAuOCwwLjggMS44LDEuMiAyLjksMS4yczIuMS0wLjQgMi45LTEuMmMxLjYtMS42IDEuNi00LjIgMC01LjhsLTUxLTUxIDUxLTUxYzEuNi0xLjYgMS42LTQuMiAwLTUuOHMtNC4yLTEuNi01LjgsMGwtNTQsNTMuOWMtMS42LDEuNi0xLjYsNC4yIDAsNS44bDU0LDUzLjl6IiBmaWxsPSIjRkZGRkZGIi8+CiAgPC9nPgo8L3N2Zz4K);
		background-color: #77af03;
		background-size: 28px;
	}
	.services-single-portfolio-slider-next {
		width: 32px;
		height: 43px;
		margin-top: 0;
		top: 14px;
		left: auto;
		right: 15px;
		background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAxMjkgMTI5IiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCAxMjkgMTI5IiB3aWR0aD0iMzJweCIgaGVpZ2h0PSIzMnB4Ij4KICA8Zz4KICAgIDxwYXRoIGQ9Im00MC40LDEyMS4zYy0wLjgsMC44LTEuOCwxLjItMi45LDEuMnMtMi4xLTAuNC0yLjktMS4yYy0xLjYtMS42LTEuNi00LjIgMC01LjhsNTEtNTEtNTEtNTFjLTEuNi0xLjYtMS42LTQuMiAwLTUuOCAxLjYtMS42IDQuMi0xLjYgNS44LDBsNTMuOSw1My45YzEuNiwxLjYgMS42LDQuMiAwLDUuOGwtNTMuOSw1My45eiIgZmlsbD0iI0ZGRkZGRiIvPgogIDwvZz4KPC9zdmc+Cg==);
		background-color: #77af03;
		background-size: 28px;
	}
	.services-single-portfolio-slide-inner-container {
		flex-direction: column;
		padding: 71px 15px 45px;
	}
	.services-single-portfolio-slide-img-container {
		width: 100%;
		max-width: 420px;
	}
    .services-single-portfolio-slide-img-screen {
        height: 250px;
    }
	.services-single-portfolio-slide-text-container {
		width: 100%;
		margin-top: 37px;
		padding-left: 0;
		text-align: center;
	}
	.services-single-portfolio-slide-text-title {
		font-size: 24px;
	}
	.services-single-portfolio-slide-text-type {
		margin: 12px auto 0;
	}
	/*.services-single-portfolio-slide-text-desc {
		margin: 22px auto 0;
	}*/
	.services-single-portfolio-slide-btn-more-container {
		justify-content: center;
		margin-top: 30px;
	}

    .services-single-img-n-text-w-icons-inner-container {
        flex-direction: column;
        align-items: center;
        padding: 0 15px;
    }
    .services-single-img-n-text-w-icons-text-container {
        width: 100%;
        padding-left: 0;
        order: 1;
    }
	.services-single-img-n-text-w-icons-rtl .services-single-img-n-text-w-icons-text-container {
		padding-right: 0;
	}
    .services-single-img-n-text-w-icons-img-container {
        width: 100%;
        order: 2;
        display: none;
    }

    .services-single-text-w-count-rtl .services-single-text-w-count-inner-container {
        max-width: none;
        margin-left: 0;
    }

	.services-single-img-n-text-w-count-inner-container {
		flex-direction: column;
		align-items: center;
		padding: 0 15px;
	}
	.services-single-img-n-text-w-count-text-container {
		width: 100%;
		padding-left: 0;
		order: 1;
	}
	.services-single-img-n-text-w-count-img-container {
		width: 100%;
		margin-top: 31px;
		order: 2;
		/*display: none;*/
	}
    .services-single-img-n-text-w-count-rtl .services-single-img-n-text-w-count-img-container {
        width: 100%;
    }

    .services-single-text-w-icons-inner-container {
        max-width: none;
        padding: 0 15px;
    }
    .services-single-text-w-icons-rtl .services-single-text-w-icons-inner-container {
        margin: 0;
    }

    .services-single-text-w-count-inner-container {
        padding: 0 15px;
    }

	.services-single-text-w-count-flex .services-single-text-w-count-elem {
		width: 100%;
	}

    .services-single-icons-w-text-row-elems-container {
        padding: 0 15px;
    }
    .services-single-icons-w-text-row-elem {
        flex: none;
        width: calc(33.3% - 30px);
    }

    .points-with-images .row {
        margin: 0;
    }
    .points-with-images-elems-container {
        max-width: 420px;
        margin: 28px auto 0;
    }
    .points-with-images-elem {
        flex: none;
        width: 100%;
        margin-top: 30px;
    }
    .points-with-images-elem-image-container {
        height: auto !important;
    }
    .points-with-images-elem:nth-child(2n) .points-with-images-elem-image-container {
        order: 1;
    }
    .points-with-images-elem-desc {
        height: auto !important;
        margin-top: 15px;
        font-size: 14px;
    }
    .points-with-images-elem:nth-child(2n) .points-with-images-elem-desc {
        order: 3;
    }
    .points-with-images-elem-line-container {
        display: none;
    }

    .points-with-count {
        padding-bottom: 73px;
    }
    .points-with-count-elems-container {
        align-items: flex-start;
        margin: 28px auto 0;
        padding: 0 15px;
    }
    .points-with-count-elem {
        flex: none;
        width: 33.3%;
        margin-top: 30px;
    }
    .points-with-count-elem-line-container {
        align-items: flex-start;
        height: auto !important;
    }
    .points-with-count-elem:nth-child(2n) .points-with-count-elem-line-container {
        order: initial;
    }
    .points-with-count-elem:nth-child(2n) .points-with-count-elem-desc {
        order: initial;
        padding: 0;
    }
    .points-with-count-elem-desc {
        height: auto !important;
        margin-top: 15px;
        padding: 0 15px;
        font-size: 14px;
		word-break: normal;
    }
    .points-with-count-elem-line-left, .points-with-count-elem-line-right {
        display: none;
    }

	.services-single-price {
		padding: 0 15px;
	}
	.services-single-price table {
		font-size: 13px;
	}
	.services-single-price table td {
		word-break: break-all;
	}
	.services-single-price table thead td {
		padding: 15px 15px 13px;
		font-size: 12px;
	}
	.services-single-price table thead td:first-child {
		word-break: normal;
	}
	.services-single-price table tbody td {
		padding: 10px 15px 6px;
		word-break: break-word;
	}
	.services-single-price table tbody tr:first-child > td {
		padding: 20px 15px 6px;
	}
	.services-single-price table tbody tr:last-child > td {
		padding: 10px 15px 16px;
	}

	.contacts-page-inner-container {
		flex-direction: column;
	    justify-content: center;
	    align-items: center;
	    padding: 0 15px;
	    text-align: center;
	}
	.contacts-page-text-block:first-child {
		margin-top: 0;
	}
	.contacts-page-text-block {
		margin-top: 25px;
	}

	.why-us-dev-elem-text-container {
		padding: 0;
	}

	.why-us-dev-modal-text-title {
		text-align: center;
	}
	.why-us-dev-modal-text-container {
		width: 100%;
	}
	.why-us-dev-modal-image-container {
		display: none;
	}
	
	.page-text-content table thead th {
	    font-size: 13px;
	    line-height: 15px;
	}
	.page-text-content th, .page-text-content td {
		font-size: 13px;
    	line-height: 15px;
	}

	.services-single-img-n-text-w-count-half-width-columns .services-single-img-n-text-w-count-img-container {
		width: 100%;
		padding-right: 0;
	}
	.services-single-img-n-text-w-count-half-width-columns .services-single-img-n-text-w-count-text-container {
		width: 100%;
	}

	.services-single-img-n-text-w-count-rtl .services-single-img-n-text-w-count-text-container {
        width: 100%;
        padding-right: 0;
    }
    .services-single-img-n-text-w-count-rtl .services-single-img-n-text-w-count-text-container {
        width: 100%;
    }

	.img-n-text-w-icons-three-columns-left {
		padding-right: 15px;
	}
	.img-n-text-w-icons-three-columns-right {
		padding-left: 15px;
	}
	.img-n-text-w-icons-three-columns-elem-desc {
		font-size: 16px;
		line-height: inherit;
	}

	.large-table-container {
		width: 100%;
	    overflow: auto;
	}

	.video-modal .modal-dialog {
	    height: 450px;
	}

	.modal-form-left-container {
	    width: 100%;
	}
	.modal-form-right-container {
	    width: 100%;
	    margin-top: 17px;
	}
	.services-modal .modal-textarea {
	    min-height: 80px;
	}

	.services-modal .modal-dialog {
		width: 450px;
	}
	.services-modal .modal-form-inner-container {
	    margin-top: 14px;
	}

	.services-single-work-plan-elem {
		width: calc(50% - 80px);
	}
	.services-single-work-plan-elem:nth-child(3) .services-single-work-plan-elem-arrow {
		display: block;
	}
	.services-single-work-plan-elem:nth-child(2n) .services-single-work-plan-elem-arrow {
		display: none;
	}

	.services-single-icon-n-text-elem-inner {
        padding: 20px 15px 20px 45px;
    }
}

@media screen and (max-width: 640px) {
	.top.no-animation {
		/*padding: 25px 0 30px;*/
		padding: 0 0 16px;
	}
    .top.no-animation .header {
        margin-top: 14px;
    }
    .top.top-padding {
    	padding-top: 50px;
    }

    .header {
        min-height: auto;
        margin-top: 14px;
    }
	.header-inner-container {
		flex-direction: column;
	}
    .logo-container {
        top: 0;
    }
    .logo-text {
        margin-bottom: 0;
    }
    .header-call-container {
        bottom: 0;
        margin-top: 9px;
    }
	/*.header-call-btn {
		font-size: 15.15px;
	}*/

	.header.header-sticky {
		min-height: 50px;
		margin-top: 0;
		padding-top: 5px;
	}
	.header.header-sticky .header-call-inner-container {
		align-items: flex-start;
		position: relative;
		top: -2px;
	}
	.header.header-sticky .logo-container {
		display: none;
	}
	.header.header-sticky .header-call-container {
		margin-top: 0;
		bottom: 0;
		width: 100%;
		justify-content: space-between;
		align-items: center;
	}
	.header.header-sticky .header-call-btn {
		display: none;
	}
    .header.header-sticky .header-mobile-nav-btn {
        top: -1px;
    }

    .top-text {
        margin-top: 26px;
    }
    .top-mouse-btn {
        margin: 43px auto 22px;
    }

	.work-plan-elems-container {
		justify-content: space-between;
		margin-top: 20px;
	}
	.work-plan-elem {
		flex: none;
		width: calc(33.33% - 10px);
		min-width: auto;
		min-height: 44px;
		margin-top: 8px;
	}
	.work-plan-elem-inner-container {
		flex-direction: row;
		justify-content: center;
		align-items: center;
		min-height: 38px;
		background: transparent;
		border: 2px solid #548108;
		border-radius: 30px;
		transition: .3s;
	}
	.work-plan-elem:hover .work-plan-elem-inner-container, .work-plan-elem-active .work-plan-elem-inner-container {
		background: #548108;
	}
	.work-plan-elem-image-container {
		display: none;
	}
	.work-plan-elem-image-container svg {
		width: 30px;
		height: 30px;
	}
	.work-plan-elem-image-container img {
		width: 30px;
	}
	.work-plan-elem-title {
		margin: 0;
		padding: 3px 15px;
		font-family: 'Montserrat Semi Bold', sans-serif;
		font-size: 14px;
		line-height: 15px;
		color: #548108;
	}
	.work-plan-elem:hover .work-plan-elem-title, .work-plan-elem-active .work-plan-elem-title {
		color: #fff;
	}
	.work-plan-elem-arrow, .work-plan-elem:nth-child(2n) .work-plan-elem-arrow, .work-plan-elem:nth-child(3n) .work-plan-elem-arrow {
		display: none;
	}

	.portfolio-seo-slide-title-inner-container {
		padding: 25px 95px 23px 15px;
		font-size: 16px;
	}
	.portfolio-seo-slide-inner-container {
		padding: 30px 15px;
	}
	.portfolio-seo-slide-chart-title {
		font-size: 16px;
	}
	.portfolio-seo-slide-description-elem-title {
		font-size: 16px;
	}
	.reviews-text-slide-top-container {
		padding: 17px 15px 16px 15px;
	}
	.reviews-text-slide-top-pdf {
		width: 50px;
		min-width: 50px;
		height: 65px;
		margin-right: 15px;
	}
	.reviews-text-slide-top-pdf:after {
		width: 25px;
		height: 25px;
		transform-origin: 25px 25px;
	}
	.reviews-text-slide-top-desc-container {
		margin-left: 0;
	}
	.reviews-text-slide-desc {
		padding-right: 23px;
	}
    
    .technologies-dev-elem {
	    width: calc(33.3% - 30px);
	}

    .portfolio-dev-filters-container {
        padding: 0 7.5px;
    }
    .portfolio-dev-filters-btn {
	    width: calc(33.33% - 15px);
	    min-width: auto;
	    min-height: 44px;
	    margin: 8px 7.5px 0;
	    padding: 3px 15px;
        font-family: 'Montserrat Semi Bold', sans-serif;
        font-size: 14px;
	    line-height: 15px;
        text-transform: none;
	    color: #548108;
	    border: 2px solid #548108;
    }
    .portfolio-dev-filters-btn-active {
    	color: #fff;
	    background: #548108;
	    border: 2px solid #548108;
	}
	.portfolio-dev-filters-btn:hover {
	    color: #fff;
	    background: #548108;
	}
	.portfolio-dev-filters-btn-active:hover {
	    color: #fff;
	    background: #548108;
	}
	.portfolio-dev-elems-container {
		max-width: 420px;
		margin: 0 auto;
		padding: 0 15px;
	}
	.portfolio-dev-elem {
		width: 100%;
		margin: 30px 0 0;
	}

	.footer {
		padding: 15px 0 24px;
	}
	.footer-logo-container {
		display: flex;
		justify-content: center;
		width: 100%;
	}
	.footer-soc-links-container {
		justify-content: center;
		width: 100%;
		margin-top: 28px;
	}
	.footer-soc-inst-link {
		margin-right: 15px;
	}
	.footer-copyright-container {
		margin-top: 23px;
	}

	.portfolio-dev-grid .portfolio-dev-elems-container {
		max-width: 420px;
		margin: 0 auto;
		padding: 0 15px;
		/*grid-template-columns: auto;*/
	}
	.portfolio-dev-grid .portfolio-dev-elem {
		width: 100%;
        max-width: none;
		margin: 30px 0 0;
	}

	.portfolio-single-adaptive-notebook {
		width: 460px;
	}
	.portfolio-single-adaptive-notebook-img-container {
		background-position: center 30px;
	}

	.portfolio-single-adaptive-tablet {
		width: 280px;
	}
	.portfolio-single-adaptive-tablet-img-container {
		min-height: 391px;
	}
	.portfolio-single-adaptive-tablet-img-container:after {
		width: calc(100% - 40px);
		left: 20px;
	}
	.portfolio-single-adaptive-tablet-img-site {
		width: calc(100% - 40px);
		padding-top: 34px;
	}

	.portfolio-single-adaptive-mobile {
		width: 190px;
		margin: 26px 15px 0;
	}
	.portfolio-single-adaptive-mobile-img-container {
		min-height: 381px;
	}
	.portfolio-single-adaptive-mobile-img-container:after {
		width: calc(100% - 24px);
		left: 12px;
	}
	.portfolio-single-adaptive-mobile-img-site {
		width: calc(100% - 24px);
		padding-top: 43px;
	}

	.services-filter-btns-container {
		padding: 10px 7.5px;
	}
	.services-filter-btn {
	    justify-content: center;
	    width: calc(33.3% - 15px);
	    min-height: 44px;
	    margin: 5px 7.5px;
	    padding: 5px;
	    border: 1px solid #fff;
	}
	.services-filter-btn-image {
		display: none;
	}
	.services-filter-btn-title {
		margin: 0;
	}

	.services-elems-container {
		max-width: 420px;
		margin: 0 auto;
	}
	.services-elem {
		width: 100%;
	}
	.services-elem-inner-container {
		padding: 35px 15px;
	}
	.services-elem-text-container {
		flex: none;
	}

    .services-single-intro-elems-container {
        flex-direction: column;
        align-items: center;
        max-width: 420px;
        margin: 10px auto 0;
    }
    .services-single-intro-elem {
        width: 100%;
    }
    .services-single-intro-elem:nth-child(2) {
        margin-left: 0;
    }

    .services-single-icons-w-text-row-elem {
        width: calc(50% - 30px);
    }

    .points-with-count-elem {
        width: 50%;
    }

	.services-single-price table thead td {
		padding: 15px 7.5px 13px;
		font-size: 11px;
	}
	.services-single-price table tbody td {
		padding: 10px 7.5px 6px;
	}
	.services-single-price table tbody tr:first-child > td {
		padding: 20px 7.5px 6px;
	}
	.services-single-price table tbody tr:last-child > td {
		padding: 10px 7.5px 16px;
	}

	.services-order-form {
		width: 100%;
	}
	.services-order-form .form-input-half {
		width: 100%;
	}

	.questions-form {
		width: 100%;
	}
	.questions-form .form-input-half {
		width: 100%;
	}

	.technologies-dev-filters-container {
        padding: 0 7.5px;
    }
    .technologies-dev-filters-btn {
	    width: calc(33.33% - 15px);
	    min-width: auto;
	    min-height: 44px;
	    margin: 8px 7.5px 0;
	    padding: 3px 15px;
        font-family: 'Montserrat Semi Bold', sans-serif;
        font-size: 14px;
	    line-height: 15px;
        text-transform: none;
	    color: #548108;
	    border: 2px solid #548108;
    }
    .technologies-dev-filters-btn-active {
    	color: #fff;
	    background: #548108;
	    border: 2px solid #548108;
	}
	.technologies-dev-filters-btn:hover {
	    color: #fff;
	    background: #548108;
	    border: 2px solid #548108;
	}
	.technologies-dev-filters-btn-active:hover {
	    color: #fff;
	    background: #548108;
	}

	.img-n-text-w-icons-three-columns-left {
		width: 100%;
		padding-right: 0;
	}
	.img-n-text-w-icons-three-columns-left .img-n-text-w-icons-three-columns-elem {
		justify-content: flex-start;
		text-align: left;
	}
	.img-n-text-w-icons-three-columns-left .img-n-text-w-icons-three-columns-elem-image-container {
		order: 1;
	}
	.img-n-text-w-icons-three-columns-left .img-n-text-w-icons-three-columns-elem-desc {
		order: 2;
		margin-left: 30px;
		margin-right: 0;
	}
	.img-n-text-w-icons-three-columns-right {
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}
	.img-n-text-w-icons-three-columns-elem {
		min-height: auto;
		margin-top: 30px;
	}

	.services-single-technologies-elem {
	    width: calc(33.3% - 30px);
	}

	.video-modal .modal-dialog {
	    height: 400px;
	}

    .child-services-elems-container {
        max-width: 420px;
        margin: 0 auto;
    }
    .child-services-elem {
        width: 100%;
        max-width: none;
    }

    .services-single-count-n-text-elems-container {
        margin-top: 5px;
    }
    .services-single-count-n-text-elem {
        width: 100%;
    }

    .services-single-icon-n-text-elems-container {
        margin-top: 5px;
    }
    .services-single-icon-n-text-elem {
        width: 100%;
    }
    .services-single-icon-n-text-btn-order {
        min-width: 200px;
        padding: 9px 15px;
        font-size: 16px;
    }
}

@media screen and (max-width: 560px) {
	.top-text {
		flex: none;
    }
	/*.top-text-title {
		font-size: 21px;
	}*/
	.top-text-subtitle {
		margin-bottom: 0;
		margin-top: 10px;
		/*margin-top: 16px;*/
	}
	.top-text-buttons-container {
		flex-direction: column;
		margin-top: 25px;
	}
	/*.top-text-order-btn {
		min-height: 35px;
		padding: 6px 25px;
		font-size: 16px;
	}*/
	.top-text-download-btn {
		min-height: 35px;
		margin-left: 0;
		margin-top: 20px;
		padding: 6px 11px;
	}
    .top-mouse-btn {
        margin: 41px auto 22px;
    }

	.tasks-elems-container {
		margin-top: 35px;
	}
	.tasks-elem {
		width: 100%;
		margin-top: 15px;
	}
	.tasks-elem:first-child {
		margin-top: 0;
	}
	.tasks-elem-text-container {
		font-size: 13px;
	}
	.main-services-elem {
	    margin-top: 35px;
	}
	.main-services-elem-link {
	    padding: 0;
	}
	.main-services-elem-title {
	    font-size: 13px;
	}
    .seo-services-elems-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
	.seo-services-elem {
		width: 100%;
	}
	.seo-services-elems-container {
        margin-top: 8px;
    }
	.modal .modal-dialog {
		width: calc(100% - 45px);
	}
	.modal .modal-content {
		padding: 35px 15px 40px;
	}
	.video-modal .modal-content {
		padding: 0;
	}

	.work-plan-order-slider-container {
		padding: 40px 0 80px;
	}
	.work-plan-order-slide {
		padding: 50px 15px 40px;
	}
	.work-plan-order-text-container {
		margin-top: 50px;
	}
	.work-plan-order-text {
		font-size: 14px;
	}

	.work-plan-elem {
		width: calc(50% - 7.5px);
		overflow: hidden;
	}

	.portfolio-seo-slider-container {
		margin-top: 35px;
	}

    .why-us {
        padding-bottom: 45px;
    }
    .why-us-elem {
        width: calc(50% - 30px);
        margin: 40px 10px 0;
        min-height: auto;
    }
	.technical-task-buttons-container {
		flex-direction: column;
	}
	.technical-task-order-audit-btn {
		min-height: 35px;
		padding: 6px 11px;
	}
	.technical-task-order-btn {
		min-height: 35px;
		margin-left: 0;
		margin-top: 20px;
		padding: 6px 11px;
	}

	.our-services-dev {
        background-image: none;
    }
	.our-services-dev-elem {
		width: 100%;
	}
	.our-services-dev-elems-container {
        margin-top: 8px;
    }

	.technologies-dev-elem {
	    margin: 35px 15px 0;
	}
	.technologies-dev-elem-image {
	    max-width: 110px;
	    max-height: 60px;
	}
	.portfolio-dev-elems-container {
		margin-top: 8px;
	}
	
	.seo-about-main-elems-container {
	    margin-top: 13px;
	}
	.seo-about-elem {
	    width: 100%;
	}

	.response-modal .modal-content {
		padding: 38px 15px 37px;
	}

	.portfolio-single-intro-description-container {
		padding: 15px;
	}
	.portfolio-single-intro-description-elem {
		flex-direction: column;
		margin-top: 20px;
	}
	.portfolio-single-intro-description-elem-title-container {
		justify-content: flex-start;
		min-width: auto;
	}
	.portfolio-single-intro-description-elem-text-container {
		padding-left: 0;
	}

	.services-filter-btn {
		width: calc(50% - 15px);
	}
	.services-filter-btn-image svg {
		width: 35px;
		height: 35px;
	}
	.services-filter-btn-image img {
		width: 35px;
	}

	.services-single-text-w-icons-elem-desc {
		margin-left: 15px;
		font-size: 14px;
	}

    .services-single-img-n-text-w-icons-elem-desc {
        margin-left: 15px;
        font-size: 14px;
    }

	.services-single-img-n-text-w-count-elem {
		padding-left: 45px;
		font-size: 14px;
	}

	.services-single-text-w-count-elem {
		padding-left: 45px;
		font-size: 14px;
	}
	.team-elems-container {
	    max-width: 100%;
	    margin: 10px auto 0;
	}
	.team-elem {
		width: 100%;
	    max-width: 260px;
	}

	.why-us-dev {
		padding-bottom: 55px;
	}
	.why-us-dev-modal-text-title {
        font-size: 20px;
    	line-height: 23px;
    }
	.why-us-dev-elems-container {
		margin-top: 35px;
	}
	.why-us-dev-elem {
		width: 100%;
		margin-top: 35px;
	}
	.why-us-dev-elem:first-child {
		margin-top: 0;
	}
	.why-us-dev-elem-image-container {
		min-height: auto;
	}
	.why-us-dev-elem-text-container {
		margin-top: 20px;
	}

	.why-us-dev-modal .modal-content {
		padding: 39px 0 0 !important;
	}
	.why-us-dev-modal-header {
	    padding: 0 15px 27px;
	}
	/*
	.why-us-dev-dev-modal-form .modal-input {
		margin-left: 0;
		margin-right: 0;
	}
	*/
	.why-us-dev-modal-form .modal-input {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	
	.technologies-dev-filters-container {
	    margin-top: 28px;
	    margin-bottom: 13px;
	}
	.technologies-dev-filters-btn {
	    width: calc(50% - 15px);
	    overflow: hidden;
	}

	.portfolio-dev-filters-btn {
        width: calc(50% - 15px);
        overflow: hidden;
    }

	.img-n-text-w-icons-three-columns-center-img-container {
		max-width: 180px;
	}
    .img-n-text-w-icons-three-columns-elem-desc {
	    margin-left: 15px;
	    font-size: 14px;
	}
	.img-n-text-w-icons-three-columns-left .img-n-text-w-icons-three-columns-elem-desc {
		margin-left: 15px;
	}

	/*.services-single-technologies-elem {
		width: calc(50% - 30px);
		margin: 20px 10px 0;
		min-height: auto;
	}*/
	.services-single-technologies-elem {
		margin: 35px 15px 0;
	}
	.services-single-technologies-elem img {
		max-width: 110px;
		max-height: 60px;
	}

	.video-modal .modal-dialog {
	    height: 340px;
	}
	.services-modal .modal-dialog {
		width: calc(100% - 45px);
	}

	.services-single-text-w-count-elem-desc,
	.services-single-img-n-text-w-count-elem-desc {
		font-size: 14px;
	}

	.services-single-work-plan-elem {
		width: calc(50% - 30px);
		margin: 45px 15px 0;
		padding-top: 5px;
	}
	.services-single-work-plan-elem-image-container {
		width: 100px;
		height: 100px;
	}
	.services-single-work-plan-elem-image-container svg {
		width: 45px;
		height: 45px;
	}
	.services-single-work-plan-elem-image-container img {
		max-width: 45px;
	}
	.services-single-work-plan-elem-image-container:before {
		width: 30px;
		height: 30px;
		top: -15px;
		left: -15px;
		font-size: 18px;
		line-height: 29px;
	}
	.services-single-work-plan-elem-image-container:after {
		width: 30px;
		min-width: 30px;
		height: 30px;
		top: -15px;
		left: -15px;
		border-radius: 6px;
	}
	.services-single-work-plan-elem-arrow {
		width: 36px;
		height: 20px;
		top: 43px;
		right: calc(-18px - 15px);
	}

	.services-single-count-n-text-elem-text {
        margin-left: 15px;
    }
}

@media screen and (max-width: 460px) {
	.consultation-form {
		width: 100%;
	}
	.consultation-form .form-input {
		width: 100%;
	}
	.consultation-form .form-input:nth-child(2n+1) {
		margin-left: 0;
	}
	.work-plan-order-img {
		width: 90%;
		height: 220px;
	}

	.seo-about-secondary-elems-container .seo-about-elem {
	    width: 100%;
	}

	.portfolio-single-workplan-elem {
		min-height: auto;
	}
	.portfolio-single-workplan-elem-background {
		display: none;
	}
	.portfolio-single-workplan-elem-text-container {
		margin-left: 15px;
	}

	.portfolio-single-adaptive-notebook {
		width: 360px;
	}
	.portfolio-single-adaptive-notebook-img-container {
		background-position: center 23px;
	}

	.portfolio-single-adaptive-tablet {
		width: 230px;
	}
	.portfolio-single-adaptive-tablet-img-container {
		min-height: 321px;
	}
	.portfolio-single-adaptive-tablet-img-container:after {
		width: calc(100% - 34px);
		left: 17px;
	}
	.portfolio-single-adaptive-tablet-img-site {
		width: calc(100% - 34px);
		padding-top: 28px;
	}

	.portfolio-single-adaptive-mobile {
		width: 160px;
		margin: 23px 15px 0;
	}
	.portfolio-single-adaptive-mobile-img-container {
		min-height: 321px;
	}
	.portfolio-single-adaptive-mobile-img-container:after {
		width: calc(100% - 20px);
		left: 10px;
	}
	.portfolio-single-adaptive-mobile-img-site {
		width: calc(100% - 20px);
		padding-top: 36px;
	}

    .services-single-portfolio-slide-img-screen {
        height: 220px;
    }

    .services-single-icons-w-text-row-elems-container {
        flex-direction: column;
    }
    .services-single-icons-w-text-row-elem {
        width: 100%;
        margin: 40px 0 0;
    }

    .page-text-content table thead th {
	    font-size: 12px;
	}
	.page-text-content th, .page-text-content td {
		font-size: 11px;
    	line-height: 14px;
	}

	.video-modal .modal-dialog {
	    height: 320px;
	}
}

@media screen and (max-width: 420px) {
	.work-plan-order-img {
		height: 190px;
	}

	/*.work-plan-elem {
		width: 100%;
	}*/

	.reviews-text-slide-desc {
		font-size: 13px;
	}
    .form-input {
        width: 100%;
    }
    .form-submit-btn {
        width: 100%;
    }
	.modal-input, .modal-textarea {
		width: 100%;
	}
	.modal-submit-btn {
		width: 100%;
		padding: 12px 5px;
		font-size: 14px;
	}

	.portfolio-single-audit-elem {
		width: 100%;
		max-width: 260px;
	}
    .portfolio-single-prototypes-elems-container {
        margin: 58px 15px 0;
    }
    .portfolio-single-prototypes-elem-img {
        width: 100%;
        margin: 0 0 30px;
    }
    .portfolio-single-innerpages-elems-container {
        margin: 58px 15px 0;
    }
    .portfolio-single-innerpages-elem-img {
        width: 100%;
        margin: 0 0 30px;
    }

    .services-single-intro-elem {
        height: 220px;
    }
	.services-single-intro-img-center .services-single-intro-elem {
		height: auto;
	}

    .points-with-count-elems-container {
        flex-direction: column;
        align-items: center;
    }
    .points-with-count-elem {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        width: 100%;
    }
    .points-with-count-elem-line-container {
        width: 50px;
    }
    .points-with-count-elem-desc {
        margin-top: 0;
        margin-left: 15px;
        text-align: left;
        padding: 0;
    }

    .services-single-portfolio-slide-img-screen {
        height: 200px;
    }

	.why-us-dev-modal .why-us-dev-modal-form {
		padding: 27px 15px 30px;
		flex-direction: column;
	}
	.why-us-dev-modal-form .modal-input {
		max-width: none;
		min-width: auto;
	}
	.why-us-dev-modal-form .modal-input {
		width: 100%;
		flex: none;
	}
	
	.technologies-dev-filters-container {
	    margin-bottom: 8px;
	}
	.technologies-dev-elem {
		width: calc(50% - 30px);
	}

	.services-single-technologies-elem {
	    width: calc(50% - 30px);
	}
}

@media screen and (max-width: 360px) {
	.header-mobile {
		width: 250px;
		left: -250px;
	}
	.header-mobile-opened {
		left: 0;
	}

	.work-plan-order-img {
		height: 160px;
	}
	.portfolio-single-adaptive-notebook {
		width: 280px;
	}
	.portfolio-single-adaptive-notebook-img-container {
		background-position: center 18px;
	}

	.portfolio-single-adaptive-tablet {
		width: 180px;
	}
	.portfolio-single-adaptive-tablet-img-container {
		min-height: 251px;
	}
	.portfolio-single-adaptive-tablet-img-container:after {
		width: calc(100% - 26px);
		left: 13px;
	}
	.portfolio-single-adaptive-tablet-img-site {
		width: calc(100% - 26px);
		padding-top: 21px;
	}

	.portfolio-single-adaptive-mobile {
		width: 120px;
		margin: 20px 15px 0;
	}
	.portfolio-single-adaptive-mobile-img-container {
		min-height: 241px;
	}
	.portfolio-single-adaptive-mobile-img-container:after {
		width: calc(100% - 16px);
		left: 8px;
	}
	.portfolio-single-adaptive-mobile-img-site {
		width: calc(100% - 16px);
		padding-top: 27px;
	}

    .services-single-portfolio-slide-img-screen {
        height: 170px;
    }
}