@font-face {
  font-family: 'Intro-Book';
  src: url('../libs/intro-fonts/Intro-Book.woff2') format('woff2'), url('../libs/intro-fonts/Intro-Book.woff') format('woff');
}
@font-face {
  font-family: 'Intro-Regular';
  src: url('../libs/intro-fonts/Intro-Regular.woff2') format('woff2'), url('../libs/intro-fonts/Intro-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Intro-Bold';
  src: url('../libs/intro-fonts/Intro-Bold.woff2') format('woff2'), url('../libs/intro-fonts/Intro-Bold.woff') format('woff');
}
.section__block-title {
  font-family: Intro-Bold, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .section__block-title {
      font-size: 22px;
      line-height: 24.64px;
  }
  .fire_reservoir-intro .new-intro__container {
      display: flex !important;
      flex-direction: column;
  }
  .fire_reservoir-intro .new-intro__container .new-intro__image-block-subsection {
      margin-bottom: 24px;
      margin-top: 16px;
  }
  .fire_reservoir-intro .new-intro__container .new-intro__btns {
      flex-direction: column-reverse;
  }
}
.reservoirs-advantages-section .advantages__list {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  justify-content: space-between;
}
.reservoirs-advantages-section .advantages__list .advantage__item {
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  border-radius: 77px;
  height: 94px;
  width: 246px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 24px 24px;
}
.reservoirs-advantages-section .advantages__list .advantage__item img {
  display: none;
}
.reservoirs-advantages-section .advantages__list .advantage__item span {
  z-index: 1;
  user-select: none;
}
.reservoirs-advantages-section .advantages__list .advantage__item.btn-user.btn-user-outline.btn-user-middle.btn-outline-dark:hover {
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .reservoirs-advantages-section .container {
      padding: 0 10px;
  }
  .reservoirs-advantages-section .container .advantages__list {
      flex-direction: column;
      margin-top: 20px;
  }
  .reservoirs-advantages-section .container .advantages__list .advantage__item {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 16px;
      height: auto;
      border-radius: 32px;
      background-color: #F3F5F8;
      border: transparent;
  }
  .reservoirs-advantages-section .container .advantages__list .advantage__item img {
      display: block;
      width: 40px;
      height: 40px;
      object-fit: contain;
      margin-bottom: 16px;
  }
  .reservoirs-advantages-section .container .advantages__list .btn-user-outline:before {
      display: none;
  }
  .reservoirs-advantages-section .container .advantages__list .btn-user:after {
      display: none;
  }
  .reservoirs-advantages-section .container .advantages__list .advantage__item.btn-user.btn-user-outline.btn-user-middle.btn-outline-dark:hover {
      color: inherit;
  }
}
.reservoirs-catalog-section .reservoirs__list {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  padding-left: 19.8rem;
  justify-content: flex-start;
}

.reservoirs-catalog-section .reservoirs__list .reservoir {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 367px;
  user-select: none;
  padding: 32px;
  border-radius: 18px;
  border: 1px solid #F3F5F8;
  background-color: #F3F5F8;
  transition: border 0.5s ease, color 0.5s ease, background-image 0.5s ease;
  position: relative;
}

.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-top {
    margin-bottom: 20px;
}

.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-top .reservoir-top__image {
    width: 100%;
}

.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-head .reservoir-head__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    color: #2a2626;
    margin-bottom: 4px;
    transition: .5s color ease;
}

.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-head .reservoir-head__description {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: rgba(51, 51, 51, 0.6);
}

.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-size-block {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
  margin-bottom: 14px;
}
.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-size-block .reservoir-size-container {
  width: 50%;
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.reservoirs-catalog-section .reservoirs__list .reservoir:hover .reservoir-head .reservoir-head__title {
  color: #BE3D3D;
}
.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-size-block .reservoir-size-container p {
  font-family: "Intro Book", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: rgba(51, 51, 51, 0.6);
}
.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-size-block .reservoir-size-container span {
  font-size: 14px;
  font-family: "Intro-Regular", serif;
  font-weight: 400;
}
.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-size-block .reservoir-size-container .range-line {
  width: 100%;
  height: 20px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: contain;
  background-image: url("../images/range_grey.svg");
}
@media (min-width: 768px) {
    .reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-price {
        font-family: "Intro Book", sans-serif;
        font-weight: 400;
        font-size: 14px;
        line-height: 120%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        text-align: center;
        color: #2a2626;
        padding: 16px 0;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 300px;
        width: 303px;
    }
}
.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-price {
  font-size: 18px;
  font-family: "Intro-Regular", serif;
  font-weight: 400;
  margin-top: auto;
}

.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-silhouette-container {
    display: flex;
    font-family: "Intro-Bold", sans-serif;
    font-size: 36px;
    font-weight: 700;
}
.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-silhouette-container p {
    margin-bottom: 16px;
}


.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-silhouette-container {
    display: flex;
    font-family: "Intro-Bold", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    text-align: center;
    color: rgba(51, 51, 51, 0.3);
}
.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-silhouette-container {
    position: absolute;
    top: var(--top);
    right: 62px;
}

.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-silhouette-container .reservoir-silhouette {
  border-bottom: 1px solid #CCCCCC;
  padding: 0 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 29px;
}
.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-silhouette-container .reservoir-silhouette .small-silhouette {
  border: 1px solid #CCCCCC;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 0;
  height: 7px;
  width: 80%;
}
.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-silhouette-container .reservoir-silhouette .big-silhouette {
  border: 1px solid #CCCCCC;
  border-top-left-radius: 9px;
  border-top-right-radius: 9px;
  border-bottom: 0;
  padding: 24px 32px;
}
.reservoirs-catalog-section .reservoirs__list .reservoir:hover {
  border: 1px solid #BE3D3D;
}
.reservoirs-catalog-section .reservoirs__list .reservoir:hover .reservoir-size-block .range-line {
  background-image: url("../images/range_red.svg");
  transition: background-image 0.5s ease;
}
@media screen and (min-width: 768px) {
    .reservoirs-catalog-section .reservoirs__list .reservoir:hover .reservoir-price {
        background-color: #BE3D3D;
        color: #fff;
        transition: .5s background-color ease;
    }
}
.reservoirs-catalog-section .reservoirs__list .reservoir:hover .reservoir-silhouette-container p {
  color: #BE3D3D;
  transition: color 0.5s ease;
}
.reservoirs-catalog-section .information-text {
  margin-top: 32px;
  font-size: 16px;
  font-weight: 400;
  font-family: "Intro-Book", sans-serif;
  user-select: none;
}
.reservoirs-catalog-section .information-text .highlight {
  color: #BE3D3D;
}
.reservoirs-catalog-section .container-center {
  display: flex;
  margin-top: 56px;
  width: 100%;
  justify-content: center;
}
.reservoirs-catalog-section .container-center .other-reservoirs {
  /*border: 1px solid #CCCCCC;*/
  background-color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  border-radius: 77px;
  height: 60px;
  width: 246px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 32px;
}
.reservoirs-catalog-section .container-center .other-reservoirs span {
  z-index: 1;
  font-family: Intro-Book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  text-align: center;
  color: #2A2626;
  text-transform: uppercase;
}
.reservoirs-catalog-section .container-center .other-reservoirs:hover span {
  color: #ffffff;
}
@media screen and (max-width: 1420px) {
  .reservoirs-catalog-section .reservoirs__list {
      padding-left: 0;
      justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .reservoirs-catalog-section .reservoirs__list {
      display: grid;
      margin-top: 24px;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
  }
  .reservoirs-catalog-section .reservoirs__list .reservoir {
      width: 100%;
      border-radius: 18px;
      padding: 14px 18px;
      background: #f3f5f8;
  }

    .reservoir-volumes-section .dash-title-wrap.information-text,
    .reservoirs-catalog-section .dash-title-wrap.information-text {
        margin-top: 20px;
        font-weight: 400;
        color: #333;
        font-size: clamp(10px, 0.536rem + 0.238vw, 12px);
    }

    .reservoir-volumes-section .dash-title-wrap.container-center,
    .reservoirs-catalog-section .dash-title-wrap.container-center {
        margin-top: 20px;
    }

    #show-more-catalog {
        font-weight: 400;
        font-size: 12px;
        line-height: 120%;
        text-transform: uppercase;
        text-align: center;
        height: unset;
        padding: 17px;
        width: 100%;
    }

    .reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-top .reservoir-top__image {
        max-height: 60px;
        max-width: 114px;
    }
  .reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-silhouette-container {
      justify-content: center;
      position: static;
      margin-bottom: 8px;
  }
    .reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-top {
        margin-bottom: 0;
        text-align: center;
    }
    .reservoir-size-container > svg {
        display: none;
    }
    .reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-size-block {
        flex-direction: column;
        padding-top: 8px;
    }
    .reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-head .reservoir-head__title {
        margin-top: 14px;
        font-weight: 700;
        font-size: clamp(14px, 0.786rem + 0.238vw, 16px);
        line-height: 120%;
        color: #2a2626;
    }
    .reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-head .reservoir-head__description {
        font-weight: 400;
        font-size: clamp(10px, 0.536rem + 0.238vw, 12px);
        line-height: 120%;
        color: rgba(51, 51, 51, 0.6);
    }
    .reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-size-block .reservoir-size-container p {
        font-weight: 400;
        font-size: clamp(10px, 0.536rem + 0.238vw, 12px);
        line-height: 120%;
        color: rgba(51, 51, 51, 0.6);
    }
    .reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-size-block .reservoir-size-container span {
        font-weight: 400;
        font-size: clamp(10px, 0.536rem + 0.238vw, 12px);
        line-height: 120%;
        color: #2a2626;
    }
    .reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-price {
        font-weight: 400;
        font-size: clamp(10px, 0.536rem + 0.238vw, 12px);
        line-height: 120%;
        letter-spacing: 0.02em;
        text-transform: uppercase;
        text-align: initial;
        color: rgba(51, 51, 51, 0.6);
    }
    .reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-size-block .reservoir-size-container > div {
        display: flex;
        gap: 4px;
        align-items: center;
    }
    .reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-size-block .reservoir-size-container {
        width: 100%;
    }
  .reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-silhouette-container p {
      text-align: center;
      margin-bottom: 0;
      font-family: Intro-Regular, sans-serif;
      letter-spacing: 0;
      font-weight: 700;
      font-size: 24px;
      line-height: 120%;
      color: rgba(51, 51, 51, 0.3);
  }
  /*.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-top{*/
  /*    display: none;*/
  /*}*/
  /*.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-head {*/
  /*    display: none;*/
  /*}*/
  /*.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-size-block {*/
  /*    display: none;*/
  /*}*/
  /*.reservoirs-catalog-section .reservoirs__list .reservoir .reservoir-price {*/
  /*    display: none;*/
  /*}*/
  .reservoirs-catalog-section .reservoirs__list > *:last-child:nth-child(3n + 1) {
      grid-column: 2 / 3;
  }
  .reservoirs-catalog-section {
      margin-top: 20px;
  }
}
.reservoirs-design-section {
  margin-top: 80px;
  margin-bottom: 72px;
}
.reservoirs-design-section .design__tanks-block {
  display: flex;
  flex-wrap: wrap;
  padding-left: 20rem;
}
.reservoirs-design-section .design__tanks-block .design__tanks-item {
  display: flex;
  flex: 1;
  flex-direction: column;
  margin-top: 56px;
}
.reservoirs-design-section .design__tanks-block .design__tanks-item .doted-line {
  width: 100%;
  margin-bottom: 32px;
}
.reservoirs-design-section .design__tanks-block .design__tanks-item .doted-line-rotated__container {
  display: none;
}
.reservoirs-design-section .design__tanks-block .design__tanks-item .design__icon {
  width: 50px;
  height: 50px;
}
.reservoirs-design-section .design__tanks-block .design__tanks-item .design-description {
  padding: 0 8px;
  width: 95%;
}
.reservoirs-design-section .design__tanks-block .design__tanks-item .design-description p {
  margin-top: 24px;
  margin-bottom: 8px;
  font-family: "Intro-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
}
.reservoirs-design-section .design__tanks-block .design__tanks-item .design-description span {
  font-family: "Intro-Book", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
}
.reservoirs-design-section .stages {
  user-select: none;
}
.reservoirs-design-section .stages .d-stages {
  grid-template-columns: repeat(3, 1fr);
}
.reservoirs-design-section .stages .d-stages .stage-project-desc {
  padding-right: 40px;
  max-width: 100%;
  user-select: none;
}
.reservoirs-design-section .stages .d-stages .stage-project-text {
  padding-right: 40px;
}
@media screen and (max-width: 992px) {
  .reservoirs-design-section {
      margin-top: 0;
      margin-bottom: 32px;
  }
  .reservoirs-design-section .design__tanks-block {
      flex-direction: column;
      padding-left: 0;
  }
  .reservoirs-design-section .design__tanks-block .design__tanks-item {
      margin-top: 0;
      flex-direction: row;
  }
  .reservoirs-design-section .design__tanks-block .design__tanks-item .design-description {
      padding-left: 30px;
      padding-bottom: 16px;
  }
  .reservoirs-design-section .design__tanks-block .design__tanks-item .design-description .design__icon {
      padding-top: 8px;
  }
  .reservoirs-design-section .design__tanks-block .design__tanks-item .doted-line {
      display: none;
  }
  .reservoirs-design-section .design__tanks-block .design__tanks-item .doted-line-rotated__container {
      display: flex;
      justify-content: center;
      flex-direction: column;
      align-items: center;
  }
  .reservoirs-design-section .design__tanks-block .design__tanks-item .doted-line-rotated__container .dot-image {
      display: block;
  }
  .reservoirs-design-section .design__tanks-block .design__tanks-item .doted-line-rotated__container .doted-line-rotated__line {
      flex-grow: 1;
      width: 1px;
      background-color: #00000026;
  }
  .reservoirs-design-section .stages .mobile-stages__wrapper {
      padding: 0;
  }
  .reservoirs-design-section .stages .mobile-stages__wrapper .mobile-stages {
      grid-template-rows: 158px 158px 158px;
      height: 158px;
  }
  .reservoirs-design-section .stages .mobile-stages__wrapper .mobile-stages .mobile-stages__line-container {
      max-height: 178px !important;
      margin-bottom: 0;
  }
  .reservoirs-design-section .stages .mobile-stages__wrapper .mobile-stages .mobile-stages__line-container .mobile-stages__icon {
      margin-bottom: 0;
  }
  .reservoirs-design-section .stages .stages-outer {
      padding: 0;
  }
  .reservoirs-design-section .stages .stages-outer .d-stages {
      grid-template-columns: repeat(1, 1fr);
      row-gap: 0;
  }
  .reservoirs-design-section .stages .stages-outer .d-stages .d-stages__item {
      height: 158px;
  }
  .reservoirs-design-section .stages .stages-outer .d-stages .d-stages__item .stage-project-item {
      padding: 8px 0 0 80px;
  }
  .reservoirs-design-section .stages .stages-outer .d-stages .d-stages__item .stage-project-item .img {
      padding-top: 8px;
      width: 50px;
      height: 50px;
  }
}
@media screen and (max-width: 576px) {
  .reservoirs-design-section .stages .mobile-stages__wrapper .mobile-stages {
      grid-template-rows: 178px 178px 178px;
      height: auto;
  }
  .reservoirs-design-section .stages .mobile-stages__wrapper .mobile-stages .mobile-stages__line-container {
      height: 178px;
      max-height: 178px !important;
  }
  .reservoirs-design-section .stages .mobile-stages__wrapper .mobile-stages .mobile-stages__line-container .mobile-stages__icon {
      margin-bottom: 0;
  }
  .reservoirs-design-section .stages .stages-outer .d-stages .d-stages__item {
      height: 178px;
      margin-bottom: 0;
  }
  .reservoirs-design-section .stages .stages-outer .d-stages .d-stages__item .stage-project-item {
      padding: 8px 0 0 0;
  }
  .reservoirs-design-section .stages .stages-outer .d-stages .d-stages__item .stage-project-item .img {
      position: relative;
      padding-top: 0;
      width: 50px;
      height: 50px;
  }
}
.reservoirs-table-section table {
  width: 100%;
  border-collapse: separate;
}
.reservoirs-table-section th, .reservoirs-table-section td {
  border: 1px solid #ddd;
  text-align: center;
  padding: 8px 4px !important;
}
.reservoirs-table-section th {
  background-color: #f2f2f2;
}
@media screen and (max-width: 768px) {
  .reservoirs-table-section {
      display: none;
  }
}
.reservoirs-table-title-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.reservoirs-table-title-container p {
  font-weight: 700;
  font-size: 18px;
  font-family: "Intro-Bold", sans-serif;
  color: #2A2626;
  text-transform: uppercase;
  user-select: none;
}
.reservoirs-table-title-container label {
  height: 58px;
  padding: 10px 24px 10px 24px;
  border-radius: 40px;
  background: #f3f5f8;
  color: #2a2626;
  font-weight: 400;
  font-size: 18px;
  font-family: "Intro-Regular", sans-serif;
  display: flex;
  align-items: center;
}
.reservoirs-table-title-container label span {
  display: flex;
  align-items: center;
  margin-left: 8px;
  margin-right: 16px;
  height: 38px;
  padding: 0 24px;
  border-radius: 24px;
  background-color: white;
  border: 1px solid #ccc;
  color: rgba(42, 38, 38, 0.5);
}
.reservoirs-table-title-container label span input {
  width: 80px;
}
.reservoirs-table-title-container label span #deleteInput {
  transition: all 0.5s;
  width: 0;
}
.reservoirs-table-title-container label button {
  width: 90px;
  height: 38px;
  padding: 0 24px;
  border-radius: 300px;
  background-color: #be3d3d;
  color: white;
  font-family: Intro-Book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.reservoirs-table-section #tableContainer #myTable {
  border-spacing: 3px;
  margin-top: 32px;
}
.reservoirs-table-section #tableContainer #myTable .highlight {
  background-color: #F0F0F0;
  transition: 0.5s ease;
}
.reservoirs-table-section #tableContainer #myTable .completed-project {
  background: #acc7d8;
  border-radius: 300px;
  border: 1px solid #0D0A0A !important;
}
.reservoirs-table-section #tableContainer #myTable .example-project {
  background: #D8D4D4;
  border-radius: 300px;
  border: 1px solid #0D0A0A !important;
}
.reservoirs-table-section #tableContainer #myTable .completed-example {
  background: linear-gradient(135.08deg, #D8D4D4 1.31%, #D8D4D4 50.03%, #ACC7D8 50.04%, #ACC7D8 100.2%), linear-gradient(0deg, #2A2626, #2A2626);
  border-radius: 300px;
  border: 1px solid #0D0A0A !important;
}
.reservoirs-table-section #tableContainer #myTable td {
  margin: 3px;
  font-size: 14px;
  font-weight: 400;
  font-family: Intro-Book, sans-serif;
}
.reservoirs-table-section #tableContainer #myTable td {
  margin: 3px;
  font-size: 14px;
  font-weight: 400;
  font-family: Intro-Book, sans-serif;
  max-width: 125px;
  user-select: auto;
  cursor: pointer;
}
.reservoirs-table-section #tableContainer #myTable tr:not(:last-child) > td:not(:first-child) {
  border-bottom: 1px dashed #D9D9D9;
}
.reservoirs-table-section #tableContainer #myTable tr:first-child th {
  background-color: #F3F5F8 !important;
  opacity: 1;
  font-size: 12px;
}
.reservoirs-table-section #tableContainer #myTable tr:first-child th.highlight {
  color: #BE3D3D !important;
}
.reservoirs-table-section #tableContainer #myTable td:first-child.highlight {
  color: #BE3D3D !important;
}
.reservoirs-table-section #tableContainer #myTable td:not(:first-child), .reservoirs-table-section #tableContainer #myTable th {
  border: 1px solid #3330;
  user-select: none;
}
.reservoirs-table-section #tableContainer #myTable tr:not(:first-child) > td:first-child {
  background-color: #F3F5F8;
  font-weight: 700;
  font-family: "Intro-Bold", sans-serif;
  font-size: 12px;
}
.reservoirs-table-section #tableContainer #myTable td:not(:first-child):hover {
  border-radius: 18px;
  color: #BE3D3D;
  background-color: transparent;
  border: 1px solid #BE3D3D !important;
  transition: border 0.5s ease;
  opacity: 1 !important;
}
.reservoirs-table-section #tableContainer #myTable th:first-child, .reservoirs-table-section #tableContainer #myTable td:first-child {
  width: 135px;
  max-width: 135px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  user-select: none;
  cursor: inherit;
}
.reservoirs-table-section .terms-container {
  margin-top: 40px;
  display: flex;
  align-items: center;
  gap: 32px;
  justify-content: center;
}
.reservoirs-table-section .terms-container .terms-item {
  display: flex;
  align-items: center;
}
.reservoirs-table-section .terms-container .terms-item .terms-examples {
  background-color: #acc7d8;
  width: 32px;
  aspect-ratio: 1;
}
.reservoirs-table-section .terms-container .terms-item .terms-docs {
  background-color: #d8d4d4;
  width: 32px;
  aspect-ratio: 1;
}
.reservoirs-table-section .terms-container .terms-item .terms-strings {
  margin-left: 8px;
  font-family: Intro-Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  user-select: none;
}
.typical-reservoirs-section h2 {
  font-size: 18px;
}
.typical-reservoirs-section .typical-reservoirs-block::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(to left, #f3f5f8, rgba(255, 255, 255, 0) 230px);
  pointer-events: none;
}
.typical-reservoirs-section h2, .production-section h2 {
  text-transform: uppercase;
  user-select: none;
  font-family: Intro-Bold, sans-serif;
}
.typical-reservoirs-section .owl-nav, .production-section .owl-nav {
  position: absolute;
  display: flex;
  top: -72px;
  right: 0;
  width: 7.8rem;
  height: 37px;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  justify-content: space-around;
  align-items: center;
}
.typical-reservoirs-section .owl-nav .owl-prev, .production-section .owl-nav .owl-prev {
  background: url("../images/chevron-left.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 !important;
  width: 10px;
  height: 15px;
}
.typical-reservoirs-section .owl-nav .owl-next, .production-section .owl-nav .owl-next {
  background: url("../images/chevron-left.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 !important;
  transform: rotateY(180deg);
  width: 10px;
  height: 15px;
}
@media screen and (max-width: 768px) {
  .typical-reservoirs-section .tank.tank--index {
      padding: 0;
      margin: 0;
  }
  .typical-reservoirs-section .container {
      padding: 0;
      padding-top: 40px;
  }
  .typical-reservoirs-section .container h2 {
      padding: 0 4rem;
      font-family: Intro-Bold, sans-serif;
      font-size: 14px;
      font-weight: 400;
  }
  .typical-reservoirs-section .container .typical-reservoirs-block {
      background-color: transparent;
      margin-top: 10px;
  }
  .typical-reservoirs-section .container .typical-reservoirs-block .owl-nav {
      display: none;
  }
  .production-section .owl-nav {
      display: none;
  }
}
@media (max-width: 640px) {
  .typical-reservoirs-section .container h2 {
      padding: 0 1.8rem;
      line-height: 1.2;
  }
}
.typical-reservoirs-block {
  display: flex;
  flex-wrap: wrap;
  background-color: #F3F5F8;
  align-items: center;
  margin-top: 32px;
}
.typical-reservoirs-block .typical-reservoir-item {
  display: flex;
  flex-direction: column;
  width: 232px;
  height: 225px;
  padding: 32px 24px 24px 24px;
  border-radius: 18px;
  background: #FFFFFF;
  box-shadow: -7px 7px 7px 0 #CECECE61;
  border: 1px solid #0000001A;
  margin: 32px 0 32px 16px;
  justify-content: space-between;
}
.typical-reservoirs-block .typical-reservoir-item .typical-reservoir-container {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.typical-reservoirs-block .typical-reservoir-item .typical-reservoir-container .typical-reservoir-description {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  user-select: none;
}
.typical-reservoirs-block .typical-reservoir-item .typical-reservoir-container .typical-reservoir-description .volume {
  font-family: "Intro-Bold", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 16px;
}
.typical-reservoirs-block .typical-reservoir-item .typical-reservoir-container .typical-reservoir-description > p {
  font-family: Intro-Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 4px;
}
.typical-reservoirs-block .typical-reservoir-item .typical-reservoir-container .typical-reservoir-description > p span {
  font-family: Intro-Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: center;
}
.typical-reservoirs-block .typical-reservoir-item .typical-reservoir-container .typical-reservoir-description .file-size {
  font-family: Intro-Book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  letter-spacing: 0;
  text-align: left;
  color: #33333366;
  margin-top: 12px;
  margin-bottom: 0;
}
.typical-reservoirs-block .typical-reservoir-item .typical-reservoir-container .fire_reservoir {
  width: 68px;
  height: 86px;
  background-image: url("../images/fire_reservoir.svg");
  background-repeat: no-repeat;
}
.typical-reservoirs-block .typical-reservoir-item .download-btn {
  /*border: 1px solid #CCCCCC;*/
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  font-family: Intro-Book, sans-serif;
  line-height: 23px;
  border-radius: 77px;
  height: 38px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
}
.typical-reservoirs-block .typical-reservoir-item .download-btn > span {
  z-index: 1;
}
.typical-reservoirs-block .typical-reservoir-item:hover .download-btn {
  border: 1.5px solid #BE3D3D;
}
.typical-reservoirs-block .typical-reservoir-item:hover .download-btn {
  color: #BE3D3D;
}
.typical-reservoirs-block .typical-reservoir-item:hover .download-btn svg > path {
  fill: #BE3D3D;
}
.typical-reservoirs-block .typical-reservoir-item:hover .download-btn:hover {
  color: #ffffff;
}
.typical-reservoirs-block .typical-reservoir-item:hover .download-btn:hover svg > path {
  fill: #ffffff;
}
.typical-reservoirs-block .typical-reservoir-item:hover .fire_reservoir {
  background-image: url("../images/fire_reservoir-red.svg");
}
.examples-search-section {
  display: none;
  padding: 32px 10px 40px 10px;
  background-color: #F3F5F8;
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #BE3D3D;
}
.examples-search-section > .title {
  font-family: Intro-Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
  color: #BE3D3D;
  text-transform: uppercase;
}
.examples-search-section > div {
  display: flex;
  gap: 8px;
  margin-top: 24px;
  align-items: center;
}
.examples-search-section > div p {
  font-family: Intro-Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
}
.examples-search-section > div span {
  height: 38px;
  display: flex;
  padding: 0 16px;
  border-radius: 24px;
  flex-grow: 1;
  border: 1px solid #CCCCCC;
  background-color: white;
  color: #2A2626;
  align-items: center;
}
.examples-search-section > div span input {
  width: 100%;
}
.examples-search-section > div button {
  height: 38px;
  padding: 0 24px 0 24px;
  color: white;
  border-radius: 300px;
  background-color: #BE3D3D;
}
.examples-search-section .search-results-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 16px;
}
.examples-search-section .search-results-wrapper .result-template {
  background-color: white;
  width: 100%;
  border-radius: 18px;
  padding: 24px 16px 24px 16px;
  max-width: 480px;
}
.examples-search-section .search-results-wrapper .result-template .result-tmpl-container {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  margin-top: 0;
  gap: 0;
}
.examples-search-section .search-results-wrapper .result-template .result-tmpl-container h2 {
  font-family: Intro-Bold, sans-serif;
  color: black;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 16px;
}
.examples-search-section .search-results-wrapper .result-template .result-tmpl-container p {
  font-family: Intro-Book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  text-align: left;
  color: #8C8C8C;
  text-transform: uppercase;
}
.examples-search-section .search-results-wrapper .result-template .result-tmpl-container span {
  font-family: Intro-Book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  border: none;
  padding: 0;
  height: auto;
  margin-top: 12px;
}
.examples-search-section .search-results-wrapper .result-template .result-tmpl-container .result-tmpl-block {
  margin-top: 16px;
  gap: 24px;
  width: 100%;
  align-items: flex-start;
  display: flex;
}
.examples-search-section .search-results-wrapper .result-template .result-tmpl-container .result-tmpl-block .result-tmpl-block-l, .examples-search-section .search-results-wrapper .result-template .result-tmpl-container .result-tmpl-block .result-tmpl-block-r {
  display: flex;
  flex-direction: column;
  margin-top: 0;
  gap: 0;
  align-items: flex-start;
  width: 100%;
}
.examples-search-section .search-results-wrapper .result-template .result-tmpl-container .result-tmpl-block .result-tmpl-block-l p, .examples-search-section .search-results-wrapper .result-template .result-tmpl-container .result-tmpl-block .result-tmpl-block-r p {
  font-family: Intro-Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  color: black;
}
.examples-search-section .search-results-wrapper .result-template .result-tmpl-container .result-tmpl-block .result-tmpl-block-l span, .examples-search-section .search-results-wrapper .result-template .result-tmpl-container .result-tmpl-block .result-tmpl-block-r span {
  font-family: Intro-Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  margin-top: 6px;
}
.examples-search-section .search-results-wrapper .result-template .result-tmpl-container .result-tmpl-block .result-tmpl-block-l .range-line, .examples-search-section .search-results-wrapper .result-template .result-tmpl-container .result-tmpl-block .result-tmpl-block-r .range-line {
  width: 100%;
  height: 20px;
  gap: 0;
  margin-top: 8px;
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: contain;
  background-image: url("../images/range_grey.svg");
}
.examples-search-section .search-results-wrapper .result-template .result-tmpl-container .result-tmpl-block .result-tmpl-block-l a, .examples-search-section .search-results-wrapper .result-template .result-tmpl-container .result-tmpl-block .result-tmpl-block-r a {
  font-family: Intro-Book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  text-align: center;
  padding: 12px 16px 12px 16px;
  width: 100%;
  background-color: #BE3D3D;
  border-radius: 300px;
  color: white;
  text-transform: uppercase;
  height: 38px;
  margin-top: 24px;
}
.examples-search-section .search-results-wrapper .result-template .result-tmpl-container .result-tmpl-block .result-tmpl-block-r a {
  border: 1px solid #00000033;
  background-color: white;
  color: black;
}
@media screen and (max-width: 768px) {
  .examples-search-section {
      display: block;
  }
}

.video-section-index {
  margin-top: 12.5rem;
}
@media (max-width: 1280px) {
  .video-section-index {
    margin-top: 10rem;
  }
}
@media (max-width: 992px) {
  .video-section-index {
    margin-top: 8rem;
  }
}
@media (max-width: 640px) {
  .video-section-index {
    margin-top: 5rem;
  }
}

.video-section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 40px;
  padding-bottom: 72px;
  margin-bottom: 13rem;
  background-color: #F3F5F8;
}
.video-section .tank.tank--index {
  padding: 0;
  margin: 0;
}
.video-section .video-block {
  aspect-ratio: 1.7777777778;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video-section .video-block .video-icons {
  display: flex;
  flex-direction: column;
  position: absolute;
  z-index: 15;
  top: 52px;
  right: 52px;
}
.video-section .video-block .video-icons .d-svg {
  margin-top: 40px;
}
.video-section .video-block video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-section .video-block .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.5s ease;
}
.video-section .video-block .play-button {
  padding: 12px 45px;
  font-size: 16px;
  color: white;
  background: #BE3D3D;
  display: flex;
  border: none;
  cursor: pointer;
  align-items: center;
  border-radius: 300px;
}
.video-section .video-block .play-button svg {
  margin-right: 9px;
}
.video-section .video-block:hover .overlay {
  opacity: 1;
}
@media screen and (max-width: 992px) {
  .video-section {
      background-color: white;
      padding-bottom: 0;
      margin-bottom: 0;
  }
  .video-section .video-block .video-icons {
      top: 10px;
      right: 10px;
  }
  .video-section .video-block .video-icons .d-svg {
      width: 20px;
      margin-top: 13px;
  }
  .video-section .video-block .video-icons .rotate-svg {
      width: 20px;
  }
}
.consultation-form-with-file-section .consultation-form-with-file__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 45px;
  background-color: #f3f5f8;
  border-left: 1px solid #be3d3d;
}
.consultation-form-with-file-section .consultation-form-with-file__inner .consultation-form-with-file__title {
  margin-bottom: 55px;
  font-size: var(--fs-h2);
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  user-select: none;
}
.consultation-form-with-file-section .consultation-form-with-file__form {
  width: 100%;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container {
  display: flex;
  width: 100%;
  gap: 24px;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
  width: 100%;
  flex: 1;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .left .file-list {
  margin-top: 32px;
  display: flex;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .left .file-list .file-item {
  display: flex;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .left .file-list #attachedFilesContainer {
  display: flex;
  flex-direction: column;
  gap: 8px;
  overflow-y: auto;
  max-height: 150px;
  padding-right: 25px;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .left .file-list #attachedFileContainer {
  height: 36px;
  padding: 8px;
  border-radius: 4px;
  margin-right: 8px;
  border: 1px solid #00000033;
  display: none;
  width: 100%;
  max-width: 228px;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .left .file-list #attachedFileContainer #attachedFileIcon {
  margin-right: 8px;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .left .file-list #attachedFileContainer #attachedFile {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .left #removeButton {
  height: 36px;
  /*margin-top: 32px;*/
  display: none;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .left .consultation-form-with-file-wrapper {
  position: relative;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .left .consultation-form-with-file-wrapper .vacancy-form__input {
  height: 48px;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .left .consultation-form-with-file-wrapper .vacancy-form__input::placeholder {
  transition: opacity 0.5s ease;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .left .consultation-form-with-file-wrapper .vacancy-form__input:focus::placeholder {
  opacity: 0;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .left .wide {
  grid-column: span 2;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right {
  width: 100%;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .captcha-container {
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .comment_textarea {
  display: flex;
  flex-grow: 1;
  height: 100%;
  width: 100%;
  font-family: inherit;
  border-radius: 12px;
  padding: 14px 24px;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .comment_textarea::placeholder {
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
  transition: opacity 0.5s ease;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .comment_textarea:focus::placeholder {
  opacity: 0;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .consultation-form-with-file__policy {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  user-select: none;
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    position: relative;
    margin-bottom: 10px;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .consultation-form-with-file__policy a:hover {
  color: #be3d3d;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .form_buttons {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  width: 100%;
  margin-top: 32px;
  margin-bottom: 24px;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .form_buttons .attach-button {
  display: flex;
  align-items: center;
  flex-grow: 1;
  color: #0D0A0A;
  height: 48px;
  padding: 0 32px 0 32px;
  border-radius: 300px;
  text-transform: uppercase;
  font-family: Intro-Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #00000033;
  justify-content: center;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .form_buttons .attach-button svg {
  margin-right: 8px;
  z-index: 1;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .form_buttons .attach-button span {
  z-index: 1;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .form_buttons .attach-button:before {
  border: transparent;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .form_buttons .attach-button:hover {
  color: #ffffff;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .form_buttons .attach-button:hover svg path {
  fill: white;
}
.consultation-form-with-file-section .consultation-form-with-file__form .consultation-form-with-file__container .right .form_buttons .submit-button {
  display: flex;
  color: white;
  cursor: pointer;
  align-items: center;
  flex-grow: 1;
  height: 48px;
  padding: 0 32px 0 32px;
  border-radius: 300px;
  text-transform: uppercase;
  font-family: Intro-Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: center;
  background: #BE3D3D;
  border: 1px solid #BE3D3D;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .consultation-form-with-file-section .consultation-form-with-file__inner {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
      padding: 45px;
  }
  .consultation-form-with-file-section .consultation-form-with-file__inner .consultation-form-with-file__title {
      margin-bottom: 12px;
      font-size: 22px;
  }
}
@media screen and (max-width: 576px) {
  .consultation-form-with-file-section .consultation-form-with-file__inner {
      padding: 25px;
  }
}
@media screen and (max-width: 768px) {
  .consultation-form-with-file-section .container {
      padding: 0;
  }
  .consultation-form-with-file-section .container .consultation-form-with-file__inner {
      border-left: 0;
      padding: 32px 10px 40px 10px;
  }
  .consultation-form-with-file-section .container .consultation-form-with-file__inner .consultation-form-with-file__form .consultation-form-with-file__container {
      flex-direction: column;
  }
  .consultation-form-with-file-section .container .consultation-form-with-file__inner .consultation-form-with-file__form .consultation-form-with-file__container .right .form_buttons {
      display: flex;
      flex-direction: column;
      margin-top: 0;
  }
  .consultation-form-with-file-section .container .consultation-form-with-file__inner .consultation-form-with-file__form .consultation-form-with-file__container .right .comment_textarea {
      height: 192px;
  }
  .consultation-form-with-file-section .container .consultation-form-with-file__inner .consultation-form-with-file__form .consultation-form-with-file__container .left {
      gap: 16px;
  }
}
.production-section {
  margin-bottom: 104px;
}
.production-section .tank.tank--index {
  padding-bottom: 0;
  margin-bottom: 0;
}
.production-section .production-block__flex {
  display: flex;
  width: 100%;
  padding-left: 20rem;
  margin-top: 32px;
}
.production-section .production-block__flex .production-description {
  width: 40%;
}
.production-section .production-block__flex .production-description p {
  font-family: Intro-Book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0;
  text-align: left;
  margin-right: 32px;
  user-select: none;
}
.production-section .production-block__flex .production-block {
  display: flex;
  width: 60%;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
.production-section .production-block__flex .production-block .owl-dots {
  display: flex;
  align-items: center;
  justify-content: center;
}
.production-section .production-block__flex .production-block .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  background-color: #d9d9d9;
}
.production-section .production-block__flex .production-block .owl-dots .owl-dot.active span {
  background-color: #BE3D3D;
  width: 12px;
  height: 12px;
}
.production-section .production-block__flex .production-block .production-item {
  width: 100%;
  margin-bottom: 8px;
}
.production-section .production-block__flex .production-block .production-item .production-container {
  display: flex;
  justify-content: space-between;
}
.production-section .production-block__flex .production-block .production-item .production-container .production-carousel-img {
  aspect-ratio: 1.6;
  width: 100%;
  background-size: cover;
  background-position-x: center;
}
@media screen and (max-width: 1280px) {
  .production-section .production-block__flex .production-block .production-item .production-container {
      padding-left: 0;
  }
}
@media screen and (max-width: 1040px) {
  .production-section .production-block__flex .production-block .production-item .production-container {
      flex-direction: column-reverse;
  }
  .production-section .production-block__flex .production-block .production-item .production-container .production-description p {
      margin-right: 0;
      margin-top: 16px;
  }
}
@media screen and (max-width: 576px) {
  .production-section .production-block__flex .production-block .production-item .production-container {
      flex-direction: column-reverse;
  }
  .production-section .production-block__flex .production-block .production-item .production-container .production-description p {
      font-size: 14px;
  }
}
@media screen and (max-width: 1279px) {
  .production-section .container .production-block__flex {
      padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .production-section {
      margin-bottom: 40px;
  }
  .production-section .container {
      padding: 0 10px;
  }
  .production-section .container .production-block__flex {
      margin-top: 16px;
      padding: 0;
      flex-direction: column;
  }
  .production-section .container .production-block__flex .production-description {
      width: 100%;
  }
  .production-section .container .production-block__flex .production-description p {
      margin: 0;
  }
  .production-section .container .production-block__flex .production-block {
      width: 100%;
      margin-top: 32px;
  }
  .production-section .container .production-block__flex .production-block .owl-dots .owl-dot.active span {
      width: 8px;
      height: 8px;
  }
}
.fire-containers-section {
  background-color: #F3F5F8;
  padding-bottom: 62px;
  padding-top: 42px;
}
.fire-containers-section .tank {
  padding: 0 !important;
  margin-bottom: 10px;
}
.fire-containers-section .fire-containers-block {
  padding-left: 20rem;
}
.fire-containers-section .fire-containers-block .installation-time-table-subtext {
  font-family: Intro-Book, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  color: #333333;
  margin-top: 16px;
  user-select: none;
}
.fire-containers-section .fire-containers-block .installation-time-table-subtext span {
  color: #BE3D3D;
}
.fire-containers-section .fire-containers-block h3 {
  margin-bottom: 24px;
  margin-top: 56px;
  text-transform: uppercase;
  user-select: none;
}
.fire-containers-section .fire-containers-block .fire-containers-container {
  display: flex;
  gap: 40px;
}
.fire-containers-section .fire-containers-block .fire-containers-container .fire-containers-item__block {
  display: flex;
  gap: 24px;
  flex: 1;
}
.fire-containers-section .fire-containers-block .fire-containers-container .fire-containers-item__block p {
  flex-grow: 1;
  font-family: Intro-Book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
  color: #2A2626;
  user-select: none;
}
.fire-containers-section .fire-containers-block .fire-containers-container .fire-containers-item__block p span {
  font-family: Intro-Bold, sans-serif;
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
  color: #2A2626;
}
.fire-containers-section .fire-containers-block .fire-containers-container .fire-containers-item__block img {
  width: 267px;
  aspect-ratio: 0.6666666667;
  flex: 1;
  object-fit: cover;
}
.fire-containers-section .fire-containers-block .fire-containers-container .square-image {
  display: flex;
  flex: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: auto;
  align-items: center;
  justify-content: center;
  position: relative;
}
.fire-containers-section .fire-containers-block .fire-containers-container .square-image p {
  font-family: Intro-Black, sans-serif;
  font-size: 36px;
  font-weight: 900;
  line-height: 44px;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
  color: white;
  z-index: 2;
}
.fire-containers-section .fire-containers-block .fire-containers-container .square-image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.fire-containers-section .fire-containers-block .fire-containers-container .installation-time-table {
  display: flex;
  flex: 1;
  gap: 8px;
}
.fire-containers-section .fire-containers-block .fire-containers-container .installation-time-table .table-column {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  flex: 1;
  gap: 8px;
}
.fire-containers-section .fire-containers-block .fire-containers-container .installation-time-table .table-column p {
  width: 100%;
  padding: 16px 0;
  border-radius: 18px;
  text-align: center;
  background: #ffffff;
  user-select: none;
}
.fire-containers-section .fire-containers-block .fire-containers-container .installation-time-table .table-column .table-header {
  border: 1px solid #CCCCCC;
  font-family: Intro-Regular, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  background: #F5F5F5;
}
.fire-containers-section .fire-containers-block .fire-containers-container .installation-time-table .table-column .table-header span {
  color: #BE3D3D;
}
.fire-containers-section .fire-containers-block .fire-containers-container .presentation-img {
  flex: 53;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  aspect-ratio: 1.7777777778;
  position: relative;
}
.fire-containers-section .fire-containers-block .fire-containers-container ul {
  flex: 47;
}
.fire-containers-section .fire-containers-block .fire-containers-container ul li {
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
  font-family: Intro-Book, sans-serif;
  margin-bottom: 16px;
  display: flex;
  user-select: none;
}
.fire-containers-section .fire-containers-block .fire-containers-container ul li p {
  font-family: Intro-Regular, sans-serif;
}
.fire-containers-section .fire-containers-block .fire-containers-container ul li span {
  font-family: Intro-Regular, sans-serif;
}
.fire-containers-section .fire-containers-block .fire-containers-container ul li:hover span {
  /*color: #BE3D3D;*/
  user-select: none;
}
@media screen and (max-width: 1280px) {
  .fire-containers-section .fire-containers-block {
      padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .fire-containers-section {
      padding: 32px 0;
  }
  .fire-containers-section .container .tank.tank--index {
      padding: 0;
      margin: 0;
  }
  .fire-containers-section .container .fire-containers-block {
      padding: 0;
  }
  .fire-containers-section .container .fire-containers-block h3 {
      margin-top: 32px;
  }
  .fire-containers-section .container .fire-containers-block .fire-containers-container {
      flex-direction: column;
      gap: 32px;
  }
  .fire-containers-section .container .fire-containers-block .fire-containers-container .fire-containers-item__block {
      flex-direction: column;
  }
  .fire-containers-section .container .fire-containers-block .fire-containers-container .fire-containers-item__block img {
      width: 100%;
      aspect-ratio: 2.4285714286;
  }
  .fire-containers-section .container .fire-containers-block .fire-containers-container .square-image {
      display: none;
  }
  .fire-containers-section .container .fire-containers-block .fire-containers-container ul {
      display: none;
  }
  .fire-containers-section .container .fire-containers-block .fire-containers-container .installation-time-table .table-column .table-header {
      padding: 16px;
      text-align: left;
  }
  .fire-containers-section .container .fire-containers-block .fire-containers-container .installation-time-table .table-column p {
      padding: 16px;
      text-align: left;
  }
}
.completed-projects-section {
  overflow: hidden;
  margin-top: 44px;
}
.completed-projects-section .tank.tank--index {
  margin: 0;
  padding-bottom: 0;
}
.completed-projects-section .completed-projects_btn {
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  font-family: Intro-Book, sans-serif;
  line-height: 23px;
  border-radius: 77px;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #2A2626;
}
.completed-projects-section .completed-projects_btn span {
  z-index: 1;
}
.completed-projects-section .completed-projects_btn:before {
  border: transparent;
}
.completed-projects-section .completed-projects_btn:hover {
  color: #ffffff;
}
.completed-projects-section .all-projects__bottom {
  display: none;
}
.completed-projects-section .dash-title-wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.completed-projects-section .dash-title-wrap h2 {
  margin-bottom: 0;
}
.completed-projects-section .dash-title-wrap p {
  width: 178px;
  padding: 23px 32px;
  border-radius: 300px;
  border: 1px solid #CCCCCC;
  text-transform: uppercase;
  font-family: Intro-Book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  text-align: center;
}
.completed-projects-section .completed-projects {
  margin-top: 56px;
  padding-left: 20rem;
}
.completed-projects-section .completed-projects .owl-stage-outer {
  overflow: visible;
}
.completed-projects-section .completed-projects .owl-dots {
  display: none;
}
.completed-projects-section .completed-projects .completed-projects-item {
  /*width: 464px;*/
  background: #F3F5F8;
  height: 100%;
}
.completed-projects-section .completed-projects .completed-projects-item .completed-projects-carousel-img {
  height: 250px;
  width: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.completed-projects-section .completed-projects .completed-projects-item .completed-projects-description ul {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-top: 32px;
  padding: 0 24px 32px 24px;
}
.completed-projects-section .completed-projects .completed-projects-item .completed-projects-description ul li p {
  font-family: Intro-Bold, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
}
.completed-projects-section .completed-projects .completed-projects-item .completed-projects-description ul li span {
  font-family: Intro-Book, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .completed-projects-section .container .tank.tank--index {
      padding: 0;
      margin: 0;
  }
  .completed-projects-section .container .tank.tank--index .dash-title-wrap a {
      display: none;
  }
  .completed-projects-section .container .tank.tank--index .all-projects__bottom {
      display: block;
      margin-top: 32px;
  }
  .completed-projects-section .container .tank.tank--index .all-projects__bottom p {
      width: 100%;
      padding: 23px 32px;
      border-radius: 300px;
      border: 1px solid #CCCCCC;
      text-transform: uppercase;
      font-family: Intro-Book, sans-serif;
      font-size: 12px;
      font-weight: 400;
      line-height: 14px;
      letter-spacing: 0;
      text-align: center;
  }
  .completed-projects-section .container .tank.tank--index .completed-projects {
      padding: 0;
      margin-top: 32px;
  }
  .completed-projects-section .container .tank.tank--index .completed-projects .owl-dots {
      display: block;
  }
  .completed-projects-section .container .tank.tank--index .completed-projects .owl-dots .active span {
      background-color: #BE3D3D;
  }
  .completed-projects-section .container .tank.tank--index .completed-projects .completed-projects-item {
      width: 100%;
  }
}
.tank-cost-calculation-section {
  margin-top: 94px;
}
.tank-cost-calculation-section .tank-cost-calculation__inner {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 56px 20rem;
  background-color: #f3f5f8;
  border-left: 1px solid #be3d3d;
}
.tank-cost-calculation-section .tank-cost-calculation__inner .tank-cost-calculation__title {
  margin-bottom: 20px;
  font-size: var(--fs-h2);
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 700;
  user-select: none;
}
.tank-cost-calculation-section .tank-cost-calculation__inner .left {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px 16px;
  width: 100%;
}
.tank-cost-calculation-section .tank-cost-calculation__inner .right {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px 16px;
}
.tank-cost-calculation-section .tank-cost-calculation__inner .right .tank-cost-calculation__policy-container {
  display: flex;
  align-items: center;
}
.tank-cost-calculation-section .tank-cost-calculation__inner .right .tank-cost-calculation__policy-container input {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.tank-cost-calculation-section .tank-cost-calculation__inner .right .tank-cost-calculation__policy-container .tank-cost-calculation__policy {
  font-family: Intro-Regular, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
}
.tank-cost-calculation-section .tank-cost-calculation__inner .right .bottom-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.tank-cost-calculation-section .tank-cost-calculation__inner .right .bottom-block .form_buttons {
    width: 100%;
}
.tank-cost-calculation-section .tank-cost-calculation__inner .right .bottom-block .form_buttons .submit-button {
  margin-top: 48px;
  display: flex;
  color: white;
  align-items: center;

  height: 48px;
  padding: 0 32px 0 32px;
  border-radius: 300px;
  text-transform: uppercase;
  font-family: Intro-Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: center;
  background: #BE3D3D;
  border: 1px solid #BE3D3D;
  justify-content: center;
}
.tank-cost-calculation-section .tank-cost-calculation__inner .right .tank-cost-calculation__policy-container {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
}
.tank-cost-calculation-section .tank-cost-calculation__inner .right .tank-cost-calculation__policy-container input {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.tank-cost-calculation-section .tank-cost-calculation__inner .right .tank-cost-calculation__policy-container .tank-cost-calculation__policy {
  font-family: Intro-Regular, sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
}
.tank-cost-calculation-section .tank-cost-calculation__inner .right .tank-cost-calculation__policy-container .tank-cost-calculation__policy a {
  text-decoration: underline;
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.tank-cost-calculation-section .tank-cost-calculation__inner .right .tank-cost-calculation__policy-container .tank-cost-calculation__policy a:hover {
  color: #be3d3d;
}
.tank-cost-calculation-section .tank-cost-calculation__form {
  width: 100%;
}
.tank-cost-calculation-section .tank-cost-calculation__form .user-input {
  height: 48px;
}
.tank-cost-calculation-section .tank-cost-calculation__form .tank-cost-calculation__container {
  display: flex;
  width: 100%;
  gap: 24px;
}
.tank-cost-calculation-section .tank-cost-calculation__form .tank-cost-calculation__container .tank-cost-calculation-wrapper {
  position: relative;
  width: 100%;
}
.tank-cost-calculation-section .tank-cost-calculation__form .tank-cost-calculation__container .tank-cost-calculation-wrapper .tank-cost-calculation__input {
  height: 48px;
  position: relative;
  font-family: inherit;
  font-size: var(--fs-t5);
  line-height: 1.4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 25px;
  border-radius: 100px;
  width: 100%;
}
.tank-cost-calculation-section .tank-cost-calculation__form .tank-cost-calculation__container .tank-cost-calculation-wrapper .tank-cost-calculation__input::placeholder {
  font-size: 15px;
  font-weight: 400;
  font-family: Intro-Book, sans-serif;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
  color: #2A2626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tank-cost-calculation-section .tank-cost-calculation__form .tank-cost-calculation__container .select {
  display: flex;
  border-radius: 100px;
  width: 100%;
  align-items: center;
}
.tank-cost-calculation-section .tank-cost-calculation__form .tank-cost-calculation__container .select .select2-selection {
  height: 48px;
  display: flex;
  align-items: center;
}
.tank-cost-calculation-section .tank-cost-calculation__form .tank-cost-calculation__container .select .select2-selection .select2-selection__rendered {
  font-family: Intro-Book, sans-serif;
}
.tank-cost-calculation-section .tank-cost-calculation__form .tank-cost-calculation__container .select .select2-selection .select2-selection__arrow {
  top: 0;
  height: 48px;
}
.tank-cost-calculation-section .tank-cost-calculation__form .tank-cost-calculation__container .select select {
  position: relative;
  font-family: Intro-Book, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  background-color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  color: #2A2626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tank-cost-calculation-section .tank-cost-calculation__form .tank-cost-calculation__container .select select option {
  color: #333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.tank-cost-calculation-section .tank-cost-calculation__form .tank-cost-calculation__container .select select option:checked {
  color: #555;
}
.tank-cost-calculation-section .tank-cost-calculation__form .tank-cost-calculation__container .wide {
  grid-column: span 2;
  gap: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.tank-cost-calculation-section .tank-cost-calculation__form .tank-cost-calculation__container .wide p {
  font-family: Intro-Regular, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0;
  text-align: left;
  margin-left: 24px;
  text-transform: uppercase;
}
.tank-cost-calculation-section .tank-cost-calculation__form .tank-cost-calculation__container .wide .triple-container {
  display: flex;
  width: 100%;
  gap: 16px;
}
.tank-cost-calculation-section .tank-cost-calculation__form .tank-cost-calculation__container .wide .comment_textarea {
  display: flex;
  flex-grow: 1;
  height: 147px;
  width: 100%;
  border-radius: 12px;
  padding: 14px 24px;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: left;
  font-family: Intro-Book, sans-serif;
  color: #2A2626;
}
.tank-cost-calculation-section .tank-cost-calculation__form .tank-cost-calculation__container .wide .comment_textarea::placeholder {
  color: #2A2626;
}
@media screen and (max-width: 768px) {
  .tank-cost-calculation-section {
      margin-top: 40px;
  }
  .tank-cost-calculation-section .container {
      padding: 0;
  }
  .tank-cost-calculation-section .container .tank-cost-calculation__inner {
      border: 0;
      padding: 40px 10px 64px 10px;
  }
  .tank-cost-calculation-section .container .tank-cost-calculation__inner .tank-cost-calculation__title {
      margin-bottom: 12px;
  }
  .tank-cost-calculation-section .container .tank-cost-calculation__inner .tank-cost-calculation__form .tank-cost-calculation__container {
      flex-direction: column;
  }
  .tank-cost-calculation-section .container .tank-cost-calculation__inner .tank-cost-calculation__form .tank-cost-calculation__container .left {
      width: 100%;
      gap: 16px;
  }
  .tank-cost-calculation-section .container .tank-cost-calculation__inner .tank-cost-calculation__form .tank-cost-calculation__container .left .select {
      grid-column: span 2;
  }
  .tank-cost-calculation-section .container .tank-cost-calculation__inner .tank-cost-calculation__form .tank-cost-calculation__container .left .select .user-input-label {
      width: 100%;
  }
  .tank-cost-calculation-section .container .tank-cost-calculation__inner .tank-cost-calculation__form .tank-cost-calculation__container .left .wide p {
      font-family: Intro-Bold, sans-serif;
      font-size: 18px;
      font-weight: 700;
      line-height: 23px;
      letter-spacing: 0;
      text-align: left;
      margin-left: 0;
      margin-top: 16px;
  }
  .tank-cost-calculation-section .container .tank-cost-calculation__inner .tank-cost-calculation__form .tank-cost-calculation__container .left .wide .triple-container {
      flex-direction: column;
  }
  .tank-cost-calculation-section .container .tank-cost-calculation__inner .tank-cost-calculation__form .tank-cost-calculation__container .left .wide .inline {
      flex-direction: row;
  }
  .tank-cost-calculation-section .container .tank-cost-calculation__inner .tank-cost-calculation__form .tank-cost-calculation__container .right {
      width: 100%;
  }
  .tank-cost-calculation-section .container .tank-cost-calculation__inner .tank-cost-calculation__form .tank-cost-calculation__container .right .bottom-block {
      width: 100%;
  }
  .tank-cost-calculation-section .container .tank-cost-calculation__inner .tank-cost-calculation__form .tank-cost-calculation__container .right .bottom-block .form_buttons {
      width: 100%;
  }
  .tank-cost-calculation-section .container .tank-cost-calculation__inner .tank-cost-calculation__form .tank-cost-calculation__container .right .bottom-block .form_buttons .submit-button {
      width: 100%;
      margin-top: 32px;
  }
}
.fire-reservoirs-is__section {
  display: flex;
  box-sizing: border-box;
  padding-top: 72px;
  padding-bottom: 72px;
  /*margin-bottom: 13rem;*/
  margin-top: 104px;
  background-color: #F3F5F8;
}
.fire-reservoirs-is__section .tank.tank--index {
  padding: 0;
  margin: 0;
}
.fire-reservoirs-is__section .fire-reservoirs-is__block {
  display: flex;
  margin-top: 52px;
  width: 100%;
  height: 530px;
  padding-left: 20rem;
}
.fire-reservoirs-is__section .fire-reservoirs-is__block .swiper {
  width: 100%;
  height: 530px;
  margin-left: auto;
  margin-right: auto;
}
.fire-reservoirs-is__section .fire-reservoirs-is__block .swiper .swiper-wrapper {
  align-items: center;
}
.fire-reservoirs-is__section .fire-reservoirs-is__block .swiper .swiper-wrapper .swiper-slide {
  background-size: cover;
  background-position: center;
}
.fire-reservoirs-is__section .fire-reservoirs-is__block .swiper .swiper-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.fire-reservoirs-is__section .fire-reservoirs-is__block .main-swiper {
  height: 100%;
  width: 100%;
}
.fire-reservoirs-is__section .fire-reservoirs-is__block .thumbs-swiper {
  height: 100%;
  box-sizing: border-box;
  transition: 0.5s;
  padding-left: 52px !important;
}
.fire-reservoirs-is__section .fire-reservoirs-is__block .thumbs-swiper .swiper-slide {
  width: 90%;
  height: auto !important;
  opacity: 0.2;
  border-radius: 24px;
  background-color: white;
}
.fire-reservoirs-is__section .fire-reservoirs-is__block .thumbs-swiper .swiper-slide p {
  padding: 40px 24px;
  text-align: center;
  user-select: none;
}
.fire-reservoirs-is__section .fire-reservoirs-is__block .thumbs-swiper .swiper-slide-active {
  opacity: 1;
  transition: 0.25s;
  width: 100%;
}
.fire-reservoirs-is__section .fire-reservoirs-is__block .thumbs-swiper .swiper-slide-prev, .fire-reservoirs-is__section .fire-reservoirs-is__block .thumbs-swiper .swiper-slide-next {
  opacity: 0.6;
  transition: 0.25s;
}
.fire-reservoirs-is__section .fire-reservoirs-is__block .swiper-pagination-for-desktop, .fire-reservoirs-is__section .fire-reservoirs-is__block .swiper-pagination-for-mobile {
  position: inherit !important;
  transform: translate3d(0px, 0px, 0px) !important;
  flex-direction: column;
  padding-left: 4px;
  display: flex;
  gap: 2px;
}
.fire-reservoirs-is__section .fire-reservoirs-is__block .swiper-pagination-for-desktop .swiper-pagination-bullet, .fire-reservoirs-is__section .fire-reservoirs-is__block .swiper-pagination-for-mobile .swiper-pagination-bullet {
  flex: 1;
  margin: 0 !important;
  border-radius: 0 !important;
  color: transparent;
  background-color: #D6D6D6;
  opacity: 1;
}
.fire-reservoirs-is__section .fire-reservoirs-is__block .swiper-pagination-for-desktop .swiper-pagination-bullet-active, .fire-reservoirs-is__section .fire-reservoirs-is__block .swiper-pagination-for-mobile .swiper-pagination-bullet-active {
  background-color: #BE3D3D;
}
.fire-reservoirs-is__section .fire-reservoirs-is__block .swiper-pagination-for-mobile {
  transform: translate3d(0px, 0px, 0px) !important;
  z-index: 5;
  top: 0;
  right: 0;
  padding-left: 0;
}
.fire-reservoirs-is__section .for-mobile {
  display: none;
  width: 100%;
  position: relative;
  aspect-ratio: 0.8181818182;
  height: 431px;
  padding-left: 0;
}
.fire-reservoirs-is__section .for-mobile .fire-reservoirs-mobile-swiper {
  width: 100%;
  height: inherit;
}
.fire-reservoirs-is__section .for-mobile .fire-reservoirs-mobile-swiper .swiper-wrapper .swiper-slide {
  transition: 0.5s;
  height: auto;
}
.fire-reservoirs-is__section .for-mobile .fire-reservoirs-mobile-swiper .swiper-wrapper .swiper-slide .swiper-slide-container {
  background-color: #F3F5F8;
  display: flex;
  flex-direction: column;
}
.fire-reservoirs-is__section .for-mobile .fire-reservoirs-mobile-swiper .swiper-wrapper .swiper-slide .swiper-slide-container .swiper-slide-container-img {
  aspect-ratio: 1.5;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.fire-reservoirs-is__section .for-mobile .fire-reservoirs-mobile-swiper .swiper-wrapper .swiper-slide .swiper-slide-container p {
  font-family: Intro-Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  padding: 16px 24px 22px;
}
.fire-reservoirs-is__section .for-mobile .fire-reservoirs-mobile-swiper .swiper-wrapper .swiper-slide-next {
  opacity: 0.4;
}
@media screen and (max-width: 1280px) {
  .fire-reservoirs-is__section .container .for-desktop {
      padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .fire-reservoirs-is__section {
      margin-top: 0;
      margin-bottom: 0;
      padding: 0 0 40px;
  }
  .fire-reservoirs-is__section .fire-reservoirs-is__block {
      margin-top: 32px;
  }
  .fire-reservoirs-is__section .container {
      padding: 0;
  }
  .fire-reservoirs-is__section .container .tank.tank--index {
      padding: 0;
      margin: 0;
  }
  .fire-reservoirs-is__section .container .dash-title-wrap {
      padding: 0 10px;
  }
  .fire-reservoirs-is__section .container .for-mobile {
      display: flex;
  }
  .fire-reservoirs-is__section .container .for-desktop {
      display: none;
  }
}
.about-section {
  padding-top: 104px;
}
.about-section .tank {
  padding: 0 !important;
  margin: 0 !important;
}
.about-section .about-block {
  padding-top: 40px;
  padding-left: 20rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.about-section .about-block .about-item {
  padding: 24px;
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  border: 1px solid #CCCCCC;
  border-radius: 32px;
}
.about-section .about-block .about-item img {
  width: 56px;
  height: 56px;
  object-fit: contain;
}
.about-section .about-block .about-item p {
  margin-top: 24px;
  font-family: Intro-Regular, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0;
  text-align: center;
  user-select: none;
}
.about-section .about__links {
  padding-left: 20rem;
  padding-top: 104px;
margin-bottom: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.about-section .about__links .about__btn {
  border: 1px solid #CCCCCC;
  background-color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  font-family: Intro-Book, sans-serif;
  line-height: 23px;
  border-radius: 77px;
  height: 60px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-transform: uppercase;
  color: #2A2626;
}
.about-section .about__links .about__btn span {
  z-index: 1;
}
.about-section .about__links .about__btn:before {
  border: transparent;
}
.about-section .about__links .about__btn:hover {
  color: #ffffff;
}
@media screen and (max-width: 1279px) {
  .about-section .container .about-block {
      padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .about-section {
      padding-top: 0;
      background-color: #F3F5F8;
  }
  .about-section .tank {
      padding: 0 !important;
      margin: 0 !important;
  }
  .about-section .container {
      padding: 10px;
  }
  .about-section .container .about-block {
      padding: 0;
      display: flex;
      gap: 16px;
      flex-direction: column;
  }
  .about-section .container .about-block .about-item {
      padding: 16px;
  }
  .about-section .container .about__links {
      display: flex;
      flex-direction: column;
      padding: 80px 0 0 0;
      gap: 16px;
  }
  .about-section .container .about__links .about__btn {
      background-color: #F3F5F8;
  }
  .about-section .container .about__links .btn-user:hover:after {
      -webkit-transform: translateY(-25%) translateX(-25%) !important;
      -ms-transform: translateY(-25%) translateX(-25%) !important;
      transform: translateY(-25%) translateX(-25%) !important;
  }
}
.popup {
  position: absolute;
  z-index: 20;
  padding: 24px;
  background-color: white;
  border: 1px solid #00000033;
  box-shadow: 0 8px 19px 0 rgba(0, 0, 0, 0.1), 0 34px 34px 0 rgba(0, 0, 0, 0.09), 0 76px 45px 0 rgba(0, 0, 0, 0.05), 0 135px 54px 0 rgba(0, 0, 0, 0.01), 0 211px 59px 0 rgba(0, 0, 0, 0);
}
.popup .popup__block__column {
  flex-direction: column;
}
.popup .popup__block {
  display: flex;
}
.popup .popup__block .bottom-block {
  display: flex;
  gap: 8px;
  margin-top: 24px;
}
.popup .popup__block .bottom-block p, .popup .popup__block .bottom-block a {
  flex: 1;
  width: 100%;
  padding: 12px 16px 12px 16px;
  border-radius: 300px;
  text-transform: uppercase;
  font-family: Intro-Book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  text-align: center;
}
.popup .popup__block .bottom-block .popup-document {
  display: flex;
  border: 1px solid #00000033;
  justify-content: center;
}
.popup .popup__block .bottom-block .popup-document svg {
  margin-right: 3px;
}
.popup .popup__block .bottom-block .popup-about-project {
  background-color: #BE3D3D;
  color: white;
  cursor: pointer;
}
.popup .popup__block .popup_flex {
  display: flex;
}
.popup .popup__block .popup_flex .left-side {
  width: 200px;
}
.popup .popup__block .left-side {
  width: 310px;
  margin-right: 8px;
}
.popup .popup__block .left-side .popup__text {
  width: 75%;
}
.popup .popup__block .left-side .popup__text p {
  font-family: Intro-Book, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  text-align: left;
  color: #8C8C8C;
  margin-bottom: 12px;
  text-transform: uppercase;
}
.popup .popup__block .left-side .popup__text span {
  font-family: Intro-Regular, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
  color: #2A2626;
}
.popup .popup__block .left-side .popup__text .popup_value {
  font-family: Intro-Bold, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 43px;
  letter-spacing: 0;
  text-align: left;
  color: #2A2626;
}
.popup .popup__block .left-side .popup__text .row {
  display: flex;
  justify-content: space-between;
}
.popup .popup__block .left-side .popup__text .row .popup-parameter p {
  font-family: Intro-Book, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  color: #2A2626;
  text-transform: inherit;
}
.popup .popup__block .left-side .popup__text .row .popup-parameter span {
  font-family: Intro-Regular, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
  color: #2A2626;
}
.main-body-new {
  padding-bottom: 5rem;
}
.global-table-wrapper {
  overflow: auto;
}
.cell-opacity:not(:first-child) {
  opacity: 0.4;
}
.found-cell {
  border: 1px solid #000000 !important;
  border-radius: 300px;
  color: #000000;
  opacity: 1 !important;
}
@media screen and (max-width: 768px) {
  .dash-title-wrap h2 {
      line-height: 25px;
  }
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}