.mainPage {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.mainPage .media-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.mainPage .media-content .media-item__video {
  min-width: 49%;
}

.mainPage .media-content .media-item__video .media-hover__border::before,
.mainPage .media-content .media-item__video .media-hover__border::after {
  width: auto;
  height: auto;
}

.mainPage .media-content .sectionTitle {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}

.mainPage__recomendWatch {
  width: 100%;
  background: #2F3238;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 20px;
}

.mainPage__recomendWatch .sectionTitle,
.mainPage__recomendWatch .text {
  color: #fff !important;
}

.mainPage__recomendWatch .media-item__video {
  position: relative;
  max-height: 242px;
  max-width: none;
}

.mainPage__recomendWatch .media-item__video img {
  max-height: 242px;
}

.mainPage__recomendRead {
  width: 100%;
  padding-bottom: 40px;
}

.mainPage__recomendRead .media-item__video {
  max-width: none !important;
}

.mainPage__recomendRead .media-item__video .media-hover .media-hover__border {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.mainPage__recomendRead .media-item__video .media-hover .media-hover__border::before,
.mainPage__recomendRead .media-item__video .media-hover .media-hover__border::after {
  display: none;
}

.mainPage__recomendRead .media-item__video .media-hover .media-hover__border .media-item__light-text {
  position: relative;
  margin-top: 4%;
  margin-bottom: 10px;
}

.mainPage__recomendRead .media-item__video .media-hover .media-hover__border .label {
  margin-bottom: 2.500em;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}

.mainPage__recomendRead .media-item__video .media-hover:hover .media-item__light-text {
  margin-top: 11%;
  width: 100%;
  left: 0;
  font-size: 1em;
}

.mainPage__recomendRead .media-item__video .text {
  opacity: 0;
  -webkit-transition: .4s all;
  transition: .4s all;
  font-size: 3em;
}

.mainPage__recomendRead .media-item__video .label {
  -webkit-transition: .6s all;
  transition: .6s all;
  margin: 100px auto 0;
  opacity: 0;
}

.mainPage__recomendRead .media-item__video:hover .text {
  -webkit-line-clamp: 2;
  margin-top: 10%;
  opacity: 1;
  font-size: 1em;
}

.mainPage__recomendRead .media-item__video:hover .label {
  margin-top: 3px;
  opacity: 1;
}

.mainPage__recomendRead .media-item__article {
  max-height: 175px;
}

.mainPage__recomendRead .media-item__article_picture {
  width: 50%;
}

.mainPage__recomendRead .media-item__article_defination {
  width: 45%;
}

