.footer {
  background: linear-gradient(135deg, #0a0a0a 0%, #1a1a1a 100%);
  color: #ffffff;
  padding: 60px 20px 30px;
  border-top: 1px solid rgba(78, 201, 176, 0.2);
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, #4ec9b0, transparent);
}
.footer--container {
  max-width: 1400px;
  margin: 0 auto;
}
.footer--top {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .footer--top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.footer--logo h2 {
  font-size: 28px;
  font-weight: 900;
  color: #4ec9b0;
  margin: 0 0 10px 0;
  background: linear-gradient(45deg, #4ec9b0, rgb(136.6168831169, 218.8831168831, 202.1623376623));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.footer--logo p {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  margin: 0;
}
.footer--quick-links h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 20px 0;
  position: relative;
  padding-bottom: 10px;
}
.footer--quick-links h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #4ec9b0;
  border-radius: 2px;
}
.footer--quick-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer--quick-links ul li {
  margin-bottom: 12px;
}
.footer--quick-links ul li:last-child {
  margin-bottom: 0;
}
.footer--quick-links ul li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  display: inline-block;
  padding: 5px 0;
}
.footer--quick-links ul li a:hover {
  color: #4ec9b0;
  transform: translateX(5px);
}
.footer--social h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 20px 0;
  position: relative;
  padding-bottom: 10px;
}
.footer--social h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #4ec9b0;
  border-radius: 2px;
}
.footer--social .social--icons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer--social .social--icons .social--icon {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.footer--social .social--icons .social--icon i {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
}
.footer--social .social--icons .social--icon span {
  font-size: 14px;
}
.footer--social .social--icons .social--icon.telegram i {
  background: rgba(0, 136, 204, 0.2);
  color: #0088cc;
}
.footer--social .social--icons .social--icon.telegram:hover {
  border-color: #0088cc;
  background: rgba(0, 136, 204, 0.1);
}
.footer--social .social--icons .social--icon.github i {
  background: rgba(255, 255, 255, 0.2);
  color: #ffffff;
}
.footer--social .social--icons .social--icon.github:hover {
  border-color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.footer--social .social--icons .social--icon.vk i {
  background: rgba(76, 117, 163, 0.2);
  color: #4c75a3;
}
.footer--social .social--icons .social--icon.vk:hover {
  border-color: #4c75a3;
  background: rgba(76, 117, 163, 0.1);
}
.footer--social .social--icons .social--icon:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.footer--tech h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 20px 0;
  position: relative;
  padding-bottom: 10px;
}
.footer--tech h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #4ec9b0;
  border-radius: 2px;
}
.footer--tech .tech--tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.footer--tech .tech--tags span {
  padding: 6px 12px;
  background: rgba(78, 201, 176, 0.1);
  border: 1px solid rgba(78, 201, 176, 0.3);
  border-radius: 6px;
  font-size: 12px;
  color: #4ec9b0;
  font-weight: 500;
  transition: all 0.3s ease;
}
.footer--tech .tech--tags span:hover {
  background: rgba(78, 201, 176, 0.2);
  transform: translateY(-1px);
  cursor: default;
}
.footer--middle {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 50px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .footer--middle {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
.footer--projects h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 20px 0;
  position: relative;
  padding-bottom: 10px;
}
.footer--projects h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #4ec9b0;
  border-radius: 2px;
}
.footer--projects .projects--list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.footer--projects .projects--list .project--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  transition: all 0.3s ease;
  border: 1px solid transparent;
}
.footer--projects .projects--list .project--item:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(78, 201, 176, 0.3);
  transform: translateX(5px);
}
.footer--projects .projects--list .project--item .project--name {
  font-size: 14px;
  font-weight: 500;
}
.footer--projects .projects--list .project--item .project--status {
  font-size: 11px;
  font-weight: 600;
  padding: 3px 8px;
  border-radius: 12px;
  text-transform: uppercase;
}
.footer--projects .projects--list .project--item .project--status.online {
  background: rgba(42, 166, 49, 0.2);
  color: #2aa631;
  border: 1px solid rgba(42, 166, 49, 0.3);
}
.footer--projects .projects--list .project--item .project--status.dev {
  background: rgba(255, 179, 54, 0.2);
  color: #ffb336;
  border: 1px solid rgba(255, 179, 54, 0.3);
}
.footer--projects .projects--list .project--item .project--status.closed {
  background: rgba(255, 54, 54, 0.2);
  color: #ff3636;
  border: 1px solid rgba(255, 54, 54, 0.3);
}
.footer--stats h3 {
  font-size: 18px;
  font-weight: 600;
  color: #ffffff;
  margin: 0 0 20px 0;
  position: relative;
  padding-bottom: 10px;
}
.footer--stats h3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: #4ec9b0;
  border-radius: 2px;
}
.footer--stats .stats--grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.footer--stats .stats--grid .stat--item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  border: 1px solid rgba(78, 201, 176, 0.1);
  transition: all 0.3s ease;
}
.footer--stats .stats--grid .stat--item:hover {
  background: rgba(78, 201, 176, 0.05);
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.footer--stats .stats--grid .stat--item .stat--number {
  font-size: 32px;
  font-weight: 900;
  color: #4ec9b0;
  line-height: 1;
  margin-bottom: 5px;
}
.footer--stats .stats--grid .stat--item .stat--label {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.footer--bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .footer--bottom {
    flex-direction: column;
    text-align: center;
  }
}
.footer--copyright p {
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  line-height: 1.6;
}
.footer--copyright p:first-child {
  margin-bottom: 5px;
}
.footer--links {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.footer--links a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
}
.footer--links a:hover {
  color: #4ec9b0;
}
.footer--back-to-top button {
  padding: 10px 20px;
  background: rgba(78, 201, 176, 0.1);
  border: 1px solid rgba(78, 201, 176, 0.3);
  border-radius: 8px;
  color: #4ec9b0;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer--back-to-top button:hover {
  background: rgba(78, 201, 176, 0.2);
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(78, 201, 176, 0.2);
}
.footer--back-to-top button span {
  display: inline-block;
}
.footer--developer-note {
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.footer--developer-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.footer--developer-note p span:first-child {
  color: #4ec9b0;
  font-weight: 500;
}/*# sourceMappingURL=footer.css.map */