@font-face {
  font-family: "PTSans Narrow";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('PTSans NarrowBold'), local('PTSans-NarrowBold'),
  url("../fonts/ptsans-narrowbold.woff2") format("woff2"),
  url("../fonts/ptsans-narrowbold.woff") format("woff"),
  url("../fonts/ptsans-narrowbold.ttf") format("ttf");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'),
  url("../fonts/montserrat-regular.woff2") format("woff2"),
  url("../fonts/montserrat-regular.woff") format("woff"),
  url("../fonts/montserrat-regular.ttf") format("ttf");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'),
  url("../fonts/montserrat-medium.woff2") format("woff2"),
  url("../fonts/montserrat-medium.woff") format("woff"),
  url("../fonts/montserrat-medium.ttf") format("ttf");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'),
  url("../fonts/montserrat-semibold.woff2") format("woff2"),
  url("../fonts/montserrat-semibold.woff") format("woff"),
  url("../fonts/montserrat-semibold.ttf") format("ttf");
}

@font-face {
  font-family: "Montserrat";
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'),
  url("../fonts/montserrat-bold.woff2") format("woff2"),
  url("../fonts/montserrat-bold.woff") format("woff"),
  url("../fonts/montserrat-bold.ttf") format("ttf");
}

html {
  box-sizing: border-box;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: none !important;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  margin: 0;
  padding: 0;
}

.visually-hidden:not(:focus):not(active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

:root {
  /*css - переменные*/
  --opacity: rgba(255, 255, 255, 1);
  --white: #ffffff;
  --white-opacity: rgba(255, 255, 255, 0.75);
  --black: #000000;
  --black-1: #111111;
  --black-opacity: 0, 0, 0;
  --light-gray: #e5e5e5;
  --light-gray-1: #E0E0E0;
  --light-gray-2: #F8F8F8;
  --light-gray-3: #CBCBCB;
  --light-gray-4: #AFAFAF;
  --red: #C61633;
  --red-1: #FF0000;
  --red-opacity: rgba(198, 22, 51, 0.1);
  --light-red: #EF161E;
  --dark-red: #B01833;
  --dark-white: #F1F1F1;
  --dark-gray: #333333;
  --dark-gray-opacity: 51, 51, 51;
  --dark-gray-1: #7a7a7a;
  --light-blue: #2787F5;
  --light-blue-1: #0072DB;
  --blue: #3B5998;
  --blue-1: #2e85ff;
  --blue-1-opacity: 0, 114, 219;
  --blue-opacity: rgba(0, 114, 219, 0.07);
  --light-black: #141414;
  --light-black-opacity: 20, 20, 20;
  --gray: #727272;
  --gray-1: #828282;
  --pink: #FF1E54;
  --children: #DB394E;
  --children-opacity-50: rgba(219, 57, 78, 0.5);
  --dark-blue: #405BE9;
  --violet: #800080;
  --green: #26A235;
  --green-hover: #008D12;
  --green-opacity-50: rgba(38,161,53, 0.5);
  --green-opacity-10: rgba(38,161,53, 0.1);
  --green-opacity: rgba(38, 162, 53, 0.1);
  --light-green: #99ff99;
  --brown: #964B00;
  --orange: #F29202;
  --orange-1: #ff500b;
  --yellow: #ffff00;
  --yellow-1: #FFE600;
  --yellow-1-opacity: 255, 241, 114;
  --turquoise: #30D5C8;
  --gray-blue: #5f9ea0;
  --orange-exclusion: #3a7fa4;
  --orange-opacity: 255, 126, 64;
  --dark: #363C53;
  --burgundy: #430810;
  --dark-opacity: 54, 60, 83;
  --bronze: #cd7f32;
  --blue-gradient: linear-gradient(219.67deg, #0038FF -0.12%, rgba(0, 56, 255, 0) 77.33%), #0F8DEB;
  --gold-gradient: linear-gradient(243.02deg, #FAFF00 -172.72%, rgba(250, 255, 0, 0) 66.87%), linear-gradient(63.5deg, #FF7E40 -5.3%, rgba(255, 126, 64, 0) 56.93%), #F2C94C;
  --silver-gradient: linear-gradient(243.02deg, #FFFFFF -172.72%, rgba(255, 255, 255, 0) 66.87%), linear-gradient(63.5deg, rgba(0, 0, 0, 0.5) -5.3%, rgba(0, 0, 0, 0) 56.93%), #C4C4C4;
  --bronze-gradient: linear-gradient(243.02deg, #FAFF00 -172.72%, rgba(250, 255, 0, 0) 66.87%), linear-gradient(63.5deg, #552A16 -5.3%, rgba(97, 47, 23, 0) 56.93%), #FF7E40;
}
/* применение var(--color-blue); */

.body {
  background-color: var(--white);
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 400;
  color: var(--light-black);
  font-size: 16px;
  line-height: 20px;
  position: relative;
}

.body.popup {
  overflow: hidden;
}

.body:before {
  content: '';
  display: none;
  width: 100%;
  height: 100%;
  background-color: var(--black-1);
  opacity: 0.9;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1153;
}

.body.popup:before {
  display: block;
}

.body__container {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

img {
  display: block;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  text-decoration: none;
  color: var(--light-black);
}

.a[href] {
  cursor: pointer;
}

button {
  cursor: pointer;
  border: none;
}

h1 {
  margin: 0;
}

.main {
  flex-grow: 1;
  padding: 40px 20px;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  background-color: var(--white);
}

.main--no-padding {
  padding: 0;
  max-width: 100%;
}

.main--full {
  display: flex;
  flex-direction: column;
}

.main--full .main__content {
  flex-grow: 1;
}

.main--full .content {
  display: flex;
  flex-direction: column;
}

.main__content {
  display: flex;
  position: relative;
  flex-direction: column;
}

.main--with-sidebar .main__content {
  flex-direction: row;
}

.main--error {
  background: repeating-linear-gradient(90deg, var(--main-opacity-14), var(--main-opacity-14) 43px, var(--main-opacity-7) 43px, var(--main-opacity-7) 86px);
  max-width: none;
}

.content {
  flex-grow: 1;
}

.main--with-sidebar .content {
  max-width: 925px;
  width: calc(75% - 10px);
}

.empty {
  position: relative;
  text-align: center;
  padding: 20px;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

[data-empty]:empty:after {
  content: attr(data-empty);
  position: relative;
  text-align: center;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  line-height: 24px;
}

/*стили главной*/

.slider-wrapper {
  position: relative;
}

.slider {
  position: relative;
  overflow: hidden;
  margin: 0 0 40px;
}

.slider--review {
  margin: 0;
  overflow: initial;
}

.slider--best {
  overflow: initial;
  padding: 0 105px;
}

.slider--main {
  position: static;
  margin: 0;
}

.slider--scout-app {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin: 0 -120px 0 0;
}

.slider--scout-coaches #tns1 > .tns-item {
  width: auto;
}

.slider--scout-future {
  max-width: 780px;
  margin: 0 -100px 0 0;
  overflow: visible;
  position: static;
  width: calc(100% - 270px);
}

.slider--scout-coaches .tns-ovh {
  overflow: visible;
}

.slider--scout-coaches .slider__list {
  display: inline-flex;
  align-items: center;
}

.slider--scout-coaches .slider__item {
  display: flex !important;
  justify-content: center;
}

.slider__item {
  position: relative;
}

.slider__item:after {
  content: '';
  width: 100%;
  height: 12%;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 5px;
  z-index: 2;
}

.slider__item:before {
  content: '';
  width: 100%;
  height: 100%;
  background-color: var(--black);
  opacity: 0.4;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  z-index: 2;
}

.slider--low-blackout .slider__item:before {
  opacity: 0.2;
}

.ground .slider__item:before {
  display: none;
}

.slider--best .slider__item:before,
.slider--best .slider__item:after,
.slider--main .slider__item:before,
.slider--main .slider__item:after,
.slider--review .slider__item:before,
.slider--review .slider__item:after,
.slider--scout-app .slider__item:before,
.slider--scout-app .slider__item:after,
.slider--scout-future .slider__item:before,
.slider--scout-future .slider__item:after {
  display: none;
}

.slider__img {
  width: 100%;
  height: 415px;
  border-radius: 5px;
  object-fit: cover;
  object-position: top center;
  z-index: 1;
}

.slider--content .slider__img {
  height: 500px;
}

.slider__info {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
  max-width: 595px;
  z-index: 3;
}

.slider__domain {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: inline-block;
  color: var(--white);
  border-radius: 50px;
  background-color: var(--main);
  padding: 7px 12px;
}

.slider__heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: var(--white);
  margin: 0 0 10px;
}

.slider__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--white);
  margin: 0 0 20px;
}

.slider__links {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.slider__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
  border-radius: 5px;
  background-color: var(--white);
  display: inline-block;
}

.slider__link:hover {
  color: var(--main);
  transition: 0.3s;
}

.slider--content .slider__link:hover {
  color: var(--green-hover);
}

.slider__thumbnails {
  position: absolute;
  padding: 10px;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
}

.slider__thumbnail {
  margin: 0 10px 0 0;
  width: 100%;
}

.slider__thumbnail:last-child {
  margin: 0;
}

.slider__progress {
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}

.slider__line {
  height: 100%;
  width: 0%;
  background-color: var(--white);
}

.slider__arrows {
  position: absolute;
  bottom: 30px;
  right: 30px;
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 10px;
}

.slider--review .slider__arrows,
.slider--best .slider__arrows {
  position: static;
}

.slider--scout-app .slider__arrows {
  position: static;
  width: 120px;
  gap: 20px;
}

.slider--scout-future .slider__arrows {
  left: 0;
  bottom: 0;
  right: auto;
  gap: 20px;
}

.slider--main .slider__arrows {
  top: 0;
  right: 0;
}

.slider__arrows-link {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(20, 20, 20, 0.5);
  transform: matrix(-1, 0, 0, 1, 0, 0);
  outline: none;
}

.slider--review .slider__arrows-link {
  background: var(--main);
  position: absolute;
  top: calc(50% - 20px);
  left: -20px;
}

.slider--best .slider__arrows-link {
  position: absolute;
  top: calc(50% - 20px);
  left: 0;
  border: 1px solid var(--light-gray-1);
  background-color: inherit;
}

.slider--main .slider__arrows-link {
  border: 1px solid var(--light-gray-1);
  background-color: inherit;
}

.slider--scout-app .slider__arrows-link,
.slider--scout-future .slider__arrows-link {
  width: 50px;
  height: 50px;
  background-color: var(--green);
}

.slider--review .slider__arrows-link--right {
  right: -20px;
  left: auto;
}

.slider--best .slider__arrows-link--right {
  right: 0;
  left: auto;
}

.slider--best .slider__arrows-link:hover,
.slider--main .slider__arrows-link:hover {
  border: 1px solid var(--light-gray-3);
  transition: 0.3s;
}

.slider--review .slider__arrows-link:hover {
  background-color: var(--hover);
  transition: 0.3s;
}

.slider--scout-app .slider__arrows-link:hover,
.slider--scout-future .slider__arrows-link:hover {
  background-color: var(--green-hover);
  transition: 0.3s;
}

.slider--best .slider__arrows-link[aria-disabled="true"] {
  border: 1px solid var(--light-gray-1);
  cursor: initial;
}

.slider--review .slider__arrows-link[aria-disabled="true"],
.slider--scout-future .slider__arrows-link[aria-disabled="true"] {
  background-color: var(--light-gray-1);
  cursor: initial;
}

.slider__arrows-link:hover .slider__arrow {
  stroke: var(--main);
  transition: 0.3s;
}

.slider--content .slider__arrows-link:hover .slider__arrow {
  stroke: var(--green);
}

.slider--best .slider__arrows-link:hover .slider__arrow {
  stroke: var(--hover);
}

.slider--main .slider__arrows-link:hover .slider__arrow {
  stroke: var(--green-hover);
}

.slider--review .slider__arrows-link:hover .slider__arrow,
.slider--scout-app .slider__arrows-link:hover .slider__arrow,
.slider--scout-future .slider__arrows-link:hover .slider__arrow {
  stroke: var(--white);
}

.slider--review .slider__list {
  display: flex;
}

.slider__arrow {
  stroke: var(--white);
}

.slider--best .slider__arrow {
  stroke: var(--main);
}

.slider--main .slider__arrow {
  stroke: var(--green);
}

.slider--best .slider__arrows-link[aria-disabled="true"] .slider__arrow {
  stroke: var(--light-gray-1);
}

.slider__arrow--right {
  transform: rotate(180deg);
}

/*стили сайдбар*/

.sidebar {
  flex-shrink: 0;
  max-width: 295px;
  width: calc(25% - 10px);
  margin: 0 0 0 20px;
}

.sidebar__news {
  margin: 0 0 40px;
}

.sidebar__news-item {
  border-bottom: 1px solid var(--light-gray-1);
  padding: 0 0 20px;
  margin: 0 0 20px;
}

.sidebar__news-item:last-child {
  border: none;
  padding: 0;
  margin: 0;
}

.sidebar__news-link {
  display: block;
}

.sidebar__news-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.sidebar__news-type {
  color: var(--main);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
}

.sidebar__news-type:after {
  content: '';
  display: block;
  height: 16px;
  width: 1px;
  background-color: var(--light-gray-1);
  margin: 0 10px;
}

.sidebar__news-date {
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
}

.sidebar__news-heading {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 10px;
}

.sidebar__news-text {
  font-size: 14px;
  line-height: 20px;
}

.form--sidebar {
  background-color: var(--dark-white);
  border-radius: 5px;
  margin: 0 auto 30px;
  padding: 20px;
  width: 100%;
}

.form__block {
  border: 1px solid var(--light-gray-1);
  border-radius: 5px;
  padding: 20px;
  margin: 0 0 25px;
}

.form__block--with-header {
  border-radius: 0 0 5px 5px;
}

.form__grid {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 20px;
  margin: 0 auto;
  width: 100%;
  align-items: center;
}

.form__wrapper {
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
}

.form__text {
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px;
}

.form__feedback {
  margin: 0 0 10px;
}

.form__feedback:last-child {
  margin: 0;
}

.form__schedule {
  color: var(--main);
}

.form__schedule:hover {
  color: var(--hover);
  transition: 0.3s;
}

.form__group {
  margin: 0 0 5px;
  position: relative;
}

.form__group:last-child {
  margin: 0;
}

.form--not-has-help .form__group {
  margin: 0 0 20px;
}

.form--not-has-help .form__grid .form__group:last-child {
  margin: 0 0 20px;
}

.form--not-has-help .form__group:last-child {
  margin: 0;
}

.form__grid .form__group:last-child {
  margin: 0 0 5px;
}

.form__group--code {
  display: none;
}

.form__group--code.show {
  display: block;
}

.form--sidebar .form__group,
.form__row .form__group {
  margin: 0;
}

.form--sidebar .form__group--last {
  margin: 0 0 15px;
}

.form__group--line:after {
  display: block;
  content: '';
  height: 1px;
  width: 100%;
  background-color: var(--light-gray-1);
  margin: 30px 0;
}

.calendar__checkbox .form__group {
  position: relative;
}

.form__label {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 10px;
  display: block;
}

.form__input,
.form__textarea {
  border: 1px solid var(--light-gray-1);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  outline: none;
  background-color: var(--white);
  border-radius: 5px;
  padding: 10px 15px;
  margin: 0 0 5px;
  display: block;
  width: 100%;
}

.form--sidebar .form__input {
  border: none;
}

.form__help {
  font-size: 10px;
  line-height: 12px;
  min-height: 12px;
  color: var(--red);
  /*opacity: 0;*/
  /*! opacity: 0; делает не видимым предупреждение, а 1 делает видимым,можно использовать в JS*/
}

.form__help--success {
  color: var(--green);
}

.form__error {
  font-size: 10px;
  line-height: 12px;
  min-height: 12px;
  color: var(--red);
}

.form .dropdown {
  margin: 0 0 5px;
}

.form .dropdown__title {
  background-color: var(--white);
}

.form--sidebar .dropdown__title {
  border: none;
}

.form--sidebar .dropdown.js-open .dropdown__title,
.form--sidebar .dropdown__title:hover {
  border: none;
}

.matches__filters .dropdown.js-open .dropdown__title,
.matches__filters .dropdown__title:hover {
  border: none;
}

.form .button {
  margin: 0 0 20px;
}

.form .form__row .button {
  margin: 0;
}

.form .button:last-child {
  margin: 0;
}

.form--sidebar .button {
  margin: 0 0 20px;
}

.form__contract {
  margin: 0 0 30px;
  font-size: 12px;
  line-height: 16px;
}

.form__contract:last-child {
  margin: 0;
}

.form--sidebar .form__contract {
  color: var(--gray);
  margin: 0;
}

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

.form__link {
  color: var(--main);
}

.form__contract--dark .form__link {
  color: var(--light-black);
}

.form__link:hover {
  color: var(--hover);
  transition: 0.3s;
}

.form__hover {
  color: var(--main) !important;
}

.form__hover:hover {
  color: var(--hover) !important;
  transition: 0.3s;
}

.form--sidebar .form__link {
  color: var(--light-black);
  text-decoration: underline;
}

.form--sidebar .form__link:hover {
  color: var(--hover);
  transition: 0.3s;
}

.form__bank {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
}

.form__icon {
  margin: 0 10px 0 0;
}

.form__code-link {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--main);
  margin: 0 0 20px;
}

.form__code-link:hover {
  color: var(--hover);
  transition: 0.3s;
}

.form__code-link:hover .form__arrow {
  stroke: var(--hover);
  transition: 0.3s;
}

.form__code-link.show .form__arrow {
  transform: rotate(180deg);
}

.form__arrow {
  margin: 0 0 0 7px;
  stroke: var(--main);
}

.sidebar__socials {
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid var(--main);
  border-radius: 5px;
  margin:  0 0 30px;
}

.sidebar__heading {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 20px;
  text-align: center;
}

.reviews__item {
  margin: 0 0 20px;
}

.reviews__link {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid var(--light-gray-1);
  display: block;
}

.reviews__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 5px;
}

.reviews__date {
  font-size: 12px;
  line-height: 16px;
  color: var(--dark-gray);
  margin: 0 0 10px;
}

.reviews__stars {
  display: flex;
  margin: 0 0 15px;
}

.reviews__star {
  margin: 0 5px 0 0;
}

.reviews__star:last-child {
  margin: 0;
}

.reviews__text {
  font-size: 14px;
  line-height: 20px;
  color: var(--dark-gray);
}

.reviews__icon {
  fill: var(--main);
}

/*стили сайдбара детской лиги*/

.result__date {
  padding: 10px;
  background-color: var(--dark-white);
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--gray-1);
  text-align: center;
}

.result__item {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 10px 15px;
  border-bottom: 1px solid var(--dark-white);
}

.result__item:last-child {
  border-bottom: none;
}

.result__team {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  width: 105px;
}

.result__logo {
  margin: 0 0 5px;
  border-radius: 3px;
}

.result__name {
  font-size: 12px;
  line-height: 16px;
  z-index: 3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.result__team:hover .result__name,
.result__score:hover .result__score-main,
.result__score:hover .result__score-additional {
  color: var(--hover);
  transition: 0.3s;
}

.result__score {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}

.result__score-main {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.result__score-additional {
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
  margin: 3px 0 0;
}

.result__all {
  display: flex;
  justify-content: flex-end;
  background-color: var(--dark-white);
  padding: 8px 15px;
}

/*стили header*/

.header {
  width: 100%;
  position: relative;
}

.header__top-wrap {
  background-color: var(--light-black);
}

.header__top {
  display: flex;
  align-items: center;
  padding: 0 0 0 100px;
  height: 60px;
  max-width: 1280px;
  margin: 0 auto;
}

.header--league .header__top {
  padding: 0 0 0 20px;
}

.header__logo-link {
  font-family: "PTSans Narrow", "Arial", sans-serif;
  font-size: 22px;
  line-height: 22px;
  text-transform: uppercase;
  color: var(--white);
  padding: 19px 0;
  display: block;
  width: 130px;
}

.header__nav-name {
  display: none;
}

.header__nav-block {
  margin: 0 0 0 40px;
  display: flex;
  align-items: center;
}

.navigation__main-link {
  display: none;
}

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

.navigation__item:hover .navigation__link,
.navigation__item--active .navigation__link {
  opacity: 1;
  transition: 0.3s;
}

.navigation__link {
  padding: 20px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  opacity: 0.75;
  display: block;
}

.navigation--sub {
  padding: 0 20px 0 0;
  position: relative;
}

.navigation--sub:after {
  content: '';
  height: 20px;
  width: 1px;
  background-color: var(--white);
  opacity: 0.75;
  display: block;
  position: absolute;
  right: 10px;
  top: calc(50% - 10px);
}

.navigation__item {
  position: relative;
}

.navigation--main .navigation__item {
  display: none;
}

.navigation--main .navigation__item--subdomain {
  display: block;
}

.navigation--main .navigation__item--subdomain-main {
  margin: 0 0 0 10px;
  display: flex;
  align-items: center;
}

.header__number {
  padding: 20px 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  display: block;
}

.header__number:hover {
  transition: 0.3s;
  color: var(--burgundy);
}

.header--league .header__number:hover {
  color: var(--hover);
}

.header--main .header__number:hover {
  color: var(--green-hover);
}

.navigation__item--subdomain-main .navigation__link {
  padding: 5px 10px;
  opacity: 1;
  border: 1px solid var(--white);
  border-radius: 50px;
  display: block;
}

.navigation__item--subdomain-main:hover .navigation__link {
  color: var(--burgundy);
  border: 1px solid var(--burgundy);
  transition: 0.3s;
}

.header--league .navigation__item--subdomain-main .navigation__link {
  border: 1px solid #C61633;
}

.header--league .navigation__item--subdomain-main:hover .navigation__link {
  border: 1px solid #B8122D;
  color: #B8122D;
  opacity: 1;
}

.navigation__item--mobile {
  display: none;
}

.search {
  margin: 0 0 0 auto;
  background-color: var(--light-black);
  z-index: 4;
}

.search__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.search__link:hover .search__icon {
  stroke: var(--burgundy);
  transition: 0.3s;
}

.header--league .search__link:hover .search__icon {
  stroke: var(--hover);
  opacity: 1;
  transition: 0.3s;
}

.header--main .search__link:hover .search__icon {
  stroke: var(--green-hover);
}

.search__icon {
  stroke: var(--white);
}

.search.show .search__link {
  display: none;
}

.search__block {
  display: none;
  position: absolute;
  width: 100%;
  height: 60px;
  left: 0;
  top: 0;
  z-index: 4;
  background-color: var(--light-black);
  padding: 10px 20px;
}

.search.show .search__block {
  display: block;
}

.search__form {
  display: flex;
  align-items: center;
  max-width: 1240px;
  margin: 0 auto;
}

.search__wrapper {
  flex-grow: 1;
  margin: 0 20px 0 0;
  position: relative;
}

.search__input {
  background-color: var(--white);
  outline: none;
  border: none;
  border-radius: 5px;
  height: 40px;
  padding: 10px 40px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
}

.search__input:focus ~ .search__delete {
  display: flex;
}

.search__input:focus ~ .search__results {
  display: block;
}

.search__close {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  padding: 10px;
  margin: 0 0 0 20px;
}

.search__close:hover {
  color: var(--pink);
  transition: 0.3s;
}

.search__wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search__magnifier {
  stroke: var(--light-black);
}

.search__delete {
  display: none;
  position: absolute;
  height: 40px;
  width: 40px;
  right: 0;
  top: 0;
  align-items: center;
  justify-content: center;
  background-color: inherit;
}

.search__delete-icon {
  fill: var(--gray);
}

.search__delete:hover .search__delete-icon {
  fill: var(--pink);
  transition: 0.3s;
}

.search__results {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  background-color: var(--white);
  border-radius: 5px;
  padding: 20px;
  overflow: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.search__results::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.search__blocks {
  margin: 0 0 30px;
  display: grid;
  grid-row-gap: 30px;
}

.search__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 20px;
}

.search__list {
  display: grid;
  grid-row-gap: 10px;
  margin: 0 0 20px;
}

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

.search__img {
  margin: 0 15px 0 0;
  border-radius: 50%;
}

.search__img--group {
  border-radius: 5px;
}

.search__name {
  font-size: 14px;
  line-height: 20px;
}

.search__unit {
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
}

.header__burger {
  display: none;
}

.header__container {
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}

.header__bottom-wrap {
  background-color: var(--dark-white);
}

.header__bottom {
  padding: 0 10px 0 90px;
  display: flex;
  align-items: center;
}

.header--league .header__bottom {
  padding: 0 10px;
}

.menu {
  margin: 0 10px 0 0;
}

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

.menu__list-sub {
  display: none;
  position: absolute;
  flex-direction: column;
  align-items: flex-start;
  background-color: var(--white);
  z-index: 7;
  left: -10px;
}

.menu__item--more:hover .menu__list-sub {
  display: flex;
  transition: 0.3s;
}

.menu--inner {
  width: max-content;
}

.menu--inner .menu__list {
  margin: 0 -15px;
}

.menu__item {
  position: relative;
}

.menu__item:hover .menu__link,
.menu__item--active .menu__link {
  color: var(--main);
  transition: 0.3s;
}

.menu--inner .menu__item:hover .menu__link,
.menu--inner .menu__item--active .menu__link {
  color: var(--main);
  transition: 0.3s;
}

.menu__link--more:after {
  position: absolute;
  right: 0;
  display: block;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  content: url("/img/arrow.svg");
}

.menu__item:hover .menu__link--more:after {
  content: url("/img/arrow-green.svg");
  transform: rotate(180deg);
  transition: 0.3s;
}

.menu__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 10px;
  color: var(--dark-gray);
  white-space: nowrap;
  display: block;
  cursor: pointer;
}

.menu--inner .menu__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  padding: 20px 15px;
  color: var(--gray);
}

.menu__link--more {
  padding: 20px 25px 20px 10px;
  position: relative;
}

.menu__link-sub {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--dark-gray);
  white-space: nowrap;
  display: block;
}

.menu__item-sub:hover .menu__link-sub {
  color: var(--main);
  transition: 0.3s;
}

.header__wrap {
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
}

.header__sign-up {
  display: none;
  padding: 7px 15px;
  margin: 0 10px 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  border-radius: 5px;
  background-color: var(--main);
  white-space: nowrap;
}

.header__sign-up--margin {
  margin: 0 10px;
}

.header__sign-up--static {
  display: block;
}

.header__sign-up--right {
  margin: 0;
}

.header__sign-up--active {
  padding: 0;
  color: var(--main);
  border-radius: 0;
  background-color: initial;
  white-space: nowrap;
}

.header__sign-up:not(.header__sign-up--active):hover {
  background-color: var(--hover);
  transition: 0.3s;
}

.header__sign-up--active:hover {
  color: var(--hover);
  transition: 0.3s;
}

.header__sign-up--border {
  color: var(--main);
  background-color: inherit;
  border: 1px solid var(--light-gray-1);
}

.header__sign-up--border:hover {
  color: var(--hover);
  background-color: inherit;
  border: 1px solid var(--light-gray-3);
}

.header__login-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 20px 10px;
  color: var(--dark-gray);
  display: block;
}

.header__login-link:hover {
  color: var(--main);
  transition: 0.3s;
}

.header__logo {
  display: block;
  position: absolute;
  left: 20px;
  top: -55px;
  z-index: 3;
}

.header__text {
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 20px;
  color: var(--dark-gray);
}

/*стили footer*/

.footer {
  width: 100%;
}

.footer__top-wrap {
  background-color: var(--light-black);
}

.footer__top {
  display: flex;
  padding-top: 30px;
  padding-bottom: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.footer--league .footer__top {
  padding-bottom: 70px;
}

.container-x {
  padding-left: 20px;
  padding-right: 20px;
}

.footer__logo-block {
  margin: 0 100px 0 0;
  max-width: 406px;
}

.footer__logo-text-block {
  display: flex;
  margin: 0 0 5px 0;
}

.footer--league .footer__logo-text-block {
  margin: 0 0 15px;
}

.footer__main-logo-link {
  display: block;
  margin: 0 20px 0 0;
}

.footer__main-logo {
  max-width: none;
}

.footer__heading {
  font-weight: 700;
  font-size: 22px;
  line-height: 22px;
  color: var(--white);
  text-transform: uppercase;
  margin: 0 0 20px 0;
  font-family: "PTSans Narrow", "Arial", sans-serif;
  display: block;
}

.footer__text {
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  max-width: 325px;
}

.footer__logo-list {
  display: flex;
  align-items: center;
  margin: 0 0 0 -10px;
}

.footer__logo-link {
  padding: 10px;
  display: flex;
}

.footer__logo-link:hover .footer__logo {
  fill: var(--white);
  transition: 0.3s;
}

.footer__logo {
  fill: var(--gray);
}

.footer--league .footer__contact-block {
  max-width: none;
}

.footer__contact-heading {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  margin: 0 0 20px 0;
}

.contacts {
  display: flex;
  align-items: flex-start;
  gap: 90px;
}

.contacts__group {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacts__name {
  font-size: 13px;
  line-height: 20px;
  color: var(--gray);
}

.contacts--white .contacts__name {
  color: var(--white-opacity);
}

.contacts__text {
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.contacts--white .contacts__text {
  color: var(--white);
}

.contacts--dark .contacts__text {
  color: var(--white) !important;
}

.contacts--dark .contacts__item--address .contacts__text:hover {
  color: var(--white) !important;
}

.contacts--white .contacts__item--address .contacts__text:hover {
  color: var(--white);
}

.contacts__text:hover {
  color: var(--hover) !important;
  transition: 0.3s;
}

.footer--main .contacts__text:hover {
  color: var(--green-hover) !important;
}

.footer--spartak .contacts__text:hover {
  color: var(--burgundy) !important;
}

.socials {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 15px;
}

.socials--sidebar {
  grid-template-columns: repeat(4,1fr);
}

.socials__link {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: var(--hover);
  margin: 0 auto;
}

.socials--dark .socials__link {
  background-color: var(--dark-gray);
}

.socials__item--vk .socials__link:hover {
  background-color: #0077FF;
  transition: 0.3s;
}

.socials__item--fb .socials__link:hover {
  background-color: #3B5996;
  transition: 0.3s;
}

.socials__item--instagram .socials__link:hover {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  transition: 0.3s;
}

.socials__item--tiktok .socials__link:hover {
  background-color: var(--black);
  transition: 0.3s;
}

.socials__item--youtube .socials__link:hover {
  background-color: #ff0000;
  transition: 0.3s;
}

.socials__item--tiktok .socials__link:hover {
  background-color: var(--black);
  transition: 0.3s;
}

.socials__item--youtube .socials__link:hover {
  background-color: #ff0000;
  transition: 0.3s;
}

.socials__item--telegram .socials__link:hover {
  background-color: var(--light-blue);
  transition: 0.3s;
}

.socials--sidebar .socials__item--vk .socials__link {
  background-color: #0077FF;
}

.socials--sidebar .socials__item--fb .socials__link {
  background-color: #3B5996;
}

.socials--sidebar .socials__item--instagram .socials__link {
  background: linear-gradient(49.12deg, #FFDD55 6.62%, #FF543E 50.06%, #C837AB 93.5%);
}

.socials--sidebar .socials__item--tiktok .socials__link {
  background-color: var(--black);
}

.socials--sidebar .socials__item--youtube .socials__link {
  background-color: #ff0000;
}

.socials--sidebar .socials__item--telegram .socials__link {
  background-color: var(--light-blue);
}

.socials__item--telegram .social__icon {
  margin: 0 0 0 -4px;
}

.socials--sidebar .socials__link:hover {
  background: var(--hover);
  transition: 0.3s;
}

.socials__square {
  width: 12px;
  height: 12px;
  background-color: var(--white);
  border-radius: 2px;
}

.footer__bottom-wrap {
  background-color: var(--black);
}

.footer__bottom {
  display: flex;
  align-items: center;
  max-width: 1280px;
  margin: 0 auto;
}

.footer__copyright {
  padding: 12px 0;
  margin: 0 auto 0 0;
  opacity: 0.7;
  font-size: 12px;
  line-height: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.footer--league .footer__copyright {
  color: var(--gray);
}

.footer__year {
  color: rgba(255, 255, 255, 1);
  margin: 0 5px 0 0;
}

.footer--league .footer__year {
  color: var(--white);
}

.footer__nav-list {
  display: flex;
}

.footer__nav-link {
  padding: 12px 10px;
  opacity: 0.9;
  font-size: 12px;
  line-height: 16px;
  color: var(--white);
  display: block;
}

.footer--league .footer__nav-link {
  color: var(--light-gray-4) !important;
}

.footer__nav-item:last-child .footer__nav-link {
  padding: 12px 0 12px 10px;
}

.footer__nav-link:hover {
  color: var(--hover) !important;
  transition: 0.3s;
}

.footer--main .footer__nav-link:hover {
  color: var(--green-hover) !important;
}

.footer--spartak .footer__nav-link:hover {
  color: var(--burgundy) !important;
}

.downloads {
  display: none;
  /*display: grid;*/
  grid-template-columns: repeat(2,1fr);
  grid-column-gap: 15px;
  width: 245px;
}

.downloads__link {
  display: flex;
  align-items: center;
  height: 36px;
}

.downloads__link--google {
  background-color: var(--white);
  border-radius: 5px;
  padding: 5px 7px;
}

.keywords {
  background-color: var(--light-black);
  padding-bottom: 20px;
  max-width: 1280px;
  margin: 0 auto;
}

.keywords__content {
  display: flex;
  margin: 0 0 10px;
}

.keywords__content:last-child {
  margin: 0;
}

.keywords__name {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin: 0 10px 0 0;
  color: var(--white);
  min-width: 95px;
  padding: 4px 0;
}

.keywords__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.keywords__item {
  margin: 0 10px 10px 0;
}

.keywords__link {
  display: block;
  padding: 3px 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--gray) !important;
  border-radius: 50px;
  border: 1px solid var(--dark-gray);
  white-space: nowrap;
}

.keywords__link:hover {
  border: 1px solid var(--gray);
  transition: 0.3s;
}

.footer__name {
  position: relative;
  right: 3px;
}

/*стили медиа*/

.heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
}

.heading--white {
  color: var(--white);
}

.tabs {
  position: relative;
}

.tabs__wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.tabs__wrapper--with-text .redactor {
  max-width: 820px;
}

.tabs__navigation {
  display: flex;
  width: max-content;
}

.tabs__navigation--calendar {
  position: absolute;
  right: 15px;
  top: 56px;
  z-index: 2;
}

.link-wrapper .tabs__navigation {
  margin: 0 0 0 auto;
  padding: 0 0 0 20px;
}

.tabs__item {
  margin: 0 15px 0 0;
}

.tabs--sidebar .tabs__item {
  margin: 0 5px 0 0;
}

.tabs__item:last-child {
  margin: 0;
}

.tabs__item--active .tabs__link {
  background-color: var(--dark-white);
  color: var(--light-black);
}

.tabs__item--active .tabs__link:hover {
  background-color: var(--dark-white);
}

.tabs__link:hover {
  background-color: var(--light-gray-2);
  transition: 0.3s;
}

.tabs__link {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  padding: 8px 15px;
  border-radius: 50px;
  color: var(--gray);
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.tabs__navigation--no-border .tabs__item {
  margin: 0 30px 0 0;
}

.tabs__navigation--no-border .tabs__item:last-child {
  margin: 0;
}

.tabs__navigation--no-border .tabs__link {
  font-weight: 600;
  padding: 0;
  font-size: 16px;
  line-height: 20px;
}

.tabs__navigation--no-border .tabs__item--active .tabs__link {
  background-color: initial;
  color: var(--light-black);
}

.tabs__navigation--no-border .tabs__item--active .tabs__link:hover {
  background-color: initial;
}

.tabs__navigation--no-border .tabs__link:hover {
  background-color: initial;
}

.tabs--mini .tabs__link {
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.tabs__icon {
  margin: 0 5px 0 0;
}

.tabs__icon--list {
  fill: var(--gray);
}

.tabs__icon--map {
  stroke: var(--gray);
}

.tabs__item--active .tabs__icon {
  transition: 0.3s;
}

.tabs__item--active .tabs__icon--list {
  fill: var(--light-black);
}

.tabs__item--active .tabs__icon--map {
  stroke: var(--light-black);
}

.filters {
  display: flex;
}

.filters--rows {
  flex-direction: column;
}

.filters--profile {
  justify-content: flex-end;
}

.filters__item {
  width: 190px;
  margin: 0 20px 0 0;
}

.filters--full .filters__item {
  width: 295px;
}

.filters--rows .filters__item {
  width: 100%;
  margin: 0 0 10px;
}

.filters--small {
  width: 295px;
}

.filters--small .filters__item {
  width: 100%;
}

.matches__filters .filters__item {
  width: 170px;
}

.filters__item:last-child {
  margin: 0;
}

.dropdown {
  position: relative;
}

.dropdown__title {
  padding: 10px 25px 10px 15px;
  border-radius: 5px;
  border: 1px solid var(--light-gray-1);
  position: relative;
  background-color: var(--white);
  cursor: pointer;
}

.matches__filters .dropdown__title {
  border: none;
  padding: 10px 0;
}

.dropdown__title .dropdown__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  z-index: 3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.matches__filters .dropdown__title .dropdown__link {
  color: var(--gray);
}

.dropdown.js-open .dropdown__title,
.dropdown__title:hover {
  border: 1px solid var(--light-gray-3);
  transition: 0.3s;
}

.dropdown__title:after {
  position: absolute;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  content: url("/img/arrow.svg");
}

.matches__filters .dropdown__title:after {
  right: 0;
  content: url("/img/arrow-gray.svg");
}

.dropdown.js-open .dropdown__title:after {
  transform: rotate(180deg);
  transition: 0.3s;
}

.dropdown--disabled .dropdown__title:after {
  display: none;
}

.dropdown__options {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  border-radius: 5px;
  padding: 10px 0;
  background-color: var(--white);
  z-index: 10;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05), 0 5px 25px rgba(0, 0, 0, 0.1);
}

.matches__filters .dropdown__options {
  left: -20px;
  width: calc(100% + 40px);
}

.dropdown__options .dropdown__link {
  padding: 10px 20px;
  display: block;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.dropdown__option.js-active .dropdown__link {
  background-color: var(--dark-white);
}

.dropdown__option.js-active .dropdown__link:hover {
  background-color: var(--dark-white);
  transition: 0.3s;
}

.dropdown__options .dropdown__link:hover {
  background-color: var(--light-gray-2);
  transition: 0.3s;
}

.tabs__pane {
  display: none;
}

.tabs__pane--active {
  display: block;
}

.media__wrapper {
  padding: 25px;
  background-color: var(--dark-white);
  border-radius: 5px;
  margin: 0 0 25px;
}

.media__wrapper--margin-0 {
  margin: 0;
}

.media__list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
}

.media__list--margin-25 {
  margin: 0 0 25px;
}

.media__link {
  display: block;
}

.media__picture {
  position: relative;
  margin: 0 0 10px 0;
}

.media__img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  position: relative;
}

.media__picture:before {
  content: '';
  width: 100%;
  height: 30%;
  border-radius: 5px;
  position: absolute;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  display: block;
  z-index: 1;
}

.media__info {
  position: absolute;
  top: 10px;
  left: 10px;
  display: flex;
  align-items: baseline;
  background: var(--white);
  border-radius: 20px;
  padding: 2px 6px;
  z-index: 2;
}

.media__info--video {
  bottom: 10px;
  top: auto;
  border-radius: 50%;
  padding: 0;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.media__icon {
  fill: var(--main);
}

.media__info--video .media__icon {
  margin: 0 0 0 2px;
}

.media__number {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0 5px;
}

.media__date {
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
  margin: 0 0 5px 0;
}

.media__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.button {
  border-radius: 5px;
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  padding: 0 10px;
  height: 45px;
  background-color: var(--main);
  cursor: pointer;
}

.button:disabled {
  background-color: var(--gray);
  color: var(--light-gray-3);
  cursor: auto;
}

.button:disabled:hover {
  background-color: var(--gray);
}

.button--no-full {
  width: auto;
}

.button--search {
  width: 85px;
  height: 40px;
}

.button--medium {
  width: 215px;
}

.button--small {
  width: 110px;
}

.button:hover {
  background-color: var(--hover);
  transition: 0.3s;
}

.button--white {
  color: var(--main);
  background: var(--white);
}

.button--white:hover {
  color: var(--hover);
  background: var(--light-gray-3);
  transition: 0.3s;
}

.button--gray {
  color: var(--main);
  background: var(--dark-white);
}

.button--gray:hover {
  color: var(--hover);
  background: var(--light-gray-3);
  transition: 0.3s;
}

.button--light-gray {
  color: var(--light-black);
  background: var(--dark-white);
  width: auto;
  min-height: 40px;
  padding: 0 15px;
}

.button--light-gray:hover {
  background: var(--light-gray-3);
  transition: 0.3s;
}

.button--white {
  color: var(--main);
  background: var(--white);
}

.button--white:hover {
  color: var(--white);
  background: var(--hover);
  transition: 0.3s;
}

.button--dark-gray {
  background-color: var(--gray);
}

.button--dark-gray:hover {
  background-color: var(--dark-gray);
  transition: 0.3s;
}

.button--border:hover {
  border: 1px solid var(--hover);
  background-color: var(--white);
  color: var(--hover);
}

.button--mobile {
  display: none;
}

.button--border {
  background-color: var(--white);
  border: 1px solid var(--main);
  color: var(--main);
}

.button--margin {
  margin: 0 20px 0 0;
}

.button--field {
  width: auto;
  height: 35px;
}

.button__text {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.button__icon {
  margin: 0 0 0 5px;
  stroke: var(--white);
}

.link-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.link-wrapper--mobile {
  display: none;
}

.heading-h3 {
  font-weight: 700;
  font-size: 18px;
  line-height: 21px;
}

.heading-h4 {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
}

.link-wrapper .heading-h3 {
  margin: 0 auto 0 0;
}

.link-wrapper .heading-h3--margin-none {
  margin: 0;
}

.link {
  padding: 0 0 0 30px;
  margin: 0 0 0 auto;
  display: flex;
  align-items: center;
  color: var(--main);
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  flex-shrink: 0;
  white-space: nowrap;
}

.link-wrapper .link {
  margin: 0;
}

.search .link {
  margin: 0;
  justify-content: flex-start;
}

.link:hover {
  color: var(--hover);
  transition: 0.3s;
}

.link--mobile {
  display: none;
}

.link__icon {
  margin: 0 0 0 5px;
  stroke: var(--main);
  flex-shrink: 0;
}

.media__block-heading {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 25px 0;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  margin: 0 0 40px;
}

.breadcrumbs__item:first-child .breadcrumbs__link {
  padding: 0 12px 0 0;
}

.breadcrumbs__link {
  padding: 0 12px;
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--main);
  position: relative;
  white-space: nowrap;
}

.breadcrumbs__item:not(:last-child) .breadcrumbs__link:hover {
  color: var(--hover);
}

.breadcrumbs__link:before {
  content: url("/img/breadcrumbs-arrow.svg");
  display: block;
  position: absolute;
  right: -2px;
  top: calc(50% - 9px);
}

.breadcrumbs__item:last-child .breadcrumbs__link:before {
  display: none;
}

.breadcrumbs__item:last-child .breadcrumbs__link {
  color: var(--gray);
}

.back-link {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--main);
  display: flex;
  align-items: center;
}

.back-link:hover {
  color: var(--hover);
  transition: 0.3s;
}

.back-link__icon {
  flex-shrink: 0;
  margin: 0 5px 0 0;
  stroke: var(--main);
  transform: rotate(180deg);
}

.back-link:hover .back-link__icon {
  stroke: var(--hover);
  transition: 0.3s;
}

.gallery__wrapper {
  padding: 25px;
  background-color: var(--dark-white);
  border-radius: 5px;
  margin: 0 0 25px;
}

.gallery__date {
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 10px;
}

.gallery__author {
  font-size: 12px;
  line-height: 16px;
  color: var(--dark-gray);
  font-weight: 600;
}

.gallery__name {
  font-weight: 400;
  margin: 0 0 0 5px;
}

.scrolling-relative {
  position: relative;
}

.scrolling {
  overflow-x: scroll;
  overflow-y: hidden;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin: 0 -20px;
}

.scrolling::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.scrolling--unusual {
  margin: 0 -20px 0 0;
}

.scrolling__wrapper {
  padding: 0 20px;
}

.scrolling--unusual .scrolling__wrapper {
  padding: 0 20px 0 0;
}

.tags {
  margin: 0 0 15px;
}

.tags__wrapper {
  display: inline-block;
}

.tags__text {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding: 0 10px 0 0;
  display: inline-block;
}

.tags__list {
  display: inline;
}

.tags__item {
  display: inline-block;
  position: relative;
  padding: 0 20px 0 0;
}

.tags__item:last-child:before {
  display: none;
}

.tags__item:before {
  content: '';
  display: block;
  height: 16px;
  width: 1px;
  background-color: var(--light-gray-1);
  position: absolute;
  right: 8px;
  top: calc(50% - 10px);
}

.tags__link {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--main);
  padding: 10px 0;
  white-space: nowrap;
  display: inline-block;
}

.tags__link:hover {
  color: var(--hover);
  transition: 0.3s;
}

.tags__item:last-child .tags__link:before {
  display: none;
}

.video {
  position: relative;
  padding: 0 0 56.25%;
  height: 0;
  overflow: hidden;
  margin: 0 0 15px;
  border-radius: 10px;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

/*стили новостей*/

.all-news {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
}

.all-news__link {
  display: block;
}

.all-news__img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin: 0 0 15px;
}

.all-news__wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.all-news__type {
  color: var(--main);
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: flex;
  align-items: center;
}

.all-news__type:after {
  content: '';
  display: block;
  height: 16px;
  width: 1px;
  background-color: var(--light-gray-1);
  margin: 0 10px;
}

.all-news__date {
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
  white-space: nowrap;
}

.all-news__heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
}

.all-news__text {
  font-size: 14px;
  line-height: 20px;
}

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

.type__name {
  color: var(--main);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.type__date {
  font-size: 16px;
  line-height: 22px;
  color: var(--gray);
  display: flex;
  align-items: center;
}

.type__date:before {
  content: '';
  display: block;
  height: 16px;
  width: 1px;
  background-color: var(--light-gray-1);
  margin: 0 10px;
}

.news__description {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--dark-gray);
}

.heading-h2 {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  display: flex;
  align-items: center;
  margin: 0;
}

.link-wrapper .heading-h2 {
  margin: 0 auto 0 0;
}

.heading-h2--center {
  text-align: center;
  justify-content: center;
}

.heading-h2--mobile {
  display: none;
}

.heading-h2--white {
  color: var(--white);
}

.heading-h2--uppercase {
  text-transform: uppercase;
}

.heading-h2__icon {
  margin: 0 15px 0 0;
}

/*стили тренеры*/

.coaches {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-gap: 30px;
}

.coaches--margin-40 {
  margin: 0 0 40px;
}

.coaches__link {
  display: block;
}

.coaches__img {
  width: 100%;
  height: auto;
  margin: 0 0 10px;
}

.coaches__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}

/*стили документы*/

.documents {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-gap: 20px;
}

.documents__link {
  display: flex;
  border-radius: 4px;
  background-color: var(--dark-white);
  padding: 20px 25px;
  position: relative;
}

.documents__link:hover .documents__download {
  color: var(--main);
  transition: 0.3s;
}

.documents__date {
  font-size: 12px;
  line-height: 20px;
  color: var(--dark-gray);
  white-space: nowrap;
  margin: 0 35px 0 0;
  min-width: 110px;
}

.documents__name {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  padding: 0 25px 0 0;
  margin: 0 auto 0 0;
}

.documents__download {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
}

/*стили адреса*/

.address__item {
  padding: 20px 0;
  border-top: 1px solid var(--light-gray-1);
}

.address__item:last-child {
  padding: 20px 0 0;
}

.address__link {
  display: flex;
}

.address__img {
  border-radius: 5px;
  margin: 0 20px 0 0;
}

.address__content {
  margin: 20px 0;
}

.address__heading {
  font-size: 18px;
  line-height: 24px;
  margin: 0 0 10px;
}

.address__name {
  font-size: 14px;
  line-height: 20px;
}

.address__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.address__metro {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  margin: 0 15px 0 0;
}

.address__metro:last-child {
  margin: 0;
}

.address__metro:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 5px 0 0;
  border-radius: 50%;
  flex-shrink: 0;
}

.address__metro--red:before {
  background-color: var(--light-red);
}

.address__metro--violet:before {
  background-color: var(--violet);
}

.address__metro--green:before {
  background-color: var(--green);
}

.address__metro--blue:before {
  background-color: var(--blue);
}

.address__metro--light-blue:before {
  background-color: var(--light-blue);
}

.address__metro--brown:before {
  background-color: var(--brown);
}

.address__metro--orange:before {
  background-color: var(--orange);
}

.address__metro--yellow:before {
  background-color: var(--yellow);
}

.address__metro--gray:before {
  background-color: var(--gray);
}

.address__metro--light-green:before {
  background-color: var(--light-green);
}

.address__metro--turquoise:before {
  background-color: var(--turquoise);
}

.address__metro--gray-blue:before {
  background-color: var(--gray-blue);
}

.metro {
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  margin: 0 15px 0 0;
}

.metro:last-child {
  margin: 0;
}

.metro:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  margin: 0 5px 0 0;
  border-radius: 50%;
  flex-shrink: 0;
}

.metro--red:before {
  background-color: var(--light-red);
}

.metro--violet:before {
  background-color: var(--violet);
}

.metro--green:before {
  background-color: var(--green);
}

.metro--blue:before {
  background-color: var(--blue);
}

.metro--light-blue:before {
  background-color: var(--light-blue);
}

.metro--brown:before {
  background-color: var(--brown);
}

.metro--orange:before {
  background-color: var(--orange);
}

.metro--yellow:before {
  background-color: var(--yellow);
}

.metro--gray:before {
  background-color: var(--gray);
}

.metro--light-green:before {
  background-color: var(--light-green);
}

.metro--turquoise:before {
  background-color: var(--turquoise);
}

.metro--gray-blue:before {
  background-color: var(--gray-blue);
}

.map {
  width: 100%;
}

.map--240 {
  height: 240px;
}

.map-text {
  color: var(--gray);
}

/*стили расписание*/

.schedules__item {
  margin: 0 0 15px;
  position: relative;
}

.schedule-sticky {
  position: sticky;
  top: 0;
  background-color: var(--white);
  z-index: 5;
  margin: 0 -20px;
  padding: 25px 20px;
}

.schedules__item:last-child {
  margin: 0;
}

.schedules__ground {
  position: sticky;
  top: 0;
  background-color: var(--white);
  margin: 0 -20px;
  z-index: 2;
}

.schedules__ground-name {
  padding: 25px 20px;
}

.schedule__wrapper {
  border-radius: 5px;
  border: 1px solid var(--light-gray-1);
}

.schedule__header {
  margin: 0 20px;
  display: flex;
  align-items: center;
  background-color: var(--dark-white);
  padding: 0 10px;
  height: 45px;
  border-bottom: 1px solid var(--light-gray-1);
}

.schedule__description {
  width: 145px;
}

.schedule__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
}

.schedule__header .schedule__name {
  color: var(--gray);
  text-transform: none;
}

.schedule__year {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
}

.schedule__week {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  width: calc(100% - 145px);
  grid-gap: 10px;
}

.schedule__day {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
}

.schedule__row {
  display: flex;
  position: relative;
  padding: 10px;
  border-bottom: 1px solid var(--light-gray-1);
  min-height: 80px;
}

.schedule__row:last-child {
  border: none;
}

.schedule__program {
  width: 145px;
  height: calc(100% - 10px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1;
  position: absolute;
  background-color: var(--white);
}

.schedule__list {
  display: grid;
  grid-template-columns: repeat(7,1fr);
  width: calc(100% - 145px);
  grid-gap: 10px;
  margin: 0 0 0 145px;
}

.schedule__item {
  display: flex;
  flex-direction: column;
}

.schedule__scrolling {
  width: calc(100% + 40px);
  margin: 0 -20px;
  overflow: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 2;
  top: 0;
}

.schedule__scrolling.fixed {
  width: 100%;
  position: fixed;
}

.schedule__scrolling::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.schedule__block {
  min-height: 60px;
  background-color: var(--light-gray-2);
  border-radius: 5px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 0 10px;
  flex-grow: 1;
  text-align: center;
  padding: 4px;
  position: relative;
}

.schedule__block:last-child {
  margin: 0;
}

.schedule__block--red {
  background-color: var(--red-opacity);
}

.schedule__block--green {
  background-color: var(--green-opacity);
}

.schedule__block--blue {
  background-color: var(--blue-opacity);
}

.schedule__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 5px;
}

.schedule__block--red .schedule__text {
  color: var(--main);
}

.schedule__block--green .schedule__text {
  color: var(--green);
}

.schedule__block--blue .schedule__text {
  color: var(--light-blue-1);
}

.schedule__time {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
  margin: 0 0 5px;
}

.schedule__button {
  height: auto;
  padding: 3px 5px;
  font-size: 12px;
  line-height: 16px;
  background-color: inherit;
}

.timetables__item {
  margin: 0 0 30px;
}

.timetables__item:last-child {
  margin: 0;
}

.timetables__heading {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.timetable {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-gap: 20px;
}

.timetable__item {
  min-height: 105px;
}

.timetable__link {
  display: block;
  padding: 9px;
  border-radius: 5px;
  width: 100%;
  height: 100%;
}

.timetable__item--red .timetable__link {
  background-color: var(--red-opacity);
}

.timetable__item--green .timetable__link {
  background-color: var(--green-opacity);
}

.timetable__item--blue .timetable__link {
  background-color: var(--blue-opacity);
}

.timetable__name {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.timetable__year {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
  margin: 0 0 5px;
}

.timetable__type {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 3px;
}

.timetable__item--red .timetable__type {
  color: var(--main);
}

.timetable__item--green .timetable__type {
  color: var(--green);
}

.timetable__item--blue .timetable__type {
  color: var(--blue);
}

.timetable__time {
  font-weight: 600;
  font-size: 12px;
  line-height: 15px;
}

/*стили 404*/

.error {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 50px 51px;
  background: var(--white);
  border: 1px solid var(--light-gray-1);
  border-radius: 5px;
  text-align: center;
  position: relative;
  right: 17px;
}

.error__text {
  font-size: 16px;
  line-height: 24px;
  margin: 0 0 50px;
}

/*стили прогресс*/

.text-border {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  padding: 15px;
  border-radius: 5px;
  border: 1px solid var(--main);
}

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

.filters-wrapper form:not(.form-filters--small) {
  width: 100%;
}

.link-wrapper .form-filters {
  margin: 0 auto 0 0;
}

.share {
  margin: 0 0 0 20px;
  position: relative;
}

.share__text {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--main);
}

.share__text:hover {
  color: var(--hover);
  transition: 0.3s;
}

.share__icon {
  margin: 0 0 0 10px;
  stroke: var(--main);
}

.share__text:hover .share__icon {
  stroke: var(--hover);
  transition: 0.3s;
}

.share__block {
  display: none;
  position: absolute;
  top: 25px;
  justify-content: flex-end;
  width: 100%;
}

.share.open .share__block {
  display: flex;
}

.tables__item {
  margin: 0 0 25px;
}

.tables__item:last-child {
  margin: 0;
}

.tables-border {
  border-radius: 4px;
  border: 1px solid var(--main);
  overflow: hidden;
}

.tables-border--sidebar {
  border: 1px solid var(--dark-white);
}

.table {
  width: 100%;
  border-collapse: collapse;
  border-style: hidden;
  background-color: var(--white);
}

.table__head {
  background-color: var(--main);
}

.table-sidebar .table__head {
  background-color: var(--dark-white);
}

.table__head .table__cell {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  padding: 10px 7px;
}

.table-sidebar .table__head .table__cell {
  color: var(--gray)
}

.table-main .table__head .table__cell,
.table-teams .table__head .table__cell {
  color: var(--white);
}

.table-stats .table__head .table__cell {
  padding: 10px 15px;
}

.table-coach .table__head .table__cell {
  padding: 10px 7px;
}

.table__head .table__cell a {
  color: var(--white);
  position: relative;
}

.sort-header a:after {
  content: url("/img/sort-arrow.svg");
  position: absolute;
  right: -20px;
  top: calc(50% - 10px);
}

.sort-header.headerSortUp a:after {
  content: url("/img/sort-arrow-up.svg");
}

.sort-header.headerSortDown a:after {
  content: url("/img/sort-arrow-down.svg");
}

.table-chess {
  table-layout: fixed;
}

.table-chess .table__head .table__cell:not(.table-chess__team,.table__position) {
  border: none;
}

.table-chess .table__head .table__cell:not(.table-chess__team,.table__position):hover {
  background-color: initial;
}

.table-sidebar .table__row {
  border-bottom: 1px solid var(--dark-white);
}

.table-color .table__row:nth-child(even) {
  background-color: var(--main-opacity-7);
}

.tables-border__scrolling {
  width: calc(100% + 40px);
  margin: 0 -20px;
  overflow: scroll;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 3;
}

.tables-border__scrolling::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}

.tables-border__wrapper {
  margin: 0 20px;
}

.table-border .table__row {
  border-bottom: 1px solid var(--main);
}

.table__cell {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  padding: 7px;
  z-index: 1;
}

.table__cell--left {
  text-align: left;
}

.table-sidebar .table__cell {
  font-size: 12px;
  line-height: 16px;
  padding: 10px;
}

.table-stats__sum .table__cell {
  font-weight: 600;
  padding: 15px;
}

.table-stats .table__cell {
  padding: 10px 15px;
}

.table-stats__sub .table__cell {
  color: var(--gray);
  padding: 0;
  font-size: 12px;
  line-height: 16px;
}

.table-coach .table__cell {
  padding: 18px 7px;
}

.table-coaches .table__cell {
  padding: 10px 7px;
}

.table-chess .table__cell:not(.table-chess__team,.table__position) {
  border-left: 1px solid var(--light-gray-1);
  border-right: 1px solid var(--light-gray-1);
  padding: 0 3px;
}

.table-chess .table__cell:not(.table-chess__team,.table__position):hover {
  background-color: var(--chess-hover);
  transition: 0.3s;
}

.table-sidebar .table-sidebar__link {
  background-color: var(--dark-white);
  padding: 8px 10px;
}

.table-sidebar__link .link {
  justify-content: flex-end;
}

.table__row:first-child .table-sidebar__name {
  font-weight: 600;
}

.table-sidebar__club {
  color: var(--gray);
}

.table-sidebar__name,
.table-sidebar__club,
.table-sidebar__text {
  z-index: 3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-sidebar__name:hover,
.table-sidebar__club:hover,
.table-sidebar__text:hover {
  color: var(--hover);
  transition: 0.3s;
}

.table-sidebar .table-sidebar__position {
  width: 25px;
  padding: 10px 0 10px 10px ;
}

.table__unit {
  display: flex;
  align-items: center;
  min-height: 36px;
}

.table__picture {
  margin: 0 10px 0 0;
}

.table__content {
  text-align: left;
}

.table__img-link {
  display: block;
  margin: 0 10px 0 0;
}

.table__logo {
  border-radius: 3px;
}

.table__img {
  border-radius: 50%;
}

.table__club,
.table__name,
.table__person {
  display: block;
}

.table__name:hover,
.table__club:hover,
.table__match:hover,
.table__tournament:hover,
.table__division:hover,
.table__person:hover {
  color: var(--hover);
  transition: 0.3s;
}

.table__name {
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
}

.table__position {
  width: 35px;
  padding: 7px 5px;
}

.table-main__points {
  font-weight: 600;
}

.table-main__date {
  font-weight: 600;
  text-align: right;
  width: 23%;
  padding: 7px 20px;
}

.table-main__person {
  width: 30%;
  text-align: left;
}

.table-main__team {
  width: 25%;
  text-align: left;
}

.table-main__team-36 {
  width: 36%;
}

.table-main__club {
  width: 300px;
  text-align: left;
}

.table-main__progress {
  text-align: left;
  padding: 0;
}

.table-main__icon {
  padding: 7px 40px 7px 7px;
  text-align: right;
}

.table-main__15 {
  width: 15%;
}

.table-main__12 {
  width: 12%;
}

.table-main__10 {
  width: 10%;
}

.table-main__sticky-element {
  position: absolute;
  z-index: 2;
}

.table-main__sticky-element.table__position {
  display: flex;
  align-items: center;
  justify-content: center;
  left: 1px;
}

.table-color .table__row:nth-child(even) .table-main__sticky-element {
  background-color: #f0f8f1;
}

.table-color .table__row:nth-child(odd) .table-main__sticky-element {
  background-color: var(--white);
}

.table-main__sticky-element.table-main__club,
.table-main__sticky-element.table-chess__team {
  left: 35px;
}

.table-main__sticky-element.table__position.open {
  left: -20px;
}

.table-main__sticky-element.table-main__club.open,
.table-main__sticky-element.table-chess__team.open {
  left: 15px;
}

.table-main td.table__cell {
  height: 50px;
}

.table-chess .table__row:hover {
  background-color: var(--main-opacity-40);
  transition: 0.3s;
}

.table-chess__empty {
  background-color: var(--light-gray-3) !important;
}

.table-chess__container {
  min-height: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.table-chess__container--more-two .table-chess__link {
  font-size: 12px;
  line-height: 14px;
  padding: 5px 0;
}

.table-chess__link {
  border-bottom: 1px solid var(--light-black);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  flex-grow: 1;
}

.table-chess__link:last-child {
  border-bottom: none;
}

.table-chess__team {
  width: 300px;
  text-align: left;
}

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

.progress__link {
  padding: 10px 7px;
  display: inline-block;
}

.progress__circle {
  display: inline-block;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  position: relative;
  top: 2px;
}

.progress__item--winner .progress__circle {
  background-color: var(--green);
}

.progress__item--looser .progress__circle {
  background-color: var(--red);
}

.progress__item--draw .progress__circle {
  background-color: var(--gray);
}

.table-stats__group {
  background-color: var(--main-opacity-7);
}

.table-stats__border {
  border-bottom: 1px solid var(--light-gray-1);
  padding: 10px 15px;
  height: 40px;
}

.table-stats__border--first {
  margin: 0 0 0 60px;
  padding: 10px 15px 10px 0;
}

.table-stats__sub--semi-bold .table-stats__border--first {
  margin: 0 0 0 50px;
}

.table-stats__sub--semi-bold .table-stats__border {
  border-bottom: none;
  height: auto;
  min-height: 40px;
}

.table-stats__sub--semi-bold .table__cell:not(.table-stats__tournament) {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: var(--light-black);
}

.table-stats__tournament {
  text-align: left;
  width: 35%;
}

.table-stats__sub--semi-bold .table-stats__tournament {
  width: 27%;
}

.table-stats__match {
  width: 40%;
}

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

.table-stats__sub--semi-bold .table__info {
  display: inline;
}

.table__tournament {
  font-weight: 500;
}

.table__tournament,
.table__division {
  z-index: 3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-stats__sub--semi-bold .table__tournament,
.table-stats__sub--semi-bold .table__division {
  display: inline;
  overflow: initial;
}

.table__tournament--league {
  display: block;
}

.table__match {
  display: flex;
  align-items: center;
  justify-content: center;
}

.table__rival {
  width: 40%;
  padding: 0 20px;
  display: inline-block;
  text-align: left;
  z-index: 3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table__rival--left {
  text-align: right;
}

.table__goals {
  flex-shrink: 0;
  font-weight: 500;
}

.table__icon {
  display: block;
  margin: 0 0 0 auto;
}

.table-teams__grids {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 5px;
}

.table-teams__person {
  width: 45%;
  text-align: left;
}

/* Вопросы */

.questions__item {
  background-color: var(--dark-white);
  padding: 25px 20px;
  border-radius: 10px;
}

.questions__item {
  margin: 0 0 20px 0;
}

.questions__item:last-child {
  margin: 0;
}

.questions__text {
  margin: 0;
}

/*стили прогресс индивидуальный*/

.profile__flex {
  display: flex;
  margin: 0 0 40px;
}

.profile__block {
  display: flex;
  width: 66%;
  margin: 0 20px 0 0;
  background-color: var(--dark-white);
  border-radius: 5px;
}

.profile__img {
  border-radius: 5px 0 0 5px;
}

.profile__content {
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.profile__name {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 25px;
}

.profile__list {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 20px;
  max-width: 445px;
}

.profile__unit {
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
  margin: 0 0 5px;
}

.profile__info {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
}

.profile__text {
  width: 32%;
  padding: 20px;
  font-size: 14px;
  line-height: 20px;
  background: rgba(198, 22, 51, 0.07);
  border-radius: 5px;
}

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

.profile__filter .share {
  margin: 0 0 0 40px;
  width: auto;
}

/*стили инвойс*/

.invoice {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

/*стили завершение оплаты*/

.feedback {
  width: 100%;
  max-width: 400px;
  border-radius: 5px;
  border: 1px solid var(--light-gray-1);
  padding: 20px;
  margin: 0 auto;
}

.feedback__heading {
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  margin: 0 0 10px;
}

.feedback__text {
  font-size: 14px;
  line-height: 20px;
  padding: 0 0 30px;
  margin: 0 0 30px;
  border-bottom: 1px solid var(--light-gray-1);
}

.feedback__payment {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 30px;
  text-align: right;
}

/*стили лагерь*/

.pink-block {
  background: rgba(198, 22, 51, 0.07);
  border-radius: 5px;
  padding: 20px;
}

/*стили о нас*/

.picture {
  display: block;
}

.picture__img {
  width: 100%;
  height: auto;
}

/*стили поиск*/

.find {
  display: flex;
  margin: 0 0 40px;
  position: relative;
}

.find__wrapper {
  width: calc(100% - 105px);
  margin: 0 20px 0 0;
  position: relative;
}

.find__input {
  width: 100%;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  border: 1px solid var(--light-gray-1);
  border-radius: 5px;
  outline: none;
  padding: 10px 40px;
}

.find__delete {
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  height: 40px;
  width: 40px;
  top: 0;
  right: 0;
  background-color: inherit;
}

.find__input:focus ~ .find__delete {
  display: flex;
}

.find__delete:hover .find__icon {
  fill: var(--pink);
}

.find__wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  position: absolute;
  top: 0;
  left: 0;
}

.find__magnifier {
  stroke: var(--light-black);
}

.results {
  display: grid;
  grid-row-gap: 40px;
}

.results__info {
  padding: 0 0 40px;
  border-bottom: 1px solid var(--light-gray-1);
}

.results__info:last-child {
  padding: 0;
  border-bottom: none;
}

.results__text {
  font-weight: bold;
  font-size: 26px;
  line-height: 110%;
}

.results__list {
  display: grid;
  grid-row-gap: 20px;
}

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

.results__img {
  margin: 0 15px 0 0;
  border-radius: 50%;
}

.results__img--group {
  border-radius: 5px;
}

.results__name {
  font-size: 16px;
  line-height: 24px;
}

.results__unit {
  font-size: 14px;
  line-height: 20px;
  color: var(--gray);
}

.margin-bottom-10 {
  margin: 0 0 10px;
}

.margin-bottom-15 {
  margin: 0 0 15px;
}

.margin-bottom-20 {
  margin: 0 0 20px;
}

.margin-bottom-25 {
  margin: 0 0 25px;
}

.margin-bottom-30 {
  margin: 0 0 30px;
}

.margin-bottom-40 {
  margin: 0 0 40px;
}

.margin-top-25 {
  margin: 25px 0 0;
}

/*стили опросник*/

.form--survey {
  width: 100%;
  max-width: 405px;
  min-height: 570px;
  margin: 0 auto;
  padding: 50px;
  border: 1px solid var(--light-gray-1);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.form--survey.question-block.hidden{
  display: none;
}

.form__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 50px;
}

.form--survey .form__text {
  font-weight: 600;
  margin: 0;
}

.form__number {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--main);
}

.form__name {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 25px;
}

.form--survey .form__group {
  margin: 0 0 20px;
}

.form--survey .form__group--last {
  padding: 0 0 20px;
  margin: 0 0 auto;
}

.form--survey .form__label {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  display: flex;
  cursor: pointer;
  margin: 0;
}

.calendar .form__label--checkbox {
  display: flex;
  align-items: center;
  margin: 0;
  position: relative;
  cursor: pointer;
}

.form__label--checkbox,
.form__label--radio {
  display: flex;
  align-items: center;
  position: relative;
}

.form__label--checkbox::before,
.form__label--radio::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid var(--light-black);
  margin: 0 10px 0 0;
}

.form__label--checkbox::before {
  border-radius: 3px;
}

.form__label--radio::before {
  border-radius: 50%;
}

.form__label--checkbox::after,
.form__label--radio::after {
  position: absolute;
  align-items: center;
  justify-content: center;
  display: none;
}

.form__label--checkbox::after {
  content: url("/img/check.svg");
  width: 20px;
  height: 20px;
  left: 0;
  top: calc(50% - 10px);
}

.form__label--radio::after {
  content: '';
  width: 10px;
  height: 10px;
  left: 5px;
  top: calc(50% - 5px);
  border-radius: 50%;
  background-color: var(--light-black);
}

.form__input:checked + .form__label::after {
  display: flex;
}

.form__input[type=checkbox],
.form__input[type=radio] {
  position: absolute;
  z-index: 2;
  opacity: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.form--survey .form__input {
  width: 85px;
  margin: 0;
}

.form--survey .form__textarea {
  margin: 0;
  resize: none;
}

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

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

.form__button {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--main);
  display: flex;
  align-items: center;
  border-radius: 5px;
  height: 44px;
  background: none;
  padding: 0 15px 0 0;
}

.form__back {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.form--survey .form__button:hover {
  color: var(--hover);
}

.form--survey .form__arrow {
  transform: rotate(180deg);
  stroke: var(--main);
  margin: 0 0 0 5px;
}

.form--survey .button {
  margin: 0;
}

.form--survey .form__content {
  font-size: 16px;
  line-height: 24px;
}

.form--flex {
  display: flex;
}

.form--column {
  flex-direction: column;
  align-items: center;
}

.form__list:first-child {
  margin: 0 125px 0 0;
}

.form__list--small:first-child {
  margin: 0 25px 0 0;
}

.form--one {
  display: flex;
  justify-content: center;
}

.form--flex .form__block,
.form--one .form__block {
  max-width: 400px;
  width: 100%;
}

.form__row {
  display: flex;
  align-items: center;
  grid-gap: 35px;
}

.form__list {
  display: grid;
  grid-gap: 40px;
  grid-template-columns: repeat(1,1fr);
  flex-shrink: 0;
}

.form__list--field {
  flex-grow: 1;
  width: calc(100% - 525px);
}

.form__list--blocks {
  width: 100%;
  max-width: 380px;
}

.form__list--blocks .form__block {
  margin: 0;
}

.form__sum {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.form__sum--right {
  text-align: right;
}

/*стили баннера*/

.banners {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 20px;
}

.banner {
  position: relative;
  padding: 10px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  border-radius: 5px;
  overflow: hidden;
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner--small {
  min-height: 220px;
}

.banner--coach {
  min-height: 220px;
  background-position: right center;
}

.banner:before,
.banner:after {
  border-radius: 5px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.banner:before {
  background: var(--dark-gray);
  opacity: 0.5;
}

.banner:after {
  background: linear-gradient(180deg, #0AAA1E 0%, #00A880 100%);
  opacity: 0.1;
}

.banner-gift:after {
  opacity: 0.5;
}

.banner--coach:before,
.banner--coach:after {
  display: none;
}

.banner__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.banner-gift .banner__wrap {
  border: 2px solid var(--white);
  border-radius: 3px;
}

.banner__heading {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: var(--white);
  margin: 0 0 30px;
  max-width: 421px;
  z-index: 2;
}

.banner__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--white);
  max-width: 430px;
  z-index: 2;
}

.banner__link {
  max-width: 230px;
  width: 100%;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  box-shadow: 0 13px 20px rgba(4, 70, 12, 0.2);
  border-radius: 5px;
  background-color: var(--white);
  z-index: 2;
  display: block;
}

.banner__link:hover {
  background-color: var(--main);
  color: var(--white);
  transition: 0.3s;
}

.banner__column {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 175px;
}

/*стили запись в лигу*/

.event__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--main);
}

.sign-up {
  max-width: 520px;
  margin: 0 auto;
}

.sign-up__text {
  font-size: 16px;
  line-height: 24px;
}

.sign-up .form {
  max-width: 400px;
}

.sign-up .form__contract {
  margin: 0;
}

.form__socials {
  display: flex;
  justify-content: center;
}

/*стили контакты*/

.requisites {
  padding: 15px;
  width: 100%;
  max-width: 460px;
  background-color: var(--dark-white);
  border-radius: 5px;
  display: grid;
  grid-gap: 10px;
  margin: 0 0 40px;
}

.requisites__item {
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}

/*стили календарь*/

.matches--main {
  background-color: var(--dark-white);
  border-radius: 5px;
  padding: 20px;
}

.matches__list {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  grid-column-gap: 20px;
  overflow: hidden;
}

.matches__division {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
  margin: 0 0 10px;
  z-index: 3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.matches__link {
  display: block;
}

.matches__time {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--white);
  padding: 0 15px;
  text-align: center;
  width: 100%;
  background-color: var(--main);
  border: 1px solid var(--main);
  border-radius: 5px 5px 0 0;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.matches--main .matches__item--children .matches__time {
  background-color: var(--children);
  border: 1px solid var(--children);
}

.matches--main .matches__item--league .matches__time {
  background-color: var(--green);
  border: 1px solid var(--green);
}

.matches__teams {
  border: 1px solid var(--main-opacity-50);
  border-top: none;
  border-radius: 0 0 5px 5px;
}

.matches--main .matches__item--children .matches__teams {
  border: 1px solid var(--children-opacity-50);
}

.matches--main .matches__item--league .matches__teams {
  border: 1px solid var(--green-opacity-50);
}

.matches__team {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  border-bottom: 1px solid var(--main-opacity-50);
  height: 40px;
}

.matches__team:last-child {
  border-bottom: none;
}

.matches__name--lost {
  color: var(--gray);
}

.matches__logo {
  margin: 0 10px 0 0;
  border-radius: 3px;
}

.matches__name {
  font-size: 12px;
  line-height: 16px;
  padding: 0 10px 0 0;
  margin: 0 auto 0 0;
  z-index: 3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.matches__goals {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
}

.matches__filters {
  margin: 0 40px;
}

.link-wrapper .matches__filters {
  margin: 0 auto 0 40px;
}

/*стили турниры*/

.tournaments {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
}

.tournaments__item {
  display: flex;
  flex-direction: column;
}

.tournaments__link {
  display: block;
  position: relative;
}

.tournaments__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--dark-gray);
  opacity: 0.5;
  border-radius: 5px 5px 0 0;
  z-index: 2;
}

.tournaments__img {
  width: 100%;
  height: auto;
  border-radius: 5px 5px 0 0;
  z-index: 1;
}

.tournaments__name {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  font-weight: 700;
  font-size: 26px;
  line-height: 30px;
  color: var(--white);
  text-align: center;
  z-index: 3;
}

.tournaments__content {
  padding: 20px;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  border-radius: 0 0 5px 5px;
  background-color: var(--dark-white);
}

.tournaments__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
  margin: 0 0 5px;
}

.tournaments__date {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 15px;
}

.tournaments__field {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 20px;
  display: block;
}

.tournaments__field:hover {
  color: var(--hover);
  transition: 0.3s;
}

.tournaments__status {
  width: 100%;
  padding: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  background: var(--white);
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 0 0;
}

.tournaments__status--start {
  color: var(--green);
}

.tournaments__status--active {
  color: var(--light-blue-1);
}

.tournaments__status--end {
  color: var(--gray);
}

/*стили шапка турнира*/

.tournament-nav__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.tournament-nav__item {
  margin: 0 30px 0 0;
}

.tournament-nav__item:last-child {
  margin: 0 30px 0 0;
}

.tournament-nav__link {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: var(--light-gray-3);
}

.tournament-nav__link:hover {
  color: var(--light-black);
  transition: 0.3s;
}

.tournament-nav__item--active {
  order: -1;
}

.tournament-nav__item--active .tournament-nav__link {
  color: var(--light-black);
}

/*стили турнира*/

.tournament {
  position: relative;
}

.tournament__img {
  width: 100%;
  height: 415px;
  object-position: top center;
  object-fit: cover;
}

.tournament__content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.tournament__date {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
  margin: 0 0 10px;
}

.tournament__field {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
  margin: 0 0 auto;
}

.tournament__name {
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  margin: 0 0 10px;
  color: var(--white);
}

.tournament__status {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
  margin: 0 0 40px;
}

.tournament__status--start {
  color: var(--green);
}

.tournament__status--active {
  color: var(--light-blue-1);
}

.tournament__status--end {
  color: var(--white);
}

.tournament__button {
  background-color: var(--main);
  padding: 7px 15px;
  color: var(--white);
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 40px;
}

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

.tournament__button:disabled {
  background-color: var(--gray);
  color: var(--light-gray-3);
  cursor: auto;
}

.tournament__button:disabled:hover {
  background-color: var(--gray);
}

.tournament__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: var(--white);
  margin: 0 0 5px;
}

.tournament__format {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--main);
}

/*стили заявки команд*/

.grids__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 10px;
}

.grids__list--four {
  grid-template-columns: repeat(4,1fr);
}

.grids__link {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  background: var(--dark-white);
  border-radius: 4px;
}

.grids__logo {
  margin: 0 15px 0 0;
  border-radius: 6px;
}

.grids__content {
  display: grid;
  grid-template-columns: repeat(1,1fr);
  grid-row-gap: 8px;
}

.grids__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  z-index: 3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grids__info {
  font-size: 12px;
  line-height: 16px;
  z-index: 3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.request__name {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
}

.request__link {
  color: var(--main);
  padding: 0 8px;
}

.request__link:hover {
  color: var(--hover);
  transition: 0.3s;
}

.request__coach {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

/*стили профиль игрока*/

.player {
  display: flex;
  align-items: flex-start;
  border-radius: 5px;
  overflow: hidden;
  background-color: var(--dark-white);
}

.player__content {
  padding: 20px;
  background-color: var(--dark-white);
  min-height: 295px;
  flex-grow: 1;
}

.player--coach .player__content {
  min-height: 225px;
}

.player__content--240 {
  min-height: 240px;
}

.player__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.player__center {
  padding: 10px 0;
  border-top: 1px solid var(--light-gray-1);
  border-bottom: 1px solid var(--light-gray-1);
  display: grid;
  grid-template-columns: 55% auto;
  align-items: center;
  justify-content: space-between;
  grid-gap: 20px;
}

.player--coach .player__center {
  border-bottom: none;
  padding: 20px 0 0;
}

.player__info-list {
  flex-grow: 1;
}

.player__info-item {
  padding: 0 0 20px;
  margin: 0 0 20px;
  border-bottom: 1px solid var(--light-gray-1);
}

.player__info-item:last-child {
  padding: 0;
  margin: 0;
  border-bottom: none;
}

.player__info {
  display: grid;
  grid-gap: 20px;
}

.player__info--many {
  grid-template-columns: repeat(2,1fr);
}

.player__info--three {
  grid-template-columns: repeat(3,1fr);
}

.player__text {
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
  margin: 0 0 5px;
}

.player__text--medium {
  font-weight: 500;
}

.player__unit {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  display: inline-block;
  margin: 0 10px 0 0;
}

.player__unit--socials {
  color: var(--main);
}

.player__unit--link:hover {
  color: var(--hover);
  transition: 0.3s;
}

.player__stats {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(auto-fill,minmax(190px, 1fr));
}

.player__stat {
  width: 190px;
}

.player__main {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.player__icon {
  margin: 0 10px 0 0;
  fill: var(--main);
  stroke: var(--main);
}

.player__icon--circle {
  border-radius: 50%;
  overflow: hidden;
}

.player__column {
  display: flex;
  flex-direction: column;
}

.player__name {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}

.player__wrap {
  position: relative;
}

.player__change {
  display: flex;
  padding: 10px;
  position: absolute;
  left: 0;
  bottom: 0;
}

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

.info__row--header {
  background-color: var(--main);
}

.info__row--group {
  background-color: var(--dark-white);
}

.info__row--sub {
  margin: 0 0 0 60px;
  border-bottom: 1px solid var(--light-gray-1);
}

.info__item:last-child .info__row--sub {
  border-bottom: none;
}

.info__cell {
  width: 8%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
}

.info__cell:first-child {
  justify-content: flex-start;
}

.info__row--header .info__cell {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--white);
}

.info__row--sum .info__cell {
  font-weight: 600;
  padding: 15px;
}

.info__row--sub .info__cell {
  font-size: 12px;
  line-height: 16px;
}

.info__row--sub .info__cell:first-child {
  font-size: 12px;
  line-height: 16px;
  padding: 10px 15px 10px 0;
}

.info__content {
  display: flex;
  flex-direction: column;
}

.info__img-link {
  display: block;
  margin: 0 10px 0 0;
}

.info__img {
  border-radius: 3px;
}

.info__name {
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
}

.info__name:hover,
.info__link:hover {
  color: var(--hover);
  transition: 0.3s;
}

.info__cell--big {
  width: 60%;
}

.info__cell--medium {
  width: 28.6%;
  display: flex;
  align-items: center;
}

.info__points {
  margin: 0 15px;
  display: block;
  flex-shrink: 0;
}

.info__link--tournament {
  font-weight: 500;
  margin: 0 5px 0 0;
}

.info__link {
  display: flex;
  align-items: center;
  justify-content: center;
}

.info__team {
  width: 45%;
  display: block;
}

.info__team--left {
  text-align: right;
}

/*стили календарь*/

.calendar {
  z-index: 1;
}

.calendar__header {
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--main);
}

.calendar__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--white);
}

.calendar__row {
  padding: 25px 15px;
  display: flex;
  height: 75px;
  align-items: center;
  border-bottom: 1px solid var(--main);
}

.calendar__group {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--main);
  white-space: nowrap;
}

.calendar__checkbox {
  margin: 0 250px 0 0;
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

.calendar__item {
  display: flex;
  align-items: center;
  padding: 20px 15px;
  border-bottom: 1px solid var(--light-gray-1);
}

.calendar__match {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.calendar__team {
  display: flex;
  align-items: center;
  width: 43%;
}

.calendar__team--left {
  text-align: right;
  justify-content: flex-end;
}

.calendar__content {
  margin: 0 10px;
}

.calendar__name {
  font-size: 14px;
  line-height: 20px;
  display: block;
}

.calendar__name:hover,
.calendar__coach:hover,
.calendar__score:hover .calendar__score-main,
.calendar__score:hover .calendar__score-additional {
  color: var(--hover);
  transition: 0.3s;
}

.calendar__coach {
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
  display: block;
}

.calendar__link {
  display: block;
}

.calendar__picture {
  display: block;
}

.calendar__logo {
  border-radius: 3px;
}

.calendar__score {
  display: grid;
  grid-gap: 5px;
  padding: 0 10px;
}

.calendar__score-main {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  width: 45px;
  display: flex;
  justify-content: center;
}

.calendar__score-additional {
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
  width: 45px;
  display: flex;
  justify-content: center;
}

.calendar__info {
  width: 30%;
  text-align: right;
}

.calendar__date {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 5px;
}

.calendar__tournament {
  display: none;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
}

.calendar__division {
  display: none;
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
}

.calendar__field {
  font-size: 12px;
  line-height: 16px;
  color: var(--dark-gray);
}

/*стили матча*/

.match,
.match a {
  color: var(--white);
}

.match {
  padding: 0;
}

.match__content {
  padding: 20px 40px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.match__date {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  margin: 0 0 10px;
}

.match__place {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: 500;
}

.match__main {
  display: flex;
  align-items: flex-start;
  padding: 40px 0;
}

.match__team {
  display: flex;
  align-items: center;
  width: calc((100% - 250px)/2);
}

.match__team--right {
  justify-content: flex-end;
}

.match__picture {
  flex-shrink: 0;
  width: 80px;
  height: 80px;
}

.match__team--right .match__picture {
  order: 2;
}

.match__img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
}

.match__unit {
  display: grid;
  grid-gap: 5px;
}

.match__team--right .match__unit {
  order: 1;
  text-align: right;
}

.match__team-name {
  font-weight: 700;
  padding: 0 20px;
  flex-grow: 1;
  font-size: 18px;
  line-height: 20px;
}

.match__team-name:hover,
.match__coach:hover {
  color: var(--hover);
  transition: 0.3s;
}

.match__coach {
  padding: 0 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.match__middle {
  width: 250px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.match__score {
  font-weight: 700;
  font-size: 70px;
  line-height: 78px;
  margin:  0 0 10px;
}

.match__score-additional {
  font-size: 24px;
  line-height: 26px;
}

.match__score-link:hover {
  color: var(--hover);
  transition: 0.3s;
}

.bests,
.redactor .bests {
  display: flex;
  margin: 0 0 10px;
}

.bests__item,
.redactor .bests__item {
  width: calc(100%/2);
  display: flex;
  padding: 0 10px 0 0;
  flex-direction: column;
  margin: 0;
  align-items: initial;
}

.redactor .bests__item:before {
  display: none;
}

.bests__item--right {
  text-align: right;
  justify-content: flex-end;
  padding: 0 0 0 10px;
  margin: 0 0 0 auto;
}

.bests__item--right .bests__icon {
  order: 2;
  margin: 0 0 0 5px;
}

.bests__icon {
  margin: 0 5px 0 0;
  fill: var(--white);
}

.bests__title {
  font-size: 14px;
  line-height: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.bests__title:hover,
.bests__title:hover .bests__icon {
  color: var(--hover);
  fill: var(--hover);
  transition: 0.3s;
}

.bests__item--right .bests__title {
  justify-content: flex-end;
}

.bests__text,
.redactor .bests__text {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  padding: 0 25px;
}

.match__referees {
  text-align: center;
  margin: 0 0 15px 0;
}

.match__referee {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 5px;
}

.match__rating {
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
}

.match__tournament {
  display: block;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  margin: 0 0 5px;
  text-align: center;
}

.match__tournament:hover,
.match__round:hover {
  color: var(--hover);
  transition: 0.3s;
}

.match__round,
.redactor .match__round {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
  text-align: center;
}

.comments {
  display: grid;
  grid-gap: 20px;
}

.comments__item {
  padding: 20px;
  border: 1px solid var(--light-gray-1);
  border-radius: 5px;
}

.comments__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  color: var(--dark-gray);
}

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

.comments__img-link {
  display: block;
  margin: 0 15px 0 0;
}

.comments__img {
  border-radius: 50%;
}

.comments__coach {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 5px;
  display: block;
}

.comments__team {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--dark-gray);
}

.comments__coach:hover,
.comments__team:hover {
  color: var(--hover);
  transition: 0.3s;
}

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

.match-team {
  display: flex;
  align-items: center;
  width: 40%;
}

.protocol__unit .match-team {
  width: 100%;
}

.match-team--right {
  justify-content: flex-end;
  text-align: center;
}

.match-team__img {
  border-radius: 3px;
}

.match-team--right .match-team__img {
  order: 2;
}

.match-team__name {
  margin: 0 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.match-team--right .match-team__name {
  order: 1;
}

.match-team:hover .match-team__name {
  color: var(--hover);
  transition: 0.3s;
}

.match-team__info {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  margin: 0 10px;
  width: 20%;
}

.match-stats {
  padding: 25px 0;
  border-top: 1px solid var(--light-gray-1);
}

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

.match-stats__info {
  width: 32%;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
}

.match-stats__info--center {
  text-align: center;
  justify-content: center;
}

.match-stats--referee .match-stats__info--center {
  width: 100%;
}

.match-stats__info--right {
  text-align: right;
  justify-content: flex-end;
}

.match-stats__icon {
  margin: 0 10px 0 0;
  fill: var(--main);
}

.match-stats__info--right .match-stats__icon {
  margin: 0 0 0 10px;
  order: 2;
}

.match-stats__line {
  width: 100%;
  height: 5px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  overflow: hidden;
}

.match-stats__percent {
  height: 100%;
}

.match-stats__percent--loser {
  background-color: var(--orange);
}

.match-stats__percent--draw {
  background-color: var(--light-gray-3);
}

.match-stats__percent--winner {
  background-color: var(--main);
}

.history__list {
  border: 1px solid var(--light-gray-1);
  border-radius: 5px;
}

.history__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 15px;
  border-bottom: 1px solid var(--light-gray-1);
}

.history__item:last-child {
  border-bottom: none;
}

.history__tournaments {
  width: 22%;
}

.history__tournament {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin: 0 0 5px;
  display: block;
}

.history__tournament:hover,
.history__tour:hover {
  color: var(--hover);
  transition: 0.3s;
}

.history__tour {
  font-size: 12px;
  line-height: 16px;
  display: block;
}

.history__match {
  width: 55%;
  display: flex;
  align-items: center;
}

.history__team {
  width: 45%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.history__team--left {
  text-align: right;
  justify-content: flex-end;
}

.history__name {
  padding: 0 10px;
  font-size: 16px;
  line-height: 20px;
}

.history__team:hover .history__name {
  color: var(--hover);
  transition: 0.3s;
}

.history__logo {
  border-radius: 3px;
}

.history__score {
  display: grid;
  padding: 0 10px;
  margin: 0 auto;
  text-align: center;
  align-items: center;
}

.history__score:hover .history__score-main,
.history__score:hover .history__score-additional {
  color: var(--hover);
  transition: 0.3s;
}

.history__score-main {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  white-space: nowrap;
}

.history__score-additional {
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
  white-space: nowrap;
}

.history__data {
  text-align: right;
  width: 22%;
}

.history__date {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  text-align: right;
}

.history__field {
  font-size: 12px;
  line-height: 16px;
  color: var(--dark-gray);
}

.icons__item {
  display: flex;
  align-items: center;
  margin: 0 0 10px;
}

.icons__name {
  margin: 0 0 0 10px;
}

.protocol__container {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  grid-gap: 20px;
}

.match-team--mobile {
  display: none;
}

.protocol__list {
  border: 1px solid var(--light-gray-1);
  border-radius: 5px;
  overflow: hidden;
}

.protocol__item {
  padding: 5px 15px;
  border-bottom: 1px solid var(--light-gray-1);
  display: flex;
  align-items: center;
  min-height: 50px;
}

.protocol__item:last-child {
  border-bottom: none;
}

.protocol__number {
  font-size: 14px;
  line-height: 20px;
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.protocol__unit--left .protocol__number {
  order: 3;
}

.protocol__player {
  padding: 0 15px;
  display: flex;
  align-items: center;
  width: 60%;
}

.protocol__unit--left .protocol__player {
  order: 2;
  justify-content: flex-end;
}

.protocol__img {
  border-radius: 50%;
}

.protocol__unit--left .protocol__img {
  order: 2;
}

.protocol__unit--left .protocol__name {
  order: 1;
  text-align: right;
}

.protocol__name {
  font-size: 14px;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  text-align: left;
}

.protocol__player:hover .protocol__name {
  color: var(--hover);
  transition: 0.3s;
}

.protocol__name-status {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  margin: 0 10px;
}

.protocol__unit--left .protocol__name-status {
  order: -1;
}

.protocol__events {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 0 auto;
  justify-content: flex-end;
  grid-column-gap: 10px;
  grid-row-gap: 1px;
  width: 35%;
}

.protocol__unit--left .protocol__events {
  order: 1;
  margin: 0 auto 0 0;
  justify-content: flex-start;
}

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

.protocol__icon--red-card {
  fill: var(--red-1);
}

.protocol__icon--yellow-card {
  fill: var(--yellow-1);
}

.protocol__count {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin: 0 5px 0 0;
  width: 20px;
  justify-content: flex-end;
  align-items: center;
  display: none;
}

.timeline__list {
  padding: 30px 0 0;
  border-top: 1px solid var(--light-gray-1);
}

.timeline__item {
  display: flex;
  align-items: flex-start;
}

.timeline__part {
  width: calc((100% - 40px) / 2);
  display: flex;
  padding: 0 15px;
}

.timeline__part--left {
  justify-content: flex-end;
}

.timeline__middle {
  width: 40px;
  padding: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--main);
}

.timeline__middle:after {
  content: '';
  width: 1px;
  height: 50px;
  background-color: var(--main);
  margin: 5px 0 ;
}

.timeline__item:last-child .timeline__middle:after {
  display: none;
}

.timeline__icon {
  flex-shrink: 0;
}

.timeline__part--left .timeline__icon {
  order: 2;
}

.timeline__item--yellow-card .timeline__icon {
  fill: var(--yellow-1);
}

.timeline__item--red-card .timeline__icon {
  fill: var(--red-1);
}

.timeline__persons {
  display: grid;
  grid-gap: 5px;
}

.timeline__part--left .timeline__persons {
  order: 1;
  text-align: right;
}

.timeline__person {
  display: block;
  padding: 0 15px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.timeline__additional {
  display: block;
  padding: 0 15px;
  color: var(--main);
  font-size: 12px;
  line-height: 16px;
}

.timeline__item--yellow-card .timeline__additional {
  color: var(--orange);
}

.timeline__item--red-card .timeline__additional {
  color: var(--red-1);
}

/*стили профиля команды*/

.team__coach {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.team__name {
  color: var(--main);
  padding: 0 10px;
  display: block;
}

.team__name:hover {
  color: var(--hover);
  transition: 0.3s;
}

.team__content {
  position: relative;
}

.team__img {
  position: absolute;
  bottom: 0;
  left: 0;
}

.share-popup {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1154;
  padding: 15px;
}

.share-popup.open {
  display: flex;
}

.share-popup__wrap {
  background-color: var(--white);
  position: relative;
  max-width: 370px;
  padding: 35px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.share-popup__text {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 10px;
}

.share-popup__closed {
  flex-shrink: 0;
  display: block;
  width: 45px;
  height: 45px;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
}

.share-popup__closed span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.share-popup__closed span:after,
.share-popup__closed span:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--light-black);
}

.share-popup__closed:hover span:after,
.share-popup__closed:hover span:before {
  background-color: var(--hover);
  transition: 0.3s;
}

.share-popup__closed span:before {
  top: 7px;
  transform: rotate(45deg);
}

.share-popup__closed span:after {
  top: 7px;
  transform: rotate(-45deg);
}

.hide {
  display: none;
}

.top__banner {
  position: relative;
  height: 500px;
  display: block;
}

.top--main .top__banner:before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 2;
  background-color: rgba(var(--black-opacity), 0.4);
  position: absolute;
  top: 0;
  left: 0;
}

.top__banner .picture {
  height: 100%;
  z-index: 1;
}

.top__banner .picture__img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.top__texts {
  position: absolute;
  max-width: 610px;
  height: 100%;
  top: 0;
  left: 0;
  padding: 105px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 3;
}

.top__text {
  font-size: 16px;
  line-height: 24px;
  color: var(--gray);
}

.top__list {
  display: grid;
  grid-template-columns: repeat(6,1fr);
  gap: 20px;
}

.top__link {
  display: block;
  position: relative;
}

.top__link:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: var(--light-black);
  opacity: 0.4;
  border-radius: 5px;
}

.top__link:hover .top__name {
  color: var(--green-hover);
  transition: 0.3s;
}

.top__img {
  width: 100%;
  height: auto;
  border-radius: 5px;
  z-index: 1;
}

.top__name {
  content: '';
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
}

.top__logo {
  position: absolute;
  bottom: -13px;
  z-index: 3;
  left: calc(50% - 27px);
}

.popular {
  position: relative;
  width: 100%;
  height: 320px;
  overflow: hidden;
  border-radius: 5px;
}

.popular:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--light-black);
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.popular__img {
  width: 100%;
  height: 320px;
  object-position: center;
  object-fit: cover;
  z-index: 1;
}

.popular__content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 20px;
  z-index: 3;
}

.popular__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  color: var(--white);
}

.popular__text {
  font-size: 14px;
  line-height: 20px;
  color: var(--white);
}

.popular__link {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--green);
  border-radius: 5px;
  width: 100%;
  padding: 7px;
  background-color: var(--white);
}

.popular__link:hover {
  transition: 0.3s;
  color: var(--white);
  background-color: var(--green);
}

.popular__icon {
  stroke: var(--green);
  margin: 0 0 0 5px;
}

.popular__link:hover .popular__icon {
  transition: 0.3s;
  stroke: var(--white);
}

.links {
  max-width: 975px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5,1fr);
  gap: 23px;
}

.links__link {
  display: block;
}

.links__link:hover {
  color: var(--green-hover);
  transition: 0.3s;
}

.links__units {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.links__unit {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--dark-gray);
}

.partners {
  background-image: url("/img/decor-circle.svg");
  background-position: left -160px bottom 35px;
  background-repeat: no-repeat;
}

.scout__container {
  max-width: 1070px;
  margin: 0 auto;
  padding: 100px 20px;
  display: flex;
  flex-direction: column;
  gap: 100px;
}

.partners__wrap {
  display: flex;
  justify-content: space-between;
  padding: 40px;
  align-items: center;
  gap: 40px;
  border-radius: 20px;
  background-color: var(--dark-white);
}

.partners__list {
  max-width: 570px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}

.partners__item {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.partners__link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  height: 100%;
}

.partners__logo--nike {
  fill: var(--light-black);
}

.partners__logo--chempionat {
  fill: #FD4A1E;
}

.partners__logo--spartak {
  fill: var(--red);
}

.partners__link:hover .partners__logo {
  transition: 0.3s;
  fill: var(--green-hover);
}

.partners__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.partners__texts {
  max-width: 610px;
}

.partners__infos {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 20px;
}

.partners__info {
  padding: 30px;
  border-radius: 20px;
}

.partners__info--blue {
  background-color: rgba(0, 114, 219, 0.1);
}

.partners__info--pink {
  background-color: rgba(233, 164, 61, 0.1);
}

.scout__text {
  font-size: 16px;
  line-height: 24px;
  color: var(--gray);
}

.scout__text--light {
  color: var(--light-gray-1);
}

.partners__img {
  margin: 0 -30px -75px;
}

.trainers {
  background-color: var(--green-opacity-10);
  background-image: url("/img/decor-arrow.svg");
  background-position: left 130px bottom -20px;
  background-repeat: no-repeat;
}

.trainers__img {
  margin: 0 -20px -75px;
  width: 263px;
  height: auto;
  opacity: 0.8;
}

.tns-slide-active .trainers__img {
  width: 283px;
  opacity: 1;
  margin: 0 -30px -75px;
}

.trainers__wrap {
  max-width: 400px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-shrink: 0;
}

.trainers__hidden {
  overflow: hidden;
  padding: 0 calc(100% - 832px) 0 0;
  margin: 0 0 -55px;
  max-width: 540px;
}

.advices {
  margin: 0 -20px;
  padding: 100px 0;
}

.advices__texts {
  text-align: center;
  max-width: 615px;
  margin: 0 auto;
  padding: 0 20px;
}

.advices__wrap {
  overflow: hidden;
}

.advices__list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  height: 760px;
  gap: 40px;
  position: relative;
  left: -80px;
}

.advices__item {
  height: calc((100% - 40px) / 2);
}

.advices__item:nth-child(3n+1) {
  height: 100%;
}

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

.advices__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
}

.advices__ability {
  position: absolute;
  top: 10px;
  left: 70%;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 15px;
  border-radius: 50px;
  background-color: var(--dark-white);
}

.advices__img {
  border-radius: 50%;
  object-position: center;
  object-fit: cover;
}

.advices__item:nth-child(1) .advices__img,
.advices__item:nth-child(6) .advices__img {
  width: 270px;
  height: 270px;
}

.advices__item:nth-child(2) .advices__img,
.advices__item:nth-child(5) .advices__img {
  width: 138px;
  height: 138px;
}

.advices__item:nth-child(3) .advices__img,
.advices__item:nth-child(7) .advices__img {
  width: 210px;
  height: 210px;
}

.advices__item:nth-child(4) .advices__img {
  width: 304px;
  height: 304px;
}

.advices__name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  margin: 0 0 5px;
}

.advices__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: var(--gray);
}

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

.advices__info {
  color: var(--dark-gray);
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}

.advices__info:after {
  content: '';
  width: 1px;
  height: 24px;
  display: block;
  background-color: var(--light-gray-1);
  margin: 0 10px;
}

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

.review {
  border: 1px solid var(--light-gray-3);
  border-radius: 5px;
  overflow: hidden;
  padding: 25px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.slider--scout-future .review {
  background-color: var(--white);
  border: none;
}

.review--no-slider {
  min-height: auto;
}

.review__stars {
  display: flex;
  grid-gap: 5px;
  margin: 0 0 30px;
}

.review__icon {
  fill: var(--main);
}

.scout .review__icon {
  fill: var(--green);
}

.review__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin: 0 0 auto;
  padding: 0 0 30px;
  color: var(--dark-gray);
}

.review__author {
  display: flex;
  grid-gap: 15px;
  align-items: center;
}

.review__img {
  border-radius: 50%;
}

.review__content {
  grid-gap: 5px;
  display: grid;
}

.review__name {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

.review__date {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--dark-gray);
}

.review__cause {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
}

.future {
  background-color: var(--green-opacity-10);
  background-image: url("/img/decor-future.svg");
  background-position: left bottom -100px;
  background-repeat: no-repeat;
}

.future__wrap {
  max-width: 250px;
  flex-shrink: 0;
}

.future__block {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  position: relative;
}

.scout__disable-padding {
  margin: 0 -20px;
}

.developers {
  background-image: url("/img/scout-app-developers.png");
  background-position: center;
  background-size: cover;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 560px;
  position: relative;
}

.developers:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--light-black);
  opacity: 0.6;
  z-index: 1;
}

.developers__wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 765px;
  margin: 0 auto;
}

.app {
  padding: 100px 0;
}

.app__container {
  background-color: var(--green-opacity-10);
  border-radius: 40px;
}

.app__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1070px;
  margin: 0 auto;
  padding: 0 20px;
  gap: 20px;
}

.app__info {
  max-width: 460px;
}

.app__img {
  margin: -40px 0 -130px;
}

/*стили отзывов*/

.opinions__text {
  font-size: 16px;
  line-height: 24px;
}

.opinions__list {
  display: grid;
  grid-gap: 25px;
}

.opinions__item {
  width: 100%;
}

.rescheduled {
  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 1154;
  padding: 15px;
}

.rescheduled.open {
  display: flex;
}

.schedule__button:hover~.rescheduled--absolute {
  display: flex;
}

.rescheduled--absolute {
  position: absolute;
  right: calc(100% + 2px);
  bottom: calc(50% - 57px);
  width: auto;
  height: auto;
  padding: 0;
  z-index: 1152;
}

.rescheduled__wrap {
  padding: 35px;
  background-color: var(--white);
  border-radius: 5px;
  position: relative;
  max-width: 370px;
}

.rescheduled--absolute .rescheduled__wrap {
  border: var(--black);
  box-shadow: 0 .5rem 1rem rgba(var(--black-opacity),.15);
}

.rescheduled__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 22px;
}

.rescheduled__text--strong {
  font-weight: bold;
  font-size: 13px;
  line-height: 22px;
}

.rescheduled__closed {
  flex-shrink: 0;
  display: block;
  width: 45px;
  height: 45px;
  padding: 15px;
  position: absolute;
  top: 0;
  right: 0;
}

.rescheduled__closed span {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}

.rescheduled__closed span:after,
.rescheduled__closed span:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--light-black);
}

.rescheduled__closed:hover span:after,
.rescheduled__closed:hover span:before {
  background-color: var(--hover);
  transition: 0.3s;
}

.rescheduled__closed span:before {
  top: 7px;
  transform: rotate(45deg);
}

.rescheduled__closed span:after {
  top: 7px;
  transform: rotate(-45deg);
}

.rescheduled__buttons {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2,1fr);
}

.top--main .heading {
  color: var(--white);
}

.top--main .top__text {
  color: var(--white);
}

.club__list {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 20px;
}

.scrolling .club__list {
  display: flex;
  grid-gap: 0;
}

.club__item {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.scrolling .club__list .club__item {
  margin: 0 20px 0 0;
  width: calc((100% - 40px) / 3);
  height: 320px;
}

.scrolling .club__list .club__item:last-child {
  margin: 0;
}

.club__item:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 25%), linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 45%);;
  z-index: 2;
}

.club__item:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--light-black);
  opacity: 0.3;
  z-index: 2;
}

.club__link {
  display: block;
  height: 100%;
}

.club__item--dark:after {
  opacity: 0.7;
}

.club__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
  z-index: 1;
}

.club__content {
  padding: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 3;
  color: var(--white);
}

.club__item--dark .club__content {
  color: var(--light-gray-3);
}

.club__date {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin: 0 0 10px;
}

.club__center {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 auto;
}

.club__heading {
  font-weight: bold;
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.club__text {
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.club__wrapper {
  margin: auto 0 0;
}

.fields__list {
  display: grid;
  grid-gap: 20px;
}

.fields__item {
  display: flex;
  align-items: stretch;
  border-radius: 5px;
  overflow: hidden;
  min-height: 245px;
}

.fields__link {
  display: block;
  width: 436px;
  height: 100%;
  position: relative;
  flex-shrink: 0;
}

.fields__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.fields__new {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--white);
  border-radius: 20px;
  background-color: var(--main);
  position: absolute;
  top: 20px;
  left: 20px;
  padding: 2px 6px;
}

.fields__content {
  width: 100%;
  background-color: var(--dark-white);
  padding: 10px;
  flex-grow: 1;
  flex-direction: column;
  display: flex;
}

.fields__name {
  z-index: 3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fields__name:hover {
  color: var(--hover);
  transition: 0.3s;
}

.fields__text {
  font-size: 14px;
  line-height: 20px;
  margin: 0 10px 0 0;
  z-index: 3;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fields__views {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
  border-bottom: 1px dotted var(--gray);
  white-space: nowrap;
}

.fields__views:hover {
  color: var(--hover);
  border-color: var(--hover);
  transition: 0.3s;
}

.fields__metro-list {
  display: flex;
  margin: 0 0 10px;
}

.fields__metro {
  margin: 0 15px 0 0;
}

.fields__metro:last-child {
  margin: 0;
}

.fields__review {
  display: flex;
  align-items: center;
  margin: 0 0 5px;
}

.fields__icon {
  fill: var(--main);
  margin: 0 10px 0 0;
}

.fields__number {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}

.fields__conditions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

.fields__condition {
  display: flex;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  color: var(--gray);
  margin: 5px 0 0;
}

.fields__last {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: var(--main);
  margin: 0 0 5px;
}

.fields__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto 0 0;
}

.fields__includes {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
  padding: 0 20px 0 0;
}

.fields__include {
  margin: 5px;
  padding: 2px 6px;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  border-radius: 20px;
  background-color: var(--white);
  text-align: center;
}

.fields__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 5px 0 0;
}

.report {
  padding: 50px 20px 80px;
  background-image: url("/img/background-report.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.report--auth {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.solncevo .report {
  margin: 0 -20px -40px;
}

.report .form {
  max-width: 610px;
  margin: 0 auto;
  width: 100%;
}

.report .form--small,
.form--small {
  max-width: 400px;
}

.report .form__block {
  border: none;
  background-color: var(--dark-white);
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0;
}

.report .form__group {
  margin: 0;
}

.report .form__grid {
  gap: 15px;
}

.heading--center {
  text-align: center;
  max-width: 550px;
}

.gap {
  display: flex;
  flex-direction: column;
}

.gap--center {
  align-items: center;
}

.gap--100 {
  gap: 100px;
}

.gap--80 {
  gap: 80px;
}

.gap--50 {
  gap: 50px;
}

.gap--40 {
  gap: 40px;
}

.gap--20 {
  gap: 20px;
}

.gap--25 {
  gap: 25px;
}

.gap--10 {
  gap: 10px;
}

.gap--5 {
  gap: 5px;
}

.texts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.texts--left {
  align-items: flex-start;
}

.texts__info {
  font-weight: 500;
  text-align: center;
  color: var(--gray);
  max-width: 820px;
}

.flex-column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.flex-column .scrolling {
  max-width: calc(100% + 40px);
}

.socials--auth {
  display: flex;
}

.socials--center {
  justify-content: center;
}

@media (max-width: 1280px) {
  .form__list:first-child {
    margin: 0 40px 0 0;
  }

  .form__list--small:first-child {
    margin: 0 25px 0 0;
  }

  .top__texts {
    max-width: 460px;
    padding: 30px;
  }

  .header__nav-block {
    margin: 0 0 0 10px;
  }

  .header__logo-link {
    width: 125px;
  }

  .navigation__link {
    font-size: 13px;
    line-height: 17px;
    padding: 20px 5px;
  }

  .contacts {
    gap: 50px;
  }

  .scout__container {
    padding: 60px 20px;
    gap: 60px;
  }

  .advices {
    padding: 60px 0;
  }

  .advices__list {
    gap: 20px;
    height: 750px;
  }

  .advices__item {
    height: calc((100% - 20px) / 2);
  }

  .slider--scout-app,
  .slider--scout-future {
    margin: 0;
  }

  .trainers__hidden {
    padding: 0 calc(100% - 645px) 0 0;
    max-width: none;
  }
}

@media (max-width: 1200px) {
  /*стили прогресс индивидуальный*/

  .profile__flex {
    flex-wrap: wrap;
  }

  .profile__block {
    width: 100%;
    margin: 0 0 30px;
  }

  .profile__text {
    width: 100%;
  }

  .tables__wrapper--big {
    width: 1225px;
  }

  /*стили footer*/

  .footer--league .footer__top {
    flex-wrap: wrap;
  }

  .footer--league .footer__contact-block {
    margin: 20px 0 0;
  }

  .keywords__content {
    flex-wrap: wrap;
    margin: 0 0 20px;
  }

  .keywords__list {
    width: 100%;
    flex-wrap: wrap;
  }

  .keywords__name {
    margin: 0 0 10px;
  }

  /*стили матча*/

  .match__score {
    font-size: 62px;
    line-height: 68px;
  }

  .match__score-additional:hover {
    color: var(--hover);
    transition: 0.3s;
  }

  .header__bottom {
    overflow: hidden;
    overflow-x: scroll;
    white-space:nowrap;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .header__bottom::-webkit-scrollbar {
    width: 0;
    height: 0;
  }

  /*стили календарь*/

  .matches__list {
    display: flex;
    width: max-content;
  }

  .matches__item {
    width: 255px;
  }

  .contacts {
    gap: 20px;
  }

  .scout__container {
    padding: 40px 20px;
    gap: 40px;
  }

  .advices {
    padding: 40px 0;
  }

  .advices__wrap {
    overflow: visible;
  }

  .advices__list {
    left: 0;
    overflow-x: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .advices__list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .app {
    padding: 70px 0;
  }

  .gap--80 {
    gap: 70px;
  }

  .fields__item--big {
    flex-direction: column;
    align-items: start;
  }

  .fields__item--big .fields__link {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 1100px) {
  .main .main__content {
    flex-direction: column;
  }

  .main--error .content {
    margin: 0;
  }

  .main--with-sidebar .content {
    max-width: 100%;
    width: 100%;
  }

  /*стили сайдбар*/

  .sidebar {
    width: 100%;
    margin: 0;
    max-width: 100%;
  }

  .sidebar__news {
    display: none;
  }

  .sidebar__socials {
    display: none;
  }

  /*стили header*/

  .header__number {
    display: none;
  }

  .header__top {
    padding: 0 20px 0 80px;
  }

  .header--league .header__top {
    padding: 0 20px;
  }

  .header__wrapper {
    margin: auto 0;
  }

  .header--league .header__wrapper {
    display: flex;
    align-items: center;
  }

  .header__logo-link {
    padding: 0;
    width: auto;
  }

  .header__nav-name {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: var(--white);
    margin: 5px 0 0 0;
  }

  .header--league .header__nav-name {
    margin: 0 0 0 10px;
    border-left: 1px solid var(--gray);
    padding: 0 0 0 12px;
  }

  .header__nav-block {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: var(--light-black);
    width: 100%;
    margin: 0;
    padding: 20px 20px 75px;
    align-items: flex-start;
    z-index: 1153;
    height: calc(100vh - 103px);
    overflow-y: scroll;
    white-space:nowrap;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .header__nav-block::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .header--league .header__nav-block {
    margin: 0;
  }

  .header__top.open .header__nav-block {
    display: flex;
  }

  .navigation {
    width: 100%;
  }

  .header__nav-block--children .navigation--main {
    order: 1;
    margin: 0 0 20px 0;
  }

  .navigation--main {
    order: 2;
    margin: 0;
  }

  .header__nav-block--children .navigation--sub {
    order: 2;
    padding: 0;
  }

  .navigation--sub {
    order: 1;
    margin: 0 0 20px 0;
  }

  .navigation--sub:after {
    display: none;
  }

  .navigation__main-link {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: var(--white) !important;
    display: block;
    padding: 10px 0;
    width: 100%;
  }

  .navigation__list {
    flex-direction: column;
    align-items: flex-start;
  }

  .navigation--main .navigation__item {
    display: block;
  }

  .navigation--main .navigation__item--subdomain-main {
    display: none;
  }

  .navigation__item {
    width: 100%;
  }

  .navigation__item--mobile {
    display: block;
  }

  .navigation__link {
    padding: 10px 20px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: var(--white) !important;
  }

  .header__top.open .search {
    display: block;
  }

  .search {
    display: none;
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%;
    padding: 10px 20px;
  }

  .search.show {
    top: 0;
    padding: 0;
    height: 125px;
  }

  .search.show + .header__nav-block {
    top: 60px;
  }

  .search__link {
    justify-content: flex-start;
    width: 100%;
    height: 44px;
    background-color: var(--white);
    border-radius: 5px;
    padding: 10px 15px;
  }

  .search__icon {
    stroke: var(--light-black);
  }

  .search__block {
    background-color: var(--light-black);
  }

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

  .button--search {
    display: none;
  }

  .search__close {
    padding: 10px 0;
    margin: 0 0 0 15px;
  }

  .search__results {
    display: block;
    width: calc(100% + 80px);
  }

  .header__burger {
    flex-shrink: 0;
    display: block;
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    cursor: pointer;
    outline: none;
    margin: 0 -10px 0 auto;
    padding: 10px;
  }

  .header__burger span {
    width: 100%;
    background-color: var(--white);
    height: 2px;
    display: block;
    position: relative;
  }

  .header__burger span:after,
  .header__burger span:before {
    content: "";
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--white);
  }

  .header__burger span:before {
    top: -9px;
  }

  .header__burger span:after {
    bottom: -9px;
  }

  .header__burger.open span {
    background: transparent;
  }

  .header__burger.open span:before,
  .header__burger.open span:after {
    transition-duration: 0.2s, 0.2s;
    transition-delay: 0.2s, 0s;
  }

  .header__burger.open span:before {
    transition-property: top, transform;
  }

  .header__burger.open span:after {
    transition-property: bottom, transform;
  }

  .header__burger.open span:before {
    top: 0;
    transform: rotate(45deg);
  }

  .header__burger.open span:after {
    bottom: 0;
    transform: rotate(-45deg);
  }

  .header__burger.open span:before,
  .header__burger.open span:after {
    transition-delay: 0s, 0.2s;
  }

  .header__sign-up {
    display: block;
    order: -1;
  }

  .header__bottom {
    padding: 0 10px;
  }

  .header__logo-img {
    width: 36px;
    height: 50px;
  }

  .menu__list-sub {
    display: flex;
    position: static;
    background-color: inherit;
    flex-direction: row;
  }

  .menu__link-sub {
    padding: 20px 10px;
  }

  .menu__link--more {
    display: none;
  }

  /*стили 404*/

  .error {
    right: auto;
  }

  /*стили поиск*/

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

  /*стили календарь*/

  .matches__list {
    display: flex;
    width: max-content;
  }

  .matches__item {
    width: 255px;
  }

  .grids__list--four {
    grid-template-columns: repeat(3,1fr);
  }

  .report {
    padding: 50px 20px 60px;
  }

  .header__wrap--cabinet {
    order: -1;
    margin: 0 auto 0 0;
  }
}

@media (max-width: 1080px) {
  /*стили медиа*/

  .media__list {
    grid-template-columns: repeat(3,1fr);
  }

  .media--scroll .media__list {
    grid-template-columns: repeat(4,1fr);
  }

  /*стили тренеры*/

  .coaches {
    grid-template-columns: repeat(5,1fr);
    grid-gap: 25px;
  }

  .scrolling .coaches {
    grid-template-columns: repeat(6,1fr);
    grid-gap: 15px;
  }

  /*стили профиль игрока*/

  .stats {
    display: flex !important;
    flex-direction: column;
  }

  .top__list {
    grid-template-columns: repeat(3,1fr);
  }

  .partners__wrap {
    padding: 20px;
    gap: 20px;
  }

  .partners__info {
    padding: 20px;
  }

  .player__center {
    display: flex;
    flex-wrap: wrap;
  }
}

@media (max-width: 980px) {
  /*стили footer*/

  .footer__logo-block {
    margin: 0 auto 0 0;
    padding: 0 20px 0 0;
  }

  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer__copyright {
    padding: 0;
    margin: 0 0 25px 0;
  }

  .footer__nav-list {
    flex-wrap: wrap;
  }

  .footer__nav-link {
    padding: 5px 20px 5px 0;
    display: block;
  }

  .footer__nav-item:last-child .footer__nav-link {
    padding: 5px 20px 5px 0;
  }

  /*стили новостей*/

  .all-news {
    grid-template-columns: repeat(2,1fr);
  }

  .scrolling .all-news {
    display: flex;
    width: max-content;
  }

  .scrolling .all-news__item {
    width: 295px;
  }

  .scrolling .all-news__img {
    width: 295px;
    height: auto;
  }

  /*стили расписание*/

  .timetable {
    display: flex;
    width: max-content;
  }

  .timetable__item {
    width: 140px;
  }

  .fields__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .fields__link {
    width: 100%;
    height: auto;
  }

  .fields__img {
    width: 100%;
    height: auto;
  }

  .fields__name {
    display: inline;
  }

  .fields__text {
    display: inline;
  }

  .gap--50 {
    gap: 40px;
  }

  .gap--100 {
    gap: 80px;
  }

  .gap--80 {
    gap: 60px;
  }
}

@media (max-width: 965px) {
  /*стили расписание*/

  .filters {
    width: 100%;
  }

  .form-filters {
    width: 100%;
  }

  .form-filters--small {
    width: auto;
  }

  .filters--small {
    width: 140px;
  }

  .filters--full .filters__item {
    width: calc(100% / 3);
  }

  /*стили турниры*/

  .tournaments {
    grid-template-columns: repeat(2,1fr);
  }

  /*стили заявки команд*/

  .grids__list {
    grid-template-columns: repeat(2,1fr);
  }

  /*стили матча*/

  .match__content {
    padding: 20px 30px;
  }

  .match__team {
    flex-direction: column;
  }

  .match__picture {
    margin: 0 0 10px 0;
  }

  .match__team--right .match__picture {
    order: 1;
  }

  .match__unit {
    text-align: center;
  }

  .match__team--right .match__unit {
    order: 2;
    text-align: center;
  }

  .scrolling .club {
    width: max-content;
  }

  .club__list {
    grid-template-columns: repeat(2,1fr);
  }

  .scrolling .club__list .club__item {
    width: 295px;
  }
}

@media (max-width: 920px) {
  /*стили медиа*/

  .media--scroll .media__wrapper {
    margin: 0 -20px 25px;
    border-radius: 0;
  }

  .media--scroll .media__list {
    display: flex;
    overflow: scroll;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -20px;
    grid-gap: 0;
  }

  .media--scroll .media__list--margin-25 {
    margin: 0 -20px 25px;
  }

  .media--scroll .media__item:first-child {
    margin: 0 20px;
  }

  .media--scroll .media__item {
    margin: 0 20px 0 0;
    width: 205px;
  }

  .media--scroll .media__list::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
  }

  .media--scroll .media__img {
    width: 206px;
    max-width: none;
  }

  .gallery__wrapper {
    margin: 0 -20px 25px;
    border-radius: 0;
  }

  .tags__wrapper {
    width: 920px;
  }

  /*стили расписание*/

  .schedule {
    width: 922px;
  }

  .scrolling--left .scrolling__wrapper {
    padding: 0 0 0 20px;
  }

  .schedule__description {
    width: 110px;
  }

  .schedule__week {
    width: calc(100% - 110px);
  }

  .schedule__program.open {
    padding: 10px;
  }

  .tables-wrapper {
    min-width: 925px;
  }

  .tables-wrapper--big {
    min-width: 1225px;
  }
}

@media (max-width: 880px) {
  .main {
    padding: 30px 20px;
  }

  .main--no-padding {
    padding: 0;
  }

  /*стили главной*/

  .slider {
    margin: 0 0 35px;
  }

  .slider--scout-app,
  .slider--main,
  .slider--scout-future {
    margin: 0;
  }

  .slider--best {
    padding: 0 50px
  }

  .slider__info {
    padding: 30px 25px;
  }

  .slider__heading {
    font-size: 30px;
    line-height: 34px;
  }

  /*стили footer*/

  .footer__top {
    flex-direction: column;
    padding-bottom: 30px;
  }

  .footer__logo-block {
    max-width: none;
    padding: 0;
  }

  .footer__contact-block {
    margin: 20px 0 0 0;
  }

  .footer--league .footer__top {
    padding-bottom: 50px;
  }

  /*стили медиа*/

  .breadcrumbs {
    margin: 0 0 35px;
  }

  .heading {
    font-size: 28px;
    line-height: 32px;
  }

  .media__list {
    grid-template-columns: repeat(2,1fr);
  }

  .media__block-heading {
    font-size: 22px;
    line-height: 24px;
  }

  .link--desktop {
    display: none;
  }

  .link--mobile {
    display: flex;
  }

  /*стили новостей*/

  .heading-h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .heading-h2--mobile {
    display: block;
  }

  .heading-h2--desktop {
    display: none;
  }

  .button--mobile {
    display: flex;
  }

  /*стили тренеры*/

  .coaches {
    grid-template-columns: repeat(4,1fr);
    grid-gap: 15px;
  }

  .scrolling .coaches {
    width: 900px;
  }

  /*стили документы*/

  .documents__link {
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .documents__date {
    margin: 0 0 20px;
  }

  .documents__download {
    order: 2;
    margin: 0 0 20px;
  }

  .documents__name {
    order: 3;
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .filters--full .filters__item {
    width: calc(100% / 2);
  }

  /*стили прогресс индивидуальный*/

  .profile__flex {
    margin: 0 0 35px;
  }

  .profile__name {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 20px;
  }

  .profile__list {
    grid-gap: 15px;
  }

  /*стили завершение оплаты*/

  .feedback__heading {
    font-size: 24px;
    line-height: 26px;
  }

  .margin-bottom-40 {
    margin: 0 0 30px;
  }

  .requisites {
    margin: 0 0 30px;
  }

  .form--flex {
    flex-direction: column;
  }

  .form__list:first-child {
    margin: 0 0 40px;
  }

  .form__list--field {
    width: 100%;
  }

  /*стили баннера*/

  .banners {
    grid-template-columns: repeat(1,1fr);
  }

  .banner__heading {
    font-size: 28px;
    line-height: 32px;
  }

  /*стили шапка турнира*/

  .tournament-nav__list {
    flex-direction: column;
    margin: -10px 0 ;
    align-items: flex-start;
  }

  .tournament-nav__item {
    display: none;
    margin: 0;
  }

  .tournament-nav__list.open .tournament-nav__item {
    display: block;
  }

  .tournament-nav__item--active {
    display: block;
    position: relative;
  }

  .tournament-nav__item--active:after {
    position: absolute;
    right: 0;
    display: block;
    content: url("/img/arrow.svg");
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    cursor: pointer;
  }

  .tournament-nav__list.open .tournament-nav__item--active:after {
    transform: rotate(180deg);
  }

  .tournament-nav__link {
    font-size: 26px;
    line-height: 30px;
    padding: 10px 0;
    display: block;
  }

  .tournament-nav__item--active .tournament-nav__link {
    padding: 10px 30px 10px 0;
  }

  /*стили матча*/

  .protocol__container {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 35px;
  }

  .match-team--mobile {
    display: flex;
  }

  .match-teams--desktop {
    display: none;
  }

  .protocol__unit--left .protocol__number {
    order: 1;
  }

  .protocol__unit--left .protocol__events {
    order: 3;
    margin: 0 0 0 auto;
    justify-content: flex-end;
  }

  .protocol__unit--left .protocol__img {
    order: 1;
  }

  .protocol__unit--left .protocol__name {
    order: 2;
    text-align: left;
    padding: 0 0 0 10px;
  }

  .protocol__player {
    width: 45%;
  }

  .protocol__unit--left .protocol__player {
    justify-content: flex-start;
  }

  .protocol__name {
    text-align: left;
  }

  .protocol__name-status {
    margin: 0 0 0 10px;
  }

  .protocol__unit--left .protocol__name-status {
    order: initial;
  }

  .protocol__events {
    width: 45%;
  }

  .timeline__part {
    padding: 0 10px;
  }

  .timeline__person {
    padding: 0 10px;
  }

  .timeline__additional {
    padding: 0 10px;
  }

  /*стили профиля команды*/

  .team__img {
    width: 100px;
    height: 100px;
  }

  .filters--many {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    grid-gap: 20px;
  }

  .filters--many .filters__item {
    margin: 0;
    width: 100%;
  }

  .filters--many .filters__item:last-child {
    margin: 0;
  }

  .links {
    display: none;
  }

  .top__logo {
    width: 48px;
    height: auto;
    left: calc(50% - 24px);
  }

  .top__texts {
    padding: 20px;
    max-width: 335px;
  }

  .partners__wrap {
    flex-wrap: wrap;
  }

  .partners__list {
    width: 100%;
    max-width: none;
    gap: 15px;
  }

  .scout__container {
    padding: 30px 15px;
    gap: 30px;
  }

  .partners__block {
    align-items: flex-start;
  }

  .partners__infos {
    grid-template-columns: repeat(1,1fr);
  }

  .advices {
    padding: 30px 0;
  }

  .review {
    min-height: 300px;
  }

  .review--no-slider {
    min-height: auto;
  }

  .future__block {
    flex-direction: column;
  }

  .future__wrap {
    max-width: none;
  }

  .slider--scout-future {
    width: 100%;
  }

  .advices__item:nth-child(1) .advices__img,
  .advices__item:nth-child(6) .advices__img {
    width: 230px;
    height: 230px;
  }

  .advices__item:nth-child(2) .advices__img,
  .advices__item:nth-child(5) .advices__img {
    width: 120px;
    height: 120px;
  }

  .advices__item:nth-child(3) .advices__img,
  .advices__item:nth-child(7) .advices__img {
    width: 170px;
    height: 170px;
  }

  .advices__item:nth-child(4) .advices__img {
    width: 240px;
    height: 240px;
  }

  .advices__list {
    height: 670px;
  }

  .advices__ability {
    font-size: 12px;
    line-height: 16px;
    padding: 5px 10px;
    border-radius: 30px;
  }

  .report {
    padding: 45px 20px;
  }

  .solncevo .report {
    margin: 0 -20px -30px;
  }

  .gap--80 {
    gap: 50px;
  }
}

@media (max-width: 775px) {
  /*стили профиль игрока*/

  .player {
    flex-direction: column;
  }

  .player .player__img {
    width: 100%;
    height: auto;
  }

  .player .player__content {
    width: 100%;
    height: auto;
    position: relative;
    min-height: auto;
  }

  .player__info {
    grid-template-columns: repeat(2,1fr);
    grid-gap: 15px;
  }

  .player__info--three {
    grid-template-columns: repeat(3,1fr);
  }

  .player__wrap {
    width: 100%;
  }

  .player__change {
    display: none;
  }

  /*стили календарь*/

  .tabs__navigation--calendar {
    position: static;
  }

  .tables-border--calendar {
    border: none;
  }

  .calendar__header {
    display: none;
  }

  .calendar__row {
    padding: 0;
    margin: 0 0 25px;
    height: auto;
    border-bottom: none;
  }

  .calendar__item {
    border: 1px solid var(--main);
    border-radius: 5px;
    position: relative;
    padding: 45px 10px 10px;
    margin: 0 0 25px;
    flex-direction: column;
  }

  .calendar__match {
    width: 100%;
    margin: 0 0 10px;
  }

  .calendar__info {
    padding: 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    border-top: 1px solid var(--light-gray-1);
    width: 100%;
  }

  .calendar__date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main);
    color: var(--white);
    padding: 10px;
    font-size: 12px;
    line-height: 14px;
  }

  .calendar__field,
  .calendar__division,
  .calendar__tournament {
    color: var(--gray);
    display: block;
  }

  .calendar__checkbox {
    margin: 0 0 0 20px;
  }

  /*стили матча*/

  .match__content {
    padding: 20px;
  }

  .match__main {
    padding: 50px 0 30px;
  }

  .match__score {
    font-size: 52px;
    line-height: 58px;
  }

  .match__score-additional {
    font-size: 20px;
    line-height: 22px;
  }

  .match__middle {
    width: 180px;
  }

  .match__team {
    width: calc((100% - 180px)/2);
  }

  .match__picture {
    width: 55px;
    height: 55px;
  }

  .match__team-name {
    font-size: 16px;
    line-height: 20px;
    margin: 0 10px;
  }

  .match__coach {
    font-size: 14px;
    line-height: 18px;
    padding: 0 10px;
  }

  .bests__item,
  .redactor .bests__item {
    flex-direction: column;
    padding: 0 5px 0 0;
  }

  .bests__item--right {
    align-items: flex-end;
    padding: 0 0 0 5px;
  }

  .bests__icon {
    margin: 0 5px 0 0;
  }

  .match__referees {
    margin: 0 0 30px;
  }

  .match-team__info {
    font-size: 16px;
    line-height: 20px;
  }

  .match-team__name {
    font-size: 14px;
    line-height: 18px;
  }

  .protocol__unit .match-team__name {
    font-size: 16px;
    line-height: 20px;
  }

  .match-stats__info {
    font-size: 14px;
    line-height: 18px;
  }

  .history__list {
    border: none;
    display: grid;
    grid-gap: 15px;
    border-radius: 0;
  }

  .history__item {
    border: 1px solid var(--main-opacity-50);
    border-radius: 5px;
    padding: 35px 15px 10px;
    flex-direction: column;
    position: relative;
    overflow: hidden;
  }

  .history__item:last-child {
    border: 1px solid var(--main-opacity-50);
  }

  .history__match {
    order: 1;
    width: 100%;
    padding: 10px 0;
    border-bottom: 1px solid var(--light-gray-1);
    margin: 0 0 10px;
  }

  .history__name {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .history__tournaments {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .history__tournament {
    margin: 0;
    color: var(--gray);
  }

  .history__tour {
    color: var(--gray);
  }

  .history__data {
    text-align: center;
    width: 100%;
    order: 3;
  }

  .history__date {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main);
    color: var(--white);
  }

  .history__field {
    color: var(--gray);
  }

  .slider--scout-app {
    flex-direction: column;
    gap: 30px;
  }

  .slider--scout-app .slider__arrows {
    margin: 0 auto;
  }

  .trainers__wrap {
    max-width: 100%;
  }

  .trainers {
    background-image: none;
  }

  .trainers__hidden {
    padding: 0 calc((100% - 222px) / 2);
  }

  .slider--scout-coaches .slider__arrows-link {
    position: absolute;
    bottom: 220px;
    left: 20px;
    z-index: 2;
  }

  .slider--scout-coaches .slider__arrows-link--right {
    left: auto;
    right: 20px;
  }

  .app {
    padding: 30px 0;
  }

  .app__wrap {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
  }

  .app__info {
    max-width: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .app__img {
    margin: 0 0 -90px;
    width: 100%;
    height: auto;
    max-width: max-content;
  }

  .app .downloads {
    grid-template-columns: repeat(1,1fr);
  }

  .app .downloads__link {
    justify-content: center;
  }

  .socials {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 710px) {
  /*стили адреса*/

  .tabs__wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .address__item {
    padding: 0 0 20px;
    border: none;
  }

  .address__item:last-child {
    padding: 0;
  }

  .address__link {
    flex-direction: column;
  }

  .address__img {
    margin: 0 0 20px;
    width: 100%;
    height: auto;
  }

  .address__content {
    margin: 0;
  }

  /*стили расписание*/

  .filters--full {
    flex-direction: column;
  }

  .filters--full .filters__item {
    width: 100%;
    margin: 0 0 10px;
  }

  .filters--gap .filters__item {
    margin: 0 0 30px;
  }

  .filters__item:last-child {
    margin: 0;
  }

  /*стили прогресс*/

  .filters-wrapper {
    flex-wrap: wrap;
  }

  .filters--small {
    width: 100%;
  }

  .form-filters--small {
    width: 100%;
  }

  .filters--profile {
    margin: 30px 0 0;
  }

  .filters-wrapper form:not(.form-filters--small) {
    order: 2;
  }

  .share {
    width: auto;
    margin: 0 auto 35px;
    justify-content: center;
  }

  .player .share {
    margin: 10px 0 0 0;
  }

  .button--margin {
    margin: 0 0 20px;
  }

  .button--no-full {
    width: 100%;
  }

  .button--tablet {
    display: none;
  }

  .top__texts {
    padding: 30px 20px;
    max-width: none;
    height: auto;
  }

  .top__banner .picture__img {
    object-position: center top;
  }

  .partners {
    background-image: none;
  }

  .partners__block {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .partners__img {
    width: 257px;
    height: 352px;
    margin: 0 0 -52px;
  }

  .link-wrapper:not(.link-wrapper--no-wrap) {
    flex-wrap: wrap;
  }

  .link-wrapper .tabs__navigation {
    margin: 20px 0 0;
    padding: 0;
    order: 3;
    width: 100%;
  }
}

@media (max-width: 650px) {
  /*стили новостей*/

  .all-news {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 25px;
  }

  .scrolling .all-news {
    grid-gap: 20px;
  }

  /*стили тренеры*/

  .coaches {
    grid-template-columns: repeat(3,1fr);
  }

  /*стили расписание*/

  .link-wrapper .heading-h2,
  .link-wrapper .heading {
    width: 48%;
  }

  .link {
    width: 45%;
    justify-content: flex-end;
  }

  /*стили прогресс индивидуальный*/

  .profile__block {
    flex-wrap: wrap;
    padding: 20px 0 0;
  }

  .profile__img {
    width: 100%;
    height: auto;
    border-radius: 5px 5px 0 0;
  }

  .profile__content {
    padding: 20px;
  }

  /*стили турниры*/

  .tournaments {
    grid-template-columns: repeat(1,1fr);
  }

  /*стили заявки команд*/

  .grids__list {
    grid-template-columns: repeat(1,1fr);
  }

  .partners__logo--nike {
    width: 40px;
    height: auto;
  }

  .partners__logo--chempionat {
    width: 82px;
    height: auto;
  }

  .partners__logo--spartak {
    width: 45px;
    height: auto;
  }

  .partners__item {
    height: 85px;
  }

  .club__list {
    grid-template-columns: repeat(1,1fr);
  }

  .gap--50 {
    gap: 30px;
  }

  .gap--100 {
    gap: 60px;
  }

  .gap--80 {
    gap: 40px;
  }

  .texts {
    gap: 15px;
    align-items: start;
  }

  .texts__info {
    text-align: start;
  }
}

@media (max-width: 530px) {
  /*стили медиа*/

  .media__list {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 25px;
  }

  /*стили матча*/

  .match__score {
    font-size: 42px;
    line-height: 46px;
  }

  .top__list {
    grid-template-columns: repeat(2,1fr);
  }
}

@media (max-width: 480px) {
  .main {
    padding: 30px 15px;
  }

  .main--no-padding {
    padding: 0;
  }

  .heading--center {
    text-align: left;
  }

  .header--sticky {
    position: sticky;
    top: 0;
    z-index: 1152;
  }

  /*стили главной*/

  .slider {
    margin: 0 -15px 30px;
  }

  .slider--scout-app,
  .slider--main,
  .slider--scout-future {
    margin: 0;
  }

  .slider--review {
    margin: 0 0 30px;
  }

  .slider--best {
    padding: 0 15px;
  }

  .slider__img {
    border-radius: 0;
  }

  .slider--content .slider__img {
    height: 415px;
  }

  .slider__item:after {
    border-radius: 0;
  }

  .slider__item:before {
    border-radius: 0;
  }

  .slider__info {
    padding: 30px 15px;
  }

  .slider__heading {
    font-size: 26px;
    line-height: 28px;
  }

  .slider__text {
    font-size: 14px;
    line-height: 20px;
  }

  .slider__arrows {
    display: none;
  }

  .slider--scout-coaches .slider__arrows {
    display: grid;
  }

  .slider__links {
    gap: 15px;
  }

  /*стили header*/

  .header__logo {
    left: 15px;
  }

  .header__top {
    padding: 0 15px 0 65px;
  }

  .header--league .header__top {
    padding: 0 15px;
  }

  .header__logo-link {
    font-size: 20px;
    line-height: 20px;
  }

  .header__nav-name {
    margin: 0;
  }

  .header__nav-block {
    padding: 20px 15px 75px;
  }

  .navigation__link {
    padding: 10px;
    font-size: 16px;
  }

  .navigation__item--subdomain-line .navigation__link {
    padding: 10px;
  }

  .header__bottom {
    padding: 0 5px;
  }

  .header--league .header__bottom {
    padding: 0 5px;
  }

  .header__burger {
    width: 45px;
    height: 45px;
  }

  .header__burger span:before {
    top: -7px;
  }

  .header__burger span:after {
    bottom: -7px;
  }

  .container-x {
    padding-right: 15px;
    padding-left: 15px;
  }

  .search {
    padding: 10px 15px;
  }

  .search__block {
    padding: 15px;
  }

  .search__results {
    top: 55px;
    left: -15px;
    width: calc(100% + 106px);
    padding: 15px;
    border-radius: 0;
  }

  .menu--inner .menu__link {
    padding: 10px 15px;
  }

  /*стили footer*/

  .footer__heading {
    margin: 0 0 15px 0;
  }

  .footer__logo-text-block {
    margin: 0 0 10px 0;
  }

  .footer__league .footer__logo-text-block {
    margin: 0 0 10px;
  }

  .footer__contact-heading {
    font-size: 16px;
  }

  .contacts__item--address {
    order: 3;
  }

  .downloads {
    order: 5;
  }

  .socials__link {
    width: 44px;
    height: 44px;
  }

  .socials--dark .socials__link {
    width: 36px;
    height: 36px;
  }

  .footer__nav-list {
    flex-direction: column;
  }

  .footer--league .footer__top {
    padding-bottom: 30px;
  }

  .keywords__list {
    flex-direction: column;
    align-items: flex-start;
  }

  /*стили медиа*/

  .breadcrumbs {
    margin: 0 0 30px;
  }

  .heading {
    font-size: 22px;
    line-height: 26px;
  }

  .tabs__item {
    margin: 0 10px 0 0;
  }

  .tabs__link {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 10px;
  }

  .filters {
    flex-direction: column;
  }

  .filters--many {
    display: flex;
    grid-gap: 0;
  }

  .filters .filters__item {
    margin: 0 0 15px 0;
    width: 100%;
  }

  .filters .filters__item:last-child {
    margin: 0;
  }

  .filters--gap .filters__item {
    margin: 0 0 25px;
  }

  .margin-bottom-40 {
    margin: 0 0 25px;
  }

  .dropdown {
    width: 100%;
  }

  .media__wrapper {
    background-color: var(--white);
    padding: 0;
  }

  .media--scroll .media__wrapper {
    margin: 0 -15px;
    padding: 25px 15px;
    background-color: var(--dark-white);
  }

  .media--scroll .media__list {
    margin: 0 -15px;
  }

  .media__list--margin-25 {
    margin: 0 0 25px;
  }

  .media--scroll .media__list--margin-25 {
    margin: 0 -15px 25px;
  }

  .media--scroll .media__item:first-child {
    margin: 0 20px 0 15px;
  }

  .media--scroll .media__item:last-child{
    margin: 0 15px 0 0;
  }

  .media__info {
    top: 15px;
    left: 15px;
  }

  .media__info--video {
    bottom: 15px;
    left: 15px;
    top: auto;
  }

  .media__img {
    border-radius: 8px;
  }

  .media--scroll .media__img {
    border-radius: 5px;
  }

  .media__date {
    font-size: 14px;
    line-height: 20px;
  }

  .media--scroll .media__date {
    font-size: 12px;
    line-height: 16px;
  }

  .media__text {
    font-size: 16px;
    line-height: 20px;
  }

  .media--scroll .media__text {
    font-size: 14px;
    line-height: 16px;
  }

  .link-wrapper--mobile {
    display: flex;
  }

  .button--desktop {
    display: none;
  }

  .media__block-heading {
    font-size: 18px;
    line-height: 20px;
  }

  .gallery__wrapper {
    padding: 0;
    background-color: inherit;
    margin: 0 0 20px;
  }

  .scrolling {
    margin: 0 -15px;
  }

  .scrolling--unusual {
    margin: 0 -15px 0 0;
  }

  .scrolling__wrapper {
    padding: 0 15px;
  }

  .scrolling--unusual .scrolling__wrapper {
    padding: 0 15px 0 0;
  }

  .scrolling--left .scrolling__wrapper {
    padding: 0 0 0 15px;
  }

  .video {
    border-radius: 0;
  }

  /*стили новостей*/

  .all-news__img {
    margin: 0 0 10px;
    border-radius: 8px;
  }

  .all-news__type {
    font-size: 14px;
    line-height: 20px;
  }

  .all-news__date {
    font-size: 14px;
    line-height: 20px;
  }

  .all-news__text {
    font-size: 16px;
    line-height: 24px;
  }

  .heading-h2 {
    font-size: 22px;
    line-height: 24px;
  }

  .heading-h2--center {
    text-align: left;
    justify-content: flex-start;
  }

  /*стили тренеры*/

  .coaches {
    grid-template-columns: repeat(2,1fr);
  }

  /*стили документы*/

  .documents__link {
    padding: 20px 10px;
  }

  /*стили адреса*/

  .address__heading {
    font-size: 16px;
    line-height: 20px;
  }

  .map {
    height: 345px;
  }

  /*стили расписание*/

  .schedules__item {
    margin: 0 0 10px;
  }

  .schedule {
    width: 912px;
  }

  .schedule__wrapper {
    border-radius: 0;
    border-left: none;
    border-right: none;
  }

  .schedule__header {
    padding: 0 0 0 10px;
    margin: 0 15px;
  }

  .schedule__row {
    padding: 10px 0 10px 10px;
  }

  .schedule__program {
    width: 115px;
  }

  .schedule__list {
    width: calc(100% - 115px);
    margin: 0 0 0 115px;
  }

  .schedule__name {
    font-size: 12px;
    line-height: 16px;
  }

  .timetables__item {
    margin: 0 0 25px;
  }

  /*стили 404*/

  .error__text {
    margin: 0 0 30px;
  }

  /*стили прогресс индивидуальный*/

  .profile__flex {
    margin: 0 0 30px;
  }

  .profile__name {
    font-size: 22px;
    line-height: 24px;
    margin: 0 0 15px;
  }

  /*стили инвойс*/

  .form__grid {
    grid-template-columns: repeat(1,1fr);
    grid-gap: 0;
  }

  .form__block {
    border: none;
    padding: 0;
  }

  .form__group--line:after {
    margin: 25px 0;
  }

  /*стили завершение оплаты*/

  .feedback {
    border: none;
    padding: 0;
  }

  .feedback__heading {
    font-size: 22px;
    line-height: 24px;
  }

  .feedback__text {
    padding: 0;
    border: none;
  }

  .feedback__payment {
    padding: 0 0 30px;
    border-bottom: 1px solid var(--light-gray-1);
  }

  /*стили прогресс*/

  .share {
    margin: 0 auto 30px;
  }

  /*стили поиск*/

  .results {
    grid-row-gap: 30px;
  }

  .results__info {
    padding: 0 0 30px;
  }

  .margin-bottom-30 {
    margin: 0 0 20px;
  }

  .margin-bottom-25 {
    margin: 0 0 20px;
  }

  .margin-bottom-20 {
    margin: 0 0 15px;
  }

  /*стили опросник*/

  .form--survey {
    padding: 0;
    min-height: 430px;
    border: none;
  }

  .form__wrap {
    margin: 0 0 30px;
  }

  .form__sum {
    margin: 0 0 20px;
  }

  .button--small {
    width: 50%;
    max-width: 165px;
  }

  .form--survey .form__input {
    width: 165px;
  }

  /*стили баннера*/

  .banner {
    min-height: 235px;
  }

  .banner__heading {
    font-size: 22px;
    line-height: 24px;
    max-width: 222px;
    margin: 0 0 15px;
  }

  .banner__text {
    font-size: 14px;
    line-height: 20px;
    max-width: 222px;
  }

  /*стили турнира*/

  .tournament {
    margin: 0 -15px 30px;
  }

  /*стили заявки команд*/

  .grids__link {
    padding: 20px;
  }

  /*стили профиль игрока*/

  .profile__content {
    position: relative;
  }

  .player__content {
    position: relative;
    padding: 20px 20px 55px;
  }

  .player .player__center {
    padding: 15px 0;
  }

  .player__stats {
    flex-direction: column;
    padding: 0 0 15px;
    border-bottom: 1px solid var(--light-gray-1);
  }

  .player__info--three {
    grid-template-columns: repeat(2,1fr);
  }

  .player .share {
    position: absolute;
    width: 100%;
    height: 55px;
    bottom: 0;
    left: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .player__info {
    grid-template-columns: repeat(1,1fr);
  }

  /*стили календарь*/

  .calendar__team {
    flex-direction: column;
  }

  .calendar__link {
    order: 1;
    margin: 0 0 5px;
  }

  .calendar__logo {
    width: 20px;
    height: 20px;
  }

  .calendar__content {
    order: 2;
    text-align: center;
    margin: 0;
  }

  .calendar__name {
    font-size: 12px;
    line-height: 16px;
  }

  .calendar__score {
    margin: 0 5px;
  }

  .calendar__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .calendar__checkbox {
    margin: 0 0 20px;
    order: 1;
  }

  .calendar__group {
    order: 2;
  }

  /*стили матча*/

  .match {
    margin: 0 -15px 30px;
  }

  .match__main {
    padding: 60px 0 20px;
  }

  .match__picture {
    width: 30px;
    height: 30px;
  }

  .match__img {
    border-radius: 3px;
  }

  .match__team {
    width: calc((100% - 120px)/2);
  }

  .match__team-name {
    font-size: 14px;
    line-height: 16px;
    padding: 0;
    font-weight: 600;
  }

  .match__coach {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
  }

  .match__score {
    font-size: 32px;
    line-height: 36px;
  }

  .match__score-additional {
    font-size: 14px;
    line-height: 18px;
  }

  .match__middle {
    width: 110px;
    margin: 0 5px;
  }

  .bests,
  .redactor .bests {
    margin: 0 0 15px;
  }

  .bests__title {
    font-size: 12px;
    line-height: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .bests__item--right .bests__title {
    align-items: flex-end;
  }

  .bests__text,
  .redactor .bests__text {
    font-size: 11px;
    line-height: 14px;
    font-weight: 400;
    padding: 0;
  }

  .bests__icon {
    margin: 0 0 5px;
  }

  .bests__item--right .bests__icon {
    order: -1;
    margin: 0 0 5px;
  }

  .match__date {
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 5px;
  }

  .match__place {
    font-size: 12px;
    line-height: 16px;
  }

  .match__referees {
    margin: 0 0 50px;
  }

  .match__referee {
    font-size: 12px;
    line-height: 14px;
  }

  .match-team__info {
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
  }

  .match-team {
    flex-direction: column;
    align-items: center;
  }

  .protocol__unit .match-team {
    flex-direction: row;
  }

  .match-team__img {
    margin: 0 0 5px;
  }

  .protocol__unit .match-team__img {
    margin: 0;
  }

  .match-team--right .match-team__img {
    order: 1;
  }

  .match-team__name {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    margin: 0;
    font-weight: 400;
  }

  .protocol__unit .match-team__name {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin: 0 10px;
    font-weight: 600;
  }

  .match-team--right .match-team__name {
    order: 2;
  }

  .match-stats {
    padding: 20px 0;
  }

  .match-stats__info {
    font-size: 12px;
    line-height: 14px;
    width: 33%;
  }

  .match-stats--referee .match-stats__text {
    flex-wrap: wrap;
  }

  .match-stats--referee .match-stats__info--center {
    width: 100%;
    order: -1;
    margin: 0 0 20px;
  }

  .history__team {
    flex-direction: column;
  }

  .history__logo {
    width: 20px;
    height: 20px;
    margin: 0 0 5px;
    order: 1;
  }

  .history__name {
    font-size: 12px;
    line-height: 16px;
    padding: 0;
    order: 2;
  }

  .history__score {
    padding: 0 5px;
  }

  .history__tournament {
    font-size: 12px;
    line-height: 16px;
  }

  .history__date {
    font-size: 12px;
    line-height: 16px;
  }

  .protocol__item {
    padding: 5px 10px;
  }

  .protocol__number {
    font-size: 12px;
    line-height: 16px;
    width: 15px;
  }

  .protocol__player {
    padding: 0 10px;
  }

  .protocol__img {
    width: 20px;
    height: 20px;
  }

  .protocol__name {
    font-size: 12px;
    line-height: 16px;
    text-align: left;
  }

  .protocol__name-status {
    font-size: 12px;
    line-height: 16px;
  }

  .protocol__event--main {
    display: flex;
  }

  .protocol__count {
    display: flex;
  }

  .timeline__middle {
    font-size: 16px;
    line-height: 20px;
    width: 30px;
  }

  .timeline__part {
    padding: 0 5px;
    width: calc((100% - 30px) / 2);
  }

  .timeline__persons {
    gap: 0;
  }

  .timeline__person {
    padding: 0 5px;
    font-size: 12px;
    line-height: 20px;
  }

  .timeline__additional {
    font-size: 10px;
    line-height: 12px;
    padding: 0 5px;
  }

  /*стили профиля команды*/

  .team__img {
    width: 60px;
    height: 60px;
  }

  .link-wrapper .matches__filters {
    width: 100%;
    margin: 20px 0 0;
  }

  .matches__filters .dropdown__title {
    border: 1px solid var(--light-gray-1);
    padding: 10px 25px 10px 15px;
  }

  .matches__filters .dropdown.js-open .dropdown__title,
  .matches__filters .dropdown__title:hover {
    border: 1px solid var(--light-gray-3);
    transition: 0.3s;
  }

  .matches__filters .filters__item {
    width: 100%;
  }

  .matches__filters .dropdown__title:after {
    right: 10px;
    content: url("/img/arrow.svg");
  }

  .matches__filters .dropdown__title .dropdown__link {
    color: var(--light-black);
  }

  .matches__filters .dropdown__options {
    left: 0;
    width: 100%;
  }

  .schedule-sticky {
    margin: 0 -15px;
    padding: 20px 15px;
  }

  .schedules__ground {
    margin: 0 -15px;
  }

  .schedules__ground-name {
    padding: 20px 15px;
  }

  .schedule__scrolling {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }

  .schedule__scrolling.fixed {
    width: 100%;
  }

  .schedule__wrap {
    margin: 0 15px;
  }

  .button--field {
    width: 100%;
  }

  .heading-h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .form__row {
    flex-direction: column;
    grid-gap: 5px;
    align-items: flex-start;
  }

  .share-popup__text {
    font-size: 20px;
    line-height: 24px;
  }

  .top__list {
    gap: 15px;
  }

  .popular__content {
    padding: 15px;
  }

  .top__logo {
    width: 42px;
    left: calc(50% - 21px);
  }

  .header__text {
    padding: 10px 15px;
  }

  .scout__disable-padding.top {
    margin: 0 -15px 25px;
  }

  .top__banner {
    height: 450px;
  }

  .contacts {
    gap: 15px;
    flex-wrap: wrap;
  }

  .contacts__group {
    gap: 15px;
  }

  .socials {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    order: 4;
  }

  .socials--sidebar {
    justify-content: center;
  }

  .table__cell {
    font-size: 12px;
    line-height: 16px;
  }

  .table-main__club,
  .table-chess__team {
    width: 175px;
  }

  .table-main__sticky-element.table__position.open {
    left: -15px;
  }

  .table-main__sticky-element.table-main__club.open,
  .table-main__sticky-element.table-chess__team.open {
    left: 20px;
  }

  .partners__wrap {
    border-radius: 10px;
    padding: 15px;
    gap: 15px;
  }

  .partners__list {
    gap: 10px;
  }

  .partners__item {
    height: 70px;
  }

  .partners__infos {
    gap: 15px;
  }

  .partners__info {
    padding: 15px;
    border-radius: 10px;
  }

  .advices__list {
    gap: 15px;
    height: 560px;
  }

  .advices__item:nth-child(1) .advices__img,
  .advices__item:nth-child(6) .advices__img,
  .advices__item:nth-child(4) .advices__img {
    width: 185px;
    height: 185px;
  }

  .advices__item:nth-child(2) .advices__img,
  .advices__item:nth-child(5) .advices__img {
    width: 100px;
    height: 100px;
  }

  .advices__item:nth-child(3) .advices__img,
  .advices__item:nth-child(7) .advices__img {
    width: 134px;
    height: 134px;
  }

  .tns-slide-active .trainers__img {
    width: 185px;
  }

  .trainers__img {
    width: 170px;
  }

  .slider--scout-coaches .slider__list {
    gap: 15px;
  }

  .trainers__hidden {
    padding: 0 calc((100% - 142px) / 2);
    margin: 0 0 -40px;
  }

  .slider--scout-coaches .slider__arrows-link {
    bottom: 120px;
    left: 0;
    width: 40px;
    height: 40px;
  }

  .slider--scout-coaches .slider__arrows-link--right {
    left: auto;
    right: 0;
  }

  .review {
    padding: 20px;
  }

  .review__stars {
    margin: 0 0 20px;
  }

  .review__text {
    padding: 0 0 20px;
  }

  .review__cause {
    display: none;
  }

  .advices .heading-h2--center {
    text-align: center;
  }

  .advices__texts {
    padding: 0 15px;
  }

  .scout__disable-padding {
    margin: 0 -15px;
  }

  .developers {
    padding: 15px;
  }

  .app__wrap {
    padding: 30px 15px;
  }

  .app__logo {
    display: none;
  }

  .app__img {
    margin: 0 0 -60px;
    order: 2;
  }

  .app__container {
    border-radius: 20px;
  }

  .app__info {
    order: 1;
  }

  .advices__ability {
    top: 0;
    left: 75%;
  }

  .rescheduled__buttons {
    gap: 10px;
    grid-template-columns: repeat(1,1fr);
  }

  .rescheduled__wrap {
    padding: 25px;
  }

  .rescheduled__closed {
    width: 35px;
    height: 35px;
    padding: 10px;
  }

  .trainings-none {
    height: 195px;
  }

  .rescheduled--absolute {
    bottom: calc(50% - 47px);
  }

  .fields__wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .fields__includes {
    margin: 0 -5px 15px;
  }

  .report {
    padding: 40px 15px;
  }

  .solncevo .report {
    margin: 0 -15px -30px;
  }

  .report .form__block {
    padding: 15px;
    gap: 10px;
  }

  .report .form__grid {
    gap: 10px;
  }

  .gap--25 {
    gap: 20px;
  }

  .gap--80 {
    gap: 30px;
  }

  .gap--100 {
    gap: 40px;
  }

  .gap--50 {
    gap: 20px;
  }

  .texts {
    gap: 10px;
  }

  .fields__buttons {
    flex-direction: column;
    width: 100%;
  }

  .flex-column .scrolling {
    max-width: calc(100% + 30px);
  }

  .form__auth {
    flex-direction: column;
    gap: 20px;
  }

  .socials--auth {
    order: 0;
    justify-content: center;
  }
}

@media (max-width: 400px) {
  /*стили 404*/

  .error {
    padding: 30px;
  }

  /*стили прогресс индивидуальный*/

  .profile__list {
    grid-template-columns: repeat(1,1fr);
  }

  /*стили footer*/

  .footer__logo-list {
    margin: 0 0 0 -5px;
  }

  .footer__logo-link {
    padding: 10px 5px;
  }

  .footer__logo--bmw {
    width: 28px;
    height: 27px;
  }

  .footer__logo--reso {
    width: 63px;
    height: 17px;
  }

  .footer__logo--nike {
    width: 40px;
    height: 27px;
  }

  .footer__logo--aqua {
    width: 44px;
    height: 27px;
  }

  .footer__logo--chempionat {
    width: 78px;
    height: 15px;
  }

  /*стили матча*/

  .match__team {
    width: calc((100% - 90px)/2);
  }

  .match__score {
    font-size: 26px;
    line-height: 30px;
    margin: 0 0 5px;
  }

  .match__middle {
    width: 90px;
  }

  .match-stats__info {
    font-size: 11px;
    line-height: 13px;
  }

  .heading-h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .partners__list {
    grid-template-columns: repeat(1,1fr);
  }

  .partners__item {
    height: 50px;
  }
}
