@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue.ttc.zip') format("undefined"), url('../fonts/HelveticaNeue.ttc.zip') format("undefined");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue.ttc.zip') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneue;
  src: url('../fonts/HelveticaNeue.ttc.zip') format("undefined");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --purple: #6a012d;
  --black-100: #141212;
  --white: white;
  --light-grey: #999;
  --333333: #fffefe;
  --dark-grey: #333;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  font-size: 16px;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  height: 100px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: fixed;
}

.logo {
  object-fit: cover;
}

.menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 889px;
  height: 100px;
  display: flex;
}

.menu-block {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 498px;
  height: 100px;
  display: flex;
}

.link-nav {
  color: var(--black);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  font-family: Helveticaneue, sans-serif;
  font-size: 14px;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.link-nav:hover {
  color: var(--purple);
}

.link-nav:focus {
  font-weight: 600;
}

.link-nav.w--current {
  font-weight: 400;
  text-decoration: underline;
}

.main-text-regular {
  color: var(--black);
  background-color: #0000;
  font-family: Helveticaneue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.button-language {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 367px;
  height: 100px;
  display: flex;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border: 1px solid #141212;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 237px;
  padding: 12px;
  text-decoration: none;
  display: flex;
}

.main-text-medium {
  aspect-ratio: auto;
  color: #333;
  text-transform: uppercase;
  object-fit: contain;
  justify-content: center;
  width: auto;
  min-width: auto;
  max-width: 100%;
  min-height: auto;
  max-height: 100%;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: relative;
}

.main-text-medium:hover {
  color: var(--black-100);
}

.language {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: flex-start;
  width: 106px;
  height: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.language.ua {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.ukrainian-selected {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  font-family: Helveticaneue, sans-serif;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.english {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-left: 8px;
  padding-right: 8px;
  text-decoration: none;
  display: flex;
}

.english-not-selected {
  color: #85878b;
  font-family: Helveticaneue, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.main-content {
  z-index: 1;
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #333;
  object-fit: fill;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 40px;
  display: flex;
  position: relative;
}

.h1 {
  box-sizing: border-box;
  color: #333;
  text-align: center;
  text-transform: uppercase;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: auto;
  margin: 4vw auto 2vw;
  font-family: Roboto, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
  display: flex;
  position: relative;
}

.button-primary {
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 48px;
  flex: none;
  max-width: 237px;
  padding: 12px;
  font-family: Helveticaneue, sans-serif;
  font-size: 14px;
  line-height: 160%;
}

.button-primary:hover {
  background-color: var(--purple);
}

.main-button {
  grid-column-gap: 450px;
  grid-row-gap: 450px;
  justify-content: flex-start;
  align-self: auto;
  align-items: flex-end;
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 40px;
  display: flex;
  position: absolute;
  top: 670px;
  left: 80px;
}

.our-services-block {
  z-index: 1;
  opacity: .91;
  justify-content: center;
  align-self: auto;
  align-items: center;
  max-width: 100%;
  display: flex;
  position: relative;
}

.main-text-regular {
  color: var(--black);
  white-space: break-spaces;
  word-break: keep-all;
  flex-wrap: nowrap;
  flex: none;
  align-self: flex-start;
  width: 100%;
  font-family: Roboto, sans-serif;
  font-size: 60%;
  line-height: 130%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.main-text-menu {
  color: #333;
  text-align: center;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 140%;
}

.images-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template: ". Area"
  / 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-items: center;
  width: 100%;
  margin-top: 2vw;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
  overflow: visible;
}

.h2 {
  color: #141212;
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: normal;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  margin-top: 3vw;
  font-family: Roboto, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 130%;
  transition: opacity .2s cubic-bezier(.55, .085, .68, .53);
  display: block;
  position: relative;
}

.main-block {
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 0%;
  max-width: 100%;
  min-height: 0%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.h3 {
  text-align: left;
  object-fit: contain;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  width: auto;
  margin: 0 auto;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
  display: flex;
  position: relative;
}

.text-block {
  z-index: 0;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: left;
  object-fit: contain;
  flex-flow: row-reverse;
  grid-template: "Area-2 Area-3"
                 "Area Area-4"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: grid;
  position: relative;
  overflow: auto;
}

.text-2 {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  text-align: left;
  object-fit: fill;
  flex-flow: row;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-width: auto;
  max-width: 100%;
  min-height: auto;
  max-height: 100%;
  display: flex;
  position: relative;
}

.main-text-regular-block {
  clear: none;
  aspect-ratio: auto;
  color: #494747;
  object-fit: fill;
  order: 0;
  justify-content: flex-start;
  width: auto;
  min-width: 0;
  max-width: 100%;
  height: auto;
  min-height: 0;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  font-family: Helveticaneue, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  display: block;
  position: static;
}

.button-secondary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--black-100);
  text-transform: uppercase;
  background-color: #3898ec00;
  border: 1px solid #141212;
  border-radius: 48px;
  justify-content: center;
  align-items: center;
  width: 205px;
  max-width: 205px;
  padding: 12px;
  font-family: Helveticaneue, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.button-secondary.w--current {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
}

.icons-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.h3-with-margin {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--black-100);
  text-align: right;
  object-fit: fill;
  justify-content: flex-start;
  width: auto;
  max-width: none;
  margin-left: 260px;
  margin-right: 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
  position: static;
}

.h3-gray {
  color: #929395;
  font-size: 26px;
  font-weight: 500;
  line-height: 130%;
}

.about-block {
  width: 100%;
  display: block;
  position: relative;
}

.h3-without-margins {
  box-sizing: border-box;
  float: none;
  clear: none;
  color: var(--black-100);
  text-align: left;
  white-space: normal;
  word-break: normal;
  vertical-align: baseline;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  max-width: none;
  margin-left: 55px;
  margin-right: 55px;
  font-size: 24px;
  font-weight: 400;
  line-height: 130%;
  display: flex;
}

.info-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.services {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 100%;
  min-height: auto;
  max-height: 100%;
  display: flex;
  position: relative;
}

.service-image {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 100%;
  min-height: auto;
  max-height: 100%;
  display: flex;
}

.image-service {
  object-fit: contain;
  border-radius: 10%;
  max-width: 100%;
  font-size: 10px;
}

.info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.steps {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 237px;
  display: flex;
}

.h4 {
  aspect-ratio: auto;
  opacity: 1;
  color: var(--black-100);
  text-transform: uppercase;
  white-space: break-spaces;
  overflow-wrap: normal;
  object-fit: fill;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
}

.services-block {
  flex-direction: column;
  max-width: 100%;
  overflow: hidden;
}

.advantages-block {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin: 0;
  display: flex;
}

.faq-block {
  margin-left: 40px;
  margin-right: 40px;
  position: sticky;
}

.div-block {
  float: none;
  clear: none;
  align-self: flex-start;
  max-width: 100%;
  margin-left: 200px;
  position: static;
}

.name-field {
  border-style: none none solid;
  border-width: 0 0 1px;
  border-color: black black var(--light-grey);
  border-radius: 0;
  width: 400px;
  max-width: 600px;
}

.name-field::placeholder {
  background-color: var(--white);
  -webkit-text-stroke-color: var(--white);
}

.h3-without-paddings {
  font-size: 26px;
  line-height: 130%;
}

.inputs-form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 260px;
  font-family: Helveticaneue, sans-serif;
  display: flex;
}

.email-field {
  border-style: solid;
  border-width: 1px;
  border-color: var(--white) var(--white) var(--light-grey);
}

.form {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid var(--white);
  flex-direction: column;
  margin: 0;
  display: flex;
}

.textarea {
  border-style: solid;
  border-width: 1px;
  border-color: var(--white) var(--white) var(--light-grey);
}

.textarea:focus {
  color: var(--black-100);
}

.form-block {
  border: 0px solid var(--light-grey);
  border-radius: 16px;
  padding: 0;
}

.main-footer {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-left: 40px;
  padding-bottom: 20px;
  padding-left: 200px;
  display: flex;
}

.small-text-regular {
  color: #fcfdff;
  text-align: left;
  white-space: break-spaces;
  word-break: keep-all;
  order: 0;
  justify-content: center;
  align-self: auto;
  margin-left: auto;
  margin-right: auto;
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  display: flex;
}

.main-2 {
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 370px;
  display: flex;
}

._1440-main-text-medium {
  color: #fcfdff;
  text-transform: uppercase;
  font-family: Helveticaneue, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #141212;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 60px 20px;
  display: grid;
  position: relative;
}

.info-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.body {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #333;
  background-color: #fafafa;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 130%;
  display: block;
}

.image-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.image-8 {
  aspect-ratio: auto;
  object-fit: fill;
  width: 220px;
  max-width: 100%;
  display: block;
  overflow: visible;
}

.image-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 260px;
  display: flex;
}

.hero {
  width: 100%;
  max-height: 35vw;
  margin-top: 95px;
  overflow: clip;
}

.about {
  box-sizing: border-box;
  object-fit: contain;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.service {
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

.info-section {
  margin: 0 40px 80px;
}

.advantages-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  max-height: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.faq {
  margin: 80px 0;
}

.form-section {
  margin: 80px 40px;
}

.success-message {
  background-color: var(--333333);
  padding: 0;
  font-family: Helveticaneue, sans-serif;
  font-size: 14px;
}

.body-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.achievment {
  margin: 80px 40px;
}

.standarts-block {
  box-sizing: border-box;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: fill;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.raw {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-direction: row;
  justify-content: space-around;
  align-items: stretch;
  width: 696px;
  max-width: 100%;
  margin-left: 0;
  display: flex;
}

.stansarts {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 24px;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  max-width: 380vh;
  height: 200px;
  padding: 24px;
  display: flex;
  overflow: visible;
  box-shadow: 0 1px 8px #0000000d, 0 -1px 8px #0000000d;
}

.standarts-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin: 80px 40px;
  display: flex;
}

.our-partners {
  margin: 80px 40px;
}

.link-block, .link-block.w--current {
  text-decoration: none;
}

.div-block-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.agro {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1120px;
  display: flex;
}

.services-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-description {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1117px;
  display: flex;
}

.services-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1120px;
  display: flex;
}

.service-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 168px;
  height: 380px;
  display: flex;
}

.div-image {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  border-radius: 10%;
  max-width: 100%;
  height: auto;
  position: relative;
}

.agro-production {
  mix-blend-mode: normal;
  margin: 80px 40px;
}

.agro-analysis {
  margin: 80px 40px;
}

.with-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 260px;
  display: flex;
}

.description {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 434px;
  display: flex;
}

.text-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 205px;
  display: flex;
}

.image {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: 300px;
  height: auto;
  max-height: 300px;
  display: flex;
}

.image-12 {
  object-fit: cover;
  display: block;
}

.image-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 260px;
  display: flex;
}

.petrol-analysis {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin: 80px 40px;
  display: flex;
}

.gas-analysis {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin: 80px 40px 120px;
  display: flex;
}

.section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.tabs {
  margin-top: 0;
}

.text-block-2, .text-block-3 {
  text-transform: uppercase;
  font-family: Helveticaneue, sans-serif;
  font-size: 24px;
}

.text-block-4 {
  text-transform: uppercase;
  font-size: 24px;
}

.contact-info {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 366px;
  font-family: Roboto, sans-serif;
  display: flex;
}

.adress {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.main-text {
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

._1440-main-text-regular-2 {
  color: #040404;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.frame-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: block;
}

.phone {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._1440-main-text-regular-3 {
  color: #141212;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.mail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: .8;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dropdown-toggle-2 {
  background-color: var(--333333);
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  padding: 16px;
  font-family: Helveticaneue, sans-serif;
  display: flex;
  position: static;
}

.dropdown-toggle-2.w--open {
  position: static;
}

.dropdown-link-2 {
  background-color: var(--white);
  direction: ltr;
  white-space: break-spaces;
  padding: 8px 16px;
  font-family: Helveticaneue, sans-serif;
  display: block;
  position: sticky;
  inset: auto 0% 0%;
}

.dropdown-list-2, .dropdown-list-3, .dropdown-list-4, .dropdown-list-5 {
  position: static;
}

.icons-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-v2-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px 4px;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 14px;
  display: flex;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--333333);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100%;
  max-width: 100%;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  text-transform: uppercase;
  max-width: 100%;
  max-height: 100%;
  font-size: 14px;
  line-height: 20px;
  text-decoration: underline;
}

.nav-link:hover {
  color: var(--purple);
  text-transform: uppercase;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link.w--current {
  text-transform: uppercase;
  max-width: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  text-decoration: none;
}

.nav-link.w--current:hover {
  color: var(--purple);
}

.button-primary-2 {
  z-index: 1;
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #1a1b1f;
  border-radius: 48px;
  padding: 12px 25px;
  font-size: 14px;
  line-height: 160%;
  position: static;
}

.button-primary-2:hover {
  background-color: var(--purple);
  color: #fff;
}

.button-primary-2:active {
  background-color: #43464d;
}

.navbar-logo-left {
  z-index: 10;
  background-color: var(--333333);
  width: auto;
  max-width: 100%;
  font-family: Helveticaneue, sans-serif;
  font-size: 16px;
  line-height: 0%;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  z-index: 20;
  background-color: var(--333333);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: auto;
  min-width: 100%;
  margin-bottom: 0;
  padding: 0 40px;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar-wrapper {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--333333);
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: auto;
  min-width: 100vw;
  max-width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.navbar-brand {
  max-width: 100%;
  max-height: 100%;
}

.nav-menu-wrapper {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: auto;
  max-width: 100%;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.nav-menu-two {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 478px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.div-block-3 {
  z-index: 2;
  object-fit: contain;
  background-color: #fafafa;
  border-radius: 0%;
  flex-flow: row;
  grid-template: "Area-4 Area-3 Area-5 Area-6 Area-7" 1fr
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  margin-top: 2vw;
  margin-left: 0;
  margin-right: 0;
  font-size: 16px;
}

.div-block-4, .div-block-5, .div-block-6 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.abdantages-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.advantages {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 160px;
  height: 100%;
  max-height: 100%;
  display: flex;
}

.image-15 {
  object-fit: cover;
}

._1440-main-text-medium-6 {
  color: #494747;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.advantages-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.advantages-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 200px;
  height: 240px;
  max-height: 100%;
  display: flex;
}

.image-centered {
  width: auto;
  max-width: 300px;
  height: auto;
  max-height: 300px;
}

.image-left-right {
  width: 140px;
  max-width: 100%;
  height: 200px;
  max-height: 100%;
}

.tabs-menu {
  display: flex;
}

.tabs-content {
  margin-top: 20px;
  margin-bottom: 20px;
}

.tab-link-tab-1 {
  color: var(--light-grey);
  background-color: #ddd0;
  font-family: Helveticaneue, sans-serif;
}

.tab-link-tab-1.w--current {
  background-color: var(--333333);
  color: var(--purple);
  -webkit-text-stroke-color: var(--white);
}

.tab-link-tab-2 {
  color: var(--light-grey);
  background-color: #ddd0;
  font-family: Helveticaneue, sans-serif;
}

.tab-link-tab-2.w--current {
  background-color: var(--333333);
  color: var(--purple);
}

.tab-link-tab-3 {
  background-color: var(--333333);
  color: var(--light-grey);
  font-family: Helveticaneue, sans-serif;
}

.tab-link-tab-3.w--current {
  color: var(--purple);
  background-color: #c8c8c800;
  font-family: Helveticaneue, sans-serif;
}

.div-block-7 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  max-width: 380px;
  display: flex;
}

.div-block-9, .div-block-10 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.main-text-small {
  font-family: Helveticaneue, sans-serif;
  font-size: 14px;
  line-height: 160%;
  overflow: visible;
}

.text-standarts {
  text-transform: uppercase;
  font-family: Helveticaneue, sans-serif;
  font-size: 20px;
  line-height: 160%;
}

.div-block-11 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: row;
  justify-content: space-around;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

.heading {
  text-align: left;
  font-family: Helveticaneue, sans-serif;
  font-size: 32px;
}

.div-block-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: center;
  margin-top: 200px;
  display: flex;
}

.div-block-14 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-5 {
  font-family: Helveticaneue, sans-serif;
  font-size: 16px;
}

.section-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding-top: 95px;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  display: flex;
}

.paragraph {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.div-block-15 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.left-arrow {
  color: #333;
  width: 80px;
  height: 80px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 50vw;
  position: absolute;
  inset: auto auto 0% 0%;
}

.left-arrow.left {
  width: 80px;
  height: 80px;
  padding-left: 45vw;
  inset: auto 0% 0%;
}

.image-gafta_block {
  width: auto;
  max-width: 100%;
}

.advantages-1 {
  flex: 1;
  width: 100%;
  max-width: 200px;
  height: 240px;
}

.dropdown {
  width: 100%;
  max-width: 100%;
}

.footer-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #141212;
  border: 0 solid #141212;
  border-top-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding: 42px 470px;
  display: flex;
}

.text-footer {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-navy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.footer-links-contacts {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 74%;
  display: flex;
}

._1440-main-text-medium-7 {
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 160%;
}

.footer-links-menu {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 16px;
  display: flex;
}

.about-us-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

._1440-main-text-regular {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
}

.footer-links-mail {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 134.668px;
  font-size: 16px;
  display: flex;
}

.riinstagram-fill {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  object-fit: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 3px;
  text-decoration: none;
  display: flex;
}

.bottom-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

._1440-small-text-regular {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

.privacy-terms {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  flex: 0 auto;
  grid-template: ". ."
                 "Area Area-2"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center start;
  width: 100%;
  display: flex;
}

.privacy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.div-block-16 {
  background-color: #0000004f;
  width: 100%;
  max-width: 1004px;
  max-height: 900px;
}

.mask {
  object-fit: fill;
  background-color: #0f0f0f66;
  flex: none;
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: 100%;
  position: relative;
}

.video-background {
  flex-direction: row;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  width: 100%;
  max-width: 100%;
  height: 870px;
  display: flex;
  position: relative;
}

.image-16 {
  vertical-align: baseline;
  padding-top: 5px;
  padding-bottom: 5px;
}

.image-17 {
  vertical-align: baseline;
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
}

.image-18, .image-19, .image-20, .image-21, .image-22, .image-23, .image-24, .image-25, .image-26, .image-27 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.text-block-6 {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  font-family: Roboto, sans-serif;
}

.div-block-17 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-18 {
  min-width: auto;
  max-width: 100%;
  min-height: auto;
  max-height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.div-block-19 {
  min-width: auto;
  max-width: 100%;
  min-height: auto;
  max-height: 100%;
}

.div-block-20 {
  min-width: auto;
  max-width: 100%;
  min-height: auto;
  max-height: 100%;
  position: relative;
}

.text-block-7 {
  aspect-ratio: auto;
  text-align: center;
  text-transform: uppercase;
  object-fit: contain;
  max-width: 100%;
  font-size: 16px;
}

.text-block-8 {
  min-width: auto;
  max-width: 100%;
  min-height: auto;
  max-height: 100%;
  position: relative;
}

.list-item {
  max-width: 64.625px;
}

.navbar-ua-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  font-weight: 400;
  display: block;
}

.navbar-ua-logo-container {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.nav-ua-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 17px;
  margin-bottom: 17px;
  font-weight: 500;
  display: flex;
  top: 0;
}

.navbar-ua {
  color: #fafafa;
  background-color: #fafafa;
  border-bottom: 1px solid #000;
  font-family: Roboto, sans-serif;
  font-weight: 500;
  display: block;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-button-2 {
  color: #000;
}

.navbar-item {
  color: #5f5e5e;
}

.navbar-item.w--current {
  color: #9b0606ed;
}

.div-block-21 {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/IMG_4846-1-2.jpg');
  background-position: 0 0;
  background-size: cover;
  background-clip: border-box;
  width: 100%;
  height: 50vw;
}

.opaciy {
  z-index: 2;
  -webkit-text-fill-color: inherit;
  background-color: #000000a6;
  background-image: linear-gradient(0deg, #000, #fff);
  background-clip: border-box;
  width: 100%;
  height: 100%;
  position: relative;
}

.image-28 {
  object-fit: fill;
  width: 80%;
  position: relative;
}

.fosfa-certificates-divblock {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.div-block-22 {
  object-fit: cover;
  background-image: url('../images/IMG_4846-1-2_1.jpg');
  background-position: 0 0;
  background-size: cover;
  position: relative;
}

.div-block-23 {
  aspect-ratio: auto;
  object-fit: cover;
  position: relative;
}

.hero-image {
  box-sizing: border-box;
  object-fit: cover;
  align-self: auto;
  width: 100%;
}

.footer-section {
  width: 100%;
  margin-top: 60px;
  font-size: 16px;
}

.fosfa-logo {
  margin-top: 30px;
  display: block;
}

.iso-image {
  width: auto;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.cert-names-txt {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 40px auto 20px;
  font-size: 25px;
  line-height: 140%;
  display: flex;
  position: relative;
}

.cert-imgs {
  max-width: 100%;
}

.iso-img {
  max-width: 50%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fosfa-s-img {
  width: auto;
  max-width: 100%;
}

.fosfa-a-img {
  max-width: 100%;
}

.fosfa-cert-imgs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  max-width: 100%;
  display: grid;
  position: relative;
  overflow: visible;
}

.cert-section {
  max-width: 100%;
  margin-top: 0;
  padding-left: 5vw;
  padding-right: 5vw;
}

.gafta-cert-imgs {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.our-services {
  padding-left: 5vw;
  padding-right: 5vw;
}

.our-services-hero {
  margin-left: 100px;
  margin-right: 100px;
}

.inspection-list {
  align-self: flex-start;
  margin-bottom: 0;
  padding-left: 5vw;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 130%;
  list-style-type: disc;
  display: block;
  position: relative;
}

.section-main-title {
  width: 100%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.paragraph-3, .paragraph-4, .paragraph-5, .paragraph-6 {
  font-size: 16px;
}

.contacts-divblock {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-family: Roboto, sans-serif;
  display: flex;
}

.div-block3-img {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  object-fit: contain;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
}

.div-block3-txt {
  text-align: center;
  object-fit: contain;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.crude-oil {
  background-image: url('../images/image_1.png');
  background-position: 50%;
  background-size: auto;
  width: 200px;
}

.oil, .coal, .gas {
  border-radius: 3vw;
  flex-flow: column;
  width: 100%;
  max-width: none;
  display: block;
}

.image-blck {
  background-image: url('../images/image_1.png');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
}

.ttblok {
  z-index: 2;
  max-width: 100%;
  position: relative;
  bottom: -141px;
}

.co-slide {
  object-fit: contain;
  flex-flow: column;
  display: flex;
}

.txt {
  text-align: center;
  background-color: #fafafa;
  width: 100%;
  font-size: 20px;
}

.ag-slide {
  width: 100%;
  height: 32%;
}

.ag-image-block {
  background-image: url('../images/image.png');
  background-position: 0 0;
  background-size: cover;
  width: 200px;
  height: 300px;
}

.ag-txt-block {
  width: 200px;
  height: 50px;
}

.coal-image-block {
  background-image: url('../images/image_4.png');
  background-position: 0 0;
  background-size: auto;
}

.gas-image-block {
  background-image: url('../images/image_3.png');
  background-position: 0 0;
  background-size: auto;
}

.slide {
  width: 300px;
  max-width: none;
  margin-right: 1vw;
  overflow: visible;
}

.slide-block {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-image: url('../images/image_1.png');
  background-position: 0 0;
  background-size: contain;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
}

.slide-block-agri {
  background-image: url('../images/image.png');
  background-position: 0 0;
  background-size: auto;
}

.slider {
  background-color: #fafafa;
  width: 100%;
  height: auto;
  margin-top: 3vw;
  padding-bottom: 5vw;
  padding-left: 2.4vw;
  padding-right: 2.4vw;
  overflow: hidden;
}

.side {
  background-image: url('../images/image_1.png');
  background-position: 0 0;
  background-size: auto;
  width: 33%;
}

.slide-3 {
  background-image: url('../images/image.png');
  background-position: 0 0;
  background-size: auto;
  width: 33%;
}

.mask-2 {
  max-width: 237px;
  overflow: visible;
}

.co {
  width: auto;
  max-width: none;
}

.ag {
  flex-flow: column;
  width: 100%;
  max-width: none;
}

.text-block-9 {
  text-align: center;
  width: 237px;
  max-width: none;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.side-nav {
  margin-bottom: 17vw;
  font-size: 16px;
}

.image-29, .image-30, .image-31, .image-32, .image-33 {
  border-radius: 3vw;
  width: 237px;
}

.right-arrow {
  color: #333;
  width: 80px;
  height: 80px;
  padding-right: 50vw;
  inset: auto 0% 0% auto;
}

.div-block-24 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-25 {
  justify-content: center;
  display: flex;
}

.tc-txt {
  padding-left: 5vw;
  padding-right: 5vw;
}

.div-block-26 {
  padding-left: 5vw;
  padding-right: 5vw;
  line-height: 130%;
}

@media screen and (min-width: 1440px) {
  .link-nav.w--current {
    font-size: 16px;
  }

  .main-text-medium {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
  }

  .main-text-medium:hover {
    color: var(--black-100);
  }

  .main-content {
    width: 890px;
  }

  .h1 {
    font-family: Helveticaneue, sans-serif;
    font-size: 64px;
  }

  .button-primary {
    aspect-ratio: auto;
    text-align: center;
    -webkit-text-stroke-color: #fefeff;
    text-transform: uppercase;
    object-fit: fill;
    background-color: #141212;
    border-radius: 48px;
    width: 238px;
    max-width: 238px;
    padding: 14px;
    font-size: 16px;
    font-weight: 500;
    line-height: 26px;
    display: block;
  }

  .button-primary:hover {
    background-color: #6a012d;
  }

  .main-button {
    grid-column-gap: 800px;
    grid-row-gap: 800px;
    align-items: center;
    width: 100%;
  }

  .our-services-block {
    z-index: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column wrap;
    flex: 0 auto;
    place-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    width: 1440px;
    min-width: 0;
    max-width: 1440px;
    font-family: Helveticaneue, sans-serif;
    font-size: 16px;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
  }

  .main-text-regular {
    font-family: Helveticaneue, sans-serif;
    font-size: 16px;
  }

  .main-text-menu {
    font-size: 16px;
  }

  .images-block {
    max-width: 1280px;
    font-family: Helveticaneue, sans-serif;
  }

  .h2 {
    max-width: 367px;
    margin-left: 0;
    font-size: 48px;
  }

  .main-block {
    width: 100%;
    max-width: 100%;
  }

  .text-block {
    margin-left: 390px;
  }

  .main-text-regular-block {
    max-width: 100%;
    font-size: 16px;
  }

  .button-secondary {
    width: 236px;
    max-width: 100%;
  }

  .h3-with-margin {
    margin-left: 390px;
    font-size: 36px;
  }

  .h3-gray {
    font-size: 36px;
  }

  .about-block {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .h3-without-margins {
    font-size: 36px;
  }

  .info-block {
    margin: 80px 0;
    padding: 0 80px;
  }

  .services {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .service-image {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 237px;
  }

  .image-service {
    width: 240px;
    max-width: 240px;
    height: 320px;
    max-height: 340px;
  }

  .h4 {
    aspect-ratio: auto;
    opacity: 1;
    direction: ltr;
    color: #141212;
    overflow-wrap: normal;
    object-fit: fill;
    flex-flow: row;
    flex: none;
    place-content: flex-start space-between;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    font-size: 32px;
    display: inline-block;
    position: relative;
    overflow: auto;
  }

  .services-block {
    margin: 120px 80px 80px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .advantages-block {
    max-width: 100%;
    margin: 40px 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .faq-block {
    margin: 40px 0;
    padding-left: 80px;
    padding-right: 80px;
    font-family: Helveticaneue, sans-serif;
  }

  .div-block {
    flex-direction: column;
    align-self: center;
    display: flex;
  }

  .name-field {
    color: #141212;
    background-color: #fff0;
    width: 100%;
    max-width: 800px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 160%;
  }

  .h3-without-paddings {
    width: 100%;
    font-size: 36px;
    font-weight: 500;
    line-height: 120%;
  }

  .form-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    width: 100%;
    max-width: 800px;
    display: flex;
  }

  .inputs-form {
    align-items: flex-start;
    margin-left: 390px;
  }

  .email-field {
    background-color: #fff0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 16px;
    line-height: 160%;
  }

  .form {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin: 80px 0;
    padding-left: 80px;
    padding-right: 80px;
  }

  .textarea {
    background-color: #fff0;
    font-size: 16px;
    line-height: 160%;
  }

  .form-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 100%;
    max-width: 498px;
    display: flex;
  }

  .main-footer {
    align-items: flex-start;
    margin-left: 0;
    padding-left: 0;
    font-family: Helveticaneue, sans-serif;
  }

  .small-text-regular {
    word-break: normal;
    overflow-wrap: anywhere;
    max-width: 210px;
    font-family: Helveticaneue, sans-serif;
  }

  ._1440-main-text-medium {
    font-family: Helveticaneue, sans-serif;
  }

  .footer {
    align-items: flex-start;
    width: 1440px;
    padding: 40px 0 40px 460px;
  }

  .body {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    min-width: 1440px;
    max-width: 1440px;
  }

  .image-7 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    width: 1280px;
    max-width: 100%;
    padding-left: 0;
  }

  .image-8 {
    max-width: 120px;
    max-height: 120px;
    display: block;
  }

  .image-9 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    align-items: flex-start;
    margin-left: 0;
  }

  .hero {
    object-fit: contain;
    align-self: stretch;
    width: 100%;
    max-width: 1440px;
  }

  .about {
    margin: 120px 80px;
  }

  .service {
    margin: 0;
  }

  .info-section {
    margin: 120px 0;
  }

  .advantages-section {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .faq {
    margin: 0;
  }

  .form-section {
    margin: 120px 0;
  }

  .achievment {
    margin-left: 80px;
    margin-right: 80px;
  }

  .raw {
    margin-left: 290px;
  }

  .stansarts {
    height: 280px;
    padding: 32px;
  }

  .standarts-section, .our-partners {
    margin-left: 80px;
    margin-right: 80px;
  }

  .agro {
    width: 1280px;
    max-width: 1280px;
    font-family: Helveticaneue, sans-serif;
  }

  .text-description {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 12807px;
  }

  .services-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 1277px;
  }

  .service-2 {
    width: 240%;
    max-width: 240px;
  }

  .agro-production {
    margin-left: 80px;
    margin-right: 80px;
  }

  .agro-analysis {
    margin-left: 0;
    margin-right: 0;
  }

  .with-buttons {
    margin-left: 390px;
  }

  .image {
    justify-content: space-between;
    width: 1220px;
    height: 258px;
  }

  .image-12 {
    display: block;
  }

  .image-13 {
    padding-left: 0;
  }

  .petrol-analysis {
    margin-left: 80px;
    margin-right: 80px;
    font-family: Helveticaneue, sans-serif;
  }

  .gas-analysis, .section {
    margin-left: 80px;
    margin-right: 80px;
  }

  .image-14 {
    flex: 0 auto;
  }

  .dropdown-toggle-2, .dropdown-link-2 {
    width: 800px;
  }

  .dropdown-list-2.w--open, .dropdown-list-3.w--open {
    background-color: var(--white);
  }

  .dropdown-list-4.w--open {
    background-color: var(--333333);
  }

  .dropdown-list-5.w--open {
    background-color: var(--white);
  }

  .container {
    width: 1440%;
    max-width: 100%;
  }

  .navbar-logo-left {
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-logo-left-container.shadow-three {
    width: 1440px;
    max-width: 1440%;
    padding-left: 80px;
    padding-right: 80px;
  }

  .navbar-wrapper {
    width: 1440px;
  }

  .div-block-3 {
    max-width: 100%;
  }

  .abdantages-block {
    grid-column-gap: 154px;
    grid-row-gap: 154px;
    justify-content: space-between;
  }

  .advantages {
    max-width: 237px;
  }

  .advantages-2 {
    width: 498%;
    max-width: 498px;
  }

  .advantages-3 {
    width: 237px;
    max-width: 237px;
  }

  .image-centered {
    width: 498px;
    max-width: 498px;
    height: 320px;
  }

  .image-left-right {
    width: 237px;
    height: 258px;
    max-height: 250px;
  }

  .main-text-small {
    font-size: 16px;
  }

  .text-standarts {
    text-transform: uppercase;
    font-family: Helveticaneue, sans-serif;
    font-size: 28px;
    line-height: 160%;
  }

  .faq-section {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .section-2 {
    padding-left: 80px;
    padding-right: 80px;
  }

  .paragraph {
    font-size: 16px;
  }

  .image-gafta_block {
    padding-left: 390px;
  }

  .advantages-1 {
    max-width: 237px;
  }

  .dropdown {
    background-color: var(--white);
  }

  .text-footer {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .about-us-footer {
    width: 370px;
    max-width: 370px;
  }

  ._1440-small-text-regular {
    width: 370px;
    max-width: 470px;
  }

  .privacy-terms {
    width: 760px;
    max-width: 760px;
  }

  .mask {
    width: auto;
    height: auto;
  }

  .video-background {
    z-index: auto;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    aspect-ratio: auto;
    object-fit: fill;
    flex-flow: column wrap;
    flex: 0 auto;
    place-content: flex-start;
    align-self: flex-start;
    align-items: stretch;
    width: 1440px;
    min-width: 0;
    max-width: 1440px;
    font-family: Helveticaneue, sans-serif;
    font-size: 16px;
    display: flex;
    position: relative;
    top: 0;
    left: 0;
  }

  .dropdown-list-6 {
    background-color: #ddd;
  }

  .dropdown-list-6.w--open {
    background-color: var(--white);
  }
}

@media screen and (min-width: 1920px) {
  .main-text-medium {
    width: 240px;
    max-width: 330px;
    font-size: 18px;
  }

  .main-content {
    width: 1000px;
    margin-top: 0;
  }

  .h1 {
    font-size: 72px;
  }

  .our-services-block {
    width: 11920px;
    max-width: 1920px;
    height: 900px;
  }

  .main-text-regular {
    font-size: 18px;
  }

  .images-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 1920px;
  }

  .h2 {
    font-size: 54px;
  }

  .main-block, .h3 {
    width: 1680px;
    max-width: 1680px;
  }

  .text-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 840px;
    margin-left: 480px;
  }

  .text-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
  }

  .main-text-regular-block {
    width: 332px;
    max-width: 332px;
    font-size: 18px;
  }

  .button-secondary {
    width: 320px;
    padding: 16px;
  }

  .button-secondary.w--current {
    width: 332px;
    padding: 16px;
  }

  .h3-with-margin {
    margin-left: 480px;
    font-size: 42px;
  }

  .h3-gray {
    font-size: 42px;
  }

  .about-block {
    width: 1680px;
    max-width: 1680px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h3-without-margins {
    font-size: 42px;
  }

  .info-block {
    max-width: 1920px;
    margin-top: 120px;
    margin-bottom: 120px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .service-image {
    width: auto;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: 100%;
  }

  .image-service {
    width: 320px;
    max-width: 320px;
    height: 400px;
    max-height: 400px;
  }

  .info {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    width: 1680px;
    max-width: 1920px;
  }

  .steps {
    max-width: 100%;
  }

  .h4 {
    max-width: 1200px;
    font-size: 38px;
  }

  .services-block {
    width: auto;
    max-width: 1920px;
    margin: 120px;
  }

  .advantages-block {
    margin-top: 120px;
    margin-bottom: 120px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .faq-block {
    width: 1680px;
    max-width: 1680px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block {
    justify-content: space-around;
    max-width: 980px;
    margin-left: 480px;
  }

  .h3-without-paddings {
    font-size: 42px;
    line-height: 130%;
  }

  .inputs-form {
    margin-left: 480px;
  }

  .form {
    max-width: 1920px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .small-text-regular {
    font-size: 14px;
  }

  .footer {
    justify-content: flex-end;
    width: 1920px;
    max-width: 1920px;
    padding-left: 550px;
    position: static;
    inset: auto 0% 0%;
  }

  .image-7 {
    justify-content: space-between;
    width: 1680px;
    padding-left: 0;
  }

  .image-8 {
    width: 220px;
    max-width: 220px;
    height: 240px;
    max-height: 240px;
    overflow: visible;
  }

  .about {
    width: 1920%;
    max-width: 1920px;
    margin: 120px 0;
    padding-left: 120px;
    padding-right: 120px;
  }

  .service {
    width: 1920px;
    max-width: 1920px;
  }

  .info-section, .advantages-section {
    width: 1920px;
    max-width: 1920px;
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .faq {
    width: 1920px;
    max-width: 1920px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .form-section {
    width: 1920px;
    max-width: 1920px;
  }

  .achievment {
    margin-left: 120px;
    margin-right: 120px;
  }

  .stansarts {
    width: 100%;
    max-width: 600vh;
  }

  .standarts-section, .our-partners {
    margin-left: 120px;
    margin-right: 120px;
  }

  .div-image {
    width: 400px;
    max-width: 344px;
    height: 370px;
  }

  .agro-production, .agro-analysis {
    margin-left: 120px;
    margin-right: 120px;
  }

  .with-buttons {
    margin-left: 480px;
  }

  .description {
    width: 680px;
    max-width: 680%;
  }

  .text-3 {
    max-width: 332px;
  }

  .image {
    width: 1680px;
    max-width: 100%;
    height: 400px;
    max-height: 360px;
  }

  .petrol-analysis {
    margin-left: 120px;
    margin-right: 120px;
  }

  .section {
    margin-bottom: 250px;
  }

  .dropdown-toggle-2 {
    width: 1100px;
    max-width: 1100px;
  }

  .dropdown-link-2 {
    width: 1000px;
    font-size: 20px;
    line-height: 160%;
  }

  .arrow-v2-2 {
    padding: 8px;
  }

  .vectors-wrapper-4 {
    width: 18px;
  }

  .container {
    font-size: 20px;
  }

  .nav-link, .nav-link.w--current {
    font-size: 18px;
  }

  .button-primary-2 {
    font-size: 20px;
  }

  .navbar-logo-left-container.shadow-three {
    width: 1920px;
    max-width: 1920%;
  }

  .navbar-wrapper {
    justify-content: space-between;
    width: 1920px;
  }

  .nav-menu-two {
    justify-content: space-between;
    padding-left: 40px;
  }

  .dropdown-2 {
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-3, .dropdown-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-3 {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-5, .div-block-6 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .abdantages-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    height: 100%;
    max-height: 100%;
  }

  .advantages-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
    max-width: 684px;
    height: 100%;
  }

  .advantages-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    align-items: flex-start;
    width: 332px;
    max-width: 332px;
  }

  .image-centered {
    width: 684px;
    max-width: 684px;
    height: 500px;
  }

  .div-block-8 {
    width: auto;
    max-width: 100%;
  }

  .main-text-small {
    font-size: 20px;
  }

  .text-standarts {
    font-size: 32px;
  }

  .faq-section {
    margin-top: 120px;
    margin-bottom: 120px;
    padding-left: 120px;
    padding-right: 120px;
  }

  .paragraph {
    font-size: 18px;
  }

  .image-gafta_block {
    padding-left: 480px;
  }

  .advantages-1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    width: 100%;
    max-width: 332px;
    display: flex;
  }

  .main-text-steps {
    max-width: 100%;
    font-family: Helveticaneue, sans-serif;
    font-size: 18px;
    line-height: 160%;
  }

  .dropdown-5, .dropdown-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-7 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown {
    max-width: 900px;
    margin-left: 0;
    margin-right: 0;
  }

  .text-footer {
    margin-left: 40px;
  }

  ._1440-main-text-regular, ._1440-small-text-regular {
    font-size: 18px;
  }

  .video-background {
    width: 11920px;
    max-width: 1920px;
    height: 900px;
  }

  .div-block-18 {
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    max-height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .main-text-medium {
    width: 100%;
  }

  .main-text-medium:hover {
    color: var(--black-100);
  }

  .language {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .main-content {
    z-index: auto;
  }

  .h1 {
    font-family: Roboto, sans-serif;
  }

  .main-button {
    grid-column-gap: 400px;
    grid-row-gap: 400px;
    width: 800px;
    margin-right: 40px;
  }

  .our-services-block {
    z-index: auto;
    object-fit: fill;
    width: 100%;
    max-width: 100%;
  }

  .main-text-regular {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 50%;
  }

  .images-block {
    width: 100%;
    max-width: 100%;
  }

  .h2 {
    font-size: 30px;
  }

  .text-block {
    grid-auto-flow: row;
    width: 100%;
    max-width: 100%;
    height: 100%;
    margin-left: 0;
  }

  .main-text-regular-block {
    width: 100%;
    max-width: 100%;
  }

  .button-secondary.w--current {
    padding-left: 14px;
    padding-right: 14px;
  }

  .h3-with-margin {
    margin-left: 0;
    font-size: 24px;
  }

  .h3-without-margins {
    font-size: 24px;
  }

  .service-image {
    width: 130px;
    max-width: 100%;
  }

  .info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .steps {
    max-width: 100%;
  }

  .advantages-block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block {
    margin-left: 140px;
  }

  .inputs-form {
    margin-left: 0;
  }

  .main-footer {
    padding-left: 0;
  }

  .image-9 {
    margin-left: 0;
  }

  .info-section, .advantages-section {
    margin-left: 40px;
    margin-right: 40px;
  }

  .faq {
    margin-left: 20px;
    margin-right: 20px;
  }

  .stansarts {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: space-around;
    height: 220px;
    padding: 16px;
  }

  .agro, .services-2, .text-description {
    width: 728px;
    max-width: 728px;
  }

  .services-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 728px;
    max-width: 728px;
  }

  .div-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .agro-production {
    margin-left: 20px;
    margin-right: 20px;
  }

  .with-buttons {
    margin-left: 0;
  }

  .description {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 768px;
  }

  .text-3 {
    width: 332px;
    max-width: 332px;
  }

  .image {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 728px;
    height: 160px;
  }

  .image-13 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-left: 0;
  }

  .petrol-analysis {
    margin-left: 40px;
    margin-right: 40px;
  }

  .dropdown-toggle-2 {
    width: 100%;
  }

  .icons-4 {
    margin-left: 4px;
  }

  .arrow-v2-2 {
    padding: 0;
  }

  .vectors-wrapper-4 {
    width: 18px;
    margin: 0;
    padding-left: 0;
  }

  .container {
    max-width: 979px;
  }

  .nav-link {
    padding: 0;
  }

  .button-primary-2 {
    position: static;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .navbar-logo-left {
    position: relative;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 0;
  }

  .navbar-wrapper {
    width: 100%;
    min-width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .navbar-brand {
    max-width: 100%;
  }

  .nav-menu-wrapper {
    object-fit: contain;
    background-color: #0000;
    min-width: auto;
    max-width: 100%;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    display: flex;
    position: relative;
    box-shadow: 0 8px 50px #0000000d;
  }

  .abdantages-block {
    margin-left: 0;
    padding-left: 0;
  }

  .advantages-2 {
    width: 350px;
    max-width: 350px;
  }

  .advantages-3 {
    display: block;
  }

  .image-centered {
    width: 350px;
    height: 280px;
  }

  .text-standarts {
    font-size: 18px;
  }

  .div-block-11, .div-block-12 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-footer {
    margin-left: 40px;
  }

  .video-background {
    z-index: auto;
    object-fit: fill;
    width: 979px;
    max-width: 100%;
    height: 900px;
  }
}

@media screen and (max-width: 767px) {
  .main-text-medium {
    width: auto;
  }

  .main-text-medium:hover {
    color: var(--black-100);
  }

  .main-button {
    width: 200px;
    top: 600px;
    left: 30px;
  }

  .our-services-block {
    max-width: 100%;
  }

  .h2 {
    width: auto;
  }

  .h3 {
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block {
    margin-left: 0;
  }

  .text-2 {
    justify-content: flex-start;
    max-width: 100%;
  }

  .main-text-regular-block {
    max-width: 100%;
  }

  .h3-with-margin {
    margin-left: 0;
    font-size: 24px;
  }

  .h3-gray {
    font-size: 24px;
  }

  .h3-without-margins {
    direction: ltr;
    white-space: break-spaces;
    word-break: normal;
    object-fit: fill;
    font-size: 24px;
  }

  .services {
    flex-direction: column;
    position: static;
  }

  .service-image {
    width: 100%;
    max-width: 528px;
  }

  .image-service {
    max-height: 180px;
  }

  .info {
    flex-direction: column;
    display: flex;
  }

  .h4 {
    font-size: 20px;
  }

  .advantages-block {
    margin-left: 0;
    margin-right: 0;
  }

  .faq-block {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block {
    margin-left: 0;
    font-family: Helveticaneue, sans-serif;
  }

  .inputs-form {
    margin-left: 0;
  }

  .main-footer {
    padding-left: 0;
  }

  .body {
    max-width: 100%;
  }

  .image-9 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-left: 0;
  }

  .info-section, .advantages-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .faq {
    margin-left: 0;
    margin-right: 0;
  }

  .form-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .achievment {
    margin: 160px 20px 20px;
  }

  .standarts-block {
    flex-direction: column;
  }

  .raw {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .stansarts {
    width: 260px;
    max-width: 240px;
    max-height: 270px;
    padding: 16px 16px 24px;
  }

  .standarts-section {
    margin: 80px 20px;
  }

  .our-partners {
    margin-left: 20px;
    margin-right: 20px;
  }

  .agro, .services-2, .text-description {
    width: 528px;
    max-width: 528px;
  }

  .services-3 {
    flex-direction: column;
    width: 528px;
    max-width: 528px;
  }

  .service-2 {
    max-width: 220px;
  }

  .div-image {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }

  .agro-production, .agro-analysis {
    margin-left: 20px;
    margin-right: 20px;
  }

  .with-buttons {
    margin-left: 0;
  }

  .image {
    width: 256px;
    max-width: 256px;
    height: 260px;
  }

  .image-13 {
    padding-left: 0;
  }

  .petrol-analysis, .section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .adress {
    justify-content: center;
    align-items: center;
  }

  .dropdown-toggle-2 {
    -webkit-text-fill-color: inherit;
    background-color: #fffefe00;
    background-clip: border-box;
    justify-content: space-between;
    width: 528px;
  }

  .icons-4 {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-right: 4px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-wrapper {
    width: 568px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .dropdown-2, .dropdown-3 {
    width: 100%;
    max-width: 100%;
  }

  .dropdown-4 {
    max-width: 100%;
  }

  .div-block-3 {
    width: 100%;
    max-width: 100%;
  }

  .icon {
    color: var(--black);
  }

  .abdantages-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
  }

  .advantages {
    max-width: 220px;
    height: 250px;
  }

  .advantages-2 {
    display: none;
  }

  .advantages-3 {
    justify-content: flex-start;
    align-items: flex-start;
    width: 256px;
    max-width: 256px;
    height: 100%;
  }

  .image-centered {
    max-width: 300px;
  }

  .image-left-right {
    width: 240px;
    height: 240px;
  }

  .div-block-8 {
    flex-direction: row;
    max-width: 100%;
  }

  .div-block-9, .div-block-10 {
    flex-direction: row;
  }

  .main-text-small {
    font-family: Helveticaneue, sans-serif;
    font-size: 14px;
  }

  .text-standarts {
    font-size: 18px;
  }

  .section-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .advantages-1 {
    max-width: 256px;
  }

  .dropdown {
    max-width: 528px;
  }

  .video-background {
    width: 5682px;
    max-width: 100%;
  }

  .div-block-25 {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  .main-text-medium {
    color: #333;
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .main-content {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: flex-start;
  }

  .h1 {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
  }

  .button-primary {
    text-align: center;
    align-self: auto;
    width: 100%;
    max-width: 280px;
  }

  .main-button {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .our-services-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .main-text-regular {
    width: 100%;
    font-size: 12px;
  }

  .main-text-menu {
    font-size: 14px;
    line-height: 130%;
  }

  .images-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
  }

  .h2 {
    color: #333;
    text-align: center;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .main-block {
    width: auto;
    max-width: 100%;
    height: auto;
  }

  .h3 {
    font-size: 16px;
  }

  .text-block {
    width: auto;
    height: auto;
  }

  .text-2 {
    width: auto;
    max-width: 100%;
  }

  .main-text-regular-block {
    white-space: normal;
    word-break: normal;
    width: auto;
    min-width: auto;
    max-width: 100%;
    min-height: auto;
    font-size: 12px;
  }

  .button-secondary {
    width: 100%;
    max-width: 100%;
    padding-bottom: 12px;
  }

  .button-secondary.w--current {
    justify-content: center;
    max-width: 280px;
    padding: 8px;
  }

  .about-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .services {
    flex-direction: column;
  }

  .service-image {
    width: 132px;
    max-width: 100%;
  }

  .info {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .steps {
    max-width: 132px;
  }

  .h4 {
    font-size: 18px;
  }

  .advantages-block {
    width: 280px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .faq-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .div-block, .name-field {
    width: 280px;
  }

  .form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 280px;
    max-width: 100%;
    margin-left: 20px;
    padding-left: 0;
  }

  .small-text-regular {
    font-family: Roboto, sans-serif;
    font-size: 12px;
  }

  .main-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .contact {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    max-width: 140px;
    font-family: Helveticaneue, sans-serif;
  }

  ._1440-main-text-medium {
    font-size: 14px;
  }

  .footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: auto;
    margin-top: 0;
    font-size: 14px;
  }

  .info-3 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .info-section {
    margin: 40px 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .advantages-section {
    margin-left: 0;
    margin-right: 0;
  }

  .faq {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    width: 280px;
    max-width: 280px;
    margin-bottom: 160px;
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
  }

  .form-section {
    margin: 40px 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .achievment {
    margin-top: 120px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .standarts-block {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .stansarts {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: flex-start;
    width: 140px;
    max-width: 140px;
    padding-bottom: 16px;
  }

  .div-block-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .agro {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 280px;
    max-width: 280px;
  }

  .services-2, .text-description {
    width: 280px;
    max-width: 280px;
  }

  .services-3 {
    width: 280528px;
    max-width: 280px;
    display: block;
  }

  .service-2 {
    max-width: 132px;
    height: 200px;
  }

  .div-image {
    width: auto;
    min-width: auto;
    max-width: 100%;
    height: auto;
    min-height: auto;
  }

  .agro-production {
    margin-left: 20px;
    margin-right: 20px;
  }

  .image {
    width: 132px;
    max-width: 132px;
    height: 140px;
  }

  .image-12 {
    width: 132px;
    max-width: 100%;
    height: 120px;
  }

  .gas-analysis, .section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .contact-info {
    justify-content: center;
    align-items: center;
    font-family: Roboto, sans-serif;
    font-size: 12px;
  }

  .adress {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    justify-content: center;
    align-items: center;
    line-height: 130%;
  }

  .mail {
    line-height: 140%;
  }

  .dropdown-toggle-2 {
    width: 280px;
    max-width: 280px;
    padding: 8px;
  }

  .dropdown-link-2 {
    padding: 8px;
    font-size: 14px;
    line-height: 160%;
  }

  .container {
    width: 100%;
    max-width: 100%;
  }

  .button-primary-2 {
    z-index: 0;
    position: relative;
  }

  .navbar-wrapper {
    flex: 0 auto;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-two {
    flex-direction: column;
    padding-bottom: 0;
  }

  .div-block-3 {
    flex-flow: column;
    grid-template-areas: "Area-4 Area-3 Area-5 Area-6 Area-7"
                         "Area Area-2 Area-8 Area-9 Area-10";
    grid-auto-columns: 1fr;
  }

  .div-block-5, .div-block-6 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .advantages-3 {
    max-width: 130px;
    height: 200px;
  }

  .image-left-right {
    height: 130px;
  }

  .div-block-8, .div-block-9, .div-block-10 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: row;
  }

  .main-text-small {
    font-family: Helveticaneue, sans-serif;
    font-size: 10px;
    line-height: 160%;
  }

  .text-standarts {
    font-size: 14px;
  }

  .div-block-11 {
    display: flex;
  }

  .faq-section {
    margin-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-footer {
    width: 100%;
    max-width: 100%;
    margin: 20px;
  }

  .footer-navy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    max-width: none;
    height: auto;
  }

  ._1440-main-text-medium-7 {
    font-size: 14px;
  }

  ._1440-main-text-regular {
    font-size: 12px;
  }

  .footer-links-mail {
    height: auto;
  }

  .bottom-footer {
    width: 100%;
    max-width: 100%;
  }

  .privacy-terms {
    flex-flow: column;
  }

  .privacy {
    width: 140px;
    max-width: 140px;
    font-size: 14px;
  }

  .div-block-16 {
    background-image: linear-gradient(#0000008c, #0000008c);
  }

  .video-background {
    float: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 320px;
    max-width: 100%;
    height: 568px;
    font-family: Helveticaneue, sans-serif;
    display: block;
  }

  .image-17 {
    padding-left: 5px;
  }

  .text-block-7 {
    text-align: center;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 120%;
  }

  .text-block-8 {
    aspect-ratio: auto;
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
  }

  .nav-ua-menu {
    background-color: #e9e9e9;
  }

  .menu-button-2 {
    justify-content: center;
    display: block;
  }

  .footer-section {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
  }

  .cert-names-txt {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
  }

  .iso-img {
    max-width: 100%;
  }

  .fosfa-cert-imgs, .gafta-cert-imgs {
    flex-flow: column;
    display: flex;
  }

  .our-services {
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .inspection-list {
    width: auto;
    margin-top: 0;
    margin-right: 20px;
    padding-left: 30px;
    font-size: 16px;
  }

  .logo-tpc, .brand {
    padding-left: 0;
  }

  .list-item-2 {
    font-size: 16px;
  }

  .contacts-divblock {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: center;
    line-height: 130%;
  }

  .oil {
    width: auto;
  }

  .slide {
    width: 100%;
  }

  .slider {
    padding-bottom: 22vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .mask-2 {
    width: 100vw;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
  }

  .ag {
    width: auto;
  }

  .text-block-9 {
    width: 80vw;
    font-size: 20px;
  }

  .side-nav {
    margin-bottom: 46vw;
  }

  .image-29, .image-30, .image-31, .image-32, .image-33 {
    width: 80vw;
  }

  .div-block-24 {
    font-family: Roboto, sans-serif;
  }
}


@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue.ttc.zip') format('undefined'), url('../fonts/HelveticaNeue.ttc.zip') format('undefined');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue.ttc.zip') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneue';
  src: url('../fonts/HelveticaNeue.ttc.zip') format('undefined');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}