.wrapper {
  max-width: 710px;
  background-color: #f3f3f3;
  margin: 0 auto;
  color: #2d3039;
  font-family: 'PT Sans';
}

.wrapper .service {
  padding: 24px 24px 48px 24px;
}

.wrapper .select__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 46px;
}

.wrapper .select__header .header__title {
  font-size: 20px;
}

.wrapper .select__header .header__logo {
  max-height: 75px;
  overflow: hidden;
}

.wrapper .select__desc {
  font-size: 16px;
  line-height: 1.46;
}

.wrapper .select__desc a {
  color: #0278ff;
}

.wrapper .service__button, .wrapper .select__button {
  margin-top: 31px;
}

.wrapper .service__button .button, .wrapper .select__button .button {
  display: inline-block;
  width: 100%;
  color: #fff;
  background-color: #b1b1b1;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  font-size: 25px;
  padding: 10px 0;
  cursor: pointer;
}

.wrapper .service__button .button.active, .wrapper .select__button .button.active {
  background-color: #0278ff;
}

.wrapper .service__button .first--b, .wrapper .select__button .first--b {
  background-color: #0278ff;
}

.wrapper .service__button .last--b, .wrapper .select__button .last--b {
  background-color: transparent;
  border: 1px solid #0278ff;
  color: #0278ff;
}

.wrapper .select__title {
  font-size: 22px;
  line-height: 1.59;
}

.wrapper .select__title p {
  margin: 5px 0;
}

.wrapper .select__title p span {
  font-weight: bold;
}

.wrapper .select__choice {
  margin-top: 16px;
  counter-reset: section;
}

.wrapper .select__choice .choice__item {
  display: block;
  width: 100%;
  border: 1px solid #979797;
  border-radius: 3px;
  border-bottom: none;
  font-size: 18px;
  text-decoration: none;
  color: #2d3039;
  padding-left: 65px;
  padding-right: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.wrapper .select__choice .choice__item .item__answer {
  padding-bottom: 10px;
  font-size: 18px;
  line-height: 1.4;
  display: none;
  opacity: .1;
}

/* .wrapper .select__choice .choice__item .item__answer.active {
  display: block;
} */

.wrapper .select__choice .choice__item:last-child {
  border-bottom: 1px solid #979797;
}

.wrapper .select__choice .choice__item:hover {
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.wrapper .select__choice .choice__item:before {
  counter-increment: section;
  content: counter(section) "";
  position: absolute;
  top: 9px;
  left: 13px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  width: 28px;
  height: 28px;
  font-size: 12px;
  background-color: #f80012;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}

.wrapper .select__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 43px;
  margin-bottom: 36px;
}

.wrapper .select__social .social__icon {
  display: block;
  text-decoration: none;
  margin-left: 19px;
}

.first__select .select__title {
  font-size: 28px;
  line-height: 1.12;
  margin-bottom: 31px;
}

.select__item {
  display: none;
}

.select__pic {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
}

.select__pic img {
  max-width: 100%;
}

.select__pic .result__text {
  margin-left: 42px;
  font-size: 28px;
  line-height: 1.26;
}
/*# sourceMappingURL=style.css.map */