.bem-notice {
    border-radius: 31px;
    padding: 10px;
    border: none;
    background-color: transparent;
}

.bem-notice__text {
    font-family: 'Roboto', Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 12px;
    color: #485058;
}

.bem-notice .bem-notice__icon{
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    vertical-align: middle;
}

.bem-notice.bem-notice_success {
    border: solid 1px rgba(223, 227, 232, 0.08);
    background-color: rgb(220, 242, 195);/*rgba(90, 167, 0, 0.08);*/
}

.bem-notice.bem-notice_error {
    border: solid 1px rgba(255, 0, 0, 0.08);
    background-color: rgba(210, 77, 46, 0.08);
}


.bem-notice.bem-notice_success .bem-notice__icon {
    color: #5aa700;
}
.bem-notice.bem-notice_success .bem-notice__icon:not(.fas):before {
    content: "\f058";
}

.bem-notice.bem-notice_error .bem-notice__icon {
    color: rgba(210, 77, 46, 1);
}
.bem-notice.bem-notice_error .bem-notice__icon:not(.fas):before {
    content: "\f06a";
}



.bem-notice.bem-notice_theme_default {
    padding: 16px 17px;
    background-color: transparent;
	border-radius: 4px;
    border: none;
}

.bem-notice.bem-notice_shadow {
	box-shadow: 0 8px 20px 0 rgba(11, 31, 53, 0.12);
}

.bem-notice.bem-notice_width_default {
	width: 370px;
	max-width: 370px;
}

.bem-notice.bem-notice_theme_default  .bem-notice__icon {
    position: absolute;
	display: inline-block;
    font-family: "Font Awesome Solid 900";
    font-size: 16px;
    vertical-align: baseline;
    top: 18px;
}

.bem-notice.bem-notice_theme_default  .bem-notice__text {
	display: inline-block;
    font-family: 'Roboto-Medium', Helvetica, Arial, sans-serif;
	font-size: 16px;
	font-weight: 500;
	font-stretch: normal;
	font-style: normal;
	letter-spacing: normal;
	color: #0a1f44;
}

.bem-notice.bem-notice_theme_default .bem-notice__icon ~ .bem-notice__text {
	padding-left: 30px;
}


.bem-notice.bem-notice_theme_default.bem-notice_blue {
	background-color: #cbe5fd;
}

.bem-notice.bem-notice_theme_default.bem-notice_success {
	background-color: #cff8eb;
}

.bem-notice.bem-notice_theme_default.bem-notice_error {
    background-color: #ffeaea;
}

.bem-notice.bem-notice_theme_default.bem-notice_warning {
	background-color: #fff6e4;
}

.bem-notice.bem-notice_theme_default.bem-notice_success .bem-notice__icon {
    color: #5aa700;
}
.bem-notice.bem-notice_theme_default.bem-notice_success .bem-notice__icon:before {
    content: "\f058";
}

.bem-notice.bem-notice_theme_default.bem-notice_warning .bem-notice__icon {
    color: #ffad0d;
}
.bem-notice.bem-notice_theme_default.bem-notice_warning .bem-notice__icon:before {
    content: "\f06a";
}

.bem-notice.bem-notice_theme_default.bem-notice_error .bem-notice__icon {
    color: #f03d3d;
}
.bem-notice.bem-notice_theme_default.bem-notice_error .bem-notice__icon:before {
    content: "\f06a";
}



.bem-notice-wrap {
	background-color: transparent;
	position: relative;
    display: inline-block;
    padding: 0px;
    height: 40px;
    vertical-align: middle;
}

.bem-notice-wrap .bem-notice {
    height: calc(100% - 8px);
}

.bem-notice.bem-notice_small {
    padding: 4px 10px;
}

.bem-notice-wrap .bem-notice.bem-notice_theme_default .bem-notice__icon
{
    top: 10px;
}
.bem-notice-wrap .bem-notice.bem-notice_theme_default .bem-notice__icon ~ .bem-notice__text
{
    font-size: 14px;
}
.bem-notice .bem-notice__text.bem-notice__text_line_34
{
    line-height: 34px;
}


.bem-notice .bem-notice__icon.bem-notice__icon_load
{
    font-family: "Font Awesome 5 Free";
    font-size: 15px;
    vertical-align: middle;
    top: 4px;
    height: 30px;
    width: 30px;
}

.bem-notice.bem-notice_success .bem-notice__icon.bem-notice__icon_load {
    color: #5aa700;
    top: 4px;
}
.bem-notice.bem-notice_success .bem-notice__icon.bem-notice__icon_load:not(.fas):before {
    content: "";
}
.bem-notice.bem-notice_theme_default.bem-notice_success .bem-notice__icon.bem-notice__icon_load:before{
    content: "";
}
