/* fonts */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-WYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-NYi1UA.ttf) format('truetype');
}
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/rubik/v31/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-4I-1UA.ttf) format('truetype');
}
/* 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);
  }
}
/* common */
body {
  font-family: 'Rubik', sans-serif;
  font-weight: normal;
  font-style: normal;
  color: #000;
  font-size: 18px;
  line-height: 1.6;
  background-color: #fff;
  scroll-behavior: smooth;
}
section {
  padding: 90px 0;
}
p {
  margin-bottom: 0;
}
a,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
  color: #000;
}
button:focus,
input:focus,
.slick-slide:focus {
  outline: none;
}
::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}
::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #aaa;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #aaa;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #aaa;
}
input[type="text"],
input[type="tel"],
input[type="email"] {
  display: block;
  width: 100%;
  max-width: 320px;
  margin: 10px auto;
  font-size: 18px;
  background: #F8F9FA;
  border: 1px solid #CED4DA;
  border-radius: 4px;
  text-align: center;
  padding: 13px;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="text"]:active,
input[type="tel"]:active,
input[type="email"]:active {
  outline: none;
}
input[type="submit"],
.button,
a.button {
  width: 100%;
  max-width: 360px;
  height: 70px;
  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;
  position: relative;
  border: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#007dc4), to(#005788));
  background: linear-gradient(180deg, #007dc4 0%, #005788 100%);
  border-radius: 7px;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
input[type="submit"]:hover,
.button:hover,
a.button:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#007dc4), to(#005788));
  background: linear-gradient(180deg, #007dc4 0%, #005788 100%);
  -webkit-box-shadow: inset 0px 6px 3px rgba(0, 0, 0, 0.25), 0px 6px 10px rgba(0, 87, 136, 0.5);
          box-shadow: inset 0px 6px 3px rgba(0, 0, 0, 0.25), 0px 6px 10px rgba(0, 87, 136, 0.5);
  color: #fff;
}
input[type="submit"]:hover:before,
.button:hover:before,
a.button:hover:before {
  -webkit-transform: translateY(-50%) translateX(5px);
          transform: translateY(-50%) translateX(5px);
}
.medium {
  font-weight: 500;
}
.bold {
  font-weight: 700;
}
.blue {
  color: #00468b;
}
.red {
  color: #d60032;
}
.center {
  text-align: center;
}
/* typografy */
.h1 {
  max-width: 1000px;
  font-size: 32px;
  margin-bottom: 25px;
  font-weight: 700;
  color: #00468b;
  text-transform: uppercase;
}
.h1-big {
  font-size: 48px;
}
.h1-small {
  font-size: 26px;
}
.h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  color: #00468b;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.h3 {
  font-size: 30px;
}
.podheader {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  color: #464646;
}
/* header */
.header {
  padding: 15px 0 20px;
  background-color: #fff;
}
.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;
}
.header-address {
  position: relative;
  font-size: 14px;
  color: #414141;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-address:before {
  content: '';
  width: 13px;
  height: 19px;
  position: absolute;
  top: 0px;
  left: -20px;
  background: url(../img/placeholder.svg) center no-repeat;
  background-size: 13px 19px;
}
.header-contact {
  text-align: right;
  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-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.header-phone {
  color: #000;
  font-weight: 500;
  position: relative;
}
.header-phone:before {
  content: '';
  width: 19px;
  height: 18px;
  background: url(../img/call.svg) center no-repeat;
  background-size: 19px 18px;
  position: absolute;
  left: -30px;
  top: 3px;
}
.header-recall {
  display: inline-block;
  width: 120px;
  margin-top: 5px;
  font-size: 14px;
  color: #aaa !important;
  position: relative;
}
.header-recall:hover {
  text-decoration: underline;
}
.header-recall:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 6px;
  background-color: #FE6A16;
  -webkit-box-shadow: 0px 0px 6px #FE6A16;
          box-shadow: 0px 0px 6px #FE6A16;
  position: absolute;
  left: -8px;
  top: 7px;
}
.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.logo img {
  display: block;
  margin-right: 10px;
}
.logo-text .bold {
  font-size: 20px;
}
.logo-text .small {
  font-size: 12px;
}
.logo-text p {
  color: #6C6C6C;
  font-size: 14px;
}
/* main */
.main {
  background: url(../img/bg-main.jpg) center no-repeat;
  background-size: cover;
  padding: 40px 0 20px;
}
.main-ask {
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 500;
  color: #464646;
}
.main h4 {
  font-size: 22px;
  font-weight: 700;
}
.main h5 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 15px;
  margin-bottom: 20px;
  color: #00468b;
}
.main-haos p {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}
.main-haos p:before {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  height: 3px;
  background-color: #f00;
}
.main-check {
  list-style-type: none;
  margin: 15px 0 25px;
  padding: 0;
}
.main-check li {
  position: relative;
  padding-left: 28px;
  margin-bottom: 6px;
  font-size: 18px;
}
.main-check li:before {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../img/check_icon.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 3px;
}
.main-list {
  max-width: 800px;
  margin-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.main-list-block {
  width: 33%;
}
.main-list p {
  font-size: 19px;
  padding-left: 20px;
  margin-bottom: 5px;
  position: relative;
}
.main-list p:before {
  content: '';
  width: 12px;
  height: 12px;
  background: url(../img/triangle.svg) center no-repeat;
  background-size: contain;
  position: absolute;
  top: 7px;
  left: 0;
}
.gifts {
  margin-top: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 15px 0 5px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: block;
}
.gift {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  min-height: 80px;
  margin: 0 0 15px;
  padding: 10px;
  background-color: #feae00;
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #feae00;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.gift:hover,
.gift:focus {
  background-color: #fff;
}
/* solution */
.solution .table-responsive {
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.solution .table-bordered {
  margin-bottom: 0;
}
.solution .table-bordered thead tr th {
  text-align: center;
  border-color: #00468b;
  vertical-align: middle;
}
.solution .table-bordered thead tr th:nth-child(1) {
  background-color: #fde5e5;
}
.solution .table-bordered thead tr th:nth-child(2) {
  background-color: #e5f1fd;
}
.solution .table-bordered thead tr th:nth-child(3) {
  background-color: #e5fde8;
}
.solution .table-bordered tr td {
  width: 33%;
  border-color: #00468b;
  vertical-align: middle;
}
.solution .table-bordered tr td:nth-child(1) {
  background-color: #fde5e5;
}
.solution .table-bordered tr td:nth-child(2) {
  background-color: #e5f1fd;
}
.solution .table-bordered tr td:nth-child(3) {
  background-color: #e5fde8;
}
/* form */
.form {
  text-align: center;
  background-color: #fafafb;
}
.form .button {
  margin: 25px auto;
}
.form .gifts {
  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;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.form .gift {
  margin: 5px;
}
.form.form-white {
  background-color: #fff;
  padding-bottom: 0;
}
/* args */
.args {
  padding: 90px 0;
}
.args-row {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.args-item {
  display: block;
  width: 30%;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 30px;
  padding: 20px;
  font-weight: 300;
}
.args-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 20px;
}
.args-header img {
  width: 80px;
  margin-right: 20px;
}
.args-header h5 {
  font-size: 22px;
  color: #006495;
  font-weight: 700;
}
/* foto */
.foto {
  padding: 80px 0;
  background-color: #fafafa;
}
.foto p {
  font-size: 16px;
}
.foto-slider {
  margin-top: 60px;
}
.foto-slide {
  padding: 15px;
  position: relative;
}
.foto-slide .slide-body {
  padding: 30px;
  margin: 5px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  overflow: hidden;
}
.foto-slide .slide-body h3 {
  margin-bottom: 30px;
  font-size: 30px;
  color: #00468b;
}
.foto-slide .slide-body p {
  padding-left: 40px;
  margin-top: 30px;
  position: relative;
}
.foto-slide .slide-body p:before {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.foto-slide .slide-body p.sl1:before {
  background-image: url(../img/i/s1.svg);
}
.foto-slide .slide-body p.sl2:before {
  background-image: url(../img/i/s2.svg);
}
.foto-slide .slide-body p.sl3:before {
  background-image: url(../img/i/s3.svg);
}
.foto-slide .slide-body p.sl4:before {
  background-image: url(../img/i/s4.svg);
}
.foto-slide-item {
  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;
  margin-bottom: 30px;
}
.foto-slide-item img {
  width: 25px;
  margin-right: 15px;
}
.foto-slide-item h5 {
  font-size: 17px;
  width: 110px;
}
.foto-slide-item-text {
  width: calc(100% - 150px);
}
.slick-prev {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  background-color: #fff;
  z-index: 1;
}
.slick-prev:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../img/next.svg) center no-repeat;
  background-size: 30px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.slick-next {
  width: 60px;
  height: 60px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.06);
  border-radius: 30px;
  background-color: #fff;
  z-index: 1;
}
.slick-next:before {
  content: '';
  width: 50px;
  height: 50px;
  background: url(../img/next.svg) center no-repeat;
  background-size: 30px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.slick-dots {
  bottom: -40px;
}
.slick-dots li {
  width: 15px;
  height: 15px;
}
.slick-dots li button {
  width: 15px;
  height: 15px;
  border-color: #00468b;
}
.slick-dots li.slick-active button {
  background-color: #00468b;
}
/* quiz */
h2 {
  font-size: 40px;
  font-weight: 900;
}
.opros {
  padding: 0 0 80px;
  min-height: 100vh;
}
.opros .podheader {
  color: #656768;
}
.opros .main-list {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.08);
}
.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: 20px;
}
.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-right {
  background-color: #00468b;
  color: #fff;
  padding: 20px;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.quiz-right h3 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 6px;
}
.quiz-right .gift {
  width: 100%;
}
.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: 18px;
  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: 400;
  text-decoration: underline;
  border: none;
  background-color: transparent;
}
.quiz-final {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.progress {
  width: 80%;
  border-radius: 10px;
}
.tab {
  display: none;
  /* &-one {
      .quiz-item {
        justify-content: flex-start;
      }
      .quiz-label {      
        border: 1px solid transparent;  
        height: auto;
        width: 31%;
        background-color: transparent;
        //text-align: center;
        position: relative;
        p {
          height: auto;
          margin-top: 5px;
          padding: 0;
          padding-left: 20px;
          display: block;
          font-size: 16px;
          &:before {
            display: none;
          }
        }
        input {
          z-index: 1;
          opacity: 1;
          position: absolute;
          bottom: 20px;
          left: 14px;
        }
        &:hover {
          border: 1px solid #cecece;
        }
      }
    }
    &-three {
      .quiz-label {
        width: 80%;
      }
    }*/
}
.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%;
}
.tab-body-right-header {
  background-color: #fea513;
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.tab-body-right-header h3 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  color: #3a4046;
}
.tab-body-right-footer {
  padding: 20px;
  background-color: #402801;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  color: #fff;
}
.tab-body h6 {
  font-size: 22px;
}
.tab-final .tab-body-left {
  width: 100%;
}
.tab-final .gifts {
  max-width: 400px;
  margin: 20px auto;
}
.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;
  font-size: 16px;
  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 p:hover:before {
  background: url(../img/checked-red.png) center no-repeat;
  background-size: contain;
}
.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 {
  padding: 30px 0;
  background-color: #00468b;
}
.footer p,
.footer a {
  color: #fff;
  display: block;
}
.footer-right {
  text-align: right;
}
.footer-phone {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 5px;
}
.footer-btn {
  background-color: transparent;
  border: 1px solid #fff;
  padding: 5px 10px;
  color: #fff;
  font-size: 15px;
  margin-bottom: 5px;
}
/* modal */
.modal input[type="text"],
.modal input[type="tel"],
.modal input[type="email"] {
  max-width: 360px;
  margin: 15px auto;
}
.modal .button {
  max-width: 360px;
  margin: 15px auto;
}
/* up */
#up {
  display: block;
  background-color: transparent;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 20px;
  left: 20px;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  z-index: 1000;
  cursor: pointer;
}
#up.show {
  opacity: 0.5;
}
#up:hover {
  opacity: 1;
}
#up:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  background: url(../img/up.svg) center no-repeat;
  background-size: 40px 40px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
/* cookie */
#cookie_notification {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: fixed;
  bottom: 15px;
  left: 50%;
  width: 1000px;
  max-width: 90%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 25px;
  background-color: white;
  border-radius: 4px;
  -webkit-box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
  z-index: 99;
}
#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: -webkit-box;
    display: -ms-flexbox;
    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;
  }
}
/* thanks */
.thanks {
  padding: 150px 0;
}
/* media */
@media (min-width: 1500px) {
  .container {
    max-width: 1340px;
  }
}
@media (max-width: 1499px) {
  body {
    font-size: 16px;
  }
  .main-ask {
    font-size: 20px;
  }
  .main .h4,
  .main h4 {
    font-size: 1.3rem;
  }
  .main-check li {
    font-size: 17px;
    padding-left: 30px;
  }
  .main-check li:before {
    width: 23px;
    height: 23px;
    top: 2px;
  }
  .main-list {
    max-width: 650px;
  }
  .main-list p {
    font-size: 17px;
  }
  .h1 {
    font-size: 32px;
  }
  .h2 {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .podheader {
    font-size: 22px;
  }
  .args-header h5 {
    font-size: 18px;
  }
  .quiz-label {
    width: 300px;
  }
  .solution .table-bordered {
    font-size: 15px;
  }
}
@media (max-width: 1199px) {
  .header-address {
    display: none;
  }
  .h1 {
    font-size: 27px;
  }
  .h1-big {
    font-size: 40px;
  }
  .h1-small {
    font-size: 22px;
  }
  .main-ask {
    font-size: 17px;
  }
  .h4,
  h4 {
    font-size: 1.2rem;
  }
  .args-item {
    width: 45%;
  }
  .gift {
    font-size: 15px;
    min-height: 70px;
  }
  .foto-slide .slide-body h3 {
    font-size: 20px;
  }
  .tab-body-right-header h3 {
    font-size: 19px;
  }
  .quiz-form .h3 {
    font-size: 20px;
  }
  .quiz-label {
    width: 250px;
  }
  .quiz-label p {
    font-size: 14px;
  }
  .form .gifts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form .gift {
    width: 47%;
  }
}
@media (max-width: 991px) {
  section {
    padding: 60px 0;
  }
  .foto-slide .slide-body h3 {
    margin-top: 40px;
  }
  .h1 {
    font-size: 25px;
  }
  .h1 {
    font-size: 22px;
  }
  .h1-big {
    font-size: 32px;
  }
  .h1-small {
    font-size: 18px;
  }
  .podheader {
    font-size: 16px;
  }
  .args,
  .foto,
  .opros {
    padding: 60px 0;
  }
  .args-item {
    width: 100%;
  }
  .main-ask {
    font-size: 13px;
  }
  .main .h4,
  .main h4 {
    font-size: 1.1rem;
  }
  .main h5 {
    font-size: 17px;
  }
  .main-check li {
    font-size: 16px;
  }
  .main-list p {
    font-size: 15px;
  }
  .h2 {
    font-size: 26px;
  }
  .solution .table-bordered {
    font-size: 12px;
  }
  .opros .podheader {
    font-size: 16px;
  }
  .quiz {
    margin-top: 30px;
  }
  .contact-item-text {
    display: none;
  }
  .quiz-label {
    width: 290px;
  }
  .foto .slide .button-small {
    right: 130px;
  }
  .tab-body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .tab-body-left {
    width: 100%;
  }
  .tab-body-right {
    display: none;
    width: 100%;
    max-width: 390px;
    margin: 30px auto 0;
  }
  .quiz-buttons {
    width: 100%;
  }
  .footer-block {
    width: 100%;
    text-align: center;
  }
  .footer-block:nth-child(3) {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 5px 0;
  }
  .logo img {
    max-width: 150px;
  }
  .contact-item-adres,
  .logo-text {
    display: none;
  }
  .contact-item-phone {
    font-size: 17px;
  }
  .contact-item-phone:before {
    display: none;
  }
  .h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .h1-big {
    font-size: 23px;
  }
  .h1-small {
    font-size: 18px;
  }
  .podheader {
    font-size: 16px;
  }
  .main {
    padding-bottom: 10px;
  }
  .main-ask {
    font-size: 12px;
  }
  .main-haos p {
    font-size: 14px;
  }
  .main-haos p:before {
    top: 9px;
    height: 2px;
  }
  .main-list-block {
    width: 100%;
  }
  .main h4 {
    font-size: 1rem;
  }
  .main h5 {
    font-size: 14px;
  }
  .main-check li {
    font-size: 14px;
    padding-left: 20px;
  }
  .main-check li:before {
    width: 16px;
    height: 16px;
  }
  .main-list p {
    font-size: 15px;
  }
  .h4,
  h4 {
    font-size: 1rem;
  }
  .h3,
  h3 {
    font-size: 1.5rem;
  }
  .h5,
  h5 {
    font-size: 1rem;
  }
  .solution .table-bordered tr td,
  .solution .table-bordered tr th {
    padding: 0.5rem 0.3rem;
    font-size: 11px;
  }
  .args {
    padding: 60px 0 30px;
  }
  .args-item {
    padding: 0;
  }
  .args-header h5 {
    font-size: 16px;
    margin-bottom: 0;
  }
  .args-header img {
    width: 40px;
  }
  .foto {
    padding: 60px 0;
  }
  .foto-slide {
    padding: 0;
  }
  .foto .slide-body {
    padding: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: #fff;
  }
  .gift {
    margin-right: 0;
    width: 100%;
    font-size: 15px;
  }
  .action-header {
    font-size: 17px;
  }
  .foto-slider {
    margin-top: 30px;
  }
  .foto-slide .slide-body {
    padding: 10px 10px 20px 10px;
  }
  .form {
    padding: 50px 0;
  }
  .button,
  a.button,
  input[type=submit].button {
    margin: 0 auto;
    max-width: 280px;
    font-size: 16px;
  }
  .quiz {
    margin-top: 30px;
  }
  .tab-one .quiz-label input {
    left: 3px;
    bottom: 11px;
  }
  .tab-one .quiz-label p {
    font-size: 12px;
    padding-left: 12px;
  }
  .tab .gift {
    min-height: 60px;
  }
  .opros {
    padding: 50px 0;
  }
  .opros .podheader {
    font-size: 16px;
  }
  .timer {
    font-size: 13px;
    text-align: center;
  }
  .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-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;
  }
  .quiz-right h3 {
    font-size: 20px;
  }
  .tab-body h6 {
    font-size: 18px;
  }
  .footer {
    font-size: 14px;
  }
  .footer-left {
    text-align: center;
  }
  .footer-right {
    text-align: center;
  }
  .footer-text {
    font-size: 11px;
  }
  .form .gift {
    width: 100%;
  }
}
@media (max-width: 359px) {
  .podheader {
    font-size: 12px;
  }
  .podheader-2 {
    line-height: 1.2;
    font-size: 13px;
  }
  .h1 {
    font-size: 18px;
  }
  .h1-medium {
    font-size: 14px;
  }
  .opros .podheader {
    font-size: 14px;
    margin-top: 10px;
  }
  .quiz-right {
    padding: 10px;
  }
  .action-header {
    font-size: 15px;
  }
  .action-list p {
    font-size: 15px;
  }
  .main .button {
    font-size: 12px;
  }
  .main .quiz-right h3 {
    font-size: 13px;
  }
  .quiz-body.w100 {
    font-size: 14px;
  }
  .quiz .button.sendbtn {
    font-size: 10px;
  }
  input[type=checkbox] + span {
    font-size: 9px;
  }
  input[type=checkbox] + span a {
    font-size: 9px;
  }
}
