.pageWrapper {
  background-color: #f0fdff;
  overflow: auto;
  margin-bottom: 30px;
}

.title-mid {
  font-weight: 700;
  font-size: 16px;
  color: #4cc7d6;
  margin-bottom: 15px;
}

.projects__title{
  text-align: center;
}

.content.pageWrapper {
  overflow: inherit;
}

.pageWrapper h1 {
  font-weight: 700;
  font-size: 30px;
  line-height: 125%;
  color: #444;
  margin-bottom: 20px;
  text-align: justify;
}

.pageWrapper h2 {
  font-weight: 700;
  font-size: 24px;
  margin: 50px 0 20px 0;
  line-height: 125%;
  color: #444;
  text-align: justify;
}

.pageWrapper h3 {
  font-size: 16px;
  font-weight: 600;
  margin: 20px 0 10px 0;
  text-align: center;
}

.pageWrapper p,
.pageWrapper span{
  padding: 0;
  margin: 0 0 10px 0;
  color: #444 !important;
  font-family: "Montserrat" !important;
  font-size: 16px !important;
  background-color: transparent !important;
  line-height: 1.5;
  text-align: justify !important;
}

p:not(table p):not(:has(img)) {
  text-indent: 30px;
}

.pageWrapper cite {
  font-weight: 700;
  font-size: 14px;
  line-height: 140%;
  color: #02b0c4;
  display: flex;
  justify-content: center;
  text-align: center;
  margin-top: 10px;
}

.pageWrapper a {
  transition: color 0.3s ease-in-out;
  font-size: 16px;
  line-height: 140%;
  color: #444 !important;
  text-decoration: underline;
}

.pageWrapper a:hover {
  color: #02b0c4 !important;
}

.pageWrapper ul, ol {
  font-size: 16px;
  padding: 0 0 0 50px;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.pageWrapper ol {
  counter-reset: item;
  list-style-type: none !important;
}

.pageWrapper li {
  position: relative;
  text-align: justify !important;
}

.pageWrapper ol li {
  counter-increment: item;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #444;
}

.pageWrapper li::before {
  content: "";
  display: inline-block;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
  background-color: #4cc7d6;
  position: absolute;
  top: 8px;
  left: -20px;
}

.pageWrapper ol li::before {
  top: 0;
  width: auto;
  height: auto;
  color: #4cc7d6;
  border-radius: 0;
  background-color: inherit;
}

.pageWrapper table {
  width: 100% !important;
  border-collapse: collapse;
  font-size: 16px !important;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid !important;
}

.pageWrapper thead {
  background-color: #4cc7d6 !important;
  color: #ffffff !important;
}

.pageWrapper th {
  padding: 12px 15px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.pageWrapper th p,
.pageWrapper th span {
  margin: auto;
  display: flex;
  vertical-align:middle;
  justify-content: center;
  text-align: center !important;
  color: #ffffff !important;
}

.pageWrapper tbody tr {
  background-color: #00000000;
}

.pageWrapper td {
  padding: 12px 15px;
  vertical-align: top;
  /* text-align: left; */
  border: 1px solid !important;
}

.pageWrapper tbody tr:hover {
  background-color: #dcfcff;
}

.pageWrapper picture {
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

@media (max-width: 1100px) {
  /* пока пусто */
}

@media (max-width: 950px) {
  .pageWrapper {
    padding: 20px;
  }

  .pageWrapper th,
  .pageWrapper td {
    padding: 10px 10px;
  }
}

@media (max-width: 450px) {
  .pageWrapper {
    padding: 10px;
  }
  
  .pageWrapper h1 {
    font-size: 20px !important;
    line-height: 125%;
  }

  .pageWrapper h2 {
    font-size: 14px !important;
    line-height: 125%;
    margin-bottom: 15px;
  }

  .pageWrapper body, .pageWrapper span{
    font-size: 12px !important;
  }

  .pageWrapper p {
    font-size: 12px !important;
    line-height: 140%;
    margin: 0 0 6px 0;
  }

  p:not(table p):not(:has(img)) {
    text-indent: 15px;
  }

  .pageWrapper a {
    font-size: 12px;
  }

  .pageWrapper th,
  .pageWrapper td {
    padding: 5px 5px;
  }

  .pageWrapper li a {
    font-size: 12px !important;
    line-height: 140%;
  }

  .pageWrapper ol li {
    font-size: 12px !important;
  }

  .pageWrapper ul {
    padding: 0px 0 0 20px;
    margin-bottom: 6px;
  }

  .pageWrapper li::before {
    width: 6px;
    height: 6px;
    top: 8px;
    left: -15px;
  }

  .mb-50 {
    margin-bottom: 40px;
  }
}
