/* Keep the Bitrix contact widget aligned with the native scroll-to-top button. */
.b24-widget-button-wrapper.b24-widget-button-position-bottom-right {
  right: 24px !important;
  bottom: 88px !important;
  width: 52px !important;
  height: 52px !important;
  z-index: 10150 !important;
}

.b24-widget-button-wrapper .b24-widget-button-inner-container,
.b24-widget-button-wrapper .b24-widget-button-block,
.b24-widget-button-wrapper .b24-widget-button-inner-block,
.b24-widget-button-wrapper .b24-widget-button-icon-container,
.b24-widget-button-wrapper .b24-widget-button-inner-item {
  width: 52px !important;
  height: 52px !important;
}

.b24-widget-button-wrapper .b24-widget-button-inner-container {
  transform: none !important;
}

.b24-widget-button-wrapper .b24-widget-button-inner-mask {
  inset: 0 !important;
  width: 52px !important;
  height: 52px !important;
  border-radius: 14px !important;
  background: linear-gradient(157.969deg, #869af5 3.055%, #35345f 119.1%) !important;
  box-shadow: 0 14px 34px rgba(53, 52, 95, 0.24) !important;
}

.b24-widget-button-wrapper .b24-widget-button-inner-block,
.b24-widget-button-wrapper .b24-widget-button-block,
.b24-widget-button-wrapper .b24-widget-button-inner-item {
  border-radius: 14px !important;
}

.b24-widget-button-wrapper .b24-widget-button-inner-block {
  background: linear-gradient(157.969deg, #869af5 3.055%, #35345f 119.1%) !important;
}

.b24-widget-button-wrapper .b24-widget-button-inner-mask,
.b24-widget-button-wrapper .b24-widget-button-pulse,
.b24-widget-button-wrapper .b24-widget-button-shadow {
  display: none !important;
}

.b24-widget-button-wrapper .b24-crm-button-icon {
  width: 24px !important;
  height: 24px !important;
}

.b24-widget-button-wrapper .b24-crm-button-icon path {
  fill: #fff !important;
}

@media (max-width: 620px) {
  .b24-widget-button-wrapper.b24-widget-button-position-bottom-right {
    right: 16px !important;
    bottom: 74px !important;
    width: 46px !important;
    height: 46px !important;
  }

  .b24-widget-button-wrapper .b24-widget-button-inner-container,
  .b24-widget-button-wrapper .b24-widget-button-block,
  .b24-widget-button-wrapper .b24-widget-button-inner-block,
  .b24-widget-button-wrapper .b24-widget-button-icon-container,
  .b24-widget-button-wrapper .b24-widget-button-inner-item,
  .b24-widget-button-wrapper .b24-widget-button-inner-mask {
    width: 46px !important;
    height: 46px !important;
  }

  .b24-widget-button-wrapper .b24-widget-button-inner-mask,
  .b24-widget-button-wrapper .b24-widget-button-inner-block,
  .b24-widget-button-wrapper .b24-widget-button-block,
  .b24-widget-button-wrapper .b24-widget-button-inner-item {
    border-radius: 12px !important;
  }
}
