@import '../css/Geometria.css';
.header.header_wabusiness {
  background-image: url("../images/header_wabusiness.jpg");
}
.wabusiness .title {
  font-size: 40px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 40px;
  text-align: center;
}
.wabusiness .wrap:after {
  content: '';
  display: block;
  clear: both;
}
.wabusiness .advantages {
  text-align: center;
  padding: 75px 0;
}
.wabusiness .advantages .item {
  display: inline-block;
  vertical-align: top;
  width: calc(25% - 5px);
}
.wabusiness .advantages .item .icon {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #29b541;
  margin: 0 auto 30px;
}
.wabusiness .advantages .item .icon img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.wabusiness .advantages .item .icon:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.wabusiness .advantages .item .name {
  font-size: 14px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
}
.wabusiness .differences {
  margin-bottom: 75px;
}
.wabusiness .differences .items {
  width: calc(100% + 250px);
  margin-left: -125px;
}
.wabusiness .differences .items:after {
  content: '';
  display: block;
  clear: both;
}
.wabusiness .differences .items .item {
  float: left;
  width: calc(50% - 20px);
}
.wabusiness .differences .items .item .icon {
  width: 106px;
  float: right;
  padding-top: 70px;
}
.wabusiness .differences .items .item .icon img {
  max-width: 100%;
}
.wabusiness .differences .items .item .info {
  width: calc(100% - 146px);
  float: left;
  background: #f4f9ff;
  padding: 70px 40px 0 145px;
  border-radius: 70px;
}
.wabusiness .differences .items .item .info .text {
  margin-bottom: 40px;
}
.wabusiness .differences .items .item .info .text .name {
  font-size: 34px;
  line-height: 40px;
  margin-bottom: 20px;
  font-weight: 700;
}
.wabusiness .differences .items .item .info .text .announce {
  font-size: 18px;
  line-height: 20px;
}
.wabusiness .differences .items .item .info .text .announce ul {
  list-style: none;
}
.wabusiness .differences .items .item .info .text .announce ul li {
  margin-bottom: 10px;
  padding-left: 25px;
  position: relative;
}
.wabusiness .differences .items .item .info .text .announce ul li:before {
  content: '';
  display: block;
  width: 20px;
  height: 1px;
  background: #393939;
  position: absolute;
  top: 10px;
  left: 0;
}
.wabusiness .differences .items .item .info .how {
  width: calc(100% + 90px);
}
.wabusiness .differences .items .item .info .how .name {
  font-size: 22px;
  line-height: 30px;
  font-weight: 700;
  float: left;
  width: 50%;
  padding-top: 90px;
}
.wabusiness .differences .items .item .info .how .image {
  float: right;
  width: 50%;
  position: relative;
}
.wabusiness .differences .items .item .info .how .image img {
  position: relative;
  z-index: 3;
}
.wabusiness .differences .items .item .info .how .image:before,
.wabusiness .differences .items .item .info .how .image:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 50px;
  border: 1px solid transparent;
}
.wabusiness .differences .items .item .info .how .image:before {
  border-color: rgba(99, 162, 252, 0.5);
  top: -15px;
  left: 15px;
  z-index: 2;
}
.wabusiness .differences .items .item .info .how .image:after {
  border-color: rgba(99, 162, 252, 0.25);
  top: -30px;
  left: 30px;
  z-index: 1;
}
.wabusiness .differences .items .item .info .how .image .note {
  position: absolute;
  bottom: 50%;
  right: -60px;
  background: linear-gradient(90deg, #dcfed4, #c4f9d9);
  border-radius: 14px;
  text-align: center;
  font-size: 12px;
  line-height: 15px;
  font-weight: 700;
  padding: 15px;
  z-index: 4;
  color: #393939;
}
.wabusiness .differences .items .item .info .how .image .note:after {
  content: '';
  display: block;
  width: 45px;
  height: 39px;
  background: url("../images/wab_how_arrow.png") no-repeat center center;
  position: absolute;
  left: 20px;
  bottom: -30px;
}
.wabusiness .differences .items .item .info .how:after {
  content: '';
  display: block;
  clear: both;
}
.wabusiness .differences .items .item:after {
  content: '';
  display: block;
  clear: both;
}
.wabusiness .differences .items .item:nth-child(even) {
  float: right;
}
.wabusiness .differences .items .item:nth-child(even) .icon {
  float: left;
}
.wabusiness .differences .items .item:nth-child(even) .info {
  float: right;
  background: #29b541;
  color: #ffffff;
  padding: 70px 145px 0 40px;
}
.wabusiness .differences .items .item:nth-child(even) .info .text .announce ul li:before {
  background: #ffffff;
}
.wabusiness .differences .items .item:nth-child(even) .info .how {
  margin-left: -90px;
}
.wabusiness .differences .items .item:nth-child(even) .info .how .name {
  float: right;
  padding-left: 40px;
}
.wabusiness .differences .items .item:nth-child(even) .info .how .image {
  float: left;
}
.wabusiness .differences .items .item:nth-child(even) .info .how .image img {
  display: block;
}
.wabusiness .differences .items .item:nth-child(even) .info .how .image:before,
.wabusiness .differences .items .item:nth-child(even) .info .how .image:after {
  left: auto;
}
.wabusiness .differences .items .item:nth-child(even) .info .how .image:before {
  border-color: rgba(255, 255, 255, 0.5);
  top: -15px;
  right: 15px;
  z-index: 2;
}
.wabusiness .differences .items .item:nth-child(even) .info .how .image:after {
  border-color: rgba(255, 255, 255, 0.25);
  top: -30px;
  right: 30px;
  z-index: 1;
}
.wabusiness .differences .items .item:nth-child(even) .info .how .image .note {
  bottom: 40px;
}
.wabusiness .nps {
  padding-left: 400px;
  background: url("../images/wab_nps.png") no-repeat top left;
  min-height: 512px;
  padding-top: 170px;
  margin-bottom: 75px;
}
.wabusiness .nps .title {
  text-align: left;
  margin-bottom: 80px;
  font-size: 40px;
  line-height: 50px;
}
.wabusiness .nps .buttons a {
  background: #63a2fc;
  width: 210px;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.wabusiness .nps .buttons a.whatsapp {
  background: transparent;
  border: 1px solid #29b541;
  color: #393939;
  margin: 0;
}
.wabusiness .nps .buttons a:hover {
  opacity: .9;
}
.wabusiness .possibilities .item {
  margin-bottom: 80px;
}
.wabusiness .possibilities .item .text,
.wabusiness .possibilities .item .photo {
  width: calc(50% - 20px);
}
.wabusiness .possibilities .item .text {
  float: left;
  padding-top: 50px;
}
.wabusiness .possibilities .item .text .name {
  font-size: 28px;
  line-height: 30px;
  margin-bottom: 20px;
  font-weight: 700;
}
.wabusiness .possibilities .item .text .announce {
  font-size: 20px;
  line-height: 30px;
}
.wabusiness .possibilities .item .photo {
  float: right;
  text-align: center;
}
.wabusiness .possibilities .item .photo span {
  display: block;
  height: 330px;
  border: 1px solid #63a2fc;
  background: #fafbfc;
  border-radius: 5px;
  position: relative;
  padding-top: 10px;
  box-sizing: border-box;
}
.wabusiness .possibilities .item .photo span:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(99, 162, 252, 0.5);
  border-radius: 5px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 1;
}
.wabusiness .possibilities .item .photo span img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.wabusiness .possibilities .item .photo span:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.wabusiness .possibilities .item:after {
  content: '';
  display: block;
  clear: both;
}
.wabusiness .possibilities .item:nth-child(even) .photo {
  float: left;
}
.wabusiness .possibilities .item:nth-child(even) .text {
  float: right;
}
.wabusiness .steps {
  background: #f4f9ff;
  padding: 90px 0;
  margin-bottom: 90px;
}
.wabusiness .steps .items .item {
  display: inline-block;
  vertical-align: top;
  width: calc(20% - 5px);
  padding-right: 20px;
  position: relative;
}
.wabusiness .steps .items .item:after {
  content: '';
  display: block;
  width: calc(100% - 95px);
  height: 1px;
  background: rgba(41, 181, 65, 0.25);
  position: absolute;
  top: 40px;
  left: 90px;
}
.wabusiness .steps .items .item:last-child:after {
  display: none;
}
.wabusiness .steps .items .item .n {
  display: inline-block;
  padding: 10px;
  border-radius: 50%;
  border: 1px solid rgba(41, 181, 65, 0.25);
  margin-bottom: 20px;
}
.wabusiness .steps .items .item .n span {
  display: block;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background: #29b541;
  border-radius: 50%;
}
.wabusiness .steps .items .item .text {
  font-size: 16px;
  line-height: 25px;
  word-wrap: break-word;
}
.wabusiness .steps .items .item .text a {
  color: #393939;
  text-decoration: none;
  border-bottom: 1px soldi rgba(57, 57, 57, 0.5);
}
.wabusiness .steps .items .item .text a:hover {
  border-color: transparent;
  color: #63a2fc;
}
.wabusiness .gb {
  background: #f4f9ff;
  padding: 75px 0;
}
.wabusiness .gb .title {
  margin-bottom: 40px;
}
.wabusiness .gb .items .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 30px);
  background: #ffffff;
  border: 1px solid rgba(99, 162, 252, 0.5);
  border-radius: 10px;
  margin: 0 25px 30px 0;
  padding: 20px;
}
.wabusiness .gb .items .item:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  border: 1px solid rgba(99, 162, 252, 0.2);
  position: absolute;
  top: 10px;
  left: 10px;
}
.wabusiness .gb .items .item div {
  position: relative;
  z-index: 2;
}
.wabusiness .gb .items .item .rate {
  margin-bottom: 10px;
}
.wabusiness .gb .items .item .rate span {
  display: inline-block;
  vertical-align: top;
}
.wabusiness .gb .items .item .rate .value {
  font-size: 12px;
  line-height: 20px;
  font-weight: 700;
  margin-right: 10px;
}
.wabusiness .gb .items .item .rate .stars .star {
  width: 12px;
  height: 20px;
  background: url("../images/wab_star.png") no-repeat center center;
  margin-right: 5px;
}
.wabusiness .gb .items .item .message {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 10px;
}
.wabusiness .gb .items .item .info {
  font-size: 13px;
  line-height: 20px;
  color: #a0a0a0;
}
.wabusiness .block_price {
  background: url("../images/wab_price_f.jpg") no-repeat center center;
  padding: 270px 0;
}
.wabusiness .block_price .text {
  padding-left: 50%;
}
.wabusiness .block_price .text .name {
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 20px;
}
.wabusiness .block_price .text .price {
  font-size: 40px;
  line-height: 60px;
  margin-bottom: 40px;
}
.wabusiness .block_price .text .price strong {
  color: #29b541;
}
.wabusiness .block_price .text .price strong span {
  font-size: 60px;
}
.wabusiness .block_price .text .descr {
  font-size: 20px;
  line-height: 30px;
}
.wabusiness .block_ask {
  margin-bottom: 40px;
}
.wabusiness .block_ask .ask {
  margin-left: -225px;
  width: calc(100% + 450px);
  background: #d0fcd7;
  border-radius: 50px;
  padding: 100px 245px 50px;
}
.wabusiness .block_ask .ask .text {
  float: left;
  width: calc(50% - 10px);
}
.wabusiness .block_ask .ask .text .title {
  text-align: left;
  font-size: 38px;
  line-height: 40px;
}
.wabusiness .block_ask .ask .text .announce {
  font-size: 20px;
  line-height: 40px;
}
.wabusiness .block_ask .ask .qr {
  float: right;
  width: calc(50% - 10px);
}
.wabusiness .block_ask .ask .qr .item {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 10px);
  margin-right: 15px;
  text-align: center;
}
.wabusiness .block_ask .ask .qr .item:last-child {
  margin: 0;
}
.wabusiness .block_ask .ask .qr .item .image {
  position: relative;
}
.wabusiness .block_ask .ask .qr .item .image .icon {
  display: block;
  position: absolute;
  top: -35px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background-position: center center;
  background-repeat: no-repeat;
}
.wabusiness .block_ask .ask .qr .item .btn a {
  font-size: 12px;
  font-weight: 400;
}
.wabusiness .block_ask .ask .qr .item .btn a:hover {
  opacity: .9;
}
.wabusiness .block_ask .ask .qr .item.whatsapp .image .icon {
  background-image: url("../images/wab_ask_whatsapp.png");
}
.wabusiness .block_ask .ask .qr .item.whatsapp .btn a {
  background: #29b541;
}
.wabusiness .block_ask .ask .qr .item.telegram .image .icon {
  background-image: url("../images/wab_ask_telegram.png");
}
.wabusiness .block_ask .ask .qr .item.telegram .btn a {
  background: #63a2fc;
}
.wabusiness .calc {
  margin-bottom: 70px;
}
.wabusiness .calc .inner {
  border-radius: 20px;
  color: #ffffff;
  overflow: hidden;
  background: #63a2fc;
}
.wabusiness .calc .inner:after {
  content: '';
  display: block;
  clear: both;
}
.wabusiness .calc .inner .text,
.wabusiness .calc .inner .set {
  width: 50%;
  height: 100%;
}
.wabusiness .calc .inner .text {
  float: left;
  position: relative;
  padding: 70px 40px 180px 60px;
  background: #6eaaff;
}
.wabusiness .calc .inner .text a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.wabusiness .calc .inner .text a:hover {
  border-color: transparent;
}
.wabusiness .calc .inner .text .name {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}
.wabusiness .calc .inner .text .announce {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 40px;
}
.wabusiness .calc .inner .text .announce p {
  margin-bottom: 20px;
}
.wabusiness .calc .inner .text .announce strong {
  font-size: 18px;
}
.wabusiness .calc .inner .text .tl {
  width: 35%;
  font-weight: 700;
  font-size: 14px;
  line-height: 25px;
}
.wabusiness .calc .inner .text .calculator {
  width: 366px;
  height: 310px;
  background: url("../images/wab_calc.png") no-repeat center bottom;
  position: relative;
  position: absolute;
  bottom: -10px;
  right: -30px;
}
.wabusiness .calc .inner .text .calculator span {
  display: block;
  width: 200px;
  text-align: center;
  position: absolute;
  top: 70px;
  left: 0;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  color: #63a2fc;
}
.wabusiness .calc .inner .set {
  float: right;
  padding: 70px 60px 70px 40px;
}
.wabusiness .calc .inner .set .items {
  margin-bottom: 15px;
}
.wabusiness .calc .inner .set .items .item {
  margin-bottom: 15px;
}
.wabusiness .calc .inner .set .items .item .label {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  margin-bottom: 10px;
}
.wabusiness .calc .inner .set .items .item .label .info {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 20px;
  position: relative;
  background: url("../images/icon_info_wab.svg") no-repeat center center;
  cursor: pointer;
}
.wabusiness .calc .inner .set .items .item .label .info span {
  display: block;
  position: absolute;
  top: 20px;
  width: 200px;
  left: -100px;
  background: #ffffff;
  color: #393939;
  border-radius: 5px;
  font-size: 14px;
  line-height: 15px;
  padding: 10px;
  font-weight: 700;
  display: none;
  z-index: 10;
}
.wabusiness .calc .inner .set .items .item .label .info:hover span {
  display: block;
}
.wabusiness .calc .inner .set .items .item .label .price {
  float: right;
  font-size: 14px;
  font-weight: 400;
}
.wabusiness .calc .inner .set .items .item .field select {
  width: 100%;
  height: 48px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  background: transparent;
  border-radius: 10px;
  padding: 0 20px;
  color: #ffffff;
  background: url("../images/angle_select_wab.svg") no-repeat 95% 50%;
}
.wabusiness .calc .inner .set .items .item .field select option {
  color: #393939;
}
.wabusiness .calc .inner .set .items .item .field .range {
  padding-top: 60px;
  margin-bottom: 10px;
}
.wabusiness .calc .inner .set .items .item .field .range .ui-slider {
  height: 3px;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
}
.wabusiness .calc .inner .set .items .item .field .range .ui-slider-range {
  background: linear-gradient(90deg, #fa54ba, #5996fd);
}
.wabusiness .calc .inner .set .items .item .field .range .ui-slider-handle {
  width: 14px;
  height: 14px;
  border: 2px solid #ffffff;
  background: #63a2fc;
  top: -5px;
  border-radius: 50%;
  position: relative;
}
.wabusiness .calc .inner .set .items .item .field .range .ui-slider-handle.ui-state-focus {
  outline: none;
}
.wabusiness .calc .inner .set .items .item .field .range .ui-slider-handle .count {
  position: absolute;
  left: 0;
  top: -50px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 700;
  padding: 10px 15px;
  border-radius: 10px;
  color: #393939;
  white-space: nowrap;
  background: #ffffff;
}
.wabusiness .calc .inner .set .items .item .field .price {
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
}
.wabusiness .calc .inner .set .result .border {
  position: relative;
  padding: 30px;
  margin-bottom: 20px;
}
.wabusiness .calc .inner .set .result .border:before,
.wabusiness .calc .inner .set .result .border:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 1;
  border-radius: 10px;
}
.wabusiness .calc .inner .set .result .border:before {
  top: 0;
  left: 0;
}
.wabusiness .calc .inner .set .result .border:after {
  top: 10px;
  left: 10px;
}
.wabusiness .calc .inner .set .result .border div {
  position: relative;
  z-index: 2;
}
.wabusiness .calc .inner .set .result .top {
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 15px;
}
.wabusiness .calc .inner .set .result .price {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
}
.wabusiness .calc .inner .set .result .bottom {
  font-size: 14px;
  line-height: 25px;
  font-weight: 300;
}
.wabusiness .calc .inner .set .result a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.wabusiness .calc .inner .set .result a:hover {
  border-color: transparent;
}
.feedback.feedback_wabusiness {
  padding-bottom: 90px;
}
.feedback.feedback_wabusiness .form {
  padding-top: 35px;
}
.feedback.feedback_wabusiness .form .subtitle {
  margin-bottom: 75px;
}
.feedback.feedback_wabusiness .form .buttons {
  margin-bottom: 90px;
}
.feedback.feedback_wabusiness .form .buttons a {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}
.feedback.feedback_wabusiness .form .buttons a.whatsapp {
  background: transparent;
  border: 1px solid #ffffff;
  line-height: 48px;
  margin-left: 10px;
}
.feedback.feedback_wabusiness .form .buttons a.whatsapp:hover {
  background: #ffffff;
  color: #393939;
}
@media (max-width: 1620px) {
  .wabusiness .block_ask {
    background: #d0fcd7;
  }
  .wabusiness .block_ask .ask {
    width: 100%;
    padding: 100px 0 50px;
    margin-left: 0;
    border-radius: 0;
  }
}
@media (max-width: 1440px) {
  .wabusiness .differences .items {
    width: 100%;
    margin: 0;
  }
  .wabusiness .differences .items .item .info {
    padding-left: 40px;
  }
  .wabusiness .differences .items .item:nth-child(even) .info {
    padding-right: 40px;
  }
}
@media (max-width: 1169px) {
  .header.header_wabusiness .container {
    padding-top: 20%;
  }
  .wabusiness .differences .items .item .info {
    padding-top: 40px;
  }
  .wabusiness .differences .items .item .info .text .name {
    font-size: 28px;
  }
  .wabusiness .differences .items .item:nth-child(even) .info {
    padding-top: 40px;
  }
  .wabusiness .nps {
    padding-top: 70px;
  }
  .wabusiness .calc .inner .text {
    padding-bottom: 340px;
  }
  .wabusiness .calc .inner .text .tl {
    width: 100%;
  }
  .wabusiness .calc .inner .set .items .item .label .price {
    float: none;
  }
  .feedback .photo.photo_wabusiness {
    background-position: center top;
    background-size: 100% auto;
    background-image: url("../images/img_wabusiness_form.jpg");
  }
  .feedback.feedback_wabusiness {
    padding: 20px;
  }
  .feedback.feedback_wabusiness .form {
    padding: 0;
  }
  .feedback.feedback_wabusiness .form .title,
  .feedback.feedback_wabusiness .form .subtitle,
  .feedback.feedback_wabusiness .form .buttons {
    text-align: center;
    margin-bottom: 20px;
  }
  .feedback.feedback_wabusiness .form .title a,
  .feedback.feedback_wabusiness .form .subtitle a,
  .feedback.feedback_wabusiness .form .buttons a {
    margin: 0 5px;
  }
  .feedback.feedback_wabusiness .form .title a.whatsapp,
  .feedback.feedback_wabusiness .form .subtitle a.whatsapp,
  .feedback.feedback_wabusiness .form .buttons a.whatsapp {
    margin: 0 5px;
  }
}
@media (max-width: 1023px) {
  .header.header_wabusiness .container {
    padding-top: 25%;
  }
  .wabusiness .differences .items .item .icon,
  .wabusiness .differences .items .item .info {
    float: none;
    width: 100%;
  }
  .wabusiness .differences .items .item .icon {
    min-height: 200px;
    padding: 0;
    text-align: center;
  }
  .wabusiness .differences .items .item .info .how {
    width: 100%;
  }
  .wabusiness .differences .items .item .info .how .name,
  .wabusiness .differences .items .item .info .how .image {
    float: none;
    width: 100%;
  }
  .wabusiness .differences .items .item .info .how .image .note {
    right: auto;
    left: 220px;
  }
  .wabusiness .differences .items .item .info .how .name {
    padding: 0;
    margin-bottom: 40px;
  }
  .wabusiness .differences .items .item:nth-child(even) .icon,
  .wabusiness .differences .items .item:nth-child(even) .info {
    float: none;
    width: 100%;
  }
  .wabusiness .differences .items .item:nth-child(even) .info .how {
    margin: 0;
  }
  .wabusiness .differences .items .item:nth-child(even) .info .how .name {
    padding: 0;
  }
  .wabusiness .nps .title {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 40px;
  }
  .wabusiness .nps .buttons a {
    display: block;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .wabusiness .steps .items .item .text {
    font-size: 14px;
  }
  .wabusiness .block_price {
    padding: 90px 0;
  }
  .wabusiness .block_ask .ask {
    padding: 50px 0;
  }
  .wabusiness .block_ask .ask .text,
  .wabusiness .block_ask .ask .qr {
    float: none;
    width: 100%;
  }
  .wabusiness .block_ask .ask .text {
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  .header.header_wabusiness {
    background-position: center left;
  }
  .header.header_wabusiness .container {
    padding-top: 40%;
  }
  .wabusiness .title {
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 30px;
  }
  .wabusiness .advantages {
    padding: 50px 0;
  }
  .wabusiness .advantages .item {
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  .wabusiness .differences .items .item {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
  .wabusiness .nps {
    padding: 500px 0 0 0;
    background-size: auto 480px;
    background-position: top center;
  }
  .wabusiness .nps .title,
  .wabusiness .nps .buttons {
    text-align: center;
  }
  .wabusiness .nps .buttons a {
    display: inline-block;
    margin: 0 5px 10px;
  }
  .wabusiness .possibilities .item {
    margin-bottom: 40px;
  }
  .wabusiness .possibilities .item .photo,
  .wabusiness .possibilities .item .text {
    float: none;
    width: 100%;
  }
  .wabusiness .possibilities .item .photo {
    margin-bottom: 30px;
  }
  .wabusiness .possibilities .item .photo span {
    height: auto;
  }
  .wabusiness .possibilities .item .photo span img {
    max-height: 300px;
  }
  .wabusiness .possibilities .item .text {
    padding: 0;
  }
  .wabusiness .possibilities .item .text .name {
    font-size: 24px;
    line-height: 30px;
  }
  .wabusiness .possibilities .item .text .announce {
    font-size: 16px;
  }
  .wabusiness .steps {
    padding: 50px 0;
  }
  .wabusiness .steps .items {
    text-align: center;
  }
  .wabusiness .steps .items .item {
    width: calc(50% - 5px);
    margin-bottom: 30px;
  }
  .wabusiness .steps .items .item:after {
    display: none;
  }
  .wabusiness .gb {
    padding: 50px 0;
  }
  .wabusiness .gb .items .item {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
  }
  .wabusiness .block_price {
    background: url("../images/wab_price.jpg") no-repeat 0 -100px;
    background-size: auto 400px;
  }
  .wabusiness .block_price .text {
    padding: 120px 0 0;
  }
  .wabusiness .block_price .text .price {
    font-size: 20px;
    line-height: 30px;
  }
  .wabusiness .block_price .text .price strong span {
    font-size: 30px;
  }
  .wabusiness .block_price .text .descr {
    font-size: 16px;
  }
  .wabusiness .block_ask .ask .text .announce {
    font-size: 16px;
    line-height: 25px;
  }
  .wabusiness .block_ask .ask .qr .item .btn a {
    padding: 0;
    display: block;
  }
  .wabusiness .calc .inner {
    padding: 0;
  }
  .wabusiness .calc .inner .text,
  .wabusiness .calc .inner .set {
    padding: 30px;
    float: none;
    width: 100%;
  }
  .wabusiness .calc .inner .text {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 0;
  }
  .wabusiness .calc .inner .text .tl {
    margin-bottom: 25px;
  }
  .wabusiness .calc .inner .text .calculator {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto;
    max-width: 100%;
    background-position: top left;
  }
  .feedback.feedback_wabusiness {
    padding: 20px;
  }
  .feedback.feedback_wabusiness .form .buttons a {
    display: block;
    text-align: center;
    padding: 0;
    margin: 0 0 10px 0;
  }
  .feedback.feedback_wabusiness .form .buttons a.whatsapp {
    margin: 0 0 10px 0;
  }
}
@media (max-width: 479px) {
  .wabusiness .differences .items .item .info .how .image .note {
    right: 0;
    left: auto;
  }
}
@media (max-width: 374px) {
  .wabusiness .advantages .item {
    display: block;
    width: 100%;
  }
  .wabusiness .nps .title {
    font-size: 24px;
    line-height: 30px;
  }
  .wabusiness .steps .items .item {
    display: block;
    width: 100%;
    padding: 0;
  }
  .wabusiness .block_ask .ask .qr .item {
    display: block;
    width: 100%;
    margin: 0 0 50px 0;
  }
}
