/* Get the fuck out of here, PIDORAS */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/*!
 * Datepicker v1.0.10
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T14:46:09.037Z
 */
.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}

.datepicker-container:after, .datepicker-container:before {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left, .datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left:after, .datepicker-top-left:before, .datepicker-top-right:after, .datepicker-top-right:before {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left:before, .datepicker-top-right:before {
  border-bottom-color: #39f;
}

.datepicker-top-left:after, .datepicker-top-right:after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left, .datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left:after, .datepicker-bottom-left:before, .datepicker-bottom-right:after, .datepicker-bottom-right:before {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left:before, .datepicker-bottom-right:before {
  border-top-color: #39f;
}

.datepicker-bottom-left:after, .datepicker-bottom-right:after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-bottom-right:after, .datepicker-bottom-right:before, .datepicker-top-right:after, .datepicker-top-right:before {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul:after, .datepicker-panel > ul:before {
  content: " ";
  display: table;
}

.datepicker-panel > ul:after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li.muted, .datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff;
}

.datepicker-panel > ul > li.picked, .datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled, .datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted, .datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li[data-view="month next"], .datepicker-panel > ul > li[data-view="month prev"], .datepicker-panel > ul > li[data-view="year next"], .datepicker-panel > ul > li[data-view="year prev"], .datepicker-panel > ul > li[data-view="years next"], .datepicker-panel > ul > li[data-view="years prev"], .datepicker-panel > ul > li[data-view=next] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="month current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="years current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view=months] > li, .datepicker-panel > ul[data-view=years] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view=week] > li, .datepicker-panel > ul[data-view=week] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

@font-face {
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: bold;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Light.ttf") format("truetype");
}

@font-face {
  font-family: "RobotoCondensed";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../fonts/RobotoCondensed-Regular.ttf") format("truetype");
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

::selection {
  color: #fff;
  background-color: #52bd85;
}

::-webkit-input-placeholder {
  color: #666;
}

:-ms-input-placeholder {
  color: #666;
}

::-ms-input-placeholder {
  color: #666;
}

::placeholder {
  color: #666;
}

h1, h2, h3, h4, h5, h6, p, ul, button {
  margin: 0;
  padding: 0;
}

input, textarea {
  display: block;
  width: 100%;
}

textarea {
  resize: none;
}

button {
  border: none;
  background-color: transparent;
  cursor: pointer;
  color: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

li {
  list-style-type: none;
}

html {
  background-color: #ffffff;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-size: 16px;
  line-height: 1.35;
  color: #1b1b1c;
  font-family: "Karla", sans-serif;
  font-weight: 400;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

@media only screen and (max-width: 1200px) {
  .container {
    max-width: 992px;
  }
}

@media only screen and (max-width: 992px) {
  .container {
    max-width: 768px;
  }
}

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

.grid {
  display: grid;
}

.btn {
  text-decoration: none;
  border: none;
  padding: 0;
  background-color: transparent;
  color: inherit;
  cursor: pointer;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: .25s;
  transition: .25s;
  max-width: 400px;
  width: 100%;
  height: 50px;
  background-color: #52bd85;
  color: #fff;
  border-radius: 8px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn:hover {
  background-color: #48b97e;
}

.btn--big {
    height: 62px;
    font-size: 23px;
    /* padding-left: 10px; */
}

@media only screen and (max-width: 480px) {
  .btn--big {
    font-size: 27px;
    height: 58px;
  }
}

.btn img, .btn svg {
  width: 24px;
  margin-left: 10px;
}

.btn.disabled {
  pointer-events: none;
}

img {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

main {
  -webkit-transition: .25s;
  transition: .25s;
}

main.hidden {
  opacity: 0;
}

@-webkit-keyframes next {
  0% {
    opacity: 0;
    -webkit-transform: translate(200px, 0);
            transform: translate(200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@keyframes next {
  0% {
    opacity: 0;
    -webkit-transform: translate(200px, 0);
            transform: translate(200px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
}

@-webkit-keyframes load {
  0% {
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes load {
  0% {
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.section-start .content-wrap {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.section-start .content-wrap .content {
  max-width: 800px;
  width: 100%;
  text-align: center;
  padding: 50px 0 100px;
}

.section-start .content-wrap .content .top-wrap {
  border-bottom: 1px solid #eaeaeb;
  padding-bottom: 20px;
}

.section-start .content-wrap .content .top-wrap .logo-wrap {
  margin-bottom: 5px;
}

.section-start .content-wrap .content .top-wrap .logo-wrap img {
  display: block;
  width: 400px;
  margin: 0 auto;
  border-radius: 18px;
}

@media only screen and (max-width: 480px) {
  .section-start .content-wrap .content .top-wrap .logo-wrap img {
    width: 338px;
  }
}

.section-start .content-wrap .content .top-wrap h1 {
  font-size: 32px;
  line-height: 1;
}

@media only screen and (max-width: 480px) {
  .section-start .content-wrap .content .top-wrap h1 {
    font-size: 24px;
  }
}

.section-start .content-wrap .content .top-wrap p {
  font-size: 19px;
  color: #505050;
}

@media only screen and (max-width: 480px) {
  .section-start .content-wrap .content .top-wrap p {
    font-size: 18px;
  }
}

.section-start .content-wrap .content .bottom-wrap {
  padding-top: 20px;
}

.section-start .content-wrap .content .bottom-wrap p {
  font-size: 24px;
  /*color: #505050;*/
}

@media only screen and (max-width: 480px) {
  .section-start .content-wrap .content .bottom-wrap p {
    font-size: 20px;
  }
}

.section-start .content-wrap .content .btn-wrap {
  margin-top: 20px;
}

.section-start .content-wrap .content .ic-wrap {
  padding-top: 20px;
}

.section-start .content-wrap .content .ic-wrap img {
  display: block;
  width: 160px;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .section-start .content-wrap .content .ic-wrap img {
    width: 140px;
  }
}

.section-questions {
  display: grid;
  grid-template-rows: auto 1fr;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
}

.section-questions .header-wrap {
  border-bottom: 1px solid #eaeaeb;
  padding: 5px 15px;
}

.section-questions .header-wrap img {
  display: block;
  width: 66px;
  margin: 0 auto;
}

.section-questions .content-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0 150px;
  position: relative;
  overflow: hidden;
}

.section-questions .content-wrap .loader {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  display: none;
  padding: 15px;
  color: #3da16d;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
}

.section-questions .content-wrap .loader.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-questions .content-wrap .loader .loader-icon {
  width: 100px;
  height: 100px;
  border: 4px solid #52bd85;
  border-left: none;
  border-top: none;
  border-radius: 100%;
  -webkit-animation: load 1s linear infinite;
  animation: load 1s linear infinite;
  top: calc(50% - 100px / 2);
  left: calc(50% - 100px / 2);
}

.section-questions .content-wrap .loader .address {
  margin-top: 50px;
}

.section-questions .content-wrap .loader ul {
  margin-top: 20px;
}

.section-questions .content-wrap .loader ul li {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.section-questions .content-wrap .loader ul li.active {
  opacity: 1;
}

.section-questions .content-wrap .question-wrap {
  width: 100%;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  -webkit-animation: next .25s;
          animation: next .25s;
}

.section-questions .content-wrap .question-wrap img.perfect {
  display: block;
  width: 125px;
  margin: 0 auto 30px;
}

.section-questions .content-wrap .question-wrap .title {
  text-align: center;
  font-size: 22px;
  /* color: #505050; */
  padding: 0 15px;
  max-width: 900px;
  margin: 0 auto;
}

@media only screen and (max-width: 480px) {
  .section-questions .content-wrap .question-wrap .title {
    font-size: 21px;
  }
}

.section-questions .content-wrap .question-wrap .items {
  margin-top: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 15px;
}

.section-questions .content-wrap .question-wrap .items .col {
  padding: 5px;
}

.section-questions .content-wrap .question-wrap .items .col button.button {
  border: 2px solid #eaeaeb;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}

.section-questions .content-wrap .question-wrap .items .col button.button:hover, .section-questions .content-wrap .question-wrap .items .col button.button.active {
  background-color: #52bd85;
  border-color: #52bd85;
}

.section-questions .content-wrap .question-wrap .items .col button.button:hover p, .section-questions .content-wrap .question-wrap .items .col button.button.active p {
  color: #fff;
}

.section-questions .content-wrap .question-wrap .items .col button.button:hover > *, .section-questions .content-wrap .question-wrap .items .col button.button.active > * {
  pointer-events: none;
}

.section-questions .content-wrap .question-wrap .items .col button.button--img {
  width: 190px;
  border-radius: 10px;
  padding: 25px 5px;
}

@media only screen and (max-width: 768px) {
  .section-questions .content-wrap .question-wrap .items .col button.button--img {
    width: calc(33.333vw - 20px);
  }
}

@media only screen and (max-width: 480px) {
  .section-questions .content-wrap .question-wrap .items .col button.button--img {
    width: calc(50vw - 30px);
  }
}

.section-questions .content-wrap .question-wrap .items .col button.button--img .img-wrap {
  padding-top: 55%;
  position: relative;
}

.section-questions .content-wrap .question-wrap .items .col button.button--img .img-wrap img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.section-questions .content-wrap .question-wrap .items .col button.button--img p {
  margin-top: 15px;
}

.section-questions .content-wrap .question-wrap .items .col button.button--text {
  padding: 15px;
  border-radius: 4px;
}

.section-questions .content-wrap .question-wrap .items .col button.button p {
  font-weight: bold;
  text-align: center;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 115%;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap {
  width: 90vw;
  max-width: 360px;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap p.note {
  font-size: 11px;
  font-style: italic;
  margin-top: 5px;
  white-space: pre-line;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input {
  margin-bottom: 10px;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input > input {
  border: 2px solid #eaeaeb;
  border-radius: 4px;
  padding: 15px;
  display: block;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  font-size: 120%;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input > input:focus {
  border-color: #52bd85;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input .error-text, .section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input label.error {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input .error-text {
  display: none;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input label.checkbox-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  grid-gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 20px;
  position: relative;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input label.checkbox-wrap input {
  width: 18px;
  height: 18px;
  position: absolute;
  opacity: 0;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input label.checkbox-wrap input:checked ~ .ic {
  background-color: #52bd85;
  border-color: #52bd85;
  background-image: url("../img/ic-checkbox.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  width: 24px;
  height: 24px;
  border-radius: 0.15em;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input label.checkbox-wrap span {
  font-size: 12px;
  line-height: 1.2;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input label.checkbox-wrap .ic {
    width: 24px;
    height: 24px;
    border-radius: 0.15em;
  border: 2px solid #eaeaeb;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .btn-wrap {
  margin-top: 15px;
}

.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .back-wrap span {
  cursor: pointer;
  color: #52bd85;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
}

.section-done {
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
}

.section-done .content {
  padding: 50px 15px 150px;
}

.section-done .content img {
  display: block;
  width: 60px;
  margin: 0 auto;
}

.section-done .content h2 {
  font-size: 26px;
  line-height: 1.2;
  margin-top: 30px;
}

.js-postal-code {
  text-align: center;
}

/*---on---*/
.security {
    font-size: .8em;
    font-weight: 400;
    margin: 16px 0 0;
    text-align: center;
}

.security svg {
    color: #3e9c6c;
    height: 18px;
    margin-left: 0;
    margin-right: 4px;
}

.security .security-icon {
    fill: none;
    stroke: #3e9c6c;
    stroke-miterlimit: 10;
}

.security span {
    vertical-align: top;
    /*color: #9f9f9f;*/
    color: #3e3e3e;
}

.section-done .content h2 {
  font-size: 26px;
  line-height: 1.2;
  margin-top: 30px;
  text-align: center;
}

.section-done .content h3 {
  line-height: 1.2;
  text-align: center;
  margin-top: 1em;
}


.js-input-fullname {
  text-transform: capitalize;
}

/*.js-input-email {
    text-transform: lowercase;
}*/

.title2 {
    text-align: center;
    font-size: 19px;
    color: #505050;
    padding-top: 3px;
    font-weight: 300;
}
.section-questions .content-wrap .question-wrap .items .col .inputs-wrap .input label.checkbox-wrap span {
    font-size: 16px!important;
    line-height: 1.2!important;
    color: #595959;
}
.btn-big2 {
    font-size: 115%;
}
/*---off---*/
