/* Общие стили */
body {
    font-family: sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
  }
  
  .site-header {
    background-color: #17212b;
    color: #fff;
    padding: 20px; 
    text-align: center;
    display: flex;
  }
  .site-title {
    margin-bottom: 5px;
    font-size: 2.5em;
    text-align: left;
    font-size: 24px;
    margin: 23px 10px 5px;
    color: #f9d45e;
  }
  .site-name {
    font-weight: bold;
  }
  .site-description {
    font-size: 1.1em;
    opacity: 0.8;
    margin: 0 10px;
    text-align: left;
    line-height: 18px;
    color: #ccccc6;
}
.main-content {
  padding: 20px;
  max-width: 960px;
  /* margin: 20px auto; */
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  width:1000px;
}
  .section-title {
    font-size: 2em;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 2px solid #ccc;
    padding-bottom: 10px;
  }
  
  /* Секция поиска */
  .section-search {
    margin-bottom: 30px;
  }
  .search-form {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
  }
  .form-group {
    flex-grow: 1;
  }
  .form-label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #555;
  }
  .form-input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1em;
  }
  
  /* Кнопки */
  .button {
    padding: 10px 15px;
    border: none;
    border-radius: 4px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }
  .button.primary {
    background-color: #007bff;
    color: #fff;
  }
  .button.primary:hover {
    background-color: #0056b3;
  }
  .button.secondary {
    background-color: #6c757d;
    color: #fff;
  }
  .button.secondary:hover {
    background-color: #545b62;
  }
  
  /* Секция рекомендуемых вакансий */
  .section-featured-jobs {
    margin-bottom: 30px;
  }
  .job-listings {
    list-style: none;
    padding: 0;
  }
  .job-item {
    background-color: #fff;
    border: 1px solid #eee;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  .job-title {
    margin: 0 0 5px;
    font-size: 1.3em;
  }
  .job-title a {
    color: #007bff;
    text-decoration: none;
  }
  .job-title a:hover {
    text-decoration: underline;
  }
  .job-company {
    color: #777;
    font-size: 0.9em;
    margin-bottom: 5px;
  }
  .job-location {
    color: #555;
    font-size: 0.9em;
    margin-bottom: 5px;
  }
  .icon-location {
    margin-right: 5px;
    color: #aaa;
  }
  .job-date {
    color: #999;
    font-size: 0.8em;
  }
  
  /* Секция "Почему мы?" */
  .section-why-us {
    margin-bottom: 30px;
  }
  .why-us-list {
    list-style: none;
    padding: 0;
  }
  .why-us-list li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
  }
  .icon-check {
    color: #28a745;
    margin-right: 10px;
    font-size: 1.2em;
  }
  
  /* Футер */
  footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
    text-align: center;
    font-size: 0.9em;
  }
  .footer-links {
    list-style: none;
    padding: 0;
    margin-top: 10px;
  }
  .footer-links li {
    display: inline;
    margin: 0 10px;
  }
  .footer-links a {
    color: #fff;
    text-decoration: none;
  }
  .footer-links a:hover {
    text-decoration: underline;
  }
  
  /* Стили для записей Telegram (tg- блоки) */
  .tg-post {
    border: 1px solid #ddd;
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    margin: 15px 0;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    font-family: Arial, sans-serif;
  }
  .tg-post-header {
    margin-bottom: 10px;
  }
  .tg-post-title {
    font-size: 1.5em;
    margin: 0 0 5px;
    color: #333;
  }
  .tg-post-title-link {
    text-decoration: underline;
    color: #2d639a;
    transition: color 0.3s ease;
  }
  .tg-post-title-link:hover {
    color: #007BFF;
  }
  .tg-post-meta {
    font-size: 0.9em;
    color: #777;
  }
  .tg-group-link {
    color: #007BFF;
    text-decoration: none;
  }
  .tg-group-link:hover {
    text-decoration: underline;
  }
  .tg-topic-link {
    color: #28a745;
    text-decoration: none;
  }
  .tg-topic-link:hover {
    text-decoration: underline;
  }
  .tg-message-link {
    color: #17a2b8;
    text-decoration: none;
  }
  .tg-message-link:hover {
    text-decoration: underline;
  }
  .tg-post-body {
    display: flex;
    flex-direction: column;
  }
  .tg-post-image {
    margin-bottom: 10px;
  }
  .tg-post-img {
    width: 100%;
    max-width: 300px;
    height: auto;
    border-radius: 4px;
    float: left;
    display: block;
  }
  .tg-post-preview {
    font-size: 1em;
    line-height: 1.5;
    color: #444;
  }
  .tg-author-link {
    color: #007BFF;
    text-decoration: none;
  }
  .tg-author-link:hover {
    text-decoration: underline;
  }
  /* Стили для страницы вакансии */
.vacancy-page {
    padding: 20px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
  }
  
  .vacancy-title {
    font-size: 2em;
    margin-bottom: 10px;
    color: #333;
  }
  
  .vacancy-content {
    margin-top: 20px;
    font-size: 1em;
    line-height: 1.6;
    color: #444;
  }
  
  .vacancy-author {
    font-size: 0.9em;
    margin-top: 5px;
    color: #777;
  }
  .headtext {
    max-width: 510px;
    font-size: 12px;
}
.amlogo {}
.pagepage {
  display: flex;
  justify-content: center;
  padding: 30px;
}
.leftmenu {
  width: 300px;
  background: #ededed;
}
.rightmenu {

}
navname {}
.tag_ul {}
.tag_li {}
.tag_a {
  color: #007bff;
}
.tg-group-b, .tg-message-m, .tg-topic-t {
  /* background: #007bff; */
  color: #0077ff;
  padding: 3px 5px;
  border-radius: 3px;
  cursor: pointer;
  text-decoration: underline;
}
.tg-group-b:hover, .tg-message-m:hover, .tg-topic-t:hover {   color: red;}
.b_copy {
  background: #cdcdcd;
  /* width: 100px; */
  text-align: center;
  padding: 1px 1px;
  margin: 4px auto 0;
  font-size: 11px;
  cursor: pointer;
}
.b_promo {
  font-size: 34px;
  text-align: center;
  background: #c3dc73;
  cursor: pointer;
}
.b_text {}
.b_anonce {
  font-size: 12px;
  color: #151515;
  padding: 8px;
  background: #f6e8f3;
}
.b_img {}
._blank {}
.b_link {}
.b_body {
  width: 200px;
  background: #10151b;
  padding: 5px;
  border-radius: 7px;
}
.gomini {
  color: #b22694;
}
.xxxxxxxxxxxxx {}
.xxxxxxxxxxxxx {}
.xxxxxxxxxxxxx {}
.xxxxxxxxxxxxx {}
.xxxxxxxxxxxxx {}











