.main-wrapper .b-content {
  padding: 0;
}
.b-image-top {
  background-image: url("../img/soon/img_top.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 429px;
  width: 100%;
}
.b-head-title {
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 70px;
  font-weight: 600;
  margin: 0 0 47px 12px;
  padding: 113px 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-head-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  padding: 0 0 0 6px;
  margin: 0 0 24px 10px;
}
.b-head-text span {
  font-weight: 400;
}
.b-head-text.m-color {
  color: #2f2f2f;
  padding-left: 5px;
}
.btn {
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: normal;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  border-radius: 3px;
  transition: all 0.5s ease 0s;
}
.btn.btn-white {
  border: 1px solid #ffffff;
  background-color: transparent;
  color: #ffffff;
  border-radius: 0;
  height: 48px;
  width: 170px;
  line-height: 46px;
  padding: 0;
}
.btn.btn-white:hover,
.btn.btn-white:focus {
  color: #ffffff;
  background-color: #23B6F9;
  border: 1px solid #23B6F9;
  text-decoration: none;
}
.btn.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;
}
.btn.btn-blue:hover,
.btn.btn-blue:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #00a6f2;
  border: 1px solid #00a6f2;
}
.b-heading {
  font-size: 26px;
  color: #23b6f9;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  margin: 0 0 4px 14px;
  padding: 0;
}
.b-heading.m-color {
  color: #BD10E0;
}
.m-block-two h3,
.m-block-three h3 {
  font-weight: 300;
  font-size: 19px;
  color: #0089cb;
  margin: 0 0 13px 15px;
  padding: 0;
}
.m-block-two {
  padding: 47px 0;
}
.b-travel-image {
  width: 1007px;
  height: 763px;
  background-image: url("../img/soon/travel-image.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 38px 0;
  z-index: 11;
  display: block;
}
.lang-en .b-travel-image {
  width: 1007px;
  height: 763px;
  background-image: url("../img/soon/travel-image_eng.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 38px 0;
  z-index: 11;
  display: block;
}
.b-addition-image {
  width: 1014px;
  height: 742px;
  background-image: url("../img/soon/travel-image_rus.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 38px 0;
  z-index: 11;
  display: block;
}
.m-block-three {
  background-color: #f8f8f8;
  padding-bottom: 33px;
  padding-top: 39px;
  position: relative;
}
