/*=========================
  Reset
===========================*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
input,
textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  text-decoration: none;
}
/*=========================
  Background colors
===========================*/
/*=========================
  Text colors
===========================*/
/*=========================
  Border colors
===========================*/
/*=========================
  Info colors
===========================*/
/*=========================
  Sizes
===========================*/
/*=========================
  Fonts
===========================*/
/*=========================
  Path
===========================*/
/*=========================
  Response
===========================*/
/*=========================
  Common
===========================*/
html {
  font-size: 0.52vw;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media (max-width: 1023.9px) {
  html {
    font-size: 50%;
  }
}
body {
  background-color: #e6e6e7;
}
body,
button,
input,
select {
  font-family: 'Montserrat', sans-serif;
  color: #343235;
}
a {
  color: #1d7cfe;
}
.form-field--error {
  border-color: #d32f2f !important;
}
.form-status {
  margin-top: 1.5rem;
  padding: 1.2rem 1.6rem;
  border-radius: 0.4rem;
  font-size: 1.4rem;
  line-height: 1.4;
}
.form-status--success {
  background-color: #e8f5e9;
  color: #2e7d32;
}
.form-status--error {
  background-color: #ffebee;
  color: #c62828;
}
.form-field--hp {
  position: absolute;
  left: -9999px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
/*=========================
  Montserrat
===========================*/
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/subset-Montserrat-Regular.woff2') format('woff2'), url('../fonts/subset-Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/subset-Montserrat-Medium.woff2') format('woff2'), url('../fonts/subset-Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/subset-Montserrat-Bold.woff2') format('woff2'), url('../fonts/subset-Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*=========================
  Bebas Neue
===========================*/
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/subset-BebasNeueRegular.woff2') format('woff2'), url('../fonts/subset-BebasNeueRegular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/*=========================
  Caption
===========================*/
.caption,
.h2,
.h3,
.legend__text,
.category__title,
.category__more,
.catalog__item--selected::after,
.back-link,
.partner-card__title,
.project-map__popup-title,
.pump-item__title,
.square__label,
.square__units,
.employee__name,
.partners-section__title,
.projects-section__title,
.product-main-section__title,
.product-benefits-section__title,
.order-section__title,
.certificates-section__title,
.about-main-section__title,
.contacts-header__title {
  font-size: 2rem;
  line-height: 1.2;
  text-transform: uppercase;
}
.caption--size-s,
.legend__text,
.category__more,
.catalog__item--selected::after,
.back-link {
  font-size: 1.2rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
}
.caption--size-l,
.h3,
.partners-section__title,
.projects-section__title,
.product-benefits-section__title {
  font-size: 3rem;
  line-height: 1.1;
}
/*=========================
  Title
===========================*/
.h1,
.about-section__title {
  font-size: 6rem;
  font-weight: 700;
}
.h2,
.product-main-section__title,
.order-section__title,
.certificates-section__title,
.about-main-section__title,
.contacts-header__title {
  font-size: 4rem;
}
.h2--normal-case {
  text-transform: none;
}
@media (max-width: 1023.9px) {
  .h1,
  .h2,
  .about-section__title,
  .product-main-section__title,
  .order-section__title,
  .certificates-section__title,
  .about-main-section__title,
  .contacts-header__title {
    font-size: 3.5rem;
  }
}
/*=========================
  Bullet list
===========================*/
.bullet-list li,
.base-text ul li,
.product-benefits-section__list li,
.table td ul li,
.checkbox__label ul li,
.site-footer__copy ul li,
.product-descript-section__text ul li,
.certificate__caption ul li {
  position: relative;
  padding-left: 4rem;
}
.bullet-list li:not(:first-child),
.base-text ul li:not(:first-child),
.product-benefits-section__list li:not(:first-child),
.table td ul li:not(:first-child),
.checkbox__label ul li:not(:first-child),
.site-footer__copy ul li:not(:first-child),
.product-descript-section__text ul li:not(:first-child),
.certificate__caption ul li:not(:first-child) {
  margin-top: 1.25em;
}
.bullet-list li::before,
.base-text ul li::before,
.product-benefits-section__list li::before,
.table td ul li::before,
.checkbox__label ul li::before,
.site-footer__copy ul li::before,
.product-descript-section__text ul li::before,
.certificate__caption ul li::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 2rem;
  height: 2.2rem;
  background-image: url('../img/bullet.svg');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
/*=========================
  Base text
===========================*/
.base-text,
.bullet-list,
.table td,
.checkbox__label,
.input-file__label,
.developer,
.download-file__popup,
.site-header__schedule,
.site-footer__address,
.site-footer__copy,
.about-section__text,
.partner-card__text,
.project-map__popup-text,
.product-descript-section__text,
.certificate__caption,
.contacts-grid__label,
.base-text ul,
.product-benefits-section__list,
.table td ul,
.checkbox__label ul,
.site-footer__copy ul,
.product-descript-section__text ul,
.certificate__caption ul {
  font-size: 2rem;
  line-height: 1.5;
}
.base-text p:not(:first-child),
.base-text ul:not(:first-child),
.base-text li:not(:first-child),
.table td p:not(:first-child),
.table td ul:not(:first-child),
.table td li:not(:first-child),
.checkbox__label p:not(:first-child),
.checkbox__label ul:not(:first-child),
.checkbox__label li:not(:first-child),
.site-footer__copy p:not(:first-child),
.site-footer__copy ul:not(:first-child),
.site-footer__copy li:not(:first-child),
.product-descript-section__text p:not(:first-child),
.product-descript-section__text ul:not(:first-child),
.product-descript-section__text li:not(:first-child),
.certificate__caption p:not(:first-child),
.certificate__caption ul:not(:first-child),
.certificate__caption li:not(:first-child) {
  margin-top: 1.25em;
}
.base-text--loud,
.about-section__text {
  font-size: 3rem;
  line-height: 1.3;
}
.base-text--small,
.checkbox__label,
.download-file__popup,
.site-header__schedule,
.site-footer__copy,
.certificate__caption,
.contacts-grid__label {
  font-size: 1.4rem;
  line-height: 1.4;
}
@media (max-width: 1023.9px) {
  .base-text--loud,
  .about-section__text {
    font-size: 2.5rem;
  }
}
/*=========================
  Text color
===========================*/
.primary-text-color {
  color: #343235;
}
.accent-text-color {
  color: #1dcfff;
}
/*=========================
  Link
===========================*/
.link,
.input-file__label,
.developer__link,
.category__more,
.category__list-link,
.back-link a,
a.back-link,
.site-header__email a,
.about-section__text a {
  color: #1d7cfe;
  text-decoration: none;
  outline: none;
  border-bottom: solid 1px rgba(29, 124, 254, 0.6);
}
.link--primary,
.category__list-link {
  color: #343235;
  border-bottom-color: rgba(52, 50, 53, 0.6);
}
.link--inverted,
.developer__link,
.category__more {
  color: #1dcfff;
  border-bottom-color: rgba(29, 207, 255, 0.6);
}
.link--accent-inverted,
.about-section__text a {
  color: #ffc600;
  border-bottom-color: rgba(255, 198, 0, 0.6);
}
@media (hover: hover) {
  .link:hover,
  .input-file__label:hover,
  .category__more:hover,
  .category__list-link:hover,
  .back-link a:hover,
  a.back-link:hover,
  .site-header__email a:hover,
  .about-section__text a:hover {
    border-bottom-color: transparent;
  }
}
/*=========================
  Button
===========================*/
.button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 6rem;
  border: none;
  border-radius: 1000px;
  background: #1d7cfe;
  font-size: 1.6rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff;
  cursor: pointer;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.button[disabled] {
  pointer-events: none;
  opacity: 0.5;
}
.button__front,
.button__hover {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: inherit;
  padding: 0 calc(6rem / 2);
}
/*=========================
  Sizes
===========================*/
.button--size-s {
  height: 4rem;
}
.button--size-s .button__front,
.button--size-s .button__hover {
  padding-left: calc(4rem / 2);
  padding-right: calc(4rem / 2);
}
/*=========================
  Secondary
===========================*/
.button--secondary {
  background-color: #1dcfff;
}
.button--secondary .button__front {
  color: #343235;
}
/*=========================
  Block
===========================*/
.button--block {
  display: block;
  width: 100%;
}
/*=========================
  Hover
===========================*/
@media (hover: hover) {
  .button::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 100%;
    display: block;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 150%;
    height: 300%;
    border-radius: 100%;
    background: #343235;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .button__front,
  .button__hover {
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .button:hover::before {
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
  .button:hover .button__front,
  .button:hover .button__hover {
    -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
/*=========================
  Arrow button
===========================*/
.arrow-button {
  position: relative;
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  border: solid 2px #343235;
  background: none;
  text-indent: -1000px;
  cursor: pointer;
}
.arrow-button::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
}
.arrow-button--prev::before {
  -webkit-transform: translate(-60%, -50%);
      -ms-transform: translate(-60%, -50%);
          transform: translate(-60%, -50%);
  border-width: 6px 6px 6px 0;
  border-color: transparent #343235 transparent transparent;
}
.arrow-button--next::before {
  -webkit-transform: translate(-40%, -50%);
      -ms-transform: translate(-40%, -50%);
          transform: translate(-40%, -50%);
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #343235;
}
/*=========================
  Disabled
===========================*/
.arrow-button--disabled {
  opacity: 0.3;
  pointer-events: none;
}
/*=========================
  Hover
===========================*/
@media (hover: hover) {
  .arrow-button {
    -webkit-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .arrow-button::before {
    -webkit-transition: border-color 0.2s;
    -o-transition: border-color 0.2s;
    transition: border-color 0.2s;
  }
  .arrow-button:hover {
    background-color: #343235;
  }
  .arrow-button--prev:hover::before {
    border-right-color: #fff;
  }
  .arrow-button--next:hover::before {
    border-left-color: #fff;
  }
}
/*=========================
  Legend
===========================*/
.legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.legend__color {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 2rem;
  height: 2rem;
  background: #343235;
}
.legend__color--gas {
  background-color: #1dcfff;
}
.legend__color--oil {
  background-color: #343235;
}
.legend__color--water {
  background-color: #1d7cfe;
}
.legend__text {
  position: relative;
  padding: 0.3em 0 0 1.75em;
  margin-left: 0.75em;
}
.legend__text::before {
  content: '—';
  position: absolute;
  left: 0;
}
/*=========================
  Section
===========================*/
.section,
.about-section,
.partners-section,
.projects-section,
.product-descript-section,
.product-benefits-section,
.order-section,
.certificates-section,
.about-main-section,
.about-text-section,
.about-files-section,
.contacts-header,
.contacts-section {
  position: relative;
  padding: 8rem 0;
}
.section--grey,
.partners-section,
.product-benefits-section,
.about-text-section {
  background-color: #dadada;
}
/*=========================
  Table
===========================*/
.table {
  width: 100%;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 1.5rem 4rem;
}
.table th:not(:first-child),
.table td:not(:first-child) {
  border-left: solid 1px rgba(52, 50, 53, 0.2);
}
.table th:first-child,
.table td:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.table th:last-child,
.table td:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.table th {
  font-size: 2rem;
  font-weight: 700;
  text-align: left;
  color: #fff;
  background-color: #1d7cfe;
}
.table th:not(:first-child) {
  border-left-color: rgba(255, 255, 255, 0.2);
}
.table td {
  font-size: 1.6rem;
}
.table tr:nth-child(odd) td {
  background-color: #fff;
}
.table tr:nth-child(even) td {
  background-color: #e6e6e7;
}
@media (max-width: 1023.9px) {
  .responsive-table {
    overflow-x: auto;
    margin-left: calc(-1 * 2rem);
    margin-right: calc(-1 * 2rem);
    padding: 0 2rem;
  }
  .responsive-table table {
    min-width: 500px;
  }
}
/*=========================
  Form field
===========================*/
.form-field {
  display: block;
  width: 100%;
  height: 6rem;
  padding: 0.5rem 3rem;
  border-radius: 1000px;
  border: solid 2px #cbcbcb;
  font-size: 1.8rem;
  color: #343235;
  background-color: rgba(230, 230, 231, 0.9);
  outline: none;
}
.form-field::-webkit-input-placeholder {
  color: rgba(52, 50, 53, 0.6);
}
.form-field::-moz-placeholder {
  color: rgba(52, 50, 53, 0.6);
}
.form-field:-ms-input-placeholder {
  color: rgba(52, 50, 53, 0.6);
}
.form-field::-ms-input-placeholder {
  color: rgba(52, 50, 53, 0.6);
}
.form-field::placeholder {
  color: rgba(52, 50, 53, 0.6);
}
.form-field:focus {
  border-color: #1d7cfe;
}
textarea.form-field {
  height: auto;
  min-height: 6rem;
  border-radius: 3rem;
  resize: none;
  padding-top: 1.75rem;
}
/*=========================
  Form label
===========================*/
.form-label {
  display: block;
  font-size: 1.6rem;
  line-height: 1.3;
}
/*=========================
  Form group
===========================*/
.form-group {
  position: relative;
}
.form-group__label {
  margin-left: 3rem;
  margin-bottom: 0.75em;
}
/*=========================
  Select
===========================*/
.select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  padding: 0 1em 0 3rem;
  margin: 0;
  width: 100%;
  height: 6rem;
  border: solid 2px #cbcbcb;
  border-radius: 1000px;
  font-family: inherit;
  font-size: 1.8rem;
  line-height: 1.1;
  background-color: rgba(230, 230, 231, 0.9);
  background-image: url('../img/select-arrow.svg');
  background-repeat: no-repeat;
  background-position: 100% 0;
  background-size: auto 100%;
  cursor: pointer;
}
.select::-ms-expand {
  display: none;
}
/*=========================
  Checkbox
===========================*/
.checkbox {
  position: relative;
}
.checkbox__input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
  font-size: 0;
}
.checkbox__label {
  position: relative;
  display: block;
  padding: 0.3rem 0 0 4rem;
  cursor: pointer;
}
.checkbox__label::before,
.checkbox__label::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 2.2rem;
  height: 2.2rem;
}
.checkbox__label::before {
  border: solid 2px #343235;
  border-radius: 4px;
}
.checkbox__label::after {
  opacity: 0;
  background-image: url('../img/checkbox.svg');
  background-position: 60% 50%;
  background-repeat: no-repeat;
  background-size: 60% auto;
}
/*=========================
  Checked
===========================*/
.checkbox__input:checked + .checkbox__label::after {
  opacity: 1;
}
/*=========================
  Input file
===========================*/
.input-file {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-file::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: '';
  display: block;
  width: 3.2rem;
  height: 4.4rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url('../img/file-upload.svg');
}
.input-file__input {
  position: absolute;
  pointer-events: none;
  opacity: 0;
}
.input-file__label {
  font-size: 1.6rem;
  margin-left: 2.5rem;
  cursor: pointer;
}
/*=========================
  Popup
===========================*/
.popup,
.download-file__popup,
.project-map__popup {
  position: absolute;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.85);
  pointer-events: none;
  z-index: 5;
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}
/*=========================
  Tabs nav
===========================*/
.tabs-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.tabs-nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 4rem;
  padding: 0.5rem 2rem 0.6rem;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 500;
  color: #343235;
  background: none;
  border: solid 3px #dadada;
  cursor: pointer;
}
.tabs-nav__button--active {
  border-color: transparent;
  color: #fff;
  background-color: #1dcfff;
  cursor: default;
  pointer-events: none;
}
@media (hover: hover) {
  .tabs-nav__button:hover {
    border-color: #1d7cfe;
  }
}
/*=========================
  Tabs content
===========================*/
.tabs-content {
  display: none;
}
.tabs-content--active {
  display: block;
}
/*=========================
  Lazyload
===========================*/
.lazyload,
.lazyloading {
  opacity: 0;
}
.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
/*=========================
  Main menu
===========================*/
.main-menu {
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.main-menu__link {
  position: relative;
  display: block;
  padding: 1rem 0;
  color: rgba(52, 50, 53, 0.6);
}
.main-menu__link--active {
  color: #343235;
  pointer-events: none;
}
.main-menu__link--active::before {
  content: '';
  display: block;
  position: absolute;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(-2rem, -50%);
      -ms-transform: translate(-2rem, -50%);
          transform: translate(-2rem, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.6rem 0 0.6rem 0.6rem;
  border-color: transparent transparent transparent #1d7cfe;
}
@media (hover: hover) {
  .main-menu__link:hover {
    color: #1d7cfe;
  }
}
/*=========================
  Phone number
===========================*/
.phone-number {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  color: #343235;
}
/*=========================
  Developer
===========================*/
.developer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  text-align: left;
}
.developer::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 10rem;
  height: 10rem;
  margin-right: 2rem;
  background-image: url('../img/uxa.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.developer__link {
  text-transform: uppercase;
}
@media (hover: hover) {
  .developer:hover {
    color: #1dcfff;
  }
  .developer:hover .developer__link {
    border-bottom-color: transparent;
  }
}
/*=========================
  Category
===========================*/
.category {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.category--align-top {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.category__pic {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 10rem;
  height: 10rem;
  margin-right: 2rem;
}
.category__pic img {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 126%;
  height: auto;
}
.category--align-top .category__content {
  padding-top: 1.5rem;
}
.category__title {
  display: block;
  font-weight: 700;
}
.category__more {
  display: inline-block;
  margin-top: 0.5em;
}
@media (max-width: 1023.9px) {
  .category__title br {
    display: none;
  }
}
/*=========================
  Category list
===========================*/
.category__list-item {
  margin-top: 2rem;
}
.category__list-link {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
@media (hover: hover) {
  .category__list-link:hover {
    color: #1d7cfe;
  }
}
/*=========================
  Catalog
===========================*/
.catalog__item {
  position: relative;
  padding: 4.2rem 1rem 3rem 2rem;
}
@media (min-width: 1024px) {
  .catalog {
    -webkit-columns: auto 3;
       -moz-columns: auto 3;
            columns: auto 3;
  }
  .catalog__item {
    -webkit-column-break-inside: avoid;
  }
}
@media (min-width: 768px) and (max-width: 1023.9px) {
  .catalog {
    -webkit-columns: auto 2;
       -moz-columns: auto 2;
            columns: auto 2;
  }
  .catalog__item {
    -webkit-column-break-inside: avoid;
  }
}
/*=========================
  Catalog full
===========================*/
.catalog--full .catalog__item {
  padding-bottom: 5rem;
}
/*=========================
  Catalog item selected
===========================*/
.catalog__item--selected {
  z-index: 5;
}
.catalog__item--selected::before,
.catalog__item--selected::after {
  content: '';
  display: block;
  position: absolute;
  pointer-events: none;
}
.catalog__item--selected::before {
  left: 0;
  top: 0;
  right: 0;
  bottom: 2rem;
  background: #fff;
}
.catalog__item--selected::after {
  content: 'вы выбрали';
  left: 14rem;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 3rem;
  padding: 0 2rem;
  color: #fff;
  font-weight: 700;
  background: #f71e1e;
}
/*=========================
  Back link
===========================*/
.back-link {
  font-weight: 700;
}
/*=========================
  Download file
===========================*/
.download-file {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.download-file::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: '';
  display: block;
  width: 8rem;
  height: 11rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.download-file--doc::before {
  background-image: url('../img/file-doc.svg');
}
.download-file--pdf::before {
  background-image: url('../img/file-pdf.svg');
}
.download-file__link {
  margin-left: 3.6rem;
}
.download-file__link.base-text,
.download-file__link.table td,
.download-file__link.checkbox__label,
.download-file__link.site-footer__copy,
.download-file__link.product-descript-section__text,
.download-file__link.certificate__caption {
  font-size: 1.6rem;
}
/*=========================
  Sizes
===========================*/
.download-file--size-s::before {
  width: 3.2rem;
  height: 4.4rem;
}
.download-file--size-s .download-file__link {
  margin-left: 2.5rem;
}
/*=========================
  Disabled
===========================*/
.download-file__popup {
  top: 100%;
  left: 5.7rem;
  max-width: 28rem;
  -webkit-transform: translateY(-2rem);
      -ms-transform: translateY(-2rem);
          transform: translateY(-2rem);
}
.download-file--disabled {
  cursor: not-allowed;
}
.download-file--disabled .download-file__link {
  pointer-events: none;
}
.download-file--disabled:hover .download-file__popup {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
/*=========================
  Burger
===========================*/
.burger {
  position: relative;
  width: 7rem;
  height: 7rem;
  border: none;
  background: none;
  overflow: hidden;
}
.burger span,
.burger::before,
.burger::after {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #343235;
  width: 3.2rem;
  height: 0.5rem;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.burger span {
  overflow: hidden;
  text-indent: -1000px;
}
.burger::before,
.burger::after {
  content: '';
}
.burger::before {
  -webkit-transform: translate(-50%, -250%);
      -ms-transform: translate(-50%, -250%);
          transform: translate(-50%, -250%);
}
.burger::after {
  -webkit-transform: translate(-50%, 150%);
      -ms-transform: translate(-50%, 150%);
          transform: translate(-50%, 150%);
}
/*=========================
  Opened
===========================*/
.burger--opened span {
  opacity: 0;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}
.burger--opened::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.burger--opened::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
/*=========================
  Map background
===========================*/
.map-bg {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 177 / 104;
  pointer-events: none;
}
.map-bg__map {
  display: block;
  width: 100%;
  height: auto;
}
.map-bg__pump {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7.8%;
  height: auto;
  aspect-ratio: 23 / 27;
  background-image: url('../img/pump.gif');
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.map-bg__pump--item-1 {
  left: 11.5%;
  top: 55.5%;
}
.map-bg__pump--item-2 {
  left: 23.5%;
  top: 57%;
}
.map-bg__pump--item-3 {
  left: 17.5%;
  top: 67%;
}
/*=========================
  Container
===========================*/
.container-with-side {
  position: relative;
  padding: 0 14rem 0 40rem;
}
@media (max-width: 1023.9px) {
  .container-with-side {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
/*=========================
  Site header
===========================*/
.site-header {
  position: fixed;
  z-index: 10;
  overflow-y: auto;
  background: #fff;
}
.site-header__in {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2rem;
  min-height: 100%;
}
@media (min-width: 1024px) {
  .site-header {
    left: 1rem;
    top: 1rem;
    bottom: 1rem;
    width: 27rem;
  }
  .site-header__in {
    padding: 3rem 1rem 2rem;
  }
}
@media (max-width: 1023.9px) {
  .site-header {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s -webkit-transform;
    transition: 0.3s -webkit-transform;
    -o-transition: 0.3s transform;
    transition: 0.3s transform;
    transition: 0.3s transform, 0.3s -webkit-transform;
  }
  .site-header--opened {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .site-header__in {
    padding: 0 2rem 3rem;
  }
  .site-header__in::before {
    content: '';
    display: block;
    width: 100%;
    height: 7rem;
  }
}
/*=========================
  Logo
===========================*/
.site-header__logo {
  display: block;
  height: 16rem;
  width: auto;
}
@media (max-width: 1023.9px) {
  .site-header__logo {
    display: none;
  }
}
/*=========================
  Info
===========================*/
.site-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.5rem;
  text-align: center;
}
.site-header__email {
  font-size: 2rem;
  line-height: 1.2;
}
/*=========================
  Mob header
===========================*/
.mob-header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  background-color: #fff;
  border-bottom: solid 1px #cbcbcb;
  z-index: 12;
}
.mob-header__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.mob-header__logo {
  width: auto;
  height: calc(7rem - 2rem);
  margin-left: -1rem;
}
.mob-header__button {
  margin-left: auto;
}
.mob-header__burger {
  margin-right: -2rem;
}
@media (min-width: 1024px) {
  .mob-header {
    display: none;
  }
}
/*=========================
  Site Footer
===========================*/
.site-footer {
  padding: 5rem 0 4rem;
  color: #fff;
  background: #214984;
}
.site-footer__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-footer__address {
  display: block;
  font-style: normal;
  margin-bottom: 2em;
}
@media (min-width: 1024px) {
  .site-footer__in {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (max-width: 1023.9px) {
  .site-footer {
    text-align: center;
  }
  .site-footer__in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .site-footer__copy {
    margin-bottom: 4rem;
  }
}
/*=========================
  Page
===========================*/
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}
.page__footer {
  margin-top: auto;
}
@media (max-width: 1023.9px) {
  .page {
    padding-top: 7rem;
    overflow: hidden;
  }
}
/*=========================
  Slogan
===========================*/
.company-slogan {
  position: relative;
  display: inline-block;
  padding: 1.5rem 3rem 2rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: #fff;
}
.company-slogan__logo {
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 7rem;
  height: 7rem;
  border-radius: 50%;
  -webkit-box-shadow: -1rem 1rem 1rem rgba(9, 35, 75, 0.1);
          box-shadow: -1rem 1rem 1rem rgba(9, 35, 75, 0.1);
}
/*=========================
  Promo section
===========================*/
.promo-section {
  position: relative;
  background-color: #dadada;
}
@media (min-width: 1024px) {
  .promo-section {
    width: 100%;
    height: 100vh;
    min-height: 48vw;
    max-height: 80vw;
    aspect-ratio: 16 / 9;
  }
  .promo-section__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .promo-section__bg img {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
  .promo-section__slogan {
    position: absolute;
    right: 14rem;
    bottom: 9rem;
  }
  .promo-section__legends {
    position: absolute;
    top: 7rem;
    right: 14rem;
    -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
            transform: translateX(50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
}
@media (max-width: 1023.9px) {
  .promo-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 5rem 2rem;
    min-height: 100vw;
    background-image: url('../img/promo-map-mob.jpg');
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
  }
  .promo-section__slogan {
    -webkit-transform: translateX(-1.8rem);
        -ms-transform: translateX(-1.8rem);
            transform: translateX(-1.8rem);
  }
  .promo-section__bg,
  .promo-section__legends {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1023.9px) {
  .promo-section {
    min-height: 50vw;
  }
}
/*=========================
  Map
===========================*/
.promo-section__map {
  position: absolute;
  left: 58.6%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 76.6%;
  height: auto;
  aspect-ratio: 147 / 94;
}
@media (max-width: 1023.9px) {
  .promo-section__map {
    display: none;
  }
}
/*=========================
  Plus
===========================*/
.promo-section__plus {
  position: relative;
  display: block;
  width: 4rem;
  height: 4rem;
  z-index: 2;
  background: #343235;
  overflow: hidden;
  text-indent: -1000px;
}
.promo-section__plus::before,
.promo-section__plus::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: block;
  background: #fff;
}
.promo-section__plus::before {
  width: 10px;
  height: 2px;
}
.promo-section__plus::after {
  width: 2px;
  height: 10px;
}
.promo-section__plus--gas {
  background-color: #1dcfff;
}
.promo-section__plus--gas::before,
.promo-section__plus--gas::after {
  background-color: #343235;
}
.promo-section__plus--oil {
  background-color: #343235;
}
.promo-section__plus--water {
  background-color: #1d7cfe;
}
/*=========================
  Name
===========================*/
.promo-section__name {
  position: absolute;
  left: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 4rem;
  white-space: nowrap;
  padding: 0.2em 0.75em 0;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  background: #343235;
}
.promo-section__plus--gas + .promo-section__name {
  color: #343235;
  background-color: #1dcfff;
}
.promo-section__plus--water + .promo-section__name {
  background-color: #1d7cfe;
}
/*=========================
  Pins
===========================*/
.promo-section__pin {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
}
.promo-section__pin--gas-treatment {
  left: 27.9%;
  top: 13%;
}
.promo-section__pin--torch {
  left: 14.3%;
  top: 5.6%;
}
.promo-section__pin--equipment {
  left: 22.5%;
  top: 22.6%;
}
.promo-section__pin--gas-well {
  left: 9.5%;
  top: 26.8%;
}
.promo-section__pin--line-node {
  left: 1.4%;
  top: 43.9%;
}
.promo-section__pin--gas-pump {
  left: 38.1%;
  top: 5.6%;
}
.promo-section__pin--gas-builds {
  left: 56.5%;
  top: 7.7%;
}
.promo-section__pin--gas-measurement {
  left: 44.2%;
  top: 20.5%;
}
.promo-section__pin--reagent-dosing {
  left: 7.5%;
  top: 85.3%;
}
.promo-section__pin--multiphase-pumps {
  left: 34%;
  top: 85.3%;
}
.promo-section__pin--oil-well {
  left: 27.2%;
  top: 70.5%;
}
.promo-section__pin--oil-treatment {
  left: 52.4%;
  top: 30%;
}
.promo-section__pin--oil-pump {
  left: 66.7%;
  top: 20.5%;
}
.promo-section__pin--firefighting-pump {
  left: 85%;
  top: 16.2%;
}
.promo-section__pin--oil-builds {
  left: 76.9%;
  top: 43%;
}
.promo-section__pin--water-well {
  left: 49%;
  top: 79%;
}
.promo-section__pin--water-distribution {
  left: 60.5%;
  top: 72.6%;
}
.promo-section__pin--cluster-water-pump {
  left: 67.3%;
  top: 62%;
}
.promo-section__pin--water-pump {
  left: 83.3%;
  top: 68.3%;
}
/*=========================
  Objects
===========================*/
.promo-section__obj {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}
.promo-section__obj--fire {
  width: 1.3rem;
  height: 7rem;
  background-image: url('../img/fire.gif');
}
.promo-section__obj--pump {
  width: 9.2rem;
  height: 10.8rem;
  background-image: url('../img/pump.gif');
}
.promo-section__obj--item-1 {
  left: 16.55%;
  top: 0%;
}
.promo-section__obj--item-2 {
  left: 76.9%;
  top: 2.8%;
}
.promo-section__obj--item-3 {
  left: 80.2%;
  top: 0%;
}
.promo-section__obj--item-4 {
  left: 9.5%;
  top: 60.8%;
}
.promo-section__obj--item-5 {
  left: 23.6%;
  top: 62.3%;
}
.promo-section__obj--item-6 {
  left: 16.3%;
  top: 73.1%;
}
.promo-section__obj--item-7 {
  left: 86.8%;
  top: 55.2%;
}
.promo-section__obj--item-8 {
  left: 94.2%;
  top: 44.4%;
}
/*=========================
  Hover
===========================*/
.promo-section__plus,
.promo-section__plus::before,
.promo-section__plus::after {
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.promo-section__name {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(-4rem);
      -ms-transform: translateX(-4rem);
          transform: translateX(-4rem);
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  -o-transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
}
.promo-section__pin:hover .promo-section__plus {
  background-color: #fff;
}
.promo-section__pin:hover .promo-section__plus::before,
.promo-section__pin:hover .promo-section__plus::after {
  background-color: #343235;
}
.promo-section__pin:hover .promo-section__name {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}
/*=========================
  About section
===========================*/
.about-section {
  background-color: #214984;
  color: #fff;
}
@media (min-width: 1024px) {
  .about-section {
    padding: 15rem 0;
  }
}
/*=========================
  Title
===========================*/
.about-section__title {
  margin-bottom: 1em;
}
/*=========================
  Text
===========================*/
.about-section__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #d6d6d6;
}
.about-section__text b {
  color: #fff;
}
.about-section__text-logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14rem;
  height: 14rem;
  margin-right: 4rem;
}
@media (max-width: 1023.9px) {
  .about-section__text-logo {
    display: none;
  }
}
/*=========================
  Catalog
===========================*/
.about-section__catalog {
  margin-top: 5.5rem;
  margin-left: 4rem;
  margin-right: -2rem;
}
@media (max-width: 1023.9px) {
  .about-section__catalog {
    margin: 2rem 0 0;
  }
}
/*=========================
  Partners section
===========================*/
.partners-section {
  padding-bottom: 12rem;
}
.partners-section__title {
  margin-bottom: 5rem;
}
/*=========================
  Partners slider
===========================*/
.partners-slider {
  position: relative;
}
.partners-slider__in {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.partners-slider__slide {
  padding-right: 10rem;
  padding-left: 2px;
}
.partners-slider__nav {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
}
@media (max-width: 1023.9px) {
  .partners-slider__nav {
    left: auto;
    right: 0;
  }
}
@media (max-width: 767.9px) {
  .partners-slider__slide {
    padding-right: 7rem;
  }
}
/*=========================
  Partner card
===========================*/
.partner-card {
  position: relative;
}
.partner-card__logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 12rem;
  width: 7rem;
  margin-bottom: 3rem;
}
.partner-card__logo img {
  display: block;
  width: 100%;
  max-height: 100%;
}
.partner-card__title {
  font-weight: 700;
}
.partner-card__text {
  margin-top: 0.25em;
}
/*=========================
  Projects section
===========================*/
@media (min-width: 1024px) {
  .projects-section {
    padding-top: 11rem;
    padding-bottom: 22rem;
    background-color: #E8E8E8;
  }
}
/*=========================
  Project map
===========================*/
.project-map {
  position: relative;
}
.project-map__dot {
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: solid 0.8rem #1dcfff;
  background: #fff;
}
.project-map__item--moscow .project-map__dot {
  border-color: #f71e1e;
}
@media (min-width: 1024px) {
  .project-map {
    left: -15.8rem;
    width: 165rem;
    height: auto;
    aspect-ratio: 165 / 71;
  }
  .project-map__bg {
    display: block;
    width: 100%;
  }
  .project-map__item--moscow .project-map__dot {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    -webkit-animation: dot-pulse infinite alternate linear 0.5s;
            animation: dot-pulse infinite alternate linear 0.5s;
  }
}
@media (max-width: 1023.9px) {
  .project-map__bg {
    display: none;
  }
  .project-map__dot {
    position: absolute;
    left: 0;
    top: 0;
  }
}
@-webkit-keyframes dot-pulse {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes dot-pulse {
  from {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
/*=========================
  Cities
===========================*/
@media (min-width: 1024px) {
  .project-map__item {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    cursor: pointer;
  }
  .project-map__item--moscow {
    left: 14%;
    top: 42.3%;
  }
  .project-map__item--kisilevskoe {
    left: 7.9%;
    top: 66.2%;
  }
  .project-map__item--kotovo {
    left: 10.4%;
    top: 59.2%;
  }
  .project-map__item--kazan {
    left: 17.1%;
    top: 49.3%;
  }
  .project-map__item--naberezhnye-chelny {
    left: 20.1%;
    top: 50.7%;
  }
  .project-map__item--krasnosulinskiy {
    left: 6.1%;
    top: 57.8%;
  }
  .project-map__item--ilskiy {
    left: 3.7%;
    top: 62%;
  }
  .project-map__item--nizhnekamsk {
    left: 18.3%;
    top: 53.5%;
  }
  .project-map__item--volgograd {
    left: 14%;
    top: 60.6%;
  }
  .project-map__item--samara {
    left: 16.5%;
    top: 56.3%;
  }
  .project-map__item--purpe {
    left: 39.6%;
    top: 40.8%;
  }
  .project-map__item--krasnoyarsk {
    left: 45.7%;
    top: 67.6%;
  }
  .project-map__item--novosibirsk {
    left: 39%;
    top: 71.8%;
  }
  .project-map__item--vanino {
    left: 89%;
    top: 79%;
  }
  .project-map__item--angarsk {
    left: 59%;
    top: 85%;
  }
  .project-map__item--tyumen {
    left: 33.5%;
    top: 53.5%;
  }
  .project-map__item--zarechny {
    left: 30.5%;
    top: 55%;
  }
  .project-map__item--perm {
    left: 27.4%;
    top: 53.5%;
  }
}
@media (max-width: 1023.9px) {
  .project-map__item {
    position: relative;
  }
  .project-map__item:not(:first-child) {
    margin-top: 4rem;
  }
}
/*=========================
  Popup
===========================*/
.project-map__popup-title {
  font-weight: 700;
}
.project-map__popup-text {
  margin-top: 0.5em;
}
@media (min-width: 1024px) {
  .project-map__popup {
    left: 100%;
    top: 50%;
    -webkit-transform: translateX(2rem);
        -ms-transform: translateX(2rem);
            transform: translateX(2rem);
    width: 34rem;
    padding: 2rem 2rem 2.5rem 3rem;
  }
  .project-map__popup-title {
    font-size: 1.4rem;
  }
  .project-map__popup-title span {
    white-space: nowrap;
  }
}
@media (max-width: 1023.9px) {
  .project-map__popup {
    position: relative;
    padding: 0;
    background: none;
    pointer-events: auto;
    z-index: 1;
    opacity: 1;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .project-map__popup-title {
    margin-left: 4rem;
    padding-top: 0.4rem;
  }
}
/*=========================
  Hover
===========================*/
@media (min-width: 1024px) {
  .project-map__dot {
    -webkit-transition: border-color 0.2s, -webkit-transform 0.2s;
    transition: border-color 0.2s, -webkit-transform 0.2s;
    -o-transition: transform 0.2s, border-color 0.2s;
    transition: transform 0.2s, border-color 0.2s;
    transition: transform 0.2s, border-color 0.2s, -webkit-transform 0.2s;
  }
  .project-map__popup {
    -webkit-transform: translateX(5rem);
        -ms-transform: translateX(5rem);
            transform: translateX(5rem);
  }
  .project-map__item:hover {
    z-index: 5;
  }
  .project-map__item:hover .project-map__dot {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
    border-color: #f71e1e;
  }
  .project-map__item:hover .project-map__popup {
    -webkit-transform: translateX(2rem);
        -ms-transform: translateX(2rem);
            transform: translateX(2rem);
    opacity: 1;
  }
}
/*=========================
  Popup position
===========================*/
@media (min-width: 1024px) {
  .project-map__item--vanino .project-map__popup,
  .project-map__item--angarsk .project-map__popup {
    left: auto;
    right: 100%;
    top: auto;
    bottom: 50%;
    -webkit-transform: translateX(-5rem);
        -ms-transform: translateX(-5rem);
            transform: translateX(-5rem);
  }
  .project-map__item--vanino:hover .project-map__popup,
  .project-map__item--angarsk:hover .project-map__popup {
    -webkit-transform: translateX(-2rem);
        -ms-transform: translateX(-2rem);
            transform: translateX(-2rem);
  }
}
/*=========================
  Catalog section
===========================*/
.catalog-section {
  padding: 4rem 0 5rem;
}
/*=========================
  Pump item
===========================*/
.pump-item {
  display: block;
  color: #343235;
}
.pump-item__pic {
  display: block;
  width: 100%;
  max-width: 28rem;
  height: auto;
  aspect-ratio: 1 / 1;
  -o-object-fit: contain;
     object-fit: contain;
}
.pump-item__title {
  display: block;
  margin-top: 1.5em;
  font-size: 1.6rem;
  font-weight: 700;
}
@media (hover: hover) {
  .pump-item:hover .pump-item__title {
    color: #1d7cfe;
  }
}
/*=========================
  Pumps list
===========================*/
.pumps-list {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  row-gap: 5rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media (max-width: 1023.9px) {
  .pumps-list {
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  }
}
/*=========================
  Product main section
===========================*/
.product-main-section {
  position: relative;
}
.product-main-section__content-wrapper {
  position: relative;
}
.product-main-section__title {
  margin: 3rem 0;
}
@media (min-width: 1024px) {
  .product-main-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-left: 40rem;
  }
  .product-main-section__content {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: calc(55% - 14rem);
  }
  .product-main-section__top {
    padding: 8rem 0 9rem;
  }
  .product-main-section__bottom {
    position: relative;
    padding: 7rem 0;
  }
  .product-main-section__bottom::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: calc(-1 * 40rem);
    right: calc(-1 * (78% + calc(14rem * 2)));
    background-color: #dadada;
  }
}
@media (max-width: 1023.9px) {
  .product-main-section__top,
  .product-main-section__bottom {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .product-main-section__top {
    padding-bottom: 8rem;
  }
  .product-main-section__bottom {
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color: #dadada;
  }
}
/*=========================
  Preview
===========================*/
.product-main-section__preview-img {
  display: block;
}
@media (min-width: 1024px) {
  .product-main-section__preview {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: sticky;
    top: 1rem;
    z-index: 5;
    margin-top: 10rem;
    margin-bottom: 2rem;
  }
  .product-main-section__preview-wrapper {
    overflow: hidden;
    width: 100%;
    padding-left: 4rem;
  }
  .product-main-section__preview-img {
    width: 105%;
    height: 75.3%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (max-width: 1023.9px) {
  .product-main-section__preview {
    padding: 2rem;
  }
  .product-main-section__preview-img {
    width: 100%;
  }
}
/*=========================
  Product descript section
===========================*/
.product-descript-section__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10rem;
}
@media (min-width: 1024px) {
  .product-descript-section__chars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product-descript-section__square {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-left: 4rem;
  }
  .product-descript-section__table {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
}
@media (max-width: 1023.9px) {
  .product-descript-section__chars {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 5rem;
  }
  .product-descript-section__square {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 5rem;
  }
}
/*=========================
  Square
===========================*/
.square {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.square::before {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 17.4rem;
  height: 12rem;
  background-image: url('../img/square@2x.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}
.square__content {
  margin-left: 3rem;
}
.square__label {
  font-weight: 700;
}
.square__num {
  font-size: 5rem;
  font-weight: 700;
  line-height: 0.9;
}
.square__value {
  white-space: nowrap;
  margin-top: 0.8rem;
}
.square__units {
  margin-left: 0.5em;
  font-weight: 700;
  color: #1d7cfe;
}
/*=========================
  Product benefits section
===========================*/
.product-benefits-section__title {
  margin-bottom: 1em;
}
.product-benefits-section__list li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid-column;
}
@media (min-width: 1024px) {
  .product-benefits-section__list {
    -webkit-columns: 2 auto;
       -moz-columns: 2 auto;
            columns: 2 auto;
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
/*=========================
  Product download section
===========================*/
.product-download-section {
  padding: 5rem 0;
}
/*=========================
  Order section
===========================*/
.order-section__title,
.order-section__form {
  position: relative;
  z-index: 3;
}
.order-section__title {
  margin-bottom: 4rem;
}
.order-section__form {
  max-width: 92rem;
}
@media (min-width: 1024px) {
  .order-section {
    overflow: hidden;
  }
  .order-section__bg {
    left: 89%;
    top: 50%;
    width: 77%;
  }
}
@media (max-width: 1023.9px) {
  .order-section__title {
    text-align: center;
  }
  .order-section__form {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  .order-section__bg {
    display: none;
  }
}
/*=========================
  Order form
===========================*/
.order-form {
  position: relative;
}
.order-form__body {
  margin-bottom: 2.5rem;
}
.order-form__fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2.5rem;
}
.order-form__files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 3rem;
  padding-left: 3rem;
  margin-bottom: 4rem;
}
.order-form__submit {
  width: 100%;
}
.order-form__agreement {
  margin-top: 2rem;
  margin-left: 3rem;
}
@media (min-width: 1024px) {
  .order-form__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4rem;
  }
  .order-form__fields,
  .order-form__message {
    width: 50%;
  }
  .order-form__message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .order-form__message-textarea {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .order-form__footer {
    width: 50%;
    padding-right: 2rem;
  }
}
@media (max-width: 1023.9px) {
  .order-form__fields {
    margin-bottom: 2.5rem;
  }
  textarea.order-form__message-textarea {
    height: 15rem;
  }
}
/*=========================
  Certificates section
===========================*/
.certificates-section__title {
  margin: 3rem 0 5rem;
}
/*=========================
  Certificate
===========================*/
.certificate {
  width: 100%;
  max-width: 24rem;
  cursor: pointer;
}
.certificate__img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 12 / 17;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #fff;
}
.certificate__caption {
  margin-top: 1em;
}
/*=========================
  Certificates
===========================*/
.certificates {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(25rem, 1fr));
  row-gap: 5rem;
  -webkit-column-gap: 4rem;
     -moz-column-gap: 4rem;
          column-gap: 4rem;
}
@media (max-width: 1023.9px) {
  .certificates {
    grid-template-columns: repeat(auto-fill, minmax(18rem, 1fr));
  }
}
/*=========================
  About main section
===========================*/
.about-main-section__title {
  margin: 3rem 0;
}
@media (min-width: 1024px) {
  .about-main-section {
    overflow: hidden;
  }
  .about-main-section__bg {
    top: 50%;
    left: 95%;
    width: 65%;
  }
  .about-main-section__content {
    width: 56%;
  }
}
@media (max-width: 1023.9px) {
  .about-main-section__bg {
    display: none;
  }
}
/*=========================
  About text section
===========================*/
/*=========================
  About files section
===========================*/
/*=========================
  Presentations
===========================*/
.presentations {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4rem 0;
}
@media (min-width: 1024px) {
  .presentations {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .presentations__item {
    width: 50%;
  }
}
@media (max-width: 1023.9px) {
  .presentations {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
/*=========================
  Contacts header
===========================*/
.contacts-header {
  overflow: hidden;
}
.contacts-header__title {
  margin: 3rem 0;
}
@media (min-width: 1024px) {
  .contacts-header::before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 65%;
    height: 25rem;
    background-image: url('../img/section-bg-top-right.png?v01');
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
}
/*=========================
  Contacts grid
===========================*/
.contacts-grid {
  position: relative;
}
.contacts-grid__label {
  font-size: 1.6rem;
  margin-bottom: 1.5em;
}
.contacts-grid__value {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.contacts-grid__value a {
  color: #343235;
}
@media (min-width: 1024px) {
  .contacts-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .contacts-grid__item {
    max-width: 30%;
  }
}
@media (max-width: 1023.9px) {
  .contacts-grid__item:not(:first-child) {
    margin-top: 3rem;
  }
}
/*=========================
  Contacts section
===========================*/
.contacts-section {
  background-color: #fafafa;
}
@media (min-width: 1024px) {
  .contacts-section__in {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contacts-section__team {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .contacts-section__form {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 44rem;
    margin-left: 6rem;
  }
}
@media (max-width: 1023.9px) {
  .contacts-section__form {
    margin-top: 8rem;
    max-width: 450px;
  }
}
/*=========================
  Team
===========================*/
.team {
  position: relative;
}
.team__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 3rem;
  margin-bottom: 6rem;
}
@media (min-width: 1024px) {
  .team__list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 6rem;
  }
}
@media (max-width: 1023.9px) {
  .team__header {
    margin-bottom: 3rem;
  }
  .team__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 3rem;
  }
}
/*=========================
  Employee
===========================*/
.employee {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1rem;
}
.employee__name {
  font-weight: 700;
}
.employee__status {
  font-size: 1.4rem;
  line-height: 1.5;
  text-transform: uppercase;
}
.employee__contacts {
  font-size: 1.6rem;
  line-height: 1.5;
}
/*=========================
  Map
===========================*/
.map {
  position: relative;
  height: 42rem;
  width: 100%;
}
/*=========================
  Spacer
===========================*/
.spacer-bottom-2xs {
  margin-bottom: 0.5rem !important;
}
.spacer-top-2xs {
  margin-top: 0.5rem !important;
}
.spacer-bottom-xs {
  margin-bottom: 1rem !important;
}
.spacer-top-xs {
  margin-top: 1rem !important;
}
.spacer-bottom-s {
  margin-bottom: 1.5rem !important;
}
.spacer-top-s {
  margin-top: 1.5rem !important;
}
.spacer-bottom-m {
  margin-bottom: 2rem !important;
}
.spacer-top-m {
  margin-top: 2rem !important;
}
.spacer-bottom-l {
  margin-bottom: 2.5rem !important;
}
.spacer-top-l {
  margin-top: 2.5rem !important;
}
.spacer-bottom-xl {
  margin-bottom: 3rem !important;
}
.spacer-top-xl {
  margin-top: 3rem !important;
}
.spacer-bottom-2xl {
  margin-bottom: 4rem !important;
}
.spacer-top-2xl {
  margin-top: 4rem !important;
}
/*=========================
  Visibility
===========================*/
.hidden {
  display: none !important;
}
@media (max-width: 1023.9px) {
  .hidden-to-desktop {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden-desktop {
    display: none !important;
  }
}
