.subscribe-detail-news {

border: 1px solid #b4c4d6;
padding: 30px;	
background: #f2f5f7;	
}

.subscribe-detail-news form {

margin-top: 5px;
float: right;
padding-left: 50px;

}

.subscribe-detail-news .subscribe-detail-email{
	
	height: 41px;
	font-size: 14px;
	width: 260px;
	border: 1px solid #b4c4d6;
    padding: 10px;

}
	
	
.subscribe-detail-news .apply-filter{
	
    background: #0e5baa;
    background: -moz-linear-gradient(top,#0e5baa 0%,#003c7d 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#0e5baa),color-stop(100%,#003c7d));
    background: -webkit-linear-gradient(top,#0e5baa 0%,#003c7d 100%);
    background: -o-linear-gradient(top,#0e5baa 0%,#003c7d 100%);
    background: -ms-linear-gradient(top,#0e5baa 0%,#003c7d 100%);
    background: linear-gradient(to bottom,#0e5baa 0%,#003c7d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0e5baa',endColorstr='#003c7d',GradientType=0);
    height: 41px;
    color: #e5e8f4;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    border: none;
    padding: 10px 15px;
    vertical-align: top;
    line-height: 22px;
	cursor: pointer;

	}
	
.subscribe-detail-news .apply-filter:after {
    background: url(https://kamaz.ru/bitrix/templates/.default/images/arrow-button.png) no-repeat;
    width: 12px;
    height: 24px;
    position: relative;
    display: inline-block;
    content: "";
    margin-left: 20px;
    vertical-align: middle;
}


.subscribe-detail-title {
	
	font-size: 20px;
	line-height: 30px;
	margin-top: -10px;
	padding:0;
    float: left;


}

.subscribe-detail-small {

font-size: 11px;
padding-top: 20px;
text-align: center;
margin-bottom: -20px;
color: #666;

}


.subscribe-detail-icon {

    margin-top:-3px;

}

.subscribe-success {

border: 1px solid green;
padding: 30px;  
background: #f2f5f7;
color: green;

}