

/* Start:/local/templates/vodohodcity/components/bitrix/news.detail/about/style.css?177729643020500*/
/* common styles about */
.documents__content-swiper,
.awards__content-swiper,
.example__swiper,
.career__content {
  .swiper-wrapper {
    height: auto;
  }
}

.pressKit__file_icon,
.requisites__file_icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50px;
}

.pressKit__file_extension,
.requisites__file_extension {
  padding-top: 3px;
  font-size: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  color: #962344;
  text-align: center;
}

/* section header about*/
.header__main {
  background: url("/local/templates/vodohodcity/images/about/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 connection */
.connection {
  padding: 50px 0;
}

.connection__content {
  display: grid;
  grid-template-columns: 400px auto;
  justify-content: space-between;
}

.connection__inputs {
  display: grid;
  grid-template-columns: repeat(4, auto);
  gap: 0;
}

.connection__input {
  padding: 26px 40px;
  border: 2px solid var(--border);
  border-right: none;
  font-size: 20px;
  line-height: 100%;
  max-width: 340px;
  width: 100%;

  &::placeholder {
    color: var(--text);
  }

  &:focus {
    position: relative;
    z-index: 6;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 8px 2px var(--border);
  }

  &:last-of-type:focus {
    box-shadow: -4px 0px 6px 1px var(--border);
  }
}

.connection__btn-box {
  border-top: 2px solid transparent;
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, var(--border) 30%, transparent 70%);
  border-image-slice: 1;
}

.connection__btn {
  display: block;
  color: var(--bg);
  background: var(--main);
  text-align: center;
  border-radius: 100px;
  border: 2px solid var(--main);
  transition: all 0.3s ease;
  font-size: 24px;
  padding: 24px;
  width: 238px;

  &:active {
    transform: none;
  }
}

.connection__agreement {
  margin-top: 25px;
  margin-right: 0;
  float: right;
}

.connection__agreement-text {
  font-size: 13px;
}

.connection__agreement-link {
  border-bottom: 1px solid var(--main);

  & > a {
    color: var(--main);

    &:active {
      color: var(--text);
    }
  }
}

/* section documents and section awards*/
.documents,
.awards {
  padding: 50px 0;
}

.documents__content-swiper,
.awards__content-swiper {
  margin-top: 40px;
}

.documents__swiper-slide,
.awards__swiper-slide {
  cursor: pointer;

  img {
    width: 100%;
    height: fit-content;
    object-fit: cover;
  }
}

.documents__swiper-navigation,
.awards__swiper-navigation {
  width: max-content;
  margin: 27px auto 0;
  display: flex;
  gap: 15px;
}

.documents__swiper-navigation.hidden,
.awards__swiper-navigation.hidden {
  display: none;
}

.awards__swiper-wrapper-about.hiddenBtn,
.documents__swiper-wrapper-about.hiddenBtn {
  justify-content: center;
}

/* section awards */
.awards {
  padding: 0 0 50px;
}

.awards__arc {
  width: max-content;
  height: auto;
  display: flex;
  width: 100%;
  justify-content: end;

  & > img {
    width: 30vw;
  }
}

/* section pressKit */
.pressKit {
  padding: 50px 0;
}

.pressKit__content {
  margin-top: 100px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.pressKit__file {
  padding: 30px 60px 30px 150px;
  display: block;
  border-top: 2px solid var(--border);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 6;

  &:last-of-type {
    border-bottom: 2px solid var(--border);
  }

  &:active {
    transition: all 0.2s ease;
    box-shadow: 0px 0px 8px 2px var(--border);
  }
}

.pressKit__desc {
  background: var(--bgDark);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pressKit__desc-text {
  width: 580px;
  display: grid;
  gap: 20px;
}

/* section example */
.example {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
}

.example__box {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
}

.example__content {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
}

.example__text {
  max-width: 580px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.example__desc {
  display: grid;
  gap: 20px;
}

.example__btn {
  padding: 10px 46px;
  border: 1px solid var(--text);
  border-radius: 10px;
  width: max-content;
  transition: all 0.3s ease;

  &:active {
    transform: translateY(2px);
    border: 1px solid var(--main);

    & > p {
      color: var(--main);
    }
  }
}

.example__content-swiper {
  /* position: absolute;
  right: 0; */
  width: 870px;
}

.swiper-slide-example {
  position: relative;
  height: 390px;
  overflow: hidden;

  & > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
      175deg,
      rgb(161 161 161 / 0%) 0%,
      rgb(31 31 31) 100%
    );
    z-index: 1;
    background-blend-mode: overlay;
    opacity: 1;
    transition: all 0.3s ease;
  }

  &:active {
    & img {
      transform: scale(1.1);
    }
  }
}

.example__swiper-slide-desc {
  position: absolute;
  bottom: 30px;
  left: 60px;
  right: 60px;
  display: grid;
  gap: 20px;
  z-index: 2;
}

.example__swiper-slide-title {
  color: var(--bg);
  font-size: 16px;
}

.example__swiper-slide-info {
  font-size: 20px;
  color: var(--bg);
  text-transform: uppercase;
}

.example__swiper-navigation {
  width: max-content;
  margin: 27px auto 0;
  display: flex;
  gap: 15px;
}

/* section career */
.career {
  max-width: 1920px;
  margin: 0 auto;
  padding: 50px 0;
}

.career__box {
  width: 100%;
  max-width: 1760px;
  margin: 0 auto;
}

.career__content {
  display: grid;
  grid-template-columns: repeat(2, auto);
  justify-content: space-between;
}

.career__text {
  max-width: 580px;
  display: flex;
  flex-direction: column;
  gap: 60px;
}

.career__desc {
  display: grid;
  gap: 20px;
}

.career__content-swiper {
  /* position: absolute;
  right: 0; */
  width: 870px;
}

.swiper-slide-career {
  position: relative;

  &:active {
    > .career__swiper-slide-img-img {
      transform: scale(1.1);
    }
  }
}

.career__swiper-slide-img {
  overflow: hidden;
  height: 350px;
}

.career__swiper-slide-img-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.career__swiper-slide-title {
  position: absolute;
  top: 20px;
  left: 30px;
  color: var(--bg);
  font-size: 24px;
}

.career__swiper-slide-info {
  margin-top: 20px;

  & > p {
    color: var(--text);
  }
}

.career__swiper-navigation {
  width: max-content;
  margin: 27px auto 0;
  display: flex;
  gap: 15px;
}

/* section requisites */
.requisites {
  padding: 50px 0;
}

.requisites__content {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 60% 30%;
  justify-content: space-between;
  align-items: center;
}

.requisites__item-table {
  display: grid;
  grid-template-columns: 30% 70%;
}

.requisites__item-table-name {
  padding: 12px 20px;
}

.requisites__item-table-desc {
  padding: 12px 20px;
}

.requisites__item-table-light {
  display: block;
  background: var(--bgDark);
}

.requisites__item-table-dark {
  display: block;
  background: var(--itemDark);
}

.requisites__files-list {
  display: grid;
  gap: 20px;
}

.requisites__files-link {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* gap: 55px; */

  &:active {
    box-shadow: 0px 0px 8px 2px var(--border);
  }

  h4 {
    width: fit-content;
  }
}

.requisites__police {
  display: inline-block;
  margin-top: 40px;
  border-bottom: 1px solid var(--text);

  &:active {
    color: var(--main);
    border-bottom: 1px solid var(--main);
  }
}

/* section stable */
.stable {
  padding: 50px 0;
}

.stable__info {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  align-items: center;
}

.stable__text {
  padding: 90px 140px;
  background: var(--bgDark);
  display: grid;
  gap: 20px;
}

/* section social */
.itemsBottom {
  padding: 50px 0;
}

.itemsBottom__list {
  display: grid;
  gap: 80px;
}

.social {
  padding: 50px 0;
}

.social__info {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  align-items: center;
}

.social__text {
  padding: 90px 140px;
  background: var(--bgDark);
  display: grid;
  gap: 20px;
}

@media (hover: hover) {
  /* section connection */
  .connection__agreement-link {
    & > a:hover {
      color: var(--text);
    }
  }

  .connection__btn:hover {
    background: var(--bg);
    color: var(--main);
  }

  /* section pressKit */
  .pressKit__file:hover {
    position: inherit;
    z-index: 6;
    transition: all 0.2s ease;
    box-shadow: 0px 0px 8px 2px var(--border);
  }

  /* section example */
  .example__btn:hover {
    border: 1px solid var(--main);

    & > p {
      color: var(--main);
    }
  }

  .swiper-slide-example:hover {
    & > img {
      transform: scale(1.1);
    }
  }

  /* section requisites */
  .requisites__files-item:hover {
    box-shadow: 0px 0px 8px 2px var(--border);
  }

  .requisites__police:hover {
    color: var(--main);
    border-bottom: 1px solid var(--main);
  }

  /* section career */
  .swiper-slide-career:hover {
    .career__swiper-slide-img-img {
      transform: scale(1.1);
    }
  }
}

@media screen and (max-width: 1800px) {
  /* section header */
  .header__title-box {
    max-width: 1100px;
  }

  /* section connection */
  .connection__content {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 50px;
  }

  .connection__input {
    padding: 26px 16px;
  }

  /* section pressKit */
  .pressKit__content {
    margin-top: 80px;
  }

  .pressKit__file {
    padding: 30px;
  }

  .pressKit__desc-text {
    width: auto;
    padding: 0 40px;
  }

  /* section example */
  .example__box {
    max-width: 1100px;
  }

  .example__content {
    gap: 40px;
  }

  .example__text {
    width: 100%;
    max-width: 540px;
  }

  .example__content-swiper {
    width: 700px;
  }

  /* section career */
  .career__box {
    max-width: 1100px;
  }

  .career__content {
    gap: 40px;
  }

  .career__text {
    width: 100%;
    max-width: 540px;
  }

  .career__content-swiper {
    width: 700px;
  }

  /* section stable */
  .stable__text {
    padding: 60px;
  }

  /* section social */
  .social__text {
    padding: 60px;
  }
}

@media screen and (max-width: 1600px) {
  /* section example */
  .example__text {
    max-width: 480px;
  }

  .example__content-swiper {
    width: 600px;
  }

  .example__swiper-slide-desc {
    left: 30px;
    right: 30px;
  }

  /* section career */
  .career__text {
    max-width: 480px;
  }

  .career__content-swiper {
    width: 600px;
  }
}

@media screen and (max-width: 1300px) {
  /* section header */
  .header__title-box {
    max-width: 90vw;
  }

  .header__title {
    width: 60%;
  }

  /* section connection */
  .connection__content {
    gap: 30px;
  }

  .connection__inputs {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }

  .connection__input {
    padding: 26px 40px;
    border: 2px solid var(--border);
    border-bottom: none;
    max-width: 100%;

    &:last-of-type {
      border-bottom: 2px solid var(--border);

      &:focus {
        box-shadow: 0px 0px 8px 2px var(--border);
      }
    }
  }

  .connection__btn-box {
    border: none;
  }

  .connection__btn {
    width: 100%;
    border-radius: 0;
  }

  .connection__agreement {
    margin-top: 12px;
  }

  /* section example */
  .example__box {
    max-width: 100vw;
    margin: 0;
  }

  .example__text {
    gap: 30px;
  }

  .example__title {
    font-size: 28px;
  }

  .example__content {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
  }

  .example__text {
    margin: 0 auto;
    max-width: 720px;
  }

  .example__content-swiper {
    width: 100vw;
  }

  .example__swiper-slide-desc {
    left: 40px;
  }

  /* section career */
  .career__box {
    max-width: 100vw;
    margin: 0;
  }

  .career__text {
    gap: 30px;
  }

  .career__title {
    font-size: 28px;
  }

  .career__content {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
  }

  .career__text {
    margin: 0 auto;
    max-width: 720px;
  }

  .career__content-swiper {
    width: 100vw;
  }

  .career__swiper-slide-info {
    padding: 0 30px;
  }

  /* section stable */
  .stable__text {
    padding: 40px;
  }

  /* section social */
  .social__text {
    padding: 40px;
  }
}

@media screen and (max-width: 1100px) {
  /* section documents and section awards */
  .documents__title,
  .awards__title {
    font-size: 32px;
  }

  /* section awards */
  .awards__arc {
    & > img {
      width: 30vw;
    }
  }

  /* section pressKit */
  .pressKit__content {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
  }

  .pressKit__file {
    &:last-of-type {
      border-bottom: none;
    }
  }

  .pressKit__desc-text {
    padding: 60px 40px;
  }

  /* section requisites */
  .requisites__content {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
    gap: 30px;
  }

  .requisites__files-link {
    display: grid;
    grid-template-columns: 1fr 50px;
    gap: 20px;
    justify-content: start;
  }

  .requisites__police {
    margin-top: 10px;
  }

  /* section stable */
  .stable__info {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
  }

  /* section social */
  .social__info {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
  }
}

@media screen and (max-width: 800px) {
  /* section header */
  .header__title {
    font-size: 42px;
  }

  /* section documents and section awards */
  .documents__title,
  .awards__title {
    font-size: 24px;
  }

  .documents__content-swiper,
  .awards__content-swiper {
    margin-top: 20px;
  }

  .documents__swiper-navigation,
  .awards__swiper-navigation {
    margin-top: 16px;
  }

  .swiper-next,
  .swiper-prev {
    width: 40px;
    height: 40px;
  }

  .swiper-next-arrow,
  .swiper-prev-arrow {
    width: 10px;
    height: 10px;
  }

  .swiper-next-arrow {
    margin-left: 12px;
  }

  .swiper-prev-arrow {
    margin-left: 16px;
  }

  /* section example */
  .example__title {
    font-size: 24px;
  }

  .swiper-slide-example {
    height: 220px;
  }

  .example__swiper-navigation {
    margin-top: 16px;
  }

  /* section career */
  .itemsBottom__list {
    gap: 40px;
  }

  .career__title {
    font-size: 24px;
  }

  .career__swiper-slide-img {
    height: 200px;
  }

  .career__swiper-navigation {
    margin-top: 16px;
  }
}

@media screen and (max-width: 800px) {
  /* section header */
  .header__title {
    width: 80%;
    font-size: 42px;
  }
}

@media screen and (max-width: 640px) {
  /* section header */
  .header__title {
    font-size: 38px;
    width: 100%;
    text-align: center;
  }

  /* section connection */
  .connection {
    padding: 25px 0;
  }

  .connection__content {
    margin-top: 20px;
  }

  .connection__input {
    font-size: 16px;
    padding: 20px 10px;
  }

  .connection__btn {
    font-size: 16px;
    padding: 20px;
  }

  /* section documents and section awards */
  .documents,
  .awards {
    padding: 20px 0;
  }

  .swiper-next,
  .swiper-prev {
    width: 40px;
    height: 40px;
  }

  /* section awards */
  .awards__arc {
    & > img {
      width: 36vw;
    }
  }

  /* section pressKit */
  .pressKit__desc-text {
    padding: 40px;
  }

  /* section example */
  .example__text {
    max-width: 86vw;
  }

  .example__title {
    font-size: 22px;
  }

  .swiper-slide-example {
    height: 160px;
  }

  .example__btn {
    padding: 10px 30px;
  }

  .example__swiper-slide-desc {
    gap: 10px;
  }

  .example__swiper-slide-title {
    font-size: 12px;
  }

  .example__swiper-slide-info {
    font-size: 12px;
  }

  /* section career */
  .career__text {
    max-width: 86vw;
  }

  .career__title {
    font-size: 22px;
  }

  .career__swiper-slide-img {
    height: 160px;
  }

  /* section requisites */
  .requisites__item-table-name {
    padding: 10px 16px;
    font-size: 12px;
  }

  .requisites__item-table-desc {
    padding: 10px 16px;
    font-size: 12px;
  }
}

@media screen and (max-width: 480px) {
  /* section example */
  .example__swiper-slide-desc {
    left: 10px;
    right: 10px;
  }

  /* section requisites */
  .requisites__item-table-name {
    padding: 10px;
    font-size: 10px;
  }

  .requisites__item-table-desc {
    padding: 10px;
    font-size: 10px;
  }
}

/* modal window */

.modal {
  display: none;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  z-index: 100;

  &.open-modal {
    display: flex;
  }
}

.modal__block {
  position: relative;
  padding: 20px;
  background: var(--bg);
  border: 2px solid var(--border);
  width: 80%;
  max-width: 600px;
  height: 320px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal__cross {
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  width: 26px;
  height: 26px;
}

.modal__cross-line {
  position: absolute;
  width: 26px;
  height: 3.5px;
  right: 0;
  top: 0;
  background: var(--main);
  border-radius: 5px;
  rotate: 45deg;
  transition: all 0.3s ease;

  &:nth-child(2) {
    rotate: -45deg;
  }
}

.modal__info {
  display: grid;
  gap: 30px;
}

.desc {
  padding: 100px 0;
}

.desc__list {
  display: grid;
  gap: 80px;
}

.desc__item {
  display: grid;
  grid-template-columns: auto 50%;
  align-items: center;
}

.desc__text {
  padding: 63px 150px;
  background: var(--bgDark);
  display: grid;
  gap: 20px;
}

.desc__img {
  height: 100%;
}

.desc__img-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1800px) {
  .desc__list {
    margin-top: 80px;
  }

  .desc__text {
    padding: 40px;
  }
}

@media screen and (max-width: 1300px) {
  .desc {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1100px) {
  .desc__item {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, auto);
  }
}

@media screen and (max-width: 800px) {
  .desc__list {
    margin-top: 40px;
    gap: 30px;
  }
}

@media screen and (max-width: 640px) {
  /* section header */
  .header__title {
    font-size: 38px;
    width: 100%;
    text-align: center;
  }

  .desc__text {
    padding: 20px;
  }

  .pressKit__file_icon,
  .requisites__file_icon {
    width: 30px;
  }

  .pressKit__file_extension,
  .requisites__file_extension {
    font-size: 10px;
  }
}

@media screen and (max-width: 480px) {
  /* section header */
  .header__title {
    font-size: 30px;
  }
}

/* End */
/* /local/templates/vodohodcity/components/bitrix/news.detail/about/style.css?177729643020500 */
