.page23-section {
  margin-top: 120px;
  background: #FAFAFB;
  padding: 94px 0 140px;
}

.page23-section .container {
  display: flex;
  gap: 228px;
}

.page23-section .page23-title {
  color: #111;
  font-size: 40px;
  font-weight: 700;
  padding-bottom: 34px;
  border-bottom: 1px solid #A3ACB1;
  margin-bottom: 50px;
}

.page23-section .page23-left {
  width: 640px;
}

.page23-section .page23-left .page23-info {
  margin-bottom: 48px;
}

.page23-section .page23-left .page23-info .page23-info-item {
  margin-bottom: 24px;
}

.page23-section .page23-left .page23-info .page23-info-item .page23-label {
  display: block;
  color: #656565;
  font-size: 16px;
  margin-bottom: 1px;
}

.page23-section .page23-left .page23-info .page23-info-item .page23-value {
  display: block;
  color: #111;
  font-size: 24px;
  line-height: 1.6;
}

.page23-section .page23-left .page23-qrcodes {
  margin-top: 87px;
  display: flex;
  gap: 34px;
}

.page23-section .page23-left .page23-qrcodes .page23-qr-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.page23-section .page23-left .page23-qrcodes .page23-qr-item .page23-qr-placeholder {
  width: 160px;
  height: 160px;
  background-color: #D9D9D9;
  margin-bottom: 15px;
}

.page23-section .page23-left .page23-qrcodes .page23-qr-item span {
  color: #656565;
  font-size: 16px;
}

.page23-section .page23-right {
  width: 732px;
}

.page23-section .page23-right .page23-form .page23-title {
  margin-bottom: 47px;
}

.page23-section .page23-right .page23-form .page23-form-row {
  display: flex;
  gap: 32px;
}

.page23-section .page23-right .page23-form .page23-form-row .page23-field {
  flex: 1;
}

.page23-section .page23-right .page23-form .page23-field {
  margin-bottom: 20px;
}

.page23-section .page23-right .page23-form .page23-field label {
  display: block;
  color: #656565;
  font-size: 16px;
  margin-bottom: 6px;
}

.page23-section .page23-right .page23-form .page23-field .page23-input {
  width: 100%;
  height: 56px;
  padding: 0 12px;
  border: none;
  border: 1px solid #D9D9D9;
  background: #fff;
  font-size: 16px;
  background: transparent;
  outline: none;
  color: #111;
  border-radius: 8px;
}

.page23-section .page23-right .page23-form .page23-field .page23-input:focus {
  border-bottom-color: #111;
}

.page23-section .page23-right .page23-form .page23-field .page23-textarea {
  width: 100%;
  max-height: 100px;
  min-height: 100px;
  padding: 12px;
  border: 1px solid #D9D9D9;
  background: #fff;
  font-size: 16px;
  font-family: inherit;
  resize: vertical;
  outline: none;
  color: #111;
  border-radius: 8px;
}

.page23-section .page23-right .page23-form .page23-field .page23-textarea:focus {
  border-color: #111;
}

.page23-section .page23-right .page23-form .page23-field .page23-checkboxes {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px 32px;
}

.page23-section .page23-right .page23-form .page23-field .page23-checkboxes .page23-checkbox {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: #111;
  font-size: 16px;
  cursor: pointer;
}

.page23-section .page23-right .page23-form .page23-field .page23-checkboxes .page23-checkbox input {
  width: 22px;
  height: 22px;
}

.page23-section .page23-right .page23-form .page23-form-footer {
  display: flex;
  align-items: center;
  gap: 60px;
  margin-top: 52px;
}

.page23-section .page23-right .page23-form .page23-form-footer .page23-submit {
  padding: 10px 68px;
  border-radius: 60px;
  background: #111;
  color: #FFFFFF;
  border: none;
  font-size: 16px;
  cursor: pointer;
  line-height: 2.25;
}

.page23-section .page23-right .page23-form .page23-form-footer .page23-privacy {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #656565;
  font-size: 16px;
  cursor: pointer;
}

.page23-section .page23-right .page23-form .page23-form-footer .page23-privacy input {
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  border: 1px solid #ccc;
  background: #fff;
  cursor: pointer;
}

.page23-section .page23-right .page23-form .page23-form-footer .page23-privacy input:checked {
  background: radial-gradient(circle, #fff 35%, #111 35%);
  border-color: #111;
}

@media (max-width: 1024px) {
  .page23-section .container {
    flex-direction: column;
    gap: 48px;
  }
  .page23-section .page23-left .page23-qrcodes {
    flex-wrap: wrap;
    gap: 32px;
  }
}

@media (max-width: 768px) {
  .page23-section {
    padding: 60px 0 80px;
  }
  .page23-section .container {
    padding: 0 20px;
    gap: 32px;
  }
  .page23-section .page23-left,
  .page23-section .page23-right {
    padding: 32px 24px;
  }
  .page23-section .page23-title {
    font-size: 26px;
    margin-bottom: 32px;
  }
  .page23-section .page23-right .page23-form .page23-form-row {
    flex-direction: column;
    gap: 0;
  }
  .page23-section .page23-right .page23-form .page23-field .page23-checkboxes {
    grid-template-columns: 1fr;
  }
  .page23-section .page23-right .page23-form .page23-form-footer {
    flex-direction: column;
    align-items: stretch;
  }
}
