/* Prev/next inside «лук» modals (Magnific inline) */
.modals_types {
  position: relative;
}

.modals__types-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10060;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: rgba(14, 14, 26, 0.55);
  color: #e2bb7c;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s, color 0.2s;
}

.modals__types-nav:hover {
  background: rgba(14, 14, 26, 0.75);
  color: #f0d49a;
}

.modals__types-nav:focus {
  outline: 2px solid #e2bb7c;
  outline-offset: 2px;
}

.modals__types-nav .icon {
  width: 14px;
  height: 24px;
  fill: currentColor;
  stroke: currentColor;
}

.modals__types-nav--prev {
  left: 8px;
}

.modals__types-nav--next {
  right: 8px;
}

@media (max-width: 767px) {
  .modals__types-nav {
    width: 40px;
    height: 40px;
  }

  .modals__types-nav--prev {
    left: 4px;
  }

  .modals__types-nav--next {
    right: 4px;
  }
}

/* Privacy link in form footers */
.inputs__personal a {
  color: #e2bb7c;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.inputs__personal a:hover {
  color: #f0d49a;
}
