/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input,
button {
  -webkit-appearance: none;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template,
[hidden] {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

/* @font-face {
  font-family: 'Calibri';
  src: url("fonts/calibri.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Myriad Pro';
  src: url("fonts/MyriadPro-Regular.woff2") format("woff2"), url("fonts/MyriadPro-Regular.woff") format("woff"), url("fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: "Calibri";
  src: url("fonts/Calibri-Bold.woff2") format("woff2"),
    url("fonts/Calibri-Bold.woff") format("woff"),
    url("fonts/Calibri-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("fonts/Calibri-LightItalic.woff2") format("woff2"),
    url("fonts/Calibri-LightItalic.woff") format("woff"),
    url("fonts/Calibri-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Myriad Pro";
  src: url("fonts/MyriadPro-Regular.woff2") format("woff2"),
    url("fonts/MyriadPro-Regular.woff") format("woff"),
    url("fonts/MyriadPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("fonts/Calibri-Italic.woff2") format("woff2"),
    url("fonts/Calibri-Italic.woff") format("woff"),
    url("fonts/Calibri-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("fonts/Calibri-BoldItalic.woff2") format("woff2"),
    url("fonts/Calibri-BoldItalic.woff") format("woff"),
    url("fonts/Calibri-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("fonts/Calibri.woff2") format("woff2"),
    url("fonts/Calibri.woff") format("woff"),
    url("fonts/Calibri.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Calibri";
  src: url("fonts/Calibri-Light.woff2") format("woff2"),
    url("fonts/Calibri-Light.woff") format("woff"),
    url("fonts/Calibri-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

* {
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  overflow-x: hidden;
}

body {
  position: relative;
  font-family: "Calibri";
  /* max-width: 1920px; */
  /* margin: 0 auto; */
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 30px;
  max-width: 1700px;
}

.inner-container {
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

@media (max-width: 400px) {
  .inner-container {
    padding: 0 18px;
  }
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
  margin: 0;
  padding: 0;
}

.optimisation-box__list li,
.menu-wrap li,
.languages li {
  list-style: none;
}

a {
  text-decoration: none;
}

p {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
}


.goal-wrap h3,
h3.subtitle {
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 50px;
}

.goal-wrap h3 {
  margin-top: 0;
}

.main-page .block-info h6,
h6.small-title {
  text-transform: uppercase;
  font-size: 18px;
}

button {
  padding: 0;
  background-color: #fff;
  cursor: pointer;
  font-family: inherit;
  border: none;
  outline: none;
}

a {
  color: inherit;
}

main {
  position: relative;
}

main .bottom-image {
  position: absolute;
  bottom: -75px;
  right: 0;
  height: 415px;
  width: 100%;
  z-index: -1;
}

main .bottom-image .bottom-shem {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.half-part {
  width: 50%;
}

.menu {
  width: 318px;
  padding: 25px 20px 14px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#009089),
    to(#52aea9)
  );
  background: -o-linear-gradient(top, #009089, #52aea9);
  background: linear-gradient(to bottom, #009089, #52aea9);
  position: relative;
}

.menu .menu-wrap li {
  margin-bottom: 15px;
  position: relative;
}

.menu .menu-wrap li a {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu .menu-wrap li a:hover,
.menu .menu-wrap li.active a,
.menu .menu-wrap li a.active {
  color: #7ebfbb;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.menu .menu-wrap li:not(:last-child):after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #7ebfbb;
  position: absolute;
  bottom: -10px;
}

.menu:after {
  content: url(/wp-content/themes/grenge/images/shem.svg);
  position: absolute;
  top: 0;
  z-index: -1;
  left: -90px;
}

.goal .goal__inner h4+p,
.gradient,
.optimisation-box__title {
  background: -webkit-linear-gradient(#009088, #79bdb9);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-gradient {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#009089),
    color-stop(50%, #a4d3d1)
  );
  background: -o-linear-gradient(bottom, #009089, #a4d3d1 50%);
  background: linear-gradient(to top, #009089, #a4d3d1 50%);
}

.main-page .block-info .left-part h6,
.goal-wrap h3,
.green-color {
  color: #009088;
}

footer {
  position: relative;
  bottom: -4px;
  background: #009088;
}

/* footer:before {
  content: "";
  position: absolute;
  top: -415px;
  left: 0;
  right: 0;
  height: 415px;
  width: 100%;
  background-image: url("/wp-content/themes/grenge/images/bottom-bg-2.svg");
} */

footer .partner-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
}

footer .partner-wrap .logo-wrap {
  display: flex;
  flex-direction: column;
}

footer .partner-wrap .logo-wrap .logo-wrap__box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 75px;
}

footer .partner-wrap .logo-wrap p {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
}

footer .partner-wrap .logo-wrap--mobile {
  display: none;
}

/* footer .partner-wrap .logo-wrap img:first-of-type {
  margin-right: 30px;
} */

footer .partner-wrap .logo-wrap .footer-logo-link--mobile {
  display: none;
}

footer .partner-wrap .center-wrap {
  min-height: 75px;
  padding: 16px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/* footer .partner-wrap .center-wrap img {
  margin-right: 50px;
} */

footer .partner-wrap .dev-wrap {
  min-height: 75px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

footer .partner-wrap .dev-wrap a:first-child {
  font-size: 14px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 2vw;
  white-space: nowrap;
}

footer .partner-wrap .dev-wrap .dev--mobile {
  display: none;
}

footer .partner-wrap .footer-line {
  display: none;
  height: 1px;
  width: 100%;
  margin: 43px 0;
  background: #fff;
}

.footer:before {
  content: "";
  position: absolute;
  top: -370px;
  left: 0;
  right: 0;
  height: 415px;
  width: 100%;
  z-index: -1;
  background-position: center;
}

.footer--main:before {
  background-position: center;
}

.footer--main:before,
.footer--about:before {
  background-image: url("/wp-content/themes/grenge/images/bottom-shem.svg");
  background-repeat: repeat-x;
}

.footer--web-logo:before,
.footer--network:before {
  background-image: url("/wp-content/themes/grenge/images/bottom-bg-2.svg");
}

.footer--resources:before,
.footer--database:before {
  background-image: url("/wp-content/themes/grenge/images/bottom-shem-2.svg");
}

@media (max-width: 1920px) {
  .footer:before {
    background-size: cover;
  }
}

@media (max-width: 1150px) {
  .footer--database:before,
  .footer--network:before,
  .footer--resources:before {
    background-position: initial;
  }
}

@media (max-width: 1000px) {
  .footer--main:before,
  .footer--resources:before,
  .footer--about:before,
  .footer--network:before {
    background-repeat: no-repeat;
    background-size: contain;
    background-position-x: right;
    background-position-y: bottom;
    background-image: url("/wp-content/themes/grenge/images/main/decoration-bg-mobile-2.svg");
    height: 250px;
    top: -250px;
  }

  .footer--web-logo:before,
  .footer--database:before {
    background-image: none;
  }

  /* .footer--main:before,
  .footer--resources:before,
  .footer--about:before {
    background-image: url("/wp-content/themes/grenge/images/main/decoration-bg-mobile-2.svg");
  } */
}

.main-page .header {
  overflow: hidden;
}

.main-page .header--web-logo {
  padding-bottom: 200px;
}

@media (max-width: 1650px) {
  .main-page .header--web-logo {
    padding-bottom: 100px;
  }
}

@media (max-width: 1000px) {
  .main-page .header--web-logo {
    padding-bottom: 200px;
  }
}

.main-page .header--network {
  margin-bottom: 70px;
}

/* @media (max-width: 1050px) {
  .main-page .header--network {
    margin-bottom: 70px;
  }
} */

/* @media (max-width: 770px) {
  .main-page .header--network {
    margin-bottom: 70px;
  }
} */

/* @media (max-width: 650px) {
  .main-page .header--network {
    margin-bottom: 30px;
  }
} */

.main-page .header--about {
  padding-bottom: 235px;
}

@media (max-width: 650px) {
  .main-page .header--about {
    padding-bottom: 80px;
  }
}

.main-page .header .header-bg-image-wrapper {
  position: absolute;
  top: 286px;
  right: 0;
  height: 494px;
  z-index: -2;
}

.main-page .header--network .header-bg-image-wrapper {
  top: 235px;
}

@media (max-width: 1400px) {
  .main-page .header .header-bg-image-wrapper {
    width: 700px;
  }
}

@media (max-width: 1100px) {
  .main-page .header .header-bg-image-wrapper {
    width: 500px;
  }
}

@media (max-width: 985px) {
  .main-page .header .header-bg-image-wrapper {
    right: -75px;
  }
}

@media (max-width: 850px) {
  .main-page .header .header-bg-image-wrapper {
    right: -125px;
  }
}

@media (max-width: 650px) {
  .main-page .header .header-bg-image-wrapper {
    display: none;
  }
}

.main-page .header .header-bg-image-wrapper--resources {
  height: 1072px;
  top: 125px;
  right: 30%;
}

@media (max-width: 3400px) {
  .main-page .header .header-bg-image-wrapper--resources {
    right: 25%;
  }
}

@media (max-width: 2700px) {
  .main-page .header .header-bg-image-wrapper--resources {
    right: 19%;
  }
}

@media (max-width: 2200px) {
  .main-page .header .header-bg-image-wrapper--resources {
    right: 12%;
  }
}

@media (max-width: 1800px) {
  .main-page .header .header-bg-image-wrapper--resources {
    right: 6%;
  }
}

@media (max-width: 1650px) {
  .main-page .header .header-bg-image-wrapper--resources {
    top: 285px;
    right: 0;
  }
}

@media (max-width: 1200px) {
  .main-page .header .header-bg-image-wrapper--resources {
    right: -50px;
  }
}

@media (max-width: 1100px) {
  .main-page .header .header-bg-image-wrapper--resources {
    top: 390px;
  }
}

@media (max-width: 1000px) {
  .main-page .header .header-bg-image-wrapper--resources {
    top: 320px;
  }
}

@media (max-width: 950px) {
  .main-page .header .header-bg-image-wrapper--resources {
    top: 420px;
  }
}

@media (max-width: 900px) {
  .main-page .header .header-bg-image-wrapper--resources {
    top: 570px;
  }
}

@media (max-width: 900px) {
  .main-page .header .header-bg-image-wrapper--resources {
    display: none;
  }
}

.main-page .header .header-bg-image-wrapper--about {
  top: 216px;
}

.main-page .header .header-bg-image-wrapper__image {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.main-page .header .header-bg-image-wrapper__image--network {
  position: relative;
  right: -30px;
}

.main-page .top-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main-page .top-header .mobile-part {
  position: absolute;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 1;
}

@media (max-width: 1490px) {
  .main-page .top-header .mobile-part {
    left: 30px;
  }
  .main-page .top-header .right-part {
    position: relative;
    z-index: 1;
  }
}

.main-page .top-header .mobile-part .mobile-burger {
  display: none;
  width: 30px;
  height: 16px;
  cursor: pointer;
}

.main-page .top-header .mobile-part .mobile-burger__part {
  height: 3px;
  width: 100%;
  background: #009088;
}

.main-page .top-header .mobile-part .languages {
  position: absolute;
  right: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 26px;
  width: 47px;
  margin-top: 42px;
}

@media (max-width: 1490px) {
  .main-page .top-header .mobile-part .languages {
    right: -50px;
  }
}

@media (max-width: 1000px) {
  .main-page .top-header .mobile-part .languages {
    margin-top: 15px;
  }
}

@media (max-width: 650px) {
  .main-page .top-header .mobile-part .languages {
    margin-top: 0;
  }

  .main-page .top-header .mobile-part {
    z-index: 0;
  }
}

.main-page .top-header .mobile-part .lang-item {
  font-size: 18px;
  font-weight: bold;
  color: #767676;
}

.main-page .top-header .mobile-part .lang-item.current-lang {
  color: #009088;
}

@media (max-width: 1200px) {
  .main-page .top-header .left-part--database {
    width: 50%;
  }
}

@media (max-width: 650px) {
  .main-page .top-header .left-part--database {
    width: 100%;
  }
}

.main-page .top-header .left-part .main-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 100px;
}

@media (max-width: 1650px) {
  /* .main-page .top-header .left-part .main-title {
    padding-top: 20px;
  } */
}

/* @media (max-width: 1300px) {
  .main-page .top-header .left-part .main-title {
    padding-top: 20px;
  }
} */

@media (max-width: 650px) {
  .main-page .top-header .left-part .main-title--resources,
  .main-page .top-header .left-part .main-title--about,
  .main-page .top-header .left-part .main-title--network {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.main-page .top-header .left-part .main-title--web-logo,
.main-page .top-header .left-part .main-title--resources,
.main-page .top-header .left-part .main-title--database,
.main-page .top-header .left-part .main-title--network {
  padding-top: 150px;
}

@media (max-width: 1650px) {
  .main-page .top-header .left-part .main-title--web-logo,
  .main-page .top-header .left-part .main-title--resources,
  .main-page .top-header .left-part .main-title--database,
  .main-page .top-header .left-part .main-title--network {
    padding-top: 20px;
  }
}

.main-page .top-header .left-part .main-title--about {
  padding-top: 200px;
}

@media (max-width: 1650px) {
  .main-page .top-header .left-part .main-title--about {
    padding-top: 20px;
  }
}

.main-page .top-header .left-part .main-title .header-image-desktop {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  position: absolute;
  left: -225px;
}

.main-page .top-header .left-part .main-title .header-image-desktop--resources {
  top: 75px;
  left: -160px;
}

.main-page .top-header .left-part .main-title .header-image-desktop--about {
  top: 125px;
  left: -145px;
}

.main-page .top-header .left-part .main-title .header-image-desktop--main {
  left: -145px;
}

.main-page .top-header .left-part .main-title .header-image-desktop__bg {
  height: 166px;
  width: 166px;
  border-radius: 50%;
  background: #0c807c;
}

.main-page .top-header .left-part .main-title .header-image-desktop__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}

.main-page .top-header .left-part .main-title .title p {
  color: #009088;
  font-size: 50px;
  max-width: 577px;
  line-height: 48px;
  text-align: right;
  margin-bottom: 15px;
}

.main-page .top-header .left-part .main-title .title--main p {
  font-size: 78px;
  line-height: 68px;
}

.main-page .top-header .left-part .main-title .title--small {
  font-size: 50px;
  text-align: left;
  line-height: 48px;
}

.main-page .top-header .left-part .main-title .title--main p {
  max-width: 585px;
}

.main-page .top-header .left-part .main-title .title--main-secondary,
.main-page .top-header .left-part .main-title span {
  display: block;
  color: #51aea9;
}

.main-page .top-header .left-part .main-title .title--network {
  margin-top: 40px;
}

@media (max-width: 1650px) {
  .main-page .top-header .left-part .main-title .title--network {
    margin-top: 0;
  }

  .main-page .top-header .left-part .main-title .title--main p {
    font-size: 58px;
  }

  .title--main {
    position: relative;
    left: 120px;
    width: 500px;
  }

  .main-page .top-header .left-part .main-title .header-image-desktop--main {
    left: 30px;
  }
}

@media (max-width: 1050px) {
  .main-page .top-header .left-part .main-title .title--main p {
    font-size: 45px;
  }
}

.main-page .top-header .left-part .main-title .title--network,
.main-page .top-header .left-part .main-title .title--resources {
  margin-bottom: 60px;
}

.main-page .top-header .left-part .main-title .title--about {
  margin-bottom: 50px;
}

.main-page .top-header .left-part .main-title .title--secondary {
  display: block;
  text-align: left;
  font-size: 44px;
  line-height: 48px;
  color: #51aea9;
}

.main-page .top-header .left-part .mobile-header-bg {
  display: none;
  position: relative;
  bottom: 40px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  z-index: -1;
}

.main-page .top-header .left-part .header-bg-image-wrapper-mobile {
  display: none;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100vw;
  margin: 0 -30px;
}

@media (max-width: 650px) {
  .main-page .top-header .left-part .header-bg-image-wrapper-mobile {
    display: block;
  }
}

@media (max-width: 400px) {
  .main-page .top-header .left-part .header-bg-image-wrapper-mobile {
    margin: 0 -18px;
  }
}

.main-page .top-header .left-part .header-bg-image-wrapper-mobile--resources {
  height: 470px;
}

.main-page .top-header .left-part .header-bg-image-wrapper-mobile__image {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-page
  .top-header
  .left-part
  .header-bg-image-wrapper-mobile__image--resources {
  -o-object-fit: contain;
  object-fit: contain;
}

.main-page .top-header .left-part .about-text {
  max-width: 515px;
  margin-left: auto;
  font-size: 20px;
  font-weight: bold;
  color: #808080;
  line-height: 24px;
}

.main-page .top-header .left-part .about-text--database {
  margin-left: 0;
}

.main-page .top-header .left-part .about-text--database p {
  margin-bottom: 20px;
}

.main-page .top-header .left-part .header-image-mobile {
  position: relative;
  display: none;
  margin-top: 50px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.main-page .top-header .left-part .header-image-mobile__bg {
  height: 80px;
  width: 80px;
  border-radius: 50%;
  background: #0c807c;
}

.main-page .top-header .left-part .header-image-mobile__title {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-transform: uppercase;
  white-space: nowrap;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  white-space: nowrap;
}

.main-page .top-header .left-part .header-solutions {
  max-width: 575px;
  min-height: 220px;
  margin-bottom: 56px;
  padding: 30px 25px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(0),
    color-stop(0%, #2ca09a),
    to(#a4d3d1)
  );
  background: -o-linear-gradient(0, #2ca09a 0%, #a4d3d1 100%);
  background: linear-gradient(0, #2ca09a 0%, #a4d3d1 100%);
}

.main-page .top-header .left-part .header-solutions ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

@media (max-width: 650px) {
  .main-page .top-header .left-part .header-solutions {
    margin: 0 -30px 56px;
    max-width: 100vw;
  }
}

@media (max-width: 400px) {
  .main-page .top-header .left-part .header-solutions {
    margin: 0 -18px 56px;
  }
}

.main-page .top-header .left-part h5,
.main-page .top-header .left-part .header-solutions__title {
  margin-bottom: 20px;
  font-size: 20px;
}

.main-page .top-header .left-part .header-solutions__linebreak {
  display: block;
}

.main-page .top-header .left-part li,
.main-page .top-header .left-part .header-solutions__description {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}

.main-page .top-header .left-part .header-practices {
  max-width: 800px;
  margin-bottom: 50px;
}

.main-page .top-header .right-part {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.main-page .top-header .right-part .mobile-menu-button {
  display: none;
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
}

.main-page .block-info {
  padding-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.main-page .block-info .left-part .img-wrap {
  z-index: -2;
  position: relative;
  margin-top: -200px;
  margin-left: -80px;
}

.main-page .block-info .left-part .subtitle {
  font-size: 34px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 50px;
  margin-bottom: 50px;
  line-height: 30px;
}

.main-page .block-info .left-part .link-data {
  margin-bottom: 78px;
  font-weight: bold;
  display: inline-block;
}

.main-page .block-info .left-part .sources {
  margin-bottom: 35px;
}

.main-page .block-info .left-part .sources .sources-title {
  font-size: 14px;
  margin-bottom: 10px;
}

.main-page .block-info .left-part .sources p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 16px;
}

.main-page .block-info .right-part {
  margin-left: 55px;
  position: relative;
  max-width: 600px;
}

.main-page .block-info .right-part .goal-wrap {
  padding: 100px 45px;
  position: relative;
  max-width: 600px;
}

.main-page .block-info .right-part .goal-wrap h3.subtitle {
  margin-top: 0;
}

.main-page .block-info .right-part .goal-wrap p {
  font-weight: bold;
}

@media (max-width: 1200px) {
  .main-page .block-info .right-part .goal-wrap p {
    line-height: 22px;
  }
}

.main-page .block-info .right-part .goal-wrap .common-circles {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -100px;
}

.main-page .block-info .right-part .goal-wrap .common-circles .wrap-circles {
  min-width: 290px;
  max-width: 290px;
  height: 290px;
  text-align: center;
  position: relative;
}

.main-page
  .block-info
  .right-part
  .goal-wrap
  .common-circles
  .wrap-circles__block {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  z-index: 1;
}

.main-page
  .block-info
  .right-part
  .goal-wrap
  .common-circles
  .wrap-circles__block__top {
  background: #0c807c;
  color: #fff;
  min-height: 113px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 23px;
  font-weight: bold;
}

.main-page
  .block-info
  .right-part
  .goal-wrap
  .common-circles
  .wrap-circles__block__top__action {
  text-transform: uppercase;
}

.main-page
  .block-info
  .right-part
  .goal-wrap
  .common-circles
  .wrap-circles__block__bottom {
  position: relative;
  height: -webkit-calc(290px - 113px);
  height: calc(290px - 113px);
  background: #fff;
  font-weight: 300;
  font-style: italic;
  padding: 10px 15px;
  font-size: 20px;
}

.main-page
  .block-info
  .right-part
  .goal-wrap
  .common-circles
  .wrap-circles:nth-of-type(odd) {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.main-page .block-info .right-part .goal-wrap:after {
  content: url(/wp-content/themes/grenge/images/main/shem-blue.svg);
  position: absolute;
  bottom: -150px;
  left: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}

.main-page .block-info .right-part:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #009088;
  height: 56px;
  z-index: 1;
}

.main-page .block-triangle__image--small {
  display: none;
}

.main-page .block-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -280px;
}

.main-page .block-time .left-part .block-time-text {
  padding: 30px 23px 27px 83px;
  margin-bottom: 70px;
  max-width: 437px;
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(0),
    color-stop(0%, #2ca09a),
    to(#a4d3d1)
  );
  background: -o-linear-gradient(0, #2ca09a 0%, #a4d3d1 100%);
  background: linear-gradient(0, #2ca09a 0%, #a4d3d1 100%);
}

.main-page .block-time .right-part {
  height: 649px;
  width: 50%;
  position: relative;
  left: 110px;
  z-index: -1;
}

.main-page .block-time .right-part img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-page .block-time .right-part .clock-image--small {
  display: none;
}

.main-page .bottom-image .bottom-shem--small {
  display: none;
}

.main-page
  .block-info
  .right-part
  .goal-wrap
  .wrap-circles:nth-child(1)
  .wrap-circles__block
  .wrap-circles__block__bottom {
  padding-top: 20px;
}

.main-page
  .block-info
  .right-part
  .goal-wrap
  .wrap-circles:nth-child(2):before {
  content: "";
  top: 0;
  display: block;
  height: 1px;
  width: 150px;
  position: absolute;
  right: 0px;
  background: #0c807c;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.main-page .block-info .right-part .goal-wrap .wrap-circles:nth-child(2):after {
  content: "";
  display: block;
  height: 1px;
  width: 150px;
  position: absolute;
  right: 0px;
  background: #0c807c;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-page
  .block-info
  .right-part
  .goal-wrap
  .wrap-circles:nth-child(3)
  .wrap-circles__block
  .wrap-circles__block__bottom {
  padding-top: 30px;
}

.scroll-top-top {
  position: absolute;
  bottom: 350px;
  right: 150px;
  height: 30px;
  width: 30px;
  background: transparent;
  cursor: pointer;
  z-index: 2;
}

.scroll-top-top.scroll-to-top--resources {
  bottom: -150px;
}

@media (max-width: 1500px) {
  .scroll-top-top {
    right: 50px;
  }
}

@media (max-width: 1250px) {
  .scroll-top-top {
    display: none;
  }
}

.scroll-top-top__image {
  height: 100%;
  width: 100%;
}

.scroll-btn-trigger {
  position: absolute;
  bottom: 650px;
  right: 150px;
  height: 30px;
  width: 30px;
}

@media screen and (max-width: 1650px) {
  .main-page .top-header .mobile-part .languages {
    position: static;
  }

  .main-page .top-header .left-part .header-image-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 120px 0 0;
  }

  .main-page .top-header .left-part .header-image-mobile--main {
    margin: 120px auto 0;
    display: none;
  }

  .main-page .top-header .left-part .main-title .header-image-desktop {
    display: none;
  }

  .main-page .top-header .left-part .main-title .header-image-desktop--main {
    display: block;
  }

  /* .main-page .top-header .left-part .main-title .header-image-desktop--main {
    display: block;
    left: -45px
  } */
}

/* @media (max-width: 1300px) {
  .main-page .top-header .left-part .header-image-mobile {
    display: flex;
  }
  .main-page .top-header .left-part .main-title .header-image-desktop--main {
    display: none;
  }
} */

@media screen and (max-width: 1200px) {
  .main-page .block-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .main-page .block-info .left-part .img-wrap {
    height: 720px;
    width: 100%;
    margin-left: 0;
  }

  .main-page .block-info .left-part .img-wrap img {
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .main-page .block-info .left-part .sources {
    margin-bottom: 75px;
  }

  .main-page .block-info .right-part {
    margin-left: 0;
    margin: 0 auto;
  }

  .main-page .block-info .right-part .goal-wrap {
    margin: 0 auto;
  }

  .main-page .block-info .right-part .goal-wrap::after {
    content: "";
    margin: 0 auto;
  }

  .main-page .block-triangle {
    /* margin-top: 50px; */
  }

  .main-page .half-part {
    width: 100%;
  }
}

@media screen and (max-width: 1180px) {
  .grenge-options__wrapper {
    /* grid-auto-rows: 250px !important; */
  }
}

@media (max-width: 1050px) {
  .title--main {
    left: 0;
    display: flex;
  }
  .main-page .top-header .left-part .main-title .title--main p {
    width: 70%;
    margin-left: auto;
  }

  .main-page .top-header .left-part .main-title .header-image-desktop--main {
    left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .main-page .top-header .left-part .header-image-mobile {
    margin: 50px auto 0;
  }

  .main-page .top-header .left-part .main-title .title p {
    font-size: 45px;
    text-align: left;
  }

  .main-page .top-header .left-part .main-title .title--main p {
    text-align: right;
  }

  .main-page .top-header .left-part .about-text {
    margin-left: 0;
  }

  .main-page .block-triangle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-page .block-time {
    margin: 0;
    padding-bottom: 90px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-page .block-time .left-part {
    width: 100%;
  }

  .main-page .block-time .left-part .block-time-text {
    max-width: 100%;
  }

  .main-page .block-time .right-part {
    max-height: 390px;
    max-width: 375px;
    width: 100%;
    left: 0;
  }

  .main-page .block-time .right-part .clock-image--big {
    display: none;
  }

  .main-page .block-time .right-part .clock-image--small {
    display: block;
  }

  .main-page .block-time .left-part .block-time-text {
    margin-bottom: 0 !important;
  }

  .main-page .bottom-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 208px;
    width: 280px;
    bottom: 0;
    right: 0;
  }

  .main-page .bottom-image .bottom-shem--big {
    display: none;
  }

  .main-page .bottom-image .bottom-shem--small {
    display: block;
    width: 100%;
    margin-left: auto;
  }

  .main-page .web-logo-main .bottom-image {
    display: none;
  }

  .grenge-options__wrapper {
    /* grid-auto-rows: 295px !important; */
  }

  footer {
    padding: 45px 0;
    position: relative;
    background: #009088;
  }

  footer .partner-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .partner-wrap .logo-wrap {
    display: none;
  }

  footer .partner-wrap .logo-wrap--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  footer .partner-wrap .center-wrap img {
    margin-right: 0;
    margin-bottom: 10px;
  }

  footer .partner-wrap .footer-line {
    display: block;
  }
}

footer .partner-wrap .center-wrap a {
  width: 110px;
  text-align: center;
}

footer .partner-wrap .logo-wrap .logo-wrap__box a:first-child {
  margin-right: 30px;
}

@media (max-width: 1587px) {
  footer .partner-wrap .center-wrap a {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1000px) {
  footer .partner-wrap .center-wrap a {
    width: 140px;
    text-align: center;
  }

  footer .partner-wrap .dev-wrap {
    margin: 0 auto;
  }

  footer .partner-wrap .logo-wrap--mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 20px;
  }

  footer .partner-wrap .dev-wrap a:first-child {
    margin-right: 0;
  }
}

@media screen and (max-width: 900px) {
  .main-page .top-header .left-part .main-title .title--main p {
    max-width: 300px;
  }

  .main-page .top-header .left-part .main-title .title--main p {
    max-width: inherit;
    line-height: 1;
  }

  .main-page .top-header .left-part .main-title .title--small {
    max-width: 500px;
    font-size: 41px;
  }

  .main-page .top-header .left-part .main-title .title--secondary {
    display: block;
    font-size: 30px;
    line-height: 1;
  }
}

@media screen and (max-width: 850px) {
  .grenge-options__wrapper {
    grid-template-columns: 1fr !important;
    grid-auto-rows: auto !important;
    grid-gap: 0 !important;
    margin: 0 -30px;
  }

  .grenge-options__box--description:nth-child(2) {
    margin-bottom: 35px;
  }

  .grenge-options__logo-image {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 768px) {
  a.mobile-menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 40px;
    height: 30px;
  }

  a.mobile-menu-button .line {
    display: inline-block;
    width: 100%;
    height: 2px;
    position: relative;
    background: #fff;
  }

  a.mobile-menu-button .line:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    top: -6px;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  a.mobile-menu-button .line:after {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    bottom: -6px;
    left: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  a.mobile-menu-button.active .line {
    background: transparent;
  }

  a.mobile-menu-button.active .line:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  a.mobile-menu-button.active .line:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 0;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
  }

  .wrap-menu {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 400px;
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 700px) {
  .header--web-logo {
    padding-bottom: 42px !important;
  }
}

@media screen and (max-width: 650px) {
  .main-page .top-header {
    position: relative;
  }

  .main-page .top-header .mobile-part {
    position: absolute;
    top: 15px;
    left: 0;
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .main-page .top-header .mobile-part .mobile-burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-page .top-header .mobile-menu {
    position: absolute;
    left: -30px;
    top: -100%;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
  }

  .main-page .top-header .mobile-menu--show {
    top: 0;
  }

  .main-page .top-header .right-part .mobile-menu-button {
    display: block;
  }

  .main-page .top-header .right-part .menu {
    width: 100%;
    padding: 58px 22px 18px;
  }

  .main-page .top-header .right-part .menu::after {
    display: none;
  }

  .main-page .top-header .left-part {
    width: 100%;
  }

  .main-page .top-header .left-part .header-image-mobile {
    margin: 85px auto 0;
  }

  .main-page .top-header .left-part .main-title--web-logo,
  .main-page .top-header .left-part .main-title--database,
  .main-page .top-header .left-part .main-title--network {
    padding-top: 42px;
  }

  .main-page .top-header .left-part .main-title--resources,
  .main-page .top-header .left-part .main-title--about {
    padding-top: 60px;
  }

  .main-page .top-header .left-part .main-title .title p {
    max-width: 100%;
    text-align: center;
    line-height: 1;
  }

  .main-page .top-header .left-part .main-title .title--small {
    font-size: 41px;
  }

  .main-page .top-header .left-part .mobile-header-bg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main-page .top-header .left-part .mobile-header-bg__image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .main-page .top-header .left-part .about-text {
    text-align: right;
    margin-left: 0;
    min-width: 100%;
  }

  .main-page .top-header .left-part .about-text--database {
    text-align: left;
  }

  .main-page .block-info .left-part .img-wrap {
    display: none;
  }

  .main-page .block-info .left-part .subtitle.gradient,
  .main-page .block-info .left-part .subtitle.optimisation-box__title {
    margin: 0 0 40px;
  }

  .main-page .block-info .left-part .link-data {
    margin-bottom: 65px;
  }

  .main-page .block-info .right-part {
    margin: 0 -30px;
    /*width: 100vw;*/
    width: calc(100% + 60px);
  }

  .main-page .block-info .right-part .goal-wrap {
    padding: 35px 20px;
  }

  .main-page .block-info .right-part .goal-wrap::after {
    content: url("..//wp-content/themes/grenge/images/main/green-bg-decoration.svg");
  }

  .main-page .block-info .right-part .goal-wrap .subtitle {
    font-size: 22px;
  }

  .main-page .block-info .right-part .goal-wrap p {
    font-size: 14px;
  }

  .main-page .block-info .right-part .goal-wrap .common-circles .wrap-circles {
    max-height: 189px;
    min-height: 189px;
    max-width: 189px;
    min-width: 189px;
  }

  .main-page
    .block-info
    .right-part
    .goal-wrap
    .common-circles
    .wrap-circles:nth-child(2):before {
    top: 30px;
    right: -250px;
    -webkit-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    transform: rotate(-25deg);
    width: 300px;
  }

  .main-page
    .block-info
    .right-part
    .goal-wrap
    .common-circles
    .wrap-circles:nth-child(2):after {
    right: -250px;
    -webkit-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
    width: 300px;
  }

  .main-page
    .block-info
    .right-part
    .goal-wrap
    .common-circles
    .wrap-circles__block {
    height: 100%;
  }

  .main-page
    .block-info
    .right-part
    .goal-wrap
    .common-circles
    .wrap-circles__block__top {
    height: 42%;
    min-height: 80px;
    font-size: 15px;
  }

  .main-page
    .block-info
    .right-part
    .goal-wrap
    .common-circles
    .wrap-circles__block__bottom {
    height: 58%;
    font-size: 13px;
  }

  .main-page
    .block-info
    .right-part
    .goal-wrap
    .wrap-circles:nth-child(1)
    .wrap-circles__block
    .wrap-circles__block__bottom,
  .main-page
    .block-info
    .right-part
    .goal-wrap
    .wrap-circles:nth-child(2)
    .wrap-circles__block
    .wrap-circles__block__bottom {
    padding: 10px 20px 10px;
  }

  .main-page
    .block-info
    .right-part
    .goal-wrap
    .wrap-circles:nth-child(3)
    .wrap-circles__block
    .wrap-circles__block__bottom {
    padding: 20px 20px 10px;
  }

  .main-page .block-triangle__image--small {
    display: block;
  }

  .main-page .block-triangle__image--big {
    display: none;
  }

  .main-page .block-time .left-part {
    margin: 0 -30px;
    width: 100vw;
  }

  .main-page .block-time .left-part .block-time-text {
    padding-left: 23px;
  }

  .main-page .top-header .left-part .header-image-mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 120px auto 0;
  }
}

@media (max-width: 500px) {
  .main-page
    .block-info
    .right-part
    .goal-wrap
    .common-circles
    .wrap-circles:nth-child(2):before {
    top: 0;
    right: -150px;
    -webkit-transform: rotate(-35deg);
    -ms-transform: rotate(-35deg);
    transform: rotate(-35deg);
    width: 200px;
  }

  .main-page
    .block-info
    .right-part
    .goal-wrap
    .common-circles
    .wrap-circles:nth-child(2):after {
    right: -150px;
    -webkit-transform: rotate(35deg);
    -ms-transform: rotate(35deg);
    transform: rotate(35deg);
    width: 200px;
  }
}

@media (max-width: 400px) {
  .main-page
    .block-info
    .right-part
    .goal-wrap
    .wrap-circles:nth-child(2)::before,
  .main-page
    .block-info
    .right-part
    .goal-wrap
    .wrap-circles:nth-child(2)::after {
    display: block;
    width: 100px;
    right: -20px;
  }

  .main-page .block-triangle img {
    height: 443px;
  }

  footer .partner-wrap .footer-line {
    width: 100vw;
    margin-right: -30px;
    margin-left: -30px;
  }

  footer .partner-wrap .dev-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  footer .partner-wrap .dev-wrap a:first-child {
    margin-bottom: 60px;
    margin-right: 0;
    font-size: 23px;
  }

  footer .partner-wrap .dev-wrap .logo-wrap--mobile {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 110px;
  }

  footer .partner-wrap .dev-wrap .logo-wrap--mobile a {
    margin: 0;
  }

  footer .partner-wrap .dev-wrap .logo-wrap--mobile img {
    margin: 0;
    max-width: 240px;
  }

  footer .partner-wrap .dev-wrap .logo-wrap--mobile .footer-logo-link--desktop {
    display: none;
  }

  footer .partner-wrap .dev-wrap .logo-wrap--mobile .footer-logo-link--mobile {
    display: block;
  }

  footer .partner-wrap .dev-wrap .dev {
    display: none;
  }

  footer .partner-wrap .dev-wrap .dev--mobile {
    display: block;
  }
}

@media (max-width: 370px) {
  .main-page
    .block-info
    .right-part
    .goal-wrap
    .common-circles
    .wrap-circles:nth-child(2):before {
    top: 40px;
    right: -50px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 200px;
  }

  .main-page
    .block-info
    .right-part
    .goal-wrap
    .common-circles
    .wrap-circles:nth-child(2):after {
    right: -50px;
    bottom: 40px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 200px;
  }

  .main-page .block-triangle img {
    height: 380px;
  }

  .main-page .block-time .right-part {
    width: 100vw;
    max-width: 100vw;
    margin: 0 -30px;
  }
}

@media screen and (max-width: 340px) {
  .main-page .block-info .left-part .img-wrap {
    display: none;
  }

  .main-page .block-info .left-part .subtitle.gradient,
  .main-page .block-info .left-part .subtitle.optimisation-box__title {
    margin: 0 0 40px;
  }

  .main-page .block-info .left-part .link-data {
    margin-bottom: 65px;
  }

  .main-page .block-info .right-part {
    margin: 0 -18px;
    width: 100vw;
  }

  .main-page .block-info .right-part .goal-wrap {
    padding: 35px 20px;
  }

  .main-page .block-info .right-part .goal-wrap .subtitle {
    font-size: 22px;
  }

  .main-page .block-info .right-part .goal-wrap p {
    font-size: 14px;
  }

  .main-page .block-info .right-part .goal-wrap .common-circles {
    margin-top: -80px;
  }

  .main-page .block-info .right-part .goal-wrap .common-circles .wrap-circles {
    max-height: 175px;
    max-width: 175px;
  }

  .main-page
    .block-info
    .right-part
    .goal-wrap
    .common-circles
    .wrap-circles__block {
    height: 100%;
  }

  .main-page
    .block-info
    .right-part
    .goal-wrap
    .common-circles
    .wrap-circles__block__top {
    height: 42%;
    min-height: 80px;
    font-size: 15px;
  }

  .main-page
    .block-info
    .right-part
    .goal-wrap
    .common-circles
    .wrap-circles__block__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 58%;
    font-size: 11px;
    padding: 5px 22px 10px !important;
  }
}

.grenge-options__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  /* grid-auto-rows: 220px; */
  grid-gap: 55px 50px;
}

.grenge-options__box--logo {
  margin: auto;
}

.grenge-options__box--description {
  padding: 25px;
  background: #97cecb;
}

.grenge-options__title,
.grenge-options__box.grenge-options__box--description h4 {
  font-size: 34px;
  color: #009088;
  text-transform: uppercase;
}

@media (max-width: 850px) {
  .grenge-options__title {
    text-align: center;
  }
}

.grenge-options__about,
.grenge-options__box.grenge-options__box--description p {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}

.goal {
  margin-top: 100px;
}

@media (max-width: 1050px) {
  .goal {
    margin-bottom: 40px;
  }
}

@media (max-width: 850px) {
  .goal {
    margin-bottom: 30px;
    margin-top: 60px;
  }
}

.goal__wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 55px;
}

@media (max-width: 850px) {
  .goal__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.goal__block {
  min-width: 50%;
}

.goal__block:first-child {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.goal__title,
.goal__title span {
  margin-bottom: 30px;
  font-size: 34px;
  color: #009088;
  text-transform: uppercase;
}

.goal__for {
  font-size: 21px;
  font-weight: bold;
}

.goal__description,
.goal__inner p {
  margin-bottom: 0;
  font-size: 20px;
}

.goal__highlighted {
  font-weight: bold;
}

.goal__image-wrapper {
  height: 100%;
  width: 100%;
}

@media (max-width: 1300px) {
  .goal__image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 850px) {
  .goal__image--desktop {
    display: none;
  }
}

.goal__image--mobile {
  display: none;
}

@media (max-width: 850px) {
  .goal__image--mobile {
    display: block;
  }
}

@media (max-width: 850px) {
  .optimisation {
    margin-bottom: 248px;
  }
}

.optimisation__wrapper {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 55px;
}

@media (max-width: 850px) {
  .optimisation__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

.optimisation__image-wrapper {
  position: absolute;
  bottom: -200px;
  left: 0;
  z-index: -1;
}

@media (max-width: 850px) {
  .optimisation__image-wrapper {
    bottom: -448px;
  }
}

@media (max-width: 500px) {
  .optimisation__image-wrapper {
    margin: 0 -30px;
  }
}

.optimisation-box {
  margin-bottom: 80px;
}

@media screen and (max-width: 500px) {
  .optimisation-box {
    margin-bottom: 55px;
  }
}

.goal .goal__inner h4+p,
.optimisation-box h4,
.optimisation-box__title {
  margin-bottom: 30px !important;
  font-size: 34px !important;
  font-weight: 700;
  line-height: 95%;
}

.goal .goal__inner h4+p {
  text-transform: uppercase;
}



.optimisation-box h4,
.optimisation-box__title--cost {
  margin-top: 25px;
  background: #009088;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@media (max-width: 850px) {
  .optimisation-box__title--cost {
    margin-top: 0;
  }
}

.optimisation-box p,
.optimisation-box__description {
  font-size: 20px;
}

.optimisation-box__description--list-title {
  margin: 0;
  font-size: 20px;
}

.optimisation-box__description--cost {
  text-transform: uppercase;
  margin-bottom: 17px;
}

.optimisation-box p a,
.optimisation-box__link {
  color: inherit;
  font-weight: bold;
}

.optimisation-box__list {
  position: relative;
  font-size: 20px;
}

.optimisation-box__list--line-decorated:before {
  content: "";
  position: absolute;
  top: 20px;
  left: 14px;
  height: 85%;
  width: 1px;
  background-color: #79bdb9;
  z-index: -1;
}

@media (max-width: 370px) {
  .optimisation-box__list--line-decorated:before {
    height: 82%;
  }
}


.optimisation-box ul,
.optimisation-box__list--work {
  margin-bottom: 20px;
}

@media (max-width: 850px) {
  .optimisation-box__list--cost {
    padding-left: 25px;
  }
}

.optimisation-box ul li,
.optimisation-box__list-item {
  font-size: 20px;
  list-style: none;
}

.optimisation-box__list-item--work,
.optimisation-box__list-item--cost {
  list-style: initial;
}

.optimisation-box__list-item--cost {
  padding-left: 25px;
}

@media (max-width: 850px) {
  .optimisation-box__list-item--cost {
    padding-left: 0;
  }
}

.optimisation-box__list-item--cost:not(:last-child) {
  margin-bottom: 30px;
}

.optimisation-box__vertical-line {
  display: none;
  /* position: absolute;
  top: 14px;
  left: 14px;
  height: 85%;
  width: 1px;
  background-color: #79BDB9;
  z-index: -1; */
}

@media (max-width: 500px) {
  .optimisation-box__vertical-line {
    height: 80%;
  }
}

.optimisation-box__number {
  position: relative;
  top: 19px;
  display: inline-block;
  height: 28px;
  width: 28px;
  margin-right: 6px;
  line-height: 26px;
  background: #fff;
  border: 1px solid #79bdb9;
  border-radius: 50%;
  text-align: center;
}

.optimisation-box__item-title {
  display: flex;
  /* align-items: center; */
  text-transform: uppercase;
  font-size: 20px;
}

.optimisation-box__item p,
.optimisation-box__item-description {
  font-size: 20px;
  font-weight: 300;
  margin-left: 50px;
}

.optimisation-box__highlighted {
  font-weight: bold;
}

.optimisation-box__categories-list {
  width: 100%;
  margin-bottom: 70px;
}

@media (max-width: 500px) {
  .optimisation-box__categories-list {
    margin-bottom: 37px;
  }
}

.optimisation-box__category {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 26px;
  width: 80%;
  margin-left: auto;
  padding: 0 10px;
  font-size: 16px;
  /* text-transform: uppercase; */
}

@media (max-width: 950px) {
  .optimisation-box__category {
    width: 100%;
  }
}

@media (max-width: 850px) {
  .optimisation-box__category {
    margin: 0 -30px;
    width: 100vw;
    padding: 0 40px 0 30px;
  }
}

@media (max-width: 400px) {
  .optimisation-box__category {
    padding: 0 30px;
  }
}

.optimisation-box__category:first-child {
  background: #84c7c4;
}

.optimisation-box__category:nth-child(2) {
  background: #8cc5c3
}

.optimisation-box__category:nth-child(3) {
  background: #a0d2cf;
}

.optimisation-box__category:nth-child(4) {
  background: #b7dad7
}

.optimisation-box__category:nth-child(5) {
  background: #c9dddd
}

.optimisation-box__category:nth-child(6) {
  background: #dde7e6;
}

.optimisation-box__category:not(:last-child) {
  margin-bottom: 3px;
}

@media (max-width: 800px) {
  .useful-tools {
    background: #fff;
  }
}

@media (max-width: 500px) {
  .useful-tools .inner-container {
    padding: 0;
  }
}

.useful-tools__title {
  margin-bottom: 22px;
  padding: 32px 50px;
  font-size: 40px;
  color: #fff;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#2ca09a),
    to(#a4d3d1)
  );
  background: -o-linear-gradient(left, #2ca09a 0%, #a4d3d1 100%);
  background: linear-gradient(90deg, #2ca09a 0%, #a4d3d1 100%);
  text-transform: uppercase;
}

.useful-tools__title p {
  font-size: 40px;
  line-height: 1;
}

.useful-tools__title p {
  margin: 0;
}

@media (max-width: 850px) {
  .useful-tools__title {
    padding: 46px 20px;
  }
}

@media (max-width: 800px) {
  .useful-tools__title {
    text-align: center;
  }
}

.useful-tools__line-break {
  display: block;
  width: 49%;
}

@media (max-width: 1000px) {
  .useful-tools__line-break {
    width: 100%;
  }
}

.useful-tools__priorities {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 440px;
  grid-gap: 10px 24px;
}

@media (max-width: 800px) {
  .useful-tools__priorities {
    grid-template-columns: 1fr;
    grid-gap: 18px 0;
    grid-auto-rows: auto;
  }
}

.priority-block__header {
  min-height: 85px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 0;
  background: #009088;
  color: #fff;
}

.priority-block__titles-wrapper {
  margin: auto;
  max-width: 225px;
}

.priority-block__title {
  text-align: center;
  text-transform: uppercase;
}

.priority-block__titles-wrapper h5:first-child,
.priority-block__title--1 {
  font-size: 17px;
  font-weight: 700;
}

.priority-block__titles-wrapper h5,
.priority-block__title--2 {
  font-size: 14px;
  font-weight: normal;
}

.priority-block__body {
  height: -webkit-calc(100% - 85px);
  height: calc(100% - 85px);
  padding: 37px 26px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(0),
    color-stop(0%, #2ca09a),
    to(#a4d3d1)
  );
  background: -o-linear-gradient(0, #2ca09a 0%, #a4d3d1 100%);
  background: linear-gradient(0, #2ca09a 0%, #a4d3d1 100%);
}

@media (max-width: 800px) {
  .priority-block__body {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}

.priority-block__link {
  color: inherit;
}

.priority-block__box:not(:last-child) {
  margin-bottom: 30px;
}

.priority-block__box p,
.priority-block__resource,
.priority-block__description {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
}

.priority-block__box a,
.priority-block__resource {
  font-weight: bold;
}

@media (max-width: 1000px) {
  .thanks-section .inner-container {
    padding: 0;
  }
}

.thanks-section__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1000px) {
  .thanks-section__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.thanks-section__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media (max-width: 1000px) {
  .thanks-section__block:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }

  .thanks-section__block:last-child {
    margin-top: 247px;
  }
}

.thanks-section__image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
  position: relative;
  bottom: -5px;
  z-index: -1;
}

.thanks-section__image {
  margin: 0 auto;
}

.thanks-section__image--mobile {
  display: none;
}

@media (max-width: 600px) {
  .thanks-section__image--desktop {
    display: none;
  }

  .thanks-section__image--mobile {
    display: block;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

.thanks-section__box {
  position: relative;
  margin: auto;
  max-height: 300px;
  max-width: 440px;
  padding: 37px 32px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(0),
    color-stop(0%, #51aea9),
    to(#79bdb9)
  );
  background: -o-linear-gradient(0, #51aea9 0%, #79bdb9 100%);
  background: linear-gradient(0, #51aea9 0%, #79bdb9 100%);
  color: #fff;
}

@media (max-width: 1000px) {
  .thanks-section__box {
    max-width: 100%;
  }

  .thanks-section__box:before {
    content: "";
    position: absolute;
    top: -208px;
    right: 0;
    height: 208px;
    width: 280px;
    background: url("/wp-content/themes/grenge/images/main/decoration-bg-mobile-2.svg")
      no-repeat;
  }
}

.thanks-section__title {
  max-width: 220px;
  margin-bottom: 30px;
  font-size: 21px;
}

.thanks-section__description {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
}

@media (max-width: 1150px) {
  .database .bottom-image {
    display: none;
  }
}

.products__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 200px;
}

.products__description {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.products__items {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1000px) {
  .products__items {
    display: none;
  }
}

.products__image-wrapper {
  position: absolute;
  position: absolute;
  bottom: -200px;
  left: 0;
  z-index: -1;
}

@media (max-width: 500px) {
  .products__image-wrapper {
    left: -30px;
  }
}

@media (max-width: 400px) {
  .products__image-wrapper {
    left: -18px;
  }
}

.product-block {
  margin-bottom: 80px;
}

@media (max-width: 500px) {
  .product-block {
    margin-bottom: 50px;
  }
}

/* .product-block > h5, */
.product-block__main-title {
  margin-bottom: 20px;
  color: #79bdb9;
  font-size: 21px;
  text-transform: uppercase;
}

.product-block__box h5,
.product-block__title {
  font-size: 20px;
  text-transform: uppercase;
}

.product-block__list {
  margin-bottom: 20px;
  padding-left: 20px;
}

.product-block__list-item {
  list-style: initial;
  font-size: 20px;
}

.product-block__box p,
.product-block__description {
  font-size: 20px;
}

.product-block__description--support {
  color: #009088;
  font-weight: bold;
  margin-bottom: 80px;
}

@media (max-width: 700px) {
  .product-block__description--support {
    margin-bottom: 65px;
  }
}

.product-item__wrapper {
  position: relative;
  bottom: 100px;
}

.product-sources__title {
  margin-bottom: 20px;
  font-size: 13px;
  text-transform: uppercase;
  color: #009088;
}

.bottom-image-2 .product-sources__description {
  font-size: 11px;
}

.bottom-image-2 {
  position: relative;
  top: 4px;
  margin-top: 70px;
}

.bottom-image-2--resources {
  position: absolute;
  bottom: -500px;
  left: -35px;
  top: unset;
  width: 100%;
}

@media (max-width: 800px) {
  .bottom-image-2--resources {
    position: static;
  }
}

@media (max-width: 700px) {
  .bottom-image-2--resources {
    position: relative;
    bottom: 50px;
    left: 0;
    margin-top: 100px;
  }
}

.bottom-image-2__image {
  position: relative;
  left: 2%;
  bottom: -4px;
  z-index: -1;
}

.bottom-image-2__image--network {
  left: 0;
}

@media (max-width: 1150px) {
  .bottom-image-2__image {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@media (max-width: 600px) {
  .bottom-image-2__image--desktop {
    display: none;
  }
}

.bottom-image-2__image--mobile {
  display: none;
}

@media (max-width: 600px) {
  .bottom-image-2__image--mobile {
    display: block;
  }
}

@media (max-width: 700px) {
  .network .bottom-image-2__image {
    position: relative;
    bottom: 50px !important;
  }
}

@media (max-width: 360px) {
  .network .bottom-image-2__image {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 1150px) {
  .network .bottom-image .bottom-shem--big {
    display: none;
  }
}

@media (max-width: 500px) {
  .table {
    margin-bottom: 125px;
  }
}

@media (max-width: 500px) {
  .table .inner-container {
    padding: 0;
  }
}

.table__wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 10px 5px;
}

@media (max-width: 1180px) {
  .table__wrapper {
    grid-template-columns: 1fr;
    grid-gap: 29px 0;
  }
}

.table-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.table-column__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 57px;
  width: 100%;
  margin-bottom: 5px;
  background: #009088;
}

.table-column__title {
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
}

.table-column__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 40px;
  width: 100%;
  background: #97cecb;
}

.table-column__body:not(:last-child) {
  margin-bottom: 5px;
}

.table-column__description {
  margin-bottom: 0;
  padding: 8px 0;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
}

.table-column__link {
  display: inline-block;
  line-height: 1.3;
}

@media (max-width: 1150px) {
  .resources .bottom-image {
    display: none;
  }
}

@media (max-width: 800px) {
  .resources .bottom-image {
    display: block;
  }
}

.resources-header-about {
  max-width: 575px;
}

@media (max-width: 900px) {
  .resources-header-about {
    max-width: 400px;
  }
}

@media (max-width: 650px) {
  .resources-header-about {
    max-width: 100%;
  }
}

.resources-header-about p,
.resources-header-about__text {
  font-size: 20px;
  font-weight: 300;
}

.resources-header-about__text:last-child {
  margin: 0;
}

p.resources-header-about__text--green {
  color: #009088;
}

p.resources-header-about__text--bold {
  font-weight: bold;
}

p.resources-header-about__text--bold-italic {
  font-weight: bold;
  font-style: italic;
}

.resources-section {
  margin-top: 50px;
}

.resources-section__wrapper {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; */
}

.resources-section__blocks-wrapper {
  /* display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 45px;
  margin-bottom: 500px;
}

.resources-section__blocks-wrapper .resources-section__column:first-child {
  display: flex;
  flex-direction: column;
}

/* @media (max-width: 800px) {
  .resources-section__blocks-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
} */

/* @media (max-width: 500px) {
  .resources-section__blocks-wrapper {
    margin: 0 -30px;
  }
} */

/* @media (max-width: 400px) {
  .resources-section__blocks-wrapper {
    margin: 0 -18px;
  }
} */

.resources-block {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.resources-section__column {
  position: relative;
}

@media (max-width: 800px) {
  .resources-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* margin-bottom: 66px; */
  }

  .resources-section__blocks-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 45px 0;
    margin-bottom: 0;
  }
}

.resources-block:first-child {
  /* margin-right: 48px; */
  padding: 21px 51px 27px 29px;
  background: #97cecb;
}

@media (max-width: 800px) {
  .resources-block:first-child {
    /* margin: 227px 0 35px 0; */
    padding: 27px 18px 31px;
  }

  .resources-section__column:first-child {
    margin-top: 175px;
  }

  .resources-section__column:first-child::before {
    content: "";
    position: absolute;
    top: -210px;
    left: 0;
    height: 288px;
    width: 372px;
    background: url("/wp-content/themes/grenge/images/main/green-decoration-secondary-mobile.svg")
      no-repeat;
    z-index: -1;
  }
}

.resources-block:last-child {
  padding: 20px 60px 46px 46px;
  background: #c7e0df;
}

.resources-block:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: -70px;
  height: 428px;
  width: 553px;
  background: url("/wp-content/themes/grenge/images/main/green-decoration-secondary.svg")
    no-repeat;
  z-index: -1;
}

@media (max-width: 800px) {
  .resources-block:last-child::after {
    display: none;
  }
}

@media (max-width: 800px) {
  .resources-block:last-child {
    padding: 27px 18px 31px;
  }
}

.resources-block h4,
.resources-block__title {
  font-size: 34px;
  color: #009088;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.resources-block p,
.resources-block__description {
  font-size: 20px;
  margin-bottom: 10px;
}

.resources-block p strong {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.resources-block__description:last-child {
  margin-bottom: 0;
}

.sources-block {
  position: relative;
  margin-top: 40px;
  /* width: 50%; */
  /* margin-left: auto; */
  /* margin-bottom: 400px; */
  /* z-index: 1; */
}

@media (max-width: 800px) {
  .sources-block {
    width: 100%;
    margin-bottom: 0;
  }
}

.sources-block__title {
  margin-bottom: 20px;
  font-size: 13px;
  text-transform: uppercase;
  color: #009088;
}

@media (max-width: 800px) {
  .sources-block__title {
    font-size: 18px;
  }
}

.sources-block__description {
  font-size: 11px;
  margin-bottom: 0;
  line-height: 1.5;
}

@media (max-width: 800px) {
  .sources-block__description {
    font-size: 14px;
  }
}

.main-supporters {
  padding-bottom: 130px;
}

@media (max-width: 650px) {
  .supporters {
    padding-bottom: 140px;
  }
}

.supporters h4,
.supporters__title {
  margin-bottom: 10px;
  color: #009088;
  text-transform: uppercase;
  font-size: 25px;
}

@media (max-width: 650px) {
  .supporters__title {
    text-align: center;
  }
}

.supporters-block {
  min-height: 339px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 60px 30px;
  background: #79bdb9;
}

@media (max-width: 600px) {
  .supporters-block {
    margin: 0 -30px;
  }

  /* body {
    overflow-y: hidden;
  } */
}

@media (max-width: 500px) {
  .supporters-block {
    padding: 60px 0;
  }
}

.supporters-block__image-wrapper {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
}

.supporters-block__image-wrapper:not(:last-child) {
  margin-bottom: 30px;
}

@media (max-width: 500px) {
  .supporters-block__image-wrapper {
    width: 200px;
    padding: 0;
  }
}

@media (max-width: 400px) {
  .supporters-block__image-wrapper {
    width: 185px;
    padding: 0;
  }
}

.languages li.lang-item {
  padding: 0;
  background-color: #fff;
  cursor: pointer;
  font-family: inherit;
  border: none;
  outline: none;
  text-transform: uppercase;
}

/* .main-page .top-header .left-part .main-title .title p {
  color: #009088;
  font-size: 78px;
  max-width: 577px;
  line-height: 68px;
  text-align: right;
  margin-bottom: 15px;
} */

/* .main-page .top-header .left-part .main-title .title--main p {
  max-width: 585px;
} */

.header-image-desktop img {
  width: 100%;
  max-width: 137px;
}

@media screen and (max-width: 900px) {
  .header-image-desktop img {
    width: 70%;
  }

  .title--main {
    width: fit-content;
    padding-right: 20px;
  }
}

@media screen and (max-width: 850px) {
  .main-page .top-header .left-part .main-title .title p {
    font-size: 37px;
  }
}

@media screen and (max-width: 780px) {
  .main-page .top-header .left-part .main-title .title p {
    font-size: 31px;
  }

  .header-image-desktop img {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .main-page .top-header .left-part .main-title .title p {
    font-size: 25px;
  }

  .header-image-desktop img {
    width: 38%;
  }
}

@media (max-width: 650px) {
  .main-page .top-header .left-part .main-title .title p,
  .main-page .top-header .left-part .main-title .title--secondary {
    text-align: center !important;
  }
  .main-page .top-header .left-part .main-title .header-image-desktop--main {
    display: none;
  }

  .main-page .top-header .left-part .main-title {
    padding-top: 42px;
  }

  .title--main {
    width: 100%;
  }

  .main-page .top-header .left-part .main-title .title p {
    width: 100%;
    font-size: 41px;
  }
}

.supporters-block__image-wrapper > a {
  display: block;
  height: 100%;
}

.supporters-block__image-wrapper > a img {
  width: 100%;
  object-fit: contain;
  height: 100%;
}

.supporters-block__image-wrapper > a img {
  max-width: 140px;
}

.resources-header-about__text span br {
  display: none;
}

.optimisation-box__euro {
  min-width: 35px;
  margin-left: 5px;
}

@media (max-width: 500px) {
  .useful-tools__line-break {
    font-size: 34px;
  }
}

.main-page .block-info .right-part .sources-title,
.main-page .block-info .right-part .sources {
  position: relative;
  top: 110px;
}

@media (max-width: 1200px) {
  .main-page .block-info .right-part .sources-title,
  .main-page .block-info .right-part .sources {
    top: 0;
  }
}

@media (max-width: 650px) {
  .main-page .block-info .right-part .sources-title,
  .main-page .block-info .right-part .sources {
   padding-left: 20px;
  }
}

.main-page .block-triangle {
  position: relative;
  bottom: 50px;
}

.main-page .network .product-block {
  /* color: #808080; */
  line-height: 24px;
}

.main-page .network .product-block__list-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 140px;
}

.main-page .network .product-block h5 {
  margin-bottom: 20px;
  font-size: 20px;
}

.main-page .network .product-block li {
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 300;
}

.main-page .table {
  margin-top: 0;
}

@media (max-width: 800px) {
  .main-page .network .product-block__list-wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0;
  }
}

@media (max-width: 650px) {
  .main-page .table {
    margin-top: 0;
  }
}