.manuf_alphabet_title {
  color:#212121;
  font-size:16px;
  line-height: 31px;
}

.manuf_alphabet {
  display: flex;
  gap:16px;
  margin-top: 70px;
}

.manuf_alphabet_list  {
  display: flex;
  gap:8px;
}

.manuf_alphabet_list a {
  color:#5F5F5F;
  font-size:16px;
  background-color: #fff;
  display: block;
  line-height: 31px;
  padding: 0 8px;
  border-radius: 4px; 
}

.manuf_list_wrp {
  margin-top:72px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}

.brands__body {
  background-color: #fff;
  padding: 20px 24px 36px 24px;
}

.brands_title {
  color:#1C3F67;
  font-size:32px;
  line-height: 23px;
  margin-bottom:37px;
  font-weight: 700;
}

.manuf_list {
  list-style-position:inside;  
}

.manuf_list li {
  margin-top:20px;
  line-height: 12px;
}

.manuf_list li a {
  color:#5F5F5F;  
  font-size: 16px;
  line-height: 12px;
}

.manuf_list li::marker {
    color: #F55917;
}

.top_block_title {
  padding: 60px 20px 20px 20px !important;
  color:#F6EFE8;
  font-size:48px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}

.top_block_txt {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  line-height: 150%;
  color: #1C3F67;
  text-align: center;
  padding: 0px 20px 50px 20px;
}

@media (max-width: 999px) {
  .top_block_title {
    font-size:32px;
    padding: 68px 0px 68px 25px;
  }

  .top_block_txt {
    font-size: 18px;
  }

  .manuf_list_wrp {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
    margin-top: 36px;
  }

  .brands__body {
    padding: 16px 24px 24px 24px;
  }

  .brands_title {
    font-size: 24px;
    line-height: 17px;
    margin-bottom: 24px;
  }

  .manuf_list li a {
    font-size: 14px;
    line-height: 10px;
  }

  .manuf_list li {
    margin-top: 16px;
    line-height: 10px;
  }

  .manuf_alphabet {
    display: block;
    margin-top: 24px;
  }

  .manuf_alphabet_title {
    margin-bottom: 16px;
    line-height: 12px;
  }

  .manuf_alphabet_list {
    flex-wrap: wrap;
  }

  .manuf_alphabet_list a {
    padding: 0;
    width:31px;
    text-align: center;
  }

  .manuf_alphabet_list > a:first-child {
    width:auto;
    padding: 0 10px;
  }
}