*, *:before, *:after {
  box-sizing: border-box; }

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  text-size-adjust: none;
  text-decoration: none; }

footer, header, nav, section, main {
  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; }

input {
  -webkit-appearance: none;
  border-radius: 0; }

button {
  outline: none;
  background: none;
  border: 0px;
  cursor: pointer; }

@font-face {
  font-family: "Manrope-bold";
  src: url("../font/Manrope-Bold.ttf"); }
@font-face {
  font-family: "Manrope-semibold";
  src: url("../font/Manrope-SemiBold.ttf");
  font-weight: 700; }
@font-face {
  font-family: "Manrope-Medium";
  src: url("../font/Manrope-Medium.ttf");
  font-weight: 500; }
@font-face {
  font-family: "Manrope-Regular";
  src: url("../font/Manrope-Regular.ttf");
  font-weight: 300; }
.bold {
  font-family: "Manrope-bold", sans-serif; }

.semibold {
  font-family: "Manrope-semibold", sans-serif; }

.medium {
  font-family: "Manrope-Medium", sans-serif; }

.regular {
  font-family: "Manrope-Regular", sans-serif; }

.h1 {
  font-size: 80px;
  line-height: 120%; }

.h2 {
  font-size: 60px;
  line-height: 120%; }

.h3 {
  font-size: 56px;
  line-height: 120%; }

.h4 {
  font-size: 40px;
  line-height: 140%; }

.h5 {
  font-size: 32px;
  line-height: 140%; }

.p-1 {
  font-size: 24px;
  line-height: 140%; }

.p-2 {
  font-size: 20px;
  line-height: 140%; }

.p-3 {
  font-size: 18px;
  line-height: 140%; }

.green {
  color: #079066; }

.blue {
  color: #3E5CC7; }

.gray {
  color: #A7A7A7; }

@media screen and (max-width: 1024px) {
  .h1 {
    font-size: 56px;
    line-height: 120%; }

  .h2 {
    font-size: 48px;
    line-height: 120%; }

  .h3 {
    font-size: 32px;
    line-height: 140%; }

  .h4 {
    font-size: 24px;
    line-height: 140%; }

  .h5 {
    font-size: 20px;
    line-height: 140%; }

  .p-1 {
    font-size: 20px;
    line-height: 140%; }

  .p-2 {
    font-size: 18px;
    line-height: 140%; }

  .p-3 {
    font-size: 16px;
    line-height: 140%; } }
@media screen and (max-width: 768px) {
  .h1 {
    font-size: 40px;
    line-height: 120%; }

  .h2 {
    font-size: 32px;
    line-height: 140%; }

  .h3 {
    font-size: 24px;
    line-height: 140%; }

  .h4 {
    font-size: 20px;
    line-height: 140%; }

  .h5 {
    font-size: 18px;
    line-height: 140%; }

  .p-1 {
    font-size: 18px;
    line-height: 140%; }

  .p-2 {
    font-size: 16px;
    line-height: 140%; }

  .p-3 {
    font-size: 14px;
    line-height: 140%; } }
body {
  color: #1c3710; }

.section {
  margin-bottom: 200px;
  margin-left: auto;
  margin-right: auto; }

.section-background {
  max-width: 1876px;
  background: linear-gradient(180deg, rgba(1, 82, 57, 0.03) 0%, rgba(1, 82, 57, 0.04) 99.14%, rgba(1, 82, 57, 0.04) 99.14%);
  border-radius: 30px;
  position: relative; }

.section-header {
  margin-bottom: 80px; }

@media screen and (max-width: 1440px) {
  .section-background {
    margin-left: 0;
    margin-right: 0;
    border-radius: 0; } }
@media screen and (max-width: 1024px) {
  .section {
    margin-bottom: 104px; }

  .section-header {
    margin-bottom: 64px; } }
@media screen and (max-width: 768px) {
  .section {
    margin-bottom: 64px; }

  .section-header {
    margin-bottom: 64px; } }
.primary-button {
  cursor: pointer;
  display: flex; }
  .primary-button__text {
    color: #FFFFFF;
    font-family: "Manrope-semibold", sans-serif;
    font-style: normal;
    font-size: 18px;
    line-height: 140%;
    border-radius: 7px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 16px 32px;
    background-color: #1C3710;
    transition: 0.3s all;
    height: 58px; }
  .primary-button__arrow {
    color: #FFFFFF;
    border-radius: 7px;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    padding: 16px;
    background-color: #1C3710;
    transition: 0.3s all;
    height: 58px;
    width: 58px; }
    .primary-button__arrow img {
      width: 24px;
      height: 24px; }
  .primary-button:hover .primary-button__text {
    background-color: #015239; }
  .primary-button:hover .primary-button__arrow {
    background-color: #015239; }

.lang-switcher {
  font-family: "Manrope-semibold", sans-serif;
  font-size: 18px;
  line-height: 140%;
  color: #1C3710; }
  .lang-switcher:hover {
    color: #015239; }

.link {
  font-family: "Manrope-bold", sans-serif;
  color: #3E5CC7;
  text-decoration: none; }

.burger-menu_button {
  width: 40px;
  height: 26px;
  overflow: hidden;
  position: relative; }

.burger-menu_button .bar {
  padding: 0;
  height: 2px;
  background-color: #1C3710;
  display: block;
  border-radius: 2px;
  transition: all 0.4s ease-in-out;
  position: absolute;
  right: 0; }
.burger-menu_button .bar1 {
  width: 30px;
  top: 0; }
.burger-menu_button .bar2,
.burger-menu_button .bar3 {
  width: 26px;
  top: 8px; }
.burger-menu_button .bar4 {
  width: 18px;
  top: 16px; }
.burger-menu_button.active .bar {
  right: initial; }
.burger-menu_button.active .bar1 {
  transform: rotate(45deg);
  width: 26px;
  top: 10px; }
.burger-menu_button.active .bar2 {
  transform: translateX(-40px);
  background-color: transparent;
  top: 10px; }
.burger-menu_button.active .bar3 {
  transform: translateX(40px);
  background-color: transparent;
  top: 10px; }
.burger-menu_button.active .bar4 {
  transform: rotate(-45deg);
  width: 26px;
  top: 10px; }

@media screen and (max-width: 768px) {
  .primary-button__text {
    font-size: 16px;
    padding: 12px 24px; }
  .primary-button__arrow {
    padding: 18px; }
    .primary-button__arrow img {
      width: 10px;
      height: 10px; } }
@media screen and (max-width: 480px) {
  .primary-button__text {
    font-size: 14px; }
  .primary-button__arrow {
    padding: 12px; } }
.privacypolicy-link {
  text-decoration: underline; }

.header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  max-width: 1736px;
  padding: 72px 20px;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  top: 0;
  z-index: 9; }
  .header .header__wrapper__gap {
    flex-grow: 0.65; }
  .header .header__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1; }
    .header .header__wrapper .menu-wrapper-mobile {
      display: flex;
      flex-grow: 1; }
      .header .header__wrapper .menu-wrapper-mobile .header__nav-wrapper {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        flex-grow: 1;
        gap: 20px; }
        .header .header__wrapper .menu-wrapper-mobile .header__nav-wrapper .header__nav {
          max-width: 724px;
          flex-grow: 1; }
        .header .header__wrapper .menu-wrapper-mobile .header__nav-wrapper .header__nav-lang-switcher {
          flex-grow: 0.33; }
        .header .header__wrapper .menu-wrapper-mobile .header__nav-wrapper .menu {
          display: flex;
          flex-direction: row;
          align-items: center;
          justify-content: space-between; }
          .header .header__wrapper .menu-wrapper-mobile .header__nav-wrapper .menu__link {
            color: #1C3710;
            font-family: "Manrope-Regular", sans-serif;
            font-size: 18px;
            transition: 0.3s all; }
            .header .header__wrapper .menu-wrapper-mobile .header__nav-wrapper .menu__link:hover {
              color: #015239; }
    .header .header__wrapper .burger-menu {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-left: 46px;
      display: none; }
    .header .header__wrapper .header_buttons {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: space-between;
      gap: 40px; }

@media screen and (max-width: 1280px) {
  .header {
    padding-top: 42px; }
    .header .header__wrapper {
      flex-grow: 0; }
      .header .header__wrapper .menu-wrapper-mobile .header__nav-wrapper {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0px;
        padding-top: 164px;
        height: 100vh;
        gap: 46px;
        justify-content: flex-start;
        transition: 0.3s all;
        background-color: #FFFFFF;
        overflow: hidden; }
        .header .header__wrapper .menu-wrapper-mobile .header__nav-wrapper .header__nav {
          flex-grow: 0; }
        .header .header__wrapper .menu-wrapper-mobile .header__nav-wrapper .header__nav-lang-switcher {
          flex-grow: 0; }
        .header .header__wrapper .menu-wrapper-mobile .header__nav-wrapper .menu {
          display: flex;
          align-items: center;
          justify-content: space-between;
          flex-direction: column;
          gap: 32px; }
      .header .header__wrapper .burger-menu {
        display: block;
        z-index: 3; }
      .header .header__wrapper.active .header__nav-wrapper {
        width: 264px; } }
@media screen and (max-width: 768px) {
  .header {
    padding-top: 16px; }
    .header .header__wrapper {
      flex-grow: 0; }
      .header .header__wrapper .menu-wrapper-mobile {
        display: flex;
        flex-direction: column;
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 0vw;
        height: 100vh;
        min-height: 576px;
        overflow: hidden;
        background: #FFFFFF;
        justify-content: space-around;
        align-items: flex-end;
        transition: 0.3s all; }
        .header .header__wrapper .menu-wrapper-mobile .header__nav-wrapper {
          background: transparent;
          padding-top: 120px;
          padding-bottom: 60px;
          flex-grow: 0;
          position: initial;
          top: initial;
          left: initial;
          right: initial;
          bottom: initial;
          width: initial;
          padding-right: 32px; }
          .header .header__wrapper .menu-wrapper-mobile .header__nav-wrapper .header__nav-lang-switcher {
            width: 100%;
            display: flex;
            justify-content: flex-end; }
          .header .header__wrapper .menu-wrapper-mobile .header__nav-wrapper .menu {
            align-items: flex-end; }
        .header .header__wrapper .menu-wrapper-mobile .header_buttons {
          display: flex;
          flex-direction: column-reverse;
          align-items: flex-end;
          gap: 16px;
          padding-right: 32px;
          margin-bottom: 32px; }
          .header .header__wrapper .menu-wrapper-mobile .header_buttons .primary-button {
            padding: 0; }
      .header .header__wrapper.active .menu-wrapper-mobile {
        width: 100vw; }
        .header .header__wrapper.active .menu-wrapper-mobile .header__nav-wrapper {
          width: initial; } }
body.active {
  height: 100vh;
  overflow: hidden; }

.section-1 {
  margin: auto;
  max-width: 1876px;
  background: linear-gradient(180deg, rgba(1, 82, 57, 0.03) 0%, rgba(1, 82, 57, 0.04) 99.14%, rgba(1, 82, 57, 0.04) 99.14%);
  border-radius: 30px 30px 0px 30px;
  position: relative;
  height: 100vh;
  min-height: 920px;
  max-height: 1020px;
  display: flex;
  align-items: center; }
  .section-1__wrapper {
    max-width: 1736px;
    width: 100%;
    padding: 0 20px;
    margin: auto;
    display: flex;
    align-items: center; }
  .section-1__title-wrapper {
    width: 50%;
    max-width: 832px;
    gap: 56px;
    flex-grow: 2;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2; }
    .section-1__title-wrapper .primary-button {
      max-width: 280px; }
  .section-1__gap {
    flex-grow: 1; }
  .section-1__image-block {
    max-width: 1118px;
    width: 65%;
    position: absolute;
    bottom: 0;
    right: 0; }
    .section-1__image-block img {
      width: 100%;
      height: 100%; }
    .section-1__image-block .wave-animation-1 {
      bottom: 20%;
      left: 28%;
      height: 172px;
      width: 224px; }
    .section-1__image-block .wave-animation-2 {
      bottom: 12%;
      right: 12%;
      height: 156px;
      width: 150px; }

@media screen and (max-width: 1440px) {
  .section-1 {
    margin: 0;
    padding: 0;
    border-radius: 0; } }
@media screen and (max-width: 1024px) {
  .section-1 {
    min-height: 768px; }
    .section-1__title-wrapper {
      max-width: 584px;
      gap: 48px; }
    .section-1 .wave-animation-1 {
      height: 156px;
      width: 136px; }
    .section-1 .wave-animation-2 {
      height: 108px;
      width: 90px; } }
@media screen and (max-width: 768px) {
  .section-1 {
    height: auto; }
    .section-1__wrapper {
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      min-height: inherit;
      height: initial;
      padding-top: 180px; }
    .section-1__title-wrapper {
      max-width: 640px;
      width: 100%;
      gap: 32px; }
    .section-1__image-block {
      max-width: 1118px;
      width: 100%;
      position: relative;
      bottom: initial;
      right: -20px; }
    .section-1 .wave-animation-1 {
      height: 126px;
      width: 100px; }
    .section-1 .wave-animation-2 {
      height: 108px;
      width: 90px; } }
.wave-animation {
  position: absolute;
  display: flex;
  justify-content: center;
  z-index: 3; }
  .wave-animation .gas-name {
    background: #FFFFFF;
    border: 1px solid rgba(7, 144, 102, 0.5);
    box-shadow: 0px 0px 0px 1px #FFFFFF;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-family: Manrope-semibold;
    color: #079066; }
  .wave-animation .wave {
    border: 1px solid #1DC490;
    box-shadow: 0 0 20px #ccc;
    background: radial-gradient(66.67% 66.67% at 49.5% 48.15%, rgba(29, 195, 144, 0.05) 0%, #1DC390 100%);
    box-sizing: border-box;
    border-radius: 50%;
    opacity: 0.75;
    transition: all;
    position: absolute;
    animation: wave-animation 3s ease-in-out infinite; }
  .wave-animation .wave1 {
    top: 24%;
    height: 14%;
    z-index: 4;
    width: 36%;
    animation-delay: 0.2s; }
  .wave-animation .wave2 {
    top: 30%;
    height: 18%;
    z-index: 3;
    width: 56%;
    animation-delay: 0.4s; }
  .wave-animation .wave3 {
    top: 36%;
    height: 22%;
    z-index: 2;
    width: 80%;
    animation-delay: 0.6s; }
  .wave-animation .wave4 {
    top: 48%;
    height: 26%;
    z-index: 1;
    width: 100%;
    animation-delay: 0.8s; }

@keyframes wave-animation {
  0% {
    transform: translateY(0px); }
  50% {
    transform: translateY(24px); }
  100% {
    transform: translateY(0px); } }
@media screen and (max-width: 768px) {
  .wave-animation .gas-name {
    height: 24px;
    width: 24px;
    font-size: 8px; } }
.digital-info {
  max-width: 1448px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  margin-top: 100px; }
  .digital-info__item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    width: 100%;
    text-align: center;
    height: 100%;
    position: relative; }
    .digital-info__item:after {
      height: 64px;
      background: #1C3710;
      content: "";
      width: 1px;
      position: absolute;
      right: 0px; }
    .digital-info__item:last-child::after {
      display: none; }
  .digital-info__description {
    max-width: 254px; }

@media screen and (max-width: 1024px) {
  .digital-info {
    margin-top: 74px; }
    .digital-info__item:after {
      display: none; } }
@media screen and (max-width: 768px) {
  .digital-info {
    margin-top: 56px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 32px; }
    .digital-info__item {
      max-width: 140px; }
      .digital-info__item:after {
        display: none; } }
.services {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1736px;
  padding: 0 30px; }
  .services__block-header {
    text-align: center;
    max-width: 1120px; }
    .services__block-header span {
      white-space: nowrap; }
  .services__items {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem; }
  .services__item {
    padding: 48px;
    gap: 32px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(1, 82, 57, 0.03) 0%, rgba(1, 82, 57, 0.04) 99.14%, rgba(1, 82, 57, 0.04) 99.14%);
    display: flex;
    align-items: center;
    width: 100%; }
    .services__item:nth-child(1), .services__item:nth-child(4), .services__item:nth-child(2), .services__item:nth-child(3) {
      width: calc(50% - 16px); }
  .services__item-text {
    width: 50%; }
  .services__item-header {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    margin-bottom: 16px;
    font-size: 1.5em; }
    .services__item-header > span:nth-child(2) {
      font-weight: 500;
      margin-right: 16px; }
  .services__item-description {
    font-size: 1.125em;
    line-height: 1.5em; }
  .services__item-image {
    width: 50%;
    text-align: right; }
    .services__item-image img {
      max-width: 100%;
      max-height: 230px;
      object-fit: contain; }

@media screen and (max-width: 1024px) {
  .services__items {
    gap: 32px;
    justify-content: space-between; }
  .services__item {
    padding: 40px; }
    .services__item:nth-child(1), .services__item:nth-child(4), .services__item:nth-child(2), .services__item:nth-child(3) {
      width: calc(50% - 16px); }
  .services__item-image img {
    max-height: 140px; } }
@media screen and (max-width: 768px) {
  .services {
    padding-left: 15px;
    padding-right: 15px; }
    .services__items {
      gap: 16px; }
    .services__item {
      flex-direction: column;
      align-items: flex-start;
      padding: 30px; }
      .services__item:nth-child(1), .services__item:nth-child(4), .services__item:nth-child(2), .services__item:nth-child(3) {
        width: calc(50% - 8px); }
    .services__item-text {
      width: 100%; }
    .services__item-image {
      width: 100%;
      flex: 1 0;
      display: flex;
      align-items: flex-end;
      justify-content: center; }
    .services__item-image img {
      max-height: 160px; } }
@media screen and (max-width: 480px) {
  .services__item {
    padding: 20px;
    gap: 16px; }
  .services__item {
    flex-direction: row;
    align-items: center; }
    .services__item:nth-child(1), .services__item:nth-child(4), .services__item:nth-child(2), .services__item:nth-child(3) {
      width: 100%; }
  .services__item-text {
    width: 50%; }
  .services__item-image {
    width: 50%; }
  .services__item-image img {
    max-height: 130px; } }
.inovation {
  display: flex;
  flex-direction: column;
  max-width: 1736px;
  padding: 0 20px; }
  .inovation__block-header {
    max-width: 940px; }
  .inovation__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    gap: 5%;
    row-gap: 64px;
    max-width: 1736px; }
  .inovation__item {
    display: flex;
    flex-direction: column;
    width: 30%;
    gap: 32px; }
  .inovation__item-icon {
    font-size: 48px;
    font-weight: bold;
    color: #3E5CC7; }

@media screen and (max-width: 1280px) {
  .inovation__items {
    gap: 2%;
    row-gap: 52px; }
  .inovation__item {
    width: 48%; } }
@media screen and (max-width: 480px) {
  .inovation__items {
    row-gap: 34px; }
  .inovation__item {
    width: 100%; } }
.products {
  display: flex;
  flex-direction: column;
  max-width: 1736px;
  padding: 0 20px; }
  .products__block-header {
    max-width: 974px; }
  .products__block-description {
    max-width: 1118px; }
  .products__items {
    display: flex;
    flex-direction: column;
    gap: 64px; }
  .products__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 32px; }
    .products__item:nth-child(2n) {
      flex-direction: row-reverse; }
  .products__item-image-container {
    width: 50%;
    min-width: 540px; }
    .products__item-image-container img {
      width: 100%;
      height: 100%; }
  .products__item-description-block {
    display: flex;
    flex-direction: column;
    gap: 48px;
    max-width: 680px; }
  .products__item-description-list {
    display: flex;
    flex-direction: column;
    padding-left: 32px;
    gap: 32px; }
    .products__item-description-list li {
      display: flex;
      align-items: center;
      position: relative; }
      .products__item-description-list li:before {
        height: 16px;
        width: 16px;
        content: "";
        border: 3px solid #3E5CC7;
        border-radius: 50%;
        position: absolute;
        left: -32px; }

@media screen and (max-width: 1024px) {
  .products__items {
    gap: 72px; }
  .products__item {
    flex-direction: column-reverse;
    align-items: flex-start;
    gap: 48px; }
    .products__item:nth-child(2n) {
      flex-direction: column-reverse; }
  .products__item-description-block {
    max-width: initial; }
  .products__item-image-container {
    width: 100%;
    min-width: initial; }
    .products__item-image-container img {
      width: 100%;
      height: 100%; } }
.offer {
  padding: 150px 00px; }
  .offer__wrapper {
    max-width: 1736px;
    width: 100%;
    margin: auto;
    padding: 0 20px; }
  .offer__block-header {
    max-width: 1176px; }

@media screen and (max-width: 1024px) {
  .offer {
    padding: 104px 0; } }
@media screen and (max-width: 768px) {
  .offer {
    padding: 48px 0; } }
.equipment {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1736px;
  padding: 0 20px; }
  .equipment__wrapper {
    width: 100%; }
  .equipment__block-header {
    max-width: 974px; }
  .equipment__items {
    display: flex;
    flex-direction: column;
    max-width: 974px;
    margin-bottom: 96px; }
  .equipment__item-name {
    margin-bottom: 24px; }
  .equipment__item-description {
    margin-bottom: 80px; }
  .equipment__navigation {
    display: flex;
    gap: 16px; }
  .equipment__navigation-item {
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 88px;
    border: 1px solid #A7A7A7;
    border-radius: 12px;
    opacity: 0.3;
    transition: 0.3s all;
    padding: 12px;
    cursor: pointer; }
    .equipment__navigation-item img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .equipment__navigation-item:hover, .equipment__navigation-item.active {
      opacity: 1; }

.noisemonitoring {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1736px;
  padding: 0 20px; }
  .noisemonitoring__wrapper {
    width: 100%; }
  .noisemonitoring__block-header {
    max-width: 974px; }
  .noisemonitoring__items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 32px;
    justify-content: space-around; }
    .noisemonitoring__items p {
      max-width: 680px; }
  .noisemonitoring__item-name {
    margin-bottom: 24px; }
  .noisemonitoring__img-block {
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #079066; }
    .noisemonitoring__img-block img {
      width: 480px;
      height: 480px;
      object-fit: cover; }
  @media screen and (max-width: 768px) {
    .noisemonitoring__img-block img {
      width: 320px;
      height: 320px;
      object-fit: cover; } }
  @media screen and (max-width: 480px) {
    .noisemonitoring__img-block img {
      width: 280px;
      height: 280px;
      object-fit: cover; } }
  .noisemonitoring__navigation {
    display: flex;
    gap: 16px; }
  .noisemonitoring__navigation-item {
    align-items: center;
    justify-content: center;
    width: 84px;
    height: 88px;
    border: 1px solid #A7A7A7;
    border-radius: 12px;
    opacity: 0.3;
    transition: 0.3s all;
    padding: 12px;
    cursor: pointer; }
    .noisemonitoring__navigation-item img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
    .noisemonitoring__navigation-item:hover, .noisemonitoring__navigation-item.active {
      opacity: 1; }

.partners {
  padding: 8rem 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .partners__items {
    max-width: 1736px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 48px;
    margin-bottom: 48px; }
    .partners__items:last-child {
      margin-bottom: 0; }
  .partners__item {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 350px; }
    .partners__item img {
      width: 100%;
      max-height: 100px;
      max-width: 100%;
      object-fit: contain; }

@media screen and (max-width: 1024px) {
  .partners {
    padding: 104px 0; } }
@media screen and (max-width: 768px) {
  .partners {
    padding: 48px 0; }
    .partners__items {
      gap: 32px;
      margin-bottom: 32px; }
    .partners__item img {
      max-height: 50px; } }
.portfolio {
  display: flex;
  flex-direction: column;
  max-width: 1736px;
  padding: 0 20px; }
  .portfolio__items {
    display: flex;
    flex-direction: column;
    gap: 72px; }
  .portfolio__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 32px;
    width: 100%; }
    .portfolio__item:nth-child(2n) {
      flex-direction: row-reverse; }
  .portfolio__item-image-container {
    width: 50%;
    min-width: 540px;
    border-radius: 12px;
    overflow: hidden; }
    .portfolio__item-image-container img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .portfolio__item-description-block {
    display: flex;
    flex-direction: column;
    max-width: 832px; }
  .portfolio__item-header {
    margin-top: 16px;
    margin-bottom: 48px; }

@media screen and (max-width: 1024px) {
  .portfolio__item {
    flex-direction: column-reverse;
    align-items: flex-start; }
    .portfolio__item:nth-child(2n) {
      flex-direction: column-reverse; }
  .portfolio__item-description-block {
    max-width: initial; }
  .portfolio__item-image-container {
    width: 100%;
    min-width: initial; }
    .portfolio__item-image-container img {
      width: 100%;
      height: 100%; }
  .portfolio__item-header {
    margin-bottom: 32px; } }
.certificates {
  padding: 150px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .certificates__items {
    max-width: 1736px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 32px; }
  .certificates__item {
    max-width: 424px; }
    .certificates__item img {
      border: 1px solid #079066;
      border-radius: 6px;
      width: 100%;
      height: 100%;
      object-fit: cover; }

@media screen and (max-width: 1024px) {
  .certificates {
    padding: 104px 20px; } }
@media screen and (max-width: 768px) {
  .certificates {
    padding: 48px 20px; } }
.documantation {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 1736px;
  padding: 0 20px;
  position: relative; }
  .documantation__decor {
    position: absolute;
    right: 0;
    top: -20px; }
  .documantation__wrapper {
    display: flex;
    justify-content: space-between;
    gap: 2%; }
  .documantation__list {
    width: 48%;
    gap: 40px;
    display: flex;
    flex-direction: column; }
  .documantation__list-items {
    display: flex;
    flex-direction: column;
    gap: 40px;
    padding-left: 32px; }
  .documantation__list-item {
    display: flex;
    flex-direction: column;
    position: relative;
    padding-left: 12px; }
    .documantation__list-item:before {
      content: url("../img/file-icon.svg");
      position: absolute;
      left: -32px; }

@media screen and (max-width: 768px) {
  .documantation__wrapper {
    display: flex;
    flex-direction: column;
    gap: 48px; }
  .documantation__list {
    width: 100%;
    gap: 40px;
    display: flex;
    flex-direction: column; } }
.contacts {
  padding: 150px 00px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; }
  .contacts.section {
    margin-bottom: 0; }
  .contacts__wrapper {
    max-width: 1736px;
    width: 100%;
    margin: auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 2%; }
  .contacts__info {
    width: 58%;
    flex-grow: 1; }
  .contacts__links-block {
    margin-top: 56px;
    margin-bottom: 80px;
    width: 100%;
    display: flex;
    gap: 32px;
    flex-wrap: wrap; }
  .contacts__map {
    flex-grow: 2;
    width: 40%;
    min-height: 100%; }
    .contacts__map iframe {
      height: 100%; }

@media screen and (max-width: 1280px) {
  .contacts {
    padding: 104px 0; }
    .contacts__wrapper {
      flex-direction: column;
      gap: 32px; }
    .contacts__info, .contacts__map {
      width: 100%; }
    .contacts__map {
      height: 400px; }
    .contacts__links-block {
      margin-top: 48px;
      margin-bottom: 64px;
      justify-content: flex-start; } }
.footer {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 124px;
  margin-top: 124px; }

@media screen and (max-width: 768px) {
  .footer {
    margin-bottom: 62px;
    margin-top: 62px; } }
.input {
  width: 100%;
  display: block;
  padding: 20px;
  color: #A7A7A7;
  border: 1px solid #A7A7A7;
  border-radius: 8px;
  font-family: "Manrope-Regular"; }

.popup {
  z-index: 999;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center; }
  .popup__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
    background-color: #FFFFFF;
    padding: 72px 144px;
    width: 100%;
    max-width: 832px;
    border-radius: 30px; }
  .popup__content {
    max-width: 544px;
    display: none; }
    .popup__content.active {
      display: block; }
  .popup__close-button {
    position: absolute;
    top: 40px;
    right: 40px; }
  .popup__header {
    margin-bottom: 24px; }
  .popup__description {
    margin-bottom: 48px; }
  .popup__form {
    margin-bottom: 48px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 24px; }
  .popup__succses-text {
    margin-top: 40px; }
  .popup__submit-button {
    margin-bottom: 24px;
    width: 100%; }
    .popup__submit-button .primary-button {
      width: 100%;
      padding: 0; }
      .popup__submit-button .primary-button .primary-button__text {
        width: 100%; }

@media screen and (max-width: 1440px) {
  .popup__wrapper {
    padding: 64px 80px;
    max-width: 704px; }
  .popup__content {
    max-width: 464px; }
  .popup__close-button {
    top: 40px;
    right: 40px; }
  .popup__header {
    margin-bottom: 20px; }
  .popup__description {
    margin-bottom: 40px; }
  .popup__form {
    margin-bottom: 40px;
    gap: 20px; }
  .popup__submit-button {
    margin-bottom: 20px; } }
@media screen and (max-width: 768px) {
  .popup__wrapper {
    padding: 64px 20px;
    max-width: 704px;
    height: 100%;
    width: 100%;
    border-radius: 0; }
  .popup__content {
    max-width: 464px; }
  .popup__succses-text {
    margin-top: 20px; }
  .popup__close-button {
    top: 20px;
    right: 20px; }
  .popup__header {
    margin-bottom: 20px; }
  .popup__description {
    margin-bottom: 40px; }
  .popup__form {
    margin-bottom: 40px;
    gap: 20px; }
  .popup__submit-button {
    margin-bottom: 20px; } }

/*# sourceMappingURL=style.css.map */
