@import "font-awesome.min.css";
@import "../fonts/stylesheet.css";

.show-tablet {
	display: none
}

@media only screen and (max-width: 991px) {
	.show-tablet {
		display: block
	}
}

.hide-tablet {
	display: block
}

@media only screen and (max-width: 991px) {
	.hide-tablet {
		display: none
	}
}

.show-mob {
	display: none
}

@media only screen and (max-width: 767px) {
	.show-mob {
		display: block
	}
}

.hide-mob {
	display: block
}

@media only screen and (max-width: 767px) {
	.hide-mob {
		display: none
	}
}

.grad {
	background: -webkit-linear-gradient(left, #f2c21b, #ff9c48);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamProRegular/GothamProRegular.eot");
	src: url("../fonts/GothamProRegular/GothamProRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProRegular/GothamProRegular.woff") format("woff"), url("../fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal
}

@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamProBold/GothamProBold.eot");
	src: url("../fonts/GothamProBold/GothamProBold.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBold/GothamProBold.woff") format("woff"), url("../fonts/GothamProBold/GothamProBold.ttf") format("truetype");
	font-style: normal;
	font-weight: bold
}

@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamProBlack/GothamProBlack.eot");
	src: url("../fonts/GothamProBlack/GothamProBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBlack/GothamProBlack.woff") format("woff"), url("../fonts/GothamProBlack/GothamProBlack.ttf") format("truetype");
	font-style: normal;
	font-weight: 900
}

@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamProItalic/GothamProItalic.eot");
	src: url("../fonts/GothamProItalic/GothamProItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProItalic/GothamProItalic.woff") format("woff"), url("../fonts/GothamProItalic/GothamProItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: normal
}

@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamProMedium/GothamProMedium.eot");
	src: url("../fonts/GothamProMedium/GothamProMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProMedium/GothamProMedium.woff") format("woff"), url("../fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: 600
}

@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamProLight/GothamProLight.eot");
	src: url("../fonts/GothamProLight/GothamProLight.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProLight/GothamProLight.woff") format("woff"), url("../fonts/GothamProLight/GothamProLight.ttf") format("truetype");
	font-style: normal;
	font-weight: 300
}

@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamProMediumItalic/GothamProMediumItalic.eot");
	src: url("../fonts/GothamProMediumItalic/GothamProMediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProMediumItalic/GothamProMediumItalic.woff") format("woff"), url("../fonts/GothamProMediumItalic/GothamProMediumItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 600
}

@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamProLightItalic/GothamProLightItalic.eot");
	src: url("../fonts/GothamProLightItalic/GothamProLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProLightItalic/GothamProLightItalic.woff") format("woff"), url("../fonts/GothamProLightItalic/GothamProLightItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 300
}

@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamProBoldItalic/GothamProBoldItalic.eot");
	src: url("../fonts/GothamProBoldItalic/GothamProBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBoldItalic/GothamProBoldItalic.woff") format("woff"), url("../fonts/GothamProBoldItalic/GothamProBoldItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: bold
}

@font-face {
	font-family: "GothamPro";
	src: url("../fonts/GothamProBlackItalic/GothamProBlackItalic.eot");
	src: url("../fonts/GothamProBlackItalic/GothamProBlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/GothamProBlackItalic/GothamProBlackItalic.woff") format("woff"), url("../fonts/GothamProBlackItalic/GothamProBlackItalic.ttf") format("truetype");
	font-style: italic;
	font-weight: 900
}

.transition {
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms
}

a {
	text-decoration: underline
}

a:hover {
	text-decoration: none
}

a:focus, button:focus, input:focus, textarea:focus {
	outline: none
}

body, html {
	overflow-x: hidden
}

body {
	font-size: 16px !important;
	font-family: 'GothamPro', sans-serif !important;
	background: #F1F1F1 url('../img/bg-no-reviews.jpg') center top no-repeat !important;
	overflow-x: hidden;
	color: #222 !important
}

@media only screen and (max-width: 767px) {
	body {
		background: #f3f3f3 !important
	}
}

.container-fluid {
	max-width: 1170px;
	margin-left: auto;
	margin-right: auto;
	position: relative
}

.btn-mob-close {
	font-size: 24px;
	margin-bottom: 30px;
	color: #fff;
	cursor: pointer
}

.btn-mob-close:hover {
	opacity: 0.5
}

.mob-menu {
	position: fixed;
	left: -100%;
	top: 0px;
	z-index: 999;
	padding: 30px;
	width: 100%;
	height: 100%;
	background: #d5aa20;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms
}

.mob-menu.opened {
	left: 0%
}

.mob-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none
}

.mob-menu a {
	color: #fff !important;
	display: block;
	text-transform: uppercase;
	text-decoration: none !important;
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: bold
}

.mob-menu a:hover {
	color: #fff !important;
	text-decoration: underline !important
}

.btn-mob {
	width: 40px;
	height: 30px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 500;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: none;
	-webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
	background: #d5aa20;
	text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	padding: 0;
	display: none
}

.btn-mob:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1)
}

@media only screen and (max-width: 767px) {
	.btn-mob {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.intro {
	position: relative
}

@media only screen and (max-width: 767px) {
	.intro {
		background: url('../img/intro.jpg') center center no-repeat;
		background-size: cover
	}

	.intro:before {
		content: '';
		display: block;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background: #40352d;
		opacity: 0.85
	}
}

.intro-down {
	position: absolute;
	bottom: -28px;
	left: 50%;
	-webkit-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	transform: translate(-50%, 0);
	z-index: 200
}

@media only screen and (max-width: 767px) {
	.intro-down {
		display: none
	}
}

.header-top {
	height: 105px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 37px
}

@media only screen and (max-width: 767px) {
	.header-top {
		height: auto;
		text-align: center;
		padding: 15px 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.header-top-left {
	width: 100%;
	padding-right: 40px
}

@media only screen and (max-width: 767px) {
	.header-top-left {
		display: none
	}
}

.main-menu {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.main-menu a {
	color: #fff !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase
}

.main-menu a:hover {
	color: #d5aa20 !important
}

@media only screen and (max-width: 1200px) {
	.main-menu a {
		font-size: 12px
	}
}

@media only screen and (max-width: 991px) {
	.main-menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start
	}

	.main-menu a {
		display: block;
		margin-right: 10px;
		margin-bottom: 5px
	}
}

.header-get-call {
	color: #d5aa20 !important;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding-bottom: 10px;
	border-bottom: 1px solid #d5aa20;
	white-space: nowrap;
	cursor: pointer
}

.header-get-call:hover {
	color: #fff !important
}

@media only screen and (max-width: 767px) {
	.header-get-call {
		display: none
	}
}

.header-middle {
	height: 135px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

@media only screen and (max-width: 767px) {
	.header-middle {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.logo {
	display: block;
	text-decoration: none !important;
	color: #fff !important;
	max-width: 260px
}

@media only screen and (max-width: 767px) {
	.logo {
		max-width: 100%;
		text-align: center
	}
}

.logo-text {
	margin-top: 5px
}

.header-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column
}

@media only screen and (max-width: 767px) {
	.header-contacts {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		margin-top: 15px
	}
}

.header-phone {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.header-phone-icon {
	margin-right: 10px
}

.header-phone-link {
	font-weight: bold;
	font-size: 25px;
	color: #fff !important;
	text-decoration: none !important
}

.header-phone-link:hover {
	color: #d5aa20 !important
}

.header-worktime {
	color: #fff;
	margin-top: 0px
}

.intro-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 560px
}

@media only screen and (max-width: 991px) {
	.intro-inner {
		height: 560px
	}
}

@media only screen and (max-width: 767px) {
	.intro-inner {
		height: auto;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.intro-left {
	margin-right: 30px
}

@media only screen and (max-width: 767px) {
	.intro-left {
		margin-right: 0
	}
}

.intro-title {
	font-family: 'Bicubik';
	text-transform: uppercase;
	color: #fff;
	font-size: 40px
}

@media only screen and (max-width: 991px) {
	.intro-title {
		font-size: 30px
	}

	.intro-title br {
		display: none
	}
}

@media only screen and (max-width: 767px) {
	.intro-title {
		font-size: 24px;
		text-align: center;
		line-height: 1.2;
		margin-top: 30px
	}
}

.intro-subtitle {
	font-family: 'Bicubik';
	text-transform: uppercase;
	color: #fff;
	font-size: 30px
}

.intro-subtitle b {
	display: inline-block;
	background: #412a18;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	font-weight: normal;
	padding-left: 15px;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 15px
}

@media only screen and (max-width: 991px) {
	.intro-subtitle {
		font-size: 20px
	}
}

@media only screen and (max-width: 767px) {
	.intro-subtitle {
		text-align: center;
		margin-top: 15px
	}
}

.intro-items-title {
	color: #fff;
	font-size: 20px;
	margin-top: 20px
}

@media only screen and (max-width: 991px) {
	.intro-items-title {
		font-size: 16px;
		margin-top: 10px
	}
}

@media only screen and (max-width: 767px) {
	.intro-items-title {
		text-align: center
	}
}

.intro-items {
	margin-top: 20px
}

@media only screen and (max-width: 991px) {
	.intro-items {
		margin-top: 15px
	}
}

@media only screen and (max-width: 767px) {
	.intro-items {
		text-align: center
	}
}

.intro-item {
	min-height: 100px;
	margin-bottom: 10px;
	float: left;
	margin-right: 30px
}

@media only screen and (max-width: 991px) {
	.intro-item {
		margin-right: 15px;
		min-height: 0
	}
}

@media only screen and (max-width: 767px) {
	.intro-item {
		float: none;
		min-height: 0;
		margin-right: 0
	}
}

.intro-item-title {
	font-size: 40px;
	font-family: 'Bicubik';
	text-transform: uppercase;
	white-space: nowrap;
	background: -webkit-linear-gradient(left, #f2c21b, #ff9c48);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

@media only screen and (max-width: 991px) {
	.intro-item-title {
		font-size: 24px
	}
}

.intro-item-text {
	color: #fff;
	font-size: 14px
}

.bevel {
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden
}

.ugol {
	background: #fff url('../img/corner.png') right 2px bottom 2px no-repeat
}

.shadow {
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1)
}

.intro-form {
	width: 360px;
	background: #fff;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	background: #fff url('../img/corner.png') right 2px bottom 2px no-repeat;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	padding: 50px;
	padding-top: 45px;
	position: relative
}

@media only screen and (max-width: 991px) {
	.intro .intro-form {
		width: 300px;
		padding-left: 15px;
		padding-right: 15px
	}
}

@media only screen and (max-width: 767px) {
	.intro .intro-form {
		max-width: 320px;
		margin-left: auto;
		margin-right: auto;
		margin-top: 15px;
		margin-bottom: 30px
	}
}

.intro-form-title {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Bicubik';
	font-size: 20px
}

.intro-form-title-policy{
	font-size: 13px;
}

.intro-form-subtitle {
	font-size: 14px;
	text-align: center;
	margin-top: 5px
}

.intro-form form {
	margin-top: 15px
}

input[type=tel], input[type=text] {
	width: 100%;
	height: 50px;
	padding-right: 15px;
	padding-left: 40px;
	border: 1px solid #e1e1e1;
	-webkit-box-shadow: inset 0px 6px 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0px 6px 10px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0px 6px 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	font-size: 14px !important;
	font-family: 'GothamPro' !important
}

.input-name {
	background: url('../img/inp-name.png') 17px center no-repeat
}

.input-phone {
	background: url('../img/inp-phone.png') 17px center no-repeat
}

.intro-submit {
	height: 50px;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	width: 100%;
	border: none;
	padding: 0;
	background-color: #ff9c48;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right top, from(#f2c21b), to(#ff9c48));
	background-image: -moz-linear-gradient(left, #f2c21b, #ff9c48);
	background-image: -ms-linear-gradient(left, #f2c21b, #ff9c48);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2c21b), color-stop(100%, #ff9c48));
	background-image: -webkit-linear-gradient(left, #f2c21b, #ff9c48);
	background-image: -o-linear-gradient(left, #f2c21b, #ff9c48);
	background-image: -ms-linear-gradient(left, #f2c21b 0%, #ff9c48 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(#f2c21b), to(#ff9c48));
	background-image: linear-gradient(left, #f2c21b, #ff9c48);
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Bicubik';
	-webkit-box-shadow: 0px 6px 10px #ffde6f;
	-moz-box-shadow: 0px 6px 10px #ffde6f;
	box-shadow: 0px 6px 10px #ffde6f
}

.intro-submit:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1)
}

.intro-personal {
	text-align: center;
	font-size: 15px;
	margin-top: 15px;
	line-height: 1.2
}

.intro-personal a {
	color: #d5aa20 !important;
	text-decoration: underline
}

.intro-personal a:hover {
	text-decoration: none
}

.services {
	margin-top: 115px
}

@media only screen and (max-width: 767px) {
	.services {
		margin-top: 30px
	}
}

.section-title {
	text-align: center;
	font-family: 'Bicubik';
	text-transform: uppercase;
	font-size: 40px;
	line-height: 1.2
}

@media only screen and (max-width: 767px) {
	.section-title {
		font-size: 24px
	}
}

.section-subtitle {
	text-align: center;
	font-size: 18px;
	margin-top: 15px
}

.section-del {
	margin-top: 15px;
	text-align: center
}

.services-items {
	margin-top: 60px
}

@media only screen and (max-width: 767px) {
	.services-items {
		margin-top: 30px
	}
}

.service {
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	border: 1px solid #e4e4e4;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1)
}

.service-pic img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden
}

.service-title {
	background: #fff;
	height: 110px;
	padding-left: 15px;
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	background: #fff url('../img/corner.png') right 2px bottom 2px no-repeat;
	border-top: none
}

.services-dots {
	margin-top: 25px
}

.services-dots ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style-type: none
}

.services-dots ul li {
	margin: 0 10px
}

.services-dots ul li button {
	border: none;
	text-indent: -9999px;
	padding: 0;
	width: 20px;
	height: 20px;
	background: url('../img/dot.png')
}

.services-dots ul li.on button, .services-dots ul li.slick-active button, .services-dots ul li:hover button {
	background: url('../img/dot-on.png')
}

.services-slider-wrapper {
	margin-top: 30px
}

.services-slider-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 25px
}

.services-prev {
	border: 1px solid #e1e1e1;
	background: #fff;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	margin-right: -1px
}

.services-prev img:first-child {
	display: block
}

.services-prev img:last-child {
	display: none
}

.services-prev:hover {
	background: #533c31
}

.services-prev:hover img:first-child {
	display: none
}

.services-prev:hover img:last-child {
	display: block
}

.services-next {
	background: #fff;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0
}

.services-next img:first-child {
	display: block
}

.services-next img:last-child {
	display: none
}

.services-next:hover {
	background: #533c31
}

.services-next:hover img:first-child {
	display: none
}

.services-next:hover img:last-child {
	display: block
}

#map {
	height: 640px
}

@media only screen and (max-width: 767px) {
	#map {
		height: 250px
	}
}

.know {
	margin-top: 150px
}

@media only screen and (max-width: 767px) {
	.know {
		margin-top: 30px
	}
}

.know-inner {
	height: 410px;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	position: relative;
	overflow: visible;
	background: url('../img/know.jpg') center center no-repeat;
	background-size: cover
}

.know-inner:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url('../img/corner.png');
	position: absolute;
	right: 2px;
	bottom: 2px
}

@media only screen and (max-width: 767px) {
	.know-inner {
		height: auto;
		padding: 30px
	}
}

.know-pic {
	position: absolute;
	left: 150px;
	bottom: 0
}

@media only screen and (max-width: 991px) {
	.know-pic {
		left: 30px
	}
}

@media only screen and (max-width: 767px) {
	.know-pic {
		display: none
	}
}

.know-content {
	height: 410px;
	padding: 50px;
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	padding-left: 600px
}

@media only screen and (max-width: 991px) {
	.know-content {
		padding-left: 350px
	}
}

@media only screen and (max-width: 767px) {
	.know-content {
		padding: 0;
		height: auto;
		text-align: center
	}

	.know-content br {
		display: none
	}
}

.know-title {
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'Bicubik';
	line-height: 1.2
}

@media only screen and (max-width: 767px) {
	.know-title {
		font-size: 24px
	}
}

.know-text {
	font-size: 18px;
	margin-top: 15px
}

@media only screen and (max-width: 767px) {
	.know-text br {
		display: none
	}
}

.know-button {
	margin-top: 25px;
	display: inline-block;
	width: 260px;
	height: 50px;
	border: none;
	padding: 0;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Bicubik';
	background: #412a18;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	float: right
}

.know-button:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1)
}

@media only screen and (max-width: 767px) {
	.know-button {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto
	}
}

.examples {
	margin-top: 145px
}

@media only screen and (max-width: 767px) {
	.examples {
		margin-top: 30px
	}
}

.examples-inner {
	margin-top: 60px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	background: #fff url('../img/corner.png') right 2px bottom 2px no-repeat;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #e1e1e1
}

@media only screen and (max-width: 767px) {
	.examples-inner {
		display: block;
		margin-top: 30px
	}
}

.examples-left {
	-webkit-box-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	background: url('../img/examples/03-1.jpg') center center no-repeat;
	background-size: cover;
	border-right: 1px solid #e1e1e1;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	-webkit-transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	transition: all 300ms;
	/*border: 1px solid red;*/
	position: relative;
}

.examples-left:after{
	content: '';
	display: block;
	width: 70px;
	height: 70px;
	/*border: 1px solid red;*/
	right: 30px;
	bottom: 30px;
	position: absolute;
	background: url('../img/zoom-ico.png') no-repeat;
	background-size: contain;
}


.examples-left .zoom-ico{

}

@media only screen and (max-width: 991px) {
	.examples-left {
		-webkit-box-flex: 40%;
		-ms-flex: 40%;
		flex: 40%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0
	}
}

@media only screen and (max-width: 767px) {
	.examples-left {
		height: 300px;
		/*width: 100px;*/
		display: block;
	}
}

.examples-right {
	-webkit-box-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
	padding: 50px;
	width: 50%
}

@media only screen and (max-width: 991px) {
	.examples-right {
		-webkit-box-flex: 60%;
		-ms-flex: 60%;
		flex: 60%;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		width: 60%
	}
}

@media only screen and (max-width: 767px) {
	.examples-right {
		padding: 15px;
		width: 100%
	}
}

.examples-slider-wrapper {
	max-width: 470px
}

.examples-slide-content {
	line-height: 1.2
}

.examples-slide-content p {
	margin-bottom: 18px
}

.examples-slide-content p:last-child {
	margin-bottom: 0
}

.examples-bottom {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.examples-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.examples-prev {
	border: 1px solid #e1e1e1;
	background: #fff;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	margin-right: -1px
}

.examples-prev img:first-child {
	display: block
}

.examples-prev img:last-child {
	display: none
}

.examples-prev:hover {
	background: #533c31
}

.examples-prev:hover img:first-child {
	display: none
}

.examples-prev:hover img:last-child {
	display: block
}

.examples-next {
	background: #fff;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0
}

.examples-next img:first-child {
	display: block
}

.examples-next img:last-child {
	display: none
}

.examples-next:hover {
	background: #533c31
}

.examples-next:hover img:first-child {
	display: none
}

.examples-next:hover img:last-child {
	display: block
}

.examples-button {
	height: 50px;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	width: 260px;
	border: none;
	padding: 0;
	background-color: #ff9c48;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right top, from(#f2c21b), to(#ff9c48));
	background-image: -moz-linear-gradient(left, #f2c21b, #ff9c48);
	background-image: -ms-linear-gradient(left, #f2c21b, #ff9c48);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2c21b), color-stop(100%, #ff9c48));
	background-image: -webkit-linear-gradient(left, #f2c21b, #ff9c48);
	background-image: -o-linear-gradient(left, #f2c21b, #ff9c48);
	background-image: -ms-linear-gradient(left, #f2c21b 0%, #ff9c48 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(#f2c21b), to(#ff9c48));
	background-image: linear-gradient(left, #f2c21b, #ff9c48);
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Bicubik';
	-webkit-box-shadow: 0px 6px 10px #ffde6f;
	-moz-box-shadow: 0px 6px 10px #ffde6f;
	box-shadow: 0px 6px 10px #ffde6f
}

.examples-button:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1)
}

@media only screen and (max-width: 991px) {
	.examples-button {
		width: 200px
	}
}

@media only screen and (max-width: 767px) {
	.examples-button {
		width: 180px;
		margin-bottom: 10px
	}
}

.what {
	margin-top: 145px
}

@media only screen and (max-width: 767px) {
	.what {
		margin-top: 30px
	}
}

.what-items {
	margin-top: 60px
}

.what-item {
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1)
}

.what-item-pic img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden
}

.what-item-content {
	background: #fff;
	border: 1px solid #e1e1e1;
	border-top: none;
	background: #fff url('../img/corner.png') right 2px bottom 2px no-repeat;
	padding: 48px;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 34px;
	text-align: center
}

.what-item-title {
	font-weight: bold;
	font-size: 18px
}

.what-item-prices {
	margin-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

.what-item-price:first-child {
	margin-right: 10px
}

.what-item-price-title {
	font-size: 16px
}

.what-item-price-price {
	font-weight: bold;
	font-size: 18px
}

.what-item-price-price b, .what-item-price-price em {
	font-size: 25px;
	font-style: normal
}

.what-item-price-price em {
	color: #d5aa20
}

.what-item-button {
	margin-top: 20px;
	height: 50px;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	width: 100%;
	max-width: 260px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 0;
	background-color: #ff9c48;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right top, from(#f2c21b), to(#ff9c48));
	background-image: -moz-linear-gradient(left, #f2c21b, #ff9c48);
	background-image: -ms-linear-gradient(left, #f2c21b, #ff9c48);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2c21b), color-stop(100%, #ff9c48));
	background-image: -webkit-linear-gradient(left, #f2c21b, #ff9c48);
	background-image: -o-linear-gradient(left, #f2c21b, #ff9c48);
	background-image: -ms-linear-gradient(left, #f2c21b 0%, #ff9c48 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(#f2c21b), to(#ff9c48));
	background-image: linear-gradient(left, #f2c21b, #ff9c48);
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Bicubik';
	-webkit-box-shadow: 0px 6px 10px #ffde6f;
	-moz-box-shadow: 0px 6px 10px #ffde6f;
	box-shadow: 0px 6px 10px #ffde6f
}

.what-item-button:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1)
}

.what-slider-wrapper {
	margin-top: 30px
}

.what-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 25px
}

.what-prev {
	border: 1px solid #e1e1e1;
	background: #fff;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	margin-right: -1px
}

.what-prev img:first-child {
	display: block
}

.what-prev img:last-child {
	display: none
}

.what-prev:hover {
	background: #533c31
}

.what-prev:hover img:first-child {
	display: none
}

.what-prev:hover img:last-child {
	display: block
}

.what-next {
	background: #fff;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0
}

.what-next img:first-child {
	display: block
}

.what-next img:last-child {
	display: none
}

.what-next:hover {
	background: #533c31
}

.what-next:hover img:first-child {
	display: none
}

.what-next:hover img:last-child {
	display: block
}

.what-dots {
	margin-top: 25px
}

.what-dots ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style-type: none
}

.what-dots ul li {
	margin: 0 10px
}

.what-dots ul li button {
	border: none;
	text-indent: -9999px;
	padding: 0;
	width: 20px;
	height: 20px;
	background: url('../img/dot.png')
}

.what-dots ul li.on button, .what-dots ul li.slick-active button, .what-dots ul li:hover button {
	background: url('../img/dot-on.png')
}

.econom {
	margin-top: 145px
}

@media only screen and (max-width: 767px) {
	.econom {
		margin-top: 30px
	}
}

.ekonom-items {
	margin-top: 60px
}

.ekonom-items .row .col-sm-3:nth-child(4n+1) {
	clear: both
}

@media only screen and (max-width: 767px) {
	.ekonom-items {
		margin-top: 30px
	}
}

.ekonom-item {
	margin-bottom: 45px
}

.ekonom-item-icon-wrap {
	position: relative;
	height: 165px;
	text-align: center
}

.ekonom-item-num {
	position: absolute;
	left: 50%;
	-webkit-transform: translate(-70px, 0);
	-ms-transform: translate(-70px, 0);
	transform: translate(-70px, 0);
	bottom: 0;
	font-family: 'Bicubik';
	background: -webkit-linear-gradient(left, #f2c21b, #ff9c48);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent
}

.ekonom-item-title {
	text-align: center;
	margin-top: 15px
}

.econom-slider-wrapper {
	margin-top: 30px
}

.econom-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 25px
}

.econom-prev {
	border: 1px solid #e1e1e1;
	background: #fff;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	margin-right: -1px
}

.econom-prev img:first-child {
	display: block
}

.econom-prev img:last-child {
	display: none
}

.econom-prev:hover {
	background: #533c31
}

.econom-prev:hover img:first-child {
	display: none
}

.econom-prev:hover img:last-child {
	display: block
}

.econom-next {
	background: #fff;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0
}

.econom-next img:first-child {
	display: block
}

.econom-next img:last-child {
	display: none
}

.econom-next:hover {
	background: #533c31
}

.econom-next:hover img:first-child {
	display: none
}

.econom-next:hover img:last-child {
	display: block
}

.econom-dots {
	margin-top: 25px
}

.econom-dots ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style-type: none
}

.econom-dots ul li {
	margin: 0 10px
}

.econom-dots ul li button {
	border: none;
	text-indent: -9999px;
	padding: 0;
	width: 20px;
	height: 20px;
	background: url('../img/dot.png')
}

.econom-dots ul li.on button, .econom-dots ul li.slick-active button, .econom-dots ul li:hover button {
	background: url('../img/dot-on.png')
}

.econom-slide img {
	margin-left: auto;
	margin-right: auto
}

.econom-slide .ekonom-item {
	margin-bottom: 0
}


.price-table {
	margin-top: 145px
}
.price-tbl-wrapper{
	/*border: 1px solid red;*/
	overflow: auto;

}

.price-tbl{
	/*border: 1px solid red;*/
	width: 100%;
	min-width: 700px;
	margin-top: 60px;
}

.price-tbl td{
	border: 1px solid #c39d7d;
	text-align: center;
	padding: 2px 0;
	font-size: 16px;


}

.price-tbl__text{
	padding: 12px;
	border: 1px solid #c39d7d;
	margin-top: 10px;
}

.order {
	margin-top: 75px
}

@media only screen and (max-width: 767px) {
	.order {
		margin-top: 30px
	}
}

.order-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: url('../img/kaska.jpg') 56% bottom no-repeat;
	padding-bottom: 115px
}

@media only screen and (max-width: 1200px) {
	.order-inner {
		background: url('../img/kaska.jpg') 65% bottom no-repeat
	}
}

@media only screen and (max-width: 767px) {
	.order-inner {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 0;
		background: none
	}
}

.order-title {
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Bicubik';
	line-height: 1.2
}

@media only screen and (max-width: 767px) {
	.order-title {
		font-size: 24px;
		text-align: center
	}
}

.order-subtitle {
	font-size: 18px;
	margin-top: 30px;
	max-width: 430px
}

@media only screen and (max-width: 767px) {
	.order-subtitle {
		text-align: center
	}
}

.order-list {
	margin: 0;
	padding: 0;
	margin-top: 30px;
	list-style-type: none
}

.order-list li {
	padding-left: 55px;
	min-height: 40px;
	background: url('../img/li.png') left top no-repeat;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	padding-top: 8px
}

.order-list li:last-child {
	margin-bottom: 0
}

@media only screen and (max-width: 767px) {
	.order-right {
		margin-top: 30px
	}
}

@media only screen and (max-width: 767px) {
	.order-form {
		width: 100%;
		max-width: 320px;
		margin-left: auto;
		margin-right: auto
	}
}

.order-form form {
	margin-top: 20px
}

.order-form {
	background-color: #ff9c48;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, right top, from(#f2c21b), to(#ff9c48));
	background-image: -moz-linear-gradient(left, #f2c21b, #ff9c48);
	background-image: -ms-linear-gradient(left, #f2c21b, #ff9c48);
	background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2c21b), color-stop(100%, #ff9c48));
	background-image: -webkit-linear-gradient(left, #f2c21b, #ff9c48);
	background-image: -o-linear-gradient(left, #f2c21b, #ff9c48);
	background-image: -ms-linear-gradient(left, #f2c21b 0%, #ff9c48 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(#f2c21b), to(#ff9c48));
	background-image: linear-gradient(left, #f2c21b, #ff9c48)
}

.order-form input {
	background-color: #fff
}

.order-form button {
	background: #412a18;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none
}

.order-form .personal a {
	color: #fff !important
}

.intro-form-subtitle {
	font-size: 14px;
	margin-left: -10px;
	margin-right: -10px
}

.steps {
	margin-top: 40px
}

@media only screen and (max-width: 767px) {
	.steps {
		margin-top: 30px
	}
}

.steps-items {
	margin-top: 60px
}

@media only screen and (max-width: 767px) {
	.steps-items {
		margin-top: 30px
	}
}

.step-item {
	margin-bottom: 30px;
	min-height: 170px;
	background: #fff;
	border: 1px solid #e4e4e4;
	padding: 35px;
	padding-top: 30px;
	padding-bottom: 15px;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	background: #fff url('../img/corner.png') right 2px bottom 2px no-repeat;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

.step-item-left {
	-webkit-box-flex: 75px;
	-ms-flex: 75px;
	flex: 75px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0
}

.step-item-num {
	font-family: 'Bicubik';
	background: -webkit-linear-gradient(left, #f2c21b, #ff9c48);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 40px
}

.step-item-right {
	padding-top: 8px;
	line-height: 1.2
}

.step-item-title {
	font-weight: bold
}

.step-item-text {
	margin-top: 5px
}

.step-item-text a {
	font-weight: bold;
	color: #d5aa20 !important;
	text-decoration: underline;
	display: block;
	margin-top: 15px
}

.step-item-text a:hover {
	text-decoration: none
}

.reviews {
	margin-top: 115px
}

@media only screen and (max-width: 767px) {
	.reviews {
		margin-top: 30px
	}
}

.reviews-slider-wrapper {
	margin-top: 45px;
	position: relative
}

@media only screen and (max-width: 767px) {
	.reviews-slider-wrapper {
		margin-top: 30px
	}
}

.reviews-slider {
	margin-left: -15px;
	margin-right: -15px
}

.reviews-slide {
	padding: 15px
}

.reviews-slide img {
	display: block;
	width: 100%;
	height: auto
}

.reviews-slide-inner {
	border: 1px solid #e3e3e3;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	-webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	display: block;
	overflow: hidden;
	position: relative
}

.reviews-slide-inner:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url('../img/play.png') center center no-repeat;
	z-index: 100
}

.reviews-slide-inner:hover:after {
	opacity: 0.5
}

@media only screen and (max-width: 767px) {
	.reviews-nav {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-top: 30px
	}
}

.reviews-prev {
	border: 1px solid #e1e1e1;
	background: #fff;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-border-radius: 10px 0 0 0;
	-moz-border-radius: 10px 0 0 0;
	border-radius: 10px 0 0 0;
	margin-right: -1px;
	margin-right: 0;
	position: absolute;
	left: -50px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.reviews-prev img:first-child {
	display: block
}

.reviews-prev img:last-child {
	display: none
}

.reviews-prev:hover {
	background: #533c31
}

.reviews-prev:hover img:first-child {
	display: none
}

.reviews-prev:hover img:last-child {
	display: block
}

@media only screen and (max-width: 767px) {
	.reviews-prev {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		position: static
	}
}

.reviews-next {
	background: #fff;
	border: 1px solid #e1e1e1;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
	position: absolute;
	right: -50px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

.reviews-next img:first-child {
	display: block
}

.reviews-next img:last-child {
	display: none
}

.reviews-next:hover {
	background: #533c31
}

.reviews-next:hover img:first-child {
	display: none
}

.reviews-next:hover img:last-child {
	display: block
}

@media only screen and (max-width: 767px) {
	.reviews-next {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		position: static
	}
}

.reviews-dots {
	margin-top: 25px
}

.reviews-dots ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	list-style-type: none
}

.reviews-dots ul li {
	margin: 0 10px
}

.reviews-dots ul li button {
	border: none;
	text-indent: -9999px;
	padding: 0;
	width: 20px;
	height: 20px;
	background: url('../img/dot.png')
}

.reviews-dots ul li.on button, .reviews-dots ul li.slick-active button, .reviews-dots ul li:hover button {
	background: url('../img/dot-on.png')
}

.know2 {
	margin-top: 120px
}

.know2 .know-content {
	padding-left: 580px
}

@media only screen and (max-width: 991px) {
	.know2 .know-content {
		padding-left: 350px
	}
}

@media only screen and (max-width: 767px) {
	.know2 .know-content {
		padding-left: 0
	}
}

.know2 .know-pic {
	left: 110px
}

@media only screen and (max-width: 991px) {
	.know2 .know-pic {
		left: 30px
	}

	.know2 .know-pic img {
		width: 300px
	}
}

@media only screen and (max-width: 767px) {
	.know2 .know-pic {
		display: none
	}
}

@media only screen and (max-width: 991px) {
	.know2 {
		margin-top: 90px
	}
}

.contacts {
	margin-top: 125px
}

@media only screen and (max-width: 767px) {
	.contacts {
		margin-top: 30px
	}
}

.contacts .container-fluid {
	position: relative;
	height: 0
}

@media only screen and (max-width: 767px) {
	.contacts .container-fluid {
		height: auto
	}
}

.contacts-inner {
	position: absolute;
	right: 15px;
	top: 140px;
	z-index: 999;
	width: 360px;
	background: #fff;
	background: #fff url('../img/corner.png') right 2px bottom 2px no-repeat;
	-webkit-border-radius: 14px 0 14px 0;
	-moz-border-radius: 14px 0 14px 0;
	border-radius: 14px 0 14px 0;
	overflow: hidden;
	-webkit-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 8px 20px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #e1e1e1;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 30px;
	padding-right: 30px
}

@media only screen and (max-width: 767px) {
	.contacts-inner {
		position: static;
		width: 100%;
		margin-bottom: 30px
	}
}

.contacts-title {
	font-family: 'Bicubik';
	text-align: center;
	text-transform: uppercase;
	font-size: 20px
}

.contacts-phone {
	margin-top: 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #222 !important;
	text-decoration: none;
	display: block;
	font-weight: bold;
	font-size: 24px
}

.contacts-phone:hover {
	text-decoration: none;
	color: #d5aa20 !important
}

.contacts-phone img {
	margin-right: 8px
}

@media only screen and (max-width: 767px) {
	.contacts-phone {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center
	}
}

.contacts-worktime {
	text-align: center
}

.contacts-address {
	margin: 20px 0;
	text-align: center
}

.contacts-logo {
	text-align: center
}

.contacts-logo-text {
	margin-top: 5px
}

.attached {
	font-size: 14px;
	text-align: center;
	color: #00cc00;
	display: none
}

.attach-file {
	text-align: center;
	font-size: 13px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 15px
}

.attach-file-icon {
	margin-right: 5px
}

.attach-file-title {
	cursor: pointer
}

.attach-file-title span {
	text-decoration: underline;
	color: #d5aa20;
	cursor: pointer
}

.attach-file-title:hover span {
	text-decoration: none
}

footer {
	background: #412a18;
	padding: 40px 30px;
	text-align: center;
	color: #fff
}

.popup {
	display: none
}

@media only screen and (max-width: 767px) {
	.popup-inner {
		width: 100%;
		max-width: 420px
	}
}

.politics-text {
	color: #666;
	font-size: 14px;
	margin-top: 25px;
	height: 250px;
	overflow: auto
}

.popup-title {
	text-transform: uppercase;
	font-size: 30px;
	text-align: center;
	font-family: 'Bicubik'
}

.popup-title2 {
	font-size: 20px;
	margin-top: 20px;
	text-align: center
}

@media only screen and (max-width: 767px) {
	.popup .intro-form {
		width: 100%;
		padding-left: 15px;
		padding-right: 15px
	}
}

.popup form {
	margin-top: 30px
}

@-webkit-keyframes rotating {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes rotating {
	0% {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

.rotating {
	-webkit-animation: rotating 2s linear infinite;
	-moz-animation: rotating 2s linear infinite;
	-ms-animation: rotating 2s linear infinite;
	-o-animation: rotating 2s linear infinite;
	animation: rotating 2s linear infinite
}

.loader {
	z-index: 999999;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #d5aa20;
	font-size: 60px;
	display: none
}

.loader.on {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex
}

* {
	outline: none !important
}

label.error {
	display: none !important
}

input:not([value=""]):not(.try):invalid {
	border-color: #ff0000 !important
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

.fancybox-close-small:after {
	display: none !important
}

.fancybox-close-small {
	width: 13px !important;
	height: 13px !important;
	right: 36px !important;
	top: 36px !important;
	background: url('../img/close.png') !important
}

.fancybox-close-small:hover {
	opacity: 0.5
}

.fancybox-is-open .fancybox-bg {
	opacity: 0.5
}

.fancybox-slide > * {
	background: none !important
}

.bright:hover {
	-webkit-filter: brightness(1.1);
	filter: brightness(1.1)
}

.compensate-for-scrollbar {
	margin-right: 0 !important
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	opacity: 1 !important
}

::-webkit-input-placeholder {
	color: #222;
	opacity: 1
}

:-moz-placeholder {
	color: #222;
	opacity: 1
}

::-moz-placeholder {
	color: #222;
	opacity: 1
}

:-ms-input-placeholder {
	color: #222;
	opacity: 1
}

.examples-gallery{
	display: none;

}