.icons {
	color: #3E76DF;
	font-size: 18px;
}

table.table-donates {
	font-weight: 500;
	width: 100%;
	color: #3E76DF;
	text-transform: uppercase;
}

.table-donates td {
	text-align: center;
	width: 120px;
	padding: 10px;
}

.table-donates th {
	text-align: center;
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid #3E76DF;
}

.form-block .block-content .block-profile { 
	display: flex;
	flex-flow: row wrap;
	margin-top: 30px;
	font-size: 0;
}

.form-block .block-content .block-profile > .avatar,
.form-block .block-content .block-profile > .info {
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	font-size: 14px;
	width: 40%;
}

.form-block .block-content .block-profile > .block-skin {
	width: 112px;
	height: 224px;
}

.form-block .block-content .block-profile > .avatar {
	padding-right: 10px;
}

.form-block .block-content .block-profile > .info {
	width: 65%;
	padding-left: 10px;
}

.form-block .block-content .block-profile > .info > li:not(:last-child) {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
    border-radius: 10px;
    background: linear-gradient(0deg, #00c6ff, #3e78fd);
    color: #fff;
    padding: 8px 10px;
    font-family: 'Ubuntu-Regular';
}

.form-block .block-content .block-profile > .info > li:not(:last-child) > *:nth-child(2n) {
    background-color: rgba(20, 20, 20, 0.169);
    margin: -8px -9px;
    padding: 8px;
    border-radius: 0 10px 10px 0;
    text-align: right;
    width: 70%;
}

.form-block .block-content .block-profile > .info > li:last-child {
	margin: 0px;
}

.form-block .block-content .block-profile > .row {
	width: 100%;
}

.btn-logout {
	background: none;
	color: #2d8efd;
	transition: .3s;
	padding: 5px 10px;
}

.checkbox {
	display: flex;
	justify-content: space-between;
	color: #1b2028;
	font-size: 12px;
	font-family: 'Ubuntu-Regular';
}

.checkbox > a {
	color: #1b2028;

}

.checkbox label {
	display: flex;
	align-items: center;
	padding-left: 0;
}

.checkbox input[type='checkbox'] {
	display: none;
}

#checkbox-label {
	display: inline-block;
	cursor: pointer;
	width: 24px;
    height: 24px;
	background-image: url('../../../img/radio-sprite.png');
    background-repeat: no-repeat;	
    background-position: 0 bottom;    
    margin-right: 5px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 0;
}

.checkbox input:checked + #checkbox-label {
	background-position: 0 0;
}

#btn-registration {
	background: linear-gradient(0deg, #00c6ff, #3e78fd);    
	margin-bottom: 20px;
    display: flex;
    justify-content: center;
    border-radius: 18px;
    padding: 15px 15px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    transition: .3s;
    z-index: 30;
}

#btn-registration:hover {
	transform: scale(1.03);
	box-shadow: 0px 5px 20px 0px rgba(81, 106, 155, 0.3);
}

.input-group-addon {
	background: linear-gradient(0deg, #00c6ff, #3e78fd);
    border-radius: 10px 0 0 10px;
    border: none;
    color: #fff;
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#registration-block .input-group {
	width: 100%;
}

.block-auth-input {
	background-color: #d7edfc;
    width: 100%;
    border: none;
    padding: 7px;
    border-radius: 0 10px 10px 0;
    color: #818d98;
}

.btn-auth {
	font-size: 16px;
	background: linear-gradient(0deg, #00c6ff, #3e78fd);
	color: #fff;
	margin: 10px;
}

#registration-block .form-group {
	margin: 30px 0;
	font-family: 'Ubuntu-Regular';
}

#registration-block .form-group  .input-group {
	margin-top: 5px;
	flex-wrap: nowrap;
}