html {
	font-family: Roboto, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	height: 100%
}

article, aside, details, figcaption, figure, footer, header, hgroup,
	main, menu, nav, section, summary {
	display: block
}

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

a {
	background-color: transparent;
	color: #262727;
	text-decoration: none
}

a:active, a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, optgroup, strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

img {
	border: 0;
	vertical-align: middle;
	display: inline-block;
	max-width: 100%
}

svg:not(:root) {
	overflow: hidden
}

hr {
	box-sizing: content-box;
	height: 0
}

pre, textarea {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

button[disabled], html input[disabled] {
	cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox], input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button
	{
	height: auto
}

input[type=search] {
	-webkit-appearance: none
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration
	{
	-webkit-appearance: none
}

legend {
	border: 0;
	padding: 0
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

td, th {
	padding: 0
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

body {
	margin: 0;
	min-height: 100%;
	background-color: #fff;
	font-family: Roboto, sans-serif;
	color: #434343;
	font-size: 16px;
	line-height: 24px;
	text-align: left
}

html.mod-touch * {
	background-attachment: scroll !important
}

.block {
	display: block
}

.inline-block {
	max-width: 100%;
	display: inline-block
}

.clearfix:after, .clearfix:before {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2
}

.clearfix:after {
	clear: both
}

.hidden {
	display: none
}

.button {
	display: inline-block;
	padding: 9px 15px;
	background-color: #3898ec;
	color: #fff;
	border: 0;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
	border-radius: 0
}

input.button {
	-webkit-appearance: button
}

html[data-dynpage] [data-cloak] {
	color: transparent !important
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	margin-bottom: 10px
}

p {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 26px
}

figure {
	margin: 0 0 10px
}

.list-unstyled {
	padding-left: 0;
	list-style: none
}

.embed:after, .embed:before {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2
}

.embed:after {
	clear: both
}

.video {
	width: 100%;
	position: relative;
	padding: 0
}

.video embed, .video iframe, .video object {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

fieldset {
	padding: 0;
	margin: 0;
	border: 0
}

@media screen and (max-width:991px) {
	.nav[data-collapse=medium] .nav-menu {
		display: none
	}
	.nav[data-collapse=medium] .nav-button {
		display: block
	}
}

@media screen and (max-width:767px) {
	.nav[data-collapse=small] .nav-menu {
		display: none
	}
	.nav[data-collapse=small] .nav-button {
		display: block
	}
	.nav-brand {
		padding-left: 10px
	}
}

.tabs {
	position: relative
}

.tabs:after, .tabs:before {
	content: " ";
	display: table;
	grid-column-start: 1;
	grid-row-start: 1;
	grid-column-end: 2;
	grid-row-end: 2
}

.tabs:after {
	clear: both
}

.tab-menu {
	position: relative
}

.tab-link {
	position: relative;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	padding: 9px 30px;
	text-align: left;
	cursor: pointer;
	color: #222;
	background-color: #ddd
}

.tab-link.current {
	background-color: #c8c8c8
}

.tab-link:focus {
	outline: 0
}

.tab-content {
	position: relative;
	display: block;
	overflow: hidden
}

.tab-pane {
	position: relative;
	display: none
}

.tab-active {
	display: block
}

@media screen and (max-width:479px) {
	.nav[data-collapse=tiny] .nav-menu {
		display: none
	}
	.nav[data-collapse=tiny] .nav-button, .tab-link {
		display: block
	}
}

.ix-emptyfix:after {
	content: ""
}

@keyframes spin {
	0%{transform: rotate(0)}
	100%{transform:rotate(360deg)}
}
	
.dyn-empty {
	padding: 10px;
	background-color: #ddd
}

.condition-invisible, .dyn-bind-empty, .dyn-hide {
	display: none !important
}

.layout-grid {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	-ms-grid-columns: 1fr 1fr;
	grid-template-columns: 1fr 1fr;
	-ms-grid-rows: auto auto;
	grid-template-rows: auto auto;
	grid-row-gap: 16px;
	grid-column-gap: 16px
}

h1 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Roboto, sans-serif;
	color: #262727;
	font-size: 56px;
	line-height: 70px
}

h2 {
	margin-top: 20px;
	margin-bottom: 10px;
	font-family: Roboto, sans-serif;
	color: #262727;
	font-size: 46px;
	line-height: 50px;
	font-weight: 400
}

h3 {
	margin-top: 20px;
	font-family: Roboto, sans-serif;
	color: #202325;
	font-size: 32px;
	line-height: 40px;
	font-weight: 400
}

h4 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Roboto, sans-serif;
	color: #202325;
	font-size: 26px;
	line-height: 24px;
	font-weight: 400
}

h5 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Roboto, sans-serif;
	color: #262727;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500
}

h6 {
	line-height: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Roboto, sans-serif;
	color: #c88440;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 1.5px;
	text-transform: uppercase
}

ol, ul {
	margin-top: 0;
	margin-bottom: 10px;
	padding-left: 30px
}

li {
	margin-bottom: 5px;
	color: #434343
}

label {
	display: block;
	margin-bottom: 5px;
	color: #6b6b6b;
	font-weight: 400
}

em {
	line-height: 26px;
	font-style: italic
}

blockquote {
	margin: 0 0 10px;
	padding: 10px 20px;
	border-left: 5px solid #c88440;
	color: #262727;
	font-size: 18px;
	line-height: 22px;
	font-weight: 400
}

figcaption {
	margin-top: 5px;
	color: #969696;
	text-align: center
}

.brand {
	display: block
}

.brand.current {
	-webkit-transition-property: none;
	transition-property: none
}

.navbar {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: auto;
	z-index: 998;
	padding-right: 35px;
	padding-left: 35px;
	font-weight: 600;
	
	overflow: hidden;
	background-color: white;
}

.navbar a {
	float: left;
	display: block;
	text-align: center;
	padding: 14px;
	text-decoration: none;
}

.right-line {
	width: 2px;
	height: 12px;
	background-color: #c88440;
	opacity: 0
}

.nav-block {
	position: -webkit-sticky;
	position: sticky;
	z-index: 2;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 80px;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.left-line {
	width: 2px;
	height: 12px;
	background-color: #c88440;
	opacity: 0
}

.nav-link {
	padding: 10px;
	opacity: .6;
	font-size: 16px;
	font-weight: 400
}

.nav-link.current {
	opacity: .6;
	color: #fff
}

.menu-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 15px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.nav-menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto
}

.header-section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.header-section.bg {
	background-color: #202325;
	background-image:
		url("hgl.svg"),
		url("hgr.svg");
	background-position: 0 100%, 100% 0;
	background-size: auto, auto;
	background-repeat: no-repeat, no-repeat
}

.header-section.inner-header {
	background-color: #202325;
	background-image:
		url("hgr.svg");
	background-position: 100% 0;
	background-size: auto;
	background-repeat: no-repeat
}

.header-section.inner-header.project {
	background-color: #202325
}

.header-section.inner-header.about {
	background-image:
		url("hgl.svg"),
		url("hgr.svg");
	background-position: 0 100%, 100% 0;
	background-size: auto, auto;
	background-repeat: no-repeat, no-repeat
}

.header-block {
	width: 100%;
	max-width: 1400px
}

.header-block.template-info {
	max-width: none;
	margin-right: auto;
	margin-left: auto;
	padding-top: 100px;
	padding-bottom: 100px;
	background-color: #202325
}

.header-block.inner-page {
	margin: 176px 30px 120px
}

.header-block.inner-page.blog, .header-block.inner-page.project {
	margin-bottom: 0
}

.header-block.inner-page.about {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 200px;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.block-content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1400px;
	margin: 30px 10px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.block-content.video {
	max-width: 1600px;
	margin-top: 0;
	margin-bottom: 0
}

.block-content.contact {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row
}

.block-content.logos {
	margin-top: -67px;
	margin-bottom: 0;
	padding: 40px;
	background-color: #fff
}

.section {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	
    padding-top: 56px;
    margin-top: -56px;	
}

.home-title-big {
	margin-top: 0;
	margin-bottom: 0;
	color: #fff
}
.home-title-small {
	display:none;
}

.home-text {
	margin-top: 30px;
	color: hsla(0, 0%, 100%, .8);
	font-size: 18px;
	line-height: 30px;
	letter-spacing: .3px
}

.text-info {
	margin-top: 10px;
	color: hsla(0, 0%, 100%, .8);
	line-height: 22px
}

.info-block {
	display: -ms-grid;
	display: grid;
	max-height: 150px;
	margin-right: 50px;
	margin-left: 20px;
	padding: 40px;
	grid-auto-columns: 1fr;
	grid-column-gap: 60px;
	grid-row-gap: 16px;
	-ms-grid-columns: auto auto auto;
	grid-template-columns: auto auto auto;
	-ms-grid-rows: auto;
	grid-template-rows: auto;
	border: 1px solid hsla(0, 0%, 100%, .1);
	background-color: #202325;
	background-clip: border-box
}

.number {
	color: #fff;
	font-size: 24px;
	font-weight: 500
}

.title-text {
	max-width: 512px;
	margin-right: auto;
	margin-left: 120px
}

.text-info-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	margin-top: 100px;
	-webkit-justify-content: space-around;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.images-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	margin-bottom: 50px
}

.image-left {
	padding: 10px;
	border: 1px solid hsla(0, 0%, 100%, .1);
	border-radius: 100%;
	background-color: #202325
}

.graphic {
	position: absolute;
	left: auto;
	top: auto;
	right: 6%;
	bottom: -14px
}

.right-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: -90px
}

.small-block {
	display: none;
}

.divider-line {
	width: 30px;
	height: 2px;
	margin-top: 13px;
	background-color: #c88440
}

.quote-text {
	max-width: 650px;
	margin-left: 10px;
	color: hsla(0, 0%, 100%, .8);
	font-size: 18px;
	line-height: 30px
}

.quote-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 50px;
	margin-left: 20px
}

.service-grid {
	display: -ms-grid;
	display: grid;
	margin-top: 80px;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto
}

.left-image-block {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.play-video-icon {
	-webkit-transition: -webkit-transform 250ms ease-out;
	transition: transform 250ms ease-out;
	transition: transform 250ms ease-out, -webkit-transform 250ms ease-out
}

.play-video-icon:hover {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1)
}

.service-block {
	padding: 40px;
	border: 1px solid #262727
}

.service-title-text {
	margin-top: 20px;
}

.section-title {
	margin-top: 20px;
	margin-bottom: 0
}

.section-title.white {
	color: #fff
}

.section-subtitle {
	margin-top: 0;
	margin-bottom: 0
}

.subtitle-title {
	margin-left: 20px
}

.subtitle-title._0margin {
	margin-left: 0
}

.divider {
	width: 100%;
	height: 1px;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	background-color: rgba(32, 35, 37, .1)
}

.service-title {
	margin-bottom: 18px;
	height: 50px;
}

.service-text {
	color: #434343;
	line-height: 26px
}

.featured-projects-grid {
	display: -ms-grid;
	display: grid;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto
}

.project-small-image {
	padding: 10px;
	background-color: #eaeaea;
	-webkit-transition: background-color 250ms ease-in-out;
	transition: background-color 250ms ease-in-out
}

.project-small-image:hover {
	background-color: #202325
}

.project-text {
	opacity: .8;
	color: #434343
}

.project-title {
	margin-top: 16px;
	margin-bottom: 18px
}

.project-title:hover {
	text-decoration: underline
}

.project-category {
	color: #c88440;
	letter-spacing: 1px
}

.category-name-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.featured-tabs-menu {
	position: absolute;
	left: auto;
	top: -65px;
	right: 0;
	bottom: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-right: 120px;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end
}

.tabs-content {
	margin-top: 80px
}

.featured-tab-link {
	margin-left: -1px;
	padding-top: 15px;
	padding-bottom: 15px;
	border: 1px solid #262727;
	background-color: transparent
}

.featured-tab-link.current {
	border: 1px solid #262727;
	background-color: #eaeaea;
	color: #202325
}

.testimonials-grid {
	display: -ms-grid;
	display: grid;
	margin-top: 80px;
	-webkit-box-align: start;
	-webkit-align-items: start;
	-ms-flex-align: start;
	align-items: start;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	-ms-grid-columns: 1fr 1fr 1fr;
	grid-template-columns: 1fr 1fr 1fr;
	-ms-grid-rows: auto;
	grid-template-rows: auto
}

.testimonial-block {
	padding: 40px;
	background-color: #eaeaea;
	-webkit-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
	cursor: crosshair
}

.testimonial-block:hover {
	background-color: #fff
}

.client-image-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px
}

.client-name-info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: 14px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.client-name {
	margin-top: 0;
	margin-bottom: 7px;
	font-weight: 500
}

.footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #202325;
	background-color: #fff
}

.footer-grid {
	display: -ms-grid;
	display: grid;
	margin-top: 100px;
	margin-bottom: 70px;
	justify-items: stretch;
	grid-auto-columns: 1fr;
	grid-column-gap: 40px;
	grid-row-gap: 16px;
	-ms-grid-columns: auto auto auto;
	grid-template-columns: auto auto auto;
	-ms-grid-rows: auto;
	grid-template-rows: auto
}

.block-footer {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start
}

.bottom-footer {
	margin-bottom: 30px
}

.footer-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1400px;
	margin-right: 30px;
	margin-left: 30px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column
}

.footer-link {
	margin-bottom: 22px;
	opacity: .8;
	-webkit-transition: opacity .3s ease-in-out, color .3s ease-in-out;
	transition: opacity .3s ease-in-out, color .3s ease-in-out;
	font-size: 18px
}

.footer-link:hover {
	opacity: 1;
	color: #c88440;
	text-decoration: underline
}

.footer-address {
	opacity: .8;
	color: #434343;
	font-size: 18px;
	line-height: 30px
}

.footer-title {
	margin-top: 0;
	margin-bottom: 22px
}

.image-right {
	width: 816px;
	height: 534px;
	padding: 10px;
	border: 1px solid hsla(0, 0%, 100%, .1)
}

.navbar-bg {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #202325;
	background-color: #fff;
	opacity: 0
}

.inner-title {
	margin-top: 0;
	margin-bottom: 0
}

.inner-title.white-text {
	color: #fff
}

.content {
	padding: 16px;
}

.sticky {
	position: fixed;
	top: 0;
	width: 100%;
}

.sticky+.content {
	padding-top: 60px;
}

.service-image{
	width: 100%;
	text-align: center;
}

.etapa-dial {
	position: relative;
	margin-bottom: 120px
}

.etapa-dial img {
	filter: gray;
	-webkit-filter: grayscale(1);
	-webkit-transition: all .4s ease-in-out
}

.etapa-dial img:hover {
	filter: none;
	-webkit-filter: grayscale(0);
	-webkit-transform: scale(1.01)
}

.etapa-info {
	position: absolute;
	z-index: 9;
	left: 0;
	right: 0;
	bottom: -80px;
	background: #fff;
	text-align: center;
	margin: 0 auto;
	padding: 20px;
	width: 90%
}

.etapa-no {
	width: 85px;
	height: 85px;
	border-radius: 100%;
	border: 1px solid #d7d7d6;
	padding: 25px 5px;
	font-size: 50px;
	color: #aeb0af;
	font-family: Roboto-Light, sans-serif;
	text-align: center;
	margin: 0 auto;
}

.etapa-title {
	font-size: 26px;
	color: #000;
	font-family: Roboto-Light, sans-serif;
	text-align: center;
	margin: 10px
}

.etapa-text {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	font-family: Roboto-Light, sans-serif;
	text-align: center
}

.d-flex {
	display:-ms-flexbox!important;
	display:flex!important
}

.justify-content-center {
	-ms-flex-pack:center!important;
	justify-content:center!important
}

.etape-line-left {
	background: #c88440;
	height: 5px;
	width: 80px
}

.subtitle-etape {
	font-size: 22px;
	font-family: Roboto-Regular, sans-serif;
	margin: 0 10px
}

.etape-line-right {
	background: #c88440;
	height: 5px;
	width: 80px
}

.title-etape {
	font-size: 45px;
	font-family: Roboto-Light, sans-serif;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px
}

.align-items-center {
	-ms-flex-align: center !important;
	align-items: center !important;
}

.lightbox-link{
	position:absolute;
	z-index:999
}





@media screen and (max-width:991px) {
	.brand {
		padding-left: 0
	}
	.navbar {
		padding: 0px;
		position: sticky;
	}
	.navbar a{
		padding: 0px;
	}
	.menu-icon {
		font-size: 30px;
		font-weight: 400
	}
	.nav-block {
		position: -webkit-sticky;
		position: sticky;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: 60px;
		margin-right: 0;
		margin-left: 0;
		padding-right: 0;
		padding-left: 0
	}
	.nav-link {
		margin-right: auto;
		margin-left: 0;
		padding-top: 10px;
		padding-bottom: 10px;
		padding-left: 0;
		opacity: 1;
		-webkit-transition: color .3s ease-in-out;
		transition: color .3s ease-in-out;
		color: #202325
	}
	.nav-link:hover {
		color: #c88440
	}
	.nav-link.current {
		color: #434343
	}
	.menu-block {
		margin-left: 0
	}
	.nav-menu {
		margin-top: -1px;
		padding: 15px 10px 15px 20px;
		border: 1px solid #202325;
		background-color: #fff;
		margin-left: 5px;
	}
	.header-block {
		margin-right: 30px;
		margin-left: 30px
	}
	.header-block.inner-page.project {
		margin-top: 120px
	}
	.header-block.inner-page.about {
		margin-top: 110px;
		margin-bottom: 70px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.block-content {
		margin-top: 10px;
		margin-bottom: 10px
	}
	.block-content.offices {
		grid-row-gap: 29px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: auto auto;
		grid-template-rows: auto auto
	}
	.block-content.contanct {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.home-text {
		line-height: 1.6em
	}
	.text-info {
		font-size: 14px;
		line-height: 1.4em
	}
	.info-block {
		margin-top: 40px;
		margin-right: 0;
		margin-left: 0;
		padding: 24px;
		grid-column-gap: 5px;
	}
	.number {
		line-height: 1em
	}
	.title-text {
		margin-left: 0
	}
	.text-info-block {
		margin-top: 10px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start
	}
	.quote-text {
		line-height: 1.6em
	}
	.quote-block {
		margin-top: 35px;
		margin-left: 0
	}
	.service-grid {
		margin-top: 60px;
		grid-column-gap: 20px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.service-block {
		padding: 24px
	}
	.section-title {
		line-height: 1.2em;
		text-align: center;
	}
	.section-subtitle {
		line-height: 1em
	}
	.subtitle-title {
		margin-left: 0
	}
	.service-title {
		line-height: 1.3em
	}
	.service-text {
		line-height: 1.6em
	}
	.featured-projects-grid {
		grid-row-gap: 40px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: auto auto auto;
		grid-template-rows: auto auto auto
	}
	.project-text {
		line-height: 1.4em
	}
	.project-title {
		line-height: 1.5em;
		text-align: center;
	}
	.project-category {
		line-height: 1em
	}
	.tabs-content {
		margin-top: 60px
	}
	.post-category {
		line-height: 1em
	}
	.post-title {
		line-height: 1.4em
	}
	.post-info-block {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-top: 30px;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column
	}
	.post-block {
		padding-bottom: 30px
	}
	.footer-block {
		margin-left: 30px
	}
	.footer-link {
		line-height: 1em
	}
	.footer-address {
		line-height: 1.7em
	}
	.powered {
		line-height: 1em
	}
	.navbar-bg {
		margin-top: -1px
	}
	.post-date {
		line-height: 1.2em
	}
	.grid-color {
		-ms-grid-columns: 1fr 1fr;
		grid-template-columns: 1fr 1fr;
		-ms-grid-rows: auto auto;
		grid-template-rows: auto auto
	}
	.projects-grid {
		grid-row-gap: 40px;
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
		-ms-grid-rows: auto auto auto;
		grid-template-rows: auto auto auto
	}
	.inner-tabs-menu {
		margin-top: -67px;
		margin-right: 0
	}
	.inner-title {
		line-height: 1.4em
	}
	.inner-page-tab-link {
		line-height: 1em
	}
	.contanct-form-block {
		max-width: none
	}
	.contanct-info-grid {
		margin-top: 40px;
		margin-bottom: 50px;
		grid-column-gap: 41px;
		-ms-grid-columns: 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr;
		-ms-grid-rows: auto;
		grid-template-rows: auto
	}
	.text-field, .text-field.utility-input {
		font-size: 16px
	}
	.project-info-grid {
		margin-top: 50px;
		grid-column-gap: 14px;
		-ms-grid-columns: auto 1px auto 1px auto 1px auto;
		grid-template-columns: auto 1px auto 1px auto 1px auto
	}
	.project-info-block {
		margin-left: 0
	}
	.project-info-text {
		margin-top: 15px
	}
	.left-block {
		display: none;
	}
	.right-block {
		width: 100%;
		margin-left: 0px;
	}
	.small-block{
		display: inline-block;
	}
	.images-block {
		margin-top: 60px;
		margin-bottom: 60px;
		flex-direction: column;
	}
	.home-title-big {
		display:none;
	}
	.home-title-small {
		margin-top: 0;
		margin-bottom: 0;
		color: #fff;
		text-align: center;
		display: inline-block;
	}
	.footer-grid{
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
	.title-etape{
		line-height: 1.2em;
	}
	.subtitle-etape {
		text-align: center;
	}
}

.price{
	font-size: 1.7em;
	color: white;
}

.price-details{
	font-size: 0.8em;
	color: white;
}