

/* Start:/local/templates/leaugue/assets/css/association_strategy.css?17004823907849*/
: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;
}

.strategy__picture {
  margin-top: 5.375rem;
  margin-bottom: 3.1875rem;
}

.strategy__picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 12px;
}

.content p {
  line-height: 1.67;
}

.content ul {
  list-style: none;
}

.content li {
  font-size: 1.125rem;
  line-height: 1.67;
  color: var(--dark-gray);
  padding-left: 1.5rem;
  position: relative;
}

.content li::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: var(--main-green);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4.5px);
  left: 0;
}

.content li + li {
  margin-top: 0.5rem;
}

.content {
  margin-top: 3.75rem;
}

.content ul {
  list-style: none;
}

.content li {
  font-size: 1.125rem;
  line-height: 1.44;
  color: var(--dark-gray);
  padding-left: 1.5rem;
  position: relative;
}

.content li::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: var(--main-green);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4.5px);
  left: 0;
}

.content li + li {
  margin-top: 0.75rem;
}

.content__author,
.content__source {
  margin-top: 3.9375rem;
}

.content__author span,
.content__source span {
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: -0.015em;
  color: var(--dark-gray);
  margin-right: 0.75rem;
}

.content__source {
  margin-top: 0.75rem;
}

.content__source_ref {
  font-family: var(--jost-font);
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: -0.015em;
  color: var(--main-green);
}

.content__buttons {
  margin-top: 2.75rem;
  display: flex;
  padding-bottom: 0.875rem;
  border-bottom: 1px solid #bdbdbd;
  display: none;
}

.content__button {
  background-color: #efefef;
  border-radius: 5px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.36;
  padding: 0.4063rem 1rem;
  color: var(--dark-gray);
  margin-right: 0.75rem;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

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

.content img {
  object-fit: contain;
}

.video {
  margin-top: 2.5rem;
}

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

.video__image {
  background-color: #000;
  height: 35rem;
  margin-top: 2.5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__button {
  position: relative;
  width: 7.5rem;
  height: 7.5rem;
  background-color: #fff;
  border-radius: 50%;
}

.video__icon {
  left: 0.3rem;
  position: relative;
}

.video__frame {
  width: 100%;
  height: 100%;
}

.video p {
  margin-top: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.67;
}

.mindmap {
  margin-top: 3.1875rem;
}

.mindmap__title {
  font-size: 2rem;
  line-height: 1.37;
  max-width: 55%;
}

.mindmap__presentation {
  margin-top: 4.625rem;
  background: var(--light-gray);
  border-radius: 12px;
  padding: 1.5rem 1.5rem 2rem;
  border-radius: 8px;
}

.mindmap ul {
  margin-top: 1.6875rem;
  list-style: none;
}

.mindmap li {
  font-size: 1.125rem;
  line-height: 1.67;
  color: var(--dark-gray);
  padding-left: 1.5rem;
  position: relative;
}

.mindmap li::before {
  content: "";
  width: 9px;
  height: 9px;
  background-color: var(--main-green);
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 4.5px);
  left: 0;
}

.mindmap li + li {
  margin-top: 1rem;
}

.mindmap__show {
  margin-top: 2.0625rem;
  padding: 1rem 1.5rem;
  background: var(--main-green);
  border-radius: 6px;
  color: #fff;
  font-size: 1.125rem;
  line-height: 1.28;
  letter-spacing: 0.015em;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in;
}

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

.document {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0.9375rem 1.25rem;
  background: var(--light-gray);
  border-radius: 8px;
  margin-top: 3.75rem;
  margin-bottom: 14.3125rem;
}

.document__info {
  display: flex;
}

.document__info svg {
  margin-right: 1.25rem;
}

.document__title {
  font-size: 1.125rem;
  line-height: 1.67;
  max-width: 90%;
  color: var(--mid-gray);
  display: flex;
  align-items: center;
}

.carouselEvent {
  margin-top: 2.5rem;
}

.carouselEvent img {
  border-radius: 15px;
  height: 23.875rem;
  object-fit: cover;
}

.carouselEvent__buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.8125rem;
}

.carouselEvent__prev,
.carouselEvent__next {
  width: 3.1875rem;
  height: 3.1875rem;
  border: 1px solid var(--main-green);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0.875rem;
  transition: background-color 0.3s ease-in;
}

.carouselEvent__prev:hover,
.carouselEvent__next:hover {
  background-color: var(--main-green);
}

.carouselEvent__prev:hover svg path,
.carouselEvent__next:hover svg path {
  fill: var(--light-gray);
}

.carouselEvent__next {
  transform: rotate(180deg);
}

.carouselEvent__info {
  display: flex;
  justify-content: space-between;
}

.carouselEvent__signature {
  display: block;
  font-family: var(--jost-font);
  font-size: 0.875rem;
  font-weight: 1.14;
  color: var(--dark-gray);
  margin-top: 1.375rem;
}

@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;
  }

  .strategy__picture {
    margin: 1.875rem 0;
  }

  .content p {
    max-width: 100%;
  }

  .video {
    margin-top: 3.125rem;
  }

  .video__image {
    height: 50vw;
  }

  .video p {
    margin-top: 1.25rem;
  }

  .mindmap__title {
    font-size: 1.25rem;
    line-height: 1.5;
    max-width: 100%;
  }

  .mindmap__presentation {
    margin-top: 1.875rem;
  }

  .mindmap li {
    list-style: none;
  }

  .document {
    margin-top: 3.125rem;
    margin-bottom: 6.25rem;
  }

  .content {
    margin: 0;
  }

  .content__author span {
    display: block;
  }
}
/* End */


/* Start:/local/templates/leaugue/components/bitrix/news.list/strategy/style.css?1700482390109*/

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_strategy.css?17004823907849 */
/* /local/templates/leaugue/components/bitrix/news.list/strategy/style.css?1700482390109 */
