.front-cover {
  position: relative;
  width: 100%;
  height: calc(100vh - 80px);
  max-height: 700px;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0)),
      color-stop(56.57%, rgba(8, 8, 8, 0.42)),
      color-stop(99.68%, rgba(16, 16, 16, 0.82))
    ),
    url('../images/frontCover.png') no-repeat top center/cover;
  background: -o-linear-gradient(
      top,
      rgba(0, 0, 0, 0) 0%,
      rgba(8, 8, 8, 0.42) 56.57%,
      rgba(16, 16, 16, 0.82) 99.68%
    ),
    url('../images/frontCover.png') no-repeat top center/cover;
  background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(8, 8, 8, 0.42) 56.57%,
      rgba(16, 16, 16, 0.82) 99.68%
    ),
    url('../images/frontCover.png') no-repeat top center/cover;
  margin-top: 80px;
}
.gradient{
  width: 100%;
  height: 100%;
  position: absolute;
  //background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(8, 8, 8, 0.12) 0%, rgba(16, 16, 16, 0.15) 0%);
  background-color:rgba(0,0,0,.1);
  z-index: 2;
}

h1 {
    white-space: nowrap;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}

h2 {
    font-family: Cormorant Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 65px;
    color: #fafafa;
    margin: 4px 0;
    max-width: 100vw;
}

h3 {
font-family: Cormorant Garamond;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    color: #231f20;
    margin-bottom: 16px;	
}

.front-cover__informations {
  position: absolute;
  display: block;
  bottom: 110px;
  padding: 8px 80px;
  max-width: 100vw;
  z-index: 3;
}

.front-cover__category {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #ffe202;
  text-transform: uppercase;
}

.front-cover__title {
  font-family: Cormorant Garamond;
  font-style: normal;
  font-weight: bold;
  font-size: 60px;
  line-height: 65px;
  color: #fafafa;
  margin: 4px 0;
  max-width: 100vw;
}
.front-cover__date-publication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 22px;
  margin-top: 12px;
}

.front-cover__date-publication__item {
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #c7c7cc;
  margin-right: 8px;
}

.front-cover__img {
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}

.slick-list.draggable {
  height: 100% !important;
}

.slick-dotted.slick-slider {
  margin: 0 !important;
}

.slick-slider {
  width: 100%;
  height: 100%;
}

.slick-dots {
  position: absolute;
  bottom: 60px !important;
  left: 80%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  display: block;
  width: 100%;
  padding: 0 !important;
  margin: 0;
  list-style: none;
}

.main-slider__scroll {
  left: 80%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  position: absolute;
  padding-right: 120px;
  bottom: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 30px;
  height: 2px !important;
  padding: 0px !important;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 30px !important;
  height: 2px !important;
  content: '' !important;
  text-align: center;
  opacity: 0.25;
  color: #8e8e93;
  background: #8e8e93;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#main-slider .slick-dots LI.slick-active BUTTON::before,
#main-slider .slick-dots LI.slick-active BUTTON:focus {
  color: #ffe202;
  content: '';
  background-color: #ffe202;
  height: 2px;
  width: 32px;
  opacity: 1 !important;
}

#main-slider .slick-dots LI.past BUTTON::before,
#main-slider .slick-dots LI.past BUTTON:focus {
  opacity: 1;
  color: #ffe202;
  content: '';
  background-color: #ffe202;
  height: 2px;
  width: 32px;
}

#main-slider .slick-dots LI:not(.past) BUTTON:focus {
  opacity: 0.25;
}

.slick-arrow {
  cursor: pointer;
  margin: 0 13px;
  z-index: 100;
  font-size: 30px;
  color: #ffe202;
  margin-top: -13px;
}

.main-slider__current-slide {
  font-size: 14px;
  width: 20px;
  line-height: 22px;
  color: #fafafa;
  padding-right: 220px;
}

.main-slider__arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
}

.main-slider__all-slide {
  font-size: 14px;
  line-height: 22px;
  color: #fafafa;
}

#main-slider .main-slider__body {
  height: 100vh;
  max-height: 700px;
  margin: 0;
  display: block;
  border: none;
  outline: none;
}

.content {
  width: 100%;
  padding: 0 0 80px 0;
}

.content__wrap {
  position: relative;
}

.content__scroll-up {
  position: sticky;
  z-index: 1000;
  left: 100%;
  top: 80%;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #ffe202;
  padding-left: 2px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: -o-linear-gradient(
    288.71deg,
    rgba(52, 59, 72, 0.6) 10.48%,
    rgba(52, 59, 72, 0.4) 10.49%,
    rgba(52, 59, 72, 0.1) 89.91%
  );
  background: linear-gradient(
    161.29deg,
    rgba(52, 59, 72, 0.6) 10.48%,
    rgba(52, 59, 72, 0.4) 10.49%,
    rgba(52, 59, 72, 0.1) 89.91%
  );
}

.content__title {
  white-space: nowrap;
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}

.content__last-articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 100px;
}
.content__last-articles hr {
  width: 100%;
  background: #343b48;
  color: #343b48;
  margin: 0 16px;
}

.categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -21px;
}

.categories__item {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #343b48;
  margin: 11px 24px 8px 0;
  text-transform: uppercase;
  cursor: pointer;
}
.categories__item::after {
  height: 2px;
  background-color: transparent;
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.categories__item:hover {
  color: #8e8e93;
}
.categories__item:hover::after {
  background-color: #ffe202;
}

.categories__item--all-theme {
  color: #8e8e93;
  cursor: pointer;
  padding: 0;
}

.categories__item-wrap {
  display: none;
}

.categories__item-wrap.block {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.next-article {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #e9eaeb;
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
}
.next-article:hover {
  color: #ffe202;
}

.next-article--show-all {
  color: #8e8e93;
}
.next-article--show-all:hover {
  color: #ffe202;
}

.next-article__all {
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  min-width: 110px;
}

.arrow {
  font-size: 20px;
  padding: 0 0 0 6px;
}

.next-article.content-articles {
  color: #8e8e93;
}

.article__list {
  padding: 20px 0 0 0;
  margin: 0 -11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.articte__item {
  width: 33.33%;
  min-width: 280px;
  height: 530px;
  padding: 12px 12px 32px 12px;
}

.article__card {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #e8e8e8;
  padding: 0 32px;
}

.article__card--filled {
  padding: 0;
  background-color: transparent;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.article__card--filled:hover .article__img {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}
.article__card--filled:hover .article__title {
  color: #8e8e93;
}

.article__card--yellow {
  background-color: #ffe202;
}
.article__card--yellow .article__category {
  background-color: #fafafa;
}
.article__card--yellow:hover {
  -webkit-filter: brightness(0.9);
  filter: brightness(0.9);
}

.article__card--gray {
  background-color: #e8e8e8;
}
.article__card--gray:hover {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.article__img {
  width: 100%;
}
.article__img img {
  width: 100%;
  max-height: 350px;
}

.article__information {
  height: 170px;
}

.article__category {
  display: inline-block;
  min-width: 96px;
  height: 30px;
  background: #ffe202;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  color: #343b48;
  margin: 12px 0;
  padding: 5px 12px 5px 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}

.article__title {
  font-family: Cormorant Garamond;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #231f20;
  margin-bottom: 16px;
}

.article__date-publication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article__date-publication__item {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #8e8e93;
  margin-right: 8px;
}

.next-article.mobile {
  display: none;
}

.content__sponsors {
  display: flex;
  justify-content: space-between;
  margin: 20px -8px;
  flex-wrap: wrap;
}
.content__sponsors img {
  max-width: 100%;
  margin: 16px 38px 10px 0;
  height: 80px;
}
.content__sponsors a {
 padding: 0 8px;
}
@media screen and (max-width: 1199px) {
  .front-cover__title {
    font-weight: 600;
    font-size: 46px;
    line-height: 50px;
  }
  .front-cover {
    position: relative;
    height: calc(100vh - 60px);
    margin-top: 60px;
  }
  
  .content__sponsors img {
    height: 70px;
  } 
  
}
@media screen and (max-width: 1024px) {
  .content {
    
    padding: 80px 0;
  }
  .content__sponsors img {
    height: 70px;
  }  
  .categories {
    /*display: none;*/
  }
  .content__scroll-up {
    display: none;
  }
  .article__list {
    padding: 20px 0 0 0;
  }
  .articte__item {
    width: 50%;
    height: 550px;
  }
  .content__last-articles {
    padding: 40px 0px 30px 0px;
  }
  .content__last-articles hr {
    margin: 0 0 0 16px;
  }
  .next-article--show-all {
    display: none;
  }
  .next-article.mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: -16px;
    margin-bottom: 56px;
  }
}
@media screen and (max-width: 768px) {
  .front-cover__informations {
    padding: 8px 16px;
    bottom: 120px;
  }
  .content__sponsors a{
    display: flex;
    justify-content: center;
    width: 50%;
  }  
  
  .slick-dots {
    left: 70%;
  }
  .main-slider__scroll {
    left: 70%;
  }
  .content {
    padding: 26px 0;
  }
  .content__title {
    font-size: 16px;
    line-height: 24px;
  }
  .next-article.content-articles {
    display: none;
  }
  .content__sponsors {
    justify-content: center;
    margin: 0;
	flex-wrap: wrap;
  }
  .content__sponsors img {
    height: 60px;
    margin: 16px 16px 10px 0;
  }
}
@media screen and (max-width: 600px) {
  .front-cover__informations {
    padding: 8px 16px;
    bottom: 180px;
  }
h1 {
 white-space: nowrap;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}

h2 {
    font-family: Cormorant Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 40px;
    color: #fafafa;
    margin: 4px 0;
    max-width: 100vw;
}

h3 {
    font-family: Cormorant Garamond;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #231f20;
    margin-bottom: 16px;	
}
  .front-cover__category {
    font-size: 12px;
    line-height: 16px;
  }
  .front-cover__title {
    font-weight: 600;
    font-size: 32px;
    line-height: 35px;
    margin: 9px 0;
  }
  .front-cover__date-publication__item {
    font-size: 12px;
    line-height: 16px;
  }
  .slick-dots {
    left: 50%;
  }
  .main-slider__scroll {
    left: 50%;
  }
    .content__sponsors img {
    height: 45px;
  }
  .main-slider__scroll {
    padding-right: 6px;
    bottom: 68px;
  }
  .slick-arrow {
    display: none !important;
  }
  .next-article {
    font-size: 12px;
    line-height: 16px;
  }
  .articte__item {
    width: 100%;
    max-width: 420px;
    min-width: auto;
    height: 500px;
    padding: 12px;
  }
  .article__card {
    width: 100%;
    height: 100%;
    height: 477px;
  }
  .next-article.mobile {
    margin-top: 10px;
  }
  .content__sponsors {
    display: flex;
    flex-wrap: wrap;
  }
  .content__sponsors a{
    display: flex;
    justify-content: center;
    width: 50%;
  }
}

@media screen and (max-width: 450px) {
  .content__sponsors {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .content__sponsors img {
    height: 30px;
  }
 h1 {
white-space: nowrap;
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}

h2 {
    font-family: Cormorant Garamond;
    font-style: normal;
    font-weight: bold;
    font-size: 38px;
    line-height: 40px;
    color: #fafafa;
    margin: 4px 0;
    max-width: 100vw;
}

h3 {
    font-family: Cormorant Garamond;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #231f20;
    margin-bottom: 16px;	
}
}
