@font-face {
  font-family: "WorkSans";
  src: local("../font/Sans/WorkSans-Black"), url("../fonts/Sans/WorkSans-Black.otf") format("opentype"), url("../fonts/Sans/WorkSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-display: swap;
}

@font-face {
  font-family: "WorkSans";
  src: local("../font/Sans/WorkSans-Bold"), url("../fonts/Sans/WorkSans-Bold.otf") format("opentype"), url("../fonts/Sans/WorkSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "WorkSans";
  src: local("../font/Sans/WorkSans-Semibold"), url("../fonts/Sans/WorkSans-Semibold.otf") format("opentype"), url("../fonts/Sans/WorkSans-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "WorkSans";
  src: local("../font/Sans/WorkSans-Medium"), url("../fonts/Sans/WorkSans-Medium.otf") format("opentype"), url("../fonts/Sans/WorkSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "WorkSans";
  src: local("../font/Sans/WorkSans-Regular"), url("../fonts/Sans/WorkSans-Regular.otf") format("opentype"), url("../fonts/Sans/WorkSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

body {
  font-size: 24px;
  font-weight: 500;
  font-family: 'WorkSans', 'Work Sans', sans-serif;
  max-width: 1920px;
  min-width: 320px;
  width: 100%;
  margin: 0 auto;
}

.accent-text {
  display: inline-block;
  background: var(--letsmake--color-fourth);
  border-radius: 12px;
  padding: 10px 13px;
}
.accent-text-title{
  font-size: 30px;
  font-weight: 600;
}
mark{
  padding: 1px 5px;
  /* display: inline-block; */
  background: var(--letsmake--color-fourth);
  border-radius: 8px;
}
.btn {
  background: var(--letsmake--color-secondary);
  border-radius: 80px;
  padding: 30px 45px;
  text-align: center;
  color: #fff;
  border: none;
  outline: none;
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  cursor: pointer;
}

.btn:hover, .btn:focus, .btn:active {
  background: var(--letsmake--color-secondary);
  border: none;
  outline: none;
  opacity: 0.7;
}
input[name="what-pension"].error{
  color: red;
}
.container {
  max-width: var(--letsmake--content-width);
  width: 100%;
  padding: 0 15px;
  margin: 0 auto;
}

.title {
  font-size: 54px;
  font-weight: 900;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 6px solid #22567D;
}

.h1 {
  font-size: 28px;
  font-weight: 900;
  padding-bottom: 10px;
}
a {
  color: inherit;
  text-decoration: none;
}

.input-row label {
  position: relative;
  border: 4px solid var(--letsmake--color-tertiary);
  border-radius: 20px;
  min-width: 320px;
  display: block;
  padding: 13px 13px 13px 13px;
  margin-bottom: 10px;
  cursor: pointer;
}

.input-row.error-max .error-info{
  display: block!important;
  font-size: 1rem;
  color: red;
  margin-top: -25px;
  margin-bottom: 25px;
  margin-left: 15px;

}
.checkbox-row {
  margin-top: 25px;
  margin-bottom: 20px;
}

.checkbox-row label {
  position: relative;
  border: 4px solid var(--letsmake--color-tertiary);
  border-radius: 20px;
  min-width: 320px;
  display: inline-block;
  padding: 13px 13px 13px 70px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 900;
  width: 100%;
  cursor: pointer;
}

.checkbox-row label::before {
  content: '';
  clear: both;
  position: absolute;
  left: 10px;
  top: 13px;
  width: 39px;
  height: 39px;
  border-radius: 50%;
  background-color: var(--letsmake--color-tertiary);
}

.checkbox-row label::after {
  content: '';
  clear: both;
  position: absolute;
  left: 16px;
  top: 19px;
  width: 27px;
  height: 27px;
  border-radius: 50%;
  background-color: var(--letsmake--color-tertiary);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.checkbox-row input[type="radio"] {
  position: relative;
  opacity: 0;
  width: 0;
  height: 0;
  display: none;
}

.checkbox-row input[type="radio"]:checked + label::after,
.checkbox-row label:hover::after {
  background-color: var(--letsmake--color-secondary);
}

.back-step{
  font-size: 32px;
  font-weight: 700;
  border-bottom: 6px solid #22567D;
  padding: 30px 10px 30px 10px;
  text-align: center;
  cursor: pointer;
}

.back-step span{
  font-size: 48px;
  line-height: 0;
  overflow: hidden;
}


.screen-quiz {
  min-height: 100vh;
  padding-top: 30px;
}

.quiz-screen10 label {
  width: 100%;
}

.quiz-screen10 .q-col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.btn.disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.4;
}

.quiz-start .q-col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (max-width: 1024px) {
  .title, .h1 {
    font-size: 40px;
  }
}

@media screen and (max-width: 570px) {
  .back-step{
    font-size: 20px;
    padding: 20px 5px 20px 5px;
  }
  
  .back-step span{
    font-size: 30px;
  }
  .accent-text-title{
    font-size: 18px;
    font-weight: 600;
  }
  body {
    font-size: 16px;
  }
  .title, h1 {
    font-size: 28px;
  }
  .checkbox-row label {
    width: 100%;
    min-width: 100%;
    font-size: 24px;
  }
  .checkbox-row label::before {
    width: 31px;
    height: 31px;
  }
  .checkbox-row label::after {
    left: 14px;
    top: 17px;
    width: 22px;
    height: 22px;
  }
  .input-row label {
    min-width: 100%;
  }
}

.quiz-start {
  overflow: clip;
  min-height: 100vh;
}

.quiz-start__headline .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 15px;
}

.quiz-start__headline .contact span {
  margin-right: 15px;
  font-size: 18px;
  font-weight: 500;
}

.quiz-start__headline .contact .accent-text {
  font-size: 24px;
  font-weight: 400;
  background: var(--letsmake--color-secondary);
  color: #fff;
}

.quiz-start__headline img {
  /* max-width: 112px; */
  width: 150px;
}

.quiz-start__body.quiz-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.quiz-start__body.quiz-row .quiz-col {
  width: 45%;
  max-width: 617px;
}

.quiz-start__body.quiz-row .quiz-col.quiz-col-desc {
  width: 55%;
  max-width: 674px;
}

.quiz-start__body.quiz-row .quiz-col figure {
  position: relative;
  padding: 70px 0 20px 0;
}

.quiz-start__body.quiz-row .quiz-col figure:before {
  content: '';
  clear: both;
  position: absolute;
  top: 0;
  left: 80px;
  height: 550px;
  width: 800px;
  background-color: var(--letsmake--color-tertiary);
  border-radius: 40px;
  z-index: -1;
}

.quiz-start__body.quiz-row .quiz-col figure img {
  max-width: 613px;
  width: 100%;
}

.quiz-start__body.quiz-row .btn {
  margin-top: 80px;
}
.quiz-start__body.quiz-row .btn[data-tab="quiz-screen1"]{
  background: var(--letsmake--color-fourth);
  color: var(--letsmake--body-color, #262626);
  font-weight: 500;
}

.quiz-start__body.quiz-row p {
  margin-top: 31px;
}

@media screen and (max-width: 1024px) {
  .quiz-start__body .quiz-col figure:before {
    left: 50px;
    height: 450px;
    width: 500px;
  }
}

@media screen and (max-width: 767px) {
  .quiz-start__body.quiz-row {
    -webkit-box-orient: horizontal; 
    -webkit-box-direction: normal; 
    -ms-flex-flow: row wrap; 
    flex-flow: row wrap;
  }
  .quiz-start__body.quiz-row .quiz-col,
  .quiz-start__body.quiz-row .quiz-col.quiz-col-desc {
    width: 100%;
    max-width: 100%;
    margin: 20px 0;
  }
  .quiz-start__headline img {
    width: 90px;
  }
  .quiz-start__body.quiz-row .quiz-col figure:before {
    left: 0;
    height: 100%;
    width: 100%;
  }
  .quiz-start__body .btn {
    margin-top: 40px;
  }
  .quiz-start__headline .contact {
    text-align: right;
  }
}

@media screen and (max-width: 570px) {
  .quiz-start__headline .contact .accent-text {
    font-size: 18px;
    margin-top: 10px;
  }
  .quiz-start__body.quiz-row .btn {
    margin-top: 25px;
  }
}

.container-flex-column {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  min-height: inherit;
}

.quiz-screen1__body {
  padding-top: 85px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.quiz-screen1[data-quiz="quiz-screen1"] .container,
.quiz-screen1[data-quiz="quiz-screen6"] .container,
.quiz-screen7[data-quiz="quiz-screen7"] .container,
.quiz-screen9[data-quiz="quiz-screen9"] .container{

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
          flex-flow: column;
  height: calc(100vh - 30px);

}
.quiz-screen1[data-quiz="quiz-screen1"] .container .q-col:last-child,
.quiz-screen1[data-quiz="quiz-screen6"] .container .q-col:last-child,
.quiz-screen7[data-quiz="quiz-screen7"] .container .q-col:last-child,
.quiz-screen9[data-quiz="quiz-screen9"] .container .q-col:last-child{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
          align-items: flex-end;
}
.q-col.flex-end {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.quiz-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

.q-col {
  width: 50%;
}

.q-col img {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .q-col {
    width: 100%;
  }
}

.box-info {
  padding-top: 25px;
}

.box-info .q-col {
  max-width: 570px;
}

.box-info .q-col:first-child {
  padding: 43px 55px 43px 64px;
  background-color: var(--letsmake--color-tertiary);
  border-radius: 70px;
  align-self: flex-start;
}

.box-info .q-col:last-child {
  padding: 0 14px;
}

.box-descr {
  font-size: 34px;
}

.messenger-row .checkbox-row--inline .input-field label {
  font-size: 24px;
  font-weight: 500;
  padding: 13px 13px 13px 50px;
  margin-bottom: 10px;
}

.messenger-row .checkbox-row--inline .input-field label::before {
  width: 27px;
  height: 27px;
  top: 13px;
}

.messenger-row .checkbox-row--inline .input-field label::after {
  width: 17px;
  height: 17px;
  top: 18px;
  left: 15px;
}

.quizForm h5,
.creditForm h5 {
  margin-bottom: 25px;
  font-size: 24px;
}

.quizForm .btn {
  padding: 30px 20px;
  display: block;
  width: 100%;
  margin-top: 56px;
  background: var(--letsmake--color-fourth);
  transition: all 0.4s linear;
  color: var(--letsmake--body-color, #262626);
  font-weight: 500;
}
.quizForm .btn:hover,
.quizForm .btn:focus, 
.quizForm .btn:active {
  background: var(--letsmake--color-fourth);
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  .box-descr {
    font-size: 24px;
  }
  .quiz-screen2__body .q-col,
  .box-info .q-col {
    width: 48%;
  }
  .quiz-screen2__body .q-col:first-child,
  .box-info .q-col:first-child {
    padding: 35px 30px 30px 40px;
  }
  .quizFormContact .btn {
    padding: 25px 20px;
    display: block;
    width: 100%;
    margin-top: 45px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .quiz-screen2__body .q-col,
  .box-info .q-col {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .quiz-screen2__body .q-col:first-child,
  .box-info .q-col:first-child {
    padding: 35px 30px 30px 30px;
    border-radius: 40px;
  }
}

.quiz-screen3 .container.full-height {
  height: calc(100vh - 135px);
}

.quiz-screen3__body {
  height: inherit;
}

.quiz-screen3__body .q-col.box-content {
  padding-top: 85px;
}

.quiz-screen3__body .q-col.box-content .title {
  border-bottom: none;
}

.quiz-screen3__body .q-col.box-content .btn {
  margin-top: 60px;
  display: inline-block;
}

.quiz-screen3__body .q-col.box-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

button[data-screen="home"] {
  max-width: 335px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .quiz-screen3__body .q-col.box-content {
    padding-top: 48px;
  }
  .quiz-screen3__body .q-col.box-content p br {
    display: none;
  }
  .quiz-screen3__body .q-col.box-content .btn {
    width: 100%;
    margin-bottom: 30px;
  }
}
 
.quiz-screen4__body .box-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}

.quiz-screen4__body .box-descr p {
  font-size: 24px;
  font-weight: 500;
}

.quiz-screen4__body .sum-calculation #sumCalc {
  font-size: 54px;
  font-weight: 700;
  display: inline-block;
}

.quiz-screen4__body .sum-calculation span {
  display: block;
  font-size: 36px;
  font-weight: 700;
}

.quiz-screen4__body.box-info .q-col:first-child {
  padding: 55px;
}

.quiz-screen4__body small{
  font-size: 14px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .quiz-screen4__body.box-info .q-col:first-child {
    padding: 35px;
  }
  .quiz-screen4__body .sum-calculation {
    margin-top: 40px;
  }
  .quiz-screen4__body .sum-calculation #sumCalc {
    font-size: 40px;
  }
  .quiz-screen4__body .sum-calculation span {
    font-size: 24px;
  }
}

.quiz-screen5__body {
  padding-top: 65px;
}

.quiz-screen5__body .big-input {
  min-height: 80px;
  margin-top: 25px;
  margin-bottom: 40px;
  overflow: hidden;
}

.quiz-screen5__body .big-input input {
  width: 100%;
  padding: 10px;
  font-weight: 600;
}

.quiz-screen5__body figure {
  text-align: right;
  padding: 40px 10px;
}

@media screen and (max-width: 767px) {
  .quiz-screen5__body .big-input {
    min-height: 110px;
    margin-top: 25px;
    margin-bottom: 25px;
  }
  .quiz-screen5__body figure {
    text-align: right;
    padding: 40px 10px;
  }
}

.quiz-screen8 .box-info .q-col:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quiz-screen8 .box-info .q-col:last-child form {
  width: 100%;
}




.box-social{
  position: relative;
  padding: 100px 0 135px 100px;
  box-sizing: border-box;
}
.box-social li {
  list-style: none;
 
}
#page main{
  overflow-x: hidden;
  width: 100%;
}
.box-social li:not(:last-child){
  margin: 0 0 20px;
}
.box-social li a{
  width: 69px;
  min-width: 69px;
  height: 69px; 
  border-radius: 50%;
  background: var(--letsmake--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s linear;
}
.box-social li a:hover{
  opacity: .5;
}
.box-social ul li{
  display: flex;
  gap: 13px;
  align-items: center;
}
.box-social ul li p{
  font-size: 1.13rem;
}
.box-social::before{
  content: '';
  clear: both;
  position: absolute;
  top: 0;
  left: 0;
  height: 550px;
  width: 800px;
  background-color: #ABC0B5;
  border-radius: 40px;
  z-index: -1;
}
.box-social h3 {
  margin: 0 0 30px;
}
@media screen and (max-width: 1199px) {
  .box-social{
    padding: 70px 0 70px 40px; 
    width: 45%;
  }
  .quiz_end{
    gap: 60px; 
  }
  .quiz_end .box-content{
    width: 45%;
  }
}
@media screen and (max-width: 767px) {
  .quiz_end{
    flex-direction: column;
    gap: 20px;
    justify-content: start;
  }
  .box-social,  .quiz_end .box-content{ 
    width: 100%;
  }
  .box-social::before{
    content: none;
  }
  .box-social{
    padding: 38px 20px 51px ;
    background-color: #ABC0B5;
    border-radius: 50px;
    max-width: 500px;
    margin: 0 auto;
  }
  .box-social li a{
    width: 48px;
    min-width: 48px;
    height: 48px;  
  }
  .box-social li a svg{
    width: 27.83px;
  height: 27.83px;  
  }
  .box-social ul li p{
    font-size: 1em;
  }
  .quiz-screen3 .container.full-height.quiz_end_container{
    height: 100%;
    padding-bottom: 56px;
  }
}
.lets-quiz {
  min-height: 100vh;
  position: relative;
}

.hint-text {
  display: block;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 0.75em;
  opacity: 0.6;
}

.credit-amount-next {
  margin-top: 25px;
}

.logo--clickable {
  cursor: pointer;
}

.credit-amount-input::-webkit-outer-spin-button,
.credit-amount-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.credit-amount-input[type="number"] {
  -moz-appearance: textfield;
}

/* === Credit quiz corrections === */

/* 1. Start page: orange button */
.lets-quiz-credit .quiz-start__body.quiz-row .btn[data-tab="credit-where"] {
  background: var(--letsmake--color-fourth);
  color: #000;
  font-weight: 600;
}
.lets-quiz-credit .quiz-start__body.quiz-row .btn[data-tab="credit-where"]:hover,
.lets-quiz-credit .quiz-start__body.quiz-row .btn[data-tab="credit-where"]:focus,
.lets-quiz-credit .quiz-start__body.quiz-row .btn[data-tab="credit-where"]:active {
  background: var(--letsmake--color-fourth);
  opacity: 0.7;
}

/* 2a. Contact page: left side font matches right side */
.quiz-form-contact .box-info .q-col:first-child .box-descr {
  font-size: 24px;
  font-weight: 500;
}

/* 2b. "можемо допомогти" — orange highlight via <mark> */
.lets-quiz-credit mark {
  color: #000;
}

/* 2c. Contact form: orange submit button */
.creditForm .btn {
  background: var(--letsmake--color-fourth);
  color: #000;
  font-weight: 600;
  padding: 30px 20px;
  display: block;
  width: 100%;
  margin-top: 40px;
}
.creditForm .btn:hover,
.creditForm .btn:focus,
.creditForm .btn:active {
  background: var(--letsmake--color-fourth);
  opacity: 0.7;
}

/* 2d. Messenger row: smaller chips */
.messenger-row .messenger-label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
  opacity: 0.7;
}

.messenger-row .checkbox-row--inline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 8px;
  margin-bottom: 10px;
}

.messenger-row .checkbox-row--inline .input-field {
  flex: 0 0 auto;
}

.messenger-row .checkbox-row--inline .input-field label {
  font-size: 16px;
  font-weight: 500;
  padding: 8px 10px 8px 38px;
  min-width: auto;
  margin-bottom: 0;
  border-width: 2px;
  border-radius: 12px;
}

.messenger-row .checkbox-row--inline .input-field label::before {
  width: 20px;
  height: 20px;
  top: 8px;
  left: 8px;
}

.messenger-row .checkbox-row--inline .input-field label::after {
  width: 12px;
  height: 12px;
  top: 12px;
  left: 12px;
}

/* 3-4. Thanks / Reject end screens: two-column layout */
.quiz-end-screen .container {
  padding-top: 30px;
}

.quiz-end-row {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 30px;
  align-items: flex-start;
}

.quiz-end-left {
  background-color: var(--letsmake--color-tertiary);
  border-radius: 70px;
  padding: 43px 55px 43px 64px;
  max-width: 530px;
}

.quiz-end-left .h1 {
  font-size: 28px;
  font-weight: 900;
  padding-bottom: 15px;
}

.quiz-end-descr {
  font-size: 24px;
  font-weight: 500;
}

.quiz-end-left .btn--green {
  margin-top: 30px;
  background: var(--letsmake--color-secondary);
  color: #fff;
  display: inline-block;
}

.quiz-end-right {
  max-width: 530px;
  padding-top: 10px;
}

.quiz-end-right h3 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 25px;
}

.quiz-end-links {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quiz-end-link-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.quiz-end-icon {
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--letsmake--color-secondary);
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz-end-icon svg {
  width: 30px;
  height: 30px;
}

.quiz-end-link-item p,
.quiz-end-link-item a {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
}

.quiz-end-link-item a {
  text-decoration: underline;
  transition: opacity 0.3s;
}

.quiz-end-link-item a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 1024px) {
  .quiz-end-left {
    padding: 35px 30px 30px 40px;
  }
}

@media screen and (max-width: 767px) {
  .quiz-end-row {
    flex-direction: column;
  }
  .quiz-end-left,
  .quiz-end-right {
    width: 100%;
    max-width: 100%;
  }
  .quiz-end-left {
    border-radius: 40px;
    padding: 30px 25px;
  }
}

/*# sourceMappingURL=style.css.map */