.catalog {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  width: 100%;
}

.catalog__item {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 11px 0;
  padding: 40px 25px;
  width: 100%;
  background-color: #ffffff;
}

.catalog__item:hover .-done .catalog__image__content {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.catalog__item__lang {
  margin: 0;
  padding: 0;
  color: #e22927;
  font-size: 11px;
  font-size: 0.6875rem;
  line-height: 17.6px;
  line-height: 1.1rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 800;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.catalog__item__name {
  padding: 11px 0;
  min-height: 94px;
  color: #1b191c;
  font-size: 23px;
  font-size: 1.4375rem;
  line-height: 36.8px;
  line-height: 2.3rem;
  -webkit-font-feature-settings: "kern" 1;
          font-feature-settings: "kern" 1;
  -webkit-font-kerning: normal;
          font-kerning: normal;
  font-weight: 600;
  text-decoration: none;
}

.catalog__item__name:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
}

.catalog__image {
  margin: 25px 27px 8px;
  overflow: hidden;
}

.catalog__image.-done .catalog__image__content {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.catalog__image__content {
  height: 453px;
  width: 100%;
  max-width: 225px;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media only screen and (min-width: 920px) {
  .catalog {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  .catalog__item {
    margin: 30px 15px;
    padding: 40px 25px 25px;
    width: 49%;
    max-width: 300px;
  }
  .catalog__image__content {
    height: 256px;
  }
}

@media only screen and (max-width: 919px) {
  .catalog__item {
    max-width: 450px;
  }
  .catalog__image__content {
    max-width: 400px;
    height: auto;
  }
}

@media only screen and (min-width: 1248px) {
  .catalog__item {
    margin: 20px 11px;
    max-width: 350px;
  }
  .catalog__item__name {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 38.4px;
    line-height: 2.4rem;
    -webkit-font-feature-settings: "kern" 1;
            font-feature-settings: "kern" 1;
    -webkit-font-kerning: normal;
            font-kerning: normal;
  }
  .catalog__image__content {
    height: 294px;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .catalog__image__content {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .catalog__image {
    width: 100%;
    height: 100%;
  }
}
