input[type="email"],
input[type="tel"],
input[type="text"],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  width: 100%;
  display: flex;
  align-items: center;
  outline: 0;
  border: 1px solid #dbdada;
  border-radius: 100px;
  caret-color: inherit;
  transition: color 0.3s ease, border 0.3s ease;
  padding: 21px 40px;
  margin: 0;
}

.input:focus {
  border: 1px solid #000000;
}

.input::-moz-placeholder {
  color: #7a7a7a;
}

.input::placeholder {
  color: #7a7a7a;
}

.input[placeholder]:not([data-placeholder-nohiden])::-moz-placeholder {
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::-moz-placeholder {
  opacity: 0;
}

.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: none;
}

.checkbox {
  position: relative;
}

.checkbox._form-error .checkbox__label {
  border-color: #e60795;
  background-color: rgba(230, 7, 148, 0.2);
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}

.checkbox__input:focus-visible + .checkbox__label:before {
  box-shadow: 0 0 5px #000;
}

.checkbox__input:checked + .checkbox__label {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.checkbox__label {
  cursor: pointer;
  border-radius: 6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.3s ease, border 0.3s ease, background-color 0.3s ease;
  border: 1px solid #000;
  font-weight: 300;
  font-size: clamp(14px, 1.3888888889vw, 20px);
  padding: 7px 18px;
}

.form__checkbox {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px 13px;
  margin-bottom: 50px;
}

.form__items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px 26px;
}

.form__item._form-error {
  color: #e60795;
}

.form__item._form-error .input {
  color: #e60795;
  border-color: #e60795;
}

.form__item.item-textarea {
  grid-column: span 2;
}

.form__item.item-acceptance {
  grid-column: span 2;
  font-weight: 400;
  font-size: 15px;
  line-height: 130%;
  color: #7a7a7a;
  display: flex;
  gap: 14px;
  align-items: start;
}

.form__item.item-textarea .input {
  padding: 32px 40px;
  border-radius: 25px;
}

.form__button {
  margin-top: 50px;
}

.popup-show body::after {
  opacity: 1;
}

.popup {
  position: fixed;
  z-index: 55;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s ease 0.8s;
  pointer-events: none;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.popup::-webkit-scrollbar {
  display: none;
}

.popup.popup_show {
  overflow: auto;
  opacity: 1;
  pointer-events: auto;
  transition-delay: 0s;
}

.popup__wrapper {
  display: flex;
  justify-content: flex-end;
  min-height: 100%;
  width: 100%;
  background-color: rgba(18, 18, 18, 0.45);
}

.popup__content {
  position: relative;
  color: #1a1a1a;
  background-color: #f3f3f4;
  width: 100%;
  transition: -webkit-clip-path 0.8s ease;
  transition: clip-path 0.8s ease;
  transition: clip-path 0.8s ease, -webkit-clip-path 0.8s ease;
  -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  max-width: 759px;
  padding: 97px 48px 37px;
  position: relative;
}

.popup-show .popup__content {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

.popup__body {
  position: relative;
}

.popup__body .form {
  opacity: 0;
  transform: translateY(5%);
  transition: transform 0.8s cubic-bezier(0.22, 0.89, 0.34, 0.96) 0.5s,
    opacity 0.8s ease 0.5s;
}

.popup-show .popup__body .form {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(0, -120%);
  opacity: 0;
  transition: opacity 0.8s ease 0.5s;
  background: none;
  border: none;
  padding: 0;
}

.popup-show .popup__close {
  opacity: 1;
  transition-delay: 0.6s;
}

.popup__title {
  font-weight: 700;
  line-height: 1;
  font-size: clamp(25px, 2.7777777778vw, 40px);
}

.popup__txt {
  color: #6c6c6c;
  font-size: clamp(16px, 1.25vw, 18px);
}

.popup__head {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 50px;
}

/* phone input */
.input[type="tel"] {
  overflow: hidden;
  height: 100%;
}

.iti {
  width: 100%;
  height: 100%;
}

.iti__country-container {
  padding: 5px !important;
}

.iti__selected-country {
  background: #f5f5f5 !important;
  margin: 0px;
  border-radius: 100px 0 0 100px !important;
  justify-content: center;
  padding-right: 5px !important;
  overflow: hidden;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .popup__content {
    padding: 6.7361111111vw 3.3333333333vw 2.5694444444vw;
  }
  .popup__head {
    gap: 1.25vw;
    margin-bottom: 3.4722222222vw;
  }
  .form__checkbox {
    gap: 0.8333333333vw 0.9027777778vw;
    margin-bottom: 3.4722222222vw;
  }
  .checkbox__label {
    padding: 0.4861111111vw 1.25vw;
  }
  .form__item.item-textarea .input {
    padding: 2.2222222222vw 2.7777777778vw;
  }
  .form__items {
    gap: 2.2222222222vw 1.8055555556vw;
  }
  .form__button {
    margin-top: 3.4722222222vw;
  }
}
@media (max-width: 480px) {
  .popup__wrapper {
    padding: 109px 20px 40px;
    background-color: #ffffff;
  }
  .popup__close {
    top: 0px;
    right: 14px;
    height: 40px;
    width: 40px;
    transform: translate(0, 0%);
  }
  .popup__head {
    gap: 13px;
    margin-top: 31px;
  }
  .form__checkbox {
    gap: 11px 7px;
    margin-bottom: 21px;
  }
  .checkbox__label {
    padding: 6px 15px;
  }
  .popup__content {
    border-radius: 16px;
    padding: 51px 11px 50px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1019607843);
  }
  .form__item.item-textarea .input {
    padding: 1.7361111111vw 1.25vw;
  }
  .form__items {
    gap: 20px;
    grid-template-columns: 100%;
  }
  .form__button {
    margin-top: 32px;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }
  .form__item.item-textarea {
    grid-column: inherit;
  }
  .form__item.item-acceptance {
    grid-column: inherit;
  }
  .input {
    padding: 16px 17px 16px;
    border-radius: 59px;
  }
  .form__item.item-textarea .input {
    border-radius: 16px;
    padding: 25px 18px;
    height: 145px;
  }
  .form__item.item-acceptance {
    grid-column: inherit;
    font-size: 12px;
    gap: 10px;
  }
  .input[type="tel"] {
    padding: 16px 0 16px;
    border-radius: 59px;
  }
}

.faq__scroll-content h2 {
  font-size: 20px;
  font-weight: 700;
}
.faq__scroll-content li,
.faq__scroll-content a {
  color: rgb(142, 142, 142);
}

.facebook .targeting__social-icon img {
  max-width: 64%;
  height: auto;
}
.tiktok .targeting__social-icon img {
  max-width: 88%;
  height: auto;
}
.maps .targeting__social-icon {
  background-color: #d7d9db;
}
.maps .targeting__social-icon img {
  max-width: 40%;
  height: auto;
}

.linkedin.youtube .targeting__social-icon {
  background-color: #D71B1B;
}
.targeting__social-icon img {
  max-width: 56%;
  height: auto;
}

.targetvalues__about {
  font-size: clamp(15px, 1.3194444444vw, 19px);
  line-height: 130%;
  color: #929292;
  margin-top: 32px;
  padding-bottom: 60px;
  padding-left: 87px;
  padding-right: 60px;
}
.targetvalues__about ul {
  padding-left: 50px;
  padding-bottom: 32px;
}
.targetvalues__about p {
  color: #929292;
  margin-bottom: 32px;
}
.targetvalues__about ul li {
  color: #fff;
  padding-left: 5px;
}
.targetvalues__about ul li::marker {
  color: #2174f5;
  content: "✓";
}
.targetvalues__about ul li:not(:last-child) {
  margin-bottom: 16px;
}

@media (max-width: 1320px) {
  .targetvalues__about {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 992px) {
  .targetvalues__about {
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 0px;
  }
  .targetvalues__about ul {
    padding-left: 10px;
  }
}