.main {
  width: 100%;
  height: auto;
  min-height: 100%;
  background: #d14246 url("../images/bg.jpg") repeat;
  padding-top: 70px;
  padding-bottom: 100px;
  overflow: hidden;
}

.main__container {
  padding-top: 60px;
  padding-bottom: 111px;
  position: relative;
}

.main__logo {
  position: absolute;
  bottom: -85px;
  right: 0;
  padding-right: 24px;
}

.main__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: -50px;
  margin-right: -50px;
}

.main__col {
  padding-left: 50px;
  padding-right: 50px;
}

.header {
  width: 55%;
  padding-right: 25px;
}

.header__title {
  font-family: "PT Sans Caption", sans-serif;
  font-size: 3em;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.13;
  letter-spacing: normal;
  text-align: left;
  color: #000000;
  margin: 0 0 40px;
}

.header__text {
  font-size: 1.25em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  letter-spacing: normal;
  text-align: left;
  line-height: 1;
}

.logo {
  width: 259px;
  height: auto;
  padding: 20px;
}

.logo img {
  width: 100%;
  height: auto;
}

.phone {
  width: 45%;
}

.phone__number {
  font-family: "PT Sans Caption", sans-serif;
  font-size: 10em;
  display: block;
  color: #d14246;
  text-decoration: none;
  line-height: 0.9;
  margin-bottom: 17px;
  font-weight: bold;
}

.phone__text {
  margin-bottom: 25px;
}

.phone__form {
  float: right;
}

.callback {
  width: 227px;
}

.callback .button {
  width: 100%;
}

.steps {
  margin: 0;
  list-style: none;
  background: #fff;
  -webkit-box-shadow: 0 4px 20px 0 rgba(244, 215, 215, 0.5);
  box-shadow: 0 4px 20px 0 rgba(244, 215, 215, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: -80px;
  bottom: 66px;
  width: 796px;
  padding: 0 20px;
  height: 120px;
}

.steps__item {
  width: 33.33334%;
  padding: 0 0 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.steps__item--icon {
  display: block;
  width: 33px;
  height: 30px;
  background: url("../images/sprite.svg") no-repeat;
}

.steps__item--icon.phone-icon {
  background-position: 0 0;
}

.steps__item--icon.handshake-icon {
  width: 48px;
  height: 30px;
  background-position: 0 -30px;
}

.steps__item--icon.gears-icon {
  width: 39px;
  background-position: 0 -61px;
}

.steps__item--text {
  padding-left: 10px;
  width: calc(100% - 30px);
  line-height: 1.38;
  display: block;
}

.steps__item:last-child:after {
  display: none;
}

.steps__item:after {
  content: ' ';
  display: block;
  width: 1px;
  height: 70px;
  background: #e3e1e4;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* Internet Explorer 10+ */
_:-ms-lang(x), .handshake-icon.steps__item--icon {
  width: 49px;
  background-position: 0 -31px;
}

_:-ms-lang(x), .gears-icon.steps__item--icon {
  width: 39px;
  height: 36px;
  background-position: 0 -62px;
}
