@charset "UTF-8";
.section-4x1__title {
  max-width: 800px;
  margin-bottom: 20px;
  text-align: left;
}
.section-4x1__body {
  max-width: 100%;
  margin-bottom: 31.25px;
  text-align: left;
  line-height: 1.5;
}
.section-4x1__body ul {
  list-style-position: inside;
  text-align: left;
  display: inline-block;
}
.section-4x1__media-wrapper {
  display: flex;
  justify-content: space-between;
}
.section-4x1__link {
  flex-basis: 23%;
  max-width: 23%;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: #000;
}
.section-4x1__media-image {
  overflow: hidden;
}
.section-4x1__media-image img {
  transition: 0.5s;
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.section-4x1__media-content {
  transition: 0.5s;
  position: relative;
  flex-grow: 100;
  padding: 20px 20px 110px 20px;
}
.section-4x1__media-content:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #e94347;
  z-index: -1;
  bottom: 100%;
  transition: 0.25s;
}
.section-4x1__media:hover .section-4x1__media-image img {
  transform: scale(1.05);
}
.section-4x1__media:hover .section-4x1__media-content {
  color: #fff;
}
.section-4x1__media:hover .section-4x1__media-content:before {
  bottom: 0;
}
.section-4x1__media-title {
  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.15;
  font-size: 21px;
}
.section-4x1__media-description {
  line-height: 1.5;
  max-width: 450px;
  margin-bottom: 20px;
}
.section-4x1__media-description p {
  margin: 0;
}

.section-4x1__media-link {
  margin-top: auto;
}
.section-4x1__media-link a {
  color: #e94347;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
}
.section-4x1__media-link a::after {
  content: "❯";
  margin-left: 5px;
  line-height: 0;
  font-weight: normal;
}
.section-4x1__media-link a:hover {
  color: #c8171c;
}
.section-4x1__media-link a.focus-visible {
  outline: none;
  box-shadow: 0 0 1px 1px #e94347;
}
.section-4x1__media-tariff-link {
  position: relative;
  top: -110px;
  text-align: center;
}
.section-4x1__media-tariff-link span,
.section-4x1__media-tariff-more span {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  background-color: #e94347;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 7px 22px;
  letter-spacing: 0.5px;
  font-size: 18px;
}
.section-4x1__media-tariff-more {
  position: relative;
  top: -98px;
  text-align: center;
}
.section-4x1__body .about-coworking-wrapper {
  display: grid;
  grid-gap: 60px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: repeat(1, auto);
  width: 100%!important;
  align-items: center;
}
.section-4x1__body .about-coworking-wrapper div {
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .section-4x1__media-title {
    font-size: 22px;
    margin-bottom: 12.8px;
  }
}
@media screen and (max-width: 742px) {
  .section-4x1__title {
    text-align: center;
    margin-bottom: 20px;
  }

  .section-4x1__body {
    max-width: 452px;
    text-align: left;
  }

  .section-4x1__media-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .section-4x1__media {
    text-align: center;
    max-width: 452px;
  }
  .section-4x1__media:not(:last-child) {
    margin-bottom: 30px;
  }

  .section-4x1__media-image {
    height: auto;
  }

  .section-4x1__media-title {
    font-size: 24px;
  }

  .section-4x1__media-description {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
  }

  .section-4x1__link {
    flex-basis: unset;
    max-width: unset;
    width: 100%;
  }
  .section-4x1__media-tariff-more {
    top: -120px;
  }

}
@media screen and (max-width: 768px) {
  .section-4x1__tags {
    max-width: none;
  }
}

.section-4x1__media{
  display: flex;
  text-decoration: none;
  color: #000;
  flex: 20%;
  flex-direction: column;
  color: #000;
}

