@-moz-keyframes button {
	0% {
		left: -300px
	}

	to {
		left: 400px
	}
}

@-webkit-keyframes button {
	0% {
		left: -300px
	}

	to {
		left: 400px
	}
}

@-o-keyframes button {
	0% {
		left: -300px
	}

	to {
		left: 400px
	}
}

@keyframes button {
	0% {
		left: -300px
	}

	to {
		left: 400px
	}
}

@-moz-keyframes spin {
	0% {
		-moz-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-moz-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@-o-keyframes spin {
	0% {
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(-360deg);
		-moz-transform: rotate(-360deg);
		-o-transform: rotate(-360deg);
		transform: rotate(-360deg)
	}
}

@-moz-keyframes yasheff-wave {
	0% {
		background-position-y: 0
	}

	to {
		background-position-y: 150px
	}
}

@-webkit-keyframes yasheff-wave {
	0% {
		background-position-y: 0
	}

	to {
		background-position-y: 150px
	}
}

@-o-keyframes yasheff-wave {
	0% {
		background-position-y: 0
	}

	to {
		background-position-y: 150px
	}
}

@keyframes yasheff-wave {
	0% {
		background-position-y: 0
	}

	to {
		background-position-y: 150px
	}
}

@-moz-keyframes pulsation {
	0% {
		-moz-transform: scale(.5);
		transform: scale(.5);
		opacity: 1
	}

	to {
		-moz-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@-webkit-keyframes pulsation {
	0% {
		-webkit-transform: scale(.5);
		transform: scale(.5);
		opacity: 1
	}

	to {
		-webkit-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@-o-keyframes pulsation {
	0% {
		-o-transform: scale(.5);
		transform: scale(.5);
		opacity: 1
	}

	to {
		-o-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@keyframes pulsation {
	0% {
		-webkit-transform: scale(.5);
		-moz-transform: scale(.5);
		-o-transform: scale(.5);
		transform: scale(.5);
		opacity: 1
	}

	to {
		-webkit-transform: scale(2);
		-moz-transform: scale(2);
		-o-transform: scale(2);
		transform: scale(2);
		opacity: 0
	}
}

@-moz-keyframes star {
	0% {
		width: 1px;
		height: 1px;
		opacity: .2
	}

	40%,
	60% {
		width: 2px;
		height: 2px;
		opacity: .5
	}

	50% {
		width: 3px;
		height: 3px;
		opacity: .9
	}

	to {
		width: 1px;
		height: 1px;
		opacity: 0
	}
}

@-webkit-keyframes star {
	0% {
		width: 1px;
		height: 1px;
		opacity: .2
	}

	40%,
	60% {
		width: 2px;
		height: 2px;
		opacity: .5
	}

	50% {
		width: 3px;
		height: 3px;
		opacity: .9
	}

	to {
		width: 1px;
		height: 1px;
		opacity: 0
	}
}

@-o-keyframes star {
	0% {
		width: 1px;
		height: 1px;
		opacity: .2
	}

	40%,
	60% {
		width: 2px;
		height: 2px;
		opacity: .5
	}

	50% {
		width: 3px;
		height: 3px;
		opacity: .9
	}

	to {
		width: 1px;
		height: 1px;
		opacity: 0
	}
}

@keyframes star {
	0% {
		width: 1px;
		height: 1px;
		opacity: .2
	}

	40%,
	60% {
		width: 2px;
		height: 2px;
		opacity: .5
	}

	50% {
		width: 3px;
		height: 3px;
		opacity: .9
	}

	to {
		width: 1px;
		height: 1px;
		opacity: 0
	}
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	min-width: 320px;
	font-size: 100%;
	-ms-overflow-style: scrollbar;
	-ms-text-size-adjust: 100%
}

body,
sub,
sup {
	position: relative
}

body,
html {
	margin: 0;
	height: 100%
}

body {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	color: #4e576b;
	background-color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	-webkit-font-smoothing: subpixel-antialiased !important;
	line-height: 1.4;
	-ms-backface-visibility: hidden
}

.slick-slide img,
details,
main {
	display: block
}

hr {
	overflow: visible;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

a {
	background-color: transparent
}

abbr[title] {
	text-decoration: underline dotted;
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	-moz-text-decoration: underline dotted
}

b,
strong {
	font-weight: 600
}

sub,
sup {
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0
}

sub {
	bottom: -.25em
}

sup {
	top: -.5em
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15
}

button,
input {
	overflow: visible
}

button,
select {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
	outline: 1px dotted ButtonText
}

fieldset {
	margin: 0;
	padding: 0;
	border: 0
}

legend {
	display: table;
	max-width: 100%;
	white-space: normal;
	color: inherit
}

progress {
	vertical-align: baseline
}

textarea {
	overflow: auto
}

[type=checkbox],
[type=radio],
legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: textfield
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

summary {
	display: list-item
}

[hidden],
template {
	display: none
}

@font-face {
	font-family: "Montserrat";
	src: url(../../../themes/main/assets/fonts/Montserrat-Regular/Montserrat-Regular.eot);
	src: url(../../../themes/main/assets/fonts/Montserrat-Regular/Montserrat-Regular.woff2) format("woff2"), url(../../../themes/main/assets/fonts/Montserrat-Regular/Montserrat-Regular.woff) format("woff"), url(../../../themes/main/assets/fonts/Montserrat-Regular/Montserrat-Regular.ttf) format("truetype"), url(../../../themes/main/assets/fonts/Montserrat-Regular/Montserrat-Regular.svg) format("svg"), url(../../../themes/main/assets/fonts/Montserrat-Regular/Montserrat-Regular-1.eot) format("embedded-opentype");
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Montserrat";
	src: url(../../../themes/main/assets/fonts/Montserrat-Medium/Montserrat-Medium.eot);
	src: url(../../../themes/main/assets/fonts/Montserrat-Medium/Montserrat-Medium.woff2) format("woff2"), url(../../../themes/main/assets/fonts/Montserrat-Medium/Montserrat-Medium.woff) format("woff"), url(../../../themes/main/assets/fonts/Montserrat-Medium/Montserrat-Medium.ttf) format("truetype"), url(../../../themes/main/assets/fonts/Montserrat-Medium/Montserrat-Medium.svg) format("svg"), url(../../../themes/main/assets/fonts/Montserrat-Medium/Montserrat-Medium-1.eot) format("embedded-opentype");
	font-weight: 500;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Montserrat";
	src: url(../../../themes/main/assets/fonts/Montserrat-SemiBold/Montserrat-SemiBold.eot);
	src: url(../../../themes/main/assets/fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff2) format("woff2"), url(../../../themes/main/assets/fonts/Montserrat-SemiBold/Montserrat-SemiBold.woff) format("woff"), url(../../../themes/main/assets/fonts/Montserrat-SemiBold/Montserrat-SemiBold.ttf) format("truetype"), url(../../../themes/main/assets/fonts/Montserrat-SemiBold/Montserrat-SemiBold.svg) format("svg"), url(../../../themes/main/assets/fonts/Montserrat-SemiBold/Montserrat-SemiBold-1.eot) format("embedded-opentype");
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: "Montserrat";
	src: url(../../../themes/main/assets/fonts/Montserrat-Bold/Montserrat-Bold.eot);
	src: url(../../../themes/main/assets/fonts/Montserrat-Bold/Montserrat-Bold.woff2) format("woff2"), url(../../../themes/main/assets/fonts/Montserrat-Bold/Montserrat-Bold.woff) format("woff"), url(../../../themes/main/assets/fonts/Montserrat-Bold/Montserrat-Bold.ttf) format("truetype"), url(../../../themes/main/assets/fonts/Montserrat-Bold/Montserrat-Bold.svg) format("svg"), url(../../../themes/main/assets/fonts/Montserrat-Bold/Montserrat-Bold-1.eot) format("embedded-opentype");
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

.container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.hidden {
	display: none
}

.sr-only,
.visually-hidden {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0
}

.clearfix {
	*zoom: 1
}

.clearfix:after,
.clearfix:before {
	display: table;
	content: ""
}

.clearfix:after {
	clear: both
}

.float-left {
	float: left !important
}

.float-right {
	float: right !important
}

.float-none {
	float: none !important
}

.color-red {
	color: #f61c0d !important
}

.color-yellow {
	color: #f3c766 !important
}

.color-blue {
	color: #2754eb !important
}

.color-green {
	color: #f5ba33 !important
}

.color-text {
	color: #4e576b !important
}

.color-text-muted {
	color: #6c757d !important
}

.color-bg {
	color: $color-bg !important
}

@-ms-viewport {
	width: device-width
}

[tabindex="-1"]:focus {
	outline: 0 !important
}

[role=button] {
	cursor: pointer
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle
}

textarea {
	resize: vertical
}

input,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

:focus,
:hover,
a,
button,
input {
	-webkit-tap-highlight-color: transparent
}

:focus {
	outline: #2754eb auto 1px;
	outline-offset: 2px
}

.fit-vids-style,
.slick-slide.slick-loading img {
	display: none
}

iframe,
img {
	border: 0
}

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit
}

body:after {
	display: table;
	clear: both;
	content: ""
}

h1,
h3,
h4,
h6 {
	font-weight: 400
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 .8em;
	word-wrap: break-word;
	word-break: break-word;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	line-height: 1.4;
	overflow-wrap: break-word
}

h1 {
	margin-bottom: .8em;
	font-size: 42px
}

h2 {
	margin-bottom: .6em;
	font-size: 30px
}

h3,
h4,
h6 {
	margin-bottom: 1em;
	font-size: 18
}

h4,
h6 {
	font-size: 16px
}

h5 {
	font-size: 12px;
	font-weight: 400
}

h6 {
	font-size: 13px
}

address,
blockquote,
dl,
figure,
ol,
p,
pre,
table,
ul {
	margin: 0 0 1.4em
}

a,
button {
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

a,
a:hover {
	text-decoration: underline
}

a:hover {
	color: #f3c766
}

a,
a:active {
	color: inherit
}

button {
	cursor: pointer
}

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

ol,
ul {
	padding-left: 2em
}

ol li,
ul li {
	margin: 0 0 .8em
}

.field__field input,
.field__field select,
.field__field textarea,
table {
	width: 100%
}

.mark,
mark {
	padding: .2em;
	background-color: #fcf8e3
}

.small,
small {
	font-size: .8em
}

em,
i {
	font-style: italic
}

.text-left {
	text-align: left
}

.text-right {
	text-align: right
}

.center,
.pretitle,
.text-center,
.title {
	text-align: center
}

.text-tight p,
p.text-tight {
	margin-bottom: .5em
}

.pretitle,
.title {
	display: block;
	font-family: "Montserrat", sans-serif;
	line-height: 1.4
}

.pretitle {
	margin: 0 auto 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(78, 87, 107, .5);
	font-size: 12px;
	font-weight: 700
}

.title {
	max-width: 780px;
	margin: 0 auto 60px;
	color: #4e576b;
	font-size: 42px;
	font-weight: 400
}

.c-cutting__text p b,
.c-cutting__text p strong,
.c-design__item-caption b,
.c-design__item-caption strong,
.menu-company__item-text b,
.menu-company__item-text p b,
.menu-company__item-text p strong,
.menu-company__item-text strong,
.title b,
.title strong,
h2 {
	font-weight: 600
}

.svg-icon {
	display: inline-block;
	width: 1em;
	height: 1em;
	fill: currentColor
}

.svg-icon--3d {
	width: 1em;
	font-size: 3.5rem
}

.svg-icon--answer {
	width: 1em;
	font-size: 2rem
}

.svg-icon--ax {
	width: 1em;
	font-size: 2.5rem
}

.svg-icon--ax-sm {
	width: 1em;
	font-size: .875rem
}

.svg-icon--builder {
	width: 1em;
	font-size: 2.5rem
}

.svg-icon--calculator {
	width: 1em;
	font-size: 1.875rem
}

.svg-icon--camera {
	width: 1em;
	font-size: 2.25rem
}

.svg-icon--clock {
	width: 1em;
	font-size: 2rem
}

.svg-icon--clock-sm {
	width: 1em;
	font-size: .875rem
}

.svg-icon--contract {
	width: 1em;
	font-size: 2.625rem
}

.svg-icon--cost {
	width: 1em;
	font-size: 2rem
}

.svg-icon--eco {
	width: 1em;
	font-size: 2.25rem
}

.svg-icon--email-sm {
	width: 1em;
	font-size: .875rem
}

.svg-icon--eye {
	width: 1em;
	font-size: 1.5rem
}

.svg-icon--fire {
	width: 1em;
	font-size: 2.25rem
}

.svg-icon--forest {
	width: 1em;
	font-size: 2.625rem
}

.svg-icon--furniture {
	width: 1em;
	font-size: 2.1875rem
}

.svg-icon--guarantee {
	width: 1em;
	font-size: 2.625rem
}

.svg-icon--heart {
	width: 1em;
	font-size: 2rem
}

.svg-icon--home {
	width: 1em;
	font-size: .875rem
}

.svg-icon--house {
	width: 1em;
	font-size: 2.5rem
}

.svg-icon--house-heart,
.svg-icon--houses {
	width: 1em;
	font-size: 2.625rem
}

.svg-icon--icon,
.svg-icon--key {
	width: 1em;
	font-size: 2.125rem
}

.svg-icon--light {
	width: .486486486486487em;
	font-size: 2.3125rem
}

.svg-icon--lungs {
	width: 1em;
	font-size: 2.75rem
}

.svg-icon--pdf {
	width: 1em;
	font-size: 1.25rem
}

.svg-icon--phone-sm {
	width: 1em;
	font-size: .875rem
}

.svg-icon--piggy-bank {
	width: 1em;
	font-size: 1.5rem
}

.svg-icon--pin-sm {
	width: 1em;
	font-size: .875rem
}

.svg-icon--pine {
	width: 1em;
	font-size: 1.875rem
}

.svg-icon--pine-sm {
	width: 1em;
	font-size: .875rem
}

.svg-icon--plan {
	width: 1em;
	font-size: 2rem
}

.svg-icon--play {
	width: .8em;
	font-size: 1.25rem
}

.svg-icon--plumbing {
	width: 1em;
	font-size: 2.1875rem
}

.svg-icon--plus {
	width: 1em;
	font-size: .875rem
}

.svg-icon--project {
	width: 1em;
	font-size: 2.75rem
}

.svg-icon--refresh {
	width: 1em;
	font-size: 2rem
}

.svg-icon--roof {
	width: 1em;
	font-size: 2.8125rem
}

.svg-icon--ruble {
	width: 1em;
	font-size: 2rem
}

.svg-icon--ruble-sm {
	width: 1em;
	font-size: .875rem
}

.svg-icon--sewerage {
	width: 1em;
	font-size: 2.1875rem
}

.svg-icon--shield-sm {
	width: 1em;
	font-size: .875rem
}

.svg-icon--sleep {
	width: 1em;
	font-size: 2.75rem
}

.svg-icon--square {
	width: 1em;
	font-size: 2.5rem
}

.svg-icon--target {
	width: 1em;
	font-size: 2rem
}

.svg-icon--telephone-sm {
	width: 1em;
	font-size: .875rem
}

.svg-icon--temperature {
	width: 1em;
	font-size: 2rem
}

.svg-icon--user-sm {
	width: 1em;
	font-size: .875rem
}

.svg-icon--video-camera {
	width: 1em;
	font-size: 2.25rem
}

.svg-icon--yasheff {
	width: 1em;
	font-size: 1rem
}

.svg-icon--wheel-saw {
	width: 1em;
	font-size: 2.5rem
}

.svg-icon--wood {
	width: 1em;
	font-size: 2.125rem
}

.svg-icon--wood-house-sm {
	width: 1em;
	font-size: 1rem
}

.js-focus-visible :focus:not(.focus-visible) {
	outline: 0
}

.slick-list,
.slick-slider {
	position: relative;
	display: block
}

.slick-slider {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-khtml-user-select: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none
}

.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-right: auto;
	margin-left: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir=rtl] .slick-slide {
	float: right
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.slick-next,
.slick-prev {
	position: absolute;
	z-index: 20;
	top: 50%;
	display: block;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	padding: 0;
	color: transparent;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
	font-size: 0
}

.slick-next::before,
.slick-prev::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 11px;
	height: 11px;
	margin-top: -6px;
	content: "";
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 2px;
	border-color: #999
}

.slick-next:hover,
.slick-next:hover::before,
.slick-prev:hover,
.slick-prev:hover::before {
	border-color: #f3c766
}

.slick-next:active,
.slick-prev:active {
	border-color: #e5e5e5
}

.slick-next:active::before,
.slick-prev:active::before {
	border-color: #999
}

.slick-next.slick-disabled,
.slick-prev.slick-disabled {
	cursor: default
}

.slick-next.slick-disabled::before,
.slick-prev.slick-disabled::before {
	border-color: #eee
}

.slick-prev {
	left: 0
}

.slick-prev::before {
	margin-left: -4px;
	border-style: none none solid solid
}

.slick-next {
	right: 0
}

.slick-next::before {
	margin-left: -6px;
	border-style: solid solid none none
}

.slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	max-width: 100%;
	margin: 30px 0 0;
	padding: 0;
	list-style: none;
	text-align: center;
	font-size: 0;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-align: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center
}

.slick-dots li,
.slick-dots li button {
	position: relative;
	display: inline-block
}

.slick-dots li {
	margin: 10px 5px 0;
	vertical-align: top
}

.slick-dots li button {
	overflow: hidden;
	width: 16px;
	height: 16px;
	padding: 0;
	cursor: pointer;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	color: transparent;
	border: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	outline: 0;
	font-size: 0
}

.persons .slick-dots li button:hover,
.slick-dots li button:hover {
	background-color: #f3c766
}

.slick-dots li button,
.slick-dots li button:active {
	background-color: #efefef
}

.slick-dots li.slick-active button {
	width: 32px;
	height: 16px
}

.mfp-bg {
	position: fixed;
	z-index: 1042;
	overflow: hidden;
	opacity: .8;
	background: #0b0b0b
}

.mfp-bg,
.mfp-container,
.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.mfp-wrap {
	position: fixed;
	z-index: 1043;
	-webkit-backface-visibility: hidden;
	outline: 0 !important
}

.mfp-container {
	position: absolute;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center
}

.mfp-container:before,
.mfp-content {
	display: inline-block;
	vertical-align: middle
}

.mfp-container:before {
	height: 100%;
	content: ""
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	z-index: 1045;
	margin: 0 auto;
	text-align: left
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure,
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	position: absolute;
	z-index: 1044;
	top: 50%;
	right: 8px;
	left: 8px;
	width: auto;
	margin-top: -.8em;
	text-align: center;
	color: #ccc
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

button.mfp-arrow,
button.mfp-close {
	z-index: 1046;
	display: block;
	overflow: visible;
	padding: 0;
	cursor: pointer;
	border: 0;
	outline: 0;
	background: 0 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-appearance: none
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0 0 18px 10px;
	text-align: center;
	text-decoration: none;
	opacity: .65;
	color: #fff;
	font-family: Arial, Baskerville, monospace;
	font-size: 28px;
	font-style: normal;
	line-height: 44px
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	right: -6px;
	width: 100%;
	padding-right: 6px;
	text-align: right;
	color: #fff
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	white-space: nowrap;
	color: #ccc;
	font-size: 12px;
	line-height: 18px
}

.mfp-arrow {
	position: absolute;
	top: 50%;
	width: 90px;
	height: 110px;
	margin: -55px 0 0;
	padding: 0;
	opacity: .65;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	margin-top: 35px;
	margin-left: 35px;
	content: "";
	border: medium inset transparent
}

.mfp-arrow:after {
	top: 8px;
	border-top-width: 13px;
	border-bottom-width: 13px
}

.mfp-arrow:before {
	opacity: .7;
	border-top-width: 21px;
	border-bottom-width: 21px
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	margin-left: 31px;
	border-right: 17px solid #fff
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	margin-left: 39px;
	border-left: 17px solid #fff
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	width: 100%;
	max-width: 900px;
	line-height: 0
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	overflow: hidden;
	width: 100%;
	height: 0;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: #000;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.mfp-figure:after,
img.mfp-img {
	display: block;
	width: auto;
	height: auto
}

img.mfp-img {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 40px 0
}

.mfp-figure,
img.mfp-img {
	line-height: 0
}

.mfp-figure:after {
	position: absolute;
	z-index: -1;
	top: 40px;
	right: 0;
	bottom: 40px;
	left: 0;
	content: "";
	background: #444;
	-webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	-moz-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
	box-shadow: 0 0 8px rgba(0, 0, 0, .6)
}

.mfp-figure small {
	display: block;
	color: #bdbdbd;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	margin-top: -36px;
	cursor: auto
}

.mfp-title {
	padding-right: 36px;
	text-align: left;
	word-wrap: break-word;
	color: #f3f3f3;
	line-height: 18px
}

.mfp-image-holder .mfp-content,
img.mfp-img {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

.mfp-container {
	padding: 0
}

.mfp-zoom-in .popup {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.mfp-zoom-in.mfp-bg {
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	opacity: 0;
	background-color: #151719
}

.mfp-zoom-in.mfp-ready .popup {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1
}

.mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 1
}

.mfp-zoom-in.mfp-removing .popup {
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0
}

.mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0
}

.mfp-counter {
	display: none
}

.irs,
.irs-line {
	position: relative;
	display: block
}

.irs {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: Arial, sans-serif;
	font-size: 12px;
	-webkit-touch-callout: none
}

.irs-line {
	overflow: hidden;
	outline: 0 !important
}

.irs-bar,
.irs-shadow {
	position: absolute;
	left: 0;
	display: block;
	width: 0
}

.irs-shadow {
	display: none
}

.irs-handle {
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.irs-handle.type_last {
	z-index: 2
}

.irs-handle,
.irs-max,
.irs-min {
	position: absolute;
	display: block;
	cursor: default
}

.irs-min {
	left: 0
}

.irs-max {
	right: 0
}

.irs-from,
.irs-single,
.irs-to {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	cursor: default;
	white-space: nowrap
}

.irs-grid {
	position: absolute;
	bottom: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 20px
}

.irs-with-grid .irs-grid {
	display: block
}

.irs-grid-pol {
	position: absolute;
	top: 0;
	left: 0;
	width: 1px;
	height: 8px;
	background: #000
}

.irs-grid-pol.small {
	height: 4px
}

.irs-grid-text {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 3px;
	text-align: center;
	white-space: nowrap;
	color: #000;
	font-size: 9px;
	line-height: 9px
}

.irs-disable-mask {
	position: absolute;
	z-index: 2;
	top: 0;
	left: -1%;
	display: block;
	width: 102%;
	height: 100%;
	cursor: default;
	background: 0 0
}

.lt-ie9 .irs-disable-mask {
	cursor: not-allowed;
	background: #000;
	filter: alpha(opacity=0)
}

.irs-disabled {
	opacity: .4
}

.irs-hidden-input {
	position: absolute !important;
	z-index: -9999 !important;
	top: 0 !important;
	left: 0 !important;
	display: block !important;
	overflow: hidden;
	width: 0 !important;
	height: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
	border-style: solid !important;
	border-color: transparent !important;
	outline: 0 !important;
	background: 0 0 !important;
	font-size: 0 !important;
	line-height: 0 !important
}

.irs--flat {
	height: 40px
}

.irs--flat.irs-with-grid {
	height: 60px
}

.irs--flat .irs-line {
	top: 25px;
	height: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #e1e4e9
}

.irs--flat .irs-bar {
	top: 25px;
	height: 12px;
	background-color: #ed5565
}

.irs--flat .irs-bar--single {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px
}

.irs--flat .irs-shadow {
	bottom: 16px;
	height: 1px;
	background-color: #e1e4e9
}

.irs--flat .irs-handle {
	top: 22px;
	width: 16px;
	height: 18px;
	background-color: transparent
}

.irs--flat .irs-handle>i:first-child {
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 2px;
	height: 100%;
	margin-left: -1px;
	background-color: #da4453
}

.irs--flat .irs-handle.state_hover>i:first-child,
.irs--flat .irs-handle:hover>i:first-child {
	background-color: #a43540
}

.irs--flat .irs-from,
.irs--flat .irs-max,
.irs--flat .irs-min,
.irs--flat .irs-single,
.irs--flat .irs-to {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-shadow: none;
	font-size: 10px;
	line-height: 1.333
}

.irs--flat .irs-max,
.irs--flat .irs-min {
	top: 0;
	padding: 1px 3px;
	color: #999;
	background-color: #e1e4e9
}

.irs--flat .irs-from,
.irs--flat .irs-single,
.irs--flat .irs-to {
	padding: 1px 5px;
	color: #fff;
	background-color: #ed5565
}

.irs--flat .irs-from:before,
.irs--flat .irs-single:before,
.irs--flat .irs-to:before {
	position: absolute;
	bottom: -6px;
	left: 50%;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	margin-left: -3px;
	content: "";
	border: 3px solid transparent;
	border-top-color: #ed5565
}

.irs--flat .irs-grid-pol {
	background-color: #e1e4e9
}

.irs--flat .irs-grid-text {
	color: #999
}

.irs--big,
.irs--modern {
	height: 55px
}

.irs--big.irs-with-grid {
	height: 70px
}

.irs--big .irs-line {
	top: 33px;
	height: 12px;
	border: 1px solid #ccc;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(-50%, #ddd), color-stop(150%, #fff));
	background: -webkit-linear-gradient(top, #ddd -50%, #fff 150%);
	background: -moz-linear-gradient(top, #ddd -50%, #fff 150%);
	background: -o-linear-gradient(top, #ddd -50%, #fff 150%);
	background: linear-gradient(to bottom, #ddd -50%, #fff 150%);
	background-color: #fff
}

.irs--big .irs-bar {
	top: 33px;
	height: 12px;
	border: 1px solid #428bca;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #428bca), to(#b9d4ec));
	background: -webkit-linear-gradient(top, #fff 0, #428bca 30%, #b9d4ec 100%);
	background: -moz-linear-gradient(top, #fff 0, #428bca 30%, #b9d4ec 100%);
	background: -o-linear-gradient(top, #fff 0, #428bca 30%, #b9d4ec 100%);
	background: linear-gradient(to bottom, #fff 0, #428bca 30%, #b9d4ec 100%);
	background-color: #92bce0;
	-webkit-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5);
	-moz-box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5);
	box-shadow: inset 0 0 1px 1px rgba(255, 255, 255, .5)
}

.irs--big .irs-bar--single {
	-webkit-border-radius: 12px 0 0 12px;
	-moz-border-radius: 12px 0 0 12px;
	border-radius: 12px 0 0 12px
}

.irs--big .irs-shadow {
	bottom: 16px;
	height: 1px;
	background-color: rgba(66, 139, 202, .5)
}

.irs--big .irs-handle {
	top: 25px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(0, 0, 0, .3);
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #b4b9be), to(#fff));
	background: -webkit-linear-gradient(top, #fff 0, #b4b9be 30%, #fff 100%);
	background: -moz-linear-gradient(top, #fff 0, #b4b9be 30%, #fff 100%);
	background: -o-linear-gradient(top, #fff 0, #b4b9be 30%, #fff 100%);
	background: linear-gradient(to bottom, #fff 0, #b4b9be 30%, #fff 100%);
	background-color: #cbcfd5;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px #fff;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px #fff;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .2), inset 0 0 3px 1px #fff
}

.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
	border-color: rgba(0, 0, 0, .45);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #919ba5), to(#fff));
	background: -webkit-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
	background: -moz-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
	background: -o-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
	background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%);
	background-color: #939ba7
}

.irs--big .irs-from,
.irs--big .irs-max,
.irs--big .irs-min,
.irs--big .irs-single,
.irs--big .irs-to {
	padding: 1px 5px;
	color: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: none
}

.irs--big .irs-max,
.irs--big .irs-min {
	top: 0;
	background-color: #9f9f9f
}

.irs--big .irs-from,
.irs--big .irs-single,
.irs--big .irs-to {
	background: -webkit-gradient(linear, left top, left bottom, from(#428bca), to(#3071a9));
	background: -webkit-linear-gradient(top, #428bca 0, #3071a9 100%);
	background: -moz-linear-gradient(top, #428bca 0, #3071a9 100%);
	background: -o-linear-gradient(top, #428bca 0, #3071a9 100%);
	background: linear-gradient(to bottom, #428bca 0, #3071a9 100%);
	background-color: #428bca
}

.irs--big .irs-grid-pol {
	background-color: #428bca
}

.irs--big .irs-grid-text {
	color: #428bca
}

.irs--modern.irs-with-grid {
	height: 55px
}

.irs--modern .irs-line {
	top: 25px;
	height: 5px;
	border: 1px solid #a3adc1;
	border-bottom-width: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: -webkit-gradient(linear, left top, left bottom, from(#e0e4ea), to(#d1d6e0));
	background: -webkit-linear-gradient(top, #e0e4ea 0, #d1d6e0 100%);
	background: -moz-linear-gradient(top, #e0e4ea 0, #d1d6e0 100%);
	background: -o-linear-gradient(top, #e0e4ea 0, #d1d6e0 100%);
	background: linear-gradient(to bottom, #e0e4ea 0, #d1d6e0 100%);
	background-color: #d1d6e0
}

.irs--modern .irs-bar {
	top: 25px;
	height: 5px;
	background: #20b426;
	background: -webkit-gradient(linear, left top, left bottom, from(#20b426), to(#18891d));
	background: -webkit-linear-gradient(top, #20b426 0, #18891d 100%);
	background: -moz-linear-gradient(top, #20b426 0, #18891d 100%);
	background: -o-linear-gradient(top, #20b426 0, #18891d 100%);
	background: linear-gradient(to bottom, #20b426 0, #18891d 100%)
}

.irs--modern .irs-bar--single {
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px
}

.irs--modern .irs-shadow {
	bottom: 21px;
	height: 1px;
	background-color: rgba(209, 214, 224, .5)
}

.irs--modern .irs-handle {
	top: 37px;
	width: 12px;
	height: 13px;
	border: 1px solid #a3adc1;
	border-top-width: 0;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	-webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
	box-shadow: 1px 1px 1px rgba(0, 0, 0, .1)
}

.irs--modern .irs-handle>i:nth-child(1) {
	position: absolute;
	top: -4px;
	left: 1px;
	display: block;
	width: 6px;
	height: 6px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 1px solid #a3adc1;
	background: #fff
}

.irs--modern .irs-handle>i:nth-child(2),
.irs--modern .irs-handle>i:nth-child(3) {
	position: absolute;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.irs--modern .irs-handle>i:nth-child(2) {
	top: 0;
	left: 0;
	width: 10px;
	height: 12px;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	background: #e9e6e6;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e9e6e6));
	background: -webkit-linear-gradient(top, #fff 0, #e9e6e6 100%);
	background: -moz-linear-gradient(top, #fff 0, #e9e6e6 100%);
	background: -o-linear-gradient(top, #fff 0, #e9e6e6 100%);
	background: linear-gradient(to bottom, #fff 0, #e9e6e6 100%)
}

.irs--modern .irs-handle>i:nth-child(3) {
	top: 3px;
	left: 3px;
	width: 4px;
	height: 5px;
	border-right: 1px solid #a3adc1;
	border-left: 1px solid #a3adc1
}

.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
	border-color: #7685a2;
	background: #c3c7cd;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(30%, #919ba5), to(#fff));
	background: -webkit-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
	background: -moz-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
	background: -o-linear-gradient(top, #fff 0, #919ba5 30%, #fff 100%);
	background: linear-gradient(to bottom, #fff 0, #919ba5 30%, #fff 100%)
}

.irs--modern .irs-handle.state_hover>i:nth-child(1),
.irs--modern .irs-handle:hover>i:nth-child(1) {
	border-color: #7685a2
}

.irs--modern .irs-handle.state_hover>i:nth-child(3),
.irs--modern .irs-handle:hover>i:nth-child(3) {
	border-color: #48536a
}

.irs--modern .irs-from,
.irs--modern .irs-max,
.irs--modern .irs-min,
.irs--modern .irs-single,
.irs--modern .irs-to {
	padding: 1px 5px;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-shadow: none;
	font-size: 10px;
	line-height: 1.333
}

.irs--modern .irs-max,
.irs--modern .irs-min {
	top: 0;
	background-color: #d1d6e0
}

.irs--modern .irs-from,
.irs--modern .irs-single,
.irs--modern .irs-to {
	background-color: #20b426
}

.irs--modern .irs-from:before,
.irs--modern .irs-single:before,
.irs--modern .irs-to:before {
	position: absolute;
	bottom: -6px;
	left: 50%;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	margin-left: -3px;
	content: "";
	border: 3px solid transparent;
	border-top-color: #20b426
}

.irs--modern .irs-grid {
	height: 25px
}

.irs--modern .irs-grid-pol {
	background-color: #dedede
}

.irs--modern .irs-grid-text {
	color: silver;
	font-size: 13px
}

.irs--sharp {
	height: 50px;
	font-size: 12px;
	line-height: 1
}

.irs--sharp.irs-with-grid {
	height: 57px
}

.irs--sharp .irs-line {
	top: 30px;
	height: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #000
}

.irs--sharp .irs-bar {
	top: 30px;
	height: 2px;
	background-color: #ee22fa
}

.irs--sharp .irs-bar--single {
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px
}

.irs--sharp .irs-shadow {
	bottom: 21px;
	height: 1px;
	background-color: rgba(0, 0, 0, .5)
}

.irs--sharp .irs-handle {
	top: 25px;
	width: 10px;
	height: 10px;
	background-color: #a804b2
}

.irs--sharp .irs-handle>i:first-child {
	position: absolute;
	top: 100%;
	left: 0;
	display: block;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #a804b2
}

.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
	background-color: #000
}

.irs--sharp .irs-handle.state_hover>i:first-child,
.irs--sharp .irs-handle:hover>i:first-child {
	border-top-color: #000
}

.irs--sharp .irs-from,
.irs--sharp .irs-max,
.irs--sharp .irs-min,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
	padding: 3px 4px;
	color: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background-color: #a804b2;
	font-size: 14px;
	line-height: 1
}

.irs--sharp .irs-max,
.irs--sharp .irs-min {
	top: 0;
	opacity: .4
}

.irs--sharp .irs-from,
.irs--sharp .irs-single,
.irs--sharp .irs-to {
	text-shadow: none
}

.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before,
.irs--sharp .irs-from:before,
.irs--sharp .irs-single:before,
.irs--sharp .irs-to:before {
	position: absolute;
	bottom: -6px;
	left: 50%;
	display: block;
	overflow: hidden;
	width: 0;
	height: 0;
	margin-left: -3px;
	content: "";
	border: 3px solid transparent;
	border-top-color: #a804b2
}

.irs--sharp .irs-grid {
	height: 25px
}

.irs--sharp .irs-grid-pol {
	background-color: #dedede
}

.irs--sharp .irs-grid-text {
	color: silver;
	font-size: 13px
}

.irs--round,
.irs--square {
	height: 50px
}

.irs--round.irs-with-grid {
	height: 65px
}

.irs--round .irs-line {
	top: 36px;
	height: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: #dee4ec
}

.irs--round .irs-bar {
	top: 36px;
	height: 4px;
	background-color: #006cfa
}

.irs--round .irs-bar--single {
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px
}

.irs--round .irs-shadow {
	bottom: 21px;
	height: 4px;
	background-color: rgba(222, 228, 236, .5)
}

.irs--round .irs-handle {
	top: 26px;
	width: 24px;
	height: 24px;
	border: 4px solid #006cfa;
	-webkit-border-radius: 24px;
	-moz-border-radius: 24px;
	border-radius: 24px;
	background-color: #fff;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
	-moz-box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
	box-shadow: 0 1px 3px rgba(0, 0, 255, .3)
}

.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover,
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
	background-color: #f0f6ff
}

.irs--round .irs-from,
.irs--round .irs-max,
.irs--round .irs-min,
.irs--round .irs-single,
.irs--round .irs-to {
	padding: 3px 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1
}

.irs--round .irs-max,
.irs--round .irs-min {
	top: 0;
	color: #333;
	background-color: rgba(0, 0, 0, .1)
}

.irs--round .irs-from,
.irs--round .irs-single,
.irs--round .irs-to {
	color: #fff;
	background-color: #006cfa;
	text-shadow: none
}

.irs--round .irs-from:before,
.irs--round .irs-single:before,
.irs--round .irs-to:before {
	border-top-color: #006cfa
}

.irs--round .irs-grid {
	height: 25px
}

.irs--round .irs-grid-pol {
	background-color: #dedede
}

.irs--round .irs-grid-text {
	color: silver;
	font-size: 13px
}

.irs--square.irs-with-grid {
	height: 60px
}

.irs--square .irs-line {
	top: 31px;
	height: 4px;
	background-color: #dedede
}

.irs--square .irs-bar {
	top: 31px;
	height: 4px;
	background-color: #000
}

.irs--square .irs-shadow {
	bottom: 21px;
	height: 2px;
	background-color: #dedede
}

.irs--square .irs-handle {
	top: 25px;
	width: 16px;
	height: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border: 3px solid #000;
	background-color: #fff
}

.irs--square .irs-max,
.irs--square .irs-min {
	top: 0;
	padding: 3px 5px;
	color: #333;
	background-color: rgba(0, 0, 0, .1);
	font-size: 14px;
	line-height: 1
}

.irs--square .irs-from,
.irs--square .irs-single,
.irs--square .irs-to {
	padding: 3px 5px;
	color: #fff;
	background-color: #000;
	text-shadow: none;
	font-size: 14px;
	line-height: 1
}

.irs--square .irs-grid {
	height: 25px
}

.irs--square .irs-grid-pol {
	background-color: #dedede
}

.irs--square .irs-grid-text {
	color: silver;
	font-size: 11px
}

.irs--custom {
	position: relative;
	height: 80px
}

.irs--custom .irs-line {
	top: 12px;
	height: 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff
}

.irs--custom .irs-bar {
	top: 12px;
	height: 18px;
	background-color: #f5ba33
}

.irs--custom .irs-bar--single {
	-webkit-border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	border-radius: 10px 0 0 10px
}

.irs--custom .irs-handle {
	top: 0;
	width: 40px;
	height: 40px;
	border: 6px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f3c766
}

.irs--custom .irs-max,
.irs--custom .irs-min {
	top: 65px;
	padding: 0;
	color: rgba(255, 255, 255, .3);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	font-weight: 400;
	line-height: 1
}

.button,
.irs--custom .irs-max,
.irs--custom .irs-min,
.irs--custom .irs-single {
	letter-spacing: .1em;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
}

.irs--custom .irs-single {
	padding: 0;
	color: rgba(255, 255, 255, .3);
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background-color: transparent;
	font-weight: 400;
	line-height: 1;
	top: 65px;
	color: #fff
}

.button {
	position: relative;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	overflow: hidden;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	min-height: 95px;
	padding: 21px 35px;
	cursor: pointer;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	text-transform: uppercase;
	border: 0;
	font-weight: 600;
	line-height: 20px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	perspective: 1000
}

.button::after,
.button::before {
	position: absolute;
	display: block;
	content: ""
}

.button,
.button::before {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 10px;
}

.button::before {
	z-index: 2;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	/* background: -webkit-gradient(linear, left top, right top, from(#2754eb), to(#6084ff)); */
	/* background: -webkit-linear-gradient(left, #2754eb 0, #6084ff 100%); */
	transform: perspective(250px) scale3d(0.99, 0.99, 0.99) translateY(5%);
	transition: ease 0.2s;
	background: #f5ba33;
}

.button::after {
	z-index: 10;
	top: -80px;
	width: 60px;
	height: 200px;
	-webkit-transition: opacity .3s;
	-moz-transition: opacity .3s;
	-o-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation-name: button;
	-moz-animation-name: button;
	-o-animation-name: button;
	animation-name: button;
	-webkit-animation-duration: 6s;
	-moz-animation-duration: 6s;
	-o-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	background: -webkit-gradient(linear, right top, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, .1)), to(rgba(255, 255, 255, 0)));
	background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0));
	background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0));
	background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0));
	background: linear-gradient(270deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .1) 50%, rgba(255, 255, 255, 0))
}

.button,
.button:hover {
	text-decoration: none;
	color: #483f38;
	background: -webkit-linear-gradient(90deg, #f5ba33 0%, #ffe187 100%);
	background: linear-gradient(90deg, #f5ba33 0%, #ffe187 100%);
}

.button:hover::before {
	opacity: 1
}

.button:active::before {
	opacity: 0
}

.button--outline {
	color: #f3c766;
	border: 1px solid #f3c766;
	background-color: transparent
}

.button--outline::before {
	display: none
}

.button--outline:active,
.button--outline:hover {
	color: #fff;
	border-color: #f3c766;
	background-color: #f3c766
}

.button--outline:active {
	color: #f3c766;
	border-color: transparent
}

.button--small {
	min-height: 44px;
	padding: 15px 28px;
	font-size: 9px;
	line-height: 12px
}

.button--mid,
.button--mid::before,
.button--small,
.button--small::before {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px
}

.button--mid {
	min-height: 46px;
	padding: 16px 34px;
	font-size: 12px;
	line-height: 12px
}

.button--green,
.button--green:hover {
	background-color: #f5ba33
}

.button--green::before {
	background-image: -webkit-gradient(linear, left top, right top, from(#f5ba33), to(#63df68));
	background-image: -webkit-linear-gradient(left, #f5ba33 0, #63df68 100%);
	background-image: -moz-linear-gradient(left, #f5ba33 0, #63df68 100%);
	background-image: -o-linear-gradient(left, #f5ba33 0, #63df68 100%);
	background-image: linear-gradient(90deg, #f5ba33 0, #63df68 100%)
}

.button--blue-light,
.button--blue-light:hover {
	background-color: #039be5
}

.button--blue-light::before {
	background-image: -webkit-gradient(linear, left top, right top, from(#039be5), to(#73d1ff));
	background-image: -webkit-linear-gradient(left, #039be5 0, #73d1ff 100%);
	background-image: -moz-linear-gradient(left, #039be5 0, #73d1ff 100%);
	background-image: -o-linear-gradient(left, #039be5 0, #73d1ff 100%);
	background-image: linear-gradient(90deg, #039be5 0, #73d1ff 100%)
}

.button--outline-gray {
	padding: 20px 35px
}

.button--outline-gray::after,
.button--outline-gray::before {
	display: none
}

.button--outline-gray:hover {
	color: #fff;
	border-color: #fff;
	background-color: transparent
}

.button--outline-gray,
.button--outline-gray:active {
	color: rgba(255, 255, 255, .3);
	border: 1px solid rgba(255, 255, 255, .3);
	background-color: transparent
}

.button--outline-gray:disabled {
	pointer-events: none;
	opacity: .2
}

.button__caption {
	position: relative;
	z-index: 20;
	flex: 0 1 auto;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.button__img,
.button__svg-icon {
	position: relative;
	display: inline-block
}

.button__svg-icon {
	top: -1px;
	flex: 0 0 auto;
	margin-right: 12px;
	margin-left: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.button--icon-right .button__svg-icon {
	order: 2;
	margin-right: 0;
	margin-left: 12px;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-ms-flex-order: 2;
	-webkit-order: 2
}

.button__img {
	z-index: 25;
	margin-right: 10px
}

.btn-menu {
	position: relative;
	z-index: 600;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 0;
	border: 0;
	background: 0 0;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.btn-menu--hidden {
	opacity: 0
}

.btn-menu--visible {
	position: fixed;
	top: 20px;
	left: 20px
}

.btn-menu--hidden.btn-menu--visible {
	opacity: 1
}

.btn-menu__main,
.btn-menu__main::after {
	display: block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.btn-menu__main {
	position: relative;
	flex: 0 0 auto;
	width: 53px;
	height: 53px;
	border: 1px solid #646870;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.btn-menu__main::after {
	position: absolute;
	top: 26px;
	left: 12px;
	width: 17px;
	height: 1px;
	content: "";
	background-color: #c4c4c4
}

.btn-menu:hover .btn-menu__main {
	color: #fff;
	border-color: #3c3f44;
	background-color: #3c3f44
}

.btn-menu:hover .btn-menu__main:after {
	left: 22px
}

.btn-menu.active .btn-menu__main::after,
.btn-video+span,
.c-video__caption span,
.field__field select option.hidden-option {
	display: none
}

.btn-menu--visible .btn-menu__main {
	border-color: transparent;
	background-color: rgba(38, 44, 57, .8)
}

.header--dark .btn-menu__main {
	border-color: #e0e0e2
}

.header--dark .btn-menu--visible .btn-menu__main {
	border-color: transparent
}

.btn-menu__icon,
.btn-menu__icon::after,
.btn-menu__icon::before {
	position: absolute;
	display: block;
	width: 27px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden
}

.btn-menu__icon {
	top: 18px;
	left: 12px;
	height: 17px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.btn-menu__icon::after,
.btn-menu__icon::before {
	left: 0;
	height: 1px;
	content: "";
	-webkit-transition: background-color .2s linear, -webkit-transform 70ms linear;
	-moz-transition: background-color .2s linear, transform 70ms linear, -moz-transform 70ms linear;
	-o-transition: background-color .2s linear, -o-transform 70ms linear;
	transition: background-color .2s linear, transform 70ms linear;
	transition: background-color .2s linear, transform 70ms linear, -webkit-transform 70ms linear, -moz-transform 70ms linear, -o-transform 70ms linear;
	background-color: #c4c4c4
}

.btn-menu__icon::before {
	top: 0;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	-ms-transform-origin: left top;
	-o-transform-origin: left top;
	transform-origin: left top
}

.btn-menu.active .btn-menu__icon::before {
	-webkit-transform: rotate(45deg) translate(3px, -4px);
	-moz-transform: rotate(45deg) translate(3px, -4px);
	-ms-transform: rotate(45deg) translate(3px, -4px);
	-o-transform: rotate(45deg) translate(3px, -4px);
	transform: rotate(45deg) translate(3px, -4px)
}

.btn-menu__icon::after {
	top: 16px;
	-webkit-transform-origin: left bottom;
	-moz-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	-o-transform-origin: left bottom;
	transform-origin: left bottom
}

.btn-menu.active .btn-menu__icon::after {
	-webkit-transform: rotate(-45deg) translate(2px, 4px);
	-moz-transform: rotate(-45deg) translate(2px, 4px);
	-ms-transform: rotate(-45deg) translate(2px, 4px);
	-o-transform: rotate(-45deg) translate(2px, 4px);
	transform: rotate(-45deg) translate(2px, 4px)
}

.header--dark .btn-menu__icon::after,
.header--dark .btn-menu__icon::before {
	background-color: #cccdd0
}

.btn-menu__caption {
	flex: 0 0 auto;
	margin: 0 0 0 24px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.btn-menu--visible .btn-menu__caption {
	opacity: 0
}

.header--dark .btn-menu__caption {
	color: #8e9197
}

.btn-video,
.btn-video::before {
	display: block;
	width: 320px;
	height: 320px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.btn-video {
	position: relative;
	text-decoration: none
}

.btn-video::before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -160px;
	margin-left: -160px;
	content: "";
	-webkit-animation: spin 4s infinite linear;
	-moz-animation: spin 4s infinite linear;
	-o-animation: spin 4s infinite linear;
	animation: spin 4s infinite linear;
	background-image: url(../../../themes/main/assets/img/btn-video-bg.png);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 320px 320px;
	-moz-background-size: 320px;
	-o-background-size: 320px;
	background-size: 320px
}

.btn-video--about::before {
	background-image: url(../../../themes/main/assets/img/btn-video-dark-bg.png)
}

.btn-video .svg-icon,
.btn-video::after {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.btn-video::after {
	left: 50%;
	display: block;
	width: 114px;
	height: 114px;
	content: "";
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #2754eb
}

.btn-video .svg-icon {
	z-index: 10;
	left: 51%;
	fill: #fff
}

.btn-video:hover {
	text-decoration: none
}

.btn-video:hover::after {
	background-color: #3d65ed
}

.btn-more,
.btn-video__caption {
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif
}

.btn-video__caption {
	position: absolute;
	top: 50%;
	right: -170px;
	display: inline-block;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.7
}

.btn-more {
	width: 100%;
	max-width: 170px;
	padding: 0;
	text-align: center;
	border: 0;
	background-color: transparent;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.2
}

.btn-more .svg-icon {
	margin: 0 0 20px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	fill: rgba(255, 255, 255, .3)
}

.btn-more,
.btn-more:hover {
	color: #fff
}

.btn-more:hover .svg-icon {
	fill: #f3c766
}

.btn-more,
.btn-more__caption,
.field {
	display: block
}

.field {
	position: relative;
	width: 100%
}

.field__label {
	display: block;
	margin: 0;
	color: #262c39;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2
}

.field__required {
	color: #f61c0d
}

.field__hint {
	display: block;
	margin: 5px 0 0;
	color: #6c757d;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4
}

.field__field {
	position: relative
}

.field__field input {
	height: 54px
}

.field__field input,
.field__field select,
.field__field textarea {
	display: block;
	padding: 15px 50px 18px 22px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	color: #4e576b;
	border: 0;
	border-bottom: 1px solid #dadadb;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 20px
}

.field__field input,
.field__field textarea {
	background-color: #fff
}

.field__field select {
	height: 54px
}

.field__field input:invalid,
.field__field select:invalid,
.field__field textarea:invalid {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.field__field input:focus,
.field__field select:focus,
.field__field textarea:focus {
	border-color: #999;
	outline: 0
}

.field__field input::-webkit-input-placeholder,
.field__field select::-webkit-input-placeholder,
.field__field textarea::-webkit-input-placeholder {
	opacity: 1;
	color: rgba(78, 87, 107, .5)
}

.field__field input:-moz-placeholder,
.field__field select:-moz-placeholder,
.field__field textarea:-moz-placeholder {
	opacity: 1;
	color: rgba(78, 87, 107, .5)
}

.field__field input::-moz-placeholder,
.field__field select::-moz-placeholder,
.field__field textarea::-moz-placeholder {
	opacity: 1;
	color: rgba(78, 87, 107, .5)
}

.field__field input:-ms-input-placeholder,
.field__field select:-ms-input-placeholder,
.field__field textarea:-ms-input-placeholder {
	opacity: 1;
	color: rgba(78, 87, 107, .5)
}

.field__field input:input-placeholder,
.field__field select:input-placeholder,
.field__field textarea:input-placeholder {
	opacity: 1;
	color: rgba(78, 87, 107, .5)
}

.ios .field__field input,
.ios .field__field select,
.ios .field__field textarea {
	font-size: 16px
}

.field--error .field__field input,
.field--error .field__field select,
.field--error .field__field textarea {
	color: #f61c0d
}

.field--error .field__field input::-webkit-input-placeholder,
.field--error .field__field select::-webkit-input-placeholder,
.field--error .field__field textarea::-webkit-input-placeholder {
	opacity: 1;
	color: #f61c0d
}

.field--error .field__field input:-moz-placeholder,
.field--error .field__field select:-moz-placeholder,
.field--error .field__field textarea:-moz-placeholder {
	opacity: 1;
	color: #f61c0d
}

.field--error .field__field input::-moz-placeholder,
.field--error .field__field select::-moz-placeholder,
.field--error .field__field textarea::-moz-placeholder {
	opacity: 1;
	color: #f61c0d
}

.field--error .field__field input:-ms-input-placeholder,
.field--error .field__field select:-ms-input-placeholder,
.field--error .field__field textarea:-ms-input-placeholder {
	opacity: 1;
	color: #f61c0d
}

.field--error .field__field input:input-placeholder,
.field--error .field__field select:input-placeholder,
.field--error .field__field textarea:input-placeholder {
	opacity: 1;
	color: #f61c0d
}

.field__field select {
	background-color: #fff;
	background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23000000' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right .7em top 50%;
	-webkit-background-size: .65em auto;
	-moz-background-size: .65em auto;
	-o-background-size: .65em auto;
	background-size: .65em auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

.field__field select::-ms-expand {
	display: none
}

.field__field textarea {
	height: 120px;
	resize: none
}

.field__field select[multiple] {
	height: auto;
	background-image: none
}

.field__icon {
	position: absolute;
	top: 25px;
	right: 25px;
	display: inline-block;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #cdcecf
}

.field--error .field__icon {
	fill: #f61c0d
}

.field__error {
	display: none !important;
	margin: 5px 0 -5px;
	color: #f61c0d;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.2
}

.field--type-checkbox,
.field--type-radio {
	display: inline-block;
	width: auto
}

.field--type-checkbox input,
.field--type-radio input,
.field--type-radio-ext input {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0
}

.field--type-checkbox .field__label,
.field--type-radio .field__label {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 9px;
	font-weight: 400;
	line-height: 12px;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: start;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-webkit-touch-callout: none
}

.field--type-checkbox .field__label .field__caption,
.field--type-radio .field__label .field__caption {
	flex: 0 1 auto;
	margin-left: 8px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.field--type-checkbox .field__label .field__check,
.field--type-radio .field__label .field__check {
	position: relative;
	display: block;
	flex: 0 0 auto;
	width: 12px;
	height: 12px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	border: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #e7e7e7;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.field--type-checkbox .field__label .field__check {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

.field--type-radio input:checked+.field__check::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	margin-left: -3px;
	content: "";
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #888
}

.field--type-checkbox input:checked+.field__check::after {
	position: absolute;
	top: 2px;
	left: 4px;
	display: block;
	width: 4px;
	height: 7px;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 2px;
	border-style: none solid solid none;
	border-color: #888
}

.field--type-checkbox.field--error .field__label {
	color: #f61c0d
}

.field--type-checkbox .field__error {
	margin-top: 10px;
	padding-left: 20px;
	font-size: 10px
}

.field--type-radio-ext {
	position: relative;
	display: block;
	width: auto;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff
}

.field--type-radio-ext .field__figure {
	display: block;
	margin: 0;
	padding: 0
}

.field--type-radio-ext .field__figure img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0
}

.field--type-radio-ext .field__caption {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	min-height: 90px;
	margin: 0;
	padding: 15px 20px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-align: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	-webkit-touch-callout: none
}

.field--type-radio-ext .field__check,
.field--type-radio-ext .field__check::before {
	position: absolute;
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.field--type-radio-ext .field__check {
	top: 20px;
	left: 20px;
	flex: 0 0 auto;
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, .5);
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.field--type-radio-ext .field__check::before {
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	margin-left: -15px;
	content: "";
	background-color: #fff
}

.field--type-radio-ext .field__figure::before {
	position: absolute;
	z-index: 20;
	top: -10px;
	right: -10px;
	bottom: -10px;
	left: -10px;
	display: block;
	content: "";
	opacity: 0;
	border: 1px solid rgba(243, 199, 102, .25);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

.field--type-radio-ext:hover .field__figure::before {
	opacity: 1
}

.field--type-radio-ext input:checked+.field__figure .field__check::before {
	background-color: #f5ba33
}

.field--type-radio-ext input:checked+.field__figure .field__check::after {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 6px;
	height: 12px;
	margin-top: -7px;
	margin-left: -3px;
	content: "";
	-webkit-transform: rotate(40deg);
	-moz-transform: rotate(40deg);
	-ms-transform: rotate(40deg);
	-o-transform: rotate(40deg);
	transform: rotate(40deg);
	border-width: 3px;
	border-style: none solid solid none;
	border-color: #fff
}

.form {
	display: block
}

.form--contacts-2 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.form__field {
	margin-bottom: 35px
}

.form--contacts-2 .form__field {
	margin-bottom: 40px
}

.form__submit {
	width: 100%;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px
}

.form--contacts-2 .form__consent,
.form--contacts-2 .form__field,
.form--contacts-2 .form__submit {
	width: -webkit-calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: calc(50% - 15px)
}

.form--contacts-2 .form__submit {
	margin: 0
}

.form__consent {
	margin-top: 35px
}

.form--contacts-2 .form__consent {
	margin-top: 40px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.menu,
.menu__items {
	display: block
}

.menu__items {
	margin: 0;
	padding: 0;
	list-style: none
}

.menu__item {
	margin: 0 0 25px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.4
}

.menu-footer__item a,
.menu__item a,
.menu__item a:hover,
.nav-contacts__contact a {
	text-decoration: none;
	color: inherit
}

.menu__item a:hover {
	color: #f3c766
}

.menu__item a:active {
	color: inherit
}

.menu-footer,
.menu__item {
	display: block
}

.menu-footer__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.menu-footer__item {
	flex: 0 0 auto;
	margin: 0;
	padding: 0;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 11px;
	font-weight: 400;
	line-height: 1.2;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.menu-footer__item:nth-child(4) {
	margin-right: -.5%;
	margin-left: 16%
}

.menu-footer__item:nth-child(5) {
	margin-right: -.5%
}

.menu-footer__item a:hover,
.nav-contacts__contact a:hover {
	text-decoration: none;
	color: #f3c766
}

.menu-company {
	display: block
}

.menu-company__items {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none
}

.menu-company__item {
	display: block;
	margin: 0;
	padding: 0;
	border-top: 1px solid #26282a
}

.menu-company__item:last-child {
	border-bottom: 1px solid #26282a
}

.menu-company__item-link {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	min-height: 230px;
	padding: 60px 55px;
	text-decoration: none;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.menu-company__item-link:hover {
	text-decoration: none
}

.menu-company__item-bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	opacity: 0
}

.menu-company__item-link:hover .menu-company__item-bg {
	opacity: .15
}

.menu-company__item-bg img {
	width: 100%;
	height: 100%;
	font-family: "object-fit: cover; object-position: 50% 50%";
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%
}

.menu-company__item-title {
	position: relative;
	z-index: 10;
	flex: 0 0 auto;
	width: 45%;
	margin: 0;
	padding-right: 20px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 42px;
	font-weight: 400;
	line-height: 1.2;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.menu-company__item-text,
.menu-company__item-text p {
	display: block;
	color: #717170;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875
}

.menu-company__item-text {
	position: relative;
	z-index: 10;
	flex: 0 1 100%;
	max-width: 100%;
	padding-right: 20px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%
}

.menu-company__item-text p {
	max-width: 420px;
	margin: 0 0 1em
}

.features__card-content p:last-child,
.menu-company__item-text p:last-child {
	margin-bottom: 0
}

.menu-company__item-button {
	position: relative;
	z-index: 10;
	display: block;
	flex: 0 0 auto;
	width: 80px;
	height: 80px;
	padding: 0;
	color: transparent;
	border: 0;
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
	font-size: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.menu-company__item-button::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 11px;
	height: 11px;
	margin-top: -6px;
	margin-left: -6px;
	content: "";
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 2px;
	border-style: solid solid none none;
	border-color: #fff
}

.menu-company__item-button:hover,
.menu-company__item-link:hover .menu-company__item-button {
	border-color: rgba(196, 196, 196, .1);
	background-color: transparent
}

.menu-company__item-button:hover::before,
.menu-company__item-link:hover .menu-company__item-button::before {
	border-color: #fff
}

.logo {
	display: inline-block;
	padding: 17px 14px 17px;
	border-width: 1px;
	border-style: none solid solid;
	border-color: rgba(255, 255, 255, .15)
}

.header--dark .logo {
	border-color: #e0e0e2
}

.header--black .logo {
	border-color: rgba(255, 255, 255, .1)
}

.logo img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0;
	width: 125px;
}

.yasheff {
	position: relative;
	display: inline-block;
	overflow: hidden;
	width: 200px;
	height: 30px;
	padding-left: 20px;
	/* -webkit-backface-visibility: hidden; */
	-moz-backface-visibility: hidden;
	/* backface-visibility: hidden; */
	text-align: left;
	text-decoration: none;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: #f3c766;
	/* background-image: url(../../../themes/main/assets/img/yasheff-frame.svg); */
	border: 1px solid;
	background-repeat: no-repeat;
	background-position: center left;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	font-family: "Montserrat", sans-serif;
	font-size: 9px;
	font-weight: 500;
	line-height: 30px;
	/* -webkit-clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%); */
	/* clip-path: polygon(0 0, 96% 0, 100% 50%, 96% 100%, 0 100%);*/
}

.yasheff .svg-icon {
	position: absolute;
	z-index: 20;
	top: 50%;
	left: 15px;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	transition: all .5s linear;
	fill: #f3c766
}

.yasheff:hover {
	text-decoration: none;
	color: #000
}

.yasheff:hover .svg-icon,
.yasheff__caption {
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	-o-transition: all .2s linear;
	transition: all .2s linear;
	fill: #000
}

.yasheff__caption {
	position: relative;
	z-index: 20;
	display: block;
	fill: #f3c766
}

.yasheff__wave {
	position: absolute;
	z-index: 10;
	top: 0;
	right: -webkit-calc(100% + 22px);
	right: -moz-calc(100% + 22px);
	right: calc(100% + 22px);
	width: 100%;
	height: 100%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #f7c634
}

.yasheff__wave::before {
	position: absolute;
	top: 0;
	right: -18px;
	width: 20px;
	height: 100%;
	content: "";
	-webkit-animation: yasheff-wave 3s linear infinite;
	-moz-animation: yasheff-wave 3s linear infinite;
	-o-animation: yasheff-wave 3s linear infinite;
	animation: yasheff-wave 3s linear infinite;
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='118' viewBox='0 0 20 118' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 118H0V0H11C5.4 6.8 3 16.5 2.5 20.5C1 37 3.40972 43.5 5.5 47C27 83 20.1667 107.333 12 118Z' fill='%23F7C634'/%3E%3C/svg%3E%0A")
}

.yasheff:hover .yasheff__wave {
	right: 0
}

.aside-contact {
	position: fixed;
	z-index: 200;
	right: -500px;
	bottom: 30px;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 11px 13px 11px 23px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
	box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.aside-contact.active {
	right: 30px
}

.aside-contact__phone {
	display: block;
	margin: 0 24px 0 0;
	text-decoration: none;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2
}

.aside-contact__phone:hover {
	text-decoration: none;
	color: #2754eb
}

.aside-contact__button,
.aside-contact__phone {
	flex: 0 0 auto;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.slideshow,
.slideshow__main-items {
	display: block
}

.slideshow__main-item {
	display: block;
	margin: 0
}

.slideshow__main-item img {
	width: 100%
}

.slideshow__nav-items {
	display: block;
	margin: 20px -10px 0
}

.slideshow--popup .slideshow__nav-items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	align-items: flex-start;
	margin: 20px -10px -20px;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: start;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap
}

.slideshow__nav-item {
	display: block;
	overflow: hidden;
	height: 100px;
	margin: 0 10px
}

.slideshow__nav-item img {
	width: 100%;
	height: 100%;
	font-family: "object-fit: cover; object-position: 50% 50%";
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%
}

.slideshow--popup .slideshow__nav-item {
	flex: 0 0 33.33%;
	max-width: 33.33%;
	height: auto;
	margin: 0 0 20px;
	padding: 0 10px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 33.33%;
	-ms-flex: 0 0 33.33%
}

.slideshow--popup .slideshow__nav-item img {
	width: 100%;
	height: auto
}

.features,
.features__buttons {
	position: relative;
	display: block
}

.features__buttons {
	z-index: 50;
	width: 100%
}

.features__button,
.features__button:after {
	position: absolute;
	left: 50%;
	width: 70px;
	height: 70px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.features__button {
	display: block;
	color: #fff;
	border: 9px solid #fff;
	background-color: #f3c766
}

.features__button:after {
	top: 50%;
	margin-top: -35px;
	margin-left: -35px;
	content: "";
	-webkit-animation: pulsation 1.5s ease-out infinite;
	-moz-animation: pulsation 1.5s ease-out infinite;
	-o-animation: pulsation 1.5s ease-out infinite;
	animation: pulsation 1.5s ease-out infinite;
	border: 2px solid rgba(243, 199, 102, .7)
}

.features__button .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 36px;
	height: 36px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.features--advantages .features__button:nth-child(1) {
	top: 210px;
	margin-left: -450px
}

.features--advantages .features__button:nth-child(2) {
	top: 240px;
	margin-left: 50px
}

.features--advantages .features__button:nth-child(3) {
	top: 420px;
	margin-left: -440px
}

.features--advantages .features__button:nth-child(4) {
	top: 540px;
	margin-left: 30px
}

.features--building .features__button .svg-icon,
.features--guarantee .features__button .svg-icon {
	width: 14px;
	height: 14px
}

.features--building .features__button:nth-child(1),
.features--guarantee .features__button:nth-child(1) {
	top: 370px;
	margin-left: -550px
}

.features--building .features__button:nth-child(2),
.features--guarantee .features__button:nth-child(2) {
	top: 170px;
	margin-left: -410px
}

.features--building .features__button:nth-child(3),
.features--guarantee .features__button:nth-child(3) {
	top: 330px;
	margin-left: -180px
}

.features--building .features__button:nth-child(4),
.features--guarantee .features__button:nth-child(4) {
	top: 90px;
	margin-left: -30px
}

.features--building .features__button:nth-child(5),
.features--guarantee .features__button:nth-child(5) {
	top: 420px;
	margin-left: 68px
}

.features__button.active,
.features__button:hover {
	color: #f9dc9f;
	border-color: #f9dc9f;
	background-color: #ebc063
}

.features__card,
.features__cards {
	position: absolute;
	top: 0;
	display: block;
	width: 100%;
	max-width: 330px
}

.features__cards {
	right: 60px
}

.features--building .features__cards,
.features--guarantee .features__cards {
	right: 15px
}

.features__card {
	left: 0;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff
}

.features__card.active {
	display: block
}

.features__card:not(.active) {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0
}

.features__card-img {
	display: block;
	width: 100%;
	height: auto
}

.features__card-icon {
	position: absolute;
	top: 20px;
	left: 20px;
	display: block;
	width: 52px;
	height: 52px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f3c766
}

.features__card-icon .svg-icon,
.social__button img {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.features__card-icon .svg-icon {
	width: 34px;
	height: 34px;
	fill: #fff
}

.features__card-content {
	padding: 35px 40px
}

.features__card-content p,
.features__card-title {
	display: block;
	font-family: "Montserrat", sans-serif;
	line-height: 1.4
}

.features__card-content p {
	margin: 0 0 1em;
	color: rgba(78, 87, 107, .7);
	font-size: 13px;
	font-weight: 400
}

.features__card-title {
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #4e576b;
	font-size: 12px;
	font-weight: 700
}

.social {
	display: block
}

.social__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px -30px;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap
}

.social__button {
	position: relative;
	display: block;
	flex: 0 0 auto;
	width: 53px;
	height: 53px;
	margin: 0 15px 30px;
	border: 1px solid rgba(100, 104, 112, .5);
	background-color: transparent;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.social__button:hover {
	border-color: #646870
}

.social__button img {
	display: block;
	max-width: 100%;
	height: auto
}

.nav-contacts,
.nav-contacts__item {
	display: block
}

.nav-contacts__item:not(:last-child) {
	margin-bottom: 65px
}

.nav-contacts__contact,
.nav-contacts__label {
	display: block;
	font-family: "Montserrat", sans-serif
}

.nav-contacts__label {
	margin: 0 0 5px;
	letter-spacing: .1em;
	color: #f3c766;
	font-size: 11px;
	font-weight: 600;
	line-height: 1.5
}

.nav-contacts__contact {
	margin: 0;
	color: #fff;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.7
}

.nav-contacts__contact address {
	font-style: normal
}

.callback {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: flex-start;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-align: start;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center
}

.callback__left,
.callback__right {
	flex: 0 1 auto;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.callback__right {
	order: 2;
	flex: 0 0 auto;
	width: 420px;
	margin-bottom: 20px;
	-webkit-box-ordinal-group: 3;
	-moz-box-ordinal-group: 3;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-ms-flex-order: 2;
	-webkit-order: 2
}

.callback__figure {
	position: relative;
	display: block;
	max-width: 630px;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.callback__figure img {
	display: block;
	max-width: 100%;
	height: auto
}

.callback__figcaption {
	position: absolute;
	top: 110px;
	left: 80px;
	display: block;
	max-width: 200px
}

.callback__about,
.callback__name {
	letter-spacing: .1em;
	text-transform: uppercase
}

.callback__name {
	display: block;
	margin: 0 0 10px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4
}

.callback__about {
	max-width: 160px;
	margin: 0;
	color: #838a98;
	font-size: 12px;
	line-height: 1.7
}

.callback__about,
.callback__subtitle,
.callback__title {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 400
}

.callback__title {
	margin: 0 0 25px;
	color: #fff;
	font-size: 42px;
	line-height: 1.3
}

.callback__subtitle {
	margin: 0 0 30px;
	color: rgba(255, 255, 255, .5);
	font-size: 14px;
	line-height: 1.6
}

.callback__box {
	display: block;
	padding: 45px 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff
}

.nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	margin: 0;
	padding: 50px 20px 0 180px;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.nav__left {
	width: -webkit-calc(100% - 260px);
	width: -moz-calc(100% - 260px);
	width: calc(100% - 260px);
	padding-right: 30px
}

.nav__right {
	width: 260px
}

.nav__contacts {
	margin-bottom: 65px
}

.privacy {
	display: block;
	padding: 0 100px
}

.privacy h1,
.privacy h2,
.privacy h3,
.privacy h4,
.privacy p {
	color: #fff
}

.privacy h2 {
	margin-bottom: 1.5em;
	text-align: center
}

.privacy h3,
.privacy h4 {
	margin: 2em 0 1.2em
}

.stars,
.stars__star {
	position: absolute;
	display: block
}

.stars {
	z-index: 10;
	overflow: hidden;
	width: 100%;
	height: 100%
}

.stars__star {
	width: 1px;
	height: 1px;
	-webkit-animation-name: star;
	-moz-animation-name: star;
	-o-animation-name: star;
	animation-name: star;
	-webkit-animation-duration: 5s;
	-moz-animation-duration: 5s;
	-o-animation-duration: 5s;
	animation-duration: 5s;
	-webkit-animation-delay: 3s;
	-moz-animation-delay: 3s;
	-o-animation-delay: 3s;
	animation-delay: 3s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	opacity: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff
}

.stars__star--1 {
	top: 170px;
	left: 22%;
	-webkit-animation-duration: 5.2s;
	-moz-animation-duration: 5.2s;
	-o-animation-duration: 5.2s;
	animation-duration: 5.2s;
	-webkit-animation-delay: 1s;
	-moz-animation-delay: 1s;
	-o-animation-delay: 1s;
	animation-delay: 1s
}

.stars__star--2 {
	top: 180px;
	left: 59%;
	-webkit-animation-duration: 6s;
	-moz-animation-duration: 6s;
	-o-animation-duration: 6s;
	animation-duration: 6s;
	-webkit-animation-delay: 8s;
	-moz-animation-delay: 8s;
	-o-animation-delay: 8s;
	animation-delay: 8s
}

.stars__star--3 {
	top: 170px;
	left: 38%;
	-webkit-animation-delay: 5s;
	-moz-animation-delay: 5s;
	-o-animation-delay: 5s;
	animation-delay: 5s
}

.stars__star--4 {
	top: 420px;
	left: 32%;
	-webkit-animation-duration: 6.5s;
	-moz-animation-duration: 6.5s;
	-o-animation-duration: 6.5s;
	animation-duration: 6.5s;
	-webkit-animation-delay: 2s;
	-moz-animation-delay: 2s;
	-o-animation-delay: 2s;
	animation-delay: 2s
}

.stars__star--5 {
	top: 225px;
	left: 46%;
	-webkit-animation-duration: 4.5s;
	-moz-animation-duration: 4.5s;
	-o-animation-duration: 4.5s;
	animation-duration: 4.5s;
	-webkit-animation-delay: 7s;
	-moz-animation-delay: 7s;
	-o-animation-delay: 7s;
	animation-delay: 7s
}

.stars__star--6 {
	top: 280px;
	left: 62%;
	-webkit-animation-duration: 6.5s;
	-moz-animation-duration: 6.5s;
	-o-animation-duration: 6.5s;
	animation-duration: 6.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	animation-delay: 1.5s
}

.intro2 .stars__star--6,
.intro3 .stars__star--6 {
	left: 22px
}

.stars__star--8 {
	top: 260px;
	left: 57%;
	-webkit-animation-delay: 4s;
	-moz-animation-delay: 4s;
	-o-animation-delay: 4s;
	animation-delay: 4s
}

.intro2 .stars__star--8,
.intro3 .stars__star--8 {
	left: 37%
}

.stars__star--9 {
	top: 300px;
	left: 78%;
	-webkit-animation-duration: 5.5s;
	-moz-animation-duration: 5.5s;
	-o-animation-duration: 5.5s;
	animation-duration: 5.5s;
	-webkit-animation-delay: 6.5s;
	-moz-animation-delay: 6.5s;
	-o-animation-delay: 6.5s;
	animation-delay: 6.5s
}

.intro2 .stars__star--9,
.intro3 .stars__star--9 {
	left: 24%
}

.stars__star--10 {
	top: 190px;
	left: 68%;
	-webkit-animation-delay: 4.5s;
	-moz-animation-delay: 4.5s;
	-o-animation-delay: 4.5s;
	animation-delay: 4.5s
}

.intro2 .stars__star--10,
.intro3 .stars__star--10 {
	left: 40%
}

.stars__star--11 {
	top: 370px;
	left: 22%;
	-webkit-animation-duration: 7s;
	-moz-animation-duration: 7s;
	-o-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-delay: 6.5s;
	-moz-animation-delay: 6.5s;
	-o-animation-delay: 6.5s;
	animation-delay: 6.5s
}

.stars__star--12 {
	top: 440px;
	left: 41%;
	-webkit-animation-delay: 3.7s;
	-moz-animation-delay: 3.7s;
	-o-animation-delay: 3.7s;
	animation-delay: 3.7s
}

.stars__star--13 {
	top: 370px;
	left: 68%;
	-webkit-animation-duration: 4.9s;
	-moz-animation-duration: 4.9s;
	-o-animation-duration: 4.9s;
	animation-duration: 4.9s;
	-webkit-animation-delay: 5.5s;
	-moz-animation-delay: 5.5s;
	-o-animation-delay: 5.5s;
	animation-delay: 5.5s
}

.intro2 .stars__star--13,
.intro3 .stars__star--13 {
	left: 27%
}

.stars__star--14 {
	top: 420px;
	left: 75%;
	-webkit-animation-duration: 5.4s;
	-moz-animation-duration: 5.4s;
	-o-animation-duration: 5.4s;
	animation-duration: 5.4s;
	-webkit-animation-delay: 2.4s;
	-moz-animation-delay: 2.4s;
	-o-animation-delay: 2.4s;
	animation-delay: 2.4s
}

.intro2 .stars__star--14,
.intro3 .stars__star--14 {
	left: 15%
}

.stars__star--15 {
	top: 390px;
	left: 64%;
	-webkit-animation-duration: 7s;
	-moz-animation-duration: 7s;
	-o-animation-duration: 7s;
	animation-duration: 7s;
	-webkit-animation-delay: 7.2s;
	-moz-animation-delay: 7.2s;
	-o-animation-delay: 7.2s;
	animation-delay: 7.2s
}

.intro2 .stars__star--15,
.intro3 .stars__star--15 {
	left: 34%
}

.c-video,
.c-video__cover {
	position: relative;
	display: block
}

.c-video__cover {
	overflow: hidden;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #262c39
}

.c-video--white .c-video__cover {
	background-color: #fff
}

.c-video__cover img {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	border: 0
}

.c-portfolio:hover .c-portfolio__bg::after,
.c-video:hover .c-video__cover img {
	opacity: .7
}

.c-video__play,
.c-video__play .svg-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.c-video__play {
	z-index: 10;
	left: 50%;
	display: block;
	width: 80px;
	height: 80px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #2754eb
}

.c-video__play .svg-icon {
	left: 52%;
	fill: #fff
}

.c-video--big .c-video__play {
	width: 90px;
	height: 90px
}

.c-video__caption {
	display: block;
	margin: 23px auto 0;
	text-align: center;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3
}

.c-video__caption a {
	text-decoration: underline;
	color: inherit
}

.c-video__caption a::before {
	position: absolute;
	z-index: 20;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: ""
}

.c-video__caption a:hover {
	text-decoration: underline;
	color: #111
}

.c-video--white .c-video__caption a,
.reviews .c-video__caption a,
.reviews .c-video__caption a:hover,
.reviews2 .c-video__caption a,
.reviews2 .c-video__caption a:hover {
	text-decoration: none
}

.c-video--big .c-video__caption {
	width: 100%;
	margin: 0;
	padding: 30px 0;
	border-bottom: 1px solid rgba(196, 196, 196, .1)
}

.c-portfolio__button:hover::before,
.c-video--white .c-video__caption {
	color: #fff
}

.c-video--white .c-video__caption a:hover {
	color: #f3c766
}

.c-person {
	position: relative;
	display: block
}

.c-person::after,
.c-person__captions {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block
}

.c-person::after {
	z-index: 10;
	top: 60%;
	content: "";
	opacity: .8;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(24, 25, 21, 0)));
	background-image: -webkit-linear-gradient(bottom, #000 0, rgba(24, 25, 21, 0) 100%);
	background-image: -moz-linear-gradient(bottom, #000 0, rgba(24, 25, 21, 0) 100%);
	background-image: -o-linear-gradient(bottom, #000 0, rgba(24, 25, 21, 0) 100%);
	background-image: linear-gradient(0deg, #000 0, rgba(24, 25, 21, 0) 100%)
}

.c-design__visual img,
.c-person img,
.c-video__cover img {
	display: block;
	width: 100%;
	height: 500px;
}

.c-person__captions {
	z-index: 20;
	padding: 0 35px 30px
}

.c-person__about,
.c-person__name {
	display: block;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	line-height: 1.4
}

.c-person__name {
	margin: 0 0 5px;
	letter-spacing: .1em;
	color: #fff;
	font-size: 16px;
	font-weight: 700
}

.c-person__about {
	margin: 0;
	color: rgba(255, 255, 255, .7);
	font-size: 10px;
	font-weight: 600
}

.c-project {
	display: block;
	padding: 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	background-image: url(../../../themes/main/assets/img/project-bg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom
}

.c-project__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-align: start;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.c-project__slideshow {
	width: -webkit-calc(45% - 35px);
	width: -moz-calc(45% - 35px);
	width: calc(45% - 35px)
}

.c-project__content {
	width: -webkit-calc(55% - 35px);
	width: -moz-calc(55% - 35px);
	width: calc(55% - 35px);
	padding-top: 20px
}

.c-project__title {
	display: block;
	margin: 0 0 40px;
	color: #262c39;
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4
}

.c-project__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px 5px;
	padding: 0;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap
}

.c-project__info-item {
	width: -webkit-calc(50% - 30px);
	width: -moz-calc(50% - 30px);
	width: calc(50% - 30px);
	margin: 0 15px 30px;
	padding: 0
}

.c-project__info-item--task {
	width: -webkit-calc(100% - 30px);
	width: -moz-calc(100% - 30px);
	width: calc(100% - 30px);
	padding-left: 0
}

.c-project__info-label,
.c-project__info-text {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.4
}

.c-project__info-label {
	margin: 0 0 8px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(38, 44, 57, .2);
	font-size: 10px
}

.c-project__info-text {
	position: relative;
	margin: 0;
	padding-left: 25px;
	color: #4e576b;
	font-size: 16px
}

.c-project__info-text .svg-icon {
	position: absolute;
	top: 3px;
	left: 0;
	width: 14px;
	height: 14px;
	fill: #c4c4c4
}

.c-project__info-text .svg-icon--wood-house-sm {
	left: -1px;
	width: 16px;
	height: 16px
}

.c-project__info-item--task .c-project__info-text {
	max-width: 400px;
	padding-left: 0;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.8
}

.c-project__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 310px
}

.c-design {
	position: relative;
	display: block;
	max-width: 850px;
	min-height: 500px;
	margin-right: auto;
	margin-left: auto;
	padding: 0;
	text-align: left
}

.c-design--2 {
	min-height: 640px
}

.c-design__visual {
	position: absolute;
	top: 50%;
	left: 380px;
	width: 650px;
	margin: 0;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.c-design__visual img {
	margin: 0 auto
}

.c-design__download {
	position: absolute;
	top: 0;
	left: 60%;
	display: block;
	width: 140px;
	height: 140px;
	padding-top: 25px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	color: rgba(38, 44, 57, .7);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	-webkit-box-shadow: 0 4px 40px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 4px 40px rgba(0, 0, 0, .1);
	box-shadow: 0 4px 40px rgba(0, 0, 0, .1);
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.6
}

.c-design__download .svg-icon {
	display: block;
	margin: 0 auto 7px;
	fill: #2754eb
}

.c-design__download:hover {
	text-decoration: none;
	color: #262c39;
	background-color: #f3c766
}

.c-design__title {
	max-width: 500px;
	margin: 0 0 40px;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.4
}

.c-design__items,
.c-design__subtitle,
.c-design__title {
	position: relative;
	z-index: 20;
	display: block
}

.c-design__subtitle {
	max-width: 360px;
	margin: -20px 0 40px;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6
}

.c-design__items {
	max-width: 470px;
	margin: 0;
	padding: 0;
	list-style: none
}

.c-design__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0 0 35px;
	padding: 0;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.c-design__item:last-child {
	margin-bottom: 0
}

.c-design__item-caption,
.c-design__item-number {
	display: block;
	font-family: "Montserrat", sans-serif;
	-webkit-box-flex: 0;
	-moz-box-flex: 0
}

.c-design__item-number {
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	margin: 0 30px 0 0;
	text-align: center;
	color: #f3c766;
	background-image: url(../../../themes/main/assets/img/logo-item.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	font-size: 24px;
	font-weight: 700;
	line-height: 67px;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.c-design__item-caption {
	flex: 0 1 auto;
	margin: 0;
	color: #4e576b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.c-design__item-button {
	margin: 35px 0 0
}

.c-production {
	display: block;
	padding: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.c-production img {
	display: block;
	width: 100%;
	height: auto;
	margin: 0
}

.c-production__caption {
	display: block;
	margin: 0;
	padding: 25px 10px 35px 20px;
	text-align: left;
	color: #717170;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875
}

.c-production__caption b,
.c-production__caption strong {
	color: #fff;
	font-weight: 600
}

.c-portfolio {
	position: relative;
	display: block
}

.c-portfolio__bg {
	top: 0;
	overflow: hidden
}

.c-portfolio__bg img,
.c-portfolio__bg::after {
	width: 100%;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.c-portfolio__bg,
.c-portfolio__bg::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block
}

.c-portfolio__bg::after {
	height: 40%;
	content: "";
	opacity: .9;
	background: -webkit-gradient(linear, left bottom, left top, from(#151719), to(rgba(21, 23, 25, 0)));
	background: -webkit-linear-gradient(bottom, #151719 0, rgba(21, 23, 25, 0) 100%);
	background: -moz-linear-gradient(bottom, #151719 0, rgba(21, 23, 25, 0) 100%);
	background: -o-linear-gradient(bottom, #151719 0, rgba(21, 23, 25, 0) 100%);
	background: linear-gradient(0deg, #151719 0, rgba(21, 23, 25, 0) 100%)
}

.c-portfolio__bg img {
	height: 100%;
	border-radius: 20px;
	font-family: "object-fit: cover; object-position: 50% 50%";
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
}

.c-portfolio:hover .c-portfolio__bg img {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01)
}

.c-portfolio__content {
	position: relative;
	z-index: 20;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-end;
	height: 470px;
	padding: 30px 30px 30px 40px;
	-webkit-align-items: flex-end;
	-webkit-box-align: end;
	-moz-box-align: end;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-align: end;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.c-portfolio__text {
	flex: 0 1 auto;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.c-portfolio__price,
.c-portfolio__title {
	display: block;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 1.4
}

.c-portfolio__title {
	margin: 0 0 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-weight: 700
}

.c-portfolio__price {
	margin: 0;
	font-weight: 400
}

.c-portfolio__button {
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	width: 60px;
	height: 60px;
	margin: 0 0 0 20px;
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center
}

.c-portfolio__button::before {
	display: block;
	width: 11px;
	height: 11px;
	margin-left: -2px;
	content: "";
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 2px;
	border-style: solid solid none none;
	border-color: #fff
}

.c-portfolio__button::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: ""
}

.c-portfolio__button:hover {
	border-color: rgba(196, 196, 196, .2);
	background-color: rgba(196, 196, 196, .2)
}

.c-company,
.c-portfolio__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap
}

.c-company--1 {
	border-top: 1px solid rgba(196, 196, 196, .1)
}

.c-company--2 {
	border-bottom: 1px solid rgba(196, 196, 196, .1)
}

.c-company__img,
.c-cutting__photo-big img,
.c-cutting__photo-small img {
	display: block;
	width: 100%;
	height: auto
}

.c-company__info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	min-height: 195px;
	padding: 40px 0 40px 40px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.c-company--1 .c-company__info {
	order: -1;
	-webkit-box-ordinal-group: 0;
	-moz-box-ordinal-group: 0;
	-ms-flex-order: -1;
	-webkit-order: -1
}

.c-company__info-item {
	flex: 0 0 auto;
	width: 50%;
	padding-right: 40px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.c-company__info-value {
	display: block;
	margin: 0 0 12px;
	color: #f3c766;
	font-family: "Montserrat", sans-serif;
	font-size: 52px;
	font-weight: 400;
	line-height: 1.1
}

.c-company__info-label,
.c-company__info-value .small {
	font-size: 14px;
	font-weight: 400
}

.c-company__info-label {
	display: block;
	margin: 0;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	line-height: 1.4
}

.c-cutting {
	display: block
}

.c-cutting__photos {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	max-width: 700px;
	margin: 0 0 30px;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.c-cutting__photo-big {
	width: -webkit-calc(70% - 15px);
	width: -moz-calc(70% - 15px);
	width: calc(70% - 15px)
}

.c-cutting__photos-group {
	width: -webkit-calc(30% - 15px);
	width: -moz-calc(30% - 15px);
	width: calc(30% - 15px);
	margin-bottom: -30px
}

.c-cutting__photo-small {
	width: 100%;
	margin: 0 0 30px
}

.c-cutting__text p,
.c-cutting__title {
	display: block;
	font-family: "Montserrat", sans-serif
}

.c-cutting__title {
	margin: 0 0 20px;
	color: #f3c766;
	font-size: 30px;
	font-weight: 600;
	line-height: 1.4
}

.c-cutting__text p {
	margin: 0 0 1em;
	color: rgba(255, 255, 255, .5);
	font-size: 15px;
	font-weight: 400;
	line-height: 1.875
}

.c-cutting__text p:first-child {
	color: #fff;
	font-size: 16px
}

.c-cutting__button {
	width: 100%;
	max-width: 310px;
	margin-top: 30px
}

.persons {
	position: relative;
	display: block
}

.persons__persons {
	display: block;
	margin: 0 -25px
}

.persons__person {
	margin: 0 25px
}

.persons .slick-prev {
	left: -90px
}

.persons .slick-next {
	right: -90px
}

.persons .slick-next::before,
.persons .slick-next:active::before,
.persons .slick-next:hover::before,
.persons .slick-prev::before,
.persons .slick-prev:active::before,
.persons .slick-prev:hover::before {
	border-color: #fff
}

.persons .slick-next:hover,
.persons .slick-prev:hover {
	border-color: rgba(196, 196, 196, .1);
	background-color: rgba(196, 196, 196, .1)
}

.persons .slick-next,
.persons .slick-next:active,
.persons .slick-prev,
.persons .slick-prev:active {
	border-color: rgba(255, 255, 255, .1)
}

.persons .slick-dots li button {
	background-color: rgba(255, 255, 255, .4)
}

.tabs {
	display: block
}

.tabs__buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	margin: 0 -10px 60px;
	padding: 0;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center
}

.tabs__button {
	display: block;
	width: -webkit-calc(33.33% - 20px);
	width: -moz-calc(33.33% - 20px);
	width: calc(33.33% - 20px);
	height: 84px;
	margin: 0 10px;
	padding: 21px 10px;
	text-align: center;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #f5ba33;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px
}

.tabs__button:hover {
	color: #fff;
	border-color: #eec973;
	background-color: #eec973
}

.tabs__button,
.tabs__button:active {
	border: 1px solid #f5ba33;
	background-color: transparent
}

.tabs__button:active {
	color: #fff
}

.tabs__button.active {
	color: #fff;
	border-color: #f5ba33;
	background-color: #f5ba33;
	font-weight: 700
}

.tabs__items {
	position: relative;
	display: block
}

.tabs__next,
.tabs__prev {
	position: absolute;
	z-index: 20;
	top: 50%;
	display: block;
	width: 80px;
	height: 80px;
	margin-top: -40px;
	padding: 0;
	color: transparent;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: transparent;
	font-size: 0
}

.tabs__next::before,
.tabs__prev::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 11px;
	height: 11px;
	margin-top: -6px;
	content: "";
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 2px;
	border-color: #999
}

.tabs__next:hover,
.tabs__next:hover::before,
.tabs__prev:hover,
.tabs__prev:hover::before {
	border-color: #f3c766
}

.tabs__next.slick-disabled,
.tabs__prev.slick-disabled {
	cursor: default
}

.tabs__next.slick-disabled::before,
.tabs__prev.slick-disabled::before {
	border-color: #eee
}

.tabs__prev {
	left: 0
}

.tabs__prev::before {
	margin-left: -4px;
	border-style: none none solid solid
}

.tabs__next {
	right: 0
}

.tabs__next::before {
	margin-left: -6px;
	border-style: solid solid none none
}

.tabs__item {
	-webkit-transition: all .15s ease;
	-moz-transition: all .15s ease;
	-o-transition: all .15s ease;
	transition: all .15s ease
}

.tabs__item.active {
	display: block
}

.tabs__item,
.tabs__item-title {
	display: none
}

.tabs__cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 -15px -30px;
	padding: 0;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center
}

.tabs__card {
	width: -webkit-calc(33.33% - 30px);
	width: -moz-calc(33.33% - 30px);
	width: calc(33.33% - 30px);
	margin: 0 15px 30px
}

.quiz,
.quiz__form,
.quiz__page {
	display: block
}

.quiz__page {
	position: relative
}

.quiz__page:not(.active) {
	display: none
}

.quiz__top {
	text-align: center
}

.quiz__question,
.quiz__step {
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 400
}

.quiz__step {
	display: inline-block;
	margin: 0 auto 30px;
	padding: 9px 33px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .5);
	border: 1px solid rgba(255, 255, 255, .12);
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	font-size: 12px;
	line-height: 20px
}

.quiz__question {
	display: block;
	margin: 0 auto 50px;
	color: #fff;
	font-size: 42px;
	line-height: 1.3
}

.quiz__radios {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 -15px -30px;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center
}

.quiz__radio {
	flex: 0 1 auto;
	width: 100%;
	max-width: 270px;
	margin: 0 15px 30px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.quiz__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	margin: 60px -15px -15px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-align: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center
}

.quiz__nav.hidden {
	display: none
}

.quiz__next,
.quiz__prev {
	flex: 0 1 auto;
	width: 100%;
	max-width: 170px;
	margin: 0 15px 15px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.quiz__budget {
	max-width: 770px;
	margin: 0 auto;
	padding: 30px 0
}

.quiz__result {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
	padding-top: 50px;
	padding-right: 60px;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-align: start;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.quiz__result::before {
	position: absolute;
	top: 120px;
	left: -100px;
	display: block;
	width: 1560px;
	height: 800px;
	content: "";
	background-image: url(../../../themes/main/assets/img/quiz-catalog.png);
	background-repeat: no-repeat;
	background-position: left top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.quiz__left,
.quiz__right {
	position: relative;
	z-index: 20;
	-webkit-box-flex: 0;
	-moz-box-flex: 0
}

.quiz__left {
	flex: 0 1 auto;
	max-width: 540px;
	margin-right: 20px;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.quiz__right {
	flex: 0 0 auto;
	width: 410px;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.quiz__result-title {
	display: block;
	margin: 0 0 25px;
	color: #fff;
	font-size: 42px;
	line-height: 1.3
}

.quiz__pdf,
.quiz__result-subtitle,
.quiz__result-title {
	font-family: "Montserrat", sans-serif;
	font-weight: 400
}

.quiz__result-subtitle {
	display: block;
	margin: 0 0 30px;
	color: #fff;
	font-size: 18px;
	line-height: 1.6
}

.quiz__result-subtitle b,
.quiz__result-subtitle strong {
	font-weight: 700
}

.quiz__pdf {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	width: 100%;
	max-width: 380px;
	margin: 0;
	color: rgba(255, 255, 255, .5);
	font-size: 14px;
	line-height: 1.4;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.quiz__pdf-icon {
	position: relative;
	display: block;
	flex: 0 0 auto;
	width: 54px;
	height: 54px;
	margin-right: 20px;
	background-image: url(../../../themes/main/assets/img/penta-blue.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.quiz__pdf-icon .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff
}

.quiz__pdf-caption {
	flex: 0 1 auto;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.quiz__box {
	display: block;
	padding: 45px 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff
}

.quiz__box-subtitle,
.quiz__box-title {
	display: block;
	margin: 0 0 5px;
	color: #262c39;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2
}

.quiz__box-subtitle {
	margin: 0 0 30px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4
}

.quiz__field {
	margin-bottom: 35px
}

.quiz__submit {
	width: 100%;
	margin-top: 5px;
	padding-right: 5px;
	padding-left: 5px
}

.quiz__consent {
	margin-top: 35px
}

.intro {
	position: relative;
	display: block;
	background-color: #151719
}

.intro__bg,
.intro__bg::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block
}

.intro__bg {
	top: 0;
	background-image: url(../../../themes/main/assets/img/intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.intro__bg::before {
	z-index: 1;
	top: 80%;
	content: "";
	opacity: 1;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#151719), to(transparent));
	background-image: -webkit-linear-gradient(bottom, #151719 0, transparent 100%);
	background-image: -moz-linear-gradient(bottom, #151719 0, transparent 100%);
	background-image: -o-linear-gradient(bottom, #151719 0, transparent 100%);
	background-image: linear-gradient(0deg, #151719 0, transparent 100%)
}

.intro__container {
	position: relative;
	z-index: 20;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 235px 15px 735px
}

.intro__subtitle,
.intro__title {
	display: block;
	text-align: center;
	font-family: "Montserrat", sans-serif;
	font-weight: 400
}

.intro__title {
	max-width: 100%;
	margin: 0 auto 25px;
	color: #fff;
	font-size: 55px;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: 100;
}

.intro__title span {
	color: #f3c766;
	font-weight: 700;
}

.intro__subtitle {
	max-width: 800px;
	margin: 0 auto 30px;
	color: rgba(255, 255, 255, .7);
	font-size: 18px;
	line-height: 1.4
}

.intro__circles,
.intro__circles::after,
.intro__circles::before {
	display: block;
	border: 1px solid #c4c4c4;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.intro__circles {
	position: relative;
	width: 8px;
	height: 8px;
	margin: 0 auto 50px;
	opacity: .1
}

.intro__circles::after,
.intro__circles::before {
	position: absolute;
	top: -12px;
	left: 50%;
	width: 4px;
	height: 4px;
	margin-left: -2px;
	content: ""
}

.intro__circles::after {
	top: 17px;
	width: 12px;
	height: 12px;
	margin-left: -6px
}

.intro__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 370px;
	margin: 0 auto
}

.intro2 {
	position: relative;
	display: block;
	background-color: #151719
}

.intro2__bg,
.intro2__bg::before,
.intro3__bg::before {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	display: block
}

.intro2__bg {
	top: 0;
	background-image: url(../../../themes/main/assets/img/intro-2-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.intro2__bg::before,
.intro3__bg::before {
	z-index: 1;
	top: 80%;
	content: "";
	opacity: 1;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#151719), to(transparent));
	background-image: -webkit-linear-gradient(bottom, #151719 0, transparent 100%);
	background-image: -moz-linear-gradient(bottom, #151719 0, transparent 100%);
	background-image: -o-linear-gradient(bottom, #151719 0, transparent 100%);
	background-image: linear-gradient(0deg, #151719 0, transparent 100%)
}

.intro2__container {
	position: relative;
	z-index: 20;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 265px 15px 420px
}

.intro2__subtitle,
.intro2__title {
	display: block;
	text-align: left;
	font-family: "Montserrat", sans-serif;
	font-weight: 400
}

.intro2__title {
	max-width: 640px;
	margin: 0 0 25px;
	color: #fff;
	font-size: 42px;
	line-height: 1.3
}

.intro2__subtitle {
	max-width: 600px;
	margin: 0 0 35px;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	line-height: 1.8
}

.intro2__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 270px;
	margin: 0
}

.intro3 {
	position: relative;
	display: block;
	background-color: #151719
}

.intro3__bg {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background-image: url(../../../themes/main/assets/img/intro-3-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.intro3__container {
	position: relative;
	z-index: 20;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 245px 15px 180px
}

.intro3__subtitle,
.intro3__title {
	display: block;
	text-align: left;
	font-family: "Montserrat", sans-serif;
	font-weight: 400
}

.intro3__title {
	max-width: 520px;
	margin: 0 0 20px;
	color: #fff;
	font-size: 42px;
	line-height: 1.3
}

.intro3__subtitle {
	max-width: 480px;
	margin: 0 0 25px;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	line-height: 1.8
}

.intro3__note {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	max-width: 520px;
	margin: 0 0 40px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.intro3__note-icon {
	position: relative;
	flex: 0 0 auto;
	width: 76px;
	height: 76px;
	margin: 0 20px 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .07);
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.intro3__note-icon .svg-icon {
	top: 50%;
	fill: #f3c766
}

.intro3__note-text {
	display: block;
	flex: 0 1 auto;
	margin: 0;
	color: #aaadb0;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.intro3__note-text b,
.intro3__note-text strong {
	color: #fff;
	font-weight: 600
}

.intro3__button,
.intro3__item,
.intro3__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex
}

.intro3__button {
	width: 100%;
	max-width: 270px;
	margin: 0
}

.intro3__item,
.intro3__items {
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center
}

.intro3__items {
	flex-flow: row wrap;
	margin: 150px -20px -40px;
	padding: 0;
	list-style: none;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap
}

.intro3__item {
	flex-flow: row nowrap;
	width: 33.33%;
	margin-bottom: 40px;
	padding: 0 20px;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.intro3__item-icon,
.intro3__item-text {
	display: block;
	-webkit-box-flex: 0;
	-moz-box-flex: 0
}

.intro3__item-icon {
	position: relative;
	flex: 0 0 auto;
	width: 82px;
	height: 82px;
	margin: 0 30px 0 0;
	background-image: url(../../../themes/main/assets/img/penta-yellow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.intro3__item-icon .svg-icon,
.intro3__note-icon .svg-icon,
.projects__feature-icon .svg-icon {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.intro3__item-icon .svg-icon {
	top: 51%;
	width: 42px;
	height: 42px;
	fill: #fff
}

.intro3__item-text {
	flex: 0 1 auto;
	margin: 0;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.intro3__item-text b,
.intro3__item-text strong {
	font-weight: 600
}

.projects {
	position: relative;
	z-index: 10;
	display: block;
	margin-top: -100px;
	padding-top: 80px;
	padding-bottom: 20px
}

.projects__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.projects__title {
	display: block;
	max-width: 850px;
	margin-bottom: 42px;
	color: #fff
}

.projects__feature,
.projects__features {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center
}

.projects__features {
	flex-flow: row wrap;
	justify-content: space-around;
	max-width: 1000px;
	margin: 0 auto 35px;
	padding: 0;
	list-style: none;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around
}

.projects__feature {
	flex-flow: row nowrap;
	flex: 0 1 auto;
	max-width: 450px;
	margin: 0 0 30px;
	padding: 0 15px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.projects__feature-icon {
	position: relative;
	flex: 0 0 auto;
	width: 90px;
	height: 90px;
	margin: 0 20px 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .03);
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.projects__feature-icon .svg-icon {
	top: 50%;
	fill: #f3c766
}

.projects__feature-caption {
	display: block;
	flex: 0 1 auto;
	margin: 0;
	color: #7a7a7a;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.projects__feature-caption b,
.projects__feature-caption strong {
	color: #fff;
	font-weight: 700
}

.projects__projects {
	display: block;
	margin: 0 auto
}

.projects__main-items {
	position: relative;
	display: block;
	margin: 0
}

.projects__main-items .slick-next,
.projects__main-items .slick-prev {
	border-color: rgba(255, 255, 255, .1)
}

.projects__main-items .slick-next::before,
.projects__main-items .slick-prev::before {
	border-color: #fff
}

.projects__main-items .slick-next:hover,
.projects__main-items .slick-prev:hover {
	border-color: rgba(196, 196, 196, .1);
	background-color: rgba(196, 196, 196, .1)
}

.projects__main-items .slick-next:hover::before,
.projects__main-items .slick-prev:hover::before {
	color: #fff
}

.projects__main-items .slick-prev {
	left: -130px
}

.projects__main-items .slick-next {
	right: -130px
}

.projects__main-item {
	margin: 0
}

.projects__nav-items {
	display: block;
	margin: 30px -15px 0
}

.projects__nav-item {
	margin: 0 15px;
	padding: 0
}

.projects__nav-image {
	display: block;
	overflow: hidden;
	height: 160px
}

.projects__nav-image img {
	width: 100%;
	height: 100%;
	font-family: "object-fit: cover; object-position: 50% 50%";
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%
}

.projects__nav-caption {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	padding: 23px 20px 23px 0;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4
}

.projects__nav-caption::after {
	position: absolute;
	top: 28px;
	right: 1px;
	display: block;
	width: 8px;
	height: 8px;
	content: "";
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 2px;
	border-style: solid solid none none;
	border-color: rgba(255, 255, 255, .2)
}

.projects__nav-item.slick-current .projects__nav-caption {
	color: #f3c766;
	border-color: 1px solid rgba(243, 199, 102, .2)
}

.projects__nav-item.slick-current .projects__nav-caption::after {
	border-color: #f3c766
}

.projects__nav-title {
	position: relative;
	display: inline-block
}

.projects__nav-title::after {
	display: inline-block;
	width: 4px;
	height: 4px;
	margin: 0 12px;
	content: "";
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .2)
}

.projects__nav-item.slick-current .projects__nav-title::after {
	background-color: #f3c766
}

.projects__nav-square {
	white-space: nowrap
}

.projects__bottom {
	display: block;
	margin: 50px auto 0;
	text-align: center
}

.catalog {
	display: block;
	overflow: hidden;
	padding-top: 100px;
	padding-bottom: 160px;
	background-color: #151719;
	background-image: url(../../../themes/main/assets/img/catalog-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.catalog__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.catalog__visual {
	position: absolute;
	top: 30px;
	left: 430px;
	display: block;
	width: 1000px
}

.catalog__visual img,
.stages__person img {
	display: block;
	width: 100%;
	height: auto
}

.catalog__title {
	max-width: 450px;
	margin: 0 0 40px;
	text-align: left;
	color: #fff
}

.catalog__icon-pdf {
	position: relative;
	top: -2px;
	display: inline-block;
	width: 40px;
	height: 40px;
	margin: 0 9px 0 10px;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #2754eb
}

.advantages__note-icon .svg-icon,
.catalog__icon-pdf .svg-icon,
.catalog__item-icon .svg-icon,
.design__stage-icon .svg-icon,
.production__stage-icon .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff
}

.catalog__title-2 {
	display: block;
	max-width: 360px;
	margin: 0 0 30px;
	letter-spacing: .2em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .4);
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4
}

.catalog__items {
	display: block;
	max-width: 360px;
	margin: 0 0 40px;
	padding: 0;
	list-style: none
}

.catalog__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0 0 20px;
	padding: 0;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.catalog__item-caption,
.catalog__item-icon {
	display: block;
	-webkit-box-flex: 0;
	-moz-box-flex: 0
}

.catalog__item-icon {
	position: relative;
	flex: 0 0 auto;
	width: 70px;
	height: 70px;
	margin: 0 20px 0 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #191a1f;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.advantages__note-icon .svg-icon,
.catalog__item-icon .svg-icon,
.design__stage-icon .svg-icon,
.production__stage-icon .svg-icon {
	fill: #f3c766
}

.catalog__item-caption {
	flex: 0 1 auto;
	margin: 0;
	color: #c4c4c4;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.catalog__item-caption b,
.catalog__item-caption strong {
	color: #fff;
	font-weight: 600
}

.advantages,
.catalog__box {
	display: block;
	background-color: #fff
}

.catalog__box {
	max-width: 420px;
	margin: 0;
	padding: 45px 50px 40px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px
}

/* из чего дом */



.services-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}

.service-card {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	padding: 25px;
	min-height: 320px;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
	transition: transform 0.3s ease;
}

.service-card:hover {
	transform: translateY(-5px);
}

.service-card::before {
	content: '';
	position: absolute;
	top: 10px;
	right: 10px;
	left: 10px;
	bottom: 10px;
	border: 0.6px solid #ececec;
	border-radius: 20px;
	pointer-events: none;
}

.service-title {
	color: white;
	font-size: 1.5rem;
	margin-bottom: 20px;
	text-align: center;
	position: relative;
	z-index: 1;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.service-image {
	width: 100%;
	height: 500px;
	object-fit: cover;
	border-radius: 20px;
	display: block;
	position: relative;
	z-index: 1;
}

/* Адаптивность для планшетов */
@media (max-width: 992px) {
	.services-grid {
		grid-template-columns: 1fr;
		max-width: 600px;
		margin: 0 auto;
	}

	.service-card {
		min-height: 280px;
	}
}

/* Адаптивность для мобильных устройств */
@media (max-width: 576px) {

	.c-person img {
		height: 400px !important;
	}

	.service-card {
		padding: 20px;
		min-height: 250px;
	}

	.service-title {
		font-size: 1.3rem;
	}

	.service-image {
		height: 160px;
	}

	#mess {
		display: none;
	}
}

/* из чего дом */




.advantages {
	position: relative;
	min-height: 1292px;
	padding-top: 100px;
	padding-bottom: 100px
}

.advantages__bg,
.advantages__eco::before {
	position: absolute;
	display: block;
	background-repeat: no-repeat
}

.advantages__bg {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../../../themes/main/assets/img/advantages-bg.jpg);
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.advantages__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.advantages__title {
	max-width: 940px;
	margin: 0 auto 70px
}

.advantages__title span {
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal
}

.advantages__eco {
	position: relative;
	display: inline-block;
	margin-right: 0;
	color: #f5ba33
}

.advantages__eco::before {
	top: 50%;
	right: -7px;
	width: 12px;
	height: 12px;
	margin-top: -16px;
	content: "";
	background-image: url(../../../themes/main/assets/img/eco.svg);
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.advantages__features {
	margin: 0 auto
}

.advantages__note {
	position: absolute;
	top: 220px;
	left: 15px;
	display: block;
	max-width: 280px
}

.advantages__note::before {
	position: absolute;
	bottom: -110px;
	left: 10px;
	display: block;
	width: 160px;
	height: 160px;
	content: "";
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .12);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-clip-path: circle(50% at 0 100%);
	clip-path: circle(50% at 0 100%)
}

.advantages__note-icon {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 0 15px;
	background-image: url(../../../themes/main/assets/img/penta-yellow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.advantages__note-icon .svg-icon,
.design__stage-icon .svg-icon,
.production__stage-icon .svg-icon {
	width: 30px;
	height: 30px;
	fill: #fff
}

.advantages__note-text {
	display: block;
	margin: 0;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4
}

.advantages__note-text b,
.advantages__note-text strong {
	font-weight: 600
}

.design {
	position: relative;
	z-index: 20;
	display: block;
	overflow: hidden;
	margin-top: 0px;
	padding-top: 100px;
	padding-bottom: 60px
}

.design__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.design__header {
	text-align: center
}

.design__stage {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0 0 30px;
	padding: 7px;
	text-align: left;
	border: 1px solid rgba(78, 87, 107, .3);
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.design__stage-icon {
	position: relative;
	flex: 0 0 auto;
	width: 27px;
	height: 27px;
	margin-right: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f5ba33;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.design__stage-icon .svg-icon,
.production__stage-icon .svg-icon {
	width: 14px;
	height: 14px
}

.design__stage-caption {
	flex: 0 1 auto;
	margin: 0;
	padding: 0 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.building__stage-caption span,
.design__stage-caption span,
.production__stage-caption span,
.stages__subtitle span,
.videos__title span {
	display: inline-block
}

.design__title {
	margin-bottom: 30px
}

.design__subtitle {
	display: block;
	margin: 0 auto 50px;
	text-align: center;
	color: rgba(78, 87, 107, .7);
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6
}

.stages {
	display: block;
	overflow: hidden;
	background-image: url(../../../themes/main/assets/img/stages-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.stages__container {
	position: relative;
	max-width: 1200px;
	min-height: 700px;
	margin-right: auto;
	margin-left: auto;
	padding: 100px 15px 135px
}

.stages__content {
	padding-left: 500px
}

.stages__title {
	margin-bottom: 45px;
	text-align: left
}

.stages__subtitle {
	display: block;
	max-width: 460px;
	margin: 0 0 50px;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.8
}

.stages__q {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #2754eb;
	line-height: 31px
}

.stages__cycle {
	position: relative;
	display: block;
	padding: 35px 45px 30px 210px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #fff;
	background-image: url(../../../themes/main/assets/img/stages-cycle.jpg);
	background-repeat: no-repeat;
	background-position: 35px 50%;
	-webkit-background-size: 150px 150px;
	-moz-background-size: 150px 150px;
	-o-background-size: 150px 150px;
	background-size: 150px 150px
}

.stages__cycle-text,
.stages__cycle-time {
	display: block;
	font-family: "Montserrat", sans-serif
}

.stages__cycle-time {
	position: absolute;
	top: 30px;
	left: 25px;
	width: 60px;
	height: 60px;
	padding-top: 15px;
	text-align: center;
	letter-spacing: .15em;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f5ba33;
	font-size: 8px;
	font-weight: 600;
	line-height: 1.3
}

.stages__cycle-time:first-line {
	letter-spacing: .2em;
	font-size: 16px
}

.stages__cycle-text {
	margin: 0;
	color: #4e576b;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8
}

.stages__person {
	position: absolute;
	bottom: 0;
	left: 15px;
	display: block;
	width: 100%;
	max-width: 480px;
	margin: 0;
	padding: 0
}

.stages__person img {
	margin: 0
}

.stages__person-caption {
	position: absolute;
	bottom: 145px;
	left: 0;
	display: inline-block;
	padding: 14px 50px 14px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	background-image: url(../../../themes/main/assets/img/stages-person-bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.stages__person-about,
.stages__person-name {
	display: block;
	margin: 0;
	letter-spacing: .1em;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.7
}

.stages__person-about {
	text-transform: uppercase;
	color: #838a98;
	font-size: 12px;
	font-weight: 400
}

.production {
	display: block;
	padding-top: 95px;
	padding-bottom: 10px;
	background-color: #151719
}

.production__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.production__header {
	text-align: center
}

.production__stage {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0 0 60px;
	padding: 7px;
	text-align: left;
	border: 1px solid rgba(255, 255, 255, .12);
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.production__stage-icon {
	position: relative;
	flex: 0 0 auto;
	width: 27px;
	height: 27px;
	margin-right: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f5ba33;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.production__pretitle,
.production__stage-caption {
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	line-height: 1.4
}

.production__stage-caption {
	flex: 0 1 auto;
	margin: 0;
	padding: 0 20px;
	color: rgba(255, 255, 255, .5);
	font-weight: 400;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.production__pretitle {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
	color: #7c7c7c;
	font-weight: 600
}

.production__title {
	max-width: 750px;
	margin: 0 auto 40px;
	color: #fff
}

.production__title .svg-icon {
	position: relative;
	top: -2px
}

.production__subtitle {
	display: block;
	max-width: 720px;
	margin: 0 auto 85px;
	text-align: center;
	color: #717170;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875
}

.production__subtitle b,
.production__subtitle strong {
	color: #fff
}

.process {
	display: block;
	min-height: 750px;
	padding-top: 50px;
	padding-bottom: 230px;
	background-color: #151719;
	background-image: url(../../../themes/main/assets/img/process-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.process__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.process__title {
	display: block;
	max-width: 700px;
	margin: 0 auto 60px;
	text-align: center;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.5
}

.building__note-text b,
.building__note-text strong,
.process__title b,
.process__title strong {
	font-weight: 600
}

.process__btn-video {
	margin: 0 auto
}

.building {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 1300px;
	padding-top: 85px;
	padding-bottom: 60px;
	background-color: #151719;
	background-image: url(../../../themes/main/assets/img/building-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.building__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.building__header {
	text-align: center
}

.building__stage {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0 0 30px;
	padding: 7px;
	text-align: left;
	border: 1px solid rgba(78, 87, 107, .3);
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.building__stage-icon {
	position: relative;
	flex: 0 0 auto;
	width: 27px;
	height: 27px;
	margin-right: 7px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #f5ba33;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.building__note-icon .svg-icon,
.building__stage-icon .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 14px;
	height: 14px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff
}

.building__stage-caption {
	flex: 0 1 auto;
	margin: 0;
	padding: 0 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.building__title {
	max-width: 900px;
	margin-bottom: 30px
}

.building__subtitle {
	position: relative;
	z-index: 20;
	display: block;
	max-width: 700px;
	margin: 0 auto 50px;
	text-align: center;
	color: rgba(78, 87, 107, .7);
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6
}

.building__note {
	position: absolute;
	top: 330px;
	left: 45px;
	display: block;
	max-width: 180px
}

.building__note-icon {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 0 15px;
	background-image: url(../../../themes/main/assets/img/penta-yellow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.building__note-icon .svg-icon {
	top: 52%;
	left: 53%;
	width: 30px;
	height: 30px
}

.building__note-text {
	display: block;
	margin: 0;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4
}

.supervision {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 620px;
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #151719
}

.supervision__bg {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 620px;
	background-image: url(../../../themes/main/assets/img/supervision-bg.jpg);
	background-repeat: no-repeat;
	background-position: center center
}

.supervision__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.supervision__content {
	display: block;
	padding-left: 55%
}

.supervision__title {
	text-align: left;
	color: #fff
}

.supervision__items {
	display: block;
	max-width: 500px;
	margin: 0;
	padding: 0;
	list-style: none
}

.supervision__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0 0 20px;
	padding: 0;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.supervision__item-icon,
.supervision__note::before {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.supervision__item-icon {
	position: relative;
	flex: 0 0 auto;
	width: 70px;
	height: 70px;
	margin: 0 20px 0 0;
	background-color: #191a1f;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.supervision__item-icon .svg-icon {
	top: 50%;
	fill: #f3c766
}

.supervision__item-caption {
	display: block;
	flex: 0 1 auto;
	margin: 0;
	color: #c4c4c4;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.consult__item-caption b,
.consult__item-caption strong,
.supervision__item-caption b,
.supervision__item-caption strong,
.supervision__note-text b,
.supervision__note-text strong {
	color: #fff;
	font-weight: 600
}

.supervision__visual {
	display: none
}

.supervision__note {
	position: absolute;
	top: 0;
	left: 70px;
	display: block;
	max-width: 210px
}

.supervision__note::before {
	position: absolute;
	bottom: -110px;
	left: 10px;
	width: 160px;
	height: 160px;
	content: "";
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .12);
	-webkit-clip-path: circle(50% at 0 100%);
	clip-path: circle(50% at 0 100%)
}

.supervision__note-icon {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 0 15px;
	background-image: url(../../../themes/main/assets/img/penta-yellow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.consult__item-icon .svg-icon,
.supervision__item-icon .svg-icon,
.supervision__note-icon .svg-icon,
.team__feature-icon .svg-icon {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.supervision__note-icon .svg-icon {
	top: 53%;
	width: 30px;
	height: 30px;
	fill: #fff
}

.supervision__note-text {
	display: block;
	margin: 0;
	color: #b9b99b;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4
}

.consult {
	display: block;
	background-color: #151719
}

.consult__container {
	position: relative;
	z-index: 20;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 40px 15px 100px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.consult__left,
.consult__right {
	position: relative;
	z-index: 20;
	flex: 0 1 auto;
	width: 50%;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.consult__right {
	width: 100%;
	max-width: 420px
}

.consult__title {
	margin-bottom: 50px;
	text-align: left;
	color: #fff
}

.consult__plus,
.consult__title-2 {
	display: block;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif
}

.consult__plus {
	position: relative;
	overflow: hidden;
	max-width: 450px;
	margin: 0 0 50px;
	padding: 21px 20px 19px 150px;
	color: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: #f5ba33;
	background-image: url(../../../themes/main/assets/img/consult-plus-bg.png);
	background-repeat: no-repeat;
	background-position: 27px 100%;
	-webkit-background-size: 74px 74px;
	-moz-background-size: 74px 74px;
	-o-background-size: 74px 74px;
	background-size: 74px 74px;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px
}

.consult__plus::before {
	position: absolute;
	top: 50%;
	left: 113px;
	display: inline-block;
	margin-top: -15px;
	content: "+";
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1
}

.consult__title-2 {
	margin: 0 0 30px;
	letter-spacing: .1em;
	color: #828488;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4
}

.consult__items {
	display: block;
	max-width: 340px;
	margin: 0;
	padding: 0;
	list-style: none
}

.consult__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0 0 20px;
	padding: 0;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.command__content::before,
.consult__item-icon {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.consult__item-icon {
	position: relative;
	flex: 0 0 auto;
	width: 70px;
	height: 70px;
	margin: 0 20px 0 0;
	background-color: #191a1f;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.consult__item-icon .svg-icon,
.team__feature-icon .svg-icon {
	top: 50%
}

.consult__item-icon .svg-icon {
	width: 32px;
	height: 32px;
	fill: #f3c766
}

.consult__item-caption {
	display: block;
	flex: 0 1 auto;
	margin: 0;
	color: #c4c4c4;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.consult__box {
	display: block;
	padding: 40px 50px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff
}

.consult__box-text,
.consult__box-title {
	display: block;
	margin: 0 0 5px;
	color: #262c39;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4
}

.consult__box-text {
	max-width: 240px;
	margin: 0 0 30px;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2
}

.consult__messengers {
	margin: 40px 0 0;
	padding-bottom: 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .1)
}

.consult__messengers-title {
	display: block;
	margin: 0 0 25px;
	text-align: center;
	color: rgba(255, 255, 255, .7);
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4
}

.consult__messengers-buttons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: cenetr;
	margin: 0 -10px;
	-webkit-align-items: cenetr;
	-webkit-box-align: cenetr;
	-moz-box-align: cenetr;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-align: cenetr;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center
}

.consult__messengers-button {
	flex: 0 0 auto;
	width: 170px;
	margin: 0 10px 15px;
	padding-right: 5px;
	padding-left: 5px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.consult__director {
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 50%;
	display: block;
	max-width: 100%;
	height: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%)
}

.command {
	position: relative;
	display: block;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff
}

.command__photo {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}

.command__content {
	position: absolute;
	top: 110px;
	right: 15px;
	left: 56%;
	display: block
}

.command__content::before {
	position: absolute;
	bottom: -110px;
	left: -100px;
	width: 160px;
	height: 160px;
	content: "";
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .12);
	-webkit-clip-path: circle(50% at 100% 0);
	clip-path: circle(50% at 100% 0);
	transform: rotate(-95deg);
}

.command__title {
	max-width: 520px;
	margin: 0;
	text-align: left
}

.command__subtitle {
	position: absolute;
	bottom: -5px;
	left: 225px;
	display: block;
	max-width: 260px;
	min-height: 35px;
	padding-top: 4px;
	padding-left: 50px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(78, 87, 107, .6);
	background-image: url(../../../themes/main/assets/img/logo-icon.svg);
	background-repeat: no-repeat;
	background-position: left center;
	-webkit-background-size: 35px 35px;
	-moz-background-size: 35px 35px;
	-o-background-size: 35px 35px;
	background-size: 35px 35px;
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.4
}

.team {
	display: block;
	padding-top: 95px;
	padding-bottom: 5px
}

.team__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 25px;
	padding-left: 25px
}

.team__title {
	max-width: 720px
}

.team__feature,
.team__features {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal
}

.team__features {
	flex-flow: row wrap;
	justify-content: space-around;
	max-width: 1050px;
	margin: 0 auto 35px;
	padding: 0;
	list-style: none;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: distribute;
	-webkit-justify-content: space-around
}

.team__feature {
	flex-flow: row nowrap;
	align-items: flex-start;
	flex: 0 1 auto;
	max-width: 480px;
	margin: 0 0 30px;
	padding: 0 15px;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	-ms-flex-align: start;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.team__feature-icon {
	position: relative;
	flex: 0 0 auto;
	width: 80px;
	height: 80px;
	margin: 0 30px 0 0;
	background-image: url(../../../themes/main/assets/img/penta-yellow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: 80px 80px;
	-moz-background-size: 80px 80px;
	-o-background-size: 80px 80px;
	background-size: 80px 80px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.team__feature-icon .svg-icon {
	fill: #fff
}

.team__feature-captions {
	display: block;
	flex: 0 1 auto;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.team__feature-text,
.team__feature-title {
	display: block;
	font-family: "Montserrat", sans-serif
}

.team__feature-title {
	margin: 0 0 5px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #4e576b;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5
}

.team__feature-text {
	margin: 0;
	color: rgba(78, 87, 107, .7);
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3
}

.team__persons {
	display: block;
	margin: 0 -25px
}

.team__person {
	margin: 0 25px
}

.team .slick-prev {
	left: -90px
}

.team .slick-next {
	right: -90px
}

.videos {
	display: block;
	overflow: hidden;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 110px;
	padding-bottom: 110px;
	background-color: #fff
}

.videos--2 {
	padding-top: 90px;
	padding-bottom: 40px
}

.videos__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 20px;
	padding-left: 20px
}

.videos__headline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 -10px 40px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.videos__title {
	max-width: 780px;
	margin: 0 auto 60px
}

.videos__title span {
	white-space: nowrap
}

.videos--2 .videos__title {
	max-width: 580px;
	margin: 0 10px 20px;
	text-align: left
}

.videos__button-other {
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	flex-flow: row nowrap;
	justify-content: center;
	align-items: center;
	min-height: 84px;
	margin: 0 10px 20px;
	padding: 10px 40px;
	text-decoration: none;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(38, 44, 57, .7);
	border: 0;
	-webkit-border-radius: 84px;
	-moz-border-radius: 84px;
	border-radius: 84px;
	background-color: #eef2f7;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center
}

.videos__button-other:hover {
	text-decoration: none;
	color: rgba(38, 44, 57, .9);
	background-color: #dee5ef
}

.videos__button-other img,
.videos__button-other span {
	flex: 0 1 auto;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.videos__button-other img {
	display: block;
	flex: 0 0 auto;
	max-width: 22px;
	height: auto;
	margin: 0 0 0 14px;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.videos__icon-youtube {
	display: inline-block;
	margin: 0 .1em;
	vertical-align: middle
}

.videos__videos {
	display: block;
	margin: 0 -20px
}

.videos__videos .slick-list {
	overflow: visible
}

.videos__video {
	display: block;
	margin: 0 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: .1
}

.videos__video.slick-active {
	opacity: 1
}

.videos .slick-prev {
	left: -90px
}

.videos .slick-next {
	right: -90px
}

.instagram {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap
}

.instagram__figure {
	display: block;
	width: 25%;
	margin: 0;
	padding: 0
}

.instagram__figure img {
	display: block;
	width: 100%;
	height: auto
}

.instagram__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	width: 50%;
	padding: 20px;
	background-color: #fff;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-align: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center
}

.instagram__container {
	flex: 0 0 100%;
	max-width: 100%;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%
}

.instagram__title {
	max-width: 500px;
	margin: 0 auto 25px
}

.instagram__logo {
	display: inline-block;
	margin: 0 .1em;
	vertical-align: middle
}

.instagram__subtitle {
	display: block;
	max-width: 310px;
	margin: 0 auto 25px;
	text-align: center;
	opacity: .5;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4
}

.instagram__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 310px;
	margin: 0 auto;
	padding-right: 10px;
	padding-left: 10px
}


/* Контейнер у тебя уже задан. Это — только стили самого блока под тёмный фон */
.factory-offer {
	background-color: #151719;
	/* тёмный фон секции */
	color: #fff;
	padding: 60px 0;
}

.offer-grid {
	display: grid;
	grid-template-columns: 1.05fr 1fr;
	gap: 40px;
	align-items: center;
}

.offer-media img {
	width: 100%;
	height: 100%;
	max-height: 520px;
	object-fit: cover;
	border-radius: 16px;
}

/* Белый текст и тёплый акцент для тёмного фона */

.offer-content {
	color: #fff;
}

.offer-content .offer-lead {
	color: #d9d9d9;
}

.offer-content .offer-badge {
	display: inline-block;
	padding: 6px 12px;
	font-size: 12px;
	letter-spacing: .06em;
	text-transform: uppercase;
	background: rgba(243, 199, 102, .14);
	color: var(--accent);
	border: 1px solid rgba(243, 199, 102, .35);
	border-radius: 999px;
	margin-bottom: 14px;
}

.offer-content h2 {
	margin: 10px 0 14px;
	color: #f3c766 !important;
	font-size: clamp(24px, 3.2vw, 32px);
	line-height: 1.25;
}

.offer-list {
	color: #cfcfcf;
	margin: 0 0 22px;
	padding-left: 1.1rem;
}

.offer-list li {
	margin: 6px 0;
}

.btn.btn-accent {
	background: var(--accent);
	color: #111;
	padding: 14px 20px;
	border-radius: 10px;
	text-decoration: none;
	font-weight: 600;
	display: inline-flex;
}

@media (max-width: 920px) {
	.offer-grid {
		grid-template-columns: 1fr;
	}

	.offer-media {
		order: 1;
	}

	.offer-content {
		order: 2;
	}
}


.contacts {
	position: relative;
	display: block;
	background-color: #151719;
	background-image: url(../../../themes/main/assets/img/contacts-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.contacts::before {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	display: block;
	height: 300px;
	content: "";
	background-image: -webkit-gradient(linear, left top, left bottom, from(#151719), to(rgba(21, 23, 25, 0)));
	background-image: -webkit-linear-gradient(top, #151719 0, rgba(21, 23, 25, 0) 100%);
	background-image: -moz-linear-gradient(top, #151719 0, rgba(21, 23, 25, 0) 100%);
	background-image: -o-linear-gradient(top, #151719 0, rgba(21, 23, 25, 0) 100%);
	background-image: linear-gradient(180deg, #151719 0, rgba(21, 23, 25, 0) 100%)
}

.contacts--contacts {
	background-image: url(../../../themes/main/assets/img/contacts-big-bg.jpg)
}

.contacts__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 15px
}

.contacts--contacts .contacts__container {
	padding-top: 250px
}

.contacts__title {
	display: block;
	max-width: 900px;
	margin: 0 auto 20px;
	text-align: center;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.45
}

.contacts2__form-title b,
.contacts2__form-title strong,
.contacts2__title b,
.contacts2__title strong,
.contacts__advantage b,
.contacts__advantage strong,
.contacts__form-title b,
.contacts__form-title strong,
.contacts__title b,
.contacts__title strong {
	font-weight: 600
}

.contacts__map-marker,
.contacts__office {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 70px
}

.contacts__office {
	margin: 0 auto
}

.contacts__box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	flex-flow: row nowrap;
	justify-content: space-between;
	min-height: 570px;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.contacts__left,
.contacts__right {
	-webkit-box-flex: 0;
	-moz-box-flex: 0
}

.contacts__left {
	flex: 0 1 46%;
	max-width: 46%;
	padding: 60px 200px 55px 70px;
	background-color: #f5f5f5;
	-webkit-flex: 0 1 46%;
	-ms-flex: 0 1 46%
}

.contacts__right {
	flex: 0 1 54%;
	max-width: 54%;
	padding: 60px 80px 55px 160px;
	-webkit-flex: 0 1 54%;
	-ms-flex: 0 1 54%
}

.contacts__director {
	position: absolute;
	z-index: 20;
	bottom: 0;
	left: 46%;
	display: block;
	max-width: 100%;
	height: auto;
	margin-left: -210px;
	opacity: .95
}

.contacts__contacts {
	margin: 0 0 40px
}

.contacts__contact:not(:last-child) {
	margin-bottom: 20px
}

.contacts__contact-label,
.contacts__contact-value {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.2
}

.contacts__contact-label {
	margin: 0 0 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(38, 44, 57, .3);
	font-size: 10px
}

.contacts__contact-value {
	position: relative;
	margin: 0;
	padding-left: 25px;
	color: #4e576b;
	font-size: 16px
}

.contacts__contact-value .svg-icon {
	position: absolute;
	top: 3px;
	left: 0;
	fill: #c4c4c4
}

.contacts2__contact-value address,
.contacts__contact-value address {
	display: inline-block;
	margin: 0;
	font-style: normal
}

.contacts2__contact-value a,
.contacts__contact-value a,
.footer__main-col p a {
	text-decoration: none;
	color: inherit
}

.contacts2__contact-value a:hover,
.contacts__contact-value a:hover {
	text-decoration: none;
	color: #f3c766
}

.contacts__advantages {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none
}

.contacts__advantage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0 0 30px;
	padding: 0;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.2;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.contacts__advantage:last-child,
.design-features__item-text p:last-child {
	margin-bottom: 0
}

.contacts__advantage-icon {
	position: relative;
	flex: 0 0 auto;
	width: 60px;
	height: 60px;
	margin: 0 20px 0 0;
	background-image: url(../../../themes/main/assets/img/penta-yellow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.contacts__advantage-icon .svg-icon {
	position: absolute;
	top: 51%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff
}

.contacts__advantage-caption {
	flex: 0 1 auto;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.contacts__form-title {
	display: block;
	margin: 0 0 35px;
	color: #262c39;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5
}

.contacts__form {
	margin: 0
}

.contacts2 {
	display: block;
	background-color: #151719;
	background-image: url(../../../themes/main/assets/img/contacts-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.contacts2__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 120px 15px 0
}

.contacts2__title {
	display: block;
	max-width: 900px;
	margin: 0 auto 20px;
	text-align: center;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 400;
	line-height: 1.45
}

.contacts2__map-marker {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 70px
}

.contacts2__figure img,
.contacts2__office {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}

.contacts2__box {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	flex-flow: row nowrap;
	justify-content: space-between;
	margin: 0 auto;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.contacts2__left {
	flex: 0 1 100%;
	max-width: 100%;
	padding: 60px 70px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%
}

.contacts2__right {
	flex: 0 0 auto;
	width: 370px;
	padding: 80px 40px 80px 50px;
	background-color: #f5f5f5;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.contacts2__contacts {
	margin: 0
}

.contacts2__contact:not(:last-child) {
	margin-bottom: 45px
}

.contacts2__contact-label,
.contacts2__contact-value {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	line-height: 1.2
}

.contacts2__contact-label {
	margin: 0 0 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(38, 44, 57, .3);
	font-size: 10px
}

.contacts2__contact-value {
	position: relative;
	margin: 0;
	padding-left: 25px;
	color: #4e576b;
	font-size: 16px
}

.contacts2__contact-value .svg-icon {
	position: absolute;
	top: 3px;
	left: 0;
	fill: #c4c4c4
}

.contacts2__form-title {
	display: block;
	max-width: 420px;
	margin: 0 0 35px;
	color: #262c39;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.5
}

.contacts2__form {
	margin: 0
}

.contacts2__bottom {
	min-height: 700px
}

.contacts2__items {
	position: relative;
	z-index: 20;
	display: block;
	margin: 0;
	padding: 100px 0 50px 50%;
	list-style: none
}

.contacts2__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0 0 50px;
	padding: 0;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.contacts2__item-content,
.contacts2__item-icon {
	display: block;
	-webkit-box-flex: 0;
	-moz-box-flex: 0
}

.contacts2__item-icon {
	position: relative;
	flex: 0 0 auto;
	width: 82px;
	height: 82px;
	margin: 0 30px 0 0;
	background-image: url(../../../themes/main/assets/img/penta-yellow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.contacts2__item-icon .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 42px;
	height: 42px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff
}

.contacts2__item-icon .svg-icon--eye {
	top: 53%
}

.contacts2__item-content {
	flex: 0 1 auto;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.contacts2__item-text,
.contacts2__item-title {
	display: block;
	font-family: "Montserrat", sans-serif;
	line-height: 1.6
}

.contacts2__item-title {
	margin: 0 0 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: 600
}

.contacts2__item-text {
	margin: 0;
	color: rgba(255, 255, 255, .7);
	font-size: 13px;
	font-weight: 400
}

.contacts2__figure,
.contacts2__hint {
	position: absolute;
	display: block;
	margin: 0
}

.contacts2__figure {
	bottom: 0;
	left: 100px;
	max-width: 420px
}

.contacts2__hint {
	top: 80px;
	left: -60px;
	max-width: 160px;
	color: rgba(255, 255, 255, .5);
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6
}

.contacts2__hint::before {
	bottom: -75px;
	left: 30px;
	width: 120px;
	height: 120px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(255, 255, 255, .12);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-clip-path: circle(50% at 0 100%);
	clip-path: circle(50% at 0 100%)
}

.thankyou {
	display: block;
	background-color: #151719
}

.thankyou__container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-end;
	align-items: flex-start;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 250px 15px 100px;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-align: start;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end
}

.thankyou__main {
	position: relative;
	z-index: 20;
	width: 100%;
	max-width: 770px
}

.thankyou__subtitle,
.thankyou__title {
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 400
}

.thankyou__title {
	margin: 0 0 22px;
	color: #fff;
	font-size: 42px;
	line-height: 1.2
}

.thankyou__subtitle {
	max-width: 480px;
	margin: 0 0 55px;
	color: rgba(255, 255, 255, .7);
	font-size: 16px;
	line-height: 1.6
}

.thankyou__video {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 770px;
	margin: 0;
	padding: 0;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #262c39
}

.thankyou__video img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease
}

.thankyou__video:hover img {
	-webkit-transform: scale(1.005);
	-moz-transform: scale(1.005);
	-ms-transform: scale(1.005);
	-o-transform: scale(1.005);
	transform: scale(1.005)
}

.thankyou__play,
.thankyou__play .svg-icon {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.thankyou__play {
	z-index: 10;
	left: 50%;
	display: block;
	width: 94px;
	height: 94px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #2754eb
}

.thankyou__play .svg-icon {
	left: 52%;
	width: 24px;
	height: 24px;
	fill: #fff
}

.thankyou__video:hover .thankyou__play {
	background-color: #3d65ed
}

.thankyou__figure {
	position: absolute;
	bottom: 0;
	left: 0;
	max-width: 500px
}

.thankyou__figure img {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1)
}

.thankyou__contact {
	position: absolute;
	bottom: 100px;
	left: 20px;
	display: block;
	max-width: 270px;
	padding: 35px 30px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff
}

.thankyou__contact-phone,
.thankyou__contact-text {
	display: block;
	text-align: center;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-weight: 400
}

.thankyou__contact-phone {
	margin: 0 0 10px;
	text-decoration: none;
	font-size: 20px;
	line-height: 1.2
}

.thankyou__contact-phone:hover {
	text-decoration: none;
	color: #2754eb
}

.thankyou__contact-text {
	margin: 0;
	font-size: 14px;
	line-height: 1.6
}

.reviews,
.reviews__container {
	margin-right: auto;
	margin-left: auto
}

.reviews {
	display: block;
	overflow: hidden;
	max-width: 1920px;
	padding-top: 110px;
	padding-bottom: 125px;
	background-color: #fff
}

.reviews__container {
	position: relative;
	max-width: 1200px;
	padding-right: 20px;
	padding-left: 20px
}

.reviews__title {
	max-width: 100%;
	margin: 0 auto 22px
}

.reviews__subtitle {
	display: block;
	margin: 0 auto 55px;
	text-align: center;
	color: rgba(78, 87, 107, .7);
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4
}

.reviews__videos {
	display: block;
	margin: 0 -20px
}

.reviews__videos .slick-list {
	overflow: visible
}

.reviews__video {
	display: block;
	margin: 0 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	opacity: .1
}

.reviews__video.slick-active {
	opacity: 1
}

.reviews2 {
	display: block;
	padding-top: 60px;
	padding-bottom: 105px
}

.reviews2__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.reviews2__title {
	max-width: 100%;
	margin: 0 auto 20px;
	color: #fff
}

.reviews2__subtitle {
	display: block;
	margin: 0 auto 55px;
	text-align: center;
	color: rgba(255, 255, 255, .7);
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4
}

.reviews2__videos {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px -40px;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap
}

.reviews2__video {
	width: -webkit-calc(50% - 30px);
	width: -moz-calc(50% - 30px);
	width: calc(50% - 30px);
	margin: 0 15px 40px
}

.reviews2__note {
	display: block;
	max-width: 650px;
	margin: 65px auto 0;
	text-align: center;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #7c7c7c;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.8
}

.portfolio {
	display: block;
	background-color: #151719
}

.portfolio__container {
	position: relative;
	max-width: 1400px;
	margin-right: auto;
	margin-left: auto;
	padding: 20px 15px 20px
}

.portfolio__pretitle {
	color: #7c7c7c
}

.portfolio__title {
	max-width: 700px;
	max-width: 100%;
	margin-bottom: 25px;
	color: #fff
}

.portfolio__subtitle {
	display: block;
	max-width: 740px;
	margin: 0 auto 65px;
	text-align: center;
	color: rgba(255, 255, 255, .7);
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6
}

.portfolio__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 -15px -30px;
	padding: 0;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center
}

.portfolio__item {
	margin: 0 15px 30px
}

.portfolio__item--13 {
	width: -webkit-calc(33.33% - 30px);
	width: -moz-calc(33.33% - 30px);
	width: calc(33.33% - 30px)
}

.portfolio__item--23 {
	width: -webkit-calc(66.66% - 30px);
	width: -moz-calc(66.66% - 30px);
	width: calc(66.66% - 30px)
}

.portfolio__item--12 {
	width: -webkit-calc(50% - 30px);
	width: -moz-calc(50% - 30px);
	width: calc(50% - 30px)
}

.portfolio__btn-more {
	margin: 60px auto 0
}

.about {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 1468px;
	background-color: #f6f6f6
}

.about::before,
.about__hint::before,
.contacts2__hint::before {
	position: absolute;
	display: block;
	content: ""
}

.about::before {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: url(../../../themes/main/assets/img/about-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.about__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 250px 15px 90px
}

.about__header {
	position: relative;
	display: block
}

.about__title {
	max-width: 680px;
	margin: 0;
	text-align: left
}

.about__subtitle {
	position: relative;
	display: block;
	max-width: 280px;
	margin: -43px 0 0 242px;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6
}

.about__btn-video,
.about__hint {
	position: absolute;
	top: 200px;
	right: 60px
}

.about__hint {
	top: 600px;
	right: 300px;
	max-width: 150px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(38, 44, 57, .5);
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.6
}

.about__hint::before {
	top: -120px;
	right: -80px;
	width: 120px;
	height: 120px;
	border-width: 1px;
	border-style: solid;
	border-color: rgba(0, 0, 0, .12);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-clip-path: circle(50% at 100% 100%);
	clip-path: circle(50% at 100% 100%)
}

.about__hint,
.approach {
	display: block
}

.approach__container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: flex-start;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 65px 15px 60px;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: end;
	-moz-box-pack: end;
	-ms-flex-align: start;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: end;
	-webkit-justify-content: flex-end
}

.approach__content,
.approach__visual {
	display: block;
	-webkit-box-flex: 0;
	-moz-box-flex: 0
}

.approach__visual {
	order: -1;
	flex: 0 1 500px;
	max-width: 500px;
	margin: 0 40px 0 0;
	-webkit-box-ordinal-group: 0;
	-moz-box-ordinal-group: 0;
	-webkit-flex: 0 1 500px;
	-ms-flex: 0 1 500px;
	-ms-flex-order: -1;
	-webkit-order: -1
}

.approach__visual img,
.thankyou__figure img {
	display: block;
	width: 100%;
	height: auto
}

.approach__content {
	flex: 0 1 580px;
	max-width: 580px;
	padding-top: 50px;
	-webkit-flex: 0 1 580px;
	-ms-flex: 0 1 580px
}

.approach__title {
	margin: 0 0 45px;
	text-align: left;
	color: #fff
}

.approach__note {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	align-items: flex-start;
	max-width: 420px;
	margin: 0 0 45px;
	-webkit-align-items: flex-start;
	-webkit-box-align: start;
	-moz-box-align: start;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: start;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.approach__note-icon {
	position: relative;
	display: block;
	flex: 0 0 auto;
	width: 82px;
	height: 82px;
	margin-right: 30px;
	background-image: url(../../../themes/main/assets/img/penta-yellow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.approach__note-icon .svg-icon,
.pros__note-icon .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff
}

.approach__note-content {
	flex: 0 1 auto;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.approach__note-title {
	display: block;
	margin: 0 0 10px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4
}

.approach__note-text,
.approach__text {
	display: block;
	margin: 0;
	color: rgba(255, 255, 255, .7);
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6
}

.approach__text {
	max-width: 530px;
	font-size: 18px
}

.company {
	position: relative;
	z-index: 20;
	display: block;
	margin-top: -240px
}

.company__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 15px
}

.company__title {
	max-width: 770px;
	max-width: 100%;
	margin: 0 auto 65px;
	color: #fff
}

.company__title img {
	position: relative;
	top: -1px
}

.company__cards {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.company__card {
	width: -webkit-calc(50% - 35px);
	width: -moz-calc(50% - 35px);
	width: calc(50% - 35px)
}

.pros {
	display: block;
	padding-top: 60px;
	padding-bottom: 60px
}

.pros__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.pros__main {
	position: relative;
	display: block;
	margin: 0 0 100px
}

.pros__text-content {
	position: absolute;
	top: 0;
	right: 15px;
	width: -webkit-calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: calc(50% - 15px)
}

.pros__title {
	max-width: 480px;
	margin: 0 0 35px;
	text-align: left;
	color: #fff
}

.pros__note {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	max-width: 470px;
	margin: 0 0 25px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.pros__note-icon {
	position: relative;
	flex: 0 0 auto;
	width: 70px;
	height: 70px;
	margin-right: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #1c1e20;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.pros__note-icon .svg-icon {
	fill: #f3c766
}

.pros__note-text,
.pros__text {
	margin: 0;
	font-family: "Montserrat", sans-serif
}

.pros__note-text {
	flex: 0 1 auto;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #7c7c7c;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.8;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.pros__text {
	display: block;
	max-width: 380px;
	color: #717170;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.6
}

.pros__text b {
	color: #fff
}

.pros__person {
	position: relative;
	display: block;
	margin: 0
}

.pros__person::after {
	position: absolute;
	z-index: 10;
	top: 60%;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	content: "";
	opacity: .8;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(24, 25, 21, 0)));
	background-image: -webkit-linear-gradient(bottom, #000 0, rgba(24, 25, 21, 0) 100%);
	background-image: -moz-linear-gradient(bottom, #000 0, rgba(24, 25, 21, 0) 100%);
	background-image: -o-linear-gradient(bottom, #000 0, rgba(24, 25, 21, 0) 100%);
	background-image: linear-gradient(0deg, #000 0, rgba(24, 25, 21, 0) 100%)
}

.pros__person img {
	display: block;
	width: 100%;
	height: auto
}

.pros__person--1 {
	margin-bottom: 100px
}

.pros__person--1,
.pros__person--2 {
	width: -webkit-calc(50% - 85px);
	width: -moz-calc(50% - 85px);
	width: calc(50% - 85px)
}

.pros__person--3 {
	position: absolute;
	right: 15px;
	bottom: 0;
	width: -webkit-calc(50% - 15px);
	width: -moz-calc(50% - 15px);
	width: calc(50% - 15px)
}

.pros__person-captions {
	position: absolute;
	z-index: 20;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	padding: 0 35px 30px
}

.pros__person-about,
.pros__person-name {
	display: block;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	line-height: 1.4
}

.pros__person-name {
	margin: 0 0 5px;
	letter-spacing: .1em;
	color: #fff;
	font-size: 16px;
	font-weight: 700
}

.pros__person-about {
	margin: 0;
	color: rgba(255, 255, 255, .7);
	font-size: 10px;
	font-weight: 600
}

.pros__tabs {
	margin-bottom: 0px
}

.geo {
	display: block;
	padding-top: 60px;
	padding-bottom: 60px
}

.geo__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.geo__title {
	max-width: 620px;
	margin: 0 auto 20px
}

.geo__title b,
.geo__title strong,
.pros__text b {
	font-weight: 700
}

.geo__subtitle {
	display: block;
	max-width: 640px;
	margin: 0 auto 65px;
	text-align: center;
	color: #262c39;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8
}

.geo__map {
	position: relative;
	display: block;
	margin: 0 auto
}

.c-estimate__image img,
.design-intro__figure img,
.design-photos__figure img,
.equipment__item img,
.forest__item-figure img,
.geo__map-image,
.geo__marker,
.objects__item-figure img {
	display: block;
	width: 100%;
	height: auto
}

.geo__marker {
	position: absolute;
	width: 56px;
	height: 56px;
	margin-top: -56px;
	margin-left: -28px;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
	opacity: 0;
	background-image: url(../../../themes/main/assets/img/geo-map-marker.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.geo__marker.active {
	opacity: 1
}

.geo__marker--1 {
	top: 36%;
	left: 13%
}

.geo__marker--2 {
	top: 36%;
	left: 26%
}

.geo__marker--3 {
	top: 20%;
	left: 28%
}

.geo__marker--4 {
	top: 34%;
	left: 32%
}

.geo__marker--5 {
	top: 19%;
	left: 36%
}

.geo__marker--6 {
	top: 23%;
	left: 45%
}

.geo__marker--7 {
	top: 28%;
	left: 55%
}

.geo__marker--8 {
	top: 36%;
	left: 65%
}

.geo__marker--9 {
	top: 23%;
	left: 75%
}

.geo__marker--10 {
	top: 38%;
	left: 85%
}

.geo__button-wrapper {
	position: absolute;
	right: 0;
	bottom: 100px;
	left: 0;
	text-align: center
}

.geo__button-projects {
	position: relative;
	z-index: 50;
	width: 100%;
	max-width: 350px;
	margin: 0
}

.design-intro {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #151719;
	background-image: url(../../../themes/main/assets/img/design-intro-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.design-intro__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 250px 15px 150px
}

.design-intro__content {
	position: relative;
	z-index: 20;
	display: block;
	max-width: 500px
}

.design-intro__title {
	margin-bottom: 35px;
	text-align: left;
	color: #fff
}

.design-intro__button {
	width: 100%;
	max-width: 310px
}

.design-intro__figure {
	position: absolute;
	right: -75px;
	bottom: 0;
	display: block;
	max-width: 685px;
	margin: 0;
	padding: 0
}

.design-photos {
	background-color: #151719
}

.design-photos__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap
}

.design-photos__stack {
	position: absolute;
	overflow: hidden;
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0
}

.design-photos__figure {
	position: relative;
	flex: 0 0 auto;
	width: 33.33%;
	margin: 0;
	padding: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.design-photos__overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	-webkit-transition: all 1.4s ease;
	-moz-transition: all 1.4s ease;
	-o-transition: all 1.4s ease;
	transition: all 1.4s ease;
	opacity: 1;
	background-repeat: no-repeat;
	background-position: 0 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.design-photos__overlay.hidden {
	opacity: 0
}

.design-photos__content {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	align-items: center;
	flex: 0 0 auto;
	width: 33.33%;
	padding: 10px;
	background-color: #151719;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	-ms-flex-align: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center
}

.design-photos__container {
	flex: 0 0 100%;
	max-width: 100%;
	text-align: center;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%
}

.design-photos__square,
.design-photos__title {
	display: block;
	text-align: center;
	font-family: "Montserrat", sans-serif
}

.design-photos__title {
	margin: 20px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #7c7c7c;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.8
}

.design-photos__square {
	margin: 0 0 15px;
	color: #fff;
	font-size: 42px;
	font-weight: 400;
	line-height: 1
}

.design-photos__number {
	font-size: 120px
}

.design-photos__subtitle {
	display: block;
	margin: 0;
	text-align: center;
	color: rgba(255, 255, 255, .7);
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4
}

.design-features {
	display: block;
	padding-top: 60px;
	padding-bottom: 30px;
	background-color: #151719
}

.design-features__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.design-features__items {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none
}

.design-features__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	margin: 0;
	padding: 55px 120px 55px 90px;
	border-top: 1px solid #26282a;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.design-features__item:last-child {
	border-bottom: 1px solid #26282a
}

.design-features__item-icon,
.design-features__item-title {
	flex: 0 0 auto;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.design-features__item-icon {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	margin: 0 40px 0 0;
	background-image: url(../../../themes/main/assets/img/penta-yellow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.design-features__item-icon .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff
}

.design-features__item-icon .svg-icon--calculator {
	top: 53%;
	width: 34px;
	height: 34px
}

.design-features__item-title {
	width: 310px;
	margin: 0 100px 0 0;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.6
}

.design-features__item-text,
.design-features__item-text p {
	display: block;
	color: #717170;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875
}

.design-features__item-text {
	flex: 0 1 auto;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.design-features__item-text p {
	margin: 0 0 1em
}

.design-comfort {
	display: block;
	padding-top: 70px;
	padding-bottom: 40px;
	background-color: #151719
}

.design-comfort__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.design-comfort__header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 40px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.design-comfort__title {
	display: block;
	flex: 0 1 auto;
	max-width: 760px;
	margin: 0 30px 30px 0;
	text-align: left;
	color: #fff;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.design-comfort__nav,
.design-comfort__next,
.design-comfort__prev {
	flex: 0 0 auto;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.design-comfort__nav {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	margin: 0 0 30px;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.design-comfort__next,
.design-comfort__prev {
	position: relative;
	display: block;
	width: 80px;
	height: 80px;
	border: 1px solid #222326;
	outline: 0;
	background-color: transparent
}

.design-comfort__next::before,
.design-comfort__prev::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	margin-left: -5px;
	content: "";
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	border-width: 3px;
	border-color: #fff
}

.design-comfort__next:focus,
.design-comfort__next:hover,
.design-comfort__prev:focus,
.design-comfort__prev:hover {
	background-color: #fff
}

.design-comfort__next:focus::before,
.design-comfort__next:hover::before,
.design-comfort__prev:focus::before,
.design-comfort__prev:hover::before {
	border-color: #111
}

.design-comfort__prev {
	border-right: none
}

.design-comfort__prev::before {
	border-style: none none solid solid
}

.design-comfort__next::before {
	border-style: solid solid none none
}

.design-comfort__photos {
	position: relative;
	display: block;
	max-width: 1000px
}

.design-comfort__items {
	display: block
}

.design-comfort__item {
	position: relative;
	opacity: .25
}

.design-comfort__item::after,
.design-comfort__overlay {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	pointer-events: none
}

.design-comfort__item::after {
	z-index: 5;
	top: 50%;
	display: block;
	content: "";
	opacity: .9;
	background: -webkit-gradient(linear, left bottom, left top, from(#151719), to(rgba(21, 23, 25, 0)));
	background: -webkit-linear-gradient(bottom, #151719 0, rgba(21, 23, 25, 0) 100%);
	background: -moz-linear-gradient(bottom, #151719 0, rgba(21, 23, 25, 0) 100%);
	background: -o-linear-gradient(bottom, #151719 0, rgba(21, 23, 25, 0) 100%);
	background: linear-gradient(0deg, #151719 0, rgba(21, 23, 25, 0) 100%)
}

.design-comfort__item.slick-current {
	opacity: 1
}

.design-comfort .slick-list {
	overflow: visible
}

.design-comfort__overlay {
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	padding: 0 45px 25px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.design-comfort__overlay-text {
	display: block;
	flex: 0 1 auto;
	max-width: 400px;
	margin: 0 15px 20px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5625;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.design-comfort__overlay-button {
	flex: 0 0 auto;
	margin: 0 10px 20px;
	pointer-events: auto;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.design-docs {
	display: block;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #151719
}

.design-docs__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.design-docs__text,
.design-docs__title {
	max-width: 740px;
	margin: 0 auto 20px;
	text-align: center;
	color: #fff
}

.design-docs__title .small {
	font-size: .715em
}

.design-docs__text {
	display: block;
	max-width: 700px;
	color: #717170;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.875
}

.design-docs__text:last-child {
	margin-bottom: 0
}

.design-docs__text b,
.design-docs__text strong {
	color: #fff;
	font-weight: 700
}

.design-docs__figure {
	position: relative;
	display: block;
	margin: 0 0 15px;
	padding: 0
}

.design-docs__visual {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto
}

.design-docs__download,
.design-docs__download-icon {
	display: block;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.design-docs__download {
	position: absolute;
	top: -15px;
	left: 13%;
	width: 160px;
	height: 160px;
	text-decoration: none;
	background-color: #fff
}

.design-docs__download:hover {
	text-decoration: none;
	background-color: #f3c766
}

.design-docs__download-icon {
	position: relative;
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	background-color: #2754eb
}

.design-docs__download-icon .svg-icon {
	position: absolute;
	width: 20px;
	height: 20px;
	fill: #fff
}

.design-docs__download-caption,
.design-docs__item::before {
	position: absolute;
	font-family: "Montserrat", sans-serif;
	font-weight: 700
}

.design-docs__download-caption,
.design-docs__download-icon .svg-icon {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.design-docs__download-caption {
	display: block;
	width: 120px;
	margin: 0;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
	text-align: center;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #4e576b;
	font-size: 12px;
	line-height: 1.6
}

.design-docs__download:hover .design-docs__download-caption {
	color: #262c39
}

.design-docs__section {
	padding-top: 50px
}

.design-docs__title-2 {
	margin-bottom: 60px;
	text-align: center;
	color: #fff
}

.design-docs__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	counter-reset: projects;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap
}

.design-docs__item {
	position: relative;
	display: block;
	width: 25%;
	margin: 0 -1px -1px 0;
	padding: 160px 30px 35px;
	border: 1px #1f2123 solid
}

.design-docs__item::before {
	top: 30px;
	right: 30px;
	display: inline-block;
	content: "0" counter(projects);
	counter-increment: projects;
	color: rgba(255, 255, 255, .2);
	font-size: 14px;
	line-height: 1.2
}

.design-docs__item .svg-icon--house {
	width: 56px;
	height: 56px
}

.design-docs__item .svg-icon--contract,
.design-docs__item .svg-icon--project {
	width: 45px;
	height: 45px
}

.design-docs__item .svg-icon--square {
	width: 48px;
	height: 48px
}

.design-docs__item-icon {
	position: absolute;
	top: 65px;
	left: 30px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	fill: #f3c766
}

.design-docs__item-title {
	display: block;
	margin: 0 0 14px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4
}

.design-docs__item-text {
	display: block;
	margin: 0;
	color: #717170;
	font-family: "Montserrat", sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.923076923076923
}

.architects {
	display: block;
	padding-top: 75px;
	padding-bottom: 0px;
	background-color: #151719
}

.architects__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.architects__top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 45px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.architects__header {
	flex: 0 1 100%;
	max-width: 640px;
	margin-right: 20px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%
}

.architects__title {
	margin: 0 0 40px;
	text-align: left;
	color: #fff
}

.architects__subtitle {
	display: block;
	margin: 0 0 20px;
	color: #717170;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8
}

.architects__btn-video {
	flex: 0 0 auto;
	margin-bottom: 20px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.architects__persons {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 -25px -30px;
	padding: 0;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center
}

.architects__person {
	width: -webkit-calc(33.33% - 50px);
	width: -moz-calc(33.33% - 50px);
	width: calc(33.33% - 50px);
	margin: 0 25px 30px
}

.base {
	display: block;
	padding-top: 260px;
	padding-bottom: 490px;
	background-color: #151719;
	background-image: url(../../../themes/main/assets/img/base-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.base__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.base__pretitle {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #7c7c7c;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4
}

.base__title {
	max-width: 750px;
	margin: 0 auto 35px;
	color: #fff
}

.base__title .svg-icon,
.wood__title .svg-icon {
	position: relative;
	top: -2px
}

.base__subtitle {
	display: block;
	max-width: 720px;
	margin: 0 auto;
	text-align: center;
	color: #717170;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875
}

.base__subtitle b,
.base__subtitle strong,
.wood__subtitle b,
.wood__subtitle strong {
	color: #fff
}

.wood {
	display: block;
	padding-top: 100px;
	padding-bottom: 50px
}

.wood__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.wood__title {
	max-width: 920px;
	margin: 0 auto 20px;
	color: #fff
}

.wood__subtitle {
	display: block;
	max-width: 720px;
	margin: 0 auto 60px;
	text-align: center;
	color: #717170;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875
}

.wood__items {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	margin: 0 -20px -40px;
	padding: 0;
	list-style: none;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap
}

.wood__item {
	flex: 0 0 auto;
	width: 25%;
	margin: 0 0 40px;
	padding: 0 20px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.wood__item-icon {
	position: relative;
	display: block;
	width: 82px;
	height: 82px;
	margin: 0 auto 40px;
	background-image: url(../../../themes/main/assets/img/penta-yellow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.wood__item-icon .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 46px;
	height: 46px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff
}

.wood__item-text {
	display: block;
	max-width: 360px;
	margin: 0 auto;
	text-align: center;
	color: #717170;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8
}

.forest__item-caption b,
.forest__item-caption strong,
.wood__item-text b,
.wood__item-text strong {
	color: #fff;
	font-weight: 600
}

.forest {
	display: block;
	padding-top: 60px;
	padding-bottom: 60px
}

.forest__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.forest__title {
	max-width: 680px;
	margin: 0 auto 60px;
	text-align: center;
	color: #fff
}

.forest__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 -15px -40px;
	padding: 0;
	list-style: none;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center
}

.forest__item {
	display: block;
	width: -webkit-calc(33.33% - 30px);
	width: -moz-calc(33.33% - 30px);
	width: calc(33.33% - 30px);
	margin: 0 15px 40px;
	padding: 0 0 35px;
	border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.forest__item-figure {
	display: block;
	margin: 0;
	padding: 0
}

.forest__item-caption {
	display: block;
	margin: 0;
	padding-top: 24px;
	color: #717170;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8
}

.equipment {
	display: block;
	overflow: hidden;
	padding-top: 60px;
	padding-bottom: 110px;
	background-color: #151719
}

.equipment__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.equipment__pretitle {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #7c7c7c;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.4
}

.equipment__title {
	max-width: 800px;
	margin: 0 auto 35px;
	color: #fff
}

.equipment__subtitle {
	display: block;
	max-width: 500px;
	margin: 0 auto 50px;
	text-align: center;
	color: #717170;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.875
}

.equipment__items .slick-next:hover::before,
.equipment__items .slick-prev:hover::before,
.equipment__subtitle b,
.equipment__subtitle strong {
	color: #fff
}

.equipment__items {
	position: relative;
	display: block;
	margin: 0 -90px;
	padding: 0
}

.equipment__items::before {
	z-index: 20;
	left: -410px;
	width: 500px;
	background-color: rgba(21, 23, 25, .9)
}

.construction::before,
.equipment__items::after,
.equipment__items::before {
	position: absolute;
	top: 0;
	bottom: 0;
	display: block;
	content: ""
}

.equipment__items::after {
	z-index: 20;
	right: -410px;
	width: 500px;
	background-color: rgba(21, 23, 25, .9)
}

.equipment__items .slick-list {
	overflow: visible
}

.equipment__items .slick-next,
.equipment__items .slick-prev {
	z-index: 50;
	border-color: rgba(255, 255, 255, .1)
}

.equipment__items .slick-next::before,
.equipment__items .slick-prev::before {
	border-color: #fff
}

.equipment__items .slick-next:hover,
.equipment__items .slick-prev:hover {
	border-color: rgba(196, 196, 196, .1);
	background-color: rgba(196, 196, 196, .1)
}

.equipment__items .slick-prev {
	left: -40px
}

.equipment__items .slick-next {
	right: -40px
}

.equipment__items .slick-dots {
	margin-top: 45px
}

.equipment__item {
	display: block;
	margin: 0 90px
}

.equipment__note {
	display: block;
	max-width: 370px;
	margin: 40px auto 0;
	text-align: center;
	color: #717170;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.8
}

.construction {
	position: relative;
	display: block;
	overflow: hidden;
	background-color: #f6f6f6
}

.construction::before {
	right: 0;
	left: 0;
	background-image: url(../../../themes/main/assets/img/construction-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.construction__container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 275px 15px 170px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap
}

.construction__content {
	position: relative;
	display: block;
	max-width: 440px
}

.construction__title {
	margin: 0 0 35px;
	text-align: left
}

.construction__subtitle {
	position: relative;
	display: block;
	max-width: 400px;
	margin: 0 0 25px;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6
}

.construction__tags {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	margin: 0 -10px;
	padding: 0;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap
}

.construction__tag {
	display: inline-block;
	flex: 0 1 auto;
	margin: 0 10px 20px;
	padding: 6px 15px;
	text-decoration: none;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #262c39;
	background-color: #f3c766;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 600;
	line-height: 20px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.construction__tag:hover {
	text-decoration: none;
	color: #000;
	background-color: #f5cf7d
}

.construction__btn-video {
	position: relative;
	flex: 0 0 auto;
	margin: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.objects {
	display: block;
	padding-top: 100px;
	padding-bottom: 40px;
	background-color: #151719
}

.objects__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.objects__title {
	max-width: 800px;
	margin: 0 auto 30px;
	color: #fff
}

.objects__subtitle {
	display: block;
	margin: 0 auto 45px;
	text-align: center;
	color: #717170;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.8
}

.objects__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 -15px -40px;
	padding: 0;
	list-style: none;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center
}

.objects__item {
	display: block;
	width: -webkit-calc(33.33% - 30px);
	width: -moz-calc(33.33% - 30px);
	width: calc(33.33% - 30px);
	margin: 0 15px 40px;
	padding: 0 0 30px;
	border-bottom: 1px solid rgba(255, 255, 255, .05)
}

.objects__item-figure {
	display: block;
	margin: 0;
	padding: 0
}

.objects__item-caption {
	display: block;
	padding-top: 30px
}

.objects__item-subtitle,
.objects__item-title {
	text-align: center;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-weight: 700
}

.objects__item-title {
	display: block;
	margin: 0 0 10px;
	color: #fff;
	font-size: 14px;
	line-height: 1.4
}

.objects__item-subtitle {
	margin: 0;
	color: #5b5d5e;
	font-size: 12px;
	line-height: 1.6
}

.objects__item-subtitle b,
.objects__item-subtitle strong {
	color: #fff;
	font-weight: 600
}

.cutting {
	display: block;
	padding-top: 60px;
	padding-bottom: 110px;
	background-color: #151719
}

.cutting__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.cutting__title {
	margin: 0 auto 50px;
	text-align: center;
	color: #fff
}

.cutting__title-icon {
	position: relative;
	top: -1px;
	display: inline-block;
	width: 41px;
	height: 41px;
	margin: 0 .3em;
	vertical-align: middle;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #2754eb
}

.cutting__title-icon .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 20px;
	height: 20px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff
}

.cutting__tabs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.cutting__buttons {
	display: block;
	flex: 0 0 auto;
	width: 270px;
	margin: 0 140px 0 0;
	padding: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.cutting__button {
	display: block;
	width: 100%;
	height: 84px;
	margin: 0 0 20px;
	padding: 21px 10px;
	text-align: center;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #f5ba33;
	border: 1px solid #f5ba33;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background-color: transparent;
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 20px
}

.cutting__button:hover {
	color: #fff;
	border-color: #2a562e;
	background-color: #2a562e
}

.cutting__button.active {
	color: #fff;
	border-color: #f5ba33;
	background-color: #f5ba33;
	font-weight: 700
}

.cutting__items {
	position: relative;
	display: block;
	flex: 0 1 100%;
	max-width: 100%;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 100%;
	-ms-flex: 0 1 100%
}

.cutting__mob-button {
	display: none
}

.guarantee {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 1300px;
	padding-top: 85px;
	padding-bottom: 60px;
	background-color: #151719;
	background-image: url(../../../themes/main/assets/img/building-bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.guarantee__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.guarantee__header {
	text-align: center
}

.guarantee__pretitle {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(78, 87, 107, .5);
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 700;
	line-height: 1.4
}

.guarantee__title {
	max-width: 940px;
	margin-bottom: 30px
}

.guarantee__subtitle {
	position: relative;
	z-index: 20;
	display: block;
	max-width: 700px;
	margin: 0 auto 50px;
	text-align: center;
	color: rgba(78, 87, 107, .7);
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.6
}

.guarantee__note {
	position: absolute;
	top: 330px;
	left: 45px;
	display: block;
	max-width: 180px
}

.guarantee__note-icon {
	position: relative;
	display: block;
	width: 48px;
	height: 48px;
	margin: 0 0 15px;
	background-image: url(../../../themes/main/assets/img/penta-yellow.svg);
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.guarantee__note-icon .svg-icon {
	position: absolute;
	top: 52%;
	left: 53%;
	width: 30px;
	height: 30px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff
}

.guarantee__note-text {
	display: block;
	margin: 0;
	color: #4e576b;
	font-family: "Montserrat", sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4
}

.guarantee__note-text b,
.guarantee__note-text strong {
	font-weight: 600
}

.popups {
	display: none
}

.popup {
	position: relative;
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background-image: url(../../../themes/main/assets/img/popup-bg.svg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: left top
}

.popup--3d,
.popup--quiz {
	min-height: 100vh;
	background-repeat: no-repeat
}

.popup--quiz {
	overflow: hidden;
	background-image: url(../../../themes/main/assets/img/popup-bg-right.svg);
	background-position: right top
}

.popup--3d {
	background-image: url(../../../themes/main/assets/img/popup-3d-bg.jpg);
	background-attachment: scroll;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}

.popup__container {
	position: relative;
	z-index: 10;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 100px 15px
}

.popup--callback .popup__container {
	padding-bottom: 0
}

.popup__close,
.popup__close-caption,
.popup__close::after,
.popup__close::before {
	position: absolute;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease
}

.popup__close {
	z-index: 1000;
	top: 40px;
	left: 15px;
	display: block;
	width: 53px;
	height: 53px;
	border: 1px solid rgba(100, 104, 112, .5);
	background-color: transparent
}

.popup__close-caption,
.popup__close::after,
.popup__close::before {
	top: 50%
}

.popup__close::after,
.popup__close::before {
	left: 50%;
	display: block;
	width: 27px;
	height: 1px;
	margin-left: -13px;
	content: "";
	background-color: rgba(196, 196, 196, .5)
}

.popup__close::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.popup__close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.popup--3d .popup__close:hover,
.popup__close:hover {
	border-color: #3c3f44;
	background-color: #3c3f44
}

.popup--3d .popup__close:hover::after,
.popup--3d .popup__close:hover::before,
.popup__close:hover::after,
.popup__close:hover::before {
	background-color: rgba(255, 255, 255, .7)
}

.popup--3d .popup__close {
	border-color: rgba(255, 255, 255, .5)
}

.popup--3d .popup__close::after,
.popup--3d .popup__close::before {
	background-color: #c4c4c4
}

.popup__close-caption {
	right: -25px;
	display: inline-block;
	margin: 0;
	-webkit-transform: translate(100%, -50%);
	-moz-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	-o-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	letter-spacing: .1em;
	text-transform: uppercase;
	color: rgba(255, 255, 255, .5);
	font-family: "Montserrat", sans-serif;
	font-size: 10px;
	font-weight: 500;
	line-height: 1.2
}

.popup__close:hover .popup__close-caption {
	color: #fff
}

.popup__project {
	margin-top: 50px
}

.c-estimate__image::before,
.header {
	position: absolute;
	z-index: 100;
	top: 0;
	right: 0;
	left: 0;
	display: block
}

.header__container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
	padding-right: 15px;
	padding-left: 15px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.header__btn-menu {
	flex: 0 0 auto;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.header__logo {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -63px;
	background: #fff;
	border-bottom-left-radius: 20px;
	border-bottom-right-radius: 20px;
}

.header__contact {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.header__contact,
.header__contact-button,
.header__contact-phone {
	flex: 0 0 auto;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto
}

.header__contact-phone {
	margin: 0 25px 0 0;
	text-decoration: none;
	letter-spacing: .1em;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2
}

.footer__main-col p a:hover,
.header__contact-phone:hover {
	text-decoration: none;
	color: #f3c766
}

.header--dark .header__contact-phone {
	color: #262c39
}

.header--dark .header__contact-phone:hover {
	color: #f3c766
}

.header__contact-button {
	position: relative;
	display: block;
	width: 53px;
	height: 53px;
	margin: 0;
	padding: 0;
	color: rgba(255, 255, 255, .4);
	border: 1px solid rgba(255, 255, 255, .15);
	background-color: transparent
}

.header__contact-button .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 18px;
	height: 18px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.header__contact-button:hover {
	color: #fff;
	border-color: #3c3f44;
	background-color: #3c3f44
}

.header--dark .header__contact-button {
	color: rgba(78, 87, 107, .4);
	border-color: rgba(38, 44, 57, .1)
}

.header--dark .header__contact-button:hover {
	color: #fff
}

.footer {
	display: block;
	background-color: #1c1f21
}

.footer__container,
.footer__top {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto
}

.footer__container {
	padding-right: 15px;
	padding-left: 15px
}

.footer__top {
	padding: 75px 15px
}

.footer__logo {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.footer__main {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap
}

.footer__main-col {
	display: block;
	width: -webkit-calc(33.33% - 30px);
	width: -moz-calc(33.33% - 30px);
	width: calc(33.33% - 30px);
	margin: 0 15px;
	padding: 35px 15px;
	text-align: center;
	border-width: 1px;
	border-style: solid none;
	border-color: rgba(196, 196, 196, .05)
}

.footer__main-col p,
.footer__title {
	margin: 0;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5
}

.footer__title {
	display: block;
	margin: 0 0 7px;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #f3c766;
	font-size: 11px;
	line-height: 1.2
}

.footer__bottom {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 35px 0 25px;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap
}

.footer__bottom-col {
	display: block;
	width: -webkit-calc(33.33% - 30px);
	width: -moz-calc(33.33% - 30px);
	width: calc(33.33% - 30px);
	margin: 0 15px;
	padding: 15px;
	text-align: center
}

.footer__copyright,
.footer__privacy {
	display: block;
	margin: 0;
	color: rgba(255, 255, 255, .3);
	font-family: "Montserrat", sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4
}

.footer__privacy a,
.footer__privacy a:hover {
	text-decoration: underline;
	color: inherit
}

.footer__privacy a:hover {
	color: #fff
}

.footer__copyright {
	color: rgba(255, 255, 255, .5);
	font-size: 11px
}

.footer__yasheff {
	margin: 0
}

.page {
	display: block;
	background-color: #151719
}

.page__wrapper {
	overflow: hidden;
	max-width: 1920px;
	margin-right: auto;
	margin-left: auto;
	background-color: #fff
}

.page__bg-wood,
.page__dark {
	background-color: #151719
}

.page__bg-wood {
	background-image: url(../../../themes/main/assets/img/wood-bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.partnership {
	display: block;
	padding-top: 60px;
	padding-bottom: 60px;
	background-color: #151719
}

.partnership__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 15px;
	padding-left: 15px
}

.partnership__title {
	max-width: 780px;
	margin: 0 auto 50px;
	text-align: center;
	color: #fff
}

.partnership__title .small {
	display: inline-block;
	font-size: .715em
}

.partnership__items {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
	margin: 0 -15px -40px;
	padding: 0;
	list-style: none;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: center;
	-webkit-justify-content: center
}

.partnership__item {
	display: block;
	width: 20%;
	margin: 0 0 40px;
	padding: 0 15px
}

.c-estimate__list li::before,
.partnership__item-icon {
	display: block;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain
}

.partnership__item-icon {
	position: relative;
	width: 82px;
	height: 82px;
	margin: 0 auto 25px;
	background-image: url(../../../themes/main/assets/img/penta-yellow.svg);
	background-position: center center
}

.partnership__item-icon .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 35px;
	height: 35px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff
}

.partnership__item-icon .svg-icon--wood {
	width: 34px;
	height: 34px
}

.partnership__item-icon .svg-icon--light {
	width: 37px;
	height: 37px
}

.partnership__item-icon .svg-icon--plumbing {
	top: 53%
}

.partnership__item-text,
.partnership__item-title {
	display: block;
	text-align: center;
	font-family: "Montserrat", sans-serif
}

.partnership__item-title {
	margin: 0 0 14px;
	letter-spacing: .1em;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2
}

.partnership__item-text {
	margin: 0;
	color: #4e576b;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.923076923076923
}

.tour {
	display: block
}

.tour__title {
	max-width: 500px;
	margin: 40px auto 125px;
	text-align: center;
	color: #fff
}

.tour__title .small {
	display: block;
	font-size: .71em
}

.tour__icon {
	position: relative;
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto 200px;
	border: 1px solid rgba(255, 255, 255, .5);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.tour__icon .svg-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 56px;
	height: 56px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	fill: #fff
}

.tour__button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 310px;
	margin: 0 auto
}

.cost {
	position: relative;
	display: block;
	background-color: #151719
}

.cost__container {
	position: relative;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 60px 15px 60px
}

.cost__title {
	display: block;
	margin: 0 auto 55px;
	text-align: center;
	color: #fff
}

.estimate {
	display: block;
	padding-bottom: 1px;
	border-bottom: 1px solid #26282a
}

.estimate__cost {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 -15px 50px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.4;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-ms-flex-align: center;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	-ms-flex-pack: justify;
	-webkit-justify-content: space-between
}

.estimate__cost-label {
	display: block
}

.estimate__cost-label,
.estimate__cost-value {
	flex: 0 1 auto;
	margin: 0 15px 10px;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto
}

.estimate__cost-value .svg-icon {
	margin-right: 10px;
	fill: #f3c766
}

.c-estimate {
	display: block;
	padding-bottom: 50px
}

.c-estimate__image {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0 0 55px;
	padding: 0
}

.c-estimate__image::before {
	z-index: 2;
	top: 60%;
	bottom: 0;
	content: "";
	opacity: .8;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#151719), to(rgba(21, 23, 25, 0)));
	background-image: -webkit-linear-gradient(bottom, #151719 0, rgba(21, 23, 25, 0) 100%);
	background-image: -moz-linear-gradient(bottom, #151719 0, rgba(21, 23, 25, 0) 100%);
	background-image: -o-linear-gradient(bottom, #151719 0, rgba(21, 23, 25, 0) 100%);
	background-image: linear-gradient(0deg, #151719 0, rgba(21, 23, 25, 0) 100%)
}

.c-estimate.inactive .c-estimate__image img {
	opacity: .3;
	-webkit-filter: blur(12px) grayscale(100%);
	filter: blur(12px) grayscale(100%)
}

.c-estimate__caption {
	position: absolute;
	z-index: 5;
	right: 0;
	bottom: 0;
	left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
	padding: 0 70px 60px;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 1.2;
	-webkit-align-items: center;
	-webkit-box-align: center;
	-moz-box-align: center;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-ms-flex-align: center;
	-webkit-flex-flow: row nowrap;
	-ms-flex-flow: row nowrap
}

.c-estimate__caption .svg-icon {
	width: 35px;
	height: 35px;
	margin-right: 28px;
	fill: #f3c766
}

.c-estimate__caption .svg-icon--house {
	width: 39px;
	height: 39px;
	margin-bottom: 2px
}

.c-estimate__caption .svg-icon--fire {
	width: 36px;
	height: 36px
}

.c-estimate__caption .svg-icon--ax {
	width: 37px;
	height: 37px
}

.c-estimate__caption .svg-icon--roof {
	width: 45px;
	height: 45px
}

.c-estimate__caption .svg-icon--light {
	width: 37px;
	height: 37px
}

.c-estimate__caption .svg-icon--icon {
	width: 34px;
	height: 34px
}

.c-estimate.inactive .c-estimate__caption {
	opacity: .2
}

.c-estimate.inactive .c-estimate__caption .svg-icon {
	fill: #fff
}

.c-estimate__no {
	position: absolute;
	z-index: 20;
	top: 50%;
	right: 0;
	left: 0;
	display: none;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%)
}

.c-estimate.inactive .c-estimate__no {
	display: block
}

.c-estimate__no-icon {
	position: relative;
	display: block;
	width: 70px;
	height: 70px;
	margin: 0 auto 20px;
	text-align: center;
	border: 1px solid rgba(255, 255, 255, .1);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%
}

.c-estimate__no-icon::after,
.c-estimate__no-icon::before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 18px;
	height: 3px;
	margin-left: -9px;
	content: "";
	background-color: #fff
}

.c-estimate__no-icon::before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.c-estimate__no-icon::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.c-estimate__no-text {
	display: block;
	margin: 0;
	text-align: center;
	text-transform: uppercase;
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4
}

.c-estimate__content {
	display: block
}

.c-estimate.inactive .c-estimate__content {
	opacity: .15
}

.c-estimate__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: row wrap;
	margin: 0 -15px;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-flow: row wrap;
	-ms-flex-flow: row wrap
}

.c-estimate__col {
	display: block;
	width: 50%;
	padding: 0 15px
}

.c-estimate__list li,
.c-estimate__list-title {
	display: block;
	font-family: "Montserrat", sans-serif
}

.c-estimate__list-title {
	margin: 5px 0 25px;
	text-transform: uppercase;
	color: #f3c766;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4
}

.c-estimate__list {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	list-style: none;
	-webkit-column-gap: 40px;
	-moz-column-gap: 40px;
	column-gap: 40px;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2
}

.c-estimate__col .c-estimate__list {
	-webkit-columns: 1;
	-moz-columns: 1;
	columns: 1
}

.c-estimate__list li {
	position: relative;
	margin: 0 0 12px;
	padding: 0 0 0 35px;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8
}

.c-estimate__list li::before {
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	content: "";
	background-image: url(../../../themes/main/assets/img/list-item.svg);
	background-position: 0 0
}

@media only screen and (max-width:1699px) {
	.command__content {
		top: 100px
	}

	.command__content::before {
		display: none
	}
}

@media only screen and (max-width:1599px) {
	.design-photos__title {
		max-width: 320px;
		margin: 0 auto 20px
	}

	.design-photos__number {
		font-size: 100px
	}
}

@media only screen and (max-width:1549px) {
	.projects__main-items .slick-prev {
		left: -100px
	}

	.projects__main-items .slick-next {
		right: -100px
	}
}

@media only screen and (max-width:1499px) {
	.equipment__items {
		margin: 0 -50px
	}

	.equipment__items::before {
		left: -450px
	}

	.equipment__items::after {
		right: -450px
	}

	.equipment__item {
		margin: 0 50px
	}
}

@media only screen and (max-width:1439px) {
	.instagram__figure {
		width: 20%
	}

	.instagram__content {
		width: 100%;
		padding: 50px 40px
	}
}

@media only screen and (max-width:1399px) {

	.intro2__container,
	.intro__container {
		padding-bottom: 300px
	}

	.catalog__visual {
		left: 400px;
		width: 900px
	}

	.design-photos__number {
		font-size: 80px
	}

	.equipment__items {
		margin: 0 -15px
	}

	.equipment__items::before {
		left: -85px;
		width: 100px
	}

	.equipment__items::after {
		right: -85px;
		width: 100px
	}

	.equipment__items .slick-prev {
		left: 30px
	}

	.equipment__items .slick-next {
		right: 30px
	}

	.equipment__item {
		margin: 0 15px
	}
}

@media only screen and (max-width:1349px) {
	.command__content {
		top: 80px
	}

	.design-photos__subtitle {
		font-size: 16px
	}
}

@media only screen and (max-width:1279px) {
	.intro3__items {
		margin: 100px -15px -40px
	}

	.intro3__item {
		padding: 0 15px
	}

	.architects__persons {
		margin: 0 -15px -20px
	}

	.architects__person {
		width: -webkit-calc(33.33% - 30px);
		width: -moz-calc(33.33% - 30px);
		width: calc(33.33% - 30px);
		margin: 0 15px 20px
	}

	.wood__items {
		margin: 0 -15px -40px
	}

	.wood__item {
		padding: 0 15px
	}
}

@media only screen and (max-width:1199px) {
	.btn-menu--visible {
		top: 15px;
		left: 15px
	}

	.menu-company__item-link {
		padding: 50px 40px
	}

	.menu-company__item-title {
		font-size: 36px
	}

	.features--building .features__button:nth-child(1),
	.features--guarantee .features__button:nth-child(1) {
		margin-left: -500px
	}

	.nav {
		padding: 50px 50px 0
	}

	.c-project {
		padding: 30px
	}

	.c-project__slideshow {
		width: -webkit-calc(45% - 20px);
		width: -moz-calc(45% - 20px);
		width: calc(45% - 20px)
	}

	.c-project__content {
		width: -webkit-calc(55% - 20px);
		width: -moz-calc(55% - 20px);
		width: calc(55% - 20px);
		padding-top: 0
	}

	.c-production__caption {
		padding: 25px 0;
		font-size: 14px
	}

	.c-portfolio__content {
		height: 400px;
		padding-left: 30px
	}

	.c-company__info {
		padding: 40px 0
	}

	.persons__persons {
		margin: 0 -15px
	}

	.persons__person {
		margin: 0 15px
	}

	.tabs__next,
	.tabs__prev {
		display: none
	}

	.quiz__result {
		padding-right: 40px
	}

	.quiz__result::before {
		top: 220px;
		width: 1200px;
		height: 616px
	}

	.catalog__visual {
		width: 700px
	}

	.consult__left {
		width: -webkit-calc(100% - 420px);
		width: -moz-calc(100% - 420px);
		width: calc(100% - 420px)
	}

	.consult__right {
		max-width: 400px
	}

	.consult__box {
		padding: 40px
	}

	.command__content {
		top: 50px
	}

	.team__container {
		padding-right: 15px;
		padding-left: 15px
	}

	.team__persons {
		margin: 0 -15px
	}

	.team__person {
		margin: 0 15px
	}

	.videos,
	.videos--2 {
		padding-top: 80px;
		padding-bottom: 60px
	}

	.videos--2 {
		padding-bottom: 40px
	}

	.videos__container {
		padding-right: 15px;
		padding-left: 15px
	}

	.videos__videos {
		margin: 0 -15px
	}

	.videos__video {
		margin: 0 15px
	}

	.contacts__container {
		padding-top: 100px;
		padding-bottom: 80px
	}

	.contacts--contacts .contacts__container {
		padding-top: 200px
	}

	.contacts__map-marker {
		margin-bottom: 50px
	}

	.contacts__left,
	.contacts__right {
		flex: 0 1 50%;
		max-width: 50%;
		padding: 50px 200px 50px 40px;
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-webkit-flex: 0 1 50%;
		-ms-flex: 0 1 50%
	}

	.contacts__right {
		padding: 50px 40px 50px 150px
	}

	.contacts__director {
		left: 50%
	}

	.contacts2__container {
		padding-top: 100px
	}

	.contacts2__map-marker {
		margin-bottom: 50px
	}

	.contacts2__left {
		padding: 50px 40px
	}

	.contacts2__right {
		width: 350px;
		padding: 70px 30px
	}

	.thankyou__main {
		max-width: 500px
	}

	.thankyou__figure {
		max-width: 450px
	}

	.reviews {
		padding-top: 80px;
		padding-bottom: 60px
	}

	.reviews__container {
		padding-right: 15px;
		padding-left: 15px
	}

	.reviews__videos {
		margin: 0 -15px
	}

	.reviews__video {
		margin: 0 15px
	}

	.portfolio__container {
		padding-top: 200px;
		padding-bottom: 80px
	}

	.portfolio__items {
		margin: 0 -10px -20px
	}

	.portfolio__item {
		margin: 0 10px 20px
	}

	.portfolio__item--13 {
		width: -webkit-calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: calc(33.33% - 20px)
	}

	.portfolio__item--23 {
		width: -webkit-calc(66.66% - 20px);
		width: -moz-calc(66.66% - 20px);
		width: calc(66.66% - 20px)
	}

	.portfolio__item--12 {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px)
	}

	.about__container {
		padding-top: 200px;
		padding-bottom: 80px
	}

	.about__btn-video {
		top: 160px;
		right: 20px
	}

	.about__hint {
		top: 560px;
		right: 260px
	}

	.company {
		margin-top: -100px
	}

	.pros__main {
		margin-bottom: 60px
	}

	.pros__text-content {
		position: relative;
		top: auto;
		right: auto;
		width: 100%
	}

	.pros__title {
		max-width: 650px;
		margin: 0 auto 35px;
		text-align: center
	}

	.pros__note {
		margin: 0 auto 25px
	}

	.pros__text {
		margin: 0 auto 40px
	}

	.pros__persons {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex-flow: row wrap;
		align-items: flex-start;
		margin: 0 -10px;
		-webkit-align-items: flex-start;
		-webkit-box-align: start;
		-moz-box-align: start;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-ms-flex-align: start;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap
	}

	.pros__persons-group {
		width: -webkit-calc(40% - 20px);
		width: -moz-calc(40% - 20px);
		width: calc(40% - 20px);
		margin: 0 10px
	}

	.pros__person--1 {
		width: -webkit-calc(60% - 20px);
		width: -moz-calc(60% - 20px);
		width: calc(60% - 20px);
		margin: 0 10px
	}

	.pros__person--2 {
		width: 100%;
		margin-bottom: 20px
	}

	.pros__person--3 {
		position: relative;
		right: auto;
		bottom: auto;
		width: 100%
	}

	.pros__tabs {
		margin-bottom: 0;
		padding-bottom: 30px;
	}

	.design-intro__container {
		padding-top: 240px;
		padding-bottom: 100px
	}

	.design-intro__figure {
		right: -15px;
		max-width: 600px
	}

	.design-photos__number {
		font-size: 60px
	}

	.design-features__item {
		padding: 50px 100px 50px 70px
	}

	.equipment__items::after,
	.equipment__items::before {
		display: none
	}

	.construction__container {
		padding-top: 200px;
		padding-bottom: 80px
	}

	.cutting__buttons {
		margin-right: 40px
	}

	.cost__container {
		padding-top: 200px;
		padding-bottom: 80px
	}
}

@media only screen and (max-width:1023px) {
	.title {
		font-size: 36px
	}

	.form--contacts-2 {
		display: block
	}

	.form--contacts-2 .form__field {
		width: 100%;
		margin-bottom: 35px
	}

	.form--contacts-2 .form__submit {
		width: 100%;
		margin: 5px 0 0
	}

	.form--contacts-2 .form__consent {
		width: auto;
		margin-top: 35px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none
	}

	.menu-company__item-link {
		display: block;
		min-height: 10px;
		padding: 40px 120px 40px 40px
	}

	.menu-company__item-title {
		width: 100%;
		margin-bottom: 20px;
		padding-right: 0
	}

	.menu-company__item-button {
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -40px
	}

	.aside-contact {
		bottom: 20px
	}

	.slideshow__nav-items {
		margin: 10px -5px 0
	}

	.slideshow--popup .slideshow__nav-items {
		margin: 10px -5px -10px
	}

	.slideshow__nav-item {
		height: 60px;
		margin: 0 5px
	}

	.slideshow--popup .slideshow__nav-item {
		height: auto;
		margin-bottom: 10px;
		padding: 0 5px
	}

	.features--advantages .features__button:nth-child(1) {
		margin-left: -320px
	}

	.features--advantages .features__button:nth-child(2) {
		margin-left: -80px
	}

	.features--advantages .features__button:nth-child(3) {
		margin-left: -300px
	}

	.features--advantages .features__button:nth-child(4) {
		margin-left: 20px
	}

	.features--building .features__button:nth-child(1),
	.features--guarantee .features__button:nth-child(1) {
		margin-left: -380px
	}

	.features--building .features__button:nth-child(2),
	.features--guarantee .features__button:nth-child(2) {
		top: 150px;
		margin-left: -350px
	}

	.features--building .features__button:nth-child(3),
	.features--guarantee .features__button:nth-child(3) {
		top: 280px;
		margin-left: -180px
	}

	.features--building .features__button:nth-child(4),
	.features--guarantee .features__button:nth-child(4) {
		top: 30px;
		margin-left: -150px
	}

	.features--building .features__button:nth-child(5),
	.features--guarantee .features__button:nth-child(5) {
		margin-left: -60px
	}

	.features--building .features__cards,
	.features--guarantee .features__cards,
	.features__cards {
		right: 15px
	}

	.callback__right {
		width: 320px;
		margin-left: 10px
	}

	.callback__figure {
		max-width: 500px
	}

	.callback__figcaption {
		top: 80px;
		left: 15px
	}

	.callback__title {
		font-size: 36px
	}

	.callback__box {
		padding: 30px 20px
	}

	.nav {
		padding: 50px 0 0
	}

	.privacy {
		padding: 0 25px
	}

	.c-portfolio__button::before,
	.intro__title br,
	.stars {
		display: none
	}

	.c-video__play .svg-icon {
		width: 16px;
		height: 16px
	}

	.c-video--big .c-video__play,
	.c-video__play {
		width: 60px;
		height: 60px
	}

	.c-person__captions {
		padding: 0 20px 20px
	}

	.c-project {
		padding: 30px 20px
	}

	.c-project__content,
	.c-project__slideshow {
		width: -webkit-calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: calc(50% - 15px)
	}

	.c-design {
		max-width: 750px
	}

	.c-design__visual {
		left: 280px;
		width: 550px
	}

	.c-design__title {
		max-width: 420px;
		font-size: 20px
	}

	.c-design__subtitle {
		font-size: 14px
	}

	.c-design__items {
		max-width: 360px
	}

	.c-design__item-number {
		margin-right: 20px
	}

	.c-design__item-caption {
		font-size: 14px
	}

	.c-portfolio__content {
		height: 300px;
		padding: 20px
	}

	.c-portfolio__title {
		margin-bottom: 5px
	}

	.c-portfolio__button {
		width: 0;
		height: 0;
		margin: 0;
		border: 0
	}

	.c-portfolio__button:hover {
		border-color: transparent;
		background-color: transparent
	}

	.c-company__info {
		align-items: flex-start;
		min-height: 10px;
		padding: 20px 0;
		-webkit-align-items: flex-start;
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start
	}

	.c-company__info-item {
		padding-right: 15px
	}

	.c-company__info-value {
		font-size: 40px
	}

	.tabs__buttons {
		margin: 0 -5px 40px
	}

	.tabs__button {
		width: -webkit-calc(33.33% - 10px);
		width: -moz-calc(33.33% - 10px);
		width: calc(33.33% - 10px);
		height: 58px;
		margin: 0 5px;
		padding: 12px 10px;
		letter-spacing: .05em;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
		font-size: 10px;
		line-height: 16px
	}

	.tabs__cards {
		margin: 0 -10px -30px
	}

	.tabs__card {
		width: -webkit-calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
		margin: 0 10px 30px
	}

	.quiz__question {
		margin-bottom: 40px;
		font-size: 30px
	}

	.quiz__result {
		padding-right: 0
	}

	.quiz__result::before {
		top: 250px;
		left: -60px;
		width: 1000px;
		height: 513px
	}

	.quiz__right {
		width: 360px
	}

	.quiz__result-title {
		font-size: 36px
	}

	.quiz__result-subtitle {
		font-size: 16px
	}

	.quiz__box {
		padding: 35px 30px
	}

	.quiz__submit {
		font-size: 10px
	}

	.intro__container {
		padding-top: 200px;
		padding-bottom: 500px
	}

	.intro__title {
		max-width: 800px;
		font-size: 36px
	}

	.intro__subtitle {
		max-width: 400px;
		margin-bottom: 40px
	}

	.building__subtitle br,
	.command__title br,
	.intro2__title br,
	.intro3__title br,
	.intro__circles {
		display: none
	}

	.intro2__container {
		padding-top: 250px;
		padding-bottom: 300px
	}

	.intro2__title {
		max-width: 500px;
		font-size: 36px
	}

	.intro2__subtitle {
		max-width: 400px
	}

	.intro3__container {
		padding-top: 240px;
		padding-bottom: 150px
	}

	.intro3__title {
		max-width: 500px;
		font-size: 36px
	}

	.intro3__subtitle {
		max-width: 400px
	}

	.intro3__item {
		display: block
	}

	.intro3__item-icon {
		margin: 0 auto 20px
	}

	.intro3__item-text {
		text-align: center
	}

	.projects {
		margin-top: -90px
	}

	.projects__title {
		max-width: 650px
	}

	.projects__features {
		margin: 0 -10px 30px
	}

	.projects__nav-items {
		margin: 20px -10px 0
	}

	.projects__nav-item {
		margin: 0 10px
	}

	.catalog {
		padding-bottom: 80px
	}

	.catalog__visual {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
		max-width: 100%;
		margin: 0 auto 40px
	}

	.catalog__title {
		max-width: 560px;
		margin: 0 auto 40px;
		text-align: center
	}

	.catalog__title-2 {
		margin: 0 auto 30px;
		text-align: center;
		font-size: 14px
	}

	.catalog__items {
		margin: 0 auto 40px
	}

	.catalog__box {
		margin: 0 auto
	}

	.stages__container {
		min-height: 560px;
		padding-top: 80px;
		padding-bottom: 40px
	}

	.stages__content {
		padding-left: 380px
	}

	.stages__subtitle {
		font-size: 16px;
		line-height: 1.6
	}

	.stages__cycle {
		padding: 20px 20px 20px 130px;
		background-position: 0 50%;
		-webkit-background-size: 120px 120px;
		-moz-background-size: 120px 120px;
		-o-background-size: 120px 120px;
		background-size: 120px 120px
	}

	.stages__cycle-time {
		top: -30px
	}

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

	.stages__person {
		max-width: 380px
	}

	.process__title {
		font-size: 30px
	}

	.building {
		padding-top: 70px
	}

	.building__subtitle {
		max-width: 650px
	}

	.building__note {
		top: 300px;
		left: 15px;
		max-width: 260px
	}

	.supervision {
		padding-top: 20px;
		padding-bottom: 340px
	}

	.supervision__bg {
		top: auto;
		bottom: 0;
		height: 500px;
		background-position: 0 center;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain
	}

	.supervision__content {
		padding-left: 0
	}

	.supervision__title {
		margin: 0 auto 30px;
		text-align: center
	}

	.supervision__items {
		margin: 0 auto 40px
	}

	.supervision__note {
		top: auto;
		bottom: -200px;
		left: 60%
	}

	.consult__container {
		display: block;
		padding-bottom: 40px
	}

	.consult__left {
		width: 100%
	}

	.consult__right {
		position: relative;
		left: -150px;
		margin: 40px auto 0
	}

	.consult__title {
		text-align: center
	}

	.consult__plus {
		margin: 0 auto 40px
	}

	.consult__title-2 {
		text-align: center;
		font-size: 14px
	}

	.consult__items {
		margin: 0 auto 40px
	}

	.consult__director {
		left: 70%
	}

	.command {
		padding-top: 60px
	}

	.command__content {
		position: relative;
		top: auto;
		right: auto;
		left: auto;
		width: 100%;
		padding: 0 15px
	}

	.command__title {
		max-width: 560px;
		margin: 0 auto 15px;
		text-align: center
	}

	.command__subtitle {
		position: relative;
		right: auto;
		left: auto;
		display: block;
		margin: 0 auto 20px
	}

	.team__features {
		margin: 0 -10px 30px
	}

	.videos,
	.videos--2 {
		padding-top: 60px;
		padding-bottom: 50px
	}

	.videos--2 {
		padding-bottom: 40px
	}

	.videos__headline {
		display: block;
		margin: 0 0 20px;
		text-align: center
	}

	.videos--2 .videos__title {
		margin: 0 auto 20px;
		text-align: center
	}

	.videos__button-other {
		margin: 0 0 20px
	}

	.videos__icon-youtube {
		max-width: 36px
	}

	.instagram__logo {
		max-width: 30px
	}

	.instagram__subtitle {
		font-size: 15px
	}

	.contacts__container {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.contacts--contacts .contacts__container {
		padding-top: 180px
	}

	.contacts__title {
		font-size: 30px
	}

	.contacts__left,
	.contacts__right {
		padding: 50px 40px
	}

	.contacts__director {
		display: none
	}

	.contacts2__container {
		padding-top: 60px
	}

	.contacts2__title {
		font-size: 30px
	}

	.contacts2__right {
		padding: 60px 40px
	}

	.contacts2__items {
		max-width: 700px;
		margin: 50px auto 0;
		padding: 0
	}

	.contacts2__item {
		margin-bottom: 40px
	}

	.contacts2__figure {
		position: relative;
		bottom: auto;
		left: auto;
		margin: 40px auto 0
	}

	.thankyou__title {
		font-size: 36px
	}

	.thankyou__subtitle {
		max-width: 450px;
		margin-bottom: 40px;
		font-size: 15px
	}

	.thankyou__play {
		width: 60px;
		height: 60px
	}

	.thankyou__play .svg-icon {
		width: 16px;
		height: 16px
	}

	.thankyou__figure {
		max-width: 400px
	}

	.thankyou__contact {
		max-width: 250px;
		padding: 25px 20px
	}

	.reviews {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.reviews2__subtitle,
	.reviews__subtitle {
		margin-bottom: 40px;
		font-size: 16px
	}

	.portfolio__container {
		padding-top: 80px;
		padding-bottom: 60px
	}

	.portfolio__subtitle {
		margin-bottom: 45px;
		font-size: 16px;
		line-height: 1.8
	}

	.portfolio__btn-more {
		margin-top: 40px
	}

	.about {
		min-height: 1200px
	}

	.about::before {
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain
	}

	.about__container {
		padding-top: 200px;
		padding-bottom: 100px
	}

	.about__subtitle,
	.about__title {
		margin: 0 auto 20px;
		text-align: center
	}

	.about__btn-video,
	.about__hint {
		position: relative;
		top: auto;
		right: auto;
		margin: 0 auto
	}

	.about__hint {
		margin: -70px auto 0;
		text-align: center;
		pointer-events: none;
		opacity: .8;
		color: #262c39
	}

	.about__hint::before,
	.guarantee__subtitle br {
		display: none
	}

	.approach__container {
		align-items: flex-end;
		-webkit-align-items: flex-end;
		-webkit-box-align: end;
		-moz-box-align: end;
		-ms-flex-align: end
	}

	.approach__content {
		padding-top: 0
	}

	.company {
		margin-top: 0
	}

	.company__card {
		width: -webkit-calc(50% - 15px);
		width: -moz-calc(50% - 15px);
		width: calc(50% - 15px)
	}

	.pros__person-captions {
		padding: 0 20px 20px
	}

	.geo__marker {
		width: 40px;
		height: 40px;
		margin-top: -40px;
		margin-left: -20px
	}

	.geo__button-wrapper {
		bottom: 20px
	}

	.design-intro__figure {
		max-width: 500px
	}

	.design-photos__figure {
		width: 50%
	}

	.design-photos__content {
		width: 100%;
		padding: 40px 15px
	}

	.design-photos__title {
		max-width: 100%
	}

	.design-photos__number {
		font-size: 90px
	}

	.design-features__item {
		padding: 40px
	}

	.design-features__item-title {
		width: 260px;
		margin-right: 40px;
		font-size: 24px
	}

	.design-comfort__header {
		margin-bottom: 20px
	}

	.design-comfort__overlay {
		padding: 0 5px 15px
	}

	.design-docs__figure {
		margin-top: 40px;
		margin-bottom: 40px
	}

	.design-docs__download {
		top: 0;
		width: 120px;
		height: 120px
	}

	.design-docs__download-icon {
		top: -3px;
		left: -3px
	}

	.design-docs__download-caption {
		font-size: 11px
	}

	.design-docs__item {
		width: 50%;
		padding: 120px 20px 30px
	}

	.design-docs__item::before {
		top: 20px;
		right: 20px
	}

	.design-docs__item-icon {
		top: 50px;
		left: 20px
	}

	.architects__top {
		display: block;
		margin: 0
	}

	.architects__header {
		margin: 0 auto
	}

	.architects__title {
		margin: 0 auto 30px;
		text-align: center
	}

	.architects__subtitle {
		text-align: center
	}

	.architects__btn-video {
		margin: 0 auto 30px
	}

	.architects__persons {
		margin: 0 -10px -20px
	}

	.architects__person {
		width: -webkit-calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
		margin: 0 10px 20px
	}

	.base {
		padding-top: 220px;
		padding-bottom: 350px
	}

	.wood {
		padding-top: 80px;
		padding-bottom: 40px
	}

	.wood__item {
		width: 50%
	}

	.forest__items {
		margin: 0 -10px -40px
	}

	.forest__item {
		width: -webkit-calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
		margin: 0 10px 40px
	}

	.equipment {
		padding-bottom: 80px
	}

	.objects__items {
		margin: 0 -10px -40px
	}

	.objects__item {
		width: -webkit-calc(33.33% - 20px);
		width: -moz-calc(33.33% - 20px);
		width: calc(33.33% - 20px);
		margin: 0 10px 40px
	}

	.cutting {
		padding-bottom: 80px
	}

	.cutting__buttons {
		width: 230px;
		margin-right: 40px
	}

	.cutting__button {
		width: 100%;
		height: 68px;
		margin: 0 0 20px;
		padding: 17px 10px;
		letter-spacing: .05em;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
		font-size: 11px;
		line-height: 16px
	}

	.guarantee {
		padding-top: 70px
	}

	.guarantee__subtitle {
		max-width: 650px
	}

	.guarantee__note {
		top: 300px;
		left: 15px;
		max-width: 260px
	}

	.popup__project {
		margin-top: 20px
	}

	.footer__menu {
		display: none
	}

	.footer__bottom {
		padding-top: 15px;
		padding-bottom: 15px
	}

	.partnership__item {
		width: 33.33%
	}

	.tour__title {
		margin-bottom: 80px
	}

	.tour__icon {
		margin-bottom: 60px
	}

	.cost__container {
		padding-top: 200px;
		padding-bottom: 60px
	}

	.estimate__cost {
		margin-bottom: 20px
	}
}

@media only screen and (max-width:919px) {
	.design-intro__figure {
		right: -50px;
		max-width: 450px
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(.75);
		-moz-transform: scale(.75);
		-ms-transform: scale(.75);
		-o-transform: scale(.75);
		transform: scale(.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		-moz-transform-origin: 0;
		-ms-transform-origin: 0;
		-o-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		-moz-transform-origin: 100%;
		-ms-transform-origin: 100%;
		-o-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-right: 6px;
		padding-left: 6px
	}
}

@media only screen and (max-width:899px) {
	.mfp-container {
		padding: 0
	}
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-right: 0;
		padding-left: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		position: fixed;
		top: auto;
		bottom: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		margin: 0;
		padding: 3px 5px;
		background: rgba(0, 0, 0, .6)
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		top: 3px;
		right: 5px
	}

	.mfp-img-mobile .mfp-close {
		position: fixed;
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		padding: 0;
		text-align: center;
		background: rgba(0, 0, 0, .6);
		line-height: 35px
	}
}

@media only screen and (max-width:799px) {
	.thankyou__main {
		max-width: 450px
	}
}

@media only screen and (max-width:767px) {
	.btn-menu__caption {
		display: none
	}

	.pros {
		padding-top: 40px;
		margin-top: 0px;
		padding-bottom: 0;
	}



	#professionals .portfolio__container {
		padding-top: 50px !important;
		margin-top: 0 !important;
	}

	.c-design__visual img {
		height: 350px !important;
	}

	.btn-video__caption {
		top: 0;
		right: 0;
		left: 0;
		display: block;
		margin: 0 auto;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none;
		text-align: center
	}

	.menu__item {
		text-align: center;
		font-size: 30px
	}

	.menu-company__item-link {
		padding: 30px 100px 30px 20px
	}

	.logo {
		padding: 20px 20px 15px
	}

	.logo img {
		/*		max-width: 60px;*/
		max-width: 110px !important;
		margin: 0 auto;
	}

	.aside-contact,
	.features__button::after {
		display: none
	}

	.slideshow__nav-item {
		height: 100px
	}

	.slideshow--popup .slideshow__nav-item {
		height: auto
	}

	.features__buttons {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
		margin: 0 -5px;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-align: center;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		-ms-flex-pack: center;
		-webkit-justify-content: center
	}

	.features__button {
		position: relative;
		top: auto !important;
		left: auto !important;
		margin: 0 5px 10px !important;
		-webkit-filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .1));
		filter: drop-shadow(0 5px 10px rgba(0, 0, 0, .1))
	}

	.features__card,
	.features__cards {
		position: relative;
		top: auto;
		left: auto
	}

	.features__cards {
		right: auto;
		margin: 0 auto
	}

	.features--building .features__cards,
	.features--guarantee .features__cards {
		right: auto
	}

	.features__card {
		-webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
		-moz-box-shadow: 0 8px 16px rgba(0, 0, 0, .15);
		box-shadow: 0 8px 16px rgba(0, 0, 0, .15)
	}

	.social__buttons {
		justify-content: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center
	}

	.nav-contacts {
		text-align: center
	}

	.nav-contacts__item:not(:last-child) {
		margin-bottom: 30px
	}

	.callback {
		display: block
	}

	.callback__right {
		width: 100%;
		max-width: 360px;
		margin: 0 auto 40px
	}

	.callback__figure {
		margin: 0 auto;
		border-bottom: 0
	}

	.callback__subtitle,
	.callback__title {
		text-align: center
	}

	.nav {
		display: block;
		padding: 0
	}

	.nav__left {
		width: 100%;
		padding-right: 0;
		padding-bottom: 50px
	}

	.nav__right {
		width: 100%
	}

	.privacy {
		padding: 0
	}

	.c-video__caption {
		margin-top: 15px;
		font-size: 15px
	}

	.c-video--big .c-video__caption {
		margin: 0
	}

	.c-person__name {
		font-size: 14px
	}

	.c-project {
		padding: 20px 20px 30px
	}

	.c-project__row {
		display: block
	}

	.c-project__slideshow {
		width: 100%;
		margin-bottom: 30px
	}

	.c-project__content {
		width: 100%
	}

	.c-project__title {
		margin-bottom: 30px
	}

	.c-design__visual {
		position: relative;
		top: auto;
		left: auto;
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none
	}

	.c-design__download {
		width: 100px;
		height: 100px;
		padding-top: 10px;
		font-size: 10px
	}

	.c-design__title {
		margin: 0 auto 30px;
		text-align: center
	}

	.c-design__subtitle {
		margin: -10px auto 30px;
		text-align: center
	}

	.c-design__items {
		max-width: 400px;
		margin: 0 auto
	}

	.c-design__item-button {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		max-width: 400px;
		margin: 30px auto 0
	}

	.c-production {
		border-bottom: none
	}

	.c-production__caption {
		text-align: center
	}

	.c-company {
		display: block
	}

	.c-company--1,
	.c-company--2 {
		border: 0
	}

	.c-company__info-item {
		padding-right: 0;
		padding-left: 20px
	}

	.persons__persons {
		margin: 0 -10px
	}

	.persons__person {
		margin: 0 10px
	}

	.tabs__buttons {
		display: none
	}

	.tabs__item {
		display: block
	}

	.tabs__item-content {
		display: none
	}

	.tabs__item.active .tabs__item-content {
		display: block;
		padding: 20px 0 40px
	}

	.tabs__item-title {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
		min-height: 58px;
		margin: 0 0 10px;
		padding: 12px 20px;
		text-align: center;
		letter-spacing: .1em;
		text-transform: uppercase;
		color: #f5ba33;
		border: 1px solid #f5ba33;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
		background-color: transparent;
		font-family: "Montserrat", sans-serif;
		font-size: 10px;
		font-weight: 400;
		line-height: 16px;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-align: center;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		-ms-flex-pack: center;
		-webkit-justify-content: center
	}

	.tabs__item-title:hover {
		color: #fff;
		border-color: #2a562e;
		background-color: #2a562e
	}

	.tabs__item.active .tabs__item-title {
		color: #fff;
		border-color: #f5ba33;
		background-color: #f5ba33;
		font-weight: 700
	}

	.tabs__card {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px)
	}

	.quiz__radio {
		width: -webkit-calc(50% - 30px);
		width: -moz-calc(50% - 30px);
		width: calc(50% - 30px);
		max-width: 100%
	}

	.quiz__result {
		display: block;
		padding-top: 0;
		padding-bottom: 50px
	}

	.quiz__result::before {
		top: auto;
		bottom: -100px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.quiz__left {
		margin: 0 auto 40px
	}

	.quiz__right {
		width: 100%;
		max-width: 320px;
		margin: 0 auto
	}

	.quiz__result-title {
		margin: 0 auto 20px;
		text-align: center
	}

	.quiz__result-subtitle {
		margin: 0 auto 25px;
		text-align: center
	}

	.quiz__pdf {
		margin: 0 auto
	}

	.intro__container {
		padding-top: 180px;
		padding-bottom: 400px
	}

	.intro2__container {
		padding-top: 180px;
		padding-bottom: 300px
	}

	.intro3__container {
		padding-top: 180px;
		padding-bottom: 150px
	}

	.intro3__note {
		max-width: 400px
	}

	.intro3__note-text {
		font-size: 14px
	}

	.intro3__items {
		display: block;
		margin-top: 40px
	}

	.intro3__item {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
		max-width: 500px
	}

	.intro3__item-icon {
		margin: 0 20px 0 0
	}

	.intro3__item-text {
		text-align: left
	}

	.projects {
		margin-top: -70px;
		padding-top: 50px
	}

	.advantages {
		min-height: 10px
	}

	.advantages__bg {
		opacity: .4
	}

	.advantages__title {
		margin-bottom: 40px
	}

	.advantages__note {
		position: relative;
		top: auto;
		left: auto;
		margin: 40px auto 0;
		text-align: center
	}

	.advantages__note::before,
	.building__title br,
	.contacts2__hint br,
	.contacts2__hint::before,
	.contacts2__title br,
	.contacts__title br,
	.design__title br,
	.stages__title br {
		display: none
	}

	.advantages__note-icon {
		margin: 0 auto 15px
	}

	.design {
		margin-top: -60px;
		padding-top: 60px;
		padding-bottom: 40px
	}

	.stages__container {
		padding-top: 60px;
		padding-bottom: 0
	}

	.stages__content {
		padding-left: 0
	}

	.stages__title {
		margin: 0 auto 35px;
		text-align: center
	}

	.stages__subtitle {
		margin: 0 auto 40px;
		text-align: center
	}

	.stages__cycle {
		max-width: 500px;
		margin: 0 auto 30px
	}

	.stages__person {
		position: relative;
		bottom: auto;
		left: auto;
		max-width: 320px;
		margin: 0 auto
	}

	.stages__person-caption {
		bottom: 80px
	}

	.production {
		padding-top: 60px
	}

	.production__stage {
		margin-bottom: 30px
	}

	.production__pretitle {
		font-size: 10px
	}

	.production__subtitle {
		margin-bottom: 40px
	}

	.building,
	.process {
		min-height: 100px;
		padding-bottom: 50px
	}

	.building {
		padding-top: 60px;
		padding-bottom: 40px
	}

	.building__note {
		position: relative;
		top: auto;
		left: auto;
		margin: 40px auto 0;
		text-align: center
	}

	.building__note-icon {
		margin: 0 auto 15px
	}

	.supervision {
		padding-top: 50px
	}

	.supervision__note {
		left: 60%;
		max-width: 180px
	}

	.consult__container {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.consult__right {
		left: auto;
		margin: 0 auto
	}

	.consult__messengers {
		padding-bottom: 0;
		border: 0
	}

	.consult__director {
		position: relative;
		bottom: auto;
		left: auto;
		max-width: 290px;
		margin: 40px auto 0;
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		-o-transform: none;
		transform: none
	}

	.team {
		padding-top: 70px;
		padding-bottom: 10px
	}

	.team__persons {
		margin: 0 -10px
	}

	.team__person {
		margin: 0 10px
	}

	.videos__videos {
		margin: 0 -10px
	}

	.videos__video {
		margin: 0 10px
	}

	.instagram__figure {
		width: 33.33%
	}

	.instagram__figure:nth-child(4),
	.instagram__figure:nth-child(5),
	.instagram__figure:nth-child(7),
	.instagram__figure:nth-child(8) {
		width: 50%
	}

	.contacts__box {
		display: block
	}

	.contacts__left,
	.contacts__right {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 50px 40px;
		-webkit-box-flex: 0;
		-moz-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%
	}

	.contacts2__box {
		display: block
	}

	.contacts2__right {
		width: 100%
	}

	.contacts2__hint {
		position: relative;
		top: auto;
		left: auto;
		max-width: 100%;
		margin: 0 auto 30px;
		text-align: center
	}

	.thankyou__container {
		display: block;
		padding-top: 180px;
		padding-bottom: 0
	}

	.thankyou__main {
		max-width: 450px;
		margin: 0 auto;
		text-align: center
	}

	.thankyou__figure {
		position: relative;
		bottom: auto;
		left: auto;
		max-width: 300px;
		margin: 40px auto 0
	}

	.thankyou__contact {
		bottom: 50px;
		left: 50%;
		width: 270px;
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		transform: translateX(-50%)
	}

	.reviews__videos {
		margin: 0 -10px
	}

	.reviews__video {
		margin: 0 10px
	}

	.reviews2__videos {
		margin: 0 -10px -40px
	}

	.reviews2__video {
		margin: 0 10px 40px
	}

	.portfolio__item--13,
	.portfolio__item--23,
	.reviews2__video {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px)
	}

	.about {
		min-height: 1000px
	}

	.about__container {
		padding-top: 180px
	}

	.about__subtitle {
		margin-bottom: 10px
	}

	.approach__container {
		display: block;
		padding-bottom: 0
	}

	.approach__visual {
		margin: 40px auto 0
	}

	.approach__content {
		max-width: 100%
	}

	.approach__title {
		text-align: center
	}

	.approach__note,
	.approach__title {
		margin: 0 auto 40px
	}

	.approach__text {
		margin: 0 auto;
		text-align: center;
		font-size: 16px
	}

	.company__cards {
		display: block;
		max-width: 550px;
		margin: 0 auto
	}

	.company__card {
		width: 100%
	}

	.company__card:not(:last-child) {
		margin-bottom: 20px
	}

	.pros__person-name {
		font-size: 12px
	}

	.design-intro__container {
		padding-top: 180px;
		padding-bottom: 0
	}

	.design-intro__content {
		margin: 0 auto;
		text-align: center
	}

	.design-intro__title {
		text-align: center
	}

	.design-intro__figure {
		position: relative;
		right: auto;
		bottom: auto;
		margin: 40px auto 0
	}

	.design-features {
		padding-top: 20px;
		padding-bottom: 20px
	}

	.design-features__item {
		display: block;
		padding: 50px 20px
	}

	.design-features__item:first-child {
		border-top: none
	}

	.design-features__item:last-child {
		border-bottom: none
	}

	.design-features__item-icon {
		margin: 0 auto 30px
	}

	.design-features__item-title {
		width: 100%;
		margin: 0 auto 20px;
		text-align: center
	}

	.design-features__item-text,
	.design-features__item-text p {
		text-align: center;
		font-size: 15px
	}

	.design-comfort {
		padding-top: 50px;
		padding-bottom: 20px
	}

	.design-comfort__title {
		margin: 0 auto 20px;
		text-align: center
	}

	.design-comfort__nav {
		display: none
	}

	.design-comfort__overlay {
		padding-bottom: 60px
	}

	.design-docs__download {
		left: 50%;
		margin-left: -60px
	}

	.architects {
		padding-bottom: 60px
	}

	.architects__person {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px)
	}

	.base {
		padding-top: 180px;
		padding-bottom: 340px
	}

	.base__pretitle {
		font-size: 10px
	}

	.wood {
		padding-top: 60px
	}

	.forest__title {
		margin-bottom: 40px
	}

	.forest__item {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px);
		margin-bottom: 0;
		border-bottom: none
	}

	.equipment__pretitle {
		font-size: 10px
	}

	.equipment__items .slick-dots,
	.equipment__note {
		margin-top: 25px
	}

	.construction__container {
		display: block;
		padding-top: 180px;
		padding-bottom: 20px
	}

	.construction__content {
		margin: 0 auto
	}

	.construction__title {
		margin: 0 auto 30px;
		text-align: center
	}

	.construction__subtitle {
		margin: 0 auto 25px;
		text-align: center
	}

	.construction__tags {
		justify-content: center;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-justify-content: center
	}

	.construction__btn-video {
		margin: 0 auto
	}

	.objects {
		padding-top: 80px;
		padding-bottom: 20px
	}

	.objects__item,
	.objects__items {
		margin-bottom: 0
	}

	.objects__item {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px);
		border-bottom: none
	}

	.cutting__buttons {
		display: none
	}

	.cutting__item {
		display: block !important
	}

	.cutting__item-content,
	.guarantee__title br {
		display: none
	}

	.cutting__item.active .cutting__item-content {
		display: block;
		padding: 20px 0 40px
	}

	.cutting__mob-button {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
		align-items: center;
		width: 100%;
		min-height: 58px;
		margin: 0 0 10px;
		padding: 12px 20px;
		text-align: center;
		letter-spacing: .1em;
		text-transform: uppercase;
		color: #f5ba33;
		border: 1px solid #f5ba33;
		-webkit-border-radius: 40px;
		-moz-border-radius: 40px;
		border-radius: 40px;
		background-color: transparent;
		font-family: "Montserrat", sans-serif;
		font-size: 10px;
		font-weight: 400;
		line-height: 16px;
		-webkit-align-items: center;
		-webkit-box-align: center;
		-moz-box-align: center;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-align: center;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		-ms-flex-pack: center;
		-webkit-justify-content: center
	}

	.cutting__mob-button:hover {
		color: #fff;
		border-color: #2a562e;
		background-color: #2a562e
	}

	.cutting__item.active .cutting__mob-button {
		color: #fff;
		border-color: #f5ba33;
		background-color: #f5ba33;
		font-weight: 700
	}

	.guarantee {
		min-height: 100px;
		padding-top: 60px;
		padding-bottom: 40px
	}

	.guarantee__note {
		position: relative;
		top: auto;
		left: auto;
		margin: 40px auto 0;
		text-align: center
	}

	.guarantee__note-icon {
		margin: 0 auto 15px
	}

	.popup__container {
		padding-top: 60px
	}

	.popup--callback .popup__container,
	.popup--quiz .popup__container {
		padding-bottom: 0
	}

	.popup__close {
		top: 20px;
		width: 36px;
		height: 36px
	}

	.popup__close::after,
	.popup__close::before {
		width: 16px;
		height: 1px;
		margin-left: -8px
	}

	.header__container {
		padding-top: 20px
	}

	.header__logo {
		/*		margin-left: -61px;*/

		margin-left: 50%;
		transform: translateX(-100%);
		width: 100%;
		background: transparent;
	}

	.header__contact-phone {
		display: none
	}

	.footer__main {
		padding-top: 20px;
		padding-bottom: 20px;
		border-width: 1px;
		border-style: solid none;
		border-color: rgba(196, 196, 196, .05)
	}

	.footer__main-col {
		width: 100%;
		margin: 0;
		padding: 15px;
		border-style: none
	}

	.footer__bottom-col {
		width: 100%;
		margin: 0;
		padding: 10px 15px
	}

	.footer__yasheff {
		margin-top: 10px
	}

	.cost__container {
		padding-top: 180px;
		padding-bottom: 50px
	}

	.c-estimate {
		padding-bottom: 40px
	}

	.c-estimate__image {
		margin-bottom: 35px
	}

	.c-estimate__caption {
		padding: 0 20px 20px;
		font-size: 20px
	}

	.c-estimate__caption .svg-icon {
		margin-right: 15px;
		-webkit-transform: scale(.7);
		-moz-transform: scale(.7);
		-ms-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7)
	}

	.c-estimate__no-icon {
		width: 40px;
		height: 40px;
		margin-bottom: 10px
	}

	.c-estimate__no-icon::after,
	.c-estimate__no-icon::before {
		width: 12px;
		height: 2px;
		margin-left: -6px
	}

	.c-estimate__no-text {
		font-size: 12px
	}

	.c-estimate__col {
		width: 100%
	}

	.c-estimate__list {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1
	}

	.c-estimate__list li {
		padding-left: 30px;
		font-size: 14px
	}
}

@media only screen and (max-width:766px) {

	.building__note-text,
	.guarantee__note-text {
		color: #fff
	}
}

@media only screen and (max-width:599px) {
	.design-comfort__item::after {
		display: none
	}

	.design-comfort__overlay {
		position: relative;
		bottom: auto;
		flex-wrap: wrap;
		justify-content: center;
		margin: 40px 0 0;
		padding: 0;
		-webkit-box-pack: center;
		-moz-box-pack: center;
		-ms-flex-pack: center;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-webkit-justify-content: center
	}

	.design-comfort__overlay-text {
		order: 2;
		text-align: center;
		font-size: 14px;
		-webkit-box-ordinal-group: 3;
		-moz-box-ordinal-group: 3;
		-ms-flex-order: 2;
		-webkit-order: 2
	}
}

@media only screen and (max-width:499px) {

	.portfolio__item--12,
	.portfolio__item--13,
	.portfolio__item--23 {
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px)
	}
}

@media only screen and (max-width:479px) {
	.pretitle {
		margin-bottom: 15px;
		font-size: 11px;
		line-height: 1.6
	}

	.title {
		/*		font-size: 30px;*/
		font-size: 26px;
	}

	.btn-menu__main {
		border-color: rgba(255, 255, 255, .15)
	}

	.btn-video,
	.btn-video::before {
		width: 250px;
		height: 250px
	}

	.btn-video::before {
		margin-top: -125px;
		margin-left: -125px;
		-webkit-background-size: 250px 250px;
		-moz-background-size: 250px;
		-o-background-size: 250px;
		background-size: 250px
	}

	.btn-video::after {
		width: 90px;
		height: 90px
	}

	.field__field input,
	.field__field select,
	.field__field textarea {
		height: 52px;
		padding: 15px 30px 18px 0
	}

	.field__icon {
		top: 25px;
		right: 5px
	}

	.field--type-radio-ext .field__caption {
		min-height: 70px;
		padding: 10px;
		font-size: 14px
	}

	.field--type-radio-ext .field__figure::before {
		top: -7px;
		right: -7px;
		bottom: -7px;
		left: -7px
	}

	.form--contacts-2 .form__field,
	.form__field {
		margin-bottom: 25px
	}

	.form--contacts-2 .form__consent,
	.form__consent {
		margin-top: 25px
	}

	.menu-company__item-link {
		padding: 30px 0
	}

	.menu-company__item-title {
		text-align: center;
		font-size: 30px
	}

	.menu-company__item-text p {
		max-width: 100%;
		text-align: center;
		font-size: 15px
	}

	.menu-company__item-button {
		position: relative;
		top: auto;
		right: auto;
		width: 70px;
		height: 70px;
		margin: 20px auto 0
	}

	.slideshow__nav-item {
		height: 60px
	}

	.slideshow--popup .slideshow__nav-item {
		height: auto
	}

	.features__button {
		width: 60px;
		height: 60px;
		border-width: 7px
	}

	.features__button .svg-icon {
		width: 24px;
		height: 24px
	}

	.features--building .features__button,
	.features--guarantee .features__button {
		width: 50px;
		height: 50px;
		border-width: 5px
	}

	.callback__figure {
		margin-right: -15px;
		margin-left: 15px
	}

	.callback__figcaption {
		top: 50px;
		left: -15px
	}

	.callback__name {
		margin-bottom: 5px;
		font-size: 12px
	}

	.callback__about {
		font-size: 10px
	}

	.privacy h2 {
		font-size: 20px
	}

	.c-person__captions {
		padding: 0 15px 20px
	}

	.c-project {
		padding: 15px 15px 25px
	}

	.c-project__title {
		margin-bottom: 25px;
		font-size: 24px
	}

	.c-project__info-item {
		width: -webkit-calc(100% - 30px);
		width: -moz-calc(100% - 30px);
		width: calc(100% - 30px);
		margin-bottom: 20px
	}

	.c-project__button {
		max-width: 100%
	}

	.c-design__visual {
		width: auto;
		max-width: 200%;
		margin: 0 -50px 20px
	}

	.c-design__download {
		left: 50%
	}

	.c-design__item {
		align-items: flex-start;
		margin-bottom: 25px;
		-webkit-align-items: flex-start;
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start
	}

	.c-design__item:last-child {
		margin-bottom: 0
	}

	.c-design__item-number {
		margin-top: 3px
	}

	.c-production__caption {
		padding: 20px 0 10px;
		text-align: left
	}

	.c-portfolio__content {
		height: 250px
	}

	.c-company__info-value {
		font-size: 30px
	}

	.c-company__info-label {
		font-size: 13px
	}

	.c-cutting__photo-big {
		width: 100%;
		margin-bottom: 20px
	}

	.c-cutting__photos-group {
		display: -webkit-box;
		display: -webkit-flex;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
		flex-flow: row wrap;
		justify-content: space-between;
		width: 100%;
		margin-bottom: 0;
		-webkit-box-direction: normal;
		-moz-box-direction: normal;
		-webkit-box-orient: horizontal;
		-moz-box-orient: horizontal;
		-webkit-box-pack: justify;
		-moz-box-pack: justify;
		-webkit-flex-flow: row wrap;
		-ms-flex-flow: row wrap;
		-ms-flex-pack: justify;
		-webkit-justify-content: space-between
	}

	.c-cutting__photo-small {
		width: -webkit-calc(50% - 10px);
		width: -moz-calc(50% - 10px);
		width: calc(50% - 10px);
		margin-bottom: 0
	}

	.c-cutting__title {
		text-align: center;
		font-size: 24px
	}

	.c-cutting__text p {
		font-size: 14px
	}

	.c-cutting__text p:first-child {
		font-size: 15px
	}

	.c-cutting__button {
		max-width: 100%;
		margin-top: 20px
	}

	.persons .slick-dots {
		margin-top: 20px
	}

	.tabs__card {
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px)
	}

	.quiz__step {
		margin-top: -10px;
		margin-bottom: 20px;
		padding: 7px 26px;
		font-size: 10px
	}

	.quiz__question {
		margin-bottom: 30px;
		font-size: 26px
	}

	.quiz__radios {
		margin: 0 -10px -20px
	}

	.quiz__radio {
		width: -webkit-calc(50% - 20px);
		width: -moz-calc(50% - 20px);
		width: calc(50% - 20px);
		margin: 0 10px 20px
	}

	.quiz__nav {
		margin: 30px -10px -10px
	}

	.quiz__next,
	.quiz__prev {
		max-width: 150px;
		margin: 0 10px 10px;
		padding-right: 15px;
		padding-left: 15px
	}

	.quiz__result {
		padding-top: 10px;
		padding-bottom: 200px
	}

	.quiz__result::before {
		width: 800px;
		height: 411px
	}

	.quiz__result-title {
		font-size: 30px
	}

	.quiz__box {
		padding: 30px 20px
	}

	.quiz__field {
		margin-bottom: 25px
	}

	.quiz__consent {
		margin-top: 25px
	}

	.intro__bg {
		background-image: url(../../../themes/main/assets/img/mbb.jpg);
		background-position: center bottom;
		/*-webkit-background-size: 480px 990px;
		-moz-background-size: 480px 990px;
		-o-background-size: 480px 990px;
		background-size: 480px 990px*/

		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	.intro__bg::after {
		position: absolute;
		z-index: 1;
		top: 0;
		right: 0;
		bottom: 80%;
		left: 0;
		display: block;
		content: "";
		opacity: 1;
		background-image: -webkit-gradient(linear, left top, left bottom, from(#151719), to(transparent));
		background-image: -webkit-linear-gradient(top, #151719 0, transparent 100%);
		background-image: -moz-linear-gradient(top, #151719 0, transparent 100%);
		background-image: -o-linear-gradient(top, #151719 0, transparent 100%);
		background-image: linear-gradient(180deg, #151719 0, transparent 100%)
	}

	.intro__title {
		margin-bottom: 17px;
		font-size: 28px
	}

	.intro__subtitle {
		margin-bottom: 30px
	}

	.intro2__bg {
		background-image: url(../../../themes/main/assets/img/intro-2-bg@mob.jpg);
		background-position: center bottom;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain
	}

	.intro2__container {
		padding-bottom: 450px
	}

	.intro2__title {
		margin: 0 auto 17px;
		text-align: center;
		font-size: 28px
	}

	.intro2__subtitle {
		margin: 0 auto 30px;
		text-align: center
	}

	.intro2__button {
		margin: 0 auto
	}

	.intro3__bg {
		background-image: url(../../../themes/main/assets/img/intro-3-bg@mob.jpg);
		background-position: center bottom;
		-webkit-background-size: contain;
		-moz-background-size: contain;
		-o-background-size: contain;
		background-size: contain
	}

	.intro3__container {
		padding-bottom: 500px
	}

	.intro3__title {
		margin: 0 auto 17px;
		text-align: center;
		font-size: 28px
	}

	.intro3__subtitle {
		margin: 0 auto 25px;
		text-align: center
	}

	.intro3__button {
		margin: 0 auto
	}

	.intro3__item {
		display: block
	}

	.intro3__item-icon {
		margin: 0 auto 20px
	}

	.intro3__item-text {
		text-align: center
	}

	.projects__features {
		margin-bottom: 20px
	}

	.projects__feature-icon {
		width: 60px;
		height: 60px;
		-webkit-background-size: 60px 60px;
		-moz-background-size: 60px 60px;
		-o-background-size: 60px 60px;
		background-size: 60px 60px
	}

	.projects__feature-icon .svg-icon,
	.projects__feature-icon mr20px,
	.team__feature-icon .svg-icon,
	.team__feature-icon mr20px {
		width: 30px;
		height: 30px
	}

	.projects__nav-image {
		height: 100px
	}

	.projects__nav-caption {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 10px
	}

	.projects__nav-caption::after {
		top: 18px
	}

	.projects__nav-title {
		margin-right: 6px
	}

	.projects__nav-title::after {
		display: none
	}

	.catalog {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.catalog__visual {
		max-width: 200%;
		margin: 0 -50px 40px
	}

	.catalog__title-2 {
		margin-bottom: 20px;
		font-size: 12px
	}

	.catalog__box {
		padding: 35px 30px
	}

	.advantages {
		padding-top: 60px;
		padding-bottom: 60px
	}

	.design__stage-caption {
		padding: 0 5px;
		font-size: 10px
	}

	.design__subtitle {
		margin-bottom: 40px;
		font-size: 16px
	}

	.stages__person-caption {
		right: 0;
		bottom: 40px;
		left: 0;
		padding: 14px 20px;
		text-align: center
	}

	.stages__person-about {
		font-size: 10px
	}

	.production__stage-caption {
		padding: 0 5px;
		font-size: 10px
	}

	.process__title {
		font-size: 24px
	}

	.building::before {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 800px;
		content: "";
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .9)), to(rgba(255, 255, 255, 0)));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, 0) 100%);
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, 0) 100%);
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, 0) 100%);
		background-image: linear-gradient(180deg, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, 0) 100%)
	}

	.building__stage-caption {
		padding: 0 5px;
		font-size: 10px
	}

	.building__subtitle {
		margin-bottom: 80px;
		color: #4e576b;
		font-size: 16px
	}

	.supervision {
		padding-bottom: 50px
	}

	.consult__plus::before,
	.equipment__subtitle br,
	.supervision__bg,
	.supervision__note::before {
		display: none
	}

	.supervision__items {
		margin-bottom: 0
	}

	.supervision__visual {
		display: block;
		margin: 0 -15px
	}

	.supervision__note {
		position: relative;
		top: auto;
		bottom: auto;
		left: auto;
		max-width: 220px;
		margin: 40px auto 0;
		text-align: center
	}

	.supervision__note-icon {
		margin: 0 auto 15px
	}

	.consult__plus {
		max-width: 290px;
		padding: 12px 20px 11px 100px;
		background-position: 18px 100%;
		-webkit-background-size: 64px 64px;
		-moz-background-size: 64px 64px;
		-o-background-size: 64px 64px;
		background-size: 64px 64px;
		font-size: 10px;
		line-height: 16px
	}

	.consult__items {
		margin-bottom: 0
	}

	.consult__box {
		padding: 30px 20px
	}

	.consult__box-text,
	.consult__box-title {
		text-align: center
	}

	.command__title {
		font-size: 30px
	}

	.team__title {
		margin-bottom: 40px
	}

	.team__features {
		margin-bottom: 20px
	}

	.team__feature-icon {
		width: 60px;
		height: 60px;
		-webkit-background-size: 60px 60px;
		-moz-background-size: 60px 60px;
		-o-background-size: 60px 60px;
		background-size: 60px 60px
	}

	.team .slick-dot {
		margin-top: 20px
	}

	.instagram__logo {
		display: block;
		margin: 10px auto
	}

	.instagram__button {
		max-width: 260px
	}

	.contacts__title {
		font-size: 24px
	}

	.contacts__left,
	.contacts__right {
		padding: 30px 20px
	}

	.contacts__form-title {
		font-size: 16px
	}

	.contacts2__title {
		font-size: 24px
	}

	.contacts2__left,
	.contacts2__right {
		padding: 30px 20px
	}

	.contacts2__contact:not(:last-child) {
		margin-bottom: 25px
	}

	.contacts2__form-title {
		font-size: 16px
	}

	.contacts2__item {
		align-items: flex-start;
		-webkit-align-items: flex-start;
		-webkit-box-align: start;
		-moz-box-align: start;
		-ms-flex-align: start
	}

	.contacts2__item-icon {
		margin-right: 20px
	}

	.reviews2 {
		padding-bottom: 80px
	}

	.reviews2__video {
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px)
	}

	.reviews2__note {
		margin-top: 40px
	}

	.portfolio__pretitle {
		max-width: 290px;
		line-height: 1.8
	}

	.about {
		min-height: 1100px
	}

	.about::before {
		right: -80px;
		left: -100px
	}

	.about__hint {
		margin-top: -20px
	}

	.approach__note-icon {
		margin-right: 20px
	}

	.company {
		margin-top: -60px
	}

	.company__title {
		margin-bottom: 40px
	}

	.pros__persons {
		display: block;
		margin: 0
	}

	.pros__persons-group {
		width: 100%;
		margin: 0
	}

	.pros__person--1 {
		width: 100%;
		margin: 0 0 20px
	}

	.pros__person-captions {
		padding: 0 15px 20px
	}

	.geo__marker {
		width: 30px;
		height: 30px;
		margin-top: -30px;
		margin-left: -15px
	}

	.geo__button-wrapper {
		position: relative;
		right: auto;
		bottom: auto;
		left: auto
	}

	.design-photos__title {
		max-width: 320px
	}

	.design-photos__square {
		font-size: 30px
	}

	.design-photos__number {
		font-size: 60px
	}

	.design-docs {
		padding-bottom: 20px
	}

	.design-docs__figure {
		margin: 40px -150px
	}

	.design-docs__title-2 {
		margin-bottom: 40px
	}

	.design-docs__item {
		width: 100%
	}

	.architects__person {
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px)
	}

	.wood {
		padding-bottom: 30px
	}

	.wood__item {
		width: 100%
	}

	.forest {
		padding-bottom: 30px
	}

	.forest__item {
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px);
		text-align: center
	}

	.equipment {
		padding-top: 60px;
		padding-bottom: 50px
	}

	.construction::before {
		background-position: 20% top
	}

	.objects__item {
		width: -webkit-calc(100% - 20px);
		width: -moz-calc(100% - 20px);
		width: calc(100% - 20px);
		text-align: center
	}

	.cutting {
		padding-bottom: 40px
	}

	.cutting__title-icon {
		display: block;
		margin: 10px auto
	}

	.guarantee::before {
		position: absolute;
		top: 0;
		right: 0;
		left: 0;
		display: block;
		width: 100%;
		height: 800px;
		content: "";
		background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .9)), to(rgba(255, 255, 255, 0)));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, 0) 100%);
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, 0) 100%);
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, 0) 100%);
		background-image: linear-gradient(180deg, rgba(255, 255, 255, .9) 0, rgba(255, 255, 255, 0) 100%)
	}

	.guarantee__subtitle {
		margin-bottom: 80px;
		color: #4e576b;
		font-size: 16px
	}

	.popup--3d {
		width: 100%;
		width: 100vw;
		height: 100vh;
		min-height: 480px;
		max-height: 100vh
	}

	.popup__close {
		top: 15px
	}

	.popup__project {
		margin-top: 15px
	}

	.header__contact-button {
		color: #c4c4c4
	}

	.partnership {
		padding-bottom: 20px
	}

	.partnership__item {
		width: 50%
	}

	.tour__title {
		margin-bottom: 50px
	}

	.estimate__cost {
		font-size: 24px
	}

	.c-estimate__caption {
		padding: 0 15px 15px;
		font-size: 18px
	}

	.c-estimate__caption .svg-icon {
		margin-right: 10px;
		-webkit-transform: scale(.6);
		-moz-transform: scale(.6);
		-ms-transform: scale(.6);
		-o-transform: scale(.6);
		transform: scale(.6)
	}

	.c-estimate__no {
		top: 40%
	}
}

@media only screen and (max-width:399px) {
	.field--type-radio-ext .field__check {
		top: 10px;
		left: 10px
	}

	.intro__bg {
		-webkit-background-size: 400px 825px;
		-moz-background-size: 400px 825px;
		-o-background-size: 400px 825px;
		background-size: 400px 825px
	}

	.intro__container {
		padding-bottom: 370px
	}

	.intro__title {
		margin-right: -10px;
		margin-left: -10px
	}

	.design-docs__figure {
		margin: 40px -150px
	}
}

@media only screen and (max-width:359px) {

	.menu-company__item-title,
	.title {
		font-size: 26px
	}

	.field--type-radio-ext .field__caption {
		font-size: 12px
	}

	.features--building .features__button,
	.features--guarantee .features__button {
		width: 48px;
		height: 48px
	}

	.c-company__info-item {
		padding-left: 15px
	}

	.quiz__next,
	.quiz__prev {
		max-width: 130px
	}

	.intro__bg {
		-webkit-background-size: 360px 743px;
		-moz-background-size: 360px 743px;
		-o-background-size: 360px 743px;
		background-size: 360px 743px
	}

	.intro__container {
		padding-bottom: 350px
	}

	.intro__title {
		font-size: 26px
	}

	.intro2__container {
		padding-bottom: 400px
	}

	.intro2__title {
		font-size: 26px
	}

	.intro3__container {
		padding-bottom: 400px
	}

	.command__title,
	.intro3__title {
		font-size: 26px
	}

	.videos__button-other {
		min-height: 68px;
		padding-right: 25px;
		padding-left: 25px;
		font-size: 11px
	}

	.videos__button-other img {
		margin-left: 10px
	}

	.about {
		min-height: 1000px
	}

	.design-photos__number {
		font-size: 50px
	}
}

@media print {

	*,
	:after,
	:before,
	blockquote:first-letter,
	blockquote:first-line,
	div:first-letter,
	div:first-line,
	li:first-letter,
	li:first-line,
	p:first-letter,
	p:first-line {
		color: #000 !important;
		background: 0 0 !important;
		-webkit-box-shadow: none !important;
		-moz-box-shadow: none !important;
		box-shadow: none !important;
		text-shadow: none !important
	}

	a,
	a:visited {
		text-decoration: underline
	}

	a[href]:after {
		content: " (" attr(href) ")"
	}

	abbr[title]:after {
		content: " (" attr(title) ")"
	}

	a[href^="#"]:after,
	a[href^="javascript:"]:after {
		content: ""
	}

	pre {
		white-space: pre-wrap !important
	}

	blockquote,
	pre {
		border: 1px solid #999
	}

	thead {
		display: table-header-group
	}

	blockquote,
	img,
	pre,
	tr {
		page-break-inside: avoid
	}

	h2,
	h3,
	p {
		orphans: 3;
		widows: 3
	}

	h2,
	h3 {
		page-break-after: avoid
	}
}

.intro__subtitle {
	line-height: 1.8
}

.menu-footer__item:nth-child(4) {
	margin-right: 12.5%;
	margin-left: 0
}

.btn-more {
	text-decoration: none !important
}

.btn-more.spin svg {
	animation: rotatespin;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s
}

@keyframes rotatespin {
	from {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}

	to {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.reviews2__videos {
	margin: 0;
	padding-left: 100px;
	padding-right: 100px
}

.reviews2__videos .slick-next,
.reviews2__videos .slick-prev {
	top: calc(50% - 60px)
}

.reviews2__video {
	margin: 0;
	padding: 0 15px 40px
}

.c-video__cover {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	height: 200px
}

@media screen and (max-width:960px) {
	.reviews2__videos {
		padding: 0
	}
}


.advantages__c {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 900px) {
	.advantages__c {
		flex-wrap: wrap;
	}
}

.advantages__item {
	width: 34.375rem;
	height: 23.438rem;
	padding-left: 4.5rem;
	padding-right: 7rem;
	padding-top: 2rem;
	padding-bottom: 3rem;
	display: flex;
	flex-direction: column;
	border-radius: 3.125rem;
	justify-content: center;
	position: relative;
	overflow: hidden;
}

@media (max-width: 900px) {
	.advantages__item {
		width: 49.5%;
	}
}

@media (max-width: 700px) {
	.advantages__item {
		width: 100%;
		margin-bottom: 1rem;
	}
}

@media (max-width: 400px) {
	.advantages__item {
		padding-left: 1.5rem;
		padding-right: 7rem;
	}
}

.advantages__item::before {
	content: "";
	width: 26.8125rem;
	height: 17.4375rem;
	background-size: contain;
	position: absolute;
	bottom: -10.5rem;
	right: -9rem;
	background-image: url(../img/bush.png);
	z-index: 2;
}

.advantages__item--light {
	background-color: #f4f2f2;
	color: #282728;
}

.advantages__item--drk {
	background-color: #282728;
	color: white;
}

.advantages__item-title {
	font-size: 2.25rem;
	font-weight: bold;
	line-height: 1.33;
}

.advantages__item-title--min {
	font-size: 1.875rem;
	font-weight: bold;
	line-height: 1.33;
}

.advantages__item-img {
	position: absolute;
	right: var(--right);
	bottom: var(--bottom);
	width: var(--width);
}

.advantages__item-list {
	font-size: 0.938rem;
	line-height: 1.8;
	color: white;
	margin-top: 1.5rem;
}

@media (max-width: 449px) {
	.advantages__item-list {
		font-size: 1rem;
	}
}

.advantages__block {
	width: 34.375rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

@media (max-width: 900px) {
	.advantages__block {
		width: 100%;
		flex-direction: row;
		margin-top: 1.5rem;
	}
}

@media (max-width: 700px) {
	.advantages__block {
		flex-wrap: wrap;
	}
}

.advantages__item-min {
	height: 10.938rem;
	width: 100%;
	border-radius: 3.125rem;
	color: #fff;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: flex-end;
	padding-right: 2.875rem;
	padding-left: 2rem;
	padding-top: 1.8rem;
}

@media (max-width: 900px) {
	.advantages__item-min {
		width: 49.5%;
	}
}

@media (max-width: 700px) {
	.advantages__item-min {
		width: 100%;
		margin-bottom: 1rem;
	}
}

@media (max-width: 360px) {
	.advantages__item-min {
		flex-direction: column;
		align-items: center;
		height: auto;
		padding-bottom: 2rem;
	}
}

.advantages__item-min--light {
	background-color: #ffce64;
}

.advantages__item-min--light::before {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	width: 27.1875rem;
	height: 14.6875rem;
	background-image: url(../img/bush3.png);
	position: absolute;
	bottom: 0;
	right: 0;
}

.advantages__item-min--drk {
	background-color: #282728;
}

.advantages__item-min--drk::before {
	content: "";
	background-size: contain;
	background-repeat: no-repeat;
	width: 16.75rem;
	height: 12.125rem;
	background-image: url(../img/bush2.png);
	position: absolute;
	bottom: 0;
	left: 0;
}

.advantages__item-min__link {
	height: 2.5rem;
	margin: 0 0 1.438rem;
	padding: 0 1.688rem;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0.938rem;
	font-weight: 600;
	color: #282728;
	border-radius: 20px;
	width: max-content;
	margin: 0 auto;
}

.advantages__item-min__cnt {
	position: relative;
}

.advantages__item-min__text {
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.25;
	text-align: center;
	color: white;
	margin-top: 1rem;
}

.advantages__item-min--light .advantages__item-min__link {
	background-color: white;
}

.advantages__item-min--drk .advantages__item-min__link {
	background-color: #ffce64;
}

.advantages__item-min--drk .advantages__item-min__link:hover {
	color: #fff;
}

.advantages__item-min__img {
	width: var(--width);
	left: var(--left);
	top: var(--top);
	position: absolute;
}

@media (max-width: 360px) {
	.advantages__item-min__img {
		position: static;
		margin: 0 auto;
		max-width: 100%;
	}
}

.advantages__item-min__num {
	font-size: 8.031rem;
	line-height: 0.7;
	color: white;
	position: absolute;
	top: 50%;
	left: 3rem;
	transform: translateY(-65%);
	font-weight: bold;
}

@media (max-width: 360px) {
	.advantages__item-min__num {
		position: static;
		margin-top: 2rem;
		margin-bottom: 2rem;
		margin-right: auto;
		margin-left: auto;
		transform: translateY(0);
	}
}



.contact {
	padding-top: 75px;
}

.contact__title {
	font-size: 42px;
	margin-bottom: 0;
	font-weight: 700;
}

.contact__subtitle {
	display: flex;
	align-items: center;
	margin-bottom: 37px;
	position: relative;
}

.contact__subtitle:after {
	content: "";
	display: inline-block;
	background-image: url(../images/contactline.png);
	width: 62px;
	height: 76px;
	opacity: 0.2;
	background-repeat: no-repeat;
	top: 25px;
	position: relative;
}

.contact__subtitle span {
	flex-basis: 570px;
	padding-left: 15px;
	font-size: 24px;
}

.contact__mapblock {
	margin-top: 50px;
	position: relative;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
}

.contact__iframe iframe {
	overflow: hidden;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	width: 100% !important;
	height: 580px !important;
	border: 0;
}

.contact__manimg {
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0px;
}

.contact__manname {
	position: absolute;
	z-index: 3;
	right: 275px;
	bottom: 162px;
	font-size: 24px;
	display: inline-block;
	background-color: #ff7918;
	color: #fff;
	font-weight: 700;
	padding: 7px 18px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}

.contact__manspecial {
	position: absolute;
	z-index: 2;
	right: 256px;
	bottom: 122px;
	font-size: 16px;
	color: #383838;
	background-color: #fff;
	padding: 12px 18px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
}


/*-------------------------contactwhite------------------------*/



/*-------------------------contactwhite------------------------*/

.contactwhite {
	position: absolute;
	left: 83px;
	top: 113px;
	z-index: 1;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 5px;
	background-color: #fff;
	max-width: 410px;
	width: 100%;
}

.contactwhite__inside {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 35px 25px 43px 35px;
	border: 1px solid #f5f5f5;
}

.contactwhite__item {
	margin-bottom: 23px;
	color: #000;
}

.contactwhite__title {
	margin-bottom: 5px;
	display: flex;
	align-items: center;
}

.contactwhite__title span {
	display: inline-block;
	margin-left: 6px;
	color: #383838;
	opacity: 0.5;
	font-size: 14px;
	font-weight: 700;
}

.contact__iframe {
	border: 0;
}

.contactwhite__body {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.contactwhite__body a:hover {
	color: #3368c9;
}

.contactwhite__download {
	font-size: 14px;
	color: #ff7918;
	text-decoration: underline;
	padding-top: 7px;
}

.contactwhite__download:hover {
	text-decoration: none;
}


@media (max-width: 781px) {
	.contact__iframe iframe {
		height: 230px !important;
	}

	.contactwhite {
		width: 100%;
		max-width: 100%;
		margin-top: 20px;
		left: 0;
		top: 0;
		position: relative;
	}
}