.h1, .h2, .h3, h1, h2, h3 {
font-family: 'Open Sans', sans-serif;
}

.height60Width133{
	height: 60px;
	width: 133px;
}
.fontSize22px{
	font-size: 22px;
}
.fontSize20px{
	font-size: 20px;
}
.mail {
	display: block;
	background: url(../images/button_send.png) no-repeat;
	width: 158px;
	height: 29px;
	opacity: 1;	
}

.mail:hover {
	opacity: 0.8;	
}

.send_button:hover {
//	background: url(../images/button_send_active.png) no-repeat;
}


/* wrap_all */

#wrap_all {
	margin: 0 auto;
	width: 1101px;
	overflow: hidden;
}




/* /end wrap_all */


/* header */

#header {
	width: 1101px;
	height: 301px;
	background-image: url(../images/bg_header.png);
}

#header-1, #header-2, #header-3,#header-4,#header-5,#header-6 {
	float: left;
}

#header-1 {
	margin: 35px 0 0 41px;
}

#header-2 {
	margin: 27px 0 0 27px;
}

#header-3 {
	margin: 27px 0 0 27px;
}

#header-3 p {
	font-size: 13.769px;
	font-family: "Arial";
	color: rgb(35, 31, 32);
	text-align: left;
	margin: 8px 0;
}

#header-4 {
	margin: 29px 0 0 70px;
}

#header-4 .mail {
	margin: 14px 0 0 0;
	
}

#header-4 #find {
	background: url(../images/find.png) no-repeat;
	width: 157px;
	height: 27px;
}

#search {
  //margin: 14px 0 0 0;
}

#search a {
  color: #ED1C24;
}
#search input[type="text"] {
  color: #c2c1c0;
  font-size: 12px;  
  background: url(../images/search_bg.png) no-repeat 0 0;
  border: 0;
  height: 27px;
  line-height: 22px;
  width: 124px;
  position: relative;
  vertical-align: top;
}
#search input[type="submit"] {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: url(../images/search_logo.png) no-repeat 0 0;
  width: 28px;
  height: 27px;
  position: relative;
  vertical-align: top; 
}


#header-5 {
	margin: 29px 0 0 70px;
}

#header-5 p, #header-6 p {
	font-size: 14px;
	font-family: "Arial";
	color: #231f20;
	text-align: right;
	margin: 0 0 10px 0;	
}

#header-5 p span, #header-6 p span {
	font-size: 14px;
	font-family: "Arial";
	color: rgb(236, 29, 36);
	text-align: right;
}

#header-6 {
	margin: 29px 0 0 30px;
}


/* /end header */


/* main-menu */

#main-menu {
	margin-bottom: -16px;
position: relative;
bottom: 26px;
}

#main-menu ul {
	padding-left: 5px;
}

#main-menu li {
	display: inline-block;
	padding: 0 10px;
}

#main-menu li a {
	font-size: 18px;
	font-family: "Arial";
	color: rgb(35, 31, 32);
	line-height: 1.5;
	text-decoration: none;
}

#main-menu li a:hover, #main-menu li a.active {

	color: rgb(237, 28, 36);

	text-decoration:none;
}

#main-menu li:first-child a {
	padding: 0 10px 0 45px;
}


/* /end main-menu */

/* top_title */

#top_title  {
	
	margin: 25px 0 0 0;

}


#top_title h1 {
	text-transform: uppercase;
	font-size: 18px;
	font-family: "Arial";
	color: rgb(237, 28, 36);
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}




/* /end top_title */

/* companies */

#companies {
	width: 1019px;
	margin: 28px auto 0 auto;
} 


#companies a {
	margin: 0 1px 7px 1px;
	display: inline-block;
	vertical-align: baseline;
	//box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.14);
}

#companies a.right {
	float: right;
	margin: 0 0 7px 0;
}

#companies a img {
	opacity: 1;
	box-shadow: 4px 4px 18px -3px rgba(0,0,0,0.14);
}

#companies a img:hover {
	opacity: 0.8;
}

/* /end companies */

/* info_block */

#info_block {
	width: 1017px;
	margin: 50px auto;

}

#news {
    width: 187px;
    min-height: 285px;
    background-color: #fbfcfc;
    box-shadow: 4px 4px 18px -3px rgba(0,0,0,0.14);
    padding: 17px 17px 17px 17px;
    float: left;
}

#news h2 {
	margin: 0 0 20px 0;
}

#news h2 a {
	font-size: 18px;
  font-family: "Arial";
  color: rgb(237, 28, 36);
  line-height: 1.5;
  text-decoration: none; 

}

#news .news-item, #offers .news-item {
	margin: 0 0 15px 0;
}

#news .news-item .date {
	font-size: 12px;
  font-family: "Arial";
  color: rgb(209, 208, 208);
  line-height: 2.25;
}

#news .news-item .title a {
	font-size: 14px;
  font-family: "Arial";
  color: rgb(35, 31, 32);
  text-decoration: none;
}

.news-detail h3 {
	font-size: 18px;
  font-family: "Arial";
  color: #ed1c24;
  font-weight: bold;
  margin-bottom:12px;
}

#projects {
    width: 518px;
    height: 265px;
    float: left;
    margin: 32px 28.4px;

}

#projects-1 img {
	float: left;
}

#projects-1 p {
	float: left;
	font-size: 14px;
	font-family: "Arial";
	color: rgb(35, 31, 32);	
	text-align: left;
	margin: 10px 0px 0px 12px;

}

#projects-1 p span {

	font-size: 21px;
	font-weight: bold;

}

#projects-2 {

	margin: 25px 0 0 0;
}


#projects-2 p {

	font-size: 14px;
	font-family: "Arial";
	color: rgb(35, 31, 32);	
	text-align: left;
}

#projects-3 {
	margin: 25px 0 0 0;
}

#projects-3 p {
	font-size: 12px;
	margin: 5px 0;
}

#projects-3 img {
	margin: 6px 0;
}


#projects-3-1, #projects-3-3 {
	width: 14px;
	float: left;
}

#projects-3-2 {
	width: 200px;
	float: left;
	margin: 0 10px;
}

#projects-3-4 {
	width: 250px;
	float: left;
	margin: 0 10px;
}



#offers {
    width: 187px;
    min-height: 285px;
    background-color: #fbfcfc;
    box-shadow: 4px 4px 18px -3px rgba(0,0,0,0.14);
    padding: 17px 17px 17px 17px;
    float: left;
    text-align: right;
}

#offers h2 {
	margin: 0 0 20px 0;
  text-align: right;
}

#offers h2 a {
	font-size: 18px;
  font-family: "Arial";
  color: rgb(237, 28, 36);
  line-height: 1.5;
  text-decoration: none;


}

#offers .news-item .date {
	font-size: 12px;
  font-family: "Arial";
  color: rgb(209, 208, 208);
  line-height: 2.25;
}

#offers .news-item .title a {
font-size: 14px;
  font-family: "Arial";
  color: rgb(35, 31, 32);

  text-decoration: none;
}


/* /end info_block */

/* carousel */

#clients {
	margin: 33px 0 0 30px;
}

 .carousel {
    float: left;
    padding-left: 3px;
}
.carousel>ul>li>img {
        width: 133px;
        height: 60px;
        vertical-align:middle;
        margin: 10px 10px 10px 0;
        box-shadow: 4px 4px 18px -3px rgba(0,0,0,0.14);
    }

a.prev, a.next {
    display: block;
    width: 20px;
    height: 60px;

    text-decoration: none;
    cursor: pointer;



    float: left;
}
 a.prev {
        margin: -15px 5px 0 0;
        background: url(../images/carousel_arr_l.png) bottom no-repeat;
    }
 a.next {
        margin: -15px 0 0 -5px;
		background: url(../images/carousel_arr_r.png) bottom no-repeat;
    }
 a.prev:hover, a.next:hover {

        }

/* /end carousel */


/* clients_title */

#clients_title {
	margin: 50px 0 0 465px;
    text-align: center;
}

h1 {
	font-size: 18px;
	color: rgb(237, 28, 36);
	text-align: center;
}

/* footer */

#footer {
	width: 1101px;
	height: 158px;
	background-color: #fbfcfc;
	//position: absolute;
	margin: 0 auto;

	//left: 50%;
	//margin-left: -550px; /* отрицательный отступ равный 1/2 ширины (width) позиционируемого блока */ 

	//box-shadow: 0 0 16px rgba(0,0,0,0.27);
}

#footer a, #footer p {
	float: left;
}

#footer p {
	font-size: 14px;
	font-family: "Arial";
	color: #231f20;
	text-align: right;
}



#footer p span {
	font-size: 14px;
	font-family: "Arial";
	color: rgb(236, 29, 36);
	text-align: right;
}



#footer-1 {
	margin: 26px 0 0 41px;
}

#footer-2 {
	margin: 42px 0 0 39px;	
}


#footer-3 {
	margin: 42px 0 0 33px;
}

#footer-4 {
	margin: 42px 0 0 20px;
}

#footer-5 {
	margin: 42px 0 0 20px;
}

#footer-6 {
	margin: 42px 0 0 20px;
}

#footer-7 {
	margin: 2px 0 0 937px;
}






/* /end footer */


/* about */

#left-menu .menu {
  font-size: 16px;
  padding-top: 42px;
}

#left-menu ul {
  list-style-type: none;
}

#left-menu .menu a {
  text-decoration: none;
}

#left-menu .menu a:hover,
#left-menu .menu a.active {
  color: #ed1c24;
  text-decoration: none;
}



h1 {
color: #ed1c24;
font-size: 22px;
margin: 12px 0;
text-align: left;
}

h2 {

font-size: 30px;
margin: 30px 0px 20px 0; 
text-align: left;
text-transform: none;
font-weight: 700;
}

.strong-text {
font-size: 14px;
font-weight: bold;
}

.info {
overflow: hidden;
padding-top: 15px;
padding-bottom: 10px;
width: 504px;
margin: 0 auto;
}

.info > div {
float: left;
padding-left: 80px;
font-size: 14px;
height: 68px;
padding-top: 3px;
}
.info1 {
background: url(../images/1.png) no-repeat 0 0;
width: 105px;
}

.info2 {
  background: url(../images/2.png) no-repeat 0 0;
  width: 89px;
}

.info3 {
  background: url(../images/3.png) no-repeat 0 0;
  width: 70px;
}

#loads ul {
padding-left: 175px;
margin: 5px 0 15px;
}

#loads ul li {
background: url("../images/str.png") no-repeat scroll 0 0 transparent;
margin-bottom: 8px;
padding-left: 22px;
display: block;
}

/* Catalogue */

.search-block {
padding-bottom: 17px;
width: 600px;
margin: 0 auto;
}

.search-block label {
color: #ed1c24;
font-size: 14px;
padding-right: 15px;
}

.search-block input[type="submit"] {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: url(../images/searchb.png) no-repeat 0 0;
  width: 28px;
  height: 21px;
  padding-bottom: 3px;
}
.search-block input[type="text"] {
  color: #c2c1c0;
  font-size: 12px;  
  background: url(../images/bsearch.png) no-repeat 0 0;
  border: 0;
  height: 22px;
  line-height: 22px;
  width: 365px;
  padding: 0 6px;
  vertical-align: top;
}

#manufacturers .content a {
margin: 0 1.15px 7px 1.15px;
	display: inline-block;
	vertical-align: baseline;
	//box-shadow: 4px 4px 5px 0px rgba(0,0,0,0.14);
}

#manufacturers .content a.right {
	float: right;
	margin: 0 0 7px 0;
}
#manufacturers .content {
	width: 1019px;
	margin: 28px auto 0 auto;
} 






/* Engeneering */

#manufacturers2, #left-menu {
float: left;
overflow: hidden;
width: 190px;
margin-right: 35px;
//padding-bottom: 80px;
}


#manufacturers2 h2 {
    text-align: left;
    font-weight: normal;
    margin: 15px 0px 12px 30px;
}

.prim-a1, .prim-a2 {
float: left;
width: 35%;
margin-right: 20px;
}

.prim-a1 li, .prim-a2 li {
display: block;
list-style-image: none;
list-style: none;
margin-bottom: 10px;
}

.prim-a1 li a, .prim-a2 li a {
color: #ed1c24;
font-size: 14px;
}

ol, ul {
padding-left: 30px;
}

/* Our projects */

#offers-list .offers-item {
min-height: 375px;
_height: 375px;
}

#products .products-item, #offers-list .offers-item {
width: 250px;
min-height: 430px;
display: -moz-inline-stack;
display: inline-block;
vertical-align: top;
zoom: 1;
_height: 430px;
background: #fff;
margin-right: 20px;
margin-bottom: 20px;
padding-bottom: 20px;
}

#offers-list .offers-item .title {
margin: 10px 0;
}

#products .title, #products .desc, #offers-list .title, #offers-list .desc {
padding: 0 22px;
}

div.title {
font-size: 14px;
}

#offers-list .offers-item .desc {
margin-bottom: 12px;
}

#offers-list .offers-item .price {
  padding: 0 22px;
  color: #ed1c24;
  font-size: 18px;
}

#offers-list .offers-item {
  min-height: 375px;
  _height: 375px;
}



#products .title, #products .desc, #offers-list .title, #offers-list .desc {
padding: 0 22px;
}

.title > a {
//font-size: 13px;
}

a {
text-decoration: underline;
color: #686f76;
}


.pagination {
overflow: hidden;
padding-top: 20px;
}

/* Education */

.beat {
padding-bottom: 5px;
}

.beat li {
background: url("../images/str.png") no-repeat scroll 0 0 transparent;
display: block;
list-style: none;
list-style-image: none;
padding-left: 22px;
margin-bottom: 10px;
}

/* Documentation */

.lists li {
display: block;
list-style: none;
list-style-image: none;
width: 50%;
float: left;
margin-bottom: 5px;
}

#documents ul li a {
color: #ed1c24;
font-size: 14px;
}

/* About -> Contacts */

.office-contacts {
  width: 238px;
  height: 176px;
  background: #fff;
  padding: 10px 0px 15px;
  color: #231f20;
  /*position: relative;*/
  display: inline-block;
  vertical-align: top;
}


.office-contacts h2 {
  margin-top: 0px;
}


.office-contacts a{
  color: #ED1C24;
}

.office-contacts .skype{

  bottom: 0px;

}

.office > img{
  margin-left: 10px;
}
.office{
  margin-bottom: 8px;
}

.office-contacts .skype span{
  font-size: 10px;
  color: #ED1C24;
  vertical-align: super;
  text-decoration: underline;
  margin-left: 4px;
}


.bx-yandex-view-layout {
    display: inline-block;
    margin-left: 10px;
    width: 255px;
}

/* Catalog table */

.catalog-table {
table-layout: fixed;
width: 100%;
border-collapse: separate;
}

.catalog-table th {
height: 30px;
}


.catalog-table .th1 {
width: 161px;
background: #f0f0f0;
text-align: left;
padding: 12px 0px 0px 0px;
}

.catalog-table .th2 {
width: 551px;
background: #f0f0f0;
text-align: left;
padding: 12px 0px 0px 0px;
}

.catalog-table .th3 {
width: 113px;
background: #f0f0f0;
text-align: left;
padding: 12px 0px 0px 0px;
}

.catalog-table font {
font-size: 18px;
    margin: 12px;
}

.catalog-table td.articul {
background: #ffffff;
}
.catalog-table td {
padding: 5px 13px;
}

.catalog-table td.title {
background: #ffffff;
}

.catalog-table td.price {
background: #ffffff;
}

.catalog-table tr:hover {
    -webkit-filter: brightness(96%);
}

.filters {
font-size: 14px;
clear: both;
float: none;
width: auto;
padding: 13px 0;

}

.filters .left {
float: left;
}

.filters .sort span.down {
background: url(../images/str_d.png) no-repeat right 3px;
}
.filters .sort span {
padding-right: 16px;
margin: 0 4px;
cursor: pointer;
}

.filters .pagination {
padding-top: 8px;
}

.filters .right {
float: left;
text-align: left;
}

.filters .output ul {
display: inline;
}

.filters .output ul li {
display: inline;
}

.filters .finds {
padding-top: 10px;
}

.filters .finds span {
color: #ed1c24;
}

#catalog .content {
clear: both;
float: none;
width: auto;
padding: 20px 0;
}


/* Pagination */

.pagination {
  overflow: hidden;
  padding-top: 20px;
}
.pagination ul li {
  display: block;
  float: left;
  list-style-image: none;
  list-style: none;
  font-size: 14px;
  padding: 0 2px;
}
.pagination ul li.active {
  color: #ed1c24;
}
.pagination .prev {
  padding: 0 10px 0 0;
}
.pagination .next {
  padding: 0 0 0 10px;
}


/* Also */

.content-block {
  overflow: hidden;
  float: left;
  width: 825px;
//  min-height: 1650px;
  padding-bottom: 80px;
  //margin-top: 40px;
}

.content-block {
 	float: none;
}

.content a img {
	opacity:1;
	margin: 5px 0;
	box-shadow: 4px 4px 18px -3px rgba(0,0,0,0.14);
}

.content a img:hover {
	opacity: 0.8;
}

.offers-item .title > a {
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

.btn_catalogue a {
	width: 200px;
	height: 41px;
	background: url(../images/btn_catalogue.jpg) no-repeat;
	display: block;
	opacity: 1;

}

.btn_catalogue a:hover {
	opacity: 0.8;
}

.url-section-list a {
	font-size: 0;
	width: 200px;
	height: 41px;
	background: url(../images/btn_catalogue.jpg) no-repeat;
	display: block;
	opacity: 1;
	margin: 15px 0 0 0;
}

.url-section-list a:hover {
	opacity: 0.8;
}

/* Clearfix */

#footer-fix {
  height: 64px;
}




/* Best offers */

.offers-item {
	width: 250px;
}


table.characters {
border-collapse: collapse;
font-size: 16px;
margin: 40px 0 40px;
}

table.characters th {
padding: 1em 1em;
border-collapse: collapse;
border: 1px solid #f5f5f5;
background: #f5f5f5;
text-align: center;
}


table.characters td {
padding: 1em 1em;
margin: 0;
border-collapse: collapse;
border: 1px solid #f5f5f5;
text-align: left;
height: 22px;
min-width: 42px;
font-size: 16px;
}	

table.characters td p {
padding: 0;
margin: 0;
text-align: left;
}

table.characters th p {
text-align: left;

}	


td {
    padding: 3px;
}


#left-menu.documents-menu .menu {
    padding-top: 0px;
}

#news .news-item a:hover, a.active {
    color: rgb(237, 28, 36);
    text-decoration: none;
}

#offers .news-item a:hover, a.active {
    color: rgb(237, 28, 36);
    text-decoration: none;
}

#news h2 a:hover, a.active {
    color: rgb(199, 16, 22);
    text-decoration: none;
}

#offers h2 a:hover, a.active {
    color: rgb(199, 16, 22);
    text-decoration: none;
}

a:hover, a.active {
    color: rgb(237, 28, 36);
    text-decoration: none;
}

.bx-404-container div {
    font-size: 20px;

}

.bx-404-block {
    margin-bottom: 66px;
}


.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/components/bitrix/breadcrumb/templates/.default/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#686f76;
    text-decoration:none;
    font-size:14px;
    opacity:0.5;
    margin-top: 16px;

}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#686f76;
    text-decoration:none;
    font-size:14px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    background:none;
    color:#686f76;
    text-decoration:none;
    font-size:14px;
    opacity:0.5;
    

}


	.catalog-new-top .documents-menu a {
    	text-decoration: none;
    	color: #686f76;
	}

	.catalog-new-top .documents-menu a:hover {
    	color: rgb(237, 28, 36);
	}

	.catalog-new-top h1 {
		margin: 0 0 40px 0px;text-align:center;
	}
	.catalog-new-top .documents-menu {
    max-width: 1100px;
    margin: 50px 0 0 0;
    padding: 0px;
    width: 100%;
	}
	.catalog-new-top .documents-menu ul li {
		float:left;
		display:block;
		width:207px;
		text-align:center;
		margin-bottom:10px;
	}


.catalog-new-content {
margin: 0 auto;
max-width: 1170px;
width: 100%;
margin-bottom: 60px;
}


h1 {
text-transform: none;
color: #686f76;
font-weight: 700;
font-size: 36px;
    padding: 70px 0 50px 0;
    margin: 0;
}

.breadcrumb-h1 h1 {
padding: 19px 0 30px 0;
}

@media (max-width: 991px) {
img {
max-width: 100%!important;
height: auto!important;
}
}


.catalog-new-top h1 {
text-align: center;
font-size: 36px;
color: #686f76;
text-transform: none;
font-weight: 700;
padding: 70px 0 0 0;
margin: 0;
}

.catalog-new-top p {
text-align: center;
font-size: 16px;
color: #686f76;
padding: 0;
margin: 12px 0 26px 0;
}

.catalog-new-top p b {
font-weight: 700;
}

.catalog-new-top div.latins {
cursor: pointer;
font-size: 16px;
text-transform: uppercase;
text-align: center;
display: block;
border: 1px solid #f0f0f0;
margin-bottom: 28px;
padding-left: 84px;
height: 55px;
}


@media (max-width: 1199px) {
.catalog-new-top div.latins {
padding-left: 0;
}
}

.catalog-new-top div.latins span {
display: block;
cursor: pointer;
font-size: 16px;
text-transform: uppercase;
padding: 16px 15px 16px 18px;
float: left;
}

.catalog-new-top .latins span.current, .catalog-new-top .latins span:hover {
color: #eb1e23;
background-color: #fff5f5;
}

.latinblocks {

}

.latinblocks div, .latinblocks div.show {
display: block;
visibility: visible;
}

.latinblocks div.hidden {
display: none;
visibility: hidden;
}

.catalog-new-top .latinblocks h2 {
display: block;
font-size: 30px;
color: #686f76;
text-transform: none;
font-weight: 700;
margin: 0;
padding: 0;
}

.catalog-new-top .latinblocks div span {
display: block;
}

.catalog-new-top .latinblocks a {
display: block;
width: 160px;
height: 100px;
float: left;
background-position: center center;
background-repeat: no-repeat;
border-left: 1px solid #f0f0f0;
margin-bottom: 25px;
text-decoration: none;
}

.catalog-new-top .latinblocks a:last-child {
border-right: 1px solid #f0f0f0;
}

.catalog-new-top .latinblocks a:hover {
background: #eb1e23;
}

.catalog-new-top .latinblocks a span {
width: 160px;
height: 100px;
text-align: center;
color: #ffffff;
text-decoration: none;
vertical-align: middle;
font-size: 16px;
font-weight: bold;
display: none;
visibility: hidden;
}

.catalog-new-top .latinblocks a:hover span {
background-color: #eb1e23;
display: table-cell;
visibility: visible;
}

.catalog-new-top  .search_latins {
width: 400px;
height: 49px;
margin: 0 auto 32px auto;
padding: 0;
}

.catalog-new-top  .search_latins input[type="text"] {
width: 350px;
height: 49px;
margin: 0;
padding: 0 0 0 25px;
border: 0;
font-size: 14px;
color: #686f76;
background: #f5f5f5;
float: left;
}


.catalog-new-top  .search_latins input[type="submit"] {
cursor: pointer;
background: url(../images/search.svg) no-repeat;
width: 50px;
height: 49px;
margin: 0;
padding: 0;
border: 0;
float: left;
}

.catalog-new {

}

.catalog-new h1 {
font-size: 36px;
font-weight: 700;
text-align: left;
color: #686f76;
text-transform: none;
margin: 0;
padding: 19px 15px 0 0;
}


@media (max-width: 991px) {
.catalog-new h1 {
text-align: center;
width: 100%;
}
}

.left-block {
max-width: 220px;
width: 100%;
float: left;
}

.left-block p.cat {
font-weight: 700;
text-transform: none;
font-size: 14px;
color: #686f76;
padding: 0;
margin: 86px 0 15px 0;
}

.left-block ul {
padding: 0;
display: block;
width: 100%;
list-style-type: none;
}

.left-block ul li {
font-size: 18px;
}



.left-block ul li a {
font-size: 14px;
text-decoration: none;
color: #000000;
display: block;
-webkit-transition: all .5s ease-out 0.1s;
-moz-transition: all .5s ease-out 0.1s;
-o-transition: all .5s ease-out 0.1s;
transition: all .5s ease-out 0.1s;
float: left;
width: 230px;
margin: 0;
padding: 0;
min-height: 14px;
padding: 8px 0 0 0px;
line-height: 1.2;
}



.left-block ul li p {
display: block;
color: #686f76;
font-size: 14px;
float: left;
width: 176px;
margin: 0;
padding: 0 0 8px 0;
line-height: 1.2;
text-align: left;
-webkit-transition: all .5s ease-out 0.1s;
-moz-transition: all .5s ease-out 0.1s;
-o-transition: all .5s ease-out 0.1s;
transition: all .5s ease-out 0.1s;
}


@media (max-width: 991px) {
.left-block {
max-width: 100%;
width: 100%;
}

.left-block ul li {
width: 100%;
}

.left-block ul li a {
width: 100%;
}

.left-block ul li p {
width: 80%;
}
}

.left-block ul li span {
display: block;
color: #686f76;
font-size: 12px;
float: right;
width: 40px;
margin: 0;
padding: 0 14px 8px 0;
text-align: right;
-webkit-transition: all .5s ease-out 0.1s;
-moz-transition: all .5s ease-out 0.1s;
-o-transition: all .5s ease-out 0.1s;
transition: all .5s ease-out 0.1s;
}

.left-block ul li a:hover {
background: #fff5f5;
}

.left-block ul li a:hover p {
color: #eb1e23;
padding-left: 10px;
}

.left-block ul li a:hover span {
color: #eb1e23;
}

.catalog-new .right-block {
max-width: 900px;
width: 100%;
float: right;
}



.catalog-new .search-catalog {
width: 425px;
height: 49px;
margin: 52px auto 28px auto;
padding: 0;
float: left;
}

.catalog-new .search-catalog input[type="text"] {
width: 350px;
height: 49px;
margin: 0;
padding: 0 0 0 25px;
border: 0;
font-size: 14px;
color: #686f76;
background: #f5f5f5;
float: left;
}

@media (max-width: 767px) {
.catalog-new .search-catalog {
width: 272px;
}

.catalog-new .search-catalog input[type="text"] {
width: 220px;
}
}


.catalog-new .search-catalog input[type="button"], .catalog-new .search-catalog input[type="submit"] {
cursor: pointer;
background: url(../images/search.svg) no-repeat;
width: 50px;
height: 49px;
margin: 0;
padding: 0;
border: 0;
float: left;
}

.count-finds {
float: right;
width: 180px;
text-align: right;
font-size: 14px;
color: #686f76;
margin: 84px 0 24px 0;
}

.count-finds b {
font-size: 14px;
color: #686f76;
font-weight: bold;
}

.catalog-new-list .table-row {
display: block;
max-width: 900px;
width: 100%;
background: #f5f5f5;
color: #686f76;
font-size: 14px;
height: 49px;
margin-bottom: 3px;
-webkit-transition: all .5s ease-out 0.1s;
-moz-transition: all .5s ease-out 0.1s;
-o-transition: all .5s ease-out 0.1s;
transition: all .5s ease-out 0.1s;
}

.catalog-new-list .table-row:nth-child(1) {
background: #e6e6e6;
font-size: 14px;
font-weight: 700;
text-transform: none;
}

.catalog-new-list a.table-row:hover {
background: #fff5f5;
font-size: 14px;
color: #eb1e23;
}

.catalog-new-list .table-row div {
white-space: nowrap;
overflow: hidden;
height: 36px;
display: block;
padding: 17px 0 0 22px;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.catalog-new-list .table-row div:nth-child(2) {
padding-top: 19px;

}

.catalog-new-list .table-row:nth-child(1) div:nth-child(2) {
padding-top: 17px;
font-size: 14px;
}

@media (max-width: 767px) {
.catalog-new-list .table-row {
padding-right: 22px;
}
}



.catalog-new-list .table-row div:nth-child(4) {
padding-left: 0;
padding-right: 0;
text-align: center;
}

.catalog-new-list a.table-row div:nth-child(4) {
background: url(../images/sklad.png) center center no-repeat;
padding: 0;
height: 49px;
}

.navigation-pages {
font-size: 14px;
font-weight: bold;
color: #686f76;
margin-top: 27px;
}

.navigation-pages a {
display: block;
font-size: 14px;
font-weight: bold;
color: #686f76;
text-decoration: none;
background: #f5f5f5;
padding: 17px 21px 18px 21px;
float: left;
margin-right: 3px;
-webkit-transition: all .5s ease-out 0.1s;
-moz-transition: all .5s ease-out 0.1s;
-o-transition: all .5s ease-out 0.1s;
transition: all .5s ease-out 0.1s;
}

.navigation-pages a:hover {
color: #ffffff;
background: #eb1e23;
}

.navigation-pages span {
display: block;
font-size: 14px;
font-weight: bold;
color: #ffffff;
background: #eb1e23;
padding: 17px 21px 18px 21px;
margin-right: 3px;
float: left;
}

.navigation-pages span.mnogotochie {
color: #686f76;
background: none;
}


@media (max-width: 991px) {

.navigation-pages a {
padding: 17px 16px 18px 16px;
margin-bottom: 5px;
}

.navigation-pages span {
padding: 17px 16px 18px 16px;
margin-bottom: 5px;
}
}

.element-new .descr {
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
-o-user-select: none;
user-select: none;
}

.element-new h1 {
font-size: 36px;
font-weight: 700;
text-align: left;
color: #686f76;
margin: 0;
padding: 11px 0 10px 0;
}

.element-new .left-block {
max-width: 740px;
width: 100%;
}

.element-new .left-block h3 {
font-size: 14px;
color: #686f76;
font-weight: 700;
text-transform: none;
padding: 0;
margin: 31px 0 15px 0;
}

.element-new .left-block ul {
margin-left: 25px;
margin-bottom: 20px;
}

.element-new .left-block li {
margin-bottom: 15px;
}

.element-new .left-block ul li::before {
    color: #ec1e24;
    content: "•";
    padding-right: 10px;
    display: block;
    position: absolute;
    margin-left: -24px;
    font-size: 18px;
    font-family: Arial;
}




.element-new .left-block p {
font-size: 18px;
color: #686f76;
margin: 0 0 25px 0;
padding: 0;

}



.element-new .right-block {
width: 100%;
text-align: right;
}

.element-new .right-block img {
max-width: 500px;
width: 100%;
height: auto;
}



.element-new .mail-button {
font-size: 14px;
font-weight: bold;
text-transform: uppercase;
color: #ffffff;
text-decoration: none;
display: block;
text-align: center;
background: #eb1e23;
width: 208px;
padding: 18px 0 17px 0;
margin: 35px 0 0 0;
cursor: pointer;
-webkit-transition: all .5s ease-out 0.1s;
-moz-transition: all .5s ease-out 0.1s;
-o-transition: all .5s ease-out 0.1s;
transition: all .5s ease-out 0.1s;
}

.mail-button:hover {
background: #c41215;
}


@media (max-width: 767px) {
.element-new h1 {
text-align: center;
}

.element-new .right-block {
max-width: 100%;
width: 100%;
text-align: center;
margin-top: 30px;
}

.element-new .mail-button {
margin: 35px auto 0 auto;
}
}

.pri-zakaze-block {
max-width: 1170px;
width: 100%;
min-height: 510px;
}
.pri-zakaze-block h2 {
font-size: 30px;
font-weight: 700;
text-align: left;
color: #686f76;
text-transform: none;
margin: 0;
padding: 121px 0 52px 0;
}

.pri-zakaze-block .pri-zakaze-block-item {
max-width: 323px;
width: 100%;
height: 135px;
float: left;
border: 1px solid #f0f0f0;
border-left: 3px solid #eb1e23;
margin: 0 0 28px 0;
}

@media (min-width: 768px) {
.pri-zakaze-block .pri-zakaze-block-item.col-2-right {
float: right;
}
}

@media (min-width: 992px) {
.pri-zakaze-block .pri-zakaze-block-item, .pri-zakaze-block .pri-zakaze-block-item.col-2-right {
float: left;
}

.pri-zakaze-block .pri-zakaze-block-item.col-center {
float: none;
margin: 0 auto 28px auto;
}

.pri-zakaze-block .pri-zakaze-block-item.col-right {
float: right;
}
}


@media (max-width: 767px) {
.pri-zakaze-block h2 {
text-align: center;
}
.pri-zakaze-block .pri-zakaze-block-item {
float: none;
margin: 0 auto 28px auto;
}
}


.pri-zakaze-block .pri-zakaze-block-item h3 {
color: #686f76;
font-size: 18px;
font-weight: 700;
margin: 0;
padding: 28px 0 16px 28px;
}
.pri-zakaze-block .pri-zakaze-block-item p {
color: #686f76;
font-size: 14px;
font-weight: normal;
margin: 0;
padding: 0 28px 0 28px;
line-height: 1.5;
}

.pohojee-oborudovanie-block {
width: 1100px;
min-height: 510px;
}

.pohojee-oborudovanie-block h2 {
font-size: 30px;
font-weight: bold;
text-align: left;
color: #686f76;
text-transform: none;
margin: 0;
padding: 25px 0 10px 0;
}

.about-block {
max-width: 1170px;
width: 100%;
min-height: 500px;
margin: 50px 0 0 0;
border: 1px solid #f0f0f0;
}
.about-block .photo-block {
float: left;
width: 388px;
height: 500px;
background: url(../images/about-photo.jpg) center center no-repeat;
}

.about-block .form-block {
float: none;
max-width: 552px;
width: 100%;
min-height: 498px;
margin: 0 auto;
padding: 0 20px 30px 20px;
}

.about-block h2 {
font-size: 30px;
font-weight: 700;
text-align: left;
color: #686f76;
text-transform: none;
margin: 0;
padding: 40px 0 16px 0;
}

.about-block p {
font-size: 16px;
text-align: left;
color: #686f76;
margin: 0 0 20px 0;
padding: 0;
line-height: 1.3;
}

.autocomplete-suggestions {
position: absolute;
    top: 0px;
    left: 0px;
    max-height: initial;
    margin: 6px 0;
    background: #FFFFFF;
    margin: 0px 0 0 0;
    padding: 0;
    border: 2px solid #f5f5f5;
    border-radius: 0px;
    overflow: hidden;
    width: 333px;
    overflow-y: auto;
}
.autocomplete-suggestion {
    cursor: default;
    text-align: left;
    overflow: auto;
    cursor: pointer;
    font-size: 12px;
    color: #000000;
    padding: 16px 18px 16px 18px;
}
.autocomplete-suggestion:hover {
    color: #eb1e23;
    background-color: #fff5f5;
}

.right-block img {
margin: 20px 0px 20px 0px;
}


.news-detail img {
margin: 20px 0px 20px 0px;
}

.news-detail p {
margin: 20px 0px 20px 0px;
}

.catalog-new .gaz-logo {
padding: 34px 0 0 0;
position: relative;
margin-top: 18px;
z-index: 1;
display: flex;
flex-wrap: wrap;
max-width: 1170px;
}

@media (max-width: 1039px) {
.catalog-new .gaz-logo {
padding-top: 70px;
}
}

.catalog-new {
position: relative;
}


.catalog-new .gaz-logo a.brand-item {
    width: 142px;
    height: 90px;
    border: 1px solid #f3f3f3;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
display: block;
background-size: cover;
}

.catalog-new .gaz-logo a.brand-item h3 {
    width: 144px;
    height: 90px;
    text-align: center;
    color: #ffffff;
    text-decoration: none;
    vertical-align: middle;
    font-size: 16px;
    font-weight: 700;
    display: none;
    visibility: hidden;
    -webkit-transition: all .5s ease-out 0.1s;
    -moz-transition: all .5s ease-out 0.1s;
    -o-transition: all .5s ease-out 0.1s;
    transition: all .5s ease-out 0.1s;
}

.catalog-new .gaz-logo a.brand-item:hover h3 {
    background-color: #eb1e23;
    display: table-cell;
    visibility: visible;
}

.curs-text {
margin-top: 50px;
}