/*!
Theme Name: premier_cars

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.hero__bgi img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 0;
}

.hero__bgi::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.533);
  z-index: 1;
}

.wpcf7-spinner {
  position: absolute;
  bottom: 0;
}

.form__form {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.125rem;
  flex: 0 1 33.125rem;
}

.advertising {
  position: relative;
  text-align: center;
  margin: 5rem 0;
  padding: 5rem 0;
}

.advertising__container {
  position: relative;
  z-index: 4;
}

.advertising::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.fancybox__content {
  border-radius: var(--border-radius_form);
}

@media (max-width: 576px) {
  .fancybox__content {
    padding: 1rem;
    margin: 0 0.625rem;
  }
}

.rent__title h1,
.rent__title .h1 {
  margin-bottom: 1.25rem;
}

.rent__title__btn {
  padding: 0 0 0.9375rem 0;
}

.rent__title__btn .btn {
  padding: 0.875rem 1.875rem;
  font-size: 1.125rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 0;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 0.9375rem;
}

.rent__title__btn .btn:hover {
  border: 0;
}

.rent__title__btn .btn:first-child {
  margin-right: 0.9375rem;
}

/* Лейбл — выравнивание, можно оставить */
.wpcf7-acceptance .wpcf7-list-item > label {
  margin-top: 20px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

/* Чистый нативный чекбокс, без кастом-стилей */
.wpcf7-acceptance input[name="acceptance-430"] {
  -webkit-appearance: checkbox;
  appearance: auto;
  width: 50px;
  height: 50px;
  padding: 0 !important;
  margin: 0 0 0 0;
  display: inline-block;
  box-shadow: none !important;

  /* сносим глобальные правила типа input:not(.btn) */
  border: none !important; /* убирает кастомный бордер/подчёркивание */
  background: none !important; /* убирает твой белый фон */
}

@media (max-width: 980px) {
  .wpcf7-acceptance input[name="acceptance-430"] {
    width: 25px;
    height: 25px;
  }
}

/* вырубаем кастомную псевдо-галку */
.wpcf7-acceptance input[name="acceptance-430"]::before {
  content: none !important;
}

/* на всякий случай убьём окраску в checked */
.wpcf7-acceptance input[name="acceptance-430"]:checked {
  background: none !important;
  border-color: inherit !important;
}

span.wpcf7-list-item-label {
  font-size: 14px;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em;
}

#page-service-vip .tw-button {
  width: max-content;
  height: 52px;
  background-color: #b49d60;
  color: #fff;
  border: 0 !important;
  padding-left: 2.25rem; /* px-9 */
  padding-right: 2.25rem;
  padding-top: 1rem; /* py-4 */
  padding-bottom: 1rem;
  border-radius: 0.5rem; /* rounded-lg */
  font-weight: 800; /* font-extrabold */
  margin-left: auto;
  margin-right: auto;
  line-height: 10px;
  transition-property: background-color;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#page-service-vip .tw-input > span > input {
  flex: 1 !important;
  background-color: #fff !important;
  outline: none !important;
  border: 0 !important;
  color: #000 !important;
  border-bottom: 1px solid #000 !important;
  border-bottom-width: 1px !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
