a.hover-red:hover {
  color: #ef0f33 !important;
}

.special__wrapper a.hover-red:hover {
  color: currentColor !important;
}

.delimiter {
  display: block;
  height: 1px;
  border-top: 1px solid #D1D1D1;
}

.dot {
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
}

.dot--gray {
  background: #d1d1d1;
}

.dot--green {
  background: #069706;
}

.dot--orange {
  background: #efaf00;
}

.sticker {
  background: #ef0f33;
  font-family: 'Bebas Neue';
  font-size: 15px;
  font-weight: bold;
  line-height: 1.27;
  color: #fff;
  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;
  min-height: 38px;
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .sticker {
    min-height: 23px;
    padding: 0 8px;
    line-height: 1.47;
  }

    .sticker img {
      width: 16px;
      height: 16px;
    }
}

.projects {
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .projects {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.projects__item {
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

  .projects__item .projects__item__frame {
    min-width: 187px;
    height: 187px;
  }

.projects__item__frame {
  -webkit-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

a.projects__item .projects__item__frame {
  background: #d1d1d1;
}

.projects__item__frame {
  background: #ef0f33;
}

.special__wrapper .projects__item__frame {
  background: black;
}

.projects__item .projects__item__body {
  color: #3a3a3a;
  position: relative;
  overflow: hidden;
}

.projects__item .projects__item__image {
  position: relative;
  min-height: 100%;
  width: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0.0;
  -webkit-transition: opacity 0.35s;
  -o-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.projects__item:hover .projects__item__image {
  opacity: 1.0;
}

.projects__detail:hover .projects__detail__title {
  color: var(--color-red);
}

.projects__detail:hover {
  color: #3A3A3A;
}

.projects__item span {
  position: relative;
}

.projects__item__name {
  position: absolute;
  top: 50%;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translate(0, -50%) !important;
  -ms-transform: translate(0, -50%) !important;
  transform: translate(0, -50%) !important;
}

.projects__item__body {
  font-family: 'Bebas Neue';
  font-size: 36px;
  line-height: 1.19;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  color: #ef0f33;
  padding-top: 24px;
  padding-bottom: 24px;
}

a.projects__item:hover .projects__item__frame {
  background: #ef0f33;
}

.special__wrapper a.projects__item:hover .projects__item__frame {
  background: black;
}

@media screen and (min-width: 768px) {
  a.projects__item:hover .projects__item__body {
    color: #fff;
  }

  .special__wrapper a.projects__item:hover .projects__item__body {
    color: black;
  }
}

.special__wrapper .projects__frame__animate {
  display: none;
}

.projects__frame__animate {
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

  .projects__frame__animate img {
    display: block;
    width: 100%;
    height: auto;
  }

  .projects__frame__animate .img-wrapper {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .projects__frame__animate .color-overlay,
  .projects__frame__animate .white-overlay {
    position: absolute;
    z-index: 2;
    -webkit-transform-origin: right;
    -ms-transform-origin: right;
    transform-origin: right;
  }

  .projects__frame__animate .color-overlay {
    background-color: #ef0f33;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  .projects__frame__animate .white-overlay {
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #fff;
  }

.projects__btn-close {
  position: absolute;
  right: 20px;
  top: 25px;
  z-index: 10;
}

.projects .page-shadow {
  min-height: 100%;
  padding: 47px 58px;
  z-index: 3;
}

.projects_hide {
  display: none;
}

@media screen and (max-width: 768px) {
  .projects .page-shadow {
    background: #f8f8f8;
    left: 0;
    right: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.projects__detail {
  background: #fff;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border: 1px solid rgba(0, 0, 0, 0.10);
}

.projects__detail__frame {
  position: relative;
  margin: -1px -1px 0;
}

  .projects__detail__frame .sticker {
    background: #ef0f33;
    position: absolute;
    top: 23px;
    right: 25px;
  }

.projects__detail__title {
  font-family: 'Bebas Neue';
  font-size: 21px;
  font-weight: bold;
  line-height: 1.19;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.projects__detail--lg .projects__detail__title {
  font-size: 36px;
}

.projects__delimiter {
  border-top: 1px solid #fff;
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  opacity: 0.51;
}

.author {
  font-family: 'Bebas Neue';
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  color: #fff;
  background-color: #EF0F33;
  padding: 5px 6px;
  margin-bottom: 10px;
}

.projects__article p {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.63;
  color: #767676;
}

.projects__article ul {
  font-family: Roboto;
  font-size: 16px;
  line-height: 1.63;
  color: #767676;
}

.projects__article p a {
  border-bottom: 1px dotted;
  color: #212529 !important;
}

.projects__article p a:hover {
  color: #ef0f33 !important;
}

.special__wrapper .projects__article p a,
.special__wrapper .projects__article p a:hover {
  border-bottom: 1px solid !important;
  color: black !important;
}

.projects__article h4 {
  font-size: 21px;
  margin: 75px 0 26px;
}

.projects__article h3 {
  line-height: 34px;
  margin: 75px 0 26px;
}

.projects__article figcaption {
  font-family: 'Bebas Neue';
  font-size: 18px;
  font-weight: bold;
  line-height: 1.17;
  color: #767676;
  margin: 26px 0 0;
}

.projects__article .delimiter:first-child + h4,
.projects__article h4:first-child {
  margin-top: 0;
}