/*
Theme Name: New Light Digital
Theme URI: https://newlightdigital.com/
Author: Taranov Denys
Version: 1.0.0
*/
@import url('https://fonts.googleapis.com/css2?family=Public+Sans:ital,wght@0,300;0,400;0,600;0,700;1,300;1,400;1,600;1,700&display=swap');

body {
	font-size: 16px;
	font-family: 'Public Sans', sans-serif;
	color: #0A3A70;
}
/* header */
.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.customize-support .header {
	top: 46px;
}
.top-header  {
	padding-top: 24px;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(138, 162, 158, 0.20);
	position: relative;
}
.top-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.top-header .menu {
	display: none;	
}
.logotype {
	display: inline-block;
	width: 180px;
}
.logotype img {
	width: 100%;
	height: auto;
}
.top-header .header-contact {
	display: none;
	margin-left: 32px;
}
.header-contact {	
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.2px;
}
.header-contact a {
	color: #EA645D;
	text-decoration: none;
}
.header-contact a:hover {
	text-decoration: underline;
}
.bottom-header {
	display: none;
}
.mobile-menu-button {
	display: inline-block;
	width: 40px;
	height: 40px;
	cursor: pointer;
	background: url(images/menu-open-btn.svg) no-repeat center #FFBA49;
	background-size: 20px auto;
}
.header-right-column {
	display: flex;
	align-items: center;
}
.langs-switcher ul {
	display: flex;
	margin: 0;
	padding: 0;
}
.langs-switcher ul li {
	font-size: 15px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid transparent;
	list-style: none;	
	margin-left: 11px !important;
}
.langs-switcher ul li.wpml-ls-current-language {
	border-color: #0A3A70;
}
.langs-switcher ul li a {
	text-decoration: none;
	color: #8AA29E;
	padding: 0;
	line-height: 26px;
}
.langs-switcher ul li.wpml-ls-current-language a  {
	color: #0A3A70
}
.bottom-header .btn {
	margin-left: 45px;
	white-space: nowrap;
}
.lang-ru .bottom-header .btn {
	margin-left: 15px;
}
.mobile-menu {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFBA49;
	color: #fff;
	z-index: 500;
	display: none;
}
.customize-support .mobile-menu {
	top: 46px;
}
.mobile-header {
	padding: 32px 0 16px;
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 20;
	background: #FFBA49;
}
.mobile-header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.mobile-header .logotype-mobile {
	display: block;
	width: 180px;	
}
.mobile-header .logotype-mobile  img {
	width: 100%;
	height: auto;
}
.mobile-header .phone-in-menu {
	margin-top: 32px;
	flex: 0 0 100%;
	font-size: 20px;
	font-weight: 700;	
}
.mobile-header .phone-in-menu a {
	color: #fff;
}
.mobile-header .close-icon {
	margin: 0 11px;
	cursor: pointer;
}
.mobile-menu .menu {
	padding: 5px 0 0 0;
	margin: 0 0 8px 0;
	list-style: none;
} 
.mobile-menu .menu li {
	margin-bottom: 24px;
}
.mobile-menu .menu li a {
	color: #fff;
	text-decoration: none;
	position: relative;
}
.mobile-menu .mobile-main-menu .menu > li {
	font-size: 20px;
	text-transform: uppercase;
	position: relative;	
}
.mobile-menu .menu > li > a {
	display: block;
}
.mobile-menu .menu > li.menu-item-has-children > a:after {
	content: '\e80e';
	font-family: "aedificator-icons";
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	top: 3px;
	right: 11px;
	position: absolute;
	transition: transform .3s;
}
.mobile-menu .menu > li > .sub-menu {
	background: #fff;
	position: fixed;
	padding-top: 104px;
	padding-bottom: 10px;
	top: 0;
	right: 0;
	bottom: 11px;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	z-index: 200;
	padding-left: 8px;
	padding-right: 8px;	
	transform: translateY(-100%);
    transition: transform .5s;
	-ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
}
.mobile-menu .menu > li > .sub-menu::-webkit-scrollbar {
	display: none;
}
.customize-support .mobile-menu .menu > li > .sub-menu {
	padding-top: 168px;
}
.mobile-menu .menu li .active-parent-item {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 200;
	margin: 0;	
}
.mobile-menu .menu li .active-parent-item > a {
	color: #FFBA49;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
	display: block;
	padding: 39px 24px;		
	position: relative;
	z-index: 210;
	border-bottom: 1px solid #F2F4F7;
	background: #fff;
}
.customize-support .mobile-menu .menu li .active-parent-item > a {
	padding-top: 85px;
}
.mobile-menu .menu > li.active-parent .sub-menu {
	transform: translateY(0);
}
.mobile-menu .menu > li > .sub-menu li {
	width: 82%;
	border-top: 1px solid #F2F4F7;
	display: flex;
	align-items: center;
	margin: 0;
}
.mobile-menu .menu > li > .sub-menu li:first-of-type {
	border-top: none;
}
.mobile-menu .menu > li > .sub-menu a {
	color: #344054;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.28;
	padding: 10px 16px;
}
.mobile-menus-container {
	height: 100%;
	-ms-overflow-style: none;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
	box-sizing: border-box;
	padding: 150px 0;
	overflow-y: auto;
}
.mobile-menus-container::-webkit-scrollbar {
	display: none;
}
.mobile-menu .langs-switcher ul li a {
	color: #fff;
}
.mobile-menu .langs-switcher ul li.wpml-ls-current-language a {
    color: #fff;
}
.mobile-menu .langs-switcher ul li.wpml-ls-current-language {
    border-color: #fff;
}
.mobile-menu .langs-switcher ul li:first-of-type {
	margin-left: 0 !important;
}
.mobile-menu .social-media-block {
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	bottom: 64px;
	background: #FFBA49;
	padding-top: 16px;
	padding-bottom: 16px;
}
.mobile-menu .social-media-block a {
	color: #fff;
	font-size: 32px;
}
.mobile-offer-button {
	display: block;
	position: absolute;
	z-index: 5;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	color: #FFBA49;
	font-size: 15px;
	font-weight: 700;
	line-height: 20px; 
	text-transform: uppercase;
	text-decoration: none;
	padding: 20px 12px;
	text-align: center;
}
.mobile-offer-button:hover {
	color: #FFBA49;
}
.mobile-offer-button .mobile-offer-button-icon {
	display: inline-block;
	background: url(images/triangle-orange.svg) no-repeat;
	background-size: cover;
	width: 11px;
	height: 20px;
	margin-left: 14px;
	position: relative;
	top: 4px;
}
.langs-switcher .wpml-ls-legacy-list-horizontal {
	padding: 0;
}
.close-submenu-button {
	width: 40px;
	height: 40px;
	position: fixed;
	top: 32px;
	right: 13px;
	z-index: 220;
	background: url(images/close-icon.svg) no-repeat center #FFBA49;
	background-size: 18px;
	cursor: pointer;
}
.customize-support .close-submenu-button {
	top: 78px;
}
/* header responsive */
@media (min-width: 782px) {
	.customize-support .header {
		top: 32px;
	}
}
@media (min-width: 992px) {
	.top-header  {		
		padding-bottom: 34px;
		border-bottom: none;
	}
	.top-header .menu {
		display: flex;
		margin: 0;
		padding: 0;
		list-style: none;
		margin-right: 32px;
		min-width: 317px;
	}
	.top-header .menu li {
		margin-right: 32px;
		font-weight: 600;
		line-height: 20px;
		letter-spacing: 0.2px
	}
	.top-header .menu li a {
		color: #0A3A70;
		text-decoration: none;
		transition: .5s all;
	}
	.header .menu li a:hover,
	.header .menu li.current-menu-item a,
	.header .menu li.current-page-ancestor a,
	.single-post .header .menu li.menu-item-127 a,
	.archive.category .header .menu li.menu-item-127 a,
	.archive.category .header .menu li.menu-item-911 a,
	.archive.tag .header .menu li.menu-item-127 a,
	.archive.tax-servicii .menu li.menu-item-320 a,
	.archive.tax-servicii .menu li.menu-item-912 a {
		color: #FFBA49;
	}
	.header .menu li.active-submenu a {
		color: #FFBA49;
	}
	.top-header .header-contact {
		display: block;
	}
	.bottom-header {
		border-top: 1px solid #eee;
		border-bottom: 1px solid #eee;
		display: block;
	}
	.bottom-header .container {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.bottom-header .menu {
		margin: 0;
		padding: 0;
		list-style: none;
		display: flex;
	}
	.bottom-header .menu > li {
		margin-right: 24px;
		text-transform: uppercase;
		font-size: 15px;
		font-weight: 700;
		line-height: 20px; 
		position: relative;
		white-space: nowrap;
	}
	.bottom-header .menu > li > a {
		color: #0A3A70;
		text-decoration: none;
		transition: all .5s;
		padding-top: 14px;
		padding-bottom: 14px;
		display: block;
	}
	.bottom-header .menu li.menu-item-has-children {		
		padding-right: 30px; 
	}
	.bottom-header .menu li.menu-item-has-children > a:after {
		content: '\e80e';
		font-family: "aedificator-icons";
		font-style: normal;
		font-weight: normal;
		font-size: 16px;
		position: absolute;
		top: 14px;
		right: 0;		
		transform: rotate(90deg);
	}
	.bottom-header .menu li.menu-item-has-children > .sub-menu {
		position: absolute;
		z-index: 200;
		border: 1px solid #f2f4f7;
		background: #fff;
		box-shadow: 0px 4px 6px -2px rgba(16, 24, 40, 0.3);
		border-radius: 8px;
		width: 240px;
		left: 0;
		top: 47px;
		padding: 0;
		margin: 0;
		list-style: none;
		display: none;
	}
	.bottom-header .menu li.menu-item-has-children:hover > .sub-menu {
		display: block;
	}
	.bottom-header .menu li.menu-item-has-children > .sub-menu li {
		text-transform: none;
		border-bottom: 1px solid #f2f4f7;
		white-space: normal;
	}
	.bottom-header .menu li.menu-item-has-children > .sub-menu li a {
		display: block;
		color: #344054;
		font-size: 14px;
		font-weight: 600;
		line-height: 1.28;
		padding: 10px 16px;
		text-decoration: none;
	}
	.bottom-header .menu li.menu-item-has-children > .sub-menu li:hover a {
		color: #FFBA49;
	}
	.mobile-menu-button {
		display: none;
	}
	.logotype {
		width: 160px;
	}
	.mobile-menu {
		display: none !important;
	}
}
@media (min-width: 1200px) {
	.bottom-header .menu > li {
		margin-right: 32px;
	}
}
/* content */
.home-top-section {
	background: url(images/home-top-section-bg.png) no-repeat center;
	background-size: cover;
	padding-top: 121px;
	padding-bottom: 32px;
}
.home-top-section h1 {
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.06;
	text-transform: uppercase;
	color: #0A3A70;
	margin-bottom: 0;
}
.home-top-section .header-contact {
	margin-bottom: 16px;
}
.home-top-section .section-subtitle {
	margin-bottom: 24px;
}
.home-top-section .section-subtitle .main-caption {
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.06;
	text-transform: uppercase;
	color: #0A3A70;
	white-space: nowrap;
	margin-bottom: 16px;
}
.home-top-section .section-subtitle .description-caption {
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 20px;
	letter-spacing: 0.2px;
	color: #0A3A70;
}
.home-top-section .container {
	position: relative;
}
.home-top-section .btn {
	margin-bottom: 32px;
}
.results-counter {
	display: flex;	
}
.results-counter .count-block {
	border: 1px solid #eee;
	padding: 20px 8px 12px 8px;
	margin-right: 8px;
	min-width: 90px;
}
.results-counter .count-block:last-of-type {
	margin-right: 0;
}
.results-counter .count-block .count-number {
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #ffba49;
}
.results-counter .count-block .count-description {
	font-style: normal;
	font-weight: 600;
	line-height: 1.3;
	letter-spacing: 0.2px;
	font-size: 12px;
}
.badge {
	width: 243px;
	height: 243px;
	position: absolute;
	right: 12px;
	bottom: 0;
	display: none;
} 
.badge .badge-caption {
	width: 100%;
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
} 
.badge .badge-pointer {
	width: 40px;
	height: 49px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -20px;
}
.content-banner {	
	padding-top: 40px;
	padding-bottom: 40px;
	height: 390px;
	box-sizing: border-box;
	position: relative;
}
.content-banner-caption {
	color: #FFF;
	font-size: 32px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.25;
	text-transform: uppercase;
	max-width: 534px;
}
.content-banner:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}
.content-banner .container {
	position: relative;
	z-index: 5;
}
.about-us-section { 	
	background: #FDFDFD;
	padding: 48px 0 25px;
	position: relative;
	overflow: hidden;
}
.about-us-section h2 {	
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.section-blockquote {
	font-size: 32px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.section-blockquote-author {
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
	margin-bottom: 40px;
}
.about-us-section .btn {
	margin-top: 8px;
}
.about-us-section h3 {
	color: #8AA29E;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.18;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.about-us-section .container {
	position: relative;
	z-index: 5;
}
.about-us-content {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33;
}
.about-us-section .decor-element,
.about-section .decor-element {
	position: absolute;
	opacity: .7;
}
.about-us-section .decor-element.decor-element-1,
.about-section .decor-element.decor-element-1 {
	top: 0;
	left: 0;
}
.about-us-section .decor-element.decor-element-2,
.about-section .decor-element.decor-element-2 {
	top: 0;
	left: 0;
}
.about-us-section .decor-element.decor-element-3,
.about-section .decor-element.decor-element-3 {
	bottom: 25px;
	left: 40%;
}
.about-us-section .decor-element.decor-element-4,
.about-section .decor-element.decor-element-4 {
	bottom: 0;
	right: 0;
}
.horizontal-list-services {
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.18;
	text-transform: uppercase;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 48px;
}
.horizontal-list-services a {
	color: #0A3A70;
	text-decoration: none;
	transition: .5s all;
	margin: 0 12px;
	white-space: nowrap;
}
.horizontal-list-services a:hover {
	color: #FFBA49;
}
.portfolio-carousel .portfolio-item-wrapper {
	padding: 0 10px;	
}
.portfolio-inner-wrapper {
	border: 1px solid #eee;
}
.portfolio-carousel .portfolio-item {
	padding-top: 100%;
	display: block;
	position: relative;
}
.item-link-block {
	background: #fff;
	transition: transform .3s;	
	padding: 16px 15px 15px 15px;
}
.item-link-block .title-row {
	display: flex;
	align-items: center;
}
.item-link-block .title-row h5 {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 4px;
}
.item-link-block .title-row h5 a {
	text-decoration: none;
	color: #0A3A70;
}
.item-link-block .title-row .year-of-done {
	margin-left: 14px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.28;
}
.project-categories-list {
	margin: 4px 0 14px 0;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.28; 
	color: #8AA29E;
}
.project-categories-list li {	
	list-style: none;
	margin-bottom: 12px;
}
.project-categories-list li:last-of-type {
	margin-bottom: 0;
}
.project-categories-list li a {
	color: #8AA29E;
	text-decoration: none;
}
.portfolio-carousel .owl-nav {
	position: absolute;	
	top: 50%;
	left: 36px;
	right: 36px;
}
.portfolio-carousel .owl-nav .owl-prev,
.portfolio-carousel .owl-nav .owl-next {
	position: absolute;
	top: 0;
	display: block;
	width: 48px;
	height: 48px;	
	transition: .5s all;
	border: 1px solid #fff !important;
	background: rgba(255, 255, 255, .2) !important;
	border-radius: 50%;
}
.portfolio-carousel .owl-nav .owl-prev:hover,
.portfolio-carousel .owl-nav .owl-next:hover {
	border-color: #FFBA49 !important;
}
.portfolio-carousel .owl-nav .owl-prev:active,
.portfolio-carousel .owl-nav .owl-next:active {
	background: #FFBA49 !important;
}
.portfolio-carousel .owl-nav .owl-prev:before,
.portfolio-carousel .owl-nav .owl-next:before {
	color: #fff;
    display: block;
    position: absolute;
    top: 50%;  
	left: 50%;
    margin-top: -9px;
	margin-left: -7px;
    font-size: 12px;
	font-family: "aedificator-icons";
    font-style: normal;
    font-weight: normal;
	transition: .5s all;
}
.portfolio-carousel .owl-nav .owl-prev:before {
	content: '\e808';
}
.portfolio-carousel .owl-nav .owl-next:before {
	 content: '\e810';
}
.portfolio-carousel .owl-nav .owl-prev span,
.portfolio-carousel .owl-nav .owl-next  span {
	display: none;
}
.portfolio-carousel .owl-nav .owl-prev {
	right: 72px;		
}
.portfolio-carousel .owl-nav .owl-next {
	right: 0;		
}
.all-services-section {
	padding: 32px 0;
}
.all-services-block {
	background: url(images/all-services-bg.png) no-repeat bottom center #0A3A70;
	background-size: 100%;
	padding: 32px 12px;
	color: #fff;
}
.all-services-block-header {
	margin-bottom: 50px;
}
.all-services-block-header h2 {
	font-size: 32px;
	margin-bottom: 32px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -2px;
	text-transform: uppercase;
}
.all-services-block-body h5 {
	color: #FFBA49;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	position: relative;
	padding-left: 40px;
	margin-bottom: 15px;
}
.all-services-block-body h5:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 21px;
	color: #FFBA49;
	font-family: "aedificator-icons";
	font-style: normal;
	font-weight: normal;
	speak: never;
}
.all-services-block-body h5.base-services:after {
	content: '\e805';
}
.all-services-block-body h5.additional-services:after {
	content: '\e804';
	font-size: 23px;
}
.all-services-block-body h5.special-services:after {
	content: '\e802';
	font-size: 22px;
}
.all-services-block-body h5.other-services:after {
	content: '\e806';
}
.service-link {
	display: inline-block;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
	color: #fff;
	text-decoration: none;
	border-radius: 100px;
	border: 1px solid #3B679A;
	padding: 10px 45px 10px 24px;
	margin-right: 8px;
	margin-bottom: 8px;
	position: relative;
	transition: .5s all;
}
.service-link:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	right: 24px;
	background: url(images/service-link-icon.svg) no-repeat center;
	background-size: cover;
	margin-top: -6px;
	width: 13px;
	height: 12px;
}
.service-link:hover {
	border: 1px solid #64ADFF;
	background: #1D497C;
	color: #fff;
}
.all-services-block-body .row > div {
	margin-bottom: 24px;
}
.partners-team-section {
	padding: 32px 0;
	text-align: center;
}
.partners-team-section.main-section {
	padding-top: 153px;
	background: url(images/section-pattern.png) no-repeat center top;
}
.partners-team-section.main-section+.contact-section {
	padding-top: 0;
}  
.partners-team-section .uppertitle {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 16px;
	color: #FFBA49;
}
.partners-team-section .uppertitle a {
	white-space: nowrap;
	color: #FFBA49;
	text-decoration: none;
}
.partners-team-section h1,
.partners-team-section h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -2px;
	max-width: 582px;
	margin: 0 auto 56px;
}
.partners-team-section .btn {
	margin-bottom: 56px;
}
.partners-list a {
	display: inline-block;
	margin: 0 8px 40px;
}
.blog-section {
	text-align: center;
}
.blog-section-bottom {	
	padding-bottom: 32px;
}
.blog-section-top {
	padding: 40px 0 120px;
	color: #fff;
	position: relative;
}
.blog-section-top:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
}
.blog-section-top .container {
	position: relative;
	z-index: 10;
}
.single .blog-section-top {
	padding: 80px 0 40px;
}
.blog-section-top h2,
.blog-section.primary-section-margins .blog-section-top h1 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
	max-width: 499px;
	margin: 0 auto 40px;
}
.single .blog-section.primary-section-margins .blog-section-top h1 {
	max-width: 733px;
}
.blog-categories-list {
	margin: 0 auto 40px;
	max-width: 800px;
	min-height: 50px;
}
.blog-categories-list a {
	display: inline-block;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
	border-radius: 100px;
	border: 1px solid #E6E6E6;
	background: rgba(255, 255, 255, 0.20);
	padding: 10px 24px;
	transition: .5s all;
	margin: 0 4px 8px 4px;
	color: #fff;
	text-decoration: none;
}
.blog-categories-list a:hover,
.blog-categories-list a.active-category {
	border-radius: 100px;
	border: 1px solid #64ADFF;
	background: rgba(100, 173, 255, 0.30);
}
.blog-articles-list {
	margin-top: -73px;
}
.blog-articles-list .blog-article {
	background: #fff;
	padding: 32px 50px 32px 32px;
	flex: 0 0 32%;
	margin-left: 2%;
	border: 1px solid rgba(138, 162, 158, 0.40);
	position: relative;
	text-align: left;
	margin-bottom: 20px;
}
.blog-articles-list .blog-article:nth-child(3n+1){
	margin-left: 0;
}
.blog-articles-list .blog-article .article-date {
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
	color: #8AA29E;
	margin-bottom: 8px;
}
.blog-articles-list .blog-article h5 {
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 8px;
}
.blog-articles-list .blog-article h5 a {
	color: #0A3A70;
	text-decoration: none;
}
.navigation.pagination {
	width: 100%;
	display: block;
}
.nav-links {
	padding: 32px 0 0 0;
	text-align: center;
}
.nav-links a.page-numbers {
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	color: #0A3A70;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-decoration: none;
}
.nav-links a.page-numbers:hover {
	color: #fff;
	background: #FFBA49;
}
.nav-links .page-numbers.current {
	font-size: 14px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #FFBA49;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-decoration: none;
}
.nav-links .prev.page-numbers,
.nav-links .next.page-numbers {
	font-size: 12px;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
	width: 40px;
	height: 40px;
	display: inline-block;
	text-decoration: none;
	color: #0A3A70;
}
.nav-links .prev.page-numbers:before,
.nav-links .next.page-numbers:before {
	font-family: "aedificator-icons";
	font-style: normal;
	font-weight: normal;
}
.nav-links .prev.page-numbers:before {	
  content: '\e808'; 
}
.nav-links .next.page-numbers:before {
	content: '\e812';
}
.blog-section+.contact-section {
	padding-top: 32px;
}
.article-tag {
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
}
.article-tag a {
	text-decoration: none;
	color: #FFBA49;
	margin-right: 5px;
}
.article-link {
	display: block;
	width: 48px;
	height: 48px;
	position: absolute;
	bottom: 0;
	right: 0;
	background: url(images/triangle.svg) no-repeat center #FFBA49;
	background-size: 12px 20px;
	transition: .5s all;
}
.article-link:hover {
	background: url(images/triangle.svg) no-repeat center #FFCE5D;
	background-size: 12px 20px;
}
.article-link:active {
	background: url(images/triangle.svg) no-repeat center #F5B03F;
	background-size: 12px 20px;
}
.building-section {
	padding: 48px 0 16px;
	background: url(images/pattern-bg.png) no-repeat bottom center #f6f8fc;
	background-size: cover;
}
.building-section .uppertitle {
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
	color: #FFBA49;
	margin-bottom: 16px;
}
.building-section h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -2px;
	text-transform: uppercase;
	max-width: 688px;
	margin-bottom: 48px;
}
.process-steps {
	margin: 0;
	padding: 0;
}
.process-steps li {
	list-style: none;
	padding-left: 80px;
	font-size: 18px;
	line-height: 1.33;
	position: relative;
	margin-bottom: 24px;
}
.process-steps li:after {
	font-size: 20px;
	font-weight: 700;
	line-height: 64px; 
	display: block;
	width: 64px;
	height: 64px;
	border: 1px solid rgba(138, 162, 158, 0.20);
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
}
.process-steps li:nth-of-type(1):after {
	content: '01';
}
.process-steps li:nth-of-type(2):after {
	content: '02';
}
.process-steps li:nth-of-type(3):after {
	content: '03';
}
.process-steps li:nth-of-type(4):after {
	content: '04';
}
.process-steps li h5 {
	font-size: 20px;	
	font-weight: 700;
	line-height: 1.33;
	margin-bottom: 8px;
}
.contact-form-block {	
	max-width: 980px;
	margin: 0 auto;
	background: #FAFAFA;
}
.contact-section .wpcf7 {
	position: relative;
	padding-bottom: 25px;
}
.contact-section .wpcf7 form .wpcf7-response-output {
	position: absolute;
	bottom: 0;
	left: 0;
	margin: 0;
	font-size: 12px;
}
.contact-form-block .form-image-column {	
	padding: 72% 24px 24px 24px;
	position: relative;
}
.contact-form-block .form-image-column:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .4);
}
.contact-form-block .form-image-column h3 {
	color: #fff;
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.18;
	text-transform: uppercase;
	position: absolute;
	left: 12px;
	right: 12px;
	bottom: 24px;
	margin: 0;
	z-index: 10;
}
.form-column-wrapper {
	padding: 24px 12px;
}
.policy-block {
	font-size: 18px;
	line-height: 1.33;
	margin-bottom: 24px;
	position: relative;
}
.policy-block a {
	color: #8AA29E;
	text-decoration: none;
}
.policy-block a:hover {
	text-decoration: underline;
}
.phone-contact-row {
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
	margin-bottom: 24px;
}
.phone-contact-row a {
	color: #EA645D;
	text-decoration: none;
}
.contact-section  input.btn {
	margin-top: 8px;
	margin-bottom: 8px;
}
.contact-section  input.btn-primary,
.formular-block input.btn-primary,
.contact-page-top-section input.btn-primary {
	background: url(images/triangle.svg) no-repeat 95% center #FFBA49 !important;
	background-size: 11px 20px !important;
	transition: .5s all;
}
.contact-section  input.btn-primary:hover, 
.formular-block input.btn-primary:hover,
.contact-page-top-section input.btn-primary:hover {
	background: url(images/triangle.svg) no-repeat 95% center #FFCE5D !important;
	background-size: 11px 20px !important;
}
.contact-section  input.btn-primary:active, 
.formular-block input.btn-primary:active,
.contact-page-top-section input.btn-primary:active {
	background: url(images/triangle.svg) no-repeat 95% center #F5B03F !important;
	background-size: 11px 20px !important;
}
.reviews-section {
	position: relative;
	padding-bottom: 64px;
}
.reviews-section h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 40px;
	max-width: 407px;
}
.reviews-slide-wrapper .review-image-column {
	height: 342px;
	margin-bottom: 128px;
}
.slider-for .slick-prev.slick-arrow {
	top: 382px;
	left: 0;
	right: auto;
}
.slider-for .slick-next.slick-arrow {
	top: 382px;
	left: 72px;
	right: auto;
}
.reviews-slide-wrapper .review-text-column .review-logo {
	margin-bottom: 18px;
}
.reviews-slide-wrapper .review-text-column .review-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33; 
	margin-bottom: 24px;
}
.reviews-slide-wrapper .review-text-column .review-author {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0;
} 
.reviews-slide-wrapper .review-text-column .review-post {
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
}
.slider-nav {
	padding-top: 92px;
}
.reviews-section .slider-nav-wrapper {
	position: absolute;
	bottom: 64px;
	left: -10%;
	width: 45%;
}
.reviews-nav-slide {	
	padding-left: 10px;
	padding-right: 10px;
}
.reviews-nav-slide img {
	object-fit: cover;
	width: 100%;
	height: 150px;
}
.slick-arrow {
	transition: .5s all;
	width: 48px;
	height: 48px;
	font-size: 0;	
	background: none;
	border: 1px solid rgba(138, 162, 158, 0.20);
	position: absolute;
}
.slick-prev.slick-arrow {	
	top: 0;
	right: 80px;	
}
.slick-next.slick-arrow {	
	top: 0;
	right: 10px;	
}
.slick-arrow:before {   
	color: #0A3A70;
    display: block;
    position: absolute;
    top: 50%;  
	left: 50%;
    margin-top: -9px;
	margin-left: -7px;
    font-size: 12px;
	font-family: "aedificator-icons";
    font-style: normal;
    font-weight: normal;
	transition: .5s all;
}
.slick-arrow:active {
	border-color: #FFBA49;
}
.slick-arrow:hover:before {
	color: #FFBA49;
}
.slick-prev.slick-arrow:before {
    content: '\e808';
}
.slick-next.slick-arrow:before {
    content: '\e810';
}
.primary-section-margins {
	margin-top: 90px;	
}
.top-banner {
	padding: 40px 12px; 
	position: relative;
}
.top-banner:after {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,.3);
}
.banner-text-layout {
	position: relative;
	z-index: 5;
}
.top-banner-section h1 {
	font-size: 26px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.08;	
	text-transform: uppercase;
	margin-bottom: 118px;
	color: #fff;
}
.project-info-block {
	padding: 24px;
	border: 1px solid #fff;
	background: #fff;
	max-width: 790px;
}
.project-info-block h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 14px;
}
.project-info-block-subtitle {
	margin-bottom: 14px;
	color: #FFBA49;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
}
.project-info-block-subtitle:hover {
	color: #FFBA49;
}
.reputation-section {
	padding: 48px 0;
	background: url(images/decor-element.png) no-repeat center;
	background-size: cover;
}
.reputation-section h2 {
	font-size: 26px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 24px;
	text-align: center;
}
.cards-list .card-item {
	max-width: 292px;
	margin: 0 auto 24px;
	border-radius: 4px;
	border: 1.4px solid #eee;
	background: #fff;
	padding: 24px;
}
.cards-list .card-item .demo-icon {
	font-size: 32px;
	margin-bottom: 16px;
	color: #FFBA49;
	display: inline-block;
    margin-bottom: 8px;
}
.cards-list .card-item h5 {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 16px;
}
.cards-list .card-item .card-item-info {
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.33;
}
.projects-section {
	padding-bottom: 48px;
}
.projects-top-block {
	text-align: center;
}
.projects-section h2 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.08;
	margin-bottom: 16px;
	text-transform: uppercase;
}
.projects-section .subtitle {
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
	margin: 0 auto 24px;
	max-width: 534px;
}
.projects-section .projects-top-block .btn {	
	display: none;
}
.projects-lcolumn {
	display: none;
}
.project-carousel-item {
	padding-top: 100%;	
}
.project-carousel-info {
	position: absolute;
	border: 1px solid #FFF;
	background: #fff;
	padding: 24px;
	bottom: 24px;
	left: 12%;
	right: 12%;
	overflow: hidden;
}
.project-carousel-info h4 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 14px;
}
.project-carousel-info h5 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.28;
	color: #FFBA49;
	margin-bottom: 14px;
}
.categories-of-project {
	display: flex;	
	overflow: hidden;	
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	margin: 0 0 14px 0;
	padding: 0;	
}
.categories-of-project li {
	margin-left: 23px;
}
.categories-of-project li:first-of-type {
	list-style: none;
	margin-left: 0;
}
.categories-of-project li a {
	color: #8AA29E;
	text-decoration: none;
}
.projects-carousel .owl-nav {
	bottom: 48px;
	position: absolute;
	left: 0;
	right: 0;
}
.projects-carousel .owl-nav .owl-prev {
	position: absolute;
    top: 0;
    left: 0;
    font-size: 0 !important;
    width: 48px;
    height: 48px;
    background: #fff !important;
    border: 1px solid rgba(138, 162, 158, 0.20) !important;
}
.projects-carousel .owl-nav .owl-next {
	position: absolute;
    top: 0;
    right: 0;
    font-size: 0 !important;
    width: 48px;
    height: 48px;
    background: #fff !important;
    border: 1px solid rgba(138, 162, 158, 0.20) !important;
}
.projects-carousel .owl-nav .owl-prev:before,
.projects-carousel .owl-nav .owl-next:before {   
	color: #0A3A70;
    display: block;
    position: absolute;
    top: 50%;  
	left: 50%;
    margin-top: -9px;
	margin-left: -7px;
    font-size: 12px;
	font-family: "aedificator-icons";
    font-style: normal;
    font-weight: normal;
	transition: .5s all;
}
.projects-carousel .owl-nav .owl-prev:hover:before,
.projects-carousel .owl-nav .owl-next:hover:before {
	color: #FFBA49;
}
.projects-carousel .owl-nav .owl-prev:before {
    content: '\e808';
}
.projects-carousel .owl-nav .owl-next:before {
    content: '\e810';
}
.projects-rcolumn .last-projects-list .project-item {
	padding-top: 100%;
	position: relative;
	background: rgba(250, 250, 250, .3);
}
.projects-rcolumn .last-projects-list .project-item:nth-of-type(2) {
	background: #e8ecec;
}
.projects-rcolumn .last-projects-list .project-item:nth-of-type(3) {
	background: #fff1db;
}
.project-item-content {
	position: absolute;
    top: 32px;
    right: 32px;
    bottom: 32px;
    left: 32px;
    padding-bottom: 76px;
    overflow: hidden;
    text-align: right;
}
.project-item-thumbnail {
	height: 100%;
} 
.last-projects-list .project-item .project-item-content h5 {
	position: absolute;
	bottom: 0;
	left: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3; 
	width: 100%;
	text-align: left;
	margin-bottom: 0;
}
.last-projects-list .project-item .project-item-content h5 a {
	text-decoration: none;
	color: #0A3A70;
}
.last-projects-list .project-item .project-item-content .project-item-created-date {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.28;
	color: #0A3A70;
	position: absolute;
	bottom: 34px;
	left: 0;
	text-align: left;
}
.mobile-button-wrapper {
	text-align: center;
	margin-top: 40px;
}
.project-details-top-banner-section .top-banner {
	padding-bottom: 30.6%;
}
.project-details-top-banner-section h1 {
	font-size: 48px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-bottom: 16px;
	color: #fff;
}
.project-category-name {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.28; 
	color: #FFBA49;
	text-transform: uppercase;
}
.section-quick-links {
	background: #0A3A70;
	padding: 28px;
	position: relative;
	z-index: 15;
}
.section-quick-links a {
	display: inline-block;
	color: #fff;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
	border-radius: 100px;
	border: 1px solid #3B679A;
	text-decoration: none;
	padding: 10px 48px 10px 24px;
	margin: 4px;
	position: relative;
}
.section-quick-links a:hover {
    border: 1px solid #64ADFF;
    background: #1D497C;
    color: #fff;
}
.section-quick-links a:after {
    content: '\e810';
    display: block;
    position: absolute;
    top: 50%;
    right: 24px;    
    margin-top: -6px;
    font-size: 12px;
	font-family: "aedificator-icons";
    font-style: normal;
    font-weight: normal;
}
.project-info-section {
	padding: 60px 0 30px;
}
.project-location {
	color: #FFBA49;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 40px;
}
.project-location i {
	margin-right: 16px;
}
.project-short-info {
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	margin-bottom: 40px;
}
.projects-list-section {
	padding: 72px 0 48px;
}
.projects-list-section .top-banner {
	margin-bottom: 30px;
}
.projects-list-section h2 {
	font-weight: 700;
	font-size: 48px;
	line-height: 1;
	letter-spacing: -2px;
	margin-bottom: 24px;
}
.projects-list-section .subtitle {
	max-width: 534px;
	margin: 0 auto 48px;
	text-align: center;
	font-weight: 600;
}
.project-info-section h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3; 
	margin-bottom: 40px;
}
.project-list-item {
	margin-bottom: 30px;
}
.project-list-item h5 {
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
	min-height: 78px;	
}
.project-list-item h5 a {
	text-decoration: none;
	color: #0A3A70;
}
.project-list-item-thumbnail {
	object-fit: cover;
	width: 100%;
	height: 380px;
}
.project-list-bottom-block {
	background: #fff;
	border: 1px solid rgba(138, 162, 185, .4);		
	margin-top: -132px;
	margin-left: 16px;
	margin-right: 16px;
	position: relative;
	padding: 24px 24px 114px 24px;
	z-index: 20;
}
.tax-link-wrapper {
	margin-bottom: 16px;
}
.tax-link {
	color: #FFBA49;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
}
.tax-link:hover {
	color: #FFBA49;
}
.bottom-side-wrapper {
	position: absolute;
	bottom: 24px;
	right: 24px;
	left: 24px;
}
.projects-list-section .top-banner h3 {	
	text-transform: uppercase;
	margin-bottom: 80px;
	font-weight: 700;
	color: #fff;
}
.gallery-block {
	margin-bottom: 60px;
}
.gallery-block .gallery-block-item {
	margin-bottom: 20px;
}
.gallery-block .gallery-block-item a {
	display: block;
	position: relative;
}
.gallery-block .gallery-block-item a:before {
	content: '\e80c';
	font-family: "aedificator-icons";
    font-style: normal;
    font-weight: normal;
	color: #fff;
	display: block;	
	font-size: 45px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -23px 0 0 -23px;
	z-index: 6;
	transform: scale(0);
	transition: all .3s;
}
.gallery-block .gallery-block-item a:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .6);
	z-index: 5;
	opacity: 0;
	transition: all .3s;
}
.gallery-block .gallery-block-item a:hover:before {
	transform: scale(1);
}
.gallery-block .gallery-block-item a:hover:after {
	opacity: 1;
}
.gallery-block .gallery-block-item a img {
	object-fit: cover;
	width: 100%;
	height: 300px;
}
.client-feedback-block h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.client-feedback-block .client-company-logo {
	margin-bottom: 24px;
}
.client-feedback-block blockquote {
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 24px;
	padding-left: 48px;
	position: relative;
}
.client-feedback-block blockquote:before {
	content: '\e80d';
	font-size: 32px;
	font-family: "aedificator-icons";
    font-style: normal;
    font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
}
.client-feedback-block h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 0;
	margin-left: 48px;
}
.post-of-client {
	margin-left: 48px;
}
.phone-section {
	text-align: center;
	background: url(images/phone-section-bg.png) no-repeat center;
	background-size: cover;
	padding: 80px 0 100px;
}
.phone-section h3 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.18; 
	text-transform: uppercase;
}
.phone-section .subtitle {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 48px;
}
.telephone-link {
	text-decoration: none;
	color: #FFBA49;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.18;
	text-transform: uppercase;
}
.telephone-link:hover {
	text-decoration: none;
	color: #FFBA49;
}
.services-top-section {
	background: url(images/services-bg.png) no-repeat center;
	background-size: cover;
	padding-top: 121px;
}
.services-top-section h1 {
	font-size: 26px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.06;	
	text-transform: uppercase;
	margin-bottom: 16px;
}
.services-top-section .subtitle {
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
	margin-bottom: 92px;
	max-width: 534px;
}
.services-top-banner {
	padding: 125px 12px;
	position: relative;
}
.services-top-banner:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, .6);
}
.services-top-banner .results-counter {
	justify-content: center;
	position: relative;
	z-index: 5;
}
.services-top-banner .results-counter .count-block .count-description {
	color: #fff;	
}
.services-top-banner .results-counter .count-block:last-of-type {
	margin-right: 0;
}
.base-services-section {
	padding: 48px 0;
}
.base-services-section .uppertitle {
	color: #FFBA49;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 24px;
}
.base-services-section .uppertitle a {
	color: #FFBA49;
	text-decoration: none;
	display: block;
}
.base-services-section h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -2px;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.base-services-section .section-content {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 32px;
}
.base-services-section .btn {
	margin-bottom: 32px;
}
.base-service {
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(8, 17, 39, 0.12);
}
.base-service:first-of-type {
	padding-top: 0;
}
.base-service .img-column {
	margin-bottom: 8px;
}
.base-service .img-column img {
	width: 100%;
	height: auto;
}
.links-column-wrapper {	
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%;
}
.base-service .links-column  h5 {	
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 16px;
}
.base-service .links-column  h5 a {
	color: #0A3A70;
	text-decoration: none;
}
.base-service-link {	
	display: block;
	width: 48px;
	height: 48px;	
	text-align: center;
	line-height: 48px;
	text-decoration: none;
	color: #fff;
	background: #FFBA49;
	transition: .5s all;
}
.base-service-link:hover {
	color: #fff;
	background: #FFCE5D;
}
.base-service-link:active {
	color: #fff;
	background: #F5B03F;
}
.base-service-link:before {
	content: '\e80e';
    font-family: "aedificator-icons";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
}
.list-of-services-section {
	padding: 64px 0 33px;
	background: url(images/list-of-services-bg.png) no-repeat center;
	background-size: cover;
}
.list-of-services-section h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.18;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.list-of-services-section  .subtitle {
	color: #FFBA49;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
	margin-bottom: 40px;
}
.list-of-services-section .btn {
	margin-bottom: 24px;
}
.all-list-services .link-of-service .container {
	border-bottom: 1px solid rgba(18, 17, 39, 0.12);
}  
.all-list-services .link-of-service:first-of-type .container {
	border-top: 1px solid rgba(18, 17, 39, 0.12);
}  
.all-list-services .link-of-service h5 {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.3; 
	margin-bottom: 0;
	position: relative;
	padding-left: 40px;	
	transition: all .5s;
	white-space: nowrap;
	overflow: hidden;	
}
.all-list-services .link-of-service h5 a {
	color: #0A3A70;
	text-decoration: none;
	display: inline-block;
	padding-top: 20px;
	padding-bottom: 20px;
}
.all-list-services .link-of-service h5:before {
	content: '\e811';
	display: block;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	margin-top: -13px;
	left: 0;
	font-size: 10px;
	line-height: 26px;
	text-align: center;
	font-family: "aedificator-icons";
    font-style: normal;
    font-weight: normal;
	color: #FFBA49;
	background: #fceed7;
}
.all-list-services .link-of-service h5:after {
	content: '\e810';
	display: inline-block;
	font-size: 12px;	
	position: relative;	
	margin-left: 8px;
	font-family: "aedificator-icons";
    font-style: normal;
    font-weight: normal;
}
.all-list-services .link-of-service {
	transition: all .5s;
}
.all-list-services .link-of-service:hover {
	background: #FFBA49;
}
.all-list-services .link-of-service:hover h5 {
	padding-left: 0;
}
.all-list-services .link-of-service:hover h5 a {
	color: #fff;
}
.all-list-services .link-of-service:hover h5:before {
	display: none;
}
.all-list-services .link-of-service:hover h5:after {	
	color: #fff;
}
.team-section {
	padding: 64px 0;
	text-align: center;
}
.gallery-section+.team-section,
.projects-section+.team-section {
	padding-top: 0;
}
.team-section h2 {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.team-section .subtitle {
	margin-bottom: 48px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
}
.team-profiles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.team-profiles .team-profile {
	flex: 0 0 15%;
	margin-bottom: 24px;
}
.team-profiles .team-profile .team-profile-thumbnail-wrapper {
	border-radius: 50%;
	width: 120px;
	height: 120px;
	overflow: hidden;
	margin: 0 auto 8px;
}
.team-profiles .team-profile .team-profile-thumbnail-wrapper img {
	height: 100%;
}
.team-profiles .team-profile h5 {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
	margin-bottom: 5px;
}
.team-profiles .team-profile .team-profile-post {
	color: #8AA29E;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}
.team-section+.contact-section {
	padding-top: 0;
}
.service-info-top-section {
	background: url(images/services-bg.png) no-repeat center;
	background-size: cover;
	padding-top: 121px;
	padding-bottom: 32px;	
}
.service-info-top-section h1 {
	font-size: 23px;
	letter-spacing: -1px;
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
	max-width: 688px;
	margin-bottom: 24px;
}
.info-columns .info-column .info-block {
	margin-bottom: 40px;
}
.info-columns .info-column .info-block h5 {
	color: #FFBA49;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4; 
	margin-bottom: 8px;
}
.info-columns .info-column .info-block .info-text {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
}
.info-columns .info-column .info-block .info-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.info-columns .info-column .info-block .info-text ul li {
	position: relative;
	padding-left: 38px;
	margin-bottom: 16px;
	max-width: 270px;
}
.info-columns .info-column .info-block .info-text ul li i {
	position: absolute;
	top: 0;
	left: 0;
	color: #FFBA49;
	font-size: 24px;
}
.info-columns .banner-column .section-banner {
	position: relative;
	text-align: center;
	margin-bottom: 40px;
}
.info-columns .banner-column .section-banner:before {
	content: '';
	background: rgba(0, 0, 0, .3);
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.transparent-thumbnail .info-columns .banner-column .section-banner:before {
	display: none;
}
.info-columns .banner-column .section-banner img {
	max-width: 100%;	
}
.info-columns .banner-column .section-banner .section-banner-text {
	position: absolute;
	bottom: 32px;
	left: 32px;
	right: 32px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	color: #fff;
	max-width: 446px;
	z-index: 10;
}
.steps-of-work-section {
	padding: 32px 0;
}
.steps-of-work-section .title-block {
	border-bottom: 1px solid rgba(18, 17, 39, 0.12);
	padding: 0 0 48px 0;
	position: relative;
}
.steps-of-work-section h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.18;
	text-transform: uppercase;
	margin-bottom: 12px;
}
.steps-of-work-section .title-block .subtitle {
	color: #FFBA49;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
	margin-bottom: 48px;
}
.steps-block {
	padding: 50px 0 0 0;
}
.steps-block .step .step-img-column img {
	width: 100%;
	height: auto;
}
.step-img-column {
	margin-bottom: 16px;
}
.steps-block .step .step-info-column {
	padding-bottom: 24px;
	position: relative;
}
.steps-block .step:last-of-type .step-info-column {
	padding-bottom: 0;
}
.steps-block .step .step-info-column .steps-count {
	display: block;
	width: 64px;
	height: 64px;
	margin-bottom: 16px;
	border-radius: 50%;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
	line-height: 64px;
	border: 1px solid rgba(138, 162, 158, 0.20);
	box-sizing: border-box;
}
.steps-block .step .step-info-column h4 {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.steps-block .step .step-info-column .step-description {
	font-size: 18px;
	line-height: 1.33;
}
.gallery-section {
	padding: 32px 0;
}
.gallery-section .section-top-text {
	max-width: 588px;
	margin: 0 auto 32px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	text-align: center;
}
.gallery-section .section-top-text .demo-icon {
	color: #FFBA49;
	font-size: 32px;
	display: inline-block;
	margin-bottom: 24px;
}
.steps-of-work-section+.gallery-section {
	padding-top: 32px;
}
.gallery-section h2 {
	margin-bottom: 40px;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -2px;
	text-transform: uppercase;
	text-align: center;
}
.gallery-section .gallery-block {
	margin-bottom: 0;
}
.gallery-section+.contact-section {
	padding-top: 48px;
}
.page-top-section-banner {
	position: relative;
	height: 592px;
}
.page-top-section-banner:before {
	content: '';
	position: absolute;
	display: block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, .2);
}
.page-top-section-banner .banner-info {
	position: absolute;
	left: 24px;
	top: 24px;
	right: 24px;
	border: 1px solid #FFF;
	background: #fff;
	max-width: 620px;
	padding: 24px;
	box-sizing: border-box;
	z-index: 10;
}
.page-top-section-banner .banner-info h1 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.08;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 0;
}
.page-top-section-banner .banner-info .subtitle {
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
	margin-top: 16px;
	margin-bottom: 16px;
}
.specializations-pages-section {
	padding-top: 40px;
}
.specializations-pages-section .section-columns .section-content-column h2,
.commercial-specializations-section .section-columns .section-content-column h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.18;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.specializations-pages-section .section-columns .section-content-column .subtitle,
.commercial-specializations-section .section-columns .section-content-column .subtitle {
	color: #8AA29E;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.28;
	margin-bottom: 32px;
}
.row-of-specializations-links .specialization-page-link {
	padding-top: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid rgba(18, 17, 39, 0.12);
}
.row-of-specializations-links .specialization-page-link:first-of-type {
	padding-top: 0;
} 
.row-of-specializations-links .specialization-page-link:last-of-type {
	border-bottom: none;
}
.row-of-specializations-links .specialization-page-link h5 {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 16px;
}
.row-of-specializations-links .specialization-page-link .specialization-page-description {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.28;
	margin-bottom: 16px;
}
.arrow-link {
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
	color: #FFBA49;
	text-decoration: none;
	padding-right: 28px;
	display: inline-block;
	position: relative;
}
.arrow-link:after {
	content: '\e810';
	font-family: "aedificator-icons";
    font-style: normal;
    font-weight: normal;
	font-size: 12px;
	color: #FFBA49;
	position: absolute;
	display: block;
	right: 0;
	top: 3px;
	transition: all .5s;
}
.arrow-link:hover {
	color: #FFBA49;
}
.arrow-link:hover:after {
	right: -5px;
}
.commercial-specializations-section {
	background: #F7F7F7;
	padding: 40px 0;
}
.other-specializations-section {
	background: url(images/pattern-bg.png) no-repeat center;
	background-size: cover;
	padding: 40px 0;
}
.other-specializations-section h2 {
	font-size: 22px;
	font-weight: 700;
	line-height: 1.18;
	text-transform: uppercase;
	margin-bottom: 16px;
}
.other-specializations-section .subtitle {
	color: #8AA29E;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.28;
	margin-bottom: 32px;
}
.other-specializations-section+.contact-section {
	padding-top: 0;
}
.info-section {
	padding: 40px 0;
	background: url(images/pattern-bg.png) no-repeat top center;
}
.info-section h2 {
	font-weight: 700;
	line-height: 1.18;
	text-transform: uppercase;
	margin-bottom: 24px;
}
.info-wrapper {
	max-width: 937px;
} 
.info-section-block {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33;
}
.info-section-block p {
	margin-bottom: 40px;
}
.info-item {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	padding: 24px;
	margin-bottom: 16px;
	border: 1px solid #EEE;
}
.info-section+.gallery-section {
	padding-top: 0;
}
.single-article {
	padding: 48px 0 10px;
}
.single-article h2 {
	color: #FFBA49;
	font-size: 18px;
	letter-spacing: -1px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.18;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.single-article p,
.single-article h5,
.single-article ul {
	margin-bottom: 40px;
} 
.single-article ul li {
	margin-bottom: 16px;
}
.single-article ul li:last-of-type {
	margin-bottom: 0;
}
.article-wrapper {
	max-width: 780px;
	margin: 0 auto;
	font-size: 18px;
}
.single-article a {
	text-decoration: underline;
	color: #FFBA49;
	font-weight: 700;
}
.single-article a:hover {
	text-decoration: none;
}
.single-article blockquote {
	color: #8AA29E;
	font-size: 32px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.25;
	text-transform: uppercase;
	padding: 8px 0 8px 48px;
	margin-bottom: 40px;
	position: relative;
} 
.single-article blockquote p:last-of-type {
	margin-bottom: 0;
}
.single-article blockquote:before {
	content: '\e80d';
	font-family: "aedificator-icons";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	left: 0;
	top: 8px;
	font-size: 32px;
}

.wp-block-image {
	margin-bottom: 40px;
}
.wp-block-image img {
	max-width: 100%;
	height: auto;
}
.wp-block-image.size-full img {
	width: 100%;
}
.wp-block-image .wp-element-caption {
	color: #8AA29E;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.28;
	margin-top: 16px;
	text-align: center;
}
.share-section {
	border-top: 1px solid rgba(18, 17, 39, 0.12);
	padding-top: 24px;
}
.share-section .share-block .ssbp-wrap {
	width: 100%;
}
.share-block .ssbp-wrap br {
	display: none;
}
.share-block .ssba-share-text {
	color: #649898;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 24px;
	display: block;
}
.share-block .ssbp-list li {
	margin-left: 24px !important;
	margin-top: 0 !important;
}
.share-block .ssbp-list li:first-of-type {
	margin-left: 0 !important;
}
.share-block .ssbp-list li a {
	border-radius: 0;
	background: none !important;
	height: auto !important;
	width: auto !important;
}
.share-block .ssbp-list li a:hover {
	border: none !important;
}
.share-block .ssbp-list li a > * {
	display: none;
}
.share-block .ssbp-list li a:after {
	font-family: "Font Awesome 6 Brands";
	font-size: 24px;	
	color: #649898;
	font-weight: 400;
}
.share-block .ssbp-list li a.ssba_twitter_share:after {
	content: "\f099";
}
.share-block .ssbp-list li a.ssba_linkedin_share:after {
	content: "\f08c";
}
.share-block .ssbp-list li a.ssba_facebook_share:after {
	content: "\f09a";
}
.share-block .ssbp-list li a.ssba_pinterest_share:after {
	content: "\f0d2";
}
.share-section {
	padding-bottom: 48px;
}
.blockquote-block blockquote {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.25;
	text-transform: uppercase;
	position: relative;
	padding: 0 0 0 40px;
	margin: 0;
}
.blockquote-block blockquote:before {
	content: '\e80d';
	font-size: 32px;
	font-family: "aedificator-icons";
    font-style: normal;
    font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
}
.about-section {
	position: relative;
	background: #FDFDFD;
	overflow: hidden;
	padding: 24px 0;
}
.about-section-columns {
	position: relative;
	z-index: 30;
}
.about-section-columns .left-column {
	text-align: center;
}
.about-section-columns .left-column img {
	margin-bottom: 24px;
} 
.about-section-columns .right-column {	
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.33;
}
.about-section-columns .right-column h5 {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
}
.horizontal-list-services+.gallery-section {
	padding-top: 0;
}
.form-wrapper .share-block .share-block-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 40px;
}
.form-wrapper .share-block .share-links a {
    font-size: 32px;
    color: #8AA29E;
    margin-left: 32px;
}
.form-wrapper .share-block .share-links a:first-of-type {
    margin-left: 0;
}
.blockquote-block {
	padding-bottom: 48px;
} 
.text-section {
	text-align: center;
	padding-bottom: 64px;
}
.text-section .uppertitle {
	color: #FFBA49;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 16px;
}
.text-section .uppertitle span {
	display: block;
}
.text-section .uppertitle a {
	color: #FFBA49;
	text-decoration: none;
}
.text-section h2 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.18;	
}
.page-banner-section {
	position: relative;
	padding: 64px 0;
	color: #fff;
	text-align: center;
	margin-bottom: 48px;
}
.page-banner-section:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	background: rgba(0, 0, 0, .5);
}
.page-banner-section .page-banner-text-layout {
	z-index: 10;
	position: relative;
}
.page-banner-section .page-banner-text-layout h4 {
	font-size: 22px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.25;
	text-transform: uppercase;
	margin: 0 auto 24px;
	max-width: 980px;
}
.t-blocks-list .t-block {	
	font-size: 18px;
	font-weight: 400;
	line-height: 24px; 
	border: 1px solid #eee;
	padding: 32px;
	max-width: 85%;
    margin: 0 auto 16px;
}
.contact-page-top-section {
	padding-bottom: 64px;
}
.contact-page-top-banner {
	position: relative;
	padding: 64px 0 283px 0;
}
.contact-page-top-banner:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, .5);
}
.contact-page-top-banner .text-layout {
	position: relative;
	z-index: 10;
}
.contact-page-top-banner h1 {
	font-size: 32px;
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
	margin-bottom: 32px;
	color: #fff;
}
.contact-page-top-banner .phone-number {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	font-size: 32px;
	font-style: italic;
	font-weight: 300;
	line-height: 1.25;
	text-transform: uppercase;
	margin-bottom: 100px;
}
.contact-page-bottom-banner {
	position: relative;
	margin-top: -283px;
}
.form-wrapper .share-block .ssbp-wrap > div {
	text-align: left !important;
}
.form-wrapper .share-block .ssba-share-text {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 40px;
}
.form-wrapper .share-block .ssbp-list li a:after {
	font-size: 32px;
	color: #8AA29E;	
}
.form-wrapper .share-block .share-links a:first-of-type {
	margin-left: 0;
}
.contact-page-top-section .wpcf7 {
	border: 1px solid rgba(138, 162, 158, 0.40);
	background: #fff;
	padding: 48px 12px;
	margin-bottom: 48px;
}
.contact-page-top-section .wpcf7 h5 {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.28;
	margin-bottom: 11px;
}
.contact-page-top-section .wpcf7-form-control-wrap {
	margin-bottom: 32px;
}
.select-theme-of-message {
	margin-bottom: 26px;
}
.select-theme-of-message span {
	display: inline-block;
	color: #8AA29E;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
	padding: 10px 24px;
	border-radius: 100px;
	border: 1px solid rgba(138, 162, 158, 0.40);
	cursor: pointer;
	transition: all .5s;
	margin: 0 8px 8px 0;
}
.select-theme-of-message span:hover,
.select-theme-of-message span.active-subject {
	color: #fff;
	background: #0A3A70;
	border-color: #0A3A70;
}
.jobs-section {
	background: url(images/pattern-bg-2.png) no-repeat top center;
	background-size: auto 625px;
	padding: 121px 0 48px;
}
.jobs-section h1 {
	font-size: 26px;
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
	margin-bottom: 48px;
	text-align: center;
}
.jobs-section .accordion,
.jobs-section .accordion-item {	
	--bs-accordion-bg: none !important;
}
.accordion-item {
	border-radius: 0 !important;
	border-left: none !important;
	border-right: none !important;
	color: #0A3A70;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33;	
}
.accordion-item .accordion-body h5 {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.33;
	margin-bottom: 20px;
}
.accordion-item h3 .accordion-button {
	color: #0A3A70;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.18;
	padding-left: 0;
	padding-right: 0;
}
.accordion-item h3 .accordion-button.collapsed {
	color: #8AA29E;
}
.accordion-item .accordion-button:focus {
	background: none;
	outline: none;
	box-shadow: none;
}
.accordion-button:not(.collapsed) {   
    background-color: unset;
    box-shadow: none;
}
.accordion-button:not(.collapsed):after {
	background-image: url(images/accordeon-arrow.svg);
}
.content-narrow-wrapper {
	max-width: 936px;
	margin: 0 auto;
}
.accordion-body {
	padding-left: 0;
	padding-right: 0;
}
.formular-banner {
	position: relative;	
}
.formular-banner:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, .3);
}
.formular-banner .text-layer {
	position: absolute;
	top: 32px;
	right: 12px;
	bottom: 32px;
	left: 12px;
	z-index: 10;
	display: flex;
	align-items: center;
}
.formular-banner .text-layer h3 {
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.18;
	text-transform: uppercase;
	color: #fff;
	max-width: 555px;
}
.formular-banner img {
	width: 100%;
	height: 324px;
	object-fit: cover;
}
.formular-block .wpcf7 {
	border: 1px solid rgba(138, 162, 158, 0.40);
	border-top: none;
	background: #FAFAFA;
	padding: 24px 12px;
}
.formular-block .wpcf7 form {
	max-width: 656px;
}
.formular-caption {
	max-width: 656px;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33;
	margin-bottom: 24px;
}
.formular-block .wpcf7-form-control.wpcf7-submit {
	margin-top: 10px;
}
.formular-block .codedropz-upload-wrapper .codedropz-upload-inner > span {
	display: none;
}
.formular-block .codedropz-upload-handler {
	border-radius: 0;
	border: 1px solid #8AA29E;
}
.formular-block .codedropz-upload-container {
	padding: 0 16px;
}
.formular-block .codedropz-btn-wrap {
	text-align: left;
}
.formular-block .codedropz-btn-wrap .cd-upload-btn {
	display: inline-block;
	color: #8AA29E;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 1.5; 
	background: url(images/upload-icon.svg) no-repeat 0 center;
	background-size: 16px 22px;
	padding: 15px 0 15px 32px;
}
.lang-ru .formular-block .codedropz-btn-wrap .cd-upload-btn {
	font-size: 0;
}
.lang-ru .formular-block .codedropz-btn-wrap .cd-upload-btn:after {
	content: 'Прикрепите свое резюме*';
	font-size: 14px;
}
.formular-block  .wpcf7-form-control::placeholder { 
	color: #8AA29E;
}
.default-section {
	background: url(images/pattern-bg-2.png) no-repeat top center;
	background-size: auto 625px;
	padding: 121px 0 48px;
	font-size: 18px;
	line-height: 1.3;
}
.default-section h1 {
	font-size: 23px;
	letter-spacing: -1px;
	font-weight: 700;
	line-height: 1.08;	
	text-transform: uppercase;
	margin-bottom: 32px;
	text-align: center;
}
.default-section h2,
.default-section h3,
.default-section h4 {
	font-weight: 700;
	margin-bottom: 32px;
}
.default-section h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 32px;
}
.default-section p,
.default-section ul {
	margin-bottom: 32px;
}
.tech-block {
	margin-top: 18px;
	margin-bottom: 55px;
	text-align: center;
}
.default-section .tech-block h1 {
	font-size: 48px;
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
	margin-bottom: 8px;
}
.tech-block .subtitle {
	font-size: 18px;
	line-height: 1.33;
	max-width: 463px;
	margin: 0 auto 64px;
}
.tech-block .btn {
	padding: 14px;
	margin: 0 8px;
}
.tech-block .btn.btn-secondary {
	padding-right: 38px;
	margin-left: 0;
}
.tech-block .btn.btn-light {
	margin-right: 0;
} 
.description-section {
	padding: 48px 0;
	font-size: 18px;
	line-height: 1.33;
}
.description-section ul {
	margin-bottom: 40px;
}
.description-section ul li {
	margin-bottom: 16px;
}
.description-section ul li:last-of-type {
	margin-bottom: 0;
}
.description-section p {
	margin-bottom: 40px;
}
.projects-section+.description-section {
	padding-top: 0;
}
.description-section+.contact-section,
.description-section+.team-section {
	padding-top: 0;
}
.description-section-wrapper {
	max-width: 980px;
	margin: 0 auto;
}
.description-section h2 {
	margin-bottom: 40px;
	font-size: 32px;
	font-weight: 700;
	line-height: 1.18;
	text-transform: uppercase;
	color: #ffba49;
}
.description-section ul {
	padding-left: 20px;
}
.description-section ul li h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	text-transform: uppercase;
} 
.wp-block-button .wp-block-button__link {
	font-size: 15px;
	font-weight: 700;
	line-height: 1.33;
	text-transform: uppercase;
	border-radius: 0;
	padding: 14px 48px 14px 14px;
	background: #FFBA49;
	color: #fff;
	text-decoration: none;
	position: relative;
	transition: all .5s;
}
.wp-block-button .wp-block-button__link:hover {
	background: #FFCE5D !important;
}
.wp-block-button .wp-block-button__link:after {
	content: '\e80e';
    font-family: "aedificator-icons";
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -9px;
}
.lb-caption {
	display: none !important;
}
.slick-slider {
	display: none !important;
}
.slick-initialized.slick-slider {
	display: block !important;
}
/* content responsive */
@media (max-width: 767.98px) {
	.container.fluid-mobile {
		padding-left: 0;
		padding-right: 0;
		max-width: 100%;
	}
	.slider-nav-wrapper {
		display: none;
	}
}
@media (min-width: 375px) {	
	.default-section h1,
	.service-info-top-section h1 {
		font-size: 26px;
		letter-spacing: 0;
	}
	.steps-block .step .step-info-column h4 {
		font-size: 26px;
	}
	.top-banner-section h1 {
		font-size: 36px;
		letter-spacing: 0;
	}
	.reputation-section h2 {
		font-size: 32px;
		letter-spacing: 0;
	}
	.jobs-section h1 {
		font-size: 32px;
	}
	.projects-section h2 {
		font-size: 32px;
	}
	.reviews-section h2 {
		font-size: 32px;
		letter-spacing: 0;
	}
	.contact-form-block .form-image-column h3 {
		font-size: 32px;
	}
	.blog-section-top h2,
	.blog-section.primary-section-margins .blog-section-top h1 {
		font-size: 26px;
	}
	.single-article h2 {
		font-size: 20px;
		letter-spacing: 0;
	}
	.page-top-section-banner .banner-info h1 {
		font-size: 20px;
		letter-spacing: 0;
	}
	.results-counter .count-block {
		min-width: 105px;
	}
	.results-counter .count-block .count-number {
		font-size: 48px;
	}
	.results-counter .count-block .count-description  {
		font-size: 14px;
	}
	.portfolio-carousel .owl-nav {
		top: 55%;
	}	
	.specializations-pages-section .section-columns .section-content-column h2,
	.commercial-specializations-section .section-columns .section-content-column h2 {
		font-size: 26px;
	}
	.other-specializations-section h2 {
		font-size: 26px;
	}
}
@media (min-width: 480px) {	
	.contact-page-top-banner h1,
	.jobs-section h1,
	.default-section h1, 
	.default-section .tech-block h1, 
	.home-top-section h1, 
	.home-top-section .section-subtitle .main-caption, 
	.top-banner-section h1,
	.services-top-section h1, 
	.service-info-top-section h1,
	.services-top-section h1 {
		font-size: 36px;		
	}
	.page-top-section-banner .banner-info h1 {
		font-size: 26px;
	}
	.steps-block .step .step-info-column h4 {
		font-size: 32px;
	}
	.specializations-pages-section .section-columns .section-content-column h2,
	.commercial-specializations-section .section-columns .section-content-column h2 {
		font-size: 32px;
	}
	.blog-section-top h2,
	.blog-section.primary-section-margins .blog-section-top h1 {
		font-size: 32px;
	}	
	.results-counter .count-block {
		min-width: 110px;
	}
	.results-counter .count-block .count-description  {
		font-size: 16px;
	}
	.portfolio-carousel .owl-nav {
		top: 61%;
	}
	.contact-form-block .form-image-column {	
		padding: 60% 24px 24px 24px;
	}
	.gallery-block {
		display: flex;
		flex-wrap: wrap;		
	}
	.gallery-block .gallery-block-item {
		padding: 0 0 0 20px;		
		flex: 0 0 50%;
	}
	.gallery-block .gallery-block-item:nth-child(odd){
		padding: 0;
	}
	.gallery-block .gallery-block-item a img {
		height: 200px;
	}
	.base-services-section .uppertitle a {
		display: inline-block;
	}
	.base-service {
		display: flex;
		flex-wrap: wrap;
	}
	.base-service .img-column {
		flex: 0 0 51%;
		margin-bottom: 0;
	}
	.base-service .links-column {
		flex: 0 0 49%;
	}
	.links-column-wrapper {
		padding-left: 24px;
	}
	.base-service .links-column  h5 {
		margin-bottom: 5px;
	}
	.all-list-services .link-of-service h5 {
		font-size: 18px;
	}
	.blockquote-block blockquote {
		font-size: 26px;
	}
	.page-banner-section .page-banner-text-layout h4 {
		font-size: 26px;
	}	
}
@media (min-width: 576px) {
	.home-top-section h1,
	.home-top-section .section-subtitle .main-caption,
	.top-banner-section h1,
	.services-top-section h1,
	.contact-page-top-banner h1,
	.jobs-section h1 {
		font-size: 48px;
	}
	.default-section h1 {
		font-size: 48px;
		line-height: 1.08;
		letter-spacing: -2px;
	}
	.default-section .tech-block h1 {
		font-size: 48px;
	}	
	.blockquote-block blockquote {
		font-size: 32px;
	}
	.other-specializations-section h2 {
		font-size: 32px;
	}
	.single-article h2 {
		font-size: 32px;
	}
	.portfolio-carousel .owl-nav {
		top: 65%;
	}
	.projects-rcolumn .last-projects-list {
		display: flex;
		flex-wrap: wrap;
	}
	.projects-rcolumn .last-projects-list {
		display: flex;
		flex-wrap: wrap;
	}
	.projects-rcolumn .last-projects-list .project-item {
		flex: 0 0 50%;
		padding-top: 50%;
	}	
	.all-list-services .link-of-service h5 {
		font-size: 20px;
	}
	.service-info-top-section h1 {
		font-size: 48px;
		letter-spacing: -2px;
	}		
	.text-section .uppertitle span {
		display: inline-block;
	}
	.page-banner-section .page-banner-text-layout h4 {
		font-size: 32px;
	}
}
@media (min-width: 768px) {
	.item-link-block {
		transform: scale(1, 0);
	}
	.portfolio-carousel .center .item-link-block {
		transform: scale(1, 1);
	}
	.portfolio-carousel .portfolio-item:after {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		background: #000;
		opacity: .3;
		transition: opacity 1s;
	}
	.portfolio-carousel .center .portfolio-item:after {
		opacity: 0;
	}
	.portfolio-carousel .owl-nav .owl-prev,
	.portfolio-carousel .owl-nav .owl-next {
		opacity: 1;
	}
	.portfolio-carousel .owl-nav {
		left: 14%;
		right: 14%;
		top: 22%;
	}
	.portfolio-carousel .owl-nav .owl-prev {
		right: auto;
		left: 0;
	}
	.portfolio-carousel .portfolio-item {
		padding-top: 57.4%;
	}
	.portfolio-inner-wrapper {
		border: 1px solid transparent;
	}
	.portfolio-carousel .center .portfolio-inner-wrapper {
		border: 1px solid #eee;
	}	
	.portfolio-carousel {
		margin-bottom: 55px;
	}
	.blog-articles-list {
		display: flex;
		flex-wrap: wrap;		
	}
	.main-part-wrapper {
		padding-left: 36%;
	}
	.reviews-slide-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}	
	.reviews-slide-wrapper .review-image-column {
		flex: 0 0 43%;
		height: 480px;
		margin-bottom: 0;
	}
	.reviews-slide-wrapper .review-text-column {
		flex: 0 0 57%;
	}
	.reviews-slide-wrapper .review-text-column {
		padding-left: 40px;
	}
	.process-steps {
		padding: 0 0 0 19%;
		display: flex;
		flex-wrap: wrap;
	}
	.process-steps li {
		flex: 0 0 50%;
		margin-bottom: 48px;
	}
	.contact-section {
		padding: 96px 0;
	}
	.reviews-section+.contact-section {
		padding-top: 0;
	}
	.contact-form-block {
		display: flex;
	}
	.contact-form-block .form-image-column {
		flex: 0 0 39%;
		padding: 32px;
	}
	.contact-form-block .form-column {
		flex: 0 0 61%;
	}
	.policy-block:before {
		content: '';
		display: block;
		width: 96px;
		height: 77px;
		position: absolute;
		top: 0;
		right: 0;
		background: url(images/policy-icon.svg) no-repeat center;
		background-size: cover;
	}
	.policy-block:after {
		content: '?';
		font-size: 32px;
		font-weight: 400;
		line-height: 52px; 
		letter-spacing: -3px;
		text-transform: uppercase;
		position: absolute;
		top: -2px;
		right: 56px;
		color: #FFBA49;
	}
	.policy-block {
		padding-right: 126px;
	}
	.policy-block {
		margin-bottom: 40px;
	}
	.phone-contact-row {
		margin-bottom: 32px;
	}
	.contact-section  input.btn {
		margin-top: 20px;
	}
	.contact-form-block {	
		border: 1px solid rgba(138, 162, 158, 0.40);
	}
	.cards-list {		
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.cards-list .card-item {
		flex: 0 0 30%;
		margin: 0;
		max-width: none;
	}
	.section-quick-links {
		margin-left: 20px;
		margin-right: 20px;
		margin-top: -77px;
	}
	.gallery-block .gallery-block-item {			
		flex: 0 0 33.33%;
	}
	.gallery-block .gallery-block-item {
		padding: 0 0 0 20px !important;
	}
	.gallery-block .gallery-block-item:nth-child(3n+1){
		padding: 0 !important;
	}
	.services-top-banner {
		padding: 109px 40px;
	}
	.services-top-banner .results-counter .count-block {
		margin-right: 32px;
		padding: 55px 32px 55px 32px;
		min-width: 190px;
	}
	.services-top-banner .results-counter .count-block .count-description {
		font-size: 20px;
	}
	.steps-block .step {	
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;	
	}
	.steps-block .step .step-img-column  {
		flex: 0 0 41%;
		padding-right: 9%;
		margin-bottom: 0;
	}
	.steps-block .step .step-img-column img {
		width: 100%;
		height: auto;
	}
	.steps-block .step .step-info-column {
		flex: 0 0 59%;
		padding-left: 12%;	
		padding-bottom: 40px;
		position: relative;
	}
	.steps-block .step:last-of-type .step-info-column {
		padding-bottom: 40px;
	}
	.steps-block .step .step-info-column:before {
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 1px;
		display: block;
		background: #8AA29E;
	}
	.steps-block .step:first-of-type .step-info-column:before {
		top: 28px;
		background: #FFBA49;
	}
	.steps-block .step:last-of-type .step-info-column:before {
		bottom: auto;
		height: 28px;
	}
	.steps-block .step .step-info-column:after {
		content: '';
		position: absolute;
		left: -3.5px;
		top: 28px;
		width: 8px;
		height: 8px;
		display: block;
		border-radius: 50%;
		background: #8AA29E;
	}
	.steps-block .step:first-of-type .step-info-column:after {
		background: #FFBA49;
	}	
	.share-section .share-block .ssbp-wrap > div {
		display: flex;
		justify-content: space-between;
		align-items: center;
	} 
	.share-section .share-block .ssba-share-text {
		margin-bottom: 0;
	}
	.contact-page-top-section .wpcf7 {
		padding: 48px;
	}
	.formular-banner .text-layer {
		right: 32px;
		left: 32px;
	}
	.default-section .tech-block h1 {
		font-size: 64px;
	}
	.page-top-section-banner .banner-info {
		right: auto;
	}
	.page-top-section-banner .banner-info h1 {
		font-size: 32px;
	}
	.accordion-item h3 .accordion-button {
		font-size: 32px;
	}
	.info-columns {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.info-columns .info-column {
		flex: 0 0 60%;		
	}
	.info-columns .banner-column {
		flex: 0 0 40%;
		padding-top: 40px;
	}
}
@media (min-width: 992px) {
	.form-wrapper .share-block .share-block-title {
		margin-bottom: 64px;
	}
	.home-top-section .header-contact {
		display: none;
	}
	.home-top-section {
		padding-top: 253px;
		padding-bottom: 49px;
	}	
	.home-top-section h1 {
		font-size: 64px;
		margin-bottom: 12px;
	}
	.home-top-section .section-subtitle .main-caption {
		font-size: 64px;
		margin-bottom: 0;
	}
	.home-top-section .section-subtitle {
		display: flex;
		margin-bottom: 28px;
	}
	.home-top-section .section-subtitle .description-caption {
		margin-left: 45px;		
		max-width: 373px;
		margin-top: 2px;
	}
	.badge {
		display: block;
	}
	.results-counter .count-block {
		min-width: 116px;
	}
	.content-banner {	
		padding-top: 64px;
		padding-bottom: 64px;
		height: 448px;
	}
	.about-us-section { 
		padding: 96px 0 64px;
	}
	.about-us-section h2 {	
		font-size: 48px;
		margin-bottom: 48px;
	}
	.section-blockquote-author {
		margin-bottom: 0;
	}
	.about-us-section h3 {
		margin-bottom: 24px;
	}
	.about-us-section .btn {
		margin-bottom: 40px;
	}
	.about-us-section .decor-element.decor-element-3,
	.about-section .decor-element.decor-element-3 {
		bottom: 0;
	}
	.about-us-section .decor-element.decor-element-4,
	.about-section .decor-element.decor-element-4 {
		bottom: 0;
	}
	.about-us-section .decor-element.decor-element-1,
	.about-section .decor-element.decor-element-1 {
		bottom: 0;
		top: auto;
	}
	.portfolio-carousel .owl-nav {
		left: 15%;
		right: 15%;
		top: 26%;
	}
	.all-services-block {
		padding: 40px 56px;
	}
	.all-services-block-header {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-bottom: 40px;
	}	
	.all-services-block-header h2 {
		font-size: 48px;
		margin-bottom: 0;
	}
	.portfolio-carousel {
		margin-bottom: 48px;
	}
	.partners-team-section {
		padding: 55px 0 75px;
	}
	.partners-team-section.main-section {
		padding-top: 277px;
		padding-bottom: 96px;
	}
	.partners-team-section h1,
	.partners-team-section h2 {
		font-size: 48px;
	}
	.blog-section-top {
		padding: 64px 0 120px;
	}
	.single .blog-section-top {
		padding: 120px 0 64px;
	} 
	.blog-section-top h2,
	.blog-section.primary-section-margins h1,
	.blog-section.primary-section-margins .blog-section-top h1 {
		font-size: 48px;		
		margin: 0 auto 49px;
	}
	.blog-section-bottom {	
		padding-bottom: 96px;
	}
	.reviews-section h2 {
		font-size: 48px;
	}
	.reviews-section {
		padding-bottom: 96px;
	}
	.reviews-section .slider-nav-wrapper {
		bottom: 96px;
	}
	.building-section {
		padding: 64px 0 40px;
	}
	.building-section h2 {
		font-size: 48px;
	}
	.contact-form-block .form-image-column h3 {		
		left: 38px;
		right: 38px;
		bottom: 84px;	
	}
	.form-column-wrapper {
		padding: 40px;
	}
	.primary-section-margins {
		margin-top: 180px;	
	}
	.top-banner {
		padding: 64px;
	}
	.top-banner-section h1 {		
		margin-bottom: 130px;
	}	
	.reputation-section h2 {
		font-size: 48px;
		margin-bottom: 40px;
	}
	.projects-section h2 {
		font-size: 48px;
		letter-spacing: -2px;
		margin-bottom: 24px;
	}
	.project-catalogue {
		display: flex;
		flex-wrap: wrap;
	}
	.projects-section .projects-top-block .btn {
		margin-bottom: 40px;
		display: inline-block;
	}
	.projects-lcolumn {
		width: 50%;
		display: block;
		order: 1;
	}	
	.projects-rcolumn {
		width: 50%;
		order: 2;
	}
	.column-fullwidth.projects-rcolumn {
		width: 100%;
	} 
	.column-fullwidth.projects-rcolumn .last-projects-list .project-item {
		 flex: 0 0 25%;
		 padding-top: 25%;
	}
	.mobile-button-wrapper {
		display: none;
	}
	.projects-section {
		padding-bottom: 96px;
	}
	.gallery-block .gallery-block-item a img {
		height: 250px;
	}
	.gallery-block {
		margin-bottom: 96px;
	}
	.client-feedback-block h2 {
		font-size: 48px;
		letter-spacing: -2px;
		margin-bottom: 64px;
	}
	.client-feedback-block blockquote {
		font-size: 32px;
	}
	.phone-section {
		padding: 136px 0 138px;
	}
	.project-info-section {
		padding: 70px 0;
	}
	.telephone-link {
		font-size: 32px;
	}
	.services-top-section {
		padding-top: 253px;
	}
	.services-top-section h1 {
		font-size: 64px;
		margin-bottom: 24px;
	}
	.services-top-section .subtitle {
		margin-bottom: 72px;
	}	
	.base-services-section {
		padding: 96px 0 0 0;
	}
	.list-of-services-section {
		padding: 96px 0 60px;
	}
	.team-section {
		padding: 96px 0;
	}
	.team-section h2 {
		font-size: 48px;
		letter-spacing: -2px;
	}
	.list-of-services-section  .subtitle {
		margin-bottom: 45px;
	}
	.service-info-top-section h1 {
		margin-bottom: 48px;		
	}
	.service-info-top-section {
		padding-top: 253px;
		padding-bottom: 96px;
	}		
	.steps-of-work-section {
		padding: 48px 0;
	}
	.steps-of-work-section .title-block {
		padding: 0 280px 32px 0;
	}
	.steps-of-work-section .title-block .btn {
		position: absolute;
		top: 0;
		right: 0;
	}
	.steps-of-work-section .title-block .subtitle {
		margin-bottom: 0;
	}
	.steps-block .step .step-info-column .steps-count {
		margin-bottom: 24px;
	}
	.steps-block .step .step-info-column {
		padding-bottom: 40px;
	}
	.gallery-section h2 {
		font-size: 48px;
	}
	.gallery-section {
		padding: 48px 0;
	}	
	.page-top-section-banner {
		height: auto;
		padding-top: 48%;
	}
	.page-top-section-banner .banner-info {
		left: 64px;
		bottom: 64px;
		top: auto;
	}
	.page-top-section-banner .banner-info h1 {
		font-size: 36px;		
	}
	.page-top-section-banner .banner-info .subtitle {
		margin-top: 24px;
		margin-bottom: 24px;
	}
	.specializations-pages-section {
		padding-top: 96px;
	}
	.specializations-pages-section .section-columns,
	.commercial-specializations-section .section-columns {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.specializations-pages-section .section-columns .section-content-column,
	.commercial-specializations-section .section-columns .section-content-column {
		flex: 0 0 40%;
	}
	.specializations-pages-section .section-columns .section-image-column,
	.commercial-specializations-section .section-columns .section-image-column {
		flex: 0 0 58%;
	}
	.commercial-specializations-section .section-columns .section-image-column {
		order: 1;
	}
	.commercial-specializations-section .section-columns .section-content-column {
		order: 2;
	}
	.row-of-specializations-links {
		border-top: 1px solid rgba(18, 17, 39, 0.12);
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-top: 32px;
		padding-bottom: 32px;
	}
	.row-of-specializations-links .specialization-page-link {
		border-bottom: none;
		border-left: 1px solid rgba(18, 17, 39, 0.12);
		flex: 0 0 auto;
		width: 50%;
		padding: 0 0 0 32px;
	}
	.row-of-specializations-links .specialization-page-link:first-of-type {
		border-left: none;
		padding-left: 0;
		padding-right: 32px;
	}
	.row-of-specializations-links .specialization-page-link h5 {		
		min-height: 45px;
	}
	.commercial-specializations-section {
		padding: 96px 0;
	}
	.other-specializations-section {
		padding: 96px 0;
	}
	.other-specializations-section .section-columns {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.other-specializations-section .section-columns .section-column {
		flex: 0 0 50%;
	}
	.other-specializations-section .section-columns .section-column:nth-of-type(odd) {
		padding-right: 32px;
	}
	.other-specializations-section .section-columns .section-column:nth-of-type(even) {
		padding-left: 32px;
		border-left: 1px solid rgba(18, 17, 39, 0.12);
	}
	.gallery-section+.team-section {
		padding-top: 48px;
	}
	.info-section {
		padding: 96px 0;
	}	
	.nav-links {
		padding: 52px 0 0 0;
	}
	.blog-section+.contact-section {
		padding-top: 0;
	}
	.share-section {
		padding-bottom: 0;
	}
	.blockquote-block {
		padding-bottom: 80px;
	} 
	.about-section-columns {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.about-section-columns .left-column {
		flex: 0 0 50%;
		text-align: left;
	}
	.about-section-columns .right-column {
		flex: 0 0 50%;
	}
	.about-section {		
		padding: 0;
	}
	.about-section-columns .left-column img {
		margin-bottom: 0;
	}
	.text-section {
		padding-bottom: 96px;
	}
	.text-section h2 {
		font-size: 48px;
		font-weight: 700;
		line-height: 1.08;		
	}
	.page-banner-section .page-banner-text-layout h4 {
		margin: 0 auto 24px;
	}
	.t-blocks-list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.t-blocks-list .t-block {
		flex: 0 0 32%;
	}
	.t-blocks-list .t-block {		
		max-width: 85%;
		margin: 0 auto 16px;
	}
	.page-banner-section {
		margin-bottom: 0;
	}
	.form-wrapper {
		padding-right: 400px;
		position: relative;
	}
	.form-wrapper .share-block {
		position: absolute;
		bottom: 128px;
		right: 0;
		width: 335px;
	}
	.contact-page-top-banner .phone-number {
		margin-bottom: 64px;
	}
	.contact-page-top-section .wpcf7 {
		margin-bottom: 0;
	}
	.form-wrapper .share-block .ssba-share-text {
		margin-bottom: 64px;
	}
	.contact-page-top-section {
		padding-bottom: 96px;
	}
	.jobs-section {
		padding: 277px 0 64px;
		background-size: 100% auto;
	}
	.jobs-section h1 {
		margin-bottom: 64px;
	}
	.formular-banner img {
		height: auto;
		object-fit: fill;
	}
	.formular-block .wpcf7 {
		padding: 40px 32px;
	}
	.formular-block {
		margin-bottom: 96px;
	}	
	.default-section {
		background-size: 100% auto;
		padding: 277px 0 64px;
	}
	.default-section h1 {
		margin-bottom: 64px;
	}
	.description-section {
		padding: 96px 0;
	}
	.projects-list-section .top-banner h3 {
		font-size: 48px;
		font-style: normal;	
		line-height: 1.08;
		letter-spacing: -2px;		
		margin-bottom: 130px;
	}
}
@media (min-width: 1200px) {
	.horizontal-list-services {
		font-size: 32px;
	}
	.horizontal-list-services {		
		margin-bottom: 103px;
	}
	.project-categories-list {
		display: flex;
	}
	.project-categories-list li {
		margin-left: 24px;
		list-style: disc;
		margin-bottom: 0;
	}
	.project-categories-list li:first-of-type {
		margin-left: 0;
		list-style: none;
	}
	.portfolio-carousel .owl-nav {
		left: 17%;
		right: 17%;
		top: 36%;
	}
	.reviews-nav-slide img {
		height: 200px;
	}
	.contact-section .wpcf7 {
		padding-right: 126px;
	}	
	.section-quick-links {
		margin-left: 50px;
		margin-right: 50px;	
	}
	.gallery-block .gallery-block-item a img {
		height: 300px;
	}
	.info-columns .info-column {
		flex: 0 0 40%;		
	}
	.info-columns .banner-column {
		flex: 0 0 60%;
	}
}
@media (min-width: 1400px) {
	.portfolio-carousel .owl-nav {
		left: 18%;
		right: 18%;
	}
	.section-quick-links {
		margin-left: 100px;
		margin-right: 100px;
	}
}
@media (min-width: 1600px) {
	.portfolio-carousel .owl-nav {
		left: 19%;
		right: 19%;
		top: 40%;
	}	
}
/* footer */
.footer {
	background: #FBFBFB;
	position: relative;
	overflow: hidden;
}
.footer-content-layout {
	position: relative;
	z-index: 5;
}
.footer .top-footer {
	border-top: 1px solid rgba(138, 162, 158, 0.20);
	border-bottom: 1px solid rgba(138, 162, 158, 0.20);
	padding-top: 40px;
}
.footer .logotype {
	display: inline-block;
	width: 180px;
	margin: 0 12px 24px;
}
.footer .logotype img {
	width: 100%;
	height: auto;
}
.footer .top-footer .menu {
	list-style: none;
	padding: 24px 12px 0 12px;	
	margin: 0;
	border-top: 1px solid rgba(138, 162, 158, 0.20);
}
.footer .top-footer .menu li {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.33;
	text-transform: uppercase;
	margin-bottom: 32px;
}
.footer .top-footer .menu li a {
	color: #0A3A70;
	text-decoration: none;
	transition: .5s all;
}
.footer .top-footer .menu li a:hover {
	color: #FFBA49;
}
.main-footer {
	padding: 16px 12px;
}
.main-footer .wpcf7 .wpcf7-form-control-wrap {
	margin-bottom: 24px;
}
.main-footer .wpcf7 .wpcf7-form-control {	
	padding: 8px 0;
	border: none;
	border-bottom: 1px solid #8AA29E;
}
.main-footer .wpcf7 .wpcf7-form-control:focus {
	outline: none;
}
.main-footer .wpcf7 .wpcf7-response-output {
	display: none !important;
}
.footer-left-column .menu {
	margin: 0 0 24px 0;
	padding: 0;
	display: flex;	
}
.footer-left-column .menu li {
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 1.3;
	list-style: none;
	margin-right: 52px;
}
.footer-left-column .menu li:last-of-type {
	margin-right: 0;
}
.footer-left-column .menu li a {
	color: #0A3A70;
	text-decoration: none;
}
.footer-left-column .menu li a:hover {
	color: #FFBA49;
	text-decoration: underline;
}
.main-footer .wpcf7 input.wpcf7-form-control.btn {
	padding: 14px 48px 14px 14px;
	border: none;
}
.main-footer .wpcf7 input.wpcf7-form-control.btn-primary {
	background: url(images/triangle.svg) no-repeat 95% center #FFBA49 !important;
	background-size: 11px 20px !important;
	transition: .5s all;
}
.main-footer .wpcf7 input.wpcf7-form-control.btn-primary:hover {
	background: url(images/triangle.svg) no-repeat 95% center #FFCE5D !important;
	background-size: 11px 20px !important;
}
.main-footer .wpcf7 input.wpcf7-form-control.btn-primary:active {
	background: url(images/triangle.svg) no-repeat 95% center #F5B03F !important;
	background-size: 11px 20px !important;
}
.main-footer .wpcf7 input.wpcf7-form-control.btn {
	margin-bottom: 32px;
}
.footer-text {
	font-size: 18px;
	font-weight: 400;
	line-height: 1.33; 
	margin-bottom: 32px;
}
.footer-contact-blocks .footer-contact-block {	
	margin-bottom: 32px;
}
.footer-contact-blocks .footer-contact-block h5 {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	margin-bottom: 24px;
	color: #8AA29E;
}
.social-media-block a {
	color: #0A3A70;
	font-size: 40px;
	margin-right: 32px;
}
.social-media-block a:last-of-type {
	margin-right: 0;
}
.footer-contact-blocks .footer-contact-block:nth-of-type(3) {
	flex: 0 0 100%;
}
.footer-contact-blocks .footer-contact-block .phone-block {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.08;
	text-transform: uppercase;
}
.footer-contact-blocks .footer-contact-block .phone-block a {
	color: #0A3A70;
	text-decoration: none;
}
.second-footer-menu .menu {
	padding: 0;
	margin: 0;
	font-size: 14px;
}
.second-footer-menu .menu li {
	list-style: none;
	font-weight: 600;
	line-height: 1.25;
	margin: 0 0 32px 0;
}
.second-footer-menu .menu li a {
	color: #0A3A70;
	text-decoration: none;
	transition: .5s all;
}
.second-footer-menu .menu li a:hover {
	color: #FFBA49;
}
.bottom-footer {
	border-top: 1px solid rgba(138, 162, 158, 0.20);
	padding: 24px 12px 34px;
	font-weight: 600;
	line-height: 1.25;
	letter-spacing: 0.2px;
	color: #8AA29E;
	text-align: left;
}
.bottom-footer a {
	color: #8AA29E;
	text-decoration: none;
}
.bottom-footer a:hover {
	text-decoration: underline;
}
.footer .decor-element-1 {
	position: absolute;
	bottom: 0;
	left: 0;
}
.footer .decor-element-2 {
	position: absolute;
	bottom: 0;
	right: 0;
}
.footer .decor-element-3 {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
}
.footer .nav-tabs {
	border: none;
	margin-bottom: 24px;
}
.footer .nav-tabs .nav-item {
	margin: 0 25px;
}
.footer .nav-tabs .nav-item:first-of-type {
	margin-left: 0;
}
.footer .nav-tabs .nav-link {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none;
	border: none;
	padding: 0 0 4px 0;
	border-radius: 0;
	border-bottom: 1px solid transparent;
	color: #0A3A70;
}
.footer .nav-tabs .nav-link.active {	
	color: #FFBA49;
	border-color:  #FFBA49;
	background: none;
}
.footer .tab-content {
	color: #0A3A70;
	font-size: 18px;
	line-height: 1.33;
	margin-bottom: 20px;
	min-height: 168px;
}
.grecaptcha-badge {
    visibility: hidden;
}
/* footer responsive */
@media (min-width: 375px) {
	.footer-contact-blocks .footer-contact-block .phone-block {
		font-size: 32px;
	}
}
@media (min-width: 768px) {
	.footer .top-footer .container {	
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.footer .top-footer .menu {
		display: flex;
		justify-content: flex-end;
	}
	.footer .top-footer {		
		padding-top: 22px;
		padding-bottom: 22px;
	}
	.footer .top-footer .menu {
		border-top: none;
	}
	.footer .logotype {
		margin: 0;
	}
	.footer .top-footer .menu {
		padding: 0;
	}
	.footer .top-footer .menu li {
		margin-bottom: 0;
		margin-left: 10px;
	}
	.main-footer {
		padding: 48px 0 24px 0;
	}
	.main-footer .footer-columns {
		display: flex;
		flex-wrap: wrap;	
		justify-content: space-between;
	}
	.main-footer .footer-left-column {
		flex: 0 0 35%;
		padding: 0 30px 0 0;	
	}
	.main-footer .footer-right-column {
		flex: 0 0 48%;
		padding: 0 30px 0 0;
	}
	.footer-text {
		margin-bottom: 60px;
	}
	.footer-contact-blocks {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.footer-contact-blocks .footer-contact-block {
		flex: 0 0 50%;
		margin-bottom: 112px;
		padding-right: 12px;
	}
	.footer-contact-blocks .footer-contact-block:nth-of-type(3) {
		margin-bottom: 55px;
	}
	.social-media-block a {
		font-size: 24px;
		margin-right: 10px;
	}	
	.second-footer-menu .menu {
		display: flex;
		justify-content: center;		
	}
	.second-footer-menu .menu li {
		margin: 0 10px;
	}
	.second-footer-menu .menu li:first-of-type {
		margin-left: 0;
	}
	.second-footer-menu .menu li:last-of-type {
		margin-right: 0;
	}
	.bottom-footer {
		padding: 24px 0;
		text-align: center;
	}
	.footer .decor-element-3 {
		display: block;
	}
}
@media (min-width: 992px) {
	.footer .top-footer .menu li {	
		margin-left: 24px;
		font-size: 16px;
	}
	.footer-contact-blocks .footer-contact-block .phone-block {
		font-size: 48px;
		letter-spacing: -2px;
	}
	.second-footer-menu .menu li { 
		font-size: 16px;
		margin: 0 16px;
	}
	.social-media-block a {
		margin-right: 16px;
	}	
}
@media (min-width: 1200px) {
	.footer .logotype {
		width: 229px;		
	}
}
@media (min-width: 1400px) {
	.footer .top-footer .menu li {		
		margin-left: 32px;
	}
}
/* forms */
.wpcf7-form-control {
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
	padding: 16px;
	border-radius: 0;
	background: none;
	border: 1px solid #8AA29E;
}
.wpcf7-form-control.wpcf7-textarea {
	resize: none;
}
.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 8px;
}
.wpcf7-form-control.wpcf7-submit {
	width: auto;
}
.wpcf7 form .wpcf7-response-output {
	margin: 0;
}
span.wpcf7-not-valid-tip {
	font-size: 14px;
}
/* common */
.btn {
	border-radius: 0;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
	position: relative;
	padding: 14px 38px 14px 14px;
	transition: .5s all;
} 
.btn-primary {
	background: #FFBA49;
	border-color: #FFBA49;
	color: #fff;
}
.btn-primary:after,
.btn-secondary:after {
	content: '\e80e';
	font-family: "aedificator-icons";
    font-style: normal;
    font-weight: normal;
	font-size: 16px;
	position: absolute;
	top: 50%;
	right: 14px;
	margin-top: -9px;
}
.btn-primary:hover {
	background: #FFCE5D !important;
	border-color: #FFCE5D !important;
	color: #fff !important;
}
.btn-primary:active {
	background: #F5B03F !important;
	border-color: #F5B03F !important;
	color: #fff !important;
}
.btn-secondary {
	background: #8AA29E;
	border-color: #8AA29E;
	color: #fff;
}
.btn-secondary:hover {
	background: #8AA29E !important; 
	border-color: #8AA29E !important;
	color: #fff !important;
}
.btn-light {
	color: #8AA29E;	
	border-color: #8AA29E;
	background: #fff;
}
.btn-light:hover {
	color: #8AA29E !important;	
	border-color: #8AA29E !important;
	background: #fff !important;
}
/* common responsive */
@media (min-width: 1400px) {
	.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
		max-width: 1202px;
	}
}