.contact-site-section {
  position: fixed;
  max-width: 300px;
  width: 300px;
  z-index: 995;
  right: 8em;
  bottom: 25%;
}
.contact-site-section .btn-contact-link {
  font-family: 'Open Sans', sans-serif;
  color: #9b288c;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
  margin-right: 33px;
  text-align: end;
}
.contact-site-section .contact-content {
  width: 295px;
  height: 61px;
  background-color: #FFFFFF;
  border: 1px solid #F2DBEF;
  display: flex;
  justify-content: right;
  margin-left: -14px;
  align-items: center;
  border-radius: 44px 0 0 44px;
}

.contact-site-section .contact-us {
  position: absolute;
  right: -15px;
  z-index: 999;
  height: 61px;
  width: 61px;
  border-radius: 50%;
  background-color: #9B288C;
  padding: 17px;
}
@media screen and (max-width: 540px) {
  .contact-site-section {
    top: 73%;
  }
}
@media screen and (max-width: 767px) {
  .contact-site-section {
    display: none!important;
  }
  .back-to-top.btn.btn-secondary.show {
    top: auto!important;
    bottom: 10px!important;
  }
}
@media screen and (max-width: 1280px) {
  .contact-site-section {
    right: 2em;
    transform: none;
  }
}
@media screen and (min-width: 1500px) {
  .contact-site-section {
    right: calc(100% - 1194px + 20px - (100% - 1194px) / 2);
    transform: none;
  }
}
