/* ==================== ОСНОВНЫЕ СТИЛИ СТРАНИЦЫ МАРШРУТОВ ==================== */
* {
/* 	border:solid red 1px; */
	  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.page-template-page-routes-all header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: black; */
  color: white;
  transition: transform 0.3s ease;
  transform: translateY(0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-template-page-routes header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 1rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* background: black; */
  color: white;
  transition: transform 0.3s ease;
  transform: translateY(0);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.page-routes {
	max-width: 1290px;
  margin: 60px auto;
  padding: 0 20px;
  background-color: #ffffff;
  position: relative;
}

.page-routes h1 { 
color: var(--Heading, #24272C);

/* H3/SemiBold */
font-family: Onest;
font-size: 24px;
font-style: normal;
font-weight: 600;
line-height: normal;
margin: 32px 0;

/* overflow-wrap: break-word; */
}

.page-routes p { 

color: var(--Heading, #24272C);
font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 24px; /* 171.429% */
margin-bottom: 24px;
}

.page-routes ol { 
margin-bottom: 24px;
margin-left: 20px;
}




