/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%}
body {
    margin: 0;
}
main {
    display: block;
}
h1 {
    font-size: 2em;
    margin: .67em 0;
}
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}
pre {
    font-family: monospace, monospace;
    font-size: 1em;
}
a {
    background-color: transparent;
}
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}
b, strong {
    font-weight: bolder;
}
code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
small {
    font-size: 80%}
sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sub {
    bottom: -.25em;
}
sup {
    top: -.5em;
}
img {
    border-style: none;
}
button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
button, input {
    overflow: visible;
}
button, select {
    text-transform: none;
}
[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button;
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText;
}
fieldset {
    padding: .35em .75em .625em;
}
legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
progress {
    vertical-align: baseline;
}
textarea {
    overflow: auto;
}
[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto;
}
[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
details {
    display: block;
}
summary {
    display: list-item;
}
[hidden], template {
    display: none;
}
.input__item, .saved-cards__inner {
    width: 100%;
    display: block;
    font-size: 16px;
    line-height: 22px;
    padding: 8px 64px 8px 12px;
    border: 1px solid #a5a5a5;
    border-radius: 4px;
    margin-top: 3px;
    background-color: #fff;
    background-position: calc(100% - 16px) 50%;
    background-repeat: no-repeat;
}
@media (min-width:740px) {
    .input__item, .saved-cards__inner {
    font-size: 14px;
}
}.button {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 40px;
    height: 40px;
    padding: 6px 16px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
    background: #04b70a;
    outline: none;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 10px;
    border: none;
}
.button:focus, .button:hover {
    background: #00ad00;
}
.button:active {
    background: #04b70a;
}
.button:disabled {
    opacity: .5;
    pointer-events: none;
}
.cards-selector {
    position: relative;
    width: 100%;
    margin-top: 23px;
}
.cards-selector._active .cards-selector-dropdown {
    display: block;
}
.cards-selector-dropdown {
    display: none;
    width: 100%;
    padding: 0;
    position: absolute;
    top: 67px;
    z-index: 101;
}
.cards-selector-dropdown__items {
    overflow: auto;
    max-height: 336px;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 8px 34px rgba(0, 0, 0, .06);
    box-shadow: 0 1px 6px rgba(0, 0, 0, .12), 0 8px 34px rgba(0, 0, 0, .06);
    border-radius: 4px;
}
@media (min-width:472px) {
    .cards-selector-dropdown__items {
    max-height: 480px;
}
}.cards-selector-dropdown__item {
    padding: 12px;
    cursor: pointer;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #333;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
}
.cards-selector-dropdown__item._active, .cards-selector-dropdown__item:hover {
    background-color: #f1f7fd;
    color: #177de6;
}
.card-item {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 16px;
    line-height: 22px;
    color: #333;
}
.card-item__icon {
    width: 24px;
    height: 16px;
    background: transparent no-repeat 50%;
    margin-right: 6px;
}
.card-item__icon._icon-new {
    background-image: url(/themes/template_1_files/new.6d45aca1.svg);
}
.card-item__icon._icon-unknown {
    background-image: url(/themes/template_1_files/card.8000cd03.svg);
}
.card-item__icon._icon-mir {
    background-image: url(/themes/template_1_files/mir.ab9116ab.svg);
}
.card-item__icon._icon-visa, .card-item__icon._icon-visa_electron {
    background-image: url(/themes/template_1_files/visa.60afc4aa.svg);
}
.card-item__icon._icon-maestro, .card-item__icon._icon-mastercard {
    background-image: url(/themes/template_1_files/mastercard.f95a014e.svg);
}
.card-item__corner, .card-item__icon, .card-item__label, .card-item__remove {
    display: inline-block;
    font-size: 16px;
}
.card-item__corner {
    cursor: pointer;
    background: transparent url(/themes/template_1_files/corner.2c93674f.svg) no-repeat 100%;
    border: none;
    height: 22px;
    width: 22px;
}
.card-item__corner._hidden {
    display: none;
}
.card-item__label {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.card-item__remove {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #177de6;
    text-decoration: none;
}
.card-item__remove:active, .card-item__remove:hover {
    color: #177de6;
    text-decoration: underline;
}
.card-item__remove:focus {
    color: #177de6;
}
.saved-cards {
    width: 100%}
.saved-cards__label {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #333;
}
.saved-cards__inner {
    padding-right: 16px;
}
@media (min-width:740px) {
    .card-item, .card-item__remove, .cards-selector-dropdown__item, .saved-cards .card-item__label {
    font-size: 14px;
}
}@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 400;
    src: url(/themes/template_1_files/open-sans-v16-cyrillic_latin-regular.65a95718.eot);
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-regular.65a95718.eot) format("embedded-opentype"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-regular.aeb4b1bf.woff2) format("woff2"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-regular.2491afe9.woff) format("woff"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-regular.5fffd42d.ttf) format("truetype"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-regular.7aab4c13.svg) format("svg");
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;
    src: url(/themes/template_1_files/open-sans-v16-cyrillic_latin-600.89afb6ea.eot);
    src: local("Open Sans SemiBold"), local("OpenSans-SemiBold"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-600.89afb6ea.eot) format("embedded-opentype"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-600.c8696f38.woff2) format("woff2"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-600.664e110d.woff) format("woff"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-600.30765c6a.ttf) format("truetype"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-600.e16f375b.svg) format("svg");
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 700;
    src: url(/themes/template_1_files/open-sans-v16-cyrillic_latin-700.e8d42fd1.eot);
    src: local("Open Sans Bold"), local("OpenSans-Bold"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-700.e8d42fd1.eot) format("embedded-opentype"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-700.862115d3.woff2) format("woff2"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-700.5ee10d11.woff) format("woff"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-700.a6c768c5.ttf) format("truetype"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-700.2e00b263.svg) format("svg");
}
@font-face {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 800;
    src: url(/themes/template_1_files/open-sans-v16-cyrillic_latin-800.96134506.eot);
    src: local("Open Sans ExtraBold"), local("OpenSans-ExtraBold"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-800.96134506.eot) format("embedded-opentype"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-800.13ec7981.woff2) format("woff2"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-800.a083e5e2.woff) format("woff"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-800.ada3391c.ttf) format("truetype"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-800.926d4d12.svg) format("svg");
}
@font-face {
    font-family: Open Sans;
    font-style: italic;
    font-weight: 800;
    src: url(/themes/template_1_files/open-sans-v16-cyrillic_latin-800italic.da1f0a82.eot);
    src: local("Open Sans ExtraBold Italic"), local("OpenSans-ExtraBoldItalic"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-800italic.da1f0a82.eot) format("embedded-opentype"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-800italic.af5d9ca7.woff2) format("woff2"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-800italic.39b38b48.woff) format("woff"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-800italic.2f4276c4.ttf) format("truetype"), url(/themes/template_1_files/open-sans-v16-cyrillic_latin-800italic.ca67d5b1.svg) format("svg");
}
.icon-guarantee {
    width: 24px;
    height: 24px;
    background: transparent url(/./themes/template_1_files/guarantee.4c1ab174.svg) no-repeat 50%}
.icon-guarantee, .icon-question {
    display: inline-block;
    vertical-align: middle;
}
.icon-question {
    width: 16px;
    height: 16px;
    background: transparent url(/./themes/template_1_files/help.88e72466.svg) no-repeat 50%;
    background-size: 16px 16px;
    margin-top: -1px;
}
.input, .saved-cards {
    padding: 0;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
._text.saved-cards, .input._text {
    font-size: 14px;
    line-height: 18px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    padding-top: 6px;
}
.input__body {
    min-height: 115px;
}
.input__label {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #333;
}
.input__item::-ms-clear {
    display: none;
}
.input__item::-webkit-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    color: #999;
}
.input__item::-moz-placeholder {
    font-size: 16px;
    line-height: 22px;
    color: #999;
}
.input__item::-ms-input-placeholder {
    font-size: 16px;
    line-height: 22px;
    color: #999;
}
.input__item::placeholder {
    font-size: 16px;
    line-height: 22px;
    color: #999;
}
@media (min-width:740px) {
    .input__item: :-webkit-input-placeholder {
    font-size: 14px;
}
.input__item::-moz-placeholder {
    font-size: 14px;
}
.input__item::-ms-input-placeholder {
    font-size: 14px;
}
.input__item::placeholder {
    font-size: 14px;
}
}.input__item:focus {
    border: 1px solid #177de6;
    outline: none;
}
.input__item._visa, .input__item._visaelectron {
    background-image: url(/./themes/template_1_files/visa.04e4d84d.svg);
    background-size: 46px auto;
}
.input__item._mir, .input__item._nspk_mir {
    background-image: url(/./themes/template_1_files/mir.a5f29197.svg);
    background-size: 46px auto;
}
.input__item._maestro {
    background-image: url(/./themes/template_1_files/maestro.6a4fd5ac.svg);
    background-size: auto 21px;
}
.input__item._mastercard {
    background-image: url(/./themes/template_1_files/mastercard.dcbe4435.svg);
    background-size: auto 21px;
}
.input__item._unknown {
    background-image: url(/./themes/template_1_files/unknown.b93653c0.svg);
    background-size: auto 21px;
}
.input__item.is-valid {
    border: 1px solid #a5a5a5;
}
.input__item.is-invalid {
    border: 1px solid #f15b5b;
}
.input__item:disabled {
    background-color: rgba(51, 51, 51, .07);
    border: none;
    color: rgba(51, 51, 51, .25);
}
.input__item:-moz-read-only {
    background-color: rgba(51, 51, 51, .07);
    border: none;
}
.input__item:read-only {
    background-color: rgba(51, 51, 51, .07);
    border: none;
}
.input__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin-top: 16px;
}
.input__inner .input+.input, .input__inner .input+.saved-cards, .input__inner .saved-cards+.input, .input__inner .saved-cards+.saved-cards {
    margin-left: 16px;
}
.input__save-card {
    margin: 19px auto 0;
    text-align: center;
}
.input__checkbox-wrapper {
    position: relative;
    display: block;
}
@media (min-width:472px) {
    .input__checkbox-wrapper {
    margin-top: -4px;
    margin-bottom: -4px;
}
}.input__checkbox-label {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    color: rgba(51, 51, 51, .5);
    cursor: pointer;
    line-height: 1;
}
.input__checkbox-label:before {
    content: "";
    width: 24px;
    height: 24px;
    margin-right: 16px;
    border-radius: 4px;
    border: 1px solid rgba(51, 51, 51, .25);
}
.input__checkbox-item {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
}
.input__checkbox-item:checked+.input__checkbox-label:before {
    border-color: rgba(51, 51, 51, .1);
    background-color: #090;
    background-image: url(/./themes/template_1_files/visa.04e4d84d.svg);
    background-repeat: no-repeat;
    background-position: 50%}
.input__checkbox-item:disabled+.input__checkbox-label:before {
    border: none;
    background-color: rgba(51, 51, 51, .1);
}
.input__error {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #f15b5b;
    margin-top: 2px;
    visibility: hidden;
}
.input__error.is-active {
    visibility: visible;
}
.input__error img {
    display: none;
}
@media (min-width:980px) {
    .input__error {
    margin-top: auto;
    visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    position: absolute;
    font-weight: 400;
    top: 23px;
    width: 200px;
    background-color: #fff;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 19px;
    color: #7b7b79;
    min-height: 40px;
    border-radius: 4px;
    -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
    box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}
.input__error.is-active {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.input__error img {
    display: block;
    margin-top: 12px;
    margin-bottom: -10px;
}
.input__error:before {
    content: "";
    position: absolute;
    top: 18px;
    border-left: 4px solid transparent;
    border-top: 4px solid #fff;
}
.input__error.is-right {
    left: calc(100% + 12px);
}
.input__error.is-right:before {
    left: -4px;
}
.input__error.is-left {
    right: calc(100% + 12px);
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
}
.input__error.is-left:before {
    right: -4px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.input__error.is-active.is-left {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
}.checkbox {
    cursor: pointer;
    color: #333;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
}
.checkbox__item {
    display: none;
}
.checkbox__checker, .checkbox__label {
    vertical-align: middle;
}
.checkbox__checker {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 9px;
    border-radius: 4px;
    border: 1px solid rgba(51, 51, 51, .25);
    position: relative;
}
.checkbox__item:checked+.checkbox__checker {
    border-color: #090;
    background: rgba(0, 148, 0, .06) url(/./themes/template_1_files/checkbox-mark.10d43ece.svg) no-repeat 50%}
.layout {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.layout__details, .layout__form {
    width: 100%;
    max-width: 472px;
}
.form {
    background: #fff;
    padding: 12px;
}
.form, .form__content {
    position: relative;
}
.form__title {
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
}
.form__verify {
    display: none;
}
.form__links {
    padding-top: 7px;
    padding-bottom: 5px;
    border-top: 1px solid #e2e2e2;
}
.form__links, .form__links-item {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.form__links-item {
    min-height: 44px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #7f7f7f;
    font-weight: 600;
    text-decoration: none;
    font-size: 12px;
}
.form__links-item:hover {
    color: hsla(0, 0%, 49.8%, .8);
}
.form__links-item:hover:after, .form__links-item:hover:before {
    opacity: .8;
}
.form__links-item--support {
    padding-right: 9px;
}
.form__links-item--support:before {
    content: "";
    display: block;
    margin-right: 5px;
    width: 16px;
    height: 16px;
    background-image: url(/./themes/template_1_files/help.88e72466.svg);
    background-repeat: no-repeat;
    background-size: 100%}
.form__buttons {
    margin: 21px auto 25px;
}
.payment-comment {
    text-align: center;
    color: #666;
    margin: 15px auto;
    font-size: 12px;
    line-height: 16px;
    max-width: 230px;
}
.payment-comment__accent {
    color: #04b70a;
}
.payment-comment__lock {
    display: none;
    vertical-align: middle;
    margin-right: 2px;
    margin-top: -4px;
    width: 16px;
    height: 16px;
    background: url(/./themes/template_1_files/lock.3e3bfa81.svg) 50% no-repeat;
    background-size: 100%}
.detail-summary {
    background: rgba(0, 0, 0, .04);
    border: 1px solid #f2f2f2;
    border-radius: 4px;
    padding: 8px 12px 12px;
    margin: 10px 0;
}
.detail-summary__help {
    cursor: pointer;
}
.detail-summary__title {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}
.detail-summary__item {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #666;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 12px;
}
.detail-summary__item._total {
    font-size: 18px;
    line-height: 25px;
    color: #111;
}
.detail-summary__div {
    width: 100%;
    height: 1px;
    background: #e2e2e2;
    margin: 12px 0;
}
.detail-summary._asside {
    display: none;
}
.detail-guarantee {
    background: #f0fbf0;
    padding: 13px 12px 16px;
    border-top: 1px solid rgba(59, 214, 64, .32);
}
.detail-guarantee__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #333;
    margin-bottom: 8px;
}
.detail-guarantee__icon {
    margin: -4px 6px 0 -1px;
}
.detail-guarantee__text {
    font-size: 12px;
    line-height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #666;
}
.verify {
    display: block;
    width: 100%;
    height: 62px;
    background: #f6f6f6 url(/./themes/template_1_files/paymethods-sm.d946bd7d.svg) no-repeat 50%}
.spinner {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -32px;
    margin-left: -32px;
    width: 64px;
    height: 64px;
    z-index: 201;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.spinner:after {
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    background: transparent url(/./themes/template_1_files/spinner.522656b5.svg) no-repeat 50%;
    background-size: 99%;
    -webkit-animation: spin .6s infinite;
    animation: spin .6s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.form__content._loading .spinner {
    display: block;
}
.form__content._loading * {
    pointer-events: none;
}
.form__content._loading:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #fff;
    opacity: .8;
    z-index: 2;
}
.pay-blank {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    color: #111;
    margin: 24px 0 28px;
}
@media screen and (min-width:740px) {
    .pay-blank {
    margin: 24px 0 -5px;
}
.layout {
    padding-top: 24px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding-right: 24px;
    padding-left: 32px;
}
.layout__form {
    min-width: 428px;
}
.layout__details {
    max-width: 284px;
    margin-left: 24px;
}
.form {
    -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
    box-shadow: 0 4px 10px rgba(0, 0, 0, .12);
    padding: 0;
    border-radius: 12px;
}
.form__title {
    padding-top: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #e2e2e2;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 24px;
}
.form__title-method {
    margin-top: -1px;
    margin-right: -2px;
}
.form__body, .form__footer, .form__title {
    padding-right: 32px;
    padding-left: 32px;
}
.form__verify {
    display: block;
    width: 100%;
    height: 62px;
    background: #f6f6f6 url(/./themes/template_1_files/paymethods.04935e98.svg) no-repeat 50%;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
}
.form__buttons {
    width: 328px;
}
.detail-summary {
    background: hsla(0, 0%, 100%, .5);
    border: 1px solid rgba(0, 0, 0, .05);
    border-radius: 0;
    padding: 16px 32px;
    display: none;
    margin: 0;
}
.detail-summary__title {
    margin-bottom: 16px;
}
.detail-summary__item._total {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 6px;
}
.detail-summary__div {
    margin: 16px 0;
}
.detail-summary._asside {
    display: block;
}
.detail-guarantee {
    padding: 13px 12px 19px;
    margin-top: 20px;
    background: #f1f7fd;
    border: 1px solid rgba(23, 125, 229, .32);
}
.verify {
    display: none;
}
.payment-comment {
    max-width: none;
}
.payment-comment__lock {
    display: inline-block;
}
}@media screen and (max-width:739px) {
    .form__title-method {
    height: 50px;
    padding: 12px;
    margin: 11px -12px 12px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
}@media screen and (min-width:980px) {
    .layout__details {
    margin-left: 38px;
}
}@-webkit-keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
}@keyframes spin {
    0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}
to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
}
}.currency-font {
    font-weight: 400;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.no-outline * {
    outline: none!important;
}
body, html {
    height: 100%}
body {
    font-family: Open Sans, sans-serif;
    background-color: #f6f6f6;
    color: #333;
    line-height: 1.375;
}
@media screen and (min-width:740px) {
    body {
    padding-bottom: 61px;
}
}@media screen and (min-width:740px) {
    .wrapper {
    min-height: 100%;
    padding-bottom: 32px;
}
}.h {
    position: relative;
    width: 100%;
    height: 52px;
    background: #fff;
    border-bottom: 1px solid #e2e2e2;
}
.h__inner {
    max-width: 1304px;
    padding: 0 16px;
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.h__logo {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 115px;
    flex: 0 0 115px;
    height: 22px;
}
.h__prgs {
    margin-left: 20px;
}
@media screen and (min-width:740px) {
    .h {
    height: 61px;
}
.h__inner {
    padding: 0 32px;
}
.h__logo {
    margin-left: 4px;
    margin-top: 2px;
    margin-right: 10px;
    height: 40px;
}
}
@media screen and (min-width:980px) {
    .h__prgs {
    margin: 0 auto;
    padding-right: 116px;
}
}.f {
    display: none;
    max-width: 1304px;
    margin: 0 auto;
}
@media screen and (min-width:740px) {
    .f {
    padding: 0 32px;
    width: 100%;
    height: 61px;
    display: block;
}
.f__copy {
    width: 100%;
    border-top: 1px solid #e2e2e2;
    font-size: 14px;
    line-height: 20px;
    color: #a5a5a5;
    padding-top: 20px;
}
}.prgs {
    display: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #8a8a8a;
    pointer-events: none;
}
.prgs__item:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
    margin-right: 7px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #8a8a8a;
    color: #fff;
    text-align: center;
    line-height: 20px;
}
.prgs__item:first-child:before {
    content: "1"}
.prgs__item:nth-child(2):before {
    content: "2"}
.prgs__item:nth-child(3):before {
    content: "3"}
.prgs__item:nth-child(4):before {
    content: "4"}
.prgs__item:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 13px;
    height: 12px;
    background: transparent url(/./themes/template_1_files/p-arr.cda53e79.svg) no-repeat 50%;
    margin: -2px 12px 0 10px;
}
.prgs__item:last-child:after {
    display: none;
}
.prgs__item._successful {
    color: #04b70a;
}
.prgs__item._successful:before {
    content: "";
.prgs__item._current {
    color: #666;
}
.prgs__item._current:before {
    background: #04b70a;
}
.prgs__item._current:after, .prgs__item._successful:after {
    background-image: url(/./themes/template_1_files/p-arr-scs.5584c8b4.svg);
}
@media screen and (min-width:740px) {
    .prgs {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
}
}.prgs-ln {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    padding: 13px 12px 1px;
    background: #fff;
}
.prgs-ln__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
    height: 4px;
    background-color: #e2e2e2;
}
.prgs-ln__item+.prgs-ln__item {
    margin-left: 4px;
}
.prgs-ln__item._successful {
    background-color: #04b70a;
}
.prgs-ln__item._current {
    background-color: #c0f2c2;
}
.prgs-ln__item-mark {
    position: absolute;
    height: 4px;
    width: 40%;
    background-color: #04b70a;
    top: 0;
    left: 0;
}
@media screen and (min-width:740px) {
    .prgs-ln {
    display: none;
}
}.hidden {
    display: none;
}
@media screen and (max-width:739px) {
    .hidden-mobile {
    display: none!important;
}
}@media screen and (min-width:740px) {
    .hidden-desktop {
    display: none!important;
}
}.message {
    background-color: #f15b5b;
    font-size: 14px;
    line-height: 22px;
    color: #f6f6f6;
    padding: 12px 24px;
    width: 100%;
    max-width: 472px;
    margin: 12px auto 0;
}
.message__item+.message__item {
    margin-top: 4px;
}
@media screen and (min-width:740px) {
    .message {
    margin: 24px auto -8px;
    border-radius: 4px;
    max-width: 794px;
}
}.mobile-pay {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    margin: 0 auto;
    width: 100%}
.mobile-pay__block {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
}
.mobile-pay__block-slash {
    width: 8px;
    min-width: 8px;
    padding: 0;
    margin: 0;
    height: 40px;
    display: none;
}
.mobile-pay__block-slash.active {
    display: block;
}
.mobile-pay__error {
    color: #f15b5b;
}
.mobile-pay .google-pay-wrapper {
    margin-top: 8px;
    height: 40px;
}
.mobile-pay .google-pay-wrapper .gpay-button, .mobile-pay .google-pay-wrapper .gpay-button.black {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    min-height: 40px;
    border-radius: 6px;
    width: 100%}
.mobile-pay .apple-pay-wrapper {
    margin-top: 8px;
    display: none;
    height: 40px;
}
.mobile-pay .apple-pay-wrapper.active {
    display: block;
}
.mobile-pay .apple-pay-button {
    border: none;
    font: inherit;
    color: inherit;
    padding: 0;
    margin: 0;
    outline: none;
    width: 100%;
    height: 40px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-radius: 6px;
    background: url(/./themes/template_1_files/apple_pay.b2fadd7e.svg) no-repeat 50%;
    background-size: contain;
    background-color: #000;
    cursor: pointer;
}
.mobile-pay .apple-pay-button:hover {
    opacity: .7;
}
.mobile-pay .apple-pay-button:focus {
    border: 1px solid #363f44;
}
.mobile-pay .apple-pay-button.disabled {
    opacity: .3;
    pointer-events: none;
    cursor: default;
}
.pmet {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    position: relative;
}
.pmet__lnk {
    cursor: pointer;
}
.pmet__lnk, .pmet__title {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.pmet__title {
    cursor: default;
}
.pmet__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.pmet__item {
    color: #333;
    text-decoration: none;
    width: 100%;
    height: 40px;
    padding: 9px 12px 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pmet__item._active, .pmet__item:hover {
    background: #f6f6f6;
    color: #666;
}
.pmet__logo {
    max-height: 24px;
    width: 24px;
    margin-right: 8px;
}
.pmet__menu {
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    background: #fff;
    overflow: hidden;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 34px rgba(0, 0, 0, .06), 0 1px 6px rgba(0, 0, 0, .12);
    box-shadow: 0 8px 34px rgba(0, 0, 0, .06), 0 1px 6px rgba(0, 0, 0, .12);
    top: 30px;
    width: 100%}
.pmet__corner {
    width: 12px;
    height: 12px;
    background: url(/./themes/template_1_files/pm-corner.1a7c889f.svg) 50% no-repeat;
    margin-left: 6px;
    float: right;
    margin-right: 6px;
}
.pmet._active .pmet__corner {
    background-image: url(/./themes/template_1_files/pm-corner-act.ce633751.svg);
}
.pmet._active .pmet__menu {
    visibility: visible;
    pointer-events: auto;
    z-index: 100;
}
@media screen and (min-width:740px) {
    .pmet__corner {
    margin-right: 0;
}
.pmet__menu {
    width: 192px;
    right: -6px;
}
}._loading .pmet {
    pointer-events: none;
}
.qiwi {
    padding-top: 20px;
}
.phone {
    position: relative;
    margin-bottom: -5px;
}
.phone__triangle {
    width: 16px;
    height: 18px;
    background: url(/./themes/template_1_files/corner.2c93674f.svg) 50% no-repeat;
    display: inline-block;
    float: right;
}
.phone .phone__selected {
    z-index: 1;
    position: absolute;
    top: 0;
    height: 40px;
    width: 65px;
    font-size: 14px;
    cursor: pointer;
    text-align: left;
    padding: 10px 0 10px 12px;
}
.phone .input__item {
    padding-left: 75px;
}
.phone .phone__dropdown {
    position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    box-shadow: 0 0 4px rgba(0, 0, 0, .25);
    border-radius: 4px;
    width: 100%;
    top: 42px;
    left: 0;
    z-index: 1;
    max-height: 170px;
    overflow-y: auto;
    visibility: hidden;
}
.phone .phone__dropdown._active {
    visibility: visible;
}
@media (min-width:740px) {
    .phone .phone__dropdown {
    top: 42px;
}
}.phone .phone__item {
    display: -webkit-box;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    cursor: pointer;
}
.phone .phone__item._hidden {
    display: none;
}
.phone .phone__item:hover {
    background-color: rgba(51, 51, 51, .07);
}
.phone .phone__index {
    width: 60px;
    font-weight: 700;
}
.phone .phone__cell {
    padding: 13px 12px;
    font-size: 16px;
    line-height: 22px;
}
.tooltip {
    max-width: 320px;
    padding: 6px 9px;
    border-radius: 4px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #333;
    visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    pointer-events: none;
    -webkit-box-shadow: 0 2px 25px rgba(30, 30, 30, .24);
    box-shadow: 0 2px 25px rgba(30, 30, 30, .24);
}
.tooltip, .tooltip__arrow {
    background: #fff;
    position: absolute;
}
.tooltip__arrow {
    display: block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    bottom: -4px;
    left: 50%}
.tooltip._active {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    z-index: 1;
}
.qr {
    width: 100%;
    text-align: center;
}