/** Shopify CDN: Minification failed

Line 304:60 Unexpected "{"

**/
.quiz-section .quiz-form{
  width: 100%;
  min-height: calc(100vh - 41px);
  background-color: #F4F4F4;
  display: flex;
  flex-direction: column;
  display: flex;
}

.quiz-section .progres-bar{
  margin-top: 110px;
}

.quiz-section .progres-bar ul{
  list-style: none;
  display: flex;
  justify-content: space-between;
  margin: 0 15px;
  padding: 10px; 
  background-color: #E77650;
  border-radius: 33px;
}

.quiz-section .progres-bar ul li{
  background-color: #C35834;
  border-radius: 100%;
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quiz-section .progres-bar ul li.white{
  background-color: #fff;
}

.quiz-section .progres-bar ul li svg{
  fill: #fff;
}

.quiz-section .progres-bar ul li.white svg{
  fill: #000;
}

.quiz-section .quiz{
  height: 100%; 
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  margin-bottom: 20px;
}

.quiz-section .quiz .step-quiz{
  height: 100%;
}

.quiz-section .quiz .step-1{
  padding: 0 20px;
}

.quiz-section .quiz .step-2,
.quiz-section .quiz .step-3,
.hquiz-section .quiz .step-4{
  width: 100%;
  padding-left: 20px;
}

.quiz-section .quiz .step-2 h2,
.quiz-section .quiz .step-3 h2,
.quiz-section .quiz .step-4 h2{
  padding-right: 20px;
}

.quiz-section .quiz .step-2 a.link{
  text-align: center;
  font-size: 16px;
  padding-right: 20px;
  margin: 20px 0;
  letter-spacing: normal;
}

.quiz-section .quiz h2{
  margin: 15px 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 25px;
  color: #3B3B3B;
  text-align: center;
  letter-spacing: normal;
}

.quiz-section .quiz p.text{
  font-size: 15px;
  line-height: 20px;
  color: #3B3B3B;
  text-align: center;
  letter-spacing: normal;
}

.quiz-section .quiz input{
  width: 100%;
  background: #FFFFFF;
  border: unset;
  border-radius: 31px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 14px 39px;
  margin: 25px 0 0;
  font-size: 18px;
  border: 1px solid #BDBDBD;
  letter-spacing: normal;
}

.quiz-section .quiz .step-5 input {
  text-transform: capitalize;
}

.quiz-section .next-step{
  margin: auto 20px 25px;
  background-color: #E77650;
  color: #fff;
  text-transform: uppercase;
  font-size: 19px;
  padding: 16px;
  box-shadow: none;
  border-radius: 31px;
  font-weight: 600;
  letter-spacing: normal;
}

.quiz-section label{
  width: calc(100% - 70px);
  background-color: #fff;
  color: #3B3B3B;
  border-radius: 15px;
  display: block;
  padding: 18px 10px 18px 18px;
  user-select: none;
  display: flex;
  justify-content: space-between;
}

.quiz-section input[type="checkbox"]{
  display: none;
}

.quiz-section input[type="checkbox"]:checked + label {
  background-color: #B0EF8F;
  color: #009045;
}

.quiz-section .step-quiz{
  display: none;
}

.quiz-section .step-quiz.active{
  display: block;
}

.quiz-section .current_name{
  text-transform: capitalize;
}

.quiz-section .products{
  display: flex;
  flex-direction: column;
}

.quiz-section .product{
  display: flex;
  margin-bottom: 6px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: normal;
}

.quiz-section .product .price{
  margin-left: 16px;
}

.quiz-section .product .info{
  width: 60px;
  height: auto;
  min-width: unset;
  box-shadow: unset;
  background-color: #fff;
  margin-left: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  border-radius: 15px 0 0 15px;
}

.quiz-section .product .product-title{
  max-width: 60%;
  word-wrap: break-word;
  white-space: normal;
  hyphens: auto;
}

.quiz-section .step-4 .product .product-title{
  max-width: 100%;
}

.quiz-section .step-4 p{
  font-size: 22px
  letter-spacing: normal;
}

.quiz-section .quiz .step-5{
  padding: 0 20px;
}

.quiz-section .total-wrap{
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 8px 10px 0;
  display: none;
}

.quiz-section .discound{
  background-color: #B0EF8F;
  padding: 8px;
  font-size: 15px;
  letter-spacing: normal;
  line-height: 38px;
  color: #009045;
  font-weight: 900;
  border-radius: 0 30px 30px 0;
  display: none;
}

.quiz-section .total_price{
  font-size: 17px;
  letter-spacing: normal;
  font-weight: 900;
  margin: 0 auto;
  padding-left: 8px;
}
.quiz-section .product-info{
  display: none;
}

.quiz-section .product-info::after{
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -41px;
  left: 0;
  background-color: #000;
  opacity: 0.4;
}

.quiz-section .product-info .wrap-info{
  flex-direction: column;
  position: fixed;
  top: 20px;
  left: 20px;
  width: calc(100% - 40px);
  height: calc(100% - 40px);
  background-color: #fff;
  overflow: auto;
  border-radius: 15px;
  display: flex;
  z-index: 2;
  padding: 25px;
}

.quiz-section .product-info .wrap-info img{
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
}

.quiz-section .product-info .wrap-info h3{
  text-align: center;
  font-size: 22px;
  letter-spacing: normal;
}

.quiz-section .quiz .product-info .wrap-info .description{
  text-align: left;
  font-size: 15px;
  margin-top: 20px;
  letter-spacing: normal;
}

.quiz-section .quiz .product-info .wrap-info .description p,
.quiz-section .quiz .product-info .wrap-info .description li,
.quiz-section .quiz .product-info .wrap-info .description strong,
.quiz-section .quiz .product-info .wrap-info .description a,{
  text-align: left;
  font-size: 15px;
  letter-spacing: normal;
}
.quiz-section .quiz .product-info .wrap-info .description li{
  padding-left: 50px;
  margin-bottom: 15px;
  position: relative;
}

.quiz-section .quiz .product-info .wrap-info .description li::before{
  content:"";
  display: block;
  min-width: 30px;
  height: 25px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='29.74' height='26.742' viewBox='0 0 29.74 26.742'%3E%3Cg id='_15-Checked' data-name='15-Checked' transform='translate(-32 -54.981)'%3E%3Ccircle id='Эллипс_25' data-name='Эллипс 25' cx='11.512' cy='11.512' r='11.512' transform='translate(32 58.698)' fill='%23b0ef8f'/%3E%3Cpath id='Контур_910' data-name='Контур 910' d='M89.415,79.109l-.146-.249c-2.23-3.8-8.158-11.865-8.218-11.946l-.085-.116,2.019-2,6.392,4.463a73.262,73.262,0,0,1,10.229-10.9A37.411,37.411,0,0,1,104.047,55l.04-.024h3.425l-.327.291C98.77,62.768,89.649,78.7,89.558,78.858Z' transform='translate(-45.773)' fill='%23009045'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
  
.quiz-section .quiz .product-info .wrap-info .closed{
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: unset;
  box-shadow: unset;
  padding: 5px;
  z-index: 5;
  min-width: unset;
}

.quiz-section .product-info.open{
  display: block;
}

.quiz-section .add_pet_button{
  background: unset;
  box-shadow: unset;
  margin: 24px auto;
  border: 1px solid #3B3B3B;
  color: #3B3B3B;
  font-weight: 900;
  font-size: 17px;
  padding: 15px 25px;
  border-radius: 30px;
  display: block;
  letter-spacing: normal;
}

.quiz-section .quiz .step-4{
  width: 100%;
  padding: 0 20px;
}

.quiz-section .pets .name{
  font-size: 25px;
  font-weight: 900;
  margin-top: 25px;
  text-transform: uppercase;
  letter-spacing: normal;
}

.quiz-section .pets .item{
  display: flex;
  align-items: center;
  width: 100%;
}

.quiz-section .pets .item .remove_button{
  background: unset;
  box-shadow: unset;
  min-width: unset;
  padding: 0;
}

.quiz-section .pets .item .product{
  font-size: 18px;
  font-weight: 900;
  width: 100%;
  max-width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 10px;
  background-color: #fff;
  border-radius: 30px;
  margin-right: 16px;
  letter-spacing: normal;
}

.quiz-section .pets .item.no-background{
  margin-top: 25px;
}

.quiz-section .pets .item.no-background .product{
  background: unset;
}

.quiz-section .pets .item .discount{
  color: #009045;
}