body{
	/*font-family: notosans, Verdana, Helvetica;*/
	font-family: 'Open Sans', sans-serif;
	/*line-height: 1.2em;*/
}

.footer{
	padding: 20px 0;
	background: #222222;
	color: #FFFFFF;
}
/*
hr{
	border: none;
	margin: 20px -20px;
	display: block;
	padding: 0;
	height: 2px;
	background: #CCCCCC;
}*/

hr{
	background: url("./images/hrdot.png") center repeat-x;
	margin: 30px 0;
	padding: 0;
	height: 3px;
}

b,i,span{
	display: inline-block;
	vertical-align: middle;
}

input[type="text"], input[type="password"], textarea{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.red{color: #e3000f; vertical-align: baseline;}

ul, ol{
	margin: 20px 5px;
	display: block;
	clear: both;
}

ul ul, ol ul, ul ol, ol ol{
	margin: 15px 0 15px 0;
	display: block;
	clear: both;
}

ul ul li, ol ul li, ul ol li, ol ol li{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}

ol > li{
	margin: 0.5em 0 0.5em 0;
	list-style-position: inside;
}

ul > li{
	list-style: none;
	margin: 0.5em 0 0.5em 20px;
}

ul > li:before{
	content: "";
	position: absolute;
	top: 50%;
	background: #444444;
	left: -15px;
	margin-top: -3px;
	width: 6px;
	height: 6px;
}

h1,h2,h3,h4{
	font-family: intro, Tahoma, Helvetica, sans-serif;
}

.max_width_600{max-width: 600px;}
.max_width_700{max-width: 700px;}
.max_width_800{max-width: 800px;}
.max_width_900{max-width: 900px;}

.max_width_600,.max_width_700,.max_width_800,.max_width_900{
	margin-left: auto;
	margin-right: auto;
}

a{
	color: #e3000f;
}

.padh10{padding-top: 10px;padding-bottom: 10px;}
.padh20{padding-top: 20px;padding-bottom: 20px;}
.padh30{padding-top: 30px;padding-bottom: 30px;}

.padw10{padding-left: 10px;padding-right: 10px;}
.padw20{padding-left: 20px;padding-right: 20px;}
.padw30{padding-left: 30px;padding-right: 30px;}



.header{
	border-bottom: 1px #e3000f solid;
	padding: 25px 40px 15px 40px;
}

.header_logo{
	height: 50px;
	width: auto;
    margin-top: 15px;
}

.header_logo img{
	display: block;
	height: 100%;
	width: auto;
}

.header_slogan{
	/*line-height: 50px;*/
	display:none;
	line-height: 25px;
	font-family: intro, Tahoma, Helvetica, sans-serif;
	color: #577d8f;
	font-size: 18px;
	margin: 0 15px;
}

@media(max-width: 1080px) {
	.header_slogan{
		display: none;
	}
}

@media(max-width: 500px) {
	.header_send, .header_phone, .header_logo{
		float: none !important;
		text-align: center;
		clear: both;
	}
}

.header_address {
	font-size: 16px;
}

.header_phone{
	color: #ffffff;
	font-size: 24px;
	font-family: intro, Tahoma, Helvetica, sans-serif;
	font-weight: 200;
	/*line-height: 50px;*/
	line-height: 25px;
	margin: 0 15px;
    text-align: right;
}

.header_send{
	display: block;
	height: 50px;
	line-height: 50px;
	font-family: intro, Tahoma, Helvetica, sans-serif;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
	padding: 0 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background: #3b3e41;
    margin-top: 15px;
}

.header_send:hover{
	color: #ffffff;
	background: #e3000f;
}

.header_phone b{
	color: #e3000f;
	font-weight: 200;
}

/*------------------------*/

.top_menu_shower{
	position: fixed;
	display: none;
	color: #fff;
	height: 56px;
	line-height: 56px;
	float: left;
	width: 56px;
	text-align: center;
	border-radius: 50%;
	border: solid 2px #fff;
	cursor: pointer;
	background-color: rgba(0,0,0,0.5);
	bottom: 10px;
	z-index: 300;
	right: 10px;
}


.top_menu{
	font-family: intro, Tahoma, Helvetica, sans-serif;
}
.top_menu > div{
	min-width: 120px;
	text-align: center;
}

.top_menu a{
	color: #ffffff;
	text-decoration: none;
	display: block;
	padding: 20px;
}

.top_menu a:hover{
	color: #e3000f;
	background: rgba(0,0,0,0.75);
}

.top_menu > div > div{
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 100%;
	z-index: 1000;
	display: none;
	text-align: left;
	width: 250px;
}

.top_menu > div:hover{
	background: #000000;
	background: rgba(0,0,0,0.65);
}

.top_menu > div:hover > div{
	display: block;
	background: #000000;
	background: rgba(0,0,0,0.65);
}

.top_menu > div > div a{
	padding: 10px 20px;
}

@media(max-width: 1200px) {
	.top_menu a{
		padding-left: 6px;
		padding-right: 6px;
	}
}

@media(max-width: 1020px) {
	.top_menu_shower{
		display: block;
	}

	.top_menu{
		position: fixed;
		overflow: auto;
		left: 0;
		right: 0;
		bottom: 0;
		top: 0;
		padding: 30px 80px 30px 0;
		background: rgba(0,0,0,0.8);
		z-index: 100;
		display: none;
	}
	.top_menu > div{
		float: none;
		text-align: left;
	}
	.top_menu > div > div{
		display: block;
		position: relative;
	}

	.top_menu a{
		padding: 25px 10px;
		font-size: 16px;
		text-transform: uppercase;
	}
	.top_menu > div > div a{
		padding: 15px 10px 15px 30px;
	}

	body.showmainmenu{
		overflow: hidden;
	}
	body.showmainmenu .top_menu{
		display: block;
	}
}

/*------------------------*/

.bcgr_x1{
	background-image: url("./images/bcg_x1.jpg");
}

.bcgr_x2{
	background-image: url("./images/bcg_x2.jpg");
}

.bcgr_x3{
	background-image: url("./images/bcg_x3.jpg");
}

.parallax{
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.section_x1{
	min-height: 300px;
	padding: 50px 0 0 0;
	line-height: 200px;
	text-align: center;
}

.section_x1 h1{
	font-family: intro, Tahoma, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 45px;
	color: #ffffff;
	text-transform: uppercase;
}

.section_x1 h1 b{
	display: block;
	font-size: 160%;
	line-height: 1em;
}

@media (max-width: 700px) {
	.section_x1 h1{
		font-size: 25px;
	}
}

.section_x1 h2{
	color: #ffffff;
	padding: 15px 20px;
	background: #e3000f;
	font-family: intro, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	display: inline-block;
	margin-top: 20px;
}

.section_x2{
	text-align: center;
	padding-bottom: 50px;
	/*margin-bottom: -70px;*/
}

.section_x2 .bcgr{
	color: #e3000f;
	display: inline-block;
	padding-top: 140px;
	max-width: 250px;
	margin: 0 15px 50px 15px;
	text-decoration: none;
	font-family: intro, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
	background: top center no-repeat;
}

.section_x2 .bcgr1{	background-image: url("./images/sect_x1_ico1.png");}
.section_x2 .bcgr2{	background-image: url("./images/sect_x1_ico2.png");}
.section_x2 .bcgr3{	background-image: url("./images/sect_x1_ico3.png");}

.section_x3{
	padding: 125px 0 75px 0;
	text-align: center;
}

.section_x3 h2{
	max-width: 500px;
	font-family: intro, Tahoma, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 30px;
	color: #ff4800;
	text-transform: uppercase;
	text-align: center;
	margin: 0 auto;
	display: block;
}

.section_x3_ul{
	margin: 50px auto;
	color: #ffffff;
	font-size: 18px;
	font-family: intro, Tahoma, Helvetica, sans-serif;
}

.section_x3_ul_li{
	text-align: left;
	padding-left: 70px;
	margin: 0 15px;
	height: 120px;
	line-height: 120px;
	max-width: 300px;
	background: top left no-repeat url("./images/sect_x3_ico.png");
}

.sect3_ico_1{background-position: 0 0;}
.sect3_ico_2{background-position: 0 -120px;}
.sect3_ico_3{background-position: 0 -240px;}
.sect3_ico_4{background-position: 0 -360px;}


/*---------------------------*/

.prtf{
	padding: 0 50px;
	margin-bottom: 20px;
	min-height: 270px;
	margin-top: 20px;
}

.prtf_slide_arr_l{
	position: absolute;
	display: block;
	width: 50px;
	height: 250px;
	background: url("./images/m_slide_arrows_red.png")bottom left;
	left: 0;
	top: 10px;
}

.prtf_slide_arr_l:hover{
	background-position: top left;
}


.prtf_slide_arr_r{
	position: absolute;
	display: block;
	width: 50px;
	height: 250px;
	background: url("./images/m_slide_arrows_red.png")bottom right;
	right: 0;
	top: 10px;
}

.prtf_slide_arr_r:hover{
	background-position: top right;
}

.prtf_slide{
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
}

.prtf_slide_disp{
	width: 10000%;
}
.prtf_slide_e{
	width: 0.25%;
	text-align: center;
	float: left;
}

@media (max-width: 1350px) {
	.prtf {
		max-width: 860px;
	}
	.prtf_slide_e {
		width: 0.3333%;
	}
}
@media (max-width: 1000px) {
	.prtf {
		max-width: 580px;
	}
	.prtf_slide_e {
		width: 0.5%;
	}
}
@media (max-width: 700px) {
	.prtf {
		max-width: 300px;
	}
	.prtf_slide_e {
		width: 1%;
	}
}

.m_prtfi{
	width: 270px;
	text-decoration: none;
	text-align: center;
	display: inline-block;
}

.m_prtfi_img{
	width: 260px;
	height: 260px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;

	-webkit-border-radius: 130px;
	-moz-border-radius: 130px;
	border-radius: 130px;
	border: solid 3px #ffffff;

	margin: 0 auto 48px auto;

	-webkit-transition: top 0.5s;
	-moz-transition: top 0.5s;
	-o-transition: top 0.5s;
	transition: top 0.5s;

	top: 10px;
}

.m_prtfi_img:after{
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -172px;
	background: url("./images/m_shad_port.png") center no-repeat;
	width: 344px;
	height: 28px;
	bottom: -28px;

	-webkit-transition: bottom 0.5s;
	-moz-transition: bottom 0.5s;
	-o-transition: bottom 0.5s;
	transition: bottom 0.5s;
}

.m_prtfi_name{
	color: #eeeeee;
	font-size: 30px;
	font-family: Intro, Tahoma, Helvetica, sans-serif;
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 10px;
	line-height: 1.1em;
	font-size: 20px;
}

.m_prtfi:hover .m_prtfi_name{
	color: #e3000f;
}
.m_prtfi:hover .m_prtfi_img{
	top: 0;
}
.m_prtfi:hover .m_prtfi_img:after{
	bottom: -38px;
}

.m_prtfi_desc{
	font-family: notosans, Verdana, Helvetica;
	color: #3b8992;
	font-style: italic;
	text-decoration: none;
	font-size: 16px;

}

@media (max-width: 480px) {
	.m_prtfi_img {
		width: 180px;
		height: 180px;
	}
	.m_prtfi {
		width: 200px;
	}
}

.prtf_lnk{
	display: inline-block;
	vertical-align: middle;
	padding: 30px;
	color: #FFFFFF;
	font-family: intro, Tahoma, Helvetica, sans-serif;
	font-size: 18px;
}

.prtf_lnk:hover{
	color: #e3000f;
	text-decoration: none;
}
/*---------------------------*/

.create_lnk{
	display: inline-block;
	margin: 0 auto;
	color: #00ccff;
	padding: 20px 30px;
	border: solid 1px #00ccff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-family: notosans, Verdana, Helvetica;
	font-style: italic;
	font-size: 16px;
	overflow: hidden;
	z-index: 1;
	vertical-align: middle;
	text-decoration: none;
}

.create_lnk:hover{
	color: #ffffff;
}

.create_lnk:before{
	content: "";
	position: absolute;
	display: block;
	left: 50%;
	top: 50%;
	width: 0;
	height: 0;
	background: #00ccff;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;

	-webkit-transition: width 0.6s, height 0.6s, margin-top 0.6s,  margin-left 0.6s;
	-moz-transition: width 0.6s, height 0.6s,  margin-top 0.6s, margin-left 0.6s;
	-o-transition: width 0.6s, height 0.6s,  margin-top 0.6s, margin-left 0.6s;
	transition: width 0.6s, height 0.6s,  margin-top 0.6s, margin-left 0.6s;
	z-index: -1;
}
.create_lnk:hover:before{
	width: 500px;
	height: 500px;
	margin-left: -250px;
	margin-top: -250px;
}

/*---------------------------*/

.section_x4{
	padding: 50px 0;
	font-family: intro, Tahoma, Helvetica, sans-serif;
}

.section_x4_text{
	padding: 20px;
}

.section_x4_img{
	margin-bottom: -70px;
	width: 100%;
	max-width: 400px;
	display: inline-block;
}

.section_x4_ul{
	margin: 10px 0;
}

.section_x4_li {
	color: #000000;
	font-weight: 200;
	font-size: 24px;
	padding: 6px 10px 6px 15px;
}

.section_x4_li:before{
	content: "";
	background: #000000;
	height: 4px;
	width: 4px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -2px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.section_x4 h2{
	text-transform: uppercase;
	line-height: 1em;
	color: #414141;
	font-size: 48px;
	font-weight: 900;
}

.section_x4 h3{
	color: #04bfee;
	font-size: 26px;
}

.seo_lnk{
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #e3000f;
	padding: 5px 20px;
}

.btn{
	-webkit-border-radius: 25px;
	-moz-border-radius: 25px;
	border-radius: 25px;
	padding: 20px 30px;
	font-size: 16px;

	font-family: intro, Tahoma, Helvetica, sans-serif;
}
.btn_red{
	background-color: #e3000f;

}

.btn_red:hover{
	background-color: #9c000a;
}

/*---------------------------*/

.section_x5{
	padding: 125px 0 75px 0;
}
.section_x5 > .max_width{
	padding: 0 20px;
}

.section_x5 h2{
	font-family: intro, Tahoma, Helvetica, sans-serif;
	font-size: 48px;
	color: #e1d76a;
	text-transform: uppercase;
	display: block;
	font-weight: 200;
}

.section_x5_ul{
	margin: 40px auto 20px auto;
	color: #ffffff;
	font-size: 20px;
	font-family: intro, Tahoma, Helvetica, sans-serif;
}

.section_x5_ul_li{
	text-align: left;
	padding-left: 70px;
	margin: 0 15px 0 0;
	height: 100px;
	line-height: 1.3em;

	max-width: 460px;
	background: top left no-repeat url("./images/sect_x5_ico.png");
}

.section_x5_text{
	font-family: notosans, Verdana, Helvetica;
	font-style: italic;
	color: #ffffff;
	font-size: 14px;
	margin: 10px 0;
	max-width: 700px;
}
.section_x5_text a{
	display: block;
	color: #72e3ff;
}

.section_x5_text a:hover{
	color: #ffffff;
}

.sect5_ico_1{background-position: 0 0;}
.sect5_ico_2{background-position: 0 -100px;}
.sect5_ico_3{background-position: 0 -200px;}
.sect5_ico_4{background-position: 0 -300px;}

/*--------------------------------*/

.section_x6{
	padding: 50px 0;
	background: url("./images/bg_paper.jpg") center;
	background-size: cover;
}

.section_x6 h2{
	font-family: intro, Tahoma, Helvetica, sans-serif;
	font-weight: 200;
	color: #bcbcbc;
	font-size: 55px;
	margin: 0 50px 0 80px;
}

.tobe_slider{
	overflow: hidden;
	margin: 0 80px;
}

.tobe_slider_disp{
	width: 10000%;
}

.tobe_slide{
	width: 1%;
	float: left;
}

.review_slide{
	min-height: 150px;
	line-height: 150px;
	margin: 20px auto;
}

.review_photo{
	width: 150px;
	height: 150px;
	position: absolute;
	top: 50%;
	margin-top: -75px;
	left: 0;

	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	-webkit-border-radius: 75px;
	-moz-border-radius: 75px;
	border-radius: 75px;

}

.review_text{
	padding-left: 180px;
	max-width: 640px;
	color: #414141;
	font-size: 14px;
	font-family: notosans, Verdana, Helvetica;
}

.review_name{
	font-size: 24px;
	font-family: intro, Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 10px;
}
.review_name i{
	color: #a85739;
	font-style: italic;
	font-family: notosans, Verdana, Helvetica;
	font-size: 13px;
	font-weight: normal;
}


@media (max-width: 640px) {
	.review_photo {
		position: relative;
		margin: 0 auto;
	}
	.review_text{
		padding-left: 0;
		margin-top: 20px;
	}
}

.tobe_slider_left{
	position: absolute;
	display: block;
	width: 50px;
	top: 0;
	bottom: 0;
	background-image: url("./images/tobe_arrows.png");
	background-repeat: no-repeat;
	background-position: 0 center;
	left: 10px;
}
.tobe_slider_left:hover{
	background-position: -100px center;
}

.tobe_slider_right{
	position: absolute;
	display: block;
	width: 50px;
	top: 0;
	bottom: 0;
	background-image: url("./images/tobe_arrows.png");
	background-repeat: no-repeat;
	background-position: -50px center;
	right: 10px;

}
.tobe_slider_right:hover{
	background-position: -150px center;
}


.pro_lnk{
	color: #c34d25;
	display: block;
	text-decoration: underline;
	font-size: 14px;
	margin: 20px 100px 0 100px;
}

.section_about{
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 26px;

	font-weight: 300;
	line-height: 1.3em;
}
.section_about h2{
	text-transform: uppercase;
	font-size: 32px;
	margin: 30px 0;
	text-align: center;
}

.main_chevron{
	padding: 10px;
}

.main_chevron img{
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 150px;
}

.section_about ul{
	margin: 30px auto;
	padding-left: 30px;
	padding-right: 30px;
}

.section_arrows{
	padding-top: 140px;
	padding-bottom: 80px;
}
.section_arrows:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background: url("./images/chevron_top.png") top no-repeat;
	height: 105px;
}
.section_arrows:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: url("./images/chevron_bottom.png") bottom no-repeat;
	height: 105px;
}

.section_sozdanie{
	margin-top: -30px;
	background-image: url("./images/bcg_x5.jpg");
	color: #FFFFFF;
	text-align: center;
}

.section_sozdanie h2{
	color: #e3000f;
	font-size: 36px;
	margin: 20px auto;
}

.section_sozdanie_t{
	line-height: 80px;
	padding: 20px;
	font-size: 18px;
	text-align: center;
}

.section_sozdanie_t .fa{
	font-size: 60px;
	color: #e3000f;
}

@media (max-width: 640px) {
	.rotate_arr {
		transform: rotate(90deg);
	}
}

.section_seo{
	margin: 40px auto;
}

.section_seo h2{
	color: #e3000f;
	font-size:  40px;
	text-align: center;
}

.seoslider{overflow: hidden; padding: 0;margin: 30px 0;}
.seoslider_disp{width: 10000%;}
.seoslider_item{width: 1%;float: left;}
.seoslider_item img{display: block; width: 100%; max-width: 640px; margin: 0 auto;}



.maincomp{
	margin-top: 50px;
	margin-bottom: 50px;
}
.maincomp_item{
	width: 0.1%;

	float: left;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;

	padding: 0 10px;

	text-align: center;
	height: 100px;
	line-height: 100px;
}

.maincomp_item img{
	max-width: 100%;
	display: inline-block;
	height: auto;
	vertical-align: middle;
}

@media (max-width: 1300px) {
	.maincomp_item{
		width: 0.2%;
	}
}

@media (max-width: 800px) {
	.maincomp_item{
		width: 0.25%;
	}
}

@media (max-width: 640px) {
	.maincomp_item{
		width: 0.3333%;
	}
}

@media (max-width: 480px) {
	.maincomp_item{
		width: 0.5%;
	}
	
	.section_seo h2 {
		font-size: 2em;
	}
}
@media (max-width: 380px) {
	.maincomp_item{
		width: 1%;
	}
}


.seoslider_disp_r, .seoslider_disp_l{
	position: absolute;
	top: 0;
	bottom: 0;
	width: 80px;
	background: /*#FFFFFF*/ center no-repeat;
	cursor: pointer;
}

.seoslider_disp_r{
	right: 0;
	background-image: url("./images/arl.gif");
}
.seoslider_disp_l{
	background-image: url("./images/arr.gif");
	left: 0;
}

.section_another{
	margin-top: -30px;
	background-image: url("./images/bcg_x4.jpg");
	color: #FFFFFF;
	text-align: center;
}

.section_another h2{
	color: #FFFFFF;
	font-size: 36px;
	margin: 20px auto;
}

.maintabs{
	margin-top: 30px;
	text-align: left;
}

.maintabs_text{
	display: none;
	padding: 20px;
}

.maintabs_a{
	color: #e3000f;
	padding-left: 75px;
	cursor: pointer;
	margin: 0 10px;
	line-height: 88px;
	background: left center no-repeat;
	background-position-x: 15px;
}
.maintabs_a .centered_vertical{
	padding: 10px;
}

.active .maintabs_a{
	background-color: #e3000f;
	color: #fff;
}

@media (max-width: 640px) {
	.active .maintabs_text{
		display: block !important;
	}
}

.maintabs_show{
	text-align: left;
	padding: 20px;
}

.section_form{
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
}

.section_form h3{
	font-size: 18px;
	padding: 20px 0;
	color: #555;
}

.section_form h2{
	color: #e3000f;
	font-size: 45px;
}

@media (max-width: 480px) {
	.section_form h2 {
		font-size: 2em;
	}
}

.section_form h2 b{
	color: #FFFFFF;
	background-color: #e3000f;
	display: inline;
	padding: 0 0.5em;
	-webkit-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
}


.sendedform{
	display: block;
	max-width: 640px;
	margin: auto;
	padding: 20px;
	z-index: 0;
}
.sendedform input{
	padding: 15px 10px;
}

.sendedform textarea{
	padding: 15px;
	height: 100px;
}

.sendedform input,.sendedform textarea{
	display: block;
	width: 100%;
	border: solid 1px #AAAAAA;
	padding: 10px;
	margin: 10px auto;
	font-size: 14px;
}


.sendedform input[type="text"],.sendedform input[type="password"],.sendedform textarea{
	background: none;
}

.sendedform input[type="submit"]{ width: auto;  padding: 20px 30px; margin-top: 30px; border: none;}


.mailed{
	padding: 30px;
}

.mailed_text{
	font-size: 30px;
	font-family: intro, Tahoma, Helvetica, sans-serif;
	font-weight: 200;
	padding-bottom: 20px;

	line-height: 1em;
}

.mailed_input{
	background: #222222;
	background: none;
	border: 1px solid #FFFFFF;
	padding: 10px 145px 10px 15px;
	color: #FFFFFF;
	width: 100%;
}

.mailed input[type="submit"]{
	position: absolute;
	border: none;
	background: url("./images/mailsend.png") left center no-repeat;
	top: 5px;
	bottom: 5px;
	right: 5px;
	width: auto;
	padding: 0 10px 0 35px;
	color: #e3000f;
	font-size: 13px;
	border-radius: 5px;
}

.mailed input[type="submit"]:hover{
	background-color: #000000;
}

.notify{
	padding:20px;
	margin: 20px;
	border: #004268 solid 3px;
	text-align: center;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /*Firefox 1-3*/
	-webkit-box-sizing: border-box; /* Safari */
}

.inner_page{
	padding: 30px 20px 100px 20px;
}

.inner_page h1{
	text-align: center;
	padding: 30px 0;
	font-size: 40px;
	color: #e3000f;
}

.portfolio{
	margin-top: -10px;
	margin-bottom: -10px;
}

.portfolio_item{
	text-align: center;
	padding-left: 10px;
	padding-right: 10px;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

.portfolio_item:hover{
	z-index: 10;
}


.portfolio_item_img{
	width: 260px;
	height: 260px;
	border-radius: 50%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	margin: 0 auto 20px auto;
}

.portfolio_item_txt{
	position: absolute;
	top: 5px;
	left: 50%;
	margin-left: -125px;
	width: 230px;
	height: 230px;
	padding: 10px;
	background: #3b3e41;
	border-radius: 50%;
	opacity: 0;

	-webkit-transition: opacity 0.5s;
	-moz-transition: opacity 0.5s;
	-o-transition: opacity 0.5s;
	transition: opacity 0.5s;
}

.portfolio_item:hover .portfolio_item_txt{
	opacity: 1;

}


.portfolio_item_name{
	font-size: 24px;
	font-family: intro, Tahoma, Helvetica;
	font-weight: 400;
	margin-bottom: 10px;
	color: #FFFFFF;
	padding-top: 45%;
	margin-top: -10px;
	line-height: 1.1em;
}

.portfolio_item_descr{
	font-size: 16px;
	font-style: italic;
	color: #65DBEA;
	font-family: notosans, Verdana, Helvetica;
}


.portfolio_inner{}
.portfolio_inner img{
	display: block;
	max-width: 100%;
	height: auto;
	margin: 30px auto;
}


.portfolio_inner h2{
	margin-top: 25px;
	margin-bottom: 15px;
	font-weight: 600;
}

.portfolio_inner h3{
	color: #e3000f;
	text-transform: uppercase;
	font-size: 16px;
	margin-top: 25px;
	margin-bottom: 15px;
}

.textread920{}

.textread920 p{
	line-height: 1.4em;
	max-width: 920px;
	margin: 10px auto;
}

.textread920 ul{
	max-width: 920px;
	margin: 10px auto;
}

.textread920 table{
	display: block;
	margin: 20px auto;
	max-width: 920px;
	width: 100%;
	border: 0;
	font-size: 16px;
}

.textread920 table tr, .textread920 table td{
	border: 0;
}

.textread920 table tr:nth-child(odd){
	background: #eee9e1;
}

.textread920 table td{
	padding: 10px 20px;
}

.textread920 table tr:first-child{
	font-weight: bold;
	font-size: 14px;
	background: #DDD8D0;
}



.textread920 h2,.textread920 h3,.textread920 h4,.textread920 h5{
	max-width: 920px;
	margin-left: auto;
	margin-right: auto;
}

.textread920 h2{
	color: #e3000f;
	font-size: 30px;
}


.portfolio_inner_link{
	display: inline-block;
	background: #000000;
	color: #FFFFFF;
	padding: 10px 20px;
	text-decoration: none;
	margin: 5px auto;
}

.portfolio_inner_link:hover{
	background: #e3000f;
	color: #FFFFFF;

}


.portfolio_inner_description{
	font-size: 16px;
	max-width: 480px;
	line-height: 1.4em;
	margin: 10px auto;
	font-family: intro, Tahoma, Helvetica;
	font-weight: 400;
	text-align: center;
}

.portfolio_inner h1{
	padding-bottom: 15px;
}

.teams{}

.teams_i{
	width: 238px;
	height: 238px;
	padding: 10px;
	display: inline-block;
	border-radius: 50%;
	background: top center no-repeat #FFFFFF;
	overflow: hidden;

	margin-top: 20px;
	margin-bottom: 20px;

	-webkit-transition: padding 0.1s, margin 0.1s, border-radius 0.1s;
	-moz-transition: padding 0.1s, margin 0.1s, border-radius 0.1s;
	-o-transition: padding 0.1s, margin 0.1s, border-radius 0.1s;
	transition: padding 0.1s, margin 0.1s, border-radius 0.1s;

}

.teams_i:hover{
	padding-left: 70px;
	padding-right: 70px;
	margin-left: -60px;
	margin-right: -60px;
	margin-bottom: -280px;
	z-index: 99;
	padding-bottom: 310px;
	border-radius: 0;

}

.teams_i_name{
	margin-top: 230px;
	display: none;
	text-align: center;
	font-family: intro, Tahoma, Helvetica;
	color: #FFFFFF;
	line-height: 1.1em;
	font-size: 18px;
	background: #e3000f;
	padding-top: 10px;
	padding-bottom: 10px;
}

.teams_i_name b{
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 5px;
}


.teams_i:hover .teams_i_name{
	display: block;
}

.teams_i_descr{
	font-family: "Georgia", Times New Roman, Times, serif;
	font-style: italic;
	margin: 15px 5px 0 5px;
	padding: 15px;
	font-size: 16px;
	background: #FFFFFF;
	display: none;
}

.teams_i:hover .teams_i_descr{
	display: block;
}

.teams_add{
	max-width: 480px;
	margin: 80px auto 30px auto;
	font-size: 16px;
	line-height: 1.2em;
}

.teams_add h2{
	font-size: 26px;
	color: #e3000f;
}

.project_team{
	font-family: intro, Tahoma, Helvetica;
	font-weight: 200;
	text-align: center;
	font-size: 30px;
	margin: 70px auto 20px auto;
	text-transform: uppercase;
}

.project_team_people{
	text-align: center;
	font-size: 12px;
	padding: 10px;
	max-width: 180px;
	width: 180px;
}

.project_team_people img{
	display: block;
	height: 100px;
	border-radius: 50%;
}


.project_team_people b{
	display: block;
	font-size: 14px;
}


/*---------------seo--------------*/

.seo_hm{
	margin: 90px auto;
	text-align: center;
}
.seo_hm_80{
	font-size: 60px;
	color: #e3000f;
	display: inline-block;
	vertical-align: middle;
	font-family: intro, Tahoma, Helvetica, sans-serif;
}
.seo_hm_e{
	font-family: intro, Tahoma, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	max-width: 320px;
	text-align: left;
	margin: 0 10px;
	line-height: 1.2em;
	text-transform: uppercase;
}

.bcgr_seo_1{
	background-image: url("/reklama/seo-prodvizhenie/.inc/bcg_1.jpg");
	color: #FFFFFF;
}

.bcgr_seo_2{
	background-image: url("/reklama/seo-prodvizhenie/.inc/bcg_2.jpg");
	color: #FFFFFF;
}

.section_in.bcgr_seo_2 h3{
	color: #00f6ff;
}

.section_in{
	padding: 40px 10px;
}

.section_in h1,.section_in h2,.section_in h3{
	text-align: center;
}

.section_in h1,.section_in h2{
	text-transform: uppercase;
}

.section_in h2{
	font-weight: 300;
	font-size: 36px;
	margin: 10px auto;
}
.section_in h3{
	color: #e3000f;
}

@media (max-width: 480px)
{
	.section_in h2 {
		font-size: 1.9em;
	}
}

.seo_pyramida{
	margin-top: 30px;
	margin-bottom: 30px;
	font-size: 18px;
}

.seo_pyramida img{
	display: block;
	max-width: 544px;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.seo_cube{
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 30px;
}
.seo_cube img{
	display: block;
	max-width: 460px;
	margin: 0 auto -40px auto;
	width: 100%;
	height: auto;
}

.seo_graph{
	display: block;
	width: 100%;
	max-width: 940px;
	margin: 40px auto;
}
.btrx_24_slide{margin-top:100px;}

/*----blog-----*/

.blog_text {
	text-align: center;
	max-width: 850px;
    margin: 0 auto;	
}
.blog_text  h3 {
	color: #00ccff;
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 35px;
}
.blog_text div {
	font-size: 17px;
	margin: 15px;
}
.blog_items {
	margin: 25px;
}
.blog_item  {
	display: inline-block;
	text-align: left;
	margin: 5px 0;
	color: #FFF;
    text-decoration: none;
}
.blog_lnk a {
	padding: 12px 40px;
	font-style: normal;
}
.blog_lnk {
	display: block;
    margin: 40px auto;
}
.blog_item img {
	max-width: 260px;
}
.blog_item_text {
	font-size: 16px;
	max-width: 260px;
}
.blog_item_date {
	display:inline-block;
	color: #FF0000;
	font-size: 11px;
}
/*----bottom links-----*/
.bottom_links a {
	color: #FFF;
    text-decoration: none;
    display: block;
	margin: 4px;
	margin-top: 15px;
	max-width: 200px;
	font-size: 16px;
}
.bottom_links_item {
	display: inline-block;
	float: left;
	margin-left: 65px;
}
.bottom_links_item span {
	display: block;
	color: #FFF;
	text-align: right;
	margin: 5px;
}
.bottom_links_item:first-child {
	margin-left: 5px;
}
.bottom_links_item:first-child a {
	margin-bottom: 15px;
}
.bottom_links_inner a{
	margin: 0;
	color: #CCC;
	font-size: 14px;
	margin-left: 5px;
	line-height: 1.2em;
}
.bottom_links_inner span {
	display: inline-block;
	color: #FF0000;
	font-size: 18px;
	margin: 0;
	margin-bottom: 7px;
	margin-right: 5px;
}

.bottom_links .item_title {
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	font-size: 16px;
}
.bottom_links .phone span {
	display: inline-block;
    margin: 0;
    margin-bottom: 2px;
}
.bottom_links .social span {
	text-align: left;
}
.bottom_links .social a {
	display: inline-block;
}
.bottom_links .social a img {
	width: 32px;
	height: 32px;
}
.bottom_links .social a:first-child img {
	width: 35px;
	height: 35px;
}
.bottom_links_item .contacts_s span {
	margin: 5px;
	margin-left: 0;
	margin-right: 0;
}
.bottom_links .phone, .bottom_links .email {
	margin: 0;
	padding: 0;
}
.bottom_links  span .icon {
	background-size: contain!important;
	background-repeat: no-repeat!important;
	width: 17px;
	height: 17px;
	display: inline-block;
	margin: 0;
	margin-right: 5px;
	margin-bottom: 2px;
}
.bottom_links .phone {
	font-family: intro, Tahoma, Helvetica, sans-serif;
	font-weight: 200;
	font-size: 16px;
}
.bottom_links .phone .icon {
	background-image: url('/.include/images/phone-icon.png');
}
.bottom_links .phone_part {
	color: red;
}
.bottom_links .email {
	font-size: 12px;
}
.bottom_links .email .icon {
	background: url('/.include/images/email-icon.png');
}
.bottom_links .email a {
	text-decoration: underline;
	margin: 0;
}