
.fancybox__content:has(> .popup) {
  padding: 0 !important;
  background: transparent !important;
  max-width: none;
  box-shadow: none;
}

.popup {
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 8px 48px rgba(19,28,41,.14);
}

.popup__title {
  font-size: 28px;
  font-weight: 700;
  color: #131C29;
  line-height: 1.2;
}

.popup__sub {
  font-size: 16px;
  font-weight: 400;
  color: #131C29;
  line-height: 1.5;
}

.popup__input-wrap {
  position: relative;
}

.popup__input-icon {
  position: absolute;
  left: 13px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.popup__input {
  width: 100%;
  height: 44px;
  padding: 0 14px 0 38px;
  border: 1.5px solid #E8ECF2;
  border-radius: 10px;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  color: #131C29;
  background: #fff;
  outline: none;
  transition: border-color .2s;
}

.popup__input:focus {
  border-color: #0C78ED;
}

.popup__input::placeholder {
  color: #9A9A9A;
}

.popup__submit {
  height: 48px;
  background: #E60000;
  color: #fff;
  border: none;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  cursor: pointer;
  transition: background .2s;
}

.popup__submit:hover {
  background: #cc0000;
}

.popup__consent {
  display: flex;
  gap: 7px;
  font-size: 12px;
  line-height: 1.4;
  color: #131C29;
}

.popup__checkbox {
  position: absolute;
  opacity: 0;
}

.popup__check-mark {
  width: 18px;
  height: 18px;
  border: 1px solid #E3EAF0;
  border-radius: 4.5px;
  background: #fff center/contain no-repeat;
}

.popup__consent a {
  color: #E60000;
  text-decoration: none;
}

.popup__consent a:hover {
  text-decoration: underline;
}

/* THANKS */

.popup--thanks {
  width: 314px;
  height: 257px;
  padding: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.popup--thanks .popup__text {
  padding: 18px 20px 4px;
  text-align: center;
}

.popup--thanks .popup__img {
  width: 100%;
  display: block;
}

.footer__brands-row a{
  color: white;
}

.footer__contacts a{
    color: white;
}
.car-main__colors{
  max-width: 500px;
  display: flex;
  flex-wrap: wrap;
}
.car-main__colors .car-swatch{
  box-shadow: 2px 3px 8px rgba(0, 0, 0, 0.36);
}
