.card-tips {
  border-radius: 4.44444vw;
  border: clamp(1px, 0.27777vw, 0.27777vw) solid rgb(var(--color-line-super-light-blue));
  padding: 4.16667vw;
  text-decoration: none;
  color: rgb(var(--color-gray));
  display: flex;
  flex-direction: column;
  gap: 3.33333vw;
  cursor: pointer;
  transition: 0.3s;
  --coef-bg: rgb(var(--color-bg-blue));
  --coef-color: rgb(var(--color-black));
}
@media (min-width: 1200px) {
  .card-tips {
    border-radius: 16px;
    border-width: 1px;
    padding: 15px;
    gap: 12px;
    font-size: 12px;
    line-height: 1.16667;
  }
}
.card-tips:hover {
  border-color: rgb(var(--color-primary));
}
.card-tips--accent {
  border-color: rgb(var(--color-accident));
  --coef-bg: rgb(var(--color-accident));
  --coef-color: rgb(var(--color-white));
}
.card-tips:has(.card-tips__events) .card-tips__text {
  -webkit-line-clamp: 4;
}
.card-tips__header {
  display: flex;
  justify-content: space-between;
}
.card-tips__event {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-tips__event-team {
  width: 16.66667vw;
  height: 16.66667vw;
  border: 0.83333vw solid rgb(var(--color-bg-blue));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.66667vw;
}
@media (min-width: 1200px) {
  .card-tips__event-team {
    width: 60px;
    height: 60px;
    border-width: 3px;
    padding: 5px;
  }
}
.card-tips__event-team-logo {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.card-tips__event-coefficient {
  background: var(--coef-bg);
  color: var(--coef-color);
  font-size: 3.88889vw;
  font-weight: 500;
  line-height: 10vw;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .card-tips__event-coefficient {
    font-size: 14px;
    line-height: 36px;
  }
}
.card-tips__event-coefficient::before {
  content: "";
  position: absolute;
  width: 5.55556vw;
  height: 100%;
  top: 0;
  left: -2.5vw;
  z-index: -1;
  background: var(--coef-bg);
  transform: skew(-10deg);
  border-radius: 1.66667vw 0 0 2.5vw;
}
@media (min-width: 1200px) {
  .card-tips__event-coefficient::before {
    width: 20px;
    left: -9px;
    border-radius: 4px 0 0 9px;
  }
}
.card-tips__event-coefficient::after {
  content: "";
  position: absolute;
  width: 5.55556vw;
  height: 100%;
  top: 0;
  right: -2.5vw;
  z-index: -1;
  background: var(--coef-bg);
  transform: skew(-10deg);
  border-radius: 0 2.5vw 1.66667vw 0;
}
@media (min-width: 1200px) {
  .card-tips__event-coefficient::after {
    width: 20px;
    right: -8px;
    border-radius: 0 9px 4px 0;
  }
}
.card-tips__content {
  display: flex;
  flex-direction: column;
  gap: 1.38889vw;
}
@media (min-width: 1200px) {
  .card-tips__content {
    gap: 5px;
  }
}
.card-tips__teams {
  font-size: 3.88889vw;
  font-weight: 500;
  line-height: 1;
  color: rgb(var(--color-black));
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .card-tips__teams {
    font-size: 14px;
  }
}
.card-tips__text {
  margin: 0;
  font-size: 3.88889vw;
  line-height: 1.42857;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  color: rgb(var(--color-text-black));
}
@media (min-width: 1200px) {
  .card-tips__text {
    font-size: 14px;
  }
}
.card-tips__events {
  display: flex;
  min-height: 16.38889vw;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 1200px) {
  .card-tips__events {
    min-height: 59px;
  }
}
.card-tips__events-total {
  display: flex;
  align-items: center;
  gap: 2.77778vw;
  font-size: 3.88889vw;
  font-weight: 500;
  color: rgb(var(--color-black));
}
@media (min-width: 1200px) {
  .card-tips__events-total {
    gap: 10px;
    font-size: 14px;
  }
}
.card-tips__events-icon {
  width: 6.66667vw;
  aspect-ratio: 1;
  fill: rgb(var(--color-primary));
  flex-shrink: 0;
}
@media (min-width: 1200px) {
  .card-tips__events-icon {
    width: 24px;
  }
}
.card-tips__events-coefficient {
  background: var(--coef-bg);
  color: var(--coef-color);
  font-size: 3.88889vw;
  font-weight: 500;
  line-height: 10vw;
  padding-right: 2.22222vw;
  border-radius: 0 2.22222vw 2.22222vw 0;
  position: relative;
  z-index: 2;
}
@media (min-width: 1200px) {
  .card-tips__events-coefficient {
    font-size: 14px;
    padding-right: 8px;
    border-radius: 0 8px 8px 0;
    line-height: 36px;
  }
}
.card-tips__events-coefficient::before {
  content: "";
  position: absolute;
  width: 5.55556vw;
  height: 100%;
  top: 0;
  left: -2.5vw;
  z-index: -1;
  background: var(--coef-bg);
  transform: skew(-10deg);
  border-radius: 1.66667vw 0 0 2.5vw;
}
@media (min-width: 1200px) {
  .card-tips__events-coefficient::before {
    width: 20px;
    left: -9px;
    border-radius: 4px 0 0 9px;
  }
}

@media (min-width: 1200px) {
  .section-grouped-posts {
    gap: 20px;
  }
}

.section-grouped-posts .section__header {
  margin: 0 2.22222vw;
}
@media (min-width: 1200px) {
  .section-grouped-posts .section__header {
    margin: 0;
  }
}

.post-filter {
  display: flex;
  flex-direction: column;
  gap: 1.11111vw;
}
@media (min-width: 1200px) {
  .post-filter {
    gap: 16px;
  }
}
.post-filter__dates {
  display: flex;
  gap: 1.11111vw;
}
@media (min-width: 1200px) {
  .post-filter__dates {
    gap: 8px;
  }
}
.post-filter__date {
  flex-shrink: 0;
  border-radius: 2.22222vw;
  border: clamp(1px, 0.27777vw, 0.27777vw) solid rgb(var(--color-line-super-light-blue));
  padding: 3.05556vw 4.16667vw;
  text-decoration: none;
  font-size: 2.77778vw;
  font-weight: 500;
  line-height: 1.2;
  color: rgb(var(--color-gray));
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.11111vw;
}
@media (min-width: 1200px) {
  .post-filter__date {
    border-radius: 12px;
    border-width: 1px;
    font-size: 14px;
    min-height: 48px;
    padding: 2px 19px;
    gap: 4px;
  }
}
.post-filter__date-count {
  color: rgb(var(--color-text-gray));
}
.post-filter__date--active {
  background: rgb(var(--color-bg-black));
  border-color: rgb(var(--color-bg-black));
  color: rgb(var(--color-white));
  flex-grow: 1;
}
@media (min-width: 1200px) {
  .post-filter__date--active {
    gap: 10px;
  }
}
.post-filter__date--active .post-filter__date-count {
  font-weight: 400;
  color: rgb(var(--color-white));
}
.post-filter__types {
  margin: 0 -2.22222vw;
  padding: 0 2.22222vw;
}
@media (min-width: 1200px) {
  .post-filter__types {
    margin: 0 -20px;
    padding: 0 20px;
  }
}
.post-filter__type {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55556vw;
  border-radius: 2.22222vw;
  border: clamp(1px, 0.27777vw, 0.27777vw) solid rgb(var(--color-line-super-light-blue));
  padding: 0.83333vw 1.38889vw;
  font-size: 2.77778vw;
  line-height: 1.2;
  white-space: nowrap;
  text-decoration: none;
  color: rgb(var(--color-gray));
}
@media (min-width: 1200px) {
  .post-filter__type {
    gap: 5px;
    border-radius: 12px;
    border-width: 1px;
    padding: 9px;
    font-size: 14px;
    line-height: 1.21429;
  }
}
.post-filter__type--active {
  background: rgb(var(--color-bg-black));
  border-color: rgb(var(--color-bg-black));
  color: rgb(var(--color-white));
}
.post-filter__type--active .post-filter__type-count {
  color: rgb(var(--color-white));
}
.post-filter__type--active .post-filter__type-icon {
  background-color: rgb(var(--color-white));
}
.post-filter__type-slide {
  width: 17.77778vw;
}
@media (min-width: 1200px) {
  .post-filter__type-slide {
    width: 90px;
  }
}
.post-filter__type-icon {
  display: block;
  background-color: rgb(var(--color-gray));
  width: 3.88889vw;
  height: 3.88889vw;
}
@media (min-width: 1200px) {
  .post-filter__type-icon {
    width: 24px;
    height: 24px;
  }
}
.post-filter__type-info {
  display: flex;
  gap: 0.67778vw;
  max-width: 100%;
}
@media (min-width: 1200px) {
  .post-filter__type-info {
    gap: 5px;
  }
}
.post-filter__type-count {
  color: rgb(var(--color-text-gray));
}
.post-filter__type-name {
  text-overflow: ellipsis;
  overflow: hidden;
}

.grouped-posts {
  display: flex;
  flex-direction: column;
  gap: 3.33333vw;
}
@media (min-width: 1200px) {
  .grouped-posts {
    gap: 20px;
  }
}
.grouped-posts__groups {
  display: flex;
  flex-direction: column;
  gap: 2.22222vw;
}
@media (min-width: 1200px) {
  .grouped-posts__groups {
    gap: 20px;
  }
}
.grouped-posts__group {
  display: flex;
  flex-direction: column;
  gap: 2.22222vw;
}
@media (min-width: 1200px) {
  .grouped-posts__group {
    gap: 8px;
  }
}
.grouped-posts__group--accent .grouped-posts__group-header {
  color: rgb(var(--color-accident));
}
@media (min-width: 1200px) {
  .grouped-posts__group--accent .grouped-posts__group-header {
    font-weight: 500;
  }
}
.grouped-posts__group--accent .grouped-posts__group-icon {
  background: rgb(var(--color-accident));
}
.grouped-posts__group-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 3.33333vw;
  padding: 3.33333vw 4.44444vw 3.33333vw 5.55556vw;
  border-radius: 4.44444vw;
  background: rgb(var(--color-bg-main));
  color: rgb(var(--color-text-black));
  text-decoration: none;
  font-size: 3.88889vw;
  font-weight: 500;
}
@media (min-width: 1200px) {
  .grouped-posts__group-header {
    font-size: 14px;
    padding: 12px;
    border-radius: 16px;
    gap: 12px;
    font-weight: 400;
  }
}
.grouped-posts__group-info {
  display: flex;
  align-items: center;
  gap: 2.77778vw;
}
@media (min-width: 1200px) {
  .grouped-posts__group-info {
    gap: 10px;
  }
}
.grouped-posts__group-icon {
  width: 6.66667vw;
  height: 6.66667vw;
  background: rgb(var(--color-text-black));
}
@media (min-width: 1200px) {
  .grouped-posts__group-icon {
    width: 24px;
    height: 24px;
  }
}
.grouped-posts__group-header-more {
  width: 1.94444vw;
  height: 3.33333vw;
  stroke: rgb(var(--color-text-blue-gray));
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .grouped-posts__group-header-more {
    display: none;
  }
}
.grouped-posts__group-header:hover .grouped-posts__group-header-more {
  transform: translateX(1.38889vw);
}
.grouped-posts__day {
  color: var(--text-line-black);
  font-size: 5vw;
  font-weight: 500;
  line-height: 5.8333vw;
}
@media (min-width: 1200px) {
  .grouped-posts__day {
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
  }
}
.grouped-posts__sport_group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 3.3333vw;
}
@media (min-width: 1200px) {
  .grouped-posts__sport_group {
    gap: 16px;
  }
}
.grouped-posts__sport_group_head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  gap: 2.2222vw;
  padding: 0 1.1111vw;
  color: var(--colors-primary);
  font-size: 3.8889vw;
  font-weight: 500;
  line-height: 5vw;
}
@media (min-width: 1200px) {
  .grouped-posts__sport_group_head {
    gap: 10px;
    padding: 0;
    font-size: 18px;
    line-height: 21px;
  }
}
.grouped-posts__sport_group_head_icon {
  display: block;
  width: 5vw;
  height: 5vw;
}
@media (min-width: 1200px) {
  .grouped-posts__sport_group_head_icon {
    width: 24px;
    height: 24px;
  }
}
.grouped-posts__league_group {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
}
.grouped-posts__league_group_head {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 2.7778vw;
  gap: 1.3889vw;
  border-radius: 4.4444vw 4.4444vw 0 0;
  background: var(--background-main);
  color: var(--text-black);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1200px) {
  .grouped-posts__league_group_head {
    padding: 10px 20px 10px 10px;
    gap: 5px;
    border-radius: 16px 16px 0 0;
  }
}
.grouped-posts__league_group_head_icon {
  display: block;
  width: 6.6667vw;
  height: 6.6667vw;
}
@media (min-width: 1200px) {
  .grouped-posts__league_group_head_icon {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1200px) {
  .grouped-posts__league_group_row {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    gap: 5px;
  }
}
@media (min-width: 1200px) {
  .grouped-posts__league_group_ceil {
    width: 70px;
    color: var(--text-gray);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    white-space: nowrap;
  }
}
@media (min-width: 1200px) {
  .grouped-posts__more {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: var(--text-gray);
    font-size: 14px;
    font-weight: 500;
  }
  .grouped-posts__more svg {
    display: block;
    width: 7px;
    height: 12px;
  }
}

.tips-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 2.22222vw;
}
@media (min-width: 1200px) {
  .tips-grid {
    gap: 8px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.match-center-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  border: 1px solid var(--background-main);
  border-top: none;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .match-center-card {
    flex-direction: row;
    padding: 20px;
    gap: 20px;
  }
}
.match-center-card:last-child {
  border-radius: 0 0 4.4444vw 4.4444vw;
}
@media (min-width: 1200px) {
  .match-center-card:last-child {
    border-radius: 0 0 20px 20px;
  }
}
.match-center-card__teams {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  gap: 11.1111vw;
  margin-top: 3.3333vw;
  width: 100%;
  padding: 0 3.3333vw;
}
@media (min-width: 1200px) {
  .match-center-card__teams {
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    margin: 0;
    padding: 0;
    order: 2;
  }
}
.match-center-card__team {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 2.2222vw;
  width: calc(50% - 5.5556vw);
}
@media (min-width: 1200px) {
  .match-center-card__team {
    width: auto;
    flex-direction: row;
    gap: 10px;
  }
}
.match-center-card__team_image {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media (max-width: 1199.98px) {
  .match-center-card__team_image {
    width: 13.3333vw;
    height: 13.3333vw;
    border-radius: 50%;
    background: var(--background-secondary);
    box-shadow: 0 2.7778vw 2.7778vw 2.7778vw rgba(0, 0, 0, 0.12);
  }
}
.match-center-card__team_image img {
  display: block;
  width: 8.8889vw;
  height: 8.8889vw;
  object-fit: contain;
  -o-object-fit: contain;
}
@media (min-width: 1200px) {
  .match-center-card__team_image img {
    width: 20px;
    height: 20px;
  }
}
.match-center-card__team_name {
  color: var(--text-black);
  font-size: 4.4444vw;
  font-weight: 500;
  line-height: 5.5556vw;
  text-align: center;
}
@media (min-width: 1200px) {
  .match-center-card__team_name {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    white-space: nowrap;
  }
}
.match-center-card__time {
  margin-top: 3.3333vw;
  color: var(--text-gray);
  font-size: 2.7778vw;
  font-weight: 400;
  line-height: 3.3333vw;
}
@media (min-width: 1200px) {
  .match-center-card__time {
    order: 1;
    width: 50px;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
  }
}
.match-center-card__coefficients, .match-center-card__coefficient_labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3.3333vw;
  gap: 3.3333vw;
  width: 100%;
}
@media (min-width: 1200px) {
  .match-center-card__coefficients, .match-center-card__coefficient_labels {
    order: 3;
    padding: 0;
    width: auto;
    margin-left: auto;
    gap: 5px;
  }
}
.match-center-card__coefficient_labels {
  margin-top: 3.3333vw;
  background: var(--background-main);
}
.match-center-card__coefficient_label {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 100%;
  color: var(--text-gray);
  text-align: center;
  font-size: 3.3333vw;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.match-center-card__coefficient {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 100%;
  color: var(--text-black);
  padding: 1.3889vw 3.8889vw;
  font-size: 3.3333vw;
  font-weight: 400;
  line-height: 3.8889vw;
  border-radius: 2.2222vw;
  border: 1px solid var(--colors-primary);
}
@media (min-width: 1200px) {
  .match-center-card__coefficient {
    width: 70px;
    height: 36px;
    flex: 0 1 70px;
    padding: 0;
    font-size: 14px;
    line-height: 1;
    border-radius: 12px;
  }
}

.categories-widget {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 5.5556vw;
  padding: 3.33333vw 2.22222vw 2.22222vw;
  background: var(--background-secondary);
}
@media (min-width: 1200px) {
  .categories-widget {
    gap: 20px;
    padding: 20px;
    border-radius: 20px;
  }
}
.categories-widget__group {
  width: 100%;
}
.categories-widget__sport {
  color: var(--text-gray);
  font-size: 3.8889vw;
  font-weight: 500;
  line-height: 4.7222vw;
}
@media (min-width: 1200px) {
  .categories-widget__sport {
    font-size: 16px;
    line-height: 19px;
  }
}
.categories-widget__items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  gap: 1.1111vw;
  margin-top: 3.3333vw;
}
@media (min-width: 1200px) {
  .categories-widget__items {
    gap: 4px;
    margin-top: 16px;
  }
}
.categories-widget__item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  width: 100%;
  gap: 2.7778vw;
  padding: 4.1667vw;
  border-radius: 4.4444vw;
  text-decoration: none;
  border: 1px solid var(--line-super-light-blue);
}
@media (min-width: 1200px) {
  .categories-widget__item {
    gap: 10px;
    padding: 15px;
    border-radius: 16px;
  }
}
.categories-widget__icon {
  display: block;
  width: 6.6667vw;
  height: 6.6667vw;
}
@media (min-width: 1200px) {
  .categories-widget__icon {
    width: 24px;
    height: 24px;
  }
}
.categories-widget__name {
  color: var(--text-black);
  font-size: 3.8889vw;
  font-weight: 400;
  line-height: 4.7222vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1200px) {
  .categories-widget__name {
    font-size: 16px;
    line-height: 19px;
  }
}
.categories-widget__count {
  color: var(--text-gray);
  font-size: 4.4444vw;
  font-weight: 400;
  line-height: 5.2778vw;
}
@media (min-width: 1200px) {
  .categories-widget__count {
    font-size: 16px;
    line-height: 19px;
  }
}
.categories-widget__item.current {
  background-color: #1B1B1B;
  border-color: #1B1B1B;
}
.categories-widget__item.current .categories-widget__name {
  color: var(--colors-white);
}
.categories-widget__item.current .categories-widget__count {
  color: var(--Light-blue);
}

/*# sourceMappingURL=critical.css.map */
