.logotypes {
  text-align: center;
  padding: 17px 0 12px;
  height: 120px;
}
.logotypes a {
  text-align: center;
  display: inline-block;
}
.logotypes .title {
  display: block;
  color: rgba(17, 17, 17, 0.5);
  margin-bottom: 14px;
  font-size: 10px;
  font-family: "Work Sans", sans-serif;
}
.logotypes .image {
  display: block;
}
.logotypes .image img {
  width: auto;
  height: 40px;
}
.logotypes ul.splide__list {
  text-align: center;
}
.logotypes ul li {
  width: calc( 100% / 5 );
  display: inline-block;
  padding: 10px 0 10px 0;
}

.home__slider {
  margin-top: 10px;
}
.home__slider .splide__slide {
  margin-right: 65px;
}
.home__slider .splide__arrows .splide__arrow {
  background: none;
  top: 138px;
}
.home__slider .splide__arrows .splide__arrow[class*="prev"] {
  left: -11px;
}
.home__slider .splide__arrows .splide__arrow[class*="next"] {
  right: 2px;
}
.home__slider .splide__arrows .splide__arrow img {
  width: 50px;
  height: 50px;
}
.home__slider .splide__track {
  position: relative;
}
.home__slider .splide__track:after {
  content: '';
  position: absolute;
  right: 0px;
  top: 0;
  width: 80px;
  height: 100%;
  background: linear-gradient(to left, whitesmoke 13%, rgba(245, 245, 245, 0));
}
.home__slider .splide__track .splide__list .splide__slide:first-child {
  padding-left: 53px;
}
.home__slider .element {
  width: 195px;
  display: inline-block;
  text-align: center;
}
.home__slider .element__year {
  text-align: center;
  letter-spacing: 1.4px;
  color: #111;
  line-height: 24px;
  margin-bottom: 20px;
  font-size: 14px;
  font-family: "Work Sans", sans-serif;
}
.home__slider .element__name {
  margin-bottom: 8px;
}
.home__slider .element__name a {
  color: #111;
  font-family: "Work Sans", sans-serif;
  font-size: 16px;
  font-weight: 700;
}
.home__slider .element__award {
  text-transform: uppercase;
  margin-bottom: 7px;
}
.home__slider .element__award a {
  color: rgba(17, 17, 17, 0.5);
  font-family: "Work Sans", sans-serif;
  font-size: 12px;
  font-weight: 300;
}
.home__slider .element__journalist {
  padding: 0 8px;
}
.home__slider .element__journalist a {
  color: #111;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 300;
}
.home__slider .element__image {
  margin-bottom: 24px;
}
.home__slider .element__image img {
  border-radius: 50%;
  width: 191px;
  height: 191px;
}

.quote__image img {
  width: 100%;
  height: auto;
}
