.bts-popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center; }

.bts-popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  -moz-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s; }

.bts-popup-container {
  position: relative;
  border-radius: none;
  text-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  /* Force Hardware Acceleration in WebKit */
  -webkit-backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  transition-duration: 0.3s;
  z-index: 99999; }
  @media all and (max-width: 780px) {
    .bts-popup-container {
      width: 90%; } }

.bts-popup-container img {
  width: 100%;
  height: auto;
  display: block; }
  @media screen and (max-width: 1024px) {
    .bts-popup-container img {
      height: auto; } }

.bts-popup-container p {
  color: white;
  padding: 10px 40px; }

.bts-popup-container .bts-popup-button {
  padding: 5px 25px;
  border: 2px solid black;
  display: inline-block;
  margin-bottom: 10px;
  position: relative; }

.bts-popup-container a {
  color: white;
  text-decoration: none;
  text-transform: uppercase; }

.is-visible .bts-popup-container {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0); }

.icon_bq {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #222;
  width: 100px;
  padding: 5px 10px;
  box-sizing: border-box;
  border-radius: 30px;
  position: absolute;
  top: -3%;
  right: -3%;
  cursor: pointer;
  color: #fff;
  opacity: 0.9;
  z-index: 99; }
  @media screen and (max-width: 540px) {
    .icon_bq {
      width: 110px;
      padding: 3px 0px; } }
  .icon_bq svg {
    margin-left: 5px; }

.popup_box {
  max-width: 600px; }
  .popup_box .owl-prev {
    position: absolute;
    top: 50%;
    left: -17px;
    transform: translateY(-50%);
    BACKGROUND: #222;
    border-radius: 50%;
    width: 35px;
    height: 35px; }
    .popup_box .owl-prev svg {
      width: 28px;
      height: 28px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .popup_box .owl-next {
    position: absolute;
    top: 50%;
    right: -17px;
    transform: translateY(-50%);
    BACKGROUND: #222;
    border-radius: 50%;
    width: 35px;
    height: 35px; }
    .popup_box .owl-next svg {
      width: 28px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      height: 28px; }

/*# sourceMappingURL=popup.css.map */
