@charset "UTF-8";
/**
  Нормализация блочной модели
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/**
  Убираем внутренние отступы слева тегам списков,
  у которых есть атрибут class
 */
:where(ul, ol):where([class]) {
  padding-left: 0;
}

/**
  Убираем внешние отступы body и двум другим тегам,
  у которых есть атрибут class
 */
body,
:where(blockquote, figure):where([class]) {
  margin: 0;
}

/**
  Убираем внешние отступы вертикали нужным тегам,
  у которых есть атрибут class
 */
:where(h1, h2, h3, h4, h5, h6, p, ul, ol, dl):where([class]) {
  margin-block: 0;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

/**
  Убираем стандартный маркер маркированному списку,
  у которого есть атрибут class
 */
:where(ul[class]) {
  list-style: none;
}

/**
  Обнуляем вертикальные внешние отступы параграфа,
  объявляем локальную переменную для внешнего отступа вниз,
  чтобы избежать взаимодействие с более сложным селектором
 */
p {
  --paragraphMarginBottom: 24px;
  margin-block: 0;
}

/**
  Внешний отступ вниз для параграфа без атрибута class,
  который расположен не последним среди своих соседних элементов
 */
p:where(:not([class]):not(:last-child)) {
  margin-bottom: var(--paragraphMarginBottom);
}

/**
  Упрощаем работу с изображениями
 */
img {
  display: block;
  max-width: 100%;
}

/**
  Наследуем свойства шрифт для полей ввода
 */
input,
textarea,
select,
button {
  font: inherit;
}

html {
  /**
    Пригодится в большинстве ситуаций
    (когда, например, нужно будет "прижать" футер к низу сайта)
   */
  height: 100%;
  /**
    Плавный скролл
   */
  scroll-behavior: smooth;
}

body {
  /**
    Пригодится в большинстве ситуаций
    (когда, например, нужно будет "прижать" футер к низу сайта)
   */
  min-height: 100%;
  /**
    Унифицированный интерлиньяж
   */
}

/**
  Чиним баг задержки смены цвета при взаимодействии с svg-элементами
 */
svg * {
  transition-property: fill, stroke;
}

/**
  Удаляем все анимации и переходы для людей,
  которые предпочитают их не использовать
 */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.background {
  position: fixed;
  inset: 0;
  z-index: -1;
  filter: brightness(0.5);
  background: url("../images/5e7a0d76245a2819829ca19e6154bdc8808f1ab2.png") center/cover no-repeat;
}
@media only screen and (max-width: 678px) {
  .background {
    background: url(../images/5e7a0d76245a2819829ca19e6154bdc8808f1ab2.png) 20% 0%/cover no-repeat;
  }
}

body {
  padding: 64px 16px;
  display: flex;
  justify-content: center;
}

.main {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 36px;
}
.main__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}
@media only screen and (max-width: 678px) {
  .main__head {
    gap: 8px;
  }
}
.main__logo {
  height: 100px;
}
@media only screen and (max-width: 678px) {
  .main__logo {
    height: 40px;
  }
}
.main__title, .main__text {
  color: #fff;
  text-align: center;
}
.main__title {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 64px;
  line-height: 40px;
  font-weight: 900;
  font-style: italic;
}
@media only screen and (max-width: 678px) {
  .main__title {
    font-size: 30px;
  }
}
.main__title_small {
  font-size: 30px;
}
@media only screen and (max-width: 678px) {
  .main__title_small {
    font-size: 25px;
    line-height: 30px;
  }
}
.main__title_noitalic {
  font-style: normal;
}
.main .links-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  gap: 16px;
}
.main .links-list__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  width: min(380px, 100%);
  padding: 8px;
  border-radius: 200px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.main .links-list__link::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.4);
  backdrop-filter: blur(4px);
}
.main .links-list__ellipse {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 76px;
  aspect-ratio: 1;
  background-color: #ffbc00;
  border-radius: 200px;
}
.main .links-list__text {
  font-family: "Roboto Flex", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  width: 100%;
  padding-right: 70px;
}
@media only screen and (max-width: 425px) {
  .main .links-list__text {
    padding-right: 30px;
  }
}
.main .links-list__text {
  font-size: 24px;
  font-weight: 700;
}
.main .links-list__icon:not(:last-child) {
  height: min(41.45px, 100%);
}/*# sourceMappingURL=index.css.map */