.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    overflow-y: scroll
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: .5rem;
    pointer-events: none
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
    transform: translateY(-50px)
}

@media(prefers-reduced-motion:reduce) {
    .modal.fade .modal-dialog {
        transition: none
    }
}

.modal.show .modal-dialog {
    transform: none
}

.modal-dialog-scrollable {
    display: -ms-flexbox;
    display: flex;
    max-height: calc(100% - 1rem)
}

.modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden
}

.modal-dialog-scrollable .modal-footer,
.modal-dialog-scrollable .modal-header {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal-dialog-scrollable .modal-body {
    overflow-y: auto
}

.modal-dialog-centered {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    min-height: calc(100% - 1rem)
}

.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""
}

.modal-dialog-centered.modal-dialog-scrollable {
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%
}

.modal-dialog-centered.modal-dialog-scrollable .modal-content {
    max-height: none
}

.modal-dialog-centered.modal-dialog-scrollable:before {
    content: none
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: rgb(41, 43, 49);
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    margin-top: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem
}

.modal-header .close {
    padding: 1rem;
    margin: -2.5rem -1.8rem -4rem auto;
    z-index: 9999;
    position: absolute;
    right: 1rem
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
    color: white;
}

.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

.close {
    float: right;
    font-size: 4.5rem;
    font-weight: 100;
    line-height: 1;
    color: #ffffff;
    text-shadow: 0 1px 0 white;
    opacity: .5
}

.close:hover {
    color: white;
    text-decoration: none
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    opacity: .75
}

button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

a.close.disabled {
    pointer-events: none
}

@media(min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto
    }
    .modal-dialog-scrollable {
        max-height: calc(100% - 3.5rem)
    }
    .modal-dialog-scrollable .modal-content {
        max-height: calc(100vh - 3.5rem)
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem)
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem)
    }
    .modal-sm {
        max-width: 300px
    }
}

@media(min-width:992px) {
    .modal-lg,
    .modal-xl {
        max-width: 800px
    }
}

@media(min-width:1200px) {
    .modal-xl {
        max-width: 1140px
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a img,
fieldset,
img {
    border: 0
}

input[type=email],
input[type=tel],
input[type=text],
textarea {
    -webkit-appearance: none
}

button,
input[type=submit] {
    cursor: pointer
}

button::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    padding: 0;
    border: 0
}

textarea {
    overflow: auto
}

button,
input {
    margin: 0;
    padding: 0;
    border: 0
}

a,
a:focus,
button,
div,
h1,
h2,
h3,
h4,
h5,
h6,
input,
select,
span,
textarea {
    outline: 0
}

ol,
ul {
    list-style-type: none
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%
}

html {
    box-sizing: border-box
}

*,
:after,
:before {
    box-sizing: inherit
}

@media(prefers-reduced-motion:reduce) {
    * {
        transition: none !important
    }
}

.btn {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 0 10px;
    line-height: 42px;
    font-size: 20px;
    transition: all .3s;
    text-decoration: none
}

.btn[disabled] {
    opacity: .8
}

.btn-primary {
    background: #144baa;
    color: #fff;
    box-shadow: 1px 1px 5px #144baa;
    border: 1px solid #113c87
}

.btn-primary:hover {
    background: #113c87
}

.btn-primary:active {
    background: #113572;
    box-shadow: none
}

.btn-secondary {
    background: #898989;
    color: #fff;
    box-shadow: 1px 1px 5px #898989;
    border: 1px solid #555
}

.btn-secondary:hover {
    background: #767676
}

.btn-secondary:active {
    background: #646464;
    box-shadow: none
}

.btn-info {
    background: #268bd2;
    color: #fff;
    box-shadow: 1px 1px 5px #268bd2;
    border: 1px solid #2673b1
}

.btn-info:hover {
    background: #2673b1
}

.btn-info:active {
    background: #24548c;
    box-shadow: none
}

.btn-danger {
    background: #dc322f;
    white-space: normal;
    color: #fff !important;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .6);
    border: 1px solid #922525
}

.btn-danger:hover {
    background: #ac2828
}

.btn-danger:active {
    background: #922525;
    box-shadow: none
}

.btn-success {
    background: #0a8d5f;
    color: #fff;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, .6);
    border: 1px solid #064b35
}

.btn-success:hover {
    background: #0a7c53
}

.btn-success:active {
    background: #0a6945;
    box-shadow: none
}

@font-face {
    font-family: Oranienbaum;
    src: local("Oranienbaum"), url(/static/fonts/Oranienbaum.ttf) format("truetype")
}

@font-face {
    font-family: Jura-Regular;
    src: local("Jura-Regular"), url(/static/fonts/Jura-Regular.ttf) format("truetype")
}

#label-cbx,
#label-cbx-2,
#label-cbx-3 {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
    font-size: 15px;
    color: #5a5a5a
}

#label-cbx-2 input:checked+.checkbox,
#label-cbx-3 input:checked+.checkbox,
#label-cbx input:checked+.checkbox {
    border-color: #dc322f
}

#label-cbx-2 input:checked+.checkbox svg path,
#label-cbx-3 input:checked+.checkbox svg path,
#label-cbx input:checked+.checkbox svg path {
    fill: #dc322f
}

#label-cbx-2 input:checked+.checkbox svg polyline,
#label-cbx-2:hover .checkbox svg path,
#label-cbx-3 input:checked+.checkbox svg polyline,
#label-cbx-3:hover .checkbox svg path,
#label-cbx:hover .checkbox svg path,
#label-cbx input:checked+.checkbox svg polyline {
    stroke-dashoffset: 0
}

#label-cbx-2 .checkbox,
#label-cbx-3 .checkbox,
#label-cbx .checkbox {
    position: relative;
    top: 2px;
    float: left;
    margin-right: 15px;
    width: 20px;
    height: 20px;
    border: 2px solid #c8ccd4;
    border-radius: 3px
}

#label-cbx-2 .checkbox svg,
#label-cbx-3 .checkbox svg,
#label-cbx .checkbox svg {
    position: absolute;
    top: -2px;
    left: -2px
}

#label-cbx-2 .checkbox svg path,
#label-cbx-3 .checkbox svg path,
#label-cbx .checkbox svg path {
    fill: none;
    stroke: #dc322f;
    stroke-width: 2px;
    stroke-linecap: square;
    stroke-linejoin: miter;
    transition: all .6s ease
}

#label-cbx-2 .checkbox svg polyline,
#label-cbx-3 .checkbox svg polyline,
#label-cbx .checkbox svg polyline {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 18px;
    stroke-dashoffset: 18px;
    transition: all .3s ease
}

#label-cbx-2>span,
#label-cbx-3>span,
#label-cbx>span {
    pointer-events: none;
    vertical-align: middle
}

.invisible {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    opacity: 0
}

@keyframes dothabottomcheck {
    0 {
        height: 0
    }
    to {
        height: 20px
    }
}

@keyframes dothatopcheck {
    0 {
        height: 0
    }
    50% {
        height: 0
    }
    to {
        height: 48px
    }
}

input[type=checkbox] {
    display: none
}

.check-box {
    height: 40px;
    width: 40px;
    background-color: transparent;
    border: 4px solid #868686;
    border-radius: 5px;
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    transition: border-color .2s ease;
    cursor: pointer
}

.check-box:after,
.check-box:before {
    box-sizing: border-box;
    position: absolute;
    height: 0;
    width: 8px;
    background-color: #34b93d;
    display: inline-block;
    transform-origin: left top;
    border-radius: 5px;
    content: " ";
    transition: opacity .5s ease
}

.check-box:before {
    top: 28.8px;
    left: 16.4px;
    box-shadow: 0 0 0 2px #ececec;
    transform: rotate(-135deg)
}

.check-box:after {
    top: 14.8px;
    left: 2px;
    transform: rotate(-45deg)
}

.check-box.checked,
input[type=checkbox]:checked+.check-box {
    border-color: #34b93d
}

.check-box.checked:after,
input[type=checkbox]:checked+.check-box:after {
    height: 20px;
    animation: dothabottomcheck .2s ease 0 forwards
}

.check-box.checked:before,
input[type=checkbox]:checked+.check-box:before {
    height: 48px;
    animation: dothatopcheck .4s ease 0 forwards
}

#app,
body,
html {
    height: 100%
}

body {
    background: #f5f5f5;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    letter-spacing: .02em
}

@media only screen and (max-width:575px) {
    body {
        font-size: 12px
    }
}

h1 {
    font-size: 30px
}

h2 {
    font-size: 22px
}

@media only screen and (max-width:767px) {
    h2 {
        font-size: 18px
    }
}

h3 {
    font-size: 18px
}

@media only screen and (max-width:767px) {
    h3 {
        font-size: 16px
    }
}

.modal-header .close {
    font-size: 3.5rem !important
}

.text-danger {
    color: #dc322f !important
}

.text-right {
    text-align: right
}

.text-center {
    text-align: center
}

.text-left {
    text-align: left
}

.text-blue {
    color: #267ebc
}

.text-dark-blue {
    color: #2363b4
}

.text-yellow {
    color: #fff92c
}

.text-nowrap {
    white-space: nowrap
}

.full-height {
    height: 100vh
}

input[type=email],
input[type=text] {
    line-height: 42px;
    padding: 0 20px;
    font-size: 22px;
    width: 100%;
    border: 1px solid #7f7f7f;
    font-weight: 600;
    margin-bottom: 10px;
    transition: all .3s
}

input[type=email]:focus,
input[type=text]:focus {
    box-shadow: 0 0 8px rgba(20, 128, 170, .5);
    border-color: #1480aa
}

.form-item .error {
    display: none;
    margin-bottom: 8px;
    font-size: 13px;
    color: #fc5c65
}

@media only screen and (max-width:479px) {
    .form-item .error {
        font-size: 11px
    }
}

.form-item.errorInput .error {
    display: block
}

.form-item.errorInput input,
.form-item.errorInput textarea {
    border: 1px solid red;
    border-color: #fc5c65;
    box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    animation: shake .3s
}

.form-item-inner,
.form-item-inner .exclamation-mark {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.form-item-inner .exclamation-mark {
    margin-right: 5px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    background: linear-gradient(-45deg, red, #eecfba);
    width: 30px;
    height: 30px;
    min-width: 30px;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    z-index: 10
}

.form-item-inner .exclamation-mark:before {
    content: "";
    position: absolute;
    width: 34px;
    height: 34px;
    border: 2px solid red;
    border-radius: 50%;
    z-index: 5;
    top: -4px
}

.container {
    margin: 0 auto;
    max-width: 940px;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px solid #7f7f7f
}

.container:after {
    content: " ";
    display: table;
    clear: both
}

@media only screen and (max-width:991px) {
    .container {
        border: 1px solid #7f7f7f
    }
}

.sweet-modal {
    min-width: 900px
}

.sweet-modal h5 {
    margin-bottom: 30px
}

.sweet-modal ul {
    font-size: 10px;
    text-align: left
}

@media only screen and (max-width:991px) {
    .sweet-modal {
        min-width: auto
    }
}

.items {
    background: #ececec;
    padding: 20px;
    min-height: 300px;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

@media only screen and (max-width:991px) {
    .items {
        padding: 20px 10px
    }
}

.items h2 {
    text-align: center
}

.footer {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.item-new {
    background: #f9f9f9
}

.item {
    min-height: 280px
}

.item .item-inner {
    box-shadow: 0 0 5px #144baa;
    padding: 15px 20px
}

@media only screen and (max-width:479px) {
    .item .item-inner {
        padding: 10px
    }
}

.blur,
.modal-backdrop.show {
    filter: blur(5px);
    transition: filter .3s
}

.modal-backdrop.show {
    opacity: .3 !important
}

.amount {
    white-space: nowrap
}

.square-timer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, .5);
    font-size: 40px;
    font-weight: 700;
    border-radius: 5px;
    border: 2px solid #000;
    margin: 10px auto 0;
    width: 60px;
    height: 60px
}

.anketa {
    padding: 20px
}

@media only screen and (max-width:991px) {
    .anketa {
        padding: 20px 10px
    }
}

.anketa h2 {
    color: #186dff;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 15px
}

.anketa form button[type=submit] {
    width: 100%;
    max-width: 580px;
    border-radius: 3px;
    margin: 0 auto 5px;
    padding: 10px
}

.anketa form .checkbox {
    display: none
}

.anketa form input[type=text] {
    padding: 0 10px
}

@media only screen and (max-width:479px) {
    .anketa form input[type=text] {
        padding: 0 7px
    }
}

.anketa .errorLastName {
    color: #dc322f;
    text-decoration: underline;
    -webkit-text-decoration-style: wavy;
    text-decoration-style: wavy
}

.anketa-inner {
    box-shadow: 0 0 5px #144baa;
    background: #2d3440;
    padding: 15px 20px 20px
}

@media only screen and (max-width:991px) {
    .anketa-inner {
        padding: 10px 10px 5px
    }
}

.anketa-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:579px) {
    .anketa-items {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.anketa-form {
    border: 2px dashed #898989;
    background: #dcecf7 url(../img/vodznak200-1.png);
    padding: 10px 10px 0;
    margin: 0 auto 20px;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    min-width: 60%
}

.anketa-form .fio input {
    margin-bottom: 5px
}

@media only screen and (max-width:991px) {
    .anketa-form {
        padding: 5px
    }
}

@media only screen and (max-width:579px) {
    .anketa-form {
        -ms-flex-order: 1;
        order: 1
    }
}

.anketa-form label {
    font-size: 18px;
    margin-bottom: 5px;
    display: block
}

@media only screen and (max-width:991px) {
    .anketa-form label {
        font-size: 16px
    }
}

.anketa-form input {
    font-weight: 400;
    font-size: 18px
}

@media only screen and (max-width:991px) {
    .anketa-form input {
        font-size: 16px
    }
}

@media only screen and (max-width:619px) {
    .anketa-form input {
        font-size: 14px
    }
}

.anketa-passport {
    padding: 0 0 15px 15px
}

@media only screen and (max-width:579px) {
    .anketa-passport {
        padding: 0;
        margin-bottom: 15px
    }
}

.anketa-passport h3 {
    color: #268bd2;
    font-style: italic;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 15px
}

@media only screen and (max-width:991px) {
    .anketa-passport h3 {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .anketa-passport h3 {
        font-size: 16px
    }
}

.anketa-passport img {
    width: 100%;
    height: auto;
    display: block
}

@media only screen and (max-width:575px) {
    .anketa-passport-edit {
        display: none
    }
}

.form-dotted {
    border: 1px dotted #898989;
    padding: 5px 15px;
    margin-bottom: 10px;
    color: black;
}

@media only screen and (max-width:991px) {
    .form-dotted {
        padding: 5px
    }
}

.form-dotted input {
    margin-bottom: 0
}

.form-dotted input[disabled] {
    font-weight: 600;
    color: #232323
}

.btn-primary {
    font-weight: 700;
    border-radius: 5px;
    margin: 15px auto 0;
    padding: 13px 30px;
    line-height: 1.4
}

@media only screen and (max-width:699px) {
    .btn-primary {
        width: 100%;
        padding: 13px 15px
    }
}

@media only screen and (max-width:495px) {
    .btn-primary {
        font-size: 17px
    }
}

.btn-group {
    display: -ms-flexbox;
    display: flex
}

.btn-group .btn,
.btn-group .form-item,
.btn-group input {
    margin-right: 15px
}

.btn-group .btn:last-child,
.btn-group .form-item:last-child,
.btn-group input:last-child {
    margin-right: 0
}

.btn-group .btn {
    min-width: 83px;
    border: 1px solid #7f7f7f;
    background: #fff
}

.btn-group .btn.active {
    background: #dbeaf6
}

select {
    font-size: 24px;
    line-height: 1.2;
    border-radius: 6px;
    min-width: 80px;
    padding: 0 10px;
    height: 38px;
    background: #fff
}

@media only screen and (max-width:679px) {
    select {
        padding: 0 5px;
        min-width: 60px;
        font-size: 20px
    }
}

@media only screen and (max-width:356px) {
    select {
        font-size: 16px;
        min-width: 46px;
        padding: 0 2px
    }
}

select:focus {
    box-shadow: 0 0 8px rgba(20, 128, 170, .5);
    border-color: #1480aa
}

.sign {
    width: 40px
}

.sign .checked-input {
    max-width: 30px
}

.h-progresses {
    margin: 50px auto;
    max-width: 480px;
    width: 100%;
    padding: 0 40px
}

.h-progresses .h-progress {
    position: relative;
    margin-bottom: 30px;
    height: 15px
}

.h-progresses .h-progress .check,
.h-progresses .h-progress .check-error {
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-60%)
}

.h-progresses .h-progress .check {
    color: #144baa
}

.h-progresses .h-progress .check-error {
    color: #dc322f;
    font-weight: 700;
    transform: translateY(-60%)
}

.h-progresses .h-progress-error .h-progress__inner {
    transition: none
}

.h-progress-outer {
    margin-left: 15px;
    margin-right: 15px;
    position: relative
}

.h-progress {
    width: 100%;
    height: 7px;
    margin-bottom: 17px;
    border: 1px solid #dadada
}

@media only screen and (max-width:385px) {
    .h-progress {
        margin: 0 5px 17px;
        width: 97%
    }
}

.h-progress__inner {
    width: 0;
    height: 100%;
    background: #1d82f4;
    transition: all 1s;
    animation-timing-function: linear
}

.fade-enter-active,
.fade-leave-active {
    transition-property: opacity;
    transition-duration: .5s
}

.fade-enter-active {
    transition-delay: .5s
}

.fade-enter,
.fade-leave-active {
    opacity: 0
}

@keyframes h-progress {
    0 {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes h-progress-error {
    0 {
        width: 0
    }
    to {
        width: 50%
    }
}

@keyframes progress-vertical {
    0 {
        opacity: 0;
        top: 450px
    }
    1% {
        opacity: 1;
        top: 450px
    }
    99% {
        opacity: 1
    }
    to {
        opacity: 0;
        top: -40px
    }
}

.shake {
    animation-name: shake
}

@keyframes shake {
    0,
    to {
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-4px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes slideInUp {
    0 {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInUp {
    animation-name: slideInUp;
    animation-duration: .5s
}

@keyframes slideInDown {
    0 {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInDown {
    animation-name: slideInDown;
    animation-duration: 0
}

@keyframes zoomIn {
    0 {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn {
    animation-name: zoomIn;
    animation-duration: .5s
}

@keyframes zoomOut {
    0 {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut {
    animation-name: zoomOut;
    animation-duration: .5s
}

@keyframes slideInLeft {
    0 {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInLeft {
    animation-name: slideInLeft;
    animation-duration: .5s
}

@keyframes slideInRight {
    0 {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInRight {
    animation-name: slideInRight;
    animation-duration: .5s
}

.pulse {
    animation-name: pulse
}

@keyframes pulse {
    0 {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}

.blinkBlock {
    animation: pulsateBlock 1.2s linear infinite
}

@keyframes pulsateBlock {
    50% {
        box-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 15px #ffd, 0 0 25px 5px #144baa
    }
}

#modalNewsMain h2 {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 400;
    color: #425cfb
}

#modalNewsMain h2:first-child {
    color: white;
    margin-top: -25px
}

@media only screen and (max-width:658px) {
    #modalNewsMain h2 br {
        display: none
    }
}

@media only screen and (max-width:665px) {
    #modalNewsMain h2 {
        font-size: 24px
    }
}

@media only screen and (max-width:575px) {
    #modalNewsMain h2 {
        font-size: 20px
    }
}

.modal-main-items {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    padding-bottom: 20px
}

@media only screen and (max-width:479px) {
    .modal-main-items {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.modal-main-items p {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px
}

@media only screen and (max-width:575px) {
    .modal-main-items p {
        font-size: 16px
    }
}

.modal-main-items h3 {
    font-size: 19px;
    color: #425cfb
}

@media only screen and (max-width:575px) {
    .modal-main-items h3 {
        font-size: 16px
    }
}

.modal-main-items img {
    margin-bottom: 10px;
    width: 100%
}

.modal-main-items .item a {
    cursor: pointer;
    color: #307cff
}

.modal-main-items .item:first-child {
    margin-right: 40px
}

@media only screen and (max-width:479px) {
    .modal-main-items .item:first-child {
        margin-right: 0
    }
}

.sweet-modal.is-alert .sweet-content {
    padding-top: 14px !important
}

.sweet-content-content h2 {
    padding-right: 35px
}

.modal-header {
    background: transparent;
    color: #000;
    border-bottom: 0
}

.modal-title {
    font-size: 22px
}

#modalNewsOne .modal-body,
#modalNewsTwo .modal-body {
    padding: 0
}

@media only screen and (max-width:1199px) {
    .modal-lg,
    .modal-xl {
        max-width: 90%
    }
}

@media only screen and (max-width:991px) {
    .modal-lg,
    .modal-xl {
        max-width: 97%
    }
}

#anketaLoading .modal-content {
    border: 0;
    background: transparent
}

.anketa-loading {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.anketa-loading img {
    width: 100px;
    height: 100px
}

.anketa-loading h2 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 24px;
    text-align: center
}

@media only screen and (max-width:575px) {
    .anketa-loading h2 {
        font-size: 20px
    }
}

.borderLight {
    border: 1px solid #ebebeb
}

.height100 {
    height: 100%
}

.preloader {
    width: 100%;
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

#main-header[data-v-0a16a4ea] {
    background: #1b5faf;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    color: #fff;
    padding: 5px
}

@media only screen and (max-width:575px) {
    #main-header[data-v-0a16a4ea] {
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

#main-header .logo[data-v-0a16a4ea] {
    text-align: center;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

#main-header .logo .btn-login[data-v-0a16a4ea] {
    display: none
}

@media only screen and (max-width:575px) {
    #main-header .logo .btn-login[data-v-0a16a4ea] {
        display: block
    }
}

@media only screen and (max-width:991px) {
    #main-header .logo img[data-v-0a16a4ea] {
        max-width: 100px
    }
}

@media only screen and (max-width:767px) {
    #main-header .logo img[data-v-0a16a4ea] {
        max-width: 80px
    }
}

@media only screen and (max-width:575px) {
    #main-header .logo img[data-v-0a16a4ea] {
        max-width: 80px;
        margin-right: 5px
    }
}

@media only screen and (max-width:479px) {
    #main-header .logo img[data-v-0a16a4ea] {
        max-width: 60px
    }
}

@media only screen and (max-width:419px) {
    #main-header .logo img[data-v-0a16a4ea] {
        max-width: 50px
    }
}

#main-header .site-name[data-v-0a16a4ea] {
    padding-top: 8px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%
}

@media only screen and (max-width:575px) {
    #main-header .site-name[data-v-0a16a4ea] {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: center;
        justify-content: center;
        padding-top: 0
    }
}

#main-header .site-name h1[data-v-0a16a4ea] {
    margin-bottom: 7px
}

@media only screen and (max-width:991px) {
    #main-header .site-name h1[data-v-0a16a4ea] {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    #main-header .site-name h1[data-v-0a16a4ea] {
        font-size: 18px
    }
}

#main-header .site-name h2[data-v-0a16a4ea] {
    line-height: 32px
}

@media only screen and (max-width:991px) {
    #main-header .site-name h2[data-v-0a16a4ea] {
        font-size: 20px;
        line-height: 28px
    }
}

@media only screen and (max-width:767px) {
    #main-header .site-name h2[data-v-0a16a4ea] {
        font-size: 16px;
        line-height: 26px
    }
}

@media only screen and (max-width:479px) {
    #main-header .site-name h2[data-v-0a16a4ea] {
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (max-width:419px) {
    #main-header .site-name h2[data-v-0a16a4ea] {
        font-size: 13px
    }
}

#main-header .flag[data-v-0a16a4ea] {
    margin-top: -10px;
    -ms-flex-preferred-size: 18%;
    flex-basis: 18%;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:575px) {
    #main-header .flag[data-v-0a16a4ea] {
        display: none
    }
}

#main-header .flag img[data-v-0a16a4ea] {
    margin-top: 10px
}

@media only screen and (max-width:991px) {
    #main-header .flag img[data-v-0a16a4ea] {
        max-width: 100px
    }
}

@media only screen and (max-width:767px) {
    #main-header .flag img[data-v-0a16a4ea] {
        max-width: 60px
    }
}

.desktop-logo[data-v-0a16a4ea] {
    display: block
}

@media only screen and (max-width:575px) {
    .desktop-logo[data-v-0a16a4ea] {
        display: none
    }
}

.btn-login[data-v-0a16a4ea] {
    font-size: 20px;
    margin-top: 10px;
    margin-right: 10px;
    cursor: pointer;
    color: #00bfff
}

@media only screen and (max-width:767px) {
    .btn-login[data-v-0a16a4ea] {
        font-size: 18px
    }
}

@media only screen and (max-width:479px) {
    .btn-login[data-v-0a16a4ea] {
        font-size: 16px
    }
}

.right-block[data-v-0a16a4ea] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:575px) {
    .right-block .btn-login[data-v-0a16a4ea] {
        display: none
    }
}

.light-blue[data-v-0a16a4ea] {
    color: #68e5f4
}

.about[data-v-d8056c66] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #dadada;
    padding: 5px 15px;
    margin: 10px 0 0;
    line-height: 25px
}

.about .about__image[data-v-d8056c66] {
    -ms-flex-preferred-size: 45px;
    flex-basis: 45px;
    min-width: 45px
}

@media only screen and (max-width:719px) {
    .about[data-v-d8056c66] {
        display: none
    }
}

@media only screen and (max-width:575px) {
    .about[data-v-d8056c66] {
        line-height: 20px;
        padding: 5px
    }
    .about .about__image[data-v-d8056c66] {
        -ms-flex-preferred-size: 30px;
        flex-basis: 30px;
        min-width: 30px
    }
    .about .about__image img[data-v-d8056c66] {
        width: 20px
    }
}

.content[data-v-2d5b7ad6] {
    font-size: 20px;
    line-height: 26px;
    padding: 15px 15px 0
}

.content h3[data-v-2d5b7ad6] {
    font-size: 22px;
    margin: 30px 0;
    color: #144baa
}

.content ul[data-v-2d5b7ad6] {
    margin-bottom: 30px
}

.content ul li[data-v-2d5b7ad6] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px
}

.content ul img[data-v-2d5b7ad6] {
    margin-right: 10px
}

.content .btn[data-v-2d5b7ad6] {
    margin: 30px auto;
    line-height: 55px;
    font-size: 26px;
    max-width: 480px
}

@media only screen and (max-width:767px) {
    .content[data-v-2d5b7ad6] {
        font-size: 18px;
        line-height: 26px
    }
    .content h3[data-v-2d5b7ad6] {
        font-size: 18px
    }
    .content .btn[data-v-2d5b7ad6] {
        font-size: 20px;
        line-height: 30px;
        padding: 10px
    }
}

.compensation-lists[data-v-2d5b7ad6] {
    margin-left: 15px
}

@media only screen and (max-width:767px) {
    .compensation-lists[data-v-2d5b7ad6] {
        margin: 0
    }
}

@media only screen and (max-width:575px) {
    .compensation-lists ul li img[data-v-2d5b7ad6] {
        width: 28px
    }
}

footer[data-v-fa955022] {
    background-size: cover;
    padding: 10px 15px;
    font-size: 12px;
    line-height: 18px;
    font-family: EB Garamond, sans-serif;
    margin-top: auto
}

footer .terms[data-v-fa955022] {
    font-size: 7px
}

footer .terms a[data-v-fa955022] {
    color: #727272;
    cursor: pointer
}

footer .address a[data-v-fa955022] {
    color: #000
}

.comments[data-v-0612c572] {
    padding: 0 15px
}

.comments h2[data-v-0612c572] {
    position: relative;
    display: inline-block;
    font-weight: 400;
    margin: 50px 0
}

@media only screen and (max-width:575px) {
    .comments h2[data-v-0612c572] {
        font-size: 18px;
        text-align: center
    }
}

.comments h2[data-v-0612c572]:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #144baa;
    position: absolute;
    bottom: -7px;
    left: 0
}

.comments form[data-v-0612c572] {
    width: 100%;
    margin-bottom: 20px
}

.comments .form-row[data-v-0612c572] {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:479px) {
    .comments .form-row[data-v-0612c572] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.comments .form-item[data-v-0612c572] {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

@media only screen and (max-width:479px) {
    .comments .form-item[data-v-0612c572] {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }
}

.comments .form-item[data-v-0612c572]:first-child {
    margin-right: 15px
}

@media only screen and (max-width:479px) {
    .comments .form-item[data-v-0612c572]:first-child {
        margin-right: 0
    }
}

.comments input[data-v-0612c572],
.comments textarea[data-v-0612c572] {
    width: 100%;
    font-size: 20px;
    font-weight: 400;
    padding: 2px 10px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 15px
}

@media only screen and (max-width:479px) {
    .comments input[data-v-0612c572],
    .comments textarea[data-v-0612c572] {
        font-size: 18px
    }
}

@media only screen and (max-width:399px) {
    .comments input[data-v-0612c572],
    .comments textarea[data-v-0612c572] {
        font-size: 16px
    }
}

.comments textarea[data-v-0612c572] {
    padding: 10px
}

.comments .message-sent[data-v-0612c572] {
    font-size: 20px;
    color: #fff;
    margin-bottom: 30px;
    background: #268bd2;
    padding: 20px 10px;
    border-radius: 6px
}

.comments-text__header .icon[data-v-0612c572] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #242424;
    border-radius: 50%;
    width: 10px;
    height: 10px
}

.comments-text__header .icon span[data-v-0612c572] {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #242424
}

@media only screen and (max-width:575px) {
    .comments-text__header .date[data-v-0612c572] {
        font-size: 15px
    }
}

.comments-block[data-v-0612c572] {
    margin-bottom: 80px
}

.comments-block>.comments__item[data-v-0612c572] {
    display: block;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 15px
}

.comments-block>.comments__item .comments__item-answer[data-v-0612c572] {
    margin-left: 66px
}

.comments__item-inner[data-v-0612c572] {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px
}

@media only screen and (max-width:575px) {
    .comments__item-inner[data-v-0612c572] {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

.comments__image[data-v-0612c572] {
    margin-right: 15px
}

@media only screen and (max-width:575px) {
    .comments__image[data-v-0612c572] {
        margin-bottom: 15px;
        margin-right: 0
    }
}

.comments-text__header[data-v-0612c572] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px
}

@media only screen and (max-width:575px) {
    .comments-text__header[data-v-0612c572] {
        text-align: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

@media only screen and (max-width:479px) {
    .comments-text__header[data-v-0612c572] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.comments-text__header span.icon[data-v-0612c572] {
    margin: 0 20px
}

.comments-text__header .name[data-v-0612c572] {
    font-weight: 700
}

@media only screen and (max-width:575px) {
    .comments-text__header .name[data-v-0612c572] {
        font-size: 15px
    }
}

@media only screen and (max-width:479px) {
    .comments-text__header .name[data-v-0612c572] {
        width: 100%;
        margin-bottom: 10px
    }
}

.comments__desc[data-v-0612c572] {
    font-size: 20px
}

@media only screen and (max-width:991px) {
    .comments__desc[data-v-0612c572] {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .comments__desc[data-v-0612c572] {
        font-size: 16px
    }
}

#modalAgreement .modal-title[data-v-4dca3416] {
    font-size: 20px
}

#modalAgreement h2[data-v-4dca3416] {
    margin-bottom: 20px
}

#modalAgreement h3[data-v-4dca3416] {
    width: 15px;
    height: 15px;
    cursor: pointer;
    text-align: right;
    margin-left: auto
}

.fade-enter-active[data-v-c1d1de50],
.fade-leave-active[data-v-c1d1de50] {
    transition-property: opacity;
    transition-duration: .5s
}

.fade-enter-active[data-v-c1d1de50] {
    transition-delay: .5s
}

.fade-enter[data-v-c1d1de50],
.fade-leave-active[data-v-c1d1de50] {
    opacity: 0
}

@keyframes h-progress-data-v-c1d1de50 {
    0 {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes h-progress-error-data-v-c1d1de50 {
    0 {
        width: 0
    }
    to {
        width: 50%
    }
}

@keyframes progress-vertical-data-v-c1d1de50 {
    0 {
        opacity: 0;
        top: 450px
    }
    1% {
        opacity: 1;
        top: 450px
    }
    99% {
        opacity: 1
    }
    to {
        opacity: 0;
        top: -40px
    }
}

.shake[data-v-c1d1de50] {
    animation-name: shake-data-v-c1d1de50
}

@keyframes shake-data-v-c1d1de50 {
    0,
    to {
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-4px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes slideInUp-data-v-c1d1de50 {
    0 {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInUp[data-v-c1d1de50] {
    animation-name: slideInUp-data-v-c1d1de50;
    animation-duration: .5s
}

@keyframes slideInDown-data-v-c1d1de50 {
    0 {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInDown[data-v-c1d1de50] {
    animation-name: slideInDown-data-v-c1d1de50;
    animation-duration: 0
}

@keyframes zoomIn-data-v-c1d1de50 {
    0 {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn[data-v-c1d1de50] {
    animation-name: zoomIn-data-v-c1d1de50;
    animation-duration: .5s
}

@keyframes zoomOut-data-v-c1d1de50 {
    0 {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut[data-v-c1d1de50] {
    animation-name: zoomOut-data-v-c1d1de50;
    animation-duration: .5s
}

@keyframes slideInLeft-data-v-c1d1de50 {
    0 {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInLeft[data-v-c1d1de50] {
    animation-name: slideInLeft-data-v-c1d1de50;
    animation-duration: .5s
}

@keyframes slideInRight-data-v-c1d1de50 {
    0 {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInRight[data-v-c1d1de50] {
    animation-name: slideInRight-data-v-c1d1de50;
    animation-duration: .5s
}

.pulse[data-v-c1d1de50] {
    animation-name: pulse-data-v-c1d1de50
}

@keyframes pulse-data-v-c1d1de50 {
    0 {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}

.blinkBlock[data-v-c1d1de50] {
    animation: pulsateBlock-data-v-c1d1de50 1.2s linear infinite
}

@keyframes pulsateBlock-data-v-c1d1de50 {
    50% {
        box-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 15px #ffd, 0 0 25px 5px #144baa
    }
}

#modal-login[data-v-c1d1de50] {
    padding-bottom: 20px
}

#modal-login h3[data-v-c1d1de50] {
    margin-bottom: 25px
}

#modal-login form .btn[data-v-c1d1de50] {
    width: 100%;
    margin-top: 15px
}

#modal-login .modal-title[data-v-c1d1de50] {
    font-size: 20px
}

.form-item input[data-v-c1d1de50] {
    height: 40px;
    border: 1px solid #ccc
}

.form-item .error[data-v-c1d1de50] {
    display: none;
    margin-bottom: 8px;
    font-size: 13px;
    color: #fc5c65
}

.form-item.errorInput .error[data-v-c1d1de50] {
    display: block
}

.form-item.errorInput input[data-v-c1d1de50],
.form-item.errorInput textarea[data-v-c1d1de50] {
    border: 1px solid red;
    border-color: #fc5c65;
    box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    animation: shake-data-v-c1d1de50 .3s
}

.birth-date[data-v-c1d1de50] {
    margin-bottom: 10px
}

.text-dark-blue[data-v-1d714350] {
    color: #176cff
}

.mb[data-v-1d714350] {
    margin-bottom: 40px !important
}

.social-icons[data-v-1d714350] {
    text-align: center;
    margin-top: 100px
}

.header[data-v-1d714350] {
    border-bottom: 3px solid #9eafb9;
    padding: 0 1rem 25px
}

.header h4[data-v-1d714350] {
    font-family: Oranienbaum, serif;
    font-size: 28px;
    font-weight: 400;
    text-align: center
}

@media only screen and (max-width:991px) {
    .header h4[data-v-1d714350] {
        font-size: 22px
    }
}

@media only screen and (max-width:419px) {
    .header h4[data-v-1d714350] {
        font-size: 18px
    }
}

.header .logo[data-v-1d714350] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

.header .logo h2[data-v-1d714350] {
    font-family: Times New Roman, Times, Baskerville, Georgia, serif;
    text-align: right;
    font-size: 80px;
    font-weight: 100;
    color: #3894ff;
    position: relative;
    line-height: 80px
}

.header .logo h2[data-v-1d714350]:before {
    content: "";
    position: absolute;
    width: 75%;
    height: 3px;
    background: #dc322f;
    right: 0;
    top: 50%
}

.header .logo .image[data-v-1d714350] {
    margin-left: 40px;
    text-align: center;
    font-family: Oranienbaum, serif
}

.header .logo .image img[data-v-1d714350] {
    margin-bottom: 15px
}

@media only screen and (max-width:1199px) {
    .header .logo h2[data-v-1d714350] {
        font-size: 60px;
        line-height: 60px
    }
}

@media only screen and (max-width:991px) {
    .header .logo h2[data-v-1d714350] {
        font-size: 41px;
        line-height: 41px
    }
    .header .logo .image img[data-v-1d714350] {
        width: 90px
    }
}

@media only screen and (max-width:419px) {
    .header .logo h2[data-v-1d714350] {
        font-size: 30px;
        line-height: 30px
    }
    .header .logo .image img[data-v-1d714350] {
        width: 70px
    }
}

.author[data-v-1d714350] {
    font-family: Oranienbaum, serif;
    font-size: 16px;
    text-align: right;
    padding: 1rem
}

.body[data-v-1d714350] {
    padding: 1rem;
    /* background: linear-gradient(180deg, #f5f5f5 50%, transparent 0) */
}

.body h2[data-v-1d714350] {
    margin-bottom: 20px
}

.body p[data-v-1d714350] {
    font-family: Lucida Grande, Lucida Sans Unicode, Lucida Sans, Geneva, Verdana, sans-serif;
    font-size: 20px;
    margin-bottom: 20px
}

@media only screen and (max-width:575px) {
    .body p[data-v-1d714350] {
        font-size: 16px
    }
}

.body p img[data-v-1d714350] {
    float: left;
    margin-right: 1rem
}

@media only screen and (max-width:575px) {
    .body p img[data-v-1d714350] {
        width: 100%
    }
}

.body a[data-v-1d714350],
.text-dark-blue[data-v-4cb881fc] {
    color: #3780ff
}

.mb[data-v-4cb881fc] {
    margin-bottom: 40px !important
}

.header[data-v-4cb881fc] {
    border-bottom: 3px solid #9eafb9;
    padding: 0 1rem
}

.header h4[data-v-4cb881fc] {
    font-family: Jura-Regular, serif;
    font-size: 28px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 20px;
    padding-left: 85px
}

@media only screen and (max-width:667px) {
    .header h4[data-v-4cb881fc] {
        font-size: 20px;
        padding-left: 75px
    }
}

@media only screen and (max-width:479px) {
    .header h4[data-v-4cb881fc] {
        font-size: 20px;
        padding-left: 40px
    }
}

@media only screen and (max-width:419px) {
    .header h4[data-v-4cb881fc] {
        font-size: 18px;
        padding-left: 0;
        margin-top: 15px
    }
}

.header .logo[data-v-4cb881fc] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:658px) {
    .header .logo img[data-v-4cb881fc] {
        width: 100%
    }
}

.author[data-v-4cb881fc] {
    font-size: 16px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:419px) {
    .author[data-v-4cb881fc] {
        font-size: 13px
    }
}

.body[data-v-4cb881fc] {
    padding: 1rem;
    /* background: linear-gradient(180deg, #f5f5f5 50%, transparent 0) */
}

.body img[data-v-4cb881fc] {
    float: right;
    margin-left: 1rem
}

@media only screen and (max-width:767px) {
    .body img[data-v-4cb881fc] {
        max-width: 200px
    }
}

@media only screen and (max-width:575px) {
    .body img[data-v-4cb881fc] {
        max-width: 170px
    }
}

@media only screen and (max-width:419px) {
    .body img[data-v-4cb881fc] {
        max-width: none;
        width: 80%;
        display: block;
        margin: 0 auto 15px;
        float: none
    }
}

.body .social-icons img[data-v-4cb881fc] {
    float: none;
    margin: 15px 0 5px -5px;
    max-width: 200px
}

.body h2[data-v-4cb881fc] {
    margin-bottom: 20px;
    font-family: Arial Black, Arial Bold, Gadget, sans-serif
}

.body p[data-v-4cb881fc] {
    font-family: TimesNewRoman, Times New Roman, Times, Baskerville, Georgia, serif;
    font-size: 22px;
    margin-bottom: 20px
}

@media only screen and (max-width:767px) {
    .body p[data-v-4cb881fc] {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .body p[data-v-4cb881fc] {
        font-size: 18px
    }
    .body p img[data-v-4cb881fc] {
        width: 100%
    }
}

@media only screen and (max-width:419px) {
    .body p[data-v-4cb881fc] {
        font-size: 16px
    }
}

.body a[data-v-4cb881fc] {
    color: #cb4b16
}

.chat-body[data-v-17231c9c]::-webkit-scrollbar-track {
    background-color: #ddedf7;
    box-shadow: inset 0 0 3px #bababa;
    margin-bottom: 10px;
    border-radius: 5px
}

.chat-body[data-v-17231c9c]::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 1px 1px #fff;
    max-height: 40px;
    background: #bababa url(../img/for_scrollbar.png) no-repeat 50%
}

.chat-body[data-v-17231c9c]::-webkit-scrollbar {
    width: 16px
}

.modal-overlay[data-v-17231c9c] {
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal[data-v-17231c9c] {
    z-index: 1050;
    position: absolute
}

.modal.closed[data-v-17231c9c] {
    display: none
}

.chat[data-v-17231c9c] {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: justify;
    justify-content: space-between;
    bottom: 0;
    top: 0;
    left: 50%;
    min-width: 280px;
    width: 522px;
    margin-left: -261px;
    border-radius: 15px;
    z-index: 1060;
    padding-bottom: 15px
}

@media only screen and (max-width:569px) {
    .chat[data-v-17231c9c] {
        left: 0;
        right: 0;
        width: 90%;
        min-width: auto;
        margin: 0 auto !important;
        transform: translateX(-50%)
    }
}

.chat .form[data-v-17231c9c] {
    position: relative;
    min-width: 100%;
    background: #f8f8f8;
    border-radius: 0 0 18px 18px;
    padding: 10px 15px 20px;
    margin: 0;
    border: 2px solid #7b7b7b
}

.chat .form input[type=text][data-v-17231c9c] {
    font-size: 20px;
    -ms-flex-preferred-size: 70%;
    flex-basis: 70%;
    height: 44px;
    resize: none;
    padding: 5px 10px;
    border: 1px solid #ccc;
    margin: 0
}

@media only screen and (max-width:419px) {
    .chat .form input[type=text][data-v-17231c9c] {
        font-size: 16px
    }
}

.chat .form .btn[data-v-17231c9c] {
    -ms-flex-preferred-size: 30%;
    flex-basis: 30%;
    width: auto;
    margin: 0;
    line-height: 1;
    padding: 12px;
    border-radius: 0;
    font-weight: 400
}

@media only screen and (max-width:419px) {
    .chat .form .btn[data-v-17231c9c] {
        font-size: 16px
    }
}

.chat .form .info[data-v-17231c9c] {
    color: gray;
    padding: 5px 0 0 5px
}

.chat .form-inner[data-v-17231c9c] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    border-radius: 0 0 18px 18px
}

.chat-header[data-v-17231c9c] {
    min-height: 122px;
    font-style: italic;
    font-weight: 700;
    width: 100%;
    position: relative
}

@media only screen and (max-width:575px) {
    .chat-header[data-v-17231c9c] {
        min-height: 100px
    }
}

.chat-header .image[data-v-17231c9c] {
    border-radius: 50%;
    background: #fff;
    width: 106px;
    height: 106px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border: 2px solid #1c5486;
    position: absolute;
    top: -46px;
    left: 32px;
    overflow: hidden
}

@media only screen and (max-width:991px) {
    .chat-header .image[data-v-17231c9c] {
        width: 80px;
        height: 80px;
        top: -23px;
        left: 20px
    }
}

@media only screen and (max-width:429px) {
    .chat-header .image[data-v-17231c9c] {
        width: 60px;
        height: 60px;
        top: -13px;
        left: 15px
    }
}

.chat-header .image img[data-v-17231c9c] {
    height: auto;
    max-width: 110px
}

@media only screen and (max-width:991px) {
    .chat-header .image img[data-v-17231c9c] {
        width: 84px
    }
}

@media only screen and (max-width:429px) {
    .chat-header .image img[data-v-17231c9c] {
        width: 60px
    }
}

.chat-header .text[data-v-17231c9c] {
    margin-left: 150px
}

@media only screen and (max-width:991px) {
    .chat-header .text[data-v-17231c9c] {
        margin-left: 113px
    }
}

@media only screen and (max-width:429px) {
    .chat-header .text[data-v-17231c9c] {
        margin-left: 80px
    }
}

.chat-header .text .name[data-v-17231c9c] {
    font-size: 18px;
    margin-bottom: 7px
}

@media only screen and (max-width:991px) {
    .chat-header .text .name[data-v-17231c9c] {
        font-size: 16px
    }
}

.chat-header .text .position[data-v-17231c9c] {
    font-size: 14px
}

@media only screen and (max-width:991px) {
    .chat-header .text .position[data-v-17231c9c] {
        font-size: 12px
    }
}

.chat-header__inner[data-v-17231c9c] {
    min-height: 77px;
    color: #fff;
    background: linear-gradient(#0d8ae5, #00396a);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 18px 18px 0 0;
    border: 2px solid #152939;
    position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
    padding: 0 10px 0 0
}

.chat-body[data-v-17231c9c] {
    position: relative;
    z-index: 1070;
    -ms-flex-positive: 1;
    flex-grow: 1;
    background: #f8f8f8;
    height: 60vh;
    min-height: 150px;
    overflow-x: hidden;
    border: 2px solid #7b7b7b;
    border-bottom: 0;
    border-top: 0;
    overflow-y: auto;
    transition: all 1s
}

.chat-body .typing[data-v-17231c9c],
.chat-body .waiting[data-v-17231c9c] {
    margin: 5px 15px
}

@media only screen and (max-width:575px) {
    .chat-body .typing[data-v-17231c9c] {
        max-width: 50px
    }
}

.chat-body__inner[data-v-17231c9c] {
    margin-bottom: 18px;
    overflow-y: hidden;
    transition: all 1s
}

.chat-messages[data-v-17231c9c] {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: normal;
    padding: 15px 15px 0;
    overflow-x: hidden;
    transition: all 1s
}

.chat-messages .linkTo[data-v-17231c9c] {
    margin-top: 15px
}

.chat-messages .linkTo a[data-v-17231c9c] {
    cursor: pointer;
    color: #144baa
}

.chat-outer[data-v-17231c9c] {
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .5)
}

.message[data-v-1f16cba0] {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    transition: all 1s
}

.message[data-v-1f16cba0]:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0px;
    border: 20px solid transparent;
    border-right: 20px solid #c0e7ff;
    z-index: 0
}

.message .message-content[data-v-1f16cba0] {
    line-height: 1.5;
    padding: 9px;
    margin-bottom: 20px;
    max-width: 380px;
    background: #c0e7ff;
    color: black;
    font-size: 18px;
    z-index: 1;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: 6px 4px 10px rgba(0, 0, 0, .1)
}

@media only screen and (max-width:991px) {
    .message .message-content[data-v-1f16cba0] {
        font-size: 16px
    }
}

.message .message-content .time[data-v-1f16cba0] {
    text-align: right;
    color: #1c5486
}

.message .message-content .linkTo[data-v-1f16cba0] {
    font-weight: 700;
    font-size: 20px;
    color: #1882db;
    display: block;
    margin-top: 20px;
    cursor: pointer;
    text-decoration: underline
}

@media only screen and (max-width:575px) {
    .message .message-content .linkTo[data-v-1f16cba0] {
        font-size: 16px
    }
}

.message .message-content .linkTo[data-v-1f16cba0]:hover {
    text-decoration: none
}

.message.owner[data-v-1f16cba0] {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.message.owner[data-v-1f16cba0]:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 7px;
    left: auto;
    border: 20px solid transparent;
    border-left: 20px solid #ebebeb
}

.message.owner .message-content[data-v-1f16cba0] {
    background: #ebebeb
}

.loading[data-v-83db6878]:after {
    content: ".";
    animation: loading-data-v-83db6878 1s ease alternate infinite
}

@keyframes loading-data-v-83db6878 {
    60% {
        text-shadow: .35em 0 0 currentColor
    }
    to {
        text-shadow: .35em 0 0 currentColor, .75em 0 0 currentColor
    }
}

.item-1[data-v-7e6cf4f0] {
    background: #ebebeb
}

.item-1 h2[data-v-7e6cf4f0] {
    font-size: 28px;
    margin-bottom: 20px
}

.item-1 h3[data-v-7e6cf4f0] {
    font-size: 21px;
    line-height: 34px
}

@media only screen and (max-width:629px) {
    .item-1 h3.text-danger br[data-v-7e6cf4f0] {
        display: none
    }
}

.item-1 .more[data-v-7e6cf4f0] {
    font-style: italic;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 20px
}

@media only screen and (max-width:575px) {
    .item-1 h2[data-v-7e6cf4f0] {
        font-size: 22px
    }
    .item-1 h3[data-v-7e6cf4f0] {
        font-size: 18px;
        line-height: 26px
    }
    .item-1 .btn[data-v-7e6cf4f0] {
        font-size: 20px;
        line-height: 30px;
        padding: 10px
    }
}

.card-block[data-v-7e6cf4f0] {
    text-align: center;
    color: #144baa;
    padding: 10px 15px 40px
}

@media only screen and (max-width:575px) {
    .card-block[data-v-7e6cf4f0] {
        padding: 10px 0 20px
    }
}

.card-block h3[data-v-7e6cf4f0] {
    font-size: 24px;
    font-weight: 300;
    margin-bottom: 20px
}

.card-block h3.sign-in[data-v-7e6cf4f0] {
    margin: 30px auto
}

.card-block h3.second-header[data-v-7e6cf4f0] {
    display: none
}

@media only screen and (max-width:575px) {
    .card-block h3.second-header[data-v-7e6cf4f0] {
        display: block
    }
}

@media only screen and (max-width:575px) {
    .card-block h3.first-header[data-v-7e6cf4f0] {
        display: none
    }
}

.card-block .btn-sign-in[data-v-7e6cf4f0] {
    margin: 0 auto;
    padding: 0 60px;
    line-height: 42px
}

.card-block p[data-v-7e6cf4f0] {
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 18px;
    color: #303030
}

@media only screen and (max-width:767px) {
    .card-block p[data-v-7e6cf4f0] {
        font-size: 18px
    }
}

.card-block p.login-info[data-v-7e6cf4f0] {
    max-width: 340px;
    margin: 20px auto 0;
    font-weight: 600;
    font-size: 16px
}

.card-block p.login-info span[data-v-7e6cf4f0] {
    cursor: pointer;
    color: #1b5faf
}

.card-block .form-block[data-v-7e6cf4f0] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end
}

.card-block .form-block input[data-v-7e6cf4f0] {
    letter-spacing: .4em
}

.form[data-v-7e6cf4f0] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 auto;
    max-width: 326px
}

.form .btn[data-v-7e6cf4f0] {
    width: 100%
}

.form-block[data-v-7e6cf4f0] {
    max-width: 570px;
    margin: 0 auto
}

.form-block .arrows[data-v-7e6cf4f0] {
    height: 18px;
    width: 90px;
    background: no-repeat left 50%;
    background-size: cover;
    margin-bottom: 10px
}

@media only screen and (max-width:767px) {
    .form-block .arrows[data-v-7e6cf4f0] {
        width: 88px
    }
}

@media only screen and (max-width:649px) {
    .form-block .arrows[data-v-7e6cf4f0] {
        width: 53px
    }
}

@media only screen and (max-width:575px) {
    .form-block .arrows[data-v-7e6cf4f0] {
        display: none
    }
}

.form-block .arrows-right[data-v-7e6cf4f0] {
    transform: rotate(180deg)
}

.fade-enter-active[data-v-04d6002c],
.fade-leave-active[data-v-04d6002c] {
    transition-property: opacity;
    transition-duration: .5s
}

.fade-enter-active[data-v-04d6002c] {
    transition-delay: .5s
}

.fade-enter[data-v-04d6002c],
.fade-leave-active[data-v-04d6002c] {
    opacity: 0
}

@keyframes h-progress-data-v-04d6002c {
    0 {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes h-progress-error-data-v-04d6002c {
    0 {
        width: 0
    }
    to {
        width: 50%
    }
}

@keyframes progress-vertical-data-v-04d6002c {
    0 {
        opacity: 0;
        top: 450px
    }
    1% {
        opacity: 1;
        top: 450px
    }
    99% {
        opacity: 1
    }
    to {
        opacity: 0;
        top: -40px
    }
}

.shake[data-v-04d6002c] {
    animation-name: shake-data-v-04d6002c
}

@keyframes shake-data-v-04d6002c {
    0,
    to {
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-4px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes slideInUp-data-v-04d6002c {
    0 {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInUp[data-v-04d6002c] {
    animation-name: slideInUp-data-v-04d6002c;
    animation-duration: .5s
}

@keyframes slideInDown-data-v-04d6002c {
    0 {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInDown[data-v-04d6002c] {
    animation-name: slideInDown-data-v-04d6002c;
    animation-duration: 0
}

@keyframes zoomIn-data-v-04d6002c {
    0 {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn[data-v-04d6002c] {
    animation-name: zoomIn-data-v-04d6002c;
    animation-duration: .5s
}

@keyframes zoomOut-data-v-04d6002c {
    0 {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut[data-v-04d6002c] {
    animation-name: zoomOut-data-v-04d6002c;
    animation-duration: .5s
}

@keyframes slideInLeft-data-v-04d6002c {
    0 {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInLeft[data-v-04d6002c] {
    animation-name: slideInLeft-data-v-04d6002c;
    animation-duration: .5s
}

@keyframes slideInRight-data-v-04d6002c {
    0 {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInRight[data-v-04d6002c] {
    animation-name: slideInRight-data-v-04d6002c;
    animation-duration: .5s
}

.pulse[data-v-04d6002c] {
    animation-name: pulse-data-v-04d6002c
}

@keyframes pulse-data-v-04d6002c {
    0 {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}

.blinkBlock[data-v-04d6002c] {
    animation: pulsateBlock-data-v-04d6002c 1.2s linear infinite
}

@keyframes pulsateBlock-data-v-04d6002c {
    50% {
        box-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 15px #ffd, 0 0 25px 5px #144baa
    }
}

#login[data-v-04d6002c] {
    padding-bottom: 20px
}

#login h3[data-v-04d6002c] {
    margin-bottom: 25px;
    text-align: center
}

#login form[data-v-04d6002c] {
    max-width: 400px;
    margin: 0 auto
}

#login form h4[data-v-04d6002c] {
    margin-bottom: 8px
}

#login form .btn[data-v-04d6002c] {
    width: 100%;
    margin-top: 15px
}

#login .modal-title[data-v-04d6002c] {
    font-size: 20px
}

.form-item input[data-v-04d6002c] {
    height: 40px;
    border: 1px solid #ccc
}

.form-item .error[data-v-04d6002c] {
    display: none;
    margin-bottom: 8px;
    font-size: 13px;
    color: #fc5c65
}

.form-item.errorInput .error[data-v-04d6002c] {
    display: block
}

.form-item.errorInput input[data-v-04d6002c],
.form-item.errorInput textarea[data-v-04d6002c] {
    border: 1px solid red;
    border-color: #fc5c65;
    box-shadow: 0 0 10px rgba(255, 0, 0, .5);
    animation: shake-data-v-04d6002c .3s
}

.item-1[data-v-f10ed0b4] {
    text-align: center
}

.item-1 .item-inner[data-v-f10ed0b4] {
    min-height: 320px
}

.item-1 h2[data-v-f10ed0b4] {
    margin-bottom: 30px;
    font-weight: 700
}

.item-1 h3[data-v-f10ed0b4] {
    color: #144baa
}

.item-2 .item-inner[data-v-f10ed0b4] {
    padding: 0
}

.item-3 .item-inner .btn[data-v-f10ed0b4] {
    font-weight: 700;
    border-radius: 5px;
    margin: 15px auto 0;
    padding: 13px 30px;
    line-height: 1.4
}

@media only screen and (max-width:699px) {
    .item-3 .item-inner .btn[data-v-f10ed0b4] {
        width: 100%;
        padding: 13px 15px
    }
}

@media only screen and (max-width:495px) {
    .item-3 .item-inner .btn[data-v-f10ed0b4] {
        font-size: 16px
    }
}

.item-3 .item-inner .item-3__inner[data-v-f10ed0b4] {
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    padding: 15px 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 13px
}

@media only screen and (max-width:767px) {
    .item-3 .item-inner .item-3__inner[data-v-f10ed0b4] {
        padding: 15px
    }
}

.item-3 .item-inner .item-3__inner .text[data-v-f10ed0b4] {
    text-align: center
}

.item-3 .item-inner .item-3__inner .text p[data-v-f10ed0b4] {
    font-size: 18px
}

@media only screen and (max-width:495px) {
    .item-3 .item-inner .item-3__inner .text p br[data-v-f10ed0b4] {
        display: none
    }
}

.item-3 .item-inner .item-3__inner .text h2[data-v-f10ed0b4] {
    color: #2c79ff
}

.item-3 .item-inner .item-top[data-v-f10ed0b4] {
    box-shadow: 0 1px 5px rgba(0, 0, 0, .4);
    background: #434c52
}

@media only screen and (max-width:495px) {
    .item-3 .item-inner .item-top[data-v-f10ed0b4] {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .item-3 .item-inner .item-top .image[data-v-f10ed0b4] {
        margin-bottom: 15px
    }
}

.item-3 .item-inner .item-top h2 strong[data-v-f10ed0b4] {
    font-weight: 700
}

.item-3 .item-inner .item-top .image[data-v-f10ed0b4] {
    min-width: 220px
}

@media only screen and (max-width:767px) {
    .item-3 .item-inner .item-top .image[data-v-f10ed0b4] {
        min-width: 160px
    }
}

@media only screen and (max-width:615px) {
    .item-3 .item-inner .item-top .image[data-v-f10ed0b4] {
        min-width: auto;
        margin-right: 15px
    }
    .item-3 .item-inner .item-top .image img[data-v-f10ed0b4] {
        width: 80px;
        height: auto
    }
}

@media only screen and (max-width:575px) {
    .item-3 .item-inner .item-top .image img[data-v-f10ed0b4] {
        width: 60px;
        height: auto
    }
}

.item-3 .item-inner .item-bottom[data-v-f10ed0b4] {
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 40px 20px
}

.item-3 .item-inner .item-bottom h3[data-v-f10ed0b4] {
    font-size: 20px
}

@media only screen and (max-width:575px) {
    .item-3 .item-inner .item-bottom h3[data-v-f10ed0b4] {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .item-3 .item-inner .item-bottom[data-v-f10ed0b4] {
        padding: 15px 15px 20px
    }
}

.item-3 .item-inner .item-bottom .text-block[data-v-f10ed0b4] {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:495px) {
    .item-3 .item-inner .item-bottom .text-block[data-v-f10ed0b4] {
        -ms-flex-direction: column;
        flex-direction: column
    }
    .item-3 .item-inner .item-bottom .text-block .image[data-v-f10ed0b4] {
        margin: 15px 0 0
    }
}

.item-3 .item-inner .item-bottom .image[data-v-f10ed0b4] {
    min-width: 120px;
    text-align: center
}

@media only screen and (max-width:767px) {
    .item-3 .item-inner .item-bottom .image[data-v-f10ed0b4] {
        min-width: 100px
    }
}

.image-search[data-v-f10ed0b4] {
    max-width: 190px;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

.image-search img[data-v-f10ed0b4] {
    width: 100%;
    height: auto
}

@media only screen and (max-width:575px) {
    .image-search img[data-v-f10ed0b4] {
        width: 80%
    }
}

.search-outer[data-v-f10ed0b4] {
    position: relative
}

.search__header[data-v-f10ed0b4] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 6px;
    padding: 15px
}

.search__header strong[data-v-f10ed0b4] {
    color: #1d82f4
}

@media only screen and (max-width:575px) {
    .search__header[data-v-f10ed0b4] {
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center;
        line-height: 30px
    }
}

.search[data-v-f10ed0b4] {
    position: relative;
    height: 298px;
    overflow: hidden;
    border: 1px solid #dadada;
    display: -ms-flexbox;
    display: flex
}

.search .founded[data-v-f10ed0b4] {
    display: -ms-flexbox;
    display: flex;
    background: #fff
}

.search ul[data-v-f10ed0b4] {
    padding: 0;
    list-style-type: none
}

@media only screen and (max-width:890px) {
    .search[data-v-f10ed0b4] {
        height: 256px
    }
}

@media only screen and (max-width:767px) {
    .search[data-v-f10ed0b4] {
        height: 220px
    }
}

@media only screen and (max-width:385px) {
    .search[data-v-f10ed0b4] {
        height: 160px
    }
}

.code[data-v-f10ed0b4] {
    font-size: 18px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    min-width: 60%;
    padding: 0 15px 0 20px
}

.code ul[data-v-f10ed0b4] {
    font-weight: 700;
    position: relative;
    bottom: 0;
    margin-top: auto
}

@media only screen and (max-width:767px) {
    .code[data-v-f10ed0b4] {
        font-size: 16px
    }
}

@media only screen and (max-width:707px) {
    .code[data-v-f10ed0b4] {
        font-size: 15px
    }
}

@media only screen and (max-width:679px) {
    .code[data-v-f10ed0b4] {
        font-size: 19px
    }
}

@media only screen and (max-width:526px) {
    .code[data-v-f10ed0b4] {
        font-size: 17px
    }
}

@media only screen and (max-width:495px) {
    .code[data-v-f10ed0b4] {
        font-size: 16px
    }
}

@media only screen and (max-width:438px) {
    .code[data-v-f10ed0b4] {
        font-size: 13px
    }
}

@media only screen and (max-width:385px) {
    .code[data-v-f10ed0b4] {
        font-size: 11px;
        padding: 0 15px 0 10px
    }
}

.amount-block[data-v-f10ed0b4] {
    font-size: 32px;
    font-weight: 700;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    min-width: 40%;
    padding: 0 15px;
    background: no-repeat 50% 50%;
    background-size: contain
}

@media only screen and (max-width:890px) {
    .amount-block[data-v-f10ed0b4] {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    .amount-block[data-v-f10ed0b4] {
        font-size: 22px
    }
}

@media only screen and (max-width:679px) {
    .amount-block[data-v-f10ed0b4] {
        display: none
    }
}

.completed[data-v-f10ed0b4] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.completed h3[data-v-f10ed0b4] {
    padding: 40px
}

.completed h3[data-v-f10ed0b4],
.found[data-v-f10ed0b4] {
    border: 2px solid #494949;
    background: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, .4)
}

.found[data-v-f10ed0b4] {
    text-align: center;
    position: absolute;
    padding: 25px 40px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    z-index: 10
}

@media only screen and (max-width:575px) {
    .found[data-v-f10ed0b4] {
        white-space: normal;
        padding: 15px 10px
    }
}

.found h2[data-v-f10ed0b4] {
    font-weight: 700;
    white-space: nowrap
}

.v-progress[data-v-f10ed0b4] {
    position: absolute;
    height: 100%;
    width: 15px;
    border-right: 1px solid #dadada;
    overflow-y: hidden
}

@media only screen and (max-width:385px) {
    .v-progress[data-v-f10ed0b4] {
        width: 7px
    }
}

.v-progress__inner[data-v-f10ed0b4] {
    position: relative;
    width: 100%;
    height: 40px;
    background: #dadada;
    top: 440px;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.search__bottom[data-v-1cef1734] {
    margin: 10px 0 20px;
    box-shadow: 0 0 5px #144baa;
    background: #ddedf7;
    min-height: 96px;
    border: 1px solid #7f7f7f;
    padding: 15px 20px
}

.search__bottom h2[data-v-1cef1734] {
    font-weight: 600
}

@media only screen and (max-width:575px) {
    .search__bottom[data-v-1cef1734] {
        padding: 15px 10px;
        text-align: center
    }
}

.search__bottom h4[data-v-1cef1734] {
    text-align: center;
    font-size: 18px
}

@media only screen and (max-width:575px) {
    .search__bottom h4[data-v-1cef1734] {
        font-size: 16px
    }
}

.amount__bottom[data-v-1cef1734] {
    margin-bottom: 5px
}

@media only screen and (max-width:575px) {
    .amount__bottom[data-v-1cef1734] {
        font-size: 17px
    }
}

.amount__bottom strong[data-v-1cef1734] {
    color: #144baa;
    font-weight: 700;
    font-size: 30px;
    white-space: nowrap
}

@media only screen and (max-width:575px) {
    .amount__bottom strong[data-v-1cef1734] {
        font-size: 28px
    }
}

.item[data-v-48c88ae0] {
    text-align: center
}

.item .item-inner[data-v-48c88ae0] {
    min-height: 320px;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative
}

.item .item-inner[data-v-48c88ae0],
.item .item__images[data-v-48c88ae0] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

.item .item__images[data-v-48c88ae0] {
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 40px 0
}

.item .item__images .image[data-v-48c88ae0]:first-child,
.item .item__images .image[data-v-48c88ae0]:last-child {
    transform: scale(.7);
    margin-top: -12px
}

.loader[data-v-4cb078d0] {
    width: 400px;
    height: 40px;
    background-color: #ddd;
    margin: 0 auto;
    position: relative;
    border-radius: 100px;
    box-shadow: inset 0 0 0 2px rgba(0, 0, 0, .05)
}

@media only screen and (max-width:493px) {
    .loader[data-v-4cb078d0] {
        width: 100%
    }
}

.loader[data-v-4cb078d0]:after {
    border-radius: 100px;
    content: "";
    position: absolute;
    background-color: #fff;
    left: 2px;
    top: 2px;
    bottom: 2px;
    right: 360px;
    animation-name: slide-data-v-4cb078d0;
    animation-duration: 5s;
    animation-easing-function: linear;
    animation-iteration-count: infinite;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2)
}

@media only screen and (max-width:493px) {
    .loader[data-v-4cb078d0]:after {
        right: 224px
    }
}

@keyframes slide-data-v-4cb078d0 {
    0 {
        right: 360px;
        left: 2px
    }
    5% {
        left: 2px
    }
    50% {
        right: 2px;
        left: 360px
    }
    55% {
        right: 2px
    }
    to {
        right: 360px;
        left: 2px
    }
}

@media only screen and (max-width:575px) {
    @keyframes slide-data-v-4cb078d0 {
        0 {
            right: 224px;
            left: 2px
        }
        5% {
            left: 2px
        }
        50% {
            right: 2px;
            left: 224px
        }
        55% {
            right: 2px
        }
        to {
            right: 224px;
            left: 2px
        }
    }
}

.item[data-v-edcdba12] {
    line-height: 1.5
}

.item h3[data-v-edcdba12] {
    margin-bottom: 25px
}

.item img[data-v-edcdba12] {
    max-width: 210px
}

.item-inner[data-v-edcdba12] {
    min-height: 400px;
    box-shadow: none;
    border: 1px solid #ccc
}

.item-1 h2[data-v-edcdba12] {
    font-size: 26px
}

.item-1 img[data-v-edcdba12] {
    margin-top: 50px;
    width: auto;
    height: auto
}

.images-block[data-v-edcdba12] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 70px
}

.image[data-v-edcdba12] {
    position: relative
}

.image[data-v-edcdba12]:first-child {
    margin-right: 45px
}

@media only screen and (max-width:339px) {
    .image[data-v-edcdba12]:first-child {
        margin-right: 25px
    }
}

.image img.absolute[data-v-edcdba12] {
    position: absolute;
    top: 70px;
    right: 15px
}

@media only screen and (max-width:624px) {
    .image img.absolute[data-v-edcdba12] {
        top: 55px;
        right: 11px;
        width: 22px
    }
}

@media only screen and (max-width:624px) {
    .image img[data-v-edcdba12]:first-child {
        width: auto;
        height: 113px
    }
}

.item-2 h2[data-v-edcdba12] {
    color: white;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
    line-height: 36px;
    margin-bottom: 40px
}

@media only screen and (max-width:767px) {
    .item-2 h2[data-v-edcdba12] {
        font-size: 24px;
        line-height: 32px
    }
}

@media only screen and (max-width:575px) {
    .item-2 h2[data-v-edcdba12] {
        font-size: 22px;
        line-height: 30px
    }
}

@media only screen and (max-width:479px) {
    .item-2 h2[data-v-edcdba12] {
        font-size: 20px;
        line-height: 28px
    }
}

.item[data-v-92861086] {
    line-height: 1.5
}

h3[data-v-92861086] {
    margin-bottom: 25px
}

.top .label[data-v-92861086] {
    color: #fff;
    background: #0a8d5f;
    padding: 15px 50px 15px 10px;
    border-radius: 0 70px 70px 0;
    margin-right: 30px
}

@media only screen and (max-width:767px) {
    .top .label[data-v-92861086] {
        margin-right: 0
    }
}

.top h3 span[data-v-92861086] {
    font-size: 24px
}

@media only screen and (max-width:991px) {
    .top h3 span[data-v-92861086] {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .top h3 span[data-v-92861086] {
        font-size: 18px
    }
}

.ap[data-v-92861086] {
    background: #e9f0f8 url(../img/vodznak2.png);
    position: relative;
    border: 5px double #dc322f;
    padding: 15px 35px;
    font-size: 20px;
    color: black;
}

@media only screen and (max-width:991px) {
    .ap[data-v-92861086] {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .ap[data-v-92861086] {
        font-size: 16px;
        padding: 15px
    }
}

.ap h3[data-v-92861086] {
    text-align: center;
    font-size: 22px;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .ap h3[data-v-92861086] {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .ap h3[data-v-92861086] {
        font-size: 18px
    }
}

.ap .form-input[data-v-92861086] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.ap .form-input .form-checkbox[data-v-92861086] {
    margin-right: 15px
}

.ap .form-input span[data-v-92861086] {
    cursor: pointer
}

.bottom[data-v-92861086] {
    font-size: 20px;
    font-weight: 600;
    border: 5px double #b7c8d1;
    background: #f3fff4;
    padding: 15px 20px;
    position: relative;
    margin: 15px -20px 0
}

@media only screen and (max-width:991px) {
    .bottom[data-v-92861086] {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .bottom[data-v-92861086] {
        font-size: 16px;
        margin: 15px -5px 0;
        padding: 15px 10px
    }
}

.row.flex[data-v-92861086] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.row.flex .fio[data-v-92861086] {
    width: auto;
    -ms-flex-positive: 1;
    flex-grow: 1;
    position: relative
}

.row.flex.fio-row .form-input[data-v-92861086] {
    -ms-flex-positive: 1;
    flex-grow: 1
}

.row.flex.fio-row .form-item[data-v-92861086] {
    width: 100%
}

@media only screen and (max-width:575px) {
    .with-date .flex[data-v-92861086] {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.with-date .form-item[data-v-92861086] {
    width: 80%
}

@media only screen and (max-width:767px) {
    .with-date .form-item[data-v-92861086] {
        width: 100%
    }
}

.inputCardNumber[data-v-92861086] {
    margin-top: 15px
}

.inputCardNumber input[data-v-92861086] {
    max-width: 600px
}

.fio-text[data-v-92861086] {
    margin-top: 15px
}

.btn[data-v-92861086] {
    line-height: 1.5;
    padding: 10px 25px;
    font-size: 24px;
    font-weight: 600;
    margin: 25px auto 15px
}

@media only screen and (max-width:619px) {
    .btn[data-v-92861086] {
        font-size: 20px
    }
}

@media only screen and (max-width:479px) {
    .btn[data-v-92861086] {
        font-size: 16px
    }
}

.fio-row[data-v-92861086] {
    -ms-flex-align: end;
    align-items: flex-end
}

.fio-row div[data-v-92861086]:first-child {
    margin-right: 5px;
    margin-top: 17px
}

.fio-row div[data-v-92861086]:nth-child(3) {
    margin-left: 5px;
    margin-top: 17px
}

.form-input .row[data-v-92861086] {
    display: -ms-flexbox;
    display: flex
}

#fio-input[data-v-92861086] {
    line-height: 36px;
    padding: 0 10px
}

@media only screen and (max-width:767px) {
    #fio-input[data-v-92861086] {
        font-size: 16px
    }
}

label[for=fio-input][data-v-92861086] {
    margin-left: 15px;
    font-style: italic;
    font-weight: 600
}

.amount[data-v-92861086] {
    white-space: nowrap
}

.amount .form-input[data-v-92861086] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 41%;
    flex-basis: 41%;
    min-width: 41%
}

.date[data-v-92861086] {
    white-space: nowrap;
    margin-left: 15px;
    margin-top: -6px
}

.text-primary[data-v-92861086] {
    color: #267ebc
}

.item .image[data-v-fc85dbc8] {
    text-align: center;
    margin: 15px 0
}

@media only screen and (max-width:991px) {
    .item .image img[data-v-fc85dbc8] {
        max-width: 200px
    }
}

h2[data-v-fc85dbc8] {
    font-size: 30px
}

@media only screen and (max-width:991px) {
    h2[data-v-fc85dbc8] {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    h2[data-v-fc85dbc8] {
        font-size: 24px
    }
}

@media only screen and (max-width:575px) {
    h2[data-v-fc85dbc8] {
        font-size: 20px
    }
}

.yellow-uppercase[data-v-3d6b9a76] {
    text-transform: uppercase;
    color: #fff92c
}

.item[data-v-3d6b9a76] {
    line-height: 1.5
}

h3[data-v-3d6b9a76] {
    margin-bottom: 25px
}

.top[data-v-3d6b9a76] {
    line-height: 1.3
}

.top .label[data-v-3d6b9a76] {
    color: #fff;
    background: #0a8d5f;
    padding: 15px 50px 15px 10px;
    border-radius: 0 120px 120px 0;
    margin-right: 30px
}

@media only screen and (max-width:767px) {
    .top .label[data-v-3d6b9a76] {
        margin-right: 0
    }
}

@media only screen and (max-width:575px) {
    .top .label[data-v-3d6b9a76] {
        border-radius: 0 70px 70px 0
    }
}

.top h3 span[data-v-3d6b9a76] {
    font-size: 24px
}

@media only screen and (max-width:991px) {
    .top h3 span[data-v-3d6b9a76] {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .top h3 span[data-v-3d6b9a76] {
        font-size: 18px
    }
}

.arrows[data-v-3d6b9a76] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    margin-top: -25px
}

@media only screen and (max-width:991px) {
    .arrows img[data-v-3d6b9a76] {
        max-width: 80px
    }
}

@media only screen and (max-width:767px) {
    .arrows img[data-v-3d6b9a76] {
        max-width: 60px
    }
}

.ap[data-v-3d6b9a76] {
    background: rgba(243, 255, 244, .982813) url(../img/vodznak2.png);
    position: relative;
    border: 5px double #0a8d5f;
    padding: 15px 35px;
    font-size: 20px;
    color: black;
}

@media only screen and (max-width:991px) {
    .ap[data-v-3d6b9a76] {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .ap[data-v-3d6b9a76] {
        font-size: 16px;
        padding: 15px
    }
}

.ap h3[data-v-3d6b9a76] {
    text-align: center;
    font-size: 26px;
    margin-bottom: 0;
    color: #0e0098
}

@media only screen and (max-width:991px) {
    .ap h3[data-v-3d6b9a76] {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .ap h3[data-v-3d6b9a76] {
        font-size: 18px
    }
}

.ap .form-block[data-v-3d6b9a76] {
    border-radius: 8px;
    border: 2px solid #000683;
    padding: 10px;
    margin: 0 -18px 15px
}

@media only screen and (max-width:767px) {
    .ap .form-block[data-v-3d6b9a76] {
        margin: 0 -10px 15px
    }
}

.ap .form-block-top[data-v-3d6b9a76] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 2px solid #000683;
    background: #dbfffa;
    border-radius: 6px 6px 0 0;
    margin: -10px -10px 0;
    padding: 0 10px 10px
}

@media only screen and (max-width:575px) {
    .ap .form-block-top[data-v-3d6b9a76] {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.ap .form-block-top__item[data-v-3d6b9a76]:first-child,
.ap .form-block-top__item[data-v-3d6b9a76]:nth-child(3) {
    -ms-flex-preferred-size: 20%;
    flex-basis: 20%;
    height: 100px;
    width: 178px
}

.ap .form-block-top__item[data-v-3d6b9a76]:first-child {
    background: url(../img/digital-sign-2.png) 50% no-repeat;
    background-size: 90%
}

@media only screen and (max-width:575px) {
    .ap .form-block-top__item[data-v-3d6b9a76]:first-child {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
}

.ap .form-block-top__item[data-v-3d6b9a76]:nth-child(2) {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    text-align: center;
    color: #0e0098;
    font-weight: 600;
    line-height: 1.4
}

.ap .form-block-bottom[data-v-3d6b9a76] {
    padding: 15px 10px 5px;
    background: #fffbdd;
    margin: 0 -10px -10px;
    border-radius: 8px;
    color: #0e0098
}

.ap .form-block-bottom__inner[data-v-3d6b9a76] {
    max-width: 500px;
    margin: 0 auto
}

.ap .form-input[data-v-3d6b9a76] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.ap .form-input .form-checkbox[data-v-3d6b9a76] {
    margin-right: 15px
}

.ap .form-input span[data-v-3d6b9a76] {
    cursor: pointer
}

.ap p.text-center[data-v-3d6b9a76] {
    max-width: 600px;
    margin: 15px auto
}

.ap input[data-v-3d6b9a76] {
    color: #0e0098;
    border-radius: 6px
}

.ap input[disabled][data-v-3d6b9a76] {
    background: #fff
}

@media only screen and (max-width:575px) {
    .ap input[data-v-3d6b9a76] {
        font-size: 18px
    }
}

@media only screen and (max-width:479px) {
    .ap input[data-v-3d6b9a76] {
        font-size: 16px
    }
}

.ap label[data-v-3d6b9a76] {
    font-size: 16px;
    font-weight: 600
}

@media only screen and (max-width:575px) {
    .ap label[data-v-3d6b9a76] {
        font-size: 14px
    }
}

@media only screen and (max-width:479px) {
    .ap label[data-v-3d6b9a76] {
        font-size: 12px
    }
}

.bottom[data-v-3d6b9a76] {
    font-size: 20px;
    font-weight: 600;
    border: 2px solid #b7c8d1;
    background-color: #ddebf7;
    padding: 15px 20px;
    position: relative;
    margin: 15px -20px
}

@media only screen and (max-width:991px) {
    .bottom[data-v-3d6b9a76] {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .bottom[data-v-3d6b9a76] {
        font-size: 16px;
        margin: 15px -5px 0;
        padding: 15px 10px
    }
}

.bottom[data-v-3d6b9a76]:before {
    background: 0;
    border: 2px solid #b7c8d1;
    content: "";
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    pointer-events: none
}

.btn[data-v-3d6b9a76] {
    line-height: 1.5;
    padding: 10px 15px;
    font-size: 22px;
    font-weight: 600;
    margin: 25px auto 15px
}

@media only screen and (max-width:619px) {
    .btn[data-v-3d6b9a76] {
        font-size: 20px
    }
}

@media only screen and (max-width:479px) {
    .btn[data-v-3d6b9a76] {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    .d-xs-none[data-v-3d6b9a76] {
        display: none
    }
}

.d-xs[data-v-3d6b9a76] {
    display: none
}

@media only screen and (max-width:575px) {
    .d-xs[data-v-3d6b9a76] {
        display: inline
    }
}

.amount[data-v-3d6b9a76] {
    white-space: nowrap
}

.text-primary[data-v-3d6b9a76] {
    color: #267ebc
}

input[data-v-3d6b9a76]::-webkit-input-placeholder {
    color: #7e7638
}

input[data-v-3d6b9a76]:-ms-input-placeholder,
input[data-v-3d6b9a76]::-ms-input-placeholder {
    color: #7e7638
}

input[data-v-3d6b9a76]::placeholder {
    color: #7e7638
}

.h-progresses[data-v-c808d834] {
    max-width: 770px;
    margin: 10px auto 0
}

.items h2[data-v-c808d834] {
    text-align: left;
    margin-bottom: 10px
}

.items[data-v-438a7958] {
    padding: 20px 10px
}

.item-inner[data-v-438a7958] {
    border: 3px solid #424750;
    box-shadow: none;
    padding: 0;
    line-height: 1.4
}

.item-inner p[data-v-438a7958] {
    font-size: 22px
}

@media only screen and (max-width:991px) {
    .item-inner p[data-v-438a7958] {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .item-inner p[data-v-438a7958] {
        font-size: 18px
    }
}

@media only screen and (max-width:575px) {
    .item-inner p[data-v-438a7958] {
        font-size: 16px
    }
}

.item-inner p.small[data-v-438a7958] {
    font-size: 18px;
    text-align: center;
    margin: 20px auto 0;
    padding: 0 15px
}

@media only screen and (max-width:767px) {
    .item-inner p.small br[data-v-438a7958] {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .item-inner p.small[data-v-438a7958] {
        font-size: 16px
    }
}

.top[data-v-438a7958] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px
}

.top h2[data-v-438a7958] {
    margin: 0 20px;
    font-size: 24px;
    text-align: center
}

@media only screen and (max-width:991px) {
    .top h2[data-v-438a7958] {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .top h2[data-v-438a7958] {
        margin: 0 15px;
        font-size: 18px
    }
}

@media only screen and (max-width:575px) {
    .top h2[data-v-438a7958] {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .top img[data-v-438a7958] {
        max-width: 40px
    }
}

.item-inner-top[data-v-438a7958] {
    background: #424750;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:575px) {
    .item-inner-top[data-v-438a7958] {
        padding: 10px
    }
}

@media only screen and (max-width:429px) {
    .item-inner-top[data-v-438a7958] {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.item-inner-top img[data-v-438a7958] {
    margin-right: 15px
}

@media only screen and (max-width:991px) {
    .item-inner-top img[data-v-438a7958] {
        max-width: 120px
    }
}

@media only screen and (max-width:767px) {
    .item-inner-top img[data-v-438a7958] {
        max-width: 100px
    }
}

@media only screen and (max-width:575px) {
    .item-inner-top img[data-v-438a7958] {
        max-width: 80px
    }
}

@media only screen and (max-width:429px) {
    .item-inner-top img[data-v-438a7958] {
        margin: 0 0 15px
    }
}

.item-inner-bottom[data-v-438a7958] {
    padding: 15px
}

.btn[data-v-438a7958] {
    line-height: 1.5;
    padding: 10px 25px;
    font-size: 24px;
    font-weight: 600;
    margin: 15px auto
}

@media only screen and (max-width:767px) {
    .btn[data-v-438a7958] {
        width: 100%
    }
}

@media only screen and (max-width:619px) {
    .btn[data-v-438a7958] {
        font-size: 20px
    }
}

@media only screen and (max-width:479px) {
    .btn[data-v-438a7958] {
        font-size: 17px
    }
}

.item-inner-top-text h1[data-v-438a7958] {
    text-align: center;
    color: #268aff;
    margin-bottom: 15px;
    margin-left: -112px;
    line-height: 1.2
}

@media only screen and (max-width:991px) {
    .item-inner-top-text h1[data-v-438a7958] {
        margin-left: -100px;
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    .item-inner-top-text h1[data-v-438a7958] {
        margin-left: -80px;
        font-size: 22px
    }
}

@media only screen and (max-width:575px) {
    .item-inner-top-text h1[data-v-438a7958] {
        margin-left: 0;
        font-size: 20px
    }
}

@media only screen and (max-width:479px) {
    .item-inner-top-text h1[data-v-438a7958] {
        font-size: 18px
    }
}

@media only screen and (max-width:575px) {
    .shield-2[data-v-438a7958] {
        display: none
    }
}

.pin-code-block[data-v-e8912f86] {
    box-shadow: 7px 7px 9px rgba(0, 0, 0, .4);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #1b4478;
    padding: 20px;
    border-radius: 8px;
    margin: 20px auto 10px;
    max-width: 370px
}

.pin-code-block h3[data-v-e8912f86],
.pin-code-block p[data-v-e8912f86] {
    color: #eef15d;
    text-align: center
}

.pin-code-block h3[data-v-e8912f86] {
    max-width: 295px
}

.pin-code-block p[data-v-e8912f86] {
    font-size: 18px;
    margin: 0 -15px
}

@media only screen and (max-width:575px) {
    .pin-code-block p[data-v-e8912f86] {
        font-size: 16px
    }
}

.pin-code[data-v-e8912f86] {
    max-width: 295px;
    padding: 3px 10px 10px;
    font-size: 68px;
    font-weight: 700;
    text-align: center;
    margin: 10px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-pack: center;
    justify-content: center;
    color: #000
}

@media only screen and (max-width:575px) {
    .pin-code[data-v-e8912f86] {
        font-size: 48px;
        max-width: 270px;
        margin: 10px
    }
}

.pin-code .pin-code-item[data-v-e8912f86] {
    background: #effcf2;
    margin-right: 7px;
    width: 70px;
    height: 75px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:575px) {
    .pin-code .pin-code-item[data-v-e8912f86] {
        width: 60px;
        height: 65px
    }
}

.pin-code .pin-code-item[data-v-e8912f86]:last-child {
    margin-right: 0
}

.pin-code span[data-v-e8912f86] {
    display: block;
    border-bottom: 6px solid #0a8d5f;
    color: #0a8d5f;
    line-height: .9;
    min-width: 38px;
    margin-top: auto;
    margin-bottom: 7px
}

@media only screen and (max-width:575px) {
    .pin-code span[data-v-e8912f86] {
        margin-right: 10px;
        min-width: 28px
    }
}

.pin-code span[data-v-e8912f86]:last-child {
    margin-right: 0
}

.logos[data-v-6cf106cc] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 25px auto
}

@media only screen and (max-width:575px) {
    .logos[data-v-6cf106cc] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: distribute;
        justify-content: space-around
    }
}

.logos img[data-v-6cf106cc] {
    margin-right: 30px
}

@media only screen and (max-width:575px) {
    .logos img[data-v-6cf106cc] {
        margin-right: 10px
    }
}

.logos img[data-v-6cf106cc]:last-child {
    margin-right: 0
}

p[data-v-6cf106cc] {
    font-size: 22px
}

@media only screen and (max-width:991px) {
    p[data-v-6cf106cc] {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    p[data-v-6cf106cc] {
        font-size: 18px
    }
}

@media only screen and (max-width:575px) {
    p[data-v-6cf106cc] {
        font-size: 16px
    }
}

p.small[data-v-6cf106cc] {
    font-size: 18px;
    text-align: center;
    margin: 20px auto 0;
    padding: 0 15px
}

@media only screen and (max-width:767px) {
    p.small br[data-v-6cf106cc] {
        display: none
    }
}

@media only screen and (max-width:767px) {
    p.small[data-v-6cf106cc] {
        font-size: 16px
    }
}

.item[data-v-7cf4ad22] {
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.item .image[data-v-7cf4ad22] {
    margin-top: 80px;
    text-align: center
}

@media only screen and (max-width:575px) {
    .item h1[data-v-7cf4ad22] {
        font-size: 24px
    }
}

@media only screen and (max-width:575px) {
    .item h1 br[data-v-7cf4ad22] {
        display: none
    }
}

.items[data-v-8ab70414] {
    padding: 20px 10px
}

.item-inner[data-v-8ab70414] {
    border: 3px solid #424750;
    box-shadow: none;
    padding: 0;
    line-height: 1.4
}

.item-inner p[data-v-8ab70414] {
    font-size: 22px
}

@media only screen and (max-width:991px) {
    .item-inner p[data-v-8ab70414] {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .item-inner p[data-v-8ab70414] {
        font-size: 18px
    }
}

@media only screen and (max-width:575px) {
    .item-inner p[data-v-8ab70414] {
        font-size: 16px
    }
}

.item-inner p.small[data-v-8ab70414] {
    font-size: 18px;
    text-align: center;
    margin: 20px auto 0;
    padding: 0 15px
}

@media only screen and (max-width:767px) {
    .item-inner p.small br[data-v-8ab70414] {
        display: none
    }
}

@media only screen and (max-width:767px) {
    .item-inner p.small[data-v-8ab70414] {
        font-size: 16px
    }
}

.top[data-v-8ab70414] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 15px
}

.top h2[data-v-8ab70414] {
    margin: 0 20px;
    font-size: 24px;
    text-align: center
}

@media only screen and (max-width:991px) {
    .top h2[data-v-8ab70414] {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .top h2[data-v-8ab70414] {
        margin: 0 15px;
        font-size: 18px
    }
}

@media only screen and (max-width:575px) {
    .top h2[data-v-8ab70414] {
        font-size: 16px
    }
}

@media only screen and (max-width:767px) {
    .top img[data-v-8ab70414] {
        max-width: 40px
    }
}

.item-inner-top[data-v-8ab70414] {
    background: #424750;
    padding: 15px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:575px) {
    .item-inner-top[data-v-8ab70414] {
        padding: 10px
    }
}

@media only screen and (max-width:429px) {
    .item-inner-top[data-v-8ab70414] {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.item-inner-top img[data-v-8ab70414] {
    margin-right: 15px
}

@media only screen and (max-width:991px) {
    .item-inner-top img[data-v-8ab70414] {
        max-width: 120px
    }
}

@media only screen and (max-width:767px) {
    .item-inner-top img[data-v-8ab70414] {
        max-width: 100px
    }
}

@media only screen and (max-width:575px) {
    .item-inner-top img[data-v-8ab70414] {
        max-width: 80px
    }
}

@media only screen and (max-width:429px) {
    .item-inner-top img[data-v-8ab70414] {
        margin: 0 0 15px
    }
}

.item-inner-bottom[data-v-8ab70414] {
    padding: 15px
}

.btn[data-v-8ab70414] {
    line-height: 1.5;
    padding: 10px 25px;
    font-size: 24px;
    font-weight: 600;
    margin: 15px auto
}

@media only screen and (max-width:767px) {
    .btn[data-v-8ab70414] {
        width: 100%
    }
}

@media only screen and (max-width:619px) {
    .btn[data-v-8ab70414] {
        font-size: 20px
    }
}

@media only screen and (max-width:479px) {
    .btn[data-v-8ab70414] {
        font-size: 17px
    }
}

.item h1[data-v-8ab70414] {
    text-align: center;
    font-size: 28px
}

@media only screen and (max-width:767px) {
    .item h1[data-v-8ab70414] {
        font-size: 24px
    }
}

@media only screen and (max-width:575px) {
    .item h1[data-v-8ab70414] {
        font-size: 20px
    }
}

@media only screen and (max-width:479px) {
    .item h1[data-v-8ab70414] {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .item h1 br[data-v-8ab70414] {
        display: none
    }
}

.item-inner-top[data-v-8ab70414] {
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: end;
    align-items: flex-end
}

@media only screen and (max-width:429px) {
    .item-inner-top[data-v-8ab70414] {
        -ms-flex-align: center;
        align-items: center;
        text-align: center
    }
}

.pin-code-message[data-v-8ab70414] {
    font-weight: 600
}

@media only screen and (max-width:575px) {
    .shield-2[data-v-8ab70414] {
        display: none
    }
}

.item-2[data-v-24801b02],
.item-3[data-v-24801b02] {
    text-align: center
}

.item-2 h1[data-v-24801b02],
.item-3 h1[data-v-24801b02] {
    font-size: 45px;
    margin-top: 5px;
    color: #267ebc
}

@media only screen and (max-width:767px) {
    .item-2 h1[data-v-24801b02],
    .item-3 h1[data-v-24801b02] {
        font-size: 32px
    }
}

@media only screen and (max-width:575px) {
    .item-2 h1[data-v-24801b02],
    .item-3 h1[data-v-24801b02] {
        font-size: 26px
    }
}

@media only screen and (max-width:479px) {
    .item-2 h1[data-v-24801b02],
    .item-3 h1[data-v-24801b02] {
        font-size: 24px
    }
}

.item-inner[data-v-24801b02] {
    min-height: 280px
}

.item-inner-top[data-v-24801b02] {
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 110px
}

@media only screen and (max-width:575px) {
    .item-inner-top[data-v-24801b02] {
        min-height: 80px
    }
}

.item-inner-top h2[data-v-24801b02] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    line-height: 1.6;
    font-size: 20px;
    position: relative;
    width: 438px
}

@media only screen and (max-width:767px) {
    .item-inner-top h2[data-v-24801b02] {
        font-size: 18px;
        width: 316px
    }
}

@media only screen and (max-width:575px) {
    .item-inner-top h2[data-v-24801b02] {
        font-size: 16px
    }
}

@media only screen and (max-width:479px) {
    .item-inner-top h2[data-v-24801b02] {
        font-size: 15px;
        width: 260px
    }
}

.item-inner-top h2[data-v-24801b02]:before {
    content: "";
    width: 83px;
    height: 128px;
    background: url(../img/greeniconbank.png) 50% no-repeat;
    background-size: contain;
    position: absolute;
    left: -140px;
    top: 0
}

@media only screen and (max-width:991px) {
    .item-inner-top h2[data-v-24801b02]:before {
        left: -100px;
        width: 57px;
        height: 88px
    }
}

@media only screen and (max-width:767px) {
    .item-inner-top h2[data-v-24801b02]:before {
        left: -70px
    }
}

@media only screen and (max-width:479px) {
    .item-inner-top h2[data-v-24801b02]:before {
        left: -60px
    }
}

@media only screen and (max-width:419px) {
    .item-inner-top h2[data-v-24801b02]:before {
        display: none
    }
}

.item-inner-top h2 img[data-v-24801b02] {
    margin-right: 15px
}

@media only screen and (max-width:767px) {
    .item-inner-top h2 img[data-v-24801b02] {
        margin-right: 10px;
        width: 25px
    }
}

@media only screen and (max-width:575px) {
    .item-inner-top h2 img[data-v-24801b02] {
        width: 20px;
        margin-right: 5px
    }
}

.item-inner-center[data-v-24801b02] {
    border: 1px solid #7f7f7f;
    background: #fbfbfb;
    border-radius: 8px;
    padding: 10px;
    font-size: 25px;
    font-weight: 700;
    color: #0b4eb1;
    line-height: 1.5;
    margin-top: 30px;
    letter-spacing: .05em;
    min-height: 120px;
    text-align: center
}

@media only screen and (max-width:991px) {
    .item-inner-center[data-v-24801b02] {
        font-size: 22px
    }
}

@media only screen and (max-width:767px) {
    .item-inner-center[data-v-24801b02] {
        font-size: 20px;
        margin-top: 15px
    }
}

@media only screen and (max-width:575px) {
    .item-inner-center[data-v-24801b02] {
        font-size: 18px;
        letter-spacing: .03em
    }
}

@media only screen and (max-width:479px) {
    .item-inner-center[data-v-24801b02] {
        font-size: 16px
    }
}

@media only screen and (max-width:419px) {
    .item-inner-center[data-v-24801b02] {
        font-size: 14px
    }
}

@media only screen and (max-width:419px) {
    .item-inner-center br[data-v-24801b02] {
        display: none
    }
}

.item-inner-bottom[data-v-24801b02] {
    margin-top: 15px
}

.item-inner-bottom h3[data-v-24801b02] {
    font-size: 22px;
    margin-bottom: 20px;
    letter-spacing: .05em;
    line-height: 1.5
}

@media only screen and (max-width:767px) {
    .item-inner-bottom h3[data-v-24801b02] {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .item-inner-bottom h3[data-v-24801b02] {
        font-size: 18px;
        letter-spacing: .03em
    }
}

@media only screen and (max-width:479px) {
    .item-inner-bottom h3[data-v-24801b02] {
        font-size: 16px
    }
}

@media only screen and (max-width:419px) {
    .item-inner-bottom h3[data-v-24801b02] {
        font-size: 14px
    }
}

@media only screen and (max-width:419px) {
    .item-inner-bottom h3 br[data-v-24801b02] {
        display: none
    }
}

.btn[data-v-24801b02] {
    font-size: 24px;
    font-weight: 600;
    padding: 12px 75px;
    line-height: 1.3;
    margin: 0 auto
}

@media only screen and (max-width:799px) {
    .btn[data-v-24801b02] {
        font-size: 20px
    }
}

@media only screen and (max-width:629px) {
    .btn[data-v-24801b02] {
        font-size: 18px
    }
}

@media only screen and (max-width:479px) {
    .btn[data-v-24801b02] {
        padding: 12px 0;
        width: 100%
    }
}

.item-1[data-v-24801b02] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.btn-success[data-v-24801b02] {
    background: #009418
}

.text-dark-blue[data-v-24801b02] {
    color: #1764ff
}

.text-blue[data-v-24801b02] {
    color: #1462ff
}

.item-3 .item-inner-top h2[data-v-24801b02] {
    text-align: left
}

.item-3 .item-inner-top h2.completed[data-v-24801b02] {
    color: #009a00;
    font-size: 48px
}

@media only screen and (max-width:767px) {
    .item-3 .item-inner-top h2.completed[data-v-24801b02] {
        font-size: 40px
    }
}

.item-3 .checkmark[data-v-24801b02] {
    width: 40px;
    padding-top: 0;
    margin: 0
}

.item-3 .item-inner-center[data-v-24801b02] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 34px
}

@media only screen and (max-width:991px) {
    .item-3 .item-inner-center[data-v-24801b02] {
        font-size: 28px
    }
}

@media only screen and (max-width:479px) {
    .item-3 .item-inner-center[data-v-24801b02] {
        font-size: 21px
    }
}

.item-3 .item-inner-center h2[data-v-24801b02] {
    font-size: 34px;
    margin-right: 10px;
    font-weight: 600
}

@media only screen and (max-width:991px) {
    .item-3 .item-inner-center h2[data-v-24801b02] {
        font-size: 28px
    }
}

@media only screen and (max-width:479px) {
    .item-3 .item-inner-center h2[data-v-24801b02] {
        font-size: 21px
    }
}

.item-inner-center__inner[data-v-24801b02] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.checkmark[data-v-4b240f18] {
    width: 300px;
    margin: 0 auto;
    padding-top: 40px
}

.path[data-v-4b240f18] {
    stroke-dasharray: 300;
    stroke-dashoffset: 0;
    -webkit-animation-name: load-data-v-4b240f18, spin-data-v-4b240f18;
    -webkit-animation-duration: 3s, 3s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-name: load-data-v-4b240f18, spin-data-v-4b240f18;
    animation-duration: 3s, 3s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50px 50px
}

.path-complete[data-v-4b240f18] {
    animation-play-state: paused
}

.check[data-v-4b240f18] {
    stroke-dasharray: 110;
    stroke-dashoffset: -110;
    stroke-width: 0
}

.check-complete[data-v-4b240f18] {
    animation: check-data-v-4b240f18 1s ease-in forwards;
    stroke-width: 15px;
    stroke-dashoffset: 0
}

.fill[data-v-4b240f18] {
    stroke-dasharray: 285;
    stroke-dashoffset: -257;
    animation: spin-fill-data-v-4b240f18 3s cubic-bezier(.7, .465, .12, .6) infinite forwards;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50px 50px
}

.fill-complete[data-v-4b240f18] {
    animation: fill-data-v-4b240f18 1s ease-out forwards
}

@keyframes load-data-v-4b240f18 {
    0 {
        stroke-dashoffset: 285px;
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    50% {
        stroke-dashoffset: 0;
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    to {
        stroke-dashoffset: -285
    }
}

@keyframes check-data-v-4b240f18 {
    0 {
        stroke-dashoffset: -110
    }
    to {
        stroke-dashoffset: 0
    }
}

@keyframes spin-data-v-4b240f18 {
    0 {
        transform: rotate(0)
    }
    to {
        transform: rotate(1turn)
    }
}

@keyframes spin-fill-data-v-4b240f18 {
    0 {
        transform: rotate(0)
    }
    to {
        transform: rotate(2turn)
    }
}

@keyframes fill-data-v-4b240f18 {
    0 {
        stroke-dashoffset: 285px
    }
    to {
        stroke-dashoffset: 0
    }
}

.success[data-v-4b240f18] {
    stroke: #090;
    transition: stroke .6s
}

.item .text[data-v-3457f370] {
    color: #1779eb;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 1.4;
    text-align: center
}

@media only screen and (max-width:767px) {
    .item .text[data-v-3457f370] {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .item .text[data-v-3457f370] {
        font-size: 18px
    }
}

@media only screen and (max-width:459px) {
    .item .text[data-v-3457f370] {
        font-size: 16px
    }
}

.item h2[data-v-3457f370] {
    margin-bottom: 15px;
    font-size: 32px;
    font-weight: 700
}

.item h2 .amount[data-v-3457f370] {
    color: #267ebc
}

@media only screen and (max-width:991px) {
    .item h2[data-v-3457f370] {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .item h2[data-v-3457f370] {
        font-size: 24px
    }
}

@media only screen and (max-width:575px) {
    .item h2[data-v-3457f370] {
        font-size: 22px
    }
}

@media only screen and (max-width:479px) {
    .item h2[data-v-3457f370] {
        font-size: 18px
    }
}

.item-inner p[data-v-3457f370] {
    line-height: 1.5
}

.btn[data-v-3457f370] {
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    padding: 10px;
    margin-top: 40px
}

@media only screen and (max-width:767px) {
    .btn[data-v-3457f370] {
        font-size: 16px
    }
}

@media only screen and (max-width:649px) {
    .btn[data-v-3457f370] {
        line-height: 1.5
    }
}

.green-block[data-v-3457f370] {
    background: #cff2cf;
    border: 3px dashed #75cea6;
    padding: 10px;
    margin: 0 -15px 30px
}

@media only screen and (max-width:479px) {
    .green-block[data-v-3457f370] {
        margin: 0 0 15px
    }
}

h1[data-v-bd3e1612] {
    text-align: center
}

.item .image[data-v-bd3e1612] {
    text-align: center;
    margin: 30px auto
}

.item-2[data-v-dcf05e20],
h1[data-v-dcf05e20] {
    text-align: center
}

.item-2 .top[data-v-dcf05e20] {
    padding: 15px 10px 15px 35px
}

@media only screen and (max-width:991px) {
    .item-2 .top[data-v-dcf05e20] {
        padding: 15px 10px 15px 15px
    }
}

.item-2 p[data-v-dcf05e20] {
    margin-bottom: 10px;
    line-height: 1.4
}

.item-2 .text[data-v-dcf05e20] {
    color: #1465dd;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: .03em;
    line-height: 1.4
}

@media only screen and (max-width:767px) {
    .item-2 .text[data-v-dcf05e20] {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .item-2 .text[data-v-dcf05e20] {
        font-size: 18px
    }
}

@media only screen and (max-width:459px) {
    .item-2 .text[data-v-dcf05e20] {
        font-size: 16px
    }
}

.item-2 .top img[data-v-dcf05e20] {
    margin-bottom: -7px;
    margin-right: 8px;
    height: auto
}

@media only screen and (max-width:459px) {
    .item-2 .top img[data-v-dcf05e20] {
        max-width: 20px;
        margin-bottom: 0
    }
}

.amount[data-v-dcf05e20] {
    font-size: 48px;
    font-weight: 700;
    color: #267ebc
}

@media only screen and (max-width:767px) {
    .amount[data-v-dcf05e20] {
        font-size: 40px
    }
}

@media only screen and (max-width:575px) {
    .amount[data-v-dcf05e20] {
        font-size: 32px
    }
}

@media only screen and (max-width:459px) {
    .amount[data-v-dcf05e20] {
        font-size: 26px
    }
}

@media only screen and (max-width:379px) {
    .amount[data-v-dcf05e20] {
        font-size: 22px
    }
}

.amount-info[data-v-dcf05e20] {
    font-size: 26px;
    font-weight: 600;
    color: #e3e3e3;
    text-align: center;
    position: relative;
    margin: 0 100px
}

.amount-info[data-v-dcf05e20]:before {
    content: "";
    position: absolute;
    background: url(../img/green-tick-check.png) no-repeat;
    background-size: contain;
    width: 70px;
    height: 70px;
    left: -90px;
    top: 0
}

@media only screen and (max-width:991px) {
    .amount-info[data-v-dcf05e20]:before {
        width: 60px;
        height: 60px;
        left: -80px
    }
}

@media only screen and (max-width:575px) {
    .amount-info[data-v-dcf05e20]:before {
        transform: translateX(-50%);
        left: 50%;
        top: -80px
    }
}

@media only screen and (max-width:991px) {
    .amount-info[data-v-dcf05e20] {
        font-size: 22px;
        margin: 0 80px
    }
}

@media only screen and (max-width:767px) {
    .amount-info[data-v-dcf05e20] {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .amount-info[data-v-dcf05e20] {
        font-size: 18px;
        margin: 80px 0 15px
    }
}

@media only screen and (max-width:459px) {
    .amount-info[data-v-dcf05e20] {
        font-size: 16px
    }
}

@media only screen and (max-width:379px) {
    .amount-info[data-v-dcf05e20] {
        font-size: 14px
    }
}

.btn[data-v-dcf05e20] {
    text-transform: uppercase;
    font-weight: 600;
    width: 100%;
    padding: 10px;
    margin-top: 40px
}

@media only screen and (max-width:767px) {
    .btn[data-v-dcf05e20] {
        font-size: 16px
    }
}

@media only screen and (max-width:649px) {
    .btn[data-v-dcf05e20] {
        line-height: 1.5
    }
}

.text-success[data-v-dcf05e20] {
    color: #008502
}

.green-block[data-v-dcf05e20] {
    background: #cff2cf;
    border: 3px dashed #75cea6;
    padding: 10px;
    margin: 30px -15px
}

@media only screen and (max-width:479px) {
    .green-block[data-v-dcf05e20] {
        margin: 0 0 15px
    }
}

.item-inner[data-v-34f4144d] {
    min-height: 400px
}

h2[data-v-34f4144d] {
    font-size: 28px;
    color: #404040
}

@media only screen and (max-width:579px) {
    h2[data-v-34f4144d] {
        font-size: 22px
    }
}

.item-1 img[data-v-34f4144d] {
    margin: 40px auto;
    max-width: 150px
}

.item-2 h2[data-v-34f4144d] {
    margin-bottom: 20px
}

@media only screen and (max-width:991px) {
    .item-2 h2[data-v-34f4144d] {
        font-size: 22px
    }
}

@media only screen and (max-width:698px) {
    .item-2 h2[data-v-34f4144d] {
        display: block
    }
}

@media only screen and (max-width:659px) {
    .item-2 h2[data-v-34f4144d] {
        font-size: 20px
    }
}

.item-2 h2.text-info[data-v-34f4144d] {
    color: #268bd2
}

.item-2 h2.text-info img[data-v-34f4144d] {
    margin-right: 50px
}

@media only screen and (max-width:799px) {
    .item-2 h2.text-info img[data-v-34f4144d] {
        margin-right: 15px;
        max-width: 25px
    }
}

@media only screen and (max-width:659px) {
    .item-2 h2.text-info img[data-v-34f4144d] {
        max-width: 20px
    }
}

.item-inner__items[data-v-34f4144d] {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

@media only screen and (max-width:659px) {
    .item-inner__items[data-v-34f4144d] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.item-inner__item[data-v-34f4144d] {
    border: 1px solid #268bd2;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .4);
    padding: 10px;
    color: #404040
}

.item-inner__item[data-v-34f4144d]:first-child {
    margin-right: 10px;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (max-width:659px) {
    .item-inner__item[data-v-34f4144d]:first-child {
        margin-right: 0;
        padding: 10px;
        margin-bottom: 15px
    }
}

.item-inner__item:first-child h3[data-v-34f4144d] {
    font-size: 26px;
    line-height: 40px;
    padding: 8px 20px
}

@media only screen and (max-width:991px) {
    .item-inner__item:first-child h3[data-v-34f4144d] {
        font-size: 20px;
        line-height: 30px
    }
}

@media only screen and (max-width:659px) {
    .item-inner__item:first-child h3[data-v-34f4144d] {
        font-size: 18px;
        line-height: 26px
    }
}

@media only screen and (max-width:439px) {
    .item-inner__item:first-child h3[data-v-34f4144d] {
        font-size: 16px;
        line-height: 24px
    }
}

.item-inner__item:first-child h3.bordered[data-v-34f4144d] {
    background: #e6f3f8;
    border: 3px dashed #e1e1e1;
    padding: 8px 15px
}

.item-inner__item[data-v-34f4144d]:last-child {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    min-width: 200px;
    text-align: center;
    position: relative;
    z-index: 10
}

@media only screen and (max-width:659px) {
    .item-inner__item[data-v-34f4144d]:last-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%
    }
}

@media only screen and (max-width:659px) and (max-width:449px) {
    .item-inner__item[data-v-34f4144d]:last-child {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.item-inner__item:last-child h4[data-v-34f4144d] {
    font-size: 16px;
    line-height: 1.4;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    min-width: 60%;
    margin-right: 15px
}

.btn[data-v-34f4144d] {
    font-size: 24px;
    font-weight: 700;
    padding: 12px 15px;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

@media only screen and (max-width:799px) {
    .btn[data-v-34f4144d] {
        font-size: 20px
    }
}

@media only screen and (max-width:629px) {
    .btn[data-v-34f4144d] {
        font-size: 18px
    }
}

#timer[data-v-34f4144d] {
    margin-top: 60px
}

@media only screen and (max-width:991px) {
    #timer[data-v-34f4144d] {
        margin-top: 40px
    }
}

@media only screen and (max-width:659px) {
    #timer[data-v-34f4144d] {
        margin-top: 0
    }
}

.timer-block[data-v-34f4144d] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.timer-block h3[data-v-34f4144d] {
    color: red
}

.item-2 h2[data-v-34f4144d] {
    font-size: 28px;
    color: #404040;
    margin-bottom: 35px
}

@media only screen and (max-width:991px) {
    .item-2 h2[data-v-34f4144d] {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    .item-2 h2[data-v-34f4144d] {
        font-size: 22px
    }
}

@media only screen and (max-width:575px) {
    .item-2 h2[data-v-34f4144d] {
        font-size: 20px
    }
}

.item-2 .images[data-v-34f4144d] {
    max-width: 213px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: center;
    justify-content: center
}

.item-2 .image[data-v-34f4144d] {
    text-align: center
}

@media only screen and (max-width:575px) {
    .item-2 .image img[data-v-34f4144d] {
        max-width: 180px
    }
}

.item-2 .image:last-child img[data-v-34f4144d] {
    max-width: 178px
}

@media only screen and (max-width:575px) {
    .item-2 .image:last-child img[data-v-34f4144d] {
        max-width: 150px
    }
}

.backgroundBlue[data-v-7186c9e9] {
    /* background: #267ebc */
}

.chat-2[data-v-7186c9e9] {
    background: #f9f9f9;
    min-height: 500px;
    max-width: 492px;
    margin: 0 auto;
    padding: 15px;
    border: 1px solid #f8e9e9;
    box-shadow: 0 2px 10px rgba(0, 0, 0, .4);
    color: black;
}

.chat-2-top[data-v-7186c9e9] {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px
}

.chat-2-top .image[data-v-7186c9e9] {
    min-width: 100px;
    -ms-flex-preferred-size: 100px;
    flex-basis: 100px
}

@media only screen and (max-width:419px) {
    .chat-2-top .image[data-v-7186c9e9] {
        min-width: 80px;
        -ms-flex-preferred-size: 80px;
        flex-basis: 80px
    }
    .chat-2-top .image img[data-v-7186c9e9] {
        max-width: 80px
    }
}

.manager-fio[data-v-7186c9e9],
.position[data-v-7186c9e9] {
    font-size: 18px;
    font-weight: 600
}

@media only screen and (max-width:575px) {
    .manager-fio[data-v-7186c9e9],
    .position[data-v-7186c9e9] {
        font-size: 15px
    }
}

.position[data-v-7186c9e9] {
    margin-bottom: 20px;
    margin-top: 15px
}

@media only screen and (max-width:419px) {
    .position[data-v-7186c9e9] {
        margin-top: 0;
        margin-bottom: 10px
    }
}

.status[data-v-7186c9e9] {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:419px) {
    .status[data-v-7186c9e9] {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

.status div[data-v-7186c9e9]:first-child {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:419px) {
    .status div[data-v-7186c9e9]:first-child {
        margin-bottom: 10px
    }
}

.status-text[data-v-7186c9e9] {
    font-weight: 600;
    font-style: italic;
    margin-left: 7px;
    margin-right: 20px
}

.spinner[data-v-7186c9e9] {
    max-width: 80px
}

@media only screen and (max-width:419px) {
    .spinner[data-v-7186c9e9] {
        max-width: 60px
    }
}

.manager[data-v-7186c9e9] {
    margin-left: 15px
}

.chat-2-body[data-v-7186c9e9] {
    min-height: 350px;
    overflow: hidden;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.typing[data-v-7186c9e9],
.waiting[data-v-7186c9e9] {
    margin: 20px 0
}

.form[data-v-7186c9e9] {
    margin-top: auto;
    bottom: 0;
    top: auto
}

.form-inner[data-v-7186c9e9] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:509px) {
    .form-inner[data-v-7186c9e9] {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.form-inner textarea[data-v-7186c9e9] {
    border-radius: 4px;
    resize: none;
    padding: 5px 10px;
    font-size: 18px;
    width: 100%
}

.form-inner .form-input[data-v-7186c9e9] {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 10px
}

@media only screen and (max-width:509px) {
    .form-inner .form-input[data-v-7186c9e9] {
        margin-bottom: 15px;
        margin-right: 0;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%
    }
}

.info[data-v-7186c9e9] {
    font-weight: 600;
    margin-left: 15px;
    margin-top: 5px;
    color: #dc322f
}

@media only screen and (max-width:509px) {
    .info[data-v-7186c9e9] {
        margin-left: 0
    }
}

.btn[data-v-7186c9e9] {
    font-weight: 700;
    font-size: 24px;
    padding: 12px 20px;
    line-height: 1.3;
    margin: 0;
    width: auto
}

@media only screen and (max-width:509px) {
    .btn[data-v-7186c9e9] {
        font-size: 20px
    }
}

.btn[disabled=disabled][data-v-7186c9e9] {
    background: #979797
}

.btn-danger[data-v-7186c9e9] {
    width: 100%
}

.message[data-v-42bf1990] {
    display: -ms-flexbox;
    display: flex;
    position: relative;
    transition: all 1s
}

.message[data-v-42bf1990]:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 20px;
    border: 20px solid transparent;
    border-right: 20px solid #ddedf7;
    z-index: 1
}

.message .message-content[data-v-42bf1990] {
    padding: 12px;
    margin-bottom: 20px;
    max-width: 460px;
    background: #ddedf7;
    font-size: 18px;
    line-height: 1.4
}

@media only screen and (max-width:991px) {
    .message .message-content[data-v-42bf1990] {
        font-size: 16px
    }
}

.message .message-content .time[data-v-42bf1990] {
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    text-align: right;
    color: #1c5486
}

.message.owner[data-v-42bf1990] {
    -ms-flex-pack: end;
    justify-content: flex-end
}

.message.owner[data-v-42bf1990]:before {
    content: "";
    position: absolute;
    right: -30px;
    top: 20px;
    left: auto;
    border: 20px solid transparent;
    border-left: 20px solid #ebebeb
}

.message.owner .message-content[data-v-42bf1990] {
    background: #ebebeb
}

.fade-enter-active[data-v-9250b172],
.fade-leave-active[data-v-9250b172] {
    transition-property: opacity;
    transition-duration: .5s
}

.fade-enter-active[data-v-9250b172] {
    transition-delay: .5s
}

.fade-enter[data-v-9250b172],
.fade-leave-active[data-v-9250b172] {
    opacity: 0
}

@keyframes h-progress-data-v-9250b172 {
    0 {
        width: 0
    }
    to {
        width: 100%
    }
}

@keyframes h-progress-error-data-v-9250b172 {
    0 {
        width: 0
    }
    to {
        width: 50%
    }
}

@keyframes progress-vertical-data-v-9250b172 {
    0 {
        opacity: 0;
        top: 450px
    }
    1% {
        opacity: 1;
        top: 450px
    }
    99% {
        opacity: 1
    }
    to {
        opacity: 0;
        top: -40px
    }
}

.shake[data-v-9250b172] {
    animation-name: shake-data-v-9250b172
}

@keyframes shake-data-v-9250b172 {
    0,
    to {
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        transform: translate3d(-4px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        transform: translate3d(4px, 0, 0)
    }
}

@keyframes slideInUp-data-v-9250b172 {
    0 {
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInUp[data-v-9250b172] {
    animation-name: slideInUp-data-v-9250b172;
    animation-duration: .5s
}

@keyframes slideInDown-data-v-9250b172 {
    0 {
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInDown[data-v-9250b172] {
    animation-name: slideInDown-data-v-9250b172;
    animation-duration: 0
}

@keyframes zoomIn-data-v-9250b172 {
    0 {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.zoomIn[data-v-9250b172] {
    animation-name: zoomIn-data-v-9250b172;
    animation-duration: .5s
}

@keyframes zoomOut-data-v-9250b172 {
    0 {
        opacity: 1
    }
    50% {
        opacity: 0;
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.zoomOut[data-v-9250b172] {
    animation-name: zoomOut-data-v-9250b172;
    animation-duration: .5s
}

@keyframes slideInLeft-data-v-9250b172 {
    0 {
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInLeft[data-v-9250b172] {
    animation-name: slideInLeft-data-v-9250b172;
    animation-duration: .5s
}

@keyframes slideInRight-data-v-9250b172 {
    0 {
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        transform: translateZ(0)
    }
}

.slideInRight[data-v-9250b172] {
    animation-name: slideInRight-data-v-9250b172;
    animation-duration: .5s
}

.pulse[data-v-9250b172] {
    animation-name: pulse-data-v-9250b172
}

@keyframes pulse-data-v-9250b172 {
    0 {
        transform: scaleX(1)
    }
    50% {
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        transform: scaleX(1)
    }
}

.blinkBlock[data-v-9250b172] {
    animation: pulsateBlock-data-v-9250b172 1.2s linear infinite
}

@keyframes pulsateBlock-data-v-9250b172 {
    50% {
        box-shadow: 0 -1px rgba(0, 0, 0, .3), 0 0 15px #ffd, 0 0 25px 5px #144baa
    }
}

.container[data-v-9250b172] {
    border: 1px solid #d9d9d9
}

.item-new[data-v-9250b172] {
    height: calc(100vh - 5px)
}

h1[data-v-9250b172] {
    text-align: center
}

@media only screen and (max-width:991px) {
    h1[data-v-9250b172] {
        font-size: 24px
    }
}

@media only screen and (max-width:575px) {
    h1[data-v-9250b172] {
        font-size: 22px
    }
}

@media only screen and (max-width:479px) {
    h1[data-v-9250b172] {
        font-size: 20px
    }
}

.item[data-v-9250b172] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center
}

.item .image[data-v-9250b172] {
    margin: 40px 0
}

@media only screen and (max-width:479px) {
    .item .image[data-v-9250b172] {
        margin: 30px 0
    }
}

.check-error[data-v-9250b172] {
    color: red
}

.container[data-v-7ba8b398] {
    border: 1px solid #d9d9d9 !important
}

.item-header[data-v-7ba8b398] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f9f9f9;
    border-top: 14px solid #72b2de;
    border-bottom: 14px solid #72b2de;
    padding: 5px 0
}

@media only screen and (max-width:479px) {
    .item-header .image img[data-v-7ba8b398] {
        max-width: 75px
    }
}

.item-header h2[data-v-7ba8b398] {
    font-size: 26px;
    font-family: Arial Black, Arial Bold, Gadget, sans-serif
}

@media only screen and (max-width:479px) {
    .item-header h2[data-v-7ba8b398] {
        font-size: 18px
    }
}

.item-top[data-v-7ba8b398] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between
}

@media only screen and (max-width:767px) {
    .item-top[data-v-7ba8b398] {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.item-top h3[data-v-7ba8b398] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px
}

@media only screen and (max-width:767px) {
    .item-top h3[data-v-7ba8b398] {
        margin-bottom: 15px
    }
}

.item-top h3>span[data-v-7ba8b398]:last-child {
    margin-top: 20px
}

.item-top .red-bordered[data-v-7ba8b398] {
    border: 4px solid #dc322f;
    padding: 15px 35px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.item-top h2[data-v-7ba8b398] {
    color: #dc322f;
    font-size: 34px;
    white-space: nowrap
}

@media only screen and (max-width:991px) {
    .item-top h2[data-v-7ba8b398] {
        font-size: 28px;
        white-space: normal
    }
}

@media only screen and (max-width:479px) {
    .item-top h2[data-v-7ba8b398] {
        font-size: 24px
    }
}

.item-top h4[data-v-7ba8b398] {
    color: #dc322f;
    font-size: 21px;
    margin-top: 10px
}

@media only screen and (max-width:479px) {
    .item-top h4[data-v-7ba8b398] {
        font-size: 16px
    }
}

.item-top .amount[data-v-7ba8b398] {
    font-size: 26px;
    margin-top: 15px;
    display: block
}

.item-body[data-v-7ba8b398] {
    font-size: 20px;
    color: #181818;
    margin-top: 30px
}

@media only screen and (max-width:575px) {
    .item-body[data-v-7ba8b398] {
        font-size: 18px
    }
}

@media only screen and (max-width:479px) {
    .item-body[data-v-7ba8b398] {
        font-size: 16px
    }
}

.item-body p[data-v-7ba8b398] {
    margin-bottom: 5px;
    line-height: 1.4
}

.item-body p[data-v-7ba8b398]:last-child {
    font-size: 18px;
    margin: 15px 0
}

@media only screen and (max-width:575px) {
    .item-body p[data-v-7ba8b398]:last-child {
        font-size: 16px
    }
}

@media only screen and (max-width:479px) {
    .item-body p[data-v-7ba8b398]:last-child {
        font-size: 14px
    }
}

.item-body .text-dark-blue[data-v-7ba8b398] {
    cursor: pointer
}

.item-body .text-dark-blue[data-v-7ba8b398]:hover {
    text-decoration: underline
}

.item-bottom .form-input[data-v-7ba8b398] {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    -ms-flex-align: center;
    align-items: center
}

.item-bottom .form-input #label-cbx[data-v-7ba8b398] {
    border: 1px solid #268bd2;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.item-bottom .form-input #label-cbx .checkbox[data-v-7ba8b398] {
    width: 40px !important;
    height: 40px !important;
    min-width: 40px;
    -ms-flex-preferred-size: 40px;
    flex-basis: 40px
}

@media only screen and (max-width:767px) {
    .item-bottom .form-input #label-cbx .checkbox[data-v-7ba8b398] {
        width: 20px !important;
        height: 20px !important;
        min-width: 20px;
        -ms-flex-preferred-size: 20px;
        flex-basis: 20px
    }
}

.item-bottom .form-input #label-cbx svg[data-v-7ba8b398] {
    width: 40px;
    height: 40px
}

@media only screen and (max-width:767px) {
    .item-bottom .form-input #label-cbx svg[data-v-7ba8b398] {
        width: 20px;
        height: 20px
    }
}

.item-bottom .form-input .label-cbx[data-v-7ba8b398] {
    color: #1b4478 !important;
    font-size: 18px !important;
    font-weight: 700
}

@media only screen and (max-width:479px) {
    .item-bottom .form-input .label-cbx[data-v-7ba8b398] {
        font-size: 16px !important
    }
}

.btn[data-v-7ba8b398] {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 1.3;
    padding: 15px;
    margin: 0 auto;
    width: 100%
}

@media only screen and (max-width:991px) {
    .btn[data-v-7ba8b398] {
        font-size: 24px;
        padding: 15px 20px
    }
}

@media only screen and (max-width:767px) {
    .btn[data-v-7ba8b398] {
        font-size: 22px
    }
}

@media only screen and (max-width:575px) {
    .btn[data-v-7ba8b398] {
        font-size: 18px
    }
}

@media only screen and (max-width:479px) {
    .btn[data-v-7ba8b398] {
        font-size: 16px
    }
}

.item-new[data-v-c7bbceb0] {
    height: calc(100vh - 5px)
}

.item[data-v-c7bbceb0] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

.image[data-v-c7bbceb0],
h1[data-v-c7bbceb0] {
    text-align: center
}

.image[data-v-c7bbceb0] {
    margin-top: 80px
}

.image img[data-v-c7bbceb0] {
    height: auto;
    width: auto
}

.item-3 img[data-v-c7bbceb0] {
    height: auto;
    width: 100%
}

.items[data-v-0a20bd28] {
    padding: 0
}

.item[data-v-0a20bd28] {
    margin-top: 30px;
    padding-bottom: 30px
}

.top[data-v-0a20bd28] {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:575px) {
    .top>img[data-v-0a20bd28] {
        display: none
    }
}

.top-blue[data-v-0a20bd28] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center
}

.item-inner[data-v-0a20bd28] {
    box-shadow: none
}

h2[data-v-0a20bd28] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    background: #268bd2;
    color: #fff;
    position: relative;
    padding: 6px 12px 6px 70px;
    margin-right: 15px
}

@media only screen and (max-width:575px) {
    h2[data-v-0a20bd28] {
        margin-right: 0;
        padding: 6px 12px 6px 58px
    }
}

h2 img[data-v-0a20bd28] {
    position: absolute;
    background: #268bd2;
    padding: 5px;
    left: 10px;
    height: auto;
    width: 52px
}

@media only screen and (max-width:575px) {
    h2 img[data-v-0a20bd28] {
        width: 44px;
        left: 6px
    }
}

h4[data-v-0a20bd28] {
    font-weight: 400;
    font-size: 18px;
    margin: 15px 0 40px
}

@media only screen and (max-width:767px) {
    h4[data-v-0a20bd28] {
        font-size: 16px
    }
}

@media only screen and (max-width:379px) {
    h4[data-v-0a20bd28] {
        font-size: 15px
    }
}

h3[data-v-0a20bd28] {
    text-align: center;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 1.5
}

@media only screen and (max-width:767px) {
    h3[data-v-0a20bd28] {
        font-size: 18px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:575px) {
    h3[data-v-0a20bd28] {
        font-size: 16px
    }
}

p[data-v-0a20bd28] {
    font-size: 22px;
    text-align: center;
    max-width: 850px;
    margin: 0 auto 50px;
    line-height: 1.5
}

@media only screen and (max-width:767px) {
    p[data-v-0a20bd28] {
        font-size: 18px;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:575px) {
    p[data-v-0a20bd28] {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    p br[data-v-0a20bd28] {
        display: none
    }
}

p img[data-v-0a20bd28] {
    margin-right: 5px
}

@media only screen and (max-width:767px) {
    p img[data-v-0a20bd28] {
        float: left
    }
}

@media only screen and (max-width:479px) {
    p img[data-v-0a20bd28] {
        max-width: 65px
    }
}

.btn[data-v-0a20bd28] {
    margin: 0 auto;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 700;
    padding: 12px 40px;
    line-height: 1.5
}

@media only screen and (max-width:767px) {
    .btn[data-v-0a20bd28] {
        padding: 8px 25px;
        font-size: 18px
    }
}

@media only screen and (max-width:575px) {
    .btn[data-v-0a20bd28] {
        font-size: 16px
    }
}

@media only screen and (max-width:479px) {
    .btn[data-v-0a20bd28] {
        font-size: 14px
    }
}

@media only screen and (max-width:767px) {
    h1[data-v-334337a7] {
        font-size: 22px
    }
}

.item[data-v-334337a7] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.item .image[data-v-334337a7] {
    margin-top: 80px;
    margin-bottom: 80px
}

.item h2[data-v-334337a7] {
    font-weight: 400
}

.text-danger[data-v-0283e78e] {
    color: #c21818 !important
}

.text-dark-blue[data-v-0283e78e] {
    color: #203db7 !important
}

.item-bottom[data-v-0283e78e],
.item-top[data-v-0283e78e] {
    background: #f7f7f7;
    border: 2px solid #b0c4cc;
    padding: 15px;
    max-width: 775px;
    margin: 0 auto
}

@media only screen and (max-width:575px) {
    .item-bottom[data-v-0283e78e],
    .item-top[data-v-0283e78e] {
        padding: 10px
    }
}

.item-top[data-v-0283e78e] {
    margin-bottom: 11px
}

.item-top h1[data-v-0283e78e],
.item-top h2[data-v-0283e78e] {
    text-align: center
}

.item-top h1[data-v-0283e78e] {
    margin-bottom: 11px;
    font-size: 40px
}

@media only screen and (max-width:575px) {
    .item-top h1[data-v-0283e78e] {
        font-size: 32px
    }
}

@media only screen and (max-width:479px) {
    .item-top h1[data-v-0283e78e] {
        font-size: 26px
    }
}

.item-top h2[data-v-0283e78e] {
    margin-bottom: 12px;
    font-size: 30px
}

@media only screen and (max-width:575px) {
    .item-top h2[data-v-0283e78e] {
        font-size: 26px;
        margin-bottom: 8px
    }
}

@media only screen and (max-width:479px) {
    .item-top h2[data-v-0283e78e] {
        font-size: 22px
    }
}

.item-top-status[data-v-0283e78e] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

.item-top-status__image[data-v-0283e78e] {
    margin-right: 15px
}

@media only screen and (max-width:575px) {
    .item-top-status__image[data-v-0283e78e] {
        margin-top: 0
    }
}

@media only screen and (max-width:479px) {
    .item-top-status__image[data-v-0283e78e] {
        margin-right: 5px
    }
}

@media only screen and (max-width:575px) {
    .item-top-status__image img[data-v-0283e78e] {
        width: 50px
    }
}

@media only screen and (max-width:479px) {
    .item-top-status__image img[data-v-0283e78e] {
        width: 30px
    }
}

.item-top-status__text h3[data-v-0283e78e] {
    color: #4d4d4d;
    font-size: 24px
}

@media only screen and (max-width:575px) {
    .item-top-status__text h3[data-v-0283e78e] {
        font-size: 18px
    }
}

@media only screen and (max-width:479px) {
    .item-top-status__text h3[data-v-0283e78e] {
        font-size: 16px
    }
}

.item-top-status__text h3[data-v-0283e78e]:first-child {
    margin-bottom: 5px
}

.item-bottom[data-v-0283e78e] {
    color: #2c2c2c
}

.item-bottom p[data-v-0283e78e] {
    font-size: 20px;
    line-height: 1.5
}

@media only screen and (max-width:575px) {
    .item-bottom p[data-v-0283e78e] {
        font-size: 16px
    }
}

.item-bottom-header[data-v-0283e78e] {
    display: -ms-flexbox;
    display: flex;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.4
}

@media only screen and (max-width:575px) {
    .item-bottom-header[data-v-0283e78e] {
        font-size: 18px
    }
}

@media only screen and (max-width:479px) {
    .item-bottom-header[data-v-0283e78e] {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center
    }
}

.item-bottom-header__image[data-v-0283e78e] {
    margin-right: 25px
}

.item-bottom-header__image img[data-v-0283e78e] {
    max-width: 116px
}

form[data-v-0283e78e] {
    max-width: 400px;
    margin: 15px auto;
    text-align: center
}

form h3[data-v-0283e78e] {
    color: #1653c2;
    margin-bottom: 10px
}

@media only screen and (max-width:479px) {
    form h3[data-v-0283e78e] {
        font-size: 14px
    }
}

form input[data-v-0283e78e] {
    margin-bottom: 15px;
    border: 2px solid #afc3cb;
    background: #f7f7f7
}

@media only screen and (max-width:575px) {
    form input[data-v-0283e78e] {
        font-size: 20px
    }
}

@media only screen and (max-width:479px) {
    form input[data-v-0283e78e] {
        font-size: 18px
    }
}

@media only screen and (max-width:479px) {
    form input[type=text][data-v-0283e78e] {
        padding: 0 8px
    }
}

form input[disabled][data-v-0283e78e] {
    color: #285cbc;
    font-weight: 700;
    background: #e4f0e0
}

form input[placeholder][data-v-0283e78e] {
    color: #285cbc
}

.btn[data-v-0283e78e] {
    border: 2px solid #afc3cb;
    width: 100%
}

@media only screen and (max-width:479px) {
    .btn[data-v-0283e78e] {
        line-height: 1.4;
        padding: 9px 12px
    }
}

.item[data-v-2026dc62] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.item[data-v-6fdada39] {
    line-height: 1.4
}

.item h2[data-v-6fdada39] {
    color: #0a8d5f;
    font-size: 40px;
    font-weight: 400;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:991px) {
    .item h2[data-v-6fdada39] {
        font-size: 36px
    }
}

@media only screen and (max-width:767px) {
    .item h2[data-v-6fdada39] {
        font-size: 32px
    }
}

@media only screen and (max-width:575px) {
    .item h2[data-v-6fdada39] {
        font-size: 30px
    }
}

@media only screen and (max-width:509px) {
    .item h2[data-v-6fdada39] {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    .item h2 img[data-v-6fdada39] {
        max-width: 50px
    }
}

.item h3[data-v-6fdada39] {
    font-size: 32px;
    text-align: center
}

@media only screen and (max-width:991px) {
    .item h3[data-v-6fdada39] {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .item h3[data-v-6fdada39] {
        font-size: 28px
    }
}

@media only screen and (max-width:575px) {
    .item h3[data-v-6fdada39] {
        font-size: 26px
    }
}

@media only screen and (max-width:509px) {
    .item h3[data-v-6fdada39] {
        font-size: 22px
    }
}

.item p[data-v-6fdada39] {
    color: #0a8d5f;
    font-weight: 700;
    font-size: 24px;
    margin-top: 100px
}

@media only screen and (max-width:991px) {
    .item p[data-v-6fdada39] {
        font-size: 22px;
        margin-top: 50px
    }
}

@media only screen and (max-width:767px) {
    .item p[data-v-6fdada39] {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .item p[data-v-6fdada39] {
        font-size: 18px
    }
}

.btn-warning[data-v-6fdada39] {
    background: #ffcd00;
    border: 2px solid #17427a;
    border-radius: 40px;
    font-size: 28px;
    font-weight: 700;
    padding: 8px 30px;
    margin: 40px auto 80px
}

.btn-warning[data-v-6fdada39]:hover {
    background: #eebd00
}

.btn-warning[data-v-6fdada39]:active {
    background: #e6b500
}

@media only screen and (max-width:991px) {
    .btn-warning[data-v-6fdada39] {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    .btn-warning[data-v-6fdada39] {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .btn-warning[data-v-6fdada39] {
        font-size: 18px;
        line-height: 1.4;
        padding: 10px 15px
    }
}

@media only screen and (max-width:509px) {
    .btn-warning[data-v-6fdada39] {
        margin: 30px auto 40px
    }
}

#browserMoney h3[data-v-6fdada39] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 26px;
    margin-left: 20px
}

@media only screen and (max-width:575px) {
    #browserMoney h3[data-v-6fdada39] {
        font-size: 20px
    }
}

@media only screen and (max-width:479px) {
    #browserMoney h3[data-v-6fdada39] {
        font-size: 18px;
        margin-left: 12px
    }
}

@media only screen and (max-width:419px) {
    #browserMoney h3[data-v-6fdada39] {
        font-size: 16px;
        margin-left: 8px
    }
}

#browserMoney h3 img[data-v-6fdada39] {
    margin-right: 10px
}

@media only screen and (max-width:575px) {
    #browserMoney h3 img[data-v-6fdada39] {
        max-width: 60px
    }
}

@media only screen and (max-width:479px) {
    #browserMoney h3 img[data-v-6fdada39] {
        max-width: 50px
    }
}

@media only screen and (max-width:419px) {
    #browserMoney h3 img[data-v-6fdada39] {
        max-width: 36px
    }
}

#browserMoney p[data-v-6fdada39] {
    font-size: 26px;
    line-height: 1.4
}

@media only screen and (max-width:991px) {
    #browserMoney p[data-v-6fdada39] {
        font-size: 24px
    }
}

@media only screen and (max-width:575px) {
    #browserMoney p[data-v-6fdada39] {
        font-size: 20px
    }
}

@media only screen and (max-width:479px) {
    #browserMoney p[data-v-6fdada39] {
        font-size: 16px
    }
}

#browserMoney .message[data-v-6fdada39] {
    border: 1px solid #00a5ff;
    border-radius: 15px;
    padding: 30px
}

@media only screen and (max-width:991px) {
    #browserMoney .message[data-v-6fdada39] {
        padding: 20px
    }
}

@media only screen and (max-width:575px) {
    #browserMoney .message[data-v-6fdada39] {
        padding: 15px
    }
}

@media only screen and (max-width:479px) {
    #browserMoney .message[data-v-6fdada39] {
        border-radius: 10px
    }
}

#browserMoney .btn[data-v-6fdada39] {
    margin: 15px auto 0;
    background: #ffcd00;
    border-top: 6px solid #1a4478;
    border-bottom: 6px solid #1a4478;
    font-weight: 700;
    font-size: 26px;
    max-width: 550px;
    padding: 12px 50px;
    line-height: 1.4
}

@media only screen and (max-width:767px) {
    #browserMoney .btn[data-v-6fdada39] {
        padding: 12px 25px
    }
}

@media only screen and (max-width:575px) {
    #browserMoney .btn[data-v-6fdada39] {
        font-size: 20px
    }
}

@media only screen and (max-width:479px) {
    #browserMoney .btn[data-v-6fdada39] {
        font-size: 16px
    }
}

#browserMoney .btn[data-v-6fdada39]:hover {
    background: #eebd00
}

#browserMoney .btn[data-v-6fdada39]:active {
    background: #e6b500
}

.items[data-v-4c3f0c75] {
    padding: 0
}

.item-1[data-v-4c3f0c75] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

p[data-v-4c3f0c75] {
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    p[data-v-4c3f0c75] {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    p[data-v-4c3f0c75] {
        font-size: 14px
    }
}

p.before-content[data-v-4c3f0c75] {
    background: url(../img/file.png) no-repeat;
    padding-left: 25px;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    font-size: 16px
}

.item-new[data-v-4c3f0c75] {
    border: 6px solid #f8e9e9;
    padding: 15px
}

.h-stop[data-v-4c3f0c75] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #dc322f;
    margin: 25px 0 30px
}

.h-stop h3[data-v-4c3f0c75] {
    text-transform: uppercase;
    font-size: 22px
}

@media only screen and (max-width:767px) {
    .h-stop h3[data-v-4c3f0c75] {
        font-size: 18px
    }
}

.stop[data-v-4c3f0c75] {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #fe0000;
    border-radius: 50%;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #646464
}

@media only screen and (max-width:767px) {
    .stop[data-v-4c3f0c75] {
        width: 36px;
        height: 36px;
        min-width: 36px;
        margin-right: 15px
    }
}

.stop .stop-inner[data-v-4c3f0c75] {
    background: #fff;
    height: 7px;
    width: 28px
}

@media only screen and (max-width:767px) {
    .stop .stop-inner[data-v-4c3f0c75] {
        height: 5px;
        width: 24px
    }
}

.btn[data-v-4c3f0c75] {
    border-radius: 30px;
    margin: 25px auto;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .03em
}

@media only screen and (max-width:767px) {
    .btn[data-v-4c3f0c75] {
        font-size: 20px;
        padding: 8px 25px
    }
}

@media only screen and (max-width:575px) {
    .btn[data-v-4c3f0c75] {
        font-size: 17px
    }
}

@media only screen and (max-width:500px) {
    .btn[data-v-4c3f0c75] {
        line-height: 1.5;
        padding: 12px 25px
    }
}

.text-blue[data-v-4c3f0c75] {
    color: #267ebc
}

.completed[data-v-4c3f0c75] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 34px;
    margin: 15px 0 20px
}

@media only screen and (max-width:991px) {
    .completed[data-v-4c3f0c75] {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .completed[data-v-4c3f0c75] {
        font-size: 26px
    }
}

@media only screen and (max-width:575px) {
    .completed[data-v-4c3f0c75] {
        font-size: 24px
    }
}

@media only screen and (max-width:479px) {
    .completed[data-v-4c3f0c75] {
        font-size: 20px
    }
}

.completed span[data-v-4c3f0c75] {
    margin-left: 10px
}

@media only screen and (max-width:767px) {
    .completed img[data-v-4c3f0c75] {
        max-width: 30px
    }
}

.red-bordered[data-v-4c3f0c75] {
    border: 4px dashed #dc322f;
    padding: 10px
}

.result[data-v-4c3f0c75] {
    font-size: 24px;
    margin-bottom: 25px
}

.items[data-v-75d10890] {
    padding: 0
}

.item-1[data-v-75d10890] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

p[data-v-75d10890] {
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    p[data-v-75d10890] {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    p[data-v-75d10890] {
        font-size: 14px
    }
}

p.before-content[data-v-75d10890] {
    background: url(../img/file.png) no-repeat;
    padding-left: 25px;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    font-size: 16px
}

.item-new[data-v-75d10890] {
    border: 6px solid #f8e9e9;
    padding: 15px
}

.h-stop[data-v-75d10890] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #dc322f;
    margin: 25px 0 30px
}

.h-stop h3[data-v-75d10890] {
    text-transform: uppercase;
    font-size: 22px
}

@media only screen and (max-width:767px) {
    .h-stop h3[data-v-75d10890] {
        font-size: 18px
    }
}

.stop[data-v-75d10890] {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #fe0000;
    border-radius: 50%;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #646464
}

@media only screen and (max-width:767px) {
    .stop[data-v-75d10890] {
        width: 36px;
        height: 36px;
        min-width: 36px;
        margin-right: 15px
    }
}

.stop .stop-inner[data-v-75d10890] {
    background: #fff;
    height: 7px;
    width: 28px
}

@media only screen and (max-width:767px) {
    .stop .stop-inner[data-v-75d10890] {
        height: 5px;
        width: 24px
    }
}

.btn[data-v-75d10890] {
    border-radius: 30px;
    margin: 25px auto;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .03em
}

@media only screen and (max-width:767px) {
    .btn[data-v-75d10890] {
        font-size: 20px;
        padding: 8px 25px
    }
}

@media only screen and (max-width:575px) {
    .btn[data-v-75d10890] {
        font-size: 17px
    }
}

@media only screen and (max-width:500px) {
    .btn[data-v-75d10890] {
        line-height: 1.5;
        padding: 12px 25px
    }
}

.text-blue[data-v-75d10890] {
    color: #267ebc
}

.completed[data-v-75d10890] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 34px;
    margin: 15px 0 20px
}

@media only screen and (max-width:991px) {
    .completed[data-v-75d10890] {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .completed[data-v-75d10890] {
        font-size: 26px
    }
}

@media only screen and (max-width:575px) {
    .completed[data-v-75d10890] {
        font-size: 24px
    }
}

@media only screen and (max-width:479px) {
    .completed[data-v-75d10890] {
        font-size: 20px
    }
}

.completed span[data-v-75d10890] {
    margin-left: 10px
}

@media only screen and (max-width:767px) {
    .completed img[data-v-75d10890] {
        max-width: 30px
    }
}

.red-bordered[data-v-75d10890] {
    border: 4px dashed #dc322f;
    padding: 10px
}

.result[data-v-75d10890] {
    font-size: 24px;
    margin-bottom: 25px
}

.header[data-v-3a1b8344] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:575px) {
    .header[data-v-3a1b8344] {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.header h2[data-v-3a1b8344] {
    text-align: left;
    font-family: Arial Black, Arial Bold, Gadget, sans-serif;
    line-height: 1.5;
    margin-left: 15px
}

@media only screen and (max-width:991px) {
    .header h2[data-v-3a1b8344] {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .header h2[data-v-3a1b8344] {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    .header h2[data-v-3a1b8344] {
        margin-left: 0;
        font-size: 14px
    }
}

@media only screen and (max-width:991px) {
    .header img[data-v-3a1b8344] {
        max-width: 180px
    }
}

@media only screen and (max-width:767px) {
    .header img[data-v-3a1b8344] {
        max-width: 150px;
        margin-bottom: 15px
    }
}

.items[data-v-0c9dac02] {
    padding: 0
}

.item-1[data-v-0c9dac02] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

p[data-v-0c9dac02] {
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    p[data-v-0c9dac02] {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    p[data-v-0c9dac02] {
        font-size: 14px
    }
}

p.before-content[data-v-0c9dac02] {
    background: url(../img/file.png) no-repeat;
    padding-left: 25px;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    font-size: 16px
}

.item-new[data-v-0c9dac02] {
    border: 6px solid #f8e9e9;
    padding: 15px
}

.h-stop[data-v-0c9dac02] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #dc322f;
    margin: 25px 0 30px
}

.h-stop h3[data-v-0c9dac02] {
    text-transform: uppercase;
    font-size: 22px
}

@media only screen and (max-width:767px) {
    .h-stop h3[data-v-0c9dac02] {
        font-size: 18px
    }
}

.stop[data-v-0c9dac02] {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #fe0000;
    border-radius: 50%;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #646464
}

@media only screen and (max-width:767px) {
    .stop[data-v-0c9dac02] {
        width: 36px;
        height: 36px;
        min-width: 36px;
        margin-right: 15px
    }
}

.stop .stop-inner[data-v-0c9dac02] {
    background: #fff;
    height: 7px;
    width: 28px
}

@media only screen and (max-width:767px) {
    .stop .stop-inner[data-v-0c9dac02] {
        height: 5px;
        width: 24px
    }
}

.btn[data-v-0c9dac02] {
    border-radius: 30px;
    margin: 25px auto;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .03em
}

@media only screen and (max-width:767px) {
    .btn[data-v-0c9dac02] {
        font-size: 20px;
        padding: 8px 25px
    }
}

@media only screen and (max-width:575px) {
    .btn[data-v-0c9dac02] {
        font-size: 17px
    }
}

@media only screen and (max-width:500px) {
    .btn[data-v-0c9dac02] {
        line-height: 1.5;
        padding: 12px 25px
    }
}

.text-blue[data-v-0c9dac02] {
    color: #267ebc
}

.completed[data-v-0c9dac02] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 34px;
    margin: 15px 0 20px
}

@media only screen and (max-width:991px) {
    .completed[data-v-0c9dac02] {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .completed[data-v-0c9dac02] {
        font-size: 26px
    }
}

@media only screen and (max-width:575px) {
    .completed[data-v-0c9dac02] {
        font-size: 24px
    }
}

@media only screen and (max-width:479px) {
    .completed[data-v-0c9dac02] {
        font-size: 20px
    }
}

.completed span[data-v-0c9dac02] {
    margin-left: 10px
}

@media only screen and (max-width:767px) {
    .completed img[data-v-0c9dac02] {
        max-width: 30px
    }
}

.red-bordered[data-v-0c9dac02] {
    border: 4px dashed #dc322f;
    padding: 10px
}

.result[data-v-0c9dac02] {
    font-size: 24px;
    margin-bottom: 25px
}

.items[data-v-ccaaceea] {
    padding: 0
}

.item-1[data-v-ccaaceea] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

p[data-v-ccaaceea] {
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    p[data-v-ccaaceea] {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    p[data-v-ccaaceea] {
        font-size: 14px
    }
}

p.before-content[data-v-ccaaceea] {
    background: url(../img/file.png) no-repeat;
    padding-left: 25px;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    font-size: 16px
}

.item-new[data-v-ccaaceea] {
    border: 6px solid #f8e9e9;
    padding: 15px
}

.h-stop[data-v-ccaaceea] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #dc322f;
    margin: 25px 0 30px
}

.h-stop h3[data-v-ccaaceea] {
    text-transform: uppercase;
    font-size: 22px
}

@media only screen and (max-width:767px) {
    .h-stop h3[data-v-ccaaceea] {
        font-size: 18px
    }
}

.stop[data-v-ccaaceea] {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #fe0000;
    border-radius: 50%;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #646464
}

@media only screen and (max-width:767px) {
    .stop[data-v-ccaaceea] {
        width: 36px;
        height: 36px;
        min-width: 36px;
        margin-right: 15px
    }
}

.stop .stop-inner[data-v-ccaaceea] {
    background: #fff;
    height: 7px;
    width: 28px
}

@media only screen and (max-width:767px) {
    .stop .stop-inner[data-v-ccaaceea] {
        height: 5px;
        width: 24px
    }
}

.btn[data-v-ccaaceea] {
    border-radius: 30px;
    margin: 25px auto;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .03em
}

@media only screen and (max-width:767px) {
    .btn[data-v-ccaaceea] {
        font-size: 20px;
        padding: 8px 25px
    }
}

@media only screen and (max-width:575px) {
    .btn[data-v-ccaaceea] {
        font-size: 17px
    }
}

@media only screen and (max-width:500px) {
    .btn[data-v-ccaaceea] {
        line-height: 1.5;
        padding: 12px 25px
    }
}

.text-blue[data-v-ccaaceea] {
    color: #267ebc
}

.completed[data-v-ccaaceea] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 34px;
    margin: 15px 0 20px
}

@media only screen and (max-width:991px) {
    .completed[data-v-ccaaceea] {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .completed[data-v-ccaaceea] {
        font-size: 26px
    }
}

@media only screen and (max-width:575px) {
    .completed[data-v-ccaaceea] {
        font-size: 24px
    }
}

@media only screen and (max-width:479px) {
    .completed[data-v-ccaaceea] {
        font-size: 20px
    }
}

.completed span[data-v-ccaaceea] {
    margin-left: 10px
}

@media only screen and (max-width:767px) {
    .completed img[data-v-ccaaceea] {
        max-width: 30px
    }
}

.red-bordered[data-v-ccaaceea] {
    border: 4px dashed #dc322f;
    padding: 10px
}

.result[data-v-ccaaceea] {
    font-size: 24px;
    margin-bottom: 25px
}

p[data-v-ccaaceea] {
    font-family: Roboto, sans-serif;
    font-size: 20px
}

.items[data-v-b3c793c8] {
    padding: 0
}

.item-1[data-v-b3c793c8] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

p[data-v-b3c793c8] {
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    p[data-v-b3c793c8] {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    p[data-v-b3c793c8] {
        font-size: 14px
    }
}

p.before-content[data-v-b3c793c8] {
    background: url(../img/file.png) no-repeat;
    padding-left: 25px;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    font-size: 16px
}

.item-new[data-v-b3c793c8] {
    border: 6px solid #f8e9e9;
    padding: 15px
}

.h-stop[data-v-b3c793c8] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #dc322f;
    margin: 25px 0 30px
}

.h-stop h3[data-v-b3c793c8] {
    text-transform: uppercase;
    font-size: 22px
}

@media only screen and (max-width:767px) {
    .h-stop h3[data-v-b3c793c8] {
        font-size: 18px
    }
}

.stop[data-v-b3c793c8] {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #fe0000;
    border-radius: 50%;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #646464
}

@media only screen and (max-width:767px) {
    .stop[data-v-b3c793c8] {
        width: 36px;
        height: 36px;
        min-width: 36px;
        margin-right: 15px
    }
}

.stop .stop-inner[data-v-b3c793c8] {
    background: #fff;
    height: 7px;
    width: 28px
}

@media only screen and (max-width:767px) {
    .stop .stop-inner[data-v-b3c793c8] {
        height: 5px;
        width: 24px
    }
}

.btn[data-v-b3c793c8] {
    border-radius: 30px;
    margin: 25px auto;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .03em
}

@media only screen and (max-width:767px) {
    .btn[data-v-b3c793c8] {
        font-size: 20px;
        padding: 8px 25px
    }
}

@media only screen and (max-width:575px) {
    .btn[data-v-b3c793c8] {
        font-size: 17px
    }
}

@media only screen and (max-width:500px) {
    .btn[data-v-b3c793c8] {
        line-height: 1.5;
        padding: 12px 25px
    }
}

.text-blue[data-v-b3c793c8] {
    color: #267ebc
}

.completed[data-v-b3c793c8] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 34px;
    margin: 15px 0 20px
}

@media only screen and (max-width:991px) {
    .completed[data-v-b3c793c8] {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .completed[data-v-b3c793c8] {
        font-size: 26px
    }
}

@media only screen and (max-width:575px) {
    .completed[data-v-b3c793c8] {
        font-size: 24px
    }
}

@media only screen and (max-width:479px) {
    .completed[data-v-b3c793c8] {
        font-size: 20px
    }
}

.completed span[data-v-b3c793c8] {
    margin-left: 10px
}

@media only screen and (max-width:767px) {
    .completed img[data-v-b3c793c8] {
        max-width: 30px
    }
}

.red-bordered[data-v-b3c793c8] {
    border: 4px dashed #dc322f;
    padding: 10px
}

.result[data-v-b3c793c8] {
    font-size: 24px;
    margin-bottom: 25px
}

.form[data-v-b3c793c8] {
    background: #e9e9e9;
    max-width: 524px;
    border: 1px solid #72b3ed;
    padding: 20px 40px 0;
    margin: 25px auto
}

@media only screen and (max-width:575px) {
    .form[data-v-b3c793c8] {
        padding: 20px 20px 0
    }
}

.form .btn[data-v-b3c793c8] {
    line-height: 1.4;
    padding: 8px 25px;
    border-radius: 8px
}

h3[data-v-b3c793c8] {
    font-size: 24px
}

@media only screen and (max-width:991px) {
    h3[data-v-b3c793c8] {
        font-size: 22px
    }
}

@media only screen and (max-width:767px) {
    h3[data-v-b3c793c8] {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    h3[data-v-b3c793c8] {
        font-size: 18px
    }
}

.items[data-v-6f2d3ad2] {
    padding: 0
}

.item-1[data-v-6f2d3ad2] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

p[data-v-6f2d3ad2] {
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    p[data-v-6f2d3ad2] {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    p[data-v-6f2d3ad2] {
        font-size: 14px
    }
}

p.before-content[data-v-6f2d3ad2] {
    background: url(../img/file.png) no-repeat;
    padding-left: 25px;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    font-size: 16px
}

.item-new[data-v-6f2d3ad2] {
    border: 6px solid #f8e9e9;
    padding: 15px
}

.h-stop[data-v-6f2d3ad2] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #dc322f;
    margin: 25px 0 30px
}

.h-stop h3[data-v-6f2d3ad2] {
    text-transform: uppercase;
    font-size: 22px
}

@media only screen and (max-width:767px) {
    .h-stop h3[data-v-6f2d3ad2] {
        font-size: 18px
    }
}

.stop[data-v-6f2d3ad2] {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #fe0000;
    border-radius: 50%;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #646464
}

@media only screen and (max-width:767px) {
    .stop[data-v-6f2d3ad2] {
        width: 36px;
        height: 36px;
        min-width: 36px;
        margin-right: 15px
    }
}

.stop .stop-inner[data-v-6f2d3ad2] {
    background: #fff;
    height: 7px;
    width: 28px
}

@media only screen and (max-width:767px) {
    .stop .stop-inner[data-v-6f2d3ad2] {
        height: 5px;
        width: 24px
    }
}

.btn[data-v-6f2d3ad2] {
    border-radius: 30px;
    margin: 25px auto;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .03em
}

@media only screen and (max-width:767px) {
    .btn[data-v-6f2d3ad2] {
        font-size: 20px;
        padding: 8px 25px
    }
}

@media only screen and (max-width:575px) {
    .btn[data-v-6f2d3ad2] {
        font-size: 17px
    }
}

@media only screen and (max-width:500px) {
    .btn[data-v-6f2d3ad2] {
        line-height: 1.5;
        padding: 12px 25px
    }
}

.text-blue[data-v-6f2d3ad2] {
    color: #267ebc
}

.completed[data-v-6f2d3ad2] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 34px;
    margin: 15px 0 20px
}

@media only screen and (max-width:991px) {
    .completed[data-v-6f2d3ad2] {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .completed[data-v-6f2d3ad2] {
        font-size: 26px
    }
}

@media only screen and (max-width:575px) {
    .completed[data-v-6f2d3ad2] {
        font-size: 24px
    }
}

@media only screen and (max-width:479px) {
    .completed[data-v-6f2d3ad2] {
        font-size: 20px
    }
}

.completed span[data-v-6f2d3ad2] {
    margin-left: 10px
}

@media only screen and (max-width:767px) {
    .completed img[data-v-6f2d3ad2] {
        max-width: 30px
    }
}

.red-bordered[data-v-6f2d3ad2] {
    border: 4px dashed #dc322f;
    padding: 10px
}

.result[data-v-6f2d3ad2] {
    font-size: 24px;
    margin-bottom: 25px
}

form[data-v-6f2d3ad2] {
    padding: 0;
    margin: 0 auto
}

form .error[data-v-6f2d3ad2] {
    margin-top: 5px
}

@media only screen and (max-width:839px) {
    form .form-item[data-v-6f2d3ad2] {
        width: 100%
    }
}

form .form-input[data-v-6f2d3ad2] {
    width: 100%
}

form input[data-v-6f2d3ad2] {
    margin: 0;
    width: 100%
}

@media only screen and (max-width:839px) {
    form[data-v-6f2d3ad2] {
        max-width: 360px
    }
}

form .btn[data-v-6f2d3ad2] {
    line-height: 1.4;
    padding: 6px 10px;
    border-radius: 8px;
    margin: 0 0 0 -5px
}

@media only screen and (max-width:839px) {
    form .btn[data-v-6f2d3ad2] {
        margin: 15px 0 0;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    form .btn[data-v-6f2d3ad2] {
        font-size: 20px
    }
}

form .row[data-v-6f2d3ad2] {
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:839px) {
    form .row[data-v-6f2d3ad2] {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

h3[data-v-6f2d3ad2] {
    font-size: 24px
}

@media only screen and (max-width:991px) {
    h3[data-v-6f2d3ad2] {
        font-size: 22px
    }
}

@media only screen and (max-width:767px) {
    h3[data-v-6f2d3ad2] {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    h3[data-v-6f2d3ad2] {
        font-size: 18px
    }
}

.item-1[data-v-6f2d3ad2] {
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.item-1 img[data-v-6f2d3ad2] {
    margin: 40px
}

.item-1 h2[data-v-6f2d3ad2] {
    font-size: 36px
}

@media only screen and (max-width:991px) {
    .item-1 h2[data-v-6f2d3ad2] {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .item-1 h2[data-v-6f2d3ad2] {
        font-size: 26px
    }
}

@media only screen and (max-width:575px) {
    .item-1 h2[data-v-6f2d3ad2] {
        font-size: 20px
    }
}

.row[data-v-6f2d3ad2] {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:599px) {
    .row[data-v-6f2d3ad2] {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.ticket[data-v-6f2d3ad2] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 2px solid #82939e;
    border-left: 2px solid #82939e;
    border-right: 2px solid #82939e;
    background: url(../img/wave.png) repeat-x 0 100%;
    text-align: center;
    min-width: 430px;
    margin-right: 30px;
    padding: 20px 20px 40px;
    line-height: 1.5;
    position: relative
}

@media only screen and (max-width:991px) {
    .ticket[data-v-6f2d3ad2] {
        min-width: 400px;
        margin-right: 15px;
        padding: 15px 20px 40px
    }
}

@media only screen and (max-width:767px) {
    .ticket[data-v-6f2d3ad2] {
        min-width: 320px;
        padding: 20px 10px 40px
    }
}

@media only screen and (max-width:575px) {
    .ticket[data-v-6f2d3ad2] {
        min-width: 280px
    }
}

.ticket[data-v-6f2d3ad2]:after,
.ticket[data-v-6f2d3ad2]:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 2px;
    background: #f9f9f9;
    bottom: 0
}

.ticket[data-v-6f2d3ad2]:before {
    left: -2px;
    height: 27px
}

.ticket[data-v-6f2d3ad2]:after {
    right: -2px;
    bottom: 0
}

@media only screen and (max-width:991px) {
    .ticket[data-v-6f2d3ad2]:after {
        bottom: -2px
    }
}

@media only screen and (max-width:767px) {
    .ticket[data-v-6f2d3ad2]:after {
        bottom: -6px;
        height: 23px
    }
}

@media only screen and (max-width:575px) {
    .ticket[data-v-6f2d3ad2]:after {
        bottom: 0;
        height: 28px
    }
}

.ticket div[data-v-6f2d3ad2] {
    margin-bottom: 15px
}

.ticket div[data-v-6f2d3ad2]:first-child {
    font-size: 18px
}

@media only screen and (max-width:767px) {
    .ticket div[data-v-6f2d3ad2]:first-child {
        font-size: 18px
    }
}

@media only screen and (max-width:575px) {
    .ticket div[data-v-6f2d3ad2]:first-child {
        font-size: 16px
    }
}

.ticket div[data-v-6f2d3ad2]:nth-child(2) {
    font-size: 16px
}

@media only screen and (max-width:767px) {
    .ticket div[data-v-6f2d3ad2]:nth-child(2) {
        font-size: 16px
    }
}

.ticket div[data-v-6f2d3ad2]:nth-child(3) {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .ticket div[data-v-6f2d3ad2]:nth-child(3) {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    .ticket div[data-v-6f2d3ad2]:nth-child(3) {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .ticket div[data-v-6f2d3ad2]:nth-child(3) {
        font-size: 18px
    }
}

.ticket div[data-v-6f2d3ad2]:nth-child(4) {
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1
}

@media only screen and (max-width:991px) {
    .ticket div[data-v-6f2d3ad2]:nth-child(4) {
        font-size: 70px
    }
}

@media only screen and (max-width:767px) {
    .ticket div[data-v-6f2d3ad2]:nth-child(4) {
        font-size: 50px
    }
}

@media only screen and (max-width:575px) {
    .ticket div[data-v-6f2d3ad2]:nth-child(4) {
        font-size: 40px
    }
}

.ticket div[data-v-6f2d3ad2]:nth-child(5) {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .ticket div[data-v-6f2d3ad2]:nth-child(5) {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    .ticket div[data-v-6f2d3ad2]:nth-child(5) {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .ticket div[data-v-6f2d3ad2]:nth-child(5) {
        font-size: 18px
    }
}

.ticket div[data-v-6f2d3ad2]:nth-child(6) {
    font-size: 28px;
    font-weight: 700
}

@media only screen and (max-width:991px) {
    .ticket div[data-v-6f2d3ad2]:nth-child(6) {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    .ticket div[data-v-6f2d3ad2]:nth-child(6) {
        font-size: 22px
    }
}

@media only screen and (max-width:575px) {
    .ticket div[data-v-6f2d3ad2]:nth-child(6) {
        font-size: 20px
    }
}

.ticket div[data-v-6f2d3ad2]:nth-child(7) {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .ticket div[data-v-6f2d3ad2]:nth-child(7) {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    .ticket div[data-v-6f2d3ad2]:nth-child(7) {
        font-size: 14px
    }
}

.content p[data-v-6f2d3ad2],
.upsell p[data-v-6f2d3ad2] {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    letter-spacing: 0
}

@media only screen and (max-width:991px) {
    .content p[data-v-6f2d3ad2],
    .upsell p[data-v-6f2d3ad2] {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .content p[data-v-6f2d3ad2],
    .upsell p[data-v-6f2d3ad2] {
        font-size: 16px
    }
}

.completed[data-v-6f2d3ad2] {
    text-align: left;
    font-size: 26px
}

@media only screen and (max-width:991px) {
    .completed[data-v-6f2d3ad2] {
        font-size: 24px;
        font-size: 20px
    }
}

.upsell[data-v-6f2d3ad2] {
    border: 5px solid #dc322f;
    padding: 15px;
    background: #f3fff4
}

.upsell .btn[data-v-6f2d3ad2] {
    border-radius: 5px
}

.items[data-v-13fb847f] {
    padding: 0
}

.item-1[data-v-13fb847f] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

p[data-v-13fb847f] {
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    p[data-v-13fb847f] {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    p[data-v-13fb847f] {
        font-size: 14px
    }
}

p.before-content[data-v-13fb847f] {
    background: url(../img/file.png) no-repeat;
    padding-left: 25px;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    font-size: 16px
}

.item-new[data-v-13fb847f] {
    border: 6px solid #f8e9e9;
    padding: 15px
}

.h-stop[data-v-13fb847f] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #dc322f;
    margin: 25px 0 30px
}

.h-stop h3[data-v-13fb847f] {
    text-transform: uppercase;
    font-size: 22px
}

@media only screen and (max-width:767px) {
    .h-stop h3[data-v-13fb847f] {
        font-size: 18px
    }
}

.stop[data-v-13fb847f] {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #fe0000;
    border-radius: 50%;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #646464
}

@media only screen and (max-width:767px) {
    .stop[data-v-13fb847f] {
        width: 36px;
        height: 36px;
        min-width: 36px;
        margin-right: 15px
    }
}

.stop .stop-inner[data-v-13fb847f] {
    background: #fff;
    height: 7px;
    width: 28px
}

@media only screen and (max-width:767px) {
    .stop .stop-inner[data-v-13fb847f] {
        height: 5px;
        width: 24px
    }
}

.btn[data-v-13fb847f] {
    border-radius: 30px;
    margin: 25px auto;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .03em
}

@media only screen and (max-width:767px) {
    .btn[data-v-13fb847f] {
        font-size: 20px;
        padding: 8px 25px
    }
}

@media only screen and (max-width:575px) {
    .btn[data-v-13fb847f] {
        font-size: 17px
    }
}

@media only screen and (max-width:500px) {
    .btn[data-v-13fb847f] {
        line-height: 1.5;
        padding: 12px 25px
    }
}

.text-blue[data-v-13fb847f] {
    color: #267ebc
}

.completed[data-v-13fb847f] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 34px;
    margin: 15px 0 20px
}

@media only screen and (max-width:991px) {
    .completed[data-v-13fb847f] {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .completed[data-v-13fb847f] {
        font-size: 26px
    }
}

@media only screen and (max-width:575px) {
    .completed[data-v-13fb847f] {
        font-size: 24px
    }
}

@media only screen and (max-width:479px) {
    .completed[data-v-13fb847f] {
        font-size: 20px
    }
}

.completed span[data-v-13fb847f] {
    margin-left: 10px
}

@media only screen and (max-width:767px) {
    .completed img[data-v-13fb847f] {
        max-width: 30px
    }
}

.red-bordered[data-v-13fb847f] {
    border: 4px dashed #dc322f;
    padding: 10px
}

.result[data-v-13fb847f] {
    font-size: 24px;
    margin-bottom: 25px
}

form[data-v-13fb847f] {
    padding: 0;
    margin: 0 auto
}

form .error[data-v-13fb847f] {
    margin-top: 5px
}

@media only screen and (max-width:839px) {
    form .form-item[data-v-13fb847f] {
        width: 100%
    }
}

form .form-input[data-v-13fb847f] {
    width: 100%
}

form input[data-v-13fb847f] {
    margin: 0;
    width: 100%
}

@media only screen and (max-width:839px) {
    form[data-v-13fb847f] {
        max-width: 360px
    }
}

form .btn[data-v-13fb847f] {
    line-height: 1.4;
    padding: 6px 10px;
    border-radius: 8px;
    margin: 0 0 0 -5px
}

@media only screen and (max-width:839px) {
    form .btn[data-v-13fb847f] {
        margin: 15px 0 0;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    form .btn[data-v-13fb847f] {
        font-size: 20px
    }
}

form .row[data-v-13fb847f] {
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:839px) {
    form .row[data-v-13fb847f] {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

h3[data-v-13fb847f] {
    font-size: 24px
}

@media only screen and (max-width:991px) {
    h3[data-v-13fb847f] {
        font-size: 22px
    }
}

@media only screen and (max-width:767px) {
    h3[data-v-13fb847f] {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    h3[data-v-13fb847f] {
        font-size: 18px
    }
}

.item-1[data-v-13fb847f] {
    text-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: column;
    flex-direction: column
}

.item-1 img[data-v-13fb847f] {
    margin: 40px
}

.item-1 h2[data-v-13fb847f] {
    font-size: 36px
}

@media only screen and (max-width:991px) {
    .item-1 h2[data-v-13fb847f] {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .item-1 h2[data-v-13fb847f] {
        font-size: 26px
    }
}

@media only screen and (max-width:575px) {
    .item-1 h2[data-v-13fb847f] {
        font-size: 20px
    }
}

.row[data-v-13fb847f] {
    display: -ms-flexbox;
    display: flex
}

@media only screen and (max-width:599px) {
    .row[data-v-13fb847f] {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.ticket[data-v-13fb847f] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    border-top: 2px solid #82939e;
    border-left: 2px solid #82939e;
    border-right: 2px solid #82939e;
    background: url(../img/wave.png) repeat-x 0 100%;
    text-align: center;
    min-width: 430px;
    margin-right: 30px;
    padding: 20px 20px 40px;
    line-height: 1.5;
    position: relative
}

@media only screen and (max-width:991px) {
    .ticket[data-v-13fb847f] {
        min-width: 400px;
        margin-right: 15px;
        padding: 15px 20px 40px
    }
}

@media only screen and (max-width:767px) {
    .ticket[data-v-13fb847f] {
        min-width: 320px;
        padding: 20px 10px 40px
    }
}

@media only screen and (max-width:575px) {
    .ticket[data-v-13fb847f] {
        min-width: 280px
    }
}

.ticket[data-v-13fb847f]:after,
.ticket[data-v-13fb847f]:before {
    content: "";
    position: absolute;
    height: 20px;
    width: 2px;
    background: #f9f9f9;
    bottom: 0
}

.ticket[data-v-13fb847f]:before {
    left: -2px;
    height: 27px
}

.ticket[data-v-13fb847f]:after {
    right: -2px;
    bottom: 0
}

@media only screen and (max-width:991px) {
    .ticket[data-v-13fb847f]:after {
        bottom: -2px
    }
}

@media only screen and (max-width:767px) {
    .ticket[data-v-13fb847f]:after {
        bottom: -6px;
        height: 23px
    }
}

@media only screen and (max-width:575px) {
    .ticket[data-v-13fb847f]:after {
        bottom: 0;
        height: 28px
    }
}

.ticket div[data-v-13fb847f] {
    margin-bottom: 15px
}

.ticket div[data-v-13fb847f]:first-child {
    font-size: 18px
}

@media only screen and (max-width:767px) {
    .ticket div[data-v-13fb847f]:first-child {
        font-size: 18px
    }
}

@media only screen and (max-width:575px) {
    .ticket div[data-v-13fb847f]:first-child {
        font-size: 16px
    }
}

.ticket div[data-v-13fb847f]:nth-child(2) {
    font-size: 16px
}

@media only screen and (max-width:767px) {
    .ticket div[data-v-13fb847f]:nth-child(2) {
        font-size: 16px
    }
}

.ticket div[data-v-13fb847f]:nth-child(3) {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .ticket div[data-v-13fb847f]:nth-child(3) {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    .ticket div[data-v-13fb847f]:nth-child(3) {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .ticket div[data-v-13fb847f]:nth-child(3) {
        font-size: 18px
    }
}

.ticket div[data-v-13fb847f]:nth-child(4) {
    font-size: 90px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 1
}

@media only screen and (max-width:991px) {
    .ticket div[data-v-13fb847f]:nth-child(4) {
        font-size: 70px
    }
}

@media only screen and (max-width:767px) {
    .ticket div[data-v-13fb847f]:nth-child(4) {
        font-size: 50px
    }
}

@media only screen and (max-width:575px) {
    .ticket div[data-v-13fb847f]:nth-child(4) {
        font-size: 40px
    }
}

.ticket div[data-v-13fb847f]:nth-child(5) {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .ticket div[data-v-13fb847f]:nth-child(5) {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    .ticket div[data-v-13fb847f]:nth-child(5) {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .ticket div[data-v-13fb847f]:nth-child(5) {
        font-size: 18px
    }
}

.ticket div[data-v-13fb847f]:nth-child(6) {
    font-size: 28px;
    font-weight: 700
}

@media only screen and (max-width:991px) {
    .ticket div[data-v-13fb847f]:nth-child(6) {
        font-size: 26px
    }
}

@media only screen and (max-width:767px) {
    .ticket div[data-v-13fb847f]:nth-child(6) {
        font-size: 22px
    }
}

@media only screen and (max-width:575px) {
    .ticket div[data-v-13fb847f]:nth-child(6) {
        font-size: 20px
    }
}

.ticket div[data-v-13fb847f]:nth-child(7) {
    font-size: 16px;
    text-align: left;
    margin-bottom: 0
}

@media only screen and (max-width:991px) {
    .ticket div[data-v-13fb847f]:nth-child(7) {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    .ticket div[data-v-13fb847f]:nth-child(7) {
        font-size: 14px
    }
}

.content p[data-v-13fb847f],
.upsell p[data-v-13fb847f] {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    letter-spacing: 0
}

@media only screen and (max-width:991px) {
    .content p[data-v-13fb847f],
    .upsell p[data-v-13fb847f] {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .content p[data-v-13fb847f],
    .upsell p[data-v-13fb847f] {
        font-size: 16px
    }
}

.completed[data-v-13fb847f] {
    text-align: left;
    font-size: 26px
}

@media only screen and (max-width:991px) {
    .completed[data-v-13fb847f] {
        font-size: 24px;
        font-size: 20px
    }
}

.upsell[data-v-13fb847f] {
    border: 5px solid #dc322f;
    padding: 15px;
    background: #f3fff4
}

.upsell .btn[data-v-13fb847f] {
    border-radius: 5px
}

.items[data-v-03161b22] {
    padding: 0
}

.item-1[data-v-03161b22] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

p[data-v-03161b22] {
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    p[data-v-03161b22] {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    p[data-v-03161b22] {
        font-size: 14px
    }
}

p.before-content[data-v-03161b22] {
    background: url(../img/file.png) no-repeat;
    padding-left: 25px;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    font-size: 16px
}

.item-new[data-v-03161b22] {
    border: 6px solid #f8e9e9;
    padding: 15px
}

.h-stop[data-v-03161b22] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #dc322f;
    margin: 25px 0 30px
}

.h-stop h3[data-v-03161b22] {
    text-transform: uppercase;
    font-size: 22px
}

@media only screen and (max-width:767px) {
    .h-stop h3[data-v-03161b22] {
        font-size: 18px
    }
}

.stop[data-v-03161b22] {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #fe0000;
    border-radius: 50%;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #646464
}

@media only screen and (max-width:767px) {
    .stop[data-v-03161b22] {
        width: 36px;
        height: 36px;
        min-width: 36px;
        margin-right: 15px
    }
}

.stop .stop-inner[data-v-03161b22] {
    background: #fff;
    height: 7px;
    width: 28px
}

@media only screen and (max-width:767px) {
    .stop .stop-inner[data-v-03161b22] {
        height: 5px;
        width: 24px
    }
}

.btn[data-v-03161b22] {
    border-radius: 30px;
    margin: 25px auto;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .03em
}

@media only screen and (max-width:767px) {
    .btn[data-v-03161b22] {
        font-size: 20px;
        padding: 8px 25px
    }
}

@media only screen and (max-width:575px) {
    .btn[data-v-03161b22] {
        font-size: 17px
    }
}

@media only screen and (max-width:500px) {
    .btn[data-v-03161b22] {
        line-height: 1.5;
        padding: 12px 25px
    }
}

.text-blue[data-v-03161b22] {
    color: #267ebc
}

.completed[data-v-03161b22] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 34px;
    margin: 15px 0 20px
}

@media only screen and (max-width:991px) {
    .completed[data-v-03161b22] {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .completed[data-v-03161b22] {
        font-size: 26px
    }
}

@media only screen and (max-width:575px) {
    .completed[data-v-03161b22] {
        font-size: 24px
    }
}

@media only screen and (max-width:479px) {
    .completed[data-v-03161b22] {
        font-size: 20px
    }
}

.completed span[data-v-03161b22] {
    margin-left: 10px
}

@media only screen and (max-width:767px) {
    .completed img[data-v-03161b22] {
        max-width: 30px
    }
}

.red-bordered[data-v-03161b22] {
    border: 4px dashed #dc322f;
    padding: 10px
}

.result[data-v-03161b22] {
    font-size: 24px;
    margin-bottom: 25px
}

.inspector[data-v-03161b22] {
    -ms-flex-preferred-size: 210px;
    flex-basis: 210px;
    min-width: 210px;
    color: #267ebc;
    text-align: center;
    font-weight: 700;
    margin-right: 20px;
    line-height: 1.4
}

@media only screen and (max-width:767px) {
    .inspector[data-v-03161b22] {
        margin-bottom: 15px
    }
}

.inspector p[data-v-03161b22] {
    margin-bottom: 5px
}

.inspector .name[data-v-03161b22] {
    font-size: 20px
}

.inspector .position[data-v-03161b22] {
    font-size: 16px
}

form[data-v-03161b22] {
    padding: 0;
    width: 100%
}

form .btn[data-v-03161b22] {
    line-height: 1.4;
    padding: 6px 10px;
    border-radius: 8px;
    margin: 0
}

@media only screen and (max-width:839px) {
    form .btn[data-v-03161b22] {
        margin: 15px 0 0;
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    form .btn[data-v-03161b22] {
        font-size: 20px
    }
}

.completed[data-v-03161b22] {
    text-align: left;
    font-size: 26px
}

.completed>span[data-v-03161b22] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.completed>span span[data-v-03161b22]:first-child {
    font-size: 32px
}

@media only screen and (max-width:991px) {
    .completed>span span[data-v-03161b22]:first-child {
        font-size: 28px
    }
}

@media only screen and (max-width:767px) {
    .completed>span span[data-v-03161b22]:first-child {
        font-size: 26px
    }
}

@media only screen and (max-width:575px) {
    .completed>span span[data-v-03161b22]:first-child {
        font-size: 24px
    }
}

@media only screen and (max-width:479px) {
    .completed>span span[data-v-03161b22]:first-child {
        font-size: 20px
    }
}

@media only screen and (max-width:991px) {
    .completed[data-v-03161b22] {
        font-size: 24px;
        font-size: 20px
    }
}

.interview[data-v-03161b22] {
    background: #f3fff4;
    border: 5px solid #267ebc;
    padding: 10px;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700
}

@media only screen and (max-width:767px) {
    .interview[data-v-03161b22] {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.interview p[data-v-03161b22] {
    line-height: 1.4;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif
}

@media only screen and (max-width:991px) {
    .interview p[data-v-03161b22] {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .interview p[data-v-03161b22] {
        font-size: 16px
    }
}

.interview .interview-form textarea[data-v-03161b22] {
    width: 100%;
    height: 90px;
    resize: none;
    font-size: 18px;
    margin-bottom: 25px
}

.interview .interview-form .btn[data-v-03161b22] {
    font-size: 19px;
    padding: 12px 15px;
    width: 100%;
    margin-top: 0
}

h2[data-v-5862e3fc] {
    font-size: 28px;
    color: #404040
}

@media only screen and (max-width:579px) {
    h2[data-v-5862e3fc] {
        font-size: 22px
    }
}

.item[data-v-5862e3fc] {
    margin-top: 40px
}

.item h2[data-v-5862e3fc] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #404040;
    margin-bottom: 20px
}

@media only screen and (max-width:991px) {
    .item h2[data-v-5862e3fc] {
        font-size: 22px
    }
}

@media only screen and (max-width:698px) {
    .item h2[data-v-5862e3fc] {
        display: block
    }
}

@media only screen and (max-width:659px) {
    .item h2[data-v-5862e3fc] {
        font-size: 20px
    }
}

.item h2.text-info[data-v-5862e3fc] {
    color: #268bd2
}

.item h2.text-info img[data-v-5862e3fc] {
    margin-right: 50px
}

@media only screen and (max-width:799px) {
    .item h2.text-info img[data-v-5862e3fc] {
        margin-right: 15px;
        max-width: 25px
    }
}

@media only screen and (max-width:659px) {
    .item h2.text-info img[data-v-5862e3fc] {
        max-width: 20px
    }
}

.item-inner__items[data-v-5862e3fc] {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

@media only screen and (max-width:659px) {
    .item-inner__items[data-v-5862e3fc] {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.item-inner__item[data-v-5862e3fc] {
    border: 1px solid #268bd2;
    box-shadow: 0 1px 7px rgba(0, 0, 0, .4);
    padding: 10px;
    color: #404040
}

.item-inner__item[data-v-5862e3fc]:first-child {
    margin-right: 10px;
    -ms-flex-positive: 1;
    flex-grow: 1
}

@media only screen and (max-width:659px) {
    .item-inner__item[data-v-5862e3fc]:first-child {
        margin-right: 0;
        padding: 10px;
        margin-bottom: 15px
    }
}

.item-inner__item:first-child h3[data-v-5862e3fc] {
    font-size: 26px;
    line-height: 40px;
    padding: 8px 20px
}

@media only screen and (max-width:991px) {
    .item-inner__item:first-child h3[data-v-5862e3fc] {
        font-size: 20px;
        line-height: 30px
    }
}

@media only screen and (max-width:659px) {
    .item-inner__item:first-child h3[data-v-5862e3fc] {
        font-size: 18px;
        line-height: 26px
    }
}

@media only screen and (max-width:439px) {
    .item-inner__item:first-child h3[data-v-5862e3fc] {
        font-size: 16px;
        line-height: 24px
    }
}

.item-inner__item:first-child h3.bordered[data-v-5862e3fc] {
    background: #e6f3f8;
    border: 3px dashed #e1e1e1;
    padding: 8px 15px
}

.item-inner__item[data-v-5862e3fc]:last-child {
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    min-width: 200px;
    text-align: center;
    position: relative;
    z-index: 10
}

@media only screen and (max-width:659px) {
    .item-inner__item[data-v-5862e3fc]:last-child {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        min-width: 100%
    }
}

@media only screen and (max-width:659px) and (max-width:449px) {
    .item-inner__item[data-v-5862e3fc]:last-child {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.item-inner__item:last-child h4[data-v-5862e3fc] {
    font-size: 16px;
    line-height: 1.4;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    min-width: 60%;
    margin-right: 15px
}

.btn[data-v-5862e3fc] {
    font-size: 24px;
    font-weight: 700;
    padding: 12px 15px;
    line-height: 1.3;
    display: inline-block;
    position: relative;
    left: 50%;
    transform: translateX(-50%)
}

@media only screen and (max-width:799px) {
    .btn[data-v-5862e3fc] {
        font-size: 20px
    }
}

@media only screen and (max-width:629px) {
    .btn[data-v-5862e3fc] {
        font-size: 18px
    }
}

#timer[data-v-5862e3fc] {
    margin-top: 60px
}

@media only screen and (max-width:991px) {
    #timer[data-v-5862e3fc] {
        margin-top: 40px
    }
}

@media only screen and (max-width:659px) {
    #timer[data-v-5862e3fc] {
        margin-top: 0
    }
}

.timer[data-v-61a10d52] {
    display: block;
    margin: .5rem auto;
    border: .25rem solid #ccc;
    text-align: center;
    padding: 1rem;
    font-family: Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
    font-size: 44px;
    font-weight: 700
}

.colorRed[data-v-61a10d52] {
    color: red
}

.colorBlue[data-v-61a10d52] {
    color: #268bd2
}

.item[data-v-3aa1a855] {
    margin-top: 40px
}

.item-inner[data-v-3aa1a855],
.item[data-v-3aa1a855] {
    height: 280px
}

.item-inner .image[data-v-3aa1a855],
.item .image[data-v-3aa1a855] {
    height: 108px;
    margin: 40px auto 30px
}

.item-inner img[data-v-3aa1a855],
.item img[data-v-3aa1a855] {
    display: block;
    margin: 0 auto;
    max-height: 108px;
    width: auto
}

.text-blue[data-v-3aa1a855] {
    color: #1b5faf
}

.items[data-v-74f1365f] {
    padding: 10px
}

.item[data-v-74f1365f] {
    margin-top: 40px
}

h2[data-v-74f1365f] {
    color: #267ebc;
    max-width: 600px;
    text-align: center;
    margin: 0 auto 15px;
    font-size: 24px
}

@media only screen and (max-width:991px) {
    h2[data-v-74f1365f] {
        font-size: 22px
    }
}

@media only screen and (max-width:499px) {
    h2[data-v-74f1365f] {
        font-size: 18px
    }
}

.appeal[data-v-74f1365f] {
    border: 1px solid #72b3ed;
    background-color: rgba(213, 241, 251, .5);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .4);
    min-height: 380px;
    color: #181818;
    padding: 15px
}

.appeal-header[data-v-74f1365f] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (max-width:839px) {
    .appeal-header[data-v-74f1365f] {
        -ms-flex-direction: column;
        flex-direction: column
    }
}

.anketa-number[data-v-74f1365f] {
    white-space: nowrap
}

@media only screen and (max-width:849px) {
    .anketa-number[data-v-74f1365f] {
        white-space: normal
    }
}

.appeal-header__item[data-v-74f1365f]:first-child {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding-right: 15px
}

@media only screen and (max-width:799px) {
    .appeal-header__item[data-v-74f1365f]:first-child {
        padding-right: 0
    }
}

.appeal-header__item[data-v-74f1365f]:last-child {
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    font-size: 16px;
    padding-left: 15px;
    text-align: right
}

@media only screen and (max-width:849px) {
    .appeal-header__item[data-v-74f1365f]:last-child {
        text-align: left
    }
}

@media only screen and (max-width:799px) {
    .appeal-header__item[data-v-74f1365f]:last-child {
        padding-left: 0
    }
}

.appeal-header__item em[data-v-74f1365f] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #267ebc;
    font-weight: 600;
    text-decoration: underline;
    font-size: 16px
}

@media only screen and (max-width:575px) {
    .appeal-header__item em[data-v-74f1365f] {
        font-size: 14px
    }
}

.appeal-header__item em img[data-v-74f1365f] {
    margin-right: 12px
}

.appeal-header__item h3[data-v-74f1365f] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 400;
    font-size: 22px;
    margin-top: 20px;
    margin-bottom: 20px
}

@media only screen and (max-width:991px) {
    .appeal-header__item h3[data-v-74f1365f] {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    .appeal-header__item h3[data-v-74f1365f] {
        font-size: 18px
    }
}

.appeal-header__item h3 img[data-v-74f1365f] {
    margin-right: 12px
}

.date[data-v-74f1365f] {
    text-align: right;
    font-size: 16px
}

.appeal-body h3[data-v-74f1365f] {
    background: #f9f9f9;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    margin: 10px 0;
    padding: 5px 15px
}

@media only screen and (max-width:991px) {
    .appeal-body h3[data-v-74f1365f] {
        font-size: 22px;
        line-height: 34px
    }
}

@media only screen and (max-width:575px) {
    .appeal-body h3[data-v-74f1365f] {
        font-size: 16px;
        line-height: 28px
    }
}

.text-nowrap[data-v-74f1365f] {
    white-space: nowrap
}

.btn[data-v-74f1365f] {
    font-size: 24px;
    font-weight: 700;
    margin: 20px auto 0;
    padding: 8px 30px
}

@media only screen and (max-width:586px) {
    .btn[data-v-74f1365f] {
        font-size: 20px;
        line-height: 26px;
        padding: 12px 25px
    }
}

h3.italic[data-v-74f1365f] {
    font-style: italic;
    font-size: 22px;
    margin: 20px auto 15px;
    text-align: center;
    color: #267ebc
}

@media only screen and (max-width:991px) {
    h3.italic[data-v-74f1365f] {
        font-size: 20px
    }
}

@media only screen and (max-width:575px) {
    h3.italic[data-v-74f1365f] {
        font-size: 18px
    }
}

.img-center[data-v-74f1365f] {
    display: block;
    margin: 0 auto
}

.items[data-v-09f9401c] {
    color: #181818;
    padding: 10px
}

.items img[data-v-09f9401c] {
    max-width: 150px
}

.items h3[data-v-09f9401c] {
    font-size: 19px
}

@media only screen and (max-width:991px) {
    .items h3[data-v-09f9401c] {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .items h3[data-v-09f9401c] {
        font-size: 17px
    }
}

.item[data-v-09f9401c] {
    margin-top: 40px;
    line-height: 1.5
}

.headers[data-v-09f9401c] {
    min-height: 110px
}

h1[data-v-09f9401c] {
    text-align: center
}

@media only screen and (max-width:991px) {
    h1[data-v-09f9401c] {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    h1[data-v-09f9401c] {
        font-size: 22px
    }
}

@media only screen and (max-width:767px) {
    h1 br[data-v-09f9401c] {
        display: none
    }
}

h2[data-v-09f9401c] {
    font-size: 30px;
    margin-top: 40px
}

@media only screen and (max-width:991px) {
    h2[data-v-09f9401c] {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    h2[data-v-09f9401c] {
        font-size: 22px
    }
}

h2 a[data-v-09f9401c] {
    color: #fff;
    text-decoration: none
}

.items[data-v-3a3fc74c] {
    color: #181818;
    padding: 10px
}

.items img[data-v-3a3fc74c] {
    max-width: 150px
}

.items h3[data-v-3a3fc74c] {
    font-size: 19px
}

@media only screen and (max-width:991px) {
    .items h3[data-v-3a3fc74c] {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .items h3[data-v-3a3fc74c] {
        font-size: 17px
    }
}

.item[data-v-3a3fc74c] {
    margin-top: 40px;
    line-height: 1.5
}

.item h2[data-v-3a3fc74c] {
    background: #267ebc;
    color: #fff;
    padding: 5px 25px;
    font-size: 24px;
    text-align: left
}

@media only screen and (max-width:991px) {
    .item h2[data-v-3a3fc74c] {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .item h2[data-v-3a3fc74c] {
        font-size: 18px
    }
}

.headers[data-v-3a3fc74c] {
    min-height: 110px
}

h1[data-v-3a3fc74c] {
    text-align: center
}

@media only screen and (max-width:991px) {
    h1[data-v-3a3fc74c] {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    h1[data-v-3a3fc74c] {
        font-size: 22px
    }
}

@media only screen and (max-width:767px) {
    h1 br[data-v-3a3fc74c] {
        display: none
    }
}

h2[data-v-3a3fc74c] {
    font-size: 30px;
    margin-top: 40px
}

@media only screen and (max-width:991px) {
    h2[data-v-3a3fc74c] {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    h2[data-v-3a3fc74c] {
        font-size: 22px
    }
}

h2 a[data-v-3a3fc74c] {
    color: #fff;
    text-decoration: none
}

.answer[data-v-3a3fc74c] {
    border: 5px double #267ebc;
    margin-top: 10px;
    padding: 20px
}

@media only screen and (max-width:575px) {
    .answer[data-v-3a3fc74c] {
        padding: 10px
    }
}

.answer p[data-v-3a3fc74c] {
    font-size: 24px;
    margin-bottom: 15px
}

.answer p.last[data-v-3a3fc74c] {
    font-size: 20px
}

@media only screen and (max-width:991px) {
    .answer p.last[data-v-3a3fc74c] {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .answer p.last[data-v-3a3fc74c] {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    .answer p.last[data-v-3a3fc74c] {
        font-size: 14px
    }
}

@media only screen and (max-width:991px) {
    .answer p[data-v-3a3fc74c] {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .answer p[data-v-3a3fc74c] {
        font-size: 18px
    }
}

@media only screen and (max-width:575px) {
    .answer p[data-v-3a3fc74c] {
        font-size: 16px
    }
}

.btn[data-v-3a3fc74c] {
    line-height: 1.5;
    padding: 10px 15px;
    font-size: 24px;
    font-weight: 600;
    margin: 15px auto
}

@media only screen and (max-width:619px) {
    .btn[data-v-3a3fc74c] {
        font-size: 20px
    }
}

@media only screen and (max-width:479px) {
    .btn[data-v-3a3fc74c] {
        font-size: 16px
    }
}

.items[data-v-c1e7903c] {
    padding: 0
}

.item-1[data-v-c1e7903c] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center
}

p[data-v-c1e7903c] {
    font-size: 18px;
    font-family: Verdana, Geneva, sans-serif;
    margin-bottom: 15px
}

@media only screen and (max-width:767px) {
    p[data-v-c1e7903c] {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    p[data-v-c1e7903c] {
        font-size: 14px
    }
}

p.before-content[data-v-c1e7903c] {
    background: url(../img/file.png) no-repeat;
    padding-left: 25px;
    margin: 15px 0;
    font-family: Arial, sans-serif;
    font-size: 16px
}

.item-new[data-v-c1e7903c] {
    border: 6px solid #f8e9e9;
    padding: 15px
}

.h-stop[data-v-c1e7903c] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color: #dc322f;
    margin: 25px 0 30px
}

.h-stop h3[data-v-c1e7903c] {
    text-transform: uppercase;
    font-size: 22px
}

@media only screen and (max-width:767px) {
    .h-stop h3[data-v-c1e7903c] {
        font-size: 18px
    }
}

.stop[data-v-c1e7903c] {
    width: 44px;
    height: 44px;
    min-width: 44px;
    background: #fe0000;
    border-radius: 50%;
    margin-right: 20px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #646464
}

@media only screen and (max-width:767px) {
    .stop[data-v-c1e7903c] {
        width: 36px;
        height: 36px;
        min-width: 36px;
        margin-right: 15px
    }
}

.stop .stop-inner[data-v-c1e7903c] {
    background: #fff;
    height: 7px;
    width: 28px
}

@media only screen and (max-width:767px) {
    .stop .stop-inner[data-v-c1e7903c] {
        height: 5px;
        width: 24px
    }
}

.btn[data-v-c1e7903c] {
    border-radius: 30px;
    margin: 25px auto;
    padding: 10px 30px;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: .03em
}

@media only screen and (max-width:767px) {
    .btn[data-v-c1e7903c] {
        font-size: 20px;
        padding: 8px 25px
    }
}

@media only screen and (max-width:575px) {
    .btn[data-v-c1e7903c] {
        font-size: 17px
    }
}

@media only screen and (max-width:500px) {
    .btn[data-v-c1e7903c] {
        line-height: 1.5;
        padding: 12px 25px
    }
}

.text-blue[data-v-c1e7903c] {
    color: #267ebc
}

.completed[data-v-c1e7903c] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-size: 34px;
    margin: 15px 0 20px
}

@media only screen and (max-width:991px) {
    .completed[data-v-c1e7903c] {
        font-size: 30px
    }
}

@media only screen and (max-width:767px) {
    .completed[data-v-c1e7903c] {
        font-size: 26px
    }
}

@media only screen and (max-width:575px) {
    .completed[data-v-c1e7903c] {
        font-size: 24px
    }
}

@media only screen and (max-width:479px) {
    .completed[data-v-c1e7903c] {
        font-size: 20px
    }
}

.completed span[data-v-c1e7903c] {
    margin-left: 10px
}

@media only screen and (max-width:767px) {
    .completed img[data-v-c1e7903c] {
        max-width: 30px
    }
}

.red-bordered[data-v-c1e7903c] {
    border: 4px dashed #dc322f;
    padding: 10px
}

.result[data-v-c1e7903c] {
    font-size: 24px;
    margin-bottom: 25px
}

.completed[data-v-c1e7903c] {
    text-align: left;
    font-size: 26px
}

@media only screen and (max-width:991px) {
    .completed[data-v-c1e7903c] {
        font-size: 24px
    }
}

@media only screen and (max-width:767px) {
    .completed[data-v-c1e7903c] {
        font-size: 20px
    }
}

.result[data-v-c1e7903c] {
    border: 5px solid #267ebc;
    padding: 25px;
    background: #f3fff4;
    line-height: 1.4
}

@media only screen and (max-width:767px) {
    .result[data-v-c1e7903c] {
        padding: 10px
    }
}

.result p[data-v-c1e7903c] {
    font-size: 24px;
    font-family: Arial, Helvetica, sans-serif
}

@media only screen and (max-width:991px) {
    .result p[data-v-c1e7903c] {
        font-size: 20px
    }
}

@media only screen and (max-width:767px) {
    .result p[data-v-c1e7903c] {
        font-size: 18px
    }
}

@media only screen and (max-width:575px) {
    .result p[data-v-c1e7903c] {
        font-size: 16px
    }
}

.result p strong[data-v-c1e7903c] {
    font-size: 20px
}

@media only screen and (max-width:991px) {
    .result p strong[data-v-c1e7903c] {
        font-size: 18px
    }
}

@media only screen and (max-width:767px) {
    .result p strong[data-v-c1e7903c] {
        font-size: 16px
    }
}

@media only screen and (max-width:575px) {
    .result p strong[data-v-c1e7903c] {
        font-size: 14px
    }
}

.result .btn[data-v-c1e7903c] {
    border-radius: 5px
}

@media only screen and (max-width:991px) {
    .result .btn[data-v-c1e7903c] {
        padding: 8px 10px
    }
}

/*!
 * BootstrapVue Custom CSS (https://bootstrap-vue.js.org)
 */

.alert.alert.fade-leave-active,
.alert.fade-enter-active {
    transition: opacity .15s linear
}

.alert.fade-enter,
.alert.fade-leave-to {
    opacity: 0
}

.card-img-left {
    border-top-left-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.card-img-right {
    border-top-right-radius: calc(.25rem - 1px);
    border-bottom-right-radius: calc(.25rem - 1px)
}

.dropdown-toggle.dropdown-toggle-no-caret:after {
    display: none !important
}

.b-dropdown-form {
    display: inline-block;
    padding: .25rem 1.5rem;
    width: 100%;
    clear: both;
    font-weight: 400
}

.b-dropdown-form:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.b-dropdown-form:last-child {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.b-dropdown-text {
    display: inline-block;
    padding: .25rem 1.5rem;
    margin-bottom: 0;
    width: 100%;
    clear: both;
    font-weight: lighter
}

.b-dropdown-text:first-child {
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px)
}

.b-dropdown-text:last-child {
    border-bottom-right-radius: calc(.25rem - 1px);
    border-bottom-left-radius: calc(.25rem - 1px)
}

.input-group>.input-group-append:last-child>.btn-group:not(:last-child):not(.dropdown-toggle)>.btn,
.input-group>.input-group-append:not(:last-child)>.btn-group>.btn,
.input-group>.input-group-prepend>.btn-group>.btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.input-group-append>.btn-group>.btn,
.input-group>.input-group-prepend:first-child>.btn-group:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.btn-group>.btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.form-control.is-invalid,
.form-control.is-valid,
.was-validated .form-control:invalid,
.was-validated .form-control:valid {
    background-position: right calc(.375em+.1875rem) center
}

input[type=color].form-control {
    height: calc(1.5em+.75rem+2px);
    padding: .125rem .25rem
}

.input-group-sm input[type=color].form-control,
input[type=color].form-control.form-control-sm {
    height: calc(1.5em+.5rem+2px);
    padding: .125rem .25rem
}

.input-group-lg input[type=color].form-control,
input[type=color].form-control.form-control-lg {
    height: calc(1.5em+1rem+2px);
    padding: .125rem .25rem
}

input[type=color].form-control:disabled {
    background-color: #adb5bd;
    opacity: .65
}

.input-group>.custom-range {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0
}

.input-group>.custom-file+.custom-range,
.input-group>.custom-range+.custom-file,
.input-group>.custom-range+.custom-range,
.input-group>.custom-range+.custom-select,
.input-group>.custom-range+.form-control,
.input-group>.custom-range+.form-control-plaintext,
.input-group>.custom-select+.custom-range,
.input-group>.form-control+.custom-range,
.input-group>.form-control-plaintext+.custom-range {
    margin-left: -1px
}

.input-group>.custom-range:focus {
    z-index: 3
}

.input-group>.custom-range:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

.input-group>.custom-range:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0
}

.input-group>.custom-range {
    padding: 0 .75rem;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    height: calc(1.5em+.75rem+2px);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion:reduce) {
    .input-group>.custom-range {
        transition: none
    }
}

.input-group>.custom-range:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.input-group>.custom-range:disabled,
.input-group>.custom-range[readonly] {
    background-color: #e9ecef
}

.input-group-lg>.custom-range {
    height: calc(1.5em+1rem+2px);
    padding: 0 1rem;
    border-radius: .3rem
}

.input-group-sm>.custom-range {
    height: calc(1.5em+.5rem+2px);
    padding: 0 .5rem;
    border-radius: .2rem
}

.input-group .custom-range.is-valid,
.was-validated .input-group .custom-range:valid {
    border-color: #28a745
}

.input-group .custom-range.is-valid:focus,
.was-validated .input-group .custom-range:valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-range.is-valid:focus::-webkit-slider-thumb,
.was-validated .custom-range:valid:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #9be7ac
}

.custom-range.is-valid:focus::-moz-range-thumb,
.was-validated .custom-range:valid:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #9be7ac
}

.custom-range.is-valid:focus::-ms-thumb,
.was-validated .custom-range:valid:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #9be7ac
}

.custom-range.is-valid::-webkit-slider-thumb,
.was-validated .custom-range:valid::-webkit-slider-thumb {
    background-color: #28a745;
    background-image: none
}

.custom-range.is-valid::-webkit-slider-thumb:active,
.was-validated .custom-range:valid::-webkit-slider-thumb:active {
    background-color: #9be7ac;
    background-image: none
}

.custom-range.is-valid::-webkit-slider-runnable-track,
.was-validated .custom-range:valid::-webkit-slider-runnable-track {
    background-color: rgba(40, 167, 69, .35)
}

.custom-range.is-valid::-moz-range-thumb,
.was-validated .custom-range:valid::-moz-range-thumb {
    background-color: #28a745;
    background-image: none
}

.custom-range.is-valid::-moz-range-thumb:active,
.was-validated .custom-range:valid::-moz-range-thumb:active {
    background-color: #9be7ac;
    background-image: none
}

.custom-range.is-valid::-moz-range-track,
.was-validated .custom-range:valid::-moz-range-track {
    background: rgba(40, 167, 69, .35)
}

.custom-range.is-valid~.valid-feedback,
.custom-range.is-valid~.valid-tooltip,
.was-validated .custom-range:valid~.valid-feedback,
.was-validated .custom-range:valid~.valid-tooltip {
    display: block
}

.custom-range.is-valid::-ms-thumb,
.was-validated .custom-range:valid::-ms-thumb {
    background-color: #28a745;
    background-image: none
}

.custom-range.is-valid::-ms-thumb:active,
.was-validated .custom-range:valid::-ms-thumb:active {
    background-color: #9be7ac;
    background-image: none
}

.custom-range.is-valid::-ms-track-lower,
.custom-range.is-valid::-ms-track-upper,
.was-validated .custom-range:valid::-ms-track-lower,
.was-validated .custom-range:valid::-ms-track-upper {
    background: rgba(40, 167, 69, .35)
}

.input-group .custom-range.is-invalid,
.was-validated .input-group .custom-range:invalid {
    border-color: #dc3545
}

.input-group .custom-range.is-invalid:focus,
.was-validated .input-group .custom-range:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 .2rem rgba(220, 53, 69, .25)
}

.custom-range.is-invalid:focus::-webkit-slider-thumb,
.was-validated .custom-range:invalid:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f6cdd1
}

.custom-range.is-invalid:focus::-moz-range-thumb,
.was-validated .custom-range:invalid:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f6cdd1
}

.custom-range.is-invalid:focus::-ms-thumb,
.was-validated .custom-range:invalid:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 .2rem #f6cdd1
}

.custom-range.is-invalid::-webkit-slider-thumb,
.was-validated .custom-range:invalid::-webkit-slider-thumb {
    background-color: #dc3545;
    background-image: none
}

.custom-range.is-invalid::-webkit-slider-thumb:active,
.was-validated .custom-range:invalid::-webkit-slider-thumb:active {
    background-color: #f6cdd1;
    background-image: none
}

.custom-range.is-invalid::-webkit-slider-runnable-track,
.was-validated .custom-range:invalid::-webkit-slider-runnable-track {
    background-color: rgba(220, 53, 69, .35)
}

.custom-range.is-invalid::-moz-range-thumb,
.was-validated .custom-range:invalid::-moz-range-thumb {
    background-color: #dc3545;
    background-image: none
}

.custom-range.is-invalid::-moz-range-thumb:active,
.was-validated .custom-range:invalid::-moz-range-thumb:active {
    background-color: #f6cdd1;
    background-image: none
}

.custom-range.is-invalid::-moz-range-track,
.was-validated .custom-range:invalid::-moz-range-track {
    background: rgba(220, 53, 69, .35)
}

.custom-range.is-invalid~.invalid-feedback,
.custom-range.is-invalid~.invalid-tooltip,
.was-validated .custom-range:invalid~.invalid-feedback,
.was-validated .custom-range:invalid~.invalid-tooltip {
    display: block
}

.custom-range.is-invalid::-ms-thumb,
.was-validated .custom-range:invalid::-ms-thumb {
    background-color: #dc3545;
    background-image: none
}

.custom-range.is-invalid::-ms-thumb:active,
.was-validated .custom-range:invalid::-ms-thumb:active {
    background-color: #f6cdd1;
    background-image: none
}

.custom-range.is-invalid::-ms-track-lower,
.custom-range.is-invalid::-ms-track-upper,
.was-validated .custom-range:invalid::-ms-track-lower,
.was-validated .custom-range:invalid::-ms-track-upper {
    background: rgba(220, 53, 69, .35)
}

@media(max-width:575.98px) {
    .bv-d-xs-down-none {
        display: none !important
    }
}

@media(max-width:767.98px) {
    .bv-d-sm-down-none {
        display: none !important
    }
}

@media(max-width:991.98px) {
    .bv-d-md-down-none {
        display: none !important
    }
}

@media(max-width:1199.98px) {
    .bv-d-lg-down-none {
        display: none !important
    }
}

.bv-d-xl-down-none {
    display: none !important
}

.b-table.table.b-table-fixed {
    table-layout: fixed
}

.b-table.table[aria-busy=true] {
    opacity: .55
}

.b-table.table>tbody>tr.b-table-details>td {
    border-top: none !important
}

.b-table.table>caption {
    caption-side: bottom
}

.b-table.table>caption.b-table-caption-top {
    caption-side: top !important
}

.b-table.table>tfoot>tr>td,
.b-table.table>tfoot>tr>th,
.b-table.table>thead>tr>td,
.b-table.table>thead>tr>th {
    position: relative
}

.b-table.table>tfoot>tr>th[aria-sort],
.b-table.table>thead>tr>th[aria-sort] {
    position: relative;
    padding-right: 1.125em;
    cursor: pointer
}

.b-table.table>tfoot>tr>th[aria-sort]:after,
.b-table.table>thead>tr>th[aria-sort]:after {
    position: absolute;
    display: block;
    bottom: 0;
    right: .35em;
    padding-bottom: inherit;
    font-size: inherit;
    line-height: inherit;
    opacity: .4;
    content: "\2195";
    speak: none
}

.b-table.table>tfoot>tr>th[aria-sort][aria-sort=ascending]:after,
.b-table.table>thead>tr>th[aria-sort][aria-sort=ascending]:after {
    opacity: 1;
    content: "\2193"
}

.b-table.table>tfoot>tr>th[aria-sort][aria-sort=descending]:after,
.b-table.table>thead>tr>th[aria-sort][aria-sort=descending]:after {
    opacity: 1;
    content: "\2191"
}

@media(max-width:575.98px) {
    .b-table.table.b-table-stacked-sm {
        display: block;
        width: 100%
    }
    .b-table.table.b-table-stacked-sm>caption,
    .b-table.table.b-table-stacked-sm>tbody,
    .b-table.table.b-table-stacked-sm>tbody>tr,
    .b-table.table.b-table-stacked-sm>tbody>tr>td {
        display: block
    }
    .b-table.table.b-table-stacked-sm>tfoot,
    .b-table.table.b-table-stacked-sm>tfoot>tr.b-table-bottom-row,
    .b-table.table.b-table-stacked-sm>tfoot>tr.b-table-top-row,
    .b-table.table.b-table-stacked-sm>thead,
    .b-table.table.b-table-stacked-sm>thead>tr.b-table-bottom-row,
    .b-table.table.b-table-stacked-sm>thead>tr.b-table-top-row {
        display: none
    }
    .b-table.table.b-table-stacked-sm>caption {
        caption-side: top !important
    }
    .b-table.table.b-table-stacked-sm>tbody>tr>[data-label] {
        display: grid;
        grid-template-columns: 40% auto;
        grid-gap: .25rem 1rem
    }
    .b-table.table.b-table-stacked-sm>tbody>tr>[data-label]:before {
        content: attr(data-label);
        display: inline;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: 700;
        font-style: normal
    }
    .b-table.table.b-table-stacked-sm>tbody>tr.bottom-row,
    .b-table.table.b-table-stacked-sm>tbody>tr.top-row {
        display: none
    }
    .b-table.table.b-table-stacked-sm>tbody>tr>:first-child {
        border-top-width: 3px
    }
}

@media(max-width:767.98px) {
    .b-table.table.b-table-stacked-md {
        display: block;
        width: 100%
    }
    .b-table.table.b-table-stacked-md>caption,
    .b-table.table.b-table-stacked-md>tbody,
    .b-table.table.b-table-stacked-md>tbody>tr,
    .b-table.table.b-table-stacked-md>tbody>tr>td {
        display: block
    }
    .b-table.table.b-table-stacked-md>tfoot,
    .b-table.table.b-table-stacked-md>tfoot>tr.b-table-bottom-row,
    .b-table.table.b-table-stacked-md>tfoot>tr.b-table-top-row,
    .b-table.table.b-table-stacked-md>thead,
    .b-table.table.b-table-stacked-md>thead>tr.b-table-bottom-row,
    .b-table.table.b-table-stacked-md>thead>tr.b-table-top-row {
        display: none
    }
    .b-table.table.b-table-stacked-md>caption {
        caption-side: top !important
    }
    .b-table.table.b-table-stacked-md>tbody>tr>[data-label] {
        display: grid;
        grid-template-columns: 40% auto;
        grid-gap: .25rem 1rem
    }
    .b-table.table.b-table-stacked-md>tbody>tr>[data-label]:before {
        content: attr(data-label);
        display: inline;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: 700;
        font-style: normal
    }
    .b-table.table.b-table-stacked-md>tbody>tr.bottom-row,
    .b-table.table.b-table-stacked-md>tbody>tr.top-row {
        display: none
    }
    .b-table.table.b-table-stacked-md>tbody>tr>:first-child {
        border-top-width: 3px
    }
}

@media(max-width:991.98px) {
    .b-table.table.b-table-stacked-lg {
        display: block;
        width: 100%
    }
    .b-table.table.b-table-stacked-lg>caption,
    .b-table.table.b-table-stacked-lg>tbody,
    .b-table.table.b-table-stacked-lg>tbody>tr,
    .b-table.table.b-table-stacked-lg>tbody>tr>td {
        display: block
    }
    .b-table.table.b-table-stacked-lg>tfoot,
    .b-table.table.b-table-stacked-lg>tfoot>tr.b-table-bottom-row,
    .b-table.table.b-table-stacked-lg>tfoot>tr.b-table-top-row,
    .b-table.table.b-table-stacked-lg>thead,
    .b-table.table.b-table-stacked-lg>thead>tr.b-table-bottom-row,
    .b-table.table.b-table-stacked-lg>thead>tr.b-table-top-row {
        display: none
    }
    .b-table.table.b-table-stacked-lg>caption {
        caption-side: top !important
    }
    .b-table.table.b-table-stacked-lg>tbody>tr>[data-label] {
        display: grid;
        grid-template-columns: 40% auto;
        grid-gap: .25rem 1rem
    }
    .b-table.table.b-table-stacked-lg>tbody>tr>[data-label]:before {
        content: attr(data-label);
        display: inline;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: 700;
        font-style: normal
    }
    .b-table.table.b-table-stacked-lg>tbody>tr.bottom-row,
    .b-table.table.b-table-stacked-lg>tbody>tr.top-row {
        display: none
    }
    .b-table.table.b-table-stacked-lg>tbody>tr>:first-child {
        border-top-width: 3px
    }
}

@media(max-width:1199.98px) {
    .b-table.table.b-table-stacked-xl {
        display: block;
        width: 100%
    }
    .b-table.table.b-table-stacked-xl>caption,
    .b-table.table.b-table-stacked-xl>tbody,
    .b-table.table.b-table-stacked-xl>tbody>tr,
    .b-table.table.b-table-stacked-xl>tbody>tr>td {
        display: block
    }
    .b-table.table.b-table-stacked-xl>tfoot,
    .b-table.table.b-table-stacked-xl>tfoot>tr.b-table-bottom-row,
    .b-table.table.b-table-stacked-xl>tfoot>tr.b-table-top-row,
    .b-table.table.b-table-stacked-xl>thead,
    .b-table.table.b-table-stacked-xl>thead>tr.b-table-bottom-row,
    .b-table.table.b-table-stacked-xl>thead>tr.b-table-top-row {
        display: none
    }
    .b-table.table.b-table-stacked-xl>caption {
        caption-side: top !important
    }
    .b-table.table.b-table-stacked-xl>tbody>tr>[data-label] {
        display: grid;
        grid-template-columns: 40% auto;
        grid-gap: .25rem 1rem
    }
    .b-table.table.b-table-stacked-xl>tbody>tr>[data-label]:before {
        content: attr(data-label);
        display: inline;
        text-align: right;
        overflow-wrap: break-word;
        font-weight: 700;
        font-style: normal
    }
    .b-table.table.b-table-stacked-xl>tbody>tr.bottom-row,
    .b-table.table.b-table-stacked-xl>tbody>tr.top-row {
        display: none
    }
    .b-table.table.b-table-stacked-xl>tbody>tr>:first-child {
        border-top-width: 3px
    }
}

.b-table.table.b-table-stacked {
    display: block;
    width: 100%
}

.b-table.table.b-table-stacked>caption,
.b-table.table.b-table-stacked>tbody,
.b-table.table.b-table-stacked>tbody>tr,
.b-table.table.b-table-stacked>tbody>tr>td {
    display: block
}

.b-table.table.b-table-stacked>tfoot,
.b-table.table.b-table-stacked>tfoot>tr.b-table-bottom-row,
.b-table.table.b-table-stacked>tfoot>tr.b-table-top-row,
.b-table.table.b-table-stacked>thead,
.b-table.table.b-table-stacked>thead>tr.b-table-bottom-row,
.b-table.table.b-table-stacked>thead>tr.b-table-top-row {
    display: none
}

.b-table.table.b-table-stacked>caption {
    caption-side: top !important
}

.b-table.table.b-table-stacked>tbody>tr>[data-label] {
    display: grid;
    grid-template-columns: 40% auto;
    grid-gap: .25rem 1rem
}

.b-table.table.b-table-stacked>tbody>tr>[data-label]:before {
    content: attr(data-label);
    display: inline;
    text-align: right;
    overflow-wrap: break-word;
    font-weight: 700;
    font-style: normal
}

.b-table.table.b-table-stacked>tbody>tr.bottom-row,
.b-table.table.b-table-stacked>tbody>tr.top-row {
    display: none
}

.b-table.table.b-table-stacked>tbody>tr>:first-child {
    border-top-width: 3px
}

table.b-table.b-table-selectable>tbody>tr {
    cursor: pointer
}