/* animation */
@-webkit-keyframes shine {
  100% {
    left: 150%;
  }
}
@keyframes shine {
  100% {
    left: 150%;
  }
}
@-webkit-keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(245, 124, 23, 0.5);
            box-shadow: 0 0 0 0px rgba(245, 124, 23, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 40px rgba(245, 124, 23, 0);
            box-shadow: 0 0 0 40px rgba(245, 124, 23, 0);
  }
}
@keyframes radial-pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0px rgba(245, 124, 23, 0.5);
            box-shadow: 0 0 0 0px rgba(245, 124, 23, 0.5);
  }
  100% {
    -webkit-box-shadow: 0 0 0 40px rgba(245, 124, 23, 0);
            box-shadow: 0 0 0 40px rgba(245, 124, 23, 0);
  }
}
/* fonts */
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.eot');
  src: local('Gilroy Regular'), local('Gilroy-Regular'), url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Regular.woff') format('woff'), url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-ExtraBold.eot');
  src: local('Gilroy ExtraBold'), local('Gilroy-ExtraBold'), url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-ExtraBold.woff') format('woff'), url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Bold.eot');
  src: local('Gilroy Bold'), local('Gilroy-Bold'), url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gilroy-Bold.woff') format('woff'), url('../fonts/Gilroy-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* common */
body {
  font-family: 'Gilroy', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #000000;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: #000000;
}
a:visited {
  color: #000000;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
a:focus,
input:focus,
button:focus,
video:focus,
.slick-slide:focus {
  outline: none;
}
p {
  margin-bottom: 0;
}
label {
  margin-bottom: 0;
}
ul {
  margin: 0;
  padding: 0;
}
::-webkit-input-placeholder {
  color: #323642;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #323642;
  opacity: 1;
}
::-ms-input-placeholder {
  color: #323642;
  opacity: 1;
}
::placeholder {
  color: #323642;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #323642;
}
::-ms-input-placeholder {
  color: #323642;
}
input[type=checkbox] {
  display: none;
  width: 0;
}
input[type=checkbox] + span {
  text-align: left;
  font-size: 12px;
  color: #9eb9d7;
}
input[type=checkbox] + span a {
  font-size: 12px;
  color: #62b5e5;
  text-decoration: underline;
}
input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 1px solid #c8c8c8;
  border-radius: 2px;
  position: static;
  margin-right: 8px;
  -webkit-transform: translateY(4px);
          transform: translateY(4px);
}
input[type=checkbox]:checked + span::before {
  background: #c8c8c8 url('../img/checkbox.png') center center no-repeat;
  background-size: 8px 8px;
}
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  display: inline-block;
  margin: 10px auto;
  width: 100%;
  max-width: 350px;
  padding: 22px;
  background-color: #fef6f6;
  border-radius: 6px;
  font-size: 18px;
  text-align: center;
  border: none;
}
input[type="text"]:hover,
input[type="tel"]:hover,
input[type="email"]:hover,
textarea:hover,
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus,
input[type="text"]:active,
input[type="tel"]:active,
input[type="email"]:active,
textarea:active,
input[type="text"].active,
input[type="tel"].active,
input[type="email"].active,
textarea.active {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}
.button,
a.button,
input[type=submit].button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 450px;
  height: 90px;
  padding: 10px;
  background: #f3574a;
  background: -webkit-gradient(linear, left bottom, left top, from(#f3574a), to(#fd7968));
  background: linear-gradient(0deg, #f3574a 0%, #fd7968 100%);
  border: none;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  color: #fff !important;
  font-weight: bold;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  text-align: center;
  -webkit-box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1), 0 5px 0 #c14237;
          box-shadow: 0 5px 10px 3px rgba(0, 0, 0, 0.1), 0 5px 0 #c14237;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.button.button-small,
a.button.button-small,
input[type=submit].button.button-small {
  max-width: 200px;
  height: 50px;
  font-size: 12px;
}
.button.button-middle,
a.button.button-middle,
input[type=submit].button.button-middle {
  width: 270px;
  font-size: 14px;
}
.button:hover,
a.button:hover,
input[type=submit].button:hover,
.button:focus,
a.button:focus,
input[type=submit].button:focus,
.button:active,
a.button:active,
input[type=submit].button:active {
  outline: none;
  text-decoration: none;
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1), 0 0 0 #c14237;
          box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1), 0 0 0 #c14237;
}
.button::before,
a.button::before,
input[type=submit].button::before {
  position: absolute;
  top: 0;
  left: -3000%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.7)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 100%);
  -webkit-transform: skewX(-25deg);
          transform: skewX(-25deg);
  -webkit-animation: shine 5s infinite;
          animation: shine 5s infinite;
}
strong,
.bold {
  font-weight: bold;
}
.extrabold {
  font-weight: 800;
}
.small {
  font-size: 13px;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.grey {
  color: #888;
}
.red {
  color: #f15245;
}
.bg-image {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.pulse {
  display: block;
  max-width: 90px;
  position: absolute;
  right: 25px;
  bottom: 25px;
  border-radius: 50%;
  -webkit-animation: radial-pulse 2s infinite;
          animation: radial-pulse 2s infinite;
}
/* header */
.header {
  padding: 15px 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.logo {
  display: block;
  max-width: 260px;
}
.contact-item-text {
  font-weight: bold;
}
.contact-item-grafik {
  padding-left: 25px;
  position: relative;
}
.contact-item-grafik:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/alarm_icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-item-grafik-text {
  font-weight: 900;
  font-size: 18px;
}
.contact-item-city {
  padding-left: 25px;
  position: relative;
}
.contact-item-city:before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/phone_icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.contact-item-phone {
  font-weight: 900;
  font-size: 18px;
}
/* main */
.main {
  min-height: calc(100vh - 82px);
  background: url(../img/bg-main.jpg) center no-repeat;
  background-size: cover;
  padding: 80px 0;
}
.main-right {
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.main-right h3 {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.4;
}
.main-right ul {
  margin-top: 15px;
  margin-bottom: 15px;
  list-style: none;
}
.main-right ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
}
.main-right ul li:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/yes_icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}
.main-list {
  padding: 30px;
}
.action {
  background-color: #1066b3;
  padding: 30px 15px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.action-header {
  color: #ff0;
}
h1 {
  font-size: 48px;
  font-weight: 700;
  max-width: 760px;
  line-height: 1.1;
}
.podheader {
  font-size: 22px;
  color: #666;
  margin-top: 30px;
  margin-bottom: 40px;
}
.icon-block {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.icon-item {
  text-align: center;
  max-width: 270px;
  margin-right: 30px;
}
.icon-item .img-fluid {
  display: block;
  margin: 0 auto 20px;
  max-width: 60px;
}
/* quiz */
h2 {
  font-size: 40px;
  font-weight: 900;
}
.opros {
  padding: 80px 0;
}
.quiz {
  background-color: #fff;
  padding: 10px;
  -webkit-box-shadow: 0px 0px 50px rgba(76, 98, 104, 0.2);
          box-shadow: 0px 0px 50px rgba(76, 98, 104, 0.2);
  border-radius: 12px;
  max-width: 1270px;
  margin: 80px auto 0 auto;
  position: relative;
  z-index: 1;
}
.quiz-block {
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #f5debe;
  min-height: 630px;
}
.quiz-body.w100 {
  font-size: 18px;
}
.quiz-body.w100 .quiz-form {
  width: 100%;
}
.quiz-body.w100 .quiz-director {
  display: none;
}
.quiz-body.w100 .h3 {
  font-size: 36px;
}
.quiz-body.w100 label {
  font-size: 16px;
  margin-top: 20px;
  color: #b6b8bc;
}
.quiz-body.w100 input[type="text"],
.quiz-body.w100 input[type="tel"],
.quiz-body.w100 input[type="email"],
.quiz-body.w100 textarea {
  max-width: 420px;
}
.quiz-form .h3 {
  margin-bottom: 25px;
  font-size: 24px;
  font-weight: bold;
}
.quiz .main-right h3 {
  font-size: 17px;
}
.quiz .main-right h3 span.red {
  font-size: 22px;
  text-align: center;
}
.quiz .main-list {
  padding: 30px 15px 10px;
  font-size: 17px;
}
.quiz .action {
  padding: 15px;
  font-size: 17px;
}
.quiz-phone {
  display: block;
  color: #828899;
  font-size: 24px;
  font-weight: 800;
  margin-bottom: 20px;
}
.quiz-steps {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quiz-steps .h4 {
  font-size: 20px;
  color: #d9d9d9;
  width: 100px;
  margin-bottom: 0;
}
.quiz-buttons {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quiz .button {
  max-width: 300px;
  height: 80px;
  border-radius: 10px;
  font-size: 15px;
}
.quiz .button.sendbtn {
  font-size: 14px;
  padding: 10px;
  margin: 10px auto;
  border-radius: 6px;
  max-width: 420px;
}
.quiz .prevbtn {
  color: #dadada;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration: underline;
  border: none;
  background-color: transparent;
}
.quiz-final {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.progress {
  width: 80%;
  border-radius: 10px;
}
.tab {
  display: none;
}
.tab-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.tab-body-left {
  width: 60%;
}
.tab-body-right {
  width: 33%;
}
.quiz-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.quiz-label {
  display: block;
  background-color: #f2f2f2;
  width: 330px;
  height: 80px;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 25px;
  cursor: pointer;
}
.quiz-label input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.quiz-label input:checked + p:before {
  background: url(../img/checked-red.png) center no-repeat;
  background-size: contain;
}
.quiz-label p {
  position: relative;
  padding-left: 75px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz-label p:before {
  content: '';
  width: 52px;
  height: 52px;
  background: url(../img/checked-gray.png) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.quiz-label.invalid {
  border: 1px solid #f00;
  background-color: #ffdddd;
}
/* Make circles that indicate the steps of the form: */
.step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}
.step.active {
  opacity: 1;
}
/* Mark the steps that are finished and valid: */
.step.finish {
  background-color: #4CAF50;
}
/* footer */
.footer {
  background-color: #1066b3;
  padding: 40px 0 30px;
}
.footer-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-logo {
  margin-bottom: 20px;
}
.footer h4 {
  height: 43px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 20px;
}
.footer p {
  color: #fff;
  margin-bottom: 6px;
}
.footer a {
  display: block;
  color: #fff;
  margin-bottom: 6px;
}
/* thanks */
.thanks {
  padding: 150px 0;
}
/* up button */
#up {
  display: block;
  background-color: transparent;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #d2d2d2;
  text-align: center;
  position: fixed;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 9999;
  cursor: pointer;
}
#up:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/up.svg) center no-repeat;
  background-size: contain;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#up.show {
  opacity: 0.5;
}
#up.show:hover {
  opacity: 1;
}
/* media */
@media (min-width: 1500px) {
  .container {
    max-width: 1340px;
  }
}
@media (max-width: 1499px) {
  h1 {
    font-size: 42px;
  }
  .podheader {
    font-size: 18px;
  }
  .main-right h3 {
    font-size: 17px;
  }
  .icon-item {
    font-size: 15px;
  }
  .quiz-label {
    width: 300px;
  }
  .quiz .action {
    padding: 15px 8px;
    font-size: 15px;
  }
  .quiz .action .action-header {
    font-size: 15px;
  }
  .quiz .main-right h3 span.red {
    font-size: 20px;
  }
  .opros .podheader {
    font-size: 22px;
  }
}
@media (max-width: 1199px) {
  body {
    font-size: 15px;
  }
  .main {
    padding: 50px 0;
    text-align: center;
  }
  .main .button,
  .main a.button {
    margin: 0 auto;
  }
  h1 {
    margin: 0 auto;
    font-size: 38px;
  }
  .main-right {
    margin: 60px auto 0;
    max-width: 520px;
  }
  .main-right ul {
    text-align: left;
  }
  h2 {
    font-size: 30px;
  }
  .tab-body-right {
    width: 39%;
  }
  .quiz-body.w100 {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  .contact-item-text {
    display: none;
  }
  .main {
    text-align: center;
  }
  .main .button,
  .main a.button {
    margin: 0 auto;
  }
  h1 {
    font-size: 32px;
  }
  .tab-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab-body-left {
    width: 100%;
  }
  .tab-body-right {
    display: none;
  }
  .quiz-buttons {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .header-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .header-container .logo {
    margin: 0 auto 20px;
  }
  .contact-item-grafik-text {
    font-size: 16px;
  }
  .contact-item-phone {
    font-size: 16px;
  }
  h1 {
    font-size: 22px;
  }
  .podheader {
    font-size: 15px;
  }
  .button,
  a.button,
  input[type=submit].button {
    font-size: 13px;
  }
  .icon-block {
    display: block;
  }
  .opros {
    padding: 50px 0;
  }
  .opros .podheader {
    font-size: 16px;
  }
  .icon-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .icon-item .img-fluid {
    margin-right: 15px;
  }
  .main-right {
    margin-top: 20px;
  }
  .main-right ul {
    text-align: left;
  }
  h2 {
    font-size: 22px;
  }
  .quiz-steps {
    display: block;
    margin-bottom: 20px;
    text-align: center;
  }
  .progress {
    width: 100%;
    margin-top: 15px;
  }
  .quiz-form .h3 {
    font-size: 18px;
  }
  .footer-container {
    display: block;
    text-align: center;
  }
  .footer h4 {
    margin-top: 40px;
  }
  .quiz-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
  }
  .quiz .prevbtn {
    font-size: 16px;
  }
  .quiz .button {
    margin-top: 20px;
  }
  .quiz {
    margin-bottom: 0;
  }
  .quiz-block {
    min-height: 540px;
    padding: 15px;
  }
  .progress {
    width: 100%;
  }
  .quiz-form .h3 {
    text-align: center;
  }
  .quiz-item {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .quiz-label {
    width: 100%;
    height: 70px;
    padding: 8px 8px;
    margin-bottom: 15px;
  }
  .quiz-label p {
    padding-left: 45px;
    font-size: 14px;
  }
  .quiz-label p:before {
    width: 35px;
    height: 35px;
    top: 10px;
  }
  .quiz-buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-top: 0;
  }
  .quiz .button {
    max-width: 290px;
    height: 80px;
    border-radius: 10px;
    font-size: 14px;
  }
  .prevbtn {
    margin-top: 20px;
  }
  .quiz .prevbtn {
    font-size: 16px;
  }
  .quiz-form .h3 {
    font-size: 16px;
  }
  .quiz .button.sendbtn {
    font-size: 13px;
    padding: 10px 50px;
  }
  .quiz-body.w100 {
    font-size: 15px;
  }
  .quiz-body.w100 .h3 {
    font-size: 26px;
  }
  input[type=checkbox] + span {
    font-size: 10px;
  }
  input[type=checkbox] + span a {
    font-size: 10px;
  }
  input[type="text"],
  input[type="tel"],
  input[type="email"],
  textarea {
    font-size: 16px;
  }
  .icon-item {
    font-size: 15px;
  }
}
#cookie_notification{
  display: none;
  justify-content: space-between;
  align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 1000px;
  max-width: 90%;
  transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}
#cookie_notification p {
  margin: 0;
  font-size: 0.9rem;
  text-align: left;
  color: #000;
}
#cookie_notification a {
  color: #284e92;
}
#cookie_notification .btn {
  font-size: 0.8rem;
}
@media (min-width: 576px){
  #cookie_notification.show{
    display: flex;
  }
  .cookie_accept{
    margin: 0 0 0 25px;
  }
}
@media (max-width: 575px){
  #cookie_notification.show{
    display: block;
    text-align: left;
  }
  .cookie_accept{
    margin: 10px 0 0 0;
  }
  #cookie_notification p {
    font-size: 0.8rem;  
  }
}