.block-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.press__item.press__item-desc .press__item-body {
  border: 1px solid #EBEBEB;
  height: 100%;
  padding: 32px 24px;
}
.press__item.press__item-desc.press__item_big .press__item-body {
  padding: 48px;
}

.press__item {
  margin-bottom: 24px;
  margin-top: 24px;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  width: 100%;
}
@media (max-width: 1024px) {
  .press__item.press__item_big .press__item-body {
    padding: 20px 48px;
  }
}
.press__item.press__item_big .press__item-inner {
  height: 370px;
}
@media (min-width: 992px) {
  .press__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }

  .press__item.press__item_big {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.press__item-inner {
  position: relative;
  height: 242px;
}
.press__item:hover .press__item-body {
  background: none;
}
.press__item:hover .press__item-date {
  color: none;
}
.press__item:hover .press__item-name {
  color: none;
}
.press__item:hover .press__item-name a {
  color: none;
}
.press__item:hover .press__item-text {
  color: none;
}
.press__item-inner {
  position: relative;
  height: 242px;
}
@media (max-width: 767px) {
  .press__item-inner {
    height: auto;
  }
}
a.press__item-inner {
  #display: block;
}
.press__item-date {
  font-size: 14px;
  font-weight: 300;
  color: #171717;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.press__item-company {
  text-decoration: none;
  position: relative;
  padding-left: 17px;
}

.press__item-company:before {
  content: '';
  position: absolute;
  left: 5px;
  top: 7px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #B7B7B7;
}
.press__item-name {
  font-size: 22px;
  line-height: 28px;
}
.press__item_big .press__item-name {
  font-size: 32px;
  line-height: 38px;
}
.press__item-name a {
  color: #171717;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
}
.press__item-name a:hover {
  color: #3F5BB2;
}
.press__item-date + .press__item-name {
  margin-top: 10px;
}
.press__item_big .press__item-date + .press__item-name {
  margin-top: 14px;
}
.press__item-text {
  font-size: 16px;
  line-height: 24px;
  color: #808080;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  -moz-transition: color 0.2s;
  transition: color 0.2s;
}
.press__item-name + .press__item-text,
.press__item-date + .press__item-text {
  margin-top: 10px;
}
.press__item_big .press__item-name + .press__item-text,
.press__item_big .press__item-date + .press__item-text {
  margin-top: 20px;
}
@media (max-width: 991px) {
    .press__item-button {
        margin-top: 20px;
        position: relative;
    }
}
@media (min-width: 992px) {
    .press__item-button {
        position: absolute;
        bottom: 24px;
    }

    .press__item_big .press__item-button {
        bottom: 40px;
    }
}

.press__item:not(.press__item_big) .press__item-button {
    font-size: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    padding: 0;
}

.press__item:not(.press__item_big) .press__item-button:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 12px;
    left: 12px;
    background: url("../images/more-arrow.png") no-repeat;
}

.press__item:not(.press__item_big) .press__item-button:hover:after {
    filter: brightness(0) invert(1);
}

.press__item-body {
  padding: 20px 0 0;
}

.press__big {
  margin-top: -4px;
}