* {
  box-sizing: border-box;
}

.news {
  margin-bottom: 42px;
}

.news .js-news {
  display: flex;
  flex-wrap: wrap;
}

.index-news-cont .news {
  margin-bottom: 0;
}

.news .news-post {
  flex-shrink: 0;
  width: calc((100% - 60px) / 4);
  height: auto;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px;
}

.news:not(.cards) .news-post:not(:nth-child(4n)) {
  margin-right: 20px;
}

.news .news-post-image {
  display: block;
  width: 290px;
  height: 193px;
  background-size: cover;
}

.news .news-post-cont {
  width: 100%;
  padding: 45px 15px 20px 15px;
  height: auto;
  position: relative;
}

.news-post-date {
  position: absolute;
  top: 0;
  right: -4px;
  float: right;
  padding: 8px 15px;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  color: #fff;
  background-color: #403f40;
}

.news-post-date::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -4px;
  display: block;
  border: 2px solid transparent;
  border-left: 2px solid #403f40;
  border-top: 2px solid #403f40;
}

.news .news-post-cont-title {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #363636;
}

.news .news-post-cont-title:hover {
  color: #ff8207;
  transition: 0.3s;
}

.news .news-post-cont-excerpt {
  height: 70px;
  max-height: 70px;
  overflow: hidden;
  font-size: 14px;
  line-height: 16px;
  color: #363636;
  margin: 10px 0 0 0;
}

.news .news-loadmore {
  margin: auto;
  display: table;
  text-align: center;
  font-size: 14px;
  color: #000000;
  cursor: pointer;
  position: relative;
  border: 2px solid #ff8207;
  border-radius: 3px;
  line-height: 35px;
  width: 200px;
}

.news .news-loadmore:hover {
  background-color: #ff8207;
  color: #ffffff;
  transition: 0.3s;
}

.news.cards .js-news {
  display: flex;
  flex-wrap: wrap;
}

.news.cards .news-post {
  flex-shrink: 0;
  width: calc((100% - 40px) / 3);
  height: auto;
  margin-bottom: 20px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px;
}

.news.cards .news-post:not(:nth-child(3n)) {
  margin-right: 20px;
}

.news.cards .news-post-cont-title {
  height: auto;
  min-height: 74px;
  line-height: 24px;
}

.post {
  padding-bottom: 20px;
}

.post .post-title {
  font-size: 25px;
  font-style: italic;
  color: #2f2c2e;
  display: block;
  padding: 0 0 30px 0;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0;
}

.post .post-title.uppercase {
  text-transform: uppercase;
}

.post .post-subtitle {
  font-size: 24px;
  font-weight: 700;
  padding: 20px;
}

.post .post-image {
  width: 100%;
}

.post .post-image > img {
  width: 100%;
}

.post .post-cont {
  font-size: 16px;
  padding: 35px 25px 50px;
  background-color: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 1px 5px;
}

.post .post-cont p {
  line-height: 24px;
}

.post .post-cont ul,
.post .post-cont ol {
  margin: 10px 20px;
}

.post-date {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #ff8207;
  text-transform: none;
  font-style: normal;
}

.post-date.no-margin {
  margin-bottom: 0;
}

.post .tags {
  background-color: #ffffff;;
}

.post .socials-post {
  margin: 30px 0 0 0;
}

.news-items-empty {
  font-size: 18px;
  color: #243f53;
  margin-left: 16px;
  margin-top: 20px;
}

/*Выбор этапа*/
.news-tournaments {
  margin-bottom: 36px;
  height: 100%;
  width: 100%;
}

.news-tournaments .left-arrow,
.news-tournaments .right-arrow {
  width: 32px;
  height: 50px;
  background-color: #ffffff;
  cursor: pointer;
  float: left;
  position: relative;
}

.news-tournaments .left-arrow:after,
.news-tournaments .right-arrow:after {
  content: '';
  width: 11px;
  height: 19px;
  background-image: url(../img/chevron-spray.png);
  background-position: 0 -71px;
  position: absolute;
  top: 15px;
  left: 8px;
}

.news-tournaments .right-arrow:after {
  transform: rotate(180deg);
}

.news-tournaments .left-arrow.disable,
.news-tournaments .right-arrow.disable {
  opacity: 0.2;
}

.news-tournaments .news-tournaments-box {
  width: 100%;
  height: 50px;
  position: relative;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.2);
}

.news-tournaments .news-tournaments-cont {
  overflow: hidden;
  float: left;
  width: 1246px;
  padding: 0 15px 14px 15px;
}

.news-tournaments .news-tournaments-cont.more {
  width: calc(100% - 64px);
}

.news-tournaments-cont > ul {
  list-style-type: none;
  width: 1000%;
  position: relative;
  left: 0;
}

.news-tournaments-cont > ul > li {
  text-transform: uppercase;
  text-align: center;
  background-color: #ffffff;
  float: left;
}

.news-tournaments-cont > ul > li.active {
  background-color: #fd9f01;
  position: relative;
}

.news-tournaments-cont.two > ul > li {
  width: calc(910px / 2);
}

.news-tournaments-cont.three > ul > li {
  width: calc(910px / 3);
}

.news-tournaments-cont.four > ul > li {
  width: calc(910px / 4);
}

.news-tournaments-cont.more > ul > li {
  width: calc(846px / 4);
}

.news-tournaments-cont > ul > li.active:after {
  content: '';
  position: absolute;
  bottom: -14px;
  left: calc(50% - 13px);
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 14px solid #fd9f01;
}

.news-tournaments-cont > ul > li > a {
  color: #000000;
  font-size: 24px;
  font-weight: 300;
  line-height: 50px;
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-transform: uppercase;
}

.news-tournaments-cont > ul > li.active > a {
  font-weight: 400;
}
