/* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif /* 1 */;
    -ms-text-size-adjust: 100% /* 2 */;
    -webkit-text-size-adjust: 100% /* 2 */;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block /* 1 */;
    vertical-align: baseline /* 2 */;
}

    audio:not([controls]) {
        display: none;
        height: 0;
    }

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

    a:active,
    a:hover {
        outline: 0;
    }

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit /* 1 */;
    font: inherit /* 2 */;
    margin: 0 /* 3 */;
}

fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button /* 2 */;
    cursor: pointer /* 3 */;
}

    button[disabled],
    html input[disabled] {
        cursor: default;
    }

    button::-moz-focus-inner,
    input::-moz-focus-inner {
        border: 0;
        padding: 0;
    }

input {
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"] {
        -webkit-box-sizing: border-box /* 1 */;
        box-sizing: border-box /* 1 */;
        padding: 0 /* 2 */;
    }

    input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button {
        height: auto;
    }

    input[type="search"] {
        -webkit-appearance: textfield /* 1 */;
        -webkit-box-sizing: content-box /* 2 */;
        box-sizing: content-box;
    }

        input[type="search"]::-webkit-search-cancel-button,
        input[type="search"]::-webkit-search-decoration {
            -webkit-appearance: none;
        }

legend {
    border: 0 /* 1 */;
    padding: 0 /* 2 */;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

blockquote {
    margin: 0;
}

@font-face {
    font-family: 'Leto Sans';
    src: url("../fonts/LetoSans-Thin.woff2") format("woff2"), url("../fonts/LetoSans-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Leto Sans';
    src: url("../fonts/LetoSans.woff2") format("woff2"), url("../fonts/LetoSans.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Leto Sans';
    src: url("../fonts/LetoSans-Bold.woff2") format("woff2"), url("../fonts/LetoSans-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Leto Text Sans';
    src: url("../fonts/LetoTextSans.woff2") format("woff2"), url("../fonts/LetoTextSans.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Leto Sans Condensed';
    src: url("../fonts/LetoSansCondensed-Thin.woff2") format("woff2"), url("../fonts/LetoSansCondensed-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Leto Sans Condensed';
    src: url("../fonts/LetoSansCondensed.woff2") format("woff2"), url("../fonts/LetoSansCondensed.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Leto Sans Condensed';
    src: url("../fonts/LetoSansCondensed-Bold.woff2") format("woff2"), url("../fonts/LetoSansCondensed-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}

.fade-enter-active {
    -webkit-transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.45s cubic-bezier(0.19, 1, 0.22, 1);
}

.cross-fade-enter-active {
    -webkit-transition: all 0.25s 0.65s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.25s 0.65s cubic-bezier(0.19, 1, 0.22, 1);
}

.fade-leave-active {
    -webkit-transition: all 0.55s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}

.cross-fade-leave-active {
    -webkit-transition: all 0.55s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 0.55s cubic-bezier(0.19, 1, 0.22, 1);
}

.fade-enter {
    opacity: 0;
    -webkit-transform: translate(0, 20%);
    transform: translate(0, 20%);
}

.fade-leave {
    opacity: 1;
}

.fade-enter-to {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.fade-leave-to {
    opacity: 0;
    -webkit-transform: translate(0, -20%);
    transform: translate(0, -20%);
}

.cross-fade-leave,
.cross-fade-enter-to {
    opacity: 1;
}

.cross-fade-enter {
    -webkit-transform: translate(20%, 0);
    transform: translate(20%, 0);
}

.cross-fade-enter,
.cross-fade-leave-to {
    opacity: 0;
}

.cross-fade-enter-to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.cross-fade-leave-to {
    -webkit-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
}

.cross-fade-leave-to,
.cross-fade-enter {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 2rem;
    width: 100%;
    max-width: calc(100% - 4rem);
    margin: 0 auto;
}

.cross-fade-leave-active,
.cross-fade-enter-active {
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
}

.slide-up-enter-active,
.slide-up-leave-active {
    -webkit-transition: all 0.75s;
    transition: all 0.75s;
}

.slide-up-leave-to {
    height: 0;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate(0, -100%);
        transform: translate(0, -100%);
    }
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 100%);
        transform: translate(0, 100%);
    }

    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

#__bs_notify__ {
    display: none !important;
}

.title {
    font-family: 'Leto Sans', sans-serif;
    font-weight: 400;
}

.title--32 {
    line-height: 1.3;
    font-size: 2.6rem;
    letter-spacing: -0.02em;
    color: #000;
}

@media (min-width: 768px) {
    .title--32 {
        font-size: 3.2rem;
        margin-bottom: 3rem;
    }
}

.title--26 {
    line-height: 1.15;
    font-size: 2.2rem;
    letter-spacing: -0.02em;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .title--26 {
        font-size: 2.6rem;
    }
}

.title--20 {
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: -0.01em;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .title--20 {
        margin-bottom: 2rem;
        font-size: 2rem;
    }
}

.text {
    font-family: 'Leto Sans', sans-serif;
    font-weight: 400;
}

.text--14 {
    line-height: 1.42;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    color: rgba(57,64,78,0.41);
}

.text--16 {
    line-height: 1.375;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    color: #000;
}

.text--18 {
    line-height: 2.4rem;
    font-size: 1.8rem;
    letter-spacing: -0.01em;
}

.text--22 {
    line-height: 2rem;
    font-size: 2.2rem;
    letter-spacing: -0.01em;
}

.text--center {
    text-align: center;
}

.text--c-light-blue {
    color: #6983b2;
}

.text--c-dark-blue {
    color: #39404e;
}

.text--c-red {
    color: #b72242;
}

.text--opacity-50 {
    opacity: 0.5;
}

.money {
    font-family: 'Leto Text Sans', sans-serif;
    white-space: nowrap;
}

    .money:after {
        content: '₽';
        display: inline-block;
        margin-left: 0.4rem;
    }

    .money:after,
    .money span:nth-child(2) {
        opacity: 0.5;
    }

    .money.money--default:after,
    .money.money--default span:nth-child(2) {
        opacity: 1;
    }

table {
    width: 100%;
    line-height: 1.375;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    color: #39404e;
}

    table tr {
        border-bottom: 1px solid rgba(57,64,78,0.1);
    }

        table tr:last-child {
            border-bottom-color: transparent;
        }

    table td {
        padding: 1.7rem 0;
    }

@media (min-width: 768px) {
    table {
        font-size: 1.4rem;
    }
}

.list li {
    margin-bottom: 0.8rem;
}

.list--circle {
    list-style-type: disc;
    padding-left: 1.8rem;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    color: rgba(255,255,255,0.7);
}

.dots {
    height: 5.2rem;
}

    .dots:after {
        font-size: 4rem;
        line-height: inherit;
        content: ' .';
        -webkit-animation: dots 1.5s steps(5, end) infinite;
        animation: dots 1.5s steps(5, end) infinite;
    }

.button--back {
    position: absolute;
    right: 2rem;
    top: 0;
    display: block;
    width: 2rem;
    height: 2rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .button--back:hover {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0.65;
    }

    .button--back svg {
        width: 100%;
        height: 100%;
    }

@-webkit-keyframes dots {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow: 0.25em 0 0 rgba(0,0,0,0), 0.5em 0 0 rgba(0,0,0,0);
    }

    40% {
        color: #6983b2;
        text-shadow: 0.25em 0 0 rgba(0,0,0,0), 0.5em 0 0 rgba(0,0,0,0);
    }

    60% {
        text-shadow: 0.25em 0 0 #6983b2, 0.5em 0 0 rgba(0,0,0,0);
    }

    80%, 100% {
        text-shadow: 0.25em 0 0 #6983b2, 0.5em 0 0 #6983b2;
    }
}

@keyframes dots {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow: 0.25em 0 0 rgba(0,0,0,0), 0.5em 0 0 rgba(0,0,0,0);
    }

    40% {
        color: #6983b2;
        text-shadow: 0.25em 0 0 rgba(0,0,0,0), 0.5em 0 0 rgba(0,0,0,0);
    }

    60% {
        text-shadow: 0.25em 0 0 #6983b2, 0.5em 0 0 rgba(0,0,0,0);
    }

    80%, 100% {
        text-shadow: 0.25em 0 0 #6983b2, 0.5em 0 0 #6983b2;
    }
}

@-webkit-keyframes dots-white {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow: 0.25em 0 0 rgba(0,0,0,0), 0.5em 0 0 rgba(0,0,0,0);
    }

    40% {
        color: #fff;
        text-shadow: 0.25em 0 0 rgba(0,0,0,0), 0.5em 0 0 rgba(0,0,0,0);
    }

    60% {
        text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 rgba(0,0,0,0);
    }

    80%, 100% {
        text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff;
    }
}

@keyframes dots-white {
    0%, 20% {
        color: rgba(0,0,0,0);
        text-shadow: 0.25em 0 0 rgba(0,0,0,0), 0.5em 0 0 rgba(0,0,0,0);
    }

    40% {
        color: #fff;
        text-shadow: 0.25em 0 0 rgba(0,0,0,0), 0.5em 0 0 rgba(0,0,0,0);
    }

    60% {
        text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 rgba(0,0,0,0);
    }

    80%, 100% {
        text-shadow: 0.25em 0 0 #fff, 0.5em 0 0 #fff;
    }
}

html {
    height: 100%;
    font-size: 10px;
    font-family: 'Leto Sans', sans-serif;
    color: #39404e;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
    html {
        font-size: calc(7px + 1 * (100vw - 768px) / 255);
    }
}

@media (min-width: 1024px) and (max-width: 1360px) {
    html {
        font-size: calc(8.5px + 1.5 * (100vw - 1024px) / 336);
    }
}

_:default:not(:root:root),
html {
    -webkit-animation: webkitfix 1s forwards infinite;
    animation: webkitfix 1s forwards infinite;
}

@-webkit-keyframes webkitfix {
    100% {
        z-index: auto;
    }
}

body {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.6rem;
    font-weight: 400;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    background-color: #f7f8fa;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.page__wrapper,
.page__footer {
    width: 100%;
}

.page__content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
}

::-moz-selection {
    background-color: #6983b2;
    color: #fff;
}

::selection {
    background-color: #6983b2;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: 700;
}

img {
    max-width: 100%;
}

b,
strong {
    font-weight: 700;
}

a {
    color: #39404e;
    text-decoration: none;
}

    a.link-underline {
        text-decoration: underline;
    }

p {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
}

.visually_hidden {
    position: absolute !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0);
    height: 1px !important;
    width: 1px !important;
    margin: -1px !important;
    padding: 0 !important;
    border: 0 !important;
}

@media (min-width: 1240px) {
    .visually_hidden--desktop {
        position: absolute !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0);
        height: 1px !important;
        width: 1px !important;
        margin: -1px !important;
        padding: 0 !important;
        border: 0 !important;
    }
}

@media (min-width: 576px) {
    .visually_hidden--mobile {
        position: absolute !important;
        overflow: hidden !important;
        clip: rect(0 0 0 0);
        height: 1px !important;
        width: 1px !important;
        margin: -1px !important;
        padding: 0 !important;
        border: 0 !important;
    }
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

[v-cloak] {
    display: none !important;
}

.tippy-touch {
    cursor: pointer !important
}

.tippy-notransition {
    -webkit-transition: none !important;
    transition: none !important
}

.tippy-popper {
    max-width: 350px;
    -webkit-perspective: 700px;
    perspective: 700px;
    z-index: 9999;
    outline: 0;
    -webkit-transition-timing-function: cubic-bezier(.165,.84,.44,1);
    transition-timing-function: cubic-bezier(.165,.84,.44,1);
    pointer-events: none;
    line-height: 1.4
}

    .tippy-popper[data-html] {
        max-width: 96%;
        max-width: calc(100% - 20px)
    }

    .tippy-popper[x-placement^=top] .tippy-backdrop {
        border-radius: 40% 40% 0 0
    }

    .tippy-popper[x-placement^=top] .tippy-roundarrow {
        bottom: -8px;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

        .tippy-popper[x-placement^=top] .tippy-roundarrow svg {
            position: absolute;
            left: 0;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg)
        }

    .tippy-popper[x-placement^=top] .tippy-arrow {
        border-top: 7px solid #333;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        bottom: -7px;
        margin: 0 6px;
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0
    }

    .tippy-popper[x-placement^=top] .tippy-backdrop {
        -webkit-transform-origin: 0 90%;
        transform-origin: 0 90%
    }

        .tippy-popper[x-placement^=top] .tippy-backdrop[data-state=visible] {
            -webkit-transform: scale(6) translate(-50%,25%);
            transform: scale(6) translate(-50%,25%);
            opacity: 1
        }

        .tippy-popper[x-placement^=top] .tippy-backdrop[data-state=hidden] {
            -webkit-transform: scale(1) translate(-50%,25%);
            transform: scale(1) translate(-50%,25%);
            opacity: 0
        }

    .tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=visible] {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .tippy-popper[x-placement^=top] [data-animation=shift-toward][data-state=hidden] {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    .tippy-popper[x-placement^=top] [data-animation=perspective] {
        -webkit-transform-origin: bottom;
        transform-origin: bottom
    }

        .tippy-popper[x-placement^=top] [data-animation=perspective][data-state=visible] {
            opacity: 1;
            -webkit-transform: translateY(-10px) rotateX(0);
            transform: translateY(-10px) rotateX(0)
        }

        .tippy-popper[x-placement^=top] [data-animation=perspective][data-state=hidden] {
            opacity: 0;
            -webkit-transform: translateY(0) rotateX(90deg);
            transform: translateY(0) rotateX(90deg)
        }

    .tippy-popper[x-placement^=top] [data-animation=fade][data-state=visible] {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .tippy-popper[x-placement^=top] [data-animation=fade][data-state=hidden] {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=visible] {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    .tippy-popper[x-placement^=top] [data-animation=shift-away][data-state=hidden] {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .tippy-popper[x-placement^=top] [data-animation=scale][data-state=visible] {
        opacity: 1;
        -webkit-transform: translateY(-10px) scale(1);
        transform: translateY(-10px) scale(1)
    }

    .tippy-popper[x-placement^=top] [data-animation=scale][data-state=hidden] {
        opacity: 0;
        -webkit-transform: translateY(0) scale(0);
        transform: translateY(0) scale(0)
    }

    .tippy-popper[x-placement^=bottom] .tippy-backdrop {
        border-radius: 0 0 30% 30%
    }

    .tippy-popper[x-placement^=bottom] .tippy-roundarrow {
        top: -8px;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }

        .tippy-popper[x-placement^=bottom] .tippy-roundarrow svg {
            position: absolute;
            left: 0;
            -webkit-transform: rotate(0);
            transform: rotate(0)
        }

    .tippy-popper[x-placement^=bottom] .tippy-arrow {
        border-bottom: 7px solid #333;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        top: -7px;
        margin: 0 6px;
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%
    }

    .tippy-popper[x-placement^=bottom] .tippy-backdrop {
        -webkit-transform-origin: 0 -90%;
        transform-origin: 0 -90%
    }

        .tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=visible] {
            -webkit-transform: scale(6) translate(-50%,-125%);
            transform: scale(6) translate(-50%,-125%);
            opacity: 1
        }

        .tippy-popper[x-placement^=bottom] .tippy-backdrop[data-state=hidden] {
            -webkit-transform: scale(1) translate(-50%,-125%);
            transform: scale(1) translate(-50%,-125%);
            opacity: 0
        }

    .tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=visible] {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    .tippy-popper[x-placement^=bottom] [data-animation=shift-toward][data-state=hidden] {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    .tippy-popper[x-placement^=bottom] [data-animation=perspective] {
        -webkit-transform-origin: top;
        transform-origin: top
    }

        .tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=visible] {
            opacity: 1;
            -webkit-transform: translateY(10px) rotateX(0);
            transform: translateY(10px) rotateX(0)
        }

        .tippy-popper[x-placement^=bottom] [data-animation=perspective][data-state=hidden] {
            opacity: 0;
            -webkit-transform: translateY(0) rotateX(-90deg);
            transform: translateY(0) rotateX(-90deg)
        }

    .tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=visible] {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    .tippy-popper[x-placement^=bottom] [data-animation=fade][data-state=hidden] {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    .tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=visible] {
        opacity: 1;
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }

    .tippy-popper[x-placement^=bottom] [data-animation=shift-away][data-state=hidden] {
        opacity: 0;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }

    .tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=visible] {
        opacity: 1;
        -webkit-transform: translateY(10px) scale(1);
        transform: translateY(10px) scale(1)
    }

    .tippy-popper[x-placement^=bottom] [data-animation=scale][data-state=hidden] {
        opacity: 0;
        -webkit-transform: translateY(0) scale(0);
        transform: translateY(0) scale(0)
    }

    .tippy-popper[x-placement^=left] .tippy-backdrop {
        border-radius: 50% 0 0 50%
    }

    .tippy-popper[x-placement^=left] .tippy-roundarrow {
        right: -16px;
        -webkit-transform-origin: 33.33333333% 50%;
        transform-origin: 33.33333333% 50%
    }

        .tippy-popper[x-placement^=left] .tippy-roundarrow svg {
            position: absolute;
            left: 0;
            -webkit-transform: rotate(90deg);
            transform: rotate(90deg)
        }

    .tippy-popper[x-placement^=left] .tippy-arrow {
        border-left: 7px solid #333;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        right: -7px;
        margin: 3px 0;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%
    }

    .tippy-popper[x-placement^=left] .tippy-backdrop {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

        .tippy-popper[x-placement^=left] .tippy-backdrop[data-state=visible] {
            -webkit-transform: scale(6) translate(40%,-50%);
            transform: scale(6) translate(40%,-50%);
            opacity: 1
        }

        .tippy-popper[x-placement^=left] .tippy-backdrop[data-state=hidden] {
            -webkit-transform: scale(1.5) translate(40%,-50%);
            transform: scale(1.5) translate(40%,-50%);
            opacity: 0
        }

    .tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=visible] {
        opacity: 1;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    .tippy-popper[x-placement^=left] [data-animation=shift-toward][data-state=hidden] {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }

    .tippy-popper[x-placement^=left] [data-animation=perspective] {
        -webkit-transform-origin: right;
        transform-origin: right
    }

        .tippy-popper[x-placement^=left] [data-animation=perspective][data-state=visible] {
            opacity: 1;
            -webkit-transform: translateX(-10px) rotateY(0);
            transform: translateX(-10px) rotateY(0)
        }

        .tippy-popper[x-placement^=left] [data-animation=perspective][data-state=hidden] {
            opacity: 0;
            -webkit-transform: translateX(0) rotateY(-90deg);
            transform: translateX(0) rotateY(-90deg)
        }

    .tippy-popper[x-placement^=left] [data-animation=fade][data-state=visible] {
        opacity: 1;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    .tippy-popper[x-placement^=left] [data-animation=fade][data-state=hidden] {
        opacity: 0;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    .tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=visible] {
        opacity: 1;
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }

    .tippy-popper[x-placement^=left] [data-animation=shift-away][data-state=hidden] {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .tippy-popper[x-placement^=left] [data-animation=scale][data-state=visible] {
        opacity: 1;
        -webkit-transform: translateX(-10px) scale(1);
        transform: translateX(-10px) scale(1)
    }

    .tippy-popper[x-placement^=left] [data-animation=scale][data-state=hidden] {
        opacity: 0;
        -webkit-transform: translateX(0) scale(0);
        transform: translateX(0) scale(0)
    }

    .tippy-popper[x-placement^=right] .tippy-backdrop {
        border-radius: 0 50% 50% 0
    }

    .tippy-popper[x-placement^=right] .tippy-roundarrow {
        left: -16px;
        -webkit-transform-origin: 66.66666666% 50%;
        transform-origin: 66.66666666% 50%
    }

        .tippy-popper[x-placement^=right] .tippy-roundarrow svg {
            position: absolute;
            left: 0;
            -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg)
        }

    .tippy-popper[x-placement^=right] .tippy-arrow {
        border-right: 7px solid #333;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        left: -7px;
        margin: 3px 0;
        -webkit-transform-origin: 100% 50%;
        transform-origin: 100% 50%
    }

    .tippy-popper[x-placement^=right] .tippy-backdrop {
        -webkit-transform-origin: -100% 0;
        transform-origin: -100% 0
    }

        .tippy-popper[x-placement^=right] .tippy-backdrop[data-state=visible] {
            -webkit-transform: scale(6) translate(-140%,-50%);
            transform: scale(6) translate(-140%,-50%);
            opacity: 1
        }

        .tippy-popper[x-placement^=right] .tippy-backdrop[data-state=hidden] {
            -webkit-transform: scale(1.5) translate(-140%,-50%);
            transform: scale(1.5) translate(-140%,-50%);
            opacity: 0
        }

    .tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=visible] {
        opacity: 1;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    .tippy-popper[x-placement^=right] [data-animation=shift-toward][data-state=hidden] {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }

    .tippy-popper[x-placement^=right] [data-animation=perspective] {
        -webkit-transform-origin: left;
        transform-origin: left
    }

        .tippy-popper[x-placement^=right] [data-animation=perspective][data-state=visible] {
            opacity: 1;
            -webkit-transform: translateX(10px) rotateY(0);
            transform: translateX(10px) rotateY(0)
        }

        .tippy-popper[x-placement^=right] [data-animation=perspective][data-state=hidden] {
            opacity: 0;
            -webkit-transform: translateX(0) rotateY(90deg);
            transform: translateX(0) rotateY(90deg)
        }

    .tippy-popper[x-placement^=right] [data-animation=fade][data-state=visible] {
        opacity: 1;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    .tippy-popper[x-placement^=right] [data-animation=fade][data-state=hidden] {
        opacity: 0;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    .tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=visible] {
        opacity: 1;
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }

    .tippy-popper[x-placement^=right] [data-animation=shift-away][data-state=hidden] {
        opacity: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    .tippy-popper[x-placement^=right] [data-animation=scale][data-state=visible] {
        opacity: 1;
        -webkit-transform: translateX(10px) scale(1);
        transform: translateX(10px) scale(1)
    }

    .tippy-popper[x-placement^=right] [data-animation=scale][data-state=hidden] {
        opacity: 0;
        -webkit-transform: translateX(0) scale(0);
        transform: translateX(0) scale(0)
    }

.tippy-tooltip {
    position: relative;
    color: #fff;
    border-radius: 4px;
    font-size: .9rem;
    padding: .3rem .6rem;
    text-align: center;
    will-change: transform;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-color: #333
}

    .tippy-tooltip[data-size=small] {
        padding: .2rem .4rem;
        font-size: .75rem
    }

    .tippy-tooltip[data-size=large] {
        padding: .4rem .8rem;
        font-size: 1rem
    }

    .tippy-tooltip[data-animatefill] {
        overflow: hidden;
        background-color: transparent
    }

        .tippy-tooltip[data-animatefill] .tippy-content {
            transition: -webkit-clip-path cubic-bezier(.46,.1,.52,.98);
            -webkit-transition: -webkit-clip-path cubic-bezier(.46,.1,.52,.98);
            transition: clip-path cubic-bezier(.46,.1,.52,.98);
            transition: clip-path cubic-bezier(.46,.1,.52,.98), -webkit-clip-path cubic-bezier(.46,.1,.52,.98);
            transition: clip-path cubic-bezier(.46,.1,.52,.98),-webkit-clip-path cubic-bezier(.46,.1,.52,.98)
        }

    .tippy-tooltip[data-interactive], .tippy-tooltip[data-interactive] path {
        pointer-events: auto
    }

    .tippy-tooltip[data-inertia][data-state=visible] {
        -webkit-transition-timing-function: cubic-bezier(.53,2,.36,.85);
        transition-timing-function: cubic-bezier(.53,2,.36,.85)
    }

    .tippy-tooltip[data-inertia][data-state=hidden] {
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease
    }

.tippy-arrow, .tippy-roundarrow {
    position: absolute;
    width: 0;
    height: 0
}

.tippy-roundarrow {
    width: 24px;
    height: 8px;
    fill: #333;
    pointer-events: none
}

.tippy-backdrop {
    position: absolute;
    will-change: transform;
    background-color: #333;
    border-radius: 50%;
    width: 26%;
    left: 50%;
    top: 50%;
    z-index: -1;
    -webkit-transition: all cubic-bezier(.46,.1,.52,.98);
    transition: all cubic-bezier(.46,.1,.52,.98);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

    .tippy-backdrop:after {
        content: "";
        float: left;
        padding-top: 100%
    }

body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
    -webkit-clip-path: ellipse(100% 100% at 50% 50%);
    clip-path: ellipse(100% 100% at 50% 50%)
}

body:not(.tippy-touch) .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
    -webkit-clip-path: ellipse(5% 50% at 50% 50%);
    clip-path: ellipse(5% 50% at 50% 50%)
}

body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
    -webkit-clip-path: ellipse(135% 100% at 0 50%);
    clip-path: ellipse(135% 100% at 0 50%)
}

body:not(.tippy-touch) .tippy-popper[x-placement=right] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
    -webkit-clip-path: ellipse(40% 100% at 0 50%);
    clip-path: ellipse(40% 100% at 0 50%)
}

body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=visible] .tippy-content {
    -webkit-clip-path: ellipse(135% 100% at 100% 50%);
    clip-path: ellipse(135% 100% at 100% 50%)
}

body:not(.tippy-touch) .tippy-popper[x-placement=left] .tippy-tooltip[data-animatefill][data-state=hidden] .tippy-content {
    -webkit-clip-path: ellipse(40% 100% at 100% 50%);
    clip-path: ellipse(40% 100% at 100% 50%)
}

@media (max-width:360px) {
    .tippy-popper {
        max-width: 96%;
        max-width: calc(100% - 20px)
    }
}

.breadcrumbs {
    display: none;
    margin-top: 3rem;
}

.breadcrumbs__back {
    line-height: 1.375;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    color: #39404e;
    margin-right: 2.6rem;
}

    .breadcrumbs__back .icon__bracket-left {
        position: relative;
        top: 0.1rem;
    }

.breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.breadcrumbs__item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-right: 0.8rem;
    padding-left: 2.5rem;
    line-height: 1.375;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    color: rgba(57,64,78,0.5);
}

    .breadcrumbs__item:before {
        content: '';
        position: absolute;
        top: 50%;
        left: 0;
        height: 0.2rem;
        width: 2.5rem;
        margin-top: -0.1rem;
        background: #d1d3d7;
        border-radius: 4px;
    }

.breadcrumbs__item--active {
    color: #6983b2;
}

    .breadcrumbs__item--active:before {
        background-color: #6983b2;
    }

    .breadcrumbs__item--active .breadcrumbs__number {
        background-color: #6983b2;
        color: #fff;
    }

.breadcrumbs__item--completed .breadcrumbs__number {
    background-image: url("../i/general/ok.svg");
    font-size: 0;
}

.breadcrumbs__number {
    width: 2.4rem;
    height: 2.4rem;
    margin-right: 0.8rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: rgba(57,64,78,0.2);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1.43rem 0.975rem;
    line-height: 2.4rem;
    border-radius: 50%;
    text-align: center;
}

@media (min-width: 768px) {
    .breadcrumbs {
        display: block;
    }
}

.authorization__back {
    text-align: left;
    line-height: 0;
    height: 1.95rem;
}

.authorization__form {
    margin-top: 3rem;
}

.authorization__form--approve button,
.authorization__form--approve a,
.authorization__form--approve p {
    white-space: nowrap;
    font-size: 1.5rem;
}

.authorization__form--approve a {
    margin-top: 1rem;
}

.authorization__error {
    color: #b72242;
    margin-bottom: 2rem;
}

@media (min-width: 768px) {
    .authorization__form--approve button,
    .authorization__form--approve a,
    .authorization__form--approve p {
        font-size: 1.6rem;
    }
}

.captcha-popup {
    position: fixed;
    left: 0;
    top: 0;
    background: rgba(0,0,0,0.3);
    height: 100%;
    width: 100%;
    z-index: 6;
}
/*.captcha-popup__content {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #fff;
  max-width: 45rem;
  width: 45rem;
}*/
.captcha-popup__content {
    width: 300px;
    height: 270px;
    background: white;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    padding: 1rem;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -150px;
    margin-top: -130px;
    text-align: center;
}

.captcha-popup__error {
    color: #b72242;
}

.captcha-popup__refresh {
    margin: 1rem 0;
}

.captcha-popup__content .text {
    line-height: 1.3em;
    margin-bottom: 1rem;
}

.captcha-popup__content .input__wrap {
    margin-bottom: 1rem;
}

.captcha-popup__image img {
    display: block;
    min-height: 5rem;
    cursor: pointer;
    margin: auto;
}

.captcha-popup__content input {
    height: 40px;
    margin-bottom: 1rem;
    max-width: 190px;
    background: #FFFFFF;
    border: 1px solid rgba(142, 160, 195, .4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0 12px;
    -webkit-box-shadow: 0;
    box-shadow: 0;
    -webkit-appearance: none;
}

.captcha-popup__content .send-button {
    display: inline-block;
    width: 190px;
    text-align: center;
    background: white;
    border-radius: 6px;
    color: #B72242;
    cursor: pointer;
    font-size: 16px;
    height: 40px;
    line-height: 1em;
    padding: 12px 0;
    margin-bottom: 15px;
    text-decoration: none;
    border: 1px solid #E2E2E2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

    .captcha-popup__content .send-button[disabled] {
        opacity: 1;
    }

    .captcha-popup__content .send-button:hover {
        background: #E2E2E2;
    }

.card-brands {
    width: 100%;
}

.card-brands__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
}

.card-brands__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1.3rem;
    height: 3rem;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    opacity: 0.6;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

    .card-brands__item:hover {
        opacity: 0.8;
    }

    .card-brands__item:last-child {
        margin-right: 0;
    }

    .card-brands__item svg {
        max-width: 100%;
        height: auto;
        display: block;
    }

@media (min-width: 768px) {
    .card-brands__item {
        will-change: opacity;
        margin-right: 2.2rem;
    }
}

.circle-diagram {
    width: 80px;
    height: 80px;
    padding: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    overflow: hidden;
}

    .circle-diagram .progress {
        display: block;
        width: 100%;
        height: 100%;
        -webkit-transform: rotate(-90deg) translate3d(0, 0, 0);
        transform: rotate(-90deg) translate3d(0, 0, 0);
    }

    .circle-diagram .progress__meter,
    .circle-diagram .progress__value {
        fill: none;
    }

    .circle-diagram .progress__meter {
        stroke: #b72242;
    }

    .circle-diagram .progress__value {
        stroke: #879cc1;
        -webkit-transition: all 0.55s ease;
        transition: all 0.55s ease;
    }

@media (min-width: 768px) {
    .circle-diagram {
        width: 110px;
        height: 110px;
    }
}

.credit-info {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background-color: #fff;
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; /* Lets it scroll lazy */
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.35s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.credit-info--active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.55s cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: all 0.55s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.credit-info div.container {
    padding-bottom: 0;
    overflow: hidden;
}

.credit-info h2.title--32 {
    padding-left: 2rem;
}

.credit-info .money {
    padding-left: 0;
}

.credit-info__table {
    padding: 0 2rem;
    width: 100%;
}

.credit-info__table_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    border-bottom: 1px solid rgba(57,64,78,0.1);
    padding: 1.2rem 0;
}

    .credit-info__table_row:last-child {
        border-bottom-color: transparent;
    }

.credit-info__table_row--fine span {
    padding: 0.5rem 0;
    color: rgba(57,64,78,0.8) !important;
}

.credit-info__table_row--fine .money {
    padding-top: 0.75rem;
    color: #39404e !important;
}

.credit-info__table_row span {
    margin: 0.5rem 0;
}

    .credit-info__table_row span:first-child {
        font-size: 1.4rem;
        color: rgba(57,64,78,0.5);
    }

    .credit-info__table_row span:last-child {
        font-size: 1.5rem;
        text-align: right;
    }

.credit-info__table_row > span {
    margin-right: 2rem;
}

.credit-info__table .money:after {
    font-size: 1.5rem;
}

.credit-info__table .money span {
    font-size: 1.5rem;
}

.credit-info__cnt {
    margin-top: 2rem;
}

.credit-info .btn_close {
    position: absolute;
    display: block;
    top: -3.5rem;
    right: 1rem;
    opacity: 0.6;
    -webkit-transition: opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 250ms cubic-bezier(0.77, 0, 0.175, 1);
}

    .credit-info .btn_close:hover {
        opacity: 1;
    }

.credit-info .credit-table {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.credit-info__desc {
    background: #fff;
    -webkit-box-shadow: 1px 3px 12px rgba(141,153,175,0.11), 0px 1px 6px rgba(141,153,175,0.08), 0px -1px 6px rgba(141,153,175,0.08);
    box-shadow: 1px 3px 12px rgba(141,153,175,0.11), 0px 1px 6px rgba(141,153,175,0.08), 0px -1px 6px rgba(141,153,175,0.08);
    border-radius: 0.5rem;
}

.credit-info__time {
    line-height: 1.375;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    color: rgba(0,0,0,0.5);
}

.credit-info__mid {
    padding: 2rem 2rem 0;
    border-bottom: 1px solid #dbe1eb;
    background-color: rgba(183,34,66,0.05);
}

    .credit-info__mid .credit-info__table {
        margin-top: 2rem;
        padding: 0;
    }

.credit-info__bot {
    padding: 2rem;
    background: #f7f8f9;
}

.credit-info__bot_pay {
    margin-top: 2rem;
}

    .credit-info__bot_pay .btn {
        width: 100%;
        margin-top: 2rem;
    }

.credit-info--delayed .credit-info__bot {
    background-color: rgba(183,34,66,0.05);
}

.credit-info--delayed .credit-info__mid .credit-info__table_row span {
    color: rgba(183,34,66,0.8);
}

.credit-info--delayed .credit-info__mid .credit-info__table_row .money:after {
    opacity: 1;
}

.credit-info--delayed .credit-info__mid .credit-info__table_row .money span:nth-child(2) {
    opacity: 1;
}

@media (min-width: 768px) {
    .credit-info {
        background-color: #f7f8f9;
    }

        .credit-info div.container {
            padding-bottom: 4rem;
        }

        .credit-info h2.title--32 {
            padding-left: 0;
        }

    .credit-info__table {
        padding: 0;
    }

        .credit-info__table span:first-child {
            font-size: 1.6rem;
        }

        .credit-info__table span:last-child {
            font-size: 1.6rem;
        }

    .credit-info__cnt {
        margin-top: 6rem;
    }

    .credit-info .btn_close {
        top: -4rem;
    }

        .credit-info .btn_close:focus {
            outline: 0;
        }

    .credit-info__mid {
        padding: 4rem 4rem 0;
        background-color: #fff;
    }

        .credit-info__mid .money:after {
            font-size: 1.8rem;
        }

        .credit-info__mid .money span {
            font-size: 1.8rem;
        }

    .credit-info__bot {
        padding: 4rem;
    }

    .credit-info__bot_pay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        margin-top: 3rem;
    }
}

.credit-pay {
    margin-top: 2rem;
}

.credit-pay__wrap {
    margin-bottom: 6rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.credit-pay .row {
    position: relative;
}

.credit-pay__triangle {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    z-index: 3;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 3em;
    height: 1.7rem;
    color: #e2e7ef;
}

    .credit-pay__triangle .icon__triangle {
        display: block;
        width: 100%;
        height: 100%;
    }

.credit-pay.isLoading {
    pointer-events: none;
}

    .credit-pay.isLoading .dropdown__list_item,
    .credit-pay.isLoading .dropdown__newcard_date,
    .credit-pay.isLoading .dropdown__newcard_input,
    .credit-pay.isLoading .cvv__number {
        opacity: 0.9;
        background: #ddd;
        pointer-events: none;
    }

@media (min-width: 768px) {
    .credit-pay {
        padding-bottom: 3rem;
        border: 0;
        margin-top: 0;
    }

    .credit-pay__wrap {
        padding-top: 3rem;
        padding-bottom: 3rem;
        border-top: 1px solid #c0cbdd;
        border-bottom: 1px solid #c0cbdd;
    }

    .credit-pay__triangle {
        top: 2.5rem;
        left: auto;
        -webkit-transform: translateX(0);
        transform: translateX(0);
        right: -2.5rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 1.2rem 0 1.2rem 1rem;
        border-color: transparent transparent transparent currentColor;
        color: inherit;
    }

        .credit-pay__triangle .icon__triangle {
            display: none;
        }
}

.credit-table {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #dbe1eb;
    padding: 6rem 2rem 2rem 2rem;
    -webkit-box-shadow: 1px 3px 12px rgba(141,153,175,0.11), 0px 1px 6px rgba(141,153,175,0.08), 0px -1px 2px rgba(141,153,175,0.08);
    box-shadow: 1px 3px 12px rgba(141,153,175,0.11), 0px 1px 6px rgba(141,153,175,0.08), 0px -1px 2px rgba(141,153,175,0.08);
    border-radius: 5px;
}

.credit-table__payments {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.credit-table .circle-diagram {
    padding: 0;
    margin-right: 2rem;
}

.credit-table_top {
    position: absolute;
    top: 2rem;
    left: 2rem;
    right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2rem;
}

    .credit-table_top .money {
        font-size: 1.6rem;
        margin-left: 0.8rem;
    }

.credit-table_bot > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 1.5rem;
}

    .credit-table_bot > div:last-child {
        margin-bottom: 0;
    }

    .credit-table_bot > div p {
        font-family: 'Leto Text Sans', sans-serif;
        font-size: 2rem;
    }

    .credit-table_bot > div h3 {
        color: rgba(57,64,78,0.5);
        font-size: 1.4rem;
    }

.credit-table_bot .text--16 {
    color: rgba(57,64,78,0.4);
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

@media (min-width: 768px) {
    .credit-table {
        padding: 3rem;
    }

        .credit-table .circle-diagram {
            margin-right: 3rem;
        }

    .credit-table_top {
        position: static;
        margin-bottom: 3rem;
    }

        .credit-table_top .money {
            font-size: 2.2rem;
        }

        .credit-table_top .title {
            margin-bottom: 0;
        }

    .credit-table_bot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

        .credit-table_bot > div {
            margin-right: 3rem;
            margin-bottom: 0;
        }

            .credit-table_bot > div p {
                font-size: 3.2rem;
                line-height: 1.3;
            }

            .credit-table_bot > div h3 {
                font-size: 1.6rem;
            }

            .credit-table_bot > div:last-child {
                margin-right: 0;
            }

        .credit-table_bot .text--16 {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }
}

.credits-dropdown {
    border-top: 1px solid rgba(105,131,178,0.3);
    color: #39404e;
    background-color: #e5eaf0;
}

    .credits-dropdown.dropdown .dropdown__name {
        padding-right: 3rem;
        white-space: nowrap;
        text-overflow: ellipsis;
        width: 100%;
        overflow: hidden;
    }

    .credits-dropdown.dropdown .dropdown__value {
        color: rgba(57,64,78,0.5);
    }

@media (min-width: 768px) {
    .credits-dropdown {
        background-color: transparent;
        border-top: 0;
    }

        .credits-dropdown.dropdown__value {
            color: inherit;
        }
}

.credits_list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-top: 2rem;
    margin-bottom: 4rem;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    background-color: #fff;
    border-radius: 5px;
    -webkit-box-shadow: 1px 3px 12px rgba(141,153,175,0.14), 0px 1px 6px rgba(141,153,175,0.1), 0px -1px 6px rgba(141,153,175,0.1);
    box-shadow: 1px 3px 12px rgba(141,153,175,0.14), 0px 1px 6px rgba(141,153,175,0.1), 0px -1px 6px rgba(141,153,175,0.1);
}

    .credits_list__item:last-child {
        margin-bottom: 0;
    }

.credits_list__left-side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 2rem;
    max-width: 100%;
}

.credits_list__right-side {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    position: relative;
    background-color: rgba(105,131,178,0.05);
    padding: 2rem;
}

.credits_list__item--with-debt .credits_list__right-side {
    background-color: rgba(183,34,66,0.05);
}

.credits_list__name {
    margin-bottom: 2rem;
}

.credits_list__parameters-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.credits_list__parameter {
    line-height: 0.9;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    letter-spacing: -0.01em;
}

.credits_list__money {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3rem;
    margin-bottom: 0.5rem;
}

.credits_list__subtitle {
    display: none;
}

.credits_list__more {
    color: rgba(57,64,78,0.4);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 1.4rem;
    margin-top: 1.2rem;
}

    .credits_list__more span {
        text-decoration: underline;
        line-height: 1.5;
    }

.credits_list__info {
    margin-right: 1rem;
    width: 1.8rem;
    height: 1.8rem;
}

.credits_list__next-pay {
    margin: 2rem 0 0.5rem;
    line-height: 0.9;
}

.credits_list__debt {
    margin-top: 2rem;
    white-space: nowrap;
}

.credits_list__debt-summ {
    margin: 0;
    display: inline-block;
}

.credits_list__pay-btn {
    margin-top: 4rem;
}

@media (min-width: 768px) {
    .credits_list__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        margin-top: 3rem;
        margin-bottom: 0;
    }

    .credits_list__name {
        margin-bottom: 3rem;
    }

    .credits_list__left-side {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
        flex-flow: column wrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-preferred-size: 70%;
        flex-basis: 70%;
        padding: 4rem;
    }

    .credits_list__right-side {
        -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
        padding: 4rem;
        border-left: 1px solid rgba(105,131,178,0.2);
    }

    .credits_list__parameters-list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .credits_list__debt {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 3rem;
        margin-bottom: 0.5rem;
    }

        .credits_list__debt .tooltip {
            position: relative;
            top: -0.2rem;
        }

    .credits_list__parameter {
        line-height: 2.2rem;
        max-width: 33.3333%;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }

    .credits_list__parameter--isDiagramm {
        padding-left: 6.5rem;
        position: relative;
    }

    .credits_list__parameter .circle-diagram {
        position: absolute;
        left: 0;
        top: -1rem;
        width: 5.8rem;
        height: 5.8rem;
    }

        .credits_list__parameter .circle-diagram svg {
            margin: 0;
        }

    .credits_list__subtitle {
        display: block;
        font-size: 1.6rem;
        line-height: 1.1;
        letter-spacing: -0.01em;
        color: rgba(57,64,78,0.5);
        font-weight: normal;
        margin-bottom: 0.75rem;
    }

    .credits_list__more {
        margin-top: auto;
    }

        .credits_list__more:hover {
            color: #39404e;
        }
}

.cvv {
    position: relative;
    outline: 0;
}

.cvv__numbers {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cvv__number {
    width: 3.6rem;
    height: 5rem;
    line-height: 5rem;
    font-size: 1.8rem;
    font-family: 'Leto Text Sans';
    text-align: center;
    background: #fff;
    color: #39404e;
    border: 1px solid rgba(105,131,178,0.4);
    border-radius: 5px;
    margin-right: 1rem;
    cursor: pointer;
}

    .cvv__number:last-child {
        margin-right: 0;
    }

.cvv__popup {
    position: absolute;
    top: -14rem;
    z-index: 5;
    display: none;
}

.cvv__popup--active {
    display: block;
}

.cvv__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.cvv__col {
    opacity: 0;
    height: 30rem;
    width: 4rem;
    border-radius: 5px;
    border: 1px solid #ccc;
    background: #fff;
    overflow: hidden;
    margin-right: 0.6rem;
}

    .cvv__col:last-child {
        margin-right: 0;
    }

.cvv__col_item {
    display: block;
    width: 100%;
    line-height: 3rem;
    height: 3rem;
    font-size: 1.9rem;
    font-family: 'Leto Text Sans';
    color: #39404e;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}

    .cvv__col_item:hover {
        color: #b72242;
    }

.cvv__col_item--active {
    background: #b72242;
    color: #fff;
}

    .cvv__col_item--active:hover {
        color: #fff;
    }

.cvv__col--active {
    opacity: 1;
}

    .cvv__col--active .cvv__col_item {
        pointer-events: initial;
    }

@media (min-width: 768px) {
    .cvv__number {
        width: 5rem;
        height: 6rem;
        font-size 1.9rem;
        line-height: 6rem;
        margin-right: 0.6rem;
    }

        .cvv__number:focus {
            outline: none;
        }

        .cvv__number:hover,
        .cvv__number:active,
        .cvv__number:focus {
            -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
            border-color: #39404e;
        }

    .cvv__popup {
        top: -19rem;
    }

    .cvv__col {
        width: 5rem;
        height: 40rem;
    }

    .cvv__col_item {
        height: 4rem;
        line-height: 4rem;
    }
}

.debug-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: 1000000;
    display: none;
}

    .debug-wrapper .debug-service {
        position: absolute;
        top: 0;
        right: 0;
        padding: 2rem;
        background: rgba(0,0,0,0.5);
        font-size: 1.2rem;
    }

        .debug-wrapper .debug-service a {
            color: #fff;
            text-decoration: underline;
        }

.is-debug .debug-wrapper {
    display: block;
}

#debug {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

    #debug .debug-container {
        -webkit-box-shadow: inset -4rem 0 0 -2rem rgba(0,255,255,0.2), inset 4rem 0 0 -2rem rgba(0,255,255,0.2);
        box-shadow: inset -4rem 0 0 -2rem rgba(0,255,255,0.2), inset 4rem 0 0 -2rem rgba(0,255,255,0.2);
    }

    #debug .debug-content {
        position: absolute;
        top: 0;
        left: 2rem;
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-auto-rows: minmax(100%, auto);
        grid-column-gap: 4rem;
        width: 116rem;
        height: 100%;
        background: transparent;
        padding: 0;
    }

        #debug .debug-content div {
            outline: 1px solid #0dd;
            margin: 0;
        }

@media (min-width: 576px) {
    #debug .debug-content {
        width: calc(100% - 4rem);
        grid-template-columns: repeat(6, 1fr);
        grid-auto-rows: minmax(100%, auto);
        grid-column-gap: 2rem;
    }

        #debug .debug-content div:nth-child(7),
        #debug .debug-content div:nth-child(8),
        #debug .debug-content div:nth-child(9),
        #debug .debug-content div:nth-child(10),
        #debug .debug-content div:nth-child(11),
        #debug .debug-content div:nth-child(12) {
            display: none;
        }
}

.is-debug-outline * {
    outline: 1px dotted rgba(255,0,0,0.5);
}

    .is-debug-outline * * {
        outline: 1px dotted rgba(0,128,0,0.5);
    }

        .is-debug-outline * * * {
            outline: 1px dotted rgba(255,165,0,0.5);
        }

            .is-debug-outline * * * * {
                outline: 1px dotted rgba(0,0,255,0.5);
            }

                .is-debug-outline * * * * * {
                    outline: 1px solid rgba(255,0,0,0.5);
                }

                    .is-debug-outline * * * * * * {
                        outline: 1px solid rgba(0,128,0,0.5);
                    }

                        .is-debug-outline * * * * * * * {
                            outline: 1px solid rgba(255,165,0,0.5);
                        }

                            .is-debug-outline * * * * * * * * {
                                outline: 1px solid rgba(0,0,255,0.5);
                            }

                                .is-debug-outline * * * * * * * * * {
                                    outline: 1px solid rgba(240,248,255,0.5);
                                }

                                    .is-debug-outline * * * * * * * * * * {
                                        outline: 1px solid rgba(250,235,215,0.5);
                                    }

                                        .is-debug-outline * * * * * * * * * * * {
                                            outline: 1px solid rgba(0,255,255,0.5);
                                        }

                                            .is-debug-outline * * * * * * * * * * * * {
                                                outline: 1px solid rgba(127,255,212,0.5);
                                            }

                                                .is-debug-outline * * * * * * * * * * * * * {
                                                    outline: 1px solid rgba(138,43,226,0.5);
                                                }

                                                    .is-debug-outline * * * * * * * * * * * * * * {
                                                        outline: 1px solid rgba(165,42,42,0.5);
                                                    }

                                                        .is-debug-outline * * * * * * * * * * * * * * * {
                                                            outline: 1px solid rgba(222,184,135,0.5);
                                                        }

                                                            .is-debug-outline * * * * * * * * * * * * * * * * {
                                                                outline: 1px solid rgba(95,158,160,0.5);
                                                            }

.table-of-contents {
    margin: 6rem;
}

    .table-of-contents .contents-wrapper {
        width: 100%;
        margin-top: 2rem;
    }

        .table-of-contents .contents-wrapper h2 {
            font-size: 3rem;
            margin: 3rem 0;
        }

        .table-of-contents .contents-wrapper .contents-row {
            display: grid;
            grid-template-columns: 4rem 1fr 15rem 10rem;
            grid-auto-rows: 5rem;
            grid-column-gap: 0rem;
            border-bottom: 1px solid #ccc;
            border-left: 1px solid #ccc;
            border-right: 1px solid #ccc;
        }

            .table-of-contents .contents-wrapper .contents-row .contents-col {
                text-align: left;
                padding: 1rem;
                font-size: 2rem;
                border-top: 1px solid #ccc;
            }

            .table-of-contents .contents-wrapper .contents-row a {
                text-decoration: underline;
            }

    .table-of-contents .legend {
        margin-top: 1rem;
    }

        .table-of-contents .legend .status {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
            width: 100%;
        }

            .table-of-contents .legend .status div {
                font-size: 1.8rem;
                border: 1px solid #ccc;
                padding: 1rem;
            }

    .table-of-contents .done {
        background: #90ee90;
    }

    .table-of-contents .wait {
        background: #d3d3d3;
    }

    .table-of-contents .wip {
        background: #87cefa;
    }

    .table-of-contents .service-wip {
        background: #ffd700;
    }

    .table-of-contents .service-done {
        background: #1e90ff;
    }

.ui h1 {
    margin-bottom: 5rem;
}

.ui h2 {
    margin-top: 4rem;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid rgba(0,0,0,0.3);
}

.ui h3 {
    margin: 2rem 0 2rem 0rem;
}

.ui h4 {
    margin: 2rem 0 2rem 0rem;
}

.ui .descr {
    font-size: 1.4rem;
    padding: 1rem 0 2rem;
}

    .ui .descr p {
        font-size: 1.2rem;
    }

        .ui .descr p + p {
            margin-top: 0.5rem;
        }

.dropdown {
    position: relative;
    width: calc(100% + 4rem);
    margin-left: -2rem;
}

.dropdown__current {
    position: relative;
    min-height: 8rem;
    cursor: pointer;
}

    .dropdown__current .dropdown__currency--circle {
        color: #fff;
        opacity: 1;
    }

    .dropdown__current .dropdown__currency--rouble {
        color: #b72242;
        opacity: 1;
    }

    .dropdown__current .dropdown__name {
        color: inherit;
    }

    .dropdown__current .dropdown__value {
        color: inherit;
    }

    .dropdown__current .dropdown__last {
        right: 5rem;
    }

    .dropdown__current .dropdown__list_item {
        padding-left: 2rem;
        padding-right: 2rem;
        border-bottom: 1px solid rgba(105,131,178,0.4);
        pointer-events: auto;
        overflow: hidden;
    }

    .dropdown__current .card-dropdown__list_item--inactive {
        color: rgba(255,255,255,0.4);
    }

        .dropdown__current .card-dropdown__list_item--inactive .dropdown__nofunds {
            color: #fff;
        }

        .dropdown__current .card-dropdown__list_item--inactive .dropdown__last {
            opacity: 0.45;
        }

.dropdown__list {
    position: absolute;
    top: 8rem;
    left: 0;
    right: 0;
    z-index: 4;
    border: 1px solid rgba(105,131,178,0.4);
    background: #fff;
    overflow: hidden;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    max-height: 50vh;
    overflow-y: auto;
}

    .dropdown__list.isCustomCard {
        top: 11.9rem;
    }

.dropdown__list_item {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-align: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    justify-items: stretch;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 8rem;
    padding: 1.7rem 2rem;
    background: transparent;
    border-bottom: 1px solid rgba(105,131,178,0.2);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .dropdown__list_item:last-child {
        border-bottom: 0;
    }

.dropdown__list_item--default .dropdown__name {
    color: rgba(57,64,78,0.5);
}

.dropdown__list_item--input {
    padding-top: 2rem;
    pointer-events: auto !important;
    border-bottom: 0;
}

    .dropdown__list_item--input:hover {
        background: transparent;
    }

    .dropdown__list_item--input .dropdown__type {
        display: none;
    }

.dropdown__arrow {
    position: absolute;
    right: 1rem;
    top: 50%;
    margin-top: -1.3rem;
    display: block;
    opacity: 0.6;
    outline: 0;
    border: 0;
    width: 1.2rem;
    height: 0.6rem;
    padding: 1rem;
    color: currentColor;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: opacity 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 550ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: opacity 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 550ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: transform 550ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
    transition: transform 550ms cubic-bezier(0.77, 0, 0.175, 1), opacity 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95), -webkit-transform 550ms cubic-bezier(0.77, 0, 0.175, 1);
}

    .dropdown__arrow:hover {
        opacity: 1;
    }

    .dropdown__arrow svg {
        display: block;
        width: 1.2rem;
        height: 0.6rem;
    }

.dropdown__first {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.dropdown__label {
    display: none;
    margin-bottom: 1rem;
    line-height: 1.375;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    color: inherit;
}

    .dropdown__label .tooltip {
        color: inherit;
        opacity: 1;
    }

.dropdown__nofunds {
    margin-left: 1rem;
    line-height: 1.375;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    color: #6983b2;
}

.dropdown__name {
    padding-right: 8rem;
    line-height: 1.33;
    font-size: 1.8rem;
    letter-spacing: -0.01em;
    color: #39404e;
}

.dropdown__value {
    margin-top: 0.5rem;
    line-height: 1.25;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    color: rgba(57,64,78,0.5);
}

.dropdown__type {
    position: relative;
    width: 2.5rem;
    height: 1.8rem;
    border: 1px solid #fff;
    border-radius: 0.1rem;
    margin-right: 1rem;
}

.dropdown__currency {
    width: 2.5rem;
    height: 2.5rem;
}

.dropdown__currency--circle {
    color: #6983b2;
    opacity: 0.1;
}

.dropdown__currency--rouble {
    color: #6983b2;
    opacity: 0.5;
}

.dropdown__currency svg {
    width: 100%;
    height: 100%;
    color: inherit;
}

.dropdown__currency img {
    display: block;
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
}

.dropdown__last {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.dropdown__newcard_input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .dropdown__newcard_input::-ms-clear {
        display: none;
    }

.dropdown__newcard .input--default {
    height: 5rem;
}

.dropdown__newcard .dropdown__list_item {
    border-bottom: 0;
    padding-right: 5rem;
}

.dropdown__newcard .dropdown__list__last img {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
}

.dropdown__newcard_error {
    position: absolute;
    top: calc(100% + 0.3rem);
    left: 0;
    visibility: hidden;
    color: #b72242;
    font-size: 1.4rem;
    white-space: nowrap;
}

.dropdown__newcard .dropdown__arrow {
    top: 6.9rem;
    right: 0;
    padding: 1.8rem;
}

.dropdown__newcard_cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 2rem 3rem;
    background: inherit;
}

.dropdown__newcard_cnt--left {
    margin-right: 3rem;
}

.dropdown__newcard .dropdown__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.dropdown__newcard_date {
    width: 9rem;
    text-align: center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.dropdown__newcard_input {
    width: 100%;
    height: 5rem;
    border: 1px solid rgba(105,131,178,0.4);
    border-radius: 5px;
    padding: 0 2rem;
    outline: 0;
    font-size: 2rem;
    letter-spacing: -0.02em;
    color: #39404e;
}

.dropdown__newcard_exp {
    position: relative;
    font-size: 2rem;
    letter-spacing: -0.02em;
    color: #39404e;
}

.dropdown__newcard_cvv {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

    .dropdown__newcard_cvv > input {
        width: 5rem;
        margin-right: 0.6rem;
        text-align: center;
        padding: 1rem;
    }

        .dropdown__newcard_cvv > input:last-child {
            margin-right: 0;
        }

.dropdown--active {
    z-index: 10;
}

    .dropdown--active .credit-pay__triangle {
        display: none;
    }

    .dropdown--active .dropdown__nofunds {
        color: #6983b2 !important;
    }

    .dropdown--active .dropdown__list {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .dropdown--active .dropdown__current .dropdown__list_item {
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

        .dropdown--active .dropdown__current .dropdown__list_item:hover,
        .dropdown--active .dropdown__current .dropdown__list_item--default {
            background: #fff;
            border-color: #c0cbdd !important;
        }

    .dropdown--active .dropdown__name {
        color: #39404e;
    }

    .dropdown--active .dropdown__value {
        color: rgba(57,64,78,0.5);
    }

    .dropdown--active .dropdown__currency--circle {
        color: #6983b2;
        opacity: 0.1;
    }

    .dropdown--active .dropdown__currency--rouble {
        color: #6983b2;
        opacity: 0.5;
    }

    .dropdown--active .dropdown__arrow {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }

@media (min-width: 768px) {
    .dropdown {
        width: 100%;
        margin-left: 0;
    }

    .dropdown__list {
        top: 7.4rem;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
    }

        .dropdown__list.isCustomCard {
            top: 7.4rem;
        }

    .dropdown__list_item {
        padding: 1.1rem 5rem 1.1rem 2rem;
        min-height: 7.5rem;
        height: 7.5rem;
        background-color: #fff;
        border-bottom: 1px solid rgba(57,64,78,0.2);
    }

        .dropdown__list_item:hover {
            background: #f3f5f8;
        }

    .dropdown__list_item--inactive {
        pointer-events: none;
    }

        .dropdown__list_item--inactive .dropdown__last {
            opacity: 0.45;
        }

        .dropdown__list_item--inactive .dropdown__name,
        .dropdown__list_item--inactive .money {
            color: rgba(57,64,78,0.4);
        }

    .dropdown__list_item--input {
        border-bottom: 1px solid rgba(57,64,78,0.2) !important;
    }

        .dropdown__list_item--input:focus {
            outline: none;
        }

        .dropdown__list_item--input:hover,
        .dropdown__list_item--input:active,
        .dropdown__list_item--input:focus {
            -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
            transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
            border-color: #39404e !important;
        }

        .dropdown__list_item--input .dropdown__type,
        .dropdown__list_item--input .dropdown__input {
            display: block;
        }

        .dropdown__list_item--input .dropdown__arrow {
            right: 1rem;
            padding: 1rem;
        }

        .dropdown__list_item--input .dropdown__type img {
            position: absolute;
            bottom: 0.5rem;
            right: 0.5rem;
        }

    .dropdown__list_item .dropdown__newcard .dropdown__label {
        display: none;
    }

    .dropdown__list_item .dropdown__newcard .dropdown__newcard_input {
        height: 100%;
    }

    .dropdown__label {
        display: block;
    }

    .dropdown__type {
        width: 4.5rem;
        height: 3.2rem;
        margin-right: 2rem;
        border-radius: 0.3rem;
        border: 0;
    }

    .dropdown__currency {
        width: 5rem;
        height: 5rem;
    }

    .dropdown__currency--circle {
        color: #6983b2;
        opacity: 0.1;
    }

    .dropdown__currency--rouble {
        color: #6983b2;
        opacity: 0.5;
    }

    .dropdown__first {
        width: auto;
    }

    .dropdown .dropdown__arrow {
        top: 50%;
        color: #6983b2;
    }

    .dropdown__nofunds {
        font-size: 1.6rem;
    }

    .dropdown__newcard_input {
        height: 6rem;
        border: 0;
        padding: 0;
        border-radius: 0;
    }

    .dropdown__newcard_cnt {
        margin-top: 3rem;
        padding: 0;
    }

    .dropdown__newcard_date {
        width: 14rem;
    }

    .dropdown__name {
        padding-right: 0;
        color: #39404e;
    }

    .dropdown__value {
        margin-top: 0.5rem;
        color: rgba(57,64,78,0.5);
    }

    .dropdown__last {
        position: static;
    }

    .dropdown__current {
        min-height: 7.5rem;
    }

        .dropdown__current .dropdown__last {
            right: 2rem;
        }

        .dropdown__current .dropdown__currency--circle {
            color: #6983b2;
            opacity: 0.1;
        }

        .dropdown__current .dropdown__currency--rouble {
            color: #6983b2;
            opacity: 0.5;
        }

        .dropdown__current .input--default {
            height: 6rem;
        }

        .dropdown__current .dropdown__name {
            color: #39404e;
        }

        .dropdown__current .dropdown__value {
            color: rgba(57,64,78,0.5);
        }

        .dropdown__current .dropdown__list_item {
            height: 7.5rem;
            padding-right: 5rem;
            border: 1px solid #c0cbdd;
            border-radius: 5px;
        }

            .dropdown__current .dropdown__list_item:focus {
                outline: none;
            }

            .dropdown__current .dropdown__list_item:hover,
            .dropdown__current .dropdown__list_item:active,
            .dropdown__current .dropdown__list_item:focus {
                -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
                transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
                border-color: #39404e !important;
                background: #fff;
            }
}

.footer {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.footer__cp {
    margin-bottom: 2rem;
    line-height: 1.42;
    font-size: 1.2rem;
    letter-spacing: -0.01em;
    color: #39404e;
    opacity: 0.5;
}

@media (min-width: 768px) {
    .footer {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .footer__cp {
        margin-bottom: 0;
        font-size: 1.4rem;
    }

    .footer__cp_break {
        display: block;
    }

        .footer__cp_break span {
            display: none;
        }
}

.header {
    position: relative;
}

    .header:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        height: 0.2rem;
        background: linear-gradient(190.54deg, #7C96CA -0.43%, #7C96CA 11.4%, #B72242 72.37%, #B72242 100.51%);
    }

.header--top {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.header--menu {
    display: none;
    background-color: #fff;
    position: relative;
}

    .header--menu:after {
        content: "";
        display: block;
        width: 100%;
        height: 2px;
        background: -webkit-gradient(linear, left top, right top, color-stop(30%, #b72242), to(#7c96ca));
        background: -webkit-linear-gradient(left, #b72242 30%, #7c96ca);
        background: linear-gradient(to right, #b72242 30%, #7c96ca);
    }

.header__tel {
    display: none;
    line-height: 1.375;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    color: #000;
    opacity: 0.8;
}

.header__user {
    display: inline-block;
    margin-right: 3rem;
    line-height: 1.375;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    color: #39404e;
}

@media (min-width: 768px) {
    .header--top {
        padding-top: 2.1rem;
        padding-bottom: 2.3rem;
    }

    .header__tel {
        display: inline-block;
    }

    .header--menu {
        display: block;
    }

        .header--menu .container {
            position: relative;
        }
}

.hero {
    margin-left: -2rem;
    width: calc(100% + 4rem);
    position: relative;
    padding: 2rem 2rem 3.4rem 2rem;
    color: #fff;
    background: -webkit-linear-gradient(357.38deg, #39404e -8.79%, rgba(57,64,78,0.86) 24.79%, rgba(57,64,78,0.85) 42.82%, rgba(57,64,78,0.9) 63.86%, rgba(57,64,78,0.92) 77.54%, #39404e 106.9%);
    background: linear-gradient(92.62deg, #39404e -8.79%, rgba(57,64,78,0.86) 24.79%, rgba(57,64,78,0.85) 42.82%, rgba(57,64,78,0.9) 63.86%, rgba(57,64,78,0.92) 77.54%, #39404e 106.9%);
    overflow: hidden;
}

    .hero .title {
        padding-right: 2.5rem;
        font-weight: 700;
    }

    .hero .list {
        padding-right: 9.5rem;
    }

.hero__phone {
    position: absolute;
    right: 0;
    bottom: 3.9rem;
    width: 11rem;
    height: 31.1rem;
    background: url("../i/general/iphone--sm.png") no-repeat;
    background-size: cover;
}

.hero__btns {
    margin-top: 3rem;
}

.hero .title--26 {
    margin-bottom: 3rem;
}

@media (min-width: 768px) {
    .hero {
        width: 100%;
        margin-left: 0;
        padding: 4rem;
        overflow: visible;
        border-radius: 5px;
        background: -webkit-linear-gradient(14.22deg, #39404e -4.43%, rgba(57,64,78,0.85) 32.6%, rgba(57,64,78,0.92) 59.7%, rgba(57,64,78,0.91) 81.64%, #39404e 103.86%);
        background: linear-gradient(75.78deg, #39404e -4.43%, rgba(57,64,78,0.85) 32.6%, rgba(57,64,78,0.92) 59.7%, rgba(57,64,78,0.91) 81.64%, #39404e 103.86%);
    }

        .hero .title {
            padding-right: 0;
        }

        .hero .list {
            padding-right: 9.5rem;
        }

    .hero__phone {
        left: 62%;
        bottom: 0;
        right: auto;
        width: 26.3rem;
        height: 35.1rem;
        background-image: url("../i/general/iphone.png");
    }
}

.logo {
    width: 14.7rem;
}

    .logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-decoration: none;
    }

@media (min-width: 768px) {
    .logo {
        width: 18.5rem;
    }
}

.main-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.main-nav__link {
    margin-right: 3rem;
    border-bottom: 0.4rem solid transparent;
    height: 6rem;
    line-height: 6rem;
    font-size: 1.6rem;
    letter-spacing: -0.01em;
    color: #39404e;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .main-nav__link:last-child {
        margin-right: 0;
    }

    .main-nav__link:hover {
        color: #b72242;
    }

.main-nav__link--active {
    color: #b72242;
}

.mobile-menu {
    position: fixed;
    top: 5.4rem;
    left: 0;
    right: 0;
    z-index: 10;
    height: calc(100vh - 5.4rem);
    height: calc(var(--vh, 1vh) * 100 - 5.4rem);
    background-color: #fff;
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.mobile-menu--active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.mobile-menu__cnt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    padding-bottom: 2rem;
}

.mobile-menu__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}

.mobile-menu__link {
    position: relative;
    padding: 2rem 1.6rem;
    border-left: 4px solid transparent;
    margin-top: -1px;
    line-height: 1.33;
    font-size: 1.8rem;
    letter-spacing: -0.01em;
    color: #39404e;
}

    .mobile-menu__link:before {
        content: '';
        height: 1px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(57,64,78,0.1);
    }

    .mobile-menu__link:last-child:before {
        background-color: transparent;
    }

.mobile-menu__link--active {
    border-left-color: #b72242;
    color: #b72242;
}

.mobile-menu__btns .btn {
    margin-top: 1rem;
}

.mobile-menu__profile {
    padding: 2rem;
    background-color: rgba(57,64,78,0.075);
    position: relative;
    padding-left: 7.5rem;
    min-height: 8rem;
}

@media (min-width: 576px) {
    .mobile-menu__profile {
        display: none;
    }
}

.mobile-menu__face {
    left: 2rem;
    top: 2rem;
    position: absolute;
    display: inline-block;
    width: 4rem;
    height: 4rem;
}

.mobile-menu__name {
    font-size: 1.8rem;
    line-height: 2.1rem;
    letter-spacing: -0.01em;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mobile-menu__logout {
    line-height: 2.2rem;
    font-size: 1.5rem;
    color: #39404e;
    opacity: 0.5;
}

.operation-fail .title {
    margin-bottom: 2rem;
}

.operation-fail .text {
    opacity: 0.7;
}

.operation-fail .btn {
    margin-top: 4rem;
}

.operation-success .receipt {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.operation-success__get {
    padding-top: 5rem;
}

.operation-success__get--sended .btn {
    margin-top: 2rem;
}

.operation-success__action {
    margin-top: 2rem;
}

    .operation-success__action a {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 1.5rem;
        line-height: 1.33;
        font-size: 1.5rem;
        letter-spacing: -0.01em;
        color: rgba(57,64,78,0.7);
        text-decoration: none;
    }

        .operation-success__action a:hover span {
            border-bottom-color: transparent;
        }

        .operation-success__action a svg {
            width: 2rem;
            height: 2rem;
        }

        .operation-success__action a span {
            margin-left: 1rem;
            border-bottom: 1px solid rgba(57,64,78,0.7);
        }

.operation-success .hero {
    margin-top: 4rem;
}

.operation-success .input--error-text {
    display: block;
    margin-top: -0.5rem;
    margin-bottom: 1rem;
}

    .operation-success .input--error-text:empty {
        display: none;
    }

@media (min-width: 768px) {
    .operation-success {
        margin-top: 1rem;
        margin-bottom: 4rem;
    }

        .operation-success .input--error-text {
            margin-top: -1.5rem;
            margin-bottom: 2rem;
        }

        .operation-success .receipt {
            margin-bottom: 6rem;
        }

        .operation-success .hero {
            margin-top: 8rem;
        }

    .operation-success__get--sended .btn {
        margin-top: 4rem;
    }

    .operation-success__action {
        margin-top: 4rem;
    }

        .operation-success__action a {
            font-size: 1.8rem;
        }

            .operation-success__action a svg {
                width: 2.4rem;
                height: 2.4rem;
            }
}

.payment-type {
    margin-bottom: 6rem;
}

.payments__radio,
.payments__summary {
    margin-bottom: 3rem;
}

.payments .credit-table {
    margin-top: 4rem;
    background-color: #fff;
}

.payments__error {
    display: block;
    max-width: 32rem;
    margin-top: 1rem;
    color: $red;
    font-size: 1.4rem;
}

.payments__policy {
    margin-top: 1.5rem;
    font-size: 1.4rem;
    color: rgba(57,64,78,0.4);
}

    .payments__policy a {
        color: rgba(57,64,78,0.4);
        text-decoration: underline;
    }

        .payments__policy a:hover {
            text-decoration: none;
        }

@media (min-width: 768px) {
    .payments__summary {
        margin-bottom: 0;
    }

    .payments__fee {
        padding-top: 4.2rem;
    }

    .payments .credit-table {
        margin-top: 0;
    }

    .payments__policy {
        font-size: 1.6rem;
    }
}

.tippy-tooltip {
    border-radius: 5px;
    background: rgba(57,64,78,0.96);
    -webkit-box-shadow: 1px 3px 12px rgba(141,153,175,0.11), 0px 1px 6px rgba(141,153,175,0.08), 0px -1px 2px rgba(141,153,175,0.08);
    box-shadow: 1px 3px 12px rgba(141,153,175,0.11), 0px 1px 6px rgba(141,153,175,0.08), 0px -1px 2px rgba(141,153,175,0.08);
    min-height: 3.6rem;
}

.tippy-arrow {
    border-left-color: rgba(57,64,78,0.96) !important;
    border-right-color: rgba(57,64,78,0.96) !important;
}

.tooltip {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: 0.8rem;
    margin-right: 0.8rem;
    color: #39404e;
    cursor: pointer;
    opacity: 0.5;
}

    .tooltip:hover {
        opacity: 1;
    }

.tooltip--red {
    color: #b72242;
}

.tooltip__wrap {
    font-size: 1.6rem;
    -webkit-transform: translateX(-5rem);
    transform: translateX(-5rem);
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

    .tooltip__wrap .btn_close {
        display: none;
        position: absolute;
        top: 1rem;
        right: 1rem;
        color: #fff;
        opacity: 0.6;
        -webkit-transition: opacity 550ms cubic-bezier(0.77, 0, 0.175, 1);
        transition: opacity 550ms cubic-bezier(0.77, 0, 0.175, 1);
    }

        .tooltip__wrap .btn_close:hover {
            opacity: 1;
        }

.tooltip__item {
    padding: 0.5rem 2rem;
}

.tooltip__item--width {
    text-align: left;
}

    .tooltip__item--width span,
    .tooltip__item--width p {
        margin: 0;
        line-height: 1.375;
        font-size: 1.4rem;
        letter-spacing: -0.02em;
        color: #fff;
        opacity: 1;
    }

.tooltip--active {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding-top: 6rem !important;
    background: rgba(57,64,78,0.96);
    color: #fff;
    -webkit-box-shadow: 1px 3px 12px rgba(141,153,175,0.11), 0px 1px 6px rgba(141,153,175,0.08), 0px -1px 2px rgba(141,153,175,0.08);
    box-shadow: 1px 3px 12px rgba(141,153,175,0.11), 0px 1px 6px rgba(141,153,175,0.08), 0px -1px 2px rgba(141,153,175,0.08);
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

    .tooltip--active .btn_close {
        display: block;
    }

.debt_pop__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.8rem;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 1.5rem 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
}

    .debt_pop__row:first-child {
        border-top: 0;
    }

    .debt_pop__row > span {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        text-align: left;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        white-space: normal;
    }

    .debt_pop__row .money {
        position: relative;
        top: 0.2rem;
        margin-left: 2rem;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        text-align: right;
    }

@media (min-width: 768px) {
    .debt_pop__row .money {
        margin-left: 4rem;
    }
}

@media (min-width: 768px) {
    .tooltip__wrap {
        max-width: 45rem;
        font-size: 1.8rem;
        opacity: 1;
        visibility: visible;
        pointer-events: all;
        -webkit-transform: none;
        transform: none;
    }

        .tooltip__wrap .debt_pop__row .money {
            top: 0;
        }
}

.preloader {
    display: inline-block;
}

.preloader__icon {
    -webkit-animation: circle 2s infinite linear;
    animation: circle 2s infinite linear;
}

@-webkit-keyframes circle {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes circle {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.receipt {
    position: relative;
    padding: 2rem 2rem 1rem 2rem;
    width: calc(100% + 4rem);
    margin-left: -2rem;
    background-color: #fff;
    -webkit-box-shadow: 1px 3px 12px rgba(141,153,175,0.11), 0px 1px 6px rgba(141,153,175,0.08), 0px -1px 2px rgba(141,153,175,0.08);
    box-shadow: 1px 3px 12px rgba(141,153,175,0.11), 0px 1px 6px rgba(141,153,175,0.08), 0px -1px 2px rgba(141,153,175,0.08);
}

    .receipt:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -0.5rem;
        display: block;
        height: 1rem;
        -webkit-box-shadow: 1px 9px 7px rgba(141,153,175,0.11);
        box-shadow: 1px 9px 7px rgba(141,153,175,0.11);
    }

    .receipt:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: -1.8rem;
        display: block;
        height: 2.4rem;
        background-image: url("../i/general/receipt.svg");
        background-repeat: repeat-x;
    }

.receipt__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 2rem;
    line-height: 1.375;
    font-size: 1.4rem;
    color: #39404e;
    letter-spacing: -0.01em;
}

    .receipt__item:last-child {
        margin-bottom: 0;
    }

.receipt__name {
    color: rgba(57,64,78,0.5);
}

@media (min-width: 768px) {
    .receipt {
        width: 100%;
        margin-left: 0;
        padding: 4rem 4rem 2rem 4rem;
    }

    .receipt__item {
        font-size: 1.6rem;
    }
}

.section .container {
    margin: 0 auto;
    position: relative;
    padding: 4rem 2rem;
    height: inherit;
}

@media (min-width: 992px) {
    .section .container {
        padding: 4rem 6rem;
    }
}

@media (min-width: 1240px) {
    .section .container {
        padding: 8rem 8rem;
    }
}

.section.no-pb .container {
    padding-bottom: 0;
}

.top-title {
    color: #fff;
    background: -webkit-linear-gradient(192.77deg, #7c96ca -0.42%, #b72242 71.31%, #b72242 102.89%);
    background: linear-gradient(257.23deg, #7c96ca -0.42%, #b72242 71.31%, #b72242 102.89%);
    padding-bottom: 0;
    margin-top: 0;
    position: relative;
    overflow: hidden;
}

    .top-title .col-12 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

@media (min-width: 768px) {
    .top-title .col-12 {
        padding-top: 6rem;
        padding-bottom: 6rem;
    }
}

.top-title__big-title {
    color: #fff;
    line-height: 1;
    margin-bottom: 1rem;
    /*padding-right: 25%;*/
}

@media (min-width: 768px) {
    .top-title__big-title {
        margin-bottom: 2rem;
        padding-right: 0;
    }
}

.top-title__small-title {
    color: #fff;
    margin-bottom: 0;
    opacity: 0.5;
    padding-right: 25%;
}

@media (min-width: 768px) {
    .top-title__small-title {
        padding-right: 0;
    }
}

.top-title__logo {
    position: absolute;
    width: 195px;
    height: 91px;
    top: 0;
    bottom: 0;
    right: -3rem;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

@media (min-width: 768px) {
    .top-title__logo {
        height: 100%;
        width: 585px;
        right: -10rem;
    }
}

.welcome {
    text-align: center;
    height: calc(100vh - 28rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
}

.welcome__title {
    margin-bottom: 3rem;
}

@media (min-width: 576px) {
    .welcome {
        display: block;
        height: auto;
        padding-top: 16rem;
    }
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1.2rem 4.6rem;
    line-height: 1;
    text-align: center;
    letter-spacing: -0.01em;
    color: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 0.3rem;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

    .btn:focus {
        outline: none;
    }

    .btn .dots {
        display: none;
    }

.btn__icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 0.8rem;
}

.btn_close {
    width: 1.6rem;
    height: 1.6rem;
    padding: 1rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .btn_close .icon__close {
        width: 100%;
        height: 100%;
    }

.btn--is-loading .btn__text {
    display: none;
}

.btn--is-loading .dots {
    min-width: 3rem;
    text-align: left;
    display: block;
    height: auto;
}

    .btn--is-loading .dots:after {
        line-height: 0;
        -webkit-animation: dots-white 1.5s steps(5, end) infinite;
        animation: dots-white 1.5s steps(5, end) infinite;
    }

.btn--sm {
    padding: 0.9rem 1.6rem;
}

.btn--big {
    min-height: 5rem;
    font-size: 1.5rem;
    padding: 1.8rem 3.8rem;
}

.btn--full-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.btn--round {
    border: 1px solid rgba(57,64,78,0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: rgba(57,64,78,0.5);
}

    .btn--round:hover {
        background-color: #e7e8ea;
        color: #000;
        border-color: #c4c6ca;
    }

    .btn--round:active {
        background-color: #d7d6da;
    }

    .btn--round:focus {
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transform: none;
        transform: none;
        color: #39404e;
        border-color: #39404e;
    }

    .btn--round[disabled] {
        opacity: 0.4;
    }

.btn--round-darken {
    border: 1px solid rgba(57,64,78,0.5);
    color: #39404e;
}

.btn--red {
    background: #b72242;
    border-radius: 0.3rem;
}

    .btn--red:hover {
        background-color: #9c112f;
    }

    .btn--red:active {
        background-color: #85031f;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    .btn--red:focus {
        background-color: #b72242;
        /*-webkit-box-shadow: 0 3px 8px rgba(57,64,78,0.4);
          box-shadow: 0 3px 8px rgba(57,64,78,0.4);*/
    }

    .btn--red[disabled] {
        opacity: 0.4;
        background-color: #6983b2 !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

.btn--dark {
    color: #fff;
    background-color: #39404e;
}

    .btn--dark:hover {
        background-color: #636d81;
    }

    .btn--dark:active {
        background-color: #39404e;
        -webkit-transform: translateY(2px);
        transform: translateY(2px);
    }

    .btn--dark:focus {
        -webkit-box-shadow: 0 3px 8px rgba(57,64,78,0.4);
        box-shadow: 0 3px 8px rgba(57,64,78,0.4);
    }

    .btn--dark[disabled] {
        opacity: 0.3;
        background-color: #636d81 !important;
        -webkit-transform: none !important;
        transform: none !important;
    }

.btn--blue {
    background-color: #6983b2;
}

    .btn--blue[disabled] {
        opacity: 0.4;
    }

.btn--simple-blue {
    padding: 0;
    color: #6983b2;
    text-align: left;
}

    .btn--simple-blue:hover {
        color: #000;
    }

    .btn--simple-blue[disabled] {
        color: #6983b2 !important;
    }

.btn[disabled] {
    opacity: 0.5;
}

@media (min-width: 768px) {
    .btn--full-width {
        font-size: 1.8rem;
    }

    .btn_close {
        width: 2rem;
        height: 2rem;
    }

    .btn--big {
        font-size: 1.8rem;
    }
}

.input {
    font-family: 'Leto Text Sans', sans-serif;
    color: #39404e;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

    .input[type='number'] {
        -moz-appearance: textfield;
    }

    .input::-webkit-outer-spin-button,
    .input::-webkit-inner-spin-button {
        -webkit-appearance: none;
    }

    .input:-webkit-autofill,
    .input input:-webkit-autofill:focus {
        -webkit-box-shadow: 0 0 0 1000px #fff inset;
        -webkit-text-fill-color: #000;
        border-color: #808080;
    }

    .input::-webkit-input-placeholder {
        color: rgba(57,64,78,0.3);
    }

    .input::-ms-input-placeholder {
        color: rgba(57,64,78,0.3);
    }

    .input::placeholder {
        color: rgba(57,64,78,0.3);
    }

    .input::-webkit-input-placeholder {
        color: rgba(57,64,78,0.3);
    }

    .input:-moz-placeholder {
        color: rgba(57,64,78,0.3);
    }

    .input::-moz-placeholder {
        color: rgba(57,64,78,0.3);
    }

    .input:-ms-input-placeholder {
        color: rgba(57,64,78,0.3);
    }

    .input[disabled] {
        background: rgba(57,64,78,0.1);
        color: rgba(57,64,78,0.7);
        border-color: transparent !important;
    }

        .input[disabled] + .input__lock {
            display: block;
        }

.input__el {
    position: relative;
    margin-top: 1rem;
    letter-spacing: 0.015rem;
}

.input__wrap {
    margin-bottom: 1rem;
}

.input__label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.375;
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    color: rgba(57,64,78,0.7);
}

.input__error {
    display: none;
    margin-top: 1rem;
    line-height: 1.42;
    font-size: 1.4rem;
    letter-spacing: -0.01em;
    color: #b72242;
}

.input__clear {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 1.5rem;
    display: none;
    padding: 1rem;
    width: 1rem;
    height: 1rem;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    .input__clear:focus {
        outline: none;
    }

    .input__clear svg {
        display: block;
    }

.input__lock {
    display: none;
    position: absolute;
    right: 1.5rem;
    top: 50%;
    z-index: 3;
    width: 1rem;
    height: 1.2rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

    .input__lock .icon__lock {
        width: 100%;
        height: 100%;
        display: block;
    }

.input--is-loading .input[disabled] + .input__lock svg {
    display: none;
}

.input--is-loading .input[disabled] + .input__lock:after {
    font-size: 4rem;
    line-height: inherit;
    content: ' .';
    -webkit-animation: dots 1.5s steps(5, end) infinite;
    animation: dots 1.5s steps(5, end) infinite;
    top: -3rem;
    right: 2rem;
    position: absolute;
}

.input--full-width {
    display: block;
    width: 100%;
}

.input--medium {
    padding: 1.6rem 1.5rem 1.2rem;
    font-size: 1.8rem;
    letter-spacing: -0.02em;
}

.input--default {
    background: #fff;
    border: 1px solid rgba(105,131,178,0.4);
    border-radius: 5px;
    outline-color: rgba(0,0,0,0);
    -webkit-transition: all 750ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 750ms cubic-bezier(0.77, 0, 0.175, 1);
}

    .input--default:focus {
        outline: none;
    }

    .input--default:hover,
    .input--default:active,
    .input--default:focus {
        -webkit-transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        transition: all 250ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
        border-color: #39404e;
    }

.input--is-error .input {
    border-color: rgba(183,34,66,0.5);
}

.input--is-error .input__clear {
    display: block;
}

.input--is-error .input__error {
    display: block;
}

.input--error-text {
    color: #b72242;
}

@media (min-width: 768px) {
    .input__wrap {
        margin-bottom: 2rem;
    }

    .input__label {
        font-size: 1.6rem;
    }

    .input--medium {
        padding-top: 2.2rem;
        padding-bottom: 1.8rem;
        font-size: 2rem;
    }
}

.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2rem;
}

.radio__label {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.radio__icon {
    position: relative;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 20px;
    height: 20px;
    border: 1px solid rgba(105,131,178,0.4);
    margin-right: 1.5rem;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.radio:hover .radio__text {
    color: #39404e;
}

.radio:hover .radio__icon {
    border-color: #6983b2;
}

.radio__input:checked + .radio__icon {
    border-color: #6983b2;
}

    .radio__input:checked + .radio__icon:after {
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #6983b2;
        border-radius: 50%;
    }

    .radio__input:checked + .radio__icon + .radio__text {
        color: #39404e;
    }

.radio__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1.33;
    font-size: 1.5rem;
    letter-spacing: -0.01em;
    color: rgba(57,64,78,0.5);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .radio__text .money span:last-child:after {
        opacity: 1;
    }

.radio__span {
    margin-right: 1rem;
}

@media (min-width: 768px) {
    .radio__icon {
        width: 24px;
        height: 24px;
    }

    .radio__text {
        font-size: 1.8rem;
    }

    .radio__input:checked + .radio__icon:after {
        width: 12px;
        height: 12px;
    }

    .radio .tooltip {
        position: relative;
        top: 0.2rem;
    }
}

.align-self-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
}

.align-self-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
}

.align-self-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
}

.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
}

.align-self-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
}

.align-self-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
}

@media (min-width: 576px) {
    .align-self-sm-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-sm-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-sm-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-sm-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-sm-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-sm-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 768px) {
    .align-self-md-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-md-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-md-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-md-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-md-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-md-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 992px) {
    .align-self-lg-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-lg-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-lg-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-lg-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-lg-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-lg-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

@media (min-width: 1240px) {
    .align-self-xl-auto {
        -ms-flex-item-align: auto !important;
        align-self: auto !important;
    }

    .align-self-xl-start {
        -ms-flex-item-align: start !important;
        align-self: flex-start !important;
    }

    .align-self-xl-end {
        -ms-flex-item-align: end !important;
        align-self: flex-end !important;
    }

    .align-self-xl-center {
        -ms-flex-item-align: center !important;
        align-self: center !important;
    }

    .align-self-xl-baseline {
        -ms-flex-item-align: baseline !important;
        align-self: baseline !important;
    }

    .align-self-xl-stretch {
        -ms-flex-item-align: stretch !important;
        align-self: stretch !important;
    }
}

.align-items-start {
    -ms-flex-align: start !important;
    -webkit-box-align: start !important;
    align-items: flex-start !important;
}

.align-items-end {
    -ms-flex-align: end !important;
    -webkit-box-align: end !important;
    align-items: flex-end !important;
}

.align-items-center {
    -ms-flex-align: center !important;
    -webkit-box-align: center !important;
    align-items: center !important;
}

.align-items-baseline {
    -ms-flex-align: baseline !important;
    -webkit-box-align: baseline !important;
    align-items: baseline !important;
}

.align-items-stretch {
    -ms-flex-align: stretch !important;
    -webkit-box-align: stretch !important;
    align-items: stretch !important;
}

@media (min-width: 576px) {
    .align-items-sm-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-sm-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-sm-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    .align-items-sm-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-sm-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
}

@media (min-width: 768px) {
    .align-items-md-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-md-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-md-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    .align-items-md-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-md-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
}

@media (min-width: 992px) {
    .align-items-lg-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-lg-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-lg-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    .align-items-lg-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-lg-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
}

@media (min-width: 1240px) {
    .align-items-xl-start {
        -ms-flex-align: start !important;
        -webkit-box-align: start !important;
        align-items: flex-start !important;
    }

    .align-items-xl-end {
        -ms-flex-align: end !important;
        -webkit-box-align: end !important;
        align-items: flex-end !important;
    }

    .align-items-xl-center {
        -ms-flex-align: center !important;
        -webkit-box-align: center !important;
        align-items: center !important;
    }

    .align-items-xl-baseline {
        -ms-flex-align: baseline !important;
        -webkit-box-align: baseline !important;
        align-items: baseline !important;
    }

    .align-items-xl-stretch {
        -ms-flex-align: stretch !important;
        -webkit-box-align: stretch !important;
        align-items: stretch !important;
    }
}

.align-content-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
}

.align-content-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
}

.align-content-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
}

.align-content-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
}

.align-content-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
}

.align-content-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
}

@media (min-width: 576px) {
    .align-content-sm-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-sm-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-sm-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-sm-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-sm-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-sm-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
}

@media (min-width: 768px) {
    .align-content-md-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-md-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-md-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-md-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-md-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-md-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
}

@media (min-width: 992px) {
    .align-content-lg-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-lg-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-lg-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-lg-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-lg-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-lg-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
}

@media (min-width: 1240px) {
    .align-content-xl-start {
        -ms-flex-line-pack: start !important;
        align-content: flex-start !important;
    }

    .align-content-xl-end {
        -ms-flex-line-pack: end !important;
        align-content: flex-end !important;
    }

    .align-content-xl-center {
        -ms-flex-line-pack: center !important;
        align-content: center !important;
    }

    .align-content-xl-between {
        -ms-flex-line-pack: justify !important;
        align-content: space-between !important;
    }

    .align-content-xl-around {
        -ms-flex-line-pack: distribute !important;
        align-content: space-around !important;
    }

    .align-content-xl-stretch {
        -ms-flex-line-pack: stretch !important;
        align-content: stretch !important;
    }
}

.visible {
    visibility: visible !important;
}

.invisible {
    visibility: hidden !important;
}

.text-justify {
    text-align: justify !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right !important;
}

.text-center {
    text-align: center !important;
}

@media (min-width: 576px) {
    .text-sm-left {
        text-align: left !important;
    }

    .text-sm-right {
        text-align: right !important;
    }

    .text-sm-center {
        text-align: center !important;
    }
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-right {
        text-align: right !important;
    }

    .text-md-center {
        text-align: center !important;
    }
}

@media (min-width: 992px) {
    .text-lg-left {
        text-align: left !important;
    }

    .text-lg-right {
        text-align: right !important;
    }

    .text-lg-center {
        text-align: center !important;
    }
}

@media (min-width: 1240px) {
    .text-xl-left {
        text-align: left !important;
    }

    .text-xl-right {
        text-align: right !important;
    }

    .text-xl-center {
        text-align: center !important;
    }
}

.text-lowercase {
    text-transform: lowercase !important;
}

.text-uppercase {
    text-transform: uppercase !important;
}

.text-capitalize {
    text-transform: capitalize !important;
}

.font-weight-normal {
    font-weight: normal;
}

.font-weight-bold {
    font-weight: 600;
}

.font-italic {
    font-style: italic;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.order-1 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    -webkit-box-ordinal-group: 6;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    -webkit-box-ordinal-group: 7;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    -webkit-box-ordinal-group: 8;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    -webkit-box-ordinal-group: 9;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    -webkit-box-ordinal-group: 10;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    -webkit-box-ordinal-group: 11;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    -webkit-box-ordinal-group: 12;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    -webkit-box-ordinal-group: 13;
    order: 12;
}

@media (min-width: 576px) {
    .order-sm-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-sm-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-sm-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-sm-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-sm-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-sm-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-sm-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-sm-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-sm-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-sm-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-sm-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-sm-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
}

@media (min-width: 768px) {
    .order-md-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-md-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-md-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-md-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-md-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-md-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-md-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-md-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-md-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-md-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-md-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-md-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
}

@media (min-width: 992px) {
    .order-lg-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-lg-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-lg-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-lg-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-lg-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-lg-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-lg-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-lg-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-lg-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-lg-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-lg-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-lg-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
}

@media (min-width: 1240px) {
    .order-xl-1 {
        -ms-flex-order: 1;
        -webkit-box-ordinal-group: 2;
        order: 1;
    }

    .order-xl-2 {
        -ms-flex-order: 2;
        -webkit-box-ordinal-group: 3;
        order: 2;
    }

    .order-xl-3 {
        -ms-flex-order: 3;
        -webkit-box-ordinal-group: 4;
        order: 3;
    }

    .order-xl-4 {
        -ms-flex-order: 4;
        -webkit-box-ordinal-group: 5;
        order: 4;
    }

    .order-xl-5 {
        -ms-flex-order: 5;
        -webkit-box-ordinal-group: 6;
        order: 5;
    }

    .order-xl-6 {
        -ms-flex-order: 6;
        -webkit-box-ordinal-group: 7;
        order: 6;
    }

    .order-xl-7 {
        -ms-flex-order: 7;
        -webkit-box-ordinal-group: 8;
        order: 7;
    }

    .order-xl-8 {
        -ms-flex-order: 8;
        -webkit-box-ordinal-group: 9;
        order: 8;
    }

    .order-xl-9 {
        -ms-flex-order: 9;
        -webkit-box-ordinal-group: 10;
        order: 9;
    }

    .order-xl-10 {
        -ms-flex-order: 10;
        -webkit-box-ordinal-group: 11;
        order: 10;
    }

    .order-xl-11 {
        -ms-flex-order: 11;
        -webkit-box-ordinal-group: 12;
        order: 11;
    }

    .order-xl-12 {
        -ms-flex-order: 12;
        -webkit-box-ordinal-group: 13;
        order: 12;
    }
}

.justify-content-start {
    -ms-flex-pack: start !important;
    -webkit-box-pack: start !important;
    justify-content: flex-start !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    -webkit-box-pack: center !important;
    justify-content: center !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

@media (min-width: 576px) {
    .justify-content-sm-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-sm-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-sm-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-sm-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
}

@media (min-width: 768px) {
    .justify-content-md-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-md-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-md-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
}

@media (min-width: 992px) {
    .justify-content-lg-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-lg-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-lg-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-lg-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-lg-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
}

@media (min-width: 1240px) {
    .justify-content-xl-start {
        -ms-flex-pack: start !important;
        -webkit-box-pack: start !important;
        justify-content: flex-start !important;
    }

    .justify-content-xl-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }

    .justify-content-xl-center {
        -ms-flex-pack: center !important;
        -webkit-box-pack: center !important;
        justify-content: center !important;
    }

    .justify-content-xl-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }

    .justify-content-xl-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
}

.flex-row {
    -ms-flex-direction: row !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    flex-direction: row !important;
}

.flex-column {
    -ms-flex-direction: column !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    flex-direction: column !important;
}

.flex-row-reverse {
    -ms-flex-direction: row-reverse !important;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    flex-direction: row-reverse !important;
}

.flex-column-reverse {
    -ms-flex-direction: column-reverse !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    flex-direction: column-reverse !important;
}

.flex-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
}

.flex-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
}

@media (min-width: 576px) {
    .flex-sm-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    .flex-sm-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    .flex-sm-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-sm-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-sm-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-sm-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
}

@media (min-width: 768px) {
    .flex-md-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    .flex-md-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    .flex-md-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-md-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-md-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-md-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
}

@media (min-width: 992px) {
    .flex-lg-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    .flex-lg-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    .flex-lg-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-lg-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-lg-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-lg-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
}

@media (min-width: 1240px) {
    .flex-xl-row {
        -ms-flex-direction: row !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: normal !important;
        flex-direction: row !important;
    }

    .flex-xl-column {
        -ms-flex-direction: column !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: normal !important;
        flex-direction: column !important;
    }

    .flex-xl-row-reverse {
        -ms-flex-direction: row-reverse !important;
        -webkit-box-orient: horizontal !important;
        -webkit-box-direction: reverse !important;
        flex-direction: row-reverse !important;
    }

    .flex-xl-column-reverse {
        -ms-flex-direction: column-reverse !important;
        -webkit-box-orient: vertical !important;
        -webkit-box-direction: reverse !important;
        flex-direction: column-reverse !important;
    }

    .flex-xl-wrap {
        -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .flex-xl-nowrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
    }

    .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse !important;
        flex-wrap: wrap-reverse !important;
    }
}

.d-none {
    display: none !important;
}

.d-inline {
    display: inline !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-block {
    display: block !important;
}

.d-table {
    display: table !important;
}

.d-table-cell {
    display: table-cell !important;
}

.d-flex {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
}

.d-inline-flex {
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-box !important;
    display: inline-flex !important;
}

@media (min-width: 576px) {
    .d-sm-none {
        display: none !important;
    }

    .d-sm-inline {
        display: inline !important;
    }

    .d-sm-inline-block {
        display: inline-block !important;
    }

    .d-sm-block {
        display: block !important;
    }

    .d-sm-table {
        display: table !important;
    }

    .d-sm-table-cell {
        display: table-cell !important;
    }

    .d-sm-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-sm-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 768px) {
    .d-md-none {
        display: none !important;
    }

    .d-md-inline {
        display: inline !important;
    }

    .d-md-inline-block {
        display: inline-block !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-table {
        display: table !important;
    }

    .d-md-table-cell {
        display: table-cell !important;
    }

    .d-md-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-md-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 992px) {
    .d-lg-none {
        display: none !important;
    }

    .d-lg-inline {
        display: inline !important;
    }

    .d-lg-inline-block {
        display: inline-block !important;
    }

    .d-lg-block {
        display: block !important;
    }

    .d-lg-table {
        display: table !important;
    }

    .d-lg-table-cell {
        display: table-cell !important;
    }

    .d-lg-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-lg-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

@media (min-width: 1240px) {
    .d-xl-none {
        display: none !important;
    }

    .d-xl-inline {
        display: inline !important;
    }

    .d-xl-inline-block {
        display: inline-block !important;
    }

    .d-xl-block {
        display: block !important;
    }

    .d-xl-table {
        display: table !important;
    }

    .d-xl-table-cell {
        display: table-cell !important;
    }

    .d-xl-flex {
        display: -ms-flexbox !important;
        display: -webkit-box !important;
        display: flex !important;
    }

    .d-xl-inline-flex {
        display: -ms-inline-flexbox !important;
        display: -webkit-inline-box !important;
        display: inline-flex !important;
    }
}

.d-print-block {
    display: none !important;
}

.d-print-inline {
    display: none !important;
}

.d-print-inline-block {
    display: none !important;
}

@media print {
    .d-print-block {
        display: block !important;
    }

    .d-print-inline {
        display: inline !important;
    }

    .d-print-inline-block {
        display: inline-block !important;
    }

    .d-print-none {
        display: none !important;
    }

	.receipt {
		display: block !important;
	}

	.receipt__item{
		display: block !important;
	}
}

.container {
    width: 100%;
    margin: 0 auto;
    max-width: 1360px;
    padding: 0 2rem;
}

@media (min-width: 992px) {
    .container {
        padding: 0 6rem;
    }
}

@media (min-width: 1240px) {
    .container {
        padding: 0 8rem;
    }
}

.container-fluid {
    max-width: 100%;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -2rem;
    margin-right: -2rem;
}

.offset-0 {
    margin-left: 0%;
}

.offset-1 {
    margin-left: 7.692308%;
}

.offset-2 {
    margin-left: 15.384616%;
}

.offset-3 {
    margin-left: 23.076924%;
}

.offset-4 {
    margin-left: 30.769231%;
}

.offset-5 {
    margin-left: 38.461539%;
}

.offset-6 {
    margin-left: 46.153847%;
}

.offset-7 {
    margin-left: 53.846154%;
}

.offset-8 {
    margin-left: 61.538462%;
}

.offset-9 {
    margin-left: 69.23077%;
}

.offset-10 {
    margin-left: 76.923077%;
}

.offset-11 {
    margin-left: 84.615385%;
}

.offset-12 {
    margin-left: 92.307693%;
}

.offset-13 {
    margin-left: 100%;
}

@media (min-width: 576px) {
    .offset-sm-0 {
        margin-left: 0%;
    }

    .offset-sm-1 {
        margin-left: 7.692308%;
    }

    .offset-sm-2 {
        margin-left: 15.384616%;
    }

    .offset-sm-3 {
        margin-left: 23.076924%;
    }

    .offset-sm-4 {
        margin-left: 30.769231%;
    }

    .offset-sm-5 {
        margin-left: 38.461539%;
    }

    .offset-sm-6 {
        margin-left: 46.153847%;
    }

    .offset-sm-7 {
        margin-left: 53.846154%;
    }

    .offset-sm-8 {
        margin-left: 61.538462%;
    }

    .offset-sm-9 {
        margin-left: 69.23077%;
    }

    .offset-sm-10 {
        margin-left: 76.923077%;
    }

    .offset-sm-11 {
        margin-left: 84.615385%;
    }

    .offset-sm-12 {
        margin-left: 92.307693%;
    }

    .offset-sm-13 {
        margin-left: 100%;
    }
}

@media (min-width: 768px) {
    .offset-md-0 {
        margin-left: 0%;
    }

    .offset-md-1 {
        margin-left: 7.692308%;
    }

    .offset-md-2 {
        margin-left: 15.384616%;
    }

    .offset-md-3 {
        margin-left: 23.076924%;
    }

    .offset-md-4 {
        margin-left: 30.769231%;
    }

    .offset-md-5 {
        margin-left: 38.461539%;
    }

    .offset-md-6 {
        margin-left: 46.153847%;
    }

    .offset-md-7 {
        margin-left: 53.846154%;
    }

    .offset-md-8 {
        margin-left: 61.538462%;
    }

    .offset-md-9 {
        margin-left: 69.23077%;
    }

    .offset-md-10 {
        margin-left: 76.923077%;
    }

    .offset-md-11 {
        margin-left: 84.615385%;
    }

    .offset-md-12 {
        margin-left: 92.307693%;
    }

    .offset-md-13 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .offset-lg-0 {
        margin-left: 0%;
    }

    .offset-lg-1 {
        margin-left: 7.692308%;
    }

    .offset-lg-2 {
        margin-left: 15.384616%;
    }

    .offset-lg-3 {
        margin-left: 23.076924%;
    }

    .offset-lg-4 {
        margin-left: 30.769231%;
    }

    .offset-lg-5 {
        margin-left: 38.461539%;
    }

    .offset-lg-6 {
        margin-left: 46.153847%;
    }

    .offset-lg-7 {
        margin-left: 53.846154%;
    }

    .offset-lg-8 {
        margin-left: 61.538462%;
    }

    .offset-lg-9 {
        margin-left: 69.23077%;
    }

    .offset-lg-10 {
        margin-left: 76.923077%;
    }

    .offset-lg-11 {
        margin-left: 84.615385%;
    }

    .offset-lg-12 {
        margin-left: 92.307693%;
    }

    .offset-lg-13 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .offset-xl-0 {
        margin-left: 0%;
    }

    .offset-xl-1 {
        margin-left: 7.692308%;
    }

    .offset-xl-2 {
        margin-left: 15.384616%;
    }

    .offset-xl-3 {
        margin-left: 23.076924%;
    }

    .offset-xl-4 {
        margin-left: 30.769231%;
    }

    .offset-xl-5 {
        margin-left: 38.461539%;
    }

    .offset-xl-6 {
        margin-left: 46.153847%;
    }

    .offset-xl-7 {
        margin-left: 53.846154%;
    }

    .offset-xl-8 {
        margin-left: 61.538462%;
    }

    .offset-xl-9 {
        margin-left: 69.23077%;
    }

    .offset-xl-10 {
        margin-left: 76.923077%;
    }

    .offset-xl-11 {
        margin-left: 84.615385%;
    }

    .offset-xl-12 {
        margin-left: 92.307693%;
    }

    .offset-xl-13 {
        margin-left: 100%;
    }
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 2rem;
    padding-left: 2rem;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 8.333334%;
    -webkit-box-flex: 8.333334%;
    flex: 8.333334%;
    max-width: 8.333334%;
}

.col-2 {
    -ms-flex: 16.666667%;
    -webkit-box-flex: 16.666667%;
    flex: 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 25%;
    -webkit-box-flex: 25%;
    flex: 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 33.333334%;
    -webkit-box-flex: 33.333334%;
    flex: 33.333334%;
    max-width: 33.333334%;
}

.col-5 {
    -ms-flex: 41.666667%;
    -webkit-box-flex: 41.666667%;
    flex: 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 50%;
    -webkit-box-flex: 50%;
    flex: 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 58.333334%;
    -webkit-box-flex: 58.333334%;
    flex: 58.333334%;
    max-width: 58.333334%;
}

.col-8 {
    -ms-flex: 66.666667%;
    -webkit-box-flex: 66.666667%;
    flex: 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 75%;
    -webkit-box-flex: 75%;
    flex: 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 83.333334%;
    -webkit-box-flex: 83.333334%;
    flex: 83.333334%;
    max-width: 83.333334%;
}

.col-11 {
    -ms-flex: 91.666667%;
    -webkit-box-flex: 91.666667%;
    flex: 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 100%;
    -webkit-box-flex: 100%;
    flex: 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-sm-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-sm-1 {
        -ms-flex: 8.333334%;
        -webkit-box-flex: 8.333334%;
        flex: 8.333334%;
        max-width: 8.333334%;
    }

    .col-sm-2 {
        -ms-flex: 16.666667%;
        -webkit-box-flex: 16.666667%;
        flex: 16.666667%;
        max-width: 16.666667%;
    }

    .col-sm-3 {
        -ms-flex: 25%;
        -webkit-box-flex: 25%;
        flex: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -ms-flex: 33.333334%;
        -webkit-box-flex: 33.333334%;
        flex: 33.333334%;
        max-width: 33.333334%;
    }

    .col-sm-5 {
        -ms-flex: 41.666667%;
        -webkit-box-flex: 41.666667%;
        flex: 41.666667%;
        max-width: 41.666667%;
    }

    .col-sm-6 {
        -ms-flex: 50%;
        -webkit-box-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -ms-flex: 58.333334%;
        -webkit-box-flex: 58.333334%;
        flex: 58.333334%;
        max-width: 58.333334%;
    }

    .col-sm-8 {
        -ms-flex: 66.666667%;
        -webkit-box-flex: 66.666667%;
        flex: 66.666667%;
        max-width: 66.666667%;
    }

    .col-sm-9 {
        -ms-flex: 75%;
        -webkit-box-flex: 75%;
        flex: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -ms-flex: 83.333334%;
        -webkit-box-flex: 83.333334%;
        flex: 83.333334%;
        max-width: 83.333334%;
    }

    .col-sm-11 {
        -ms-flex: 91.666667%;
        -webkit-box-flex: 91.666667%;
        flex: 91.666667%;
        max-width: 91.666667%;
    }

    .col-sm-12 {
        -ms-flex: 100%;
        -webkit-box-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-md-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-md-1 {
        -ms-flex: 8.333334%;
        -webkit-box-flex: 8.333334%;
        flex: 8.333334%;
        max-width: 8.333334%;
    }

    .col-md-2 {
        -ms-flex: 16.666667%;
        -webkit-box-flex: 16.666667%;
        flex: 16.666667%;
        max-width: 16.666667%;
    }

    .col-md-3 {
        -ms-flex: 25%;
        -webkit-box-flex: 25%;
        flex: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -ms-flex: 33.333334%;
        -webkit-box-flex: 33.333334%;
        flex: 33.333334%;
        max-width: 33.333334%;
    }

    .col-md-5 {
        -ms-flex: 41.666667%;
        -webkit-box-flex: 41.666667%;
        flex: 41.666667%;
        max-width: 41.666667%;
    }

    .col-md-6 {
        -ms-flex: 50%;
        -webkit-box-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -ms-flex: 58.333334%;
        -webkit-box-flex: 58.333334%;
        flex: 58.333334%;
        max-width: 58.333334%;
    }

    .col-md-8 {
        -ms-flex: 66.666667%;
        -webkit-box-flex: 66.666667%;
        flex: 66.666667%;
        max-width: 66.666667%;
    }

    .col-md-9 {
        -ms-flex: 75%;
        -webkit-box-flex: 75%;
        flex: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -ms-flex: 83.333334%;
        -webkit-box-flex: 83.333334%;
        flex: 83.333334%;
        max-width: 83.333334%;
    }

    .col-md-11 {
        -ms-flex: 91.666667%;
        -webkit-box-flex: 91.666667%;
        flex: 91.666667%;
        max-width: 91.666667%;
    }

    .col-md-12 {
        -ms-flex: 100%;
        -webkit-box-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-lg-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-lg-1 {
        -ms-flex: 8.333334%;
        -webkit-box-flex: 8.333334%;
        flex: 8.333334%;
        max-width: 8.333334%;
    }

    .col-lg-2 {
        -ms-flex: 16.666667%;
        -webkit-box-flex: 16.666667%;
        flex: 16.666667%;
        max-width: 16.666667%;
    }

    .col-lg-3 {
        -ms-flex: 25%;
        -webkit-box-flex: 25%;
        flex: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -ms-flex: 33.333334%;
        -webkit-box-flex: 33.333334%;
        flex: 33.333334%;
        max-width: 33.333334%;
    }

    .col-lg-5 {
        -ms-flex: 41.666667%;
        -webkit-box-flex: 41.666667%;
        flex: 41.666667%;
        max-width: 41.666667%;
    }

    .col-lg-6 {
        -ms-flex: 50%;
        -webkit-box-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -ms-flex: 58.333334%;
        -webkit-box-flex: 58.333334%;
        flex: 58.333334%;
        max-width: 58.333334%;
    }

    .col-lg-8 {
        -ms-flex: 66.666667%;
        -webkit-box-flex: 66.666667%;
        flex: 66.666667%;
        max-width: 66.666667%;
    }

    .col-lg-9 {
        -ms-flex: 75%;
        -webkit-box-flex: 75%;
        flex: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -ms-flex: 83.333334%;
        -webkit-box-flex: 83.333334%;
        flex: 83.333334%;
        max-width: 83.333334%;
    }

    .col-lg-11 {
        -ms-flex: 91.666667%;
        -webkit-box-flex: 91.666667%;
        flex: 91.666667%;
        max-width: 91.666667%;
    }

    .col-lg-12 {
        -ms-flex: 100%;
        -webkit-box-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

@media (min-width: 1240px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        -webkit-box-flex: 1;
        flex-grow: 1;
        max-width: 100%;
    }

    .col-xl-auto {
        -ms-flex: 0 0 auto;
        -webkit-box-flex: 0;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .col-xl-1 {
        -ms-flex: 8.333334%;
        -webkit-box-flex: 8.333334%;
        flex: 8.333334%;
        max-width: 8.333334%;
    }

    .col-xl-2 {
        -ms-flex: 16.666667%;
        -webkit-box-flex: 16.666667%;
        flex: 16.666667%;
        max-width: 16.666667%;
    }

    .col-xl-3 {
        -ms-flex: 25%;
        -webkit-box-flex: 25%;
        flex: 25%;
        max-width: 25%;
    }

    .col-xl-4 {
        -ms-flex: 33.333334%;
        -webkit-box-flex: 33.333334%;
        flex: 33.333334%;
        max-width: 33.333334%;
    }

    .col-xl-5 {
        -ms-flex: 41.666667%;
        -webkit-box-flex: 41.666667%;
        flex: 41.666667%;
        max-width: 41.666667%;
    }

    .col-xl-6 {
        -ms-flex: 50%;
        -webkit-box-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }

    .col-xl-7 {
        -ms-flex: 58.333334%;
        -webkit-box-flex: 58.333334%;
        flex: 58.333334%;
        max-width: 58.333334%;
    }

    .col-xl-8 {
        -ms-flex: 66.666667%;
        -webkit-box-flex: 66.666667%;
        flex: 66.666667%;
        max-width: 66.666667%;
    }

    .col-xl-9 {
        -ms-flex: 75%;
        -webkit-box-flex: 75%;
        flex: 75%;
        max-width: 75%;
    }

    .col-xl-10 {
        -ms-flex: 83.333334%;
        -webkit-box-flex: 83.333334%;
        flex: 83.333334%;
        max-width: 83.333334%;
    }

    .col-xl-11 {
        -ms-flex: 91.666667%;
        -webkit-box-flex: 91.666667%;
        flex: 91.666667%;
        max-width: 91.666667%;
    }

    .col-xl-12 {
        -ms-flex: 100%;
        -webkit-box-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

.hamburger {
    padding: 1rem;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    background-color: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    overflow: visible;
}

@media (min-width: 768px) {
    .hamburger {
        display: none;
    }
}

.hamburger-box {
    width: 1.8rem;
    height: 1.4rem;
    display: block;
    position: relative;
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -0.2rem;
}

    .hamburger-inner::before {
        top: -0.5rem;
    }

    .hamburger-inner::after {
        bottom: -0.5rem;
    }

    .hamburger-inner,
    .hamburger-inner::before,
    .hamburger-inner::after {
        width: 1.8rem;
        height: 0.2rem;
        background-color: #000;
        position: absolute;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.15s;
        transition-duration: 0.15s;
        -webkit-transition-timing-function: ease;
        transition-timing-function: ease;
    }

        .hamburger-inner::before,
        .hamburger-inner::after {
            content: "";
            display: block;
        }

.hamburger--spin .hamburger-inner {
    -webkit-transition-duration: 0.22s;
    transition-duration: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

    .hamburger--spin .hamburger-inner::before {
        -webkit-transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
    }

    .hamburger--spin .hamburger-inner::after {
        -webkit-transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.25s ease-in, -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
        transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

.hamburger--spin.is-active .hamburger-inner {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    -webkit-transition-delay: 0.12s;
    transition-delay: 0.12s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

    .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        -webkit-transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
    }

    .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.15s ease;
    transition: all 0.15s ease;
    background-color: rgba(0,0,0,0.4);
    z-index: 9;
}

.overlay--active {
    opacity: 1;
    visibility: visible;
}

.doPayment iframe {
    max-width: 495px;
    min-width: 390px;
    margin: 0 20px;
    width: calc(100% - 40px);
    margin: 0 0 60px 0;
    height: 681px;
    border: 0;
}

footer .text {
    line-height: 18px;
    font-size: 14px;
    color: #39404E;
    opacity: 0.2;
}

footer .partners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

footer .partners span {
    opacity: .2;
    margin-left: 30px;
}

footer .partners span:first-child {
    margin-left: 0;
}

footer .partners span img {
    max-height: 40px;
    max-width: 120px;
}

@media (max-width: 47.9em) {
    footer .partners {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        margin-top: 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        footer .partners span {
            margin: 0 10px 10px;
            display: inline-block;
        }
}

@media print {
    .noprint {
        display: none;
    }

	.receipt__item>span:last-child{
		float:right;
	}
}

.btn {
    font-size: 1.6rem;
}

#bp-banner {
    padding-bottom: 0;
    margin-bottom: 20px;
}

#bp-banner .banner_bp {
    background: linear-gradient(180deg, #C20054 0%, #750025 100%);
    border-radius: 5px;
    height: 220px;
    box-shadow: 0px 1px 24px #BDBDBD;
    padding: 5px 16px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

#bp-banner .banner_bp2 {
    height: 205px;
}

#bp-banner .banner_bp .btn-a {
    background-color: #fff;
    color: #82002d;
    font-size: 15px;
    line-height: 18px;
    cursor: pointer;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 118px;
    text-align: center;
    opacity: 1;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin-top: 17px;
    text-transform: none;
    border: 1px solid #fff;
    display: block;
}

#bp-banner .banner_bp .dwnl {
    float: right;
    width: 45%;
}

    #bp-banner .banner_bp .dwnl .btn-a {
        width: 100%;
        margin-top: 64px;
        position: relative;
        bottom: auto;
    }

#bp-banner .banner_bp .dwnl-img {
    width: 50%;
    position: relative;
}

#bp-banner .banner_bp span {
    font-size: 10px;
    line-height: 19px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.77;
}

#bp-banner .banner_bp h3 {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.22px;
    color: #FFFFFF;
}

#bp-banner .banner_bp ul {
    margin-top: 12px;
    width: 75%;
}

#bp-banner .banner_bp li {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    margin-bottom: 8px;
}

#bp-banner .banner_bp .bpimg {
    position: absolute;
    background-image: url('../i/general/bpbanner1.png');
    background-size: contain;
    width: 115px;
    height: 146px;
    bottom: 0;
    right: 15px;
}

#bp-banner .banner_bp p {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    padding-top: 3px;
    padding-right: 14px;
}

#bp-banner .banner_bp .bpimg2 {
    position: absolute;
    background-image: url('../i/general/bpbanner1.png');
    background-size: contain;
    width: 155px;
    height: 100%;
    top: 97px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}

#bp-banner .banner_bp .dwnl-img .bpimg2 {
    position: absolute;
    background-image: url(../i/general/bpbanner1.png);
    background-size: contain;
    width: 100%;
    height: 170px;
    top: 14px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-position-x: 50%;
}

/*# sourceMappingURL=main.css.map */

.pogashenie .cutted {
    max-width: 400px;
    margin-bottom: 26px;
    font-size: 18px;
    line-height: 26px;
    opacity: 0.5;
    font-weight: 100;
    margin-top: 4px;
}

.authorization {
    float: left;
    padding: 0;
}

    .authorization .container {
        padding: 8rem 7rem 8rem 0;
    }

.bannerphoneplace {
    float: left;
    padding: 0;
}

    .bannerphoneplace .container {
        padding: 8rem 7rem 8rem 0;
    }

    .bannerphoneplace .bannerphone {
        background-image: url('../i/general/phone.png');
        max-width: 232px;
        background-repeat: no-repeat;
        background-size: contain;
        height: 335px;
        margin: 8rem auto;
    }

.downloadsectionplace {
    float: left;
    padding: 0;
}

    .downloadsectionplace .container {
        padding: 8rem 7rem 8rem 3rem;
    }

    .downloadsectionplace .title--32 {
        margin-bottom: 18px;
    }

    .downloadsectionplace .cutted {
        max-width: 340px;
        margin-bottom: 2.6rem;
    }

    .downloadsectionplace .input__label {
        color: #000;
        max-width: 350px;
        margin-bottom: 24px;
    }

    .downloadsectionplace .download_app {
        background-image: url('../i/general/appstore.png');
        width: 144px;
        height: 48px;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

    .downloadsectionplace .download_gplay {
        background-image: url('../i/general/googleplay.png');
        width: 162px;
        height: 48px;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        margin-left: 14px;
    }

    .downloadsectionplace form {
        margin-top: 4.3rem;
    }

        .downloadsectionplace form label {
            font-size: 1.3rem;
            color: rgba(57,64,78,0.7);
            margin-bottom: 2rem;
            display: block;
        }

        .downloadsectionplace form #link2phone {
            width: 207px;
            padding-top: 10px;
            padding-bottom: 13px;
            margin-right: 8px;
        }

        .downloadsectionplace form button {
            padding: 1.7rem 3rem;
        }

@media (max-width: 1120px) {

    .pogashenie .cutted {
        margin-bottom: 27px;
        margin-top: 10px;
    }

    .downloadsection {
        text-align: center;
    }

    .downloadsectionplace .download_gplay {
        margin-left: 0;
        margin-top: 13px;
    }

    .phonelink__form {
        margin-top: 3.3rem;
    }

    #link2phone {
        margin-bottom: 20px;
    }

    .downloadsectionplace .container {
        padding: 8rem 3rem 8rem 3rem;
    }

    .authorization .container {
        padding: 8rem 3rem 8rem 3rem;
    }
}

@media (max-width: 1024px) {

    .pogashenie .cutted {
        margin-bottom: 31px;
        margin-top: 12px;
    }

    #authorization {
        max-width: 371px;
        float: none;
        margin: 0 auto;
    }

    .authorization .container {
        padding: 5rem 3rem;
    }

    .authorization .title--32 {
        text-align: center;
    }

    .downloadsectionplace {
        background: rgba(197, 202, 210,0.5);
        border-radius: 0 5px 5px 0;
        min-height: 393px;
        height: 393px;
        width: 50%;
        max-width: 50%;
    }

    .bannerphoneplace {
        background: rgba(197, 202, 210,0.5);
        border-radius: 5px 0 0 5px;
        min-height: 393px;
        height: 393px;
        width: 50%;
        max-width: 50%;
    }

    .downloadsectionplace .cutted {
        color: #000;
        max-width: 280px;
    }

    .downloadsection {
        margin-top: 48px;
    }

    .pogashenie .downloadsection {
        margin-top: 0;
    }

    .downloadsectionplace .download_gplay {
        margin-left: 14px;
    }

    .downloadsectionplace .container {
        padding: 8rem 0rem 8rem 0rem;
    }

    .bannerphoneplace .bannerphone {
        height: 77%;
    }
}

@media (min-width: 520px) and (max-width: 768px) {
    /*
    .downloadsectionplace .cutted {
        max-width: 100%;
    }

    .downloadsectionplace .container {
        padding: 1rem 3rem 8rem 3rem;
    }

    .authorization .container {
        padding: 8rem 3rem 6rem 3rem;
    }

    .bannerphoneplace .bannerphone {
        margin: 0 auto;
    }
*/
    #authorization {
        max-width: 371px;
        float: none;
        margin: 0 auto;
    }

    .authorization .container {
        padding: 5rem 3rem;
    }

    .authorization .title--32 {
        text-align: center;
    }

    .downloadsectionplace {
        background: rgba(197, 202, 210,0.18);
        border-radius: 0 5px 5px 0;
        min-height: 393px;
        height: 393px;
        width: 50%;
        max-width: 50%;
    }

    .bannerphoneplace {
        background: rgba(197, 202, 210,0.18);
        border-radius: 5px 0 0 5px;
        min-height: 393px;
        height: 393px;
        width: 50%;
        max-width: 50%;
    }

    .downloadsectionplace .cutted {
        color: #000;
        max-width: 280px;
        font-size: 1.2rem;
    }

    .downloadsectionplace .input__label {
        color: #000;
        max-width: 280px;
        margin-bottom: 24px;
    }

    .downloadsection {
        margin-top: 48px;
    }

    .pogashenie .downloadsection {
        margin-top: 0;
    }

    .downloadsectionplace .download_gplay {
        margin-left: 0;
        display: block;
    }

    .downloadsectionplace .container {
        padding: 4rem 1.3rem 8rem 0rem;
    }


    .bannerphoneplace .bannerphone {
        height: 74%;
        margin: 6.5rem auto;
    }
}

.pogashenie {
    height: 252px;
}

.section .pogashenie .container {
    padding: 0rem 8rem;
}

.pogashenie.top-title .col-12 {
    padding-top: 33px;
    padding-bottom: 36px;
}

.pogashenie.top-title .top-title__logo {
    background-position-y: bottom;
    top: 48px;
    height: 203px;
    width: 252px;
    right: 70px;
}

.pogashenie .download_app {
    background-image: url('../i/general/appstore.png');
    width: 144px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
}

.pogashenie .download_gplay {
    background-image: url('../i/general/googleplay.png');
    width: 162px;
    height: 48px;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    margin-left: 14px;
}

.pogashenie .downloadsection {
    width: 480px;
    float: left;
    min-height: 141px;
}

.pogashenie .sendsmslinksection {
    float: left;
    padding-left: 50px;
    border-left: 1px solid rgba(255,255,255, 0.3);
}

    .pogashenie .sendsmslinksection label {
        max-width: 250px;
        margin-bottom: 2.6rem;
        font-size: 18px;
        line-height: 26px;
        opacity: 0.5;
        font-weight: 100;
        display: inline-block;
    }

.pogashenie .formlinnktosms input.input--medium {
    padding-top: 1.1rem;
    padding-bottom: 1rem;
    width: 207px;
    margin-right: 20px;
}

.pogashenie .formlinnktosms button {
    font-size: 18px;
    font-weight: 100;
    background-color: transparent !important;
    opacity: 1;
    border: 1px solid #FFFFFF;
    box-sizing: border-box;
    border-radius: 5px;
    padding: 0rem 2.36rem;
    display: inline-block;
    min-height: 4.8rem;
    cursor: pointer;
}

    .pogashenie .formlinnktosms button.btn--red[disabled] {
        font-size: 18px;
        font-weight: 100;
        background-color: transparent !important;
        opacity: 0.3;
        border: 1px solid #FFFFFF;
        box-sizing: border-box;
        border-radius: 5px;
        padding: 0rem 2.36rem;
        display: inline-block;
        min-height: 4.8rem;
    }

@media (max-width: 1300px) {
    .pogashenie {
        height: 310px;
    }

        .pogashenie .formlinnktosms button {
            display: block;
            margin-top: 25px;
        }

            .pogashenie .formlinnktosms button.btn--red[disabled] {
                display: block;
                margin-top: 25px;
            }

        .pogashenie.top-title .top-title__logo {
            background-position-y: bottom;
            top: 106px;
        }
}

@media (max-width: 1300px) {
    .phonelink__form {
        margin-top: 0;
    }

    #link2phone {
        margin-bottom: 0;
    }

    .downloadsection {
        text-align: left;
    }
}


@media (max-width: 1239px) {
    .section .pogashenie .container {
        padding: 0rem 6rem;
    }
}

@media (max-width: 1120px) {
    .pogashenie.top-title .top-title__logo {
        display: none;
    }
}

@media (max-width: 991px) {
    .section .pogashenie .container {
        padding: 0rem 2rem;
    }
}

@media (max-width: 920px) {
    .pogashenie.top-title .top-title__logo {
        display: inline-block;
    }

    .pogashenie .sendsmslinksection {
        padding: 0;
        width: 100%;
        border: none;
        padding-top: 20px;
    }

    .pogashenie {
        height: 345px;
    }

        .pogashenie .formlinnktosms button {
            display: inline-block;
            margin-top: 0;
        }

            .pogashenie .formlinnktosms button.btn--red[disabled] {
                display: inline-block;
                margin-top: 0;
            }

        .pogashenie.top-title .top-title__logo {
            background-position-y: bottom;
            top: 142px;
        }

        .pogashenie .top-title__big-title {
            margin-bottom: 20px;
        }
}

@media (max-width: 768px) {
    .downloadsection {
        margin-top: 31px;
    }

    .pogashenie {
        height: 580px;
    }

        .pogashenie.top-title .top-title__logo {
            background-position-y: bottom;
            top: 376px;
            right: calc(50% - 121px);
        }

        .pogashenie .top-title__big-title {
            margin-bottom: 20px;
        }
}

@media (max-width: 560px) {
    .downloadsection {
        margin-top: 27px;
    }

    .pogashenie {
        height: 830px;
    }

        .pogashenie .download_gplay {
            margin-left: 0;
            display: block;
            margin-top: 15px;
        }

        .pogashenie .formlinnktosms button {
            display: inline-block;
            margin-top: 20px;
        }

            .pogashenie .formlinnktosms button.btn--red[disabled] {
                display: inline-block;
                margin-top: 20px;
            }

        .pogashenie.top-title .top-title__logo {
            background-position-y: bottom;
            top: 626px;
            right: calc(50% - 121px);
        }

        .pogashenie .cutted {
            max-width: 250px;
        }
}

@media (max-width: 519px) {
    .bannerphoneplace {
        display: none;
    }

    .downloadsectionplace {
        background: rgba(197, 202, 210,0.18);
        border-radius: 5px;
        min-height: auto;
        height: auto;
        width: 100%;
        max-width: 100%;
        padding: 15px;
        margin-bottom: 20px;
    }

    .bannerphoneplace {
        background: rgba(197, 202, 210,0.18);
        border-radius: 5px 0 0 5px;
        min-height: 393px;
        height: 393px;
        width: 50%;
        max-width: 50%;
    }

    .authorization .container {
        padding-right: 0;
        padding-left: 0;
        max-width: 311px;
        min-width: 280px;
    }

    .downloadsectionplace .container {
        padding: 0;
        max-width: 311px;
        min-width: 280px;
    }

    .downloadsection {
        margin-top: 0;
    }

    .downloadsectionplace {
        min-width: 280px;
    }

        .downloadsectionplace .title--32 {
            margin-bottom: 18px;
        }

        .downloadsectionplace .top-title__big-title {
            min-height: 32px;
        }

        .downloadsectionplace .download_app {
            width: 102px;
        }

        .downloadsectionplace .download_gplay {
            width: 115px;
            margin-left: 10px;
        }

        .downloadsectionplace .cutted {
            margin-bottom: 1.6rem;
        }

        .downloadsectionplace .input__label {
            margin-bottom: 15px;
        }
}

/*Стили для временного отключения баннера Начало */

.pogashenie .sendsmslinksection {
    display: none;
}

.pogashenie.top-title .top-title__logo {
    display: inline-block;
}

@media (max-width: 1300px) {
    .pogashenie {
        height: 252px;
    }

        .pogashenie.top-title .top-title__logo {
            display: inline-block;
            top: 48px;
        }
}

@media (max-width: 1120px) {
    .pogashenie {
        height: 252px;
    }

        .pogashenie.top-title .top-title__logo {
            display: inline-block;
            top: 48px;
        }
}

@media (max-width: 920px) {
    .pogashenie {
        height: 252px;
    }

        .pogashenie.top-title .top-title__logo {
            display: inline-block;
            top: 48px;
        }
}

@media (max-width: 768px) {
    .pogashenie {
        height: 252px;
    }

        .pogashenie.top-title .top-title__logo {
            display: inline-block;
            top: 216px;
            display: none;
        }
}

@media (max-width: 560px) {
    .pogashenie {
        height: 252px;
        min-width: 320px;
    }

        .pogashenie.top-title .top-title__logo {
            display: inline-block;
            top: 216px;
            display: none;
        }

        .pogashenie .cutted {
            max-width: 54%;
            font-size: 16px;
            margin-bottom: 26px;
            margin-top: 2px;
        }

        .pogashenie .download_app {
            width: 110px;
        }

        .pogashenie .download_gplay {
            margin-left: 14px;
            display: inline-block;
            margin-top: 0;
            width: 124px;
        }

    .top-title__big-title {
        font-size: 22px;
    }
}

.downloadsection .phonelink__form {
    display: none;
}

/*Стили для временного отключения баннера Конец */


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #989CA3;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 22px;
            height: 22px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #6983B2;
            position: absolute;
            top: 6px;
            left: 6px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    [type="radio"]:checked + label {
        color: #39404E;
    }

#credit-pay .payments__selection label {
    font-weight: 400;
    font-size: 1.8rem;
    display: block;
    margin-bottom: 20px;
    padding-top: 3px;
    padding-left: 39px;
}

#credit-pay .payments__selection .infoaboutpayment {
    width: 16px;
    height: 16px;
    position: absolute;
    z-index: 2;
    margin-left: 7px;
    margin-top: -4px;
}


.radio__wrap {
    margin-bottom: 20px;
    display: inline-block;
}

.tooltip_templates {
    display: none;
}

.paymenttype23 {
    display: inline-block;
    background-color: #fff;
    box-shadow: 1px 3px 12px rgba(141, 153, 175, 0.11), 0px 1px 6px rgba(141, 153, 175, 0.08), 0px -1px 2px rgba(141, 153, 175, 0.08);
    border-radius: 5px;
    padding: 30px;
    width: 100%;
    display: none;
    padding-bottom: 5px;
}

    .paymenttype23 .bannerphplace {
        float: left;
        margin-right: 25px;
    }

    .paymenttype23 .smslinksection {
        margin-top: 14px;
    }

        .paymenttype23 .smslinksection h3 {
            font-size: 24px;
            line-height: 20px;
            font-weight: 400;
            margin-bottom: 20px;
        }

        .paymenttype23 .smslinksection p {
            font-size: 13px;
            margin-bottom: 30px;
        }

    .paymenttype23 .download_app {
        background-image: url('../i/general/appstore.png');
        width: 144px;
        height: 48px;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
    }

    .paymenttype23 .download_gplay {
        background-image: url('../i/general/googleplay.png');
        width: 162px;
        height: 48px;
        background-repeat: no-repeat;
        background-size: contain;
        display: inline-block;
        margin-left: 14px;
    }

    .paymenttype23 hr {
        border: none;
        border-bottom: 1px solid #DEDDE8;
    }

    .paymenttype23 label {
        display: block;
        font-size: 13px;
        margin-top: 30px;
        margin-bottom: 20px;
        color: #9498A0;
    }

    .paymenttype23 .input--medium {
        padding-top: 1rem;
        padding-bottom: 1rem;
        min-height: 48px;
        float: left;
        margin-right: 10px;
    }

    .paymenttype23 button {
        min-height: 48px;
        max-height: 48px;
        padding: 0 3rem;
        float: left;
    }

    .paymenttype23 .bannerphplace {
        padding-bottom: 50px;
    }

@media (max-width: 1278px) {
    .paymenttype23 .download_gplay {
        width: 123px;
    }

    .paymenttype23 .download_app {
        width: 110px;
    }

    .paymenttype23 .bannerphplace {
        padding-bottom: 50px;
    }
}

@media (max-width: 1078px) {
    .paymenttype23 .smslinksection p {
        margin-bottom: 23px;
    }

    .paymenttype23 .download_gplay {
        width: 162px;
    }

    .paymenttype23 .download_app {
        width: 144px;
    }

    .paymenttype23 .bannerphplace {
        padding-bottom: 0;
    }

    .paymenttype23 .smslinksection p:first-of-type {
        margin-bottom: 45px;
        margin-top: 33px;
    }
}

@media (max-width: 840px) {
    .paymenttype23 .download_gplay {
        width: 123px;
    }

    .paymenttype23 .download_app {
        width: 110px;
    }
}

@media (max-width: 768px) {
    .paymenttype23 .smslinksection {
        margin-top: 5px;
    }

        .paymenttype23 .smslinksection p {
            margin-bottom: 30px;
        }

            .paymenttype23 .smslinksection p:first-of-type {
                margin-bottom: 30px;
                margin-top: 27px;
            }

    .paymenttype23 {
        padding-bottom: 5px;
    }
}

@media (max-width: 520px) {
    .paymenttype23 .bannerphplace {
        display: none;
    }

    .paymenttype23 hr {
        display: none;
    }

    .paymenttype23 {
        padding: 13px;
        padding-bottom: 40px;
        min-width: 280px;
    }

        .paymenttype23 .smslinksection p {
            margin-bottom: -20px;
        }

            .paymenttype23 .smslinksection p:first-of-type {
                margin-bottom: 23px;
                margin-top: 15px;
            }

        .paymenttype23 button {
            margin-top: 24px;
        }

        .paymenttype23 #link2phone {
            width: 100%;
        }
}

.payments__selection .dropdown__label {
    display: inline-block;
    margin-bottom: 0;
}

/*Стили для временного отключения баннера Начало2 */
.paymenttype23 hr {
    display: none;
}

.paymenttype23 form {
    display: none;
}

/*Стили для временного отключения баннера Конец2 */

.sums .row .comission {
    -webkit-flex: 22%;
    -ms-flex: 22%;
    -o-flex: 22%;
    flex: 22%;
    max-width: 22%;
}

.sums .row .total {
    -webkit-flex: 28%;
    -ms-flex: 28%;
    -o-flex: 28%;
    flex: 28%;
    max-width: 28%;
}