

/* Start:/local/templates/main/css/about.css?17657972635811*/
@charset "UTF-8";
.title_media {
  font-family: Stem-Medium, serif;
  padding-top: 48px;
  margin-top: 394px;
}

.header_blue {
  height: 700px;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
}

.container_about .about_info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 112px 0 126px 0;
  gap: 24px;
}
.container_about .about_info__name {
  padding-left: 41px;
}
.container_about .about_info__name h3 {
  margin: 0;
  font-size: 28px;
  color: var(--blue);
  font-family: Stem-Regular;
  line-height: 120%;
  font-weight: 400;
}
.container_about .about_info__text {
  padding-right: 40px;
}
.container_about .about_info__text p {
  margin: 0;
  font-size: 18px;
  font-family: Stem-Regular, serif;
}

.about_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}
.about_box .about_box_one,
.about_box .about_box_two {
  position: relative;
  grid-row: 1; /* первый ряд */
  width: 100%; /* устанавливаем ширину блока на 100% */
  object-fit: cover;
}
.about_box .about_box_one img,
.about_box .about_box_two img {
  width: 100%;
}
.about_box .about_box_one__link,
.about_box .about_box_two__link {
  position: absolute;
  top: 0;
  right: 0;
  padding: 32px;
}
.about_box h2 {
  font-size: 56px;
  font-family: Stem-Regular, serif;
  padding-bottom: 24px;
  color: var(--white);
  line-height: 100%;
  margin: 0;
  font-weight: 400;
}
.about_box .about_box_one__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  color: #fff;
  padding-left: 64px;
  padding-bottom: 64px;
  padding-right: 64px;
}
.about_box .about_box_one__content p {
  font-family: Stem-Regular;
}
.about_box .about_box_two__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: auto;
  color: #fff;
  padding-left: 64px;
  padding-bottom: 64px;
  padding-right: 64px;
}
.about_box .about_box_two__content p {
  font-family: Stem-Regular;
}
.about_box .about_box_three {
  grid-row: 2; /* второй ряд */
  grid-column: 1/-1; /* занимает одну колонку на всю ширину */
  width: 100%; /* устанавливаем ширину блока на 100% */
  object-fit: cover;
  position: relative;
}
.about_box .about_box_four {
  grid-row: 3; /* второй ряд */
  grid-column: 1/-1; /* занимает одну колонку на всю ширину */
  width: 100%; /* устанавливаем ширину блока на 100% */
  object-fit: cover;
  position: relative;
}
.about_box .about_box_four,
.about_box .about_box_three {
  text-decoration: none;
}
.about_box .about_box_four img,
.about_box .about_box_three img {
  width: 100%;
  height: auto;
}
.about_box .about_box_four__content,
.about_box .about_box_three__content {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 650px;
  padding: 64px;
}
.about_box .about_box_four__content h2,
.about_box .about_box_three__content h2 {
  font-size: 56px;
  font-family: Stem-Regular, serif;
  padding-bottom: 32px;
  color: var(--white);
  line-height: 100%;
  margin: 0;
  font-weight: 400;
}
.about_box .about_box_four__content p,
.about_box .about_box_three__content p {
  font-size: 28px;
  font-family: Stem-Regular, serif;
  color: var(--white);
  line-height: 120%;
}
.about_box .about_box_four__content button,
.about_box .about_box_three__content button {
  margin: 48px 0 0;
  padding: 16px 12px;
}

@media (max-width: 1080px) {
  .about_box_four {
    margin-bottom: 24px;
  }
  .about_box .about_box_two, .about_box .about_box_four {
    display: block;
  }
}
@media (max-width: 1035px) {
  .about_box .about_box_four img, .about_box .about_box_three img {
    aspect-ratio: 1/1;
    object-fit: cover;
    object-position: right;
  }
  .about_box .about_box_three img {
    object-position: left;
  }
  .about_box .about_box_four .about_box_one__link img, .about_box .about_box_three .about_box_one__link img {
    aspect-ratio: initial;
    object-fit: initial;
  }
  .title_media {
    padding-left: 24px;
  }
  .container_about {
    padding: 0;
  }
  .container_about .about_info {
    display: block;
    padding: 48px 24px;
  }
  .container_about .about_info__name {
    padding-left: 0;
    padding-bottom: 24px;
  }
  .container_about .about_info__name h3 {
    font-size: 24px;
  }
  .container_about .about_info__text {
    padding-right: 0;
  }
  .container_about .about_info__text p {
    font-size: 16px;
  }
  .about_box {
    display: block;
  }
  .about_box .about_box_two,
  .about_box .about_box_four {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .about_box .about_box_one__content,
  .about_box .about_box_two__content,
  .about_box .about_box_four__content,
  .about_box .about_box_three__content {
    padding: 24px;
  }
  .about_box .about_box_one__content h2,
  .about_box .about_box_two__content h2,
  .about_box .about_box_four__content h2,
  .about_box .about_box_three__content h2 {
    font-size: 32px;
  }
  .about_box .about_box_one__content p,
  .about_box .about_box_two__content p,
  .about_box .about_box_four__content p,
  .about_box .about_box_three__content p {
    font-size: 16px;
  }
  .about_box button {
    margin: 24px 0 0;
  }
}
@media (max-width: 1025px) {
  .title_media {
    margin-top: 0;
  }
  body header.header_blue.background-img {
    min-height: 264px;
  }
}
@media (max-width: 540px) {
  .about_box .about_box_four, .about_box .about_box_three {
    position: relative;
  }
}
.about_box_three:before, .about_box_one:before, .about_box_two:before, .about_box_four:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.28) 0%, rgba(0, 0, 0, 0.3) 100%) no-repeat;
}

/*# sourceMappingURL=about.css.map */

/* End */
/* /local/templates/main/css/about.css?17657972635811 */
