#custom_choice h3{
    line-height: 40px;
    font-size: 32px;
    font-weight: 500;
}
#custom_choice .mb-2 {
    margin-bottom: 16px;
    text-transform: none;
    font-weight: bold;
}
#custom_choice .anim {
    transition: all 0.2s;
}
#custom_choice .reception-list a {
    display: block;
    background: #fff;
    border-radius: 4px;
    text-decoration: none;
}
#custom_choice .center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#custom_choice img {
    display: table;
    padding: 0;
    margin: 0;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    max-width: 100%;
}
#custom_choice .reception-list a:hover {
    background: #03D4CD;
}
#custom_choice .mb-3 {
    margin-bottom: 24px;
}
#custom_choice .center {
    text-align: center;
}
#custom_choice a.dark-link {
    color: #067482;
}
#custom_choice .p-2 {
    padding: 16px;
}
#success_feedback.message {
    max-width: 460px;
    background: #FFFFFF;
    box-shadow: 5px 10px 10px rgba(51, 51, 51, 0.1);
    border-radius: 4px;
}
#success_feedback.message.success i::after {
    background: #1e87f0;
}
#success_feedback.message .body, #success_feedback.message .footer {
    padding-left: 82px;
    position: relative;
}
#success_feedback  .body {
    padding: 32px 24px 24px;
}
#success_feedback.message i::after {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    left: 14px;
    top: 14px;
    position: absolute;
    content: '';
    z-index: 5;
}
#success_feedback.message.success i::before {
    background: url("/local/templates/personal_cabinet/images/svg/n-check.svg");
}
#success_feedback.message i::before {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    left: 12px;
    top: 12px;
    position: absolute;
    content: '';
    z-index: 10;
}
#success_feedback.message.success i {
    background: rgba(0, 241, 233, 0.2);
}
#success_feedback.message i {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
}
#success_feedback p {
    margin-bottom: 0;
    margin: 0 0 24px;
}
#success_feedback .footer {
    padding: 24px;
    padding-left: 24px;
    background: #F8F9F9;
}
#success_feedback {
    display: none;
}
#custom_choice, #success_feedback {
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    line-height: 20px;
    font-size: 16px;
}
/*
#message-1.message {
    max-width: 460px;
    background: #FFFFFF;
    box-shadow: 5px 10px 10px rgba(51, 51, 51, 0.1);
    border-radius: 4px;
}
#message-1.message .body, .popup.message .footer {
    padding-left: 82px;
    position: relative;
}
#message-1.message.error i::after {
    background: #FF595A;
}
#message-1.message i::after {
    width: 20px;
    height: 20px;
    border-radius: 100%;
    left: 14px;
    top: 14px;
    position: absolute;
    content: '';
    z-index: 5;
}
#message-1.message.error i::before {
    background: url("/local/templates/personal_cabinet/images/svg/n-ban.svg");
}
#message-1.message i::before {
    width: 24px;
    height: 24px;
    border-radius: 100%;
    left: 12px;
    top: 12px;
    position: absolute;
    content: '';
    z-index: 10;
}
#message-1.message.error i {
    background: rgba(255, 89, 90, 0.2);
}
#message-1.message i {
    position: absolute;
    left: 16px;
    top: 16px;
    width: 48px;
    height: 48px;
    border-radius: 100%;
}
#message-1 .red {
    color: #FF595A;
}
#message-1 p + p {
    margin-top: 16px;
}
#message-1 p {
    margin-bottom: 0;
    margin: 0 0 24px;
}
#message-1 a {
    color: #067482;
    outline: none;
    text-decoration: none;
}
#message-1 .footer {
    padding: 24px;
    padding-left: 24px;
    background: #F8F9F9;
}*/