body {
  margin: 0;
  padding: 0;
  font-family: 'Open sans', arial;
  font-size: 14px;
  background: white;
}

* {
  outline: none;
}

.page {
  max-width: 757px;
  overflow: hidden;
}

.screen {
  display: none;
}

* {
  box-sizing: border-box;
}

.sit {
  background: #E5E5E5;
  position: relative;
  height: 378px;
  padding: 20px 16px 18px 0;
}

.sit-info {
  margin-left: 331px;
}

.sit-heading {
  font-weight: bold;
  font-size: 19px;
  line-height: 27px;
  padding: 8px 0 19px 14px;
  background: url(../images/sit-heading.png) left top no-repeat;
  margin-bottom: 9px;
  background-size: contain;
}

.sit-text {
  font-size: 17px;
  line-height: 22px;
  min-height: 196px;
}

.screen-1 .sit-text {
  padding-top: 30px;
}

.sit-image {
  position: absolute;
}

.sit1-image {
  width: 266px;
  left: 48px;
  top: 25px;
}

.sit2-image {
  width: 198px;
  left: 48px;
  top: 17px;
}

.sit3-image {
  width: 240px;
  left: 48px;
  top: 16px;
}

.sit4-image {
  width: 240px;
  left: 10px;
  top: 34px;
  transform: rotate(-6deg);
}

.sit5-image {
  width: 300px;
  left: -18px;
  top: 10px;
}

.sit-ans-heading {
  font-weight: bold;
  font-size: 20px;
  line-height: 27px;
  position: absolute;
  top: 230px;
  width: 301px;
  height: 51px;
  padding-top: 6px;
  padding-left: 62px;
  background: url(../images/sit-ans-heading.png) left top no-repeat;
  background-size: contain;
}

.sit-buttons {
  display: flex;
  margin-top: 23px;
}

.button {
  min-height: 58px;
  background: #EC6625;
  border-radius: 2px;
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: white;
  padding-top: 8px;
  margin: 0 4px 0 22px;
  width: 100%;
  cursor: pointer;
}

.button:hover {
  background: #EE793F;
}

.button.selected {
  background: #CE5112;
}

.sit-ans {
  padding: 21px 25px 26px 62px;
  background: url(../images/sit-ans.png) 0 100px no-repeat;
  min-height: 244px;
}

.sit-scales {
  margin-bottom: 45px;
}

.sit-scale {
  display: flex;
}

.scale-title {
  font-weight: bold;
  font-size: 13px;
  line-height: 18px;
  width: 94px;
}

.scale-container {
  width: calc(100% - 94px);
  padding-left: 34px;
  display: flex;
  align-items: center;
}

.scale-bar {
  width: calc(100% - 65px);
  height: 4px;
  background-color: #68C659;
  transition: width 1s, background-color 1s;
}

.minus .scale-bar {
  background-color: #B5B5B5;
}

.minus .scale-num {
  color: #B94B47;
}

.scale-bar.minus-10 {
  width: calc(90% - 65px);
}

.scale-bar.minus-20 {
  width: calc(80% - 65px);
}

.scale-bar.minus-30 {
  width: calc(70% - 65px);
}

.scale-bar.minus-40 {
  width: calc(60% - 65px);
}

.scale-num {
  width: 50px;
  margin-left: 15px;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #68C659;
  transition: color 1s;
}

.ans-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 17px;
}

.ans-text a {
  font-weight: bold;
  color: #4277ff;
}

.next {
  width: 278px;
  height: 29px;
  background: url(../images/next.png) left top no-repeat;
  margin-left: auto;
  margin-right: -20px;
  margin-top: 20px;
  font-size: 11px;
  font-weight: bold;
  line-height: 14px;
  padding-top: 8px;
  padding-left: 10px;
  cursor: pointer;
}

@media  all and  (max-width: 756px) {
  .sit {
    height: auto;
  }

  .sit-image {
    display: none;
  }

  .sit-info {
    margin-left: 0;
  }

  .sit-heading {
    margin: 0;
    background-size: cover;
    background-position: right;
    padding-right: 35px;
  }

  .sit-text {
    margin: 20px 22px;
    min-height: 0;
  }

  .sit-ans-heading {
    position: static;
  }

  .sit-buttons {
    flex-direction: column;
  }

  .button {
    margin-bottom: 15px;
    width: auto;
  }

  .sit-ans {
    padding-left: 22px;
  }
}

.show-ans {
  display: none;
}

.ans-text img, .sit-text img, .intro-text img {
  vertical-align: middle;
}

.intro-screen {
  background: url(../images/bigudi.svg) right bottom no-repeat;
  background-size: 319px;
}

.intro-heading {
  font-size: 48px;
  line-height: 60px;
  color: #F3E447;
  height: 224px;
  margin: 0;
  padding: 26px 35px;
  position: relative;
}

.intro-heading span {
  position: relative;
  display: block;
  z-index: 2;
}

.intro-heading:before {
  position: absolute;
  content: '';
  background: #EC6625;
  top: -6px;
  left: 0;
  right: -26px;
  bottom: 0;
  z-index: 1;
  transform: rotate(-3deg) translate(-19px, -31px);
}

.intro-text {
  margin: 20px 261px 20px 35px;
  font-size: 18px;
  line-height: 24px;
}

.intro-text p {
  margin: 10px 0;
}

.intro-text button {
  width: 365px;
  height: 66px;
  background: #F3E447;
  margin-top: 48px;
  font-size: 24px;
  line-height: 30px;
  border: 0 none;
  cursor: pointer;
}

@media  all and  (max-width: 756px) {
  .intro-screen {
    background: none;
  }

  .intro-heading {
    height: auto;
    font-size: 38px;
    line-height: 130%;
  }

  .intro-text {
    margin: 20px;
  }

  .intro-heading:before {
    transform: rotate(-3deg) translate(-19px, -12px);
  }
}

@media  all and  (max-width: 400px) {
  .intro-heading {
    font-size: 28px;
  }
}

.final-screen {
  background: #F3E447 url(../images/final-bgr.svg) left top no-repeat;
  background-size: contain;
  min-height: 545px;
  position: relative;
}

.final-img {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 400px;
}

.final-title {
  display: block;
  max-width: 400px;
  margin-left: 40px;
  padding-top: 55px;
}

.final-text {
  padding: 95px 380px 40px 40px;
  font-size: 23px;
  line-height: 29px;
}

.final-text p {
  margin: 10px 0 0 0;
}

@media  all and  (max-width: 756px) {
  .final-screen {
    min-height: 0;
    overflow: hidden;
  }

  .final-title {
    padding: 15px 20px;
    margin-left: 0;
    max-width: 80%;
  }

  .final-img {
    display: none;
  }

  .final-text {
    padding: 13% 20px 30px 20px;
  }

  body.final {
    background: #F3E447;
  }
}

