#boncall {
  padding: 30px;
}

#btn-boncall {
  display: inline-block;
  position: relative;
}

#btn-boncall .block-callback {
  display: flex;
  /* margin: 23px 0 10px 0; */
  margin: 0 20px 0 0;
}

#btn-boncall .block-callback a {
  margin-left: 36px;
}

#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: bold;
  white-space: inherit;
  transition: all 0.2s linear;
  font-size: 15px;
  position: relative;
}

#btn-boncall a.btn-boncall span {
  font-size: 12px;
}

#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;
}

.boncall-email {
	font-size: 12px;
	font-weight: bold;
}

@media screen and (max-width: 767px) {
  #btn-boncall .block-callback .boncall-email {
    display: none;
  }
  #btn-boncall .block-callback {
    margin: 0 0 10px 0;
  }
}

@media screen and (max-width: 575px) {

  #btn-boncall a.btn-boncall span {
    font-size: 11px;
  }

}