.editorial-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 57px; }
  @media (max-width: 767px) {
    .editorial-choice {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-bottom: 32px; } }
  @media (max-width: 640px) {
    .editorial-choice {
      padding-bottom: 24px; } }
  .editorial-choice__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%; }
    @media (max-width: 767px) {
      .editorial-choice__main {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .editorial-choice__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    padding-left: 36px; }
    @media (max-width: 767px) {
      .editorial-choice__list {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        margin-top: 24px;
        padding-left: 0; } }

.main__image {
  height: auto;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: auto; }
  .main__imageWrap {
    height: 600px;
    position: relative;
    margin-bottom: 16px; }
    @media (max-width: 640px) {
      .main__imageWrap {
        height: 380px; } }
    @media (max-width: 380px) {
      .main__imageWrap {
        height: 250px; } }

.main__date {
  color: #999;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 16px; }
  @media (max-width: 640px) {
    .main__date {
      margin-bottom: 8px; } }

.main__title {
  color: #000;
  display: inline-block;
  font-family: 'BlackerProDisplay';
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.2;
  margin: 0 0 16px; }
  @media (max-width: 640px) {
    .main__title {
      font-size: 1.5rem;
      line-height: 1.3;
      margin-bottom: 8px; } }

.main__desc {
  font-family: 'BlackerProDisplay';
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 0 0 16px; }
  @media (max-width: 640px) {
    .main__desc {
      font-size: 1.25rem;
      line-height: 1.3;
      margin-bottom: 8px; } }

.main__author {
  color: #999;
  font-size: 0.875rem;
  line-height: 1.4; }

.list__title {
  border-bottom: 1px solid #000;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.3;
  margin-bottom: 32px;
  padding-bottom: 12px; }
  @media (max-width: 640px) {
    .list__title {
      margin-bottom: 14px; } }

.list__item {
  display: block;
  color: #000;
  font-family: 'BlackerProDisplay';
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.4;
  margin: 0 0 32px; }
  @media (max-width: 767px) {
    .list__item {
      margin-bottom: 0; } }
  .list__item strong {
    font-weight: 500; }
  .list__item-promo {
    background-color: #2C5A8F;
    color: #fff;
    display: inline-block;
    font-size: 0.75rem;
    line-height: 1.1;
    margin-right: 6px;
    padding: 3px 4px; }
  @media (max-width: 767px) {
    .list__item + .list__item {
      border-top: 1px solid #eee;
      margin-top: 20px;
      padding-top: 20px; } }

.news-list {
  border-left: 1px solid #000;
  display: -ms-grid;
  display: grid;
  grid-gap: 23px 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr 1fr;
  list-style: none;
  margin: 0 0 0 34px;
  padding: 0 80px 0 45px; }
  @media (max-width: 1200px) {
    .news-list {
      grid-gap: 23px 20px;
      padding-left: 20px;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .news-list {
      border-left: none;
      border-top: 1px solid #7b7b7b;
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
      margin-left: 0;
      margin-top: 12px;
      padding-left: 0;
      padding-top: 32px; } }
  @media (max-width: 640px) {
    .news-list {
      grid-gap: 20px;
      padding-top: 14px; } }
  .news-listWrap {
    background-color: #fafafa;
    padding-bottom: 40px;
    padding-top: 24px; }
    @media (max-width: 767px) {
      .news-listWrap {
        background-color: transparent;
        padding-bottom: 32px; } }
    @media (max-width: 640px) {
      .news-listWrap {
        padding-bottom: 24px;
        padding-top: 24px; } }
  .news-listInner {
    position: relative; }
  .news-list__title {
    font-size: 1.125rem;
    font-weight: 700;
    left: 0;
    letter-spacing: 0.1em;
    line-height: 1.3;
    position: absolute;
    top: 67px;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    @media (max-width: 767px) {
      .news-list__title {
        position: static;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); } }
  .news-list__item:nth-child(1), .news-list__item:nth-child(2), .news-list__item:nth-child(3), .news-list__item:nth-child(4) {
    border-bottom: 1px solid #eee;
    padding-bottom: 22px; }
  @media (max-width: 767px) {
    .news-list__item {
      border-bottom: 1px solid #eee;
      padding-bottom: 20px; } }
  .news-list__item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news-list__item-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .news-list__item-date {
    color: #6d6d6d;
    font-family: 'Noah';
    font-size: 0.875rem;
    line-height: 1.4;
    margin-bottom: 11px; }
    @media (max-width: 640px) {
      .news-list__item-date {
        margin-bottom: 4px; } }
  .news-list__item-title {
    color: #000;
    display: inline-block;
    font-family: 'BlackerProDisplay';
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.4; }
  .news-list__item-image {
    display: none;
    height: 86px;
    margin-left: 16px;
    -o-object-fit: cover;
       object-fit: cover;
    width: 86px; }
    @media (max-width: 767px) {
      .news-list__item-image {
        display: block; } }
  .news-list__more {
    display: block;
    margin-top: 44px;
    text-align: center; }
    @media (max-width: 767px) {
      .news-list__more {
        margin-top: 24px; } }

.call-to-action {
  background-color: #fff;
  margin-bottom: 24px;
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 45px 90px 75px;
  position: relative; }
  @media (max-width: 1300px) {
    .call-to-action {
      padding: 32px; } }
  @media (max-width: 767px) {
    .call-to-action {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding: 27px 24px 150px 24px; } }
  @media (max-width: 640px) {
    .call-to-action {
      margin-bottom: 16px;
      margin-top: 16px; } }
  .call-to-actionWrap {
    background-color: #eee;
    overflow: hidden; }
  .call-to-action__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58%;
            flex: 0 0 58%;
    padding-right: 70px; }
    @media (max-width: 767px) {
      .call-to-action__main {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding-right: 0; } }
  .call-to-action__list {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 42%;
            flex: 0 0 42%; }
    @media (max-width: 767px) {
      .call-to-action__list {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .call-to-action__title {
    color: #323232;
    font-family: 'BlackerProDisplay';
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    margin: 0 0 30px; }
    @media (max-width: 767px) {
      .call-to-action__title {
        text-align: center; } }
    @media (max-width: 640px) {
      .call-to-action__title {
        margin-bottom: 20px; } }
  .call-to-action__desc {
    background: url("../images/theukranians-redesign/cta-underline.png") no-repeat left 18px;
    background-size: 50%;
    color: #323232;
    font-family: 'BlackerProDisplay';
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin: 0 0 50px; }
    @media (max-width: 767px) {
      .call-to-action__desc {
        text-align: center; } }
    @media (max-width: 640px) {
      .call-to-action__desc {
        font-size: 1.125rem;
        line-height: 1.4;
        margin-bottom: 26px; } }
  .call-to-action__button {
    position: relative; }
    @media (max-width: 767px) {
      .call-to-action__button {
        position: absolute;
        bottom: 27px;
        left: 0;
        right: 0;
        text-align: center; } }
    .call-to-action__button-arrow {
      height: auto;
      left: 220px;
      position: absolute;
      top: -20px;
      width: 158px; }
      @media (max-width: 767px) {
        .call-to-action__button-arrow {
          top: -60px;
          left: 55%;
          width: 120px;
          -webkit-transform: rotate(-15deg);
                  transform: rotate(-15deg); } }
  .call-to-action__image {
    margin-top: -50px; }
    @media (max-width: 1360px) {
      .call-to-action__image {
        margin-top: -30px; } }
    @media (max-width: 1100px) {
      .call-to-action__image {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .call-to-action__image {
        display: none; } }
  .call-to-action .list {
    font-size: 1.125rem;
    font-weight: bold;
    line-height: 1.5; }
    @media (max-width: 640px) {
      .call-to-action .list {
        font-size: 0.875rem; } }
    .call-to-action .list li {
      padding: 7px 0 7px 49px;
      position: relative; }
      @media (max-width: 640px) {
        .call-to-action .list li {
          padding: 2px 0 2px 31px; } }
      .call-to-action .list li:after {
        background: url("../images/theukranians-redesign/checkbox-series.png") no-repeat left top;
        background-size: 49px;
        content: '';
        height: 49px;
        left: 0;
        position: absolute;
        top: 0;
        width: 49px; }
        @media (max-width: 640px) {
          .call-to-action .list li:after {
            background-size: 31px;
            height: 24px;
            width: 31px; } }
      .call-to-action .list li:nth-child(1) {
        padding-top: 20px; }
        @media (max-width: 640px) {
          .call-to-action .list li:nth-child(1) {
            padding-top: 0; } }
        @media (max-width: 640px) {
          .call-to-action .list li:nth-child(1):after {
            background-position: left -5px; } }
      .call-to-action .list li:nth-child(2):after {
        background-position: left -52px; }
        @media (max-width: 640px) {
          .call-to-action .list li:nth-child(2):after {
            background-position: left -32px; } }
      .call-to-action .list li:nth-child(3):after {
        background-position: left -92px; }
        @media (max-width: 640px) {
          .call-to-action .list li:nth-child(3):after {
            background-position: left -58px; } }
      .call-to-action .list li:nth-child(4) {
        margin-top: 29px; }
        @media (max-width: 767px) {
          .call-to-action .list li:nth-child(4) {
            margin-top: 0; } }
        .call-to-action .list li:nth-child(4):after {
          background-position: left -162px; }
          @media (max-width: 640px) {
            .call-to-action .list li:nth-child(4):after {
              background-position: left -104px; } }
      .call-to-action .list li:nth-child(5):after {
        background-position: left -204px; }
        @media (max-width: 640px) {
          .call-to-action .list li:nth-child(5):after {
            background-position: left -129px; } }
      .call-to-action .list li:nth-child(6):after {
        background-position: left -244px; }
        @media (max-width: 640px) {
          .call-to-action .list li:nth-child(6):after {
            background-position: left -154px; } }

.template-1 .block-container {
  padding-left: 24px;
  padding-right: 24px; }
  @media (max-width: 640px) {
    .template-1 .block-container {
      padding-left: 16px;
      padding-right: 16px; } }

.template-2.call-to-actionWrap {
  background-color: #fafafa; }
  @media (max-width: 767px) {
    .template-2.call-to-actionWrap {
      background-color: #ffe500; } }

.template-2 .call-to-action {
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 0;
  padding: 50px 30px 50px 100px; }
  @media (max-width: 1360px) {
    .template-2 .call-to-action {
      padding: 32px 0; } }
  @media (max-width: 1200px) {
    .template-2 .call-to-action {
      padding-bottom: 64px; } }
  @media (max-width: 767px) {
    .template-2 .call-to-action {
      padding: 40px 0; } }
  @media (max-width: 640px) {
    .template-2 .call-to-action {
      padding-left: 16px;
      padding-right: 16px; } }
  .template-2 .call-to-action__main {
    padding-right: 50px; }
    @media (max-width: 1200px) {
      .template-2 .call-to-action__main {
        padding-right: 0; } }
  .template-2 .call-to-action__title {
    font-size: 2.1875rem;
    font-weight: 300;
    margin-bottom: 40px; }
    @media (max-width: 1100px) {
      .template-2 .call-to-action__title {
        font-size: 1.875rem; } }
    @media (max-width: 960px) {
      .template-2 .call-to-action__title {
        font-size: 1.5rem; } }
    @media (max-width: 767px) {
      .template-2 .call-to-action__title {
        font-size: 1.4375rem;
        margin-bottom: 56px; } }
    .template-2 .call-to-action__title p {
      margin: 0; }
      .template-2 .call-to-action__title p + p {
        margin-top: 10px; }
        @media (max-width: 767px) {
          .template-2 .call-to-action__title p + p {
            margin-top: 0; } }
    .template-2 .call-to-action__title strong {
      font-weight: 500;
      position: relative;
      white-space: nowrap; }
      @media (max-width: 767px) {
        .template-2 .call-to-action__title strong {
          display: inline-block;
          white-space: normal; } }
      .template-2 .call-to-action__title strong:after {
        background: -webkit-gradient(linear, right top, left top, from(#FAFAFA), color-stop(91.55%, rgba(250, 250, 250, 0)));
        background: linear-gradient(270deg, #FAFAFA 0%, rgba(250, 250, 250, 0) 91.55%);
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
        @media (max-width: 767px) {
          .template-2 .call-to-action__title strong:after {
            background: linear-gradient(320deg, #ffe500 0%, rgba(255, 229, 0, 0) 91.55%); } }
    .template-2 .call-to-action__title .underlined {
      position: relative; }
      @media (max-width: 767px) {
        .template-2 .call-to-action__title .underlined:after {
          background: url("../images/theukranians-redesign/cta-underline-blue.png") no-repeat center;
          background-size: contain;
          bottom: -10px;
          content: '';
          height: 14px;
          left: -10px;
          position: absolute;
          right: -10px; } }
  @media (max-width: 767px) {
    .template-2 .call-to-action__button {
      position: static; } }
  @media (max-width: 767px) {
    .template-2 .call-to-action__button .button {
      background-color: #4d68f9;
      color: #fff; }
      .template-2 .call-to-action__button .button:hover {
        background-color: #5f77fa;
        color: #fff; }
      .template-2 .call-to-action__button .button:active, .template-2 .call-to-action__button .button:focus {
        background-color: #2949f7;
        color: #fff; } }
  .template-2 .call-to-action__button-arrow {
    left: 240px;
    top: -50px;
    width: 153px; }
    @media (max-width: 767px) {
      .template-2 .call-to-action__button-arrow {
        display: none; } }
  .template-2 .call-to-action__button-z-line {
    position: absolute;
    left: 50px;
    top: 56px;
    width: 167px; }
    @media (max-width: 767px) {
      .template-2 .call-to-action__button-z-line {
        display: none; } }

.template-3.call-to-actionWrap {
  background-color: transparent; }

.template-3 .call-to-action {
  background-color: transparent;
  margin-bottom: 0;
  margin-top: 0;
  padding: 70px 70px 50px; }
  @media (max-width: 1360px) {
    .template-3 .call-to-action {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .template-3 .call-to-action {
      padding-bottom: 110px; } }
  .template-3 .call-to-action__main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 36px; }
    @media (max-width: 767px) {
      .template-3 .call-to-action__main {
        padding-right: 0; } }
  .template-3 .call-to-action__list {
    -ms-flex-preferred-size: 320px;
        flex-basis: 320px; }
    @media (max-width: 767px) {
      .template-3 .call-to-action__list {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .template-3 .call-to-action__title {
    font-size: 1.8125rem;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .template-3 .call-to-action__title {
        font-size: 1.5rem;
        margin-bottom: 24px; } }
    .template-3 .call-to-action__title strong {
      font-weight: 500; }
    @media (max-width: 767px) {
      .template-3 .call-to-action__title br {
        display: none; } }
  .template-3 .call-to-action__text {
    font-family: 'Noah';
    font-size: 1.125rem;
    font-weight: 700;
    margin-top: 10px; }
    @media (max-width: 767px) {
      .template-3 .call-to-action__text {
        text-align: center; } }

.indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  max-width: 720px;
  padding-bottom: 20px;
  position: relative; }
  @media (max-width: 767px) {
    .indicator {
      margin-bottom: 14px; } }
  .indicator:after {
    border-radius: 3px;
    border: 2px solid #000;
    bottom: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    content: '';
    height: 11px;
    left: 0;
    position: absolute;
    right: 0; }
  .indicator__title {
    color: #999;
    font-family: 'Noah';
    font-size: 0.875rem;
    line-height: 1.4;
    min-width: 35px; }
    @media (max-width: 640px) {
      .indicator__title:nth-child(2), .indicator__title:nth-child(3), .indicator__title:nth-child(5), .indicator__title:nth-child(6) {
        display: none; } }
  .indicator__block {
    background: #FFE600;
    border-radius: 3px;
    bottom: 0;
    height: 11px;
    left: 0;
    position: absolute;
    z-index: 1; }

.popular-news-list {
  border-left: 1px solid #000;
  display: -ms-grid;
  display: grid;
  grid-gap: 88px 72px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0 0 0 34px;
  padding: 0 150px 0 110px; }
  @media (max-width: 1200px) {
    .popular-news-list {
      grid-gap: 24px;
      padding-left: 20px;
      padding-right: 0; } }
  @media (max-width: 767px) {
    .popular-news-list {
      border-left: none;
      border-top: 1px solid #7b7b7b;
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
      margin-left: 0;
      margin-top: 12px;
      padding-left: 0;
      padding-top: 32px; } }
  @media (max-width: 640px) {
    .popular-news-list {
      grid-gap: 24px;
      padding-top: 14px; } }
  .popular-news-listWrap {
    padding-bottom: 40px;
    padding-top: 64px;
    position: relative; }
    @media (max-width: 767px) {
      .popular-news-listWrap {
        padding-bottom: 32px;
        padding-top: 32px; } }
    @media (max-width: 640px) {
      .popular-news-listWrap {
        padding-bottom: 24px;
        padding-top: 24px; } }
  .popular-news-list__title {
    font-size: 1.125rem;
    font-weight: 700;
    left: 0;
    letter-spacing: 0.1em;
    line-height: 1.3;
    position: absolute;
    top: 164px;
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
    @media (max-width: 767px) {
      .popular-news-list__title {
        position: static;
        -webkit-transform: rotate(0deg);
                transform: rotate(0deg); } }
  @media (max-width: 767px) {
    .popular-news-list__item:not(:last-child) {
      border-bottom: 1px solid #eee;
      padding-bottom: 24px; } }
  .popular-news-list__item-image {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    width: auto; }
    .popular-news-list__item-imageWrap {
      position: relative;
      height: 332px;
      margin-bottom: 16px;
      overflow: hidden; }
      @media (max-width: 640px) {
        .popular-news-list__item-imageWrap {
          height: 230px; } }
  .popular-news-list__item-date {
    color: #000;
    font-family: 'Noah';
    font-size: 0.875rem;
    line-height: 1.4;
    opacity: .5; }
  .popular-news-list__item-title {
    color: #000;
    display: inline-block;
    font-family: 'BlackerProDisplay';
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0 0 4px; }
  .popular-news-list__item-desc {
    color: #000;
    display: inline-block;
    font-family: 'BlackerProDisplay';
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.3;
    margin: 0 0 8px; }
    @media (max-width: 640px) {
      .popular-news-list__item-desc {
        font-size: 1.125rem;
        margin-bottom: 12px; } }
  .popular-news-list__item-author {
    color: #000;
    font-family: 'Noah';
    font-size: 0.875rem;
    line-height: 1.4;
    opacity: .5; }

.reporters-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 40px 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (max-width: 767px) {
    .reporters-list {
      grid-gap: 32px;
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }
  @media (max-width: 640px) {
    .reporters-list {
      grid-gap: 24px; } }
  .reporters-listWrap {
    padding-bottom: 64px;
    padding-top: 48px; }
    @media (max-width: 767px) {
      .reporters-listWrap {
        padding-bottom: 32px;
        padding-top: 32px; } }
    @media (max-width: 640px) {
      .reporters-listWrap {
        padding-bottom: 24px;
        padding-top: 24px; } }
  .reporters-list__more {
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 36px;
    padding-bottom: 16px; }
    @media (max-width: 767px) {
      .reporters-list__more {
        margin-bottom: 26px; } }
    @media (max-width: 640px) {
      .reporters-list__more .button-arrow {
        margin-bottom: -8px; } }
    @media (max-width: 640px) {
      .reporters-list__more .button-arrow span {
        display: none; } }
  .reporters-list__title {
    font-family: 'BlackerProDisplay';
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2; }
  .reporters-list__item {
    border-top: 1px solid #eee;
    padding-top: 32px; }
    @media (max-width: 640px) {
      .reporters-list__item {
        padding-top: 24px; } }
    .reporters-list__item:nth-child(1), .reporters-list__item:nth-child(2) {
      border-top: none;
      padding-top: 0; }
      .reporters-list__item:nth-child(1) .reporters-list__item-imageWrap, .reporters-list__item:nth-child(2) .reporters-list__item-imageWrap {
        display: block; }
      .reporters-list__item:nth-child(1) .reporters-list__item-date, .reporters-list__item:nth-child(2) .reporters-list__item-date {
        display: block; }
      .reporters-list__item:nth-child(1) .reporters-list__item-title, .reporters-list__item:nth-child(2) .reporters-list__item-title {
        display: block;
        font-size: 1.5rem;
        line-height: 1.3; }
    .reporters-list__item:nth-child(1) {
      grid-column: span 2; }
      @media (max-width: 767px) {
        .reporters-list__item:nth-child(1) {
          grid-column: span 1; } }
    @media (max-width: 767px) {
      .reporters-list__item:nth-child(2) {
        border-top: 1px solid #eee;
        padding-top: 32px; } }
    @media (max-width: 640px) {
      .reporters-list__item:nth-child(2) {
        padding-top: 24px; } }
    .reporters-list__item-image {
      height: auto;
      left: 50%;
      min-height: 100%;
      min-width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      -webkit-transition: -webkit-transform 300ms;
      transition: -webkit-transform 300ms;
      transition: transform 300ms;
      transition: transform 300ms, -webkit-transform 300ms;
      width: auto; }
      .reporters-list__item-imageWrap {
        display: none;
        position: relative;
        height: 540px;
        margin-bottom: 24px;
        overflow: hidden; }
        @media (max-width: 1024px) {
          .reporters-list__item-imageWrap {
            height: 400px; } }
        @media (max-width: 767px) {
          .reporters-list__item-imageWrap {
            display: block;
            height: 320px;
            margin-bottom: 24px; } }
        @media (max-width: 640px) {
          .reporters-list__item-imageWrap {
            height: 230px;
            margin-bottom: 16px; } }
    .reporters-list__item-date {
      display: none;
      color: #000;
      font-family: 'Noah';
      font-size: 0.875rem;
      line-height: 1.4;
      opacity: .5; }
      @media (max-width: 767px) {
        .reporters-list__item-date {
          display: block; } }
    .reporters-list__item-title {
      color: #000;
      display: inline;
      font-family: 'BlackerProDisplay';
      font-weight: 500;
      font-size: 1.125rem;
      line-height: 1.4;
      margin: 0 0 4px; }
      @media (max-width: 767px) {
        .reporters-list__item-title {
          display: block;
          font-size: 1.5rem;
          line-height: 1.3; } }
    .reporters-list__item-desc {
      color: #000;
      display: inline;
      font-family: 'BlackerProDisplay';
      font-weight: 300;
      font-size: 1.125rem;
      line-height: 1.3; }
      @media (max-width: 640px) {
        .reporters-list__item-desc {
          display: block;
          margin-bottom: 12px; } }
    .reporters-list__item-author {
      color: #000;
      font-family: 'Noah';
      font-size: 0.875rem;
      line-height: 1.4;
      opacity: .5;
      margin-top: 8px; }
  .reporters-list__footer {
    display: none;
    text-align: center; }
    @media (max-width: 767px) {
      .reporters-list__footer {
        display: block;
        border-top: 1px solid #eee;
        margin-top: 32px;
        padding-top: 32px; } }
    @media (max-width: 640px) {
      .reporters-list__footer {
        margin-top: 24px;
        padding-top: 24px; } }

.creatives-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .creatives-list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .creatives-list__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 65%;
            flex: 0 0 65%; }
    @media (max-width: 1100px) {
      .creatives-list__main {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    @media (max-width: 767px) {
      .creatives-list__main {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }
  .creatives-list__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 35%;
            flex: 0 0 35%;
    padding-left: 36px;
    padding-top: 78px;
    position: relative; }
    @media (max-width: 1100px) {
      .creatives-list__info {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%; } }
    @media (max-width: 767px) {
      .creatives-list__info {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
        padding-left: 0;
        padding-top: 20px; } }
  .creatives-listWrap {
    background-color: #323232;
    color: #fafafa;
    padding-bottom: 64px;
    padding-top: 48px; }
    @media (max-width: 767px) {
      .creatives-listWrap {
        padding-top: 32px;
        padding-bottom: 32px; } }
    @media (max-width: 640px) {
      .creatives-listWrap {
        padding-top: 24px; } }
  .creatives-list__more {
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 36px;
    padding-bottom: 16px; }
    @media (max-width: 767px) {
      .creatives-list__more {
        margin-bottom: 26px; } }
    .creatives-list__more .button-arrow {
      color: #fafafa; }
      @media (max-width: 640px) {
        .creatives-list__more .button-arrow {
          margin-bottom: -8px; } }
      @media (max-width: 640px) {
        .creatives-list__more .button-arrow span {
          display: none; } }
  .creatives-list__title {
    font-family: 'BlackerProDisplay';
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2; }
  .creatives-list__image {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    width: auto; }
    .creatives-list__imageWrap {
      position: relative;
      height: 600px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .creatives-list__imageWrap {
          height: 500px; } }
      @media (max-width: 640px) {
        .creatives-list__imageWrap {
          height: 380px; } }
  .creatives-list__number {
    color: #7b7b7b;
    font-family: 'BlackerProDisplay';
    font-size: 14rem;
    font-weight: 500;
    line-height: .75;
    position: absolute;
    right: -15px;
    top: 0; }
    @media (max-width: 767px) {
      .creatives-list__number {
        font-size: 8rem;
        right: 5px;
        top: -50px; } }
  .creatives-list__name {
    color: #fff;
    display: block;
    font-family: 'BlackerProDisplay';
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 24px;
    position: relative;
    -webkit-transition: color 300ms;
    transition: color 300ms; }
    @media (max-width: 767px) {
      .creatives-list__name {
        font-size: 2.5rem;
        line-height: 1.2;
        margin-bottom: 12px; } }
    .creatives-list__name:hover {
      color: #dfe0e2; }
  .creatives-list__position {
    color: #999;
    font-family: 'BlackerProDisplay';
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 85px; }
    @media (max-width: 767px) {
      .creatives-list__position {
        margin-bottom: 20px; } }
  .creatives-list__list {
    list-style: none;
    margin: 0;
    padding: 0; }
  .creatives-list__footer {
    display: none;
    margin-top: 32px;
    text-align: center; }
    @media (max-width: 767px) {
      .creatives-list__footer {
        display: block; } }
    .creatives-list__footer .button-arrow {
      color: #fafafa; 
      font-size: 0.875rem;
      line-height: 1.7;
    }

.creatives-list__item {
  border-bottom: 1px solid #000; }
  .creatives-list__item:first-child {
    border-top: 1px solid #000; }
  .creatives-list__item-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 8px 10px 10px; }
    .creatives-list__item-link:hover .list__item-name {
      color: #dfe0e2; }
  .creatives-list__item-name {
    color: #fff;
    font-family: 'BlackerProDisplay';
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.3;
    -webkit-transition: color 300ms;
    transition: color 300ms; }
  .creatives-list__item-date {
    color: #000;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 56px;
            flex: 0 0 56px;
    font-family: 'BlackerProDisplay';
    font-size: 2.25rem;
    font-weight: 500;
    line-height: 1.3;
    margin-right: 44px;
    text-align: center; }
    @media (max-width: 1300px) {
      .creatives-list__item-date {
        margin-right: 16px; } }

.interview-list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -ms-grid;
  display: grid;
  grid-gap: 50px;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  list-style: none;
  margin: 0 120px 50px;
  padding: 0; }
  @media (max-width: 1400px) {
    .interview-list {
      margin-left: 0;
      margin-right: 0; } }
  @media (max-width: 1100px) {
    .interview-list {
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      grid-gap: 32px; } }
  @media (max-width: 767px) {
    .interview-list {
      grid-gap: 32px;
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr;
      margin-bottom: 32px; } }
  @media (max-width: 640px) {
    .interview-list {
      grid-gap: 24px;
      margin-bottom: 24px; } }
  .interview-listWrap {
    padding-bottom: 64px;
    padding-top: 48px; }
    @media (max-width: 767px) {
      .interview-listWrap {
        padding-bottom: 32px;
        padding-top: 32px; } }
    @media (max-width: 640px) {
      .interview-listWrap {
        padding-bottom: 24px;
        padding-top: 24px; } }
  .interview-list__more {
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 16px; }
    @media (max-width: 767px) {
      .interview-list__more {
        margin-bottom: 26px; } }
    .interview-list__more .button-arrow {
      display: none; }
      @media (max-width: 767px) {
        .interview-list__more .button-arrow {
          display: block;
          margin-bottom: -8px; } }
  .interview-list__title {
    font-family: 'BlackerProDisplay';
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2; }
  @media (max-width: 767px) {
    .interview-list__item {
      border-bottom: 1px solid #eee;
      padding-bottom: 32px; } }
  @media (max-width: 640px) {
    .interview-list__item {
      padding-bottom: 24px; } }
  .interview-list__item-link {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none; }
    @media (max-width: 1100px) {
      .interview-list__item-link {
        display: block; } }
  .interview-list__item-info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .interview-list__item:nth-child(5n+1) {
    grid-column: span 2; }
    @media (max-width: 767px) {
      .interview-list__item:nth-child(5n+1) {
        grid-column: span 1;
        margin-top: 0; } }
    @media (max-width: 1100px) {
      .interview-list__item:nth-child(5n+1) .interview-list__item-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 767px) {
      .interview-list__item:nth-child(5n+1) .interview-list__item-link {
        display: block; } }
    .interview-list__item:nth-child(5n+1) .interview-list__item-imageWrap {
      -ms-flex-preferred-size: calc(50% - 25px);
          flex-basis: calc(50% - 25px);
      height: 830px;
      margin-left: 150px;
      margin-right: 0;
      -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2; }
      @media (max-width: 1300px) {
        .interview-list__item:nth-child(5n+1) .interview-list__item-imageWrap {
          margin-left: 36px; } }
      @media (max-width: 1100px) {
        .interview-list__item:nth-child(5n+1) .interview-list__item-imageWrap {
          -ms-flex-preferred-size: calc(50% - 16px);
              flex-basis: calc(50% - 16px);
          height: 750px;
          margin-bottom: 0; } }
      @media (max-width: 767px) {
        .interview-list__item:nth-child(5n+1) .interview-list__item-imageWrap {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          height: 380px;
          margin-bottom: 24px;
          margin-left: 0; } }
      @media (max-width: 640px) {
        .interview-list__item:nth-child(5n+1) .interview-list__item-imageWrap {
          margin-bottom: 16px; } }
    .interview-list__item:nth-child(5n+1) .interview-list__item-title {
      font-size: 2.5rem;
      line-height: 1.2;
      margin-bottom: 24px; }
      @media (max-width: 767px) {
        .interview-list__item:nth-child(5n+1) .interview-list__item-title {
          font-size: 1.5rem;
          line-height: 1.4;
          margin-bottom: 16px; } }
    .interview-list__item:nth-child(5n+1) .interview-list__item-desc {
      font-size: 1.5rem;
      line-height: 1.2;
      margin-bottom: 36px; }
      @media (max-width: 767px) {
        .interview-list__item:nth-child(5n+1) .interview-list__item-desc {
          font-size: 1.125rem;
          line-height: 1.4;
          margin-bottom: 16px; } }
  .interview-list__item:nth-child(1) {
    margin-top: -54px; }
  .interview-list__item-image {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    width: auto; }
    .interview-list__item-imageWrap {
      position: relative;
      height: 300px;
      margin-right: 36px;
      overflow: hidden;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 200px;
              flex: 0 0 200px; }
      @media (max-width: 1100px) {
        .interview-list__item-imageWrap {
          margin-bottom: 24px;
          margin-right: 0; } }
      @media (max-width: 767px) {
        .interview-list__item-imageWrap {
          -ms-flex-preferred-size: 100%;
              flex-basis: 100%;
          height: 380px; } }
      @media (max-width: 640px) {
        .interview-list__item-imageWrap {
          margin-bottom: 16px; } }
  .interview-list__item-title {
    color: #000;
    display: block;
    font-family: 'BlackerProDisplay';
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0 0 16px; }
  .interview-list__item-desc {
    color: #000;
    display: block;
    font-family: 'BlackerProDisplay';
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.4;
    margin-bottom: 16px; }
  .interview-list__item-author {
    color: #000;
    font-family: 'Noah';
    font-size: 0.875rem;
    line-height: 1.4;
    opacity: .5;
    margin-top: 8px; }
  .interview-list__footer {
    text-align: center; }

.books {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .booksWrap {
    background-color: #fafafa;
    padding-bottom: 64px;
    padding-top: 48px; }
    @media (max-width: 767px) {
      .booksWrap {
        padding-bottom: 32px;
        padding-top: 32px; } }
    @media (max-width: 640px) {
      .booksWrap {
        padding-bottom: 24px;
        padding-top: 24px; } }
  .books__more {
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 36px;
    padding-bottom: 16px; }
    @media (max-width: 767px) {
      .books__more {
        margin-bottom: 26px; } }
    @media (max-width: 640px) {
      .books__more .button-arrow {
        margin-bottom: -8px; } }
    @media (max-width: 640px) {
      .books__more .button-arrow span {
        display: none; } }
  .books__title {
    font-family: 'BlackerProDisplay';
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2; }
  .books__footer {
    display: none;
    text-align: center; }
    @media (max-width: 767px) {
      .books__footer {
        display: block;
        border-top: 1px solid #eee;
        margin-top: 32px;
        padding-top: 32px; } }
    @media (max-width: 640px) {
      .books__footer {
        margin-top: 24px;
        padding-top: 24px; } }
  .books .book {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    padding: 0 30px;
    margin-bottom: 50px; }
    @media (max-width: 1366px) {
      .books .book {
        padding-left: 15px;
        padding-right: 15px; } }
    @media (max-width: 1024px) {
      .books .book {
        padding-left: 5px;
        padding-right: 5px; } }
    @media (max-width: 960px) {
      .books .book {
        -ms-flex-preferred-size: 33.33%;
            flex-basis: 33.33%;
        margin-bottom: 40px; } }
    @media (max-width: 767px) {
      .books .book {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
        margin-bottom: 25px; } }
    @media (max-width: 420px) {
      .books .book {
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%; } }

.book {
  text-align: center;
  text-decoration: none;
  -webkit-transition: -webkit-transform 300ms;
  transition: -webkit-transform 300ms;
  transition: transform 300ms;
  transition: transform 300ms, -webkit-transform 300ms; }
  .book:hover {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px); }
  @media (max-width: 420px) {
    .book {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      text-align: left; } }
  .book__mask {
    border-radius: 2px;
    -webkit-box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.15);
    max-height: 100%;
    overflow: hidden;
    position: relative; }
    .book__mask:before, .book__mask:after {
      width: 2px;
      background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
      background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
      content: '';
      top: 0;
      bottom: 0;
      position: absolute; }
    .book__mask:before {
      left: 0; }
    .book__mask:after {
      right: 0; }
  .book__image {
    -o-object-fit: contain;
       object-fit: contain; }
    @media (max-width: 420px) {
      .book__image {
        max-width: 130px; } }
    @media (max-width: 360px) {
      .book__image {
        -webkit-box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.15);
                box-shadow: 0px 20px 44px rgba(0, 0, 0, 0.15);
        max-width: 80px; } }
    .book__imageWrap {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 340px;
      padding: 30px;
      position: relative; }
      @media (max-width: 420px) {
        .book__imageWrap {
          height: auto;
          margin-right: 12px; } }
      @media (max-width: 360px) {
        .book__imageWrap {
          margin-right: 24px;
          padding: 0; } }
    .book__image-mask {
      bottom: 0;
      height: 100%;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%; }
  .book__title {
    color: #2D373E;
    display: inline-block;
    font-family: 'BlackerProDisplay';
    font-size: 1.25rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0 0 20px;
    text-decoration: none; }
    @media (max-width: 1366px) {
      .book__title {
        font-size: 1.125rem; } }
    @media (max-width: 420px) {
      .book__title {
        margin-bottom: 12px; } }
  .book__author {
    color: #929ba4;
    font-family: 'Noah';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25; }

.special-projects-list {
  /*.slick-current {
      width: 40vw;
  }*/
  /*:not(.slick-current) {
      .news-list {
          &__item {
              &-image {
                  &Wrap {}
              }
          }
      }
  }*/ }
  .special-projects-listWrap {
    background-color: #323232;
    color: #fafafa;
    position: relative;
    padding-bottom: 70px;
    padding-top: 60px; }
    @media (max-width: 767px) {
      .special-projects-listWrap {
        height: 715px;
        padding-top: 32px; } }
    @media (max-width: 640px) {
      .special-projects-listWrap {
        padding-top: 24px; } }
  .special-projects-list__more {
    border-bottom: 1px solid #fafafa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 30px;
    padding-bottom: 16px;
    position: relative;
    z-index: 2; }
    @media (max-width: 767px) {
      .special-projects-list__more {
        margin-bottom: 26px; } }
  .special-projects-list__title {
    font-family: 'BlackerProDisplay';
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2; }
  .special-projects-list__arrow-prev {
    margin-right: 16px; }
  .special-projects-list__arrow-prev, .special-projects-list__arrow-next {
    cursor: pointer;
    fill: #999;
    -webkit-transition: fill 300ms;
    transition: fill 300ms; }
    @media (max-width: 767px) {
      .special-projects-list__arrow-prev, .special-projects-list__arrow-next {
        fill: #fafafa; } }
    .special-projects-list__arrow-prev:hover, .special-projects-list__arrow-next:hover {
      fill: #fafafa; }
  .special-projects-list--slider {
    background-color: #323232;
    bottom: 0;
    left: 0;
    position: absolute;
    top: 0;
    width: 40vw;
    z-index: 1;
    height: 100%; }
    @media (max-width: 767px) {
      .special-projects-list--slider {
        bottom: auto;
        height: auto;
        width: 100%; } }
    .special-projects-list--slider .slick-list,
    .special-projects-list--slider .slick-track {
      height: 100%; }
    .special-projects-list--slider .special-projects-list__item {
      height: 100%;
      position: relative;
      width: 40vw; }
      .special-projects-list--slider .special-projects-list__item:after {
        background-image: -webkit-gradient(linear, left bottom, left top, from(#323232), color-stop(39.31%, rgba(50, 50, 50, 0)), color-stop(74.82%, rgba(50, 50, 50, 0)), to(rgba(50, 50, 50, 0.5))), -webkit-gradient(linear, left bottom, left top, from(#323232), color-stop(27.35%, rgba(50, 50, 50, 0)), color-stop(54.04%, rgba(50, 50, 50, 0)), color-stop(63.38%, rgba(50, 50, 50, 0)));
        background-image: linear-gradient(0deg, #323232 0%, rgba(50, 50, 50, 0) 39.31%, rgba(50, 50, 50, 0) 74.82%, rgba(50, 50, 50, 0.5) 100%), linear-gradient(360deg, #323232 0%, rgba(50, 50, 50, 0) 27.35%, rgba(50, 50, 50, 0) 54.04%, rgba(50, 50, 50, 0) 63.38%);
        bottom: 0;
        content: '';
        left: 0;
        position: absolute;
        right: 0;
        top: 0; }
      .special-projects-list--slider .special-projects-list__item-imageWrap {
        height: 100%; }
        @media (max-width: 767px) {
          .special-projects-list--slider .special-projects-list__item-imageWrap {
            height: 610px; } }
      .special-projects-list--slider .special-projects-list__item-info {
        bottom: 70px;
        padding-left: 0;
        position: absolute;
        right: 50px;
        width: 50%;
        z-index: 1; }
        @media (max-width: 1400px) {
          .special-projects-list--slider .special-projects-list__item-info {
            width: 65%; } }
        @media (max-width: 960px) {
          .special-projects-list--slider .special-projects-list__item-info {
            left: 32px;
            width: auto; } }
        @media (max-width: 767px) {
          .special-projects-list--slider .special-projects-list__item-info {
            bottom: 35px; } }
        @media (max-width: 640px) {
          .special-projects-list--slider .special-projects-list__item-info {
            left: 16px; } }
      .special-projects-list--slider .special-projects-list__item-title {
        font-size: 2.5rem;
        line-height: 1.2; }
        @media (max-width: 767px) {
          .special-projects-list--slider .special-projects-list__item-title {
            font-size: 2rem; } }
      .special-projects-list--slider .special-projects-list__item-desc {
        font-size: 1.25rem;
        line-height: 1.3; }
        @media (max-width: 767px) {
          .special-projects-list--slider .special-projects-list__item-desc {
            font-size: 1.125rem; } }
  .special-projects-list--thumbnail {
    margin-left: calc(40vw - 280px); }
    @media (max-width: 767px) {
      .special-projects-list--thumbnail {
        bottom: 0;
        left: 0;
        margin-left: 0;
        position: absolute;
        max-width: 100%; } }
    .special-projects-list--thumbnail .special-projects-list__item {
      width: 280px;
      cursor: pointer; }
      @media (max-width: 767px) {
        .special-projects-list--thumbnail .special-projects-list__item {
          width: 100px; } }
      .special-projects-list--thumbnail .special-projects-list__item:not(:last-child) {
        margin-right: 35px; }
        @media (max-width: 767px) {
          .special-projects-list--thumbnail .special-projects-list__item:not(:last-child) {
            margin-right: 0; } }
      @media (max-width: 767px) {
        .special-projects-list--thumbnail .special-projects-list__item-imageWrap {
          height: 105px;
          margin: 0; } }
      @media (max-width: 767px) {
        .special-projects-list--thumbnail .special-projects-list__item-imageWrap:after {
          background-color: rgba(50, 50, 50, 0.7);
          bottom: 0;
          content: '';
          left: 0;
          position: absolute;
          right: 0;
          top: 0; } }
      .special-projects-list--thumbnail .special-projects-list__item-info {
        display: none; }
  .special-projects-list__item-image {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    width: auto; }
    .special-projects-list__item-imageWrap {
      position: relative;
      height: 400px;
      margin-bottom: 27px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .special-projects-list__item-imageWrap {
          height: 610px;
          margin-bottom: 0; } }
  .special-projects-list__item-info {
    padding-left: 13px; }
  .special-projects-list__item-title {
    color: #fafafa;
    display: block;
    font-family: 'BlackerProDisplay';
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.4;
    margin: 0 0 16px; }
  .special-projects-list__item-desc {
    color: #fafafa;
    display: block;
    font-family: 'BlackerProDisplay';
    font-weight: 300;
    font-size: 1.125rem;
    line-height: 1.4; }
  .special-projects-list .slick-arrow {
    position: absolute;
    right: 0;
    top: -40px; }
    .special-projects-list .slick-arrow.slick-prev {
      right: 80px; }

.other-news-list {
  display: -ms-grid;
  display: grid;
  grid-gap: 64px 36px;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  list-style: none;
  margin: 0;
  padding: 0; }
  @media (max-width: 960px) {
    .other-news-list {
      grid-gap: 32px 24px; } }
  @media (max-width: 767px) {
    .other-news-list {
      grid-gap: 32px;
      -ms-grid-columns: 1fr;
          grid-template-columns: 1fr; } }
  @media (max-width: 640px) {
    .other-news-list {
      grid-gap: 24px; } }
  .other-news-listWrap {
    padding-bottom: 96px;
    padding-top: 48px; }
    @media (max-width: 767px) {
      .other-news-listWrap {
        padding-bottom: 32px;
        padding-top: 32px; } }
    @media (max-width: 640px) {
      .other-news-listWrap {
        padding-bottom: 24px;
        padding-top: 24px; } }
  .other-news-list__more {
    border-bottom: 1px solid #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 36px;
    padding-bottom: 16px; }
    @media (max-width: 767px) {
      .other-news-list__more {
        margin-bottom: 26px; } }
    @media (max-width: 640px) {
      .other-news-list__more .button-arrow {
        margin-bottom: -8px; } }
    @media (max-width: 640px) {
      .other-news-list__more .button-arrow span {
        display: none; } }
  .other-news-list__title {
    font-family: "BlackerProDisplay";
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2; }
  @media (max-width: 767px) {
    .other-news-list__item {
      border-bottom: 1px solid #eee;
      padding-bottom: 32px; } }
  @media (max-width: 640px) {
    .other-news-list__item {
      padding-bottom: 24px; } }
  .other-news-list__item-image {
    height: auto;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 300ms;
    transition: -webkit-transform 300ms;
    transition: transform 300ms;
    transition: transform 300ms, -webkit-transform 300ms;
    width: auto; }
    .other-news-list__item-imageWrap {
      position: relative;
      height: 290px;
      margin-bottom: 24px;
      overflow: hidden; }
      @media (max-width: 767px) {
        .other-news-list__item-imageWrap {
          display: block;
          height: 250px; } }
      @media (max-width: 640px) {
        .other-news-list__item-imageWrap {
          height: 230px;
          margin-bottom: 16px; } }
  .other-news-list__item-date {
    color: #000;
    font-family: "Noah";
    font-size: 0.875rem;
    line-height: 1.4;
    opacity: 0.5; }
    @media (max-width: 767px) {
      .other-news-list__item-date {
        display: block; } }
  .other-news-list__item-title {
    color: #000;
    font-family: "BlackerProDisplay";
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1.3;
    margin: 0 0 4px; }
    @media (max-width: 767px) {
      .other-news-list__item-title {
        display: block;
        font-size: 1.5rem;
        line-height: 1.3; } }
  .other-news-list__item-desc {
    color: #000;
    font-family: "BlackerProDisplay";
    font-weight: 300;
    font-size: 1.25rem;
    line-height: 1.3;
    margin-bottom: 8px; }
    @media (max-width: 640px) {
      .other-news-list__item-desc {
        display: block;
        margin-bottom: 12px; } }
  .other-news-list__item-author {
    color: #000;
    font-family: "Noah";
    font-size: 0.875rem;
    line-height: 1.4;
    opacity: 0.5; }
  .other-news-list__footer {
    display: none;
    text-align: center; }
    @media (max-width: 767px) {
      .other-news-list__footer {
        display: block;
        margin-top: 32px; } }
    @media (max-width: 640px) {
      .other-news-list__footer {
        margin-top: 24px; } }

.subscribeWrap {
  background-color: #222;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url("../images/theukranians-redesign/Nichnyy-marshrut-2.jpg");
  background-attachment: fixed;
  color: #fafafa;
  padding: 66px 22px 142px;
  text-align: center; }
  @media (max-width: 960px) {
    .subscribeWrap {
      padding-bottom: 100px;
      padding-top: 50px; } }
  @media (max-width: 767px) {
    .subscribeWrap {
      margin-left: 16px;
      margin-right: 16px; } }
  @media (max-width: 640px) {
    .subscribeWrap {
      padding-bottom: 42px;
      padding-top: 42px; } }

.subscribe__category {
  background-color: #4D68F9;
  display: inline-block;
  font-family: 'Noah';
  font-size: 0.875rem;
  line-height: 1.4;
  margin-bottom: 16px;
  padding: 3px 4px; }

.subscribe__title {
  font-family: 'BlackerProDisplay';
  font-weight: 500;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .subscribe__title {
      font-size: 2rem; } }

.subscribe__text {
  font-family: 'BlackerProDisplay';
  font-weight: 300;
  font-size: 1.125rem;
  line-height: 1.4;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .subscribe__text {
      font-size: 1rem; } }
  .subscribe__text p {
    margin: 0; }

.subscribe__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 560px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 640px) {
    .subscribe__form {
      display: block; } }

.subscribe__field {
  margin-right: 13px; }
  @media (max-width: 640px) {
    .subscribe__field {
      margin-bottom: 16px;
      margin-right: 0;
      width: 100%; } }

@media (max-width: 640px) {
  .subscribe__button {
    width: 100%; } }
