body{overflow-x:hidden;}
/* ==========================================================================
   OWL CAROUSEL
   ========================================================================== */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}

}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}

}

/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
	transition: height 500ms ease-in-out;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	backface-visibility: hidden;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* ==========================================================================
   MAGNIFIC POPUP
   ========================================================================== */
.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1043;
	position: fixed;
	outline: none !important;
	-webkit-backface-visibility: hidden;
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.mfp-container:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

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

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-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-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.mfp-loading.mfp-figure {
	display: none;
}

.mfp-hide {
	display: none !important;
}

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

.mfp-preloader a {
	color: #CCC;
}

.mfp-preloader a:hover {
	color: #FFF;
}

.mfp-s-ready .mfp-preloader {
	display: none;
}

.mfp-s-error .mfp-content {
	display: none;
}

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

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

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

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

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

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

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

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

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

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

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100);
}

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

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

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

.mfp-arrow-left {
	left: 0;
}

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

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

.mfp-arrow-right {
	right: 0;
}

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

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F;
}

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

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

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

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

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

/* Main image in popup */
img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
	line-height: 0;
}

.mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444;
}

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

.mfp-figure figure {
	margin: 0;
}

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

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

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

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

@media screen and (max-width:800px) and (orientation:landscape), screen and (max-height:300px) {

	/**
	 * Remove all paddings around the image on small screen
	*/
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 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 {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0;
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px;
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0;
	}

}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75);
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0;
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%;
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px;
	}

}

.mfp-ie7 .mfp-img {
	padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
	padding: 0;
}

.mfp-ie7 .mfp-content {
	padding-top: 44px;
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0;
}

/**
 * Fade-zoom animation for first dialog
 */

/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	transform: scale(0.8);
	opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
	opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */

/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	-webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-20px) perspective(600px) rotateX(10deg);
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: translateY(0) perspective(600px) rotateX(0);
	-moz-transform: translateY(0) perspective(600px) rotateX(0);
	-ms-transform: translateY(0) perspective(600px) rotateX(0);
	-o-transform: translateY(0) perspective(600px) rotateX(0);
	transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	-webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-moz-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-ms-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	-o-transform: translateY(-10px) perspective(600px) rotateX(10deg);
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition: opacity 0.3s ease-out;
	-o-transition: opacity 0.3s ease-out;
	transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
	opacity: 0;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;	/* ideally, transition speed should match zoom duration */
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

/* ==========================================================================
   NORMALIZE
   ========================================================================== */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

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

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/* ==========================================================================
   COMMON
   ========================================================================== */
html * {
	max-height: 1000000px;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html {
	color: #222;
	font-size: 1em;
	line-height: 1.4;
}

body {
	background: #fff;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	opacity: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
	color: transparent;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
	color: transparent;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
	color: transparent;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
	color: transparent;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	font: inherit;
	margin: 0;
	padding: 0;
}

ul,
ol,
li {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

/* ==========================================================================
   HELPER CLASSES
   ========================================================================== */
.cnt {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.cnt2{margin:0 auto;}
@media (min-width:768px) {
	.cnt {
		width: 750px;
	}

}

@media (min-width:1024px) {
	.cnt {width: 990px;}
	.cnt2 {width: 750px;margin:0 auto;}

}
@media (min-width:1280px) {
	.cnt2{width: 1300px;margin:0 auto;}

}

.hidden {
	display: none;
}

.unselectable {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

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

.clearfix:after,
.cnt:after {
	clear: both;
}

.wrapper {
	padding-top: 50px;
	max-width: 1920px;
	margin: auto;
	overflow: hidden;
}

body:after {
	content: url('img/prev-hover.png')
	url('img/next-hover.png')
	url('img/prev2-hover.png')
	url('img/next2-hover.png')
	url('img/icon-exit-hover.png');
	display: none;
}

/* ==========================================================================
   NAV
   ========================================================================== */
.nav {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 5;
	background-color: #fff;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.nav ul {
	display: table;
	width: 100%;
}

.nav li {
	display: table-cell;
	text-align: center;
	padding: 0 5px;
}

.nav li:first-child {
	text-align: left;
	padding-left: 0;
}

.nav li:last-child {
	text-align: right;
	padding-right: 0;
}

.nav li a {
	display: inline-block;
	color: #21262f;
	font-family: Verdana;
	font-size: 12px;
	font-weight: 400;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
	position: relative;
	letter-spacing: 0.25px;
}

.nav li a:after {
	content: '';
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
	height: 3px;
	background-color: #CD280F;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.nav li a.active:after,
.nav li a:hover:after {
	opacity: 1;
	filter: alpha(opacity=100);
}

.nav__button {
	display: none;
	cursor: pointer;
	font-size: 0;
	margin: 8px 0;
	width: 40px;
	height: 34px;
	border: 1px solid #21262f;
	border-radius: 5px;
	background: url(img/icon-button.png) no-repeat center center;
	float: right;
}

.nav .phone {
	display: none;
	float: left;
	margin: 0;
}

.nav .phone b {
	margin-bottom: 0;
	line-height: 50px;
}

.nav__exit {
	display: none;
	position: absolute;
	width: 30px;
	height: 30px;
	line-height: 30px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	color: #21262f;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace;
}

.nav .phone .phone__button {
	width: auto;
	height: auto;
	border: none;
	margin: 0;
	line-height: 1;
	background: none;
	color: #CD280F;
	border-radius: 0;
	border-bottom: 1px dashed #CD280F;
	position: relative;
	z-index: 1;
	margin-top: 5px;
	display: none;
}

.nav .phone .phone__button:hover {
	background: none;
	color: #CD280F;
	border-bottom: 1px dashed #CD280F;
}

/* ==========================================================================
   MAIN
   ========================================================================== */
.main {
	height: 850px;
	background: url(img/bg-main.jpg) no-repeat top center;
	padding-top: 32px;
	margin-bottom: -100px;
	position: relative;
}

.main__header {
	margin-bottom: 100px;
}

.logo {
	float: left;
}

.phone {
	float: right;
	margin-top: 5px;
}

.phone b {
	display: block;
	color: #21262f;
	font-family: Rubik;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 7px;	
	letter-spacing: 0.5px;
}

.phone b a {
	text-decoration: none;
	color: #21262f;
}

.phone .phone__button {
	display: inline-block;	height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	border: 2px solid #CD280F;
	border-radius: 15px;
	color: #CD280F;
	font-family: "PT Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;	
	text-decoration: none;
	outline: none;
	letter-spacing: 0.4px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.phone .phone__button:hover {
	background-color: #CD280F;
	color: #fff;
}
@media(max-width: 767px){
	.phone .phone__button{
		padding-left: 0;
		padding-right: 0;
	}
}
.main__block {
	margin: auto;
    width: 764px;
    height: 300px;
    border: 10px solid #21262f;
    position: relative;
    padding-top: 41px;
    margin-bottom: 70px;
    background: #fff;
}

.main__title {
	text-align: center;
	letter-spacing: 0.5px;
}

.main__title strong {
	display: block;
	font-family: Rubik;
	color: #CD280F;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 10px;
}

.main__title b {
	display: block;
	font-family: Rubik;
	color: #21262f;
	font-size: 48px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 17px;
}

.main__title span {
	display: block;
	font-family: Rubik;
	color: #21262f;
	font-size: 30px;
	font-weight: 400;
	line-height: 1;
}

.main__text {
	color: #21262f;
	font-family: "PT Sans";
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.25px;
	padding-top: 25px;
}

.main__text span + span {
	margin-left: 25px;
}

.key:before {
	content: '';
	width: 30px;
	height: 30px;
	background: url(img/icon-key.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 9px;
}

.doc:before {
	content: '';
	width: 22px;
	height: 28px;
	background: url(img/icon-doc.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -2px;
	margin-right: 9px;
}

.main__button {
	width: 400px;
	height: 70px;
	background-color: #f69844;
	border-radius: 35px;
	border-radius: 35px;
	color: #fff;
	font-family: "PT Sans";
	font-size: 22px;
	font-weight: 700;
	line-height: 70px;
	display: block;
	margin: auto;
	text-decoration: none;
	text-align: center;
	box-shadow: 0 3px 0 #ce7d35;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.main__button:hover {
	background-color: #e07e26;
	box-shadow: 0 3px 0 #ad5e18, 0 10px 30px rgba(193, 117, 50, 0.35);
}

/* ==========================================================================
   ABOUT
   ========================================================================== */
.about {
	padding-top: 100px;
	padding-bottom: 80px;
	background: url(img/bg.png) repeat;
}

.about__title {
	color: #21262f;
	font-family: Rubik;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	padding-top: 70px;
	margin-bottom: 58px;
	letter-spacing: 0.5px;
}

.employees {
	margin-bottom: 80px;
}

.employees .owl-carousel {
	padding-left: 30px;
	padding-right: 30px;
}

.employees__img {
	display: block;
	margin: auto;
	width: 176px;
	height: 176px;
	position: relative;
	margin-bottom: 6px;
}

.employees__item {
	display: inline-block;
	cursor: default;
}

.employees .item {
	text-align: center;
}

.employees__item:hover .employees__img {
	background: url(img/ava.png) no-repeat;
}

.employees__img img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.employees__name {
	color: #CD280F;
	font-family: "PT Sans";
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin-bottom: 7px;
	letter-spacing: 0.5px;
}

.employees__staff {
	color: #222730;
	font-family: "PT Sans";
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	letter-spacing: 0.25px;
}

.employees__staff:before {
	content: '';
	display: block;
	width: 29px;
	height: 11px;
	background: url(img/icon-border.png) no-repeat;
	margin: auto;
	margin-bottom: 4px;
}

.employees__staff b {
	display: block;
	line-height: 1;
	color: #222730;
	font-family: "PT Sans";
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin-top: 6px;
}

.employees .owl-prev {
	font-size: 0;
	position: absolute;
	left: 0;
	top: 50%;
	width: 30px;
	height: 53px;
	margin-top: -26px;
	background: url(img/prev.png) no-repeat;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.employees .owl-next {
	font-size: 0;
	position: absolute;
	right: 0;
	top: 50%;
	width: 30px;
	height: 53px;
	margin-top: -26px;
	background: url(img/next.png) no-repeat;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.employees .owl-prev:hover {
	background: url(img/prev-hover.png) no-repeat;
}

.employees .owl-next:hover {
	background: url(img/next-hover.png) no-repeat;
}

.employees .owl-dots {
	line-height: 1;
	font-size: 0;
	text-align: center;
	margin-top: 50px;
}

.employees .owl-dot {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	border: 1px solid transparent;
	position: relative;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.employees .owl-dot + .owl-dot {
	margin-left: 12px;
}

.employees .owl-dot:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border: 1px solid #c3c6cc;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.employees .owl-dot.active {
	border-color: #f69844;
	box-shadow: 0 0 5px rgba(249, 190, 138, 0.6);
}

.employees .owl-dot.active:before {
	width: 12px;
	height: 12px;
	background-color: #f69844;
	border-color: #f69844;
}

.nums {
	position: relative;
	height: 369px;
	background: url(img/bg-nums.png) no-repeat top center;
	padding-top: 90px;
}

.nums__title {
	color: #21262f;
	font-family: Rubik;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	top: -11px;
	left: 0;
	right: 0;
	letter-spacing: 0.5px;
}

.nums__items {
	font-size: 0;
}

.nums__item {
	width: 20%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	text-align: center;
}

.nums__icon {
	height: 62px;
	line-height: 62px;
	margin-bottom: 36px;
}

.nums__icon img {
	vertical-align: middle;
}

.nums__head {
	color: #21262f;
	font-family: "PT Sans";
	font-size: 28px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 14px;
	letter-spacing: 0.5px;
}

.nums__description {
	color: #21262f;
	font-family: "PT Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.25px;
}

/* ==========================================================================
   WORKS
   ========================================================================== */
.works {
	padding-top: 95px;
	padding-bottom: 40px;
}

.works__title {
	color: #21262f;
	font-family: Rubik;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 55px;
	letter-spacing: 0.5px;
}

.works__tabs {
	text-align: center;
	font-size: 0;
	margin-bottom: 50px;
}

.works__tabs.down {
	margin-top: 50px;
}

.works__tabs.down span.active:after {
	display: none;
}

.works__tabs span {
	width: 239px;
	height: 50px;
	line-height: 50px;
	display: inline-block;
	vertical-align: middle;
	color: #21262f;
	font-family: "PT Sans";
	font-size: 18px;
	font-weight: 400;
	text-decoration: underline;
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	letter-spacing: 0.25px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.works__tabs span:hover {
	text-decoration: none;
}

.works__tabs span + span {
	margin-left: 12px;
}

.works__tabs span.active {
	width: 239px;
	height: 50px;
	background-color: #CD280F;
	border-radius: 25px;
	line-height: 50px;
	text-decoration: none;
	color: #fff;
	position: relative;
	cursor: default;
}

.works__tabs span.active:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #CD280F;
	bottom: -6px;
	left: 50%;
	margin-left: -6px;
}

.works__head {
	color: #21262f;
	font-family: Rubik;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	margin-bottom: 13px;
	letter-spacing: 0.5px;
}

.works__info {
	font-size: 0;
	text-align: center;
	margin-bottom: 38px;
	letter-spacing: 0.25px;
}

.works__info div {
	display: inline-block;
	vertical-align: middle;
}

.works__info div + div {
	margin-left: 49px;
}

.works__info span {
	display: inline-block;
	vertical-align: middle;
	color: #707277;
	font-family: "PT Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 16px;
	margin-right: 9px;
	text-align: left;
}

.works__info b {
	display: inline-block;
	vertical-align: middle;
	color: #21262f;
	font-family: "PT Sans";
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
	margin-left: 9px;
}

.icon-date {
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 32px;
	background: url(img/icon-date.png) no-repeat;
}

.icon-sum {
	display: inline-block;
	vertical-align: middle;
	width: 36px;
	height: 32px;
	background: url(img/icon-sum.png) no-repeat;
}

.works__button {
	display: block;
	width: 314px;
	height: 50px;
	border: 3px solid #f69844;
	border-radius: 25px;
	color: #21262f;
	font-family: "PT Sans";
	font-size: 16px;
	font-weight: 700;
	line-height: 44px;
	text-decoration: none;
	outline: none;
	text-align: center;
	margin: auto;
	margin-top: 28px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.works__button:hover {
	background-color: #e07e26;
	border-color: #e07e26;
	color: #fff;
}

.works__text {
	float: left;
	color: #21262f;
	font-family: "PT Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	float: left;
	width: 525px;
	position: relative;
	letter-spacing: 0.25px;
}

.works__text:before {
	content: '';
	position: absolute;
	top: 0;
	left: -38px;
	right: 0;
	bottom: 0;
	border-top: 8px solid #CD280F;
	border-bottom: 8px solid #CD280F;
	border-left: 8px solid #CD280F;
}

.works__text div {
	position: relative;
	z-index: 1;
	padding-top: 31px;
	padding-bottom: 36px;
}

.works__text div:after {
	content: '';
	position: absolute;
	height: 38px;
	width: 8px;
	background-color: #CD280F;
	top: 0;
	right: 0;
	position: absolute;
}

.works__text div:before {
	content: '';
	position: absolute;
	height: 38px;
	width: 8px;
	background-color: #CD280F;
	bottom: 0;
	right: 0;
	position: absolute;
}

.works__text h2 {
	color: #21262f;
	font-family: Rubik;
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 4px;
	letter-spacing: 0.5px;
}

.works__text ol {
	counter-reset: li;
}

.works__text ol + h2 {
	margin-top: 13px;
}

.works__text ol li {
	padding-left: 22px;
	position: relative;
}

.works__text ol li + li {
	margin-top: 6px;
}

.works__text ol li:before {
	content: counter(li);
	counter-increment: li;
	position: absolute;
	width: 14px;
	height: 14px;
	background-color: #CD280F;
	border-radius: 50%;
	left: 0;
	top: 0;
	text-align: center;
	font-size: 11px;
	line-height: 15px;
	color: #fff;
}

.works__gallery {
	float: right;
	width: 410px;
}

.works__big {
	margin-bottom: 2px;
}

.works__big a {
	display: block;
	position: relative;
	outline: none;
}

.works__big a:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(img/icon-zoom.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #21262f;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.works__big a:hover:before {
	opacity: 0.8;
	filter: alpha(opacity=80);
}

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

.works__mini a {
	display: block;
	position: relative;
	outline: none;
}

.works__mini a:before {
	content: '';
	position: absolute;
	opacity: 0.5;
	filter: alpha(opacity=50);
	background-color: #000;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.works__mini a:hover:before {
	opacity: 0;
	filter: alpha(opacity=0);
}

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

.works__carousel .owl-prev {
	font-size: 0;
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url(img/prev2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0, 0, 0, 0.7);
	left: 0;
	top: 25px;
	z-index: 2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.works__carousel .owl-next {
	font-size: 0;
	position: absolute;
	width: 50px;
	height: 50px;
	background-image: url(img/next2.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0, 0, 0, 0.7);
	right: 0;
	top: 25px;
	z-index: 2;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.works__carousel .owl-prev:hover {
	background-image: url(img/prev2-hover.png);
}

.works__carousel .owl-next:hover {
	background-image: url(img/next2-hover.png);
}

.works__carousel .owl-dots {
	line-height: 1;
	font-size: 0;
	text-align: center;
	margin-top: 20px;
}

.works__carousel .owl-dot {
	display: inline-block;
	vertical-align: middle;
	width: 28px;
	height: 28px;
	border: 1px solid transparent;
	position: relative;
	border-radius: 50%;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.works__carousel .owl-dot + .owl-dot {
	margin-left: 12px;
}

.works__carousel .owl-dot:before {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	width: 20px;
	height: 20px;
	border: 1px solid #c3c6cc;
	border-radius: 50%;
}

.works__carousel .owl-dot.active {
	border-color: #f69844;
	box-shadow: 0 0 5px rgba(249, 190, 138, 0.6);
}

.works__carousel .owl-dot.active:before {
	width: 12px;
	height: 12px;
	background-color: #f69844;
	border-color: #f69844;
}

.works__item + .works__item:before {
	content: '';
	display: block;
	height: 3px;
	background-color: #e0e7f4;
	margin-top: 60px;
	margin-bottom: 50px;
}

.works__block {
	display: none;
}

.works__block.active {
	display: block;
}

/* ==========================================================================
   ADVANTAGES
   ========================================================================== */
.advantages {
	background: url(img/bg-advantages.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 78px;
	padding-bottom: 45px;
}

.advantages__title {
	color: #fff;
	font-family: Rubik;
	line-height: 53px;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 45px;
}

.advantages__title b {
	display: block;
	font-size: 60px;
	font-weight: 700;
}

.advantages__items {
	font-size: 0;
	margin-left: -30px;
	margin-top: -30px;
}

.advantages__item {
	display: inline-block;
	vertical-align: top;
	background-color: rgba(0, 0, 0, 0.7);
	padding-left: 100px;
	position: relative;
	width: 465px;
	margin-left: 30px;
	margin-top: 30px;
	padding-top: 14px;
	height: 185px;
}

.advantages__head {
	color: #fff;
	font-family: "PT Sans";
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	margin-bottom: 6px;
	letter-spacing: 0.5px;
}

.advantages__desciription {
	color: #fff;
	font-family: "PT Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: 0.25px;
}

.advantages__icon {
	position: absolute;
	left: 0;
	width: 100px;
}

.advantages__icon img {
	display: block;
	margin: auto;
	height: auto;
}

/* ==========================================================================
   PRICE
   ========================================================================== */
.price {
	padding-top: 83px;
	padding-bottom: 90px;
	background: url(img/concrete-texture.png);
}

.price__title {
	color: #21262f;
	font-family: Rubik;
	line-height: 67px;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 50px;
	letter-spacing: 0.5px;
}

.price__title b {
	font-size: 60px;
	font-weight: 700;
	display: block;
}

.price__block {
	padding-left: 30px;
	padding-right: 30px;
}

.price__items {
	font-size: 0;
	margin-left: -30px;
	margin-top: -30px;
}

.price__item {
	height: 800px;
	position: relative;
	width: 280px;
	display: inline-block;
	vertical-align: top;
	margin-left: 30px;
	margin-top: 30px;
	background-color: #fff;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
}

.price__head {
	height: 198px;
	padding-top: 26px;
	letter-spacing: 0.5px;
}

.price__item:first-child .price__head {
	background: url(img/bg-price1.png) no-repeat top center;
}

.price__item:first-child + .price__item .price__head {
	background: url(img/bg-price2.png) no-repeat top center;
}

.price__item:first-child + .price__item + .price__item .price__head {
	background: url(img/bg-price3.png) no-repeat top center;
}
.price__item:first-child + .price__item + .price__item  + .price__item .price__head {
	background: url(img/bg-price2.png) no-repeat top center;
}
.price__name {
	text-align: center;
	color: #fff;
	font-family: Rubik;
	font-size: 23px;
	line-height: 24px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 18px;
}

.price__name b {
	display: block;
	font-weight: 700;
}

.price__sum {
	line-height: 1;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.35);
	color: #824000;
	font-family: Rubik;
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 9px;
}

.price__caption {
	color: #824000;
	font-family: "PT Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
}

.price__text {
	color: #21262f;
	font-family: "PT Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	padding-top: 12px;
	padding-left: 20px;
	padding-right: 20px;
	letter-spacing: 0.25px;
}

.price__text h2 {
	color: #7a7c81;
	font-family: "PT Sans";
	font-size: 18px;
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 29px;
	letter-spacing: 0.5px;
}

.price__text ul li {
	padding-left: 20px;
	position: relative;
}

.price__text ul li + li {
	margin-top: 17px;
}

.price__text ul li:before {
	content: '';
	position: absolute;
	width: 10px;
	height: 9px;
	left: 0;
	top: 4px;
	background: url(img/icon-li.png) no-repeat;
}

.price__button {
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	width: 242px;
	height: 50px;
	line-height: 42px;
	border: 3px solid #f69844;
	border-radius: 25px;
	color: #21262f;
	font-family: "PT Sans";
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	outline: none;
	text-decoration: none;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.price__button:hover {
	background-color: #f69844;
	border-color: #f69844;
	color: #fff;
}

/* ==========================================================================
   ORDER
   ========================================================================== */
.order {
	background: url(img/bg-order.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 76px;
	padding-bottom: 90px;
}

.order__title {
	color: #fff;
	font-family: Rubik;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 400;
	line-height: 42px;
	text-align: center;
	margin-bottom: 75px;
	letter-spacing: 0.5px;
}

.order__title b {
	font-size: 60px;
	font-weight: 700;
	display: block;
}

.order__tabs {
	font-size: 0;
}

.order__tabs div {
	display: inline-block;
	vertical-align: bottom;
	width: 320px;
	height: 55px;
	color: #fff;
	font-family: Rubik;
	font-size: 18px;
	font-weight: 400;
	line-height: 55px;
	text-transform: uppercase;
	text-align: center;
	position: relative;
	cursor: pointer;
	letter-spacing: 0.5px;
}

.order__tabs div span {
	position: relative;
}

.order__tabs div:first-child {
	background-color: #6a6d73;
}

.order__tabs div:first-child + div {
	background-color: #808389;
}

.order__tabs div:first-child + div + div {
	background-color: #8c919a;
}

.order__tabs div.active:before {
	content: '';
	position: absolute;
	left: 0;
	top: -5px;
	right: 0;
	background: url(img/icon-tab.png) no-repeat top center;
	height: 69px;
}

.order__form {
	background-color: #21262f;
	text-align: center;
	padding: 25px 0;
	font-size: 0;
}

.order__head {
	color: #fff;
	font-family: Rubik;
	font-size: 23px;
	font-weight: 700;
	line-height: 27px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 17px;
	letter-spacing: 0.5px;
}

.order__block {
	display: none;
	position: relative;
	background-color: #fff;
	letter-spacing: 0.25px;
	color: #21262f;
	font-family: "PT Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.order__block:after {
	content: '';
	position: absolute;
	bottom: -7px;
	left: 50%;
	margin-left: -7px;
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
}

.order__block.active {
	display: block;
}

.order__works {
	float: right;
	background-color: #f8f8f8;
	width: 320px;
	height: 360px;
	padding-top: 32px;
	padding-left: 19px;
	padding-right: 12px;
	letter-spacing: 0.25px;
	color: #21262f;
	font-family: "PT Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
}

.order__caption {
	color: #21262f;
	font-family: "PT Sans";
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 9px;
	letter-spacing: 0.5px;
}

.order__caption_m {
	margin-bottom: 2px;
}

input[type="checkbox"],
input[type="radio"] {
	display: none;
}

input[type="checkbox"] + span,
input[type="radio"] + span {
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 1px solid #cacdd2;
	border-radius: 5px;
	vertical-align: middle;
	position: relative;
	margin-right: 10px;
	top: -2px;
}

input[type="checkbox"] + span:after,
input[type="radio"] + span:after {
	content: '';
	opacity: 0;
	position: absolute;
	width: 12px;
	height: 11px;
	background: url(img/icon-check.png) no-repeat;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

input[type="checkbox"]:checked + span:after,
input[type="radio"]:checked + span:after {
	opacity: 1;
	filter: alpha(opacity=100);
}

.order__info {
	float: left;
	width: 640px;
	padding-left: 30px;
	padding-top: 28px;
	height: 360px;
	background-color: #fff;
}

.order label {
	cursor: pointer;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.order__works ul {
	padding-top: 3px;
}

.order__works li + li {
	margin-top: 10px;
}

.order__slider {
	width: 457px;
	display: inline-block;
	vertical-align: top;
	margin-top: 16px;
}

.order__count {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	font-size: 0;
}

.order__count input[type="text"] {
	display: inline-block;
	vertical-align: middle;
	width: 80px;
	height: 40px;
	border: 1px solid #cacdd2;
	border-radius: 20px;
	color: #21262f;
	font-family: "PT Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	padding: 0;
	text-align: center;
	outline: none;
	background: none;
}

.order__count span {
	color: #21262f;
	font-family: "PT Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
	margin-left: 9px;
}

.order__area {
	font-size: 0;
	margin-bottom: 38px;
}

.order__area_m {
	margin-bottom: 68px;
}

.order__line {
	font-size: 0;
}

.order__line + .order__caption {
	margin-top: 26px;
}

.order__line + .order__caption_mb {
	margin-top: 54px;
}

.order__checkbox {
	display: inline-block;
	font-size: 14px;
	vertical-align: middle;
}

.order__checkbox + .order__checkbox {
	margin-left: 20px;
}

.order__line_c .order__checkbox + .order__checkbox {
	margin-left: 15px;
}

.order__ps {
	display: inline-block;
	vertical-align: middle;
	color: #808389;
	font-family: "PT Sans";
	font-size: 13px;
	font-style: italic;
	line-height: 14px;
	margin-left: 30px;
	position: relative;
	top: -1px;
}

.jspScrollable {
	outline: none;
}

.scroll {
	height: 265px;
	width: 100%;
	overflow: hidden;
}

.jspContainer {
	overflow: hidden;
	position: relative;
}

.jspPane {
	position: absolute;
}

.jspVerticalBar {
	position: absolute;
	top: 0;
	right: 0;
	width: 12px;
	height: 100%;
}

.jspHorizontalBar {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 12px;
}

.jspCap {
	display: none;
}

.jspHorizontalBar .jspCap {
	float: left;
}

.jspTrack {
	background-color: #e7e7e7;
	border-radius: 6px;
	position: relative;
}

.jspDrag {
	background-image: url(img/icon-scroll.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #8c919a;
	border-radius: 6px;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
	float: left;
	height: 100%;
}

.jspArrow {
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

.jspArrow.jspDisabled {
	cursor: default;
	background: #80808d;
}

.jspVerticalBar .jspArrow {
	height: 16px;
}

.jspHorizontalBar .jspArrow {
	width: 16px;
	float: left;
	height: 100%;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}

.jspCorner {
	background: #eeeef4;
	float: left;
	height: 100%;
}

* html .jspCorner {
	margin: 0 -3px 0 0;
}

/* ==========================================================================
   DISCOUNTS
   ========================================================================== */
.discounts {
	padding-top: 78px;
	padding-bottom: 90px;
}

.discounts__title {
	color: #21262f;
	font-family: Rubik;
	line-height: 53px;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 54px;
	letter-spacing: 0.5px;
}

.discounts__title b {
	font-size: 60px;
	font-weight: 700;
	display: block;
}

.dicounts__caption {
	color: #f69844;
	font-family: Rubik;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	text-align: center;
	margin-bottom: 5px;
	letter-spacing: 0.5px;
}

.discounts__description {
	color: #21262f;
	font-family: "PT Sans";
	font-size: 16px;
	font-style: italic;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.25px;
}

.discounts__ps {
	height: 127px;
	line-height: 127px;
	text-align: center;
	position: relative;
	margin-bottom: 50px;
}

.discounts__ps:before {
	content: '';
	position: absolute;
	width: 144px;
	height: 127px;
	background: url(img/icon-discount.png) no-repeat;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.discounts__ps > div {
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.discounts__head {
	color: #21262f;
	font-family: Rubik;
	font-size: 28px;
	font-weight: 700;
	line-height: 32px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}

.discounts__head:after {
	content: '';
	display: block;
	width: 100px;
	height: 3px;
	background-color: #CD280F;
	margin-top: 33px;
	margin-bottom: 33px;
}

.discounts__text {
	color: #21262f;
	font-weight: 400;
	font-family: "PT Sans";
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.25px;
}

.discounts__text ul li {
	padding-left: 18px;
	position: relative;
}

.discounts__text ul li + li {
	margin-top: 12px;
}

.discounts__text ul li:before {
	content: '';
	position: absolute;
	background-color: #21262f;
	width: 8px;
	height: 8px;
	top: 5px;
	left: 0;
	border-radius: 50%;
}

.discounts__info {
	float: left;
	width: 50%;
	height: 310px;
	line-height: 310px;
}

.discounts__info > div {
	display: inline-block;
	vertical-align: middle;
}

.discounts__item + .discounts__item {
	margin-top: 40px;
}

.discounts__img {
	float: left;
	width: 50%;
	height: 310px;
	position: relative;
}

.discounts__img img {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
}

.discounts__sum {
	position: absolute;
	left: -38px;
	width: 218px;
	height: 110px;
	background: url(img/icon-lenta.png) no-repeat;
	bottom: 36px;
	z-index: 1;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.35);
	color: #824000;
	font-family: Rubik;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	padding-left: 50px;
	padding-right: 80px;
	text-align: center;
	padding-top: 21px;
	letter-spacing: 0.25px;
}

.discounts__sum b {
	font-size: 40px;
	font-weight: 700;
	display: block;
	line-height: 31px;
}

.discounts__item:nth-child(even) .discounts__img img {
	left: auto;
	right: 0;
}

.discounts__item:nth-child(even) .discounts__img .discounts__sum {
	left: auto;
	right: -38px;
	background: url(img/icon-lenta2.png) no-repeat;
	padding-right: 40px;
	padding-left: 92px;
}

.discounts__item:nth-child(even) .discounts__info {
	padding-left: 63px;
}

.discounts__pic {
	display: none;
	position: relative;
	height: 310px;
	margin-bottom: 30px;
	overflow: hidden;
}

.discounts__pic img {
	position: absolute;
	top: 0;
	left: 0;
}

/* ==========================================================================
   DESIGN
   ========================================================================== */
.design {
	/*background: url(img/bg-design.jpg) no-repeat top center;*/
	background: url(img/bg-design4.png) no-repeat center bottom, url(img/bg-design2.png) repeat;
	padding-top: 82px;
	padding-bottom: 90px;
}

.design__title {
	color: #21262f;
	font-family: Rubik;
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	/*margin-bottom: 50px;*/
	margin-bottom: 19px;
	letter-spacing: 0.5px;
}

.design__block {
	position: relative;
	width: 387px;
	margin-bottom: 22px;
}

.design__block:before {
	content: '';
	position: absolute;
	right: 38px;
	left: -38px;
	bottom: 0;
	top: 0;
	border-left: 8px solid #f69844;
	border-top: 8px solid #f69844;
	border-bottom: 8px solid #f69844;
}

.design__block > div {
	position: relative;
	padding-top: 40px;
	padding-bottom: 40px;
}

.design__block > div:before {
	content: '';
	height: 28px;
	width: 8px;
	position: absolute;
	top: 0;
	right: 38px;
	background-color: #f69844;
}

.design__block > div:after {
	content: '';
	height: 104px;
	width: 8px;
	position: absolute;
	bottom: 0;
	right: 38px;
	background-color: #f69844;
}

.design__caption {
	font-family: Rubik;
	font-weight: 700;
	line-height: 1;
	color: #21262f;
	font-size: 28px;
	margin-bottom: 12px;
	letter-spacing: 1px;
}

.design__price {
	font-family: Rubik;
	font-weight: 700;
	line-height: 1;
	color: #f69844;
	font-size: 40px;
	margin-bottom: 4px;
	letter-spacing: 1px;
}

.design__old-price {
	color: #83868b;
	font-family: Rubik;
	font-size: 23px;
	font-weight: 700;
	line-height: 1;
	text-decoration: line-through;
	letter-spacing: 0.5px;
}

.design__text {
	color: #21262f;
	font-weight: 400;
	font-family: "PT Sans";
	font-size: 16px;
	line-height: 20px;
	/*width: 570px;*/
	width: 550px;
	margin-bottom: 25px;
}

.design__text h2 {
	font-size: 23px;
	line-height: 27px;
	margin-bottom: 19px;
}

.design__text ul {
	font-size: 0;
	margin-top: -10px;
}

.design__text li {
	display: inline-block;
	font-size: 16px;
	vertical-align: top;
	width: 50%;
	padding-left: 15px;
	position: relative;
	margin-top: 10px;
}

.design__text li:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	background: #21262f;
	left: 0;
	top: 6px;
	border-radius: 50%;
}

.design__button {
	width: 330px;
	height: 50px;
	border: 3px solid #f69844;
	border-radius: 25px;
	color: #21262f;
	font-family: "PT Sans";
	font-size: 16px;
	font-weight: 700;
	line-height: 42px;
	text-decoration: none;
	outline: none;
	display: block;
	text-align: center;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.design__button:hover {
	background-color: #f69844;
	border-color: #f69844;
	color: #fff;
}

/* ==========================================================================
   FAQ
   ========================================================================== */
.faq {
	padding-top: 82px;
	padding-bottom: 90px;
}

.faq__title {
	text-align: center;
	margin-bottom: 65px;
	letter-spacing: 0.5px;
}

.faq__title strong {
	display: block;
	line-height: 1;
	font-family: Rubik;
	color: #21262f;
	font-size: 60px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 17px;
}

.faq__title b {
	display: block;
	line-height: 1;
	font-family: Rubik;
	color: #21262f;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.faq__title span {
	display: block;
	line-height: 1;
	font-family: Rubik;
	color: #f69844;
	font-size: 28px;
	font-weight: 400;
}

.faq__caption {
	background-color: #e8ebf1;
	position: relative;
	color: #21262f;
	font-family: Rubik;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	padding: 14px 72px 14px 30px;
	cursor: pointer;
	margin-top: 10px;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.faq__caption.active {
	background-color: #21262f;
	color: #fff;
}

.faq__caption:after {
	content: '';
	position: absolute;
	width: 34px;
	height: 34px;
	background: url(img/icon-plus.png) no-repeat;
	top: 50%;
	margin-top: -17px;
	right: 8px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.faq__caption.active:after {
	background: url(img/icon-minus.png) no-repeat;
}

.faq__text {
	display: none;
	color: #21262f;
	font-family: "PT Sans";
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	padding: 15px 10px 15px 30px;
	letter-spacing: 0.5px;
}

.faq__text.active {
	display: block;
}

/* ==========================================================================
   GRAB
   ========================================================================== */
.grab {
	background: url(img/bg-grab.jpg) no-repeat top center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-top: 76px;
	padding-bottom: 86px;
}

.grab__title {
	color: #fff;
	font-family: Rubik;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 400;
	line-height: 42px;
	text-align: center;
	margin-bottom: 70px;
	letter-spacing: 0.5px;
}

.grab__title b {
	display: block;
	font-size: 60px;
	font-weight: 700;
}

.grab__form {
	font-size: 0;
	text-align: center;
}

.input {
	width: 250px;
	height: 40px;
	border: 1px solid #cacdd2;
	border-radius: 20px;
	background: none;
	color: #fff;
	font-family: "PT Sans";
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0 20px;
	margin: 0 5px;
	vertical-align: middle;
	outline: none;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.input.error {
	border-color: #f00;
}

.input::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.input::-moz-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.input:-moz-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.input:-ms-input-placeholder {
	color: rgba(255, 255, 255, 0.3);
}

.input:focus::-webkit-input-placeholder {
	color: transparent;
}

.input:focus::-moz-placeholder {
	color: transparent;
}

.input:focus:-moz-placeholder {
	color: transparent;
}

.input:focus:-ms-input-placeholder {
	color: transparent;
}

.submit {
	width: 242px;
	height: 50px;
	background-color: #f69844;
	border-radius: 25px;
	color: #fff;
	font-family: "PT Sans";
	font-size: 16px;
	font-weight: 700;
	line-height: 50px;
	border: none;
	box-shadow: 0 3px 0 #ce7d35;
	margin: 0 5px;
	vertical-align: middle;
	outline: none;
	letter-spacing: 0.5px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.submit:hover {
	background-color: #e07e26;
	box-shadow: 0 3px 0 #ad5e18;
	box-shadow: 0 10px 30px rgba(193, 117, 50, 0.35);
}

.ps {
	color: rgba(255, 255, 255, 0.3);
	font-family: "PT Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 18px;
	text-align: center;
	margin-top: 14px;
	letter-spacing: 0.5px;
}

/* ==========================================================================
   CONTACTS
   ========================================================================== */
.contacts {
	height: 836px;
	position: relative;
}

.contacts .cnt {
	position: relative;
}

.contacts__block {
	position: absolute;
	z-index: 1;
	top: 114px;
	right: 0;
}

.contacts__cnt {
	width: 408px;
	background-color: #fff;
	box-shadow: 0 5px 20px rgba(33, 38, 47, 0.2);
	padding-left: 50px;
	padding-bottom: 44px;
	padding-top: 45px;
	position: relative;
}

.contacts__block:before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: -10px;
	background-color: #f9f9f9;
	box-shadow: 0 20px 60px rgba(33, 38, 47, 0.6);
}

.contacts__title {
	color: #21262f;
	font-family: Rubik;
	font-size: 40px;
	font-weight: 700;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 33px;
	letter-spacing: 0.5px;
}

.map {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

.map2 {
	height: 300px;
	width: 100%;
	display: none;
}

.contacts__text {
	color: #21262f;
	font-family: Rubik;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
	letter-spacing: 0.5px;
}

.contacts__phone a {
	color: #21262f;
	text-decoration: none;
}

.contacts__phone:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: url(img/icon-phone.png) no-repeat;
	margin-right: 19px;
	position: relative;
	top: -1px;
}
.contacts__phone.whatsap__phone:before{
	background: url(img/icon-whatsap.png) no-repeat;
}
.contacts__address,
.contacts__mail {
	margin-bottom: 40px;
}

.contacts__address:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: url(img/icon-address.png) no-repeat;
	margin-right: 19px;
	position: relative;
	top: -1px;
}

.contacts__mail:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: url(img/icon-mail.png) no-repeat;
	margin-right: 19px;
	position: relative;
	top: -1px;
}

.contacts__vk:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	background: url(img/icon-vk.png) no-repeat;
	margin-right: 19px;
	position: relative;
	top: -1px;
}

.contacts__vk a {
	color: #21262f;
}

.contacts__vk a:hover {
	text-decoration: none;
}

.contacts__button {
	margin-bottom: 39px;
	display: block;
	width: 192px;
	height: 30px;
	border: 2px solid #CD280F;
	border-radius: 15px;
	color: #CD280F;
	font-family: "PT Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 26px;
	text-decoration: none;
	text-align: center;
	margin-left: 59px;
	letter-spacing: 0.4px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.contacts__button:hover {
	background-color: #CD280F;
	border-color: #CD280F;
	color: #fff;
}

/* ==========================================================================
   ION RANGE SLIDER
   ========================================================================== */
.irs {
	position: relative;
	display: block;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.irs-line {
	position: relative;
	display: block;
	overflow: hidden;
	outline: none !important;
}

.irs-line-left,
.irs-line-mid,
.irs-line-right {
	position: absolute;
	display: block;
	top: 0;
}

.irs-line-left {
	left: 0;
	width: 11%;
}

.irs-line-mid {
	left: 9%;
	width: 82%;
}

.irs-line-right {
	right: 0;
	width: 11%;
}

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

.irs-bar-edge {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
}

.irs-shadow {
	position: absolute;
	display: none;
	left: 0;
	width: 0;
}

.irs-slider {
	position: absolute;
	display: block;
	cursor: default;
	z-index: 1;
}

.irs-slider.single {
}

.irs-slider.from {
}

.irs-slider.to {
}

.irs-slider.type_last {
	z-index: 2;
}

.irs-min {
	position: absolute;
	display: block;
	left: 0;
	cursor: default;
}

.irs-max {
	position: absolute;
	display: block;
	right: 0;
	cursor: default;
}

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

.irs-grid {
	position: absolute;
	display: none;
	bottom: 0;
	left: 0;
	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;
	white-space: nowrap;
	text-align: center;
	font-size: 9px;
	line-height: 9px;
	padding: 0 3px;
	color: #000;
}

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

.irs-disabled {
	opacity: 0.4;
}

.lt-ie9 .irs-disabled {
	filter: alpha(opacity=40);
}

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

/* ==========================================================================
   ION RANGE SLIDER SKIN HTML5
   ========================================================================== */
.irs {
	height: 8px;
}

.irs-with-grid {
	height: 8px;
}

.irs-line {
	top: 0;
	height: 8px;
	background-color: #f5f5f5;
	border: 1px solid #e4e6ea;
	border-radius: 4px;
}

.irs-line-left {
	height: 8px;
}

.irs-line-mid {
	height: 8px;
}

.irs-line-right {
	height: 8px;
}

.irs-bar {
	top: 0;
	height: 8px;
	background: #f69844;
	background: -moz-linear-gradient(left, #f69844 0%, #f9b759 100%);
	background: -webkit-linear-gradient(left, #f69844 0%, #f9b759 100%);
	background: linear-gradient(to right, #f69844 0%, #f9b759 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f69844', endColorstr='#f9b759', GradientType=1);
	border-radius: 4px;
}

.irs-bar-edge {
	height: 8px;
	top: 0;
	width: 16px;
	border-right: 0;
	background-color: #f69844;
	border-radius: 4px 0 0 4px;
}

.irs-shadow {
	height: 2px;
	top: 38px;
	background: #000;
	opacity: 0.3;
	border-radius: 5px;
	-moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
	filter: alpha(opacity=30);
}

.irs-slider {
	top: -14px;
	cursor: pointer;
	width: 27px;
	height: 30px;
	background-color: #fff;
	background-image: linear-gradient(to top, rgba(162, 76, 10, 0.04) 0%, rgba(245, 245, 245, 0) 100%);
	border-radius: 4px;
	box-shadow: 0 3px 7px rgba(97, 50, 16, 0.4);
}

.irs-slider:before {
	content: '';
	position: absolute;
	width: 11px;
	height: 15px;
	background: url(img/icon-slider.png) no-repeat;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.irs-slider.state_hover,
.irs-slider:hover {
	background: #FFF;
}

.irs-min,
.irs-max {
	top: 23px;
	color: #808389;
	font-family: "PT Sans";
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	visibility: visible !important;
}

.irs-min {
	left: 6px;
}

.irs-max {
	right: 2px;
}

.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
	background: #ccc;
}

.irs-from,
.irs-to,
.irs-single {
	color: #fff;
	font-size: 14px;
	line-height: 1.333;
	text-shadow: none;
	padding: 1px 5px;
	background: #428bca;
	border-radius: 3px;
	-moz-border-radius: 3px;
	display: none;
}

.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
	background: #999;
}

.irs-grid {
	height: 27px;
	top: 16px;
}

.irs-grid-pol {
	width: 2px;
	height: 5px;
	background-color: #bec2ca;
}

.irs-grid-pol.small {
	width: 2px;
	height: 5px;
	background-color: #bec2ca;
}

.irs-grid-text {
	bottom: 5px;
	color: #99a4ac;
	display: none;
}

.irs-disabled {
}

/* ==========================================================================
   MODALS
   ========================================================================== */
.modal {
	margin: 50px auto;
	position: relative;
	width: 400px;
	background-color: #21262f;
	box-shadow: 0 20px 100px rgba(0, 0, 0, 0.9);
	padding-top: 57px;
	padding-bottom: 63px;
}

.modal__title {
	color: #fff;
	font-family: Rubik;
	text-transform: uppercase;
	font-size: 23px;
	font-weight: 400;
	line-height: 1;
	text-align: center;
	margin-bottom: 46px;
}

.modal__title b {
	display: block;
	font-size: 34px;
	margin-top: 7px;
	margin-bottom: 6px;
}

.modal .input {
	display: block;
	width: 250px;
	margin: auto;
	margin-bottom: 10px;
}

.modal .submit {
	display: block;
	width: 250px;
	margin: auto;
}

.modal-thanks {
	padding-top: 74px;
	padding-bottom: 64px;
}

.modal-thanks:before {
	content: '';
	display: block;
	margin: auto;
	width: 145px;
	height: 122px;
	background: url(img/icon-thanks.png) no-repeat;
	margin-bottom: 25px;
}

.modal-thanks .modal__title {
	color: #fff;
	font-family: Rubik;
	font-size: 34px;
	font-weight: 700;
	line-height: 39px;
	text-transform: uppercase;
}

.open-popup {
	outline: none;
}

.calc {
	z-index: 3;
	cursor: pointer;
	position: fixed;
	bottom: 25px;
	right: 25px;
	border-radius: 50%;
	width: 100px;
	height: 100px;
	border: 10px solid rgba(249, 190, 138, 0.6);
	background: #CD280F url(img/icon-calc.png) no-repeat center center;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.calc:hover {
	background-color: #cd2811;
    border-color: #cd2811;
}

.modal-order {
	margin: 50px auto;
	position: relative;
	width: 960px;
	box-shadow: 0 20px 100px rgba(0, 0, 0, 0.9);
	background-color: #f8f8f8;
}

.modal-order label {
	cursor: pointer;
}

.modal button.mfp-close,
.modal-order button.mfp-close {
	border-radius: 50%;
	top: -40px;
	right: -40px;
	opacity: 1;
	position: absolute;
	font-size: 0;
	width: 40px;
	height: 40px;
	background: #fff url(img/icon-exit.png) no-repeat center center;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.modal button.mfp-close:hover,
.modal-order button.mfp-close:hover {
	background: #fff url(img/icon-exit-hover.png) no-repeat center center;
}
#ready-project{
	min-height: 580px;
}
#ready-project .inner-project{
	width: 100%;
	height:  580px;
	background: url(img/Layer_4-min.png) no-repeat center center;
}
#ready-project .gray-pattern{
	height: 580px;
	width: 100%;
	background-color: rgba(0,0,0,.7);
}
.left-col{color: #fff;
width: 60%;
float: left;padding-top:130px; }
.left-col > p:nth-child(1),.left-col > p:nth-child(3){
	font-size:24px;
	font-weight: 900;
}
.left-col > p:nth-child(2),.left-col > p:nth-child(4){
	font-size: 20px;
	margin-bottom:20px;
}
.right-col{
	width: 30%;
	float: right;
	padding-top:90px;
}
#bingo{
	display: none;
}
#drop{
	background-image: url(img/file-load.png);
	width: 309px;
height: 221px;
cursor: pointer;
}
#drop.added{
	background-image: url(img/doc_load.png);
	height: 100px;
	margin-bottom: 20px;
}
#upload{
	color: #fff;
}
#ready-project ul li{
	display: inline-flex;
	margin-right: 15px;
}
#ready-project ul span{
	background-image: url(img/Rectangle_2.png);
	width: 11px;
	height: 11px;
	display: block;margin: 6px 0 0 6px;
	
cursor: pointer;
}
.next_block{
	width: 100%;
display: inline-block;
margin-top:40px;
}
.next_block .input, .next_block .submit{
	margin: 0 20px;
}
.next_block span{
	color: #fff;
font-size: 20px;
}
.orange-block-icon{
	background-image: url(img/Icon_file.png);
	width: 90px;
	height:90px;
	position: absolute;
right: 50%;
margin-top: -45px;
}
#ready-project form{
	margin: 0px -20px;
}
#ready-project .input{width: 290px;}
.orange-arrow{
	background-image: url(img/arrow.png);
	width: 177px;
	height: 46px;
	position: absolute;

right: 50%;

margin-top: 170px;

margin-right: -140px;
}
.contacts__address{
	padding-left: 59px;
}
.contacts__address:before{
	margin-left: -59px;
}
@media (max-width:769px) {
	.works__gallery {
   margin-top: 0 !important;
}
	.contacts__address{
	padding-left: 50px;
}
.contacts__address:before{
	margin-left: -50px;
}
.left-col{
	width: 100%;
	padding-top: 30px;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
#drop{
	background-image: url(img/doc_load.png);
	height: 100px;
	margin: 0 auto;
}
.left-col > p:nth-child(1),.left-col > p:nth-child(3){
	font-size:16px;
}
.left-col > p:nth-child(2),.left-col > p:nth-child(4){
	font-size: 14px;
}
.right-col{
	width: 100%;
	padding-top: 10px;
/*padding-left: 10px;*/
}
.orange-arrow{display:none;}
.orange-block-icon {
    width: 60px;
    height: 60px;
    right: 37%;
margin-top: -30px;
right: 41%;
background-size: 100% 100%;
}
#ready-project .inner-project,#ready-project,#ready-project .gray-pattern{
	height: 660px;
}

.next_block .input_block{
	text-align: center;
}
.next_block .input_block .input{
    margin-bottom: 10px;
}
.next_block{margin-top: 10px;
}
.next_block .input_block .submit{margin: 0 auto; 
    width: 242px !important;
}

}
