.sitemap {
  padding-bottom: 48px;
  overflow: hidden;
}
@media all and (min-width: 1280px) {
  .sitemap::before {
    content: "";
    position: absolute;
    width: 1920px;
    height: 1920px;
    left: 375px;
    top: -665px;
    z-index: -1;
    background: radial-gradient(47.14% 47.14% at 54.9% 52.86%, #59AFD9 0%, #59AFD9 11.15%, #59AFD9 49.57%, rgba(89, 175, 217, 0) 100%);
  }
}
@media all and (min-width: 1280px) {
  .sitemap {
    padding-bottom: 58px;
    position: relative;
    z-index: 0;
  }
}
.sitemap__title {
  margin: 30px 0 0 0;
  font: 400 44px/80% "Alumni Sans", "sans-serif";
  text-transform: uppercase;
  color: #fff;
}
@media all and (min-width: 1280px) {
  .sitemap__title {
    margin-top: 60px;
  }
}
@media all and (min-width: 1440px) {
  .sitemap__title {
    font-size: 60px;
  }
}
.sitemap__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-top: 32px;
}
@media all and (min-width: 1280px) {
  .sitemap__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 40px;
    margin-top: 80px;
  }
}
.sitemap__col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media all and (min-width: 1280px) {
  .sitemap__col {
    max-width: 408px;
  }
  .sitemap__col:first-child {
    max-width: 368px;
  }
}
.sitemap__block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
.sitemap__link {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font: 400 34px/80% "Alumni Sans", "sans-serif";
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1440px) {
  .sitemap__link {
    font-size: 44px;
  }
}
.sitemap__link:not(.not-hover):hover {
  opacity: 0.8;
}
.sitemap__sub-link {
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  font: 300 18px/100% "Roboto", "sans-serif";
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media all and (min-width: 1280px) {
  .sitemap__sub-link {
    font-size: 24px;
  }
}
.sitemap__sub-link:hover {
  opacity: 0.8;
}
.sitemap__sub-link-title {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
}/*# sourceMappingURL=sitemap.css.map */