* {
	margin: 0;
	padding: 0;
	border: none;
	font-size: 18px;
	font-weight: normal;
	font-family: Cuprum, Arial, sans-serif;
}
.clear {
	clear: both;
}
body {
	overflow-x: hidden;
}
@font-face {
	font-family: 'Intro';
	src: local('Intro'),
		 url('../fonts/Intro/Intro.eot?') format('eot'), 
	     url('../fonts/Intro/Intro.otf')  format('opentype'),
	     url('../fonts/Intro/Intro.woff') format('woff'), 
	     url('../fonts/Intro/Intro.ttf')  format('truetype'),
	     url('../fonts/Intro/Intro.svg#Intro') format('svg');
}
@font-face {
	font-family: 'HelveticaNeueCyr-UltraLight';
	src: local('HelveticaNeueCyr-UltraLight'),
		 url('../fonts/HelveticaNeueCyr-UltraLight/HelveticaNeueCyr-UltraLight.eot?') format('eot'), 
	     url('../fonts/HelveticaNeueCyr-UltraLight/HelveticaNeueCyr-UltraLight.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueCyr-UltraLight/HelveticaNeueCyr-UltraLight.woff') format('woff'), 
	     url('../fonts/HelveticaNeueCyr-UltraLight/HelveticaNeueCyr-UltraLight.ttf')  format('truetype'),
	     url('../fonts/HelveticaNeueCyr-UltraLight/HelveticaNeueCyr-UltraLight.svg#HelveticaNeueCyr-UltraLight') format('svg');
}
/*=================Header_1==================*/
.header_wrapper {
	width: 100%;
	height: 100%;
}
.header_container {
	min-width: 980px;
	max-width: 1280px;
	margin: 0 auto;
}
.navigation_wrapper {
	width: 100%;
	height: 80px;/**/
	position: fixed;
	z-index: 1000;
	margin: 0;
	padding: 0;
	top: 0;
	left: 0;
}
.navigation_container {
	position: relative;
	min-width: 980px;
	max-width: 1280px;
	margin: 0 auto -17px;
	padding: 0;
}
.navigation {
	position: relative;
	min-width: 980px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 0;
}
.navigation .logo {
	padding-top: 20px;
	position: relative;
	width: 17%;
	float: left;
	text-align: center;
	margin: 0 auto;
}
.navigation .logo a {
	font-family: Cuprum, Arial, sans-serif;
	display: block;
	position: relative;
	width: 120px;
	height: 20px;
	margin: 0 auto;
	padding-top: 30px;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 2px;
	margin-bottom: 27px;
}
.navigation address {
	position: absolute;
	z-index: 1001;
	float: left;
	top: 12px;
	left: 407px;
	top: 0;
	left: 18%;
	height: 71px;
	text-align: center;
	font-style: normal;
	padding: 10px 0;
	width: 30%;
	border: 3px solid #0268c0;
	border-bottom-left-radius: 200px 20px;
	border-bottom-right-radius: 200px 20px;
	box-shadow: 0 0 10px #fff;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.navigation address:hover {
	box-shadow: 0 0 30px #fff;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.navigation address p {
	font-size: 18px;
	margin-top: 10px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
}
.navigation address p span {
	font-family: Cuprum, Arial, sans-serif;
	font-size: 30px;
	font-weight: bold;
	/**/cursor: default;
	/**/color: #fff !important;
	/**/text-decoration: none;
}
.navigation address span.ring_me {
	font-family: Cuprum, Arial, sans-serif;
	font-size: 14px;
	border-bottom: 1px dotted #ffff00;
	cursor: pointer;
}
.navigation address span.ring_me:hover {
	border: none;
}
.navigation ul#links {
	float: right;
	margin-top: 25px;
	width: 52%;
	text-align: right;
}
.navigation ul#links li {
	list-style: none;
	display: inline-block;
	margin-left: 3%;
}
.navigation ul#links li a {
	font-family: Cuprum, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.navigation ul#links li.active {
	border-bottom: 3px solid #fff;
	color: #fff;
	padding-bottom: 6px;
	text-shadow: 1px 1px 2px #000, 0 0 1em #fff;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}
.navigation ul#links li.active:hover {
	padding: 0;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}
.navigation ul#links li:hover {
	text-transform: uppercase;
	border-bottom: 3px solid #fff;
	padding-bottom: 7px;
	font-size: 16px;
	text-decoration: none;
	color: #fff;
	text-shadow: 1px 1px 2px #000, 0 0 1em #fff;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}
/**/
.header_wrapper .hidden_line {
	display: none;
	position: absolute;/**/
	width: 100%;
	box-shadow: 0 6px 20px -4px rgba(0, 0, 0, .8);
}
.header_wrapper .hidden_line .main {
	height: 100%;
	padding-bottom: 20px;
}
.header_wrapper .hidden_line h2 {
	font-size: 32px;
	text-align: center;
	padding-top: 50px;
}
#feedback_form {
	width: 830px;
	margin: 0 auto;
}
#feedback_form div {
	float: left;
	width: 270px;
	margin-right: 30px;
}
#feedback_form .input {
	height: 56px;
	width: 240px;
	border: 1px solid #222;
	font-size: 18px;
	padding: 0 15px;
	margin: 30px 20px 0 0;
	display: inline-block;
	border-radius: 2px;
	outline: none;
}
#feedback_form input.error {
	border-color: red;
}
#feedback_form i.error {
	display: none;
}
#feedback_form .blue_button {
	width: 200px;
	float: right;
	margin-top: 30px;
	height: 56px;
	text-align: center;
	font-size: 18px;
	background-color: #005397;
	border: none;
	border-radius: 2px;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
#feedback_form .blue_button:hover {
	background-color: #178ff1;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
#feedback_form .blue_button:active {
	box-shadow: 0 0 10px rgba(0,0,0,0.8) inset;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}
#feedback_form i {
	font-size: 12px;
	margin-bottom: 20px;
}
#feedback_form span {
	font-size: 20px;
	border-bottom: 1px dotted #024279;
	cursor: pointer;
	margin-left: 50%;
	color: #024279;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
#feedback_form span:hover {
	color: #178ff1;
	border: none;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
#feedback_form span.send {
	float: right;
	margin-top: -25px;
	margin-right: 15px;
	border: none;
	text-transform: uppercase;
	cursor: default;
}



/**/
.wrapper_main_slider {
	position: relative;
	min-width: 100%;
	height: 100%;
	margin: 0 auto;
	box-shadow: 0 0 5px #999;
}
.main_slider {
	position: relative;
	min-width: 100%;
	height: 100%;
	margin: 0 auto;
}
.main_slider div.slide {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
	padding: 0;
	margin: 0 auto;
	float: left;
}
.main_slider div.slide div.slide_text {
	position: relative;
	color: #fff;
	background: url(../img/mask_bg.png);
	top: 50%;
	text-align: center;
	display: inline-block;
	max-width: 70%;
}
.main_slider div.slide div.slide_text h2 {
	font-family: HelveticaNeueCyr-UltraLight, Arial, sans-serif;
	font-weight: 900;
	font-size: 40px;
	padding: 5px 20px 10px 20px;
}
.main_slider div.slide div.slide_text p {
	font-family: HelveticaNeueCyr-UltraLight, Arial, sans-serif;
	font-weight: 100;
	font-size: 25px;
	padding: 5px 20px 10px 20px;
}
.wrapper_main_slider a.header_prev {
	position: absolute;
	width: 75px;
	height: 136px;
	left: 50px;
	top: 50%;
	background: url(../img/arrows.png) no-repeat;
	transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	opacity: 0.3;
}
.wrapper_main_slider a.header_next {
	position: absolute;
	width: 75px;
	height: 136px;
	right: 50px;
	top: 50%;
	background: url(../img/arrows.png) -75px 0 no-repeat;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	opacity: 0.3;
}
.wrapper_main_slider a.header_prev:hover, a.header_next:hover {
	background-color: #000;
	opacity: 0.6;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.wrapper_main_slider #pager2 {
	position: absolute;
	text-align: center;
	bottom: 50px;
	height: 13px;
	z-index: 100;
	width: 100%;
	left: 0;
}
.wrapper_main_slider #pager2 a {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin: 0 5px;
	border: 1px solid #fff;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
}
.wrapper_main_slider #pager2 a:hover {
	box-shadow: 0 0 10px rgba(255,255,255,0.5);
}
.wrapper_main_slider #pager2 a.selected {
	background-color: #fff;
	box-shadow: 0 0 10px rgba(255,255,255,0.5);
}
.wrapper_main_slider #pager2 a span {
	opacity: 0;
}
.delay_04s,
.delay_04s_inside *,
.delay_04s_inside *:after,
.delay_04s_inside *:before {
  transition:all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
}
/*=================Services_1==================*/
.services_1_wrapper {
	width: 100%;
	/*height: 100%;*/
}
.services_1_container {
	min-width: 980px;
	max-width: 1280px;
	margin: 0 auto;
}
.services_1_content_container {
	padding: 100px 0 50px 0;
}
.services_1_content {
	min-width: 980px;
	max-width: 1280px;
	text-align: center;
	text-transform: uppercase;
}
.services_1_content div.services_1_text {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	text-transform: none;
	width: 800px;
	margin: 0 auto 70px;
}
.services_1_content h2 {
	font-family: Intro, Arial, sans-serif;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 30px;
}
.services_1_content p {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.5;
	text-transform: none;
	width: 800px;
	margin: 0 auto 70px;
}
.services_1_content b, strong {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 700;
}
.services_1_content i, a, span, u {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
}
.services_1_content a:hover {
	text-decoration: none;
}
.services_1_content div.column_wrapper {
	text-align: center;
	margin: 0 auto;
	min-width: 980px;
	max-width: 1280px;
}
.services_1_content div.column {
	position: relative;
	display: inline-block;
	width: 240px;
	margin: 0 40px;
	text-align: center;
	vertical-align: top;
	list-style: none;
}
.services_1_content div.column .img_wrapper {
	width: 225px;
	height: 190px;
	margin: 0 auto 50px;
	overflow: hidden;
}
.services_1_content div.column h3 {
	font-family: Cuprum, Arial, sans-serif;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.services_1_content div.column b, strong {
	font-family: Roboto, Arial, sans-serif;
	font-size: inherit;
	font-weight: 700;
}
.services_1_content div.column a, i, u, span {
	font-family: Roboto, Arial, sans-serif;
	font-size: inherit;
}
.services_1_content div.column p {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	line-height: 2;
	text-transform: none;
	width: 220px;
	margin: 0 auto 50px;
	padding: 0;
	font-size: 12px;
}
/*=================Statistics_1==================*/
.statistics_1_wrapper {
	width: 100%;
	/*height: 100%;*/
	background-size: cover;
}
.statistics_1_container {
	min-width: 980px;
	max-width: 1280px;
	margin: 0 auto;
}
.statistics_1_content_container {
	padding: 100px 0 50px 0;
}
.statistics_1_content {
	min-width: 980px;
	max-width: 1280px;
	text-align: center;
}
.statistics_1_content h2 {
	font-family: Intro, Arial, sans-serif;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 100px;
	text-transform: uppercase;
}
.statistics_1_content a:hover {
	text-decoration: none;
}
.statistics_1_content div.column_wrapper {
	position: relative;
	min-width: 980px;
	max-width: 1280px;
}
.statistics_1_content div.column {
	display: inline-block;
	width: 17%;
	text-align: center;
	padding: 0 1%;
	vertical-align: top;
}
.statistics_1_content div.column .img_wrapper {
	width: 60px;
	height: 60px;
	margin: 0 auto 60px;
	overflow: hidden;
}
.statistics_1_content div.column img {
	/*width: 60px;
	height: 60px;*/
	/*vertical-align: middle;*/
}
.statistics_1_content div.column p.number {
	font-family: Roboto, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.statistics_1_content div.column p.info {
	font-family: Roboto, Arial, sans-serif;
	font-size: 12px;
	font-weight: 300;
	text-transform: none;
	margin-top: 30px;
	margin-bottom: 50px;
}
/*=================Portfolio_2==================*/
.portfolio_2_wrapper {
	width: 100%;
	/*height: 100%;*/
	background: #fff;
}
.portfolio_2_container {
	min-width: 980px;
	max-width: 1280px;
	margin: 0 auto;
}
.portfolio_2_content_container {
	padding: 100px 0;
}
.portfolio_2_content {
	min-width: 980px;
	max-width: 1280px;
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 30px;/*70px;*/
}
.portfolio_2_content h2 {
	font-family: Intro, Arial;
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.portfolio_2_content div.img_wrapper {
	width: 970px;
	margin: 25px auto 25px;
}
.portfolio_2_content div.img_wrapper img {
	float: left;
	width: 192px;
	height: 192px;
	margin: 5px 1px 5px 1px;
}
.portfolio_2_content div.img_wrapper div.img_box {
	display: none;
	width: 970px;
	height: auto;
}
.portfolio_2_content div.img_wrapper div.signature {
	width: 970px;
	margin-top: 20px;
}
.portfolio_2_content div.img_wrapper div.signature p.gallery_name {
	font-family: Roboto, Arial, sans-serif;
	float: left;
	font-size: 22px;
	font-weight: bold;
}
.portfolio_2_content div.img_wrapper img {
	float: left;
	text-decoration: none;
	-moz-box-shadow: 5px 5px 7px rgba(33,33,33,1);
	-webkit-box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	box-shadow: 5px 5px 7px rgba(33,33,33,.7);
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	background-color: #005397;
}
.portfolio_2_content div.img_wrapper img:hover{
	width: 192px;
	height: 192px;
	box-shadow: 8px 8px 7px rgba(0,0,0,.7);
	-moz-box-shadow: 8px 8px 7px rgba(0,0,0,.7);
	-webkit-box-shadow: 8px 8px 7px rgba(0,0,0,.7);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	position: relative;
	z-index: 5;
}
.portfolio_2_content div.img_wrapper div.signature a.number_photo {
	font-family: Roboto, Arial, sans-serif;
	float: right;
	font-size: 16px;
	border-bottom: 1px dotted #005397;
	cursor: pointer;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.portfolio_2_content div.img_wrapper div.signature a.number_photo:hover {
	opacity: 0.8;
	border: none;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
/*=================Experience_1==================*/
.experience_1_wrapper {
	width: 100%;
	/*height: 100%;*/
}
.experience_1_container {
	min-width: 980px;
	max-width: 1280px;
	margin: 0 auto;
}
.experience_1_content_container {
	padding: 100px 0 50px 0;
}
.experience_1_content {
	text-align: center;
}
.experience_1_content h2 {
	font-family: Intro, Arial,sans-serif;
	font-weight: bold;
	font-size: 40px;
	text-transform: uppercase;
	margin-bottom: 50px;
}
.experience_1_content p {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
	width: 800px;
	margin: 0 auto;
	text-transform: none;
}
.experience_1_content b, strong {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 700;
}
.experience_1_content i, a, u, span {
	font-family: Roboto, Arial, sans-serif;
	font-weight: 300;
}
.experience_1_content a:hover {
	text-decoration: none;
}
.experience_1_content div.diagram_wrapper {
	width: 980px;
	margin: 90px auto 0;
}
.experience_1_content div.diagram_wrapper div.line {
	display: inline-block;
	width: 80px;
	height: 1px;
	margin: 80px 5px 0 5px;
	border-top: 1px solid #fff;
}
.experience_1_content div.diagram_wrapper div.diagram {
	width: 165px;
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	vertical-align: top;
	margin-bottom: 50px;
}
.experience_1_content div.diagram_wrapper div.diagram img {
	width: 161px;
	height: 161px;
	margin-bottom: 30px;
}
/*=================Testimonials_2==================*/
.testimonials_2_wrapper {
	width: 100%;
	/*height: 100%;*/
}
.testimonials_2_container {
	min-width: 980px;
	max-width: 1280px;
	margin: 0 auto;
}
.testimonials_2_content_container {
	padding: 100px 0 50px 0;
}
.testimonials_2_content {
	min-width: 980px;
	max-width: 1280px;
	text-align: center;
	text-transform: uppercase;
}
.testimonials_2_content h2 {
	font-family: Intro, Arial, sans-serif;
	font-weight: bold;
	font-size: 40px;
	margin-bottom: 70px;
	text-transform: uppercase;
}
.testimonials_2_content div.wrapper {
	width: 980px;
	margin: 0 auto 60px;
	text-align: left;
}
.testimonials_2_content div.wrapper img {
	float: left;
	margin-right: 35px;
	width: 85px;
	height: 85px;
	border-radius: 50%;
}
.testimonials_2_content div.wrapper div.info {
	float: right;
	width: 320px;
	line-height: 1.5;
}
.testimonials_2_content div.wrapper div.left {
	float: left;
	width: 440px;
}
.testimonials_2_content div.wrapper div.right {
	float: right;
	width: 440px;
}
.testimonials_2_content div.wrapper p.quote {
	font-family: Roboto, Arial, sans-serif;
	font-style: italic;
	text-transform: none;
	font-size: 18px;
	margin-bottom: 30px;
}
.testimonials_2_content div.wrapper p.name {
	font-size: 18px;
	font-weight: bold;
}
.testimonials_2_content div.wrapper p.post {
	font-family: Roboto, Arial, sans-serif;
	font-size: 16px;
	text-transform: none;
}
.testimonials_2_wrapper div.logo_line_wrapper  {
	width: 100%;
}
.testimonials_2_wrapper div.logo_line {
	position: relative;
	min-width: 980px;
	max-width: 1280px;
	text-align: center;
	margin: 0 auto;
	padding: 30px 0;
	letter-spacing: 2px;
}
.testimonials_2_wrapper div.logo_line a, .testimonials_2_wrapper div.logo_line span {
	position: relative;
	display: inline-block;
	margin: 10px 20px 10px 20px;
	padding: 10px 10px 5px 10px;
	border: 1px solid #005397;
	border-radius: 10px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.testimonials_2_wrapper div.logo_line a:hover {
	border: 1px solid #fff;
	border-radius: 10px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
/*=================Contact_1==================*/
.contact_1_wrapper {
	width: 100%;
	/*height: 100%;*/
}
.contact_1_container {
	min-width: 980px;
	max-width: 1280px;
	margin: 0 auto;
}
.contact_1_content_container {
	padding: 100px 0;
}
.contact_1_content {
	font-size: 18px;
	width: 880px;
	margin: 0 auto;
	font-family: Roboto, Arial, sans-serif;
}
.contact_1_content h2 {
	font-family: Intro, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 40px;
	margin-bottom: 70px;
	text-transform: uppercase;
}
.contact_1_content form {
	position: relative;
	float: left;
	width: 46%;
}
.contact_1_content form input {
	font-family: Roboto, Arial, sans-serif;
	width: 360px;
	font-size: 18px;
	border: 1px solid #000;
	padding: 20px;
	outline: none;
}
.contact_1_content form input.error {
	border-color: red;
}
.contact_1_content form i {
	font-size: 12px;
	margin-bottom: 20px;
}
.contact_1_content form i.error {
	display: none;
	color: red;
}
.contact_1_content form textarea {
	font-family: Roboto, Arial, sans-serif;
	width: 360px;
	height: 120px;
	font-size: 18px;
	border: 1px solid #000;
	padding: 20px;
	outline: none;
	resize: none;
}
.contact_1_content form textarea.error {
	border-color: red;
}
.contact_1_content form div.captcha_wrapper {
	float: left;
	width: 170px;
	height: auto;
	margin-bottom: 20px;
}
.contact_1_content form div.captcha_wrapper div.captcha {
	width: 170px;
	height: 65px;
	background-color: #ccc;
}
.contact_1_content form div.captcha_wrapper a {
	font-size: 12px;
	color: #005397;
}
.contact_1_content form div.captcha_wrapper a:hover {
	text-decoration: none;
	color: #178ff1;
}
.contact_1_content form div.captcha_input {
	float: right;
	width: 170px;
	height: auto;
	margin-right: 5px;
}
.contact_1_content form div.captcha_input input {
	width: 130px;
	padding: 20px;
}
.contact_1_content input#send {
	float: left;
	position: relative;
	width: auto;
	border: none;
	padding: 15px 25px;
	background-color: #005397;
	color: #fff !important;
	text-transform: uppercase;
	cursor: pointer;
	transition: all 0.4s ease;
	-webkit-appearance: none;
	outline: none;
}
.contact_1_content input#send:hover {
	background-color: #178ff1;
	color: #fff;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.contact_1_content input#send:active {
	box-shadow: 0 0 10px rgba(0,0,0,0.8) inset;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
}
.contact_1_content span.message_send {
	font-family: Roboto, Arial, sans-serif;
	position: absolute;
	/*margin-left: 110px;
	margin-top: 15px;*/
	right: 25px;
	bottom: 15px;
	color: #29c821;
	border: none;
	text-transform: uppercase;
	font-weight: bold;
	cursor: default;
}
.contact_1_content div.info {
	font-family: Roboto, Arial, sans-serif;
	float: right;
	width: 46%;
	text-align: left;
}
.contact_1_content div.info p {
	font-family: Roboto, Arial, sans-serif;
}
.contact_1_content div.info span {
	font-family: Roboto, Arial, sans-serif;
	font-size: 22px;
	font-weight: bold;
}
.contact_1_content div.info span a {
	font-family: Roboto, Arial, sans-serif;
	color: #005397;
	font-size: 22px;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
.contact_1_content div.info span a:hover {
	color: #178ff1;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	-webkit-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
}
div#map {
    width: 100%;
    height: 450px;
    margin: 0 auto;
}
/*=================Footer_2==================*/
.footer_2_wrapper {
	width: 100%;
	/*height: 100%;*/
	background: #005397;
}
.footer_2_container {
	min-width: 980px;
	max-width: 1280px;
	margin: 0 auto;
}
.footer_2_content_container {
	padding: 50px 40px 40px 40px;
}
.footer_2_content {
	text-align: center;
	font-family: Roboto, Arial, sans-serif;
}
.footer_2_content div.block {
	float: left;
	width: 33%;
}
.footer_2_content p {
	font-family: Roboto, Arial, sans-serif;
	float: left;
	color: #fff;
}
.footer_2_content a.up_button {
	display: block;
	width: 42px;
	height: 43px;
	margin-top: -10px;
	margin-left: 40%;
	border-radius: 50%;
	background: url(../img/footer_2_arrow_up.png) no-repeat;
	transition: all 0.4s ease;
}
.footer_2_content a.up_button:hover {
	box-shadow: 0 0 10px rgba(255,255,255,0.5);
	transition: all 0.2s ease;
}
.footer_2_content a.up_button:active {
	box-shadow: 0 0 10px rgba(0,0,255,0.5) inset;
	transition: all 0.1s ease;
	-webkit-transform: scale(0.90);
	-moz-transform: scale(0.90);
	-o-transform: scale(0.90);
	-ms--transform: scale(0.90);
}
.footer_2_content a.csf {
	float: right;
	margin-top: 10px;
	font-size: 12px;
	color: #fff;
}
.footer_2_content a.csf:hover {
	text-decoration: none;
}
.footer_2_content a.csf img {
	margin-right: 5px;
}
