

/* Start:/local/templates/vodohodcity/components/bitrix/news.list/fleet/style.css?17772964304210*/
/* section header fleet */
.header__main {
  background: url("/local/templates/vodohodcity/images/fleet/header/header.jpg")
      center no-repeat,
    linear-gradient(90deg, rgba(161, 161, 161, 1) 0%, rgb(55, 55, 55) 100%);
  background-size: cover;
  flex: none;
  background-blend-mode: overlay;
  padding: 60px 0;
}

.header__title-box {
  display: flex;
  justify-content: end;
  align-items: center;
  height: 100%;
  max-width: 1752px;
  margin: 0 auto;
}

.header__title {
  color: var(--bg);
  width: 50%;
  text-align: right;
  line-height: 130%;
  font-family: var(--TildaBold);
}

/* section description */

.description {
  padding: 70px 0 170px;
}

.description__box {
  display: grid;
  grid-template-areas:
    "title title"
    "text img";
}

.description__title {
  grid-area: title;
  margin-bottom: 60px;
  font-weight: 600;
}
.description__info {
  display: flex;
  justify-content: space-between;
}

.description__text {
  grid-area: text;
  max-width: 919px;
  font-size: 24px;
  line-height: 120%;
}

.description__img {
  grid-area: img;
  display: flex;
  height: 145px;
}

/* section list */

.list {
  padding: 50px 0;
}

.list__list {
  display: grid;
  gap: 20px;
}

.list__item-info {
  display: grid;
  grid-template-areas:
    "title img"
    "description img"
    "link img";
  grid-template-columns: minmax(300px, 490px) auto;
  justify-content: space-between;
  align-items: center;
}

.list__item-text {
  grid-area: description;
}

.list_item-title {
  grid-area: title;
  margin-top: auto;
}

.list__item-link {
  grid-area: link;
  margin-bottom: auto;
  padding: 10px;
}

.list__item-imgBlock {
  grid-area: img;
  max-width: 909px;
}

.list__item-img {
  object-fit: cover;
  width: 100%;
}

/* MEDIA */

@media screen and (max-width: 1800px) {
  .header__title-box {
    max-width: 1100px;
  }

  /* section list */
  .list__item-imgBlock {
    max-width: 560px;
  }
}

@media screen and (max-width: 1300px) {
  .header__title-box {
    max-width: 90vw;
  }

  .header__title {
    width: 60%;
  }
}

@media screen and (max-width: 1200px) {
  /* section list */
  .list_item-title {
    font-size: 22px;
  }

  .list__item-text {
    margin: 10px 0;
    font-size: 14px;
  }
}

/* layout 800px */
@media screen and (max-width: 1100px) {
  /* section description */
  .description {
    padding: 66px 0;
  }

  .description__box {
    gap: 26px 0;
    grid-template-areas:
      "title img"
      "text text";
  }

  .description__img {
    margin: 0 0 0 auto;
    height: 100px;
  }

  /* section list */
  .list__list {
    gap: 40px;
  }

  .list__item-info {
    display: grid;
    grid-template-areas:
      "title"
      "img"
      "description"
      "link ";
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, auto);
    gap: 10px;
  }

  .list_item-title {
    font-size: 26px;
  }

  .list__item-text {
    font-size: 16px;
  }

  .list__item-imgBlock {
    max-width: 100%;
  }

  .list__item-img {
    width: 100%;
  }
}

@media screen and (max-width: 800px) {
  /* section header */
  .header__title {
    width: 80%;
    font-size: 42px;
  }

  /* section description */
  .description__img {
    height: 80px;
  }

  /* section list */
  .list__item-img {
    height: 260px;
  }
}

@media screen and (max-width: 640px) {
  /* section header */
  .header__title {
    font-size: 38px;
    width: 100%;
    text-align: center;
  }

  /* section list */
  .list__item-img {
    height: 180px;
  }
}

@media screen and (max-width: 480px) {
  /* section header */
  .header__title {
    font-size: 30px;
  }
}

@media screen and (max-width: 420px) {
  /* section description */
  .description__box {
    gap: 0;
  }

  .description__title {
    font-size: 26px;
  }

  .description__img {
    height: 50px;
  }

  .description__text {
    font-size: 18px;
  }

  /* section list */
  .list_item-title {
    font-size: 22px;
  }

  .list__item-text {
    font-size: 14px;
  }
}

/* End */
/* /local/templates/vodohodcity/components/bitrix/news.list/fleet/style.css?17772964304210 */
