main {
  padding-top: 102.2px !important;
}

.top-banner {
  position: relative;
  min-height: 392px;
}
.top-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  vertical-align: top;
  z-index: -2;
}
.top-banner::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
}
.top-banner__content {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  display: flex;
  gap: 30px;
  padding: 50px 0;
}
.top-banner__left {
  display: flex;
  flex-direction: column;
  gap: 18px;
  width: 100%;
  max-width: 705px;
}
.top-banner__title {
  margin: 0;
  font-weight: 800;
  font-size: 48px;
  line-height: 100%;
  color: #fff;
}
.top-banner__subtitle {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #fff;
}
.top-banner__date {
  color: rgba(255, 255, 255, 0.4);
}
.top-banner__right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  max-width: 495px;
}
.top-banner__map-wrapper {
  position: relative;
  display: inline-block;
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
}
.top-banner__map-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.top-banner__map-wrapper:hover .top-banner__map-text {
  color: #373c41;
}
.top-banner__map-wrapper img {
  vertical-align: top;
}
.top-banner__map-wrapper .top-banner__map-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  font-weight: 800;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
}
.top-banner__map-hint {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  color: rgba(255, 255, 255, 0.4);
}

.categories {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  padding: 50px 0;
  border-bottom: 2px solid rgba(55, 60, 65, 0.2);
}
.categories__title {
  margin-bottom: 60px;
}
.categories__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  gap: 60px 30px;
  flex-wrap: wrap;
}
.categories__list-item {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: calc(16.6666666667% - 30px + 5px);
  padding-bottom: 30px;
}
.categories__list-item__icon {
  width: 50px;
  height: 50px;
}
.categories__list-item__icon svg {
  fill: transparent;
}
.categories__list-item__title {
  min-height: 36px;
  font-weight: 800;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.01em;
}
.categories__list-item__title h3 {
  font-size: 18px;
}
.categories__list-item__links {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.categories__list-item__links a {
  font-weight: 500;
  font-size: 13px;
  line-height: 140%;
  text-decoration: underline;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
.categories__list-more {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.categories__list-more .button {
  min-width: 180px;
  min-height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.interesting--inner {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 15px;
  margin-right: 15px;
  width: calc(100% - 30px);
  padding-top: 50px;
  padding-bottom: 10px;
}

@media (max-width: 991px) {
  main {
    padding-top: 50px !important;
  }
  .top-banner__content {
    flex-direction: column;
  }
  .top-banner__title {
    font-weight: 800;
    font-size: 20px;
    line-height: 110%;
  }
  .top-banner__map-wrapper .top-banner__map-text {
    font-weight: 800;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -0.01em;
    text-align: center;
  }
  .categories__title {
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: 2px solid rgba(55, 60, 65, 0.2);
  }
  .categories__list {
    flex-wrap: nowrap;
    gap: 0;
    overflow-x: auto;
    margin-right: -15px;
    padding-bottom: 20px;
  }
  .categories__list-item {
    flex-shrink: 0;
    gap: 20px;
    width: 105px;
    padding: 0 18px;
    border-right: 2px solid rgba(55, 60, 65, 0.2);
    box-sizing: content-box;
  }
  .categories__list-item:first-child {
    padding-left: 0;
  }
  .categories__list-item:last-child {
    border-right: none;
  }
  .categories__list-item__icon {
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
  }
  .categories__list-item__icon svg {
    width: 30px;
    height: 30px;
  }
  .categories__list-item__title {
    font-weight: 800;
    font-size: 14px;
    line-height: 100%;
    letter-spacing: -0.01em;
  }
  .categories__list-item__links {
    gap: 15px;
  }
  .categories__list-more {
    display: none;
  }
}
@media (max-width: 576px) {
  .top-banner__content {
    padding: 13.5px 0;
    padding-bottom: 8px;
    gap: 20px;
  }
  .top-banner__map-wrapper {
    min-height: 180px;
    width: 100%;
  }
  .top-banner__map-wrapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
  }
  .top-banner__date {
    font-weight: 400;
    font-size: 10px;
  }
  .top-banner__right {
    gap: 16px;
  }
  .categories {
    padding: 20px 0;
  }
  .interesting--inner {
    padding-top: 20px;
  }
}
/*# sourceMappingURL=index.css.map */
