@import url("intro.css");
@import url("roboto-medium.css");
@import url("roboto-bold.css");
@import url("roboto-regular.css");
@import url("roboto-light.css");
@import url("arialnarrow.css");
@import url("roboto-condensed.css");
@import url("cambria-italic.css");

.justi {
	text-align: justify
}

.justi:after {
	content: '';
	width: 100%;
	height: 0px;
	display: inline-block
}

.justi div,
.justi span,
.justi ins,
.justi p,
.justi a {
	text-align: left
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-moz-transform: scale(0.3);
		-ms-transform: scale(0.3);
		-o-transform: scale(0.3);
		-icab-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		-icab-transform: scale(1.05);
		transform: scale(1.05)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-icab-transform: scale(1);
		transform: scale(1)
	}

}

@-moz-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-moz-transform: scale(0.3);
		-ms-transform: scale(0.3);
		-o-transform: scale(0.3);
		-icab-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		-icab-transform: scale(1.05);
		transform: scale(1.05)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-icab-transform: scale(1);
		transform: scale(1)
	}

}

@-ms-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-moz-transform: scale(0.3);
		-ms-transform: scale(0.3);
		-o-transform: scale(0.3);
		-icab-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		-icab-transform: scale(1.05);
		transform: scale(1.05)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-icab-transform: scale(1);
		transform: scale(1)
	}

}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-moz-transform: scale(0.3);
		-ms-transform: scale(0.3);
		-o-transform: scale(0.3);
		-icab-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		-icab-transform: scale(1.05);
		transform: scale(1.05)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		-icab-transform: scale(1);
		transform: scale(1)
	}

}

@-webkit-keyframes dash {
	from {
		stroke-dashoffset: 2000
	}

	to {
		stroke-dashoffset: 0
	}

}

@-moz-keyframes dash {
	from {
		stroke-dashoffset: 2000
	}

	to {
		stroke-dashoffset: 0
	}

}

@-ms-keyframes dash {
	from {
		stroke-dashoffset: 2000
	}

	to {
		stroke-dashoffset: 0
	}

}

@keyframes dash {
	from {
		stroke-dashoffset: 2000
	}

	to {
		stroke-dashoffset: 0
	}

}

.screen {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1993px;
	z-index: 999;
	background: url("../img/screen.jpg") no-repeat center top;
	opacity: .8;
	display: none
}

.btn1 {
	height: 60px;
	width: 300px;
	position: relative;
	border: 0;
	background: transparent;
	-webkit-box-shadow: -2px 2px 10px #2082a2;
	-moz-box-shadow: -2px 2px 10px #2082a2;
	-ms-box-shadow: -2px 2px 10px #2082a2;
	-o-box-shadow: -2px 2px 10px #2082a2;
	-icab-box-shadow: -2px 2px 10px #2082a2;
	box-shadow: -2px 2px 10px #2082a2;
	border-radius: 4px;
	margin-top: 40px
}

.btn1 span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	right: 6px;
	background: url("../img/btn1_center.png") repeat-x;
	line-height: 62px;
	text-align: center;
	font-size: 16px;
	color: #003e45;
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #fff
}

.btn1 span:before {
	content: url("../img/btn1_left.png");
	position: absolute;
	left: -6px;
	top: 0px
}

.btn1 span:after {
	content: url("../img/btn1_right.png");
	position: absolute;
	right: -6px;
	top: 0px
}

.btn2 {
	height: 60px;
	width: 300px;
	position: relative;
	border: 0;
	background: transparent;
	-webkit-box-shadow: -2px 2px 10px #a28e20;
	-moz-box-shadow: -2px 2px 10px #a28e20;
	-ms-box-shadow: -2px 2px 10px #a28e20;
	-o-box-shadow: -2px 2px 10px #a28e20;
	-icab-box-shadow: -2px 2px 10px #a28e20;
	box-shadow: -2px 2px 10px #a28e20;
	border-radius: 4px;
	margin-top: 40px
}

.btn2 span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	right: 6px;
	background: url("../img/btn2_center.png") repeat-x;
	line-height: 62px;
	text-align: center;
	font-size: 16px;
	color: #473900;
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #fff
}

.btn2 span:before {
	content: url("../img/btn2_left.png");
	position: absolute;
	left: -6px;
	top: 0px
}

.btn2 span:after {
	content: url("../img/btn2_right.png");
	position: absolute;
	right: -6px;
	top: 0px
}

.btn3 {
	height: 60px;
	width: 300px;
	position: relative;
	border: 0;
	background: transparent;
	-webkit-box-shadow: -2px 2px 10px #a28e20;
	-moz-box-shadow: -2px 2px 10px #a28e20;
	-ms-box-shadow: -2px 2px 10px #a28e20;
	-o-box-shadow: -2px 2px 10px #a28e20;
	-icab-box-shadow: -2px 2px 10px #a28e20;
	box-shadow: -2px 2px 10px #a28e20;
	border-radius: 4px;
	margin-top: 40px
}

.btn3 span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	right: 6px;
	background: url("../img/btn3_center.png") repeat-x top;
	line-height: 62px;
	text-align: center;
	font-size: 16px;
	color: #473900;
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #fff
}

.btn3 span:before {
	content: '';
	background: url("../img/btn3_left.png") no-repeat top;
	position: absolute;
	height: 60px;
	width: 6px;
	left: -6px;
	top: 0px
}

.btn3 span:after {
	content: '';
	background: url("../img/btn3_right.png") no-repeat top;
	position: absolute;
	height: 60px;
	width: 6px;
	right: -6px;
	top: 0px
}

.btn3:hover span {
	background: url("../img/btn3_center.png") repeat-x center
}

.btn3:hover span:before {
	background: url("../img/btn3_left.png") no-repeat center
}

.btn3:hover span:after {
	background: url("../img/btn3_right.png") no-repeat center
}

.btn3:active {
	position: relative;
	top: 1px;
	-webkit-box-shadow: -2px 2px 3px #a28e20;
	-moz-box-shadow: -2px 2px 3px #a28e20;
	-ms-box-shadow: -2px 2px 3px #a28e20;
	-o-box-shadow: -2px 2px 3px #a28e20;
	-icab-box-shadow: -2px 2px 3px #a28e20;
	box-shadow: -2px 2px 3px #a28e20
}

.btn3:active span {
	background: url("../img/btn3_center.png") repeat-x bottom
}

.btn3:active span:before {
	background: url("../img/btn3_left.png") no-repeat bottom
}

.btn3:active span:after {
	background: url("../img/btn3_right.png") no-repeat bottom
}

.btn4 {
	height: 60px;
	width: 300px;
	position: relative;
	border: 0;
	background: transparent;
	-webkit-box-shadow: -2px 2px 10px #2082a2;
	-moz-box-shadow: -2px 2px 10px #2082a2;
	-ms-box-shadow: -2px 2px 10px #2082a2;
	-o-box-shadow: -2px 2px 10px #2082a2;
	-icab-box-shadow: -2px 2px 10px #2082a2;
	box-shadow: -2px 2px 10px #2082a2;
	border-radius: 4px;
	margin-top: 40px
}

.btn4 span {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 6px;
	right: 6px;
	background: url("../img/btn4_center.png") repeat-x;
	line-height: 62px;
	text-align: center;
	font-size: 16px;
	color: #473900;
	font-family: 'Roboto-Bold';
	text-transform: uppercase;
	text-shadow: 2px 2px 2px #fff
}

.btn4 span:before {
	content: '';
	background: url("../img/btn4_left.png") no-repeat top;
	position: absolute;
	left: -6px;
	top: 0px;
	width: 6px;
	height: 60px
}

.btn4 span:after {
	content: '';
	background: url("../img/btn4_right.png");
	position: absolute;
	right: -6px;
	top: 0px;
	width: 6px;
	height: 60px
}

.btn4:hover span {
	background: url("../img/btn4_center.png") repeat-x center
}

.btn4:hover span:before {
	background: url("../img/btn4_left.png") no-repeat center
}

.btn4:hover span:after {
	background: url("../img/btn4_right.png") no-repeat center
}

.btn4:active {
	position: relative;
	top: 1px;
	-webkit-box-shadow: -2px 2px 3px #2082a2;
	-moz-box-shadow: -2px 2px 3px #2082a2;
	-ms-box-shadow: -2px 2px 3px #2082a2;
	-o-box-shadow: -2px 2px 3px #2082a2;
	-icab-box-shadow: -2px 2px 3px #2082a2;
	box-shadow: -2px 2px 3px #2082a2
}

.btn4:active span {
	background: url("../img/btn4_center.png") repeat-x bottom
}

.btn4:active span:before {
	background: url("../img/btn4_left.png") no-repeat bottom
}

.btn4:active span:after {
	background: url("../img/btn4_right.png") no-repeat bottom
}

body {
	font-family: 'Arial';
	font-size: 14px
}

.wrapper {
	min-width: 1000px;
	overflow: hidden
}

.center {
	width: 1000px;
	margin: 0 auto
}

.top_line {
	height: 80px;
	background: #eee;
	border-bottom: 2px solid #e5e5e5
}

.top_line .logo {
	display: inline-block;
	vertical-align: top;
	margin-top: 20px
}

.top_line h2 {
	font-family: 'Roboto-Medium';
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 20px 0 0 20px
}

.top_line .work_time {
	font-family: 'Roboto-Medium';
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 30px 0 0 50px
}

.top_line .right_side {
	position: absolute;
	right: 0;
	top: 20px
}

.top_line .right_side .phone {
	font-family: 'Roboto-Medium';
	font-size: 24px;
	color: #000;
	text-decoration: none
}

.top_line .right_side p {
	font-size: 20px;
	color: #007a88;
	text-align: right;
	margin-top: 6px
}

.top_line .right_side p span {
	cursor: pointer;
	border-bottom: 1px dashed
}

.top_line .right_side p span:hover {
	border-bottom-color: transparent
}

.wrap_menu {
	position: absolute;
	top: 80px;
	left: 0;
	right: 0;
	height: 50px
}

.menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 50px;
	background: rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.2);
	-icab-box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 2px 10px rgba(0, 0, 0, 0.2);
	z-index: 98
}

.menu.active {
	position: fixed
}

.menu.active nav {
	text-align: left
}

.menu.active nav a {
	font-size: 16px;
	margin: 0 10px
}

.menu.active .phone {
	right: 0px
}

.menu nav {
	overflow: hidden
}

.menu nav a {
	font-family: 'Roboto-Regular';
	font-size: 18px;
	color: #fff;
	text-decoration: none;
	line-height: 50px;
	display: inline-block;
	vertical-align: top;
	margin: 0 20px;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	-icab-transition: 0.4s;
	transition: 0.4s
}

.menu nav a:hover,
.menu nav a.active {
	color: #FFCD01
}

.menu .phone {
	font-size: 22px;
	color: #fff;
	position: absolute;
	right: -1000px;
	top: 14px;
	text-decoration: none;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	-icab-transition: 0.4s;
	transition: 0.4s
}

header {
	height: 730px;
	background: url("../img/header_bg.jpg") no-repeat center;
	-webkit-background-size: civer;
	-moz-background-size: civer;
	-ms-background-size: civer;
	-o-background-size: civer;
	-icab-background-size: civer;
	background-size: civer;
	position: relative;
	overflow: hidden
}

header:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -120px;
	height: 242px;
	z-index: 1
}

header .center {
	height: 770px
}

header svg {
	position: absolute;
	top: 100px;
	left: 0px
}

header .svg {
	stroke-dasharray: 2000;
	stroke-dashoffset: 2000
}

header.active .svg {
	-webkit-animation: dash 1s linear alternate forwards;
	-moz-animation: dash 1s linear alternate forwards;
	-ms-animation: dash 1s linear alternate forwards;
	-o-animation: dash 1s linear alternate forwards;
	-icab-animation: dash 1s linear alternate forwards;
	animation: dash 1s linear alternate forwards
}

header.active ul li {
	left: 0px;
	opacity: 1
}

header.active ul li:nth-child(1) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	-icab-transition-delay: 0.2s;
	transition-delay: 0.2s
}

header.active ul li:nth-child(2) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-icab-transition-delay: 0.4s;
	transition-delay: 0.4s
}

header.active ul li:nth-child(3) {
	-webkit-transition-delay: 0.6s;
	-moz-transition-delay: 0.6s;
	-ms-transition-delay: 0.6s;
	-o-transition-delay: 0.6s;
	-icab-transition-delay: 0.6s;
	transition-delay: 0.6s
}

header.active ul li:nth-child(4) {
	-webkit-transition-delay: 0.8s;
	-moz-transition-delay: 0.8s;
	-ms-transition-delay: 0.8s;
	-o-transition-delay: 0.8s;
	-icab-transition-delay: 0.8s;
	transition-delay: 0.8s
}

header.active ul li:nth-child(5) {
	-webkit-transition-delay: 1s;
	-moz-transition-delay: 1s;
	-ms-transition-delay: 1s;
	-o-transition-delay: 1s;
	-icab-transition-delay: 1s;
	transition-delay: 1s
}

header h1 {
	font-family: 'Roboto-Medium';
	font-size: 46px;
	text-shadow: 1px 1px 1px #fff;
	padding-top: 130px;
	position: relative;
	margin-left: 40px
}

header h1 span {
	display: block;
	font-size: 24px;
	margin-top: 10px
}

header ul {
	margin-top: 74px
}

header ul li {
	font-family: 'Roboto-Regular';
	font-size: 20px;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
	position: relative;
	margin-bottom: 6px;
	left: -100px;
	opacity: 0;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	-icab-transition: 0.4s;
	transition: 0.4s
}

header ul li span {
	display: inline-block;
	background: rgba(0, 0, 0, 0.5);
	height: 44px;
	line-height: 44px;
	padding-left: 44px;
	padding-right: 20px;
	position: relative
}

header ul li span:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	border: 22px solid transparent;
	border-left-color: rgba(0, 0, 0, 0.5);
	left: 100%;
	top: 0
}

header ul li img {
	position: absolute;
	left: 6px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1
}

header .brigada {
	position: absolute;
	bottom: -74px;
	right: -10px
}

header button {
	margin-right: 12px;
	z-index: 2
}

header button img {
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1
}

header button span {
	padding-left: 20px
}

header button.btn1 span {
	padding-left: 26px
}

header button.btn4 {
	width: 370px
}

header p {
	font-size: 24px;
	position: absolute;
	left: 0px;
	bottom: 125px
}

header p span {
	color: red;
	font-size: 28px
}

header p ins {
	font-size: 28px
}

header .form {
	text-align: center;
	position: absolute;
	right: 100px;
	top: 260px;
	background: #A0E3ED;
	width: 360px;
	padding: 30px 0px;
	z-index: 3;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4)
}

header .form h3 {
	font-size: 26px;
	font-family: 'Roboto-Medium';
	line-height: 30px
}

header .form h4 {
	font-family: 'Roboto-Light';
	font-size: 18px;
	line-height: 24px;
	margin-top: 10px;
	margin-bottom: 30px
}

header .form .element {
	display: inline-block;
	margin-bottom: 30px
}

header .form .element span {
	font-family: 'Roboto-Light';
	font-size: 14px;
	display: block;
	padding-left: 10px;
	text-align: left;
	position: absolute;
	top: 18px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	-icab-transition: 0.2s;
	transition: 0.2s;
	pointer-events: none
}

header .form .element span.active {
	top: -18px
}

header .form .element input[type="text"] {
	width: 300px;
	height: 48px;
	padding: 0 10px;
	border-radius: 6px;
	border: 0;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-icab-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2)
}

header .form .element textarea {
	width: 300px;
	height: 172px;
	max-height: 172px;
	padding: 18px 10px;
	border-radius: 6px;
	border: 0;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-icab-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2)
}

header .form button {
	margin-top: 0px
}

header .form button span {
	font-size: 22px
}

.uslugi {
	height: 920px;
	background: #90DFEA;
	padding-top: 60px;
	position: relative;
	-webkit-box-shadow: inset -4px 0px 30px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset -4px 0px 30px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: inset -4px 0px 30px rgba(0, 0, 0, 0.4);
	-o-box-shadow: inset -4px 0px 30px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: inset -4px 0px 30px rgba(0, 0, 0, 0.4);
	box-shadow: inset -4px 0px 30px rgba(0, 0, 0, 0.4)
}

.uslugi:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.89)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3ffffff', endColorstr='#00ffffff', GradientType=1)
}

.uslugi * {
	z-index: 1
}

.uslugi .victor {
	width: 830px;
	margin: 0 auto
}

.uslugi .victor img {
	position: absolute;
	left: 0px;
	text-decoration: 0px
}

.uslugi .victor .vic_text {
	padding-top: 20px
}

.uslugi .victor .vic_text p {
	font-family: 'cambria-italic';
	font-size: 20px;
	line-height: 28px;
	background: #fff;
	margin-left: 194px;
	padding: 20px;
	border-radius: 4px;
	font-style: italic;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-icab-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	position: relative
}

.uslugi .victor .vic_text p:after {
	content: '';
	width: 0px;
	height: 0px;
	border: 16px solid transparent;
	border-top-color: #fff;
	position: absolute;
	left: -10px;
	top: 20px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-icab-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

.uslugi .victor .vic_text span {
	display: block;
	font-size: 18px;
	font-family: 'Roboto-Medium';
	padding-left: 194px;
	margin: 16px 0px 10px
}

.uslugi .victor .vic_text ins {
	display: block;
	font-size: 16px;
	font-family: 'Roboto-Light';
	padding-left: 194px
}

.uslugi h2 {
	font-family: 'Roboto-Regular';
	font-size: 30px;
	text-align: center;
	margin-top: 100px;
	overflow: hidden
}

.uslugi h2 span {
	position: relative;
	display: inline-block;
	text-shadow: 1px 1px 2px #fff
}

.uslugi h2 span:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 14px;
	width: 1000px;
	margin-right: 16px;
	height: 7px;
	background: url("../img/reborn.png")
}

.uslugi h2 span:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 14px;
	width: 1000px;
	margin-left: 16px;
	height: 7px;
	background: url("../img/reborn.png")
}

.uslugi ul {
	margin-top: 70px
}

.uslugi ul li {
	display: inline-block;
	vertical-align: top;
	width: 300px;
	margin-bottom: 50px
}

.uslugi ul li img {
	position: absolute;
	left: 0px;
	top: 0px
}

.uslugi ul li p {
	font-size: 18px;
	font-family: 'Roboto-Regular';
	padding-left: 60px;
	line-height: 24px
}

.uslugi button {
	margin-top: 10px
}

.works {
	padding-top: 70px;
	background: #fffdf6
}

.works h2 {
	font-family: 'Roboto-Regular';
	font-size: 30px;
	color: #2e3334;
	text-align: center;
	overflow: hidden
}

.works h2 span {
	display: inline-block;
	position: relative
}

.works h2 span:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 14px;
	width: 1000px;
	margin-right: 66px;
	height: 6px;
	background: url("../img/reborn2.png")
}

.works h2 span:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 14px;
	width: 1000px;
	margin-left: 66px;
	height: 6px;
	background: url("../img/reborn2.png")
}

.works .reviews_blocks .reviews_block {
	padding-bottom: 100px;
	padding-top: 100px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #e3dbc5
}

.works .reviews_blocks .reviews_block h3 {
	font-family: 'Roboto-Light';
	font-size: 24px;
	text-align: center;
	margin-bottom: 50px
}

.works .reviews_blocks .reviews_block .reviews_slider {
	display: inline-block;
	vertical-align: top;
	width: 500px;
	border-top: 4px solid #aadee9
}

.works .reviews_blocks .reviews_block .reviews_slider .slick_big {
	margin-bottom: 0
}

.works .reviews_blocks .reviews_block .reviews_slider .slick_big .slick-slide:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0)
}

.works .reviews_blocks .reviews_block .reviews_slider .slick_big .slick-slide span {
	position: absolute;
	bottom: 30px;
	z-index: 1;
	text-align: center;
	left: 0;
	right: 0;
	font-size: 20px;
	color: #fff
}

.works .reviews_blocks .reviews_block .reviews_slider .slick_small {
	padding: 0 36px
}

.works .reviews_blocks .reviews_block .reviews_slider .slick_small:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11px;
	height: 11px;
	background: url("../img/shadow.png") repeat-x
}

.works .reviews_blocks .reviews_block .reviews_slider .slick_small button {
	width: 36px;
	height: 109px;
	background: #aadee9;
	top: 14px;
	cursor: pointer;
	z-index: 1
}

.works .reviews_blocks .reviews_block .reviews_slider .slick_small button:active {
	top: 16px
}

.works .reviews_blocks .reviews_block .reviews_slider .slick_small button.slick-prev {
	left: 0px
}

.works .reviews_blocks .reviews_block .reviews_slider .slick_small button.slick-prev:before {
	font-size: 0px;
	width: 0px;
	height: 0px;
	border: 12px solid transparent;
	border-right-color: #114d55;
	margin-right: 12px
}

.works .reviews_blocks .reviews_block .reviews_slider .slick_small button.slick-next {
	right: 0px
}

.works .reviews_blocks .reviews_block .reviews_slider .slick_small button.slick-next:before {
	font-size: 0px;
	width: 0px;
	height: 0px;
	border: 12px solid transparent;
	border-left-color: #114d55;
	margin-left: 12px
}

.works .reviews_blocks .reviews_block .reviews_slider .slick_small .slick-slide img {
	width: 100%;
	border-top: 6px solid #fff;
	border-bottom: 6px solid #fff;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	cursor: pointer
}

.works .reviews_blocks .reviews_block .reviews_slider .slick_small .slick-slide.slick-active:nth-child(1) img {
	border-color: #aadee9
}

.works .reviews_blocks .reviews_block .rev {
	display: inline-block;
	vertical-align: top;
	width: 430px;
	margin-left: 50px
}

.works .reviews_blocks .reviews_block .rev .rev_intro {
	font-family: 'Roboto-Light';
	font-size: 16px;
	line-height: 20px
}

.works .reviews_blocks .reviews_block .rev .rev_intro:after {
	content: '';
	width: 50px;
	height: 4px;
	background: #aadee9;
	position: absolute;
	left: 0px;
	bottom: -30px
}

.works .reviews_blocks .reviews_block .rev .rev_otziv {
	margin-top: 60px
}

.works .reviews_blocks .reviews_block .rev .rev_otziv .rev_text {
	font-family: 'Roboto-Light';
	font-size: 14px;
	line-height: 20px;
	background: #fff;
	border-radius: 6px;
	padding: 10px;
	width: 270px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-icab-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2)
}

.works .reviews_blocks .reviews_block .rev .rev_otziv .rev_text:after {
	content: '';
	width: 0px;
	height: 0px;
	border: 16px solid transparent;
	border-top-color: #fff;
	position: absolute;
	right: -10px;
	top: 20px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-icab-transform: rotate(45deg);
	transform: rotate(45deg)
}

.works .reviews_blocks .reviews_block .rev .rev_otziv .rev_face {
	position: absolute;
	right: 0px;
	top: -20px;
	text-align: center
}

.works .reviews_blocks .reviews_block .rev .rev_otziv .rev_face p {
	font-family: 'Roboto-Regular';
	font-size: 18px
}

.works .reviews_blocks .reviews_block .rev .rev_otziv .rev_face a {
	color: #333
}

.works .reviews_blocks .reviews_block .rev .rev_otziv .rev_face a:hover {
	text-decoration: none
}

.works .reviews_blocks .reviews_block .rev button {
	width: 270px
}

.works .reviews_blocks .reviews_block.chet {
	background: #fff9e8
}

.works .reviews_blocks .reviews_block.chet .rev {
	margin-left: 0
}

.works .reviews_blocks .reviews_block.chet .reviews_slider {
	margin-left: 50px
}

.works .reviews_blocks .reviews_block:last-child {
	border-bottom: 0
}

.works .reviews_blocks .reviews_block:first-child {
	border-top: 0
}

.how {
	background: #90DFEA;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	-webkit-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.4);
	-o-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.4)
}

.how:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.89)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3ffffff', endColorstr='#00ffffff', GradientType=1)
}

.how * {
	z-index: 1
}

.how h2 {
	font-family: 'Roboto-Regular';
	font-size: 30px;
	text-align: center;
	overflow: hidden
}

.how h2 span {
	position: relative;
	display: inline-block;
	text-shadow: 1px 1px 2px #fff
}

.how h2 span:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 14px;
	width: 1000px;
	margin-right: 16px;
	height: 7px;
	background: url("../img/reborn.png")
}

.how h2 span:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 14px;
	width: 1000px;
	margin-left: 16px;
	height: 7px;
	background: url("../img/reborn.png")
}

.how ul {
	margin-top: 50px
}

.how ul li {
	display: inline-block;
	vertical-align: top;
	width: 190px;
	text-align: center
}

.how ul li p {
	font-size: 18px;
	line-height: 22px;
	text-align: center;
	margin-top: 10px
}

.how button {
	width: 250px
}

.how button span {
	font-size: 18px
}

.process {
	padding-top: 70px;
	padding-bottom: 70px
}

.process h2 {
	font-family: 'Roboto-Regular';
	font-size: 30px;
	text-align: center;
	overflow: hidden
}

.process h2 span {
	position: relative;
	display: inline-block;
	text-shadow: 1px 1px 2px #fff
}

.process h2 span:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 14px;
	width: 1000px;
	margin-right: 16px;
	height: 7px;
	background: url("../img/reborn.png")
}

.process h2 span:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 14px;
	width: 1000px;
	margin-left: 16px;
	height: 7px;
	background: url("../img/reborn.png")
}

.process .process_slider {
	margin-top: 50px;
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.4)
}

.process .process_slider:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
	pointer-events: none;
	width: 34.3%
}

.process .process_slider:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 1;
	pointer-events: none;
	width: 34.3%
}

.process .process_slider .slick-slide {
	cursor: pointer
}

.process .process_slider .slick-slide:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	pointer-events: none
}

.process .process_slider .slick-slide:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	z-index: 1;
	background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(100%, rgba(0, 0, 0, 0.8)));
	background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -o-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	background: -ms-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#cc000000', GradientType=0);
	opacity: 0
}

.process .process_slider .slick-slide.slick-center:after {
	background: transparent;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	-icab-transition: 0.1s;
	transition: 0.1s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-icab-transition-delay: 0.4s;
	transition-delay: 0.4s
}

.process .process_slider .slick-slide.slick-center:before {
	opacity: 1;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	-icab-transition: 0.1s;
	transition: 0.1s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-icab-transition-delay: 0.4s;
	transition-delay: 0.4s
}

.process .process_slider .slick-slide.slick-center span {
	opacity: 1;
	-webkit-transition: 0.1s;
	-moz-transition: 0.1s;
	-ms-transition: 0.1s;
	-o-transition: 0.1s;
	-icab-transition: 0.1s;
	transition: 0.1s;
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	-icab-transition-delay: 0.4s;
	transition-delay: 0.4s
}

.process .process_slider .slick-slide img {
	width: 100%
}

.process .process_slider .slick-slide span {
	font-size: 18px;
	text-align: center;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 30px;
	color: #fff;
	z-index: 2;
	opacity: 0
}

.process .process_slider button {
	width: 36px;
	height: 109px;
	background: #aadee9;
	top: 14px;
	cursor: pointer;
	z-index: 1;
	right: 0px;
	left: 0;
	margin: auto;
	top: 50%;
	margin-top: -54px;
	z-index: 2
}

.process .process_slider button:active:before {
	position: relative;
	top: 1px
}

.process .process_slider button.slick-prev {
	left: -33.4%
}

.process .process_slider button.slick-prev:before {
	font-size: 0px;
	width: 0px;
	height: 0px;
	border: 12px solid transparent;
	border-right-color: #114d55;
	margin-right: 12px
}

.process .process_slider button.slick-next {
	right: -33.4%
}

.process .process_slider button.slick-next:before {
	font-size: 0px;
	width: 0px;
	height: 0px;
	border: 12px solid transparent;
	border-left-color: #114d55;
	margin-left: 12px
}

.what {
	background: #90DFEA;
	padding-top: 100px;
	padding-bottom: 60px;
	position: relative;
	-webkit-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.4);
	-o-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.4)
}

.what:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.89)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.89) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e3ffffff', endColorstr='#00ffffff', GradientType=1)
}

.what * {
	z-index: 1
}

.what h2 {
	font-family: 'Roboto-Regular';
	font-size: 30px;
	text-align: center;
	overflow: hidden
}

.what h2 span {
	position: relative;
	display: inline-block;
	text-shadow: 1px 1px 2px #fff
}

.what h2 span:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 14px;
	width: 1000px;
	margin-right: 16px;
	height: 7px;
	background: url("../img/reborn.png")
}

.what h2 span:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 14px;
	width: 1000px;
	margin-left: 16px;
	height: 7px;
	background: url("../img/reborn.png")
}

.what .what_block {
	display: inline-block;
	vertical-align: top;
	width: 460px;
	margin-top: 50px
}

.what .what_block h3 {
	font-size: 22px;
	font-family: 'Roboto-Medium'
}

.what .what_block ul {
	margin-top: 30px
}

.what .what_block ul li {
	margin-bottom: 30px;
	position: relative;
	padding-left: 30px;
	height: 200px
}

.what .what_block ul li img {
	position: absolute;
	left: 0px;
	top: 0px
}

.what .what_block ul li h4 {
	font-size: 18px;
	font-family: 'Roboto-Medium';
	margin-bottom: 16px
}

.what .what_block ul li p {
	font-size: 18px;
	line-height: 24px
}

.what button span {
	font-size: 18px
}

.what .kate {
	padding-top: 60px;
	padding-bottom: 20px
}

.what .kate .kate_block {
	text-align: center;
	margin-bottom: 50px
}

.what .kate .kate_block>div {
	margin: 0 60px
}

.what .kate .kate_block .left {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	font-family: 'Roboto-Light';
	line-height: 18px;
	width: 360px;
	text-align: right
}

.what .kate .kate_block .left:after {
	content: '';
	position: absolute;
	width: 34px;
	height: 34px;
	background: url("../img/ico23.png");
	left: 100%;
	top: 2px;
	margin-left: 20px
}

.what .kate .kate_block .right {
	display: inline-block;
	vertical-align: top;
	width: 360px;
	text-align: left
}

.what .kate .kate_block .right:after {
	content: '';
	position: absolute;
	width: 34px;
	height: 34px;
	background: url("../img/ico24.png");
	right: 100%;
	top: 2px;
	margin-right: 20px
}

.what .kate .kate_block .right h5 {
	font-size: 16px;
	color: #40b0c6;
	font-family: 'Roboto-Medium';
	text-transform: uppercase
}

.what .kate .kate_block .right p {
	font-size: 14px;
	font-family: 'Roboto-Light';
	line-height: 18px;
	margin-top: 10px
}

.prices {
	background: #fff9e8;
	padding: 60px 0px
}

.prices h2 {
	font-family: 'Roboto-Regular';
	font-size: 30px;
	color: #2e3334;
	text-align: center;
	overflow: hidden
}

.prices h2 span {
	display: inline-block;
	position: relative
}

.prices h2 span:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 14px;
	width: 1000px;
	margin-right: 66px;
	height: 6px;
	background: url("../img/reborn2.png")
}

.prices h2 span:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 14px;
	width: 1000px;
	margin-left: 66px;
	height: 6px;
	background: url("../img/reborn2.png")
}

.prices .center>p {
	font-family: 'Roboto-Medium';
	font-size: 18px;
	text-align: center;
	line-height: 26px;
	margin-top: 20px
}

.prices .pricec_blocks {
	margin-top: 60px
}

.prices .pricec_blocks .prisec_block {
	width: 312px;
	display: inline-block;
	vertical-align: top;
	border: 2px solid transparent
}

.prices .pricec_blocks .prisec_block.akcia {
	border: 2px solid red
}

.prices .pricec_blocks .prisec_block.akcia:after {
	content: '';
	width: 73px;
	height: 72px;
	background: url("../img/akcia.png");
	position: absolute;
	left: -3px;
	top: -3px;
	z-index: 1
}

.prices .pricec_blocks .prisec_block.hit {
	border: 2px solid #FFD43E
}

.prices .pricec_blocks .prisec_block.hit:after {
	content: '';
	width: 68px;
	height: 68px;
	background: url("../img/hit.png");
	position: absolute;
	left: -3px;
	top: -3px;
	z-index: 1
}

.prices .pricec_blocks .prisec_block h3 {
	font-family: 'Roboto-Medium';
	font-size: 20px;
	text-align: center;
	background: #fff;
	padding: 20px 0px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-icab-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2)
}

.prices .packeg {
	background: #fff;
	padding-bottom: 10px;
	border-radius: 6px 6px 0px 0px;
	-webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-o-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	-icab-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2)
}

.prices .packeg .tabs {
	font-size: 0px;
	background: #31b3c3;
	z-index: 1
}

.prices .packeg .tabs span {
	display: inline-block;
	height: 44px;
	line-height: 44px;
	font-size: 14px;
	color: #fff;
	width: 33.33333%;
	text-align: center;
	cursor: pointer
}

.prices .packeg .tabs span ins {
	position: relative;
	z-index: 2
}

.prices .packeg .tabs span.active {
	color: #000;
	cursor: default
}

.prices .packeg .tabs span.active:after {
	content: '';
	position: absolute;
	left: -5px;
	width: 114px;
	height: 58px;
	background: url("../img/marker.png")
}

.prices .packeg .tabs span.one_tab {
	width: auto;
	display: block
}

.prices .packeg .tabs span.one_tab:after {
	content: '';
	position: absolute;
	left: -5px;
	width: 325px;
	height: 58px;
	background: url("../img/marker2.png")
}

.prices .packeg .tab {
	padding: 10px;
	background: #fff;
	padding-top: 20px;
	display: none
}

.prices .packeg .tab .standart {
	background: #fff9da;
	padding: 10px
}

.prices .packeg .tab .standart p {
	font-family: 'Roboto-Light';
	font-size: 16px;
	line-height: 22px;
	position: relative;
	padding-left: 18px
}

.prices .packeg .tab .standart p span {
	font-family: 'Roboto-Medium';
	position: absolute;
	left: 0px;
	top: 0px
}

.prices .packeg .tab .sostav {
	margin-top: 30px;
	overflow: hidden;
	margin-bottom: 30px;
	height: 420px
}

.prices .packeg .tab .sostav h4 {
	font-family: 'Roboto-Light';
	font-size: 18px;
	text-align: center;
	margin-bottom: 20px
}

.prices .packeg .tab .sostav h4 span {
	position: relative
}

.prices .packeg .tab .sostav h4 span:before {
	content: '';
	position: absolute;
	height: 1px;
	right: 100%;
	margin-right: 10px;
	background: #000;
	width: 100px;
	top: 10px
}

.prices .packeg .tab .sostav h4 span:after {
	content: '';
	position: absolute;
	height: 1px;
	left: 100%;
	margin-left: 10px;
	background: #000;
	width: 100px;
	top: 10px
}

.prices .packeg .tab .sostav.no h4 span:after,
.prices .packeg .tab .sostav.no h4 span:before {
	display: none
}

.prices .packeg .tab .sostav p {
	font-family: 'Roboto-Medium';
	font-size: 16px;
	line-height: 26px;
	position: relative;
	white-space: nowrap
}

.prices .packeg .tab .sostav p:before {
	width: 7px;
	height: 7px;
	background: #ffd320;
	position: absolute;
	left: 0;
	top: 8px
}

.prices .packeg .tab .sostav p ins {
	font-family: 'Roboto-Light';
	display: inline-block;
	vertical-align: top;
	width: 190px;
	position: relative
}

.prices .packeg .tab .sostav p ins i {
	font-style: normal;
	display: inline-block;
	vertical-align: top;
	position: relative
}

.prices .packeg .tab .sostav p ins i:after {
	content: '';
	height: 1px;
	width: 130px;
	position: absolute;
	left: 100%;
	margin-left: 8px;
	top: 12px;
	border-bottom: 1px dotted #000
}

.prices .packeg .tab .sostav p span {
	display: inline-block;
	vertical-align: top;
	background: #fff;
	overflow: hidden;
	width: 100px;
	padding-left: 10px
}

.prices .packeg .tab .price {
	font-family: 'Roboto-Medium';
	font-size: 22px;
	color: #31b3c3;
	text-align: center
}

.prices .packeg .tab .price ins {
	color: #000;
	text-decoration: line-through;
	display: inline-block;
	margin: 0 4px
}

.prices .packeg .tab .price span {
	font-size: 26px;
	color: red
}

.prices .packeg .tab .pc {
	font-family: 'Roboto-Light';
	font-size: 14px;
	line-height: 18px;
	text-align: center;
	margin-top: 20px
}

.prices .packeg .tab .pc span {
	color: red
}

.prices .packeg .tab button {
	width: 280px;
	display: block;
	margin: 0 auto;
	margin-top: 30px
}

.prices .packeg .tab button span {
	font-size: 15px;
	white-space: nowrap
}

.calculate {
	padding: 70px 0;
	background: #005466;
	position: relative
}

.calculate:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#00ffffff', GradientType=1)
}

.calculate h2 {
	font-family: 'Roboto-Regular';
	font-size: 30px;
	text-align: center;
	overflow: hidden;
	color: #fff;
	position: relative;
	z-index: 1
}

.calculate h2 span {
	position: relative;
	display: inline-block
}

.calculate h2 span:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 14px;
	width: 1000px;
	margin-right: 16px;
	height: 7px;
	background: url("../img/reborn.png")
}

.calculate h2 span:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 14px;
	width: 1000px;
	margin-left: 16px;
	height: 7px;
	background: url("../img/reborn.png")
}

.calculate .calc {
	width: 895px;
	margin: 46px auto 0px;
	border-radius: 10px;
	z-index: 1
}

.calculate .calc p {
	font-family: 'Roboto-Light';
	font-size: 22px;
	color: #fff
}

.calculate .calc p span {
	font-size: 12px;
	position: relative;
	top: -8px
}

.calculate .calc .left {
	padding: 38px 0 0 50px;
	display: inline-block;
	vertical-align: top
}

.calculate .calc .left .left_block {
	margin-bottom: 48px
}

.calculate .calc .left .left_block .slider {
	height: 14px;
	background: #3b7380;
	border-radius: 10px;
	display: inline-block;
	width: 250px;
	vertical-align: top;
	top: 13px;
	margin: 20px 20px 0px 0px;
	-webkit-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.6);
	-ms-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.6);
	-o-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.6);
	-icab-box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.6);
	box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.6);
	cursor: pointer
}

.calculate .calc .left .left_block .ui-slider-handle {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: #fff;
	border-radius: 50%;
	position: absolute;
	top: -5px;
	margin-left: -20px;
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4)
}

.calculate .calc .left .left_block .ui-slider-range {
	height: 14px;
	border-radius: 10px;
	background: #84e5f5;
	background: -moz-linear-gradient(top, #84e5f5 0%, #62bbcc 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #84e5f5), color-stop(100%, #62bbcc));
	background: -webkit-linear-gradient(top, #84e5f5 0%, #62bbcc 100%);
	background: -o-linear-gradient(top, #84e5f5 0%, #62bbcc 100%);
	background: -ms-linear-gradient(top, #84e5f5 0%, #62bbcc 100%);
	background: linear-gradient(to bottom, #84e5f5 0%, #62bbcc 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#84e5f5', endColorstr='#62bbcc', GradientType=0);
	-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.4)
}

.calculate .calc .left .left_block .metraj {
	width: 99px;
	height: 50px;
	background: #fff;
	font-size: 24px;
	text-align: center;
	font-family: 'Roboto-Medium';
	border-radius: 4px;
	border: 0;
	-webkit-box-shadow: inset 0px 2px 14px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px 2px 14px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: inset 0px 2px 14px rgba(0, 0, 0, 0.4);
	-o-box-shadow: inset 0px 2px 14px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: inset 0px 2px 14px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 2px 14px rgba(0, 0, 0, 0.4);
	margin: 16px 0 0 10px
}

.calculate .calc .left .left_block.chexs {
	width: 400px;
	margin-top: -20px
}

.calculate .calc .left .left_block.chexs p {
	margin-bottom: 18px
}

.calculate .calc .left .left_block.chexs .checkbox {
	vertical-align: top;
	margin-bottom: 18px;
	margin-bottom: 4px
}

.calculate .calc .left .left_block.chexs .checkbox input[type="checkbox"] {
	display: none
}

.calculate .calc .left .left_block.chexs .checkbox input[type="checkbox"]:checked+i:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-icab-transform: scale(1);
	transform: scale(1)
}

.calculate .calc .left .left_block.chexs .checkbox i {
	display: inline-block;
	vertical-align: top;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	background: #fff;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
	-o-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.4)
}

.calculate .calc .left .left_block.chexs .checkbox i:after {
	content: url("../img/gal.png");
	position: absolute;
	top: 3px;
	left: 3px;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	-icab-transform: scale(0);
	transform: scale(0);
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	-icab-transition: 0.4s;
	transition: 0.4s
}

.calculate .calc .left .left_block.chexs .checkbox span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #fff;
	padding-left: 18px;
	font-family: 'Roboto-light'
}

.calculate .calc .right {
	display: inline-block;
	vertical-align: top;
	padding: 37px 0 0 46px;
	margin-left: 24px
}

.calculate .calc .right:before {
	content: '';
	position: absolute;
	top: 40px;
	bottom: 24px;
	width: 1px;
	background: #7aa6b0;
	left: -2px
}

.calculate .calc .right:after {
	content: '';
	position: absolute;
	top: 40px;
	bottom: 24px;
	width: 1px;
	background: #355a62;
	left: 0px
}

.calculate .calc .right p {
	font-size: 24px;
	color: #fff
}

.calculate .calc .right .uls ul {
	padding: 19px 0 0 9px
}

.calculate .calc .right .uls ul li {
	font-size: 14px;
	color: #fff;
	margin: 0px 0 10px 28px;
	font-family: 'Roboto-light'
}

.calculate .calc .right .uls ul li:before {
	content: url("../img/ico22.png");
	position: absolute;
	left: -27px;
	top: 1px
}

.calculate .calc .right .slog {
	margin-top: 78px;
	margin-left: 5px
}

.calculate .calc .right .slog span {
	display: block;
	vertical-align: top;
	color: #fff;
	font-family: 'Roboto-Light';
	margin-bottom: 20px
}

.calculate .calc .right .slog ins {
	display: inline-block;
	font-size: 20px;
	color: #fedc2f;
	font-family: 'Roboto-medium';
	text-shadow: 1px 1px 2px #000;
	margin-left: 10px
}

.calculate .calc .right .slog i {
	display: inline-block;
	vertical-align: top;
	font-style: normal;
	margin: 0 11px
}

.calculate .calc .right .podpisi {
	margin: 8px 0 0 27px
}

.calculate .calc .right .podpisi span {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #fff;
	font-family: 'Roboto-light';
	margin-right: 69px
}

.calculate .calc .right .opcii {
	color: #fff;
	margin: 24px 0 0 5px;
	font-size: 20px;
	color: #fedc2f;
	text-shadow: 1px 1px 2px #000;
	font-family: 'Roboto-medium'
}

.calculate .calc .right .opcii span {
	font-size: 14px;
	color: #fff;
	display: inline-block;
	color: #fff;
	margin-right: 10px;
	font-family: 'Roboto-light';
	text-shadow: 0px 0px 0px #000
}

.calculate .calc .right .opcii ins {
	color: #fff;
	display: inline-block;
	margin-left: 10px;
	font-size: 20px;
	color: #fedc2f;
	text-shadow: 1px 1px 2px #000
}

.calculate .calc .right .total {
	margin-top: 40px;
	margin-left: 5px
}

.calculate .calc .right .total span {
	font-family: 'Roboto-light';
	font-size: 24px;
	color: #fff;
	display: inline-block;
	margin-right: 20px
}

.calculate .calc .right .total ins,
.calculate .calc .right .total i {
	font-family: 'Roboto-medium';
	font-size: 28px;
	text-shadow: 1px 1px 2px #000;
	color: #fedc2f;
	font-style: normal;
	display: inline-block;
	margin-right: 10px
}

.calculate .calc .right button {
	width: 360px;
	height: 58px;
	margin-top: 25px;
	margin-left: 6px;
	margin-bottom: 30px
}

.calculate .calc .jselector {
	display: inline-block;
	z-index: 2 !important;
	margin-top: 20px
}

.calculate .calc .jselector select {
	display: none
}

.calculate .calc .jselector:hover .wrap {
	background: #c0bfbf;
	background: -moz-linear-gradient(top, #c0bfbf 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c0bfbf), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, #c0bfbf 0%, #fff 100%);
	background: -o-linear-gradient(top, #c0bfbf 0%, #fff 100%);
	background: -ms-linear-gradient(top, #c0bfbf 0%, #fff 100%);
	background: linear-gradient(to bottom, #c0bfbf 0%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c0bfbf', endColorstr='#ffffff', GradientType=0)
}

.calculate .calc .jselector .wrap {
	width: 380px;
	height: 50px;
	background: #fff;
	background: -moz-linear-gradient(top, #fff 0%, #c0bfbf 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #c0bfbf));
	background: -webkit-linear-gradient(top, #fff 0%, #c0bfbf 100%);
	background: -o-linear-gradient(top, #fff 0%, #c0bfbf 100%);
	background: -ms-linear-gradient(top, #fff 0%, #c0bfbf 100%);
	background: linear-gradient(to bottom, #fff 0%, #c0bfbf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#c0bfbf', GradientType=0);
	border-radius: 6px;
	font-size: 18px;
	font-family: 'Roboto-Medium';
	line-height: 50px;
	text-shadow: 1px 1px 2px #fff;
	padding-left: 46px;
	cursor: pointer;
	z-index: 1;
	-webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4)
}

.calculate .calc .jselector .wrap button {
	width: 13px;
	height: 19px;
	background: url("../img/select_btn.png");
	position: absolute;
	right: 20px;
	top: 16px;
	border: 0;
	font-size: 0px
}

.calculate .calc .jselector .dropdown {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	background: #e4e4e4;
	border-radius: 6px;
	margin-top: -8px;
	padding-top: 8px;
	opacity: 0;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	-icab-transition: 0.2s;
	transition: 0.2s;
	pointer-events: none
}

.calculate .calc .jselector .dropdown.shown {
	opacity: 1;
	pointer-events: all
}

.calculate .calc .jselector .dropdown ul li {
	height: 46px;
	font-size: 18px;
	font-family: 'Roboto-Medium';
	line-height: 50px;
	text-shadow: 1px 1px 2px #fff;
	padding-left: 46px;
	cursor: pointer;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	-icab-transition: 0.2s;
	transition: 0.2s
}

.calculate .calc .jselector .dropdown ul li.selected:before {
	content: '';
	width: 14px;
	height: 14px;
	background: #f6d110;
	border-radius: 50%;
	position: absolute;
	left: 15px;
	top: 0px;
	bottom: 0px;
	margin: auto;
	text-indent: 0px;
	-webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4)
}

.calculate .calc .jselector .dropdown ul li:hover {
	background: #cecece
}

.time {
	background: #fff9e8;
	padding: 100px;
	position: relative
}

.time:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 0;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(100%, rgba(255, 255, 255, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4dffffff', endColorstr='#00ffffff', GradientType=1)
}

.time .center {
	z-index: 1
}

.time h2 {
	font-family: 'Roboto-Medium';
	font-size: 30px;
	text-align: center;
	overflow: hidden
}

.time h2 span {
	position: relative;
	display: inline-block;
	text-shadow: 1px 1px 2px #fff
}

.time h2 span ins {
	color: red;
	font-size: 38px
}

.time h2 span:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 14px;
	width: 1000px;
	margin-right: 16px;
	height: 7px;
	background: url("../img/reborn.png")
}

.time h2 span:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 14px;
	width: 1000px;
	margin-left: 16px;
	height: 7px;
	background: url("../img/reborn.png")
}

.time button {
	width: 380px;
	margin-top: 60px
}

.time p {
	font-family: 'Roboto-Light';
	font-size: 18px;
	text-align: center;
	color: #666;
	margin-top: 20px
}

.time p span {
	font-family: 'Roboto-Medium';
	color: red;
	font-size: 24px;
	display: inline-block;
	margin-right: 6px
}

.ostalis {
	background: url("../img/bg.jpg") no-repeat center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	-icab-background-size: cover;
	background-size: cover;
	padding: 90px 0px
}

.ostalis .os_block {
	width: 706px;
	height: 270px;
	background: rgba(0, 0, 0, 0.5);
	margin: 0px auto
}

.ostalis .os_block img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 40px;
	margin: auto
}

.ostalis .os_block .o_text {
	width: 480px;
	position: absolute;
	right: 20px;
	top: 40px;
	text-align: center
}

.ostalis .os_block .o_text p {
	font-size: 30px;
	color: #fff;
	font-family: 'Roboto-Medium';
	margin-bottom: 10px
}

.ostalis .os_block .o_text p span {
	font-size: 22px
}

.ostalis .os_block .o_text p a {
	font-size: 28px;
	color: #fddb2a;
	text-decoration: none;
	display: inline-block;
	margin-left: 6px
}

.ostalis .os_block .o_text p ins {
	font-size: 18px
}

.ostalis .os_block .o_text button {
	margin-top: 10px
}

.geo {
	position: relative
}

.geo h2 {
	font-family: 'Roboto-Medium';
	font-size: 30px;
	text-align: center;
	overflow: hidden;
	padding: 60px 0px 60px
}

.geo h2 span {
	position: relative;
	display: inline-block;
	text-shadow: 1px 1px 2px #fff
}

.geo h2 span ins {
	color: red;
	font-size: 38px
}

.geo h2 span:before {
	content: '';
	position: absolute;
	right: 100%;
	top: 14px;
	width: 1000px;
	margin-right: 16px;
	height: 7px;
	background: url("../img/reborn.png")
}

.geo h2 span:after {
	content: '';
	position: absolute;
	left: 100%;
	top: 14px;
	width: 1000px;
	margin-left: 16px;
	height: 7px;
	background: url("../img/reborn.png")
}

.geo .map {
	height: 520px;
	background: #ccc;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-o-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	-icab-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.4)
}

.geo .contact_block {
	width: 400px;
	height: 400px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 6px;
	position: absolute;
	left: -590px;
	right: 0;
	bottom: 66px;
	margin: auto;
	z-index: 2;
	padding: 20px 20px
}

.geo .contact_block h3 {
	font-family: 'Roboto-Medium';
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px
}

.geo .contact_block p {
	font-size: 18px;
	line-height: 32px;
	font-family: 'Roboto-Regular'
}

.geo .contact_block p span {
	font-family: 'Roboto-Bold';
	display: inline-block;
	width: 120px
}

.geo .contact_block p ins {
	display: inline-block;
	margin: 20px 0px
}

.geo .contact_block button {
	margin-top: 10px;
	width: 360px
}

footer {
	background: #005466;
	height: 88px
}

footer .logo {
	display: inline-block;
	vertical-align: top;
	margin-top: 25px
}

footer h2 {
	font-family: 'Roboto-Regular';
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 24px 0 0 20px;
	color: #fff
}

footer .work_time {
	font-family: 'Roboto-Regular';
	font-size: 16px;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 34px 0 0 50px;
	color: #fff;
	border-bottom: 1px dashed;
	cursor: pointer
}

footer .right_side {
	position: absolute;
	right: 0;
	top: 24px
}

footer .right_side .phone {
	font-family: 'Roboto-Regular';
	font-size: 24px;
	color: #fff;
	text-decoration: none
}

footer .right_side p {
	font-size: 16px;
	color: #fff;
	text-align: right;
	margin-top: 6px
}

footer .right_side p span {
	cursor: pointer
}

.krest {
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer
}

.popup_conf {
	width: 844px;
	height: 448px;
	background: #fff;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
	color: #483c36;
	padding: 30px 50px;
	display: none
}

.popup_conf h4 {
	font-size: 30px;
	text-align: center
}

.popup_conf p {
	font-size: 16px;
	line-height: 20px;
	margin-top: 20px
}

.popup_conf h5 {
	font-size: 24px;
	margin-top: 20px
}

.popup_conf .krest {
	position: absolute;
	right: -20px;
	top: -20px;
	cursor: pointer
}

.popup {
	width: 700px;
	height: 400px;
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 100;
	background: #fff;
	display: none;
}

.popup .popup_left {
	position: absolute;
	width: 400px;
	left: 0;
	top: 0;
	bottom: 0;
	background: #f5efe9;
	padding: 30px 10px 0px
}

.popup .popup_left>ins {
	display: block;
	text-align: center
}

.popup .popup_left>ins ins {
	display: inline-block;
	font-size: 25px;
	font-family: 'Roboto-Medium';
	border-bottom: 2px solid #ffcd0d;
	padding-bottom: 4px
}

.popup .popup_left>p {
	font-size: 18px;
	font-family: 'Roboto-Regular';
	margin-top: 10px;
	text-align: center;
	line-height: 24px
}

.popup .popup_left>p span {
	display: block
}

.popup .popup_left .form {
	text-align: center;
	margin-top: 30px
}

.popup .popup_left .form .element {
	display: inline-block;
	margin-bottom: 30px
}

.popup .popup_left .form .element span {
	font-family: 'Roboto-Light';
	font-size: 14px;
	display: block;
	padding-left: 10px;
	text-align: left;
	position: absolute;
	top: 18px;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	-icab-transition: 0.2s;
	transition: 0.2s;
	pointer-events: none
}

.popup .popup_left .form .element span.active {
	top: -18px
}

.popup .popup_left .form .element input[type="text"] {
	width: 300px;
	height: 48px;
	padding: 0 10px;
	border-radius: 6px;
	border: 0;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-icab-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2)
}

.popup .popup_left .form .element textarea {
	width: 300px;
	height: 172px;
	max-height: 172px;
	padding: 18px 10px;
	border-radius: 6px;
	border: 0;
	-webkit-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-ms-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-o-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	-icab-box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0px 1px 2px rgba(0, 0, 0, 0.2)
}

.popup .popup_left .form button {
	margin-top: 0px
}

.popup .popup_left .form button span {
	font-size: 22px
}

.popup .popup_right {
	position: absolute;
	width: 300px;
	right: 0;
	top: 0;
	bottom: 0;
	padding-top: 30px
}

.popup .popup_right div {
	font-size: 24px;
	text-align: center;
	font-family: 'Roboto-Light';
	margin-bottom: 30px
}

.popup .popup_right p {
	padding-left: 90px;
	position: relative;
	margin-bottom: 10px
}

.popup .popup_right p img {
	position: absolute;
	left: 40px;
	top: 2px
}

.popup .popup_right p .phone {
	font-size: 20px;
	font-family: 'Roboto-Regular';
	text-decoration: none;
	color: #000
}

.popup .popup_right p .phone span {
	color: #fe9b43
}

.popup .popup_right p.worktime {
	font-size: 14px;
	font-family: 'Roboto-Light';
	margin-bottom: 30px
}

.popup .popup_right p.worktime ins {
	font-size: 22px;
	font-family: 'Roboto-Regular';
	display: block;
	margin-top: 4px
}

.popup .popup_right p.soc {
	margin-bottom: 40px;
	display: inline-block;
	padding-left: 30px
}

.popup .popup_right p.soc a {
	padding-left: 60px;
	color: #000
}

.popup .popup_right p.soc a:hover {
	text-decoration: none
}

.popup .popup_right p.soc img {
	top: -6px
}

.popup.popup_vopros {
	width: 400px;
	height: 600px
}

.popup.popup_thank {
	font-size: 35px;
	text-align: center;
	line-height: 360px
}

.bg_popup {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 99;
	display: none
}

.element.error span {
	color: red !important
}

/*# sourceMappingURL=style.css.map */