@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
@import '../js/ui/jquery-ui.min.css';
header .top .lang div {
  clip-path: polygon(0% 0%, 100% 0%, 100% 85%, 75% 100%, 0% 100%);
}
header.header_wabusiness {
  background-image: url("../images/header_wabusiness_clean.jpg");
}
header.header_wabusiness .header .text {
  position: relative;
}
header.header_wabusiness .header .gupshup {
  position: absolute;
  top: 0;
  left: 100%;
  width: 384px;
  height: 89px;
  background: url("../images/gupshup.png") no-repeat center center;
  background-size: contain;
  max-width: 100%;
  margin-bottom: 20px;
}
header.header_wabusiness .header .announce {
  font-size: 24px;
  line-height: 40px;
  text-transform: none;
  margin-bottom: 40px;
}
.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 .nps {
  padding-left: 400px;
  background: url("../images/wab_nps.png") no-repeat top left;
  min-height: 512px;
  padding-top: 150px;
  margin-bottom: 75px;
}
.wabusiness .nps .title {
  text-align: left;
  margin-bottom: 80px;
  font-size: 36px;
  line-height: 50px;
  font-weight: 700;
}
.wabusiness .nps .buttons a {
  background: linear-gradient(90deg, #399dd3, #74ceff);
  border-radius: 6px;
  width: 220px;
  margin-right: 10px;
  padding: 0;
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
}
.wabusiness .nps .buttons a.whatsapp {
  background: linear-gradient(90deg, #fa54ba, #5996fd);
}
.wabusiness .nps .buttons a:hover {
  opacity: .9;
}
.wabusiness .possibilities .title {
  font-size: 36px;
}
.wabusiness .possibilities .item {
  padding: 90px 0;
}
.wabusiness .possibilities .item .wrap > .name {
  display: none;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
  padding-left: 50px;
  background: url("../images/icon_plus.svg") no-repeat center left;
  cursor: pointer;
}
.wabusiness .possibilities .item .wrap > .name.active {
  background-image: url("../images/icon_minus.svg");
}
.wabusiness .possibilities .item .inner:after {
  content: '';
  display: block;
  clear: both;
}
.wabusiness .possibilities .item .photo,
.wabusiness .possibilities .item .text {
  width: 50%;
}
.wabusiness .possibilities .item .photo {
  float: left;
  background: url("../images/bg_possibilities_item.svg") no-repeat bottom left;
  background-size: cover;
  max-width: 670px;
  height: 370px;
}
.wabusiness .possibilities .item .photo span {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 10px;
  margin-left: -10px;
}
.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:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.wabusiness .possibilities .item .text {
  float: right;
  padding: 80px;
}
.wabusiness .possibilities .item .text .name {
  font-size: 34px;
  line-height: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}
.wabusiness .possibilities .item .text .announce {
  font-size: 20px;
  line-height: 25px;
}
.wabusiness .possibilities .item:nth-child(odd) {
  background: linear-gradient(to right, rgba(254, 118, 198, 0.2), rgba(138, 184, 255, 0.2));
}
.wabusiness .possibilities .item:nth-child(odd) .photo {
  float: right;
  background: url("../images/bg_possibilities_item_odd.svg") no-repeat bottom right;
  background-size: cover;
}
.wabusiness .possibilities .item:nth-child(odd) .photo span {
  margin-left: 10px;
}
.wabusiness .possibilities .item:nth-child(odd) .text {
  float: left;
}
.wabusiness .steps {
  padding: 90px 0;
  margin-bottom: 90px;
}
.wabusiness .steps .items {
  background: #f4f9ff;
  padding: 100px;
  width: calc(100% + 200px);
  margin-left: -100px;
  border-radius: 80px;
}
.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: #1c1e22;
  text-decoration: none;
  border-bottom: 1px soldi rgba(28, 30, 34, 0.5);
}
.wabusiness .steps .items .item .text a:hover {
  border-color: transparent;
  color: #c61d62;
}
.wabusiness .wab_gb {
  background: #f4f9ff;
  padding: 75px 0;
}
.wabusiness .wab_gb .title {
  margin-bottom: 40px;
  font-size: 36px;
  line-height: 40px;
}
.wabusiness .wab_gb .items .item {
  display: inline-block;
  vertical-align: top;
  width: calc(33.33% - 30px);
  background: url("../images/bg_wab_gb.svg") no-repeat top left;
  margin: 0 25px 30px 0;
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  overflow: hidden;
}
.wabusiness .wab_gb .items .item .inner {
  background: url("../images/bg_wab_gb_inner.svg") no-repeat top left;
  background-size: cover;
  padding: 30px;
}
.wabusiness .wab_gb .items .item div {
  position: relative;
  z-index: 2;
}
.wabusiness .wab_gb .items .item .rate {
  margin-bottom: 10px;
}
.wabusiness .wab_gb .items .item .rate span {
  display: inline-block;
  vertical-align: top;
}
.wabusiness .wab_gb .items .item .rate .value {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-right: 10px;
}
.wabusiness .wab_gb .items .item .rate .stars .star {
  width: 12px;
  height: 20px;
  background: url("../images/wab_star.svg") no-repeat center center;
  margin-right: 5px;
}
.wabusiness .wab_gb .items .item .message {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
  font-weight: 300;
}
.wabusiness .wab_gb .items .item .info {
  font-size: 14px;
  line-height: 20px;
  color: #7c7c7c;
}
.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: 36px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}
.wabusiness .block_price .text .price {
  font-size: 36px;
  line-height: 60px;
  margin-bottom: 40px;
  font-weight: 700;
}
.wabusiness .block_price .text .price span {
  font-size: 56px;
  color: #29b541;
}
.wabusiness .block_price .text .descr {
  font-size: 24px;
  line-height: 30px;
}
.wabusiness .calc {
  margin-bottom: 70px;
}
.wabusiness .calc .inner {
  background: linear-gradient(90deg, #2f3134, #4d4f51);
  border-radius: 20px;
  padding: 80px 140px;
  color: #ffffff;
  overflow: hidden;
}
.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 {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  float: left;
  padding-right: 50px;
  padding-bottom: 340px;
  position: relative;
}
.wabusiness .calc .inner .text .name {
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.wabusiness .calc .inner .text .announce {
  font-size: 15px;
  line-height: 28px;
  margin-bottom: 40px;
}
.wabusiness .calc .inner .text .announce p {
  margin-bottom: 20px;
}
.wabusiness .calc .inner .text .announce a {
  color: #c61d62;
  text-decoration: none;
  border-bottom: 1px solid rgba(198, 29, 98, 0.5);
}
.wabusiness .calc .inner .text .announce a:hover {
  border-color: transparent;
}
.wabusiness .calc .inner .text .gradient {
  padding: 20px;
  background: linear-gradient(90deg, #fa54ba, #5996fd);
  box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.25);
  border-radius: 20px;
}
.wabusiness .calc .inner .text .gradient a {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.wabusiness .calc .inner .text .gradient a:hover {
  border-color: transparent;
}
.wabusiness .calc .inner .text .calculator {
  width: 366px;
  height: 310px;
  background: url("../images/wab_calc.png") no-repeat center bottom;
  position: relative;
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -183px;
}
.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: rgba(255, 255, 255, 0.4);
}
.wabusiness .calc .inner .set {
  float: right;
  padding-left: 50px;
}
.wabusiness .calc .inner .set .items {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 15px;
}
.wabusiness .calc .inner .set .items .item {
  margin-bottom: 20px;
}
.wabusiness .calc .inner .set .items .item .label {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  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: linear-gradient(90deg, #fa54ba, #5996fd);
  border-radius: 5px;
  font-size: 12px;
  line-height: 15px;
  padding: 10px;
  font-weight: 300;
  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: #1c1e22;
}
.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: 22px;
  height: 22px;
  border: 5px solid #ffffff;
  background: linear-gradient(90deg, #fa54ba, #5996fd);
  top: -9px;
  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: #ffffff;
  white-space: nowrap;
  background: linear-gradient(90deg, #fa54ba, #5996fd);
}
.wabusiness .calc .inner .set .items .item .field .price {
  font-size: 15px;
  line-height: 28px;
  font-weight: 700;
}
.wabusiness .calc .inner .set .result .top {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 15px;
}
.wabusiness .calc .inner .set .result .price {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 50px;
  line-height: 50px;
  font-weight: 700;
}
.wabusiness .calc .inner .set .result .price span {
  display: inline-block;
  background: linear-gradient(90deg, #fa54ba, #5996fd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.wabusiness .calc .inner .set .result .bottom {
  font-size: 16px;
  line-height: 25px;
}
.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 {
  background: url("../images/bg_feedback_wabusiness_full.jpg") no-repeat center top;
  padding: 50px 0;
}
.feedback.feedback_wabusiness .title {
  font-size: 32px;
  line-height: 40px;
  font-weight: 900;
}
.feedback.feedback_wabusiness .announce {
  font-size: 16px;
  line-height: 25px;
}
@media (max-width: 1599px) {
  .wabusiness .steps {
    background: #f4f9ff;
  }
  .wabusiness .steps .items {
    padding: 0;
    border-radius: 0;
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 1399px) {
  .wabusiness .possibilities .item .photo {
    height: auto;
    padding-bottom: 10px;
  }
  .wabusiness .possibilities .item .photo span {
    max-width: calc(100% - 20px);
    margin-left: 10px;
  }
  .wabusiness .possibilities .item .text {
    padding: 40px;
  }
  .wabusiness .possibilities .item .text .name {
    font-size: 25px;
    line-height: 30px;
  }
  .wabusiness .possibilities .item .text .announce {
    font-size: 18px;
    line-height: 25px;
  }
  .wabusiness .calc .inner {
    padding: 80px;
  }
}
@media (max-width: 1169px) {
  header.header_wabusiness .header .gupshup {
    position: relative;
    left: auto;
    top: auto;
  }
  .wabusiness .nps {
    padding-top: 70px;
  }
  .wabusiness .calc .inner .set .items .item .label .price {
    float: none;
  }
}
@media (max-width: 1023px) {
  .wabusiness .possibilities .item {
    padding: 50px 0;
  }
  .wabusiness .possibilities .item .text {
    padding: 0 30px;
  }
  .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;
  }
}
@media (max-width: 767px) {
  header.header_wabusiness .header {
    min-height: 800px;
  }
  header.header_wabusiness .header h1 {
    margin-bottom: 40px;
  }
  header.header_wabusiness .header .announce {
    font-size: 16px;
    line-height: 25px;
  }
  .wabusiness .advantages {
    padding: 50px 0;
  }
  .wabusiness .advantages .item {
    width: calc(50% - 5px);
    margin-bottom: 20px;
  }
  .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 .wrap > .name {
    display: block;
  }
  .wabusiness .possibilities .item .inner {
    display: none;
    padding-top: 20px;
  }
  .wabusiness .possibilities .item .photo,
  .wabusiness .possibilities .item .text {
    float: none;
    width: 100%;
  }
  .wabusiness .possibilities .item .photo {
    padding: 10px;
    margin-bottom: 20px;
    background: url("../images/bg_introduction_item_odd.svg") no-repeat bottom right;
  }
  .wabusiness .possibilities .item .photo span {
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .wabusiness .possibilities .item .photo span img {
    width: 100%;
    border-radius: 10px;
  }
  .wabusiness .possibilities .item .text {
    padding: 0;
  }
  .wabusiness .possibilities .item .text .name {
    display: none;
  }
  .wabusiness .possibilities .item .text .announce {
    text-align: center;
  }
  .wabusiness .possibilities .item:nth-child(odd) .photo {
    padding: 10px;
  }
  .wabusiness .possibilities .item:nth-child(odd) .photo span {
    margin: 0;
  }
  .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 .wab_gb {
    padding: 50px 0;
  }
  .wabusiness .wab_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 375px;
  }
  .wabusiness .block_price .text {
    padding: 120px 0 0;
  }
  .wabusiness .block_price .text .price {
    font-size: 20px;
    line-height: 30px;
  }
  .wabusiness .block_price .text .price span {
    font-size: 30px;
  }
  .wabusiness .block_price .text .descr {
    font-size: 16px;
  }
  .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 .gradient {
    margin-bottom: 25px;
  }
  .wabusiness .calc .inner .text .calculator {
    position: relative;
    left: auto;
    bottom: auto;
    margin: 0 auto;
    max-width: 100%;
    background-position: top left;
  }
  .wabusiness .calc .inner .set .items .item .label {
    position: relative;
  }
  .wabusiness .calc .inner .set .items .item .label .info {
    position: static;
  }
  .wabusiness .calc .inner .set .items .item .label .info span {
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: -20px;
  }
  .feedback.feedback_wabusiness {
    background-size: cover;
    padding-bottom: 560px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-image: url("../images/bg_feedback_introduction_full_m.jpg");
  }
}
@media (max-width: 374px) {
  header.header_wabusiness .header h1 {
    font-size: 22px;
    line-height: 25px;
  }
  header.header_wabusiness .header .announce {
    font-size: 14px;
    line-height: 20px;
  }
  .wabusiness .advantages .item {
    display: block;
    width: 100%;
  }
  .wabusiness .nps .title {
    font-size: 24px;
    line-height: 30px;
  }
  .wabusiness .nps .buttons a {
    display: block;
    margin: 0 0 5px 0;
  }
  .wabusiness .block_price {
    background-size: 95% auto;
    background-position: top center;
  }
  .wabusiness .steps .items .item {
    display: block;
    width: 100%;
    padding: 0;
  }
  .wabusiness .block .title {
    font-size: 25px;
  }
  .wabusiness .calc .inner .text .calculator span {
    width: 100%;
    font-size: 16px;
  }
  .wabusiness .calc .inner .set .items .item .field .range .ui-slider-handle .count {
    font-size: 10px;
    padding: 5px;
  }
}
