

/* Start:/local/templates/leaugue/assets/css/association_joining.css?170048239030909*/
@charset "UTF-8";

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

/*Кнопка меню*/

/*В разметке обязательно должна иметь внутренний span */

/*<button class="burger"><span></span></button>*/

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

/*Кнопка меню*/

/*В разметке обязательно должна иметь внутренний span */

/*<button class="burger"><span></span></button>*/

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

.modal {
  display: block;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: var(--main-green);
  z-index: 10;
  padding: 1.75rem 1rem;
  transition: left 0.3s ease-in;
}

.modal__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  font-size: 3.5625rem;
  line-height: 1.23;
  color: var(--light-gray);
}

.modal__buttons {
  display: flex;
}

.modal__search,
.modal__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 2px solid var(--light-gray);
  margin-left: 0.75rem;
}

.modal__content {
  margin-top: 2.8125rem;
  padding-bottom: 3.625rem;
  border-bottom: 1px solid var(--light-gray);
}

.modal__select {
  margin-top: 1.125rem;
}

.modal__ref {
  display: block;
  color: var(--light-gray);
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
  margin-top: 1.125rem;
}

.modal__ref:first-child {
  margin: 0;
}

.modal__burger {
  position: relative;
  width: 50%;
  display: flex;
}

.modal__burger::after {
  content: "";
  width: 5px;
  height: 1px;
  position: absolute;
  top: 50%;
  background: var(--light-gray);
  left: 139px;
  transform: rotate(-45deg);
  transition: transform 0.3s ease-in;
}

.modal__burger::before {
  content: "";
  width: 5px;
  height: 1px;
  position: absolute;
  top: 50%;
  background: var(--light-gray);
  left: 136px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in;
}

.modal__burger_index {
  position: relative;
  width: 50%;
  display: flex !important;
}

.modal__burger_index::after {
  content: "";
  width: 5px;
  height: 1px;
  position: absolute;
  top: 50%;
  background: var(--light-gray);
  left: 139px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in;
}

.modal__burger_index::before {
  content: "";
  width: 5px;
  height: 1px;
  position: absolute;
  top: 50%;
  background: var(--light-gray);
  left: 136px;
  transform: rotate(-45deg);
  transition: transform 0.3s ease-in;
}

.modal__hiddenRefs,
.modal__hiddenRefs_index {
  margin-top: 1.125rem;
  margin-left: 1rem;
  overflow: hidden;
  display: none;
}

.modal__contacts {
  margin-top: 1.5rem;
}

.modal__contact {
  display: block;
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
  color: var(--light-gray);
}

.modal__contact + .modal__contact {
  margin-top: 1.125rem;
}

.active {
  left: 0;
}

.activeAccordion {
  opacity: 1;
}

.activeHiddenRefs {
  display: flex;
}

.activeHiddenRefs::before {
  transform: rotate(-45deg);
}

.activeHiddenRefs::after {
  transform: rotate(45deg);
}

.activeHiddenRefs_index {
  display: flex;
}

.activeHiddenRefs_index::before {
  transform: rotate(45deg);
}

.activeHiddenRefs_index::after {
  transform: rotate(-45deg);
}

.header__container {
  margin-top: 1.1875rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: static;
}

.header__search,
.header__menu_mobile {
  height: 2.625rem;
  width: 2.625rem;
  background-color: var(--light-gray);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__menu_mobile {
  display: none;
}

.header__button {
  height: 1.4375rem;
  border: none;
  font-family: var(--jost-font);
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: -0.015em;
  text-transform: uppercase;
  color: var(--dark-gray);
  opacity: 0.2;
}

.header__button_active {
  opacity: 1;
}

.header__button a {
  color: var(--dark-gray);
}

.header__logo {
  order: -1;
  margin-right: 47rem;
}

.header__logo img {
  max-height: 3.75rem;
}

.associationModal {
  position: absolute;
  top: 4rem;
  left: 0;
  z-index: 10;
  background: var(--light-gray);
  border-radius: 8px;
  padding: 1.25rem 0;
  display: none;
}

.associationModal__close {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.associationModal__ref {
  display: block;
  padding: 1rem 1.875rem 0;
  font-size: 1rem;
  line-height: 1.44;
  color: var(--mid-gray);
}

.associationModal__ref + .associationModal__ref {
  padding-top: 1rem;
}

.associationModal__active {
  display: block;
}

.navbar {
  position: relative;
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  padding: 1.1875rem 0;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.navbar__item {
  position: relative;
  display: flex;
  justify-content: center;
  height: 1.25rem;
  width: 100%;
  font-family: var(--jost-font);
  font-size: 1rem;
  line-height: 1.44;
  text-align: center;
  color: var(--dark-gray);
}

.navbar__item:after {
  content: "";
  background-image: url(/local/templates/leaugue/assets/css/../img/icons/border.svg);
  width: 1px;
  height: 20px;
  position: absolute;
  top: 0;
  right: 0;
}

.navbar__item:last-child::after {
  display: none;
}

.breadcrumbs {
  position: absolute;
  top: 111%;
  left: 0.8125rem !important;
  display: flex;
  align-items: center;
  z-index: 1;
}

.breadcrumbs__prev {
  font-weight: 400 !important;
  font-size: 0.875rem;
  line-height: 1.36;
  color: var(--dark-gray) !important;
}

.breadcrumbs__circle {
  background: #636363;
  width: 5px;
  height: 5px;
  margin: 0 0.625rem;
  border-radius: 50%;
}

.breadcrumbs__point {
  font-weight: 400 !important;
  font-size: 0.875rem;
  line-height: 1.36;
  color: var(--dark-gray) !important;
  max-width: 8.5rem !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.bx-breadcrumb {
  z-index: 1;
}

.bx-breadcrumb i {
  background: #636363;
  width: 5px;
  height: 5px;
  margin: 0 0.625rem;
  border-radius: 50%;
}

.bx-breadcrumb-item {
  margin: 0;
}

.bx-breadcrumb-item span {
  margin: 0;
  font-weight: 500;
  font-size: 0.875rem !important;
  line-height: 1.36;
  color: var(--dark-gray);
  font-family: var(--jost-font) !important;
}

.breadcrumbs__circle {
  width: 0.25rem !important;
  height: 0.25rem !important;
}

.nav__list {
  margin-top: 1.1rem;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.nav__listitem {
  list-style: none;
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 1.1rem 1rem;
  cursor: pointer;
  font-family: var(--jost-font);
  font-size: 1rem;
  line-height: 1.44;
  text-align: center;
  color: var(--dark-gray);
}

.nav__listitem:not(:last-child):after {
  content: "";
  background-color: #bdbdbd;
  width: 1px;
  height: 50%;
  position: absolute;
  top: 25%;
  right: 0;
}

.nav__listitem::before {
  content: "";
  width: 0;
  height: 0.3rem;
  border-radius: 0.2rem;
  position: absolute;
  left: 1rem;
  bottom: 0.8rem;
  transition: width 200ms ease-in;
}

.nav__listitem:hover::before,
.nav__listitem:focus::before {
  width: 80%;
}

.nav__listitem:hover ul,
.nav__listitem:focus ul {
  opacity: 1;
  visibility: visible;
}

.nav__listitemdrop {
  position: absolute;
  width: 100%;
  top: 3rem;
  padding: 0 0 1.25rem 0;
  background-color: #f2f2f2;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 200ms ease-in-out;
  text-align: left;
  z-index: 2;
}

.nav__listitemdrop a {
  list-style: none;
  padding: 1rem 1.875rem 0;
  border-radius: 2px;
  transition: background-color 200ms ease-in-out;
}

.associationModal__ref {
  font-size: 1rem;
}

.nav__listitemdrop a {
  padding: 1rem 1rem 0;
}

.associationModal__ref:hover {
  color: #434343;
  transition: color 0.3s ease-in-out;
}

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

/*Кнопка меню*/

/*В разметке обязательно должна иметь внутренний span */

/*<button class="burger"><span></span></button>*/

.footer {
  width: 100%;
  padding: 2.9375rem 4rem 0;
  background-color: var(--main-green);
}

.footer__select {
  margin-top: 1.125rem;
  display: none;
}

.footer__burger {
  position: relative;
}

.footer__burger::after {
  content: "";
  width: 5px;
  height: 1px;
  position: absolute;
  top: 50%;
  background: var(--light-gray);
  left: 139px;
  transform: rotate(-45deg);
  transition: transform 0.3s ease-in;
}

.footer__burger::before {
  content: "";
  width: 5px;
  height: 1px;
  position: absolute;
  top: 50%;
  background: var(--light-gray);
  left: 136px;
  transform: rotate(45deg);
  transition: transform 0.3s ease-in;
}

.footer__hiddenRefs {
  margin-top: 1.125rem;
  margin-left: 1rem;
  overflow: hidden;
  display: none;
}

.footer__ref {
  display: block;
  color: var(--light-gray);
  font-size: 1.25rem;
  line-height: 1.5;
  letter-spacing: -0.015em;
  margin-top: 1.125rem;
}

.footer__ref:first-child {
  margin: 0;
}

.footer__activeHiddenRefs {
  display: block;
}

.footer__activeHiddenRefs::before {
  transform: rotate(-45deg);
}

.footer__activeHiddenRefs::after {
  transform: rotate(45deg);
}

.footerInfo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 3.5625rem;
  border-bottom: 1px solid var(--light-gray);
}

.footerInfo__logo {
  display: flex;
}

.footerInfo__title {
  margin-left: 1.25rem;
  max-width: 9.1875rem;
  font-family: Golos;
  font-style: normal;
  font-weight: normal;
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: -0.015em;
  color: var(--light-gray);
  display: flex;
  align-items: center;
}

.footerInfo__mainInfo {
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.15;
  letter-spacing: -0.015em;
  color: var(--light-gray);
}

.form__email {
  display: flex;
  margin-top: 0.9375rem;
}

.footerForm__title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: -0.015em;
  color: var(--light-gray);
}

.footerForm__inputText {
  width: 80%;
  height: 3rem;
  border: 1px solid var(--light-gray);
  border-right: none;
  border-top-left-radius: 0.4375rem;
  border-bottom-left-radius: 0.4375rem;
  padding: 0.625rem;
  color: var(--light-gray);
  background-color: var(--main-green);
  opacity: 0.6;
}

.footerForm__inputText::placeholder {
  color: var(--light-gray);
  opacity: 0.6;
}

.footerForm__inputSubmit {
  width: 20%;
  height: 3rem;
  border: 1px solid var(--light-gray);
  border-left: none;
  border-top-right-radius: 0.4375rem;
  border-bottom-right-radius: 0.4375rem;
  background-color: var(--main-green);
  background-image: url("/local/templates/leaugue/assets/css/../img/icons/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  font-size: 0;
  cursor: pointer;
  opacity: 0.6;
}

.footerRefs {
  margin-top: 2.1875rem;
  display: flex;
  justify-content: space-between;
  padding-bottom: 3.25rem;
  border-bottom: 1px solid var(--light-gray);
}

.footerRefs__column {
  width: 20%;
}

.footerRefs__subtitle {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.06;
  color: var(--light-gray);
  cursor: pointer;
}

.footerRefs__text {
  display: block;
  font-size: 1rem;
  line-height: 1.1875rem;
  color: #f2f2f2;
  cursor: pointer;
}

.footerRefs__text + .footerRefs__text {
  margin-top: 0.9375rem;
}

.footerRefs__subtitle + .footerRefs__text {
  margin-top: 1.4375rem;
}

.footerRefs__text + .footerRefs__subtitle {
  margin-top: 3.25rem;
}

.footerSocial {
  padding: 1.875rem 0 2.125rem;
  text-align: center;
  padding-bottom: 2.125rem;
  border-bottom: 1px solid var(--light-gray);
}

.footerSocial__title {
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: -0.015em;
  color: var(--light-gray);
}

.footerSocial__icons {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 2.0625rem auto 0;
}

.footerSocial__icons svg {
  cursor: pointer;
}

.footerSocial__icon {
  margin: 0 0.5938rem;
}

.license {
  margin-top: 1.375rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-bottom: 2.125rem;
}

.license__text {
  max-width: 21.125rem;
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: -0.015em;
  color: var(--light-gray);
}

.license__logo p {
  font-family: Golos;
  font-size: 1rem;
  line-height: 1.44;
  text-align: right;
  letter-spacing: -0.015em;
  color: var(--light-gray);
}

@font-face {
  font-family: "Golos";
  src: url("/local/templates/leaugue/assets/css/../fonts/Golos-Text_Regular.woff2") format("woff2");
}

@font-face {
  font-family: "Jost";
  src: url("/local/templates/leaugue/assets/css/../fonts/Jost-Regular.woff2") format("woff2"), url("/local/templates/leaugue/assets/css/../fonts/Jost-Regular.woff") format("woff"), url("/local/templates/leaugue/assets/css/../fonts/Jost-Regular.ttf") format("ttf"), url("/local/templates/leaugue/assets/css/../fonts/Jost-Regular.eot") format("eot");
  font-weight: 400;
}

@font-face {
  font-family: "Jost";
  src: url("/local/templates/leaugue/assets/css/../fonts/Jost-Medium.woff2") format("woff2"), url("/local/templates/leaugue/assets/css/../fonts/Jost-Medium.woff") format("woff"), url("/local/templates/leaugue/assets/css/../fonts/Jost-Medium.ttf") format("ttf"), url("/local/templates/leaugue/assets/css/../fonts/Jost-Medium.eot") format("eot");
  font-weight: 500;
}

@font-face {
  font-family: "Jost";
  src: url("/local/templates/leaugue/assets/css/../fonts/Jost-SemiBold.woff2") format("woff2"), url("/local/templates/leaugue/assets/css/../fonts/Jost-SemiBold.woff") format("woff"), url("/local/templates/leaugue/assets/css/../fonts/Jost-SemiBold.ttf") format("ttf"), url("/local/templates/leaugue/assets/css/../fonts/Jost-SemiBold.eot") format("eot");
  font-weight: 600;
}

html {
  font-size: 16px;
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

body {
  height: 100%;
  position: relative;
  font-family: var(--jost-font);
  cursor: default;
  color: #000000;
}

section {
  position: relative;
}

h1 {
  font-family: var(--jost-font);
  font-style: normal;
  font-weight: 500;
  font-size: 3.5rem;
  line-height: 3.5rem;
  color: var(--dark-gray);
}

h2 {
  font-family: var(--jost-font);
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.37;
  color: var(--dark-gray);
}

h3 {
  font-family: var(--jost-font);
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.42;
  color: var(--dark-gray);
}

h4 {
  font-family: var(--jost-font);
  font-style: normal;
  font-weight: 600;
  font-size: 1.125rem;
  line-height: 2.22;
  letter-spacing: 0.02em;
  color: var(--dark-gray);
}

p {
  font-size: 1.125rem;
  line-height: 1.44;
  color: var(--dark-gray);
}

.wrapper {
  margin: 0 auto;
  max-width: 83.75rem;
  position: relative;
  height: 100%;
}

.wrapper_map {
  margin: 0 auto;
  max-width: 83.75rem;
  position: relative;
  height: 100%;
}

.wrapper_middle {
  margin: 0 auto;
  max-width: 65%;
  position: relative;
  height: 100%;
}

.wrapper_activity {
  margin: 0 auto;
  max-width: 55rem;
  position: relative;
  height: 100%;
}

.wrapper_fullPhone {
  margin: 0 auto;
  max-width: 83.75rem;
  position: relative;
  height: 100%;
}

.wrapper_event {
  width: 41.25rem;
  position: relative;
  margin: 0 auto;
}

a {
  font-family: var(--jost-font);
  color: #0400ff;
  display: inline-block;
  text-decoration: none;
}

svg {
  min-height: 1rem;
}

textarea,
button,
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: var(--jost-font);
  border: none;
  background: none;
  outline: none;
}

textarea[disabled],
button[disabled],
input[disabled] {
  cursor: default;
  opacity: 0.7;
}

blockquote {
  font-family: var(--jost-font);
  font-size: 1.125rem;
  line-height: 1.44;
  color: var(--main-green);
  position: relative;
  padding-left: 1.875rem;
}

blockquote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 100%;
  background-color: var(--main-green);
  border-radius: 1px;
}

img {
  width: 100%;
}

button {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  font-size: 1rem;
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.upButton {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  background-color: var(--main-green);
  transform: rotate(180deg);
  transition: opacity 0.3s ease, visibility 0.3s ease;
  opacity: 0;
  visibility: hidden;
}

.upButton svg {
  transform: scale(1.5);
}

.upButton_active {
  opacity: 1;
  visibility: visible;
}

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

.joining {
  margin-top: 4.0625rem;
}

.joining h2 {
  margin-top: 2.5rem;
}

.joining__image {
  object-fit: cover;
  height: 100%;
  border-radius: 12px;
}

.joining h3 {
  margin-top: 2.5rem;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.47;
}

.joining p {
  margin-top: 2.5rem;
  line-height: 1.67;
}

.joining ul {
  list-style: none;
  margin-top: 3.25rem;
}

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

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

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

.joining__buttons {
  margin-top: 5rem;
  display: flex;
  padding-bottom: 2.125rem;
  border-bottom: 1px solid var(--light-gray);
}

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

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

.joining__picture {
  position: relative;
}

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

.joining__share {
  background-color: var(--main-green);
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  right: -4.375rem;
}

.joining__select {
  display: none;
}

.joining__sandwich {
  display: none;
}

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

.document + .document {
  margin-top: 0.875rem;
}

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

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

.document__title {
  font-family: var(--jost-font);
  font-size: 0.875rem;
  line-height: 1.14;
  max-width: 23.6875rem;
  color: var(--mid-gray);
}

.contacs {
  display: flex;
  justify-content: space-between;
  margin: 1.875rem 0 5.8125rem;
}

.contacs .email,
.contacs .phone {
  width: calc((100% - 1.25rem) / 2);
  background: var(--light-gray);
  border-radius: 8px;
  padding: 2.5rem 2.5rem 4.25rem;
}

.contacs .email__icon,
.contacs .phone__icon {
  display: block;
}

.contacs .email__title,
.contacs .phone__title {
  display: block;
  margin-top: 1.25rem;
  font-family: var(--jost-font);
  font-size: 1.125rem;
  line-height: 1.44;
  text-decoration-line: underline;
  color: var(--main-green);
}

.contacs .email__text,
.contacs .phone__text {
  display: block;
  max-width: 12.75rem;
  margin-top: 15px;
  font-family: var(--jost-font);
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: -0.015em;
  color: var(--dark-gray);
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  background-image: url("/local/templates/leaugue/assets/css/../img/share_outline.svg") !important;
}

.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge {
  background-color: var(--main-green) !important;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more {
  background-color: var(--main-green) !important;
}

.tags {
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #bdbdbd;
  display: none;
  justify-content: space-between;
}

.tags__filter {
  position: relative;
  display: flex;
}

.tags__select {
  position: relative;
  margin-right: 1.25rem;
  width: 11.8125rem;
}

.tags__list {
  width: 100%;
  text-align: left;
  background: #efefef;
  padding: 0.3125rem 0.875rem;
  border-radius: 4px;
  color: var(--dark-gray);
  font-family: var(--jost-font);
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: 0.015em;
  position: relative;
  display: inline-flex;
}

.tags__list::before,
.tags__list::after {
  content: "";
  width: 6px;
  height: 2px;
  background-color: #8f9bb3;
  position: absolute;
  top: calc(50% - 1px);
  right: 16px;
  border-radius: 1px;
  transition: transform 0.3s ease-in;
}

.tags__list::before {
  right: 19px;
  transform: rotate(45deg);
}

.tags__list::after {
  transform: rotate(-45deg);
}

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

.tags__button::before,
.tags__button::after {
  content: "";
  width: 8px;
  height: 1px;
  background-color: #8f9bb3;
  position: absolute;
  top: 50%;
  right: 0.75rem;
  border-radius: 1px;
  transition: background-color 0.3s ease-in;
}

.tags__button::before {
  transform: rotate(45deg);
}

.tags__button::after {
  transform: rotate(-45deg);
}

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

.tags__button:hover::before,
.tags__button:hover::after {
  background-color: #fff;
}

.tags__items {
  list-style: none;
  position: absolute;
  top: 1.5rem;
  left: 0;
  width: 100%;
  background-color: #efefef;
  padding: 1rem 2rem 1rem 1rem;
  border-radius: 4px;
  z-index: 10;
  display: none;
}

.tags__oneItem {
  font-family: var(--jost-font);
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: 0.015em;
  color: var(--dark-gray);
  padding-top: 1rem;
  width: 100%;
  display: block;
  text-align: left;
}

.tags__active {
  display: block;
}

.tags__active::before {
  transform: rotate(-45deg);
}

.tags__active::after {
  transform: rotate(45deg);
}

@media (max-width: 1600px) {
  html {
    font-size: 16px;
  }
}

@media (max-width: 1550px) {
  html {
    font-size: 15.5px;
  }
}

@media (max-width: 1500px) {
  html {
    font-size: 15px;
  }
}

@media (max-width: 1450px) {
  html {
    font-size: 14.5px;
  }
}

@media (max-width: 1400px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 1350px) {
  html {
    font-size: 13.5px;
  }
}

@media (max-width: 1340px) {
  .wrapper_fullPhone {
    max-width: 100%;
  }
}

@media (max-width: 1300px) {
  html {
    font-size: 13px;
  }
}

@media (max-width: 1250px) {
  html {
    font-size: 12.5px;
  }
}

@media (max-width: 1200px) {
  html {
    font-size: 12px;
  }
}

@media (max-width: 1100px) {
  html {
    font-size: 11px;
  }

  html {
    font-size: 10px;
  }

  html {
    font-size: 9px;
  }
}

@media (max-width: 768px) {
  html {
    font-size: 16px;
  }

  .nav__list {
    display: none;
  }

  .breadcrumbs {
    display: none;
  }

  .header {
    position: sticky;
    top: 0;
    z-index: 10;
    background-color: #fff;
  }

  .header__logo {
    order: -1;
    margin: 0;
  }

  .header__logo img {
    width: 9.9375rem;
    height: 3.1875rem;
  }

  .header__buttons {
    display: flex;
  }

  .header__language {
    display: none;
  }

  .header__language_modal {
    display: block;
    position: absolute;
    right: 1rem;
    color: #fff;
  }

  .header__language_modal .header__button {
    color: #fff;
    opacity: 0.5;
  }

  .header__language_modal .header__button_active {
    opacity: 1;
  }

  .header__menu_mobile {
    display: block;
    margin-left: 0.625rem;
    display: flex;
    align-items: center;
  }

  .navbar {
    display: none;
  }

  .footer {
    padding: 3.125rem 1rem 0;
  }

  .footer__select {
    display: block;
  }

  .footerInfo {
    display: block;
    padding-bottom: 4.8125rem;
  }

  .footerInfo__mainInfo {
    margin-top: 3.6875rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .footerInfo__mainInfo + .footerInfo__mainInfo {
    margin-top: 1.125rem;
  }

  .footerInfo__title {
    margin-left: 1.5625rem;
    font-family: Golos;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.36;
    text-transform: uppercase;
    display: flex;
    align-items: center;
  }

  .footerRefs__column {
    width: 100%;
    margin-top: 1.1875rem;
  }

  .footerRefs__column:nth-child(3) {
    display: none;
  }

  .footerForm {
    margin-top: 3rem;
  }

  .footerForm__inputText {
    width: 100%;
    padding: 1.25rem;
  }

  .footerForm__title {
    font-family: Golos;
    font-weight: 400;
    line-height: 1.44;
  }

  .footerRefs {
    display: block;
    margin-top: 2.3125rem;
    padding-bottom: 2.625rem;
  }

  .footerRefs__text {
    display: none;
  }

  .footerRefs__subtitle + .footerRefs__text {
    margin-top: 0;
  }

  .footerRefs__text + .footerRefs__subtitle {
    margin-top: 1.1875rem;
  }

  .footerRefs__subtitle {
    font-weight: 400;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: -0.015em;
  }

  .footerSocial {
    padding: 2.8125rem 0 2.5rem;
    text-align: left;
  }

  .footerSocial__title {
    font-family: Golos;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.44;
    letter-spacing: -0.015em;
    text-transform: uppercase;
  }

  .footerSocial__icons {
    width: 19.875rem;
    display: block;
    margin: 2.625rem 0 0;
  }

  .footerSocial__icon {
    margin: 0 1.1875rem 1.5rem 0;
  }

  .license {
    margin-top: 1.875rem;
    padding-bottom: 2.625rem;
  }

  .license__text {
    width: 13.875rem;
    font-family: Golos;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.67;
  }

  .license__logo p {
    font-size: 0.625rem;
    margin-bottom: 0.5625rem;
  }

  .license__logo svg {
    width: 5rem;
    height: 1.125rem;
  }

  h2 {
    font-weight: 400;
    font-size: 1.875rem;
    color: var(--extra-gray);
  }

  .wrapper {
    width: 90%;
  }

  .wrapper_map {
    width: 100%;
  }

  .wrapper_middle {
    max-width: 100%;
  }

  .wrapper_activity {
    max-width: 90%;
  }

  .wrapper_event {
    width: 90%;
  }

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

  .joining {
    margin-top: 1.875rem;
  }

  .joining__picture img {
    height: 60vw;
  }

  .joining__buttons {
    display: none;
  }

  .joining__share {
    position: relative;
    left: calc(100% - 3.125rem);
  }

  .joining__category {
    display: none;
  }

  .joining__sandwich {
    margin-top: 1rem;
    display: block;
    color: var(--dark-gray);
    background: #efefef;
    border-radius: 4px;
    padding: 0.75rem 0.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
  }

  .joining__sandwich span {
    font-size: 1rem;
    line-height: 1.44;
    letter-spacing: 0.015em;
  }

  .joining__sandwich::before,
  .joining__sandwich::after {
    content: "";
    width: 10px;
    height: 2px;
    background: #8f9bb3;
    position: absolute;
    right: 12px;
  }

  .joining__sandwich::before {
    transform: rotate(45deg);
    right: 18px;
  }

  .joining__sandwich::after {
    transform: rotate(-45deg);
  }

  .contacs {
    display: block;
  }

  .contacs .email,
  .contacs .phone {
    width: 100%;
  }

  .phone {
    margin-top: 1.875rem;
  }

  .tags {
    margin-top: 1.25rem;
    padding-bottom: 1.25rem;
    display: block;
  }

  .tags__button {
    display: none;
  }

  .tags__publication {
    display: none;
  }

  .tags__filter {
    width: 100%;
  }

  .tags__list {
    width: 100%;
    height: 3rem;
    padding: 0.75rem 0.875rem;
    font-family: var(--jost-font);
    font-size: 1rem;
    line-height: 1.44;
    letter-spacing: 0.015em;
    color: var(--dark-gray);
  }

  .tags__select {
    width: 100%;
    margin: 0;
  }

  .tags__items {
    top: 2.5rem;
  }

  .tags__oneItem {
    display: block;
  }
}
/* End */


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

div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/leaugue/components/bitrix/news.list/joining_category/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_joining.css?170048239030909 */
/* /local/templates/leaugue/components/bitrix/news.list/joining/style.css?1700482390109 */
/* /local/templates/leaugue/components/bitrix/news.list/joining_category/style.css?1700482390150 */
