html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figure, figcaption, footer, header, hgroup, menu, nav, output, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, form, iframe, textarea {
	display: block;
}
html * {
	max-height: 999999px;
	-webkit-text-size-adjust: 100%;
	box-sizing: border-box;
}
ul, ol, li {
	list-style: none;
}
small {
	font-size: 12px;
}
table {
	border-spacing: 0;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: block;
}
.clearfix:after, .clear {
	clear: both;
}
h1 {
	margin-bottom: 10px;	
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 30px;
	line-height: 30px;
	text-transform: uppercase;
}
h2 {
	margin-bottom: 10px;	
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 24px;
	line-height: 24px;
	text-transform: uppercase;
}
h3 {
	margin-bottom: 10px;	
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}
h4 {
	margin-bottom: 10px;	
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
a {
	color: #00aad2;
	text-decoration: none;
}
a:hover {
	color: #0085a4;
	text-decoration: none;
}
input[type="text"], input[type="password"], select {
	outline: none;
	padding: 10px;
	border: solid 1px #e9daa7;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #323232;
	margin: 4px 0;
}
input[type="submit"], input[type="button"] {
	border: solid 1px #658905;
	padding: 6px 20px;
	margin: 4px 0;
	color: #fff;
	text-transform: uppercase;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-weight: 400;
	font-size: 16px;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #8AB90B;
	background: -moz-linear-gradient(#8AB90B, #658905);
	background: -webkit-linear-gradient(#8AB90B, #658905);
	background: -o-linear-gradient(#8AB90B, #658905);
	background: -ms-linear-gradient(#8AB90B, #658905);
	background: linear-gradient(#8AB90B, #658905);
}
input[type="submit"]:hover, input[type="button"]:hover {
	background: #658905;
	background: -moz-linear-gradient(#658905, #8AB90B);
	background: -webkit-linear-gradient(#658905, #8AB90B);
	background: -o-linear-gradient(#658905, #8AB90B);
	background: -ms-linear-gradient(#658905, #8AB90B);
	background: linear-gradient(#658905, #8AB90B);
}
body {
	color: #333;
	font-family: "Open Sans", Arial, sans-serif;
	font-size: 14px;
	background: #fafafa url(../../assets/img/main_wrap_bg.jpg);
	line-height: 20px;
	overflow-x: hidden;
}
.hidden {
	display: none;
}
.f_left {
	float: left;
}
.f_right {
	float: right;
}
.a_center {
	text-align: center;
}
.separator {
	position: relative;
	width: 220px;
	height: 5px;
	margin: 10px auto 20px auto;
}
.separator:before, .separator:after {
	position: absolute;
	content: "";
	z-index: 2;
	width: 5px;
	height: 5px;
	top: 0;
	background: #ddd;
	border-radius: 50%;
}
.separator:before {
	left: 0;
}
.separator:after {
	right: 0;
}
.separator span {
	position: absolute;
	z-index: 1;
	width: 100%;
	height: 1px;
	top: 2px;
	left: 0;
	background: #ddd;
}
.separator span:before {
	position: absolute;
	content: "";
	z-index: 2;
	width: 100px;
	height: 3px;
	top: -1px;
	left: 50%;
	margin-left: -50px;
	background: #00aad2;
	border-radius: 3px;
}
.arcticmodal-overlay, .arcticmodal-container {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: 1000;
}
.arcticmodal-container {
	height: 100%;
	overflow: auto;
}
.arcticmodal-container_i {
	height: 100%;
	margin: 0 auto;
}
.arcticmodal-container_i2 {
	vertical-align: middle;
}
.arcticmodal-close {
	position: fixed;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 30px;
	cursor: pointer;
	z-index: 10;
}
.arcticmodal-close:after {
	display: block;
	content: "×";
	line-height: 40px;
	text-align: center;
	color: #ddd;
	font-size: 50px;
}
.arcticmodal-close:hover:after {
	color: #333;
}
.container {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.header .h_top {
	position: relative;
	z-index: 100;
	border-top: 2px solid #00aad2;
	background: url(../../assets/img/dark_bg.jpg) repeat 0 0;
}
.header .h_bottom .container {
	padding-top: 80px;
}
.header .h_bottom {
	background: url(../../assets/img/header_bg.jpg) no-repeat center;
}
.header .h_bottom .container {
	height: 440px;
}
.logo {
	position: absolute;
	width: 240px;
	height: 90px;
	top: -8px;
	left: 50%;
	margin-left: -120px;
	z-index: 100;
	background: #00aad2 url(../../assets/img/logo.png) no-repeat center 21px;
	transition: all .2s ease-in-out;
}
.logo:hover {
	top: -2px;
}
.logo:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	bottom: -4px;
	background: url(../../assets/img/logo_border.png) repeat-x -10px bottom;
}
.main_menu {
	float: left;
}
.main_menu > li {
	position: relative;
	float: left;
	margin-right: 20px;
}
.main_menu > li:last-child {
	margin-right: 0;
}
.main_menu > li > a {
	display: block;
	line-height: 70px;
	text-transform: uppercase;
	font-family: "Roboto Condensed", Arial, sans-serif;
	color: #bbb;
}
.main_menu > li > a:hover, .main_menu li.active > a {
	color: #fff;
}
.main_menu > li.parent > a {
	position: relative;
	padding-right: 18px;
}
.main_menu > li.parent > a:after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	right: 0;
	top: 50%;
	margin-top: -2px;
	border-left: solid 4px transparent;
	border-right: solid 4px transparent;
	border-top: solid 4px #bbb;
}
.main_menu > li.parent > a:hover:after, .main_menu > li.parent.active > a:after {
	border-top: solid 4px #fff;
}
.main_menu > li.parent .sub_menu {
	position: absolute;
	width: 220px;
	padding-top: 20px;
	top: 80px;
	left: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 100;
	transition: all .2s ease-in-out;
}
.main_menu > li.parent:hover .sub_menu {
	top: 70px;
	opacity: 1;
	visibility: visible;
}
.main_menu li.parent .sub_menu ul {
	position: relative;
	padding: 10px 0;
	background: #fff;
	border-radius: 10px;
}
.main_menu li.parent .sub_menu ul:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	left: 20px;
	top: -8px;
	border-left: solid 8px transparent;
	border-right: solid 8px transparent;
	border-bottom: solid 8px #fff;
}
.main_menu li.parent .sub_menu ul li a {
	display: block;
	padding: 0 20px;
	line-height: 32px;
}
.main_menu li.parent .sub_menu ul li a:hover, .main_menu li.parent .sub_menu ul li.active a {
	color: #333;
}
.mobile_menu {
	display: none;
	float: right;
	padding: 20px 0;
	cursor: pointer;
}
.mobile_menu .mm_text {
	float: right;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
	color: #bbb;
}
.mobile_menu:hover .mm_text, .mobile_menu.active .mm_text {
	color: #fff;
}
.mobile_menu .mm_icon {
	float: right;
	margin-left: 15px;
	padding-top: 3px;
}
.mobile_menu .mm_icon span {
	display: block;
	width: 30px;
	height: 4px;
	margin-bottom: 6px;
	background: #bbb;
	border-radius: 3px;
}
.mobile_menu .mm_icon span:last-child {
	margin-bottom: 0;
}
.mobile_menu:hover .mm_icon span, .mobile_menu.active .mm_icon span {
	background: #fff;
}
.h_contacts {
	float: right;
	padding: 15px 0;
}
.h_contacts li {
	float: left;
	margin-left: 20px;
	text-align: right;
}
.h_contacts li:first-child {
	margin-left: 0;
}
.h_contacts li a {
	display: block;
	color: #fff;
	font-family: "Roboto Condensed", Arial, sans-serif;
}
.h_contacts li a div {
	font-family: "Open Sans", Arial, sans-serif;
	color: #bbb;
	font-size: 13px;
}
.h_contacts li a:hover div {
	color: #fff;
}
.h_contacts li a span {
	color: #8feaff;
}
.head_content {
	text-align: center;
}
.head_content p {
	width: 800px;
	margin: 0 auto;
}
.main_wrap {
	position: relative;
	padding: 40px 0;
	min-height: calc(100vh - 616px);
}
.main_wrap:before {
	position: absolute;
	content: '';
	width: 100%;
	height: 16px;
	top: -16px;
	background: url(../../assets/img/main_wrap_before.png) repeat-x;
	animation: main_wrap 1s linear infinite;
}
@keyframes main_wrap {
	from {background-position: -80px 0;}
	to {background-position: 0 0;}
}
.features ul li {
	position: relative;
	float: left;
	width: 18.4%;
	margin-left: 2%;
	padding: 94px 15px 15px 15px;
	text-align: center;
	cursor: pointer;
	background: #fff;
	border-radius: 10px;
}
.features ul li:first-child {
	margin-left: 0;
}
.features ul li:before {
	position: absolute;
	content: "";
	width: 64px;
	height: 64px;
	top: 20px;
	left: 50%;
	margin-left: -32px;
	background-image: url(../../assets/img/features_icons.png);
	background-repeat: no-repeat;
}
.features ul li.f_1:before {
	background-position: 0 0;
}
.features ul li.f_2:before {
	background-position: -64px 0;
}
.features ul li.f_3:before {
	background-position: -128px 0;
}
.features ul li.f_4:before {
	background-position: -192px 0;
}
.features ul li.f_5:before {
	background-position: -256px 0;
}
.features ul li p {
	margin-bottom: 10px;
	height: 120px;
	overflow: hidden;
}
.features ul li span {
	display: block;
	line-height: 32px;
	color: #fff;
	background: #00aad2;
	border-radius: 5px;
	transition: all .2s ease-in-out;
}
.features ul li:hover span {
	background: #333;
}
.features_modal {
	width: 1000px;
	margin: 80px 0;
}
.features_modal ul li {
	position: relative;
	margin-bottom: 40px;
	min-height: 64px;
	padding-left: 84px;
}
.features_modal ul li:last-child {
	margin-bottom: 0;
}
.features_modal ul li:before {
	position: absolute;
	content: "";
	width: 64px;
	height: 64px;
	top: 0;
	left: 0;
	background-image: url(../../assets/img/features_icons.png);
	background-repeat: no-repeat;
}
.features_modal ul li.fm_1:before {
	background-position: 0 0;
}
.features_modal ul li.fm_2:before {
	background-position: -64px 0;
}
.features_modal ul li.fm_3:before {
	background-position: -128px 0;
}
.features_modal ul li.fm_4:before {
	background-position: -192px 0;
}
.features_modal ul li.fm_5:before {
	background-position: -256px 0;
}
.features_modal ul li .img {
	margin-top: 20px;
}
.features_modal ul li .img div {
	float: left;
	width: 49%;
	height: 280px;
	margin-left: 2%;
	border-radius: 10px;
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
}
.features_modal ul li .img div:first-child {
	margin-left: 0;
}
.footer {
	background: #282828 url(../../assets/img/dark_bg.jpg);
	position: relative;
}
.footer .container {
	padding: 30px 0;
}
.footer_left {
	float: left;
}
.footer_menu li {
	float: left;
	margin-left: 20px;
}
.footer_menu li:first-child {
	margin-left: 0;
}
.footer_menu li a {
	display: block;
	font-family: "Roboto Condensed", Arial, sans-serif;
	text-transform: uppercase;
	color: #bbb;
}
.footer_menu li a:hover, .footer_menu li.active a {
	color: #fff;
}
.copyright {
	margin-top: 4px;
	font-size: 13px;
	color: #bbb;
}
.scroll_top {
	position: relative;
	float: right;
	width: 44px;
	height: 44px;
	cursor: pointer;
	background: #444;
	border-radius: 5px;
}
.scroll_top:hover {
	background: #00aad2;
}
.scroll_top:before {
	content: "";
	position: absolute;
	width: 22px;
	height: 14px;
	left: 50%;
	margin-left: -11px;
	top: 50%;
	margin-top: -8px;
	background: url(../../assets/img/scroll_top.png) no-repeat 0 0;
}
.scroll_top:hover:before {
	background-position: 0 -14px;
}
.help {
	position: relative;
	background: #fff;
}
.help .container {
	padding: 40px 0;
}
.help .help_block.hb_1 {
	margin-bottom: 30px;
}
.help .help_block.hb_2 {
	text-align: right;
}
.help .help_block div {
	width: 49%;
	height: 360px;
	overflow: hidden;
	border-radius: 10px;
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
}
.help .help_block.hb_1 div {
	float: left;
	margin-right: 2%;
}
.help .help_block.hb_2 div {
	float: right;
	margin-left: 2%;
}
.help .help_block ul li {
	margin-bottom: 20px;
}
.help .help_block ul li:last-child {
	margin-bottom: 0;
}
.helped .container {
	padding: 40px 0 0 0;
}
.helped ul li {
	position: relative;
	float: left;
	width: 32%;
	height: 400px;
	margin-left: 2%;
	overflow: hidden;
	border-radius: 10px;
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
}
.helped ul li:first-child {
	margin-left: 0;
}
.helped ul li div {
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	padding: 20px;
	font-size: 13px;
	color: #fff;
	background: rgba(0, 0, 0, 0.4);
}
.reviews .container {
	padding: 40px 0;
}
.reviews .owl-carousel {
	position: relative;
	width: 876px;
	margin: 0 auto;
}
.reviews .owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	z-index: 10;
	background: #fff;
	border-radius: 10px;
}
.reviews .owl-carousel .owl-item {
	float: left;
	width: 292px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.reviews .owl-carousel .owl-controls {
	position: absolute;
	width: 1000px;
	left: -62px;
	top: 50%;
	margin-top: -22px;
}
.reviews .owl-carousel .owl-controls .owl-dots {
	display: none;
}
.reviews .owl-carousel .owl-controls .owl-prev, .reviews .owl-carousel .owl-controls .owl-next {
	width: 28px;
	height: 44px;
	text-indent: -9999px;
	cursor: pointer;
	background-image: url(../../assets/img/carousel_nav.png);
	background-repeat: no-repeat;
}
.reviews .owl-carousel .owl-controls .owl-prev {
	float: left;
	background-position: 0 0;
}
.reviews .owl-carousel .owl-controls .owl-prev:hover {
	background-position: 0 -44px;
}
.reviews .owl-carousel .owl-controls .owl-next {
	float: right;
	background-position: -28px 0;
}
.reviews .owl-carousel .owl-controls .owl-next:hover {
	background-position: -28px -44px;
}
.reviews .rc_block {
	padding: 20px;
}
.reviews .rc_block p {
	font-style: italic;
}
.contacts_page .contacts_list li {
	position: relative;
	float: left;
	width: 32%;
	margin-left: 2%;
	padding: 20px 20px 20px 78px;
	background: #fff;
	border-radius: 10px;
}
.contacts_page .contacts_list li:first-child {
	margin-left: 0;
}
.contacts_page .contacts_list li:before {
	position: absolute;
	content: "";
	width: 48px;
	height: 48px;
	left: 20px;
	top: 50%;
	margin-top: -24px;
	background-image: url(../../assets/img/contacts_icons.png);
	background-repeat: no-repeat;
}
.contacts_page .contacts_list li.phone:before {
	background-position: 0 0;
}
.contacts_page .contacts_list li.email:before {
	background-position: -48px 0;
}
.contacts_page .contacts_list li h4 {
	margin-bottom: 8px;
}
.contacts_page .contacts_list li a {
	display: block;
	font-family: "Roboto Condensed", Arial, sans-serif;
	font-size: 18px;
	color: #333;
}
.contacts_page .contacts_list li a span {
	color: #00aad2;
}
.tech_page .tech_gallery {
	margin-bottom: 20px;
}
.tech_page .tech_gallery:last-child {
	margin-bottom: -20px;
}
.tech_page .tech_gallery li {
	float: left;
	width: 23.5%;
	height: 160px;
	margin: 0 0 20px 2%;
	overflow: hidden;
	cursor: pointer;
	border: solid 8px #fff;
	box-shadow: 0 5px 6px rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	background-color: #fff;
	background-size: cover;
	background-position: center 0;
	background-repeat: no-repeat;
}
.tech_page .tech_gallery li:nth-child(4n+1) {
	margin-left: 0;
}





































@media only screen and (max-width: 1199px) {
	body {
		background-image: url(../../assets/img/hd/main_wrap_bg.jpg);
		background-size: 8px 8px;
	}
	.logo {
		background-image: url(../../assets/img/hd/logo.png);
		background-size: 184px 54px;
	}
	.logo:after {
		background-image: url(../../assets/img/hd/logo_border.png);
		background-size: 20px 5px;
	}
	.main_wrap:before {
		background-image: url(../../assets/img/hd/main_wrap_before.png);
		background-size: 80px 16px;
	}
	.features ul li:before, .features_modal ul li:before {
		background-image: url(../../assets/img/hd/features_icons.png);
		background-size: 320px 64px;
	}
	.scroll_top:before {
		background-image: url(../../assets/img/hd/scroll_top.png);
		background-size: 22px 28px;
	}
	.reviews .owl-carousel .owl-controls .owl-prev, .reviews .owl-carousel .owl-controls .owl-next {
		background-image: url(../../assets/img/hd/carousel_nav.png);
		background-size: 56px 88px;
	}
	.contacts_page .contacts_list li:before {
		background-image: url(../../assets/img/hd/contacts_icons.png);
		background-size: 96px 48px;
	}
}
@media only screen and (max-width: 999px) {
	.container, .features_modal, .reviews .owl-carousel .owl-controls {
		width: 750px;
	}
	.header .h_bottom {
		background-size: 1500px 586px;
		background-position: center -50px;
	}
	.logo {
		left: 0;
		margin-left: 0;
	}
	.main_menu {
		float: right;
	}
	.h_contacts {
		position: fixed;
		float: none;
		width: 100%;
		padding: 0;
		bottom: 0;
		left: 0;
		z-index: 100;
	}
	.h_contacts li {
		width: 50%;
		margin: 0 !important;
		text-align: center;
	}
	.h_contacts li a {
		padding: 15px 0;
		font-size: 18px;
		font-weight: 700;
		transition: all .2s ease-in-out;
	}
	.h_contacts li:first-child a {
		background: #00aad2;
	}
	.h_contacts li:last-child a {
		background: #0096b9;
	}
	.h_contacts li a:hover {
		background: #333;
	}
	.h_contacts li a div {
		color: #fff;
		font-size: 14px;
		font-weight: 400;
	}
	.head_content p {
		width: 640px;
	}
	.features ul {
		margin-bottom: -20px;
	}
	.features ul li {
		width: 31%;
		margin: 0 0 20px 3.5%;
		padding-left: 35px;
		padding-right: 35px;
	}
	.features ul li:nth-child(4) {
		margin-left: 16.75%;
	}
	.footer {
		margin-bottom: 70px;
	}
	.footer_left {
		float: none;
		text-align: center;
	}
	.footer_menu li {
		float: none;
		display: inline-block;
	}
	.copyright {
		margin-top: 10px;
	}
	.scroll_top {
		float: none;
		width: 120px;
		height: 40px;
		margin: 20px auto 0 auto;
	}
	.helped ul {
		margin-bottom: -20px;
	}
	.helped ul li {
		width: 48%;
		margin: 0 0 20px 4%;
	}
	.helped ul li:nth-child(3n) {
		margin-left: 26%;
	}
	.reviews .owl-carousel {
		width: 626px;
	}
	.reviews .owl-carousel .owl-item {
		width: 313px;
	}
	.help .help_block div {
		width: 48%;
		height: 460px;
	}
	.help .help_block.hb_1 div {
		margin-right: 4%;
	}
	.help .help_block.hb_2 div {
		margin-left: 4%;
	}
	.contacts_page .contacts_list li {
		width: 100%;
		margin: 0 0 20px 0;
	}
	.contacts_page .contacts_list li:last-child {
		margin-bottom: 0;
	}
}
@media only screen and (max-width: 749px) {
	.container, .features_modal, .reviews .owl-carousel .owl-controls {
		width: 470px;
	}
	.main_menu {
		display: none;
		float: none;
		position: absolute;
		padding: 10px 0;
		width: 220px;
		top: 100px;
		right: 0;
		background: #fff;
		border-radius: 10px;
		transition: all .2s ease-in-out;
	}
	.main_menu.active {
		display: block;
		top: 90px;
	}
	.main_menu:before {
		position: absolute;
		content: "";
		width: 0;
		height: 0;
		right: 20px;
		top: -8px;
		border-left: solid 8px transparent;
		border-right: solid 8px transparent;
		border-bottom: solid 8px #fff;
	}
	.main_menu > li {
		position: relative;
		float: none;
		margin-right: 0;
	}
	.main_menu > li > a {
		padding: 0 20px !important;
		line-height: 32px;
		font-family: "Open Sans", Arial, sans-serif;
		font-size: 14px;
		color: #333;
		font-weight: 700;
		text-align: right;
	}
	.main_menu > li > a:hover, .main_menu > li.active > a {
		color: #00aad2;
	}
	.main_menu > li.parent > a:after {
		display: none;
	}
	.main_menu > li.parent .sub_menu {
		position: relative;
		width: auto;
		padding-top: 0;
		top: 0;
		left: 0;
		opacity: 1;
		visibility: visible;
	}
	.main_menu > li.parent:hover .sub_menu {
		top: 0;
	}
	.main_menu li.parent .sub_menu ul {
		position: relative;
		padding: 0;
	}
	.main_menu li.parent .sub_menu ul li a {
		text-align: right;
		color: #333;
		text-transform: uppercase;
		font-weight: 700;
	}
	.main_menu li.parent .sub_menu ul li a:hover {
		color: #00aad2;
	}
	.mobile_menu {
		display: block;
	}
	.header .h_bottom {
		background-size: 1300px 508px;
		background-position: center 0px;
	}
	.head_content p {
		width: 420px;
	}
	.features ul li, .features ul li:nth-child(4) {
		width: 47%;
		margin-left: 6%;
	}
	.features ul li:nth-child(3n) {
		margin-left: 0;
	}
	.features ul li:last-child {
		margin-left: 26.5%;
	}
	.features_modal ul li .img div {
		width: 100%;
		margin-left: 0;
		margin-bottom: 20px;
	}
	.features_modal ul li .img div:last-child {
		margin-bottom: 0;
	}
	.helped ul li {
		width: 100%;
		margin-left: 0 !important;
	}
	.reviews .owl-carousel, .reviews .owl-carousel .owl-item {
		width: 346px;
	}
	.help .help_block div {
		width: 100%;
		height: 300px;
		margin: 0 0 20px 0;
	}
	.help .help_block.hb_2 {
		text-align: left;
	}
	.tech_page .tech_gallery li {
		width: 48%;
		margin-left: 4%;
	}
	.tech_page .tech_gallery li:nth-child(odd) {
		margin-left: 0;
	}
}
@media only screen and (max-width: 469px) {
	h1 {
		font-size: 24px;
		line-height: 24px;
	}
	h2 {
		font-size: 20px;
		line-height: 20px;
	}
	.container, .features_modal, .reviews .owl-carousel, .reviews .owl-carousel .owl-item {
		width: 310px;
	}
	.logo {
		width: 220px;
		height: 84px;
		background-position: center 18px;
	}
	.mobile_menu .mm_text {
		display: none;
	}
	.mobile_menu .mm_icon {
		margin-left: 0;
	}
	.h_contacts li {
		float: none;
		width: 100%;
	}
	.h_contacts li a {
		padding: 10px 0;
	}
	.header .h_bottom .container {
		padding-top: 60px;
	}
	.head_content p {
		width: 310px;
	}
	.features ul li {
		float: none;
		width: 100% !important;
		margin-left: 0 !important;
		padding: 94px 20px 20px 20px;
	}
	.features ul li p {
		height: auto;
	}
	.features_modal ul li {
		padding: 84px 0 0 0;
	}
	.features_modal ul li .img div {
		height: 220px;
	}
	.footer {
		margin-bottom: 120px;
	}
	.footer_menu li {
		display: block;
		margin: 0;
	}
	.helped ul li {
		height: 300px;
	}
	.reviews .owl-carousel .owl-controls {
		position: relative;
		width: 100%;
		left: 0;
		top: 0;
		margin-top: 20px;
	}
	.reviews .owl-carousel .owl-controls .owl-nav {
		display: none;
	}
	.reviews .owl-carousel .owl-controls .owl-dots {
		display: block;
		text-align: center;
	}
	.reviews .owl-carousel .owl-controls .owl-dots .owl-dot {
		display: inline-block;
		margin-left: 10px;
		cursor: pointer;
	}
	.reviews .owl-carousel .owl-controls .owl-dots .owl-dot:first-child {
		margin-left: 0;
	}
	.reviews .owl-carousel .owl-controls .owl-dots .owl-dot span {
		display: block;
		width: 20px;
		height: 20px;
		background: #ddd;
		border-radius: 50%;
	}
	.reviews .owl-carousel .owl-controls .owl-dots .owl-dot.active span {
		background: #333;
	}
	.tech_page .tech_gallery li {
		width: 100%;
		height: 240px;
		margin-left: 0 !important;
	}
}

.row {
	margin-left: -15px;
	margin-right: -15px;
}
.row:before,
.row:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.row:after {
	clear: both;
}
.row:before,
.row:after {
	content: " ";
	/* 1 */

	display: table;
	/* 2 */

}
.row:after {
	clear: both;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666666666666%;
}
.col-xs-10 {
	width: 83.33333333333334%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666666666666%;
}
.col-xs-7 {
	width: 58.333333333333336%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666666666667%;
}
.col-xs-4 {
	width: 33.33333333333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.666666666666664%;
}
.col-xs-1 {
	width: 8.333333333333332%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666666666666%;
}
.col-xs-pull-10 {
	right: 83.33333333333334%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666666666666%;
}
.col-xs-pull-7 {
	right: 58.333333333333336%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666666666667%;
}
.col-xs-pull-4 {
	right: 33.33333333333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.666666666666664%;
}
.col-xs-pull-1 {
	right: 8.333333333333332%;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666666666666%;
}
.col-xs-push-10 {
	left: 83.33333333333334%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666666666666%;
}
.col-xs-push-7 {
	left: 58.333333333333336%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666666666667%;
}
.col-xs-push-4 {
	left: 33.33333333333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.666666666666664%;
}
.col-xs-push-1 {
	left: 8.333333333333332%;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
	margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
	margin-left: 8.333333333333332%;
}
@media (min-width: 768px) {
	.container {
		width: 750px;
	}
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11 {
		float: left;
	}
	.col-sm-12 {
		width: 100%;
	}
	.col-sm-11 {
		width: 91.66666666666666%;
	}
	.col-sm-10 {
		width: 83.33333333333334%;
	}
	.col-sm-9 {
		width: 75%;
	}
	.col-sm-8 {
		width: 66.66666666666666%;
	}
	.col-sm-7 {
		width: 58.333333333333336%;
	}
	.col-sm-6 {
		width: 50%;
	}
	.col-sm-5 {
		width: 41.66666666666667%;
	}
	.col-sm-4 {
		width: 33.33333333333333%;
	}
	.col-sm-3 {
		width: 25%;
	}
	.col-sm-2 {
		width: 16.666666666666664%;
	}
	.col-sm-1 {
		width: 8.333333333333332%;
	}
	.col-sm-pull-12 {
		right: 100%;
	}
	.col-sm-pull-11 {
		right: 91.66666666666666%;
	}
	.col-sm-pull-10 {
		right: 83.33333333333334%;
	}
	.col-sm-pull-9 {
		right: 75%;
	}
	.col-sm-pull-8 {
		right: 66.66666666666666%;
	}
	.col-sm-pull-7 {
		right: 58.333333333333336%;
	}
	.col-sm-pull-6 {
		right: 50%;
	}
	.col-sm-pull-5 {
		right: 41.66666666666667%;
	}
	.col-sm-pull-4 {
		right: 33.33333333333333%;
	}
	.col-sm-pull-3 {
		right: 25%;
	}
	.col-sm-pull-2 {
		right: 16.666666666666664%;
	}
	.col-sm-pull-1 {
		right: 8.333333333333332%;
	}
	.col-sm-push-12 {
		left: 100%;
	}
	.col-sm-push-11 {
		left: 91.66666666666666%;
	}
	.col-sm-push-10 {
		left: 83.33333333333334%;
	}
	.col-sm-push-9 {
		left: 75%;
	}
	.col-sm-push-8 {
		left: 66.66666666666666%;
	}
	.col-sm-push-7 {
		left: 58.333333333333336%;
	}
	.col-sm-push-6 {
		left: 50%;
	}
	.col-sm-push-5 {
		left: 41.66666666666667%;
	}
	.col-sm-push-4 {
		left: 33.33333333333333%;
	}
	.col-sm-push-3 {
		left: 25%;
	}
	.col-sm-push-2 {
		left: 16.666666666666664%;
	}
	.col-sm-push-1 {
		left: 8.333333333333332%;
	}
	.col-sm-offset-12 {
		margin-left: 100%;
	}
	.col-sm-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.col-sm-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-sm-offset-9 {
		margin-left: 75%;
	}
	.col-sm-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-sm-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-sm-offset-6 {
		margin-left: 50%;
	}
	.col-sm-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-sm-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-sm-offset-3 {
		margin-left: 25%;
	}
	.col-sm-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-sm-offset-1 {
		margin-left: 8.333333333333332%;
	}
}
@media (min-width: 992px) {
	.container {
		width: 970px;
	}
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
		float: left;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-11 {
		width: 91.66666666666666%;
	}
	.col-md-10 {
		width: 83.33333333333334%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-8 {
		width: 66.66666666666666%;
	}
	.col-md-7 {
		width: 58.333333333333336%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-5 {
		width: 41.66666666666667%;
	}
	.col-md-4 {
		width: 33.33333333333333%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-2 {
		width: 16.666666666666664%;
	}
	.col-md-1 {
		width: 8.333333333333332%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-pull-11 {
		right: 91.66666666666666%;
	}
	.col-md-pull-10 {
		right: 83.33333333333334%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-8 {
		right: 66.66666666666666%;
	}
	.col-md-pull-7 {
		right: 58.333333333333336%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-5 {
		right: 41.66666666666667%;
	}
	.col-md-pull-4 {
		right: 33.33333333333333%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-2 {
		right: 16.666666666666664%;
	}
	.col-md-pull-1 {
		right: 8.333333333333332%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-push-11 {
		left: 91.66666666666666%;
	}
	.col-md-push-10 {
		left: 83.33333333333334%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-8 {
		left: 66.66666666666666%;
	}
	.col-md-push-7 {
		left: 58.333333333333336%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-5 {
		left: 41.66666666666667%;
	}
	.col-md-push-4 {
		left: 33.33333333333333%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-2 {
		left: 16.666666666666664%;
	}
	.col-md-push-1 {
		left: 8.333333333333332%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col-md-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-md-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-md-offset-1 {
		margin-left: 8.333333333333332%;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
		float: left;
	}
	.col-lg-12 {
		width: 100%;
	}
	.col-lg-11 {
		width: 91.66666666666666%;
	}
	.col-lg-10 {
		width: 83.33333333333334%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-8 {
		width: 66.66666666666666%;
	}
	.col-lg-7 {
		width: 58.333333333333336%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-5 {
		width: 41.66666666666667%;
	}
	.col-lg-4 {
		width: 33.33333333333333%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-2 {
		width: 16.666666666666664%;
	}
	.col-lg-1 {
		width: 8.333333333333332%;
	}
	.col-lg-pull-12 {
		right: 100%;
	}
	.col-lg-pull-11 {
		right: 91.66666666666666%;
	}
	.col-lg-pull-10 {
		right: 83.33333333333334%;
	}
	.col-lg-pull-9 {
		right: 75%;
	}
	.col-lg-pull-8 {
		right: 66.66666666666666%;
	}
	.col-lg-pull-7 {
		right: 58.333333333333336%;
	}
	.col-lg-pull-6 {
		right: 50%;
	}
	.col-lg-pull-5 {
		right: 41.66666666666667%;
	}
	.col-lg-pull-4 {
		right: 33.33333333333333%;
	}
	.col-lg-pull-3 {
		right: 25%;
	}
	.col-lg-pull-2 {
		right: 16.666666666666664%;
	}
	.col-lg-pull-1 {
		right: 8.333333333333332%;
	}
	.col-lg-push-12 {
		left: 100%;
	}
	.col-lg-push-11 {
		left: 91.66666666666666%;
	}
	.col-lg-push-10 {
		left: 83.33333333333334%;
	}
	.col-lg-push-9 {
		left: 75%;
	}
	.col-lg-push-8 {
		left: 66.66666666666666%;
	}
	.col-lg-push-7 {
		left: 58.333333333333336%;
	}
	.col-lg-push-6 {
		left: 50%;
	}
	.col-lg-push-5 {
		left: 41.66666666666667%;
	}
	.col-lg-push-4 {
		left: 33.33333333333333%;
	}
	.col-lg-push-3 {
		left: 25%;
	}
	.col-lg-push-2 {
		left: 16.666666666666664%;
	}
	.col-lg-push-1 {
		left: 8.333333333333332%;
	}
	.col-lg-offset-12 {
		margin-left: 100%;
	}
	.col-lg-offset-11 {
		margin-left: 91.66666666666666%;
	}
	.col-lg-offset-10 {
		margin-left: 83.33333333333334%;
	}
	.col-lg-offset-9 {
		margin-left: 75%;
	}
	.col-lg-offset-8 {
		margin-left: 66.66666666666666%;
	}
	.col-lg-offset-7 {
		margin-left: 58.333333333333336%;
	}
	.col-lg-offset-6 {
		margin-left: 50%;
	}
	.col-lg-offset-5 {
		margin-left: 41.66666666666667%;
	}
	.col-lg-offset-4 {
		margin-left: 33.33333333333333%;
	}
	.col-lg-offset-3 {
		margin-left: 25%;
	}
	.col-lg-offset-2 {
		margin-left: 16.666666666666664%;
	}
	.col-lg-offset-1 {
		margin-left: 8.333333333333332%;
	}
}

.image {
	height: auto;
	text-align: center;
	width: 100%;
}

.image img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: top;
	display: inline-block;
}

.title {
	font-size: 18px;
	line-height: 27px;
	margin-bottom: 5px;
}

.period {
	margin: 0 0 8px 0;
	display: inline-block;
	*display: inline;
	zoom: 1;
}

.period .label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: bold;
	line-height: 1;
	color: #ffffff;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
	background: #999;
	margin: 0 12px 0 0;
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.428571429;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.btn:focus {
	outline: thin dotted #333;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.btn:hover,
.btn:focus {
	color: #333333;
	text-decoration: none;
}
.btn:active,
.btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	pointer-events: none;
	opacity: 0.65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-default {
	color: #333333;
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	color: #333333;
	background-color: #ebebeb;
	border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
	background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
	background-color: #ffffff;
	border-color: #cccccc;
}
.btn-primary {
	color: #ffffff;
	background-color: #cccccc;
	border-color: #bfbfbf;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	color: #ffffff;
	background-color: #b8b8b8;
	border-color: #a1a1a1;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
	background-color: #cccccc;
	border-color: #bfbfbf;
}
.btn-warning {
	color: #ffffff;
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	color: #ffffff;
	background-color: #ed9c28;
	border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
	background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-danger {
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	color: #ffffff;
	background-color: #d2322d;
	border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
	background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-success {
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	color: #ffffff;
	background-color: #47a447;
	border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
	background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-info {
	color: #ffffff;
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	color: #ffffff;
	background-color: #39b3d7;
	border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
	background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-link {
	color: #cccccc;
	font-weight: normal;
	cursor: pointer;
	border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
	border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
	color: #a6a6a6;
	text-decoration: underline;
	background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
	color: #999999;
	text-decoration: none;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
.btn-sm,
.btn-xs {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px;
}
.btn-xs {
	padding: 1px 5px;
}
.btn-block {
	display: block;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
}
.btn-block + .btn-block {
	margin-top: 5px;
}

.main_wrap.features.info_block:before {
	background: unset;
}

#feedback_ancor {
	max-width: 600px;
	margin: auto;
	background: #fff;
	padding: 20px;
}

#order_review_name {
	min-width: 250px;
	width: 49%;
}

#order_review_mail {
	min-width: 250px;
	width: 49%;
}

#order_review_message {
	outline: none;
	padding: 10px;
	border: solid 1px #e9daa7;
	font-family: Arial, sans-serif;
	font-size: 13px;
	color: #323232;
	margin: 4px 0;
	
	width: 100%;
	height: 100px;
	max-width: 552px;
}
}
div#callback.for_zvon {
    background: #00aad2 no-repeat 45% 55%;
    padding: 3em 0 3em 0;
    width: 70%;
    padding: 3em 0 9em 0;
    margin-bottom: 3%;
    margin-right: auto;
    margin-left: auto;
}
.for_zvon_bt{
	float: none;
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    padding: 0 1.5em 0 1.5em;
}
p.for_zvon_text {
   float: left;
    text-align: center;
    /* margin-top: .25em; */
    font: bold 219%/1.5 Play, Arial;
    width: 60%;
    /* background: url(/i/24hour.png) no-repeat left; */
    padding-left: 0px;
    text-shadow: 1px 1px 0 rgba(255,255,255,.4);
    /* margin-right: auto; */
    /* margin-left: 10%;*/
}
.for_zvon_text_zvon{
	   font: bold 62%/1.5 Play, Arial;
}
.for_zvon_cb-form{
	    float: left;
    width: 30%;
}
.for_zvon_phonemask {
    width: 258px;
    float: left;
    font: bold 120%/1 Play;
    background: #fff url(/ic-phone.png) no-repeat .5em 50%;
    border: 2px solid #f9f9f9!important;
    border-radius: .25em;
    padding: .5em 0 .5em 3em !important;
    margin-bottom: .8em;
}
.for_zvon_g-green {
    font: 115%/1.9 Play, Arial;
    width: 258px;
    background-color: #282828;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#e23851), to(#599500)); */
    /* background-image: -webkit-linear-gradient(top, #e23851, #f5919f); */
    background-image: -moz-linear-gradient(top, #e23851, #f5919f);
    background-image: -ms-linear-gradient(top, #e23851, #f5919f);
    background-image: -o-linear-gradient(top, #e23851, #f5919f);
    /* background-image: linear-gradient(to bottom, #e23851, #f5919f); */
    color: #fff;
    position: relative;
    -webkit-border-radius: .35em;
    -moz-border-radius: .35em;
    border-radius: .35em;
    border: 1px solid rgba(0,0,0,.3);
    border-bottom: 1px solid rgba(0,0,0,.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    text-shadow: 1px 1px 0 rgba(0,0,0,.35);
}
.form-head{
	display: none;
    font: bold 110%/1.2 Play, Arial;
    /* float: left; */
    width: 100%;
    text-align: center;
}
.for_zvon_g-green:hover{
	 color: #a6e4f2!important;
}

.for_zvon_g-green:focus{
	 color: #a6e4f2!important;
}
.vipad_soob{
	    padding: 1em 0 0 0;
    font: bold 220%/1.2 Play, Arial;
    float: left;
    width: 100%;
    text-align: center;
}
.not-active {
   pointer-events: none;
   cursor: default;
}
