.ct-widget__call-us.ct-widget__call-us--bot
  .ct-widget__clipboard
  .ct-widget__copy
  .ct-widget__tooltip::before,
.ct-widget__call-us.ct-widget__call-us--top
  .ct-widget__clipboard
  .ct-widget__copy
  .ct-widget__tooltip::before {
  left: 50%;
  top: -16px;
  transform: rotate(-180deg) translateX(50%);
}
.ct-widget__call-us .ct-widget__button .ct_loader,
.ct-widget__call-us .ct-widget__clipboard .ct_loader {
  animation: 2s linear infinite rotate;
  display: none;
  height: 15px;
  width: 15px;
  margin: 0 auto;
}
.ct-widget__call-us {
  position: relative;
  display: flex;
  max-width: fit-content;
  align-items: start;
  flex-direction: column;
}
.ct-widget__call-us .ct-widget__button {
  min-width: fit-content;
  background: #01aee6;
  color: #fff;
  border: none;
  outline: 0;
  min-height: 30px;
  cursor: pointer;
  padding: 3px 15px 3px 40px;
  font-size: 14px;
  font-weight: 600;
  position: relative;
  white-space: nowrap;
  display: flex !important;
  align-items: center;
}
.ct-widget__call-us .ct-widget__button:disabled {
  filter: contrast(0.5);
}
.ct-widget__call-us .ct-widget__button::before {
  content: url("https://mpp.agency/ringostat/v1/imgs/phone.svg");
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
}
.ct-widget__call-us .ct-widget__button .ct_loader .path {
  stroke: hsl(0deg, 0%, 100%);
  stroke-linecap: round;
  animation: 1.5s ease-in-out infinite dash;
}
.ct-widget__call-us .ct-widget__button .ct_loader.active {
  display: inline-block;
  transition: 0.3s;
  margin-left: 7px;
}
.ct-widget__call-us.ct-widget__call-us--top .ct-widget__clipboard {
  bottom: -35px;
  left: 0;
  margin-top: 5px;
}
.ct-widget__call-us.ct-widget__call-us--top .ct-widget__clipboard::before {
  content: "";
  position: absolute;
  left: 35px;
  top: -15px;
  transform: rotate(180deg);
  border: 10px solid transparent;
  border-top: 10px solid #005a8c;
}
.ct-widget__call-us.ct-widget__call-us--top
  .ct-widget__clipboard
  .ct-widget__copy {
  position: relative;
}
.ct-widget__call-us.ct-widget__call-us--top
  .ct-widget__clipboard
  .ct-widget__copy
  .ct-widget__tooltip {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.ct-widget__call-us.ct-widget__call-us--bot {
  flex-direction: column-reverse;
  align-items: start;
}
.ct-widget__call-us.ct-widget__call-us--bot .ct-widget__clipboard {
  top: -35px;
  margin-bottom: 5px;
  color: #fff;
}
.ct-widget__call-us.ct-widget__call-us--bot .ct-widget__clipboard::before {
  content: "";
  position: absolute;
  left: 35px;
  bottom: -15px;
  border: 10px solid transparent;
  border-top: 10px solid #005a8c;
}
.ct-widget__call-us.ct-widget__call-us--bot
  .ct-widget__clipboard
  .ct-widget__copy
  .ct-widget__tooltip {
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.ct-widget__call-us.ct-widget__call-us--ar {
  direction: rtl !important;
}
.ct-widget__call-us.ct-widget__call-us--ar .ct-widget__button {
  padding: 3px 40px 3px 15px;
}
.ct-widget__call-us.ct-widget__call-us--ar .ct-widget__button::before {
  left: auto;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
.ct-widget__call-us.ct-widget__call-us--ar .ct-widget__clipboard.active {
  direction: ltr !important;
  flex-direction: row-reverse;
}
.ct-widget__call-us.ct-widget__call-us--ar.left .ct-widget__clipboard {
  right: 0;
}
.ct-widget__call-us.ct-widget__call-us--ar.left .ct-widget__clipboard::before {
  left: auto;
  right: 10px;
}
.ct-widget__call-us.ct-widget__call-us--rigth .ct-widget__clipboard {
  bottom: -35px;
  left: auto;
  right: 0;
}
.ct-widget__call-us.ct-widget__call-us--rigth .ct-widget__clipboard::before {
  right: 25px;
  position: absolute;
  left: auto;
  top: -15px;
  transform: rotate(180deg);
}
.ct-widget__call-us.ct-widget__call-us--white .path {
  stroke: #005a8c !important;
}
.ct-widget__call-us.ct-widget__call-us--white .ct-widget__button {
  background: #fff;
  color: #005a8c;
}
.ct-widget__call-us.ct-widget__call-us--white .ct-widget__button::before {
  content: url("https://mpp.agency/ringostat/v1/imgs/phone-bl.svg");
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  height: 16px;
  width: 16px;
}
.ct-widget__call-us.ct-widget__call-us--white .ct-widget__clipboard .path {
  stroke: white !important;
}
.ct-widget__call-us .ct-widget__clipboard {
  position: absolute;
  min-width: 140px;
  height: 30px;
  display: none;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  background: #005a8c;
  max-width: fit-content;
  margin-top: 0;
  color: #fff;
  padding: 0 10px;
}
.ct-widget__call-us .ct-widget__clipboard .ct_loader .path {
  stroke: hsl(0deg, 0%, 100%);
  stroke-linecap: round;
  animation: 1.5s ease-in-out infinite dash;
}
.ct-widget__call-us .ct-widget__clipboard .ct_loader.active {
  display: inline-block;
  transition: 0.3s;
}
.ct-widget__call-us .ct-widget__clipboard .ct_inner-ringo {
  white-space: nowrap;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.ct-widget__call-us .ct-widget__clipboard .ct_inner-ringo-ru {
    white-space: nowrap;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
  }
.ct-widget__call-us .ct-widget__clipboard .ct-widget__copy {
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  height: 15px;
  width: 15px;
}
.ct-widget__call-us .ct-widget__clipboard .ct-widget__copy .ct-widget__tooltip {
  position: absolute;
  background-color: #003856;
  padding: 5px;
  font-size: 12px;
  text-transform: capitalize;
  opacity: 0;
  visibility: hidden;
  white-space: nowrap;
}
.ct-widget__call-us
  .ct-widget__clipboard
  .ct-widget__copy
  .ct-widget__tooltip::before {
  content: "";
  position: absolute;
  border: 10px solid transparent;
  border-top: 10px solid #003856;
}
.ct-widget__call-us
  .ct-widget__clipboard
  .ct-widget__copy.acvite
  .ct-widget__tooltip,
.ct-widget__call-us
  .ct-widget__clipboard
  .ct-widget__copy:hover
  .ct-widget__tooltip {
  visibility: visible;
  opacity: 1;
  transition: 0.3s;
}
.ct-widget__call-us .ct-widget__clipboard.active {
  display: flex;
}
@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
.ct-widget__button-static {
  position: fixed;
  z-index: 101;
  right: 48px;
  bottom: 118px;
  display: flex;
  width: 64px;
  height: 64px;
  justify-content: center;
  align-items: center;
  background: #0A84FF;
  border-radius: 96px;
  cursor: pointer;
  transition: all 0.3s;
  opacity: 1;
  visibility: visible;
}
.ct-widget__button-static.hide {
  opacity: 0;
  visibility: hidden;
}
.ct-widget__button-static.one-widget{
  right: 40px;
  bottom: 40px;
  transition: all 0.3s;
}
.ct-widget__button-static:hover {
  background: #007AFF;
  transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.ct-info-wrapper__static {
  position: absolute;
  display: none;
  top: 9px;
  left: -19px;
  transform: translate(-100%, 0%);
  border-radius: 8px;
  background: #5C5C5C;
  padding: 12px;

  min-width: 200px;
}
.ct-info-wrapper__static.show {
  display: flex;
}
.ct_ready {
  display: none;
  align-items: center;
  gap: 8px;
}
.ct_ready.active {
  display: flex;
}
.ct-info__copy {
  cursor: pointer;
  border: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  opacity: 0.6;
  display: flex;
  align-items: center;
}
.ct-link__static {
  color: #F2F2F7 !important;
  text-decoration: none !important;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  white-space: nowrap;
}
.decor_arrow {
  position: absolute;
  right: 1px;
  top: 53%;
  transform: translate(100%, -50%);
}
.ct-info__img {
  display: flex;
  align-items: center;
}
.ct_loader-static {
  margin: 0 auto;
  width: 60px;
  aspect-ratio: 4;
  background: radial-gradient(
      closest-side at calc(100% / 6) 50%,
      #46bbec 90%,
      #0000
    )
    0/75% 100%;
  position: relative;
  animation: l15-0 1s infinite linear;
}
.lds-spinner.hide{
  display: none;
}
.lds-spinner,
.lds-spinner div,
.lds-spinner div:after {
  box-sizing: border-box;
  opacity: 0.6;
}
.lds-spinner {
  color: #F2F2F7;
  display: inline-block;
  position: relative;
  width: 25px;
  height: 25px;
  margin: 0px auto;
}
.lds-spinner div {
  transform-origin: 15px 15px;
  animation: lds-spinner 1.2s linear infinite;
}
.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 1.2px;
  left: 13.8px;
  width: 2.4px;
  height: 6.6px;
  border-radius: 20%;
  background: #F2F2F7;
}
.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}
.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}
.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}
.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}
.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}
.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}
.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}
.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}


.ct_loader-static.hide {
  display: none;
}
.ct_loader-static::before {
  content: "";
  position: absolute;
  background: inherit;
  clip-path: inset(0 0 0 50%);
  inset: 0;
  animation: l15-1 0.5s infinite linear;
}
@keyframes l15-0 {
  0%,
  49.99% {
    transform: scale(1);
  }
  50%,
  100% {
    transform: scale(-1);
  }
}
@keyframes l15-1 {
  0% {
    transform: translateX(-37.5%) rotate(0turn);
  }
  80%,
  100% {
    transform: translateX(-37.5%) rotate(1turn);
  }
}
.ct-mobile-text {
  display: none;
}
.ct-widget__button-static-img-mobile{
  display: none;
}
@media (max-width: 767px) {
  .ct-widget__button-static:hover {
    background: #27abe2;
    transition: background 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
  .ct-widget__button-static-img{

    display: none;
  }
  .ct-widget__button-static-img-mobile{
    width: 18px;
    height: 18px;
    display: block;
  }
  .ct-widget__button-static {
    left: 10px;
    bottom: 10px;
    right: auto;
    width: calc(50% - 16px);
    border-radius: 12px;
    background-image: none;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    gap: 4px;
    height: 50px;
  }
  .ct-widget__button-static.one-widget{
    left: 8px;
    bottom: 10px;
    transition: all 0.3s;
    width: calc(100% - 16px);
  }
  .ct-widget__button-static.disabled{
    transition: 0.3s;
    opacity: 0.6;
    pointer-events: none;
  }
  .ct-mobile-text {
    pointer-events: none;
    display: block;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #fff;
  }
}