.match-of-week {
  width: 100%;
  height: 270px;
  box-shadow: 0 2px 0 0 #c9c9c9;
}

.match-of-week .match-of-week-desc {
  width: 300px;
  height: 100%;
  background-color: #ffffff;
  padding: 28px 25px 0;
  box-sizing: border-box;
  position: relative;
}

.match-of-week .match-of-week-desc .match-of-week-desc-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 28px;
  color: #000000;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 24px;
  max-height: 56px;
  overflow: hidden;
}

.match-of-week .match-of-week-desc .match-of-week-desc-title .vs {
  color: #3399cc;
}

.match-of-week .match-of-week-desc .match-of-week-desc-excerpt {
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 52px;
}

.match-of-week .match-of-week-desc .match-of-week-desc-date {
  font-size: 12px;
  color: #6b6b6b;
  text-transform: uppercase;
}

.match-of-week .match-of-week-desc .article-tag-cont {
  position: absolute;
  bottom: 47px;
}

.match-of-week .match-of-week-logos {
  width: calc(100% - 300px);
  height: 100%;
  position: relative;
}

.match-of-week .match-of-week-logos .match-of-week-logos-link {
  position: absolute;
  top: 50%;
  margin-top: -45px;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  border-radius: 45px;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 2;
}

.match-of-week .match-of-week-logos .match-of-week-logos-link:after {
  content: 'vs';
  width: 80px;
  height: 80px;
  position: absolute;
  top: 5px;
  left: 5px;
  border-radius: 40px;
  background-color: #1452f8;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 80px;
}

.match-of-week .match-of-week-logos .match-of-week-logos-team1 {
  width: 50%;
  float: left;
  position: relative;
}

.match-of-week .match-of-week-logos .match-of-week-logos-team1:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../img/match-of-week-layer-left.png') no-repeat,
  linear-gradient(to top, rgba(215, 161, 208, 0.66), transparent) bottom no-repeat,
  linear-gradient(to bottom, rgba(51, 153, 204, 0.4), transparent) top no-repeat;
  background-size: 100% 100%, 100% 30%, 100% 70%;
}

.match-of-week .match-of-week-logos .match-of-week-logos-team1 img {
  width: 100%;
}

.match-of-week .match-of-week-logos .match-of-week-logos-team2 {
  width: 50%;
  float: left;
  position: relative;
}

.match-of-week .match-of-week-logos .match-of-week-logos-team2:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url('../img/match-of-week-layer-right.png') no-repeat,
  rgba(131, 181, 214, 0.3);
}

.match-of-week .match-of-week-logos .match-of-week-logos-team2 img {
  width: 100%;
}

.feed {
  background-color: #767e85;
  padding: 24px 22px;
  position: relative;
  width: 570px;
  box-sizing: border-box;
  margin-left: 30px;
}

.feed .article-tag-cont {
  position: absolute;
  top: 24px;
  left: 22px;
}

.feed .feed-cont {
  margin-top: 24px;
  margin-bottom: 30px;
}

.feed .feed-cont .feed-cont-block {
  padding-top: 30px;
  height: 78px;
  width: calc(50% - 15px);
}

.feed .feed-cont .feed-cont-block:nth-child(odd) {
  margin-right: 15px;
}

.feed .feed-cont .feed-cont-block:nth-child(even) {
  margin-left: 15px;
}

.feed .feed-cont .feed-cont-block img {
  width: 65px;
  height: 80px;
}

.feed .feed-cont .feed-cont-block .feed-cont-block-desc {
  width: calc(100% - 65px - 10px);
  margin-left: 10px;
}

.feed .feed-cont .feed-cont-block .feed-cont-block-desc .feed-cont-block-desc-date {
  font-size: 12px;
  color: #c1c4c7;
  margin-bottom: 10px;
}

.feed .feed-cont .feed-cont-block .feed-cont-block-desc .feed-cont-block-desc-title {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  max-height: 56px;
  overflow: hidden;
}

.feed .feed-to-all-btn {
}

.feed .feed-to-all-btn > a {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 170px;
  margin: 0 auto 2px;
  border: 1px solid #ffffff;
  border-radius: 3px;
  cursor: pointer;
}

.feed .feed-to-all-btn > a:hover {
  background-color: #535353;
}

.partners {
  margin-top: 85px;
}

.partners a {
  display: inline-block;
  width: 120px;
  height: 70px;
  background-color: #e7e7e7;
  margin: 0 25px;
}

.partners a img {
  max-width: 100%;
  max-height: 100%;
}

.partners .partners-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.partners .partners-block.medium,
.partners .partners-block.high {
  margin-bottom: 50px;
}

.partners .partners-block.high a {
  width: 280px;
  height: 143px;
}

.partners .partners-block.medium a {
  width: 180px;
  height: 90px;
}

.partners .partners-block.low a {
  width: 120px;
  height: 61px;
}

@media (max-width: 480px) {
  .partners {
    margin-top: 40px;
  }

  .partners a {
    margin: 0 10px;
  }

  .partners .partners-block.medium,
  .partners .partners-block.high {
    margin-bottom: 20px;
  }

  .partners .partners-block.high a {
    width: 140px;
    height: 71px;
  }

  .partners .partners-block.medium a {
    width: 100px;
    height: 51px;
  }

  .partners .partners-block.low a {
    width: 76px;
    height: 39px;
  }
}

.football-blogs {
  width: 100%;
  height: 269px;
  display: block;
  background-image: url('../img/football-blogs-bg.png');
}

.football-blogs:hover {
  position: relative;
}

.football-blogs:hover:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.2);
}

/*Слайдер*/

.slider {
  position: relative;
  height: 506px;
  margin: 0 0 40px 0;
}

.slider:before {
  content: '';
  position: absolute;
  z-index: -1;
  background-image: url('../img/main-slider-footer-bg-new.png');
  width: 100%;
  left: 0;
  bottom: -250px;
  height: 310px;
  background-size: 100% 100%;
}

.slider__wrapper {
  display: flex;
  width: 1170px;
  height: 506px; /*506.25*/
  overflow: hidden;
  margin: 0 auto;
  background-color: #f2f0ea;
  box-shadow: 1px 4px 6px 1px rgba(0, 0, 0, .2);
}

.slider__text-list,
.slider__slides {
  margin: 0;
  padding: 0;
  list-style: none;
}

.slider__slides {
  width: 900px;
  height: 506px;
  overflow: hidden;
}

.slider__slide {
  height: 506px;
  overflow: hidden;
  background: center top no-repeat;
  background-size: 100% 100% !important;
  width: 900px;
}

.slider__slide-container {
  display: flex;
  align-items: flex-end;
  width: 900px;
  height: 506px;
  overflow: hidden;
  box-sizing: border-box;
}

.slider__slide-content {
  position: relative;
  width: 100%;
  min-height: 152px;
  background-color: rgba(0, 0, 0, 0.45);
}

.slider__slide-date {
  position: absolute;
  left: 15px;
  background-color: #1b94c1;
  height: 30px;
  transform: skewX(15deg);
}

.slider__slide-content::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 30px;
  background-color: #1b94c1;
}

.slider__slide-date-p {
  margin: 0;
  padding: 0 15px 0 20px;
  font-size: 18px;
  color: #ffffff;
  line-height: 30px;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  transform: skewX(-15deg);;
}

.slider__slide-text-p {
  display: block;
  margin: 0;
  padding: 40px 31px 5px 31px;
  font-size: 45px;
  color: #ffffff;
  line-height: 50px;
  font-weight: 700;
  text-align: left;
  vertical-align: middle;
}

.slider__text-item-excerpt {
  padding: 8px 31px 35px 31px;
  color: #ffffff;
}

.slider__text-list {
  height: 100%;
  width: 270px;
  background: url('../img/main-slider-background.png') center no-repeat;
  background-color: #32607b;
}

.slider__text-item {
  display: table;
  position: relative;
}

.slider__text-item-link {
  position: relative;
  display: table-cell;
  height: calc((506px / 4) + 1px);
  width: 270px;
  margin: 0;
  padding: 10px 25px;
  font-size: 17px;
  line-height: 19px;
  text-align: left;
  vertical-align: middle;
  color: #ffffff;
  box-sizing: border-box;
}

.slider__text-item-link:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -105px;
  bottom: -1px;
  width: 210px;
  height: 2px;
  background-color: #ffffff;
}

.slider__text-item:last-child .slider__text-item-link:after {
  display: none;
}

.slider__text-item .slider__text-item-link:hover {
  cursor: pointer;
}

.slider__text-item:hover,
.slider__text-item--pointing {
  background-color: rgba(80, 122, 147, 0.8);
}

.slider__text-item:active,
.slider__text-item--active,
.slider__text-item--active:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

.slider__text-item:active .slider__text-item-link,
.slider__text-item:active:hover .slider__text-item-link,
.slider__text-item--active .slider__text-item-link,
.slider__text-item--active:hover .slider__text-item-link {
  color: #284e65;
}

.main-slider {
  display: none;
  position: relative;
  min-width: 1232px;
  height: 530px;
  margin: -1px auto 35px;
}

.main-slider.slick-slider .slick-track,
.main-slider.slick-slider .slick-list {
  min-width: 1170px !important;
}

.main-slider:before {
  content: '';
  position: absolute;
  background-image: url('../img/main-slider-footer-bg-new.png');
  width: 100%;
  left: 0;
  bottom: -227px;
  height: 310px;
  background-size: 100% 100%;
}

.main-slider .main-slider-slide {
  height: 520px;
  transition: all 700ms ease;
  margin: 0 1px 10px;
  float: left;
  position: relative;
}

.main-slider .main-slider-slide:not(.slick-center) {
  transform: scaleY(0.97);
  margin-top: -16px;
  position: relative;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  -webkit-transition: all .6s ease;
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
}

.main-slider .main-slider-slide.slick-center:after {
  content: '';
  position: absolute;
  width: 98%;
  height: 10px;
  background: #dbdbdb;
  left: 1%;
}

.main-slider .main-slider-slide:not(.slick-center):after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(113, 113, 113, 0.65);
}

.main-slider .main-slider-slide .main-slider-slide-img {
  display: block;
  float: left;
  width: calc(100% - 380px);
  height: 100%;
  position: relative;
}

.main-slider .main-slider-slide .main-slider-slide-img:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4), transparent);
}

.main-slider .main-slider-slide .main-slider-slide-img > img {
  width: 100%;
  height: 100%;
}

.main-slider .main-slider-slide .main-slider-slide-cont {
  float: right;
  width: 380px;
  height: 520px;
  box-sizing: border-box;
  padding: 0 22px 0 30px;
}

.main-slider .main-slider-slide.green .main-slider-slide-cont {
  background-image: url('../img/main-silder-cover-green.png');
}

.main-slider .main-slider-slide.red .main-slider-slide-cont {
  background-image: url('../img/main-silder-cover-red.png');
}

.main-slider .main-slider-slide.blue .main-slider-slide-cont {
  background-image: url('../img/main-silder-cover-blue.png');
}

.main-slider .main-slider-slide .main-slider-slide-cont .main-slider-slide-cont-title {
  display: block;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  color: #ffffff;
  padding-bottom: 28px;
  overflow: hidden;
  position: relative;
}

.main-slider .main-slider-slide .main-slider-slide-cont .main-slider-slide-cont-title:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 130px;
}

.main-slider .main-slider-slide.green .main-slider-slide-cont .main-slider-slide-cont-title:after {
  background-color: #328048;
}

.main-slider .main-slider-slide.red .main-slider-slide-cont .main-slider-slide-cont-title:after {
  background-color: #a33229;
}

.main-slider .main-slider-slide.blue .main-slider-slide-cont .main-slider-slide-cont-title:after {
  background-color: #ffffff;
}

.main-slider .main-slider-slide .main-slider-slide-cont .main-slider-slide-cont-desc {
  margin-top: 31px;
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  height: 96px;
  overflow: hidden;
}

.main-slider .slick-dots {
  list-style-type: none;
  position: absolute;
  bottom: 38px;
  width: 284px;
  text-align: center;
}

.main-slider .slick-dots li {
  width: 12px;
  height: 12px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  margin: 0 8px;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}

.main-slider .slick-dots li.slick-active {
  background-color: #ffffff;
}

.main-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  visibility: hidden;
  border: none;
  background-color: transparent;
  opacity: 0;
}

.main-slider .slick-arrow {
  position: absolute;
  bottom: 20px;
  z-index: 1;
  height: 52px;
  width: 34px;
  cursor: pointer;
  transition: all 0.3s;
  background-color: transparent;
  border: none;
  color: #ffffff;
  padding-top: 17px;
  box-sizing: border-box;
}

.main-slider .slick-arrow.slick-prev {
  border-radius: 0 4px 4px 0;
  padding-left: 9px;
}

.main-slider .slick-arrow.slick-next {
  border-radius: 4px 0 0 4px;
  padding-left: 12px;
}

.main-slider .slick-arrow:hover {
  background-color: #ffffff;
}

.main-slider .slick-arrow:hover {
  color: rgba(0, 0, 0, 0.5);
}

@media (max-width: 480px) {
  .main-slider {
    display: none;
    min-width: 100%;
    height: 570px;
    box-shadow: 0 2px 0 0 #c9c9c9;
    margin-bottom: 20px;
  }

  .main-slider.slick-slider .slick-track,
  .main-slider.slick-slider .slick-list {
    min-width: 480px !important;
  }

  .main-slider:before {
    display: none;
  }

  .main-slider .main-slider-slide {
    width: 100%;
    height: 100%;
    margin: 0;
  }

  .main-slider .main-slider-slide:not(.slick-center) {
    transform: none;
  }

  .main-slider .main-slider-slide .main-slider-slide-img {
    width: 100%;
    height: 320px;
    float: none;
  }

  .main-slider .main-slider-slide .main-slider-slide-cont {
    width: 100%;
    height: 250px;
    float: none;
    padding: 24px 20px;
  }

  .main-slider .main-slider-slide .main-slider-slide-cont .main-slider-slide-cont-title {
    margin-top: 0;
    padding-bottom: 16px;
    font-size: 26px;
    line-height: 34px;
    max-width: 345px;
    max-height: 94px;
  }

  .main-slider .main-slider-slide .main-slider-slide-cont .main-slider-slide-cont-desc {
    margin-top: 16px;
  }

  .main-slider .slick-dots {
    left: 0;
    width: 100%;
    bottom: 10px;
  }

  .tourns-wdgt {
    height: 62px;
    width: 100%;
    overflow: hidden;
    position: relative;
  }

  .tourns-wdgt .tourns-wdgt-cont {
    position: relative;
    left: 0;
  }

  .tourns-wdgt .tourns-wdgt-cont ul {
    list-style-type: none;
    height: 100%;
  }

  .tourns-wdgt .tourns-wdgt-cont ul > li {
    height: 100%;
    width: 190px;
    float: left;
    background: #cfcfcf;
  }

  .tourns-wdgt .tourns-wdgt-cont ul > li.active {
    background-color: #747c83;
  }

  .tourns-wdgt .tourns-wdgt-cont ul > li > a {
    display: inline-block;
    width: 100%;
    max-width: 100%;
    font-size: 15px;
    font-weight: 500;
    line-height: 62px;
    color: #70757b;
    text-align: center;
    box-sizing: border-box;
    padding: 0 16px;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .tourns-wdgt .tourns-wdgt-cont ul > li.active > a {
    color: #ffffff;
  }
}

.news-title {
  width: 100%;
  height: 48px;
  margin-bottom: 30px;
}

.news-title-text:hover {
  color: #1c94c1;
}

.news-title > ul {
  list-style-type: none;
  margin-right: 8px;
}

.news-title > ul > li {
  float: left;
}

.news-title > ul > li:not(:first-child) {
  margin-left: 20px;
}

.news-title > ul > li > a {
  font-size: 15px;
  font-weight: 700;
  line-height: 43px;
  color: #666666;
  text-transform: uppercase;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 4px 4px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

#news-actual-text {
  color: #222c37;
  font-size: 25px;
  font-weight: 700;
  line-height: 43px;
}

#news-general-text {
  position: relative;
  padding: 0 0 4px 0;
  margin: 0 20px 0 0;
  color: #222c37;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
}

.news-general {
  width: 245px;
  position: relative;
}

.news-general.active:after {
  content: '';
  position: absolute;
  bottom: -12px;
  width: 100%;
  height: 17px;
  background: linear-gradient(to bottom, white 33.3%, #0072c5 33.3%, #0072c5 66.6%, #ff4609 66.6%);
}

.news-title > ul > li > a:hover {
  color: #fe4817;
}

.news-title > ul > li.active > a {
  border-bottom: 5px solid #fe4817;
  color: #fe4817;
}

.news-title > ul.blue > li > a:hover {
  color: #1c94c1;
}

.news-title > ul.blue > li.active > a {
  border-bottom: 5px solid #1c94c1;
  color: #1c94c1;
}

.sidebar-news-list .sidebar-news-list-search .chosen-container.chosen-container-multi .chosen-choices,
.sidebar-news-list .sidebar-news-list-search .chosen-container.chosen-container-multi.chosen-container-active .chosen-choices {
  border: none;
  box-shadow: 0 2px 0 0 #c9c9c9;
}

.main-media {
  width: 100%;
  margin-bottom: 40px;
}

.main-media .main-media-header {
  height: 64px;
}

.main-media .main-media-header-title {
  font-size: 28px;
  color: #000000;
  line-height: 64px;
}

.main-media .main-media-header-btn {

}

.main-media .main-media-header-btn a {
  font-size: 14px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
  text-transform: uppercase;
  display: block;
  width: 200px;
  margin: 14px auto 0;
  border: 1px solid #9da3a8;
  border-radius: 3px;
  cursor: pointer;
  color: #4a5259;
}

.main-media .main-media-header-btn a:hover {
  background-color: #1c94c1;
  color: #ffffff;
}

.main-media .main-media-header-cont {
  background-color: #46ac63;
  padding: 30px;
  height: 294px;
  box-sizing: border-box;
}
