.block-gr__item-link {
  display: none; }

@media (min-width: 1200px) {
  .block-gr__list {
    grid-gap: 24px; }

  .block-gr__item {
    overflow: visible;
    height: 352px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    border-radius: 12px;
    border: none;
    padding: 24px;
    box-sizing: border-box; }
    .block-gr__item-link {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      overflow: hidden;
      border-radius: 12px; }
    .block-gr__item-desktop {
      border-radius: 12px;
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      z-index: 0;
      overflow: hidden;
      pointer-events: none;
      transition: 0.3s all;
      border-bottom: none; }
      .block-gr__item-desktop img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: 0.3s all;
        border-radius: 12px; }
    .block-gr__item-image {
      position: relative;
      pointer-events: none; }
      .block-gr__item-image:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transition: 0.3s all;
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.24), rgba(0, 0, 0, 0.24)); }
    .block-gr__item-title {
      position: relative;
      padding: 0;
      color: #fff;
      font-size: 20px;
      line-height: 140%;
      font-family: 'Montserrat', sans-serif; }
    .block-gr__item-btn {
      margin: 0;
      position: relative;
      visibility: hidden;
      opacity: 0;
      margin-bottom: -50px;
      background: #1ca345;
      color: #fff;
      border: none;
      padding: 12px 28px;
      transition: all 0.3s ease;
      font-family: 'Montserrat', sans-serif; }
      .block-gr__item-btn:hover {
        background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), #1ca345; }
      .block-gr__item-btn:active {
        background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #1ca345; }
    .block-gr__item:hover .block-gr__item-link {
      top: -16px;
      right: -16px;
      left: -16px;
      bottom: -16px; }
      .block-gr__item:hover .block-gr__item-desktop {
        top: -16px;
        right: -16px;
        left: -16px;
        bottom: -16px;
        box-shadow: 0px 32px 28px rgba(0, 0, 0, 0.24); }
      .block-gr__item:hover .block-gr__item-image:after {
        background: linear-gradient(360deg, rgba(0, 0, 0, 0.57) 0%, rgba(0, 0, 0, 0.42) 34.38%, rgba(0, 0, 0, 0.04) 46.35%); }
      .block-gr__item:hover .block-gr__item-btn {
        margin-bottom: 0;
        opacity: 1;
        visibility: visible;
        margin-top: 16px; } }

@media (min-width: 1440px) {
  .block-gr__item {
    height: 368px; } }
/*examples*/
.examples__item {
  padding: 32px 24px;
  border-radius: 16px;
  justify-content: space-between;
  transition: 0.3s all;
  position: relative; }

.examples__item:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 16px;
  transition: 0.3s all; }

.examples__item-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative; }

.examples__item-image {
  margin-bottom: 8px;
  transition: all 0.3s ease; }

.examples__item-title {
  margin-bottom: 8px; }

.examples__item-title span {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif; }

.examples__item-text {
  font-size: 14px;
  line-height: 22px;
  font-family: "Montserrat", sans-serif; }

.examples__item-btn {
  margin-top: 16px;
  background: #1ca345;
  border-radius: 96px;
  box-sizing: border-box;
  padding: 14px 32px;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #fff;
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
  font-family: "Montserrat", sans-serif; }

.examples__item-btn:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.08)), #1ca345; }

.examples__item-btn:active {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.08)), #1ca345; }

@media (min-width: 416px) {
  .examples__item {
    padding: 40px 32px; }

  .examples__item-image {
    max-width: 264px;
    max-height: 264px;
    margin-bottom: 14px; }

  .examples__item-title span {
    font-size: 18px;
    line-height: 28px; }

  .examples__item-text {
    font-size: 16px;
    line-height: 25px; } }

@media (min-width: 640px) {
  .examples__item-btn {
    max-width: 154px; } }

@media (min-width: 960px) {
  .examples__list-inner {
    grid-column-gap: 24px; }

  .examples__item-image {
    max-width: 100%;
    max-height: 100%; }

  .examples__item-btn {
    margin-bottom: -38px;
    opacity: 0;
    visibility: hidden;
    padding-top: 0;
    padding-bottom: 0; }

  .examples__list {
    overflow: visible; }

  .examples__item:hover:before {
    left: -8px;
    right: -8px;
    top: -8px;
    bottom: -8px; }

  .examples__item:hover .examples__item-image {
    max-width: 220px;
    max-height: 220px; }

  .examples__item:hover .examples__item-btn {
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
    padding-top: 14px;
    padding-bottom: 14px; } }

@media (min-width: 1440px) {
  .examples__item {
    padding: 40px; }

  .examples__item-title span {
    font-size: 20px;
    line-height: 32px; } }
/*examples end*/
