* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;}

body {
	font-family: 'Roboto', sans-serif;
	color: #3f3e3f;
	font-size: 14px;
	padding-top: 100px;}
	
section {
	float: left;
	width: 100%;
	padding: 80px 0;}
	
a {}

a:hover {}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Comfortaa', cursive;}

h3 {
	margin-bottom: 50px;
	font-size: 36px;}

.wrapper {}

header {
	position: fixed;
	left: 0px;
	top: 0px;
	float: left;
	height: 100px;
	width: 100%;
	background-color: #fff;
	z-index: 1001;}
	
header.shadow {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.5);}
	
.header-top {
	height: 54px;
	border-bottom: 1px solid #ebebeb;
	float: left;
	width: 100%;}
	
.logo {
	float: left;
	margin-top: 7px;}

.head-cont {
	margin-top: 3px;
	float: left;
	line-height: 54px;
	margin-left: 24px;
	font-size: 14px;}
	
.time-tell {
	float: right;
	line-height: 54px;}

.head-tell {
	font-family: 'Comfortaa', cursive;
	padding-left: 24px;
	float: left;
	font-size: 22px;
	color: #91204d;
	background-image: url(images/tel.png);
	background-repeat: no-repeat;
	background-position: left center;}
	
.head-tell a {
	color: #91204d;
	text-decoration: none;}
	
.head-tell a:hover {
	text-decoration: underline;}

.head-time {
	padding-top: 3px;
	float: left;
	margin-left: 25px;}
	
.header-nav {
	float: left;
	width: 100%;}

nav {
	margin: 0 -25px;}

nav ul {
	display: flex;
	justify-content: space-between;}
	
nav ul li {}

nav ul li a {
	font-size: 16px;
	line-height: 46px;
	text-decoration: none !important;
	color: #3f3e3f;
	padding: 0 27px;
	display: block;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;}
	
nav ul li a:hover, nav ul li.active a {
	background-color: #e8b33f;
	color: #fff;}
	
.hero {
	padding: 0px;
	min-height: 680px;
	height: calc(100vh - 100px);
	background-image: url(images/hero.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center top;
	color: #fff;}
	
.hero .container {
	padding-top: 145px;}
	
.hero-tit {
	color: #fff;
	margin-bottom: 30px;}

.hero-tit h1 {
	font-weight: bold;
	margin-bottom: 0;
	font-family: 'Comfortaa', cursive;
	font-size: 75px;}

.hero-tit h2 {
	font-weight: bold;
	margin-top: -5px;
	font-family: 'Comfortaa', cursive;
	font-size: 56px;}
	
.hero-slog {
	font-family: 'Comfortaa', cursive;
	font-size: 36px;
	line-height: 38px;
	margin-bottom: 60px;}

.hero-slog span {
	color: #e2f7ce;
}
	
.hero-calc {}

.hero-calc span {
	display: block;
	font-size: 22px;
	margin-bottom: 35px;}

.hero-calc a {
	outline: none;
	text-decoration: none;
	font-size: 24px;
	color: #fff !important;
	padding: 0 40px;
	display: inline-block;
	line-height: 60px;
	text-shadow: 0px -1px 0px rgba(174, 150, 105, 1);
	background: rgb(232,189,73); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(232,189,73,1) 0%, rgba(224,161,50,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(232,189,73,1) 0%,rgba(224,161,50,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(232,189,73,1) 0%,rgba(224,161,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8bd49', endColorstr='#e0a132',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px; 
	border-radius: 25px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.17);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.17);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;}
	
.hero-calc a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e59d16+0,ea7610+100 */
	background: rgb(229,157,22); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,157,22,1) 0%, rgba(234,118,16,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(229,157,22,1) 0%,rgba(234,118,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(229,157,22,1) 0%,rgba(234,118,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59d16', endColorstr='#ea7610',GradientType=0 ); /* IE6-9 */

	}
	
#why-me {
	background-color: #91204d;}
	
#why-me {
	padding-bottom: 35px;}
	
.white-font {
	color: #fff;}
	
.container h3 {
	font-family: 'Comfortaa', cursive;
	text-align: center;
	font-size: 36px;
	margin: 0 0 55px;}
	
.why-me-in {
	float: left;
	width: 100%;
	text-align: center;}

.why-me-one {
	padding: 0 35px 45px;
	vertical-align: top;
	display: inline-block;
	position: relative;
	text-align: left;
	width: 49%;
	padding-left: 147px;}

.why-me-one:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 147px;
	min-height: 70px;
	background-repeat: no-repeat;
	background-position: top center;}

.why-me-one.ico-1:before {
	background-image: url(images/why-we/1.png);}	
	
.why-me-one.ico-2:before {
	background-image: url(images/why-we/2.png);}	
	
.why-me-one.ico-3:before {
	background-image: url(images/why-we/3.png);}	
	
.why-me-one.ico-4:before {
	background-image: url(images/why-we/4.png);}	
	
.why-me-one.ico-5:before {
	background-image: url(images/why-we/5.png);}	
	
.why-me-one.ico-6:before {
	background-image: url(images/why-we/6.png);}	
	
.why-me-one.ico-7:before {
	background-image: url(images/why-we/7.png);}	
	
.why-me-one.ico-8:before {
	background-image: url(images/why-we/8.png);}	

.why-me-tit {
	color: #e2f7ce;
	font-family: 'Comfortaa', cursive;
	font-size: 20px;
	margin-bottom: 15px;}

.why-me-one p {
	font-size: 16px;
	font-weight: 300;
	line-height: 22px;}
	
#service {
	background-color: #f5f3ee;}

.service-one {
	padding: 0 10px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	width: 19.5%;
	position: relative;}

.service-thumb {
	width: 100%;
	margin-bottom: 35px;}

.service-thumb:before {
	content: "";
	display: inline-block;
	width: 120px;
	height: 120px;
	background-repeat: no-repeat;
	background-position: center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%; 
	border-radius: 50%;}
	
.service-thumb.ico-1:before {
	background-color: #e8b33f;
	background-image: url(images/service/1.png);}
	
.service-thumb.ico-2:before {
	background-color: #91204d;
	background-image: url(images/service/2.png);}
	
.service-thumb.ico-3:before {
	background-color: #fff;
	background-image: url(images/service/3.png);}
	
.service-thumb.ico-4:before {
	background-color: #452632;
	background-image: url(images/service/4.png);}
	
.service-thumb.ico-5:before {
	background-color: #d9f0c3;
	background-image: url(images/service/5.png);}
	
.service-thumb.ico-6:before {
	background-color: #5A5A5A;
	background-image: url(images/service/6.png);}
	
.service-one p {
	font-size: 14px;
	line-height: 22px;}
	
#best {
	background-color: #f7f5f0;
}

.best-in {}

.best-top {
	margin-bottom: 22px;}

.best-tit {
	font-family: 'Comfortaa', cursive;
	color: #fff;
	text-align: center;
	width: 100%;
	display: block;
	font-size: 28px;
	line-height: 50px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px; 
	border-radius: 25px;}

.best-top-left {
	width: 37%;
	float: left;
	margin-top: 20px;}

.best-top-left .best-tit {
	background-color: #91204d;}

.best-top-mid {
	width: 190px;
	height: 90px;
	margin: 0 auto;
	background-image: url(images/best.png);
	background-repeat: no-repeat;
	background-position: center center;}

.best-top-right .best-tit {
	background-color: #e8b33f;}

.best-top-right {
	float: right;
	width: 37%;
	margin-top: 20px;}
	
.best-one {
	font-size: 16px;
	min-height: 60px;
	position: relative;
	background-image: url(images/dashed.png);
	background-repeat: repeat-x;
	background-position: top center;}

.best-one-left {
	float: left;
	width: 50%;
	text-align: right;
	font-weight: bold;
	color: #91204d;
	display: table;}
	
.best-one.revers .best-one-left {
	font-weight: normal;
	color: #3f3e3f;}
	
.best-one-left-in {
	padding-right: 60px;}

.best-one-left-in, .best-one-right-in {
	height: 60px;
	display: table-cell;
	vertical-align: middle;}

.best-one-mid {
	font-family: 'Comfortaa', cursive;
	font-size: 16px;
	line-height: 38px;
	font-weight: bold;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-top: -18px;
	margin-left: -18px;
	width: 35px;
	height: 35px;
	color: #fff;
	text-align: center;
	background-color: #452632;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%; 
	border-radius: 50%;}

.best-one-right {
	float: left;
	width: 50%;
	text-align: left;
	display: table;}
	
.best-one.revers .best-one-right {
	font-weight: bold;
	color: #ff9800;}
	
.best-one-right-in {
	padding-left: 60px;}

.best-wrap {
	background-image: url(images/dashed.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	margin-bottom: 15px;}
	
.best-count {
	font-weight: bold;
	position: relative;
	font-family: 'Comfortaa', cursive;}

.best-count-left {
	padding-right: 34px;
	text-align: right;
	width: 50%;
	float: left;
	font-size: 110px;
	color: #91204d;}

.best-count-mid {
	position: absolute;
	left: 50%;
	top: -5px;
	margin-left: -11px;
	width: 22px;
	font-size: 110px;}


.best-count-right {
	color: #ff9800;
	padding-left: 34px;
	float: left;
	width: 50%;
	font-size: 110px;}
	
.best-count-slog {
	text-align: center;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: 600;}

.best-tab {
	margin-top: 30px;
	margin-bottom: 45px;}

.best-tab ul {
	border-bottom: 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;}

.best-tab ul li {
	display: inline-block;}

.best-tab ul li a {
	min-width: 290px;
	text-align: center;
	font-family: 'Comfortaa', cursive;
	font-weight: bold;
	text-decoration: none !important;
	font-size: 13px;
	color: #e8b33f;
	border: 2px solid #e8b33f;
	padding: 0 8px;
	display: block;
	line-height: 32px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
	-khtml-border-radius: 15px; 
	border-radius: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;}
	
.best-tab ul li a:hover, .best-tab ul li a:focus, .best-tab ul li.active a {
	border: 2px solid #452632 !important;
	background-color: #452632 !important;
	font-weight: bold;
	color: #fff !important;}
	
#quest {
	padding: 0;
	height: 573px;
	background-image: url(images/qustion.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;}
	
.quest-form {
	float: right;
	height: 573px;
	width: 50%;
	padding: 70px 60px 0;
	background-color: #452632;}
	
.quest-tit {
	font-family: 'Comfortaa', cursive;
	font-size: 44px;
	margin-bottom: 20px;
	text-align: center;}

.quest-info {
	font-size: 17px;
	margin-bottom: 40px;
	text-align: center;
	font-weight: 300;}
	
.quest-one {
	margin-bottom: 22px;}

.quest-one textarea {
	outline: none;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	background-color: transparent;
	font-style: italic;
	text-decoration: none !important;
	font-size: 16px;
	color: #e8b33f;
	border: 2px solid #fff;
	padding: 10px 28px;
	height: 90px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
	-khtml-border-radius: 15px; 
	border-radius: 15px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;}
	
.invalid {
	border-color: #D50003 !important;}

.quest-one input[type=text], .quest-one input[type=tel] {
	outline: none;
	font-family: 'Roboto', sans-serif;
	width: 100%;
	background-color: transparent;
	font-style: italic;
	text-decoration: none !important;
	font-size: 16px;
	color: #e8b33f;
	border: 2px solid #fff;
	padding: 0px 28px;
	height: 40px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px; 
	-khtml-border-radius: 20px; 
	border-radius: 20px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;}
	
.quest-one-bt {
	outline: none;
	margin-top: 17px;
	width: 100%;
	text-align: center;
	text-decoration: none;
	font-size: 24px;
	color: #fff;
	padding: 0 40px;
	display: inline-block;
	line-height: 60px;
	text-shadow: 0px -1px 0px rgba(174, 150, 105, 1);
	background: rgb(232,189,73); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(232,189,73,1) 0%, rgba(224,161,50,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(232,189,73,1) 0%,rgba(224,161,50,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(232,189,73,1) 0%,rgba(224,161,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8bd49', endColorstr='#e0a132',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px; 
	border-radius: 25px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.17);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.17);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;}
	
.quest-one-bt:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e59d16+0,ea7610+100 */
	background: rgb(229,157,22); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,157,22,1) 0%, rgba(234,118,16,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(229,157,22,1) 0%,rgba(234,118,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(229,157,22,1) 0%,rgba(234,118,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59d16', endColorstr='#ea7610',GradientType=0 ); /* IE6-9 */
	}
	
#works {}

.one-work {}

.mini-slider {
	float: left;
	width: 475px;
	height: 575px;
	overflow: hidden;}

.mini-slider a {
	float: left;
	text-align: center;
	display: block;
	cursor: pointer;}
	
.mini-slider a img {
	max-height: 400px;
	width: auto;}

.mini-slider-in {} 

.mini-slider-pager {
	margin-top: 20px;}

.mini-slider-pager-in {}

.one-mini-pager {
	float: left;}

.one-mini-pager img {
	max-height: 60px !important;
	width: auto;}

.one-work-info {
	float: right;
	width: 680px;
	font-size: 16px;
	line-height: 22px;}
	
.one-work-info h4 {
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 10px;}

.one-work-info-name {
	font-weight: bold;}

.one-work-info-descr {
	margin-bottom: 8px;}

.one-work-price {
	color: #91204d;
	font-size: 24px;}

.one-work-info p {
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 20px;}
	
#hause {
	height: 546px;
	padding: 0px;
	background-image: url(images/hause.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;}
	
.house-hero {
	float: left;
	width: 546px;
	height: 100%;}
	
.one-hause {
	float: left;
	width: 50%;
	height: 273px;
	font-family: 'Comfortaa', cursive;
	font-size: 40px;
	line-height: 55px;
	text-align: center;}

.one-hause-in {
	width: 272px;
	display: table-cell;
	height: 273px;
	vertical-align: middle;
	text-align: center;}
	
.one-hause b {
	font-size: 48px;}
	
.num-hause {
	font-size: 80px;
	display: block;}
	
.h-1 {
	background-color: #e8b33f;}

.h-2 {
	background-color: #91204d;}

.h-3 {
	background-color: #e2f7ce;}

.h-4 {
	background-color: #452632;}
	
#do {
	text-align: center;
	background-color: #f5f3ee;
	padding-bottom: 0px;}

#do img {
	max-width: 100%;
	height: auto;
	margin-top: 40px;}
	
#calc {
	position: relative;
	background-color: #58303b;
	background-image: url(images/calc.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	padding: 30px 0 30px;}
	
#calc h3 {
	margin-bottom: 24px;}
	
.calc-wrap {}

.calc-first {
	height: 350px;
	display: inline-block;
	vertical-align: top;
	position: relative;
	width: 33%;
	padding: 0 20px;
	justify-content: space-between;
	margin-bottom: 50px;}
	
.calc-first.hiden .calc-first-in {
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;}
	
.calc-first.hiden:before {
	content: "";
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 9;}
	
.add-new {
	color: fff;
	font-size: 60px;
	z-index: 99;
	cursor: pointer;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	border: 2px solid #fff;
	width: 80px;
	height: 80px;
	line-height: 76px;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%; 
	border-radius: 50%;}
	
.calc-first.hiden:hover .calc-first-in {
	opacity: 0.4;}

.one-calc {
	display: inline-block;
	width: 100%;}

.one-calc-tit {
	margin-bottom: 10px;}

.one-calc-tit span {
	display: block;
	padding-left: 65px;
	font-size: 16px;
	line-height: 36px;}

.one-calc-tit-num {
	font-size: 15px;
	float: left;
	border: 2px solid #e8b33f;
	line-height: 32px;
	width: 36px;
	height: 36px;
	text-align: center;
	color: #e8b33f;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%; 
	border-radius: 50%;}
	
.one-calc-in {
	padding-left: 65px;}
	
.one-calc-check {
	margin-bottom: 7px;}

.one-calc-check label {
	font-weight: normal;}

.one-calc-check span {
	display: block;
	padding-left: 30px;
	line-height: 20px;
	font-size: 14px;}
	
.one-calc-check span b {
	font-weight: normal;}
	
.tab-span b {
	font-weight: 300;
	display: inline-block;}
	
.hit {
	border: 1px solid #e8b33f;
	color: #e8b33f;
	line-height: normal;
	text-transform: uppercase;
	font-style: normal;
	padding: 2px 5px 3px;
	font-size: 11px;
	display: inline-block;
	margin-left: 18px;}

.all-first {
	width: 100%;
	margin-top: 40px;}
	
.calc-sec {
	margin-bottom: 15px;
	float: left;
	width: 100%;}
	
.calc-sec .one-calc {
	float: left;
	width: 33%;
	padding: 0 20px;}
	
	
.one-calc sub {
	font-size: 60%;}
	
.one-calc input[type=text], .one-calc input[type=number] {
	outline: none;
	border: 1px solid #e2f7ce;
	background-color: transparent;
	height: 28px;
	padding: 0 0 0 15px;
	color: #fff;
	font-size: 16px;}
	
.add-constr {
	display: inline-block;
	margin-left: 45px;}

.add-constr a {
	line-height: 28px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;}
	
.add-constr a span {
	display: inline-block;
	line-height: 28px;
	padding-left: 15px;}

.add-constr a:before {
	content: "+";
	text-align: center;
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 24px;
	color: #e2f7ce;
	border: 2px solid #e2f7ce;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%; 
	border-radius: 50%;}
	
.recalc {
	float: right;
	margin-top: 45px;}

.recalc a {
	text-decoration: none;
	font-size: 16px;
	color: #fff;
	padding: 0 25px;
	display: inline-block;
	line-height: 36px;
	text-shadow: 0px -1px 0px rgba(174, 150, 105, 1);
	background: rgb(232,189,73); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(232,189,73,1) 0%, rgba(224,161,50,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(232,189,73,1) 0%,rgba(224,161,50,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(232,189,73,1) 0%,rgba(224,161,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8bd49', endColorstr='#e0a132',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px; 
	-khtml-border-radius: 15px; 
	border-radius: 15px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.17);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.17);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;}
	
.recalc a:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e59d16+0,ea7610+100 */
	background: rgb(229,157,22); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,157,22,1) 0%, rgba(234,118,16,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(229,157,22,1) 0%,rgba(234,118,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(229,157,22,1) 0%,rgba(234,118,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59d16', endColorstr='#ea7610',GradientType=0 ); /* IE6-9 */

	}
	
.table-calc {
	margin-bottom: 15px;
	border-bottom: 2px dotted #928c81;}

.tooltip-inner {
	font-size: 14px;
	background-color: #e8b33f;
    color: #fff;}

.table-calc table tr td {
	vertical-align: middle;
	padding: 5px 15px;
	font-size: 14px;
	font-weight: 300;}

.table-calc table tr th span {
	font-weight: 300;
	font-size: 16px;
	padding: 5px 15px;
	display: block;
	background-color: rgba(255,255,255,0.1);
	margin: 0 2px;}
	
.table-calc table tr th:first-chils span {
	margin-left: 0px;}
	
.table-calc table tr th:last-chils span {
	margin-right: 0px;}

.table-calc table tr td {
	border-right: 2px dotted rgba(255,255,255,0.1);
	border-bottom: 2px dotted rgba(255,255,255,0.1);}
	
.table-calc table tr td:last-child {
	border-right: none;}

.tab-span {
	font-size: 17px;}
	
.table-calc table tr td.all-text {
	font-size: 16px;
	text-align: right;
	border-bottom: none !important;}

.table-calc table tr td.all-sum {
	font-weight: bold;
	font-size: 17px;
	background-color: rgba(232,179,63,0.1);}
	
.calc-info {
	font-style: italic;
	font-size: 14px;
	line-height: 18px;
	color: #e8b33f;
	margin-bottom: 50px;}
	
.calc-info span {
	float: left;}
	
.calc-info i {
	display: block;
	padding-left: 15px;}
	
.calc-bt {
	margin-bottom: 30px;
	text-align: center;}

.calc-bt-in {
	position: relative;
	display: inline-block;
}

.calc-bt-in.def {
	opacity: 0.5;
}

.calc-bt-in.def:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.calc-bt-right {
	display: none;
	margin-top: 20px;
	text-align: right!important;}

.calc-bt a, .calc-bt input {
	cursor: pointer;
	outline: none;
	text-decoration: none;
	font-size: 24px;
	color: #fff !important;
	padding: 0 50px;
	display: inline-block;
	line-height: 60px;
	text-shadow: 0px -1px 0px rgba(174, 150, 105, 1);
	background: rgb(232,189,73); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(232,189,73,1) 0%, rgba(224,161,50,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(232,189,73,1) 0%,rgba(224,161,50,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(232,189,73,1) 0%,rgba(224,161,50,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e8bd49', endColorstr='#e0a132',GradientType=0 ); /* IE6-9 */
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px; 
	-khtml-border-radius: 25px; 
	border-radius: 25px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow:    0px 5px 5px 0px rgba(0, 0, 0, 0.17);
	box-shadow:         0px 5px 5px 0px rgba(0, 0, 0, 0.17);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;}
	
.calc-bt a:hover, .calc-bt input:hover {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e59d16+0,ea7610+100 */
	background: rgb(229,157,22); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(229,157,22,1) 0%, rgba(234,118,16,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(229,157,22,1) 0%,rgba(234,118,16,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(229,157,22,1) 0%,rgba(234,118,16,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e59d16', endColorstr='#ea7610',GradientType=0 ); /* IE6-9 */

	}

#step {
	text-align: center;}
	
.step-in  {
	position: relative;
	padding-top: 45px;}
	
.step-in:before {
	content: "";
	position: absolute;
	left: 50%;
	margin-left: -429px;
	top: 0px;
	background-image: url(images/step-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 856px;
	height: 39px;}

.step-one {
	width: 24.5%;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;}

.step-thumb {
	display: inline-block;
	position: relative;
	width: 150px;
	height: 150px;
	margin-bottom: 35px;
	background-repeat: no-repeat;
	background-position: center center;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%; 
	border-radius: 50%;}
	
.step-thumb span {
	position: absolute;
	left: 50%;
	top: -17px;
	margin-left: -17px;
	display: block;
	width: 34px;
	height: 34px;
	border: 2px solid;
	line-height: 30px;
	text-align: center;
	font-size: 17px;
	background-color: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%; 
	border-radius: 50%;}

.step-thumb.ico-1 {
	background-color: #e8b33f;
	background-image: url(images/steps/step-1.png);}

.step-thumb.ico-1 span {
	border-color: #e8b33f;
	color: #e8b33f;}
	
.step-thumb.ico-2 {
	background-color: #91204d;
	background-image: url(images/steps/step-2.png);}

.step-thumb.ico-2 span {
	border-color: #91204d;
	color: #91204d;}
	
.step-thumb.ico-3 {
	background-color: #e2f7ce;
	background-image: url(images/steps/step-3.png);}

.step-thumb.ico-3 span {
	border-color: #e2f7ce;
	color: #e2f7ce;}
	
.step-thumb.ico-4 {
	background-color: #452632;
	background-image: url(images/steps/step-4.png);}

.step-thumb.ico-4 span {
	border-color: #452632;
	color: #452632;}

.step-tit {
	font-size: 18px;
	font-weight: bold;}

.step-one p {
	font-size: 16px;
	line-height: 22px;}
	
#write {
	padding: 0;
	height: 544px;
	background-image: url(images/write.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;}
	
#write .quest-form {
	position: relative;
	margin-top: -100px;
	background-color: #91204d;
	height: 644px;}

#write .quest-form:before {
	content: "";
	width: 87px;
	left: -130px;
	top: -75px;
	height: 203px;
	position: absolute;
	background-image: url(images/str-quest.png);
	background-repeat: no-repeat;
}
	
#contact {
	padding-bottom: 0px;
	padding-top: 0;
position: relative;}
	
.map {
	position: relative;
}
	
#map {
	height: 725px;
	width: 100%;}
	
.map-info {
	position: absolute;
	z-index: 999;
	left: 35px;
	top: 150px;
	padding-top: 30px;
	height: 200px;
	width: 200px;
	background-color: #91204d;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%; 
	border-radius: 50%;}

.one-cont {
	font-size: 16px;
	line-height: 22px;
	padding-top: 45px;
	color: #fff;
	text-align: center;
	margin-bottom: 22px;
	background-image: url(images/geo.png);
	background-repeat: no-repeat;
	background-position: top center;}
	
footer {
	height: 140px;
	width: 100%;
	float: left;
	padding-top: 25px;
	background-color: #452632;}
	
footer .foot-in {
	display: flex;
	flex-direction: row;
	width: 100%;
	justify-content: space-between;}
	
.left-logo {
	width: 330px;
	float: left;
	font-size: 14px;
	line-height: 18px;}
	
.left-logo img {
	margin-bottom: 8px;}
	
.left-logo span {
	display: block;}
	
.foot-soc {
	width: 320px;
	font-size: 14px;
	line-height: 18px;}
	
.foot-soc-top {
	margin-bottom: 5px;}

.foot-soc-name {
	vertical-align: top;
	display: inline-block;
	line-height: 30px;
	font-size: 16px;
	margin-right: 15px;}

.foot-soc-link {
	vertical-align: top;
	display: inline-block;}
	
.foot-cont {
	float: right;
	text-align: right;}

.foot-tel {
	display: inline-block;
	font-family: 'Comfortaa', cursive;
	font-size: 22px;
	padding-left: 28px;
	margin-bottom: 5px;
	background-image: url(images/foot-tel.png);
	background-repeat: no-repeat;
	background-position: left center;
	color: #e8b33f;}
	
.foot-tel a {
	color: #e8b33f;
	text-decoration: none;}

.foot-tel a:hover {
	text-decoration: underline;}

.foot-time {
	font-size: 14px;
	margin-bottom: 10px;}

.foot-mail {
	display: inline-block;
	font-family: 'Comfortaa', cursive;
	font-size: 18px;
	padding-left: 34px;
	background-image: url(images/mail.png);
	background-repeat: no-repeat;
	background-position: left center;}
	
.foot-mail a {
	color: #e8b33f;
	text-decoration: none;}
	
.show-bt {
	display: none;}
	
.hides {
	border: none !important;} 
	
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

input[type='number'] {
    -moz-appearance: textfield;
}

.calc-body {
	visibility: hidden;
}

.calc-form {
}

.calc-form-tit {
	font-family: 'Comfortaa', cursive;
	text-align: left;
	font-size: 18px;
	color: #e8b33f;
	margin-bottom: 30px;}
	
.calc-form-info {
	font-family: 'Comfortaa', cursive;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	color: #fff;}
	
.calc-serv {
	text-align: center;
	padding-bottom: 24px;
	margin-bottom: 10px;
  border-bottom: 2px dotted #928c81;}

.calc-one-serv {
	display: inline-block;
	width: 24.5%;
	vertical-align: top;}

.calc-one-serv.ico-1 .calc-one-serv-thumb {
	background-image: url(images/calc/ico-1.png);}
	
.calc-one-serv.ico-2 .calc-one-serv-thumb {
	background-image: url(images/calc/ico-2.png);}
	
.calc-one-serv.ico-3 .calc-one-serv-thumb {
	background-image: url(images/calc/ico-3.png);}
	
.calc-one-serv.ico-4 .calc-one-serv-thumb {
	background-image: url(images/calc/ico-4.png);}

.calc-one-serv.ico-5 .calc-one-serv-thumb {
	background-image: url(images/calc/ico-5.png);}

.calc-one-serv.ico-6 .calc-one-serv-thumb {
	background-image: url(images/calc/ico-6.png);}

.calc-one-serv.ico-7 .calc-one-serv-thumb {
	background-image: url(images/calc/ico-7.png);}

.calc-one-serv.ico-8 .calc-one-serv-thumb {
	background-image: url(images/calc/ico-8.png);}

.calc-one-serv-thumb {
	display: inline-block;
	border: 2px solid #e8b33f;
	width: 51px;
	margin-bottom: 10px;
	height: 51px;
	background-repeat: no-repeat;
	background-position: center center;
    background-size: 60%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%; 
	-khtml-border-radius: 50%; 
	border-radius: 50%;}

.calc-one-serv-tit {
	font-family: 'Comfortaa', cursive;
	font-size: 14px;
	color: #e2f7ce;
	margin-bottom: 10px;}

.calc-one-serv-descr {
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	padding: 0 15px;
}
	
.calc-text {
	font-size: 14px;
	color: #fff;
	width: 80%;
	margin: 0 auto 50px;
	text-align: left;}
	
.calc-form-in {
	max-width: 440px;
	margin: 0 auto 30px;}

.calc-form-in .quest-one {
	margin-bottom: 20px;
}
	
.att {
	margin-top: 55px;
	font-size: 16px;
	text-align: center;
	margin-bottom: 40px;}

.star {
	float: right;
	color: #e8b33f;
	font-size: 18px;
	top: 0;
  position: absolute;
  right: 0;}

.all-sum-wrapp {
	position: relative;}

.fin-sum {
	font-family: 'Comfortaa', cursive;
	padding-bottom: 10px;
}

.fin-sum-tit {
	font-size: 32px;
	text-align: center;
	margin-bottom: 15px;
}

.fin-sum-num {
	text-align: center;
	font-size: 50px;
	color: #e8b33f;
	line-height: 40px;
	margin-bottom: 10px;
}

.fin-sum-num span {
	display: inline-block;
	vertical-align: top;
}

.fin-val {
	font-size: 20px;
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
}

.descr-form {
	text-align: center;
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Comfortaa', cursive;
}

.descr-form b {
	font-weight: bold;
	color: #e8b33f;
}

.descr-form span {
	font-size: 24px;
	color: #e8b33f;
    display: inline-block;
}

.fin-sum-tit span {
	color: #e8b33f;
}

.calculator_form {
	border-bottom: 2px dotted #928c81;
	padding-bottom: 0px;
	margin-bottom: 20px;
}

.str-form {
	background-image: url(images/str-form.png);
	background-repeat: no-repeat;
	background-position: 200px 45px;
}

.calc-serv.bot-serv {
	border-bottom: none;
	margin-bottom: 0px;
}

.fin-sum-tit.sec-tit {
	font-size: 24px;
}

.back-bt {
	top: 0;
	z-index: 9;
	cursor: pointer;
	font-family: 'Comfortaa', cursive;
	display: none;
	position: absolute;
	left: 10px;
	height: 100%;
	padding-top: 0px;}

.back-bt a {
	position: absolute;
	top: 50%;
	margin-top: -29px;
	text-decoration: none !important;
	display: block;
	line-height: 58px;
	padding-left: 30px;
	color: #fff !important; 
}

.back-bt a span {
	opacity: 0;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.back-bt:hover a span {
	opacity: 1;
}

.back-bt a:before {
	content: "";
	position: absolute;
	opacity: 0.7;
	bottom: 0;
	left: 0;
	height: 58px;
	width: 21px;
	background-image: url(images/nav-slid.png);
  background-repeat: no-repeat;
  background-position: left top;
  -webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.back-bt a:hover:before {
	opacity: 1;
}

.mat {
	display: none;
}

 .one-calc.calc-3 {
	display: none;
}

#work-best {
	background-color: #f5f3ee;
}

.one-best {
	padding-top: 20px;
	padding-bottom: 5px;
	float: left;
	width: 100%;
}

.one-best-in {
	float: left;
	width: 100%;
	text-align: center;
	padding: 0 40px 50px;
	border: 1px solid #fff;
}

.one-best-tit {
	float: left;
	width: 100%;
	margin: -16px 0 35px;
	text-align: center;
	font-family: 'Comfortaa', cursive;
	font-size: 22px;
	color: #91204d;
}

.one-best-tit-in {
	padding: 0 38px;
	background-color: #f5f3ee;
	display: inline-block;
}

.one-best-logo {
	margin-bottom: 30px;
	min-height: 57px;
}

.one-best-logo img {}

.one-best-descr {}

.one-best-descr p {
	margin-bottom: 15px;
}

#work-best .bx-wrapper .bx-controls .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -28px;
    outline: 0;
    width: 21px;
    height: 58px;
    text-indent: -9999px;
    z-index: 9;
    background-image: url(images/nav-slid.png);
}

#work-best .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
	background-position: left top !important;
	left: -40px;
}

#work-best .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
	background-position: right top !important;
	right: -40px;
}

.all-pena {}

.one-pena {
	width: 33.33%;
	float:  left;
	margin-left: -2px;
}

.one-pena-thumb {
	float: left;
	width: 100%;
	text-align: center;
	margin-bottom: -25px;
}

.one-pena-thumb img {}

.one-pena-tit {
	position: relative;
	display: table;
	width: 100%;
	height: 116px;
	padding-bottom: 30px;
	width: 100%;
	text-align: center;
	background-image: url(images/pen/pen-bg.png);
	background-repeat: no-repeat;
	background-position: top center;
	margin-bottom: 25px;
}

.one-pena-tit-in {
	font-family: 'Comfortaa', cursive;
	height: 85px;
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
}

.one-pena-tit span {
	color: #91204d;
	font-size: 24px;
}

.one-pena-info {
	float: left;
	width: 100%;
	padding: 26px 35px 0;
	border-right: 2px dotted #d3e3c2;
	border-left: 2px dotted #d3e3c2;
}

.one-pena:last-child .one-pena-info {
	border-right: none;
}

.one-pena:first-child .one-pena-info {
	border-left: none;
}

.one-pena-descr {
	height: 110px;
	font-size: 16px;
	float: left;
	width: 100%;
}

.one-pena-sub-tit {
	font-size: 18px;
	font-weight: bold;
	float: left;
	width: 100%;
	height: 65px;
}

.one-pena ul {
	float: left;
	width: 100%;
}

.one-pena ul li {
	margin-bottom: 25px;
	font-size: 16px;
	position: relative;
	line-height: 24px;
	padding-left: 40px;
}

.one-pena ul li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 25px;
	height: 30px;
	background-image: url(images/pen/pen-li.png);
	background-repeat: no-repeat;
}

.one-pena ul li b {
	display: block;
}

.one-pena ul li.l-1:before {
	background-position: 0 0;
}

.one-pena ul li.l-2:before {
	background-position: -25px 0;
}

.one-pena ul li.l-3:before {
	background-position: -50px 0;
}

.one-pena ul li.l-4:before {
	background-position: -75px 0;
}

.one-pena ul li.l-5:before {
	background-position: -100px 0;
}

.one-pena ul li.l-6:before {
	background-position: -125px 0;
}

.one-pena ul li.l-7:before {
	background-position: -150px 0;
}

#partner {
	padding-bottom: 100px;
}

#partner h3 {
	margin-bottom: 70px;
}

#partner h3 span {
	color: #e8b33f;
}

.partner-in {
	display: table;
	width: 100%;
}

.partner-left {
	display: table-cell;
	vertical-align: top;
	width: 50%;
}

.partner-right {
	display: table-cell;
	vertical-align: middle;
	padding: 20px 50px;
	width: 50%;
	text-align: center;
	background-color: #f5f3ee;
	font-size: 16px;
	line-height: 22px;}

.partner-right p {
	margin-bottom: 20px;}

.quest-form {
	text-align: center;
}

.quest-info {
	display: inline-block;
	text-align: left;
}

.quest-check {
	margin-bottom: 10px;
}

.quest-check label {
	font-weight: 300;
}

.quest-check span {
	float: left;
	margin-left: 18px;
}

#write .quest-one {
	margin-bottom: 30px;
}

#write .quest-one-bt {
	width: 260px;
}

::-webkit-input-placeholder {color:#fff;}
::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
:-moz-placeholder           {color:#fff;}/* Firefox 18- */
:-ms-input-placeholder      {color:#fff;}

.best-in {
	min-height: 240px;
}

/* dmon */


@media (min-width: 1200px) {

.container {
	width: 1200px;
	padding: 0px;}

}

@media (max-width: 1200px) {
	
section {
	padding: 40px 0;}
	
.container h3 {
	margin-bottom: 30px;
	font-size: 32px;}

.head-cont {
	width: 300px;
	line-height: 23px;}
	
nav {
	margin: 0 -10px;}
	
nav ul li a {
	padding: 0 10px;}
	
.hero-tit h1 {
	font-size: 7vmin;}
	
.hero-tit h2 {
	font-size: 5vmin;}
	
.hero-slog {
	font-size: 3vmin;}
	
.why-me-one {
	padding: 0 20px 40px 110px;}
	
.why-me-one:before {
	width: 110px;}
	
.service-one {
	width: 33%;
	padding: 0 30px 20px;}
	
.service-one p {
	font-size: 14px;}
	
.best-tab ul li a {
    padding: 5px 13px;
    line-height: 18px;}
	
.best-one {
	font-size: 14px;}
	
.best-one-left-in {
    padding-right: 40px;}
	
.best-one-right-in {
    padding-left: 40px;}
	
.one-work-info {
	width: 440px;}
	
#do img {
	max-width: 90%;}
	
.hit {
	margin-left: 0px;}
	
.table-calc table tr th span {
	height: 64px;}
	
.table-calc .t-5 span {
	width: 195px;}

.step-in:before {
	background-size: 670px 100%;}
	
.foot-in br {
	display: none;}
	
.foot-soc {
	width: 350px;}
	
.left-logo {
    width: 270px;}
	
.best-tit {
	font-size: 26px;}

.str-form {
    background-position: 160px 104px;
}

.one-pena-tit {
	background-size: contain;
	height: 105px;}

.one-pena-tit-in {
	height: auto;
	font-size: 16px;
}

.one-pena-descr {
	height: 146px;
}

.best-tab ul li {
	margin: 0 2px;
}

.best-tab ul li a {
	height: 50px;
	display: table-cell;
	vertical-align: middle;
}

.partner-left img {
	max-width: 80%;
	height: auto;
}

}

@media (max-width: 992px) {

.time-tell {
	width: 225px;
	line-height: normal;
	text-align: right;}
	
.head-tell {
	font-size: 20px;
	float: none;
	margin: 5px 0 0 0;
	display: inline-block;}
	
.head-time {
	margin-left: 0px;
	width: 100%;
	text-align: right;
	font-size: 12px;}
	
.show-bt {
	cursor: pointer;
	display: block;
	width: 40px;
	padding-top: 10px;
	margin: 0 auto;}
	
.show-bt:hover span, .show-bt.act span {
	background-color: #91204d;}
	
.show-bt span {
	background-color: #333;
	height: 3px;
	margin: 0  0 8px 0;
	display: block;
	width: 100%;}
	
nav {
	display: none;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 100px;
	margin: 0px;
	background-color: #fff;
	border-top: 1px solid #ccc;}
	
nav ul {
	display: block;}

nav li {
	float: left;
	width: 100%;
	border-bottom: 1px solid #E1E1E1;}
	
nav li a {
	text-align: center;}
	
.why-me-one {
	width: 100%;
	padding: 60px 0 40px 0;
	text-align: center;}
	
.why-me-one:before {
	width: 100%;}
	
.service-one {
	width: 49%;}
	
.best-tit {
	font-size: 18px;}
	
.best-tab ul li a {
	text-align: center;
	min-width: inherit;}
	
.best-one {
	display: inline-block;
	width: 100%;
	padding: 10px 0 5px;
	min-height: inherit;
	height: auto;}
	
.mini-slider {
	width: 100%;
	margin-bottom: 20px;}
	
.mini-slider .bx-wrapper {
	width: 475px;}
	
.one-work-info {
	width: 100%;
	text-align: center;}
	
.calc-first {
	display: block;
	width: 100%;
	min-height: 80px;}
	
.calc-first.hiden .calc-first-in {
	display: none;}
	
.calc-first .calc-first-in {
	display: block;}
	
.one-calc {
	display: block;
	width: 100%;
	margin-bottom: 20px;}
	
.step-one {
	padding: 0 10px;}
	
.step-in:before {
	width: 100%;
	margin: 0px;
	left: 0px;
	background-size: 515px 100%;}
	
.step-tit {
	font-size: 16px;}
	
.step-one p {
	font-size: 14px;
	line-height: 18px;}
	
footer {
	height: auto;
	padding-bottom: 20px;
	text-align: center;}
	
footer .foot-in {
	display: block;}

.left-logo {
	width: 100%;}
	
.foot-soc {
	width: 100%;
	margin-bottom: 20px;}

.foot-cont {
	width: 100%;
	text-align: center;}
	
#write {
	background-position: left center;}

.work-slider > .bx-wrapper > .bx-controls > .bx-controls-direction a {
	display: none !important;
}

.str-form {
    background-position: 80px 58px;
}

#calc.add-ones .bx-wrapper .bx-viewport {
	height: 100% !important;
}

.calc-first {
	height: auto;
}

.one-pena {
	width: 100%;
}

.one-pena-descr {
	height: auto;
}

.one-pena-info {
	border: none !important;
	text-align: center;
}

.one-pena ul li {
	padding: 40px 0 0 0;
}

.one-pena ul li:before {
	top: 0;
	left: 50%;
	margin-left: -12px;
}

.partner-in {
	display: block;
}

.partner-left {
	text-align: center;
	margin-bottom: 20px;
	display: block;
	width: 100%;
}

.partner-right {
	display: block;
	width: 100%;
}

.quest-form {
	width: 100%;
}

#write .quest-form:before {
	content: normal;
}

}

@media (max-width: 768px) {
	
.container {
	padding: 0 10px;}

.head-cont {
	display: none;}
	
.hero .container {
    padding-top: 10vmin;}

.hero-tit {
	margin-bottom: 3vmin;}
	
.hero-slog {
	margin-bottom: 5vmin;}
	
.hero-slog {
    font-size: 4vmin;}

.hero-calc a {
	font-size: 20px;
	line-height: 46px;
	padding: 0 20px;}
	
.container h3 {
	font-size: 24px;}
	
.service-one {
	width: 100%;}
	
.best-tab ul {
	display: block;}
	
.best-tab ul li {
	width: 100%;
	margin-bottom: 15px;}
	
.best-top-left {
	width: 100%;}
	
.best-top-right {
	width: 100%;}
	
.best-top {
    float: left;
    width: 100%;}
	
.best-top-left {
	margin-top: 0px;
	margin-bottom: 60px;}
	
.best-top-mid {
    width: 190px;
    height: 60px;
    margin: 59px auto;
	background-size: 105px;}
	
.best-one-left {
	width: 100%;
	text-align: center;
	display: block;
	padding-bottom: 20px;}
	
.best-one-left-in {
	display: block;
	height: auto;
	padding-right: 0px;}
	
.best-one-right {
	padding-top: 20px;
	display: block;
	width: 100%;
	text-align: center;}
	
.best-one-right-in {
	display: block;
	height: auto;
	padding-left: 0px;}
	
.best-one-mid {
	float: left;
	margin: -17px 0px -17px -17px;
	position: relative;
	top: 0px;
	overflow: hidden;}
	
.best-one-mid:before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background-color: #91204d;}
	
.best-one-mid:after {
	content: "";
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 50%;
	background-color: #e8b33f;}
	
.best-one.revers .best-one-mid:after {
	background-color: #91204d;}
	
.best-one.revers .best-one-mid:before {
	background-color: #e8b33f;}
	
.best-one-mid span {
	position: relative;
	z-index: 999;}
	
.best-count-left, .best-count-right, .best-count-mid {
	font-size: 74px;}
	
#quest {
	height: auto;
	background-image: none;}
	
.quest-form {
	width: 100%;
	padding: 35px 15px 15px;
	height: auto;}
	
.quest-tit {
	font-size: 24px;
	line-height: none;}
	
.quest-one-bt {
	font-size: 18px;
	line-height: 55px;
	padding: 0 20px;}
	
.hero {
	position: relative;
	height: auto;}
	
.hero:before {
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	position: absolute;}
	
.hero .container {
	position: relative;
	z-index: 9;
	text-align: center;
	padding-bottom: 10vmin;}
	
.quest-info {
	margin-bottom: 20px;}
	
#hause {
	background-image: none;
	height: 400px;}
	
.house-hero {
	width: 100%;}
	
.one-hause {
	height: 200px;}
	
.one-hause-in {
	height: 200px;}
	
.table-calc table tr td, .table-calc table tr th {
	display: none;}
	
.table-calc table tr td:first-child, .table-calc table tr th:first-child, .table-calc table tr td:last-child, .table-calc table tr th:last-child {
	display: table-cell;}

.step-one {
	width: 49%;
	margin-bottom: 30px;}
	
.step-in:before {
	content: normal;}
	
#write {
	background-image: none;
	height: auto;}
	
#write .quest-form {
	padding-top: 35px;}
	
#map {
	height: 250px;}
	
.map-info {
	float: left;
	position: static;
	margin: 20px auto;
	height: auto;
	width: 100%;
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px; 
	-khtml-border-radius: 0px; 
	border-radius: 0px;}
	
.one-cont {
	width: 50%;
	float: left;}
	
#contact {
	padding-bottom: 40px;}
	
.calc-one-serv {
	width: 49%;
	margin-bottom: 20px;}
	
.calc-text {
	font-size: 18px;}
	
.calc-serv {
	margin-bottom: 35px;}
	
.calc-form-tit {
	font-size: 24px;}

.str-form {
	background-image: none;
}

.fin-sum-num {
	font-size: 36px;
}
	
	
}

@media (max-width: 475px) {
	
h3 {
	font-size: 25px;}

.header-top {
	border-bottom: none;
	height: auto;}
	
.logo {
	width: 100%;
	text-align: center;
	margin-top: 4px;}
	
.logo img {
	max-height: 30px;
	width: auto;}
	
.time-tell {
	text-align: center;
	width: 100%;}
	
.head-tell {
	font-size: 15px;}
	
.head-time {
	width: 100%;
	text-align: center;}

.head-time {
	display: none;}
	
.show-bt span {
	margin-bottom: 6px;}
	
.mini-slider .bx-wrapper {
	width: 100%;}
	
.mini-slider {
	height: auto;}
	
.mini-slider-pager {
	display: none;}
	
.table-calc table tr th span {
	padding: 7px;}
	
.table-calc .t-5 span {
	width: 120px;}
	
.one-calc-tit span {
	padding-left: 40px;
	line-height: 30px;}
	
.one-calc-tit-num {
	width: 30px;
	height: 30px;
	line-height: 26px;}
	
.one-calc-in {
	padding-left: 20px;}
	
.recalc {
	margin-bottom: 15px;}
	
.recalc a {
	line-height: normal;
	padding: 7px 15px;
	text-align: center;}
	
.calc-bt a, .calc-bt input {
	outline: none;
	font-size: 18px;
	line-height: normal;
	padding: 7px 15px;
	text-align: center;}
	
.one-cont {
	width: 100%;}
	
.step-one {
	width: 100%;}
	
.one-hause {
	font-size: 25px;}
	
.num-hause {
	font-size: 55px;}
	
.one-hause b {
	font-size: 28px;}
	
.calc-one-serv {
	width: 100%;}

#work-best .bx-wrapper .bx-controls .bx-controls-direction a {
	display: none;
}

.one-best-in {
	padding: 0 20px 20px;
}

.one-best-tit {
	font-size: 18px;
}

.one-pena-tit-in {
	font-size: 14px;
}

.best-tab ul li a {
	display: block;
	height: auto;
}

.partner-right {
	padding: 20px 20px;
}

.quest-check span {
	margin-left: 0px;
	display: block;
	float: none;
	padding-left: 30px;
}

}

.mat_open, .mat_hide, .size {
	display: none;}
	
.hiden-2 {
	display: none;}

.tab-numb-1, .tab-numb-2, .tab-numb-3, .tab-numb-name, .tab-numb-all {
	display: none;}
	


/*pretty_foto*/

div.pp_pic_holder a:focus{outline:none}
div.pp_overlay{background:#000;display:none;left:0;position:absolute;top:0;width:100%;z-index:9999;min-width:320px!important}
div.pp_pic_holder{display:none;position:absolute;width:100px;z-index:10000; margin:auto;}
.pp_top{height:20px;position:relative; font-size:0;}
* html .pp_top{padding:0 20px}
.pp_top .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_top .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_top .pp_middle{left:0;position:static}
.pp_top .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_content{height:40px;min-width:40px}
* html .pp_content{width:40px}
.pp_fade{display:none;position:relative}
.pp_content_container{position:relative;text-align:left;width:100%}
.pp_content_container .pp_details{position:relative;text-align:right}
.pp_description{text-align:left;display:none;margin:0;padding:20px 140px 20px 20px;background:#FFF;font-size:16px;color:#000;position:absolute;top:100%;margin-top:-60px;left:0;width:100%}
.pp_nav{margin:auto;position:relative;z-index:3;padding:14px 20px; min-width:145px;}
.pp_nav p{white-space:nowrap;font:24px/1.2 LatoRegular, sans-serif;color:#fff;}
.pp_nav .pp_play,.pp_nav .pp_pause{margin-right:4px;text-indent:-10000px;display:none}
a.pp_arrow_previous,a.pp_arrow_next{overflow:hidden;text-indent:-10000px;width:32px; height:32px;font-size:0; cursor:pointer;}
a.pp_arrow_previous{ background: url(images/arrow_prev.png) no-repeat 50% 50%;}
a.pp_arrow_next { background: url(images/arrow_next.png) no-repeat 50% 50%;}
.pp_nav > *{display:inline-block;vertical-align:middle}
.pp_hoverContainer{position:absolute;top:0;width:100%;z-index:2000}
.pp_gallery{display:none;left:50%;margin-top:-50px;position:absolute;z-index:10000}
.pp_gallery div{float:left;overflow:hidden;position:relative}
.pp_gallery ul{float:left;height:35px;margin:0 0 0 5px;padding:0;position:relative;white-space:nowrap}
.pp_gallery ul a{border:1px #000 solid;border:1px rgba(0,0,0,0.5) solid;display:block;float:left;height:33px;overflow:hidden}
.pp_gallery ul a:hover,.pp_gallery li.selected a{border-color:#fff}
.pp_gallery ul a img{border:0}
.pp_gallery li{display:block;float:left;margin:0 5px 0 0;padding:0}
.pp_gallery li.default a img{display:none}
.pp_gallery .pp_arrow_previous,.pp_gallery .pp_arrow_next{margin-top:7px!important}
a.pp_next{background:transparent;display:block;float:right;height:100%;text-indent:-10000px;width:49%}
a.pp_previous{background:transparent;display:block;float:left;height:100%;text-indent:-10000px;width:49%}
a.pp_expand,a.pp_contract{cursor:pointer;display:none;height:20px;position:absolute;right:30px;text-indent:-10000px;top:10px;width:20px;z-index:20000}
a.pp_close{position:absolute;right:-32px;top:-32px;display:block;line-height:22px;text-indent:-10000px;width:24px;height:24px;background:url(images/cross.png) no-repeat 50% 50%; cursor:pointer;}
.pp_bottom{height:20px;position:relative}
* html .pp_bottom{padding:0 20px}
.pp_bottom .pp_left{height:20px;left:0;position:absolute;width:20px}
.pp_bottom .pp_middle{height:20px;left:20px;position:absolute;right:20px}
* html .pp_bottom .pp_middle{left:0;position:static}
.pp_bottom .pp_right{height:20px;left:auto;position:absolute;right:0;top:0;width:20px}
.pp_loaderIcon{display:block;height:40px;left:50%;margin:-20px 0 0 -20px;position:absolute;top:50%;width:40px;}
#pp_full_res{line-height:0;font-size:0;border:5px solid #FFF;overflow:hidden;background:#FFF}
#pp_full_res > *{max-width:100%!important}
#pp_full_res .pp_inline{text-align:left}
#pp_full_res .pp_inline p{margin:0 0 15px}
div.ppt{color:#fff;display:none;font-size:0; margin:0 0 5px 15px;z-index:9999}
.spinner{width:80px;height:80px;position:relative}
.double-bounce1,.double-bounce2{width:100%;height:100%;border-radius:50%;background-color:#FFF;opacity:.8;position:absolute;top:0;left:0;-webkit-animation:bounce 1.5s infinite ease-in-out;
    animation:bounce 1.5s infinite ease-in-out}
.double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}
@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0.0)}
    50%{-webkit-transform:scale(1.0)}
}
@keyframes bounce{0%,100%{transform:scale(0.0);-webkit-transform:scale(0.0)}
    50%{transform:scale(1.0);-webkit-transform:scale(1.0)}
}

.overlay {width:100%; height:100%; position: fixed; top: 0; left: 0; z-index: 40; background: rgba(0,0,0,0.8); cursor: pointer; display: none;}
.user_block {position: absolute; top: 0; left: 0; right: 0; margin:auto; z-index: 41; display: none;}
.thank_block {background: #fff; padding:30px;  width:96%; max-width: 500px; text-align: center; color:#000;}
.thank_block > h6 {font:20px/24px "LatoBold", sans-serif; color:#FF3600; margin-bottom:18px; letter-spacing: 1px;}
.thank_block > p {font:16px/20px "LatoRegular", sans-serif; color:#000;}
.thank_block > p b {font: 18px/20px "LatoBold", sans-serif; color: #FF3600; margin: 10px 0;}
.thank_block > p span {display: block; text-align:center; font:22px/24px "LatoBold", sans-serif; color:#FF3600; margin:16px auto; letter-spacing: 1px;}
.thank_block > p b {font-family: "LatoBold", sans-serif; font-weight: normal; letter-spacing: 1px; }
.thank_block .btn_close {top:14px; right:14px; position: absolute;}
.btn_close { width:16px; height:16px; background: url(images/btn_close.png) no-repeat 50% 50%; cursor: pointer; display: block;}

.error {
	position: absolute;
    width: 100%;
    bottom: -20px;
    display: none;
    padding: 2px 8px;
    background-color: rgba(255,255,255,0.7);
    font-weight: bold;
    color: #D50003 !important;
    color: #333;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}

.quest-one {
	position: relative;
}


.work-slider > .bx-wrapper > .bx-controls > .bx-controls-direction a {
    position: absolute;
    top: 40%;
    margin-top: -28px;
    outline: 0;
    width: 21px;
    height: 58px;
    text-indent: -9999px;
    z-index: 9999;
    background-image: url(images/nav-slid.png);
}

.work-slider > .bx-wrapper > .bx-controls > .bx-controls-direction a.bx-prev {
	background-position: left top !important;
	left: -40px;
}

.work-slider > .bx-wrapper > .bx-controls > .bx-controls-direction a.bx-next {
	background-position: right top !important;
	right: -40px;
}




	font-family: 'Roboto', sans-serif;
	font-family: 'Comfortaa', cursive;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px; 
	-khtml-border-radius: 3px; 
	border-radius: 3px;
	
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
