.contacts-page,
.contacts-page #site-main,
.contacts-page .main-content,
.contacts-page #content {
  background: #ffffff;
}

.lorusso-contact-page {
  background: #ffffff;
  padding-top: 0;
}

.lorusso-contact-tabs {
  display: flex;
  gap: 12px;
  margin: 0 0 20px;
}

.lorusso-contact-tabs button,
.lorusso-contact-tabs span {
  border: 0;
  background: transparent;
  color: #818181;
  font-size: 18px;
  padding: 0;
  line-height: 1.2;
}

.lorusso-contact-tabs button + button {
  position: relative;
  padding-left: 14px;
}

.lorusso-contact-tabs button + button::before {
  content: "|";
  position: absolute;
  left: 0;
  color: #c4c4c4;
}

.lorusso-contact-tabs button.is-active {
  color: #111111;
}

.lorusso-contact-tabs span.is-active {
  color: #111111;
}

.lorusso-contact-alert {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 16px;
  padding: 10px 12px;
  border: 1px solid #dedede;
}

.lorusso-contact-alert--success {
  color: #14542a;
}

.lorusso-contact-alert--error {
  color: #7e1f1f;
}

.lorusso-contact-grid {
  display: grid;
  gap: 18px;
  margin-bottom: 18px;
}

.lorusso-contact-grid--2 {
  grid-template-columns: 1fr 1fr;
}

.lorusso-contact-grid--phone {
  grid-template-columns: 0.48fr 0.52fr;
  margin-bottom: 0;
}

.lorusso-contact-grid--city {
  grid-template-columns: 1fr 1fr;
  max-width: 66%;
}

.lorusso-contact-field {
  min-width: 0;
}

.lorusso-contact-field input,
.lorusso-contact-field select,
.lorusso-contact-field textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 0;
  box-shadow: none;
  background: #ffffff;
  color: #262626;
  font-size: 14px;
  line-height: 1.2;
}

.lorusso-contact-field input,
.lorusso-contact-field select {
  height: 50px;
  padding: 0 14px;
}

.lorusso-contact-field textarea {
  min-height: 240px;
  padding: 14px;
  resize: vertical;
}

.lorusso-contact-field input::placeholder,
.lorusso-contact-field textarea::placeholder {
  color: #8f8f8f;
}

.lorusso-contact-field input:focus,
.lorusso-contact-field select:focus,
.lorusso-contact-field textarea:focus {
  outline: none;
  border-color: #111111;
}

.lorusso-contact-counter {
  margin: 8px 0 0;
  color: #8a8a8a;
  font-size: 12px;
}

.lorusso-contact-consents {
  margin-top: 16px;
}

.lorusso-contact-consents label {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: #6e6e6e;
  font-size: 13px;
  line-height: 1.45;
}

.lorusso-contact-consents input[type="checkbox"] {
  margin-top: 0;
}

.lorusso-contact-recaptcha-note {
  margin: 14px 0 0;
  color: #666666;
  font-size: 12px;
}

.lorusso-contact-submit {
  margin-top: 20px;
  min-width: 96px;
  height: 40px;
  border-radius: 0;
  font-size: 13px;
  letter-spacing: 0.04em;
  padding: 0 16px;
}

.lorusso-contact-company-info {
  margin-top: 56px;
  border-top: 1px solid #ececec;
  padding-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 36px;
}

.lorusso-contact-company-col h3 {
  margin: 0 0 12px;
  font-size: 18px;
  font-weight: 500;
  color: #111111;
}

.lorusso-contact-company-col--details,
.lorusso-contact-company-col--details h3,
.lorusso-contact-company-col--details ul,
.lorusso-contact-company-col--details li,
.lorusso-contact-company-col--details p {
  text-align: left;
}

.lorusso-contact-company-col--map {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

.lorusso-contact-map {
  width: 100%;
  height: 360px;
  border: 1px solid #e3e3e3;
  background: #f5f5f5;
}

.lorusso-contact-map iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

.lorusso-contact-company-col ul {
  list-style: none;
  margin: 0 0 20px;
  padding: 0;
}

.lorusso-contact-company-col li,
.lorusso-contact-company-col p {
  margin: 0 0 8px;
  color: #4d4d4d;
  font-size: 14px;
  line-height: 1.6;
}

.lorusso-contact-company-col--details p + h3 {
  margin-top: 20px;
}

.lorusso-contact-company-col a {
  color: #222222;
}

@media (max-width: 991px) {
  .lorusso-contact-grid--2,
  .lorusso-contact-grid--phone,
  .lorusso-contact-grid--city {
    grid-template-columns: 1fr;
    max-width: 100%;
  }

  .lorusso-contact-company-info {
    grid-template-columns: 1fr;
    gap: 18px;
  }
}
