* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  list-style: none;
  text-decoration: none;
}

.jb-callback-widget {
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0.75em;
  z-index: 599;
  font-size: 1em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 16px;
}
@media (max-width: 1300px) {
  .jb-callback-widget {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-size: 1em;
  }
}
@media (max-width: 540px) {
  .jb-callback-widget {
    font-size: 4.36vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (max-width: 390px) {
  .jb-callback-widget {
    font-size: 4.34vw;
  }
}
@media (max-width: 385px) {
  .jb-callback-widget {
    font-size: 4.33vw;
  }
}
@media (max-width: 380px) {
  .jb-callback-widget {
    font-size: 4.32vw;
  }
}
@media (max-width: 375px) {
  .jb-callback-widget {
    font-size: 4.31vw;
  }
}
@media (max-width: 370px) {
  .jb-callback-widget {
    font-size: 4.3vw;
  }
}
@media (max-width: 365px) {
  .jb-callback-widget {
    font-size: 4.29vw;
  }
}
@media (max-width: 360px) {
  .jb-callback-widget {
    font-size: 4.28vw;
  }
}
.jb-callback-widget-column {
  -webkit-backdrop-filter: blur(0.75em);
          backdrop-filter: blur(0.75em);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  background: rgba(51, 51, 51, 0.5);
  padding: 0.5625em 0.5em 0.4375em;
}
.jb-callback-widget-column:first-child {
  padding-right: 0;
  border-radius: 16px 0 0 16px;
}
.jb-callback-widget-column:last-child {
  border-radius: 0px 16px 16px 0px;
}
.jb-callback-widget-column:has(.active) {
  border-radius: 16px 16px 16px 0;
}
.jb-callback-widget__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em 1.5em;
  border-radius: 8px;
  width: 100%;
  color: #fff;
  font-weight: 600;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9375em;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  background-color: #BF9E77;
  min-width: 10.8125em;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  white-space: nowrap;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.jb-callback-widget__btn:active {
  color: #fff;
  opacity: 0.8;
}
.jb-callback-widget__btn_call {
  background: #27AAEB;
}
.jb-callback-widget__btn_message {
  position: relative;
  background: #1DCA4D;
}
.jb-callback-widget__message-links {
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5em;
  right: 0;
  bottom: 0;
}
.jb-callback-widget__message-links.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}