
.pquiz
{
  font-family: "Inter", open sans, sans-serif;
  
  
}

.pquiz .pquiz-pass-block {

}

.pquiz .pquiz-item-cons-name,
.pquiz .pquiz-item-cons-post {
  text-align: right;
  padding-right: 40px;
}

.pquiz .pquiz-item-cons-name {
  color: var(--prussian-blue);

}

.pquiz .pquiz-item-cons-post
 {
  color: var(--queen-blue);
  margin-top: 4px;
}

.pquiz .pquiz-item-photo-block {
  height: 100%;
  display: flex;
  width: 100%;
  align-items: end;
}




.pquiz .pquiz-item-photo::after {
  content: "";
  display: block;
  height: calc(100% - 70% + 1px);
  left: 0;
  position: absolute;
  top: 70%;
  width: 100%;
  background: linear-gradient(180deg, rgba(245, 251, 254, 0) 0%, #F5FBFE 100%);
}

.pquiz .pquiz-item-photo {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
  max-width: 100%;
  position: relative;
  width: 100%;
}

.pquiz .pquiz-thanks-form-sp-text {
  color: var(--queen-blue);
  margin-top: 24px;
}

.pquiz .pquiz-thanks-form-sp {
  margin: auto;
}

.pquiz .pquiz-item-header {
  text-align: left;
}

.pquiz-thanks-form-sp-title-left,
.pquiz .pquiz-item-header-left {
  color: var(--prussian-blue);
}

.pquiz-thanks-form-sp-title-right,
.pquiz .pquiz-item-header-right {
  color: var(--carolina-blue);
}



.pquiz .pquiz-item-question {
  color: var(--prussian-blue);
  text-align: left;
}



.pquiz .footer-kviz
{
  height: 40px;
}


.pquiz.pquiz-modal-fade
{
  display: none;
}








.pquiz .pquiz-item
{
  position: relative;
  height: 100%;
}



.pquiz .pquiz-pass-title
{

  color: var(--carolina-blue);

}

.pquiz .pquiz-pass-in
{

  width: 100%;
}
.pquiz .pquiz-pass
{
  width: 255px;
  height: 8px;
  background: rgba(193, 207, 224, 0.3);
  border-radius: 10px;
  margin-top: 8px;
  position: relative;
}





.pquiz .pquiz-pass-current
{
  /*width: 0;*/
  /*border: 1px solid var(--hot-pink);;*/
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--carolina-blue);
  border-radius: 10px;
}


.pquiz .pquiz-item-close
{
  cursor: pointer;
  width: 14px;
  height: 14px;
  position: absolute;

  right: 38px;
  top: 29px;
  z-index: 1002;
}



.fixed-scroll
{
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

/*radio begin*!*/

.pquiz .pquiz-radio-block {

  /*margin-top: 24px;*/
}




.pquiz .pquiz-footer-btn-close {
  position: relative;
}




.pquiz .pquiz-item-cons-block {
  position: absolute;
  bottom: 0;
  right: 0;
}

.pquiz .pquiz-radio-block-item {
  display: flex;
}

.pquiz .pquiz-radio-block-input {

}

.pquiz .custom-radio:checked + label {
  font-weight: bold;
}

.pquiz .pquiz-radio-block-label {
  color: var(--prussian-blue);
}

.pquiz .pquiz-radio-block-item-other {
  position: relative;
}


.pquiz .pquiz-body::-webkit-scrollbar-thumb {
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background-color: var(--stroke);
}


.pquiz .pquiz-body::-webkit-scrollbar{
  width: 10px;
}

.pquiz .pquiz-body {
  /*max-height: 370px;*/
  /*overflow-y: auto;*/
}

.pquiz .pquiz-btn-next {
  color: white;
  background: var(--hot-pink);

}

.pquiz .pquiz-btn-close-form {
  color: var(--hot-pink);
  border: 2px solid var(--hot-pink);
  margin-top: 48px;
}


.pquiz .pquiz-btn-prev {
  color: var(--prussian-blue);
  border: 2px solid var(--prussian-blue);
}

.pquiz .pquiz-btn-close-form,
.pquiz .pquiz-btn-prev,
.pquiz .pquiz-btn-next {
  font-weight: bold;
  font-size: 16px;
  line-height: 44px;
  text-align: center;
  display: inline-block;
  border-radius: 10px;
  width: calc(50% - 8px);
  height: 44px;
}

.pquiz .pquiz-btn-next-width-100 {
  width: 100%;
}



.pquiz .pquiz-btn-prev-no-active {
  color: var(--back-blue);
  border: 2px solid var(--back-blue);
  pointer-events: none;
}

.pquiz .pquiz-thanks-form {
  display: none;
  height: 100%;
}





.pquiz .pquiz-footer-btn-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.pquiz .pquiz-other-answer-input:focus-visible {
  outline: none;
}



.pquiz .pquiz-other-answer-input {
  width: calc(100% - 2px);
  background: #FFFFFF;
  border: 1px solid var(--prussian-blue);
  border-radius: 10px;
  line-height: 24px;
  font-weight: 500;
  font-size: 16px;
  height: 52px;
  padding-left: 16px;

}

.pquiz .pquiz-other-answer-input::-webkit-input-placeholder {color:var(--back-blue);}
.pquiz .pquiz-other-answer-input::-moz-placeholder {color:var(--back-blue);}
.pquiz .pquiz-other-answer-input:-moz-placeholder {color:var(--back-blue);}
.pquiz .pquiz-other-answer-input:-ms-input-placeholder {color:var(--back-blue);}



.pquiz .custom-radio + label::before {
  border: 2px solid var(--prussian-blue);
}

.pquiz .pquiz-other-answer {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 80%;

  /*background: white;*/
  display: none;
}



@media screen and (min-height: 600px)
{
  .pquiz .pquiz-footer
  {
    position: absolute;
    left: inherit;
    bottom: 0;
    width: calc(80% - 24px);
  }
}

@media screen and (max-height: 599px)
{
  .pquiz .pquiz-footer
  {
    position: relative;
    margin-top: 40px;
    width: 100%;
  }
}

.pquiz .pquiz-footer {

  /*height: 170px;*/


}
.pquiz .pquiz-final-form {
  display: none;
}


/*form feedback begin*/

.pquiz-feedback {



  --text-size: 16px;
  --text-line-height: 24px;

  /*----------------------------*/
  font-family: "Inter", open sans, sans-serif;
  font-style: normal;
  position: relative;
  overflow: hidden;
}


.pquiz-feedback .h2-mobile {
  margin-bottom: 0;
}

.pquiz-feedback .pquiz-feedback-title {
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: var(--prussian-blue);
}

.pquiz-feedback .pquiz-feedback-form-result-block {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40px;
  width: 100%;
  overflow: hidden;
  color: var(--hot-pink);
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  font-weight:500;

}

.pquiz-feedback .pquiz-feedback-form {
  position: relative;
}
.pquiz-feedback .pquiz-feedback-form-label-block {
  color: var(--queen-blue);
  margin-top: 24px;
}

.pquiz-feedback .pquiz-feedback-form-input-block {
  margin-top: 8px;
  width: 80%;
}

.pquiz .js-pquiz-feedback-form-submit {
  display: none;
}

.pquiz-feedback .pquiz-feedback-form-input:focus-visible {
  outline: none;
}

.pquiz-feedback .pquiz-feedback-form-input {
  padding: 13px 16px;
  background: #FFFFFF;
  border: 1px solid var(--back-blue);
  box-sizing: border-box;
  border-radius: 10px;
  color: var(--prussian-blue);
  width: 100%;
}

.pquiz-feedback .pquiz-feedback-form-lable {
  font-weight: bold;
  font-size: 28px;
  line-height: 38px;
  color: var(--prussian-blue);
}

/*radio begin*/

.pquiz-feedback .pquiz-feedback-form-radio-block {
  display: flex;
  margin-top: 12px;
}

.pquiz-feedback .pquiz-feedback-bottom-text input {
  background: var(--back-blue);
  border-radius: 3px;
  color: var(--back-blue);
}
.pquiz-feedback .pquiz-feedback-bottom-text a {
  color: var(--queen-blue);
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}

.pquiz-feedback .pquiz-feedback-bottom-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  color: var(--queen-blue);
  margin-top: 10px;
  position: relative;
  padding-bottom: 40px;
}

.pquiz-feedback .pquiz-feedback-form-submit-block {

}

.pquiz-feedback .pquiz-feedback-form-submit-btn {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  background: var(--hot-pink);
  border-radius: 10px;
  text-align: center;
  font-size: var(--text-size);
  padding: 10px 40px;
  color: white;
  line-height: var(--text-line-height);
  font-weight: 700;
  margin-top: 32px;
  border: none;
  cursor: pointer;
}


.padding-radio {
  margin-right: 16px;
}
/*radio end*!*/

.pquiz-feedback .pquiz-feedback-bottom-text
{

}

/*@media screen and (min-width: 768px)*/
/*{*/


  .pquiz .pquiz-modal
  {
    background-attachment: scroll !important;
    position: fixed;
    z-index: 1001;
    opacity: 1;
    background: #f5fbfe;
    background-attachment: scroll;
    overflow-y: auto;
    border-radius: 10px;
    overflow-x: hidden;
  }

  .pquiz.pquiz-modal-fade::before {
    content: '';
    background: rgba(12, 55, 108, 0.7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: 1000;
  }


@media screen and (min-width: 1170px)
{
  .pquiz .pquiz-item {
    padding: 40px 0 40px 40px;
  }

  .pquiz .pquiz-modal {
    left: calc(50% - 586px);
    width: 1172px;
  }
}

@media screen and (max-width: 1169px)
{
  .pquiz .pquiz-item {
    padding: 10px 0 10px 10px;
  }

  .pquiz .pquiz-modal {
    left: 10px;
    width: calc(100% - 20px);
  }
}


@media screen and (min-height: 740px)
{
  .pquiz .pquiz-modal
  {
    top: calc(calc(100vh - 742px) / 2);
    height: 742px;
  }

  .pquiz .pquiz-item-photo {
    height: 644px;
  }

  .pquiz .pquiz-item-header {
    margin-top: 32px;
    font-style: normal;
    font-weight: bold;
    font-size: 32px;
    line-height: 46px;
  }

  .pquiz .pquiz-item-question {
    margin-top: 32px;
  }

  .pquiz .pquiz-radio-block-item {
    margin-top: 16px;
  }

}

@media screen and (max-height: 780px) {
  .pquiz .pquiz-item-question {
    margin-top: 16px;
  }
}

@media screen and (max-height: 739px)
{
  .pquiz .pquiz-modal
  {
    top: 10px;
    height: calc(100% - 20px);
  }

  .pquiz .pquiz-item-photo {
    height: 90%;
  }

  .pquiz .pquiz-item-header {
    margin-top: 16px;
    font-weight: bold;
    font-size: 26px;
    line-height: 32px;
  }

  .pquiz .pquiz-item-question {
    margin-top: 12px;
  }

  .pquiz .pquiz-radio-block-item {
    margin-top: 10px;
  }




}

@media screen and (max-width: 768px) {
  .pquiz .hide-600 {
    display: none;
  }
}








