/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * 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; }

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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; }

/**
 * 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 */ }

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none; }

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", Arial, sans-serif;
  color: #000; }

img {
  max-width: 100%;
  height: auto; }

*, *::before, *::after {
  box-sizing: border-box;
  outline: none; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  clip: rect(0 0 0 0);
  oveflow: hidden; }

.hidden {
  display: none; }

.container {
  width: 1014px;
  margin: 0 auto;
  padding: 0 28px; }
  .container--flex {
    display: -ms-flexbox;
    display: flex; }

.main-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  justify-content: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  font-family: "Montserrat", Arial, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 17px; }

.main-nav__list {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end; }

.main-nav__item {
  margin-right: 33px; }

.main-nav__link {
  display: block;
  text-decoration: none;
  color: #d6d6d6; }
  .main-nav__link:hover, .main-nav__link:active {
    color: #77a83e; }
  .main-nav__link--active {
    color: #fff;
    text-shadow: #fff 1px 0 0; }
    
.main-nav__link.is-active {
  font-weight: 700;
  color: #fff; 
}

.main-nav--footer .main-nav__link {
  color: #000000;
  padding: 0; }
  .main-nav--footer .main-nav__link:hover {
    color: #77a83e;
   }

.main-nav--footer .main-nav__list {
  -ms-flex-pack: start;
      justify-content: flex-start; }


.page-header {
  position: relative;
  top: 0;
  width: 100%;
  min-width: 1014px;
  padding: 47px 0;
  z-index: 100; }
  .page-header--inner {
    padding: 33px 0; }
  .page-header--fixed {
    position: fixed;
    top: -111px;
    left: 0;
    background-color: #000;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
    transition: transform 1s;
    padding: 22px 0; }

.page-header--fixed .container {
  -ms-flex-align: center;
      align-items: center; }

.page-header__nav {
  margin-left: auto; }

.page-header__logo {
  width: 156px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: none; }

.page-header--fixed .page-header__logo {
  display: block; }

.page-header--inner .page-header__logo {
  display: block; }

.main-slide {
  margin-top: -111px;
  min-width: 1014px;
  height: 100vh;
  min-height: 761px;
  background-color: #000;
  background-image: url("../img/pattern.png"), url("../img/main.png");
  background-repeat: no-repeat;
  background-position: bottom right, bottom left;
  background-size: auto, cover; }

.main-slide .container {
  -ms-flex-direction: column;
      flex-direction: column;
  padding-bottom: 45px;
  padding-left: 110px;
  height: 100%; }

.main-slide__logo {
  width: 286px;
  margin-top: auto;
  margin-bottom: 185px; }

.main-slide__title {
  margin: 0;
  margin-bottom: 9px;
  color: #aecf86;
  font-size: 25px;
  font-weight: 300;
  line-height: 49px;
  letter-spacing: 0.51px; }

.main-slide__subtitle {
  width: 640px;
  margin: 0;
  margin-bottom: 21px;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0.15px; }

.main-slide__subtitle p {
  margin: 0;
}

.main-slide__btn {
  cursor: pointer;
  display: block;
  margin-left: 389px;
  background-color: transparent;
  background-image: url("../img/icons/mouse.png");
  background-repeat: no-repeat;
  width: 21px;
  height: 32px;
  border: none; }

.features {
  min-width: 1014px;
  padding: 78px 0 35px;
  background-color: #393f4c; }

.features__subtitle {
  margin: 0;
  margin-bottom: 4px;
  color: #77a83e;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.43px;
  text-align: center; }

.features__title {
  margin: 0;
  margin-bottom: 75px;
  text-align: center;
  color: #ffffff;
  font-size: 33px;
  line-height: 44px;
  font-weight: 300;
  letter-spacing: 0.61px; }

.features__list {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none; }

.features__item {
  width: 380px;
  position: relative;
  margin-bottom: 75px;
  padding-top: 100px;
  color: #ffffff;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.2px; }
  .features__item:nth-child(2n) {
    margin-left: 30px; }
  .features__item--btn {
    margin-top: 20px;
    padding-top: 30px;
    padding-left: 25px;
    padding-right: 50px;
    padding-bottom: 30px;
    border: 2px solid #77a83e;
    border-radius: 5px; }
  .features__item::before {
    width: 55px;
    height: 55px;
    content: "";
    position: absolute;
    top: 15px;
    left: 0;
    background-repeat: no-repeat;
    background-position: top left; }
  .features__item--1::before {
    background-image: url("../img/icons/compatibility.png"); }
  .features__item--2::before {
    background-image: url("../img/icons/scalability.png"); }
  .features__item--3::before {
    background-image: url("../img/icons/config.png"); }
  .features__item--4::before {
    background-image: url("../img/icons/independence.png"); }
  .features__item--5::before {
    background-image: url("../img/icons/economy.png"); }
  .features__item--btn::before {
    display: none; }

.features__btn-text {
  margin: 0;
  margin-top: 10px;
  color: #c6c6c6; }

.more-btn {
  position: relative;
  color: #77a83e;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.63px;
  text-decoration: none; }
  .more-btn::after {
    content: "";
    width: 6px;
    height: 10px;
    position: absolute;
    color: #77a83e;
    top: 4px;
    right: -20px;
    background-image: url("../img/icons/arrow.png");
    background-repeat: no-repeat; }
  .more-btn--white {
    color: #ffffff; }
  .more-btn--white::after {
    background-image: url("../img/icons/arrow-white.png"); }

.devices {
  min-width: 1014px;
  padding: 88px 0 510px;
  background-color: #ffffff;
  background-image: url("../img/iDevices.png"), url("../img/light-pattern.png");
  background-repeat: no-repeat;
  background-position: center bottom, left bottom;
  background-size: 87%, cover; }

.devices__subtitle {
  margin: 0;
  margin-bottom: 4px;
  color: #77a83e;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.43px;
  text-align: center; }

.devices__title {
  margin: 0;
  margin-bottom: 23px;
  color: #2c2c2c;
  font-size: 33px;
  line-height: 45px;
  font-weight: 300;
  letter-spacing: 0.61px;
  text-align: center; }

.devices__text {
  margin: 0;
  color: #969695;
  font-size: 17px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.41px; }

.devices__text p {
  margin: 0;
}
.solutions {
  min-width: 1014px;
  padding-top: 96px;
  background-color: #171717;
  text-align: center; }

.solutions__subtitle {
  margin: 0;
  margin-bottom: 3px;
  color: #77a83e;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.43px;
  text-align: center; }

.solutions__title {
  margin: 0;
  margin-bottom: 38px;
  text-align: center;
  font-size: 33px;
  font-weight: 300;
  line-height: 45px;
  letter-spacing: 0.71px;
  color: #fff; }

.solutions__list {
  position: relative;
  z-index: 2;
  list-style: none;
  padding: 0;
  margin: 48px auto 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; }

.solution {
  width: 33.33%;
  height: 183px; }

.solution__link {
  width: inherit;
  height: 181px;
  overflow: hidden;
  display: table-cell;
  vertical-align: bottom;
  padding-bottom: 23px;
  padding-left: 37px;
  padding-right: 10px;
  color: #ffffff;
  text-decoration: none;
  text-align: left;
  border-left: 4px solid #ffffff;
  border-bottom: 4px solid #171717;
  background-size: 170%;
  background-repeat: no-repeat;
  transition-property: height;
  transition-duration: 0.6s; }
  .solution__link--1 {
    background-image: url("../img/solution-1.png");
    border-left: none;
    background-position: center top; }
  .solution__link--2 {
    background-image: url("../img/solution-2.png");
    background-position: left top; }
  .solution__link--3 {
    background-image: url("../img/solution-3.png");
    background-position: -80px top; }
  .solution__link:hover {
    height: 203px;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.3); }

.solution__title {
  margin: 0;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.63px;
  line-height: 28px; }

.page-footer {
  width: 100%;
  min-width: 1014px;
  padding-top: 45px;
  padding-bottom: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.page-footer .container {
  -ms-flex-align: center;
      align-items: center; }

.page-footer__btn {
  margin-left: auto; }

.page-footer__copyright {
  width: 132px;
  margin-left: 92px; }

.page-footer__copyright span {
  display: block;
  padding-left: 45px;
  color: #77a83e;
  font-family: Arial;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 0.7px; }

.page-footer__logo {
  margin: 0;
  display: block; }

.btn {
  padding: 10px 0;
  cursor: pointer;
  display: block;
  width: 210px;
  border-radius: 2px;
  border: 2px solid #000000;
  background-color: #fff;
  text-decoration: none;
  text-align: center;
  color: #000000;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.16px; }
  .btn:hover {
    box-shadow: 0 11px 17px -3px rgba(187, 187, 187, 0.57), 0 11px 8px -5px rgba(0, 0, 0, 0.13); }
  .btn:active {
    color: #828080;
    border-color: #828080;
    box-shadow: none; }

.btn-green {
  display: block;
  width: 301px;
  padding: 11px;
  text-align: center;
  border: none;
  background-color: #77a83e;
  border-radius: 3px;
  color: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0.03px;
  cursor: pointer; }
  .btn-green:hover {
    box-shadow: 0 8px 17px -3px rgba(119, 168, 62, 0.58), 0 11px 8px -5px rgba(40, 66, 9, 0.62); }
  .btn-green:active {
    opacity: 0.8; }

.content-header {
  min-width: 1014px;
  margin-top: -111px;
  padding-top: 500px;
  background-color: #171717;
  background-repeat: no-repeat;
  background-size: auto; }
  .content-header--technology {
    background-image: url("../img/header-technology.png"); }
  .content-header--solutions {
    background-image: url("../img/header-solutions.png"); }
  .content-header--company {
    background-image: url("../img/header-company.png"); }
  .content-header--contacts {
    padding-top: 0; }

.content-header .container {
  min-height: 249px;
  padding-top: 41px;
  padding-bottom: 35px;
  -ms-flex-align: center;
      align-items: center; }

.content-header__gradient {
  position: absolute;
  top: 0;
  left: 0;
  height: 111px;
  width: 100%;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.22) 38%, rgba(0, 0, 0, 0.63) 100%);
  z-index: 99; }

.content-header__wrapper {
  background-color: #171717;
  min-height: 249px; }

.content-header__title {
  min-height: 169px;
  margin: 0;
  padding-left: 60px;
  padding-top: 46px;
  padding-bottom: 66px;
  padding-right: 48px;
  color: #ffffff;
  font-size: 44px;
  font-weight: 300;
  line-height: 55px;
  letter-spacing: 0.01px;
  border-right: 2px solid #77a83e; }

.content-header__text {
  position: relative;
  width: 800px;
  margin: 0;
  padding-left: 98px;
  padding-top: 5px;
  padding-bottom: 10px;
  color: #d6d6d6;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.17px; }

.content-header--contacts .content-header__text {
  display: -ms-flexbox;
  display: flex; }

.content-header__adress {
  width: 350px;
  margin: 0;
  padding-top: 8px; }

.content-header__adress p {
  margin: 0;
}

.content-header__tel {
  width: 215px;
  margin: 0;
  color: #d6d6d6; }

.content-header__tel a {
  color: #d6d6d6;
  text-decoration: none; 
}  

.content-header__map {
  width: 100%;
  height: 500px;
  z-index: 1;
  position: relative; }

.concept {
  min-width: 1014px;
  padding: 111px 0 160px;
  background-color: #393f4c;
  background-image: url("../img/background-1.png");
  background-repeat: no-repeat;
  background-size: cover; }

.concept__title {
  text-align: center;
  margin: 0;
  margin-bottom: 108px;
  height: 45px;
  color: #ffffff;
  font-size: 33px;
  line-height: 45px;
  font-weight: 300;
  letter-spacing: 0.61px; }

.concept__img {
  display: block;
  margin-right: auto;
  margin-left: auto;
/*  padding-left: 20px;*/
  box-sizing: content-box; }

.config__img {

    display: block;
    margin-right: auto;
    margin-left: auto;
    box-sizing: content-box;

}



.options {
  min-width: 1014px;
  padding: 120px 0; }


.options .container {
  -ms-flex-align: center;
      align-items: center;
  width: 100%; }

    .options__text {
    padding-top: 45px;
    margin-right: auto;
    /* padding-left: 20px; */
    /* width: 50%; */
    width: 500px;
    
}

.options__img {
   /*
   margin-right: 110px;
    margin-left: auto;
    */
        margin-right: 103px;
    margin-left: auto;
    width: 350px;
}



.options__title {
  margin: 0;
  margin-bottom: 20px;
  color: #2c2c2c;
  font-size: 33px;
  line-height: 45px;
  font-weight: 300;
  letter-spacing: -0.09px; }

.options-list {
  width: 100%;
  list-style: none;
  padding: 0; }

.options-list__item {
  position: relative;
  margin-bottom: 16px;
  padding-left: 30px;
  color: #626262;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px; }
  .options-list__item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 0;
    background-image: url("../img/icons/tick-green.png");
    background-repeat: no-repeat; }

.config {
  min-width: 1014px;
  background-color: #171717; }

.config__header {
  background-image: url("../img/dark-bg01.png");
  background-repeat: no-repeat, no-repeat;
  background-size: cover;
  padding-top: 110px;
  padding-bottom: 115px; }

.config__title {
/*  marign: 0;
  margin-top: 180px;
  width: 330px;
  color: #ffffff;
  font-size: 28px;
  line-height: 42px;
  font-weight: 300;
  letter-spacing: 0.61px; 
  */
  
  text-align: center;
  margin: 0;
  margin-bottom: 108px;
  height: 45px;
  color: #ffffff;
  font-size: 33px;
  line-height: 45px;
  font-weight: 300;
  letter-spacing: 0.61px; 
  
  }

.config__img {
  /*position: relative;
  width: 650px; 
  */
  
  display: block;
  margin-right: auto;
  margin-left: auto;
 /* padding-left: 20px;*/
  box-sizing: content-box; }
  

div.config__desc {
  padding-top: 60px;
  padding-bottom: 62px; }



.config__list {
  list-style: none;
  padding: 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px; }

.config-list__item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 25px;
  padding-right: 30px; }
  .config-list__item::before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0px;
    width: 16px;
    height: 16px;
    background-image: url("../img/icons/tick-white.png");
    background-repeat: no-repeat;}
    
.col-3 {
  width: 33.33%; }

.title {
  color: #2d2d2d;
  font-size: 33px;
  line-height: 45px;
  font-weight: 300;
  letter-spacing: 0.61px; }

.solution-city {
  min-width: 1014px;
  padding-top: 110px;
  padding-bottom: 200px;
  background-color: #393f4c;
  background-image: url("../img/Resheniya-pattenr-01.png");
  background-repeat: no-repeat;
/*  background-size: auto; */
background-size: contain;
  background-position: bottom right; }

.solution-city .title {
  text-align: center;
  margin: 0;
  margin-bottom: 80px;
  color: #fff; }

.solution-city__img {
  text-align: center;
  display: block;
 margin: 0 auto;
 width: 1194px !important;
  }

.solution-city__text {
  position: relative;
  top: 65px; /* -65px */
  margin: auto;
/*  margin: 0; */
/*  margin-left: 55px; */
  width: 620px; /* 482px */
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  font-weight: 300; 
  text-align: center;
  
  }

.solution-city__text p {
    margin: 0;
  }

.solution-transport {
  position: relative;
  min-width: 1014px;
  padding-top: 111px;
  /*padding-bottom: 370px;*/
      padding-bottom: 292px;
      
      
  }
  

.solution-transport .title {
  margin: 0;
  margin-bottom: 64px;
  text-align: center; }

.solution-transport__text {
  margin: 0;
/*  margin-left: auto; */
  margin-left: 0px;
  /* width: 480px; */
  width: 600px;
  color: #626262;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px; }


.solution-transport__img img {
    width: 943px;
}

.solution-transport__img {
  position: absolute;
  display: block;
  
 top: 270px;
  
  margin-left: 4px;
  /* margin-left: 47px; */
  
/*width: 1194px !important; */
  }

.solution-objects {
  min-width: 1014px;
  padding-top: 117px;
/*  padding-bottom: 115px; */

padding-bottom: 500px;

  background-color: #393f4c;
  background-image: url("../img/Resheniya-pattern-02.png");
  background-repeat: no-repeat;
  background-position: bottom left; }

.solution-objects .title {
  margin: 0;
  margin-bottom: 30px;
  color: #fff;
  text-align: center; }

.solution-objects__subtitle {
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
  width: 502px;
  color: #ffffff;
  font-size: 17px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: 0.17px;
  text-align: center; }

.solution-objects__desc {
  /*display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start; */
      
position: absolute;
margin: 0;
margin-left: -30px;
width: 350px;

      }

.solution-objects__list {
  list-style: none;
  /*
  width: 275px;
  margin-right: 50px;
  padding: 0; 
  */
  }

.solution-objects__item {
  position: relative;
  margin-bottom: 20px;
  padding-left: 35px;
  color: #ffffff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px;
  font-weight: 300; }
  
  .solution-objects__item::before {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 0;
    background-image: url("../img/icons/tick-white.png");
    background-repeat: no-repeat; }

.solution-objects__img {
/*  position: absolute;
display: block !important;
margin-left: 195px;
margin-top: 10px;  
width: 779px; */

    position: absolute;
    display: block !important;
    margin-left: 25px;
    margin-top: 1px;
    width: 913px !important;

  }

.about {
  min-width: 1014px;
  padding-top: 111px;
  background-color: #393f4c;
  background-image: url("../img/background-company.png");
  background-repeat: no-repeat;
  backgroud-size: cover;
  background-position: bottom right; }

.about .container--flex {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }

.about .title {
  text-align: center;
  color: #fff;
  margin: 0;
  margin-bottom: 45px; }

.about__text {
  margin: 0;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px; }
  .about__text--1 {
    margin-right: 30px;
    position: relative;
    width: 380px;
    background-color: #77a83e;
    padding-top: 48px;
    padding-bottom: 46px;
    padding-right: 50px;
    padding-left: 5px; }
    .about__text--1::before {
      position: absolute;
      content: "";
      width: 300px;
      height: 100%;
      top: 0;
      left: -299px;
      background-color: #77a83e; }
  .about__text--2 {
    width: 420px; }

.about__img {
  overflow: hidden;
  margin: 0;
  margin-right: 30px;
  margin-bottom: 56px; }

.about__img-desc {
  margin-top: 13px;
  color: #d6d6d6;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.32px; }

.about__text-title {
  color: #fff;
  font-size: 33px;
  line-height: 33px;
  font-weight: 300;
  letter-spacing: 0.61px;
  margin: 0;
  margin-bottom: 10px; }

.contacts-body {
  min-width: 1014px;
  padding-top: 111px;
  padding-bottom: 90px;
  background-color: #fff;
  background-image: url("../img/background-contacts.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 100%; }

.contact-form {
  width: 586px;
  margin: 0 auto;
  text-align: center; }

.contact-form__title {
  margin: 0;
  margin-bottom: 40px;
  text-align: center; }

.contact-form__text {
  margin: 0;
  margin-bottom: 10px;
  padding: 0 50px;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  letter-spacing: 0.45px; }

.contact-form__fields {
  margin-bottom: 60px; }

.contact-form__btn {
  display: block;
  margin: 0 auto 60px; }

.personal-privacy {
  width: 300px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.32px; }

.contact-form__link {
  color: #77a83e;
  text-decoration: none; }

.contact-form__note {
  margin: 0;
  margin-top: 23px;
  font-family: Arial, sans-serif;
  font-size: 11px;
  line-height: 13px;
  letter-spacing: 0.32px;
  color: #2d2d2d; }

.field-text {
  display: block;
  position: relative;
  margin-bottom: 10px; }

.contact-form__hidden {
  display: none;
}

.language-switcher-language-url a{
  color: #d6d6d6;
  text-decoration: none;
}

.language-switcher-language-url a:hover{
  color: #77a83e;
}

.page-footer .language-switcher-language-url a {
  color: #fff;
}

.language-switcher-language-url li {
  line-height: 0;
}
.language-switcher-language-url ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.language-switcher-language-url .is-active {
  display: none;
}
.frontpage-view {
  display: none;
}
.field-text__input {
  display: block;
  width: 100%;
  min-height: 56px;
  padding: 28px 15px 2px;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #949494;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 20px; }
  .field-text__input:focus {
    outline: 2px solid #e8e8e8; }

.field-text__textarea {
  display: block;
  width: 100%;
  min-height: 126px;
  padding: 28px 15px 0px;
  resize: none;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  color: #949494;
  font-family: Arial;
  font-size: 13px;
  line-height: 24px; }
  .field-text__textarea:focus {
    outline: 2px solid #e8e8e8; }

.field-text__label {
  position: absolute;
  top: 12px;
  left: 15px;
  color: #2c2c2c;
  font-family: "Montserrat", Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 0.03px; }

.field-text--error .field-text__label {
  color: #d52c68; }

.field-text__input:focus::-webkit-input-placeholder {
  font-size: 0px; }

.field-text__input:focus:-moz-placeholder {
  font-size: 0px; }

.field-text__input:focus::-moz-placeholder {
  font-size: 0px; }

.field-text__input:focus:-ms-input-placeholder {
  font-size: 0px; }

.field-text__textarea:focus::-webkit-input-placeholder {
  font-size: 0px; }

.field-text__textarea:focus:-moz-placeholder {
  font-size: 0px; }

.field-text__textarea:focus::-moz-placeholder {
  font-size: 0px; }

.field-text__textarea:focus:-ms-input-placeholder {
  font-size: 0px; }

.send-success {
  text-align: center;
  margin-bottom: 290px; }

.send-success__title {
  width: 498px;
  margin: 0 auto 68px;
  text-align: center; }

.send-success__btn {
  margin: 0 auto;
  margin-bottom: 78px; }

.send-success__text {
  margin: 0 auto;
  width: 236px;
  color: #2c2c2c;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 0.45px; }

.send-success__text a {
  color: #77a83e;
  text-decoration: none; }

.privacy-agreement {
  margin-bottom: 130px; }

.privacy-agreement__title {
  width: 570px;
  margin: 0 auto;
  margin-bottom: 55px;
  text-align: center; }

.privacy-agreement__text {
  margin: 0 auto;
  margin-bottom: 65px;
  width: 586px;
  height: 222px;
  overflow: auto;
  border: 1px solid #e8e8e8;
  border-radius: 3px;
  padding: 7px 14px;
  background-color: #ffffff; }

.privacy-agreement__text p {
  color: #949494;
  font-family: Arial;
  font-size: 13px;
  line-height: 24px;
  margin-bottom: 30px; }

.privacy-agreement__btn {
  margin: 0 auto; }
.user-login-form {
  width: 450px;
  margin-top: 50px;
  margin-left: auto;
  margin-right:auto;
  padding: 20px;
}
.user-login-form .form-item {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.user-login-form .form-text {
  width: 200px;
  margin-bottom: 10px;
}
.user-login-form .form-required {
  width: 150px;
  margin-right: 20px;
}
.user-login-form .description {
  width: 100%;
  font-size: 12px;
}
.user-login-form .button {
  display: block;
}


/****************************

M E D I A FROM 1990 TO 1260

****************************/

@(min-width: 1260px) {
  .about .container--flex {
    width: 1260px; }
  .about__img:nth-child(3n) {
    margin-right: 0; }
  .about__text--2 {
    width: 60%; }
  .about__text-title {
    margin-bottom: 45px; } 
    
       div.config__desc {
  padding-top: 60px;
  padding-bottom: 62px; }
    
    
    }



/****************************

M E D I A FROM x TO 1440

****************************/


@media (min-width: 1440px) {
  .container {
    width: 1440px;
    padding: 0 62px; }
  .main-nav__item {
    margin-right: 58px; }
  .main-nav--footer .main-nav__item {
    margin-right: 32px; }
  .main-slide .container {
    padding-bottom: 45px;
    padding-left: 122px;
    height: 100%; }
  .main-slide__logo {
    margin-bottom: 138px; }
  .main-slide__title {
    font-size: 30px;
    font-weight: 300;
    line-height: 49px;
    letter-spacing: 0.51px; }
  .main-slide__btn {
    margin-left: 585px; }
  .main-slide__subtitle {
    margin-bottom: 70px; }
  .features {
    padding-bottom: 42px; }
  .features__list {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 60px; }
  .features__item {
    margin-right: 30px;
    margin-bottom: 70px; }
  .features__item:nth-child(2n) {
    margin-left: 0px; }
  .features__item--btn {
    margin-top: 0; }
  .features {
    padding-bottom: 42px; }
  .features__list {
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 60px; }
  .features__item {
    margin-right: 30px;
    margin-bottom: 70px; }
  .features__item:nth-child(2n) {
    margin-left: 0px; }
  .features__item--btn {
    margin-top: 0; }
  .devices {
    padding-bottom: 550px;
    background-size: auto, cover;
    background-position: center bottom, left bottom; }
  .solutions__list {
    min-width: 1440px; }
  .solution__link {
    padding-left: 43px; }
  .solution__title {
    width: 360px; }
  .page-footer__copyright {
    margin-left: auto; }
  .page-footer__btn {
    margin-left: 245px; }
  .content-header {
    background-size: 100%; }
  .content-header__adress {
    margin-right: 60px; }
  .options .container {
    -ms-flex-align: start;
    align-items: flex-start; }
    
    
    .options__text {
    padding-top: 45px;
    margin-right: auto;
    /* padding-left: 20px; */
    /* width: 50%; */
    width: 600px;
}

.options__img {
    margin-right: 110px;
    margin-left: auto;
}

  .options__img {
 /*   padding-left: 60px;*/
    padding-left: 70px;
    text-align: left; 
    width: 600px !important;
    
    }
    
    
  .config__desc .container {
   /* padding-left: 120px; */

   }
   
   div.config__desc {
  padding-top: 60px;
  padding-bottom: 62px; }
  
  .config__title {
  
  text-align: center;
margin: 0;
margin-bottom: 108px;
height: 45px;
color: #ffffff;
font-size: 33px;
line-height: 45px;
font-weight: 300;
letter-spacing: 0.61px;
  
  /*
    margin-top: 225px;
    padding-left: 58px;
    width: 450px;
    font-size: 33px;
    line-height: 42px; 
    
    */
    
    }
 
    
  .config__img {
    /*left: -65px;
    width: 870px; 
    */
    }


  .solution-transport {
 padding-bottom: 390px;
    
    
    }
    
    
  .solution-transport__text {
  
/*    margin-right: 65px;*/
     margin-left: 65px;
    width: 680px; 

    
    }

    
.solution-transport__img img {
     width: 1194px; 
}

  .solution-transport__img {
    /*top: 160px;*/
    top: 230px;
    margin-left: 60px; 
/*        width: 1194px !important; */
    }
    
      .solution-objects {
      
      padding-bottom: 582px;
      
      }
      
      .solution-objects__desc {
      width: 450px;
      }
    
  .solution-objects__list {
    margin-right: 100px;
    margin-left: 55px; }

  .solution-objects__img {
/*    width: 938px !important;
    margin-top: -10px;
    margin-left: 317px;*/
    
   	width: 1194px !important;
    margin-top: 11px;
    margin-left: 193px;
    
    }
    
      .solution-objects__img img {
/*    width: 938px !important; */
    /* width: 938px !important; */
    
    margin-left: -130px;
    margin-top: -21px;
    
    }
    
    
  .about .container--flex {
    width: 1440px;
    -ms-flex-pack: center;
    justify-content: center; }
  .about__img:nth-child(3n) {
    margin-right: 0; }
  .about__text--2 {
    width: 60%; }
  .about__text-title {
    margin-bottom: 45px; }
    
    
    }


/****************************

M E D I A FROM x TO 1990

****************************/

@media (min-width: 1900px) {
  .container {
    width: 1900px; }
  .main-nav--footer {
    width: 600px; }media
  .main-slide .container {
    padding-bottom: 45px;
    padding-left: 351px;
    height: 100%; }
  .main-slide__logo {
    margin-bottom: 138px; }
  .main-slide__title {
    font-size: 30px;
    font-weight: 300;
    line-height: 49px;
    letter-spacing: 0.51px; }
  .main-slide__btn {
    margin-left: 585px; }
  .main-slide__subtitle {
    margin-bottom: 70px; }
  .features__list {
    padding-left: 290px; }
  .solutions__list {
  /*  width: 1900px; */}
  .solution__link {
    background-size: cover;
    padding-left: 55px; }
  .solution__link--3 {
    background-position: left top; }
 
.solution-objects__img img {
    /* width: 938px !important; */
    /* width: 938px !important; */
    margin-left: -254px;
    margin-top: -21px;
}
    
  .page-footer__btn {
    margin-left: 310px; }
  .content-header__title {
    padding-left: 100px;
    width: 408px; }
    

  
  .config__header .container {
    -ms-flex-pack: center;
    justify-content: center; }
  
  .config__img {
    width: 1194px; }
    
   div.config__desc {
  padding-top: 60px;
  padding-bottom: 62px; }
    
    .solution-transport__text {
    /* margin-right: 65px; */
    /* margin-right: 150px; */
     margin-left: 290px;
 
}

.solution-transport__img {
    margin-left: 290px;
}

/*
  .solution-objects__desc {
    -ms-flex-pack: center;
    justify-content: center; }
  .solution-objects__list {
    margin-right: 150px;
    margin-left: 55px; }
   */ 
    
        .solution-objects__desc {
      margin-left: 230px;
      }
    
    .solution-objects__img {
    margin-left: 545px;
    
    }
    
  .about .container--flex {
    width: 1900px;
    -ms-flex-pack: center;
    justify-content: center; }
  .about__text--1 {
    margin-right: 70px; }
  .about__img {
    margin-right: 70px; }
  .about__img:nth-child(3n) {
    margin-right: 70px; }
  .about__text--2 {
    width: 50%; }
    
    
    }


/****************************

M E D I A MOBILE

****************************/

@media only screen  {
 @-ms-viewport { width: device-width; } 
}