.a-content {
  margin: 68px 0 0 0;
}

.a-text {
  max-width: 760px;
}
.a-text b,
.a-text strong {
  font-weight: 700;
}
.a-text em {
  font-style: normal;
  font-weight: 700;
}
.a-text p {
  margin: 28px 0;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.125rem;
}
.a-text p:first-child {
  margin-top: 0;
}
.a-text p:last-child {
  margin-bottom: 0;
}
.a-text p.a-lead {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
  letter-spacing: 0.0125rem;
  margin-bottom: 32px;
}
.a-text p.a-accent {
  padding: 36px 28px;
  border: 3px solid #40b93c;
  font-size: 1.375rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.0625rem;
  letter-spacing: 0.01375rem;
}
.a-text h1,
.a-text h2,
.a-text h3,
.a-text h4 {
  margin: 0 0 16px 0;
}
.a-text h1 + *,
.a-text h2 + *,
.a-text h3 + *,
.a-text h4 + * {
  margin-top: 16px;
}
.a-text h1,
.a-text h2,
.a-text h3,
.a-text h4 {
  font-family: MuseoSansCyrl, serif;
  color: #000000;
  margin: 0;
}
.a-text h1 {
  font-size: 2rem;
  line-height: 2.625rem;
  font-weight: 900;
}
@media only screen and (min-width: 1025px) {
  .a-text h1 {
    font-size: 3.25rem;
    line-height: 3.875rem;
  }
}
.a-text h2 {
  font-size: 1.75rem;
  line-height: 2.5rem;
  font-weight: 900;
}
@media only screen and (min-width: 1025px) {
  .a-text h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }
}
.a-text h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 900;
}
@media only screen and (min-width: 1025px) {
  .a-text h3 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.a-text h4 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 2rem;
}
.a-text img {
  max-width: 100%;
  display: block;
  margin: 40px 0;
}
.a-text ul,
.a-text ol {
  margin: 28px 0;
  padding: 0;
  list-style: none;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 2.125rem;
}
.a-text ul:first-child,
.a-text ol:first-child {
  margin-top: 0;
}
.a-text ul:last-child,
.a-text ol:last-child {
  margin-bottom: 0;
}
.a-text ul li,
.a-text ol li {
  padding: 0 0 0 28px;
}
.a-text ul li + li,
.a-text ol li + li {
  margin: 4px 0 0 0;
}
.a-text ul li {
  position: relative;
}
.a-text ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #40b93c;
  position: absolute;
  left: 0;
  top: 18px;
  margin-top: -4px;
}
.a-text ol {
  counter-reset: numberedList;
}
.a-text ol li {
  position: relative;
}
.a-text ol li:before {
  counter-increment: numberedList;
  content: counter(numberedList) ".";
  font-size: 1.125rem;
  font-weight: 900;
  line-height: 2.125rem;
  color: #40b93c;
  position: absolute;
  left: 0;
  top: 0;
}
.a-text a {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 2.125rem;
  color: #40b93c;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-skip-ink: none;
  text-decoration-color: transparent;
  transition: text-decoration 0.3s;
}
.a-text a:visited {
  color: #40b93c;
}
.a-text a:hover {
  color: #000000;
  text-decoration-color: #000000;
}
.a-text + .a-file-list {
  margin-top: 32px;
}

h2.a-content-title {
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.875rem;
  margin: 0 0 24px 0;
}
h2.a-content-title:after {
  content: "";
  width: 64px;
  height: 6px;
  background: #40b93c;
  margin: 20px 0 0 0;
  display: block;
}

.a-container_tabs {
  margin-top: 16px;
}

.a-tabs-view-all {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.875rem;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #40b93c;
}

.a-tabs-title {
  font-size: 3.25rem;
  font-weight: 400;
  line-height: 3.875rem;
  color: #000000;
}

.a-tabs-address {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.1875rem;
  color: #606060;
}

.a-tabs {
  margin: 26px -20px 0;
  padding: 0 20px;
  display: flex;
  overflow: auto;
  scrollbar-width: none;
}
@media only screen and (min-width: 1025px) {
  .a-tabs {
    flex-wrap: wrap;
    margin: 8px 0 0 -24px;
    padding: 0;
  }
}
.a-tabs::-webkit-scrollbar {
  display: none;
}

.a-tab {
  border: solid 2px #40b93c;
  padding: 8px 28px;
  border-radius: 16px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.0625rem;
  text-align: center;
  color: #000000;
  transition: all 0.3s;
  white-space: nowrap;
}
@media only screen and (min-width: 1025px) {
  .a-tab {
    margin: 18px 0 0 24px;
  }
}
.a-tab + .a-tab {
  margin-left: 24px;
}
.a-tab_active, .a-tab:hover {
  background: #40b93c;
  color: white;
}

.a-file-list {
  margin-top: 32px;
}
.a-file-list + .a-text {
  margin-top: 32px;
}
.a-file-list__link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.875rem;
  color: #000000;
  display: flex;
  align-items: center;
}
.a-file-list__link .a-file-list__text {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-skip-ink: none;
  text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  transition: all 0.3s;
}
.a-file-list__link .a-file-list__text:hover, .a-file-list__link .a-file-list__text[data-hovered=true] {
  text-decoration-color: transparent;
}
.a-file-list__link:hover .a-file-list__text {
  text-decoration: underline;
  text-underline-offset: 8px;
  text-decoration-skip-ink: none;
  text-decoration-color: #40b93c;
  text-decoration-thickness: 2px;
}
.a-file-list__link:hover .a-file-list__text:hover, .a-file-list__link:hover .a-file-list__text[data-hovered=true] {
  text-decoration-color: #40b93c;
}
.a-file-list__icon {
  flex: 0 0 32px;
  max-width: 32px;
  height: 37px;
  background: url(../images/assets/file-border.svg) 6px 0 no-repeat;
  display: block;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.875rem;
  color: #40b93c;
  text-transform: uppercase;
  padding-top: 4px;
  margin-right: 20px;
}
.a-file-list__item + .a-file-list__item {
  margin-top: 30px;
}
.a-file-list__text {
  flex: auto;
  max-width: calc(100% - 32px - 20px);
  width: calc(100% - 32px - 20px);
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.a-description {
  background: rgba(95, 95, 95, 0.05);
  padding: 32px;
  margin-top: 100px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1.875rem;
  color: #000000;
}
@media only screen and (min-width: 1025px) {
  .a-description {
    padding: 66px 120px;
  }
}
.a-description p {
  padding: 0;
  margin: 0;
}