.matches-widget {

}

.matches-widget .matches-widget-block {
  position: relative;
  width: 100%;
  height: 196px;
}

.matches-widget .matches-widget-block-title {
  padding: 0 26px;
  font-size: 17px;
  line-height: 38px;
  color: #ffffff;
  text-transform: uppercase;
  background-color: #747d92;
  position: relative;
}

.matches-widget .matches-widget-block-matches-slide {
  display: table;
  width: 100%;
  height: 158px;
  background-color: #ffffff;
}

.matches-widget .matches-widget-block-matches-box {
  box-sizing: border-box;
  background-color: #ffffff;
  display: table-row;
}

.matches-widget .cell {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.matches-widget .matches-widget-block-matches-box:not(:last-child) .cell:after {
  content: '';
  position: absolute;
  bottom: 0;
  left:  0;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #dddddd;
}

.matches-widget .date {
  width: 140px;
  font-size: 15px;
  color: #636363;
  text-align: center;
}

.matches-widget .team {
  width: 356px;
}

.matches-widget .matches-widget-block-matches-box.with-tournament .team {
  width: 208px;
}

.matches-widget .team.team1 {
  text-align: right;
}

.matches-widget .team.team2 {
  text-align: left;
}

.matches-widget .team .team-image {
  width: 32px;
  height: 32px;
  margin: auto;
}

.matches-widget .team .team-image img {
  width: 100%;
  height: 100%;
  border: 1px solid #dddddd;
  border-radius: 2px;
}

.matches-widget .team .team-title {
  display: table;
  padding: 0 8px;
  height: 32px;
}

.matches-widget .team .team-title span {
  display: table-cell;
  vertical-align: middle;
}

.matches-widget .tournament {
  width: 300px;
}

.matches-widget .tournament-title,
.matches-widget .round-title,
.matches-widget .team .team-title span {
  font-size: 15px;
  color: #636363;
}

.matches-widget .tournament-title:hover,
.matches-widget .round-title:hover,
.matches-widget .team:hover .team-title span {
  text-decoration: underline;
}

.matches-widget .score {
  width: 54px;
  height: 40px;
  font-size: 17px;
  color: #000000;
  text-align: center;
}

.matches-widget .score:hover {
  text-decoration: underline;
}

.matches-widget .score .additional {
  font-size: 11px;
}

.matches-widget-block-matches .slick-dots {
  position: absolute;
  top: -24px;
  right: 0;
  list-style-type: none;
}

.matches-widget-block-matches .slick-dots > li {
  float: left;
  width: 8px;
  height: 8px;
  transition: all 0.2s;
  border: 2px solid #475065;
  cursor: pointer;
  margin-right: 14px;
  transform: rotate(45deg);
}

.matches-widget-block-matches .slick-dots > li.slick-active {
  border-color: #ffffff;
  transform: rotate(135deg);
}

.matches-widget-block-matches .slick-dots > li > button {
  width: 100%;
  height: 100%;
  visibility: hidden;
  border: none;
  background-color: transparent;
  opacity: 0;
}

@media (max-width: 481px) and (orientation: portrait) {
  .matches-widget .matches-widget-block-title {
    padding: 0 15px;
    font-size: 14px;
  }

  .matches-widget .tournament-title,
  .matches-widget .round-title,
  .matches-widget .team .team-title span {
    font-size: 14px;
  }

  .matches-widget .date {
    font-size: 14px;
    width: 26%;
    padding: 0 5px;
  }

  .matches-widget .team {
    width: auto;
  }

  .matches-widget .score {
    width: auto;
    white-space: nowrap;
    height: auto;
    font-size: 14px;
  }

  .matches-widget .score .additional {
    font-size: 9px;
  }

  .matches-widget .matches-widget-block {
    height: auto;
  }

  .matches-widget .matches-widget-block-matches-slide {
    height: auto;
  }

  .matches-widget .team .team-title {
    padding: 6px;
  }
}
