@charset "UTF-8";
:root {
  /* ----------- Константы ----------- */
  font-size: 4px;
  letter-spacing: -0.03rem;
  font-family: "Inter", serif;
}

/* ----------- Цвета ----------- */
/* ----------- Стили шрифтов ----------- */
@font-face {
  font-family: "Kumbh Sans";
  src: url("../fonts/KumbhSans-Regular.eot");
  src: local("Kumbh Sans Regular"), local("KumbhSans-Regular"), url("../fonts/KumbhSans-Regular.woff2") format("woff2"), url("../fonts/KumbhSans-Regular.woff") format("woff"), url("../fonts/KumbhSans-Regular.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter Medium";
  src: url("../fonts/Inter-Medium.eot");
  src: local("Inter Medium"), local("Inter-Medium"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
/* Заголовки, на макете шрифты Kumbh */
/* Жирные цифры */
/* Мелкие заголовки, на макете шрифт Inter Medium */
/* на макете шрифт Inter Regular */
/* ----------- Размеры отступов, паддингов ----------- */
/* ----------- Ограничения ширин, шаблоны для @media ----------- */
/* ----------- Кнопки и ссылки ----------- */
/* разные настройки размеров кнопок */
/* разные цвета и стили кнопок */
/* ----------- Контейнеры-карточки ----------- */
body {
  background-color: #141414;
}

.section_top_footer {
  background-color: #1a1a1a;
  border-top: 0.25rem #262626 solid;
  padding: 20rem 0;
}

.section_top_content img {
  width: 30rem;
  height: 30rem;
  margin-right: 10rem;
}

.section_top_content_flex {
  display: flex;
}

.text_top_content p {
  /* служебный миксин, его использовать не надо */
  font-family: "Inter", serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 4rem;
  color: #7e7e81;
}

.footer_top {
  background-color: #1a1a1a;
  border-bottom: 0.25rem #262626 solid;
}

.container_for_footer {
  max-width: 344rem;
  padding: 0 12rem;
  margin: 0 auto;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .container_for_footer {
    max-width: none;
    padding: 0 8rem;
  }
}
@media (max-width: 480px) {
  .container_for_footer {
    padding: 0 4rem;
  }
}

.footer_top_flex {
  display: flex;
  justify-content: space-around;
  background-color: #141414;
  padding: 2.5rem;
  box-sizing: border-box;
  gap: 2.5rem;
  border: 0.25rem #262626 solid;
  border-radius: 10px;
  margin-bottom: 17.5rem;
}

.footer-item {
  box-sizing: border-box;
  border: 0.25rem #262626 solid;
  border-radius: 2.5rem;
  background-color: #1a1a1a;
  width: -moz-fit-content;
  width: fit-content;
  padding: 7.5rem;
}

.footer-item p {
  /* служебный миксин, его использовать не надо */
  font-family: "Inter", serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 4rem;
  color: #98989a;
}

.footer_text_flex {
  display: flex;
  /* служебный миксин, его использовать не надо */
  font-family: "Inter", serif;
  font-weight: 500;
  line-height: 150%;
  font-size: 4.5rem;
  color: #ffffff;
  justify-content: space-between;
}

.bottom-bar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 26.5rem;
}

.block_link_page_media {
  display: flex;
}

.nav-links {
  display: flex;
  border-right: 0.25rem #262626 solid;
  color: #ffffff;
}

.nav-links a {
  color: #ffffff;
  /* служебный миксин, его использовать не надо */
  font-family: "Inter", serif;
  font-weight: 500;
  line-height: 150%;
  font-size: 5rem;
  margin-right: 7.5rem;
}
.nav-links a:hover {
  color: #98989a;
}

.social-links {
  display: flex;
  margin-left: 7.5rem;
}

.social-media {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 5rem;
}

.media-brands {
  color: #ffffff;
}
.media-brands:hover {
  color: #98989a;
}

.copyright {
  color: #666666;
  /* служебный миксин, его использовать не надо */
  font-family: "Inter", serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 4.5rem;
}

.footer_circle_button {
  box-sizing: border-box;
  height: 11rem;
  width: 11rem;
  padding: 3rem;
  border-radius: 6rem;
  background-color: #ffd11a;
  color: #141414;
  cursor: pointer;
}
.footer_circle_button svg {
  width: 100%;
  height: 100%;
}
.footer_circle_button svg {
  color: #141414;
}
.footer_circle_button:hover {
  background-color: #ffe066;
  color: #cccccc;
}
.footer_circle_button:active {
  background-color: #ffd633;
  color: #b3b3b3;
}

/* -------- планшет --------*/
@media (max-width: 1024px) {
  .footer_top_flex {
    display: block;
    padding-bottom: 0;
  }
  .footer-item {
    width: 100%;
    margin-bottom: 2.5rem;
  }
  .bottom-bar {
    display: block;
  }
  .block_link_page_media {
    justify-content: center;
    margin-top: 10rem;
  }
  .copyright {
    text-align: center;
    margin: 5rem 0 10rem 0;
  }
}
/* -------- телефон --------*/
@media (max-width: 524px) {
  .section_top_content img {
    width: 15rem;
    height: 15rem;
  }
  .section_top_footer {
    padding: 10rem 0;
  }
  .text_top_content p {
    /* служебный миксин, его использовать не надо */
    font-family: "Inter", serif;
    font-weight: 400;
    line-height: 150%;
    font-size: 3.5rem;
  }
  .footer_top_flex {
    margin-bottom: 10rem;
  }
  .footer_text_flex {
    /* служебный миксин, его использовать не надо */
    font-family: "Inter", serif;
    font-weight: 500;
    line-height: 150%;
    font-size: 3.5rem;
  }
  .block_link_page_media {
    display: block;
  }
  .bottom-bar {
    height: 55.75rem;
  }
  .nav-links {
    justify-content: center;
    margin-bottom: 5rem;
  }
  .nav-links a {
    /* служебный миксин, его использовать не надо */
    font-family: "Inter", serif;
    font-weight: 500;
    line-height: 150%;
    font-size: 4rem;
  }
  .social-links {
    margin: 0;
    justify-content: center;
  }
  .copyright {
    /* служебный миксин, его использовать не надо */
    font-family: "Inter", serif;
    font-weight: 400;
    line-height: 150%;
    font-size: 3.5rem;
    margin: 15rem 0 10rem 0;
  }
}/*# sourceMappingURL=footer.css.map */