@import "https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;600;700&family=Inter:wght@100..900&family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";



/* Контейнер */
.container {
  width: 76vw;
  margin: 0 auto;
}

/* Десктопный футер */
footer {
  width: 100%;
  position: relative;
  background-color: rgba(111, 109, 109, 1);
}

.footer_desktop {
  display: flex;
  flex-direction: column;
  padding: 2.55vw 0 1.8vw 0;
  margin-top: -3.3vw;
}

.footer_desktop .header_links {
  justify-content: space-between;
}

.footer_desktop .header_links .header_link_item {
  color: var(--color-white);
  font-weight: 700;
  font-style: Bold;
  font-size: 1.25vw;

}

.footer_icons {
  margin-top: 3.8vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer_icons_item {
  display: flex;
  gap: 1.6vw;
  align-items: center;
}

.footer_icons_item_icon {
  width: 2.3vw;
}

.footer_icons_item_icon img {
  width: 100%;
}

.footer_icons_item_text {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 1.1vw;
  color: var(--color-white);
}

.footer_line {
  width: 100%;
  height: 0.05vw;
  background-color: var(--color-white);
  margin-top: 3vw;
}

.footer_info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5vw;
}

.footer_c2025_logo {
  display: flex;
  align-items: last baseline;
  gap: 1vw;
}

.footer_logo {
  width: 4vw;
}

.footer_c2025 {
  width: 3.5vw;
}

.footer_logo img,
.footer_c2025 img {
  width: 100%;
}

.footer_icons-links {
  display: flex;
  gap: 1vw;
  color: var(--color-white);
  font-weight: 400;
  font-style: Regular;
  font-size: 1.1vw;
}

.footer_icons-links a {
  padding-top: 0.5vw;
  width: 3vw;
}

.footer_icons-links a img{
  width: 100%;
  height: 100%;
}

/* Планшетный футер */
.footer_desktop.tablet {
  display: none;
}

.footer_firstline {
  display: flex;
  justify-content: space-between;
  width: 95%;
}

.footer_firstline_links {
  display: flex;
  flex-direction: column;
  gap: 6vw;
  margin-top: 6vw;
}

.footer_firstline_links-row {
  display: flex;
  justify-content: space-between;
  gap: 3vw;
}

.footer_desktop.tablet .footer_firstline .footer_firstline_links 
.footer_firstline_links-row .header_link_item {
  color: var(--color-white);
  font-weight: 600;
  font-style: Bold;
  font-size: 2.8vw;
}

/* Мобильный футер */
@media (max-width: 1024px) {
  .footer_desktop {
    display: flex;
    flex-direction: column;
    padding: 6vw 0 4vw 0;
    margin-top: unset;
  }
  
  .footer_desktop .header_links .header_link_item {
    color: var(--color-white);
    font-weight: 700;
    font-style: Bold;
    font-size: 3.8vw;
  }

  .footer_desktop .header_links {
    width: 85%;
    margin-top: 3vw;
    justify-content: space-between;
  }
  
  .footer_icons {
    margin-top: 6vw;
    flex-direction: column;
    justify-content: left;
    align-items: unset;
    gap: 5vw;
  }
  
  .footer_icons_item {
    display: flex;
    gap: 3vw;
    align-items: center;
  }
  
  .footer_icons_item_icon {
    width: 5vw;
  }
  
  .footer_icons_item_icon img {
    width: 100%;
  }
  
  .footer_icons_item_text {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 3.7vw;
    color: var(--color-white);
  }
  
  .footer_line {
    width: 100%;
    height: 1px;
    background-color: var(--color-white);
    margin-top: 4vw;
  }
  
  .footer_info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 6vw;
  }
  
  .footer_c2025_logo {
    display: flex;
    align-items: last baseline;
    gap: 3vw;
  }
  
  .footer_logo {
    width: 18vw;
  }
  
  .footer_c2025 {
    width: 20vw;
  }
  
  .footer_logo img,
  .footer_c2025 img {
    width: 100%;
  }
  
  .footer_icons-links {
    display: flex;
    gap: 4vw;
    color: var(--color-white);
    font-weight: 400;
    font-style: Regular;
    font-size: 0;
  }
  
  .footer_icons-links a {
    padding-top: 5px;
    width: 13vw;
  }
  
  .footer_icons-links a img {
    width: 100%;
  }

  .footer_desktop .mobile {
    display: flex;
    justify-content: left;
}
}


/* Планшетные стили */
@media (min-width: 768px) and (max-width: 1024px) {
  .footer_desktop {
    display: none;
  }

  .footer_desktop.tablet {
    display: flex;
  }

  .footer_icons_item {
    display: flex;
    gap: 3vw;
    align-items: center;
  }
  
  .footer_icons_item_icon {
    width: 5vw;
  }
  
  .footer_icons_item_icon img {
    width: 100%;
  }
  
  .footer_icons_item_text {
    font-weight: 600;
    font-style: SemiBold;
    font-size: 2.5vw;
    color: var(--color-white);
  }
}

/* Адаптивность для десктопа */
@media (min-width: 1025px) {
  .footer_desktop {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }

  .footer_icons {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.6s ease-out;
  }

  .footer_info {
    opacity: 1;
    transform: translateY(0);
    transition: all 0.7s ease-out;
  }

  /* Hover эффекты */
  .footer_icons_item:hover {
    transform: translateY(-2px);
    transition: all 0.3s ease;
  }

  .footer_icons_item:hover .footer_icons_item_icon {
    transform: scale(1.1);
    transition: all 0.3s ease;
  }

  .footer_icons-links a:hover {
    transform: scale(1.1);
    transition: all 0.3s ease;
  }
} 