

/* Start:/bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1535733546467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/components/imperium/matches.game_slider2/templates/.default/style.css?17580585512074*/
.game-feed {
  position: relative;
}

.game-feed__item {
  min-height: 164px;
  max-width: 310px;
  width: 100%;
  padding: 12px 30px;
  background: url(/upload/feed-item-bg.png) no-repeat;
  background-size: cover;
  clip-path: polygon(20px 0%, calc(100% - 20px) 0%, 100% 20px, 100% calc(100% - 20px), calc(100% - 20px) 100%, 20px 100%, 0% calc(100% - 20px), 0% 20px);
  box-sizing: border-box;
  color: #fff;
  font-size: 18px;
}

.sim-slider-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.sim-slider-btn-next {
  right: -72px;
}

.sim-slider-btn-prev {
  left: -72px;
}

.sim-slider-wrap {
  position: relative;
}

.game-feed-slider-wrap {
  margin-top: 30px;
  margin-bottom: 92px;
}

.sim-slider {
  overflow-x: hidden;
}

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

.game-feed__date {
  margin-bottom: 12px;
  text-align: center;
  font-size: 18px;
}

.game-feed__player img {
  max-width: 50px;
}

.game-feed__player {
  text-align: center;
}

.game-feed__player div {
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
}


.game-feed__count {
  font-size: 32px;
  font-weight: 600;
  line-height: 140%;
}

.game-feed__time {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 24px;
  font-weight: 600;
}

.game-feed__time span {
  font-size: 18px;
  font-weight: 400;
}

.game-feed-title {
  margin: 0;
  margin-bottom: 42px;
  font-size: 46px;
}

.game-feed__item .data-year{
  text-align: center;
}

@media (max-width: 1500px) {
  .game-feed-slider__btns {
    display: none;
  }
}

@media (max-width: 780px) {
  .game-feed-slider-wrap {
    margin-top: 0;
    margin-bottom: 40px;
  }

  .game-feed__date {
    margin-bottom: 6px;
  }
  .game-feed__count{
    font-size: 24px;
  }
  .game-feed__item {
    min-height: 127px;
    max-width: 266px;
  }
}

@media (max-width: 520px) {
  .game-feed__player div, .game-feed__item .data-year {
    font-size: 14px;
  }
  .game-feed__date {
    font-size: 14px;
  }
}
/* End */


/* Start:/local/components/imperium/mathces.filter2/templates/.default/style.css?1757781648485*/
.mathces-filter{
  margin-bottom: 90px;
}

.game-feed-form .choices{
  display: inline-block;
  width: 100%;
  max-width: calc(100% / 2 - 20px);
}

.filter__btn{
  padding: 6px 12px;
  background-color: rgba(247, 248, 249, 1);
  cursor: pointer;
  font-size: 18px;
}

.filter__btns{
  display: flex;
  column-gap: 16px;
}

.filter__btn--active{
  background-color: rgba(22, 71, 52, 1);
  color: #FFFFFF;
}

.filter__btn input{
  position: absolute;
  left: -1000%;
  opacity: 0;
}





/* End */


/* Start:/local/components/imperium/mathces.filter2/templates/filter_sheet/style.css?17577155653314*/
.mathces-filter {
  margin-bottom: 90px;
}

.game-feed-form .choices {
  display: inline-block;
  width: 100%;
  max-width: calc(100% / 2 - 20px);
}

.filter__btn {
  padding: 6px 12px;
  background-color: rgba(247, 248, 249, 1);
  cursor: pointer;
  font-size: 18px;
}

.filter__btns {
  display: flex;
  column-gap: 16px;
}

.filter__btn--active {
  background-color: rgba(22, 71, 52, 1);
  color: #ffffff;
}

.filter__btn input {
  position: absolute;
  left: -1000%;
  opacity: 0;
}

.bottom-sheet-filter {
  display: none;
}

.game-feed-value {
  padding: 6px 20px 6px 12px;
  border: 1px solid rgba(208, 208, 208, 1);
  font-size: 16px;
  line-height: 105%;
}

.game-feed-value span {
  display: block;
  color: rgba(180, 174, 174, 1);
  font-size: 14px;
}
.game-feed-value div {
  line-height: 140%;
}

.game-feed-filed {
  cursor: pointer;
  width: 100%;
  max-width: calc(100% / 2 - 20px);
  position: relative;
}

.game-feed-filed::after {
  content: "";
  margin: 0;
  border: none;
  width: 13px;
  height: 7px;
  transform: translateY(-50%);
  background-image: url(/upload/choice-select.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 0.5s;
  display: block;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

.bottom-sheet-filter {
  padding-bottom: 20px;
  position: fixed;
  bottom: -100%;
  left: 0;
  width: 100%;
  height: 24%;
  background: #fff;
  border-radius: 16px 16px 0 0;
  transition: bottom 0.3s ease;
  z-index: 1001;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.bottom-sheet-filter.open {
  bottom: 0;
}

.bottom-sheet-filter .swiper {
  width: 100%;
  height: 100%;
  flex: 1;
}

.bottom-sheet-filter .swiper-slide {
  padding: 20px;
  overflow-y: auto;
  height: 100%;
  box-sizing: border-box;
}
.handle-filter-wrap {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom-sheet-filter .handle-filter {
  width: 60px;
  min-height: 6px;
  background: #ccc;
  border-radius: 3px;
  margin: 10px auto;
  cursor: pointer;
}

.bottom-sheet-filter .swiper-wrapper {
  height: auto !important;
}

.bottom-sheet-filter input:checked ~ span::after {
  content: "";
  width: 15px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='13' height='10' viewBox='0 0 13 10' fill='none'%3E%3Cpath d='M11.5 1.25L4.625 8.125L1.5 5' stroke='%23164734' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5 1.25L4.625 8.125L1.5 5' stroke='black' stroke-opacity='0.2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M11.5 1.25L4.625 8.125L1.5 5' stroke='black' stroke-opacity='0.2' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.bottom-sheet-filter label {
  position: relative;
  overflow: hidden;
}

.bottom-sheet-filter label span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.bottom-sheet-filter input {
  position: absolute;
  left: -100%;
  opacity: 0;
  z-index: -100;
}

.bottom-sheet-filter .swiper-slide {
  display: flex;
  flex-direction: column;
  row-gap: 26px;
}

/* End */


/* Start:/local/components/imperium/mathces.calendar_table2/templates/.default/style.css?17577947454902*/
.game-calendar {
  margin-bottom: 120px;
}

.game-calendar__head {
  margin-bottom: 42px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.game-calendar__title {
  max-width: 640px;
  width: 100%;
}



.game-calendar__link {
  padding-right: 32px;
  display: inline-block;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 100%;
  font-weight: 600;
  color: rgba(34, 34, 34, 1);
  position: relative;
}

.game-calendar__link svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.game-calendar__wrap {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  color: #222222;
  flex-wrap: wrap;
  row-gap: 24px;
}

.filter__btn {
  padding: 6px 12px;
  background-color: rgba(247, 248, 249, 1);
  cursor: pointer;
  font-size: 18px;
}

.filter__btns {
  display: flex;
  column-gap: 16px;
}

.filter__btn--active {
  background-color: rgba(22, 71, 52, 1);
  color: #FFFFFF;
}

.filter__btn input {
  position: absolute;
  left: -1000%;
  opacity: 0;
}

.table-game {
  margin-bottom: 24px;
}

.table-game__item {
  padding: 12px;
  border: 1px solid #EBEBEB;
  font-weight: 600;
  box-sizing: border-box;
}

.table-game__item--home {
  background-color: rgba(32, 175, 138, 0.1);
}

.table-game__item--guest {
  background-color: rgba(204, 204, 204, 0.2);
}

.table-game__item--default {
  background: transparent;
}

.table-game__item--curr {
  border: 1px solid #103627;
}

.table-game__item--default .table-game__item-block {
  display: none;
}


.table-game__date {
  margin-bottom: 33px;
  color: #222222;
  font-size: 18px;
  line-height: 150%;
}

.table-game__time {
  margin-bottom: 8px;
  font-size: 14px;
  color: #000;
}

.table-game__player:nth-child(1) {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(235, 235, 235, 1);
}

.table-game__player:nth-child(2) {
  padding-top: 4px;
}

.table-game__player {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
}

.table-game__player img {
  max-width: 32px;
  max-height: 32px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}

.table-game__name {
  display: flex;
  align-items: center;
  column-gap: 4px;
  width: 85%;
}

.table-game__name span {
  max-width: 90px;
  width: 100%;
}

.table-game__items {
  align-items: stretch;
}

.table-game__item {
  height: auto !important;
  min-height: 184px;
}

.table-game__item--empty {
  background-color: transparent;
}

.table-game-info {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  column-gap: 56px;
}

.table-game-info div {
  padding-left: 28px;
  position: relative;
  font-size: 14px;
}

.table-game-info div::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.table-game-info div:first-child::before {
  background-color: rgba(32, 175, 138, 0.1);
}

.table-game-info div:last-child::before {
  background-color: rgba(204, 204, 204, 0.2);
}

.table-game-show {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.table-game-show button {
  background-color: transparent;
  border: none;
  padding: 0;
  padding-right: 24px;
  margin: 0;
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 600;
  color: #164734;
  font-family: 'TTOctosquares';
  cursor: pointer;
}

.table-game-show button svg {
  position: absolute;
  right: 0;
  top: 59%;
  transform: rotate(0) translateY(-50%);
  transition: transform 0.5s;
}

.table-game-show button.active svg {
  transform: rotate(180deg) translateY(-50%);
}

.table-game-show a {
  color: #B4AEAE;
  font-size: 18px;
  font-weight: 600;
}

.table-game-show a b {
  color: #164734;
  font-weight: 700;
}

.table-game-show button svg {
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.5s;
}

.table-game-show .show-slider svg {
  transform: translateY(-50%) rotate(180deg);
}

.table-game--list .table-game__items {
  flex-wrap: wrap;
}

.table-game--list .table-game__item {
  max-width: 100%;
  width: 14.28%;
}

.table-game--list .table-games__btns {
  display: none;
}
.table-game--list-v .table-game__items{
  flex-wrap: wrap;
}
.table-game--list-v .table-games__btns{
  display: none;
}
.table-game--list-v .table-game__item {
  width: 100%;
}
.table-game--list-v .table-game__item:not(:nth-child(-n+5)){
  display: none;
}

.table-game--list .table-game__item:not(:nth-child(-n+5)){
  display: block;
}

.calendar-download-btn-mob{
  display: none;
}


@media (max-width: 520px){
  .calendar-download-btn-mob{
    display: inline-block;
  }
  .calendar-download-btn-desk{
    display: none;
  }
  .game-calendar__wrap .calendar-box{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
/* End */


/* Start:/local/components/imperium/mathes.tournament_table2/templates/.default/style.css?17580592173104*/
.tournament {
  margin-bottom: 120px;
  position: relative;
}

.tournament__title {
  margin-bottom: 42px;
}

.tournament__title-inner {
  padding-right: 32px;
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.tournament__filter {
  margin-bottom: 20px;
}

.tournament__table thead {
  border: 1px solid rgba(235, 235, 235, 1);
}

.tournament__table-wrap {
  overflow-x: auto;
}

.content .tournament__table tr:first-child {
  background: transparent;
}

.content .tournament__table tr td:nth-child(2) {
  min-width: 421px;
}
.content .tournament__table tr th {
  text-align: left;
}
.content .tournament__table tr .tournament__table-team {
  text-align: left;
}

.content table tr .tournament__table-team {
  padding-left: 20px;
}
.tournament__table-team {
  display: flex;
  column-gap: 10px;
  align-items: flex-start;
}
.tournament__table-team img {
  width: 44px;
  object-fit: contain;
}
.tournament__table-name-team {
  font-family: TTOctosquares;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

.tournament__table-city {
  margin: 0;
  margin-top: 4px;
  font-size: 16px;
  font-family: TTOctosquares;
}

.tournament__head {
  position: relative;
}

.abbrs-block-wrap {
  position: absolute;
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  top: 47px;
}

.abbrs-block {
  width: 100%;
  padding: 48px;
  display: none;
  column-gap: 20px;
  row-gap: 86px;
  box-sizing: border-box;
  grid-template-columns: repeat(5, minmax(max-content, max-content));
  justify-content: space-between;
  background-color: #fff;
  box-shadow:
    0 1px 3px 0 rgba(0, 0, 0, 0.05),
    0 4px 24px 0 rgba(0, 0, 0, 0.12);
}

.abbrs-block__des {
  width: max-content;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  text-transform: none;
}

.abbrs-block__des b {
  font-size: 18px;
  font-style: normal;

  line-height: 140%;
}

.abbrs-block__des span {
  display: block;
}

.tournament__table-tr.thead th {
  background: #ebebeb;
}

@media (hover: hover) and (pointer: fine) {
  .tournament__head svg:hover ~ .abbrs-block-wrap .abbrs-block {
    display: grid;
  }
}

@media (max-width: 1200px) {
  .abbrs-block-wrap {
  }
  .abbrs-block {
    grid-template-columns: repeat(3, minmax(max-content, max-content));
  }
}

@media (max-width: 890px) {
  .abbrs-block {
    grid-template-columns: repeat(2, minmax(max-content, max-content));
  }
}

@media (max-width: 780px) {
  .tournament__filter {
    margin-bottom: 28px;
  }

  .tournament__table-city {
    font-size: 12px;
    margin-top: 0;
  }
  .tournament__table-team div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
  }
  .tournament__table-team {
    align-items: stretch;
  }
  .content .tournament__table tr td:nth-child(2) {
    min-width: 198px;
  }
  .tournament {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .tournament__title span {
    display: inline-block;
    max-width: min-content;
  }
}

@media (max-width: 420px) {
  .tournament__table-name-team {
    font-size: 14px;
  }
}

/* End */
/* /bitrix/components/bitrix/breadcrumb/templates/.default/style.min.css?1535733546467 */
/* /local/components/imperium/matches.game_slider2/templates/.default/style.css?17580585512074 */
/* /local/components/imperium/mathces.filter2/templates/.default/style.css?1757781648485 */
/* /local/components/imperium/mathces.filter2/templates/filter_sheet/style.css?17577155653314 */
/* /local/components/imperium/mathces.calendar_table2/templates/.default/style.css?17577947454902 */
/* /local/components/imperium/mathes.tournament_table2/templates/.default/style.css?17580592173104 */
