h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Geist", sans-serif;
}
.d-flex {
  display: flex;
}
.fx_no-padding {
  padding: 0;
  margin: 0;
}
.fx-top-header-block {
  text-align: center;
  padding: 10px;
  background-color: #121838;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  color: #bdb295;
  line-height: 19px;
}
.fx-bottom-footer-block {
  background-color: #000;
  font-family: "Geist", sans-serif;
  font-size: 16px;
  color: #78909c;
  line-height: 19px;
  text-align: center;
  padding: 10px;
}
.fx_service_order {
  width: 100%;
  border: 1px solid #f1f1f1;
  padding: 45px 40px 55px;
  margin: 0 0 45px;
  color: white;
  position: relative;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6)), url(fx_images/service_order_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.fx_service_order_top, .fx_service_order_subtop {
  line-height: 1.36;
  font-size: 3.5rem;
  padding: 0 0 10px;
}
.fx_service_order_text {
  font-size: 2rem;
  line-height: 1.5;
  max-width: 930px;
  padding: 25px 0 45px;
}
.fx_service_order_phone .btn.btn-danger {
  font-size: 2rem;
  line-height: 1.5;
}
.fx_service_order_phone a.btn.btn-danger  {
  color: white;
  text-decoration: none;
}
.fx_banners-wrapper .banners-item-block-container::before {
  background:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5), #000 100%);
}
@media (max-width: 768px) {
  .fx_service_order {
    padding: 44px 20px;
  }
  .fx_service_order_top, .fx_service_order_subtop {
    line-height: 1.36;
    font-size: 2.5rem;
  }
  .fx_service_order_text {
    font-size: 1.8rem;
    line-height: 1.6;
  }
  .fx_service_order_phone .btn.btn-danger {
    font-size: 2rem;
  } 
}
.content_index {
  text-align: left;
}
.icon-text {
  list-style-type: none;
  padding: 0;
}
.icon-text li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.icon-text img {
  margin-right: 12px;
}
.home-text {
  list-style-type: none;
  padding: 0;
}
.home-text ul {
  padding-left: 0;
}
.home-text li {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.home-text img {
  margin-right: 12px;
}
@media (max-width: 1024px) {
  .content_index {
    margin-top: 30px;
  }
}
.custom_inst_item {
  display: none !important;
}
.top-panel__inst {
  width: 125px;
}
.custom_top_inst_item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px 5px;
}
@media (max-width: 1042px) {
  .top-panel__inst {
    display: none !important;
  }
  .custom_inst_wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .custom_inst_wrap &gt; a:first-child {
    flex: 1;
  }
  .custom_inst_item {
    display: flex !important;
    margin: 0px 5px;
  }
  .custom_inst_item img {
    width: 30px !important;
  }
}
/* New 2025 */ 
.top-panel__col.top-panel__user {
  display: none;
}
.home-production {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
}
.home-production img {
  border-radius: 100%;
  width: 90%;
  object-fit: cover;
  padding: 0 50px;
}
.video-js {
  width: 100%;
}
a.custom-underline {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  padding-bottom: 5px;
  transition: border-color 0.3s ease;
}
a.custom-underline:hover {
  border-bottom-color: currentColor;
}
/* Footer */
.bottom-menu {
    padding: 30px 0 14px;
}
.bottom-menu .footer-menu {
  margin-left: 0px;
  margin-top: 0px;
  display: flex;
  flex-direction: column;
}
.bottom-menu p {
  color: #78909C;
}
.bottom-menu p a {
  color: #78909C;
}
.bottom-menu p a:hover {
  color: #fff;
}

/* Repair page */

.repair-section {
  padding: 20px 20px;
  background: #f6f7f9;
  color: #222831;
  border-radius: 5px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.repair-section .container {
  max-width: 1100px;
  margin: 0 auto;
}

.repair-section h2 {
  text-align: center;
  color: #1d3557;
  font-size: 26px;
  margin: 15px 0 15px;
  font-weight: 600;
}

.repair-section p {
  font-size: 15px;
  line-height: 1.65;
  margin: 0 0 16px;
  color: #222831;
  padding: 0;
  margin: 0;
}

.service-list {
  max-width: 880px;
  margin: 0 auto 10px;
  padding-left: 20px;
  line-height: 1.6;
}

.advantages {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin: 20px 0 10px;
}

.advantage-item {
  background: #ffffff;
  border-radius: 14px;
  box-shadow: 0 6px 20px rgba(18, 24, 33, 0.06);
  padding: 24px;
  width: 100%;
  max-width: 33.33%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: transform 0.22s ease, box-shadow 0.22s ease;
}

.advantage-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 30px rgba(18, 24, 33, 0.09);
}

.advantage-item h3 {
  margin: 0 0 8px;
  font-size: 16px;
  color: #457b9d;
  font-weight: 700;
}

.advantage-item p {
  margin: 0;
  color: #374151;
  font-size: 14px;
  line-height: 1.55;
}

.region-block {
  background: linear-gradient(135deg, #1d3557, #457b9d);
  color: #ffffff;
  text-align: center;
  padding: 40px 20px;
  border-radius: 16px;
  margin: 40px auto;
  max-width: 100%;
  box-shadow: 0 8px 30px rgba(29, 53, 87, 0.12);
}

.region-block h2 {
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 0px;
}

.region-block p {
  color: rgba(255, 255, 255, 0.93);
  font-weight: 200;
  max-width: 760px;
  margin: 30px auto 30px;
  line-height: 1.6;
}

.contact-block {
  margin: 60px auto 0;
  max-width: 100%;
  background: #ffffff;
  border: 2px solid #1d3557;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  padding: 24px 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
  gap: 16px;
}

.contact-text {
  display: flex;
  flex-direction: column;
  text-align: left;
  flex: 1;
  color: #1d3557;
}

.contact-text strong {
  font-size: 17px;
  line-height: 1.4;
}

.contact-text span {
  font-size: 15px;
  color: #333;
  margin-top: 4px;
}

@media (max-width: 600px) {
  .contact-block {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .contact-text {
    text-align: center;
  }
}

@media (max-width: 900px) {
  .advantages {
    gap: 16px;
    flex-wrap: wrap;
  }
  .advantage-item {
    max-width: 48%;
  }
}

@media (max-width: 600px) {
  .advantage-item {
    max-width: 100%;
  }
  .repair-section {
    padding: 28px 14px;
  }
  .repair-section h1 {
    font-size: 22px;
  }
}

/* Individual pricep */

.custom-trailer {
  padding: 40px 0;
  background: #f6f7f9;
  color: #222831;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.custom-trailer .container {
  max-width: 1100px;
  margin: 0 auto;
}

/* Заголовки */
.custom-trailer h2, 
.custom-trailer h3 {
  color: #1d3557;
  font-weight: 700;
  margin: 40px 0 16px;
  text-align: center;
}

/* Изображение */
.custom-img {
  display: block;
  width: 100%;
  margin: 30px 0;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0,0,0,0.08);
}

/* Основной текст */
.custom-trailer p {
  font-size: 15px;
  line-height: 1.65;
  margin-bottom: 18px;
  color: #333;
}

/* Список типов прицепов */
.trailer-types {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin: 30px 0 50px;
}

.trailer-item {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  padding: 20px;
  max-width: 300px;
  flex: 1 1 260px;
  text-align: center;
  transition: all 0.3s ease;
}

.trailer-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.12);
}

.trailer-item h3 {
  color: #457b9d;
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 8px;
}

.trailer-item p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
}

/* Адаптив */
@media (max-width: 700px) {
  .trailer-item {
    max-width: 100%;
  }
}

/* Список требований */
.requirements {
  padding-left: 20px;
  margin: 10px 0 20px;
  line-height: 1.6;
  color: #222;
}