@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "heboo";
  src: url("../fonts/Heebo/Heebo-SemiBold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "BebasNeue";
  src: url("../fonts/Bebas_Neue/BebasNeue-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato/Lato-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
.sitemap-page {
  min-height: 80vh;
  margin: auto;
  margin-top: 110px;
  width: 1400px;
  padding-inline: 176px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .sitemap-page {
    width: 100%;
    padding-inline: 40px;
    margin-top: 0;
  }
}
.sitemap-page__title {
  padding-top: 30px;
  color: #000;
  font-size: 26px;
  font-weight: 700;
  font-family: "heboo";
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media screen and (max-width: 768px) {
  .sitemap-page__title {
    font-size: 28px;
  }
}
.sitemap-page__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 100px;
}
.sitemap-page__links .links-title {
  font-family: "heboo";
  color: #000;
  font-size: 22px;
  line-height: 40px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.sitemap-page__links .sitemap-group {
  list-style-type: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(12, auto);
  grid-auto-flow: column;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
.sitemap-page__links .sitemap-item {
  font-weight: 300;
  font-size: 16px;
  line-height: 32px;
  font-family: "heboo";
  margin-bottom: 10px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .sitemap-page__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 40px;
  }
  .sitemap-page__links .sitemap-group {
    display: block;
  }
}