/* ============================================================
   НОВЫЕ СТИЛИ — 100% ТОЧНОЕ СООТВЕТСТВИЕ ОРИГИНАЛУ EXKAVATORS.BY
   Цвета: Красный #e31e24 / #ce1a2f (акценты), тёмный #071339 (хедер, тексты).
   ============================================================ */

:root {
  --primary: #e31e24;
  --primary-dark: #ce1a2f;
  --accent: #e31e24;
  --bg-dark: #000000;
  --bg-footer: #f0f0f0;
  --bg-light: #f8f9fa;
  --link: #071339;
  --text: #212529;
  --text-muted: #6c757d;
  --border: #dee2e6;
}

/* ===== Переопределение Bootstrap ===== */
.btn-primary {
  background-color: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #ffffff !important;
  font-weight: 700;
  border-radius: 4px;
}
.btn-primary:hover, .btn-primary:focus {
  background-color: var(--primary-dark) !important;
  border-color: var(--primary-dark) !important;
}
.btn-outline-primary {
  color: var(--primary) !important;
  border-color: var(--primary) !important;
  background-color: #fff !important;
  font-weight: 700;
  border-radius: 4px;
}
.btn-outline-primary:hover {
  background-color: var(--primary) !important;
  color: #fff !important;
}

/* ===== Хедер — ТОЧНО по оригиналу exkavators.by ===== */

/* Мобильная шапка (красная, sticky) */
.block__mobile {
  background: #e31e24;
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 9;
}
.block__mobile_container {
  padding: 8px 60px 8px 8px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-height: 60px;
}
.mobLogo { display: block; margin: 0 10px 0 0; }
.mobLogo img { height: 44px; }
.block__mobile .socialIcons { margin-left: auto; margin-right: 50px; }
.block__mobile .socialIcons img { height: 24px; }
.block__mobile_burger {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 20px;
  width: 28px;
  height: 20px;
  cursor: pointer;
  z-index: 9999;
}
.block__mobile_burger span {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background: #fff;
  left: 0;
  opacity: 1;
}
.block__mobile_burger span:nth-child(1) { top: 0; }
.block__mobile_burger span:nth-child(2) { top: 8px; }
.block__mobile_burger span:nth-child(3) { top: 16px; }

/* Верхняя часть хедера (белый фон) */
.headerTop {
  padding: 10px 0;
  font-size: 14px;
  background: #fff;
}
.headerTopContainer > .row { align-items: center; }
.headerTopContainer > .row > div { padding-bottom: 10px; }
.headerLogo img { height: 100%; max-height: 76px; max-width: 250px; }
.phoneItem a {
  color: #071339;
  font-weight: 700;
  font-size: 14px;
  text-decoration: none;
}
.phoneItem a:hover { color: #e31e24; text-decoration: none; }
.socialIcons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.socialIcons a { margin: 0 2px; }
.socialIcons img { height: 26px; }

/* Нижняя часть хедера — меню (белый фон, чёрный текст, красный hover) */
.headerBottom {
  padding: 10px 0;
  border-top: 1px solid #e5e9f2;
  border-bottom: 1px solid #e5e9f2;
  background: #fff;
}
.headerBottomContainer > .row { align-items: center; }
.menu_block_bottom { width: 100%; }
.moduletable_menu { width: 100%; }

/* Меню навигации — точные оригинальные стили */
.header_menu {
  justify-content: center;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.header_menu li {
  display: inline-block;
  padding: 0;
  position: relative;
}
.header_menu a {
  padding: 10px 20px;
  display: block;
  font-size: 16px;
  background: #fff;
  color: #000;
  font-weight: 600;
  text-decoration: none;
  border-radius: 0;
  position: relative;
}
.header_menu > li.active > a,
.header_menu > li > a:hover,
.header_menu > li:hover > a {
  color: #e31e24;
  background: #fff;
  text-decoration: none;
}

/* Выпадающее подменю (Каталог) */
.header_menu li.parent > ul.nav-child {
  top: 100%;
  left: 0;
  position: absolute !important;
  margin: 0;
  padding: 0;
  list-style: none;
  min-width: 300px;
  text-align: left;
  box-shadow: 0px 2px 4px 0px #bdbdbd;
  z-index: 9;
  display: none;
  background: #fff;
}
.header_menu li.parent:hover > ul.nav-child { display: block; }
.header_menu li.parent > ul.nav-child li { display: block; }
.header_menu li.parent > ul.nav-child a {
  padding: 10px 20px;
  font-size: 15px;
  background: #fff;
  color: #000;
  font-weight: 600;
  text-align: left;
}
.header_menu li.parent > ul.nav-child a:hover {
  color: #e31e24;
  background: #fff;
}

/* ===== Hero секция (красный ACE520) ===== */
.heroSection {
  margin-top: 0;
}
.heroBg {
  background-size: cover;
  background-position: center;
  min-height: 540px;
  display: flex;
  align-items: center;
  color: #fff;
  position: relative;
}
.heroContent {
  max-width: 680px;
}
.heroContent h1 {
  font-size: 2.8rem;
  font-weight: 800;
  line-height: 1.15;
  margin-bottom: 24px;
  color: #ffffff;
  text-shadow: 0 2px 4px rgba(0,0,0,.4);
}
.heroButtons .btn {
  padding: 14px 36px;
  font-size: 1.1rem;
}

/* ===== Сетка категорий (Каталог) ===== */
.catalogGrid .categoryCard {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #ffffff;
  transition: all .25s ease;
}
.catalogGrid .categoryCard:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 24px rgba(227,30,36,.12);
  transform: translateY(-4px);
}
.catalogGrid .categoryCardImage {
  background: #ffffff;
  height: 220px;
}
.catalogGrid .categoryCardImage img {
  padding: 16px;
  transition: transform .3s;
}
.catalogGrid .categoryCard:hover .categoryCardImage img {
  transform: scale(1.05);
}
.catalogGrid .categoryCardBody h3 {
  color: #000;
  font-weight: 700;
  font-size: 1.05rem;
}

/* ===== Корень каталога (/katalog) ===== */
.catalogRootCard {
  border-radius: 8px;
  border: 1px solid var(--border);
}
.catalogRootCard:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 24px rgba(227,30,36,.1);
}
.catalogRootImage {
  background: #ffffff;
}
.catalogRootBody h3 {
  color: #000;
}
.catalogRootBody .btn-outline-primary {
  color: var(--primary) !important;
}

/* ===== Сайдбар категорий ===== */
.categorySidebar {
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #ffffff;
  padding: 20px;
}
.sidebarTitle {
  border-bottom: 2px solid var(--primary);
  color: #000;
  font-size: 1.05rem;
  font-weight: 800;
}
.categoryTree li a {
  color: #000;
}
.categoryTree li.active a {
  background: var(--primary) !important;
  color: #ffffff !important;
}
.categoryTree li a:hover {
  background: var(--bg-light);
  color: var(--primary);
}

/* ===== Страница товара ===== */
.productTitle {
  color: #000;
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 20px;
}
.productCtaBlock {
  background: var(--bg-light);
  border: 1px solid var(--border);
}
.specsTable th {
  color: #000;
}
.specsTable tr:nth-child(odd) {
  background-color: rgba(0,0,0,.02);
}
.productSpecsCollapse {
  width: 100%;
}
.productSpecsCollapse .specsToggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 20px;
  background: var(--bg-light);
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 18px;
  font-weight: 700;
  color: var(--bg-dark);
  cursor: pointer;
  transition: background .2s;
}
.productSpecsCollapse .specsToggle:hover {
  background: #e9ecef;
}
.productSpecsCollapse .specsToggleIcon {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
}
.productSpecsCollapse .specsCollapseBody {
  width: 100%;
  margin-top: 8px;
}
.productSpecsCollapse .specsCollapseBody .specsTable {
  width: 100%;
  margin: 0;
}

/* Галерея товара — как в оригинале exkavators.by */
.productGallery { margin-bottom: 24px; }
.productGallery .mainImage {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  position: relative;
}
.productGallery .mainImageLink { display: block; cursor: zoom-in; }
.productGallery .mainImage img {
  width: 100%;
  max-height: 460px;
  object-fit: contain;
  display: block;
  cursor: zoom-in;
}
.productGallery .mainImage::after {
  content: "\21A9";
  position: absolute;
  right: 12px;
  bottom: 12px;
  font-size: 16px;
  background: rgba(0,0,0,.55);
  color: #fff;
  padding: 6px 10px;
  border-radius: 6px;
  pointer-events: none;
  opacity: .85;
}
.productGallery .thumbnails {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.productGallery .thumb {
  width: 90px;
  height: 90px;
  border: 2px solid var(--border);
  border-radius: 6px;
  overflow: hidden;
  display: block;
  padding: 0;
  background: #ffffff;
  cursor: pointer;
  transition: border-color .2s, transform .2s;
}
.productGallery .thumb:hover { transform: translateY(-2px); }
.productGallery .thumb.active { border-color: var(--primary); box-shadow: 0 4px 10px rgba(227,30,36,.2); }
.productGallery .thumb img { width: 100%; height: 100%; object-fit: cover; }

/* Просмотрщик изображений (lightbox) */
.exLightbox {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.92);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
}
.exLightbox img {
  max-width: 90vw;
  max-height: 88vh;
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 0 20px 60px rgba(0,0,0,.6);
}
.exLightbox button {
  position: absolute;
  background: rgba(255,255,255,.12);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 0;
  width: 56px;
  height: 56px;
  font-size: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .2s;
}
.exLightbox button:hover { background: rgba(255,255,255,.25); }
.exLbClose { top: 20px; right: 20px; }
.exLbPrev { left: 20px; top: 50%; transform: translateY(-50%); }
.exLbNext { right: 20px; top: 50%; transform: translateY(-50%); }
@media (max-width: 767px) {
  .productGallery .thumb { width: 70px; height: 70px; }
  .productGallery .mainImage img { max-height: 320px; }
  .exLightbox { padding: 20px; }
  .exLightbox button { width: 44px; height: 44px; font-size: 26px; }
}

/* ===== Новости ===== */
.newsCard {
  border-radius: 8px;
  border: 1px solid var(--border);
}
.newsCard:hover {
  border-color: var(--primary);
  box-shadow: 0 8px 24px rgba(227,30,36,.08);
}
.readMore {
  color: var(--primary);
}

/* ===== Секция Оставить заявку (Секция 8) — фон #f0f0f0 как в оригинале ===== */
.ctaFormBlock {
  background: #f0f0f0 !important;
}
.ctaFormBlock h2 {
  font-weight: 800;
  color: #000;
}

/* ===== Футер — фон #f0f0f0, чёрный текст (как в оригинале) ===== */
.site-footer {
  background: #f0f0f0 !important;
  color: #000 !important;
}
.site-footer h5 {
  border-bottom: 2px solid var(--primary);
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.footerText {
  color: #000;
}
.site-footer a { color: #071339; }
.site-footer a:hover { color: #e31e24; }
.site-footer h5 { color: #000; }
.footerCopyright { background: #f0f0f0; color: #000; }

/* ===== Мобильная адаптивность (полностью в responsive.css) ===== */

/* ============================================================
   Оригинальная сетка категорий (blockCategories)
   ============================================================ */
.moduleNewsItem {
  display: block;
  margin-bottom: 30px;
  padding: 0 15px;
  color: inherit;
  text-decoration: none;
  transition: transform .25s ease;
}
.moduleNewsItem:hover {
  text-decoration: none;
  transform: translateY(-4px);
}
.newsWrap {
  height: 100%;
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
  overflow: hidden;
  transition: border-color .25s, box-shadow .25s;
}
.moduleNewsItem:hover .newsWrap {
  border-color: var(--primary);
  box-shadow: 0 8px 24px rgba(227,30,36,.12);
}
.moduleNewsImage {
  background: #ffffff;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.moduleNewsImage img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  padding: 16px;
  transition: transform .3s;
}
.moduleNewsItem:hover .moduleNewsImage img {
  transform: scale(1.06);
}
.newsblock {
  padding: 16px;
  text-align: left;
}
.moduleNewsName {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
}
.moduleNewsDescription p {
  margin: 0;
  font-size: 13px;
  color: var(--text-muted);
  line-height: 1.4;
}

/* Оригинальные заголовки блоков */
.blockTitle {
  margin-bottom: 20px;
}
.blockTitle h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
  margin-bottom: 20px;
}
.blockSubTitle {
  font-size: 15px;
  color: var(--text-muted);
  max-width: 900px;
  margin: 0 auto;
}

/* Оригинальные отступы секций */
.ex_row_pt_60 { padding-top: 60px; }
.ex_row_pb_60 { padding-bottom: 60px; }
.ex_row_pt_30 { padding-top: 30px; }
.ex_row_pb_30 { padding-bottom: 30px; }
.ex_row_pt_15 { padding-top: 15px; }
.ex_row_pb_15 { padding-bottom: 15px; }
.ex_row_pb_45 { padding-bottom: 45px; }

/* Оригинальный слайдер */
.homeSlider .splide__slide {
  height: 520px;
  position: relative;
  background-size: cover !important;
  background-position: center center !important;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}
/* Чёрный полупрозрачный фон поверх картинки слайда */
.homeSlider .splide__slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}
.homeSlider .splide__slide > .slideBg { position: relative; z-index: 1; height: 100%; }
.slideBg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  background: transparent;
}
.slideContainer {
  width: 100%;
}
.slideRowAfter { width: 100%; }
.slideAfterCol2 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.slideAfterCol2 .slideImg {
  max-width: 100%;
  max-height: 460px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 14px 32px rgba(0,0,0,.6));
}
.slideHead {
  font-size: 48px;
  font-weight: 600;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 22px;
  text-shadow: 0 2px 10px rgba(0,0,0,.55);
}
.slideDescription {
  font-size: 22px;
  color: rgba(255,255,255,.95);
  margin-bottom: 32px;
  max-width: 620px;
  text-shadow: 0 1px 4px rgba(0,0,0,.4);
}
.slideBtn { display: flex; gap: 16px; flex-wrap: wrap; }
.slideBtn .btn { padding: 14px 38px; font-weight: 700; font-size: 17px; }
@media (max-width: 991px) {
  .slideHead { font-size: 30px; }
  .slideDescription { font-size: 17px; }
  .homeSlider .splide__slide { height: auto; min-height: 440px; }
  .slideBg { height: auto; min-height: 440px; padding: 40px 0; }
  .slideAfterCol2 { margin-top: 18px; }
  .slideAfterCol2 .slideImg { max-height: 260px; }
}

/* Сервисные карточки (Услуги) */
.serviceCard {
  background: #ffffff;
  border: 1px solid var(--border);
  border-radius: 8px;
  padding: 20px;
  height: 100%;
}
.serviceCard h3 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  margin-bottom: 8px;
}

/* Оригинальный футер — серый #f0f0f0, чёрный текст */
.footer {
  background: #f0f0f0;
  color: #000;
  padding-top: 40px;
  padding-bottom: 40px;
}
.footerCopyright {
  background: #f0f0f0;
  color: #000;
  font-size: 13px;
}

/* ============================================================
   Оригинальная форма заявки (#form_156)
   ============================================================ */
.form_wrap {
  max-width: 100%;
}
.form_sub {
  padding: 0;
}
.form_wrap__inputsbox {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.input-group {
  width: 100%;
}
.title_input {
  font-size: 14px;
  font-weight: 700;
  color: #000;
  margin-bottom: 4px;
}
.input-block input,
.input-block textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #c7c7c7;
  border-radius: 4px;
  font-size: 15px;
  font-family: 'Nunito', sans-serif;
  transition: border-color .2s;
}
.input-block input:focus,
.input-block textarea:focus {
  outline: none;
  border-color: var(--primary);
}
.input-block textarea {
  resize: vertical;
  min-height: 60px;
}
.input_checkbox label {
  display: flex;
  align-items: center;
  font-size: 13px;
  color: var(--text-muted);
  cursor: pointer;
}
.input_checkbox input[type="checkbox"] {
  width: auto !important;
  margin-right: 8px;
}
.input-error {
  font-size: 12px;
  color: #dc3545;
  margin-top: 2px;
  min-height: 14px;
}
.form_wrap__submit {
  margin-top: 8px;
}
.btn_submit {
  padding: 12px 40px;
  font-size: 16px;
  font-weight: 700;
  border-radius: 4px;
}
.success_block {
  padding: 20px;
  text-align: center;
}
.text_center { text-align: center; }
.w-100 { width: 100%; }

/* Оригинальные <p> в контактных данных */
#form_156 p {
  margin-bottom: 12px;
  font-size: 15px;
  line-height: 1.5;
}
#form_156 p strong {
  color: #000;
  font-weight: 700;
}
#form_156 p a {
  color: #000;
  text-decoration: none;
}
#form_156 p a:hover {
  color: var(--primary);
}

/* Облако тегов категорий (секция Спецтехника) */
.categories_tags {
  padding: 16px 0;
  font-size: 15px;
  line-height: 2.2;
}
.categories_tags a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}
.categories_tags a:hover {
  color: var(--primary);
  text-decoration: underline;
}

/* ============================================================
   Визуальное редактирование (плавающая кнопка + модалка)
   ============================================================ */
#inlineEditBar {
  position: fixed;
  bottom: 24px;
  right: 24px;
  z-index: 9999;
}
#inlineEditBtn {
  background: #e31e24;
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 14px 28px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  box-shadow: 0 6px 20px rgba(227,30,36,.4);
  transition: transform .2s, box-shadow .2s;
  font-family: 'Nunito', sans-serif;
}
#inlineEditBtn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(227,30,36,.5);
}

#inlineEditModal {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ie-modal-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.5);
}
.ie-modal-box {
  position: relative;
  background: #fff;
  border-radius: 12px;
  width: 95%;
  max-width: 1000px;
  max-height: 92vh;
  display: flex;
  flex-direction: column;
  box-shadow: 0 20px 60px rgba(0,0,0,.3);
}
.ie-modal-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #dee2e6;
}
.ie-modal-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  color: #071339;
}
.ie-close {
  background: none;
  border: 0;
  font-size: 28px;
  line-height: 1;
  color: #6c757d;
  cursor: pointer;
}
.ie-close:hover { color: #dc3545; }
.ie-modal-body {
  padding: 20px 24px;
  overflow-y: auto;
  flex: 1;
}
#suneditor {
  width: 100%;
  min-height: 400px;
}
.ie-actions {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid #dee2e6;
}
.ie-status {
  font-size: 14px;
  font-weight: 600;
}

/* SunEditor должен помещаться в модалке */
.sun-editor {
  width: 100% !important;
}

/* Гарантируем правильную верстку формы #form_156 */
#form_156 .form_wrap {
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
}
#form_156 .input-block {
  width: 100%;
}
#form_156 .input-block input,
#form_156 .input-block textarea {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 12px 14px !important;
  border: 1px solid #c7c7c7 !important;
  border-radius: 4px !important;
  font-size: 15px !important;
}
#form_156 .input-block input:focus,
#form_156 .input-block textarea:focus {
  border-color: var(--primary) !important;
}
#form_156 .title_input {
  font-weight: 700 !important;
  margin-bottom: 6px !important;
  color: var(--bg-dark) !important;
}
#form_156 .btn_submit {
  display: inline-block !important;
  width: auto !important;
  min-width: 180px !important;
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 12px 30px !important;
}
#form_156 .input_checkbox label {
  display: flex !important;
  align-items: center !important;
  font-size: 13px !important;
}
#form_156 .input_checkbox input {
  margin-right: 8px !important;
  width: auto !important;
}

/* Гарантируем идеальный дизайн формы в модальном окне (.leadFormPopup) */
.leadFormPopup {
  font-family: 'Nunito', sans-serif !important;
}
/* Отменяем Bootstrap .input-group (flex-prepend) внутри попапа — поля должны быть на всю ширину */
.leadFormPopup .input-group {
  display: block !important;
  flex-wrap: nowrap !important;
  align-items: stretch !important;
  width: 100% !important;
}
.leadFormPopup .input-block {
  display: block !important;
  flex: 1 1 auto !important;
  width: 100% !important;
}
.leadFormPopup .modal-content {
  border: 0 !important;
  border-radius: 8px !important;
  box-shadow: 0 20px 60px rgba(0,0,0,.3) !important;
  padding: 18px 22px !important;
}
.leadFormPopup .modal-header {
  padding: 0 0 8px 0 !important;
}
.leadFormPopup .form_wrap__inputsbox {
  gap: 8px !important;
}
.leadFormPopup .input-group {
  margin-bottom: 0 !important;
}
.leadFormPopup .formTitle {
  font-size: 20px !important;
  font-weight: 800 !important;
  color: #000 !important;
}
.leadFormPopup .formSubitle {
  font-size: 13px !important;
  color: var(--text-muted) !important;
  margin-top: 2px !important;
}
.leadFormPopup .title_input {
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #000 !important;
  margin-bottom: 2px !important;
  text-align: left !important;
}
.leadFormPopup .input-block {
  width: 100% !important;
  box-sizing: border-box !important;
}
.leadFormPopup .input-block input,
.leadFormPopup .input-block textarea {
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 7px 10px !important;
  border: 1px solid #c7c7c7 !important;
  border-radius: 4px !important;
  font-size: 14px !important;
  font-family: 'Nunito', sans-serif !important;
  background: #fff !important;
  transition: border-color .2s !important;
}
.leadFormPopup .input-block textarea {
  min-height: 50px !important;
}
.leadFormPopup .g-recaptcha {
  transform: scale(0.85);
  transform-origin: top left;
  margin-bottom: 4px;
}
.leadFormPopup .input-block input:focus,
.leadFormPopup .input-block textarea:focus {
  outline: none !important;
  border-color: var(--primary) !important;
}
.leadFormPopup .input_checkbox label {
  display: flex !important;
  align-items: center !important;
  font-size: 13px !important;
  cursor: pointer !important;
  color: var(--text-muted) !important;
  text-align: left !important;
}
.leadFormPopup .input_checkbox input[type="checkbox"] {
  width: auto !important;
  margin-right: 8px !important;
}
.leadFormPopup .btn_submit {
  display: block !important;
  width: 100% !important;
  background: var(--primary) !important;
  border-color: var(--primary) !important;
  color: #fff !important;
  font-weight: 700 !important;
  padding: 12px !important;
  font-size: 16px !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: background .2s !important;
}
.leadFormPopup .btn_submit:hover {
  background: var(--primary-dark) !important;
  border-color: var(--primary-dark) !important;
}
