.wide-section {
  padding: 35px 0;
}

.wide-section__links {
  padding: 15px;
  margin-bottom: 20px;
  transition: background-color 0.3s ease-in-out;
}

.wide-section__links.--active {
  background-color: white;
}

.wide-section__links-current {
  display: flex;
}

.wide-section__links-current-icon {
  font-size: 0;
  line-height: 0;
  width: 21px;
  margin-right: 10px;
  padding-top: 1px;
  flex-shrink: 0;
}

.wide-section__links-current-btn {
  border: none;
  outline: 0;
  text-align: left;
  background-color: transparent;
  -webkit-appearance: none;
  color: #3a85c6;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  padding: 0;
  cursor: pointer;
  text-decoration-color: transparent;
  text-underline-offset: 2px;
  transition: text-decoration-color 0.3s ease-in-out;
}

.wide-section__links-current-btn:hover {
  text-decoration: underline;
  text-decoration-color: #3a85c6;
}

.wide-section__links-current-text {
  font-size: 17px;
  font-weight: 700;
}

.wide-section__links-nav {
  display: none;
  padding-left: 31px;
  padding-top: 15px;
}

.wide-section__links-nav-current {
  font-weight: 700;
  margin-bottom: 10px;
}

.wide-section__links-nav a {
  color: #174078;
}

.wide-section__links-list {
  margin: 0;
  padding-left: 20px;
  list-style: none;
  border-left: 1px dotted #ed7233;
}

.wide-section__content {
  max-width: 940px;
  margin: auto;
}

.wide-section__content h1,
.wide-section__content h2,
.wide-section__content h3 {
  margin-top: 0;
}

.wide-section__content p:last-of-type {
  margin-bottom: 0;
}

@media screen and (min-width: 575px) {
  .wide-section__links-current-btn {
    font-size: 20px;
  }

  .wide-section__links-current-text {
    font-size: 19px;
  }
}