*,
:after,
:before {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

body {
	height: 100%;
	margin: 0;
}

/*	
#b30102 - red
#d24a46 - redLight
#2f2e31 - gray
#b0afaf - grayL
#008dd2 - blue
*/

img.block {
	display: block;
	line-height: 100%;
	padding: 0px;
	margin: 0px;
	border: none;
	border-spacing: 0px;
	border-collapse: collapse;
}

.nofloat {
	float: none;
	clear: both;
}

table {
	width: 100%;
	height: 100%
}

table {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
}

h1 {
	font-family: Gilroy;
	font-weight: 300;
	font-style: normal;
	font-size: 36px;
}

h2 {
	font-family: Gilroy;
	font-weight: 800;
	font-style: normal;
	font-size: 36px;
}

h2.cat {
	font-family: Gilroy;
	font-weight: 300;
	font-style: normal;
	font-size: 28px;
}

h3 {
	font-family: Gilroy;
	font-weight: 300;
	font-style: normal;
	font-size: 36px;
	margin: 0px;
}

h4 {
	font-family: Gilroy;
	font-weight: 300;
	font-style: normal;
	font-size: 22px;
}

h5 {
	font-family: Gilroy;
	font-weight: 800;
	font-style: normal;
	font-size: 30px;
}

p {
	font-family: 'Museo Sans Cyrl 500';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}

p {
	font-family: 'Roboto';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
	margin: 0px;
}

.osn {
	font-family: 'Roboto';
	font-weight: normal;
	font-style: normal;
	font-size: 15px;
	/*margin:0px;*/
}

.osnb {
	font-family: 'Museo Sans Cyrl 500';
	font-weight: normal;
	font-style: normal;
	font-size: 13px;
}

.osnb {
	font-family: 'Roboto';
	font-weight: bold;
	font-style: normal;
	font-size: 13px;
	margin: 0px;
}

.butt {
	font-family: Gilroy;
	font-weight: 800;
	font-style: normal;
	text-align: left;
	font-size: 24px;
	text-decoration: underline;
}

.listQuadro {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 10px 0 -24px;
	vertical-align: top;
}

.fifty {
	width: 50%
}


.red {
	color: #008dd2
}

.redL {
	color: #008dd2
}

.gray {
	color: #2f2e31
}

.white {
	color: #ffffff
}

.white_bg {
	background-color: #ffffff
}

.red_bg {
	background-color: #008dd2
}

.redL_bg {
	background-color: #008dd2
}

.grayL_bg {
	background-color: #b0afaf
}

.left,
.left_ {
	float: left;
}

.right,
.right_ {
	float: right;
}

.big {
	display: block;
}

.mob {
	display: none;
}

.menu_top {
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 1000000;
	top: 0;
}

.menu_top {
	box-shadow: 0 0px 10px #2f2e31;
	-webkit-box-shadow: 0 0 10px #2f2e31;
	-moz-box-shadow: 0 0 10px #2f2e31;
}

.menu_top_div {
	width: 90%;
	margin: 0 auto;
	position: relative;
}

.menu_top_logo {
	width: 25%;
}

.menu_top_logo img {
	/*width: 90%;*/
}

.menu_top_ithems {
	width: 50%;
	color: #555555;
}

.menu_top_ithems table {
	width: 95%;
	margin-left: 5%
}

.menu_top_ithems table tr td {
	width: 20%;
	vertical-align: top;
	padding: 10px 0 10px 10px;
}

.menu_top_ithems table tr td:hover {
	cursor: pointer;
	background-color: #C0C0C0
}

.menu_top_addr {
	width: 25%;
	text-align: right;
}

.top_tel {
	font-family: Gilroy;
	font-weight: 800;
	font-style: normal;
	font-size: 26px;
}

.top_addr {
	font-family: 'Museo Sans Cyrl 500';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
}

.banner_top {
	width: 100%;
	position: relative;
	margin-top: 80px;
}

.bann_top_text {
	position: absolute;
	bottom: 0px;
	left: 70px;
	width: 35%;
	height: 120px;
}

.bann_top_text_l {
	width: 50%
}

.bann_top_text_r {
	width: 30%
}

.bann_top_text ul {
	line-height: 18px;
}

.bann_top_text ul li {
	color: #ffffff;
	list-style-type: square;
	margin: 0 0 10px 0;
}

.bann_top_text ul li {
	list-style-type: none;
}

.bann_top_text ul li span {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 10px 0 -24px;
	vertical-align: top;
}

.bann_top_right {
	position: absolute;
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
	z-index: 9;
}

.bann_tpr_top table {
	height: 100%
}

.bann_tpr_top h2 {
	text-transform: uppercase;
}

.corner_top {
	width: 20px;
	position: absolute;
	height: 20px;
	top: -20px;
	left: -20px;
	border-left: 1px solid #555555;
	border-top: 1px solid #555555;
	z-index: 10;
}

.corner_bottom {
	width: 20px;
	position: absolute;
	height: 20px;
	bottom: -20px;
	right: -20px;
	border-right: 1px solid #555555;
	border-bottom: 1px solid #555555;
	z-index: 11;
}

.butt_top {
	margin: 0 auto;
	width: 60%;
}

.butt_top_request,
.butt_top_price,
.butt_program {
	position: relative;
	z-index: 1000;
}

.butt_top_request:hover,
.butt_top_price:hover,
.butt_program:hover {
	cursor: pointer;
	box-shadow: 0 0px 10px #2f2e31;
	-webkit-box-shadow: 0 0 10px #2f2e31;
	-moz-box-shadow: 0 0 10px #2f2e31;
}

.dowloadCatForm input {
	text-align: center;
	width: 80%;
	height: 40px;
	border: none;
	margin-top: 20px;
	padding: 0 10px;
	border: 2px solid #555555;
}

.dowloadCatForm input:-moz-placeholder {
	text-align: center;
}

.dowloadCatForm input::-webkit-input-placeholder {
	text-align: center;
}

.dowloadCatForm p {
	text-align: center;
}

.formCatForBut_all h2.zag {
	text-align: center;
	font-size: 20px;
}

.formCatForBut_all .podzag {
	width: 80%;
	margin: 0 auto;
}

.formCatForBut_all {
	box-shadow: 0 0px 10px #2f2e31;
	-webkit-box-shadow: 0 0 10px #2f2e31;
	-moz-box-shadow: 0 0 10px #2f2e31;
}

.formCatForBut_all {
	position: absolute;
	width: 100%;
	height: 400px;
	right: 0px;
	top: -400px;
	z-index: 1000;
	background-color: #ffffff;
}

.dowloadCat_butt {
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	margin-top: 20px;
	width: 80%;
	padding: 0 10px;
}

.dowloadCat_butt {
	line-height: 40px;
	font-family: 'Museo Sans Cyrl 900';
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	color: #ffffff;
	margin-top: 30px;
	text-align: center;
}

.dowloadCat_butt span {
	line-height: 40px;
}

.type_l,
.type_r {
	width: 50%;
}

.type_l table {
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	border: none;
}

.type_l table tr td {
	padding: 40px 0;
}

.type_l table tr td img {
	max-width: 80%;
}

.type_l table tr td p {
	font-family: 'Roboto';
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
}

.type_l_border td {
	border-top: 1px solid #555555;
	border-bottom: 1px solid #555555;
}

.type_r {
	position: relative;
}

.type_r_text {
	position: absolute;
	width: 100%;
	height: 60%;
	bottom: 0px;
	left: 0px;
}

.type_r_text h3 {
	font-size: 46px;
}

.type_r img {
	width: 100%
}

.type_r_text div {
	width: 70%;
	margin: 0 auto;
	padding: 0 15% 0 0;
}

.type_r_text div.close_forms {
	width: 20px;
}

.type_r_text_zag,
.type_r_text_zag h3 {
	position: relative;
}

.type_r_text div.type_r_text_p {
	padding: 40px 15% 40px 0;
}

.type_r_text_buttons div {
	padding: 0px;
}

.type_r_text_buttons div.butt_top_request,
.type_r_text_buttons div.butt_top_price {
	padding: 20px 0;
	background-color: transparent;
}

.type_r_text_buttons div.butt_top_request:hover,
.type_r_text_buttons div.butt_top_price:hover {
	background-color: #008dd2;
}

.type_r_text_buttons .formCatForBut_all {
	width: 100%;
}

.type_r_text div.dowloadCat_butt {
	line-height: 40px;
	font-family: 'Museo Sans Cyrl 900';
	font-weight: bold;
	font-style: normal;
	font-size: 16px;
	color: #ffffff;
	margin-top: 30px;
	text-align: center;
}

.type_r_text div.corner_top {
	width: 20px;
	margin: 0;
	padding: 0;
	border-left: 2px solid #ffffff;
	border-top: 2px solid #ffffff;
}

.type_r_text div.corner_bottom {
	width: 20px;
	margin: 0;
	padding: 0;
	border-right: 2px solid #ffffff;
	border-bottom: 2px solid #ffffff;
}

.catalog {
	margin-top: 30px;
}

.catalog_zag {
	width: 50%;
	height: 120px;
}

.catalog_zag h2 {
	margin: 15px 0;
}

.model {
	margin: 0 auto;
	width: 90%;
	height: 400px;
	margin-top: 60px;
	margin-bottom: 30px;
}

.model_left,
.model_right {
	width: 50%;
	height: 350px;
	position: relative
}

.model_left table.cat_cert {
	height: 70%
}

.cat_img {
	position: absolute;
	bottom: 0px;
	left: 0px;
	max-height: 100%;
	max-width: 40%
}

.cat_img.biig {
	max-width: 32%
}

.model a {
	margin-top: 40px;
	font-family: 'Roboto';
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
	margin: 0 20px 0 0;
	line-height: 26px;
}

.model a.model_l_a_two {
	margin: 0px 0% 0 50px;
}

.red_srtipe {
	height: 40%;
	/*width:70%; margin: 0 0 0 20px;*/
}

.red_srtipe td p {
	font-size: 20px;
}

.mod_zag {
	height: auto;
	margin-bottom: 35px;
}

.mod_zag_r {
	width: 50%
}

.mod_zag_r h4 {
	text-transform: uppercase;
	font-size: 30px;
	line-height: 40px;
	margin: 0px;
}

.ml_c {
	width: 25%
}

.ml_ct {
	width: 25%
}

.ml_tt {
	width: 65%
}

.ml_t {
	width: 35%
}

.ml_e {
	width: 30%
}

.mod_r_power {
	width: 230px;
	margin: 30px 0px 0 22px;
	position: relative
}

.mod_r_power p {
	font-family: Gilroy;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
}

.mod_r_power .power {
	font-family: Gilroy;
	font-weight: 800;
	font-style: normal;
	font-size: 40px;
}

.mod_r_power .power span {
	font-family: Gilroy;
	font-weight: 300;
	font-style: normal;
	font-size: 18px;
}

.mod_r_text {
	margin-top: 40px;
}

.mod_r_text p {
	width: 70%
}

.mod_r_text p img {
	width: 70%;
	margin-top: 10px;
}

.gilroyBig {
	font-family: Gilroy;
	vertical-align: middle;
	font-weight: 800;
	font-style: normal;
	font-size: 20px;
	line-height: 40px;
}

.gilroyBig img {
	margin: 0 10px 0 0;
}

.gilroyBig span {
	font-family: Gilroy;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
}

.gilroyBig span.gilroySmall {
	font-family: Gilroy;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
}

.ml_t p {
	font-family: Gilroy;
	font-weight: 300;
	font-style: normal;
	font-size: 15px;
}

.cat_top_butts {
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;
}

.cat_top_butts p {
	font-family: Gilroy;
	font-weight: 800;
	font-style: normal;
	font-size: 20px;
	width: 12%;
	float: left;
}

.cat_top_butts div {
	font-family: Gilroy;
	font-weight: 300;
	font-style: normal;
	font-size: 20px;
	width: 22%;
	float: left;
	position: relative
}

.cat_top_butts div:hover,
.cat_top_butts div.active {
	cursor: pointer;
	color: #008dd2
}

.cat_top_butts div span {
	display: none;
	position: absolute;
	left: -25px;
	top: 3px;
	width: 16px;
	height: 16px;
	margin: 0 0px 0px 0px;
	vertical-align: middle;
}

.cat_top_butts div:hover span {
	display: inline-block;
}

.cat_top_butts div.active span {
	display: inline-block;
}

.banner_jac {
	position: relative;
	margin-top: 100px;
}

.banner_jac_img {
	width: 100%;
}

.banner_jac_full {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
}

.banner_jac_center {
	width: 90%;
	margin: 0 auto;
	height: 100%
}

.banner_jac_center .logo {
	width: 25%;
	margin-top: 10%;
}

.banner_jac_center h1 {
	font-size: 50px;
	margin: 8% 0 30px 0;
	width: 80%;
	border-left: 2px solid #ffffff;
	padding: 0 0 0 10px
}

.banner_jac_zag_all {
	margin-top: 5%;
}

.banner_jac_zag_all div.banner_jac_zag_two {
	width: 35%
}

.banner_jac_zag_all div.banner_jac_zag_three {
	width: 30%
}

.banner_jac_zag_all div {
	width: 25%
}

.banner_jac_zag_two {
	margin: 0 3% 0 3%;
}

.banner_jac_zag_all img {
	float: left;
	display: block;
	width: 15%;
	max-width: 62px;
	vertical-align: middle;
}

.banner_jac_zag_all p {
	float: left;
	width: 70%;
	margin-left: 5%;
	color: #ffffff
}


.engineer {
	width: 90%;
	margin: 0 auto;
	margin-top: 30px;
}

.eng_ltd {
	width: 30%
}

.eng_ltd p {
	font-family: Gilroy;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
}

.eng_rtd {
	width: 70%
}

.eng_rtd div {
	width: 25%;
	margin-left: 7%
}

.project {
	height: 600px;
}

.four {
	margin-top: 90px;
}

.four_l {
	width: 87%;
	margin: 0 0 0 10%;
}

.four_r {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0 0 0;
}

.project .four_r .four_r_c {
	width: 80%;
	margin: 0 auto;
}

.four .four_left_zag_l {
	width: 10%
}

.four .four_left_zag_r {
	width: 90%
}

.four .four_left_zag_l span {
	display: inline-block;
	width: 80%;
	height: 100%;
	margin: 0 0px 0 0;
	vertical-align: middle;
}

.four .four_left_zag_r h4 {
	font-size: 40px;
	margin: 10px 0 10px 0
}

.four img {
	max-width: 100%;
	border: none;
}

.four .four_l img {
	max-width: 100%;
	border: none;
}

.four_l_podzg {
	font-size: 17px;
	margin: 0 0 10px 0;
}

.four_l .four_l_ppdzg.left {
	width: 55%
}

.four_l .four_l_ppdzg.right {
	width: 35%
}

.four_r_c h5 {
	margin: 0px 0 30px 0;
	width: 60%
}

.four_l_img {
	width: 30%;
}

.four_l_img img {
	width: 100%;
}

.four_l_podzg {
	width: 67%;
}

.four_l_txt {
	width: 67%;
}

.four_l_txt_one {
	float: left;
	width: 30%;
	margin: 10px 5% 40px 0
}

.four_l_txt_two {
	float: left;
	width: 30%;
	margin: 10px 5% 40px 0
}

.four_l_txt_three {
	float: left;
	width: 30%;
	margin: 10px 0px 40px 0
}

.four_l_txt_four {
	float: left;
	width: 45%;
	margin: 20px 10% 40px 0
}

.four_l_txt_five {
	float: left;
	width: 45%;
	margin: 20px 0 40px 0
}

.big_f {
	font-family: Gilroy;
	font-weight: 800;
	font-style: normal;
	font-size: 40px;
	margin: 0 0 20px 0
}

.small_f {
	height: 15px;
}

.technology .four_r_c .four_l_txt,
.technology .four_r_c .four_l_podzg {
	width: 70%
}

.technology .four_l_txt_four {
	width: 30%;
	margin: 10px 5% 0px 0;
}

.technology .four_l_txt_five {
	width: 65%;
	margin: 10px 0 0px 0;
}

.technology_img {
	width: 70%
}

.energo .four_l_txt_five {
	padding: 50px 0 0 0;
}

.energo .four_l_txt_five {
	width: 45%;
	margin: 20px 0 10px 0
}

.energo .tech_img_t {
	max-width: 100%;
	margin-top: 50px;
}

.energo .rbl_padd {
	padding: 0px;
}

.energo .four_r {
	padding: 0px 0 0 0;
}

.energo .zagg {
	width: 70%
}

.fourEndImg {
	margin-top: 10px;
}

.objects .objects_left_zag_l {
	width: 10%
}

.objects .objects_left_zag_r {
	width: 90%
}

.objects .objects_left_zag_r div {
	width: 70%
}

.objects .four_r .four_r_c {
	width: 80%;
	margin: 0 auto;
}

h5.prog_select {
	margin: 0px 0 20px 0;
	width: 80%;
}

.map {
	margin-top: 90px;
}

.map_l {
	width: 50%;
}

.map_r {
	width: 50%;
	position: relative;
}

.map_r_zag {
	height: 150px;
}

.map_r_zag h5 {
	text-align: center;
	line-height: 150px;
	margin: 0px;
}

.end_map {
	width: 90%;
	overflow: hidden;
}

.map_logo {
	position: absolute;
	left: -150px;
	top: 0px;
	width: 300px;
	height: 120px;
	text-align: center;
}

.map_logo p {
	padding: 30px 0;
}

.map_logo img {
	line-height: 100px;
	width: 80%;
}

.map_tb_svg {
	width: 20%
}

.map_tb_svg div {
	width: 30px;
	height: 30px;
	margin: 0 auto;
	text-align: center;
	padding: 5px;
}

.map_tb_svg img {
	width: 30px;
}

.map_tb_text p.osn {
	font-family: Gilroy;
	font-weight: 300;
	font-style: normal;
	font-size: 16px;
}

.map_tb_text p.tel {
	font-family: Gilroy;
	font-weight: 800;
	font-style: normal;
	font-size: 30px;
}

table.map_text td {
	padding: 20px 0;
}

table.map_text {
	margin-top: 30px;
}

.end {
	margin-top: 30px;
}

.menu_bottom div {
	float: left;
	line-height: 16px;
	font-size: 12px;
	padding: 10px 10px;
}

.menu_bottom div:hover {
	cursor: pointer;
	background-color: #555555;
}

.end .tel {
	font-family: Gilroy;
	font-weight: 800;
	font-style: normal;
	font-size: 24px;
	text-align: right;
}

.end .end_text {
	font-family: 'Roboto';
	font-weight: normal;
	font-style: normal;
	font-size: 12px;
	text-align: right;
}

.soc_net td {
	width: 33%;
	text-align: center;
}

.soc_net img {
	width: 70%
}

#button_top {
	display: none;
	width: 50px;
	height: 50px;
	cursor: pointer;
	position: fixed;
	z-index: 15000;
	right: 70px;
	bottom: 100px;
	background-color: #da1718;
}

#button_top div {
	padding: 10%
}

#button_top div img {
	width: 80%;
	transform: rotate(-90deg);
}

.model_l_a_two {
	display: none;
}

.formCatForBut_all table td {
	position: relative;
}

.close_forms {
	z-index: 20000;
	width: 20px;
	height: 20px;
	font-family: Gilroy;
	font-weight: 300;
	font-size: 20px;
	color: #da1718;
	position: absolute;
	right: 10px;
	top: 10px;
}

@media screen and (max-width: 1500px) {
	.type_r_text h3 {
		font-size: 40px;
	}

	.cat_img.biig {
		max-width: 34%
	}

	.banner_jac_center h1 {
		font-size: 45px;
	}

	.objects .objects_left_zag_r div {
		width: 80%
	}

}

@media screen and (max-width: 1400px) {
	.type_l table tr td {
		padding: 30px 0;
	}

	.type_l table tr td p {
		font-size: 18px;
	}

	.type_r_text h3 {
		font-size: 36px;
	}

	.type_r_text div.type_r_text_p {
		width: 80%;
		padding: 20px 5% 20px 0;
	}

	.model a.model_l_a_two {
		margin: 0px 0% 0 30px;
	}

	.ml_c {
		width: 32%
	}

	.ml_ct {
		width: 32%
	}

	.ml_tt {
		width: 58%
	}

	.ml_t {
		width: 38%
	}

	.ml_e {
		width: 20%
	}

	.gilroyBig {
		font-size: 17px;
		line-height: 35px;
	}

	.gilroyBig span {
		font-size: 17px;
	}

	.cat_img.biig {
		max-width: 36%
	}

	.banner_jac_center h1 {
		font-size: 40px;
	}

	.four_r_c h5 {
		margin: 0px 0 30px 0;
		width: 70%
	}

	h5.prog_select {
		margin: 0px 0 20px 0;
		width: 80%;
	}

	.energo .four_l_txt_four {
		width: 30%;
		margin: 30px 5% 0px 0;
	}

	.energo .four_l_txt_five {
		width: 65%;
		margin: 30px 0 0px 0;
	}

	.objects .objects_left_zag_r div {
		width: 90%
	}

	.menu_bottom div {
		float: left;
		line-height: 16px;
		padding: 10px 10px;
	}
}

@media screen and (max-width: 1200px) {
	.bann_top_text_l {
		width: 60%
	}

	.bann_top_text_r {
		width: 40%
	}

	.bann_top_text {
		left: 0px;
		width: 40%;
		height: 120px;
	}

	.menu_top_logo {
		width: 20%;
	}

	.menu_top_ithems table {
		width: 100%;
		margin-left: 0%
	}

	.top_tel {
		font-size: 20px;
	}

	.type_l table tr td {
		padding: 20px 0;
	}

	.type_l table tr td p {
		font-size: 16px;
	}

	.type_r_text h3 {
		font-size: 30px;
	}

	.type_r_text div.type_r_text_p {
		width: 80%;
		padding: 20px 5% 5px 0;
	}

	.formCatForBut_all h2.zag {
		font-size: 16px;
	}

	.butt {
		font-size: 12px;
	}

	.model a.model_l_a_two {
		margin: 0px 0% 0 0px;
	}

	.ml_c {
		width: 35%
	}

	.ml_ct {
		width: 35%
	}

	.ml_tt {
		width: 55%
	}

	.ml_t {
		width: 50%
	}

	.ml_e {
		width: 5%
	}

	.model a {
		margin-top: 40px;
		font-family: 'Roboto';
		font-weight: 300;
		font-style: normal;
		font-size: 14px;
		margin: 0 10px 0 0;
	}

	.gilroyBig {
		font-size: 18px;
		line-height: 35px;
	}

	.gilroyBig span {
		font-size: 18px;
	}

	.cat_img.biig {
		max-width: 40%
	}

	.cat_top_butts div {
		font-size: 17px;
	}

	.cat_top_butts p {
		font-size: 17px;
	}

	.banner_jac_center h1 {
		font-size: 32px;
	}

	.banner_jac_zag_two {
		margin: 0 1% 0 1%;
	}

	.banner_jac_zag_all div.banner_jac_zag_three {
		width: 33%
	}

	.objects .objects_left_zag_r div {
		width: 100%
	}

	.menu_bottom div {
		float: left;
		line-height: 16px;
		padding: 10px 10px;
	}

}
