.main-calendar {
  width: 100%;
  height: 222px;
  margin-bottom: 36px;
  box-shadow: 1px 4px 6px 1px rgba(0, 0, 0, .2);
}

/*Табы*/
.main-calendar .main-calendar-tabs {
  height: 60px;
  background-color: #ffffff;
}

.main-calendar .main-calendar-tabs ul {
  list-style-type: none;
}

.main-calendar .main-calendar-tabs li {
  width: calc(100% / 4);
  float: left;
}

.main-calendar .main-calendar-tabs li:hover a {
  color: #ffffff;
  background-color: rgba(28, 148, 193, 0.6);
  transition: .35s;
}

.main-calendar .main-calendar-tabs li.active {
  background-color: #1c94c1;
}

.main-calendar .main-calendar-tabs li a {
  display: inline-block;
  width: 100%;
  padding: 0 32px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 60px;
  color: #1c94c1;
  cursor: pointer;
}

.main-calendar .main-calendar-tabs li.active a {
  color: #ffffff;
}

.main-calendar .main-calendar-cont {
  height: 162px;
  background-image: url('../../img/main-calendar-bg.png');
  position: relative;
}

.main-calendar .main-calendar-cont .arrow-right,
.main-calendar .main-calendar-cont .arrow-left {
  position: absolute;
  top: 0;
  width: 32px;
  height: 100%;
  cursor: pointer;
}

.main-calendar .main-calendar-cont .arrow-left {
  left: 0;
}

.main-calendar .main-calendar-cont .arrow-right {
  right: 0;
}

.main-calendar .main-calendar-cont .arrow-right:hover,
.main-calendar .main-calendar-cont .arrow-left:hover {
  background: rgba(207, 209, 211, 0.4);
}

/*ХАК*/
.main-calendar .main-calendar-cont .arrow-right {
  background-image: url(../../img/main-calendar-bg.png);
  background-position: 7px 0;
}

.main-calendar .main-calendar-cont .arrow-right:hover:after {
  background: #8f9499;
}

.main-calendar .main-calendar-cont .arrow-right:after {
  content: '';
  position: absolute;
  left: -3px;
  background: inherit;
  width: 3px;
  height: 100%;
}

/*ХАК*/

.main-calendar .main-calendar-cont .arrow-right .fa,
.main-calendar .main-calendar-cont .arrow-left .fa {
  position: absolute;
  top: calc(50% - 4px);
  left: calc(50% - 5px);
  font-size: 13px;
  color: #bec3c7;
}

.main-calendar .main-calendar-cont .arrow-right:hover .fa,
.main-calendar .main-calendar-cont .arrow-left:hover .fa {
  color: #ffffff;
}

.main-calendar .main-calendar-cont .main-calendar-cont-slider {
  width: calc(100% - 64px);
  overflow: hidden;
  position: relative;
  left: 32px;
}

.main-calendar .main-calendar-cont .main-calendar-cont-slider-cont {
  overflow: hidden;
  height: 162px;
  width: 100000%;
  min-width: 100%;
  position: relative;
  left: 0;
}

.main-calendar .box {
  float: left;
  display: block;
  width: calc((1170px - 64px) / 3);
  height: 100%;
  padding: 6px 8px;
  box-sizing: border-box;
  position: relative;
  transition: .35s;
}

.main-calendar .box .box-cont {
  width: 100%;
  height: 100%;
  padding: 8px 16px;
  box-sizing: border-box;
  border-radius: 6px;
}

.main-calendar .box:hover .box-cont,
.main-calendar .box.selected .box-cont {
  background-color: rgba(207, 209, 211, 0.4);
}

.main-calendar .main-calendar-cont-slider-cont .box:not(:last-child):before {
  content: '';
  position: absolute;
  top: 12px;
  right: 0;
  width: 1px;
  height: calc(100% - 24px);
  background-color: #8f9499;
}

.main-calendar .status-label {
  position: absolute;
  right: 24px;
  bottom: 20px;
}

.main-calendar .status-label .text {
  float: right;
  margin-right: 16px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  /* line-height: 20px; */
  color: #c0c0c0;
}

.main-calendar .status-label .label {
  float: right;
  min-width: 132px;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  color: #ffffff;
  padding: 0 8px;
}

.main-calendar .status-label .label.unknown {
  background-color: #ccc;
}

.main-calendar .status-label .label.future {
  background-color: #1c94c1;
}

.main-calendar .status-label .label.current {
  background-color: #507f2f;
}

.main-calendar .status-label .label.finish {
  background-color: #fb5655;
}

/*Календарь сборной*/
.main-calendar .main-calendar-cont .matches {

}

.main-calendar .matches .box-top {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.main-calendar .matches .box-discipline {
  padding: 0 20px 0 0;
  font-size: 10px;
  color: #c0c0c0;
  text-transform: uppercase;
}

.main-calendar .matches .box-date {
  color: #c0c0c0;
  font-size: 10px;
  text-align: right;
}


.main-calendar .matches .box-tournament {
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  color: #c0c0c0;
  height: 28px;
  display: table;
}

.main-calendar .matches .box-tournament .box-tournament-title {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
}

.main-calendar .matches .box-tournament.live {
  position: relative;
}

.main-calendar .matches .box .live-label {
  position: absolute;
  top: 12px;
  right: 20px;
  padding: 2px 6px;
  background-color: #d52b1e;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  border-radius: 5px;
}

.main-calendar .matches .box .match {
  height: 74px;
}

.main-calendar .matches .box .match table {
  width: 100%;
  height: 100%;
}

.main-calendar .matches .box .team .image {
  width: 26px;
  height: 26px;
}

.main-calendar .matches .box .team .image-cont {
  width: 24px;
  height: 24px;
  border: 2px solid #dcdcdc;
  border-radius: 100%;
}

.main-calendar .matches .box .team .image .image-cont img {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.main-calendar .matches .box .team .title {
  padding-left: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  max-width: 206px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.main-calendar .matches .box .team .score {
  width: 32px;
  font-size: 22px;
  font-weight: 500;
  color: #bec3c7;
  text-align: center;
}

.main-calendar .matches .box .team .score.gray {
  color: #ffeb3b;
}

.main-calendar .matches .box .team .score.green {
  color: #a3e475;
}

.main-calendar .matches .box .team .score.red {
  color: #f28383;
}

.main-calendar .matches .box .team .additional {
  width: 28px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #c0c0c0;
  text-align: center;
}

.main-calendar .matches .box .team .date {
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  width: 62px;
}

.main-calendar .matches .box-stadium {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  color: #c0c0c0;
  margin-top: 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*Турниры*/
.main-calendar .main-calendar-cont .tournaments {

}

.main-calendar .tournaments .tournament-image {
  width: 80px;
  height: 80px;
}

.main-calendar .tournaments .tournament-image img {
  width: 100%;
  height: 100%;
}

.main-calendar .tournaments .tournament-title {
  margin-left: 24px;
  display: table;
  width: calc(100% - 80px - 24px);
  height: 80px;
}

.main-calendar .tournaments .tournament-title span {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  line-height: 21px;
}

/*События*/
.main-calendar .main-calendar-cont .events {

}

.main-calendar .events .event-image {
  width: 78px;
  height: 78px;
  border: 1px solid #ffffff;
}

.main-calendar .events .event-image img {
  width: 100%;
  height: 100%;
}

.main-calendar .events .event-title {
  margin-left: 24px;
  display: table;
  width: calc(100% - 80px - 24px);
  height: 80px;
}

.main-calendar .events .event-title span {
  display: table-cell;
  vertical-align: middle;
  font-size: 20px;
  font-weight: 500;
  color: #ffffff;
  line-height: 21px;
}
