.main-wrapper .b-content {
  padding: 0;
}
.b-image-top {
  background-image: url("../img/deposit/slideDeposit_2.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  width: 100%;
}
.lang-en .b-image-top {
  background-image: url("../img/deposit/banner_en.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 420px;
  width: 100%;
}
.b-head-title {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 70px;
  font-weight: 600;
  margin: 0 0 47px;
  padding: 44px 0 0;
  position: relative;
}
.b-head-title span {
  position: relative;
}
.b-head-title span:before {
  background-color: #ffffff;
  content: "";
  height: 1px;
  left: 4px;
  position: absolute;
  bottom: -21px;
  width: 100%;
}
.b-heading {
  color: #2F2F2F;
  font-family: "Roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 22px;
  padding: 39px 0 0;
  text-align: center;
  position: relative;
}
.b-heading span {
  color: #4BAAD9;
}
.b-heading.m-border {
  margin: 0 0 42px;
}
.b-heading.m-border:before {
  background-color: #4baad9;
  bottom: -19px;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -75px;
  position: absolute;
  width: 150px;
}
.b-text-addition {
  color: #5e5e5e;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
  margin: 0 0 30px;
  padding: 0;
  position: relative;
  text-align: center;
}
.b-step-attention-1,
.b-step-attention-2,
.b-step-attention-3 {
  position: relative;
}
.b-step-attention-1 p,
.b-step-attention-2 p,
.b-step-attention-3 p {
  margin: 0;
  position: relative;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  color: #5E5E5E;
}
.b-step-attention-1 p span,
.b-step-attention-2 p span,
.b-step-attention-3 p span {
  color: #f5a623;
}
.b-step-attention-1 {
  min-height: 140px;
  margin-bottom: 5px;
}
.b-step-attention-1 p {
  padding: 52px 105px 0 165px;
}
.b-step-attention-1 p:before {
  background-color: #936fb2;
  border-radius: 50%;
  content: "";
  height: 107px;
  left: 13px;
  position: absolute;
  width: 107px;
  top: 13px;
}
.b-step-attention-1 p:after {
  border: 1px solid #936fb2;
  color: #ffffff;
  content: "1";
  text-align: center;
  vertical-align: middle;
  font-family: "Roboto", sans-serif;
  font-size: 43px;
  line-height: 134px;
  border-radius: 50%;
  height: 134px;
  left: 0;
  position: absolute;
  top: 0;
  width: 134px;
}
.b-step-attention-2 {
  min-height: 120px;
  margin-bottom: 17px;
}
.b-step-attention-2 p {
  padding: 41px 115px 0 300px;
}
.b-step-attention-2 p:before {
  background-color: #f8e71c;
  border-radius: 50%;
  content: "";
  height: 84px;
  right: 14px;
  position: absolute;
  width: 84px;
  top: 14px;
}
.b-step-attention-2 p:after {
  border: 1px solid #f8e71c;
  color: #965d00;
  content: "2";
  text-align: center;
  vertical-align: middle;
  line-height: 112px;
  font-size: 38px;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  height: 112px;
  right: 0;
  position: absolute;
  top: 0;
  width: 112px;
}
.b-step-attention-3 {
  min-height: 140px;
  position: relative;
  margin-bottom: 70px;
}
.b-step-attention-3 p {
  padding: 42px 105px 0 165px;
}
.b-step-attention-3 p:before {
  background-color: #6758da;
  border-radius: 50%;
  content: "";
  height: 107px;
  left: 13px;
  position: absolute;
  width: 107px;
  top: 13px;
}
.b-step-attention-3 p:after {
  border: 1px solid #6758da;
  color: #ffffff;
  content: "3";
  text-align: center;
  vertical-align: middle;
  line-height: 134px;
  font-size: 43px;
  border-radius: 50%;
  font-family: "Roboto", sans-serif;
  height: 134px;
  left: 0;
  position: absolute;
  top: 0;
  width: 134px;
}
.b-step-attention-3:before {
  background-color: #d8d8d8;
  content: "";
  height: 1px;
  left: 50%;
  margin-left: -512px;
  position: absolute;
  bottom: -64px;
  width: 1024px;
}
.b-text-small {
  padding: 0;
  margin: 0;
  font-size: 10px;
}
.btn-blue {
  background-color: #23b6f9;
  border: 1px solid #00a6f2;
  border-radius: 3px;
  color: #ffffff;
  cursor: pointer;
  font-size: 12px;
  font-family: 'Roboto', sans-serif !important;
  height: 34px;
  outline: none;
  padding: 0;
  transition: background-color 0.5s ease 0s;
  width: 208px;
  display: block;
  text-align: center;
  line-height: 31px;
  margin: 0 auto 60px;
}
.btn-blue:hover,
.btn-blue:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #00a6f2;
  border: 1px solid #00a6f2;
}
.m-block-four {
  background-image: url("../img/deposit/footer_img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 122px;
  width: 100%;
}
