@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;
}

.hero_section {
  display: flex;
  flex-direction: column;
}

/* сетка из статистики и главного блока */
.statistics {
  display: grid;
  grid-template-columns: 1fr minmax(101rem, 213rem) 131rem 1fr;
  grid-template-rows: repeat(2, auto);
  border-bottom: 0.25rem #262626 solid;
}

/* ячейка с заголовком страницы */
.grid_empty_left_top {
  min-width: 12rem;
  border-bottom: 0.25rem #262626 solid;
}

.statistics_greeting {
  padding: 25rem 10rem 25rem 0;
  /* служебный миксин, его использовать не надо */
  font-family: "Kumbh Sans", serif;
  font-weight: 500;
  font-size: 5.5rem;
  line-height: 120%;
  color: #666666;
  border-right: 0.25rem #262626 solid;
  border-bottom: 0.25rem #262626 solid;
}

.greeting_title {
  margin-top: 5rem;
  color: #ffffff;
  /* служебный миксин, его использовать не надо */
  font-family: "Kumbh Sans", serif;
  font-weight: 500;
  font-size: 13.75rem;
  line-height: 120%;
}

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

/* ячейки с цифрами */
.grid_empty_left_bottom {
  min-width: 12rem;
}

.statistics_numbers {
  display: flex;
  width: 100%;
  gap: 10rem;
}

.statistic_number {
  width: 100%;
  padding: 12.5rem 0;
  color: #ffffff;
  font-weight: 600;
  font-size: 7.5rem;
  line-height: 150%;
  border-right: 0.25rem #262626 solid;
}

.colortext {
  color: #ffd11a;
}

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

/* ячейка с аватарками */
.statistics_resources {
  grid-column: 3;
  grid-row: 1/3;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 5rem;
  padding: 0 0 12.5rem 12.5rem;
  background-image: url(../assets/img/rays.png);
  background-blend-mode: color-dodge;
  background-repeat: no-repeat;
  background-size: 121rem;
}

.resources_content {
  display: flex;
  flex-direction: column;
  gap: 5rem;
}

.resources_avatars_wrapper {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  padding: 2rem;
  border-radius: 8.5rem;
  background-color: #1a1a1a;
  border: 0.25rem #262626 solid;
}

.avatar_frame {
  width: 12.5rem;
  height: 12.5rem;
  margin-left: -3.5rem;
  border-radius: 6.5rem;
  background-color: #262626;
  border: 0.25rem #666666 solid;
}
.avatar_frame:first-child {
  margin-left: 0;
}

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

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

.resources_button {
  box-sizing: border-box;
  height: 12rem;
  padding: 3.5rem 5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
  border-radius: 2rem;
  /* служебный миксин, его использовать не надо */
  font-family: "Inter", serif;
  font-weight: 400;
  line-height: 150%;
  font-size: 3.5rem;
  white-space: nowrap;
  background-color: #141414;
  color: #98989a;
  border: 0.25rem #262626 solid;
  cursor: pointer;
  width: -moz-fit-content;
  width: fit-content;
}
.resources_button .icon {
  width: 5rem;
  height: 5rem;
}
.resources_button svg {
  color: #ffd11a;
}
.resources_button:hover {
  background-color: #262626;
  color: #cccccc;
  border: 0.25rem #404040 solid;
}
.resources_button:hover svg {
  color: #ffe066;
}
.resources_button:active {
  background-color: #1a1a1a;
  color: #b3b3b3;
  border: 0.25rem #333333 solid;
}
.resources_button:active svg {
  color: #ffd633;
}

.grid_empty_right {
  grid-column: 4;
  grid-row: 1/3;
  min-width: 12rem;
}

/* нижний блок из 3-х разделов */
.benefits {
  border-bottom: 0.25rem #262626 solid;
}

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

.benefit_container {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 5rem;
  padding: 10rem 12.5rem;
  border-right: 0.25rem #262626 solid;
}
.benefit_container:first-child {
  padding: 10rem 12.5rem 10rem 0;
}
.benefit_container:last-child {
  padding: 10rem 0 10rem 12.5rem;
  border: none;
}

.benefit_image {
  width: 10rem;
}

.benefit_content {
  display: flex;
  justify-content: space-between;
  align-content: center;
  gap: 3.5rem;
}

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

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

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

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

/* -------- планшет --------*/
@media (max-width: 1024px) {
  .statistics {
    display: grid;
    grid-template-columns: repeat(1, auto);
    grid-template-rows: repeat(3, auto);
    border-bottom: none;
  }
  /* ячейка с заголовком страницы */
  .grid_empty_left_top {
    display: none;
  }
  .statistics_greeting {
    padding: 10rem 8rem 7.5rem 8rem;
    border-right: none;
    border-bottom: 0.25rem #262626 solid;
  }
  /* ячейка с аватарками */
  .statistics_resources {
    grid-column: 1;
    grid-row: 3;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
    padding: 25rem 8rem 10rem 8rem;
    border-bottom: 0.25rem #262626 solid;
    background-size: 80rem;
  }
  .grid_empty_right {
    display: none;
  }
  /* ячейки с цифрами */
  .grid_empty_left_bottom {
    display: none;
  }
  .statistics_numbers {
    grid-column: 1;
    grid-row: 2;
    box-sizing: border-box;
    gap: 5rem;
    padding: 0 7.5rem;
    border-bottom: 0.25rem #262626 solid;
  }
  .statistic_number {
    padding: 7.5rem 0;
    color: #ffffff;
  }
  .statistic_number:last-of-type {
    border-right: none;
  }
  /* нижний блок из 3-х разделов */
  .benefits {
    border-bottom: 0.25rem #262626 solid;
  }
  .benefits_position {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .benefit_container {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    gap: 2.5rem;
    padding: 7.5rem 8rem;
    border-right: none;
    border-bottom: 0.25rem #262626 solid;
  }
  .benefit_container:first-child {
    padding: 7.5rem 8rem;
  }
  .benefit_container:last-child {
    padding: 7.5rem 8rem;
  }
}
/* -------- телефон --------*/
@media (max-width: 480px) {
  /* ячейка с заголовком страницы */
  .grid_empty_left_top {
    display: none;
  }
  .statistics_greeting {
    padding: 10rem 4rem 7.5rem 4rem;
    /* служебный миксин, его использовать не надо */
    font-family: "Kumbh Sans", serif;
    font-weight: 500;
    font-size: 4.5rem;
    line-height: 120%;
  }
  .greeting_title {
    margin-top: 3.5rem;
    color: #ffffff;
    /* служебный миксин, его использовать не надо */
    font-family: "Kumbh Sans", serif;
    font-weight: 500;
    font-size: 7.5rem;
    line-height: 120%;
  }
  .greeting_description {
    margin-top: 2.5rem;
    /* служебный миксин, его использовать не надо */
    font-family: "Inter", serif;
    font-weight: 400;
    line-height: 150%;
    font-size: 3.5rem;
  }
  /* ячейка с аватарками */
  .statistics_resources {
    flex-direction: column;
    align-items: start;
    padding: 25rem 4rem 10rem 4rem;
  }
  .grid_empty_right {
    display: none;
  }
  .avatar_frame {
    width: 10rem;
    height: 10rem;
    margin-left: -2.5rem;
    border-radius: 5rem;
  }
  .resources_text {
    /* служебный миксин, его использовать не надо */
    font-family: "Inter", serif;
    font-weight: 500;
    line-height: 150%;
    font-size: 4.5rem;
  }
  .resources_text_description {
    margin-top: 1rem;
    /* служебный миксин, его использовать не надо */
    font-family: "Inter", serif;
    font-weight: 400;
    line-height: 150%;
    font-size: 3.5rem;
  }
  .resources_button {
    box-sizing: border-box;
    height: 12rem;
    padding: 3.5rem 5rem;
    display: flex;
    justify-content: center;
    gap: 1rem;
    border-radius: 2rem;
    /* служебный миксин, его использовать не надо */
    font-family: "Inter", serif;
    font-weight: 400;
    line-height: 150%;
    font-size: 3.5rem;
    white-space: nowrap;
    background-color: #141414;
    color: #98989a;
    border: 0.25rem #262626 solid;
    cursor: pointer;
    width: 100%;
  }
  .resources_button .icon {
    width: 5rem;
    height: 5rem;
  }
  .resources_button svg {
    color: #ffd11a;
  }
  .resources_button:hover {
    background-color: #262626;
    color: #cccccc;
    border: 0.25rem #404040 solid;
  }
  .resources_button:hover svg {
    color: #ffe066;
  }
  .resources_button:active {
    background-color: #1a1a1a;
    color: #b3b3b3;
    border: 0.25rem #333333 solid;
  }
  .resources_button:active svg {
    color: #ffd633;
  }
  /* ячейки с цифрами */
  .grid_empty_left_bottom {
    display: none;
    min-width: none;
  }
  .statistics_numbers {
    grid-column: 1;
    grid-row: 2;
    padding: 0 4rem;
    font-weight: 600;
    font-size: 6rem;
    line-height: 150%;
    border-bottom: 0.25rem #262626 solid;
  }
  .statistic_number {
    padding: 4rem 0;
    color: #ffffff;
  }
  /* нижний блок из 3-х разделов */
  .benefit_container {
    padding: 7.5rem 4rem;
  }
  .benefit_container:first-child {
    padding: 7.5rem 4rem;
  }
  .benefit_container:last-child {
    padding: 7.5rem 4rem;
  }
  .benefit_image {
    width: 7.5rem;
  }
  .benefit_content_text {
    /* служебный миксин, его использовать не надо */
    font-family: "Inter", serif;
    font-weight: 500;
    line-height: 150%;
    font-size: 4rem;
  }
  .benefit_content_description {
    margin-top: 0.5rem;
    /* служебный миксин, его использовать не надо */
    font-family: "Inter", serif;
    font-weight: 400;
    line-height: 150%;
    font-size: 3.5rem;
  }
  .benefit_description {
    /* служебный миксин, его использовать не надо */
    font-family: "Inter", serif;
    font-weight: 500;
    line-height: 150%;
    font-size: 3.5rem;
  }
}/*# sourceMappingURL=hero_section.css.map */