@keyframes super-rotation {
  70% {
    transform: rotate(1783deg);
  }

  100% {
    transform: rotate(1774deg);
  }
}

@keyframes super-rotation {
  70% {
    transform: rotate(1783deg);
  }

  100% {
    transform: rotate(1774deg);
  }
}

@keyframes pop-up-appear {
  0% {
    transform: translateY(-2000px);
  }

  30% {
    transform: translateY(100px);
  }

  100% {
    transform: translateY(0px);
  }
}

@keyframes pop-up-appear-before {
  0% {
    transform: scale(0);
  }

  100% {
    transform: scale(1);
  }
}

@keyframes pop-up-appear-after {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

blockquote {
  margin: 15px;
  box-shadow: rgba(0, 0, 0, 0.75) 0px 0px 10px;
  background: rgb(255, 244, 224);
  color: rgb(71, 76, 79);
  padding: 35px 40px 10px;
  position: relative;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  text-align: center;
}

blockquote p {
  text-align: center !important;
  line-height: 1.6!important;
}

blockquote::before {
  content: "©";
  position: absolute;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  top: 14px;
  color: rgb(71, 76, 79);
  font-size: 20px;
  background: rgb(255, 244, 224);
  padding: 0px 15px;
}

blockquote::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 20px;
  right: 15px;
  height: 4px;
  border-top: 1px dotted rgb(71, 76, 79);
  border-bottom: 1px dotted rgb(71, 76, 79);
}

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

#cell {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.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%;
    height: auto;
  }

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

  .view img {
    float: none;
    margin: 0px auto;
    width: 100%;
  }
  #cell {
    padding-left: 0;
  }
}

.step-quest>* label:active {
  background: rgb(208, 208, 208);
}

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

.content_img p {
  color: rgb(101, 101, 101);
  font-weight: 500;
  /*margin-bottom: 30px;*/
}

.spisok {
  margin: 15px 30px 20px;
}

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

#quiz {
  min-height: 50vh;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 50px;
  background: rgb(249, 249, 249);
}

#quiz_form {
  width: 100%;
}

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

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

#other_steps {
  text-align: center;
}

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

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

.step-quest>* label {
  display: block;
  border: 2px solid rgb(238, 238, 238);
  padding: 15px 30px;
  border-radius: 5px;
  height: 100%;
}

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

#progress_in {
  width: 0px;
  height: 100%;
  background: rgb(84, 168, 251);
  transition: all 0.3s ease 0s;
}

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

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

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

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

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

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

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

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

.pl_field_address_info {
  display: none !important;
}

body {
  min-width: 320px;
}

/*.order-form {
  margin-top: 60px !important;
}*/


@media screen and (max-width: 500px) {
  .order-form-product-price-wrapper {
    transform: scale(.78);
    right: -40px !important;
  }

  .order-form {
    margin-top: 50px !important;
  }
}