.galery-item {
  display: block;
  font-family: 'HelveticaNeueLTStd', sans-serif;
  font-size: 1.6rem;
}
.galery-item:hover {
  cursor: pointer;
}
.galery-item--wide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}
.galery-item--wide .galery-item__content-wrapper {
  width: calc(100% - 35% - 19px);
}
.galery-item--wide .galery-item__image {
  width: 35%;
  max-width: 267px;
  margin-right: 19px;
  margin-bottom: 0;
}
.galery-item--wide .galery-item__icon {
  height: 53px;
}
.galery-item--full {
  max-width: 1026px;
  margin: 0 auto 90px;
}
.galery-item--full .galery-item__icon {
  height: 103px;
}
.galery-item__title {
  margin-bottom: 11px;
  transition: all 0.4s linear;
  letter-spacing: 0.4px;
  font-size: 1.5rem;
}
.galery-item__image {
  margin-bottom: 37px;
  position: relative;
}
.galery-item__image img {
  display: block;
  width: 100%;
  max-width: 100%;
}
.galery-item__image-hover {
  opacity: 0;
  transition: all 0.4s linear;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.galery-item__preview {
  opacity: 0;
  transition: all 0.4s linear;
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.galery-item__icon {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='84' height='84' viewBox='0 0 84 84' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M42 82c22.091 0 40-17.909 40-40S64.091 2 42 2 2 19.909 2 42s17.909 40 40 40z' stroke='%23FFF' stroke-width='3'/%3E%3Cpath fill='%23FFF' d='M55.025 41.63L35.765 53.48V29.778z'/%3E%3C/g%3E%3C/svg%3E") center center no-repeat;
  background-size: contain;
  margin: 0 auto;
  height: 84px;
}
.galery-item__description {
  margin-top: 18px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 3.3rem;
  font-family: 'DINCondensed', sans-serif;
  width: 100%;
  letter-spacing: 0.3px;
}
.galery-item__description .field--name-field-hover-description {
  font-family: 'HelveticaNeueLTStd', sans-serif;
  text-transform: none;
  font-size: 1.4rem;
  letter-spacing: 0;
  margin-top: 11px;
}
.galery-item__duration {
  opacity: 0;
  transition: all 0.4s linear;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
  position: absolute;
  right: 18px;
  bottom: 17px;
  z-index: 2;
}
.galery-item__content {
  letter-spacing: 0.3px;
  line-height: 2;
}
.galery-item:hover .galery-item__image-hover,
.galery-item:hover .galery-item__duration,
.galery-item:hover .galery-item__preview {
  opacity: 1;
}
.full-video .galery-item__image {
  margin-bottom: 0;
}
.full-video .galery-item__image:hover .galery-item__image-hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.full-video .galery-item__preview,
.full-video .galery-item__image-hover {
  opacity: 1;
}
.gallery-section .galery-item__title {
  margin-bottom: 11px;
  font-size: 1.6rem;
  letter-spacing: -0.2px;
}
.review-video-block .galery-item {
  margin-bottom: 80px;
}
.review-video-block .galery-item--full {
  max-width: 801px;
}
@media (min-width: 769px) {
  .galery-item:hover .galery-item__title {
    color: #ed0f00;
  }
}
@media (max-width: 768px) {
  .galery-item--full {
    margin: 0 auto 80px;
  }
  .galery-item--full .galery-item__icon {
    height: 14vw;
  }
  .galery-item--full .galery-item__description {
    font-size: 2.2rem;
  }
  .galery-item__description {
    margin-top: 10px;
  }
  .review-video-block .galery-item {
    margin-bottom: 40px;
  }
}
@media (max-width: 640px) {
  .galery-item--wide {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .galery-item--wide .galery-item__content-wrapper,
  .galery-item--wide .galery-item__image {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
  }
  .galery-item--wide .galery-item__image {
    margin-bottom: 32px;
    margin-top: 20px;
  }
  .galery-item__title {
    font-size: 1.6rem;
  }
}
@media (max-width: 550px) {
  .galery-item__image {
    margin-bottom: 39px;
  }
}
@media (hover: none), (pointer: coarse) {
  .faq-item .galery-item__image-hover,
  .faq-item .galery-item__preview {
    opacity: 1;
  }
  .gallery-section .galery-item__image-hover,
  .gallery-section .galery-item__duration,
  .gallery-section .galery-item__preview {
    opacity: 1;
  }
  .gallery-section .galery-item__icon {
    height: 53px;
  }
}
