div.subscribe-edit .red {
	color:red;
}
div.subscribe-edit .green {
	color:green;
}
div.subscribe-edit .errorcolor {
	color:red;
}
div.subscribe-edit .successcolor {
	color:green;
}

.cabinet-page-other h1 {
    font-size: 18px;
    margin-bottom: 30px;
    padding-bottom: 0;
    border-bottom: 0;
}
.cabinet-page-other .subscribe-block .item {
    margin-bottom: 50px;
}
.cabinet-page-other .subscribe-block .item input[type='checkbox'] {
    display: none;
}
.cabinet-page-other .subscribe-block .item input[type='checkbox'] + label {
    position: relative;
    display: block;
    padding-left: 70px;
    cursor: pointer;
}
.cabinet-page-other .subscribe-block .item input[type='checkbox'] + label:before {
    font-family: FontAwesome;
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: 5px;
    left: 0;
    content: '\f14a';
    opacity: .5;
    color: #478e27;
}
.cabinet-page-other .subscribe-block .item input[type='checkbox'] + label .name {
    font-size: 18px;
    font-weight: 500;
    display: block;
    margin-bottom: 15px;
    color: #20262c;
}
.cabinet-page-other .subscribe-block .item input[type='checkbox'] + label .text {
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;
    display: block;
    color: #20262c;
}
.cabinet-page-other .subscribe-block .item input[type='checkbox']:checked + label:before {
    opacity: 1;
}