#questionnaire {
  display: flex;
  height: 100%;
}
#questionnaire select {
  width: 100%;
  font-size: 14px;
  height: 40px;
}
#questionnaire .question-image {
  background-position: 50%;
  background-size: cover;
  width: calc(100% - 720px);
}
#questionnaire .question-image .machines-images {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
}
#questionnaire .question-image .machines-images .machine-image {
  height: 80%;
  overflow: hidden;
}
#questionnaire .question-image .machines-images .machine-image img {
  height: 100%;
  margin-left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  #questionnaire {
    flex-direction: column;
  }
}
#questionnaire .question-content {
  background-color: #f7f4f1;
  overflow: auto;
  padding: 64px 88px;
  position: relative;
  width: 720px;
  min-height: 810px;
}
@media screen and (max-width: 768px) {
  #questionnaire .question-content {
    padding: 20px;
    width: auto;
  }
}
#questionnaire .question-title {
  color: #2e2e2e;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  margin-bottom: 15px;
  margin-top: 0;
}
#questionnaire .question-subtitle {
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 24px;
}
#questionnaire .answer-inner {
  background-color: #fff;
  border: 1px solid #fff;
  display: flex;
  margin-bottom: 12px;
  padding: 20px;
  position: relative;
}
#questionnaire .answer-inner:hover {
  cursor: pointer;
}
#questionnaire .answer-inner.selected {
  border: 1px solid #75b166;
}
#questionnaire .answer-inner.selected::after {
  align-items: center;
  background: #75b166;
  border-radius: 0 0 0 4px;
  color: #fff;
  content: "\e013";
  display: flex;
  font-family: Glyphicons Halflings;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  height: 24px;
  justify-content: center;
  line-height: 1;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
}
#questionnaire .answer-inner .answer-icon {
  margin-right: 16px;
}
#questionnaire .answer-inner .answer-icon img {
  max-height: 48px;
}
#questionnaire .answer-inner .answer-title {
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
#questionnaire .answer-inner .answer-subtitle {
  color: #5d5958;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 0;
  margin-top: 5px;
}
#questionnaire #previous-question {
  background-color: rgba(46, 23, 15, 0.3);
  border: none;
  border-radius: 90px;
  color: #fff;
  display: none;
  font-weight: 500;
  left: auto;
  line-height: 48px;
  padding: 0 20px 0 40px;
  position: fixed;
  bottom: 24px;
  top: auto;
  right: 400px;
}
#questionnaire #previous-question:hover {
  cursor: pointer;
}
#questionnaire #previous-question .glyphicon {
  left: 13px;
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
}
@media screen and (max-width: 768px) {
  #questionnaire #previous-question {
    bottom: auto;
    right: auto;
    width: 280px;
    position: relative;
    margin: 0 auto;
    display: none !important;
  }
  #questionnaire #previous-question .button-label {
    display: block;
  }
}
#questionnaire .result .costs {
  border-bottom: 1px solid #cecece;
  padding-bottom: 20px;
}
#questionnaire .result h1 {
  font-size: 34px !important;
  line-height: 48px;
  text-align: left;
}
#questionnaire .result h2 {
  font-size: 24px !important;
  line-height: 28px;
  margin: 0;
  text-align: left;
}
#questionnaire .result h3 {
  font-family: Alternate, Oswald, HeadingPro, sans-serif;
  font-size: 24px !important;
  text-transform: uppercase;
}
#questionnaire .result .benefits-container {
  border-bottom: 1px solid #cecece;
  margin: 0 0 20px;
  padding-bottom: 0px;
}
#questionnaire .result h2.costs {
  margin-top: 20px;
}
#questionnaire .result .benefits {
  display: flex;
  flex-direction: column;
}
#questionnaire .result .benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#questionnaire .result .left-container {
  background-image: url(/siteassets/steps/office.png);
}
#questionnaire .result .machine-properties .property-title {
  font-weight: 700;
  margin: 0;
}
#questionnaire .result .machine-properties .drinks {
  flex-basis: 100%;
  display: flex;
  margin-top: 20px;
  overflow: hidden;
  padding-right: 68px;
  position: relative;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
#questionnaire .result .machine-properties .drinks > div {
  align-items: center;
  display: flex;
  flex-basis: 50%;
  margin-bottom: 14px;
  padding-right: 10px;
}
#questionnaire .result .machine-properties .drinks .drink {
  background: #eee6e0;
  border-radius: 100%;
  float: left;
  height: 56px;
  margin-right: 12px;
  padding: 5px;
  width: 56px;
}
#questionnaire .result .machine-properties .drinks .drink img {
  max-width: 100%;
}
#questionnaire .result .machine-properties .property-container {
  align-items: center;
  border-bottom: 1px solid #cecece;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 20px 0;
}
#questionnaire .result .machine-properties .property-container .property-title {
  font-weight: 700;
  margin: 0;
}
#questionnaire .result .machine-properties .property-container .property-value {
  margin: 0 24px 0 0;
  position: relative;
}
#questionnaire .result .slider__item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 8px;
}
#questionnaire .result .slider__wrapper {
  overflow: hidden;
}
#questionnaire .result .bx-wrapper .bx-controls {
  height: auto;
}
#questionnaire .result .bx-wrapper .bx-viewport {
  position: relative;
}
#questionnaire .result .bx-wrapper .bx-viewport ul {
  position: absolute;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out; /** Chrome & Safari **/
  -moz-transition: all 0.4s ease-in-out; /** Firefox **/
  -o-transition: all 0.4s ease-in-out; /** Opera **/
}
#questionnaire .result .bx-wrapper .bx-controls-direction {
  display: block;
}
#questionnaire .result .bx-wrapper .bx-controls-direction a {
  margin-top: -16px;
  outline: 0;
  position: absolute;
  text-indent: -9999px;
  top: 50%;
  z-index: 9999;
  background: #fff url(/siteassets/arrow_right.svg) no-repeat 50%;
  border-radius: 100px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.25);
  height: 40px;
  overflow: hidden;
  width: 40px;
}
#questionnaire .result .bx-wrapper .bx-controls-direction a.bx-prev {
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.25);
  transform: rotate(180deg);
}
#questionnaire .result .bx-wrapper .bx-controls-direction a.bx-next {
  background: url(/siteassets/controls.png) no-repeat -43px -32px;
  right: 10px;
}
#questionnaire .result .bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
#questionnaire .result .product {
  opacity: 0.5;
  border-bottom: 3px solid white;
}
#questionnaire .result .product.active {
  opacity: 1;
  border-color: #75b166;
}
#questionnaire .result .product img {
  margin: auto;
  max-height: 150px;
  position: relative;
  top: 60px;
}
#questionnaire .result .product .text-labels {
  background: #fff;
  padding: 60px 24px 24px;
}
#questionnaire .result .product .text-labels .machine-name {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  padding-top: 50px;
}
#questionnaire .result .product .text-labels .machine-prices {
  padding-top: 54px;
}
#questionnaire .result .product .text-labels .machine-prices .machine-purchase-price {
  color: #5d5958;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: space-between;
  line-height: 20px;
}
#questionnaire .restart-button {
  display: flex;
  justify-content: center;
  margin-bottom: 36px;
  margin-top: 40px;
}
#questionnaire .restart-button a {
  border: 2px solid #cecece;
  border-radius: 100px;
  color: #5d5958;
  font-weight: 700;
  padding: 0 16px;
}
#questionnaire .restart-button a::before {
  background-image: url(/content/img/restart-button.svg);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 14px;
  margin-right: 5px;
  width: 16px;
}
#questionnaire .benefits-container-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  #questionnaire .benefits-container-mobile {
    display: block;
  }
  .right-container {
    padding: 0 20px !important;
  }
  button#submit-results-page {
    width: 80%;
    right: 20px !important;
    padding: 0 20px !important;
    margin: 0 auto !important;
  }
  #questionnaire .result .benefits ul {
    font-size: 14px;
  }
}
@media screen and (max-width: 425px) {
  #questionnaire .result .benefits ul {
    font-size: 14px;
  }
  #questionnaire .result .bx-wrapper .bx-viewport ul {
    position: relative;
  }
  #questionnaire #service-option-teaser .teaser-image {
    min-width: 0 !important;
    flex-basis: 0 !important;
  }
  #questionnaire .result .machine-properties .drinks {
    padding: 0 !important;
    font-size: 14px !important;
  }
  #questionnaire #service-option-teaser .text-content {
    width: 100%;
  }
  #questionnaire .result .machine-properties .drinks .drink {
    height: 32px;
    padding: 2px;
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
  }
}
#questionnaire #submit-results-page {
  background-color: #75b166;
  border: none;
  border-radius: 90px;
  bottom: 24px;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  line-height: 48px;
  padding: 0 30px;
  position: fixed;
  right: 88px;
}
#questionnaire #submit-results-page span.glyphicon {
  transform: rotate(180deg);
  top: 4px;
  left: 16px;
}
#questionnaire #service-option-teaser {
  display: flex;
}
#questionnaire #service-option-teaser .text-content {
  background: #fff;
  display: flex;
  flex-direction: column;
  padding: 40px;
}
#questionnaire #service-option-teaser .text-content h3 {
  color: #2e2e2e;
  font-family: Alternate, Oswald, HeadingPro, sans-serif;
  font-size: 24px !important;
  margin-bottom: 10px;
  margin-top: 0;
  text-transform: uppercase;
}
#questionnaire #service-option-teaser .text-content .teaser-button {
  align-self: flex-start;
  border: 2px solid #cecece;
  border-radius: 100px;
  color: #5d5958;
  font-weight: 700;
  margin-top: 15px;
  padding: 8px 30px;
}
#questionnaire #service-option-teaser .teaser-image {
  background-position: 50%;
  background-size: cover;
  flex-basis: 179px;
  min-width: 179px;
  background-color: white;
}
@media (min-width: 1024px) and (max-width: 1439px), (min-width: 0px) and (max-width: 767px) {
  #questionnaire #service-option-teaser .teaser-image {
    background-image: url(/siteassets/expert_horizontal.png);
  }
}
#questionnaire .answer-text {
  width: 100%;
}
#questionnaire .count {
  border: none;
  width: 100%;
}
#questionnaire #next-question {
  background-color: #75b166;
  border: none;
  border-radius: 90px;
  bottom: 24px;
  color: #fff;
  font-weight: 500;
  line-height: 48px;
  padding: 0 40px;
  position: fixed;
  right: 88px;
}
#questionnaire #next-question:hover {
  cursor: pointer;
}
#questionnaire #next-question span.glyphicon {
  transform: rotate(180deg);
  top: 4px;
  left: 16px;
}
@media screen and (max-width: 768px) {
  #questionnaire #next-question {
    position: relative;
    right: auto;
    width: 280px;
    margin: 0 auto;
  }
}

.note1 {
  font-size: 14px;
  margin-top: 30px;
}

.note {
  font-size: 14px;
  margin-top: 30px;
  text-align: center;
}
.note a {
  color: #5d5958;
  text-decoration: underline;
  margin-top: 10px;
  display: block;
}

.recommend-type, .drink-types {
  flex-direction: column !important;
  align-items: flex-start !important;
}

.recommend-type {
  flex-direction: column !important;
}
.recommend-type h4 {
  margin-bottom: 20px !important;
}
.recommend-type > div {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.recommend-type > div > div > div {
  width: 56px;
  background-color: #eee6e0;
  border-radius: 100%;
  height: 56px;
  display: flex;
  justify-content: center;
  padding: 10px;
  margin-right: 10px;
}
.recommend-type > div > span {
  padding-right: 20px;
}

@media screen and (max-width: 480px) {
  .hide-mob {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
.img-wrapper {
  overflow: hidden;
}
.inner-img {
  transition: 0.3s;
}

.inner-img:hover {
  transform: scale(1.2);
}
.box_image {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  background-color: #000000a3;
}
.box_image img {
  max-width: 100%
}
