/* /opt dealer page — page-scoped layout to match labirintdoors.ru/opt */

.mirror-page-opt .form-02 {
  position: relative;
  overflow: hidden;
  padding: 48px 0 56px;
}

.mirror-page-opt .form-02 .section__background-image-container {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}

.mirror-page-opt .form-02 .section__background-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mirror-page-opt .form-02 .section__background-mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.72);
}

.mirror-page-opt .form-02__inner {
  position: relative;
  z-index: 2;
}

.mirror-page-opt .form-02__title h1 {
  margin: 0 0 12px;
  font-family: "Golos Text", sans-serif;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  color: #000;
}

.mirror-page-opt .form-02__text {
  margin-bottom: 28px;
  font-size: 16.8px;
  line-height: 1.45;
  max-width: 40rem;
  color: #000;
}

.mirror-page-opt .form-02__form .form__submit .button.button_style_2 {
  padding: 16px 30px;
  background-color: #f30000;
  border-color: #f30000;
  border-radius: 40px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.mirror-page-opt .form-02__form .form__submit .button.button_style_2:hover {
  background-color: #d10000;
  border-color: #d10000;
  color: #fff;
}

.mirror-page-opt .form-02__img-form {
  display: grid;
  gap: 28px;
  align-items: start;
}

@media (min-width: 900px) {
  .mirror-page-opt .form-02__img-form {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
    gap: 40px;
  }
}

.mirror-page-opt .form-02__img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 520px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.mirror-page-opt .form-02__form .form__item {
  margin-bottom: 12px;
}

.mirror-page-opt .form-02__form .text-input,
.mirror-page-opt .form-02__form .textarea {
  width: 100%;
}

.mirror-page-opt .form-02__form .form-agreement {
  margin-top: 8px;
  border: 0;
  padding: 0;
}

.mirror-page-opt .form-02__form .checkbox {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  cursor: pointer;
}

.mirror-page-opt .form-02__form .checkbox__box {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-top: 2px;
  border: 1px solid #bbb;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mirror-page-opt .form-02__form .checkbox__input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.mirror-page-opt .form-02__form .checkbox__input:checked + .checkbox__box {
  border-color: #1a1a1a;
  background: #1a1a1a;
  color: #fff;
}

.mirror-page-opt .form-02__form .checkbox__box svg {
  width: 12px;
  height: 12px;
  opacity: 0;
}

.mirror-page-opt .form-02__form .checkbox__input:checked + .checkbox__box svg {
  opacity: 1;
}

.mirror-page-opt .form-02__form .checkbox__text {
  font-size: 0.85rem;
  line-height: 1.4;
}

.mirror-page-opt .form-02__form .form__input-error {
  margin-top: 6px;
  color: #c0392b;
  font-size: 0.85rem;
}

.mirror-page-opt .form-02__success {
  padding: 20px;
  background: #f5f5f5;
  line-height: 1.5;
}

.mirror-page-opt .cards-15,
.mirror-page-opt .cards-11 {
  padding: 40px 0;
}

.mirror-page-opt .cards-15 .section__header,
.mirror-page-opt .cards-11 .section__header {
  font-size: clamp(1.4rem, 2.4vw, 2rem);
  font-weight: 700;
  margin-bottom: 10px;
}

.mirror-page-opt .cards-15 .section__subheader,
.mirror-page-opt .cards-11 .section__subheader {
  margin-bottom: 24px;
  max-width: 52rem;
  line-height: 1.5;
  color: #444;
}

.mirror-page-opt .cards-15__cards {
  display: grid;
  gap: 20px;
}

@media (min-width: 768px) {
  .mirror-page-opt .cards-15__cards {
    grid-template-columns: 1fr 1fr;
  }
}

.mirror-page-opt .cards-15-card__inner {
  height: 100%;
  padding: 20px;
  background: #f7f7f7;
}

.mirror-page-opt .cards-15-card__title {
  font-size: 1.15rem;
  font-weight: 700;
  margin-bottom: 6px;
}

.mirror-page-opt .cards-15-card__text {
  margin-bottom: 14px;
  color: #444;
}

.mirror-page-opt .opt-yandex-map {
  width: 100%;
  overflow: hidden;
  background: #eee;
}

.mirror-page-opt .cards-11-list {
  display: grid;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .mirror-page-opt .cards-11-list {
    grid-template-columns: repeat(3, 1fr);
  }
}

.mirror-page-opt .cards-11-item__content {
  height: 100%;
  padding: 18px;
  background: #f7f7f7;
}

.mirror-page-opt .cards-11-item__title {
  font-size: 1.25rem;
  margin-bottom: 8px;
}

.mirror-page-opt .cards-11-item__text {
  line-height: 1.45;
}
