#section_contact .container__medium > .row {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: center !important;
  gap: 24px !important;
}

#section_contact .col-newsletter {
  flex: 0 0 35% !important;
  width: 35% !important;
  max-width: 430px !important;
  float: none !important;
  margin: 0 !important;
}

#section_contact .tt-sales-col {
  flex: 1 1 65% !important;
  width: auto !important;
  max-width: 780px !important;
  float: none !important;
  margin: 0 !important;
}

#section_contact .tt-sales-box {
  width: 100%;
  background: #fff;
  border: 1px solid #e0e7e4;
  border-radius: 14px;
  padding: 24px;
  box-sizing: border-box;
}

#section_contact .tt-sales-head { margin-bottom: 18px; }
#section_contact .tt-sales-head h3 {
  margin: 0 0 6px;
  color: #254141;
  font-size: 26px;
  line-height: 1.15;
  font-weight: 700;
}
#section_contact .tt-sales-head p {
  margin: 0;
  color: #687875;
  font-size: 13px;
  line-height: 1.5;
}

#section_contact .tt-sales-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

#section_contact .tt-sales-card {
  padding: 15px 16px;
  background: #f8faf9;
  border: 1px solid #e3eae7;
  border-radius: 9px;
  box-sizing: border-box;
}

#section_contact .tt-sales-card h4 {
  margin: 0 0 3px;
  color: #254141;
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

#section_contact .tt-sales-label {
  margin-bottom: 9px;
  color: #32BE80;
  font-size: 10px;
  line-height: 1.3;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .45px;
}

#section_contact .tt-sales-region {
  min-height: 42px;
  margin: 0 0 10px;
  color: #687875;
  font-size: 12px;
  line-height: 1.45;
}
#section_contact .tt-sales-region strong { color: #254141; }

#section_contact .tt-sales-contact {
  margin: 2px 0;
  font-size: 12px;
  line-height: 1.4;
}
#section_contact .tt-sales-contact a,
#section_contact .tt-sales-language a {
  color: #254141 !important;
  font-weight: 700;
  text-decoration: none !important;
  word-break: break-word;
}
#section_contact .tt-sales-contact a:hover,
#section_contact .tt-sales-language a:hover { color: #32BE80 !important; }

#section_contact .tt-sales-language {
  margin-top: 10px;
  padding: 10px 12px;
  background: #f4f8f6;
  border: 1px solid #e0e9e5;
  border-radius: 8px;
  color: #647370;
  font-size: 12px;
  line-height: 1.45;
}
#section_contact .tt-sales-language strong { color: #254141; }

#section_contact .tt-sales-more {
  margin-top: 12px;
  text-align: right;
}
#section_contact .tt-sales-more a {
  color: #32BE80 !important;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none !important;
}
#section_contact .tt-sales-more a:hover { text-decoration: underline !important; }

@media (max-width: 991px) {
  #section_contact .container__medium > .row { display: block !important; }
  #section_contact .col-newsletter,
  #section_contact .tt-sales-col {
    width: 100% !important;
    max-width: 680px !important;
    margin: 0 auto 20px !important;
  }
}

@media (max-width: 600px) {
  #section_contact .tt-sales-grid { grid-template-columns: 1fr; }
  #section_contact .tt-sales-box { padding: 18px; }
  #section_contact .tt-sales-head h3 { font-size: 22px; }
  #section_contact .tt-sales-region { min-height: 0; }
}
