#payForm {
	margin-top: 50px;
}

div.title {
	padding: 10px;
	background-color: #0048c2;
}

.align-center {
	color: white;
    text-align: center;
}

.dfw-widget>.dfw-body>.dfw-content>.dfw-submit {
    -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
    width: 200px;
    height: 55px;
    font-size: 14px;
    line-height: 55px;
    font-family: Activist, sans-serif;
    text-align: center;
    text-transform: uppercase;
    background-color: #306dae;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dfw-widget>.dfw-body>.dfw-content>.dfw-submit:hover {
    background-color: #d60000
}

.dfw-widget>.dfw-body>.dfw-content>.dfw-submit:active {
    background-color: #c20000
}

.dfw-widget>.dfw-body>.dfw-content>.dfw-submit.dfw--disabled {
    background-color: #306dae;
    cursor: default;
    opacity: .65
}

.dfw--waiting.dfw-widget>.dfw-body>.dfw-content>.dfw-submit {
    background-color: #c20000 !important;
    background-image: -webkit-linear-gradient(315deg, #d60000 33.33%, #c20000 0, #c20000 66.66%, #d60000 0);
    background-image: linear-gradient(135deg, #d60000 33.33%, #c20000 0, #c20000 66.66%, #d60000 0);
    background-size: 110px 55px;
    -webkit-animation: button--waiting 1s linear infinite;
    animation: button--waiting 1s linear infinite;
    cursor: default !important
}

@-webkit-keyframes button--waiting {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 110px 0
    }
}

@keyframes button--waiting {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 110px 0
    }
}

.dfw-widget {
    font-size: 14px;
    line-height: 1.428571429;
    font-family: PT Sans, sans-serif;
    color: #1a1a1a;
    background-color: #fff
}

.dfw-widget a {
    color: #306dae;
    cursor: pointer;
    outline: none;
    box-shadow: none;
    text-decoration: none
}

.dfw-widget a:hover {
    color: #e60000
}

.dfw-widget input {
    padding: 0;
    border-radius: 0;
    font-family: inherit;
    outline: none;
    box-shadow: none
}

.dfw-widget table {
    border-collapse: collapse;
    border-spacing: 0
}

.dfw-widget>.dfw-body>.dfw-content {
    position: relative;
    max-width: 465px;
    padding: 75px 0;
    margin-left: auto;
    margin-right: auto
}

.dfw-widget>.dfw-body>.dfw-content>.dfw-submit {
    display: block
}

.dfw-widget>.dfw-body.dfw--card>.dfw-content {
    padding-left: 230px
}

.dfw-widget>.dfw-body.dfw--bank>.dfw-content {
    max-width: 695px;
    padding: 45px 0
}

.dfw-widget.dfw--big>.dfw-body>.dfw-content>.dfw-submit {
    margin-top: -55px
}

.dfw-widget.dfw--small>.dfw-body>.dfw-content {
    max-width: 305px;
    padding: 30px 7.5px
}

.dfw-widget.dfw--small>.dfw-body>.dfw-content>.dfw-submit {
    width: 100%
}

.dfw-agreement>.dfw-checkbox {
    display: inline-block;
    vertical-align: baseline;
    width: 22px;
    height: 22px;
    border: 1px solid #999;
    margin-right: 6px;
    line-height: 22px;
    text-align: center;
    background-color: #fff;
    cursor: pointer
}

.dfw-agreement>.dfw-checkbox:before {
    content: '\A0'
}

.dfw-agreement>.dfw-checkbox.dfw--checked {
    background-image: url(https://donate.mhg.ru/assets/donate_widget/2.svg);
    background-position: 50%;
    background-repeat: no-repeat
}

.dfw-agreement>.dfw-text {
    display: inline-block;
    vertical-align: baseline;
    font-size: 16px
}

.dfw-agreement>.dfw-text>.dfw-accept {
    color: #333;
    cursor: pointer;
}

.dfw-agreement>.dfw-text>.dfw-contract:hover {
    text-decoration: underline
}

.dfw--big .dfw-agreement {
    padding-left: 230px;
    margin-top: 10px;
    line-height: 55px
}

.dfw--small .dfw-agreement {
    margin-bottom: 20px
}

.dfw-bank {
    margin-bottom: 30px;
    font-size: 16px
}

.dfw-bank .dfw-key {
    font-weight: 700
}

.dfw-bank>.dfw-row {
    margin-bottom: 10px
}

.dfw-bank>.dfw-row .dfw-key,
.dfw-bank>.dfw-row .dfw-mini,
.dfw-bank>.dfw-row .dfw-val {
    display: inline-block;
    vertical-align: top
}

.dfw-bank>.dfw-row .dfw-key {
    vertical-align: baseline
}

.dfw-bank>.dfw-row>.dfw-key {
    margin-right: 8px
}

.dfw-bank>.dfw-row>.dfw-val {
    display: inline;
    width: 390px
}

.dfw-bank>.dfw-row>.dfw-mini>.dfw-key {
    margin-right: 5px
}

.dfw-bank>.dfw-row>.dfw-mini+.dfw-mini {
    margin-left: 10px
}

.dfw--small .dfw-bank {
    font-size: 14px;
    text-align: center
}

.dfw--small .dfw-bank>.dfw-row>.dfw-key,
.dfw--small .dfw-bank>.dfw-row>.dfw-mini,
.dfw--small .dfw-bank>.dfw-row>.dfw-val {
    display: block;
    width: auto
}

.dfw--small .dfw-bank>.dfw-row>.dfw-val {
    margin-top: 5px
}

.dfw--small .dfw-contract>.dfw-close {
    -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
    width: 200px;
    height: 55px;
    font-size: 14px;
    line-height: 55px;
    font-family: Activist, sans-serif;
    text-align: center;
    text-transform: uppercase;
    background-color: #306dae;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dfw--small .dfw-contract>.dfw-close:hover {
    background-color: #d60000
}

.dfw--small .dfw-contract>.dfw-close:active {
    background-color: #c20000
}

.dfw--small .dfw-contract>.dfw-close.dfw--disabled {
    background-color: #306dae;
    cursor: default;
    opacity: .65
}

@-webkit-keyframes button--waiting {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 110px 0
    }
}

@keyframes button--waiting {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 110px 0
    }
}

.dfw-contract {
    position: relative;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto
}

.dfw-contract>.dfw-close {
    position: absolute;
    top: 0;
    right: 10px;
    padding: 20px;
    color: #306dae;
    cursor: pointer
}

.dfw-contract>.dfw-close:before {
    content: '\2715'
}

.dfw-contract>.dfw-text {
    height: 600px;
    padding: 30px 60px;
    overflow-y: scroll
}

.dfw-contract>.dfw-text>h3,
.dfw-contract>.dfw-text>h4 {
    line-height: 1.1;
    font-weight: 500;
    color: inherit
}

.dfw-contract>.dfw-text>h3 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Activist, sans-serif;
    text-transform: uppercase;
    font-size: 20px
}

.dfw-contract>.dfw-text>h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 700
}

.dfw-contract>.dfw-text>p {
    font-size: 16px;
    margin: 0 0 16px
}

.dfw-contract>.dfw-text>table td:first-child {
    width: 200px
}

.dfw--small .dfw-contract>.dfw-close {
    left: 0;
    right: 0;
    width: auto;
    height: 30px;
    padding: 0;
    line-height: 30px
}

.dfw--small .dfw-contract>.dfw-close:before {
    content: '\437\430\43A\440\44B\442\44C'
}

.dfw--small .dfw-contract>.dfw-text {
    padding: 30px 7.5px
}

.dfw--small .dfw-contract>.dfw-text>h3 {
    font-size: 18px
}

.dfw--small .dfw-contract>.dfw-text>p {
    font-size: 14px
}

.dfw-email>.dfw-input {
    -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out
}

.dfw-email {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px
}

.dfw-email>.dfw-input {
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    padding: 17px;
    border: 1px solid #999;
    font-size: 16px;
    line-height: 19px;
    color: #333
}

.dfw-email.dfw--filled>.dfw-input {
    color: #000
}

.dfw-email.dfw--focused>.dfw-input,
.dfw-email.dfw--invalid.dfw--visited>.dfw-input,
.dfw-email.dfw--valid>.dfw-input {
    border-color: #306dae
}

.dfw-email>.dfw-alert {
    display: none;
    padding: 5px 0;
    font-size: 12px;
    color: #306dae;
    cursor: default
}

.dfw-email.dfw--invalid.dfw--visited>.dfw-alert {
    display: block
}

.dfw--small .dfw-email {
    width: 305px
}

.dfw-email {
    width: 100%
}

.dfw--big .dfw-body.dfw--phone .dfw-email .dfw-name {
    width: 255px
}

.dfw-everymonth_confimation>.dfw-back,
.dfw-everymonth_confimation>.dfw-confirm {
    -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
    width: 200px;
    height: 55px;
    font-size: 14px;
    line-height: 55px;
    font-family: Activist, sans-serif;
    text-align: center;
    text-transform: uppercase;
    background-color: #306dae;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dfw-everymonth_confimation>.dfw-back:hover,
.dfw-everymonth_confimation>.dfw-confirm:hover {
    background-color: #d60000
}

.dfw-everymonth_confimation>.dfw-back:active,
.dfw-everymonth_confimation>.dfw-confirm:active {
    background-color: #c20000
}

.dfw-everymonth_confimation>.dfw-back.dfw--disabled,
.dfw-everymonth_confimation>.dfw-confirm.dfw--disabled {
    background-color: #306dae;
    cursor: default;
    opacity: .65
}

.dfw--waiting .dfw-everymonth_confimation>.dfw-confirm {
    background-color: #c20000 !important;
    background-image: -webkit-linear-gradient(315deg, #d60000 33.33%, #c20000 0, #c20000 66.66%, #d60000 0);
    background-image: linear-gradient(135deg, #d60000 33.33%, #c20000 0, #c20000 66.66%, #d60000 0);
    background-size: 110px 55px;
    -webkit-animation: button--waiting 1s linear infinite;
    animation: button--waiting 1s linear infinite;
    cursor: default !important
}

@-webkit-keyframes button--waiting {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 110px 0
    }
}

@keyframes button--waiting {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 110px 0
    }
}

.dfw-everymonth_confimation {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    padding: 70px 35px
}

.dfw-everymonth_confimation:before {
    content: '';
    display: block;
    width: 58px;
    height: 50px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTgiIGhlaWdodD0iNTAiIHZpZXdCb3g9IjM3IDM1IDU4IDUwIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZGVmcz48cGF0aCBpZD0iYSIgZD0iTTI4Ljk3My4xMTVILjAwOFY1MGg1Ny45M1YuMTE1SDI4Ljk3NHoiLz48L2RlZnM+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNyAzNSkiPjxtYXNrIGlkPSJiIiBmaWxsPSIjZmZmIj48dXNlIHhsaW5rOmhyZWY9IiNhIi8+PC9tYXNrPjxwYXRoIGQ9Ik0zMC41ODYgMS4wMzJhMS44NjcgMS44NjcgMCAwIDAtMS42MTItLjkxN2MtLjY1MiAwLTEuMjcyLjMzNi0xLjYxMy45MTdMLjI1NiA0Ny4yNWExLjc2OCAxLjc2OCAwIDAgMCAwIDEuODMzYy4zNC41OC45NjEuOTE2IDEuNjEyLjkxNmg1NC4yMWMxLjAyNCAwIDEuODYtLjgyNSAxLjg2LTEuODMzIDAtLjM5Ny0uMTIzLS43MzMtLjMxLTEuMDM5TDMwLjU4NyAxLjAzMnpNNy44NTMgNDUuMDEzbDIxLjEyLTM3LjA0NyAyMS4xMiAzNy4wNDdINy44NTN6IiBmaWxsPSIjMDAwIiBtYXNrPSJ1cmwoI2IpIi8+PC9nPjxwYXRoIGQ9Ik02NCA1NC44NjJ2MTQuMjc2YzAgMS4wMjQuNjc1IDEuODYyIDEuNSAxLjg2MnMxLjUtLjgzOCAxLjUtMS44NjJWNTQuODYyQzY3IDUzLjgzOCA2Ni4zMjUgNTMgNjUuNSA1M3MtMS41LjgzOC0xLjUgMS44NjJ6TTY1LjUgNzNjLS44MjUgMC0xLjUuNjc1LTEuNSAxLjV2MWMwIC44MjUuNjc1IDEuNSAxLjUgMS41czEuNS0uNjc1IDEuNS0xLjV2LTFjMC0uODI1LS42NzUtMS41LTEuNS0xLjV6IiBmaWxsPSIjMDAwIi8+PC9nPjwvc3ZnPg==)
}

.dfw-everymonth_confimation>.dfw-title {
    margin-top: 30px;
    font-size: 23px;
    font-family: Activist
}

.dfw-everymonth_confimation>.dfw-description {
    margin-top: 15px;
    font-size: 16px
}

.dfw-everymonth_confimation>.dfw-description .dfw-p {
    display: block;
    margin: 0;
    padding: 0
}

.dfw-everymonth_confimation>.dfw-clarification {
    margin-left: auto;
    margin-right: auto;
    font-size: 18px
}

.dfw-everymonth_confimation>.dfw-back,
.dfw-everymonth_confimation>.dfw-confirm {
    display: inline-block;
    vertical-align: top;
    margin-top: 30px
}

.dfw-everymonth_confimation>.dfw-back {
    width: 100px;
    margin-left: 30px;
    background-color: transparent !important;
    color: inherit !important
}

.dfw--small .dfw-everymonth_confimation {
    width: 305px;
    padding: 45px 7.5px 30px
}

.dfw--small .dfw-everymonth_confimation>.dfw-description {
    margin-top: 30px
}

.dfw--small .dfw-everymonth_confimation>.dfw-description .dfw-p+.dfw-p {
    margin-top: 15px
}

.dfw--small .dfw-everymonth_confimation>.dfw-back,
.dfw--small .dfw-everymonth_confimation>.dfw-confirm {
    width: 100%;
    margin-left: 0
}

.dfw--small .dfw-everymonth_confimation>.dfw-confirm {
    margin-top: 45px
}

.dfw--small .dfw-everymonth_confimation>.dfw-back {
    margin-top: 15px
}

.dfw-methods>.dfw-options>.dfw-option {
    -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dfw-methods>.dfw-options>.dfw-option.dfw--active {
    cursor: default
}

.dfw-methods {
    border-bottom: 1px solid #e6e6e6
}

.dfw-methods>.dfw-options {
    text-align: center
}

.dfw-methods>.dfw-options>.dfw-option {
    width: 133.3px;
    padding-top: 18px;
    padding-bottom: 12px;
    border-bottom: 4px solid transparent;
    font-size: 13px;
    line-height: 14px;
    font-family: Activist, sans-serif;
    text-transform: uppercase;
    color: #1a1a1a
}

.dfw-methods>.dfw-options>.dfw-option:first-child,
.dfw-methods>.dfw-options>.dfw-option:last-child {
    width: 166.6px
}

.dfw-methods>.dfw-options>.dfw-option.dfw--active,
.dfw-methods>.dfw-options>.dfw-option:hover {
    color: #306dae
}

.dfw-methods>.dfw-options>.dfw-option.dfw--active,
.dfw-methods>.dfw-options>.dfw-option:active {
    border-bottom-color: #306dae
}

.dfw--small .dfw-methods>.dfw-options>.dfw-option {
    font-size: 12px;
    width: 160px
}

.dfw-phone>.dfw-input {
    -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out
}

.dfw-phone {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px
}

.dfw-phone>.dfw-input {
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    padding: 17px;
    border: 1px solid #999;
    font-size: 16px;
    line-height: 19px;
    color: #333
}

.dfw-phone.dfw--filled>.dfw-input {
    color: #000
}

.dfw-phone.dfw--focused>.dfw-input,
.dfw-phone.dfw--invalid.dfw--visited>.dfw-input,
.dfw-phone.dfw--valid>.dfw-input {
    border-color: #306dae
}

.dfw-phone>.dfw-alert {
    display: none;
    padding: 5px 0;
    font-size: 12px;
    color: #306dae;
    cursor: default
}

.dfw-phone.dfw--invalid.dfw--visited>.dfw-alert {
    display: block
}

.dfw--small .dfw-phone {
    width: 305px
}

.dfw--big .dfw-phone {
    width: 200px;
    margin-left: 10px
}

/* name start*/
.dfw-name-group {
    flex-direction: row; 
    display: flex;
}

.dfw-name>.dfw-input {
    -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out
}

.dfw-name {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 20px;
}

.dfw-name>.dfw-input {
    box-sizing: border-box;
    width: 100%;
    height: 55px;
    padding: 17px;
    border: 1px solid #999;
    font-size: 16px;
    line-height: 19px;
    color: #333
}

.dfw-name.dfw--filled>.dfw-input {
    color: #000
}

.dfw-name.dfw--focused>.dfw-input,
.dfw-name.dfw--invalid.dfw--visited>.dfw-input,
.dfw-name.dfw--valid>.dfw-input {
    border-color: #306dae
}

.dfw-name>.dfw-alert {
    display: none;
    padding: 5px 0;
    font-size: 12px;
    color: #306dae;
    cursor: default
}

.dfw-name.dfw--invalid.dfw--visited>.dfw-alert {
    display: block
}

.dfw--small .dfw-name {
    width: 305px
}

.dfw-name {
    width: 300px
}
/* name end*/

/* description start*/
.dfw-desc {
    width: 300px;
    margin-left: 5px;
    font-style: normal;
    font-weight: normal;
    /*font-size: 16px;
    line-height: 20px;*/
}
/* description end*/

.dfw-regularities>.dfw-options>.dfw-option {
    -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out
}

.dfw-regularities {
    /*position: absolute;*/
    top: 75px;
    left: 0;
    font-size: 16px
}

.dfw-regularities>.dfw-question {
    margin-bottom: 15px
}

.dfw-regularities>.dfw-options>.dfw-option {
    display: table;
    margin-bottom: 15px;
    line-height: 27px;
    font-weight: 700;
    color: #000;
    cursor: pointer
}

.dfw-regularities>.dfw-options>.dfw-option:before {
    content: '';
    display: inline-block;
    vertical-align: top;
    width: 27px;
    height: 27px;
    margin-right: 10px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyNyAyNyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PGNpcmNsZSBpZD0iYSIgY3g9IjEzLjUiIGN5PSIxMy41IiByPSIxMy41Ii8+PG1hc2sgaWQ9ImIiIHg9IjAiIHk9IjAiIHdpZHRoPSIyNyIgaGVpZ2h0PSIyNyIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48L2RlZnM+PHVzZSBzdHJva2U9IiM5Njk2OTYiIG1hc2s9InVybCgjYikiIHN0cm9rZS13aWR0aD0iMiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjYSIvPjwvc3ZnPg==);
    -webkit-transition: background-image .15s ease-in-out;
    transition: background-image .15s ease-in-out
}

.dfw-regularities>.dfw-options>.dfw-option.dfw--active {
    color: #306dae;
    cursor: default
}

.dfw-regularities>.dfw-options>.dfw-option.dfw--active:before {
    background-image: url(https://donate.mhg.ru/assets/donate_widget/1.svg)
}

.dfw--small .dfw-regularities {
    position: static;
    margin-bottom: 30px
}

.dfw--small .dfw-regularities>.dfw-options>.dfw-option {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    margin: 0
}

.dfw-result {
    padding: 100px 7.5px;
    text-align: center
}

.dfw-result>.dfw-description,
.dfw-result>.dfw-title {
    letter-spacing: 1px;
    font-family: Activist, sans-serif
}

.dfw-result.dfw-success>.dfw-icon {
    width: 78px;
    height: 78px;
    margin-left: auto;
    margin-right: auto;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNzgiIGhlaWdodD0iODEiIHZpZXdCb3g9IjAgLTUgNzggODEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjxjaXJjbGUgaWQ9ImEiIGN4PSIzOCIgY3k9IjM4IiByPSIzOCIvPjxtYXNrIGlkPSJjIiB4PSIwIiB5PSIwIiB3aWR0aD0iNzYiIGhlaWdodD0iNzYiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PHBhdGggZD0iTTM3LjkxNCAzNy4wOTdMNjMuNDU0IDMuNjZhNC40NDEgNC40NDEgMCAwIDEgNi4xODUtMS4wOWwuMzM2LjI1YTQuNDM4IDQuNDM4IDAgMCAxIDEuMDkxIDYuMTgzTDQzLjE5OCA1MS45MzRjLTEuMDUxIDEuNTAzLTIuMDk3IDIuMDI0LTMuOTMgMi4xNDctMS44MzMuMTItMi45NC0uNTU3LTQuMDQyLTEuNjU5TDE5LjM3IDM0LjI5YTQuNDk3IDQuNDk3IDAgMCAxIDAtNi4zNTdjMS43NzctMS43NjYgNC42MjItMS43NjYgNi4zOC0uMDA5bDEyLjE2NSA5LjE3NHoiIGlkPSJiIi8+PG1hc2sgaWQ9ImQiIHg9Ii02IiB5PSItNiIgd2lkdGg9IjY1LjgxNyIgaGVpZ2h0PSI2NC4zMjkiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMi4wNTMtNC4yMzRINzcuODd2NjQuMzI5SDEyLjA1M3oiLz48dXNlIHhsaW5rOmhyZWY9IiNiIi8+PC9tYXNrPjwvZGVmcz48dXNlIHN0cm9rZT0iI0NDMDAwMSIgbWFzaz0idXJsKCNjKSIgc3Ryb2tlLXdpZHRoPSIxNiIgZmlsbD0iI0ZGRiIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjYSIvPjxnIGZpbGw9Im5vbmUiPjx1c2UgZmlsbD0iI0NDMDAwMSIgZmlsbC1ydWxlPSJldmVub2RkIiB4bGluazpocmVmPSIjYiIvPjx1c2Ugc3Ryb2tlPSIjRkZGIiBtYXNrPSJ1cmwoI2QpIiBzdHJva2Utd2lkdGg9IjEyIiB4bGluazpocmVmPSIjYiIvPjwvZz48L3N2Zz4=);
    background-size: contain;
    background-repeat: no-repeat
}

.dfw-result.dfw-success>.dfw-title {
    margin-top: 30px;
    font-size: 30px
}

.dfw-result.dfw-success>.dfw-description {
    margin-top: 15px;
    font-size: 19px;
    color: #333
}

.dfw-result.dfw-success>.dfw-social_buttons {
    margin-top: 30px;
    padding: 0
}

.dfw-result.dfw-fail {
    color: #fff;
    background-color: #306dae
}

.dfw-result.dfw-fail>.dfw-description,
.dfw-result.dfw-fail>.dfw-title {
    font-size: 20px
}

.dfw-result.dfw-fail>.dfw-icon {
    height: 34px;
    width: 34px;
    line-height: 34px;
    margin: 20px auto;
    border: 3px solid #fff;
    font-size: 26px
}

.dfw-result.dfw-fail>.dfw-icon:before {
    content: '!'
}

.dfw-result.dfw-fail>.dfw-try {
    display: table;
    margin: 10px auto 0;
    font-family: Arial;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 248, 219, .62)
}

.dfw-social_buttons {
    padding: 15px 7.5px;
    border-top: 1px solid #e6e6e6;
    text-align: center
}

.dfw-social_buttons .ya-share2__icon {
    width: 35px !important;
    height: 35px !important;
    background-size: cover !important
}

.dfw-faq {
    padding: 30px 7.5px;
    border-top: 1px solid #e6e6e6;
    font-size: 13px
}

.dfw-faq>h4,
.dfw-faq>h5,
.dfw-faq>p {
    padding: 0;
    margin: 0;
    max-width: 695px;
    margin-left: auto;
    margin-right: auto
}

.dfw-faq>h4 {
    margin-bottom: 30px;
    font-family: Activist, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    color: #1a1919;
    font-weight: 400
}

.dfw-faq>p {
    margin-top: 15px;
    font-size: 14px;
    color: #4d4d4d
}

.dfw-faq-list {
    padding: 0;
    margin: 0;
    max-width: 695px;
    margin-left: auto;
    margin-right: auto;
    list-style-type: none;
    color: #cc0001;
    font-weight: 700
}

.dfw-faq-list>li>div>h3 {
    cursor: pointer
}

.dfw-faq-list>li>div>h3.opened {
    color: #1a1919;
    margin-bottom: 15px
}

.dfw-faq-list>li:last-child>div>h3 {
    margin-bottom: 30px
}

.dfw-faq-list>li:last-child>div>h3.opened {
    margin-bottom: 15px
}

.dfw-faq-comment {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 10px
}

.dfw-sums>.dfw-options>.dfw-option {
    -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dfw-sums>.dfw-options>.dfw-option.dfw--active {
    cursor: default
}

.dfw-sums {
    margin-bottom: 20px
}

.dfw-sums>.dfw-options>.dfw-option {
    height: 55px;
    padding: 17px;
    border: 1px solid #999;
    font-size: 16px;
    line-height: 19px;
    font-weight: 700;
    color: #1a1a1a;
    background-color: #fff
}

.dfw-sums>.dfw-options>.dfw-option+.dfw-option {
    margin-left: 10px
}

.dfw-sums>.dfw-options>.dfw-option.dfw--fixed:after {
    font-weight: 400;
    content: ' \20BD'
}

.dfw-sums>.dfw-options>.dfw-option.dfw--active,
.dfw-sums>.dfw-options>.dfw-option:focus,
.dfw-sums>.dfw-options>.dfw-option:hover {
    border-color: #306dae
}

.dfw-sums>.dfw-options>.dfw-option.dfw--active,
.dfw-sums>.dfw-options>.dfw-option:active {
    color: #fff;
    background-color: #306dae
}

.dfw-sums>.dfw-options>.dfw-option.dfw--fixed {
    /*width: 94px*/
}

.dfw-sums>.dfw-options>.dfw-option.dfw--input {
    width: 153px;
    -webkit-user-select: initial;
    -moz-user-select: initial;
    -ms-user-select: initial;
    user-select: initial
}

.dfw-sums>.dfw-options>.dfw-option.dfw--input.dfw--active,
.dfw-sums>.dfw-options>.dfw-option.dfw--input:active {
    color: #fff;
    background-color: #306dae
}

.dfw-sums>.dfw-options>.dfw-alert {
    display: none;
    padding: 5px 0;
    font-size: 12px;
    color: #306dae;
    cursor: default
}

.dfw--small .dfw-sums>.dfw-options>.dfw-option {
    margin-bottom: 10px
}

.dfw--small .dfw-sums>.dfw-options>.dfw-option.dfw--fixed {
    width: 95px
}

.dfw--small .dfw-sums>.dfw-options>.dfw-option.dfw--input {
    width: 305px;
    margin: 0;
    text-align: left
}

.dfw--small .dfw-sums>.dfw-options>.dfw-option.dfw--input.dfw--active,
.dfw--small .dfw-sums>.dfw-options>.dfw-option.dfw--input:active {
    color: #1a1a1a;
    background-color: #fff
}

.dfw-popup>.dfw-close {
    -webkit-transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    transition: color .1s ease-in-out, background-color .1s ease-in-out, border-color .1s ease-in-out, box-shadow .1s ease-in-out;
    box-sizing: border-box;
    display: inline-block;
    width: 200px;
    height: 55px;
    font-size: 14px;
    line-height: 55px;
    font-family: Activist, sans-serif;
    text-align: center;
    text-transform: uppercase;
    background-color: #306dae;
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dfw-popup>.dfw-close:hover {
    background-color: #d60000
}

.dfw-popup>.dfw-close:active {
    background-color: #c20000
}

.dfw-popup>.dfw-close.dfw--disabled {
    background-color: #306dae;
    cursor: default;
    opacity: .65
}

@-webkit-keyframes button--waiting {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 110px 0
    }
}

@keyframes button--waiting {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 110px 0
    }
}

.dfw-container {
    position: fixed;
    overflow: auto;
    z-index: 9002;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: hsla(0, 0%, 100%, .7)
}

.dfw-popup {
    position: relative;
    background-color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, .2);
    padding-top: 82px
}

.dfw-popup>.dfw-close {
    position: absolute;
    top: 30px;
    right: 30px;
    width: 240px;
    height: 40px;
    font-size: 11px;
    line-height: 38px;
    border: 1px solid #306dae;
    color: #306dae;
    background-color: #fff
}

.dfw-popup>.dfw-close:active,
.dfw-popup>.dfw-close:hover {
    color: #fff
}

/*768 1200*/
@media screen and (min-width: 1200px) {

.dfw-regularities {
    top: 75px;
    left: 0;
    font-size: 12px
}

.dfw-sums>.dfw-options>.dfw-option {
    height: 30px;
    padding: 6px;
    border: 1px solid #999;
    font-size: 12px;
    line-height: 19px;
    font-weight: 700;
    color: #1a1a1a;
    background-color: #fff
}

.dfw-email>.dfw-input {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 6px;
    border: 1px solid #999;
    font-size: 12px;
    line-height: 19px;
    color: #333
}

.dfw-phone>.dfw-input {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 6px;
    border: 1px solid #999;
    font-size: 12px;
    line-height: 19px;
    color: #333
}

.dfw-name>.dfw-input {
    box-sizing: border-box;
    width: 100%;
    height: 30px;
    padding: 6px;
    border: 1px solid #999;
    font-size: 12px;
    line-height: 19px;
    color: #333
}

.dfw-agreement>.dfw-text {
    display: inline-block;
    vertical-align: baseline;
    font-size: 12px
}

.dfw-agreement>.dfw-checkbox {
    display: inline-block;
    vertical-align: baseline;
    width: 16px;
    height: 16px;
    border: 1px solid #999;
    margin-right: 6px;
    line-height: 22px;
    text-align: center;
    background-color: #fff;
    cursor: pointer
}

.btn {
    font-weight: bold;
    border-width: 2px;
    font-style: normal;
    letter-spacing: 1px;
    margin: .4rem .8rem;
    white-space: normal;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    padding: 1rem 1.5rem;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
}

/* description start*/
.dfw-desc {
    width: 300px;
    margin-left: 5px, 0, 0, 0;
    font-style: normal;
    font-weight: normal;
}
/* description end*/
    
}