@charset "UTF-8";
/* stylelint-disable */
/* ---------- example ---------- */
/*
.selector {
  // только в промежутке tablet..desktop
  @include media-between(tablet, desktop) { ... }

  // ровно «только tablet» (1024..1239)
  @include media-only(tablet) { ... }

  // ≥ 1440
  @include for-desktop { ... }

  // ≤ 767
  @include small-tablet { ... }
}
*/
/* ---------- helpers ---------- */
/* Min-width */
/* Max-width */
/* stylelint-disable */
/* stylelint-disable */
.contact-conversation {
  background: var(--section-bg);
}
.contact-conversation__layout {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 78.8rem));
  justify-content: space-between;
  gap: 2.4rem;
}
.contact-conversation .editor {
  align-self: flex-start;
  padding: 8rem 6rem 0 0;
  gap: 1.6rem;
}
.contact-conversation .editor p:not([class]):has(a:not([class])) {
  margin-top: -1.8rem;
}
.contact-conversation .editor a:not([class]) {
  max-width: 60.8rem;
  color: #34373c;
  font-size: 1.8rem;
  text-decoration-color: transparent;
  font-weight: 500;
  line-height: 1.55;
  opacity: 0.8;
}
.contact-conversation .editor hr {
  margin: 2.4rem 0;
  background: linear-gradient(90deg, rgba(52, 55, 60, 0.1) 0%, rgba(52, 55, 60, 0) 100%);
  height: 0.1rem;
  border: none;
  width: 100%;
  display: block;
}
.contact-conversation .editor .h2, .contact-conversation .editor .h3 {
  margin-bottom: 1.8rem;
  font-size: 3.6rem;
}
.contact-conversation .editor .h2 + p:not([class]), .contact-conversation .editor .h3 + p:not([class]) {
  font-weight: 500;
  line-height: 1.45;
  opacity: 0.6;
}
.contact-conversation .wpcf7 {
  min-height: 64.8rem;
  padding: 4rem;
  background-color: var(--cl-a);
  display: flex;
  flex-direction: column;
}
.contact-conversation .wpcf7 .btn.btn-accent.estimate-btn svg {
  width: 5rem;
  height: 5rem;
}
.contact-conversation .wpcf7 .cols-6:has(.wpcf7-textarea) {
  grid-column: 1/-1;
}
.contact-conversation .wpcf7 {
  width: 100%;
}
.contact-conversation .main-form {
  --gap: 1.6rem;
  gap: 2rem var(--gap);
  position: relative;
}
.contact-conversation .main-form .wpcf7-response-output {
  display: none;
}
.contact-conversation .main-form .btn {
  min-width: 34.6rem;
  height: 6.8rem;
  display: flex;
  align-items: center;
  margin: 0;
  justify-content: space-between;
  gap: 1.8rem;
  font-size: 1.6rem;
  padding-right: 1.7rem;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  padding-left: 4.1rem;
  background-color: var(--color-accent);
}
.contact-conversation .main-form .btn svg {
  background: rgba(254, 254, 254, 0.2);
  box-sizing: content-box;
  width: 5.6rem;
  height: 5.6rem;
  display: block;
}
.contact-conversation .main-form__footer {
  display: flex;
  align-items: center;
  gap: 3.2rem;
}
.contact-conversation .main-form__footer p:not([class]) {
  color: var(--color-text-main);
  opacity: 0.6;
  font-size: 1.6rem;
  line-height: 1.35;
  text-align: left;
}
.contact-conversation .main-form__services {
  margin: 0.8rem 0 0;
  position: relative;
  padding: 2.1rem 1.6rem 1.6rem 1.9rem;
  border: 0.1rem solid rgba(52, 55, 60, 0.2);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2rem 2.8rem;
  grid-column: 1/-1;
}
.contact-conversation .main-form__services .wpcf7-list-item {
  display: flex;
  align-items: center;
}
.contact-conversation .main-form__services > .wpcf7-form-control-wrap {
  display: contents;
}
.contact-conversation .main-form__services .wpcf7-form-control {
  display: contents;
}
.contact-conversation .main-form__services legend {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  margin: 0;
  width: -moz-max-content;
  width: max-content;
  max-width: calc(100% - 3.2rem);
  line-height: 1;
  padding: 0 1.4rem;
  background: #F6F8FA;
  color: var(--color-text-main);
  font-family: var(--font-title);
  font-size: 1.6rem;
  font-weight: 700;
  white-space: nowrap;
  text-transform: uppercase;
  display: block;
  text-align: center;
  letter-spacing: 0.02rem;
}
.contact-conversation .main-form__services label {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.25;
  cursor: pointer;
}
.contact-conversation .main-form__services input[type=radio] {
  margin: 0;
  width: 1.6rem;
  height: 1.6rem;
  accent-color: var(--color-accent);
}
.contact-conversation .main-form > label {
  position: relative;
  display: flex;
  padding: 2.1rem 1.6rem;
  align-items: center;
  gap: 0.9rem;
  border: 0.1rem solid var(--color-border-light);
  background: var(--color-white);
}
.contact-conversation .main-form > label:has(.wpcf7-validates-as-required):after {
  content: "*";
  color: var(--color-accent);
  font-size: 3.2rem;
  width: 2.4rem;
  bottom: -0.7rem;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
  display: block;
}
.contact-conversation .main-form > label:not([class]) {
  grid-column: span 6;
}
.contact-conversation .main-form > label span {
  flex-grow: 1;
}
.contact-conversation .main-form > label img {
  width: 2.4rem;
  height: 2.4rem;
}
.contact-conversation .main-form > label img.areas-field__required-icon {
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-conversation .main-form > label:has(textarea) {
  align-items: flex-start;
}
.contact-conversation .main-form > label:has(textarea) > span {
  margin-top: 0.2rem;
}
.contact-conversation .main-form > label svg {
  color: rgba(52, 55, 60, 0.3);
  width: 2.4rem;
  height: 2.4rem;
  flex-shrink: 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-conversation .main-form > label textarea, .contact-conversation .main-form > label input {
  width: 100%;
  border: none;
  background: transparent;
  color: #3a3f47;
  font-family: var(--font-family);
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
}
.contact-conversation .main-form > label textarea::-moz-placeholder, .contact-conversation .main-form > label input::-moz-placeholder {
  color: #9d9fa5;
}
.contact-conversation .main-form > label textarea::placeholder, .contact-conversation .main-form > label input::placeholder {
  color: #9d9fa5;
}
.contact-conversation .main-form > label textarea:focus, .contact-conversation .main-form > label input:focus {
  outline: none;
}
.contact-conversation .main-form .wpcf7-not-valid-tip {
  position: absolute !important;
  bottom: 0;
  color: var(--color-accent);
  transform: translateY(calc(100% + 0.5rem));
  font-family: var(--font-family);
  font-size: 1.3rem;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
}
.contact-conversation textarea {
  height: 15rem;
}
.contact-conversation .social-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
  gap: clamp(8px, 0.61vw, 1rem);
}
.contact-conversation .social-list a, .contact-conversation .social-list span {
  width: clamp(34px, 2.439vw, 4rem);
  height: clamp(34px, 2.439vw, 4rem);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--cl-a);
  padding: 6px;
  transition: all 0.3s;
  cursor: pointer;
}
.contact-conversation .social-list img, .contact-conversation .social-list svg {
  width: clamp(20px, 1.463vw, 2.4rem);
  height: clamp(20px, 1.463vw, 2.4rem);
}
.contact-conversation .social-list .menu-link svg {
  color: rgba(52, 55, 60, 0.2);
}
@media (min-width: 1081px){
  .contact-conversation .editor,
  .contact-conversation .wpcf7 {
    max-width: 78.8rem;
    min-height: 64.8rem;
  }
}
@media (max-width: 1080px){
  .contact-conversation__layout {
    display: flex;
    flex-direction: column;
  }
  .contact-conversation .editor {
    order: 2;
    padding: 24px 0 40px 0;
  }
}
@media (max-width: 1023.98px){
  .contact-conversation .main-form .btn {
    min-width: 0;
    width: 100%;
    max-width: 42rem;
  }
}
@media (max-width: 766.98px){
  .contact-conversation .wpcf7 .btn.btn-accent.estimate-btn {
    align-self: center;
  }
  .contact-conversation .wpcf7 .main-form__footer {
    align-items: center;
  }
  .contact-conversation .wpcf7 {
    padding: 24px;
  }
  .contact-conversation .main-form__footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-conversation .main-form__services {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .contact-conversation .cols-6 {
    grid-column: 1/-1;
  }
}
@media (hover: hover){
  .contact-conversation .editor a:not([class]):hover {
    text-decoration-color: inherit;
  }
  .contact-conversation .social-list a:hover, .contact-conversation .social-list span:hover {
    transform: scale(1.1);
  }
}
@media (hover: none){
  .contact-conversation .editor a:not([class]):active {
    text-decoration-color: inherit;
  }
  .contact-conversation .social-list a:active, .contact-conversation .social-list span:active {
    transform: scale(1.1);
  }
}
/*# sourceMappingURL=section-contact.css.map */