.avatar-modal  {
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0,0,0,.5);
}
.avatar-modal__image {
    width: 100%;
    max-width: 800px;
}
.avatar-modal__dialog {
    margin: 50px auto;
	width: 544px;
	background: #fff;
	border-radius: 12px;
}
.avatar-modal__close {
    float: right;
    margin-top: 20px;
}
.avatar-modal__content {
    padding: 36px;
}
.avatar-modal__title {
    font-size: 32px;
    line-height: 36px;
    color: #374045;
}
.avatar-modal__desc {
    line-height: 24px;
	color: #58646a;
	margin-top: 20px;
}
.avatar-modal__img-preview {
    display: none;
}
.avatar-modal__cropper {
    margin-bottom: 20px;
}
.closeModal {
    margin-right: 20px;
    font-size: 35px;
    color: #a0abb5;
    cursor: pointer;
}

@media (max-width: 480px) {
	.avatar-modal__title {
		font-size: 20px;
		text-align: left;
		line-height: 24px;
	}
    .avatar-modal__desc {
		font-size: 14px;
	}

}