/* Technique Landing Page Styles
   Namespaced with tl- to avoid conflicts with Bitrix styles */

.tl-page {
  font-family: 'Roboto', 'Helvetica Neue', Arial, sans-serif;
  color: #000;
  line-height: 1.4;
  overflow-x: hidden;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

/* Neutralize Bitrix main template gap and background around the landing */
.site-main:has(.tl-page) {
  margin: 0;
  padding: 0;
  background: #fff;
}

.site-main:has(.tl-page) > .container {
  max-width: none;
  padding: 0;
}

.tl-page *,
.tl-page *::before,
.tl-page *::after {
  box-sizing: border-box;
}

.tl-page ul,
.tl-page ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* Container */
.tl-container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* Section base */
.tl-section {
  margin: 0;
  padding: 80px 0;
}
.tl-section--gray {
  background: #F4F4F4;
}
.tl-section--white {
  background: #fff;
}
.tl-section--orange {
  background: #FF5B00;
}
.tl-section--no-padding {
  padding: 0;
}

.tl-section:has(.tl-factors) {
  padding: 80px 0;
}

.tl-section:has(.tl-reviews__grid),
.tl-section:has(.tl-map__container) {
  padding: 80px 0;
}

.tl-section:has(.tl-brands),
.tl-section:has(.tl-categories) {
  padding: 80px 0;
}
.tl-section--gray {
  background: #F4F4F4;
}
.tl-section--white {
  background: #fff;
}
.tl-section--orange {
  background: #FF5B00;
}
.tl-section--no-padding {
  padding: 0;
}

/* Breadcrumb */
.tl-breadcrumb {
  background: #FF5B00;
  padding: 8px 0;
}
.tl-breadcrumb__inner {
  display: flex;
  align-items: center;
  gap: 8px;
}
.tl-breadcrumb__home {
  display: flex;
  align-items: center;
  color: rgba(255,255,255,0.7);
  text-decoration: none;
  transition: color 0.2s;
}
.tl-breadcrumb__home:hover {
  color: #fff;
}
.tl-breadcrumb__home svg {
  width: 16px;
  height: 16px;
}
.tl-breadcrumb__sep {
  color: rgba(255,255,255,0.4);
  font-size: 14px;
}
.tl-breadcrumb__current {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

/* Hero */
.tl-hero {
  background: #FF5B00;
  padding: 0;
  position: relative;
}
.tl-hero__inner {
  display: flex;
  align-items: center;
  position: relative;
  min-height: 600px;
}
.tl-hero__content {
  flex: 1;
  padding: 50px 340px 196px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  min-width: 0;
}
.tl-hero__title {
  font-size: 48px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 30px;
}
.tl-hero__benefits {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.tl-hero__benefit {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  list-style: none;
  margin: 0;
  padding: 0;
}
.tl-hero__benefit::before,
.tl-hero__benefit::marker {
  content: none;
  display: none;
}
.tl-hero__benefit-icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
}
.tl-hero__image {
  position: absolute;
  left: 280px;
  top: 68px;
  width: 641px;
  height: 641px;
  z-index: 0;
  pointer-events: none;
}
.tl-hero__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Override Bitrix ul/ol list indentation within landing */
.tl-page ul.tl-hero__benefits li,
.tl-page ul.tl-hero__benefits > li {
  padding-left: 0;
  margin-bottom: 0;
}
.tl-page ul.tl-hero__benefits li::before {
  display: none;
}

/* Hero Form Card */
.tl-hero__form-wrap {
  width: 400px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  align-self: stretch;
  padding: 40px 0;
}
.tl-form-card {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  width: 100%;
  box-shadow: 0 4px 24px rgba(0,0,0,0.1);
}
.tl-hero__form-wrap .tl-form-card {
  min-height: 520px;
  display: flex;
  flex-direction: column;
}
.tl-form-card__title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px;
  line-height: 1.3;
}
.tl-form-card__fields {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}
.tl-form-card__field {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.tl-form-card__label {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  font-family: 'Helvetica Neue', Arial, sans-serif;
}
.tl-form-card__input {
  width: 100%;
  height: 52px;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  padding: 0 11px;
  font-size: 15px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background: #fff;
  outline: none;
  transition: border-color 0.2s;
}
.tl-form-card__input:focus {
  border-color: #FF5C02;
}
.tl-form-card__textarea {
  width: 100%;
  min-height: 100px;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  padding: 11px;
  font-size: 15px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  background: #fff;
  outline: none;
  resize: none;
  transition: border-color 0.2s;
}
.tl-form-card__textarea:focus {
  border-color: #FF5C02;
}
.tl-form-card__input--file {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #ebebeb;
  border-radius: 4px;
  padding: 10px 11px;
  min-height: 85px;
  flex-wrap: wrap;
}
.tl-form-card__file-label {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  width: 100%;
}
.tl-form-card__file-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #000;
  color: #fff;
  border-radius: 3px;
  padding: 9px 31px;
  font-size: 15px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  cursor: pointer;
  border: none;
  transition: opacity 0.2s;
}
.tl-form-card__file-btn:hover {
  opacity: 0.8;
}
.tl-form-card__file-input {
  display: none;
}

.tl-form-card__file-error {
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  color: #e00;
  line-height: 1.3;
  margin-bottom: 4px;
}

.tl-form-card__checkbox-wrap {
  display: flex;
  flex-direction: column;
  gap: 17px;
  margin-bottom: 20px;
}
.tl-form-card__checkbox {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.tl-form-card__checkbox-box {
  width: 20px;
  height: 20px;
  border: 1px solid #C4C4C4;
  border-radius: 4px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  margin-top: 0;
}
.tl-form-card__checkbox-box.checked {
  background: #FF5C02;
  border-color: #FF5C02;
}
.tl-form-card__checkbox-box.checked::after {
  content: '';
  display: block;
  width: 6px;
  height: 10px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  margin-top: -2px;
}
.tl-form-card__checkbox-text {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  line-height: 1.2;
}
.tl-form-card__checkbox-text a {
  color: #FF5C02;
  text-decoration: underline;
}
.tl-form-card__checkbox-text a:hover {
  text-decoration: none;
}
.tl-form-card__checkbox input {
  display: none;
}

.tl-form-card__btn {
  width: 100%;
  height: 45px;
  background: #FF5C02;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}
.tl-form-card__btn:hover {
  background: #e04d00;
}

/* Section titles */
.tl-section-title {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  margin: 0 0 20px;
  line-height: 1.3;
  text-align: center;
}
.tl-section-title--sm {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
  text-align: center;
}
.tl-section-title--white {
  color: #fff;
}
.tl-section-subtitle {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin: 0 0 40px;
  line-height: 1.6;
}

/* Categories Grid */
.tl-categories {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.tl-category-card {
  background: #fff;
  border-radius: 16px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
  color: #000;
  transition: box-shadow 0.2s;
  position: relative;
  min-height: 53px;
}
.tl-category-card:hover {
  box-shadow: 0 2px 12px rgba(0,0,0,0.08);
  color: #000;
}
.tl-category-card__icon {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FF5B00;
}
.tl-category-card__icon svg {
  width: 24px;
  height: 24px;
}
.tl-category-card__name {
  font-size: 13px;
  font-weight: 700;
  line-height: 1.3;
  flex: 1;
}

.tl-categories .tl-category-card__icon img {
  max-width: 24px;
  max-height: 24px;
  object-fit: contain;
}
.tl-category-card__arrow {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  color: #FF5B00;
  opacity: 0;
  transition: opacity 0.2s;
}
.tl-category-card:hover .tl-category-card__arrow {
  opacity: 1;
}

/* Price Factors */
.tl-factors {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 50px 0 10px;
}
.tl-factor {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  background: #F4F4F4;
  border-radius: 24px;
  padding: 30px;
}
.tl-factor__num {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.tl-factor__num-text {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
.tl-factor__content {
  flex: 1;
}
.tl-factor__title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  margin: 0 0 5px;
}
.tl-factor__text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin: 0;
}

.tl-factors-highlight {
  display: flex;
  align-items: center;
  gap: 0;
  background: #F4F4F4;
  border-radius: 24px;
  padding: 30px;
  margin-bottom: 30px;
}
.tl-factors-highlight__content {
  flex: 1;
}
.tl-factors-highlight__title {
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 5px;
}
.tl-factors-highlight__text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  margin: 0;
}
.tl-factors-highlight__divider {
  width: 1px;
  height: 80px;
  background: #DCDCDC;
  margin: 0 30px;
  flex-shrink: 0;
  align-self: center;
}
.tl-factors-highlight__icon {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tl-factors-highlight__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.tl-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 230px;
  height: 45px;
  background: #FF5C02;
  border-radius: 5px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}
.tl-btn:hover {
  background: #e04d00;
  color: #fff;
  text-decoration: none;
}
.tl-btn-wrap {
  text-align: center;
}

.tl-section:has(.tl-factors) {
  padding: 100px 0;
}

.tl-section:has(.tl-reviews__grid),
.tl-section:has(.tl-map__container) {
  padding: 100px 0;
}

.tl-section:has(.tl-brands),
.tl-section:has(.tl-categories) {
  padding: 60px 0;
}

/* Brands */
.tl-brands {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.tl-brands__row {
  display: flex;
  gap: 10px;
  overflow-x: auto;
}
.tl-brand-card {
  background: #fff;
  border-radius: 16px;
  padding: 10px 15px;
  min-width: 0;
  flex: 1;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tl-brand-card img {
  max-width: 100%;
  max-height: 60px;
  object-fit: contain;
}

/* Reviews */
.tl-reviews__header {
  text-align: center;
  margin-bottom: 40px;
}
.tl-reviews__header a {
  color: #FF5B00;
  text-decoration: none;
}
.tl-reviews__header a:hover {
  text-decoration: underline;
}
.tl-reviews__grid {
  display: flex;
  gap: 20px;
}
.tl-review-card {
  background: #F4F4F4;
  border-radius: 24px;
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-width: 0;
}
.tl-review-card__header {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.tl-review-card__avatar {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  background: #fff;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 600;
  color: #FF5B00;
}
.tl-review-card__user {
  flex: 1;
  min-width: 0;
}
.tl-review-card__name-row {
  display: flex;
  align-items: baseline;
  gap: 10px;
}
.tl-review-card__name {
  font-size: 16px;
  font-weight: 600;
  color: #000;
  line-height: 1.6;
  flex: 1;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tl-review-card__date {
  font-size: 16px;
  font-weight: 400;
  color: #9FA1A4;
  line-height: 1.6;
  white-space: nowrap;
  flex-shrink: 0;
}
.tl-review-card__stars {
  display: flex;
  align-items: center;
  gap: 2px;
  margin-top: 2px;
}
.tl-review-card__stars svg {
  display: block;
  flex-shrink: 0;
}
.tl-review-card__text {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  line-height: 1.5;
  flex: 1;
}
.tl-review-card__link {
  font-size: 15.5px;
  font-weight: 400;
  font-family: 'Inter', Arial, sans-serif;
  color: #FF5B00;
  text-decoration: none;
}
.tl-review-card__link:hover {
  text-decoration: underline;
  color: #FF5B00;
}

.tl-reviews__dots {
  display: none;
}

.tl-reviews__dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #D9D9D9;
  cursor: pointer;
  transition: background 0.2s;
  flex-shrink: 0;
}
.tl-reviews__dot.active {
  background: #000;
}

/* Map */
.tl-map__header {
  display: flex;
  align-items: center;
  gap: 80px;
  margin-bottom: 30px;
}
.tl-map__title {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
}
.tl-map__region {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.tl-map__region-label {
  font-size: 20px;
  font-weight: 400;
}
.tl-map__region-value {
  font-size: 20px;
  font-weight: 400;
  color: #FF5C02;
}
.tl-map__region-arrow {
  width: 24px;
  height: 24px;
  margin-left: 4px;
}
.tl-map__container {
  width: 100%;
  height: 600px;
  overflow: hidden;
  background: #fff;
}
.tl-map__container iframe,
.tl-map__container > div {
  width: 100%;
  height: 100%;
}

/* Bottom Contact Form */
.tl-contact {
  padding: 100px 0;
  background: #fff;
}
.tl-contact__box {
  display: flex;
  gap: 60px;
  background: #FF5B00;
  border-radius: 40px;
  padding: 60px;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}
.tl-contact__form {
  width: 420px;
  flex-shrink: 0;
  z-index: 1;
}
.tl-contact__form-card {
  background: #fff;
  border-radius: 24px;
  padding: 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.tl-contact__form-title {
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 10px;
  line-height: 1.3;
}
.tl-contact__form-subtitle {
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin: 0 0 20px;
  line-height: 1.5;
}
.tl-contact__form-fields {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 20px;
}
.tl-contact__right {
  flex: 1;
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.tl-contact__right-title {
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  margin: 0;
  position: relative;
  z-index: 2;
}
.tl-contact__right-image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -60px;
  width: 600px;
  height: 600px;
  z-index: 1;
  pointer-events: none;
}
.tl-contact__right-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Form success */
.tl-form-success {
  text-align: center;
  padding: 20px 0;
}
.tl-form-success--light {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0;
}
.tl-form-success--light .tl-form-success__icon,
.tl-form-success--light .tl-form-success__title,
.tl-form-success--light .tl-form-success__text {
  flex-shrink: 0;
}
.tl-form-success--light .tl-form-success__tariffs-btn {
  margin-top: auto;
}
.tl-form-success__icon {
  margin: 0 auto 20px;
}
.tl-form-success__icon img {
  width: 120px;
  height: 120px;
  display: block;
}
.tl-form-success__title {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 0 0 10px;
  line-height: 1.4;
}
.tl-form-success__text {
  font-size: 20px;
  font-weight: 400;
  color: #000;
  line-height: 1.6;
  margin: 0 0 40px;
}

/* Tariffs button — hero form success */
.tl-form-success__tariffs-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 45px;
  background: transparent;
  color: #FF5C02;
  border: 1px solid #FF5C02;
  border-radius: 5px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  padding: 0 40px;
}
.tl-form-success__tariffs-btn:hover {
  background: #FF5C02;
  color: #fff;
  text-decoration: none;
}

/* Store buttons — bottom form success */
.tl-form-success__stores {
  display: flex;
  justify-content: center;
  gap: 10px;
}
.tl-form-success__store-btn {
  width: 64px;
  height: 64px;
  background: #fff;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tl-form-success__store-btn img,
.tl-form-success__store-btn svg {
  width: 40px;
  height: 40px;
}

/* Bottom contact form success — show inside orange card, white text */
.tl-contact__box.tl-success-active > .tl-contact__form,
.tl-contact__box.tl-success-active > .tl-contact__right {
  display: none;
}
.tl-contact__box.tl-success-active {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 680px;
}
.tl-contact__box.tl-success-active > .tl-form-success {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
.tl-contact__box.tl-success-active .tl-form-success__title,
.tl-contact__box.tl-success-active .tl-form-success__text {
  color: #fff;
}
.tl-contact__box.tl-success-active .tl-form-success__icon img {
  width: 180px;
  height: 180px;
  margin: 0 auto;
}
.tl-contact__box.tl-success-active .tl-form-success__title {
  font-size: 40px;
  margin-bottom: 20px;
}
.tl-contact__box.tl-success-active .tl-form-success__text {
  font-size: 20px;
  margin-bottom: 40px;
}

/* Hidden */
.tl-hidden {
  display: none !important;
}

/* Error states */
.tl-form-card__input.error,
.tl-form-card__textarea.error {
  border-color: #e00;
}

/* Mob breadcrumb (from original Bitrix layout) */
.mob-top-breadcrumbs {
  margin-bottom: 16px;
}

/* ============ TABLET 768-1279 ============ */
@media (min-width: 768px) and (max-width: 1279px) {
  .tl-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tl-hero__inner {
    flex-direction: column;
    min-height: auto;
    padding: 0;
  }
  .tl-hero__content {
    padding: 40px 0 20px;
    order: 1;
  }
  .tl-hero__title {
    font-size: 36px;
  }
  .tl-hero__image {
    position: static;
    transform: none;
    width: auto;
    height: auto;
    order: 2;
    padding: 20px;
    display: flex;
    justify-content: center;
  }
  .tl-hero__image img {
    max-width: 400px;
    max-height: 400px;
  }
  .tl-hero__form-wrap {
    width: 100%;
    order: 3;
    align-self: auto;
    padding: 0 0 40px;
  }

  .tl-categories {
    grid-template-columns: repeat(4, 1fr);
  }

  .tl-reviews__grid {
    flex-wrap: wrap;
  }
  .tl-review-card {
    flex: 1 1 280px;
  }

  .tl-contact__box {
    gap: 30px;
    padding: 40px;
    min-height: auto;
  }
  .tl-contact__form {
    width: 380px;
  }
  .tl-contact__right-image {
    width: 400px;
    height: 400px;
  }
  .tl-contact__right-title {
    font-size: 32px;
  }
}

/* ============ MOBILE 375-767 ============ */
@media (max-width: 767px) {
  .tl-page {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .tl-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tl-container .tl-container,
  .tl-container .container {
    padding-left: 0;
    padding-right: 0;
  }

  .tl-breadcrumb {
    display: none;
  }
  .mob-top-breadcrumbs {
    display: block;
  }

  /* Hero */
  .tl-hero {
    min-height: 945px;
  }
  .tl-hero__inner {
    flex-direction: column;
    min-height: 945px;
    padding: 0;
  }
  .tl-hero__content {
    width: 100%;
    padding: 40px 0 37px;
    order: 1;
  }
  .tl-hero__title {
    font-size: 28px;
    line-height: 1.3;
    margin-bottom: 20px;
  }
  .tl-hero__benefits {
    gap: 10px;
  }
  .tl-hero__benefit {
    font-size: 16px;
    line-height: 22px;
    gap: 8px;
  }
  .tl-hero__benefit-icon {
    width: 22px;
    height: 22px;
  }
  .tl-hero__image {
    display: block;
    position: absolute;
    left: 50%;
    top: 333px;
    transform: translateX(-50%);
    width: 370px;
    height: 370px;
    z-index: 0;
  }
  .tl-hero__form-wrap {
    width: 100%;
    order: 2;
    align-self: auto;
    padding: 0 0 20px;
    margin-top: 0;
    z-index: 2;
  }
  .tl-hero__form-wrap .tl-form-card {
    min-height: 520px;
  }

  .tl-form-card {
    padding: 24px;
  }
  .tl-form-card__title {
    font-size: 20px;
    line-height: 28px;
  }
  .tl-form-card__input--file {
    min-height: 85px;
  }

  /* Section */
  .tl-section {
    padding: 40px 0;
  }
  .tl-section:has(.tl-categories) {
    padding: 40px 0;
  }
  .tl-section:has(.tl-factors) {
    padding: 40px 0;
  }
  .tl-section:has(.tl-brands) {
    padding: 40px 0;
  }
  .tl-section:has(.tl-reviews__grid),
  .tl-section:has(.tl-map__container) {
    padding: 40px 0;
  }
  .tl-section-title {
    font-size: 24px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 20px;
  }
  .tl-section-title--sm {
    font-size: 24px;
    line-height: 1.4;
    text-align: left;
    margin-bottom: 20px;
  }
  .tl-section-subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }

  /* Categories - 3 cols */
  .tl-categories {
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
  }
  .tl-category-card {
    flex-direction: column;
    align-items: center;
    gap: 8px;
    justify-content: center;
    min-height: 75px;
    padding: 12px 5px;
    border-radius: 16px;
    text-align: center;
  }
  .tl-category-card:nth-child(n+4):nth-child(-n+6),
  .tl-category-card:nth-child(n+10):nth-child(-n+12) {
    min-height: 92px;
  }
  .tl-category-card:nth-child(n+7):nth-child(-n+9) {
    min-height: 109px;
  }
  .tl-category-card__icon {
    width: 24px;
    height: 24px;
  }
  .tl-category-card__name {
    font-size: 11px;
    line-height: 17px;
    flex: 0 1 auto;
  }
  .tl-category-card__arrow {
    display: none;
  }

  /* Factors */
  .tl-factor {
    min-height: 202px;
    padding: 24px;
    gap: 20px;
    flex-direction: column;
    flex-wrap: nowrap;
    position: relative;
  }
  .tl-factors {
    margin: 30px 0 10px;
  }
  .tl-factor__num {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 24px;
    right: 24px;
  }
  .tl-factor__num-text {
    font-size: 24px;
  }
  .tl-factor__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 5px;
    padding-right: 74px;
  }
  .tl-factor__text {
    font-size: 16px;
    line-height: 24px;
  }

  .tl-factors-highlight {
    flex-direction: column;
    padding: 24px;
    gap: 20px;
    min-height: auto;
    align-items: flex-start;
  }
  .tl-factors-highlight__content {
    order: 2;
  }
  .tl-factors-highlight__divider {
    display: none;
  }
  .tl-factors-highlight__icon {
    width: 60px;
    height: 60px;
    align-self: flex-start;
    order: 0;
  }
  .tl-factors-highlight__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transform: scaleX(-1);
  }
  .tl-factors-highlight__title {
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 10px;
  }
  .tl-factors-highlight__text {
    font-size: 16px;
    line-height: 24px;
  }

  /* Brands */
  .tl-brands {
    gap: 10px;
  }
  .tl-brands__row {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 0;
    gap: 10px;
  }
  .tl-brand-card {
    flex: 0 0 calc((100% - 20px) / 3);
    min-width: 105px;
    height: 100px;
    scroll-snap-align: start;
  }
  .tl-brand-card span {
    font-size: 18px !important;
  }

  /* Reviews */
  .tl-reviews__grid {
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 15px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 20px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .tl-reviews__grid::-webkit-scrollbar {
    display: none;
  }
  .tl-review-card {
    flex: 0 0 calc(100vw - 40px);
    min-width: calc(100vw - 40px);
    max-width: 335px;
    scroll-snap-align: start;
  }
  .tl-reviews__header {
    text-align: left;
    margin-bottom: 30px;
  }

  .tl-reviews__dots {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 15px;
  }

  /* Button full-width */
  .tl-btn {
    display: flex;
    width: 100%;
  }
  .tl-btn-wrap {
    text-align: center;
  }
  .tl-btn-wrap .tl-btn {
    display: flex;
    width: 100%;
    justify-content: center;
  }

  /* Map */
  .tl-map__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 30px;
  }
  .tl-map__title {
    font-size: 24px;
    line-height: 1.4;
    margin: 0;
  }
  .tl-map__region-label,
  .tl-map__region-value {
    font-size: 20px;
    line-height: 28px;
  }
  .tl-map__container {
    height: 600px;
  }

  /* Contact form */
  .tl-contact {
    padding: 0px 0 0;
    background: #FF5B00;
  }
  .tl-contact .tl-container {
    padding-left: 0;
    padding-right: 0;
  }
  .tl-contact__box {
    flex-direction: column;
    gap: 30px;
    padding: 60px 24px 24px;
    min-height: auto;
    border-radius: 0;
  }
  .tl-contact__form {
    width: 100%;
    order: 2;
  }
  .tl-contact__form-card {
    border-radius: 24px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.1);
  }
  .tl-contact__form-title {
    font-size: 20px;
  }
  .tl-contact__right {
    order: 1;
  }
  .tl-contact__right-title {
    font-size: 24px;
    line-height: 1.4;
    margin-bottom: 0;
  }
  .tl-contact__form-title {
    line-height: 28px;
  }
  .tl-contact__form-subtitle {
    font-size: 16px;
    line-height: 24px;
  }
  .tl-contact__right-image {
    display: none;
  }

  /* Success blocks on mobile */
  .tl-form-success {
    padding: 10px 0;
    text-align: left;
  }
  .tl-form-success__icon {
    margin-left: 0;
    margin-right: auto;
  }
  .tl-form-success__icon img {
    width: 120px;
    height: 120px;
  }
  .tl-form-success__title {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 4px;
  }
  .tl-form-success__text {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 30px;
  }
  .tl-form-success__tariffs-btn {
    display: flex;
    width: 100%;
    justify-content: center;
  }
  .tl-form-success__stores {
    gap: 10px;
  }
  .tl-form-success__store-btn {
    width: 64px;
    height: 64px;
  }
  .tl-form-success__store-btn img,
  .tl-form-success__store-btn svg {
    width: 40px;
    height: 40px;
  }

  .tl-contact__box.tl-success-active {
    min-height: auto;
    padding: 60px 24px 24px;
    text-align: left;
    align-items: flex-start;
  }
  .tl-contact__box.tl-success-active > .tl-form-success {
    max-width: none;
    margin: 0;
    width: 100%;
  }
  .tl-contact__box.tl-success-active .tl-form-success__icon {
    margin-left: 0;
    margin-right: auto;
  }
  .tl-contact__box.tl-success-active .tl-form-success__stores {
    justify-content: flex-start;
  }
  .tl-contact__box.tl-success-active .tl-form-success__icon img {
    width: 120px;
    height: 120px;
    margin: 0;
    margin-bottom: 20px;
  }
  .tl-contact__box.tl-success-active .tl-form-success__title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .tl-contact__box.tl-success-active .tl-form-success__text {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

@media (max-width: 374px) {
  .tl-hero__image {
    width: 330px;
    height: 330px;
  }

  .tl-review-card {
    flex-basis: calc(100vw - 40px);
    min-width: calc(100vw - 40px);
  }
}
