img {
  max-width: 100%;
  height: auto;
}

.data {
  display: table;
  height: 60px;
  float: left;
  width: 49%;
}

.view img {
  width: 350px;
  float: right;
  display: -webkit-inline-box;
  margin: 10px;
}

.view {
  float: right;
  display: block;
  height: 60px;
  width: 49%;
}

.view img {
  width: 350px;
  float: right;
  display: -webkit-inline-box;
  margin: 10px;
}

@media (max-width: 591px) {
  .data {
    text-align: center;
    width: 100%;
  }

  .view {
    width: 100%;
    text-align: center;
  }

  .view img {
    float: none;
    margin: 0 auto;
    width: 100%;
  }
}

.api-form1 .form_control_vik_group {
  margin: 0 0 15px 0 !important;
}

.form_control_vik_group input.form_control_vik.name,.form_control_vik_group input.form_control_vik.phone {
  margin: 0 !important;
  text-align: left !important;
}

input.form_control_vik:focus::placeholder {
  color: transparent;
}

input.form_control_vik.error {
  border-color: #c92f54 !important;
  color: #c92f54 !important;
}

.api-form1 .error_note {
  text-align: center;
  margin: 4px 0 0 0 !important;
  font-size: 13px;
  line-height: 16px;
  color: #c92f54;
}

input.form_control_vik.error:focus {
  border-color: #c92f54 !important;
}

.step-quest>* label:active {
  background: #d0d0d0;
}

.item .photo img {
  max-width: none !important;
}

.content_img p {
  color: #656565;
  font-weight: 500;
  margin-bottom: 30px;
}

.spisok {
  margin: 30px;
}

.spisok li {
  font-size: 18px;
  list-style: inside;
  margin: 13px;
}

#quiz {
  min-height: 50vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px;
  background: #f9f9f9;
}

#quiz_form {
  width: 100%;
}

#step0,#step1,#step2,#step3,#step4,#step5,#step6,#step7,#step8,#step9,#step10,#other_steps,#last_step {
  display: none;
}

#step0 {
  display: block;
  text-align: center;
}

#step1 h2,#step2 h2,#step3 h2,#last_step h2 {
  text-align: center;
  margin-bottom: 50px !important;
}

#other_steps {
  text-align: center;
}

.quiz_buttons {
  display: flex;
  justify-content: center;
}

#quiz .btn {
  cursor: pointer;
  background: #54a8fb;
  padding: 7px 30px;
  display: inline-block;
  border-radius: 3px;
  font-size: 1rem;
  color: #fff;
  border: 1px solid #fff;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.3);
  text-decoration: none;
  margin: 0 15px;
}

#quiz .btn:hover {
  background: #4195e8;
}

.step-quest {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  justify-content: center;
}

.step-quest>* {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

.step-quest>* label {
  display: block;
  border: 2px solid #eee;
  padding: 15px 30px;
  border-radius: 5px;
  height: 100%;
}

.step-quest>* label.checked {
  border: 2px solid #54a8fb;
  box-shadow: 1px 1px 12px #ccc;
}

.step-quest>* label input {
  margin-right: 15px;
  display: none;
}

.step-quest>* label input#price_input {
  display: block;
  width: 100%;
  border-radius: 3px;
  pointer-events: none;
  font-size: 1.2rem;
  text-align: center;
}

.step-quest>* img {
  margin-bottom: 15px;
}

.step-quest>div>input {
  padding: 15px 0;
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  font-size: 1.3rem;
  text-align: center;
}

#last_step {
  text-align: center;
  line-height: 22px;
}

#progress_bar {
  height: 5px;
  width: 100%;
  background: rgba(84, 168, 251, 0.2);
}

#progress_in {
  width: 0;
  height: 100%;
  background: #54a8fb;
  transition: all .3s ease;
  -o-transition: all .3s;
  -webkit-transition: all .3s ease 0;
}

#curr_step {
  margin-bottom: 15px;
  margin-top: 40px;
}

@media screen and (max-device-width: 1024px) {
  #quiz h2 {
    margin-bottom: 50px !important;
  }

  .step-quest {
    margin-bottom: 15px;
  }

  #type-home>*,  #type-repair>* {
    width: 50%;
    text-align: left;
    margin-bottom: 15px;
  }

  .step-quest>* {
    margin-bottom: 15px;
  }

  .step-quest>* label {
    display: flex;
    align-items: center;
    padding: 15px;
    justify-content: center;
  }

  .step-quest>* img {
    width: 30%;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .step-quest>div>input {
    padding: 10px 30px;
    font-size: 1.1rem;
  }
}

@media screen and (max-device-width: 800px) {
  #quiz {
    padding: 0 15px;
  }

  #quiz h2 {
    font-size: 1.8rem;
  }

  .step-quest>* img {
    display: none;
  }

  .step-quest>* label {
    text-align: center;
    padding: 10px 15px;
  }
}

@media screen and (max-device-width: 480px) {
  #quiz h2 {
    margin-bottom: 40px !important;
  }

  .step-quest>*,  #type-home>*,  #type-repair>* {
    width: 90%;
  }
}

@media screen and (max-device-width: 380px) {
  #quiz h2 {
    font-size: 1.6rem;
  }

  .step-quest>*,  #type-home>*,  #type-repair>* {
    width: 100%;
  }

  .quiz_buttons {
    justify-content: space-between;
  }

  .quiz_buttons p {
    width: 45%;
    margin-bottom: 20px;
  }

  #quiz .btn {
    width: 100%;
    margin: 0;
  }

  #step1 .quiz_buttons {
    justify-content: center;
  }
}

@supports (column-gap: 0.5em) {

}

@supports (-webkit-overflow-scrolling: touch) {

}

@supports (position: sticky) {

}

@supports (position: sticky) {

}

@supports (position: sticky) {

}

@supports (position: sticky) {

}

@supports ((-webkit-mask-image: none) or (mask-image: none)) or (-webkit-mask-image: none) {

}

@supports (position: sticky) {

}

/*.card html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}*/

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

@font-face {
  font-family: wpshop-core;
  src: url(../fonts/wpshop-core.eot);
  src: url(../fonts/wpshop-core.eot) format("embedded-opentype");
  font-weight: 400;
  font-style: normal;
}

.btn:not(:disabled):not(.disabled).active,.btn:not(:disabled):not(.disabled):active {
  -webkit-box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.9);
  box-shadow: 0 12px 30px -18px rgba(0, 0, 0, 0.9);
  -webkit-transform: translateY(1px) translateZ(0);
  transform: translateY(1px) translateZ(0);
}

@media (min-width: 576px) {
@supports (display: grid) {

}
}

@supports (display: grid) {

}

@supports (display: grid) {

}

@media (min-width: 576px) {
@supports (display: grid) {

}
}

.pop-up-window {
  z-index: 3;
  position: relative;
  max-width: 400px;
  right: 0;
  left: 0;
  top: 40% !important;
  margin: 0 auto;
  background: #fff none repeat scroll 0 0;
  text-align: center;
  padding: 10px;
  padding-top: 70px;
  padding-bottom: 20px;
  border-radius: 10px;
  animation: .7s ease 0s normal none 1 running pop-up-appear;
}

.pop-up-window p {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 16px !important;
  text-align: center !important;
  line-height: 1.7 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 100 !important;
  color: #111 !important;
  text-shadow: none !important;
  text-indent: unset !important;
  border: none !important;
}

.pop-up-text {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  font-size: 16px !important;
  text-align: center !important;
  line-height: 1.7 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-weight: 100 !important;
  margin: 0 !important;
}

p.ruletka-p.pop-up-text {
  text-align: center !important;
}

.pop-up-window .pop-up-text {
  margin-bottom: 20px !important;
}

.pop-up-heading,.pop-up-button {
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  line-height: 1.7 !important;
  text-shadow: none !important;
}

.pop-up-heading {
  font: 100 40px/1.7 Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  margin-bottom: 20px !important;
  color: #111 !important;
}

.danger-text {
  font: 700 16px/1.7 Arial, "Helvetica Neue", Helvetica, sans-serif !important;
  color: red !important;
}

.close-popup {
  position: absolute;
  width: 30px;
  height: 30px;
  background-image: url(../images/cross.svg);
  background-size: 100%;
  top: -40px !important;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px #fff;
  box-shadow: 0 0 10px #fff;
  right: -40px;
  cursor: pointer;
}

.spin-result-wrapper {
  display: none;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  top: 0;
  z-index: 999;
  left: 0;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, .6);
  text-align: center;
}

.ruletka-p {
  margin-top: 0 !important;
}

@media only screen and (max-width: 425px) {
  .pop-up-heading {
    font-size: 34px;
  }

  .pop-up-window .pop-up-text {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif !important;
    font-size: 18px;
  }

  .close-popup {
    right: 0;
  }
}

@media only screen and (max-width: 425px) {
  /*  .card__item__sale p {
    font-size: 17px !important;
    line-height: 20px;
    top: 16px;
    left: 8px;
  }*/
}

/*Отступ для дерева комментов*/