@charset "UTF-8";
/* This stylesheet generated by Transfonter (https://transfonter.org) on February 25, 2018 3:58 PM */

@font-face {
  font-family: 'PT Sans Narrow';
  src: local('PT Sans Narrow'), url('/local/templates/fc/assets/fonts/PTSans-Narrow.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.cell-two-th, .cell-three-th, .cell-four-th  {
  display: flex;
  align-items: center;
}

body {
  height: 100vh;
  font-family: 'PT Sans Narrow';
  background-color: var(--color-black);
  background-image: url("assets/img/background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

header {
  position: relative;
  display: flex;
  height: max-content;
  padding-top: 21px;
  padding-left: 40px;
  overflow: hidden;
  z-index: 2;
  align-items: center;
}

header .header_p {
  color: rgb(0, 216, 193);
  font-size: 26px;
  font-family: "PT Sans Narrow";
  line-height: 38.82px;
  font-weight: 300;
  color: rgba(181, 255, 208, 1);
  margin: -8px;
  display: block;
  bottom: 3px;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  background-color: black;
}

.header_bg {
  position: absolute;
  top: 0;
}

header a {
  text-decoration: none;
}

.header_logo {
  display: inline-block;
  flex: 0 0 auto;
  width: 317px;
}

@media screen and (min-width: 1900px) {
  .header_bg {
    top: -20px;
    width: 100%;
  }
}
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}
.page .sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 357px;
  background-color: transparent;
  color: var(--color-white);
  z-index: 2;
}
.page .main {
  padding: 20px 50px;
  margin-right: 15px;
  border-radius: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  background-color: var(--color-white);
  position: relative;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 270px;
  border-radius: 30px;
  padding: 17px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  color: currentColor;
  background-color: transparent;
  border-color: currentColor;
}

.btn-primary {
  color: var(--color-white);
  background-color: var(--color-primary);
  border-color: var(--color-primary);
}
.btn-primary-light {
  color: var(--color-black);
  background-color: var(--color-primary-light);
  border-color: var(--color-primary-light);
}

@media screen and (max-width: 1440px) {
  .page .main {
    padding: 20px 30px;
  }
}
/*документы лиги*/
.table-striped {
  width: 100%;
}

.table-striped thead, .table-striped tbody, .table-striped td, .table-striped th {
  display: block;
}

.table-striped tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 1.5fr 0.32fr 0.30fr 0.32fr;
  font-family: "PT Sans Narrow";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-striped thead {
  padding-right: 42px;
}

.table-striped thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 1.5fr 0.32fr 0.30fr 0.32fr;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(9, 34, 39, 0.35);
}

@media (max-width: 1440px) {
  .table-striped tr {
    grid-template-columns: 1.5fr 0.5fr 0.5fr 0.5fr;
  }
  .table-striped thead tr {
    grid-template-columns: 1.5fr 0.5fr 0.5fr 0.5fr;
  }
}

.table-striped tr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}

.table-striped thead th:first-child {
  border-left: none;
}

.table-striped thead th:last-child {
  border-right: none;
}

.table-striped thead th {
  border-left: 1px solid rgba(9, 34, 39, 0.35);
  color: #1B6C4A;
  font-family: "PT Sans Narrow";
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
}

.table-striped tbody {
  height: 603px;
  padding-right: 30px;
  overflow-y: scroll;
}

.table-striped tbody .signed {
  color: #17B36A;
}

.table-striped tbody .unsigned {
  color: #EC1E26;
}

.table-striped tbody td:first-child {
  border-left: none;
}

.table-striped tbody td:last-child {
  border-right: none;
}

.table-striped tbody tr:first-child td {
  border-top: none;
}

.table-striped tbody td {
  border-top: 1px solid rgba(9, 34, 39, 0.35);
  border-left: 1px solid rgba(9, 34, 39, 0.35);
  float: left;
}

.table-striped tbody td a {
  color: #0E1821;
}

.table-striped thead th {
  float: left;
  width: 100%;
}

.table-striped .cell-one {
  text-decoration-line: underline;
  padding: 12px 24px 12px 0px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.table-striped .cell-two {
  padding: 18px 24px 18px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 217px;
  text-align: left;
}

.table-striped .cell-three {
  padding: 18px 24px 18px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  max-width: 200px;
}

.table-striped .cell-one-th {
  padding: 12px 24px 12px 0px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-direction: column;
  justify-content: center;
}

.table-striped .cell-four-thead {
  padding: 12px 20px 12px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.table-striped .cell-three-thead {
  padding: 12px 20px 12px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.table-striped .cell-two-thead {
  padding: 12px 20px 12px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.table-striped .cell-one-th .answer_docs_club {
  background: #B5FFD0;
  padding: 0px 15px;
  text-align: center;
  color: rgba(0, 59, 35, 1);
  font-size: 14px;
  font-family: "PT Sans Narrow";
  border-radius: 30px;
  font-weight: 600;
  height: 32px;
  text-decoration: none;
  display: inline-block;
}

.table-striped .cell-two-th {
  padding: 12px 20px 12px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex;
  text-align: center;
  justify-content: center;
  gap: 10px;
}

.table-striped .cell-three-th {
  padding: 18px 24px 18px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.table-striped .cell-four-th {
  padding: 18px 18px 18px 18px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  font-size: 18px;
  color: #5C5C5C;
}

.table-striped tbody::-webkit-scrollbar {
  width: 12px; /* ширина всей полосы прокрутки */
}

.table-striped tbody::-webkit-scrollbar-track {
  border-radius: 16px;
  background: #516C61; /* цвет зоны отслеживания */
}

.table-striped tbody::-webkit-scrollbar-thumb {
  background-color: #05CE7C; /* цвет бегунка */
  border-radius: 16px; /* округлось бегунка */
}

.group_select {
  margin-top: 16px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.group_select_div {
  width: 275px;
  display: inline-block;
  margin-right: 15px;
}

.group_select_div_p {
  text-align: center;
  color: #1B6C4A;
  font-weight: bold;
  font-size: 18px;
  line-height: 21px;
  font-family: "PT Sans Narrow";
  margin: 0;
  margin-bottom: 4px;
}

.select_docs select {
  color: grey;
  opacity: 0.8;
  font-size: 18px;
  font-weight: 400;
  border: 1px solid rgba(28, 80, 59, 1);
  padding: 17px 25px;
  border-radius: 30px;
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: "PT Sans Narrow";
}

.select_docs #department option:first-child {
  color: grey;
}

.select_docs option {
  color: grey;
}

.select_docs select:valid {
  color: rgba(28, 80, 59, 1);
}


.select_docs option:checked {
  color: rgba(28, 80, 59, 1);
}

.group_select_div_calendar {
  color: rgba(0, 59, 35, 1);
  font-family: "PT Sans Narrow";
  font-weight: 400;
  border: 1px solid rgba(28, 80, 59, 1);
  padding: 17px 25px;
  border-radius: 30px;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  position: relative;
}

.group_select_div_calendar::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
  z-index: 0;
}

.group_select_div_calendar_docs_liga {
  color: rgba(0, 59, 35, 1);
  font-family: "PT Sans Narrow";
  font-weight: 400;
  border: 1px solid rgba(28, 80, 59, 1);
  padding: 17px 25px;
  border-radius: 30px;
  width: 100%;
  cursor: pointer;
  font-size: 18px;
  position: relative;
}

.group_select_div_calendar_docs_liga::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
  z-index: 0;
}

.select_docs {
  position: relative;
}

.select_docs:after {
  content: "";
  padding: 0 8px;
  font-size: 12px;
  position: absolute;
  right: 20px;
  top: 23px;
  z-index: 1;
  text-align: center;
  width: 20px;
  height: 11px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: url("assets/img/select.svg");
  background-repeat: no-repeat;
}

.group_select form {
  display: inline-block;
}

.table-striped .cell-three-th {
  display: flex;
  justify-content: center;
}

.table-striped .cell-four-th {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 1900px) {
  .table-striped thead th {
    /*font-size: 22px;*/
  }
  .table-striped .cell-one-th {
    /*font-size: 18px;*/
    padding: 12px 15px 12px 0px;
  }
  .table-striped .cell-three-th {
    font-size: 16px;
    padding: 12px 16px 12px 16px;
  }
  .table-striped .cell-two-th {
    font-size: 16px;
    padding: 12px 16px 12px 16px;
  }
  .table-striped .cell-four-th {
    font-size: 16px;
    padding: 12px 11px 12px 11px;
  }
  .table-striped .cell-four-thead {

  }
  .table-striped .cell-three-thead {
  }
  .table-striped .cell-two-thead {

  }
  .table-striped tr {
    font-size: 16px;
  }
  .table-striped tbody {
    height: 474px;
  }
  .group_select {
    margin-bottom: 34px;
  }
  .table-striped tr {
    line-height: 23px;
  }

  .table-striped .cell-one-th .answer_docs_club {
    width: 100%;
    /*padding: 6px 13px;
    margin: 10px;*/
    max-width: 150px;
    height: max-content;
    display: flex;
    justify-content: flex-end;
  }
  .group_select_div {
    margin-right: 12px;
    width: 187px;
  }
  .select_docs select {
    padding: 14px 25px;
  }
  .group_select_div_calendar {
    padding: 13px 25px;
  }
  .group_select_div_calendar_docs_liga {
    padding: 13px 25px;
  }
  .create_document_docs_club {
    padding: 15px 25px !important;
  }
}
/*end документы лиги*/
/*документы клуба*/
.group_search {
  display: inline-block;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 100%;
  margin-right: 15px;
}

.search {
  position: relative;
}

.search input {
  position: relative;
  position: relative;
  padding: 15px 110px 15px 15px;
  border-radius: 30px;
  border: 1px solid rgba(28, 80, 59, 1);
  color: rgba(0, 59, 35, 1);
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-weight: 500;
  height: 55px;
  width: 100%;
}

.search input::-webkit-input-placeholder {
  color: rgba(0, 59, 35, 1);
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-weight: 500;
}

.search input::-moz-placeholder {
  color: rgba(0, 59, 35, 1);
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-weight: 500;
}

.search input:-ms-input-placeholder {
  color: rgba(0, 59, 35, 1);
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-weight: 500;
}

.search input::-ms-input-placeholder {
  color: rgba(0, 59, 35, 1);
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-weight: 500;
}

.search input::placeholder {
  color: rgba(0, 59, 35, 1);
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-weight: 500;
}

.group_select_div_two {
  width: 270px;
}

.search button {
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  border: none;
  cursor: pointer;
}

.create_document {
  background: var(--color-primary-dark);
  position: absolute;
  right: 42px;
  bottom: 5px;
  padding: 17px 15px;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  width: 270px;
}

.table-club {
  width: 100%;
  padding-bottom: 75px;
}

.table-club thead, .table-club tbody, .table-club td, .table-club th {
  display: block;
}

.table-club tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "PT Sans Narrow";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-club thead {
  padding-right: 41px;
}

.table-club thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(9, 34, 39, 0.35);
}

.table-club tr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}

.table-club thead th:first-child {
  border-left: none;
}

.table-club thead th:last-child {
  border-right: none;
}

.table-club thead th {
  border-left: 1px solid rgba(9, 34, 39, 0.35);
  color: rgba(0, 59, 35, 1);
  font-family: "PT Sans Narrow";
  font-weight: 700;
  font-size: 22px;
  line-height: 25px;
}

.table-club tbody {
  height: 518px;
  padding-right: 30px;
  overflow-y: scroll;
}

.table-club tbody tr {
  /*height: 172px;*/
}

.table-club tbody .approved {
  color: #17B36A;
}

.table-club tbody .tobeagreed {
  color: #FDB12B;
}

.table-club tbody .new {
  color: #1177D3;
}

.table-club tbody td:first-child {
  border-left: none;
}

.table-club tbody td:last-child {
  border-right: none;
}

.table-club tbody tr:first-child td {
  border-top: none;
}

.table-club tbody td {
  border-top: 1px solid rgba(9, 34, 39, 0.35);
  border-left: 1px solid rgba(9, 34, 39, 0.35);
  float: left;
}

.table-club tbody td a {
  color: #0E1821;
  max-width: 66%;
}

.table-club thead th {
  float: left;
  width: 100%;
}

.table-club .cell-one {
  text-decoration-line: underline;
  padding: 12px 24px 12px 0px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.table-club .cell-two {
  padding: 18px 24px 18px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 217px;
  text-align: left;
}

.table-club .cell-three {
  padding: 18px 24px 18px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  max-width: 200px;
}

.table-club .cell-one-th .cell-one-th-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-club .cell-one-th {
  padding: 12px 24px 12px 0;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.table-club .cell-one-th-right svg {
  margin-left: 20px;
}

.cell-one-th-right {
  margin-right: 27px;
}

.cell-one-th-right a {
  text-decoration: none;
}

.table-club .cell-one-th-right .favorite path {
  fill: orange;
}

.table-club tr .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-right: 27px;
  float: right;
  margin-top: 37px;
}

.table-club tr .status_edit_btn_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.table-club tr .status_edit_btn_flex .edit_btn {
  border-radius: 30px;
  font-weight: 600;
  font-size: 14px;
  color: #1B6C4A;
  background: var(--color-primary-x-light);
  padding: 1px 22px;
}

.table-club tr .status_edit_btn_flex .edit_btn a {
  text-decoration: none;
}

.edit_btn_a {
  text-decoration: none;
}

.table-club tr .status .status_title {
  color: #17B36A;
  font-size: 12px;
  font-family: "PT Sans Narrow";
  line-height: 80%;
  height: 20px;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-weight: 400;
}

.table-club tr .status .status_line_line {
  margin: 0 10px;
}

.table-club tr .status .status_done .status_title {
  color: #8BBEBB;
}

.table-club tr .status .status_done .status_line svg circle {
  fill: #8BBEBB;
}

.table-club tr .status .status_done .status_line svg line {
  stroke: #8BBEBB;
}

.table-club tr .status_line {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-club .cell-two-th {
  padding: 18px 24px 18px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 217px;
  text-align: left;
  margin-left: -6px;
}

.table-club .cell-three-th {
  padding: 18px 24px 18px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  max-width: 217px;
  margin-right: 6px;
}

.vote-items-list.table-club tbody::-webkit-scrollbar {
  width: 12px; /* ширина всей полосы прокрутки */
}

.vote-items-list.voting-list-box.table-club tbody::-webkit-scrollbar-track {
  border-radius: 16px;
  background: #516C61; /* цвет зоны отслеживания */
}

.vote-items-list.voting-list-box.table-club tbody::-webkit-scrollbar-thumb {
  background-color: #05CE7C; /* цвет бегунка */
  border-radius: 16px; /* округлось бегунка */
}

.status-icon {
  text-align: center;
  cursor: pointer;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.status-icon:hover {
  border-color: #857667;
  background: white;
}

.popover {
  width: 337px;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 2px 14px 0px rgba(34, 60, 80, 0.2);
  position: absolute;
  top: 32px;
  left: -156px;
  background: white;
  padding: 17px 10px 10px 10px;
  border-radius: 6px;
  display: none;
}

.popover:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 7px 7px 7px;
  border-color: transparent transparent white transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -7px;
}

.status-icon:hover .popover {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.popover_active {
  display: block;
}

.tooltip-status p {
  margin: 0;
}

.tooltip-status-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.tooltip-status-flex-one {
  margin-bottom: 10px;
}

.tooltip-status-flex p {
  font-size: 14px;
  line-height: 14px;
  font-family: "PT Sans Narrow";
}

.tooltip-status-flex span {
  font-size: 14px;
  line-height: 14px;
  font-family: "PT Sans Narrow";
  font-weight: 600;
  width: 180px;
  text-align: left;
}

.tooltip-status label {
  color: #8BBEBB;
  text-align: right;
  line-height: 14px;
  width: 100%;
  display: block;
  font-size: 14px;
  font-family: "PT Sans Narrow";
  font-weight: 500;
  margin-top: 2px;
  margin-bottom: 10px;
  width: 180px;
  text-align: left;
}

.group_select_div_docs_club {
  width: 275px;
  display: inline-block;
  margin-right: 15px;
}

.group_select_div_docs_club_calendar {
  display: inline-block;
  margin-right: 15px;
  width: 275px;
}

.create_document_docs_club {
  background: var(--color-primary-light);
  padding: 18px 25px;
  text-align: center;
  color: rgba(0, 59, 35, 1);
  font-size: 18px;
  font-family: "PT Sans Narrow";
  border-radius: 30px;
  font-weight: 500;
  margin-left: 20px;
  text-decoration: none;
  width: 216px;
  display: inline-block;
}

@media screen and (max-width: 1900px) {
  .group_search {
    margin-bottom: 15px;
  }
  .group_select_div {
    margin-bottom: 12px;
  }
  .create_document_docs_club {
    margin-bottom: 12px;
  }
  .group_select_div_docs_club {
    width: 187px;
    margin-right: 12px;
  }
  .create_document_docs_club {
    width: 162px;
    margin-left: 0px;
  }
  .group_select_div_calendar {
    width: 187px;
    margin-right: 12px;
  }
  .group_select_div_docs_club_calendar {
    width: 187px;
    margin-right: 12px;
  }
}
@media screen and (max-width: 1600px) {
  .table-club tbody td a {
    max-width: 67%;
  }
}
@media screen and (max-width: 1700px) {
  .table-club tbody {
    height: 386px;
  }
  .group_select_div_two {
    width: 225px;
  }
  .create_document {
    font-size: 14px;
  }
  .group_select_div_docs_club p {
    font-size: 16px;
  }
  .search input {
    font-size: 14px;
    padding: 15px 74px 15px 15px;
    height: 52px;
  }
  .group_select_div_docs_club select {
    padding: 0px 15px;
    height: 52px;
    font-size: 14px;
  }
  .search input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .search input::-moz-placeholder {
    font-size: 14px;
  }
  .search input:-ms-input-placeholder {
    font-size: 14px;
  }
  .search input::-ms-input-placeholder {
    font-size: 14px;
  }
  .search input::placeholder {
    font-size: 14px;
  }
  .table-club .cell-three-th {
    max-width: 179px;
  }
  .table-club tbody tr {
    line-height: 16px;
    font-size: 16px;
  }
  .table-club thead th {
    font-size: 22px;
  }
  /*.table-club tbody tr {
    height: 113px;
  }*/
  .table-club tr .status {
    margin-top: 10px;
  }
  .table-club .cell-one-th-right svg {
    width: 14px;
  }
  .pc_create_document {
    display: none;
  }
  .main {
    position: relative;
  }
  .table-club .cell-two-th {
    max-width: 133px;
  }
  .table-club thead .cell-three-th {
    max-width: 133px;
  }
  .table-club thead .cell-two-th {
    max-width: 179px;
  }
}
/*модальное окно при редактировании*/
.edit_modal_left {
  width: 357px;
  position: absolute;
  height: 100%;
}

.edit_modal { /*width: 100vw;*/
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(14, 24, 33, 0.5);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}

.edit_modal_active {
  display: block;
}

.edit_modal_inner {
  display: none;
  z-index: 2;
}

.edit_modal_inner_active {
  display: block;
}

.edit_modal_inner .edit_modal_inner_content {
  background: white;
  width: 700px;
  border-radius: 15px;
  min-height: 400px;
  position: absolute;
  top: 45%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 20px;
}

.edit_modal_inner .edit_modal_inner_content a {
  font-family: "PT Sans Narrow";
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: black;
}

.edit_modal_inner .edit_modal_inner_content p {
  font-family: "PT Sans Narrow";
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  color: black;
}

.loader_spinner {
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 20px solid;
  border-color: rgba(5, 206, 124, 0.5);
  border-right-color: #05CE7C;
  -webkit-animation: spinner-d3wgkg 1s infinite linear;
  animation: spinner-d3wgkg 1s infinite linear;
}

.loader_spinner_div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@-webkit-keyframes spinner-d3wgkg {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}

@keyframes spinner-d3wgkg {
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn);
  }
}
@media screen and (max-width: 1750px) {
  .table-club tr .status_edit_btn_flex {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .edit_btn_a {
    max-width: 100% !important;
    width: 100%;
  }
  .table-club tr .status_edit_btn_flex .edit_btn {
    width: 242px;
  }
}
/*end модальное окно при редактировании*/
/*end документы клуба*/
/*страница входа*/
.auth-form {
  background-image: url("assets/img/background.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: auto;
  position: relative;
  min-height: 100vh;
  color: white;
}

.auth-form h1, .auth-form h2, .auth-form h3, .auth-form h4 {
  color: white;
}

.form_login {
  width: 800px;
  height: 100vh;
  margin: 0 auto;
  padding-top: 130px;
  padding-bottom: 200px;
}

.form_login_div {
  background: rgba(0, 0, 0, 0.8);
  padding-top: 25px;
  border-radius: 30px;
  border: 1px solid rgba(5, 206, 124, 1);
  min-height: 582px;
  padding-bottom: 80px;
  z-index: 1;
  position: relative;
}

.form_login_logo {
  margin: 0 auto;
  margin-bottom: 13px;
  display: block;
}

.form_login_logo_auth {
  display: flex;
  justify-content: center;
  padding: 40px 7px;
}

.auth-form-top-bg {
  position: absolute;
  top: 0;
}

.auth-form-bottom-bg {
  position: absolute;
  bottom: 0;
}

.auth_input {
  width: 100%;
  padding: 17px 30px 17px 85px;
  display: block;
  border-radius: 40px;
  border: 2px solid rgba(5, 206, 124, 1);
  background: rgba(0, 0, 0, 1);
  color: #FFF;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  height: 74px;
}

.auth_input::-webkit-input-placeholder {
  color: #FFF;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.auth_input::-moz-placeholder {
  color: #FFF;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.auth_input:-ms-input-placeholder {
  color: #FFF;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.auth_input::-ms-input-placeholder {
  color: #FFF;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.auth_input::placeholder {
  color: #FFF;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.auth_input_svg {
  fill: #8BBEBB;
  height: 40px;
  width: 40px;
  position: absolute;
  left: 30px;
  top: 16px;
}

.auth_input_div {
  position: relative;
}

.auth_input_div_inner {
  position: relative;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
}

.btn_auth {
  background-color: rgba(5, 206, 124, 1);;
  border-color: var(--color-primary-light);
  margin: 0 auto;
  display: block;
  min-width: 270px;
  border-radius: 30px;
  padding: 18px;
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  text-decoration: none;
  font-weight: 500;
  line-height: 1;
  font-size: 18px;
  margin-top: 60px;
}

.error_login p {
  margin: 0 auto;
  text-align: center;
  top: 116px;
  font-family: "PT Sans Narrow";
  position: absolute;
  width: 100%;
}

.auth_consent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.auth_label {
  font-size: 16px;
  margin-bottom: 10px;
  color: white;
}

.form_login_div_inner {
  margin: 0 auto;
  width: 540px;
  position: relative;
}

.auth_consent a {
  color: #87989B;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

/* checkbox  */
.auth_consent input[type=checkbox] {
  position: relative;
  cursor: pointer;
  padding: 0;
  margin-right: 5px;
  width: 20px;
}

.auth_consent input[type=checkbox]:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  margin-top: -2px;
  width: 20px;
  height: 20px;
  background: #092227;
  border: 2px solid #87989B;
  border-radius: 2px;
}

.auth_consent input[type=checkbox]:checked:before {
  background: #87989B;
  border-color: #87989B;
}

.auth_consent input[type=checkbox]:disabled {
  color: #b8b8b8;
  cursor: auto;
}

.auth_consent input[type=checkbox]:disabled:before {
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #ddd;
}

.auth_consent input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 8px;
  background: white;
  width: 2px;
  height: 2px;
  -webkit-box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.auth_consent label {
  display: flex;
  align-items: center;
}

/* end checkbox  */
.auth_consent span {
  color: #87989B;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}

.captcha_input {
  width: 100%;
  padding: 17px 30px 17px 30px;
  display: inline-block;
  border-radius: 40px;
  border: 2px solid #05CE7C;
  background: #0F3238;
  color: #FFF;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
  height: 74px;
  margin-top: 20px;
}

.captcha_input::-webkit-input-placeholder {
  color: white;
}

.captcha_input::-moz-placeholder {
  color: white;
}

.captcha_input:-ms-input-placeholder {
  color: white;
}

.captcha_input::-ms-input-placeholder {
  color: white;
}

.captcha_input::placeholder {
  color: white;
}

.auth_input:focus {
  background: #0F3238;
}

@media screen and (min-width: 1900px) {
  .auth-form-bottom-bg {
    width: 100%;
  }
  .auth-form-top-bg {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .form_login {
    width: 690px;
    padding-top: 110px;
  }
  .form_login_logo {
    width: 174px;
  }
  .form_login_div_inner {
    width: 490px;
  }
}
@media screen and (max-width: 800px) {
  .form_login {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}
@media screen and (min-height: 800px) {
  .form_login {
    padding-top: 200px;
  }
}
/*end страница входа*/
/*Добавление документа*/
.add_document_club {
  margin-top: 25px;
}
.add_document_club .label label {
  color: #0F3238;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.add_document_club .label span {
  font-weight: 900;
  color: #EC1E26;
  font-family: "PT Sans Narrow";
}
.add_document_club .label {
  display: block;
  margin-bottom: 4px;
  margin-left: 25px;
}
.add_document_club .input {
  border-radius: 25px;
  border: 1px solid rgba(28, 80, 59, 1);
  color: #0F3238;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 17px 25px;
  width: 100%;
  margin-bottom: 16px;
  opacity: 0.75;
}
.add_document_club .input-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 500;
  width: 100%;
  color: #0F3238;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  line-height: normal;
  border-radius: 25px;
  border: 1px solid rgba(28, 80, 59, 1);
  background: #FFF;
  position: relative;
}
.add_document_club .input-file-btn {
  background: var(--color-primary-light);
  border-radius: 25px;
  border: 2px dashed rgba(28, 80, 59, 1);
  color: #0F3238;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 500;
  right: -1px;
  z-index: 1;
  bottom: -1px;
  line-height: normal;
  min-width: 400px;
  position: absolute;
  cursor: pointer;
  outline: none;
  text-decoration: none;
  text-align: center;
  height: 58px;
  padding: 17px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.add_document_club .input-file-text {
  padding: 17px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0.75;
  width: 100%;
}
.add_document_club .input-file input[type=file] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  display: block;
  width: 0;
  height: 0;
}
.add_document_club .add_btn_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  margin-top: 25px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.add_document_club .add_btn_group_one {
  border-radius: 30px;
  background: rgba(27, 108, 74, 1);
  width: 270px;
  height: 55px;
  color: #FFF;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  border: none;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.add_document_club .add_btn_group_two {
  border-radius: 30px;
  background: #FFF;
  width: 270px;
  height: 55px;
  color: rgba(0, 59, 35, 1);
  border: 2px solid rgba(28, 80, 59, 1);
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}
.add_document_club .required {
  display: inline;
  position: relative;
  top: 55px;
}
.add_document_club .required label {
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(0, 59, 35, 1);
}
.add_document_club .required span {
  color: #EC1E26;
  font-weight: 900;
  font-family: "PT Sans Narrow";
}
.add_document_club .input_list {
  cursor: pointer;
}

.add_document_answer_text {
  position: absolute;
  right: 36px;
  color: #5C5C5C;
  margin: 0;
  font-size: 25px;
  top: 32px;
  font-family: "PT Sans Narrow";
}

.add_document_answer_text span {
  font-weight: 600;
}

.popover_add_doc {
  width: 604px;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 2px 14px 0px rgba(34, 60, 80, 0.2);
  position: absolute;
  top: 42px;
  right: -52px;
  background: rgba(181, 255, 208, 1);
  padding: 0px;
  border-radius: 6px;
  display: none;
  z-index: 2;
}

.popover_add_doc_list {
  max-height: 250px;
  overflow-y: auto;
}

.popover_add_doc_list::-webkit-scrollbar {
  width: 7px; /* ширина всей полосы прокрутки */
}

.popover_add_doc_list::-webkit-scrollbar-track {
  border-radius: 16px;
  background: #516C61; /* цвет зоны отслеживания */
}

.popover_add_doc_list::-webkit-scrollbar-thumb {
  background-color: #05CE7C; /* цвет бегунка */
  border-radius: 16px; /* округлось бегунка */
}

.popover_add_doc:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 7px 15px;
  border-color: transparent transparent rgba(5, 206, 124, 0.85) transparent;
  position: absolute;
  left: 88%;
  margin-left: -10px;
  top: -7px;
}

.status-icon-add-doc:hover .popover_add_doc {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.popover_add_doc_active {
  display: block;
}

.status-icon-add-doc {
  cursor: pointer;
  position: absolute;
  right: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 30px;
}

.status-icon-add-doc:hover {
  border-color: #857667;
  background: white;
}

.three_dots {
  position: relative;
}

.popover_add_doc p {
  margin: 0;
  color: #000000;
  border-bottom: 1px solid rgba(0, 216, 193, 0.15);
  font-size: 16px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 16px 25px;
}

.popover_add_doc p:hover {
  background: rgba(110, 255, 163, 1);
  color: rgba(0, 59, 35, 1);
}

@media screen and (max-width: 1440px) {
  .status-icon-add-doc {
    bottom: 22px;
  }
  .add_document_answer_text {
    font-size: 20px;
  }
  .add_document_club .label label {
    font-size: 14px;
  }
  .add_document_club .input {
    font-size: 14px;
    padding: 14px 25px;
    margin-bottom: 14px;
  }
  .add_document_club .input-file-text {
    font-size: 14px;
    padding: 16px 25px;
  }
  .add_document_club .input-file-btn {
    height: 51px;
    padding: 12px 20px;
  }
  .add_document_club .add_btn_group_one {
    font-size: 14px;
  }
  .add_document_club .add_btn_group_two {
    font-size: 14px;
  }
}
/*end Добавление документа*/
/*профиль клуба*/
.profile_club .input {
  border-radius: 30px;
  border: 1px solid rgba(28, 80, 59, 1);
  color: #0F3238;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 17px 25px;
  width: 100%;
  margin-bottom: 16px;
  opacity: 0.75;
  background: none;
}
.profile_club .add_btn {
  border-radius: 30px;
  background: rgba(27, 108, 74, 1);
  width: 270px;
  height: 55px;
  color: #FFF;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  border: none;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
  margin: 20px 0 70px 0;
}
.profile_club .profile_club_title {
  color: var(--color-primary-dark);;
  font-size: 30px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0px 0 20px 0;
}
.profile_club .requisites .requisites_block:first-child {
  margin-right: 119px;
}
.profile_club .requisites {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.profile_club .requisites_block {
  width: 488px;
}
.profile_club .requisites_block p {
  color: #151310;
  font-size: 20px;
  font-family: "PT Sans Narrow";
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  margin: 0;
  line-height: 23px;
}
.profile_club .requisites_block span {
  color: #151310;
  font-size: 20px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  margin-right: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  display: inline-block;
  min-width: 98px;
  line-height: 23px;
}
.profile_club .requisites_block_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 12px;
}
.profile_club .error {
  position: relative;
}
.profile_club .error_inner {
  position: absolute;
  right: 0;
  bottom: -4px;
}
.profile_club .error_inner p {
  color: #EC1E26;
  margin: 0 0 12px 0;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.profile_club .succes_inner {
  position: absolute;
  right: 0;
  bottom: -4px;
}
.profile_club .succes_inner p {
  color: green;
  margin: 0 0 12px 0;
  font-size: 18px;
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

@media screen and (max-width: 1600px) {
  .profile_club .requisites_block {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .requisites .requisites_block:first-child {
    margin-right: 80px !important;
  }
  .profile_club .error_inner p {
    font-size: 16px;
  }
  .profile_club .succes_inner p {
    font-size: 16px;
  }
  .profile_club .profile_club_title {
    margin: 16px 0 12px 0;
    font-size: 22px;
  }
  .profile_club .input {
    font-size: 14px;
  }
  .profile_club .add_btn {
    font-size: 14px;
    margin: 20px 0 31px 0;
  }
  .profile_club .requisites_block p {
    font-size: 16px;
  }
  .profile_club .requisites_block span {
    font-size: 16px;
  }
}
/*end профиль клуба*/
/*новости*/
.news-page__news .news-item {
  padding: 10px;
  margin-bottom: 20px;
  background: rgb(9, 34, 39);
  border-radius: 30px;
}
.news-page__news .news-item a {
  text-decoration: none;
}
.news-page__news .news-page__news__block {
  max-height: 786px;
  padding-right: 30px;
  margin-top: 20px;
  overflow-y: scroll;
}
.news-page__news .news-page__news__block::-webkit-scrollbar {
  width: 12px; /* ширина всей полосы прокрутки */
}
.news-page__news .news-page__news__block::-webkit-scrollbar-track {
  border-radius: 16px;
  background: #516C61; /* цвет зоны отслеживания */
}
.news-page__news .news-page__news__block::-webkit-scrollbar-thumb {
  background-color: #05CE7C; /* цвет бегунка */
  border-radius: 16px; /* округлось бегунка */
}
.news-page__news .news-item-img {
  min-height: 360px;
  margin-bottom: 10px;
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.news-page__news .news-flex {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.news-page__news .news-flex .news-title {
  padding-left: 20px;
  font-size: 30px;
  line-height: 30px;
  color: white;
  font-family: "PT Sans Narrow";
  font-weight: 600;
}
.news-page__news .news-flex .news-date {
  padding-right: 20px;
  color: rgb(0, 216, 193);
  font-family: "PT Sans Narrow";
}

.news-page__events .news-page__events__block {
  max-height: 786px;
  padding: 30px;
  padding-right: 30px;
  margin-top: 20px;
  background: #092227;
  border-radius: 30px;
}
.news-page__events .news-page__events__block__inner {
  overflow-y: scroll;
  height: 682px;
}
.news-page__events .news-page__events__block__inner .name {
  color: white;
  font-family: "PT Sans Narrow";
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  font-size: 20px;
}
.news-page__events .news-page__events__block__inner .name_mounth {
  color: white;
  font-family: "PT Sans Narrow";
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  font-weight: 800;
  font-size: 20px;
}
.news-page__events .news-page__events__block__inner::-webkit-scrollbar {
  width: 12px; /* ширина всей полосы прокрутки */
}
.news-page__events .news-page__events__block__inner::-webkit-scrollbar-track {
  border-radius: 16px;
  background: #516C61; /* цвет зоны отслеживания */
}
.news-page__events .news-page__events__block__inner::-webkit-scrollbar-thumb {
  background-color: #05CE7C; /* цвет бегунка */
  border-radius: 16px; /* округлось бегунка */
}
.news-page__events .news-page__events__block__title {
  font-size: 26px;
  font-weight: 800;
  color: white;
  line-height: 26px;
  font-family: "PT Sans Narrow";
  margin: 0;
  margin-bottom: 20px;
}

@media screen and (max-width: 1600px) {
  .news-page__events {
    width: 328px;
  }
  .news-page__events .h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .news-page__news h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .news-page__events .news-page__events__block__title {
    margin-bottom: 10px;
    font-size: 18px;
  }
  .news-page__events .news-page__events__block {
    max-height: 100%;
    padding: 20px;
  }
  .news-page__events .news-page__events__block__inner .name_mounth {
    font-size: 16px;
    line-height: 18px;
  }
  .news-page__events .news-page__events__block__inner .name {
    font-size: 16px;
    line-height: 18px;
  }
  .news-page__events .news-page__events__block__inner {
    height: 738px;
  }
  .news-page__news .news-item-img {
    min-height: 286px;
  }
  .news-page__news .news-flex .news-title {
    padding-left: 0px;
    font-size: 20px;
    line-height: 23px;
    font-weight: 500;
  }
  .news-page__news .news-flex .news-date {
    font-size: 16px;
    line-height: 18px;
  }
  .news-page__news .news-item {
    padding: 20px;
  }
  .news-page__news .news-page__news__block {
    max-height: 814px;
  }
}
/*end новости*/
/*контакты лиги*/
.contact_liga {
  background: rgba(22, 34, 29, 1);
  border-radius: 30px;
  padding: 30px 50px;
  margin-top: 26px;
}

.contact_liga .contact_liga_title {
  font-family: "PT Sans Narrow";
  color: white;
  line-height: 34px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 30px;
  font-size: 30px;
}
.contact_liga .contact_liga_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact_liga .contact_liga_left_one {
  color: rgb(0, 216, 193);
  font-size: 26px;
  font-family: "PT Sans Narrow";
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 29px;
  font-weight: 500;
}
.contact_liga .contact_liga_left_two {
  color: white;
  font-size: 30px;
  font-family: "PT Sans Narrow";
  margin-top: 0;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 24px;
}
.contact_liga .contact_liga_flex_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact_liga .contact_liga_flex_a a {
  color: white;
  line-height: 25px;
  font-family: "PT Sans Narrow";
  font-size: 22px;
  font-weight: 500;
}
.contact_liga .contact_liga_right {
  color: white;
  line-height: 34px;
  font-family: "PT Sans Narrow";
  padding-top: 30px;
  font-size: 30px;
  font-weight: 500;
  width: 606px;
  margin-right: 121px;
}
.contact_liga .contact_liga_left {
  width: 502px;
}
.contact_liga .contact_liga_list {
  overflow: auto;
  height: 648px;
}
.contact_liga .contact_liga_list::-webkit-scrollbar {
  width: 12px; /* ширина всей полосы прокрутки */
}
.contact_liga .contact_liga_list::-webkit-scrollbar-track {
  border-radius: 16px;
  background: #516C61; /* цвет зоны отслеживания */
}
.contact_liga .contact_liga_list::-webkit-scrollbar-thumb {
  background-color: #05CE7C; /* цвет бегунка */
  border-radius: 16px; /* округлось бегунка */
}

@media screen and (max-width: 1800px) {
  .contact_liga .contact_liga_right {
    width: 480px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1600px) {
  .contact_liga .contact_liga_right {
    font-size: 24px;
    line-height: 27px;
  }
  .contact_liga .contact_liga_left_one {
    font-size: 20px;
    line-height: 23px;
  }
  .contact_liga .contact_liga_left_two {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .contact_liga .contact_liga_flex_a a {
    font-size: 20px;
    line-height: 23px;
  }
  .contact_liga .contact_liga_left {
    width: 386px;
  }
}
@media screen and (max-width: 1440px) {
  .contact_liga .contact_liga_right {
    width: 50%;
  }
}
/*end контакты лиги*/
/*Контакты клубов*/
.contact_club {
  background: rgba(22, 34, 29, 1);
  border-radius: 30px;
  padding: 30px 50px;
  margin-top: 26px;
}

.contact_club .contact_club_title {
  font-family: "PT Sans Narrow";
  color: white;
  line-height: 34px;
  font-weight: 700;
  margin: 0;
  margin-bottom: 30px;
  font-size: 30px;
}
.contact_club .contact_club_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact_club .contact_club_left_one {
  color: rgb(0, 216, 193);
  font-size: 26px;
  font-family: "PT Sans Narrow";
  margin-top: 0;
  margin-bottom: 4px;
  line-height: 29px;
  font-weight: 500;
}
.contact_club .contact_club_left_two {
  color: white;
  font-size: 30px;
  font-family: "PT Sans Narrow";
  margin-top: 0;
  line-height: 34px;
  font-weight: 500;
  margin-bottom: 24px;
}
.contact_club .contact_club_flex_a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact_club .contact_club_flex_a a {
  color: white;
  line-height: 25px;
  font-family: "PT Sans Narrow";
  font-size: 22px;
  font-weight: 500;
}
.contact_club .contact_club_right {
  color: white;
  line-height: 34px;
  font-family: "PT Sans Narrow";
  padding-top: 30px;
  font-size: 30px;
  font-weight: 500;
  width: 606px;
  margin-right: 121px;
}
.contact_club .contact_club_left {
  width: 502px;
}
.contact_club .contact_club_list {
  overflow: auto;
  height: 648px;
}
.contact_club .contact_club_list::-webkit-scrollbar {
  width: 12px; /* ширина всей полосы прокрутки */
}
.contact_club .contact_club_list::-webkit-scrollbar-track {
  border-radius: 16px;
  background: #516C61; /* цвет зоны отслеживания */
}
.contact_club .contact_club_list::-webkit-scrollbar-thumb {
  background-color: #05CE7C; /* цвет бегунка */
  border-radius: 16px; /* округлось бегунка */
}
.contact_club .contact_club_li_title {
  font-size: 60px;
  line-height: 69px;
  font-weight: 500;
  font-family: "PT Sans Narrow";
  color: white;
  border-bottom: 1px solid rgb(255, 255, 255);
  padding-bottom: 16px;
  margin-bottom: 16px;
  margin-right: 30px;
  margin-top: 0px;
}

@media screen and (max-width: 1800px) {
  .contact_club .contact_club_right {
    width: 480px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1600px) {
  .contact_club .contact_club_li_title {
    font-size: 50px;
    line-height: 57px;
  }
  .contact_club .contact_club_right {
    font-size: 24px;
    line-height: 27px;
  }
  .contact_club .contact_club_left_one {
    font-size: 20px;
    line-height: 23px;
  }
  .contact_club .contact_club_left_two {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  .contact_club .contact_club_flex_a a {
    font-size: 20px;
    line-height: 23px;
  }
  .contact_club .contact_club_left {
    width: 386px;
  }
}
@media screen and (max-width: 1440px) {
  .contact_club .contact_club_right {
    width: 50%;
  }
}
/*end Контакты клубов*/

/*НОВЫЕ СТИЛИ ДЛЯ TABLE-CLUB*/

.table-club {
  width: 100%;
  td {
    min-width: 100%;
  }
}

.table-club thead, .table-club tbody, .table-club td, .table-club th {
  display: block;
}

.table-club tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 1.5fr 0.32fr 0.30fr 0.32fr;
  font-family: "PT Sans Narrow";
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.table-club thead {
  padding-right: 42px;
}

.table-club thead tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: grid;
  grid-template-columns: 1.5fr 0.32fr 0.30fr 0.32fr;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid rgba(9, 34, 39, 0.35);
}

@media (max-width: 1440px) {
  .table-club tr {
    grid-template-columns: 1.5fr 0.5fr 0.5fr 0.5fr;
  }
  .table-club thead tr {
    grid-template-columns: 1.5fr 0.5fr 0.5fr 0.5fr;
  }
}

.table-club tr:after {
  content: " ";
  display: block;
  visibility: hidden;
  clear: both;
}

.table-club thead th:first-child {
  border-left: none;
}

.table-club thead th:last-child {
  border-right: none;
}

.table-club thead th {
  border-left: 1px solid rgba(9, 34, 39, 0.35);
  color: #1B6C4A;
  font-family: "PT Sans Narrow";
  font-weight: 700;
  font-size: 24px;
  line-height: 25px;
}

.table-club tbody {
  height: 603px;
  padding-right: 30px;
  overflow-y: scroll;
}

.table-club tbody .signed {
  color: #17B36A;
}

.table-club tbody .unsigned {
  color: #EC1E26;
}

.table-club tbody td:first-child {
  border-left: none;
}

.table-club tbody td:last-child {
  border-right: none;
}

.table-club tbody tr:first-child td {
  border-top: none;
}

.table-club tbody td {
  border-top: 1px solid rgba(9, 34, 39, 0.35);
  border-left: 1px solid rgba(9, 34, 39, 0.35);
  float: left;
}

.table-club tbody td a {
  color: #0E1821;
}

.table-club thead th {
  float: left;
  width: 100%;
}

.table-club .cell-one {
  text-decoration-line: underline;
  padding: 12px 24px 12px 0px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.table-club .cell-two {
  padding: 18px 24px 18px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  max-width: 100%;
  text-align: left;
}

.table-club .cell-three {
  padding: 18px 24px 18px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  max-width: 100%;
}

.table-club .cell-one-th {
  padding: 12px 0 12px 0px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  flex-direction: column;
  justify-content: center;
}

.table-club .cell-four-thead {
  padding: 12px 20px 12px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.table-club .cell-three-thead {
  padding: 12px 20px 12px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.table-club .cell-two-thead {
  padding: 12px 20px 12px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.table-club .cell-one-th .answer_docs_club {
  background: #B5FFD0;
  padding: 0px 15px;
  text-align: center;
  color: rgba(0, 59, 35, 1);
  font-size: 14px;
  font-family: "PT Sans Narrow";
  border-radius: 30px;
  font-weight: 600;
  height: 32px;
  text-decoration: none;
  display: inline-block;
}

.table-club .cell-two-th {
  padding: 12px 20px 12px 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin: 0;
  .status_edit_btn_flex {
    max-width: 100%;
    min-width: 100%;
  }
  .edit_btn {
    max-width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
    white-space: nowrap;
  }
}

.table-club .cell-three-th {
  padding: 18px 24px 18px 24px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  max-width: 100%;
  display: flex;
  justify-content: center;
}
.table-club .cell-four-th {
  padding: 18px 18px 18px 18px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
  font-size: 18px;
  color: #5C5C5C;
  max-width: 100%;
  display: flex;
  justify-content: center;
}

@media (max-width: 1440px) {
  .table-club .cell-four-th {
    font-size: 16px;
  }
}

.table-club tbody::-webkit-scrollbar {
  width: 12px; /* ширина всей полосы прокрутки */
}

.table-club tbody::-webkit-scrollbar-track {
  border-radius: 16px;
  background: #516C61; /* цвет зоны отслеживания */
}

.table-club tbody::-webkit-scrollbar-thumb {
  background-color: #05CE7C; /* цвет бегунка */
  border-radius: 16px; /* округлось бегунка */
}

/*ГЛАЗ ДЛЯ ПАРОЛЯ*/
.auth_input_eye {
  display: none;
  position: absolute;
  right: 30px;
  top: 55%;
  transform: translateY(-50%);
}
.auth_input_eye:hover {
  cursor: pointer;
}
.auth_input_eye--open {
  display: none;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
}
.auth_input_eye--open:hover {
  cursor: pointer;
}
.auth_input_eye--active {
  display: block;
}


/*СТИЛЬ ДЛЯ БЛОКА С ИКОНКОЙ "ОТВЕТИТЬ"*/

.docs-fnl__svg-block {
  flex-direction: row !important;
  justify-content: space-between !important;
}


.first-col-block {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 100%;
}

.first-col-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.first-col-departament {
  color: #009b5c;
  font-size: 16px;
  line-height: 16px;
}

.first-col-comment {
  color: #666666;
  font-size: 14px;
  line-height: 16px;
}