

/* Start:/local/templates/leaugue/assets/css/association_documents.css?17004823904476*/
:root {
  --main-green: #39ad46;
  --second-green: #27ae60;
  --hover-green: #58ca65;
  --dark-green: #1e7d5b;
  --dark-gray: #4f4f4f;
  --mid-gray: #828282;
  --light-gray: #f2f2f2;
  --extra-gray: #333;
  --golos-font: Golos;
  --jost-font: Jost;
}

:root {
  --main-green: #39ad46;
  --second-green: #27ae60;
  --hover-green: #58ca65;
  --dark-green: #1e7d5b;
  --dark-gray: #4f4f4f;
  --mid-gray: #828282;
  --light-gray: #f2f2f2;
  --extra-gray: #333;
  --golos-font: Golos;
  --jost-font: Jost;
}

.intro {
  margin-top: 4.3125rem;
}

.intro__info {
  position: relative;
  display: flex;
  justify-content: center;
}

.intro__title {
  font-weight: 400;
  font-size: 3.5625rem;
  line-height: 1.23;
  color: var(--dark-gray);
}

.association {
  display: flex;
  overflow: scroll;
  padding-bottom: 1.5625rem;
  border-bottom: 1px solid #bdbdbd;
  margin-top: 3.125rem;
}

.association__button {
  height: 3.4375rem;
  border-radius: 5px;
  border: 1px solid #bdbdbd;
  padding: 0.5625rem 2rem;
  margin-right: 0.9375rem;
  font-family: var(--jost-font);
  font-size: 1rem;
  line-height: 1.44;
  color: var(--mid-gray);
  transition: all 0.3s ease-in;
  margin-bottom: 0.9375rem;
  white-space: nowrap;
}

.association__button:hover {
  background-color: var(--main-green);
  color: #fff;
  border-color: var(--main-green);
}

.title {
  padding: 3.625rem 0 2.375rem;
  border-bottom: 1px solid #bdbdbd;
}

.title h2 {
  text-align: center;
  font-weight: 400;
  font-size: 3.5625rem;
  line-height: 1.23;
}

.documentsPage__buttons {
  display: flex;
  justify-content: space-between;
  width: 20.9375rem;
  margin: 2.25rem auto 0;
}

.documentsPage__button {
  border-radius: 6px;
  padding: 0.75rem;
  border: 1px solid #e0e0e0;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.44;
  color: var(--mid-gray);
  width: 10rem;
  transition: all 0.3s ease-in;
  text-align: center;
}

.documentsPage__button:hover {
  color: #fff;
  background-color: var(--main-green);
  border-color: var(--main-green);
}

.documentsPage__content {
  margin-top: 2.25rem;
  margin-bottom: 5.9375rem;
  display: flex;
  flex-wrap: wrap;
}

.document {
  width: calc((100% - 2.5rem) / 3);
  background: var(--light-gray);
  border-radius: 12px;
  padding: 1.875rem 2.5rem;
  margin-bottom: 1.25rem;
}

.document__date {
  display: block;
  font-size: 1.125rem;
  line-height: 1.67;
  color: var(--mid-gray);
}

.document__text {
  display: block;
  margin-top: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.67;
  color: var(--dark-gray);
}

.document__show {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 3rem;
}

.document__link {
  font-size: 1rem;
  line-height: 1.44;
  color: var(--main-green);
}

.document__info {
  display: flex;
  align-items: center;
}

.document__pdf {
  width: 1.75rem;
  height: 2.25rem;
}

.document__size {
  font-size: 0.75rem;
  line-height: 1.67;
  color: #a2a2a2;
  margin-left: 0.5rem;
}

.document__download {
  width: 1.875rem;
  height: 1.875rem;
  border-radius: 50%;
  margin-left: 0.75rem;
  border: 1px solid var(--main-green);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-in;
}

.document__download:hover {
  background-color: var(--main-green);
}

.document__download:hover svg path {
  fill: #fff;
}

.document__download:hover svg line {
  stroke: #fff;
}

.document:nth-child(3n+2) {
  margin: 0 1.25rem 1.25rem;
}

@media (max-width: 768px) {
  .intro {
    margin-top: 3.75rem;
  }

  .intro__title {
    font-size: 2.25rem;
    line-height: 1.39;
  }

  .association {
    margin-top: 1.9375rem;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    overflow-x: scroll;
  }

  .association__button {
    font-size: 1.125rem;
    line-height: 1.44;
  }

  .title {
    padding: 1.375rem 0 1.625rem;
  }

  .title h2 {
    font-size: 2rem;
    line-height: 1.37;
  }

  .documentsPage__buttons {
    margin-top: 1.25rem;
    width: 100%;
  }

  .documentsPage__button {
    width: calc((100% - 1.25rem) / 2);
  }

  .documentsPage__content {
    display: block;
    margin-top: 2.5rem;
    margin-bottom: 6.25rem;
  }

  .documentsPage .document {
    width: 100%;
    height: auto;
    padding: 1.25rem;
  }

  .documentsPage .document:nth-child(3n+2) {
    margin: 0 0 1.25rem;
  }

  .documentsPage .document__text {
    font-size: 1rem;
    line-height: 1.5;
  }

  .documentsPage .document__show {
    margin-top: 1.5rem;
  }
}
/* End */


/* Start:/local/templates/leaugue/components/bitrix/news.list/documents/style.css?1700482390150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */
/* /local/templates/leaugue/assets/css/association_documents.css?17004823904476 */
/* /local/templates/leaugue/components/bitrix/news.list/documents/style.css?1700482390150 */
