#bx-panel {
/* top: 80px; */
}

/* File: bitrix/templates/landing001/template_styles.css */

.bx-newslist .btn {
	background-color: transparent;
	border-color: #cecece;
}

.bx-newslist .btn:hover {
	background-color: #3d3d3d;
	border-color: #3d3d3d;
}

.newsletter-form input[type="text"] {
	padding: 15px;
	height: 48px!important;

	background-color: #ffffff;
	border: 1px solid #ccc;
    border-radius: 4px;
}

.newsletter-form input[type="submit"] {
	display: inline-block;
    height: 48px!important;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    border: 2px solid transparent;
    border-radius: 4px;
    padding: 0 22px;
    margin: 10px 0;
    margin-right: 8px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background-color: #777777!important; 
}

.newsletter-form input[type="submit"]:hover {
	background-color: #5cb85c!important;
    border-color: #4cae4c!important;
}