:root {
    --main: #00BC6D;



    --main-dark: #8649ee;
    --main-mid: #C2E9D8;
    --main-light: #EDF8F3;
    --main-text: #1B4D47;
    --secondary: #00BC6D;
    --secondary-glow: #FFFFFF;
    --done: #81D93C;
    --done-light: #edfffa;
    --red: #e15050;
    --red-glow: #ff0000;
    --red-light: #fdf2f2;
    --black: #000000;
    --white: #ffffff;
    --grey: #4e4e4e;
    --max-w: 450px;
    --font: "Inter", sans-serif;
    --gradient: linear-gradient(141.17deg, #07EE8E 13.1%, #00BC6D 84.44%);
}

body {
    text-align: center;
    font-family: var(--font);
}

a.button,
input.button,
input[type="submit"] {
    display: block;
    color: var(--secondary-glow);
    background-color: var(--main);
    box-shadow: 0 0 20px 0 #08E086 inset;
    text-align: center;
    text-transform: uppercase;
    padding: 18px 24px;
    border-radius: 10px;
    font-size: 30px;
}

a.button:hover,
input.button:hover,
input[type="submit"]:hover {
    background-color: var(--main);
    box-shadow: 0px 0px 20px 0px var(--main) inset;
    box-shadow: 0px 0px 20px 0px var(--main);
}

a.button:active,
input.button:active,
input[type="submit"]:active {
    background-color: var(--main);
    box-shadow: 0px 5px 20px 0px var(--grey) inset;
}

.head .head__left {
    float: none;
}

.head .head__left img {
    width: 190px;
    height: auto;
}

.header .header_balls {
    padding: 0;
    background: linear-gradient(180deg, #1B4D47 18%, rgba(27, 77, 71, 0) 100%);

}

.header .header_balls .content {
    padding: 0;
}

.header .header_balls .head {
    padding: 30px 0;
}

.header .header_balls .header_text p {
    color: var(--main);
    font-size: 30px;
    font-weight: bold;
    line-height: 1.2em;
}

.header .header_balls .header_text span {
    color: var(--white);
}

/*
 * Index
 */
.header {
    border-radius: 0 0 20px 20px;
}

.header .form_index {
    margin-top: 30px;
    height: auto;
    position: relative;
}

.header .form_index .form_wrapper {
    max-width: 640px;
    margin: 0 auto;
    padding: 30px 50px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 1);
    color: var(--main);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
}

.header .form_index .offer_form_wrapper {
    max-width: 640px;
    margin: 0 auto;
    padding: 30px 50px;
    border-radius: 15px;
    background: rgba(255, 255, 255, 1);
    color: var(--main);
    box-shadow: 0 4px 40px 0 rgba(0, 0, 0, 0.25);
}


.header .form_index .form_top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.header .form_index .form_top .form_top__right {
    box-sizing: content-box;
}

.header .form_index .form_top .form_top__left label {
    color: var(--main);
    font-weight: bold;
}

.header .form_index .form_top .form_top__left label:after {
    content: ":";
}

.header .form_index .form_top .form_top__right,
.header .form_index .form_top .form_top__right span {
    color: var(--main);
    font-weight: bolder;
}

.header .form_index .form_top .form_top__right {
    display: flex;
    gap: 5px;
}

.header .form_index .form_top .form_top__right span {
    display: block;
}

.header .form_index .submit {
    margin: 0 auto;
}

/*
 * Slider
 */
.noUi-base {
    background: transparent !important;
}

.input {
    margin: 30px 0;
}

.input .noUi-target {
    background: var(--main);
    box-shadow: 0px 0px 5px 0px #00000040 inset;
    border-radius: 16px;
}

.input .noUi-connects {
    border-radius: 16px;
    background: var(--gradient);
}

.input .noUi-connect {
    background-color: var(--white);
}

.input .noUi-handle {
    width: 32px;
    height: 32px;
    background: var(--gradient),
        linear-gradient(0deg, #ffffff, #ffffff);
    border: 2px solid var(--white);
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px var(--main);
    cursor: pointer;
    right: -20px;
    top: -8px;
}

.input .noUi-handle:after,
.input .noUi-handle:before {
    background: none;
}

.form_index .submit {
    width: 240px;
}

.form_index .submit a {
    display: block;
}

.index .header {
    margin-bottom: 50px;
    height: 470px;
    position: relative;
    background-image: url("../img/header-lg.png");
}

/*
 * Box
 */
.box {
    background: var(--main-light);
}

.box_color {
    background: var(--white);
}

.box .text_head h3 {
    color: var(--main-text);
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2em;
}

.box .text_head h3 span {
    color: var(--main);
    font-weight: bold;
}

/*
 * Needs
 */
.needs p {
    color: var(--main);
}

.needs p span {
    color: var(--main-text);
}

.needs p:nth-child(1) {
    background-image: url("../img/img_p1.svg");
}

.needs p:nth-child(2) {
    background-image: url("../img/img_p2.svg");
}

.needs p:nth-child(3) {
    background-image: url("../img/img_p3.svg");
}

/*
 * FAQ
 */
.faq li {
    margin: 0 40px 0 20px;
    border-bottom: 2px solid var(--main-mid);
}

.faq li:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.faq li span {
    padding: 20px 40px 20px 0;
}

.faq li div {
    background: transparent;
    padding: 0 20px 10px 0;
}

.faq li span,
.faq li div {
    line-height: 1.5em;
}

.faq li span:after {
    background-image: url("../img/arrow.svg");
}

.faq li li {
    padding: 7px 0;
    border: none;
}

/*
 * Reference
 */
.reference {
    margin: 0 30px;
}

.reference div {
    padding: 20px 15px;
    border: 2px solid var(--main-mid);
    border-radius: 30px;
}

.reference div span {
    padding: 10px 10px 0 10px;
    border: none;
    line-height: 1.4em;
}

.reference div span::before,
.reference div span::after {
    display: none;
}

.reference div p {
    margin: 0 0 10px 0;
    padding: 0 10px;
    background: none;
    color: var(--main-text);
    font-weight: 600;
}

.reference div p::before {
    display: inline-block;
    content: " ";
    position: relative;
    top: 8px;
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background-size: contain;
    border-radius: 50%;
}

.reference li:nth-child(1) div:nth-child(1) p::before {
    background-image: url("../img/customers/jirka.png");
}

.reference li:nth-child(1) div:nth-child(2) p::before {
    background-image: url("../img/customers/ondra.png");
}

.reference li:nth-child(2) div:nth-child(1) p::before {
    background-image: url("../img/customers/hana.png");
}

.reference li:nth-child(2) div:nth-child(2) p::before {
    background-image: url("../img/customers/otto.png");
}

.reference li:nth-child(3) div:nth-child(1) p::before {
    background-image: url("../img/customers/katka.png");
}

.reference li:nth-child(3) div:nth-child(2) p::before {
    background-image: url("../img/customers/milos.png");
}

.unslider {
    margin-top: 25px;
    margin-bottom: 50px;
}

.unslider .unslider-arrow {
    display: none;
}

.unslider .unslider-nav ol {
    list-style: none;
    text-align: center;
}

.unslider .unslider-nav ol li {
    background: #c8c4cc;
    border-radius: 50%;
    height: 12px;
    width: 12px;
    display: inline-block;
    font-size: 0;
    opacity: 1;
    cursor: pointer;
    margin: 0 5px;
}

.unslider .unslider-nav ol li.unslider-active {
    background-color: var(--secondary);
}

/*
 * Back to top
 */
#back-to-top {
    background-color: var(--main);
}

/*
 * Footer
 */
.footer {
    background: var(--main-text);
    color: var(--white);
    text-align: left;
    padding-bottom: 30px;
}

.footer .footer-top {
    padding: 30px 0 0 0;
    background: var(--gradient);
}

.footer .content {
    padding: 0;
    letter-spacing: 0.03em;
}

.footer .contacts_left,
.footer .contacts_right {
    margin: 0 0 20px 0;
    padding: 0 30px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
}

.footer .foot_text {
    padding: 30px 30px 30px 30px;
}

.footer .foot_text p {
    font-size: 14px;
    line-height: 22px;
    font-weight: lighter;
}

.footer .contacts a,
.footer .contacts span,
.footer .foot_text p {
    color: var(--white);
}

.footer .foot_icons {
    padding: 30px;
    background: var(--gradient);
    text-align: center;
}

.footer .foot_icons .company_info div {
    margin: 10px 0;
    color: var(--white);
    font-size: 14px;
    font-weight: lighter;
    line-height: 20px;
}

/*
 * Registration
 */
.registration {
    display: none;
    position: absolute;
    top: 30px;
    left: 50%;
    margin-left: -175px;
    max-width: 290px;
    padding: 20px 30px 20px 30px;
    background: var(--white);
    border-radius: 20px 20px 50px 50px;
    box-shadow: 0px 0px 60px 0px var(--main-mid);
    z-index: 2;
}

.registration .reg_title .reg_close {
    position: absolute;
    cursor: pointer;
    top: -7px;
    right: 7px;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: var(--red);
    display: flex;
    justify-content: center;
    align-items: center;
}

.registration .reg_title .reg_close img {
    transition: background 300ms ease-out, transform 300ms ease-out;
}

.registration .reg_title .reg_close:hover {
    background-color: var(--red-glow);
}

.registration .reg_title .reg_close:hover img {
    transform: rotate(-90deg);
}

.registration .reg_title {
    color: var(--grey);
}

.registration .reg_title h3 {
    font-weight: 600;
    font-size: 35px;
}

.registration .reg_title p {
    margin-top: 15px 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.4em;
}

.registration .reg_form form {
    padding: 0;
    background-color: transparent;
}

.registration .reg_form .submit input {
    width: 100%;
}

.registration .reg_form .input {
    margin: 10px 0;
}

.registration .reg_form .input input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px 16px;
    border-radius: 8px !important;
    border: 1px solid var(--main-text);
    box-shadow: 0 2px 8px 0 #00000040 inset;
    color: var(--grey);
    font-family: var(--font), serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5em;
}

.registration .reg_form .input input.filled {
    border: 1px solid var(--secondary);
}

.registration .reg_form .input input::placeholder {
    color: #a1a1a1;
    font-weight: 300;
}

.registration .reg_form .input.field-error {
    text-align: left;
}

.registration .reg_form .input.field-error input {
    border: 1px solid var(--red);
    box-shadow: 0px 0px 10px 0px #ffa3a3;
    background: var(--red-light);
}

.registration .reg_form .input.field-error label.error {
    margin-top: 2px;
    font-size: 11px;
    font-weight: 400;
    color: var(--red);
}

.registration .reg_form .checkbox {
    margin-bottom: 10px;
    padding-left: 40px;
    position: relative;
    text-align: left;
}

@media (max-width: 340px) {
    .registration .reg_form .checkbox {
        margin-bottom: 20px;
        padding-left: 40px;
    }
}

.registration .reg_form .checkbox label {
    cursor: pointer;
    color: var(--grey);
    font-size: 14px;
    line-height: 1.1em;
    text-align: left;
}

@media (max-width: 375px) {
    .registration .reg_form .checkbox label {
        font-size: 13px;
    }
}

.registration .reg_form .checkbox input {
    display: none;
}

.registration .reg_form .checkbox span {
    border-bottom: 1px dashed;
}

.registration .reg_form .checkbox i {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    left: 0;
    transition: 0.3s;
    background: var(--white);
    border: 1px solid var(--main-text);
    ;
    box-shadow: 0 2px 8px 0 #00000040 inset;
    border-radius: 3px;
}

@media (max-width: 340px) {
    .registration .reg_form .checkbox i {
        left: 10px;
    }
}

.registration .reg_form .checkbox input:checked+label i {
    border: 1px solid var(--secondary);
    box-shadow: none;
    background-color: var(--secondary);
    background-image: url("../img/checkbox.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.registration .reg_form .checkbox.field-error i {
    border: 1px solid #e03f4b;
    background: var(--red-light);
}

.registration .reg_form .checkbox.field-error label.error {
    position: absolute;
    bottom: -20px;
    top: auto;
    left: 660px;
    transition: 0.3s;
    font-size: 11px;
    line-height: 8px;
    color: #e03f4b;
}

@media (max-width: 340px) {
    .registration .reg_form .checkbox.field-error label.error {
        left: 40px;
        bottom: -15px;
    }
}

.registration .reg_form .gdpr {
    position: relative;
    text-align: center;
}

.registration .reg_form .gdpr label {
    cursor: pointer;
    color: var(--grey);
    font-size: 14px;
    line-height: 1.1em;
    text-align: left;
}

@media (max-width: 375px) {
    .registration .reg_form .gdpr label {
        font-size: 13px;
    }
}

.registration .reg_form .gdpr span {
    border-bottom: 1px dashed;
}

.registration .reg_form .agreement {
    margin: 10px 0;
}

.message {
    display: none;
    top: 0;
    left: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    position: absolute;
    background: #f5f7f9;
    z-index: 1;
}

.message .message_text {
    padding: 40px 40px 0;
    font-size: 20px;
    color: #2e4451;
}

.message .message_text .back_button {
    margin-top: 30px;
}

.message.ok {
    padding-top: 50%;
}

/*
* Second step
*/
.breadcrumbs,
.title_volsorForm,
.text_volsorForm {
    display: none;
}

body.form .header_inner {
    margin-bottom: 40px;
    padding-top: 20px;
    height: 210px;
    background: var(--main-text);
    box-shadow: none;
    border-radius: 0 0 30px 30px;
}

body.form .slider_amount {
    position: absolute;
    top: 100px;
    left: 0px;
    z-index: 100;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

body.form .slider_amount>div {
    flex: 0 0 30%;
}

body.form .slider_amount label {
    color: var(--white);
    font-size: 25px;
}

body.form .slider_amount label:after {
    content: ":";
}

body.form .slider_amount .input {
    margin: 0;
    order: 3;
    flex-basis: 90%;
}

body.form .slider_amount:not(.chance_of_success) .value {
    position: initial !important;
    color: var(--main);
    font-size: 25px;
    order: 2;
    display: flex;
    gap: 5px;
}

body.form .slider_amount:not(.chance_of_success) .value span {
    font-weight: 900;
}

.progress_bar {
    position: absolute;
    left: 0;
    top: 250px;
    border: 0;
    background: url("../img/progress_bar.png") center center no-repeat;
}

.progress_bar .progress_bar__position {
    background: none;
}

.progress_bar .progress_bar__text,
.progress_bar .progress_bar__text .progress_bar__percent {
    color: var(--white);
}

.form-container-obp {
    margin: 20px 0;
    padding: 30px 25px;
    background: var(--main-light);
    border-radius: 20px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
}

.form-container-obp.alt {
    background: var(--done-light);
}

.volsor-form {
    border: none;
}

#volsorForm1 form {
    padding-top: 10px;
    background-color: var(--white);
}

#volsorForm1 form .form-line {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
}

#volsorForm1 form .form-line:has(.form-cell.hidden) {
    display: none;
}

#volsorForm1 form .form-line .form-cell {
    margin: 0;
    background: transparent;
    border: none;
    width: 100%;
    box-sizing: border-box;
}

#volsorForm1 form .form-line.w30 .form-cell,
#volsorForm1 form .form-line.w50 .form-cell {
    margin-bottom: 0 !important;
}

#volsorForm1 .form-cell:not(.checkbox):not(.button) .form-element {
    padding: 3px 0;
    background: var(--white);
    border: 1px solid var(--done);
    border-radius: 8px;
}

#volsorForm1 .form-cell:not(.checkbox):not(.button) .form-element {
    border: 1px solid var(--main-text);
}

#volsorForm1 .form-cell:not(.checkbox):not(.button):not(.slider_amount)>label {
    font-size: 12px;
    background-color: transparent;
    color: #7c7c7c;
    z-index: 4;
    opacity: 1;
    top: -16px;
    left: 4px;
    padding: 0 3px;
}

#volsorForm1 .form-element input:is([type="text"]),
#volsorForm1 .form-element input:is([type="email"]) {
    padding: 30px 0 20px 0;
    margin: 0;
    color: var(--grey);
    font-family: var(--font);
    font-size: 16px;
    font-weight: 700;
}

#volsorForm1 .form-cell.select .form-element select {
    color: var(--grey);
    background-image: url("../img/select-chevron-down.svg");
    background-position: right 10px center;
}

#volsorForm1 form .form-cell:not(.checkbox):not(.button):not(.slider_amount) .form-element input,
#volsorForm1 form .form-cell:not(.checkbox):not(.button):not(.slider_amount) .form-element select {
    padding: 10px 0;
    text-indent: 20px;
    font-size: 16px;
    font-weight: 700;
}

#volsorForm1 form .form-cell:not(.checkbox):not(.button):not(.slider_amount) .form-element select#bank_code {
    text-indent: 0;
    padding: 10px 20px;
    white-space: pre-wrap;
    font-size: 14px;
    box-sizing: border-box;
}

#volsorForm1 form .form-cell.select .form-element {
    height: auto;
}

#volsorForm1 form .head_icon {
    margin-bottom: 0;
}

#volsorForm1 form .head_icon h2 {
    padding: 0;
    background: transparent;
    color: var(--main);
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
}

#volsorForm1 form .form-cell.checkbox {
    margin: 10px 0;
    padding-left: 40px;
    text-align: left;
    font-size: 14px;
}

#volsorForm1 form .form-cell.checkbox input {
    display: none;
}

#volsorForm1 form .form-cell.checkbox span {
    border-bottom: 1px dashed;
}

#volsorForm1 form .form-cell.checkbox input~label.label-checkbox:after {
    display: block;
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    left: 0;
    transition: 0.3s;
    background: var(--white);
    border: 1px solid var(--secondary);
    border-radius: 4px;
}

#volsorForm1 form .form-cell.checkbox input:checked~label.label-checkbox:after {
    background-color: var(--secondary);
    background-image: url("../img/checkbox.svg");
    background-repeat: no-repeat;
    background-position: center;
}

#volsorForm1 .checkbox.field-error i {
    border: 1px solid #e03f4b;
}

#volsorForm1 .checkbox.field-error label.error {
    position: absolute;
    bottom: -20px;
    top: auto;
    left: 660px;
    transition: 0.3s;
    font-size: 11px;
    line-height: 8px;
    color: #e03f4b;
}

#volsorForm1 .form-cell.button input {
    width: 100%;
    margin-top: 30px;
    box-sizing: border-box;
}

#volsorForm1 .form-cell.button .allerror:not(:empty) {
    display: block;
    margin-top: 10px;
    color: var(--red);
    padding: 10px 20px;
    font-weight: 700;
}

#volsorForm1 form .form-cell:not(.checkbox):not(.button).error .form-element {
    border: 1px solid var(--red);
}

#volsorForm1 form .form-cell:not(.checkbox):not(.button):not(.slider_amount) .form-element label.error {
    bottom: 4px;
}

/*
 * Loading
 */

.loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
}

.load-container {
    margin: auto;
    padding: 30px 25px;
    /* background: var(--done-light); */
    border-radius: 20px;
    border: 1px solid var(--main);
    max-width: var(--max-w);
    text-align: center;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
}

.load-text p {
    margin: 10px 0;
}

.spinner {
    animation: rotate 2s linear infinite;
    z-index: 2;
    margin-top: 25px;
    width: 50px;
    height: 50px;
    display: none;

    & .path {
        stroke: #fddb5d;
        stroke-linecap: round;
        animation: dash 1.5s ease-in-out infinite;
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.jumping-dots span {
    position: relative;
    bottom: 0px;
    -webkit-animation: jump 1500ms infinite;
    animation: jump 1.5s infinite;
}

.jumping-dots .dot-1 {
    -webkit-animation-delay: 200ms;
    animation-delay: 200ms;
}

.jumping-dots .dot-2 {
    -webkit-animation-delay: 400ms;
    animation-delay: 400ms;
}

.jumping-dots .dot-3 {
    -webkit-animation-delay: 600ms;
    animation-delay: 600ms;
}

@-webkit-keyframes jump {
    0% {
        bottom: 0px;
    }

    20% {
        bottom: 5px;
    }

    40% {
        bottom: 0px;
    }
}

@keyframes jump {
    0% {
        bottom: 0px;
    }

    20% {
        bottom: 5px;
    }

    40% {
        bottom: 0px;
    }
}

/*
 * Thank you page
 */
.thank-you-page .header {
    margin-bottom: 0;
    background-image: none;
    background-color: transparent;
}

.thank-you-page .head {
    background-color: var(--main-text);
    border-radius: 0 0 30px 30px;
}

.thank-you-page .header .header_balls .header_text {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}

.thank-you-page .header .header_balls .header_text p {
    color: var(--main-text);
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5em;
    text-transform: none;
}

.thank-you-page .header .header_balls .header_text span {
    display: block;
    margin-bottom: 10px;
    color: var(--main-text);
    font-size: 20px;
    text-transform: uppercase;
}

/*
 * Fourth
 */
.fourth .header {
    background: var(--main-text);
}

.just-header {
    padding: 30px 0;
}

.just-header img {
    width: 190px;
    height: auto;
}

.smallbox.box_color {
    padding: 0 10px;
    border-radius: 0;
    background-color: var(--white);
}

.smallbox.box_color h3 {
    margin: 10px 0;
    font-size: 24px;
}

.smallbox.box_color h3 span {
    color: var(--main-text);
    font-weight: 900;
    text-transform: uppercase;
}

.smallbox.box_color h4 {
    margin: 10px 0;
    color: var(--main-text);
    font-size: 20px;
    font-weight: 300;
}

.smallbox.box_color h4 span {
    color: var(--main);
    font-weight: bold;
}

.smallbox.box_color p {
    margin: 0 0 10px 0;
    line-height: 1.5em;
    color: var(--main-text);
    font-size: 25px;
    font-weight: 300;
}

.smallbox.box_color p span {
    color: var(--main);
    font-weight: 900;
}

.kontomatik {
    margin: 30px auto !important;
}

.kontomatik .desc {
    width: 100%;
    margin-bottom: 15px;
    padding: 60px 30px 0 30px;
    background-image: url("../img/fast-rounded.svg");
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
}

.smallbox.box_color .kontomatik .desc img {
    display: none;
}

.smallbox.box_color .kontomatik .desc p {
    color: var(--main);
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2em;
}

.smallbox.box_color .kontomatik .desc ul {
    display: none;
}

a.manual {
    display: block;
    margin-bottom: 30px;
}

.zpusob2 {
    padding: 20px 0 !important;
    display: block;
}

.zpusob2 .head {
    width: 100%;
    max-width: 100% !important;
    margin-top: 30px;
    padding: 120px 0 0 0;
    background-image: url("../img/qr-phone.svg");
    background-position: top center;
    background-repeat: no-repeat;
    color: var(--main);
    font-size: 25px;
    line-height: 1.2em;
    font-weight: 400;
}

.zpusob2 .head p {
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
}

.zpusob2 .head img {
    display: none;
}

.zpusob2 ul {
    margin-left: 47px;
    text-align: left;
    font-size: 18px;
    font-weight: 300;
}

.zpusob2 ul li {
    padding: 7px 0;
}

.zpusob2 h3 {
    margin-top: 30px;
    font-size: 25px;
}

.qr {
    margin-bottom: 50px;
    text-align: center;
}

.qr img {
    padding: 10px;
    border-radius: 20px;
    background: var(--white);
    box-shadow: 0px 0px 37px 0px #00000040;
}

.kontomatik .desc img,
.zpusob2 img {
    float: none !important;
    margin: 20px auto !important;
}

.smallbox.box_color .qr p.desc,
.zpusob2 p.desc {
    padding: 0 30px;
    font-size: 20px;
    font-weight: 400;
    color: var(--red);
    text-align: left;
    line-height: 1.2em;
}

/*
 * Upload
 */
.upload-page form {
    background: transparent;
    padding: 0;
}

.upload-page .smallbox.box_color form h2 {
    margin: 0;
    font-size: 24px;
    font-weight: 600;
    color: var(--main-text);
}

.upload-page .smallbox.box_color form h3 {
    color: var(--main-text);
    margin: 10px 0;
    font-size: 24px;
    font-weight: 500;
}

.upload-page .smallbox.box_color form h4 {
    margin: 10px 0 0 0;
    font-size: 24px;
    font-weight: 400;
}

.upload-page .smallbox.box_color form h3 span,
.upload-page .smallbox.box_color form h4 span,
.upload-page .smallbox.box_color form p span {
    color: var(--secondary);
}

.upload-page .smallbox.box_color form p {
    font-size: 24px;
    font-weight: 300;
}

.upload-page .smallbox.box_color form p i {
    display: inline-block;
    margin-top: 10px;
    font-style: normal;
    font-size: 16px;
    line-height: 1.2em;
}

.drop-zone {
    margin: 20px auto 50px auto;
    padding: 20px;
    border: 2px dashed var(--main);
    border-radius: 8px;
    background-color: var(--white);
    cursor: pointer;
}

.drop-zone.nomargin {
    margin-bottom: 0;
}

.drop-zone__prompt {
    display: block;
    margin: 10px 0 20px 0;
    padding: 50px 0 0 0;
    color: #baaecc;
    font-size: 16px;
    font-weight: 400;
    background: url("../img/icon-upload.svg") top center no-repeat;
}

.drop-zone input[type="file"] {
    position: relative;
    max-width: 100%;
}

.drop-zone input[type="file"]::file-selector-button {
    display: inline-block;
    min-height: 30px;
    background-color: var(--main);
    border: 0;
    padding: 10px 20px 10px 30px;
    border-radius: 8px;
    color: var(--white);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
}

.drop-zone input[type="file"]::before {
    position: absolute;
    left: 8px;
    top: 10px;
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url("../img/icon-search-outline.svg") center center no-repeat;
}

.upload-container {
    padding: 15px;
}

.upload-container.alt {
    background-color: var(--main-light);
}

.upload-container.alt .drop-zone {
    background-color: var(--white);
}

.upload-page .smallbox.box_color form p.box {
    background: transparent;
    text-align: center;
}

.upload-page .smallbox.box_color form p.box input {
    width: 90%;
    margin: 0 auto;
}

.upload-page .docs-incomes-box {
    padding: 20px 0;
    background-color: var(--main-light);
}

.next-step {
    margin-top: 40px;
}

/*
 * Desktop
 */
@media only screen and (min-width: 768px) {

    a.button,
    input.button,
    input[type="submit"] {
        max-width: 420px;
        margin-left: auto;
        margin-right: auto;
    }

    .footer .footer-top,
    .footer .foot_icons {
        background: none;
    }

    .footer .contacts .contacts_left,
    .footer .contacts .contacts_right {
        padding: 0;
        width: 100%;
        text-align: center;
    }

    .foot_text p {
        text-align: center;
    }

    .foot_icons__left {
        display: none;
    }

    .foot_icons__right {
        width: 100%;
        text-align: center;
    }

    .foot_icons__right .company_info {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .foot_icons__right .company_info div {
        text-align: center;
    }

    .foot_icons__right .company_info div:nth-child(1) {
        font-weight: bold;
    }

    .header .header_balls .head {
        padding: 0 0 10px 0;
    }

    .head .head__left {
        float: left;
    }

    .header_text p span {
        padding-left: 10px;
    }

    /* Index */
    .header .form_index {
        /*width: 460px;*/
        margin-top: 0;
        position: absolute;
        bottom: -69px;
        right: 0;
        left: calc(1vw);
    }

    .header .form_index .form_wrapper {
        max-width: 640px;
        min-height: 190px;
    }

    .header .form_index .offer_form_wrapper {
        max-width: 640px;
        min-height: 190px;
    }

    .header .form_index .form_top {
        justify-content: space-between;
    }

    .header .form_index .form_top .form_top__right {
        justify-content: end;
    }

    .header .form_index .form_top:after,
    .head:after {
        display: none;
    }

    .form_index .submit {
        width: 420px;
    }

    .needs p {
        padding-top: 90px;
    }

    .index .box_color {
        padding-top: 99px;
    }

    /* Second */
    .form .head .head__left {
        padding: 20px 0;
        float: none;
    }

    body.form .slider_amount {
        top: 130px;
        max-width: 420px;
        left: calc(50% - 210px);
    }

    .progress_bar .progress_bar__text {
        font-size: 18px;
    }

    .checkbox .form-element {
        margin: 8px;
    }

    /* Third */
    .kontomatik {
        grid-template-columns: 1fr;
        width: 100%;
    }

    .kontomatik .desc {
        padding: 60px 0 0 0;
    }

    .kontomatik .widget {
        order: 2;
    }

    .zpusob2 ul {
        margin: 0 auto;
    }

    .smallbox.box_color {
        padding: 0 10px;
        border-radius: 0;
        background-color: var(--white);
    }

    .smallbox.box_color .qr p.desc {
        margin: 0 auto;
        max-width: 420px;
    }

    /* Thankyou */
    .index.fourth #form,
    .index.upload-page #form,
    .thank-you-page #form {
        background: none;
    }

    .index.fourth .header,
    .index.upload-page .header,
    .thank-you-page .header {
        margin-bottom: 0;
        background-image: none;
        background-color: transparent;
    }

    .index.fourth .header,
    .index.upload-page .header,
    .thank-you-page .header {
        min-height: 120px;
        height: 120px;
        margin-bottom: 50px;
        background-color: var(--main-text);
        border-radius: 0 0 30px 30px;
    }

    .thank-you-page .head {
        height: 80px;
        margin-bottom: 50px;
    }

    .thank-you-page .head .head__left {
        float: none;
    }

    .thank-you-page .header_text p br {
        display: block;
    }
}

@media only screen and (min-width: 1280px) {
    .header_text p br {
        display: none;
    }

    .header .header_balls .head {
        padding: 30px 0 10px 0;
    }

    #form {
        background-size: 100%;
    }
}

div.disclaimer {
    color: rgb(27, 77, 71);
    font-size: 10px;
    margin-top: 0px;
    margin-bottom: 20px;
}

.registration .reg_form .input.field-error label.error {
    bottom: 4px;
}

.header .form_index .form_top .form_top__left {
    font-size: 25px;
}

.header .form_index .form_top .form_top__right,
.header .form_index .form_top .form_top__right span {
    font-size: 25px;
}

.needs p:nth-child(1) {
    background-size: 70px;
}

.needs p:nth-child(2) {
    background-size: 70px;
}

.needs p:nth-child(3) {
    background-size: 70px;
}

.needs p {
    line-height: 23px;
}

.needs p span {
    font-size: 20px;
}

.reference div span {
    font-size: 18px;
    color: var(--main-text);
}

.faq li span {
    color: var(--main-text);
}

.footer .foot_text {
    border-color: #ffffff;
}

@media (max-width: 768px) {
    .header .header_balls {
        background: none;
    }

    .header {
        background-position: center;
        background-image: url("../img/header.png") !important;
        background-size: cover;
        height: 720px !important;
    }

    .header {
        background-attachment: initial;
    }

    .header .header_balls .head {
        padding-bottom: 0;
    }

    .header .form_index {
        position: absolute;
        width: 100%;
        max-width: initial;
        left: 0;
    }

    .header .form_index .form_wrapper {
        box-shadow: 0 4px 20px 0 #00000040;
        height: 173px;
        padding: 30px 20px;
        margin-left: 20px;
        margin-right: 20px;
        max-width: initial;
    }

    .header .form_index .offer_form_wrapper {
        box-shadow: 0 4px 20px 0 #00000040;
        padding: 30px 20px;
        margin-left: 20px;
        margin-right: 20px;
        max-width: initial;
    }

    .header .form_index .form_top .form_top__left label {
        font-weight: normal;
    }

    .form_index .submit {
        width: 310px;
        left: calc(50% - 155px);
    }

    .header .form_index .form_top {
        justify-content: space-between;
    }

    .header .form_index .form_top .form_top__right {
        justify-content: end;
    }

    .header .form_index .form_top:after {
        content: none;
    }

    .footer .foot_icons {
        background: none;
    }
}

@media (max-width: 900px) {
    .header {
        background-position-x: 25%;
    }
}

@media (max-width: 455px) {
    .header .form_index .form_top .form_top__right {
        width: inherit;
    }

    .header .form_index .form_top .form_top__right span {
        width: inherit;
    }

    .form_index .submit {
        width: 100%;
    }

    .header .form_index {
        margin-left: 0;
        margin-right: 0;
    }

    .index .header {
        margin-bottom: 40px;
    }

    .needs p {
        padding-top: 90px;
    }

    .box {
        padding-bottom: 0;
    }

    .faq {
        margin-top: 0;
        margin-bottom: 0;
    }

    .box .text_head {
        margin-bottom: 0;
    }

    .reference div {
        margin-bottom: 25px;
    }

    .unslider {
        margin-bottom: 35px;
    }

    .footer {
        margin-top: 10px;
    }

    a.button {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .footer .contacts {
        padding-top: 30px;
    }

    .footer .contacts_left {
        margin-bottom: 10px;
    }

    .footer .foot_icons {
        padding-top: 0;
    }

    .footer .company_info {
        padding-bottom: 0;
    }

    .footer .foot_icons {
        padding-bottom: 0;
    }

}

@media (max-width: 389px) {
    .header .form_index .form_top .form_top__left {
        font-size: 22px;
    }

    .header .form_index .form_top .form_top__right {
        font-size: 22px;
    }

    a.button,
    input.button,
    input[type="submit"] {
        font-size: 25px;
    }
}

form .form-cell:not(.checkbox):not(.button):not(.slider_amount).filled:not(.error) .form-element {
    border: 1px solid var(--done) !important;
}

#volsorForm1 form .form-cell:not(.checkbox):not(.button):not(.slider_amount) .form-element input::placeholder {
    font-size: 16px;
    color: #BCBCBC;
    font-weight: normal;
}

form .form-cell:not(.checkbox):not(.button):not(.slider_amount) input:not(:focus)::placeholder {
    opacity: 1 !important;
}

select:invalid {
    color: #BCBCBC !important;
    font-weight: normal !important;
    font-size: 16px;
}

.third-mark .header {
    background-image: none !important;
    background-color: var(--main-text);
    height: inherit !important;
}

.third-mark .header .content {
    padding-bottom: 0;
}

.smallbox.box_color h3 span {
    font-weight: 600;
    font-size: 20px;
}

.smallbox.box_color h3 {
    margin-bottom: 35px;
    font-size: 25px;
}

.smallbox.box_color h4 {
    line-height: 28px;
}

.zpusob2 {
    padding-top: 1px !important;
    padding-bottom: 0 !important;
}

.zpusob2 ul {
    padding-top: 0;
    font-size: 20px;
    font-weight: 400;
    color: var(--main-text);
}

.zpusob2 ul li {
    padding: 2px 0;
}

.zpusob2-desc {
    color: var(--main) !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    line-height: 24px !important;
    margin-top: 10px !important;
    margin-bottom: 26px !important;
}

.zpusob2 img {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.qr {
    margin-bottom: 40px;
}

@media (max-width: 455px) {
    .third-mark .header {
        margin-bottom: 30px;
    }
}

@media (max-width: 455px) {
    .upload-card {
        width: 100%;
    }

    .drop-zone {
        width: 85%;
        height: 200px;
        max-width: 350px;
        margin-bottom: 20px;
    }

    .upload-page .smallbox.box_color form p i {
        margin-top: 0;
        color: var(--main-text);
    }

    .upload-page .docs-incomes-box {
        padding-top: 30px;
    }

    .upload-page .docs-incomes-box .upload-card {
        margin-bottom: 0;
    }

    .upload-page .docs-incomes-box .drop-zone {
        margin-bottom: 0;
    }
}

.upload-page .smallbox.box_color form h2 {
    font-size: 20px;
    text-transform: uppercase;
}

.upload-page .smallbox.box_color form h3 {
    font-weight: 400;
    font-size: 20px;
}

.upload-page .smallbox.box_color form h4 {
    font-weight: 400;
    font-size: 20px;
}

.docs-incomes-box h3 {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 28px;
    color: var(--main-text);
}

.docs-incomes-box h3 span {
    color: var(--main);
}

.docs-incomes-box p i {
    display: inline-block;
    margin-top: 20px !important;
    font-style: normal;
    font-size: 16px;
    color: var(--main-text);
    line-height: 22px;
}

.upload-page .smallbox.box_color {
    padding: 0;
}

.upload-page .content {
    padding-left: 0;
    padding-right: 0;
}

.docs-incomes-box p i span {
    color: var(--main);
}

.drop-zone__prompt {
    display: flex;
    flex-direction: column;
}

.drop-zone__prompt .drop-zone__prompt__desc {
    font-weight: 600;
    font-size: 16px;
    background: linear-gradient(141.17deg, #07EE8E 13.1%, #00BC6D 84.44%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 15px;
}

.drop-zone__prompt .drop-zone__prompt__btn {
    background: var(--main);
    color: #fff;
    padding: 10px 15px;
    border-radius: 8px;
}

.drop-zone__prompt .drop-zone__prompt__btn svg {
    margin-right: 5px;
}

.upload-page .container-mark {
    padding-left: 10px;
    padding-right: 10px;
}

.thank-you-page .header_balls {
    background: none !important;
}

.thank-you-page .header {
    background: none !important;
    height: inherit;
}

.thank-you-page .header .header_balls .header_text {
    margin-top: 25px;
}

.thank-you-page .content {
    max-width: inherit;
}

@media (max-width: 768px) {
    .thank-you-page .header .header_balls .head {
        padding: 30px 0 26px 0;
    }
}

@media only screen and (min-width: 768px) {
    .thank-you-page .header .header_balls .head {
        padding: 30px 0 10px 0;
    }
}

@media (max-width: 768px) {
    .thank-you-page .header {
        height: inherit !important;
    }
}

.thank-you-page .box.box_color {
    display: none;
}

@media only screen and (min-width: 1900px) {
    .header {
        background-size: 100%;
    }
}
