#ouibounce-modal .popup-call__box {
  max-width: 678px;
  padding: 40px 114px !important;
}

#ouibounce-modal .about__name {
  font-weight: 400;
  color: #fff;
}

#ouibounce-modal img.technical-task {
  width: 78px;
  margin-left: -23px;
}

#ouibounce-modal .box-modal__btn {
  margin: 0 auto 30px auto;
  font-family: "Nunito Sans", sans-serif;
}

#ouibounce-modal .box-modal__btn-close {
  color: #fff;
  font-family: "Nunito Sans", sans-serif;
}

#ouibounce-modal .free__flex {
  display: flex !important;
  align-items: center;
  gap: 37px;
}

#ouibounce-modal .free__item {
  margin-top: 0px;
  text-align: left;
}

#ouibounce-modal .free__item input {
  width: 100%;
}

#ouibounce-modal .free__bottom button {
  margin: 43px auto 30px auto;
  border: 0;
}

#popup-thank .popup-call__box {
  height: 42vh;
  justify-content: center;
  display: flex;
  flex-direction: column;
}

button:disabled,
button[disabled] {
  cursor: not-allowed !important;
}

/* accept cookies */

.accept-cookies .popup {
  position: fixed;
  bottom: 32px;
  right: 32px;
  max-width: 416px;
  padding: 28px 40px;
  z-index: 9999;

  background: rgba(35, 21, 45, 0.8);
  backdrop-filter: blur(50px);
  -webkit-backdrop-filter: blur(50px);
  border-radius: 12px;
}

.accept-cookies .popup-body {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  column-gap: 30px;
  max-width: 1140px;
  margin: 0 auto;
}

.accept-cookies .popup-body h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #ffffff;
  margin-bottom: 8px;
}

.accept-cookies .popup-body p {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #dad8e4;
}

.accept-cookies .bttn {
  margin: 20px 0 0;
  width: 100%;
  border: 1px solid #817482;
}

.accept-cookies .close__button {
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit;
  cursor: pointer;
  outline: inherit;

  position: absolute;
  top: 28px;
  right: 40px;
  width: 16px;
  height: 16px;
  transition: all 0.5s ease;

  display: flex;
  align-items: center;
  justify-content: center;
}

.accept-cookies .close__button:hover {
  transform: rotate(90deg);
}

.accept-cookies .close__button svg {
  width: 12px;
  height: 12px;
}

.accept-cookies-close {
  display: none;
}

/* Btn animation */
.bttn {
  position: relative;
}

.free__btn.white::after,
.free__btn.white::before {
  animation: none !important;
}

@keyframes pulses {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}

#ouibounce-modal-step-2 {
  display: none;
}

@media screen and (max-width: 768px) {
  #ouibounce-modal .popup-call__box {
    padding: 20px !important;
  }

  #ouibounce-modal .about__name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  #ouibounce-modal img.technical-task {
    width: 80px;
    margin-bottom: 20px;
  }

  #ouibounce-modal .box-modal__btn {
    margin: 0 auto 10px auto;
  }

  #popup-thank .popup-call__box {
    height: 45vh;
  }

  .accept-cookies .popup {
    bottom: 16px;
    right: 16px;
    left: 16px;
    max-width: fit-content;
    padding: 20px 24px;
  }

  .accept-cookies .bttn {
    max-width: 222px;
    width: 100%;
  }
}

@media screen and (max-width: 576px) {
  .accept-cookies .bttn {
    max-width: 100%;
  }
}
