#boncall {
  padding: 30px;
}

#btn-boncall {
  display: inline-block;
  position: relative;
}

#btn-boncall .block-callback {
  display: flex;
  margin: 17px 10px 20px 0;
}

#btn-boncall .block-callback-link {
  position: relative;
}

#btn-boncall .boncall-title {
  color: #3a3a3a;
}

#btn-boncall .block-callback a {
  display: flex;
}

#btn-boncall .block-callback a span {
  hyphens: none
}

#btn-boncall a i {
  font-size: 14px;
  margin-right: 7px;
}

#btn-boncall a.btn-boncall {
  color: #3a3a3a;
  text-transform: uppercase;
  font-weight: 400;
  white-space: inherit;
  transition: all 0.2s linear;
  font-size: 15px;
  position: relative;
  margin-left: 30px;
  margin-right: 45px;
}

#btn-boncall a.btn-boncall span {
  font-size: 13px;
}

#btn-boncall a.btn-boncall:hover {
  box-shadow: none;
}

#btn-boncall a.btn-boncall::after {
  position: absolute;
  right: -15px;
  content: "\E801";
  font-size: 10px;
  font-family: 'Mercury';
  font-weight: 600;
  transform: rotate(180deg);
}

#btn-boncall a.btn-boncall.active::after {
  transform: rotate(0deg);
}

#btn-boncall .boncall-wrapper {
  display: none;
}

.boncall-wrapper {
  width: 300px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.16);
  background: #fff;
  padding: 15px;
  position: absolute;
  z-index: 998;
  right: -15px;
  top: 35px;
}

.boncall-wrapper .bon-call-success.alert-success {
  text-align: center;
  margin-bottom: 0;
}

.boncall_form .wh {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.boncall_form p {
  margin-bottom: 12px;
}

.boncall_form .submit {
  display: flex;
  justify-content: center;
}

.boncall_form .submit .boncall_send {
  padding: 11px 20px;
  width: 100%;
}

.boncall_form fieldset {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .header-banner .block-callback {
    display: none !important;
  }

  .boncall-wrapper {
    right: 0;
  }

  #header .btn-boncall .block-callback span,
  #header .btn-boncall .block-callback a,
  .btn-boncall .block-callback i {
    color: white;
    margin-right: 7px;

  }

  .btn-boncall {
    border-bottom: 1px solid #626262;
    box-shadow: inset 0 -2px 2px -2px #414141;
  }

  .btn-boncall .block-callback a:first-child {
    margin-left: 0;
  }

  .btn-boncall .block-callback-link {
    display: flex;
  }

  .btn-boncall .block-callback {
    margin: 17px 10px 20px 0;
  }
}