.flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.mobil_form .form {
    max-width: 680px;
    background: #dddee3;
    margin: 0px auto 30px auto;
}

.mobil_form .form p {
    margin: 5px 2px;
}

.mobil_form .form .cbx p {
    font-size: 14px;
    margin: 0px;
}

.mobil_form .form .cbx p i {
    font-size: 13px;
}

.mobil_form .form .promo-box {
    display: none;
    background-color: #1e911e;
    width: 100%;
}

.mobil_form .form .promo-box .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mobil_form .form .promo-box .ico {
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: block;
    width: 20px;
    height: 20px;
    margin: 13px;
    margin-right: 8px;
    content: url(box_ok.png);
}

.mobil_form .form .promo-box p {
    color: #ffffff;
    font-size: 15px;
    font-weight: 700;
    line-height: 13px;
    text-align: left;
    padding-top: 14px;
    padding-bottom: 14px;
}

.mobil_form .form .promo-box p span {
    font-weight: 400;
    line-height: 20px;
}

.mobil_form .form h2 {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 35px;
    text-transform: uppercase;
    font-weight: bold;
}

.mobil_form .form .steps {
    padding-left: 11px;
    padding-right: 11px;
}

.mobil_form .form form {
    padding-left: 11px;
    padding-right: 11px;
}

.mobil_form .form .error {
    display: none;
    color: #d96700;
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
    position: absolute;
    right: 1%;
    width: 44%;
}

.mobil_form .form .to-left {
    text-align: left !important;
}

.mobil_form .form .error:after {
    content: url(form_warn.png);
    position: absolute;
    width: 26px;
    height: 21px;
    top: 25%;
    margin-left: 9px;
    right: 4px;
}

.mobil_form .form .input-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 2px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.mobil_form .form label.cbx {
    margin-top: 6px;
    margin-bottom: 6px;
    display: -webkit-box;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    position: initial;
}

.mobil_form .form .step1 label {
    margin-top: 14px;
    margin-bottom: 28px;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #2b2b2b;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.mobil_form .form .step2 button {
    margin-top: 25px;
}

.mobil_form .form .step3 button {
    margin-bottom: 40px;
}

.mobil_form .form input,
.mobil_form .form select {
    border-radius: 3px;
    border-width: 1px;
    border-color: #afb0b4;
    border-style: solid;
    background-color: #ffffff;
    width: 100%;
    display: block;
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    height: 48px;
    padding-left: 11px;
    padding-right: 11px;
    text-align: left;
    max-width: 650px;
    box-sizing: border-box;
    overflow: hidden;
}

.mobil_form .form .floatingSpan input {
    padding-top: 18px;
}

.mobil_form .form input:focus {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.75);
}

.mobil_form .form input:focus~.floating-label,
.mobil_form .form input:not(:placeholder-shown)~.floating-label {
    color: #656565;
    font-size: 13px;
    font-weight: 400;
    line-height: 25px;
    position: absolute;
    top: -3px;
    left: 11px;
    text-align: left;
}

.mobil_form .form .input-error {
    border-bottom: solid 2px #E0211B;
}

.mobil_form .form .floating-label {
    color: #000000;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    position: absolute;
    pointer-events: none;
    left: 11px;
    text-align: left;
    top: 25%;
    -webkit-transition: 0.2s ease all;
    -o-transition: 0.2s ease all;
    transition: 0.2s ease all;
}

.mobil_form .form .error-text {
    display: none;
    color: #E0211B;
    font-size: 13px;
}

.mobil_form .form .input-error~.error-text {
    display: block;
}

.mobil_form .form .floatingSpan {
    position: relative;
}

.mobil_form .form .checkbox {
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.mobil_form .form .checkbox div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.mobil_form .form .checkbox input {
    border-width: 1px;
    border-color: #afb0b4;
    border-style: solid;
    background: #ffffff;
    margin: 0;
    padding: 0;
    height: 20px;
    width: auto;
}

.mobil_form .form .checkbox label {
    padding-left: 5px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #808080;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: justify;
    position: relative;
    top: 0;
    left: 0;
}

.mobil_form .form .checkbox label strong {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.mobil_form .form button {
    border-radius: 3px;
    border-width: 1px;
    border-color: #afb0b4;
    border-style: solid;
    background-color: #0077cc;
    width: 100%;
    height: 71px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 15px;
    position: relative;
}

.mobil_form .form button span {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
}

.mobil_form .form button:after {
    content: url(form_next.png);
    width: 7px;
    height: 11px;
    display: block;
    position: absolute;
    top: 35%;
    right: 17px;
}

.mobil_form .form .inpostButtonShowClick:after {
    content: none;
}

.mobil_form .form .step1 {
    padding-bottom: 20px;
}

.mobil_form .form .info {
    display: block;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
}

.mobil_form .form .info strong {
    display: block;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
}

.mobil_form .form input::-webkit-input-placeholder {
    color: #000000;
}

.mobil_form .form input:-ms-input-placeholder {
    color: #000000;
}

.mobil_form .form input::-ms-input-placeholder {
    color: #000000;
}

.mobil_form .form input::placeholder {
    color: #000000;
}

.mobil_form .form .step3,
.mobil_form .form .step2 {
    display: none;
}

.mobil_form .form .steps {
    margin-bottom: 20px;
    position: relative;
}

.mobil_form .form .steps .text {
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 700;
    line-height: 16px;
    text-align: center;
    display: block;
}

.mobil_form .form .steps .text span {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}

.mobil_form .form .steps .pointer {
    margin-top: 5px;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    background: url(form_n.png);
    background-position: center center;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    z-index: 99;
}

.mobil_form .form .steps .active .text {
    color: #2b2b2b;
}

.mobil_form .form .steps .active .pointer {
    background: url(form_a.png);
}

.mobil_form .form .steps .completed .pointer {
    background: url(form_c.png);
}

.mobil_form .form .steps .line {
    height: 2px;
    display: block;
    position: absolute;
    width: 35%;
}

.mobil_form .form .steps .line1 {
    left: 18%;
    bottom: 7px;
}

.mobil_form .form .steps .line2 {
    right: 13%;
    bottom: 7px;
}

.mobil_form .form .steps .solid {
    background: url(form_line_sol.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.mobil_form .form .steps .dotted {
    background-image: none;
    border-bottom: 2px dashed #a6a6a6;
}

.slider-step ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0px !important;
}

.slider-step .slide {
    margin-bottom: 20px;
}

.quantity {
    margin-top: 5px;
}

.countLr {
    display: inline !important;
}

.hidden-box {
    width: 0px;
    height: 0px;
    background-color: transparent;
}

.ui-loader-header {
    display: none;
}

.ui-loader {
    display: none;
}

.mobil_form .form input::-webkit-input-placeholder {
    font-size: 15px;
    white-space: pre-line;
    position: relative;
    top: -10px;
}

.mobil_form .form input:-ms-input-placeholder {
    font-size: 15px;
    white-space: pre-line;
    position: relative;
    top: -10px;
}

.mobil_form .form input::-ms-input-placeholder {
    font-size: 15px;
    white-space: pre-line;
    position: relative;
    top: -10px;
}

.mobil_form .form input::placeholder {
    font-size: 15px;
    white-space: pre-line;
    position: relative;
    top: -10px;
}

.mobil_form .form .payment-img {
    margin: auto;
    display: block;
    margin-top: 15px;
    width: auto;
}

.steps .text {
    max-width: 100px;
    width: 100%;
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.space-beetween {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.checkbox-wrapper * {
    box-sizing: border-box;
}

.checkbox-wrapper .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 0px 6px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
}

.checkbox-wrapper .cbx:not(:last-child) {
    margin-right: 6px;
}

.checkbox-wrapper .cbx:hover {
    background: rgba(0, 119, 255, 0.06);
}

.checkbox-wrapper .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
    background-color: #ffffff;
}

.checkbox-wrapper .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
}

.checkbox-wrapper .cbx:hover span:first-child {
    border-color: #07f;
}

.checkbox-wrapper .inp-cbx {
    position: absolute;
    visibility: hidden;
}

.checkbox-wrapper .inp-cbx:checked+.cbx span:first-child {
    background: #07f;
    border-color: #07f;
    animation: wave 0.4s ease;
}

.checkbox-wrapper .inp-cbx:checked+.cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.checkbox-wrapper .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

.step2_info_crypto {
    display: none;
    padding: 0px 10px;
    margin: -15px 0px 15px 0px;
    border: 4px solid #42d800;
}

.step2_info_crypto .message {
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    color: red;
    margin-top: 10px !important;
}

.mobil_form .form input.terms {
    float: left;
    width: 20px;
    height: 20px;
    margin: 0px 5px 0px 5px;
}

.checkbox-terms {
    margin-bottom: 20px;
    font-size: 12px;
}

input[type="checkbox"].terms.form-required:checked:required {
    position: relative;
}

input[type="checkbox"].terms.form-required:checked:required::before {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #0077cc;
    border-radius: 3px;
    margin-right: 5px;
}

input[type="checkbox"].terms.form-required:checked:required::after {
    content: "✔";
    color: #ffffff;
    position: absolute;
    top: 0px;
    left: 2px;
    line-height: 20px;
    font-size: 18px;
}

@media screen and (max-width: 640px) {
    .checkbox-wrapper .cbx {
        width: 100%;
        display: inline-block;
    }
}

@-moz-keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

@-webkit-keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

@-o-keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

@keyframes wave {
    50% {
        transform: scale(0.9);
    }
}

/*rwd*/

@media (min-width: 511px) {
    .mobil_form .form .steps .line1 {
        left: 9%;
        bottom: 7px;
    }
    .mobil_form .form .steps .line {
        width: 81%;
    }
    .mobil_form .form .steps .line2 {
        right: 7%;
        bottom: 7px;
    }
}

@media (max-width: 510px) {
    .mobil_form .form .steps .line1 {
        left: 14%;
        bottom: 7px;
    }
    .mobil_form .form .steps .line {
        width: 70%;
    }
    .mobil_form .form .steps .line2 {
        right: 11%;
        bottom: 7px;
    }
}

@media (max-width: 360px) {
    .mobil_form .form .steps .line1 {
        left: 18%;
        bottom: 7px;
    }
    .mobil_form .form .steps .line2 {
        right: 13%;
        bottom: 7px;
    }
    .mobil_form .form .steps .line {
        width: 66%;
    }
}