/*callback button start*/
.callback-button__wraper {
  position: fixed;
  bottom: 57px;
  right: 57px;
  z-index: 100;
}
.callback-button__wraper button {
  border: none;
  background: none;
  padding: 0;
  cursor: pointer;
  outline: none;
}
.callback-button__wraper button .svg-img.toggle {
  opacity: 0;
}
.callback-button__wraper button .svg-img-close {
  opacity: 0;
}
.callback-button__wraper button .svg-img-close.toggle {
  opacity: 1;
}
.svg-img-close {
  opacity: 0;
}
.callback-content {
  display: flex;
  flex-direction: column;
  padding-bottom: 0;
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.callback-content.toggle {
  opacity: 1;
  height: 100%;
  visibility: visible;
  padding-bottom: 10px;
}
.callback-content.toggle a {
  padding-bottom: 8px;
  display: flex;
}
.callback-content a {
  display: flex;
  justify-content: center;
  padding-bottom: 0;
  display: none;
}
/*callback button end*/
