.glossarij_container {
  width: 1180px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 28px;
}

.gloss_projects_container {
  width: 1180px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 28px;
}

.gloss_services_container {
  width: 1180px;
  background: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 28px;
  padding-bottom: 200px;
}

/* Глоссарий */
.gloss_title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;

  color: #000000;
  margin-bottom: 20px;
}

.gloss_link {
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 17px;

  color: #000000;
  text-decoration: none;
}

.gloss_items {
  padding-top: 40px;
}
.gloss_item_title {
  font-weight: 700;
  font-size: 24px;
  line-height: 29.05px;
  letter-spacing: 0%;
}

.gloss_item_links .gloss_item_link a {
  font-weight: 500;
  font-size: 12px;
  line-height: 14.52px;
  letter-spacing: 0%;
  color: #000000;
  text-decoration: none;
}

.gloss_more {
  font-weight: 700;
  font-size: 10px;
  line-height: 12.1px;
  letter-spacing: 0%;
  color: #00000069;
}
.gloss_items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
  align-content: stretch;
}

.gloos_item {
  width: 33.33%;
  padding-bottom: 20px;
}


.main-cases-gj .main-cases__container {
    background: #fff;
}

@media (min-width: 1200px) {
    .gloss_services_container .services__grid {
        grid-gap: 50px;
        grid-template-columns: repeat(auto-fit, minmax(288px, 360px)) !important;
        width: 100%;
    }
}