

/* Start:/local/templates/vodohodcity/components/bitrix/news.list/services/style.css?17772964308994*/
/* section header */

.header__main {
  background: url("/local/templates/vodohodcity/images/services/header/header.png")
      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 main */
.main {
  padding: 100px 0;
  background: url("/local/templates/vodohodcity/images/services/items/bg.svg")
    center -50px no-repeat;
  background-size: 90% auto;
  /* background-size: cover; */
}

.main__title {
  max-width: 550px;
}

.main__title-title {
  font-size: 48px;
  font-weight: 600;
  margin-bottom: 35px;
}

.main__title-desc {
  font-size: 16px;
}

.main__list {
  margin-top: 50px;
  display: grid;
  gap: 40px;
}

.main__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.main__item-desc-img {
  position: relative;

  & > img {
    position: absolute;
    display: inline-block;
    margin-left: 10px;
    bottom: -4px;
  }
}

.main__item-text {
  max-width: 630px;
}

.main__item-title {
  cursor: pointer;
  display: inline;
  color: var(--text);
  font-size: 30px;
  line-height: 120%;
  font-weight: 600;
  border-bottom: 1px solid var(--text);

  &:active {
    color: var(--main);
    border-bottom: 1px solid var(--main);
  }
}

.main__item-desc {
  margin: 25px 0;
  display: grid;
  gap: 4px;

  & > p {
    font-size: 16px;
  }
}

.main__item-title-img {
  display: none;
}

/* --type1-- */

.main__item-gallery--type1 {
  position: relative;
  max-width: 810px;
  width: 100%;
  height: 500px;
  right: 70px;
}

.main__item-img-arcs {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

.main__item-img-arc {
  &:nth-last-child(1) {
    margin-top: -25px;
  }
}

.main__item-img--type1 {
  &:nth-child(1) {
    position: absolute;
    right: 210px;
    top: 90px;
    width: 600px;
  }

  &:nth-child(2) {
    position: absolute;
    width: 290px;
    right: 55px;
    top: 263px;
  }
}

/* --type2-- */
.main__item-desc--type2 {
  display: grid;
  gap: 20px;
}

.main__item-gallery--type2 {
  position: relative;
  width: 100%;
  max-width: 810px;
  height: 570px;
}

.main__item-img--type2 {
  &:nth-child(1) {
    position: absolute;
    right: 0;
    width: 650px;
  }

  &:nth-child(2) {
    position: absolute;
    top: 295px;
    right: 566px;
    width: 455px;
  }
}

/* --type3-- */
.main__item-desc--type3 {
  gap: 20px;
}

.main__item-gallery--type3 {
  position: relative;
  max-width: 810px;
  width: 100%;
  height: 600px;
}

.main__item-img--type3 {
  &:nth-child(1) {
    position: absolute;
    right: 110px;
    width: 600px;
  }

  &:nth-child(2) {
    position: absolute;
    top: 248px;
    right: 553px;
    width: 288px;
  }

  &:nth-child(3) {
    position: absolute;
    top: 274px;
    right: 0;
    width: 420px;
  }
}

@media (hover: hover) {
  .main__item-title:hover {
    color: var(--main);
    border-bottom: 1px solid var(--main);
  }
}

@media screen and (max-width: 1800px) {
  /* section header */
  .header__title-box {
    max-width: 1100px;
  }

  /* section main */
  .main__item-text {
    max-width: 500px;
    width: 100%;
  }

  /* --type1-- */
  .main__item-gallery--type1 {
    right: 0;
  }

  .main__item-img--type1 {
    &:nth-child(1) {
      width: 420px;
      right: 180px;
    }

    &:nth-child(2) {
      width: 320px;
      right: 40px;
    }
  }

  /* --type2-- */
  .main__item-gallery--type2 {
    height: 560px;
  }

  .main__item-img--type2 {
    &:nth-child(1) {
      width: 490px;
      top: 20px;
    }

    &:nth-child(2) {
      right: 100px;
    }
  }

  /* --type3-- */
  .main__item-gallery--type3 {
    height: 400px;
  }

  .main__item-img--type3 {
    &:nth-child(1) {
      right: 100px;
      width: 450px;
    }

    &:nth-child(2) {
      top: 200px;
      right: 450px;
      width: 150px;
    }

    &:nth-child(3) {
      top: 170px;
      width: 350px;
    }
  }
}

@media screen and (max-width: 1300px) {
  /* section header */
  .header__title-box {
    max-width: 90vw;
  }

  .header__title {
    width: 60%;
  }
}

@media screen and (max-width: 1100px) {
  /* section main */
  .main__title-title {
    margin-bottom: 20px;
  }

  .main__title {
    padding-bottom: 40px;
  }

  .main__item-title {
    font-size: 24px;
  }

  /* --type1-- */
  .main__item-desc-img > img {
    display: none;
  }

  .main__item-gallery--type1 {
    height: 300px;
  }

  .main__item-img--type1 {
    &:nth-child(1) {
      top: 60px;
      right: 80px;
      width: 260px;
    }

    &:nth-child(2) {
      width: 160px;
      top: 160px;
    }
  }

  .main__item-img-arcs {
    top: 0;
  }

  .main__item-img-arc {
    width: 140px;

    &:nth-last-child(1) {
      margin-top: -22px;
    }
  }

  /* --type2-- */
  .main__item--type2 {
    gap: 40px;
  }

  .main__item-gallery--type2 {
    height: auto;
    display: grid;
    gap: 10px;
  }

  .main__item-img--type2 {
    &:nth-child(1) {
      position: unset;
      top: 0;
      width: 300px;
    }

    &:nth-child(2) {
      position: unset;
      width: 300px;
    }
  }

  /* --type3-- */
  .main__item-text--type3 {
    width: 100%;
  }

  .main__item-gallery--type3 {
    height: 240px;
  }

  .main__item-img--type3 {
    &:nth-child(1) {
      right: 40px;
      width: 270px;
      width: 270px;
    }

    &:nth-child(2) {
      top: 130px;
      right: 190px;
      width: 80px;
      z-index: 10;
    }

    &:nth-child(3) {
      width: 200px;
      top: 120px;
      width: 200px;
    }
  }
}

@media screen and (max-width: 800px) {
  /* section header */
  .header__title {
    width: 80%;
    font-size: 42px;
  }

  /* section main */
  .main {
    padding: 70px 0;
  }

  .main__list {
    padding: 40px 0;
  }

  .main__item-link-link {
    width: 100%;
    max-width: 270px;
  }

  .main__title-title {
    font-size: 34px;
  }

  /* --type1-- */
  .main__item-text--type1 {
    width: 50%;
  }

  .main__item-gallery--type1 {
    width: 240px;
    height: 220px;
  }

  .main__item-img--type1 {
    &:nth-child(1) {
      width: 260px;
      top: 50px;
      right: 40px;
    }

    &:nth-child(2) {
      width: 120px;
      right: 20px;
      top: 130px;
    }
  }

  .main__item-img-arcs {
    top: 10px;
  }

  .main__item-img-arc {
    width: 80px;

    &:nth-last-child(1) {
      margin-top: -10px;
    }
  }

  /* --type2-- */
  .main__item-title--type2 {
    display: inline;

    & > img {
      display: none;
    }
  }

  .main__item-text--type2 {
    width: 100%;
  }

  /* --type3-- */
  .main__item-gallery--type3 {
    height: 220px;
  }

  .main__item-img--type3 {
    &:nth-child(1) {
      width: 240px;
    }

    &:nth-child(2) {
      top: 110px;
    }

    &:nth-child(3) {
      top: 100px;
    }
  }
}

@media screen and (max-width: 640px) {
  /* section header */
  .header__title {
    font-size: 38px;
    width: 100%;
    text-align: center;
  }

  /* section main */
  /* --type1-- */

  .main__item-desc {
    margin: 30px 0 20px;
  }

  .main__item-title {
    font-size: 20px;
  }

  .main__item-img--type1 {
    &:nth-child(1) {
      width: 180px;
    }
  }

  /* --type3-- */
  .main__item-img--type3 {
    &:nth-child(1) {
      right: 0;
    }

    &:nth-child(2) {
      width: 60px;
      right: 130px;
    }

    &:nth-child(3) {
      width: 140px;
      top: 134px;
    }
  }
}

@media screen and (max-width: 580px) {
  /* section main */
  .main__item-title-img {
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 260px;

    & > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      object-position: bottom;
    }
  }

  .main__item-desc {
    margin: 20px 0;
  }

  /* --type1-- */
  .main__item-text--type1 {
    width: 100%;
  }
  .main__item-gallery {
    display: none;
  }

  /* --type2-- */
  .main__item-gallery--type2 {
    display: none;
  }

  .main__item-text--type2 {
    width: 100%;
  }

  /* --type3-- */
  .main__item-gallery--type3 {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  /* section header */
  .header__title {
    font-size: 30px;
  }
}

/* End */
/* /local/templates/vodohodcity/components/bitrix/news.list/services/style.css?17772964308994 */
