.sc-custom-popup {
  position: fixed;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: unset;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

.sc-close-popup {
  position: absolute;
  top: 6px;
  right: 6px;
  cursor: pointer;
}
.sc-header-popup img {
  height: 48px;
  width: 48px;
  flex-shrink: 0;
  margin-bottom: unset;
  position: absolute;
  left: 38px;
}

span.sc-close-popup img {
  width: 25px;
  margin-bottom: unset;
}

.sc-header-popup {
  display: flex;
  gap: 15px;
  background-color: #0776c9;
  align-items: center;
  padding: 0 20px;
  justify-content: center;
}

.sc-text-des-popup {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sc-text {
  font-size: 32px;
  color: #fff;
}

.sc-sub {
  font-size: 16px;
  color: #fff;
}

.sc-contact-popup {
  display: flex;
  border-bottom: 0.5px solid #b4b4b4;
}

.sc-name-adress {
  color: #ff7017;
  font-size: 16px;
  font-weight: bold;
  padding-left: 16px;
  padding-top: 16px;
}

.sc-contact-popup > div:nth-child(2) {
  border-left: 0.5px solid #b4b4b4;
  border-right: 0.5px solid #b4b4b4;
}

.sc-adress {
  font-size: 12px;
  padding: 0 16px 16px 16px;
}

.sc-title-form {
  color: #2962fa;
  font-size: 28.5px;
  text-transform: uppercase;
  text-align: center;
  margin-top: 14px;
  font-weight: bold;
}

.sc-des-form {
  text-align: center;
  font-weight: bold;
}
.sc-price img {
  width: 500px;
  display: block;
  margin: 0 auto;
}

.sc-subtext {
  text-align: center;
  font-size: 14px;
  padding-bottom: 35px;
}

.shortcode-trial-btn {
  border-radius: 100px;
  box-shadow: rgb(200 200 200 / 20%) 0 -25px 18px -14px inset,
    rgb(187 187 187 / 15%) 0 1px 2px, rgb(103 103 103 / 15%) 0 2px 4px,
    rgb(188 188 188 / 15%) 0 4px 8px, rgb(89 83 83 / 15%) 0 8px 16px,
    rgb(183 183 183 / 15%) 0 16px 32px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: CerebriSans-Regular, -apple-system, system-ui, Roboto, sans-serif;
  padding: 7px 20px;
  text-align: center;
  text-decoration: none;
  transition: all 250ms;
  border: 0;
  font-size: 24px;
  width: fit-content;
}

.shortcode-trial-btn:hover {
  box-shadow: rgb(157 159 158 / 35%) 0 -25px 18px -14px inset, #cec2c2 0 1px 2px,
    #999 0 2px 4px, #ddd 0 4px 8px, #ccc 0 8px 16px, #ededed 0 16px 32px;
  transform: scale(1.05) rotate(-0deg);
}

a.shortcode-trial-btn:hover,
a.shortcode-trial-btn:focus {
  opacity: 1 !important;
  color: #fff;
}
.sc-form {
  display: flex;
  justify-content: center;
}
@media (max-width: 979px) {
  button.sc-custom-button.shortcode-trial-btn {
    display: none;
  }
}
