:root {
  --main: #E75A2F;
  --main-dark: #D1522C;
  --main-mid: #F68867;
  --main-light: #F8F0ED;
  --main-text: #4E4E4E;
  --secondary: #AEB40B;
  --secondary-glow: #D1D902;
  --done: #81D93C;
  --done-light: #E3F2D7;
  --red: #E15050;
  --red-glow: #FF0000;
  --red-light: #FDF2F2;
  --black: #000000;
  --white: #ffffff;
  --grey: #4e4e4e;
  --max-w: 450px;
  --font: "Fira Sans", sans-serif;
}

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

div#app {
  width: 100%;
  max-width: var(--max-w);
  margin: 0 auto;
}

div#form {
  width: 100%;
  margin: 0 auto;
  background-image: url('../img/woman.png');
  background-position: top center;
  background-repeat: repeat-x;
  background-attachment: fixed;
  background-clip: border-box;
}

.header {}

.header .content {
  padding: 0;
}

.header .head {
  padding: 10px 0;
  background: var(--main);
}

.header_text {
  margin: 50px 0;
}

.header_text p {
  font-weight: 600;
  font-size: 35px;
  color: var(--white);
}

.header_text p span {
  font-weight: 600;
  color: var(--secondary-glow);
}

.form_index .form_wrapper {
  margin: 0 20px;
  padding: 20px 20px 60px 20px;
  background: var(--white);
  border-radius: 20px;
}

.form_index .form_top__left {
  margin: 0 0 5px 0;
}

.form_index .form_top__left label {
  color: var(--main-text);
  font-weight: 600;
  font-size: 20px;
}

.form_index .form_top__right,
.form_index .form_top__right span {
  color: var(--main);
  font-weight: 900;
  font-size: 36px;
}

/* Slider */
.form_index .input {
  margin: 15px 0;
}

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

.form_index .input .noUi-connects {
  border-radius: 16px;
}

.form_index .input .noUi-connect {
  background: var(--main-light);
}

.form_index .input .noUi-handle {
  width: 32px;
  height: 32px;
  background: var(--main);
  border: 2px solid var(--white);
  border-radius: 50%;
  box-shadow: 0px 0px 15px 0px var(--main);
  cursor: pointer;
}

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

.form_index .submit {
  position: relative;
  top: -40px;
}

.form_index .submit a {
  min-width: 240px;
}

/* box */
.box {
  border-radius: 0;
  padding: 30px 0;
  background: var(--main-light);
}

.box .text_head h3 {
  color: var(--grey);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.1em;
}

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

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

.box_color {
  border-radius: 60px 60px 0 0;
}

.box_color .text_head h3 {
  color: var(--grey);
  font-weight: 700;
}

.box_color .text_head h3 span {
  color: var(--secondary);
  font-weight: 700;
}

.box .needs {
  display: flex;
  flex-wrap: wrap;
}

.box .needs p {
  margin: 30px 0;
  padding: 0 0 0 100px;
  background-image: url('../img/icon-sandwatch.svg');
  background-repeat: no-repeat;
  background-position: left top;
  color: var(--main);
  font-size: 18px;
  text-align: left;
}

.box .needs p br {
  content: '';
  margin: 2em;
  display: block;
  font-size: 24%;
}

.box .needs p span {
  color: var(--grey);
}

.box .needs p:first-child {
  background-image: url('../img/icon-stopwatch.svg');
}

.box .needs p:last-child {
  background-image: url('../img/icon-alarm.svg');
}

.box ul.faq {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0 25px 0 50px;
  text-align: left;
}

.box ul.faq li {
  padding: 30px 0;
  border-bottom: 2px solid #e0dae9;
}

.box ul.faq li:last-child {
  border: none;
}

.box ul.faq li span {
  display: block;
  position: relative;
  padding: 0 0 0 20px;
  font-size: 25px;
  cursor: pointer;
}

.box ul.faq li div {
  display: none;
  padding: 20px 0 0 20px;
  color: var(--main-text);
  font-size: 20px;
  line-height: 1.4em;
}

.box ul.faq li ul {
  margin-top: 10px;
  margin-left: 20px;
}

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

.box ul.faq li span::before {
  content: '';
  height: 15px;
  width: 20px;
  position: absolute;
  left: -30px;
  top: 50%;
  margin-top: -7px;
  background-image: url('../img/chevron-down.svg');
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 20px;
  transition: background 300ms ease-out, transform 300ms ease-out;
}

.box ul.faq li span.acrd_open::before {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: 'FlipV';
}

/* reference and unslider */
.box_reference {
  border-radius: 0;
  background-image: url('../img/girl.png');
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 50%;
}

.box_reference .text_head h3,
.box_reference .text_head h3 span {
  font-weight: 500;
}

.box_reference .reg_button {
  display: block;
}

.reference {
  padding-bottom: 120px;
}

.reference div.c {
  width: auto;
  display: flex;
  flex-direction: column-reverse;
  margin: 20px 0 40px 0;
  padding: 20px;
  border-radius: 0 20px 20px 20px;
  background: var(--main-light);
  color: var(--grey);
  font-size: 18px;
  text-align: left;
}

.reference div.c span {
  display: block;
  line-height: 1.5em;
}

.reference div.c .h {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.reference div.c p {
  position: relative;
  font-weight: bold;
}

.reference div.c img {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.reference ul {
  min-height: 430px;
}

.reference ul li {
  display: none;
  list-style: none;
}

.reference ul li.unslider-active {
  display: block;
  opacity: 1;
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
}

.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: var(--main);
  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);
}

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

.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: 0 30px 30px 30px;
}

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

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

.footer .foot_icons .company_info div {
  margin: 10px 0;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 45px;
  background: var(--main);
  border-radius: 30px;
  color: #ffffff;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}

#back-to-top.show {
  opacity: 1;
}

#back-to-top.show:hover {
  opacity: 0.7;
}

/* Common UI */
a.button,
input.button,
input[type='submit'] {
  padding: 18px 36px;
  border-radius: 32px;
  background: var(--secondary);
  font-family: var(--font);
  font-size: 32px;
  color: var(--white);
  box-shadow: 0px 0px 20px 0px var(--secondary) inset;
}

a.button:hover,
input.button:hover,
input[type='submit']:hover {
  background: var(--secondary);
  box-shadow: 0px 0px 20px 0px var(--secondary-glow) inset;
  box-shadow: 0px 0px 20px 0px #ffa415;
}

a.button:active,
input.button:active,
input[type='submit']:active {
  background: var(--secondary);
  box-shadow: 0px 5px 20px 0px #4e4e4e80 inset;
}

.registration {
  display: none;
  position: absolute;
  top: 70px;
  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;
  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: 14px 16px;
  border-radius: 8px;
  border: 1px solid var(--secondary);
  box-shadow: 0px 2px 8px 0px #00000040 inset;
  color: var(--grey);
  font-family: var(--font);
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5em;
}

.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: 30px;
  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);
  box-shadow: 0px 2px 8px 0px #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: center;
}

@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;
}

.second-step-body .header {
  height: 80px;
}

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

.form-container-nbn.alt {
  background: var(--main-light);
}

.volsor-form {
  border: none;
}

.second-step-sum .slider_amount label {
  display: block;
  margin: 0;
  color: var(--main-text);
  font-weight: 600;
  font-size: 24px;
}

.second-step-sum .slider_amount input {
  display: none !important;
}

.second-step-sum .slider_amount .value {
  position: relative !important;
  top: 0 !important;
  right: 0 !important;
  color: var(--main);
}

.second-step-sum .slider_amount .value span {
  font-weight: 900;
  font-size: 42px;
}

.second-step-sum .slider_amount .val {
  color: var(--main);
  font-weight: 900;
}

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

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

.form-container-nbn .form-line .form-cell,
#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;
  /* box-shadow: 0px 2px 8px 0px #00000040 inset; */
}

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

#volsorForm1 .form-cell:not(.checkbox):not(.button):not(.slider_amount)>label {
  font-size: 11px;
  background-color: transparent;
  color: #7c7c7c;
  z-index: 4;
  opacity: 1;
  top: -15px;
  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 .form-container-nbn .head_icon {
  margin-bottom: 0;
}

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

#volsorForm1 form .form-cell.checkbox {
  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-container-nbn .form-cell:not(.checkbox):not(.button).error .form-element,
form .form-container-nbn.alt .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;
}

/*
 * Progress legend
 */
.progress-legend {
  width: 100%;
  margin: 20px 0 0 0;
  padding: 10px 0;
  background-color: var(--main-light);
}

.progress-legend ul {
  width: 90%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  list-style: none;
}

.progress-legend ul li {
  position: relative;
  flex-grow: 1;
  width: auto;
  height: 50px;
}

.progress-legend ul li::before {
  display: block;
  content: '';
  height: 6px;
  width: 100%;
  background: #ddd6e8;
  position: absolute;
  top: 22px;
  left: 0;
  z-index: 2;
}

.progress-legend ul li.active::before {
  background: var(--secondary);
}

.progress-legend ul li a,
.progress-legend ul li span {
  position: absolute;
  display: block;
  width: 48px;
  height: 48px;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: 3;
}

.progress-legend ul li.first a,
.progress-legend ul li.first span {
  left: -1px;
  background-image: url('../img/legend-check.svg');
}

.progress-legend ul li.first.active a,
.progress-legend ul li.first.active span {
  background-image: url('../img/legend-check-active.svg');
}

.progress-legend ul li.second a,
.progress-legend ul li.second span {
  background-image: url('../img/legend-user.svg');
}

.progress-legend ul li.second.active a,
.progress-legend ul li.second.active span {
  background-image: url('../img/legend-user-active.svg');
}

.progress-legend ul li.third {
  width: 48px;
  flex-grow: initial;
}

.progress-legend ul li.third a,
.progress-legend ul li.third span {
  background-image: url('../img/legend-money.svg');
}

.progress-legend ul li.third.active a,
.progress-legend ul li.third.active span {
  background-image: url('../img/legend-money-active.svg');
}

/*
 * 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-box {
  background: var(--white);
}

.thank-you-box p {
  margin: 40px 0;
  color: var(--main-text);
  font-size: 32px;
  font-weight: 400;
  line-height: 1.3em;
}

.thank-you-box p strong {
  font-weight: 700;
  color: var(--main);
}

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

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

.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 .desc {
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 80px 30px 0 30px;
  background-image: url('../img/fast-rounded.svg');
  background-position: top center;
  background-repeat: no-repeat;
}

.smallbox.box_color .kontomatik .desc p {
  color: var(--main);
}

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

.manual-check {
  margin: 50px 0 30px 0;
}

.smallbox.box_color .manual-check h4 {
  margin-top: 30px;
  padding: 100px 30px 0 30px;
  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;
}

.manual-check .zpusob2 .head {
  margin-top: 20px;
}

.manual-check .zpusob2 .head p {
  color: var(--grey);
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
}

.manual-check .zpusob2 ul {
  margin-left: 47px;
  color: var(--grey);
  text-align: left;
  font-size: 20px;
  font-weight: 300;
}

.manual-check .zpusob2 h3 {
  margin-top: 30px;
  color: var(--grey);
  font-size: 25px;
}

.manual-check .qr {
  margin-bottom: 50px;
}

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

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

.manual-check a.button {
  min-width: 60%;
}

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

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

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

.upload-page .smallbox.box_color form h4 {
  margin: 10px 0 0 0;
  color: var(--grey);
  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 {
  color: var(--grey);
  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;
  color: var(--grey);
}

.drop-zone {
  margin: 20px 0 50px 0;
  padding: 20px;
  border: 2px dashed var(--main);
  border-radius: 8px;
  background-color: var(--main-light);
  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);
}

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

/*
 * Third (SMS)
 */
.third-sms .box_color {
  padding: 30px 10px;
  border-radius: 0;
  background-color: var(--white);
}

.third-sms .text_head {
  margin-bottom: 20px;
}

.third-sms .text_head h3 {
  margin-bottom: 10px;
  color: var(--grey);
  font-size: 35px;
  font-weight: 500;
  line-height: 1.1em;
}

.third-sms .text_head h3 span {
  color: var(--main);
  font-weight: 500;
}

.third-sms .text_head p {
  color: var(--grey);
  font-size: 24px;
  font-weight: 300;
  line-height: 1.5em;
}

.third-sms .text_head p span {
  color: var(--main);
  font-weight: 900;
}

#smscontainer form {
  padding: 20px 0;
  background-color: transparent;
}

#smscontainer input[type='text'] {
  width: 100%;
  max-width: 200px;
  box-sizing: border-box;
  margin: 20px 0 20px 0;
  padding: 14px 16px;
  border-radius: 8px;
  border: 1px solid #b686fb;
  box-shadow: 0px 2px 8px 0px #00000040 inset;
  color: var(--grey);
  font-size: 24px;
  font-weight: 800;
  line-height: 1.5em;
  text-align: center;
  letter-spacing: 0.1em;
}

#smscontainer #smsstatus {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  color: var(--red);
}

#smscontainer .success {
  padding: 30px 0;
  font-weight: 600;
  font-size: 24px;
  color: var(--secondary);
}

.money-timer {
  position: relative;
  padding: 0px 0;
  font-weight: 500;
  line-height: 25px;
  font-size: 16px;
  color: var(--grey);
}

.money-timer::before {
  position: relative;
  top: 4px;
  left: -5px;
  content: '';
  width: 25px;
  height: 25px;
  display: inline-block;
  background: url('../img/icon-fast.svg') left center no-repeat;
}

.money-timer::after {
  position: relative;
  top: 4px;
  right: -5px;
  content: '';
  width: 40px;
  height: 25px;
  display: inline-block;
  background: url('../img/icon-warning.svg') left center no-repeat;
}

.money-timer .val {
  font-weight: 700;
}

.form_index .money-timer {
  padding: 20px 0;
}

.upload-page .money-timer {
  padding: 20px 0 0 0;
  background-color: var(--white);
}

.fullheight {
  background-color: transparent;
}

form .gdpr_wrapper .agreement_gdpr,
form .gdpr_wrapper .condition_gdpr {
  padding-left: 20px;
}

form .gdpr_wrapper .agreement_gdpr a {
  padding: 8px 16px;
  box-sizing: border-box;
  background: var(--secondary);
  color: var(--white);
  box-shadow: 0px 0px 20px 0px var(--secondary) inset;
}

#timer {
  font-family: sans-serif;
  display: grid;
  height: 300px;
  place-items: center;
}

.base-timer {
  position: relative;
  width: 200px;
  height: 200px;
}

.base-timer__svg {
  transform: scaleX(-1);
}

.base-timer__circle {
  fill: none;
  stroke: none;
}

.base-timer__path-elapsed {
  stroke-width: 7px;
  stroke: grey;
}

.base-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  transform: rotate(90deg);
  transform-origin: center;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.base-timer__path-remaining.green {
  color: var(--main);
}

.base-timer__path-remaining.orange {
  color: orange;
}

.base-timer__path-remaining.red {
  color: red;
}

.base-timer__label {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 48px;
}

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

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

  div#app {
    max-width: 100%;
  }

  /* Index */
  div#form {
    min-height: 400px;
    background-image: url("../img/header-lg.png");
    background-position: top center;
    background-size: 100%;
  }

  .header .head {
    background: transparent;
  }

  .header .form_index .form_wrapper {
    margin-left: auto;
    margin-right: auto;
    max-width: 640px;
  }

  .box .needs {
    flex: 1 1 1;
    gap: 10%;
    flex-wrap: nowrap;
  }

  .box .needs p {
    padding: 100px 0 0 0;
    background-position: center top;
    background-size: 20%;
  }

  .box ul.faq {
    margin: 0 auto;
    max-width: 640px;
  }

  .box ul.faq li {
    width: 100%;
  }

  .reference {
    padding-bottom: 0;
  }

  .box_reference {
    background-position: 70% bottom;
    background-size: 170px;
  }

  .reference ul {
    min-height: 340px;
  }

  .reference ul li div.c {
    width: 40%;
    display: inline-block;
  }

  .reference ul li div.c span {
    margin-bottom: 10px;
  }

  .reference ul li div.c:nth-child(1) {
    margin-right: 10%;
  }

  .footer .foot_icons {
    background-color: transparent;
  }

  /* Second */
  #volsorForm1 form,
  .progress-legend {
    max-width: 640px;
    margin: auto;
  }

  .second-step-body .header .head {
    background: var(--main);
  }

  form .form-cell.checkbox label {
    padding-top: 10px;
    display: inline-block
  }

  /* Third */
  .smallbox.box_color .manual-check h4 {
    padding-top: 150px;
  }

  .manual-check .zpusob2 ul {
    max-width: 420px;
    margin-left: auto;
    margin-right: auto;
  }

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

  /* Upload */
  .upload-grid-prukaz,
  .upload-grid {
    display: grid;
    margin: auto;
    padding-bottom: 30px;
    grid-template-columns: repeat(2, 1fr);
  }

  .upload-grid .upload-card:nth-child(3) {
    grid-column: span 2;
  }

  .upload-card {
    margin: 0 auto 20px auto;
  }

  .drop-zone {
    max-width: 300px;
    min-width: 200px;
  }

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

@media only screen and (min-width: 960px) {
  .upload-grid-prukaz {
    width: 60%;
  }
}

.offer-failed p {
  font-weight: 600;
  font-size: 35px;
  color: var(--primary);
}

.email-warning {
  display: block;
  font-size: 12px;
  color: orange;
  margin-top: 2px;
  text-align: left;
}
