.light-icon {
  font-size: 16px;
  position: fixed;
  bottom: 40px;
  left: 40px;
  background-color: #144AAE;
  font-weight: 100;
  padding: 10px;
  border-radius: 40px;
  z-index: 10000;
  display: flex;
  height: 60px;
  align-items: center;
  color: #FEC905;
  cursor: pointer;
  box-sizing: border-box;
}

.light-icon img {
  width: 40px;
  margin-left: 6px;
}

.light-block {
  color: white;
  position: fixed;
  bottom: 40px;
  left: 40px;
  border: 1px solid #FDA527;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 20px;
  z-index: 10001;
  display: flex;
  padding: 20px;
  flex-direction: column;
  width: 420px;
  box-sizing: border-box;
  cursor: pointer;
}

.light-block p:first-child {
  padding-bottom: 5px;
}

.light-block p:last-child {
  padding-top: 5px;
}

.light-block img {
  width: 30px;
  vertical-align: middle;
}

@media all and (max-width: 585px) {
  .light-icon {
    bottom: 15px;
    left: 15px;
    font-size: 13px;
  }

  .light-block {
    width: calc(100% - 30px);
    bottom: 15px;
    left: 15px;
  }
}

.links-block {
  display: flex;
  gap: 30px;
  justify-content: center;
  margin: 0 20px 30px 20px;
  text-align: left;
  flex-wrap: wrap;
}

.links-block .links-group {
  width: 250px;
}

.links-block .links-title {
  color: #fda527;
  font-weight: bold;
  font-size: 1.2em;
}

.links-block ul {
  list-style: none;
}


/*# sourceMappingURL=main_style.css.map?69b03585cd6da06d1ed712ecee5579f1*/