

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

.partners__title {
  margin-top: 3.125rem;
}

.partners__category {
  margin-top: 2rem;
}

.partners__buttons {
  display: flex;
  justify-content: space-between;
  width: 32rem;
  margin: 2.875rem auto 0;
}

.partners__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: 15.625rem;
  transition: all 0.3s ease-in;
}

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

.partners__list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7.5rem;
}

.partners__sandwich {
  display: none;
}

.partner {
  position: relative;
  width: calc((100% - 40px) / 3);
  background-color: var(--light-gray);
  border-radius: 12px;
  margin-top: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.625rem 2.4375rem 1.75rem;
}

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

.partner__details {
  margin-top: 1.25rem;
  font-family: var(--jost-font);
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: -0.015em;
  color: var(--main-green);
}

.partner__title {
  font-family: var(--jost-font);
  font-size: 1.2rem;
  line-height: 1.44;
  color: var(--dark-gray);
  font-weight: 500;
}

.partner__text {
  max-width: 19.0625rem;
  font-family: var(--jost-font);
  font-size: 1rem;
  line-height: 1.44;
  letter-spacing: -0.015em;
  color: var(--dark-gray);
  display: block;
  margin-top: 1rem;
}

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

.partner__picture {
  max-width: 8.75rem;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.partner__logo {
  mix-blend-mode: darken;
  object-fit: contain;
  width: auto;
}

.partner__ref {
  font-family: var(--jost-font);
  font-size: 1.125rem;
  line-height: 1.44;
  color: var(--main-green);
}

.partner__info {
  margin-top: 3.4375rem;
}

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

  .partners__list {
    justify-content: space-between;
  }

  .partner {
    width: calc((100% - 20px) / 2);
  }

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

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

  .partners__buttons {
    display: none;
  }

  .partners__sandwich {
    margin-top: 1.25rem;
    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;
  }

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

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

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

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

  .partners__list {
    margin-top: 1.25rem;
    display: block;
    margin-top: 3.125rem;
  }

  .partners__list:last-child {
    margin-bottom: 18.75rem;
  }

  .partner {
    width: 100%;
    margin-bottom: 1.25rem;
  }

  .partner__header {
    display: block;
  }

  .partner__ref {
    margin-top: 2rem;
    display: block;
  }

  .partner__info {
    margin-top: 2rem;
  }

  .partner__details {
    display: none;
  }
}
/* End */


/* Start:/local/templates/leaugue/assets/css/association_oneParty.css?16552842624934*/
@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>*/

.intro {
  margin-top: 4.3125rem;
}

.intro__info {
  position: relative;
}

.intro__title {
  font-family: var(--jost-font);
  font-style: normal;
  font-weight: 500;
  font-size: 2.625rem;
  line-height: 3.125rem;
  color: var(--dark-gray);
}

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

.return__button {
  width: 50px;
  height: 50px;
  border: 1px solid var(--main-green);
  border-radius: 50%;
  transition: all 0.2s ease-in;
  margin-right: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.return__button:hover {
  background-color: var(--main-green);
  border: 1px solid var(--main-green);
}

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

.return__text {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.36;
  color: var(--mid-gray);
}

.info {
  margin-top: 3.125rem;
  display: flex;
}

.partner {
  width: 27rem;
  min-height: 20rem;
  height: fit-content;
  background-color: var(--light-gray);
  border-radius: 12px;
  margin-right: 4.6875rem;
  padding: 1.625rem 0 2.1875rem;
  display: flex;
  align-items: flex-end;
  position: relative;
}

.partner__picture {
  margin: 0 auto;
  max-width: 15rem;
  display: flex;
  justify-content: center;
  position: absolute;
  top: calc(50% - 7.5rem);
  left: calc(50% - 7.5rem);
}

.partner__logo {
  object-fit: contain;
  mix-blend-mode: darken;
  width: 100%;
}

.partner__ref {
  margin: 2rem auto 0;
  display: block;
  color: var(--main-green);
  text-align: center;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.25;
  z-index: 1;
}

.content {
  max-width: 43.8125rem;
}

.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: 8px;
  left: 0;
}

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

.content p {
  margin-top: 1.75rem;
}

.carouselEvent {
  margin-top: 2.5rem;
}

.carouselEvent .owl-stage-outer {
  border-radius: 12px;
}

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

.carouselEvent__buttons {
  display: flex;
  justify-content: flex-end;
}

.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;
  align-items: center;
  margin-top: 1.5rem;
}

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

.documents {
  margin-top: 2.875rem;
}

.documents__title {
  font-family: var(--jost-font);
  font-weight: 500;
  font-size: 1.625rem;
  line-height: 1.15;
  color: var(--dark-gray);
}

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

.map {
  margin-top: 6.25rem;
}

.map__title {
  line-height: 1.25;
}

.yandexMap {
  margin-top: 3.75rem;
  margin-bottom: 4.375rem;
  width: 100%;
  height: 31.25rem;
  border-radius: 12px;
}

@media (max-width: 768px) {
  .info {
    display: block;
    margin-top: 2.125rem;
  }

  .partner {
    width: 100%;
  }

  .content h2 {
    margin-top: 2.125rem;
    font-size: 1.5rem;
    line-height: 1.42;
  }

  .content p {
    font-size: 1rem;
    line-height: 1.44;
  }

  .carouselEvent {
    margin-top: 1.5625rem;
  }

  .documents {
    margin-top: 3.125rem;
  }

  .map {
    margin-top: 4.25rem;
  }

  .yandexMap {
    margin-top: 2.125rem;
    height: 90vw;
  }
}
/* End */


/* Start:/bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1650882849666*/
div.bx-yandex-map {color: black; font-size: 11px;}
div.bx-yandex-map div.YMaps-b-balloon-content {color: black; font-size: 11px;}
div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td {
	padding: 0px !important;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td textarea{
	font-size: 11px;
}


div.bx-popup-form div.bx-yandex-map div.YMaps-b-balloon-point div.YMaps-b-balloon div.YMaps-b-balloon-wrap table.YMaps-b-balloon-frame td.YMaps-b-balloon-b {
	background-image: none !important;
}

/* End */


/* Start:/local/templates/leaugue/components/bitrix/news.detail/oneParty/style.min.css?16508829752791*/
.news-detail-img,.news-detail-audio,.news-detail-video,.news-detail-slider{position:relative;margin-bottom:20px;text-align:center}.news-detail-slider img,.news-detail-img img{max-width:100%;max-height:100%;width:auto;height:auto}.news-detail-video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;display:block;background:url(/local/templates/leaugue/components/bitrix/news.detail/oneParty/images/bx-video.png) no-repeat center;opacity:.7;transition:opacity .3s ease}.news-detail-video:hover{opacity:1}.news-detail-slider{overflow:hidden;padding-bottom:56.25%;width:100%;height:0}.news-detail-slider-container{position:absolute;top:0;bottom:0;left:0}.news-detail-slider-slide{z-index:100;float:left}.news-detail-slider-arrow-container-left,.news-detail-slider-arrow-container-right{position:absolute;top:0;bottom:0;width:15%;cursor:pointer}.news-detail-slider-arrow-container-left{left:0}.news-detail-slider-arrow-container-right{right:0}.news-detail-slider-arrow{position:absolute;top:50%;z-index:110;margin-top:-24px;width:20px;height:48px;color:#fff;vertical-align:middle;text-shadow:0 0 2px rgba(0,0,0,.5);font-size:48px;line-height:34px;opacity:.5;cursor:pointer}.news-detail-slider-arrow-container-left:hover .news-detail-slider-arrow,.news-detail-slider-arrow-container-right:hover .news-detail-slider-arrow{display:block;color:#fff;opacity:1}.news-detail-slider-arrow-container-left .news-detail-slider-arrow{left:20px}.news-detail-slider-arrow-container-right .news-detail-slider-arrow{right:20px}.news-detail-slider-control{position:absolute;bottom:10px;z-index:110;margin:0;padding:0;width:100%;text-align:center;word-spacing:-4px}.news-detail-slider-control li{display:inline-block;margin:0 3px;width:10px;height:10px;border-radius:50%;background:#fff;word-spacing:-4px;opacity:.5}.news-detail-slider-control li:hover,.news-detail-slider-control li.current{background:#fff;opacity:1}.news-detail-slider-arrow,.news-detail-slider-control li{-webkit-transition:opacity .3s ease;-moz-transition:opacity .3s ease;-ms-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.news-detail-title,.news-detail-title a{margin:0;padding:2px 0 15px;border-bottom:0;color:#000;font-weight:600;font-size:18px;font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif}.news-detail .card-title a:hover{border-bottom-color:transparent;text-decoration:none}.news-detail-view,.news-detail-date,.news-detail-comments,.news-detail-author,.news-detail-other{padding-bottom:5px;color:#a4a4a4;white-space:nowrap;font-size:13px}.news-detail-view i.fa,.news-detail-date i.fa,.news-detail-comments i.fa,.news-detail-author i.fa,.news-detail-tags i.fa,.news-detail-other i.fa{width:13px;color:#b4b4b4}.news-detail-tags{padding-bottom:5px;color:#a4a4a4;font-size:13px}.news-detail-content{margin-bottom:5px;font-size:14px}
/* End */


/* Start:/local/templates/leaugue/components/bitrix/news.list/social_footer/style.min.css?16508829763152*/
.news-list-block{margin-bottom:40px;padding:0 14px}.news-list-item-embed-audio,.news-list-item-embed-video,.news-list-item-embed-slider{position:relative;margin-bottom:20px;text-align:center}.news-list-item-embed-slider img{max-width:100%;max-height:100%;width:auto;height:auto}.news-list-item-embed-video{z-index:1;display:block;background:url(/local/templates/leaugue/components/bitrix/news.list/social_footer/images/bx-video.png) no-repeat center;transition:opacity .3s ease}.news-list-item-embed-slider{overflow:hidden;padding-bottom:56.25%;width:100%;height:0}.news-list-slider-container{position:absolute;top:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-align:center;-webkit-box-align:center;align-items:center}.news-list-slider-slide{z-index:100;-webkit-box-flex:1;-ms-flex:1;flex:1}.news-list-slider-slide img{border-radius:3px 3px 0 0}.news-list-item-embed-video{overflow:hidden;border-radius:3px 3px 0 0}.news-list-slider-arrow-container-left,.news-list-slider-arrow-container-right{position:absolute;top:0;bottom:0;width:15%;cursor:pointer}.news-list-slider-arrow-container-left{left:0}.news-list-slider-arrow-container-right{right:0}.news-list-slider-arrow{position:absolute;top:50%;z-index:110;margin-top:-24px;width:20px;height:48px;color:#fff;vertical-align:middle;text-shadow:0 0 2px rgba(0,0,0,.5);font-size:48px;line-height:34px;opacity:.5;cursor:pointer}.news-list-slider-arrow-container-left:hover .news-list-slider-arrow,.news-list-slider-arrow-container-right:hover .news-list-slider-arrow{display:block;color:#fff;opacity:1}.news-list-slider-arrow-container-left .news-list-slider-arrow{left:20px}.news-list-slider-arrow-container-right .news-list-slider-arrow{right:20px}.news-list-slider-control{position:absolute;bottom:10px;z-index:110;margin:0;padding:0;width:100%;text-align:center;word-spacing:-4px}.news-list-slider-control li{display:inline-block;margin:0 3px;width:10px;height:10px;border-radius:50%;background:#fff;word-spacing:-4px;opacity:.5;cursor:pointer}.news-list-slider-control li:hover,.news-list-slider-control li.current{background:var(--primary);opacity:1}.news-list-slider-arrow,.news-list-slider-control li{transition:opacity .3s ease}.news-list .card-title,.news-list .card-title a{margin:0;padding:0 0 15px;color:var(--primary);font:600 18px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif}.news-list .card-title a:hover{border-bottom-color:transparent;text-decoration:none}.news-list-post-params{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:5px}.news-list-param,.news-list-value{font-size:13px;color:#a4a4a4;padding-left:5px}.news-list-icon{display:block;min-width:15px;height:15px;background-position:center;background-size:contain;background-repeat:no-repeat}.news-list-icon-eye{background-image:url(/local/templates/leaugue/components/bitrix/news.list/social_footer/images/eye.svg)}.news-list-icon-calendar{background-image:url(/local/templates/leaugue/components/bitrix/news.list/social_footer/images/calendar.svg)}.news-list-icon-tag{background-image:url(/local/templates/leaugue/components/bitrix/news.list/social_footer/images/tag.svg)}.news-list-icon-user{background-image:url(/local/templates/leaugue/components/bitrix/news.list/social_footer/images/user.svg)}.news-list-icon-comments{background-image:url(/local/templates/leaugue/components/bitrix/news.list/social_footer/images/comments.svg)}
/* End */
/* /local/templates/leaugue/assets/css/association_party.css?165812611026734 */
/* /local/templates/leaugue/assets/css/association_oneParty.css?16552842624934 */
/* /bitrix/components/bitrix/map.yandex.system/templates/.default/style.css?1650882849666 */
/* /local/templates/leaugue/components/bitrix/news.detail/oneParty/style.min.css?16508829752791 */
/* /local/templates/leaugue/components/bitrix/news.list/social_footer/style.min.css?16508829763152 */
