.notice-news{
  font-size: 15px;
  color: #fff;
  background: #FF0000;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  position: relative;
  padding: 15px 20px;
  margin-bottom: 30px;
}

.notice-news .title{
	text-transform: uppercase;
	font-weight: bold;
}

.notice-news .close-btn{
	display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 10px;
    top: 10px;
    cursor: pointer;

}

.notice-news .close-btn:before {
    content: "\f00d";
}


.product-article-list *{
	box-sizing: border-box;
}

.product-article-list .header-product{
	font-size: 24px;
	color: #fff;
	background: #FF0000;
	padding: 10px 60px;
	margin-bottom: 25px;
	text-align: left;
	position: relative;
	width: 640px;
	max-width: 100%;
    left: -50px;
}

.product-article-list .header-product:before{
	content: '';
    border: 8px solid transparent;
    border-top: 8px solid #900808;
    border-right: 10px solid #900808;
    position: absolute;
    bottom: -16px;
    left: 0;
}

.product-article-list{
	margin-left: 30px;
	margin-right: 30px;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 0;
	box-sizing: border-box;
	font-family: 'Roboto', sans-serif;
}

.product-article-list .item{
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	width: 33.33%;
	font-size: 14px;
	margin-bottom: 20px;
}

.product-article-list .item .inner-wrap{
	border: 1px solid #e6e6e6;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 25px;
}

.product-article-list .item .image{
	height: 170px;
	text-align: center;
	white-space: nowrap;
	font-size: 0;
	padding-top: 25px;
	padding-bottom: 25px;
}

.product-article-list .item .image:before{
	display: 'inline-block';
	vertical-align: middle;
	content: '';
    height: 100%;
}

.product-article-list .item .more-btn {
    background: #eeeeee;
    display: block;
    text-align: center;
    padding: 10px;
    color: #666;
    font-weight: 300;
    border-radius: 3px;
}

.product-article-list .item:hover .more-btn{
	background: #dadada;
}

.product-article-list .item:hover .inner-wrap{
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}

.product-article-list .item .preview_picture{

	max-width: 100%;
	height: auto;
	max-height: 100%;
}




.product-article-list .product-title{
	font-size: 14px;
	text-align: left;
	color: #005a89;
	height: 60px;
	overflow: hidden;
	margin-bottom: 30px;
}

.product-article-list .product-title a{
	text-decoration: underline;
	color: #005a89;
}


.styled-link{
	background: #FF0000;
    display: inline-block;
    color: #fff !important;
	padding: 1px;
    padding-left: 5px;
   padding-right: 35px;
	position: relative;
}

.styled-link:after{
	content: 'i';
    display: block;
    border-radius: 50%;
    position: absolute;
    right: 10px;
    top: 4px;
    border: 1px solid #fff;
    width: 13px;
    height: 13px;
    text-align: center;
    color: #fff;
    line-height: 12px;
    font-size: 10px;
    box-sizing: border-box;
}

.callback-block{
	background: #f1f1f1;
	padding: 35px 30px;
	padding-left: 27px;
	text-align: right;
	border-top-left-radius: 25px;
	border-bottom-right-radius: 25px;
	    margin-bottom: 15px;
}

.callback-block .phone {
    padding-top: 6px;
}

.callback-block .title{
	font-size: 14px;
}

.callback-block .phone a{
	font-size: 28px;
	line-height: 25px;
	font-weight: bold;
	color: #333333;
	font-family: 'Open Sans', sans-serif;
}

.callback-block .get-price-bnt a{
	background: #f42222;
    color: #fff;
    text-align: center;
    font-size: 16px;
    display: block;
    padding: 13px;
    margin-top: 40px;
	border-top-left-radius: 20px;
    border-bottom-right-radius: 20px;
	outline: none;
}

#content .catalog_detail_download_cert_wrap .download_button{
	border: 0;
    text-align: left;
    font-size: 16px;
    padding: 10px 20px;
    padding-left: 45px;
    text-decoration: underline;
    position: relative;
    margin-left: 0;
}

#content  .catalog_detail_download_cert_wrap{
	margin-right: 4px;
    margin-top: 12px;
}

#content .catalog_detail_download_cert_wrap .download_button:before{
	content: '';
	width: 33px;
	height: 33px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	background: no-repeat center center;
	
}

#content .catalog_detail_download_cert_wrap .download_button[href$=".pdf"]:before{
	background-image: url(../img/pdf-icon.png);
}

#content .catalog_detail_download_cert_wrap .download_button[href$=".zip"]:before{
	background-image: url(../img/zip-icon.png);
}

.detail-product .detail-picture{
	float: left;
	min-height: 1px;
	width: 540px;
	text-align: center;
}
.detail-product .detail-picture img{
	max-width:300px; 
	max-height:400px; 
	padding:10px;	
}

.detail-product .tovarcard .tabs-ul li{
	position: relative;
}

.detail-product .tovarcard .tabs-ul li.active:before{
	content: '';
    display: block;
    height: 2px;
    background: #fc2827;
    position: absolute;
    left: 8px;
    right: 8px;
    top: -2px;
	z-index: 1;
}

.detail-product .tovarcard .tabs-ul li.active:after{
	content: '';
    display: block;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1px;
	z-index: 1;
}

.detail-product .tovarcard .tabs-ul li {
    background: #f1f1f1;
	border-radius: 10px 10px 0 0;
	margin-right: 1px;
}

.detail-product .tovarcard .tabs-ul li.active{
	background: transparent;
}

.detail-product .tovarcard .tabs-ul {
    margin-left: 0;
}	

#content.detail-product h1{
	font-size: 31px;
    line-height: 40px;
    font-family: 'Open Sans', sans-serif;
	padding: 11px 58px 11px 60px;
	right: auto;
	margin-left: -65px;
	margin-right: -50px;
	width: auto;
	position: relative;
}

#content.detail-product h1:after{
	content: '';
    border: 7px solid transparent;
    border-top: 7px solid #f00;
    border-right: 7px solid #f00;
    position: absolute;
    z-index: 1;
    bottom: -14px;
    left: 0;	
}

	

.popup-form-wrap {    
    text-align: left;
    max-width: 320px;
    margin: 40px auto;
    position: relative;
}


@media all and (max-width: 1200px) { 
	.product-article-list .header-product{
		left: auto;
	}
}

@media all and (max-width: 767px) { 

	.product-article-list .item{
		width: 50%;
	}

	.product-article-list .header-product:before{
		display: none;
	}

	.product-article-list .header-product{
		width: auto;
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.detail-product .detail-picture{
		width: auto;
		float: none;
	}
	
	.catalog_detail_download_cert_wrap{
		float: none;
	}

}


@media all and (max-width: 540px) { 

	.product-article-list .item{
		width: 300px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	
	.callback-block .phone a {
		font-size: 22px;
	}
}