
/* line 16, ../sass/btn-phone.scss */
.btn-phone {
  color: #4f4f4f;
  text-align: center;
}
/* line 19, ../sass/btn-phone.scss */
.btn-phone p {
  margin-bottom: 15px;
}
/* line 22, ../sass/btn-phone.scss */
.btn-phone a {
  background: #eeedec;
  padding: 10px;
  display: block;
  border-radius: 8px;
  margin-top: 5px;
  text-align: center;
  text-decoration: none;
  color: #4f4f4f;
}
/* line 32, ../sass/btn-phone.scss */
.btn-phone .toggle-el {
  background: white;
  transition: all 0.2s ease;
  opacity: 0;
  position: fixed;
  width: 250px;
  right: 100px;
  bottom: 100px;
  border-radius: 8px;
  height: 0;
  padding: 15px;
  overflow: hidden;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
/* line 46, ../sass/btn-phone.scss */
.btn-phone input[type="checkbox"].hide-input:checked + .toggle-el {
  opacity: 1;
  height: 185px;
  padding-bottom: 0;
}
/* line 52, ../sass/btn-phone.scss */
.btn-phone input.hide-input {
  position: fixed;
  left: -999em;
}
/* line 56, ../sass/btn-phone.scss */
.btn-phone label.toggle {
  align-items: center;
  border-radius: 34px 8px 34px 34px;
  box-shadow: 0 5px 4px 0 rgba(0, 0, 0, 0.26);
  color: #fff;
  cursor: pointer;
  display: flex;
  justify-content: center;
  position: fixed;
  right: 100px;
  bottom: 20px;
  z-index: 9995;
  height: 60px;
  width: 60px;
  cursor: pointer;
  user-select: none;
  background-color: #3a856a;
}
.fono_mda {
    height: 250px;
    display: none;
    z-index: 999;
}
