.elementor-kit-10{--e-global-color-primary:#000000;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-2c7f682:#FF0000;--e-global-color-e4bc266:#7360F2;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-ec06371-font-family:"Exo 2";--e-global-typography-ec06371-font-size:16px;--e-global-typography-d7b1d25-font-family:"Exo 2";--e-global-typography-d7b1d25-font-size:20px;--e-global-typography-73f1426-font-family:"Roboto Slab";--e-global-typography-73f1426-font-weight:400;--e-global-typography-6a4ed3d-font-family:"Exo 2";--e-global-typography-6a4ed3d-font-size:15px;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 a{font-weight:600;text-transform:capitalize;font-style:normal;text-decoration:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.elementor-lightbox{--lightbox-header-icons-size:0px;--lightbox-navigation-icons-size:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Стиль для таблиць характеристик запасних частин */
.table-spare {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  margin-bottom: 20px;
}

.table-spare th, .table-spare td {
  border: 1px solid #ddd;
  padding: 12px 16px;
}

.table-spare th {
  background-color: #FF0000; /* Яскраво-червоний фон */
  color: #ffffff; /* Білий текст */
  font-weight: bold;
  text-align: center;
}

.table-spare td {
  text-align: left;
}

.table-spare tr:nth-child(even) td {
  background-color: #fafafa;
}

.table-spare tr:hover td {
  background-color: #eef6ff;
}/* End custom CSS */