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

.custom-breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 26px;
  margin-bottom: 42px;
}

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

.custom-breadcrumb a {
  font-weight: 500;
  line-height: 16px;
}

.custom-breadcrumb a, .custom-breadcrumb i {
  color: #838383;
  font-size: 12px;
}

.custom-breadcrumb a:not(:last-child), .custom-breadcrumb i:not(:last-child) {
  margin-right: 20px;
}

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

.warning {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
  margin-bottom: 46px;
}

@media screen and (max-width: 576px) {
  .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;
  }
}

.warning .warning-icon {
  width: 80px;
  height: 80px;
  margin-right: 20px;
  border: 1px solid rgba(232, 236, 242, 0.5);
  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%;
}

.warning .warning-icon .circle-1 {
  border: 1px solid #E8ECF2;
  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%;
}

.warning .warning-icon .circle-1 .circle-2 {
  background: #E8ECF2;
  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%;
}

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

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

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

.main-prices {
  padding-bottom: 94px;
}

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

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

.main-prices .prices-title h2 {
  font-weight: normal;
  font-size: 45px;
  line-height: 61px;
  margin-bottom: 35px;
}

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

.main-prices .prices-title h1 {
  font-weight: normal;
  font-size: 45px;
  line-height: 61px;
  margin-bottom: 35px;
}

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

.main-prices .prices-title p {
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
}

.main-prices .price-card-wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 992px) {
  .main-prices .price-card-wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .main-prices .price-card-wrapper .price-card:not(:last-child) {
    margin-bottom: 1.5rem !important;
  }
}

.main-prices .price-card {
  padding: 48px 71px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.07);
  border-radius: 15px;
  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;
  width: 560px;
  height: 312px;
}

@media screen and (max-width: 1200px) {
  .main-prices .price-card {
    padding: 48px 40px;
    width: 450px;
  }
}

@media screen and (max-width: 576px) {
  .main-prices .price-card {
    height: auto;
  }
}

.main-prices .price-card .price-card-header h3 {
  font-weight: 500;
  font-size: 25px;
  line-height: 34px;
  margin-bottom: 10px;
}

.main-prices .price-card .price-card-header p {
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
}

.main-prices .price-card .price-card-footer > p {
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  color: #363636;
}

.main-prices .price-card .price-card-footer .overall-price {
  margin-right: 39px;
}

.main-prices .price-card .price-card-footer .overall-price .price-label {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  color: #A4A4A4;
}

.main-prices .price-card .price-card-footer .overall-price .price {
  font-weight: bold;
  font-size: 45px;
  line-height: 61px;
  color: #269F12;
}

@media screen and (max-width: 576px) {
  .main-prices .price-card .price-card-footer .overall-price .price {
    font-size: 35px;
  }
}

.main-prices .price-card .price-card-footer .single-price .price-label {
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  color: #363636;
}

.main-prices .price-card .price-card-footer .single-price .price {
  font-weight: bold;
  font-size: 25px;
  line-height: 45px;
  color: #000000;
}

.quiz {
  padding-top: 64px;
  padding-bottom: 122px;
  background: url("../assets/img/main-bg-2.png") no-repeat 0 50%, linear-gradient(249.93deg, #FFFFFF 0.37%, #E8ECF2 98.6%);
}

@media screen and (max-width: 1650px) {
  .quiz {
    background: linear-gradient(249.93deg, #FFFFFF 0.37%, #E8ECF2 98.6%);
  }
}

@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 .modal-dialog.modal-xl {
  max-width: 1040px;
}

@media screen and (max-width: 992px) {
  #quizModal .modal-dialog.modal-xl {
    max-width: 500px;
    margin: auto;
  }
}

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

@media screen and (max-width: 992px) {
  #quizModal .modal-body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
  }
}

#quizModal .modal-links-wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 992px) {
  #quizModal .modal-links-wrapper {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    max-width: 447px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 75px;
  }
}

@media screen and (max-width: 576px) {
  #quizModal .modal-links-wrapper {
    -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;
  }
}

#quizModal .modal-links-wrapper a {
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 28px;
  color: #000000;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  z-index: 10;
  max-width: 210px;
  position: absolute;
}

@media screen and (max-width: 992px) {
  #quizModal .modal-links-wrapper a {
    position: static;
    max-width: 150px;
  }
}

#quizModal .modal-links-wrapper a:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #269F12;
}

#quizModal .modal-links-wrapper a.bilirum-link {
  top: 10%;
  left: 45%;
}

@media screen and (max-width: 576px) {
  #quizModal .modal-links-wrapper a.bilirum-link {
    margin-bottom: 20px;
    margin-top: 20px;
  }
}

#quizModal .modal-links-wrapper a.biliurin-link {
  top: 80%;
  left: 70%;
}

#quizModal .modal-links-wrapper img {
  position: absolute;
  top: 50%;
  left: 0;
  height: 100%;
  -webkit-transform: translate(-15%, -50%);
          transform: translate(-15%, -50%);
  z-index: 1;
}

@media screen and (max-width: 992px) {
  #quizModal .modal-links-wrapper img {
    display: none;
  }
}

#quizModal .modal-text-wrapper {
  width: 100%;
  padding-top: 75px;
  padding-right: 70px;
  max-width: 447px;
}

@media screen and (max-width: 992px) {
  #quizModal .modal-text-wrapper {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
  }
}

#quizModal .modal-text-wrapper h3 {
  font-weight: normal;
  font-size: 45px;
  line-height: 61px;
  color: #000000;
  margin-bottom: 8px;
}

#quizModal .modal-text-wrapper h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 25px;
  line-height: 38px;
  color: #269F12;
  margin-bottom: 43px;
}

#quizModal .modal-text-wrapper p {
  font-weight: normal;
  font-size: 16px;
  line-height: 31px;
  color: #000000;
}
/*# sourceMappingURL=prices.css.map */