@font-face {
  font-family: 'Uni Neue';
  src: url("../assets/fonts/UniNeueHeavy.eot");
  src: local("Uni Neue Heavy"), local("UniNeueHeavy"), url("../assets/fonts/?#iefix") format("embedded-opentype"), url("../assets/fonts/UniNeueHeavy.woff2") format("woff2"), url("../assets/fonts/UniNeueHeavy.woff") format("woff"), url("../assets/fonts/UniNeueHeavy.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Uni Neue Book';
  src: url("../assets/fonts/UniNeueBook.eot");
  src: local("Uni Neue Book"), local("UniNeueBook"), url("../assets/fonts/UniNeueBook.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/UniNeueBook.woff2") format("woff2"), url("../assets/fonts/UniNeueBook.woff") format("woff"), url("../assets/fonts/UniNeueBook.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Uni Neue';
  src: url("../assets/fonts/UniNeueRegular.eot");
  src: local("Uni Neue Regular"), local("UniNeueRegular"), url("../assets/fonts/UniNeueRegular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/UniNeueRegular.woff2") format("woff2"), url("../assets/fonts/UniNeueRegular.woff") format("woff"), url("../assets/fonts/UniNeueRegular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Uni Neue';
  src: url("../assets/fonts/UniNeueLight.eot");
  src: local("Uni Neue Light"), local("UniNeueLight"), url("../assets/fonts/UniNeueLight.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/UniNeueLight.woff2") format("woff2"), url("../assets/fonts/UniNeueLight.woff") format("woff"), url("../assets/fonts/UniNeueLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Uni Neue';
  src: url("../assets/fonts/UniNeueBold.eot");
  src: local("Uni Neue Bold"), local("UniNeueBold"), url("../assets/fonts/UniNeueBold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/UniNeueBold.woff2") format("woff2"), url("../assets/fonts/UniNeueBold.woff") format("woff"), url("../assets/fonts/UniNeueBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Uni Neue';
  src: url("../assets/fonts/UniNeueThin.eot");
  src: local("Uni Neue Thin"), local("UniNeueThin"), url("../assets/fonts/UniNeueThin.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/UniNeueThin.woff2") format("woff2"), url("../assets/fonts/UniNeueThin.woff") format("woff"), url("../assets/fonts/UniNeueThin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'Uni Neue';
  src: url("../assets/fonts/UniNeueBlack.eot");
  src: local("Uni Neue Black"), local("UniNeueBlack"), url("../assets/fonts/UniNeueBlack.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/UniNeueBlack.woff2") format("woff2"), url("../assets/fonts/UniNeueBlack.woff") format("woff"), url("../assets/fonts/UniNeueBlack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: 'Uni Neue Book';
  color: #000;
}

.green-text {
  color: #269F12;
}

@media screen and (max-width: 576px) {
  p {
    line-height: 30px !important;
  }
}

.btn {
  background-color: #363636;
  border-radius: 3px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  padding: 0;
  border: 1px solid #363636;
  -webkit-transition: color, background-color .3s ease;
  transition: color, background-color .3s ease;
}

.btn:hover {
  color: #363636;
  background-color: #fff;
}

a:hover, .nav-link:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1239px) {
  .container {
    max-width: 1240px;
  }
}

.header {
  background-color: #E9EEF4;
}

.header .navbar {
  padding-top: 38px;
  padding-bottom: 38px;
  padding-left: 110px;
  padding-right: 70px;
}

@media screen and (max-width: 1366px) {
  .header .navbar {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1366px) {
  .header .navbar {
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media screen and (max-width: 1300px) {
  .header .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 576px) {
  .header .navbar {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (max-width: 335px) {
  .header .navbar {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.header .navbar .navbar-brand {
  margin-right: 130px;
  padding-top: 0;
}

@media screen and (max-width: 1700px) {
  .header .navbar .navbar-brand {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1060px) {
  .header .navbar .navbar-brand {
    margin-right: 10px;
  }
}

@media screen and (max-width: 576px) {
  .header .navbar .navbar-brand {
    max-width: 90px;
    padding-bottom: 0;
  }
  .header .navbar .navbar-brand img {
    width: 100%;
  }
}

.header .navbar .navbar-toggler-wrapper {
  display: none;
}

@media screen and (max-width: 992px) {
  .header .navbar .navbar-toggler-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 20px;
}

@media screen and (max-width: 375px) {
  .header .navbar .navbar-toggler-wrapper .mobile-header-contacts {
    margin-right: 10px;
  }
}

@media screen and (max-width: 335px) {
  .header .navbar .navbar-toggler-wrapper .mobile-header-contacts {
    margin-right: 0;
  }
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .contacts {
  margin-right: 10px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .contacts a {
  color: #6A6A6A;
  font-size: 14px;
}

@media screen and (min-width: 576px) {
  .header .navbar .navbar-toggler-wrapper .mobile-header-contacts .contacts a:first-child {
    margin-bottom: 16px;
  }
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 350px) {
  .header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps {
    display: none;
  }
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps a {
  border: 0;
  outline: 0;
  padding: 0;
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps a i {
  font-size: 20px;
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps a i.fa-whatsapp {
  color: #269F12;
}

.header .navbar .navbar-toggler-wrapper .mobile-header-contacts .apps a i.fa-viber {
  color: #6B3AD1;
}

.header .navbar .navbar-nav {
  max-width: 900px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header .navbar .navbar-nav .nav-item .nav-link {
  color: #6A6A6A;
}

@media screen and (max-width: 1060px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .header .navbar .navbar-nav .nav-item .nav-link {
    font-size: 20px;
    display: inline-block;
  }
}

.header .navbar .navbar-nav .nav-item.active .nav-link {
  color: #94B636;
}

.header .navbar .header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 992px) {
  .header .navbar .header-contacts {
    margin-top: 15px;
    display: none;
  }
}

.header .navbar .header-contacts .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0.5px solid rgba(43, 43, 43, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1130px) {
  .header .navbar .header-contacts .phone {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 992px) {
  .header .navbar .header-contacts .phone {
    width: 44px;
    height: 44px;
  }
}

.header .navbar .header-contacts .phone i {
  font-size: 11px;
  color: rgba(43, 43, 43, 0.7);
}

.header .navbar .header-contacts .contacts {
  margin: 0 20px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1130px) {
  .header .navbar .header-contacts .contacts {
    margin: 0 10px;
  }
}

@media screen and (max-width: 992px) {
  .header .navbar .header-contacts .contacts {
    margin: 0 20px;
  }
}

.header .navbar .header-contacts .contacts a {
  color: #6A6A6A;
  font-size: 17px;
}

@media screen and (max-width: 1130px) {
  .header .navbar .header-contacts .contacts a {
    font-size: 14px;
  }
}

@media screen and (max-width: 992px) {
  .header .navbar .header-contacts .contacts a {
    font-size: 17px;
  }
}

.header .navbar .header-contacts .apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .navbar .header-contacts .apps a {
  border: 0;
  outline: 0;
  padding: 0;
}

.header .navbar .header-contacts .apps a:first-child {
  margin-right: 10px;
}

.header .navbar .header-contacts .apps a i {
  font-size: 20px;
}

.header .navbar .header-contacts .apps a i.fa-whatsapp {
  color: #269F12;
}

.header .navbar .header-contacts .apps a i.fa-viber {
  color: #6B3AD1;
}

.main {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #E9EEF4), to(rgba(216, 223, 234, 0)));
  background: linear-gradient(180deg, #E9EEF4 50%, rgba(216, 223, 234, 0) 100%);
  padding-top: 68px;
  /* Dropdown Button */
  /* The container <div> - needed to position the dropdown content */
  /* Dropdown Content (Hidden by Default) */
  /* Links inside the dropdown */
  /* Change color of dropdown links on hover */
  /* Show the dropdown menu on hover */
  /* Change the background color of the dropdown button when the dropdown content is shown */
}

@media screen and (max-width: 992px) {
  .main {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .main {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 992px) {
  .main .main-img-wrapper img {
    width: 100%;
  }
}

.main .main-info {
  padding-top: 47px;
}

@media screen and (max-width: 992px) {
  .main .main-info {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding-top: 0;
  }
}

.main .main-info h2 {
  font-weight: normal;
  font-size: 55px;
  line-height: 74px;
  margin-bottom: 46px;
}

@media screen and (max-width: 576px) {
  .main .main-info h2 {
    font-size: 35px;
    line-height: 50px;
  }
}

.main .main-info h1 {
  font-weight: normal;
  font-size: 55px;
  line-height: 74px;
  margin-bottom: 46px;
}

@media screen and (max-width: 576px) {
  .main .main-info h1 {
    font-size: 35px;
    line-height: 50px;
  }
}

.main .main-info p {
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  margin-bottom: 63px;
}

.main .main-info .main-buyout {
  margin-bottom: 130px;
}

@media screen and (max-width: 992px) {
  .main .main-info .main-buyout {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .main .main-info .main-buyout {
    margin-bottom: 40px;
  }
}

.main .main-info .main-buyout .btn {
  width: 213px;
  height: 65px;
  background: #363636;
  border-radius: 3px;
  font-weight: 500;
  font-size: 18px;
  color: #FFFFFF;
  padding: 0;
}

.main .main-info .main-buyout .btn-label {
  margin-top: 10px;
  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;
}

.main .main-info .main-buyout .btn-label:hover {
  text-decoration: none;
}

.main .main-info .main-buyout .btn-label i {
  color: #363636;
}

.main .main-info .main-buyout .btn-label span {
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #363636;
  margin-left: 10px;
}

.main .main-points {
  padding-top: 84px;
}

@media screen and (max-width: 576px) {
  .main .main-points {
    padding-top: 0px;
  }
}

.main .main-points .main-points-wrapper {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 576px) {
  .main .main-points .main-points-wrapper {
    margin-top: 40px;
  }
}

@media screen and (max-width: 350px) {
  .main .main-points .main-points-wrapper {
    margin-top: 0;
  }
}

.main .main-points .main-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 992px) {
  .main .main-points .main-point {
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .main .main-points .main-point {
    padding-left: 20px;
  }
}

@media screen and (max-width: 350px) {
  .main .main-points .main-point {
    padding-left: 0;
  }
}

.main .main-points .main-point .point-icon {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  width: 73px;
  height: 73px;
  background: #D2D5DB;
  border-radius: 50%;
  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;
  border: 4px solid #eaeff4;
}

@media screen and (max-width: 414px) {
  .main .main-points .main-point .point-icon {
    display: none;
  }
}

.main .main-points .main-point .point-title {
  border-radius: 10px;
  background-color: #fff;
  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;
  width: 345px;
  height: 88px;
}

@media screen and (max-width: 1200px) {
  .main .main-points .main-point .point-title {
    width: 270px;
    padding-right: 20px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

@media screen and (max-width: 768px) {
  .main .main-points .main-point .point-title {
    width: 100%;
    padding-left: 50px;
  }
}

@media screen and (max-width: 576px) {
  .main .main-points .main-point .point-title {
    padding-left: 50px;
    padding-right: 15px;
    min-height: 88px;
    height: auto;
  }
}

@media screen and (max-width: 414px) {
  .main .main-points .main-point .point-title {
    padding: 15px;
  }
}

.main .main-points .main-point .point-title h5 {
  font-weight: normal;
  font-size: 13px;
  line-height: 21px;
}

.main .main-points .main-point.point-1 {
  margin-bottom: 13px;
}

.main .main-points .other-product {
  padding-top: 50px;
  padding-left: 130px;
}

@media screen and (max-width: 1200px) {
  .main .main-points .other-product {
    padding-left: 70px;
  }
}

@media screen and (max-width: 576px) {
  .main .main-points .other-product {
    padding-left: 0;
  }
}

.main .main-points .other-product .arrow {
  width: 50px;
  height: 20px;
  background-image: url("../assets/img/arrow.svg");
  background-repeat: no-repeat;
  margin-right: 40px;
  margin-top: 50px;
}

@media screen and (max-width: 410px) {
  .main .main-points .other-product .arrow {
    margin-right: 0;
    width: 40px;
  }
}

.main .main-points .other-product .preview-mockup {
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  outline: 0;
  text-decoration: none;
}

.main .main-points .other-product .preview-mockup h5 {
  margin-bottom: 20px;
  font-weight: normal;
  font-size: 22px;
  line-height: 30px;
  text-align: center;
  color: #000000;
}

.main .main-points .other-product .preview-mockup div {
  width: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.main .warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 90px;
}

@media screen and (max-width: 992px) {
  .main .warning {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  .main .warning {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.main .warning .warning-icon {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border: 1px solid #fff;
  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;
  border-radius: 50%;
}

.main .warning .warning-icon .circle-1 {
  border: 1px solid #fff;
  width: 60px;
  height: 60px;
  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;
  border-radius: 50%;
}

.main .warning .warning-icon .circle-1 .circle-2 {
  background: #fff;
  width: 35px;
  height: 35px;
  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;
  border-radius: 50%;
}

.main .warning .warning-icon .circle-1 .circle-2 i {
  color: #B82F2F;
}

.main .warning p {
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  color: #868686;
  max-width: calc(100% - 100px);
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 576px) {
  .main .warning p {
    width: 100%;
    max-width: none;
    padding-top: 10px;
  }
}

.main .main-footer-links-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border-top: 1px solid #A8A8A8;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .main-footer-links-wrapper .links-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 845px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .main .main-footer-links-wrapper .links-block {
    max-width: none;
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media screen and (max-width: 576px) {
  .main .main-footer-links-wrapper .links-block {
    max-width: none;
    padding: 0;
    text-align: center;
  }
}

.main .dropbtn {
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #A8A8A8;
  border: none;
  display: block;
  padding-top: 20px;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 400px) {
  .main .dropbtn {
    font-size: 14px;
  }
}

.main .dropdown {
  position: relative;
  display: inline-block;
}

.main .dropdown-content-wrapper {
  position: absolute;
  bottom: calc(100%);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 262px;
  z-index: 1;
  padding-bottom: 10px;
}

.main .dropdown-content {
  display: none;
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 23px 53px;
}

.main .dropdown-content a {
  color: black;
  font-weight: 400;
  font-size: 16px;
  line-height: 31px;
  color: #868686;
  text-decoration: none;
  display: block;
  width: 156px;
}

.main .dropdown-content a:not(:last-child) {
  margin-bottom: 9px;
}

.main .dropdown-content a:hover {
  color: #343434;
}

.main .dropdown:hover .dropdown-content {
  display: block;
}

.main .dropdown:hover .dropbtn {
  text-decoration: none;
  color: #353535;
}

.main .dropdown:hover .dropbtn::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% + 8px);
  height: 4px;
  background-color: #000;
}

.info {
  padding-top: 86px;
  padding-bottom: 153px;
  background: url("../assets/img/product-bg-1.png") no-repeat 1% 47%, url("../assets/img/product-bg-2.png") no-repeat 95% 96%, url("../assets/img/product-bg-3.png") no-repeat 0% 0%, -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f1f1f1));
  background: url("../assets/img/product-bg-1.png") no-repeat 1% 47%, url("../assets/img/product-bg-2.png") no-repeat 95% 96%, url("../assets/img/product-bg-3.png") no-repeat 0% 0%, linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f1f1f1 100%);
}

@media screen and (max-width: 992px) {
  .info {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .info {
    padding-right: 15px;
    padding-left: 15px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#f1f1f1));
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #f1f1f1 100%);
    padding-bottom: 60px;
  }
}

.info .info-title {
  margin-bottom: 56px;
}

.info .info-title h2 {
  font-weight: normal;
  font-size: 35px;
  line-height: 47px;
  text-align: center;
  margin-bottom: 24px;
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .info .info-title h2 {
    font-size: 35px;
    line-height: 50px;
  }
}

.info .info-title p {
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  text-align: center;
}

@media screen and (max-width: 576px) {
  .info .info-img img {
    width: 100%;
  }
}

.info .info-text {
  padding-top: 66px;
}

.info .info-text h3 {
  font-weight: 500;
  font-size: 23px;
  line-height: 44px;
  margin-bottom: 24px;
}

.info .info-text p {
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  padding-left: 37px;
  position: relative;
}

@media screen and (max-width: 576px) {
  .info .info-text p {
    line-height: 30px;
  }
}

.info .info-text p:not(:last-child) {
  margin-bottom: 13px;
}

.info .info-text p::before {
  content: '';
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #94B636;
  left: 0;
  top: 11px;
  position: absolute;
}

.info .info-desc:not(:last-child) {
  margin-bottom: 45px;
}

@media screen and (max-width: 992px) {
  .info .info-desc:not(:last-child) {
    margin-bottom: 1.5rem;
  }
}

.info .info-desc h3 {
  font-weight: 500;
  font-size: 23px;
  line-height: 44px;
  margin-bottom: 22px;
}

.info .info-desc p {
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  width: 100%;
}

.quiz {
  padding-top: 64px;
  padding-bottom: 122px;
  background: url("../assets/img/main-bg-2.png") no-repeat 0 50%;
}

@media screen and (max-width: 1650px) {
  .quiz {
    background: none;
  }
}

@media screen and (max-width: 992px) {
  .quiz {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 576px) {
  .quiz {
    background: none;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.quiz .container {
  position: relative;
}

.quiz .bg {
  mix-blend-mode: multiply;
  position: absolute;
  top: 12%;
  left: 32%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

@media screen and (max-width: 1300px) {
  .quiz .bg {
    display: none;
  }
}

.quiz .quiz-title {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 2fr 1fr 2fr;
      grid-template-columns: 2fr 1fr 2fr;
}

@media screen and (max-width: 768px) {
  .quiz .quiz-title {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    -ms-grid-rows: 1fr 1fr 1fr;
        grid-template-rows: 1fr 1fr 1fr;
    margin: 0 auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .quiz .quiz-title .left-title, .quiz .quiz-title .right-title, .quiz .quiz-title > span {
    text-align: center !important;
    padding: 10px 0;
  }
}

.quiz .quiz-title .right-title {
  text-align: end;
  font-size: 45px;
  line-height: 61px;
}

@media screen and (max-width: 1240px) {
  .quiz .quiz-title .right-title {
    font-size: 30px;
    line-height: 35px;
  }
}

.quiz .quiz-title .right-title span {
  font-weight: 500;
  font-size: 25px;
  line-height: 38px;
  text-align: right;
}

@media screen and (max-width: 1240px) {
  .quiz .quiz-title .right-title span {
    font-size: 16px;
  }
}

.quiz .quiz-title .left-title {
  font-weight: normal;
  font-size: 45px;
  line-height: 61px;
}

@media screen and (max-width: 1240px) {
  .quiz .quiz-title .left-title {
    font-size: 30px;
    line-height: 35px;
  }
}

@media screen and (max-width: 1240px) {
  .quiz .quiz-title .left-title span {
    font-size: 16px;
  }
}

.quiz .quiz-title > span {
  text-align: center;
  padding-top: 10px;
  font-weight: normal;
  font-size: 35px;
  line-height: 47px;
}

@media screen and (max-width: 1240px) {
  .quiz .quiz-title > span {
    font-size: 28px;
    line-height: 20px;
  }
}

@media screen and (max-width: 992px) {
  .quiz .contact-form form {
    width: 100%;
  }
}

.quiz .contact-form .form-desc {
  margin-bottom: 50px;
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
}

@media screen and (max-width: 768px) {
  .quiz .contact-form .form-desc {
    text-align: center;
  }
}

.quiz .contact-form form div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 19px;
}

.quiz .contact-form form div input[type=text] {
  width: calc(50% - 8px);
  border: 1px solid #9C9C9C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 68px;
  background-color: transparent;
}

.quiz .contact-form form textarea {
  resize: none;
  border: 1px solid #9C9C9C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  height: 93px;
  padding: 16px 24px;
  margin-bottom: 46px;
  background-color: transparent;
}

.quiz .contact-form form .form-footer {
  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: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz .contact-form form .form-footer .btn {
  width: 263px;
  height: 65px;
  margin-bottom: 14px;
}

.quiz .contact-form form .form-footer p {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #394662;
}

.quiz .contact-form form .form-footer p a {
  color: #394662;
  text-decoration: underline;
}

.quiz .quiz-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 124px;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 1240px) {
  .quiz .quiz-button-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 992px) {
  .quiz .quiz-button-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .quiz .quiz-button-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 576px) {
  .quiz .quiz-button-wrapper {
    margin-top: 40px;
  }
}

.quiz .quiz-button-wrapper button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 25px;
  line-height: 38px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #269F12;
  border: 0;
  outline: 0;
  background-color: transparent;
}

.quiz .quiz-button-wrapper button .hand-icon-wrapper {
  width: 101px;
  height: 101px;
  background: #269F12;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  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;
  margin-right: 36px;
}

.quiz .quiz-button-wrapper button .hand-icon {
  width: 43px;
  height: 35px;
  background-image: url("../assets/img/hand.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
}

.footer {
  background: url("../assets/img/footer-img.png") no-repeat 75% 200%, -webkit-gradient(linear, left bottom, left top, from(#e9edf4), to(#fff));
  background: url("../assets/img/footer-img.png") no-repeat 75% 200%, linear-gradient(to top, #e9edf4 0%, #fff 100%);
  padding-top: 42px;
  padding-bottom: 53px;
}

@media screen and (max-width: 576px) {
  .footer {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.footer .header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer .header-contacts .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0.5px solid rgba(43, 43, 43, 0.7);
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .header-contacts .phone i {
  font-size: 11px;
  color: rgba(43, 43, 43, 0.7);
}

.footer .header-contacts .contacts {
  margin: 0 20px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer .header-contacts .contacts a {
  color: #6A6A6A;
  font-size: 17px;
}

.footer .header-contacts .apps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer .header-contacts .apps a {
  border: 0;
  outline: 0;
  padding: 0;
  background-color: transparent;
}

.footer .header-contacts .apps a:first-child {
  margin-right: 10px;
}

.footer .header-contacts .apps a i {
  font-size: 20px;
}

.footer .header-contacts .apps a i.fa-whatsapp {
  color: #269F12;
}

.footer .header-contacts .apps a i.fa-viber {
  color: #6B3AD1;
}

.footer .header-contacts.phone-contacts {
  margin-bottom: 21px;
}

.footer .header-contacts.mail-contacts {
  margin-bottom: 30px;
}

.footer .header-contacts.mail-contacts .contacts {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer .footer-info > p {
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #363636;
}

.footer .copyright {
  margin-bottom: 15px;
}

.footer .footer-logo-wrapper {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 450px) {
  .footer .footer-logo-wrapper {
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

.footer .footer-logo-wrapper .footer-btn {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 1px solid #269F12;
  background-color: #fff;
  color: #269F12;
  outline: 0;
  -webkit-transition: background-color, color, border-color .3s ease;
  transition: background-color, color, border-color .3s ease;
}

.footer .footer-logo-wrapper .footer-btn:hover {
  border-color: #fff;
  background-color: #269F12;
  color: #fff;
}

#quizModal {
  /* Style the input fields */
  /* Mark input boxes that gets an error on validation: */
  /* Hide all steps by default: */
  /* Make circles that indicate the steps of the form: */
  /* Mark the active step: */
  /* Mark the steps that are finished and valid: */
}

#quizModal .modal-dialog {
  max-width: 1235px;
}

#quizModal .modal-dialog .modal-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  height: 594px;
}

@media screen and (max-width: 576px) {
  #quizModal .modal-dialog .modal-body {
    height: auto;
  }
}

@media screen and (max-width: 1024px) {
  #quizModal .modal-dialog .modal-body .modal-test-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  #quizModal .modal-dialog .modal-body .modal-test-wrapper #regForm {
    padding: 20px 60px;
  }
}

@media screen and (max-width: 450px) {
  #quizModal .modal-dialog .modal-body .modal-test-wrapper #regForm {
    padding: 20px;
  }
}

@media screen and (max-width: 768px) {
  #quizModal .modal-dialog .modal-body .modal-test-wrapper .controls {
    margin: 0 !important;
  }
  #quizModal .modal-dialog .modal-body .modal-test-wrapper .controls .next-btn {
    width: 200px !important;
  }
  #quizModal .modal-dialog .modal-body .modal-test-wrapper .controls .skip-btn {
    width: 155px !important;
  }
}

@media screen and (max-width: 576px) {
  #quizModal .modal-dialog .modal-body .modal-test-wrapper .controls {
    margin: 0 !important;
    margin-top: 50px !important;
  }
  #quizModal .modal-dialog .modal-body .modal-test-wrapper .controls .next-btn {
    width: 100% !important;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  #quizModal .modal-dialog .modal-body .modal-test-wrapper .controls .skip-btn {
    width: 100% !important;
  }
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  #quizModal .modal-dialog .modal-body .modal-test-wrapper .tab {
    margin: 0 !important;
  }
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab h3 {
  font-weight: normal;
  font-size: 45px;
  line-height: 61px;
  color: #000000;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab input[type=file] {
  display: none;
}

@media screen and (max-width: 576px) {
  #quizModal .modal-dialog .modal-body .modal-test-wrapper .tab .fields-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #quizModal .modal-dialog .modal-body .modal-test-wrapper .tab .fields-row .checkboxes-wrapper .gap-to-right {
    margin-right: 20px !important;
  }
  #quizModal .modal-dialog .modal-body .modal-test-wrapper .tab .fields-row .checkboxes-wrapper .custom-radiobutton {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  #quizModal .modal-dialog .modal-body .modal-test-wrapper .tab .fields-row > div {
    width: 100% !important;
  }
  #quizModal .modal-dialog .modal-body .modal-test-wrapper .tab .fields-row > div:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 576px) {
  #quizModal .modal-dialog .modal-body .modal-test-wrapper .tab .gap-to-right {
    margin-right: 0 !important;
  }
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-1 {
  margin-top: 83px;
  margin-left: 100px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-1 h3 {
  margin-bottom: 75px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-1 .fields-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-1 .fields-row > div {
  width: 50%;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-1 .gap-to-right {
  margin-right: 46px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-1 .checkboxes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-2 {
  margin-top: 91px;
  margin-left: 100px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-2 h3 {
  margin-bottom: 80px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-2 .gap-to-right {
  margin-right: 100px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-2 .checkboxes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-3 {
  margin-top: 91px;
  margin-left: 100px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-3 h3 {
  margin-bottom: 80px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-3 .gap-to-right {
  margin-right: 100px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-3 .checkboxes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-4 {
  margin-top: 91px;
  margin-left: 100px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-4 h3 {
  margin-bottom: 80px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-4 .gap-to-right {
  margin-right: 100px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-4 .checkboxes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-5 {
  margin-top: 91px;
  margin-left: 100px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-5 h3 {
  margin-bottom: 80px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-5 .gap-to-right {
  margin-right: 100px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-5 .checkboxes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-6 {
  margin-top: 65px;
  margin-left: 100px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-6 h3 {
  margin-bottom: 36px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-6 .fields-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-6 .fields-row:not(:last-child) {
  margin-bottom: 17px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-6 .gap-to-right {
  margin-right: 100px;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-6 .checkboxes-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#quizModal .modal-dialog .modal-body .modal-test-wrapper .tab-6 .checkboxes-wrapper .custom-radiobutton:first-child {
  margin-right: 48px;
}

#quizModal .modal-dialog .modal-body .modal-img {
  -ms-flex-item-align: end;
      align-self: flex-end;
  position: relative;
  margin-right: 120px;
}

@media screen and (max-width: 1199px) {
  #quizModal .modal-dialog .modal-body .modal-img {
    margin-right: 80px;
  }
}

@media screen and (max-width: 1099px) {
  #quizModal .modal-dialog .modal-body .modal-img {
    margin-right: 0;
  }
}

@media screen and (max-width: 1024px) {
  #quizModal .modal-dialog .modal-body .modal-img {
    display: none;
  }
}

#quizModal .modal-dialog .modal-body .controls {
  margin-top: 73px;
  margin-left: 100px;
}

#quizModal .modal-dialog .modal-body .controls .btn {
  border-radius: 3px;
  font-weight: 500;
  font-size: 18px;
  line-height: 35px;
  text-align: center;
  color: #FFFFFF;
}

#quizModal .modal-dialog .modal-body .controls .btn.next-btn {
  width: 263px;
  height: 65px;
  background: #363636;
  margin-right: 23px;
}

#quizModal .modal-dialog .modal-body .controls .btn.skip-btn {
  width: 205px;
  height: 65px;
  background: #A0A0A0;
}

#quizModal .custom-radiobutton {
  display: block;
  position: relative;
  padding-left: 41px;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default radio button */
  /* Create a custom radio button */
  /* Create the indicator (the dot/circle - hidden when not checked) */
  /* Show the indicator (dot/circle) when checked */
  /* Style the indicator (dot/circle) */
}

#quizModal .custom-radiobutton input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#quizModal .custom-radiobutton .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: #EDEDED;
  border-radius: 50%;
}

#quizModal .custom-radiobutton .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

#quizModal .custom-radiobutton input:checked ~ .checkmark:after {
  display: block;
}

#quizModal .custom-radiobutton .checkmark:after {
  top: 7px;
  left: 7px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #269F12;
}

#quizModal .microscope {
  width: 32px;
  height: 32px;
  background-image: url("../assets/img/microscope.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

#quizModal .modal-img-icon {
  width: 137px;
  height: 137px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  border-radius: 50%;
  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: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#quizModal .modal-img-icon .icon-bg {
  background: #269F12;
  -webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
  width: 69px;
  height: 69px;
  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;
  border-radius: 50%;
}

#quizModal #regForm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 100%;
  padding-bottom: 76px;
}

#quizModal input {
  padding: 10px;
  width: 100%;
  font-size: 17px;
  font-family: Raleway;
  border: 1px solid #aaaaaa;
}

#quizModal input.invalid {
  background-color: #ffdddd;
}

#quizModal .tab {
  display: none;
}

#quizModal .step {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  border-radius: 50%;
  display: inline-block;
  opacity: 0.5;
}

#quizModal .step.active {
  opacity: 1;
}

#quizModal .step.finish {
  background-color: #4CAF50;
}

.progress-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 11111;
  width: 87px;
  height: 87px;
}

.progress-ring .progress-ring__circle {
  -webkit-transition: 0.35s stroke-dashoffset;
  transition: 0.35s stroke-dashoffset;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  r: 38;
  stroke-width: 9;
  stroke: #7ac26e;
  cy: 43.5;
  cx: 43.5;
}

.fa-check {
  color: #fff;
}
/*# sourceMappingURL=biliurin.css.map */