section.hero.bg_image {
  background: url("/assets/masterpin_template/assets/order/banner_bg.png")
    no-repeat;
  background-size: cover; /* растянуть на весь блок */
  background-position: center; /* центрировать */
  background-repeat: no-repeat; /* не повторять */
  min-height: 346px; /* высота блока */
  display: flex;
  align-items: center;
  justify-content: center;
}

.hero-content {
  width: 100%;
}

.hero-deco_icon {
  width: 100%;
}

.breadcrumbs .current_page {
  color: #000000;
}

.filter-btn {
  background: #ffffff;
  border: 1px solid #6cb043;
  border-radius: 5px;
}

.news-card.hidden {
  display: none !important;
}

.slider-arrow:hover {
  background: #6cb043;
  transform: 0.3s;
}

.logo img {
  height: 56px;
  width: auto;
  min-width: 266px;
  height: 94px;
}

/* ===== CARD ===== */
.tracking-card {
  position: absolute;
  width: 246px;
  height: 203px;
  flex-shrink: 0;
  background: #b7e09f;
  border-radius: 5px;
  box-shadow: 0px 7px 13.6px rgba(0, 0, 0, 0.15);
  /* inner light-green area */
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 7px 2px 2px 2px;
  transition:
    box-shadow 0.25s ease,
    transform 0.2s ease;
  z-index: 20;
  right: 0;
}
.tracking-card:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}

/* inner panel */
.tracking-card__inner {
  position: relative;
  width: 100%;
  height: 100%;
  background: #eff7ea;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 16px 10px 0 10px;
  overflow: hidden;
}

/* ===== CLOSE BUTTON (X) ===== */
.close-btn {
  top: -5px;
  right: -5px;
  width: 32px;
  height: 32px;
  border: none;
  background: #6cb043;
  border: 1px solid #6cb043;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s ease,
    transform 0.2s ease;
  z-index: 5;
  padding: 0;
  transform: rotate(180deg);
}
.close-btn:hover {
  background: #5a9a38;
  transform: rotate(180deg) scale(1.05);
}
.close-btn:active {
  transform: rotate(180deg) scale(0.94);
}
.close-btn__icon {
  display: block;
  width: 10.42px;
  height: 9.68px;
  background: #ffffff;
  transform: rotate(45deg);
  position: relative;
}
/* draw X using pseudo */
.close-btn__icon::before,
.close-btn__icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  background: #ffffff;
  border-radius: 1px;
  transform: translate(-50%, -50%);
}
.close-btn__icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn__icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

/* ===== TITLE ===== */
.tracking-card__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #000000;
  max-width: 220px;
  margin-bottom: 14px;
  letter-spacing: 0.01em;
}

/* ===== INPUT ===== */
.tracking-card__input-wrap {
  width: 213px;
  height: 36px;
  flex-shrink: 0;
  margin-bottom: 12px;
  position: relative;
}
.tracking-card__input {
  width: 100%;
  height: 100%;
  padding: 0 12px;
  background: #ffffff;
  border: 1px solid #6cb043;
  border-radius: 5px;
  box-shadow: 0px 4px 4px rgba(108, 176, 67, 0.29);
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 137%;
  text-align: center;
  letter-spacing: 0.09em;
  color: #000000;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
}
.tracking-card__input::placeholder {
  font-family: "Inter", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 137%;
  text-align: center;
  letter-spacing: 0.09em;
  color: #000000;
  opacity: 0.7;
}
.tracking-card__input:focus {
  border-color: #4d8a30;
  box-shadow: 0px 4px 8px rgba(108, 176, 67, 0.35);
}
.tracking-card__input:hover {
  border-color: #5a9a38;
}

/* ===== WHITE BOTTOM BAR ===== */
.tracking-card__bottom {
  width: 100%;
  height: 61px;
  background: #ffffff;
  border-radius: 0px 0px 5px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  margin-top: auto;
  padding: 0 10px;
}

/* ===== SUBMIT BUTTON ===== */
.submit-btn {
  width: 154px;
  height: 32px;
  background: #6cb043;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s ease,
    transform 0.15s ease,
    box-shadow 0.2s ease;
  font-family: "Commissioner", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 124.3%;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.02em;
  padding: 0 16px;
}
.submit-btn:hover {
  background: #5a9a38;
  box-shadow: 0px 4px 10px rgba(108, 176, 67, 0.35);
  transform: scale(1.02);
}
.submit-btn:active {
  transform: scale(0.96);
  background: #4d8a30;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 280px) {
  .tracking-card {
    width: 100%;
    max-width: 246px;
    height: auto;
    min-height: 203px;
    padding: 6px 2px 2px 2px;
  }
  .tracking-card__inner {
    padding: 14px 8px 0 8px;
  }
  .tracking-card__title {
    font-size: 14px;
    max-width: 180px;
  }
  .tracking-card__input-wrap {
    width: 100%;
    max-width: 213px;
  }
  .tracking-card__input {
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  .tracking-card__input::placeholder {
    font-size: 12px;
    letter-spacing: 0.06em;
  }
  .submit-btn {
    width: 130px;
    height: 30px;
    font-size: 13px;
  }
  .tracking-card__bottom {
    height: 56px;
  }
}

@media (max-width: 380px) and (min-width: 281px) {
  .tracking-card {
    width: 100%;
    max-width: 246px;
    height: auto;
    min-height: 203px;
  }
  .tracking-card__title {
    font-size: 15px;
  }
}

@media (min-width: 600px) {
  .tracking-card {
    width: 246px;
    height: auto;
    margin-top: 300px;
  }
}

/* optional subtle animation on load */
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(18px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.tracking-card {
  animation: fadeSlideUp 0.45s ease forwards;
  display: none;
}

/* ===== BOOKING FORM ===== */
.booking-form {
  width: 100%;
  max-width: 1420px;
  background: linear-gradient(268.14deg, #6cb043 20.62%, #188542 134.98%);
  border-radius: 5px;
  padding: 33px 53px 28px 53px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.3s ease;
  margin-bottom: 32px;
}
.booking-form:hover {
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.18);
}

/* ===== HEADER ===== */
.form-header {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  gap: 20px 40px;
  margin-bottom: 18px;
}
.form-header__title {
  font-family: "Inter", sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 100%;
  text-transform: uppercase;
  color: #ffffff;
  flex-shrink: 0;
  letter-spacing: 0.02em;
}
.form-header__subtitle {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  color: #ffffff;
  flex: 1;
  min-width: 200px;
  opacity: 0.95;
}

/* ===== FORM GRID ===== */
.form-grid {
  display: flex;
  gap: 16px 18px;
  align-items: start;
}

/* field group */
.field-group {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 49%;
}

/* ===== INPUTS ===== */
.field-group input,
.field-group textarea {
  width: 100%;
  padding: 12px 16px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 124.3%;
  color: #000000;
  outline: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease;
  min-height: 45px;
  resize: vertical;
}
.field-group input::placeholder,
.field-group textarea::placeholder {
  font-family: "Commissioner", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 124.3%;
  color: #000000;
  opacity: 1;
}
.field-group input:focus,
.field-group textarea:focus {
  border-color: #ffffff;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.35);
}
.field-group input:hover,
.field-group textarea:hover {
  border-color: rgba(255, 255, 255, 0.7);
}

.field-group textarea {
  min-height: 102px;
  resize: vertical;
}

/* ===== COMMENT (spans 2 cols) ===== */
.field-group--comment {
  grid-column: span 2;
}
.field-group--comment textarea {
  min-height: 102px;
}

/* ===== DATE & TIME with icons ===== */
.field-group--date input,
.field-group--time input {
  padding-right: 44px;
}

.field-group__icon {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.field-group__icon svg {
  display: block;
  width: 20px;
  height: 20px;
}

/* ===== CHECKBOX GROUP ===== */
.field-group--checkbox {
  grid-column: span 1;
  justify-self: end;
  align-self: center;
  margin-top: 2px;
}
.checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
}
.checkbox-wrapper input[type="checkbox"] {
  display: none;
}
.checkbox-wrapper .checkmark {
  flex-shrink: 0;
  width: 19.72px;
  height: 20px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  background: transparent;
  position: relative;
  transition:
    background 0.2s ease,
    border-color 0.2s ease;
  margin-top: 1px;
}
.checkbox-wrapper input:checked + .checkmark {
  background: rgba(255, 255, 255, 0.15);
  border-color: #ffffff;
}
.checkbox-wrapper input:checked + .checkmark::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 2px;
  width: 8px;
  height: 13px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.checkbox-wrapper .checkmark:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
.checkbox-wrapper .check-label {
  font-family: "FuturaDemiC", "Commissioner", sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 100%;
  color: #ffffff;
  max-width: 187px;
  letter-spacing: 0.01em;
}

/* ===== BUTTON ===== */
.booking_form_home .field-group--button {
  grid-column: span 1;
  justify-self: end;
  align-self: center;
}
.booking_form_home .btn-submit {
  padding: 0 24px;
  min-width: 206px;
  height: 45px;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid #ffffff;
  border-radius: 5px;
  font-family: "Commissioner", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 124.3%;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  transition:
    background 0.25s ease,
    transform 0.15s ease,
    box-shadow 0.25s ease;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.11);
  letter-spacing: 0.03em;
  white-space: nowrap;
  max-width: 284px;
}
.booking_form_home .btn-submit:hover {
  background: rgba(255, 255, 255, 0.25);
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.18);
  transform: translateY(-2px);
}
.booking_form_home .btn-submit:active {
  transform: scale(0.96);
  background: rgba(255, 255, 255, 0.08);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1200px) {
  .booking-form {
    padding: 28px 30px 24px 30px;
  }
  .form-grid {
    gap: 14px 16px;
  }
  .field-group--comment {
    grid-column: span 2;
  }
  .field-group--checkbox {
    justify-self: start;
  }
  .field-group--button {
    justify-self: start;
  }
}

@media (max-width: 992px) {
  .booking-form {
    padding: 24px 20px 20px 20px;
  }
  .form-header {
    flex-direction: column;
    gap: 10px;
    margin-bottom: 16px;
  }
  .form-header__title {
    font-size: 18px;
  }
  .form-header__subtitle {
    font-size: 14px;
  }
  .form-grid {
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }
  .field-group--comment {
    grid-column: span 2;
  }
  .field-group--checkbox {
    grid-column: span 1;
    justify-self: start;
  }
  .field-group--button {
    grid-column: span 1;
    justify-self: end;
  }
  .btn-submit {
    min-width: 180px;
    font-size: 13px;
    height: 42px;
  }
  .checkbox-wrapper .check-label {
    max-width: 140px;
    font-size: 9px;
  }
}

@media (max-width: 700px) {
  .booking-form {
    padding: 20px 16px 18px 16px;
    border-radius: 5px;
  }
  .form-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .field-group--comment {
    grid-column: span 1;
  }
  .field-group--checkbox {
    grid-column: span 1;
    justify-self: start;
    margin-top: 4px;
  }
  .field-group--button {
    grid-column: span 1;
    justify-self: stretch;
    margin-top: 4px;
  }
  .btn-submit {
    width: 100%;
    min-width: unset;
    white-space: normal;
    height: 44px;
    font-size: 13px;
    padding: 0 16px;
  }
  .field-group input,
  .field-group textarea {
    font-size: 14px;
    min-height: 42px;
    padding: 10px 14px;
  }
  .field-group input::placeholder,
  .field-group textarea::placeholder {
    font-size: 14px;
  }
  .field-group textarea {
    min-height: 80px;
  }
  .form-header__title {
    font-size: 16px;
  }
  .form-header__subtitle {
    font-size: 13px;
  }
  .checkbox-wrapper .check-label {
    max-width: 100%;
    font-size: 9px;
  }
  .field-group__icon {
    right: 12px;
  }
  .field-group__icon svg {
    width: 18px;
    height: 18px;
  }
  .field-group--date input,
  .field-group--time input {
    padding-right: 38px;
  }
}

@media (max-width: 400px) {
  .booking-form {
    padding: 16px 12px 14px 12px;
  }
  .form-header__title {
    font-size: 14px;
  }
  .form-header__subtitle {
    font-size: 12px;
  }
  .field-group input,
  .field-group textarea {
    font-size: 13px;
    min-height: 38px;
    padding: 8px 12px;
  }
  .field-group input::placeholder,
  .field-group textarea::placeholder {
    font-size: 13px;
  }
  .btn-submit {
    font-size: 12px;
    height: 40px;
  }
}

/* ===== ANIMATION ===== */
@keyframes fadeSlideUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.booking-form {
  animation: fadeSlideUp 0.5s ease forwards;
}

.home_form_inner {
  display: flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
  gap: 18px 12px;
}

.booking_form_footer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: stretch;
  align-content: stretch;
  margin-left: auto;
  margin-top: 20px;
}

.field-group.field-group--comment {
  max-width: 426px;
}

.field-group.field-group--checkbox {
  width: auto;
}

.form_button_send {
  width: auto;
}

.mobile_service_menu {
  display: none;
}

/* --- CONTACTS SECTION --- */
.contacts-section {
  padding: 40px 0 60px;
}
.contacts-title {
  font-family: var(--font-secondary);
  font-weight: 800;
  font-size: 19px;
  text-transform: uppercase;
  margin-bottom: 49px;
}
.contacts-wrapper {
  display: flex;
  gap: 3px;
  background: #b7e09f;
}

.contacts-info-box {
  border: 1px solid #b7e09f;
  border-radius: 8px;
  background: #fff;
  min-width: 331px;
  margin: 5px;
  height: auto;
}

.map-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  margin: 0px;
  position: relative;
  display: block;
  padding: 5px;
  background: #b7e09f;
  border: 1px solid #b7e09f;
  border-radius: 8px;
  overflow: hidden;
}

.map-img iframe {
  display: block;
  border: none;
}
.contacts-info_wrapper {
  flex: 0 0 340px;
  background: #ffffff;
  border-radius: 8px;
  padding: 25px 25px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-list-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.c-icon {
  width: 31px;
  height: 31px;
  border: 1.8px solid var(--color-primary);
  border-radius: 8px;
  position: relative;
  flex-shrink: 0;
}
.c-icon::after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
}

.c-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.c-phone {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 18px;
  color: var(--color-primary);
  line-height: 115%;
}
.c-address {
  font-family: var(--font-primary);
  font-weight: 700;
  font-size: 16px;
  color: var(--color-primary);
}
.c-schedule {
  font-family: var(--font-secondary);
  font-weight: 700;
  font-size: 14px;
  line-height: 116%;
  color: #000000;
}
.c-email {
  font-family: var(--font-primary);
  font-weight: 600;
  font-size: 16px;
  color: var(--color-primary);
}

.contact-socials {
  display: flex;
  gap: 10px;
  margin-top: 5px;
  padding: 14px 21px;
  margin: 4px;
}
.contact-socials .s-icon {
  width: 31px;
  height: 31px;
  border-radius: 8px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
  transition: 0.2s;
}

.contacts-map-box {
  flex: 1;
  background: #ffffff;
  border: 1px solid #b7e09f;
  border-radius: 8px;
  overflow: hidden;
  height: auto;
}
.map-img {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.mobile_topbar_inner {
  display: none;
}

/* ГЛАВНАЯ */
.banner-wrap {
  position: relative;
  overflow: hidden; /* если хотите плавный переход */
}
.banner {
  display: none; /* все скрыты */
  opacity: 0;
  transition: opacity 0.5s ease;
}
.banner.banner--active {
  display: block; /* или flex, если нужно */
  opacity: 1;
}

.news-card__body {
  min-height: 198px;
}

/* Отступы между слайдами галереи */
.gallery__grid .slick-slide {
  margin: 0 10px; /* по 10px слева и справа = 20px между */
}
.gallery__grid .slick-list {
  margin: 0 -10px; /* компенсация */
}

/* Адаптивные отступы (опционально) */
@media (max-width: 768px) {
  .gallery__grid .slick-slide {
    margin: 0 6px;
  }
  .gallery__grid .slick-list {
    margin: 0 -6px;
  }
}

/* Сертификаты слайдер */
/* Отступы между слайдами сертификатов */
.certificates-grid .slick-slide {
  margin: 0 10px;
}
.certificates-grid .slick-list {
  margin: 0 -10px;
}

img.project-thumbnail {
  width: 100%;
}

/* Поиск */
.search-wrapper .search_icon {
  position: absolute;
}

.advantages_text_mobile {
  display: block;
}

.rules_mobile {
  display: none;
}

.advantages_text_mobile {
  display: none;
}

.brand-card__name {
  position: relative;
  left: 0;
}

.brand-card__logo--square {
  margin-bottom: 50px;
}

.brand-card {
  height: 160px !important;
  max-width: 200px !important;
}

.brand-card__name {
  width: 100%;
  display: block;
}

.brand-card__logo {
  margin-bottom: 60px;
}

/* Страница оплат */
.payment-card.mobile_card {
  display: none;
}

.info_payment_mobile {
  display: none;
}

.search_model {
  display: flex;
}

.search_model img {
  max-width: 23px;
  max-height: 23px;
  margin-left: 20px;
}

ul.breadcrumb {
  display: flex;
}

.breadcrumbs .current_page {
  color: var(--primary-green);
  margin-right: 3px;
  margin-left: 3px;
}
ul.breadcrumb .active {
  color: #000;
  font-weight: 700;
  font-size: 13px;
}

.bottom_buttons {
  dsplay: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: stretch;
}

.bottom_buttons svg {
  margin-right: 20px;
}

.tracking-card .success {
  text-align: center;
}

.tracking-card .button.style-10.ok_btn2.submit-btn {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.tracking-card .success.hide {
  display: none;
}

.carousel__track.slick-initialized.slick-slider {
  margin-left: 15px;
}

.green_text {
  color: #6cb043;
}

.repair-card:hover .bottom_buttons svg path {
  fill: #fff;
}

.track-modal-title.style-1.res_req {
  margin-bottom: 20px;
}

ul.socials.socials--dark a:hover svg path {
  transition: 0.3s;
  fill: var(--green);
}

.mobile_copyright {
  display: none;
}

.mobile_search_block {
  display: none;
}

input.search__btn_submit {
    position: absolute;
    right: 0;
    opacity: 0;
}

.search {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    height: 40px;
    margin: 0 20px;
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
    min-width: 0;
    position: relative;
}