/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */
  box-sizing: content-box; /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "StagSansSemibold";
  src: url("../fonts/StagSansSemibold.woff2") format("woff2"), url("../fonts/StagSansSemibold.woff") format("woff"), url("../fonts/StagSansSemibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Book";
  src: url("../fonts/Gotham-Book.woff2") format("woff2"), url("../fonts/Gotham-Book.woff") format("woff"), url("../fonts/Gotham-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Ultra";
  src: url("../fonts/Gotham-Ultra.woff2") format("woff2"), url("../fonts/Gotham-Ultra.woff") format("woff"), url("../fonts/Gotham-Ultra.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Thin.woff2") format("woff2"), url("../fonts/Gotham-Thin.woff") format("woff"), url("../fonts/Gotham-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-LightItalic.woff2") format("woff2"), url("../fonts/Gotham-LightItalic.woff") format("woff"), url("../fonts/Gotham-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Gotham";
  src: url("../fonts/Gotham-Light.woff2") format("woff2"), url("../fonts/Gotham-Light.woff") format("woff"), url("../fonts/Gotham-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Gotham Extra";
  src: url("../fonts/Gotham-ExtraLight.woff2") format("woff2"), url("../fonts/Gotham-ExtraLight.woff") format("woff"), url("../fonts/Gotham-ExtraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}
.reasons .reason p, .opener .opener__text h1, body {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
}

.references .references-slider .references-slider__item .slider-item p {
  font-family: "Gotham", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.contact .contacts__more-content table td:first-of-type, .contact .contacts__more-btn, .contact p strong, .references .references-slider .references-slider__item .slider-item p .reference-more.reference-more--link, .team .team__people .person .person__job p strong, h3 {
  font-family: "Gotham Book", sans-serif;
}

.features .features-description h2, nav .nav__language {
  font-family: "Gotham Ultra", sans-serif;
}

.products .products-info h2, nav .nav__content ul li, h3.h3--thin {
  font-family: "Gotham", sans-serif;
  font-weight: 100;
}

h2 {
  font-family: "Montserrat", sans-serif;
  font-weight: 100;
}

footer a {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

body {
  font-size: 100%;
  overflow-x: hidden;
  color: #000000;
  padding-left: 100px;
}
@media screen and (max-width: 900px) {
  body {
    padding-left: 0;
  }
}

html {
  font-size: 14px;
  overflow-x: hidden;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    right: 30%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    right: 30%;
  }
  100% {
    opacity: 1;
    right: 0;
  }
}
h2 {
  font-size: 54px;
  font-size: 3.8571428571rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: #000000;
}
h2 span {
  color: #d34343;
}
@media screen and (max-width: 900px) {
  h2 {
    font-size: 30px;
    font-size: 2.1428571429rem;
  }
}

h3 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  letter-spacing: 0.0075em;
}
h3.h3--thin {
  font-size: 16.25px;
  font-size: 1.1607142857rem;
  letter-spacing: 0.3em;
}

p {
  line-height: 1.1;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?ppkt18");
  src: url("../fonts/icomoon.eot?ppkt18#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?ppkt18") format("truetype"), url("../fonts/icomoon.woff?ppkt18") format("woff"), url("../fonts/icomoon.svg?ppkt18#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-fb:before {
  content: "\e908";
}

.icon-linkedin2:before {
  content: "\eaca";
}

.icon-insta:before {
  content: "\e909";
}

.icon-logo:before {
  content: "\e90a";
  color: #e30613;
}

.icon-logo_white:before {
  content: "\e90b";
  color: #fff;
}

.icon-symbol1:before {
  content: "\e900";
}

.icon-symbol2:before {
  content: "\e901";
}

.icon-symbol3:before {
  content: "\e902";
}

.icon-symbol4:before {
  content: "\e903";
}

.icon-symbol5:before {
  content: "\e904";
}

.icon-symbol6:before {
  content: "\e905";
}

.icon-symbol7:before {
  content: "\e906";
}

.icon-symbol8:before {
  content: "\e907";
}

.basicLightbox {
  position: fixed;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0.01;
  transition: opacity 0.4s ease;
  z-index: 1000;
  will-change: opacity;
}
.basicLightbox--visible {
  opacity: 1;
}
@media only screen and (max-width: 991px) {
  .basicLightbox--visible {
    overflow-y: auto;
  }
}
.basicLightbox__placeholder {
  max-width: 100%;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 1;
  will-change: transform;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 95%;
  max-height: 95%;
}
.basicLightbox__placeholder > video:first-child:last-child,
.basicLightbox__placeholder > iframe:first-child:last-child {
  pointer-events: auto;
}
.basicLightbox__placeholder > img:first-child:last-child,
.basicLightbox__placeholder > video:first-child:last-child {
  width: auto;
  height: auto;
}
.basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder, .basicLightbox--iframe .basicLightbox__placeholder {
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.basicLightbox--visible .basicLightbox__placeholder {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  max-height: 90vh;
}

nav .nav__side {
  width: 100px;
  position: fixed;
  height: 100vh;
  left: 0;
  top: 0;
  box-shadow: 8px 19px 24px 0 rgba(0, 0, 0, 0.04);
  z-index: 51;
  background: white;
}
@media screen and (max-width: 900px) {
  nav .nav__side {
    height: 75px;
    width: 100%;
    background: white;
  }
}
nav .nav__language {
  position: absolute;
  bottom: 230px;
  color: black;
  font-size: 20px;
  font-size: 1.4285714286rem;
  text-decoration: none;
  display: block;
  text-align: center;
  width: 100%;
}
nav .nav__language:hover, nav .nav__language:visited {
  color: inherit;
}
@media screen and (max-width: 900px) {
  nav .nav__language {
    right: 80px;
    width: auto;
    top: 35px;
    vertical-align: middle;
    display: inline-block;
  }
}
nav .side {
  position: relative;
  width: 100%;
  height: 100%;
}
nav .side__toggle {
  height: 100px;
  width: 100%;
  background: black;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  nav .side__toggle {
    height: 75px;
    width: 75px;
    right: 0;
  }
}
nav .side__toggle .toggle__text {
  margin-top: 10px;
  text-align: center;
  color: white;
}
@media screen and (max-width: 900px) {
  nav .side__toggle .toggle__text {
    margin-top: 4px;
  }
}
nav .side__toggle .toggle__text span {
  opacity: 0;
  position: relative;
  display: inline-block;
  -webkit-transform: translateX(2px);
      -ms-transform: translateX(2px);
          transform: translateX(2px);
  transition: all 0.2s linear;
}
nav .side__toggle .toggle__text span:nth-of-type(1) {
  transition-delay: 0.1s;
}
nav .side__toggle .toggle__text span:nth-of-type(2) {
  transition-delay: 0.2s;
}
nav .side__toggle .toggle__text span:nth-of-type(3) {
  transition-delay: 0.3s;
}
nav .side__toggle .toggle__text span:nth-of-type(4) {
  transition-delay: 0.4s;
}
nav .side__toggle .toggle__icon {
  position: relative;
  height: 22px;
  width: 30px;
  margin: 39px auto 0;
}
@media screen and (max-width: 900px) {
  nav .side__toggle .toggle__icon {
    margin: 26.5px auto 0;
  }
}
nav .side__toggle .toggle__icon span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background: white;
  content: "";
  display: block;
  transition: all 0.2s linear;
}
nav .side__toggle .toggle__icon span.first {
  top: 0;
}
nav .side__toggle .toggle__icon span.second {
  top: 9px;
}
nav .side__toggle .toggle__icon span.third {
  top: 18px;
}
nav .side__toggle .toggle__icon span.fourth {
  top: 27px;
}
nav .side__toggle:hover .toggle__icon span.second {
  width: 130%;
  left: -15%;
}
nav .side__toggle:hover .toggle__text span {
  -webkit-transform: translateX(0px);
      -ms-transform: translateX(0px);
          transform: translateX(0px);
  opacity: 1;
}
nav .side__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  height: 30px;
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
      -ms-transform: translate(-50%, -50%) rotate(-90deg);
          transform: translate(-50%, -50%) rotate(-90deg);
  font-size: 30px;
}
@media screen and (max-width: 900px) {
  nav .side__logo {
    display: block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 350px) {
  nav .side__logo {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 85px;
  }
}
@media screen and (max-width: 300px) {
  nav .side__logo {
    display: none;
  }
}
@media screen and (max-height: 500px) {
  nav .side__logo {
    display: none;
  }
}
nav .side__social {
  height: 42px;
  width: 42px;
  border-radius: 100%;
  position: absolute;
  left: 29px;
  text-align: center;
  border: 1px solid #f5f5f5;
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.04);
  line-height: 42px;
  transition: 0.3s linear box-shadow;
  color: #000000;
  text-decoration: none;
}
nav .side__social.side__social--fb {
  bottom: 30px;
}
nav .side__social.side__social--linkin {
  bottom: 82px;
}
nav .side__social.side__social--insta {
  bottom: 134px;
}
nav .side__social:hover {
  box-shadow: 1px 3px 5px 0 rgba(0, 0, 0, 0.1);
}
nav .side__social i {
  vertical-align: middle;
  font-size: 23px;
}
@media screen and (max-width: 900px) {
  nav .side__social {
    right: 26.5px;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    height: 15px;
    width: 15px;
    border-radius: 100%;
    line-height: 17.5px;
    border: none;
    box-shadow: none;
    bottom: 0 !important;
  }
  nav .side__social img {
    height: 17.5px;
  }
}
nav .nav__content {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  visibility: hidden;
  background: black;
  transition: 0.05s opacity;
  z-index: -1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
nav .nav__content ul {
  list-style: none;
}
nav .nav__content ul li {
  color: white;
  font-size: 40px;
  font-size: 2.8571428571rem;
  display: block;
  position: relative;
  opacity: 0;
  cursor: pointer;
  margin-bottom: 20px;
}
nav .nav__content ul li span {
  position: relative;
}
nav .nav__content ul li span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 0.5px;
  width: 0;
  background-color: white;
  transition: width 0.5s ease-in-out;
}
nav .nav__content ul li span:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: white;
  transition: width 0.5s ease-in-out;
}
nav .nav__content ul li:hover span:before {
  width: 50%;
}
nav .nav__content ul li:hover span:after {
  width: 50%;
}
@media screen and (min-width: 901px) and (max-height: 560px) {
  nav .nav__content ul li {
    font-size: 20px;
    font-size: 1.4285714286rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 900px) {
  nav .nav__content ul {
    text-align: center;
  }
  nav .nav__content ul li {
    font-size: 20px;
    font-size: 1.4285714286rem;
    margin: 10px auto;
  }
}
@media screen and (max-width: 900px) and (max-height: 450px) {
  nav .nav__content ul {
    margin-top: 60px;
  }
  nav .nav__content ul li {
    font-size: 15px;
    font-size: 1.0714285714rem;
    margin-bottom: 5px;
  }
}
nav.nav--opened .nav__content {
  width: 100%;
  visibility: visible;
  opacity: 1;
  z-index: 50;
  overflow-y: auto;
}
nav.nav--opened .nav__content ul li {
  -webkit-animation: fadeInRight 0.05s ease forwards;
          animation: fadeInRight 0.05s ease forwards;
}
nav.nav--opened .nav__content ul li:nth-of-type(1) {
  -webkit-animation-delay: 0.05s;
          animation-delay: 0.05s;
}
nav.nav--opened .nav__content ul li:nth-of-type(2) {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}
nav.nav--opened .nav__content ul li:nth-of-type(3) {
  -webkit-animation-delay: 0.15s;
          animation-delay: 0.15s;
}
nav.nav--opened .nav__content ul li:nth-of-type(4) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
nav.nav--opened .nav__content ul li:nth-of-type(5) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
nav.nav--opened .nav__content ul li:nth-of-type(6) {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
nav.nav--opened .nav__content ul li:nth-of-type(7) {
  -webkit-animation-delay: 0.35s;
          animation-delay: 0.35s;
}
nav.nav--opened .nav__content ul li:nth-of-type(8) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
nav.nav--opened .nav__content ul li:nth-of-type(9) {
  -webkit-animation-delay: 0.45s;
          animation-delay: 0.45s;
}
nav.nav--opened .side__toggle .toggle__icon span.first {
  -webkit-transform: rotate(45deg) translate(5px, 7.5px);
      -ms-transform: rotate(45deg) translate(5px, 7.5px);
          transform: rotate(45deg) translate(5px, 7.5px);
}
nav.nav--opened .side__toggle .toggle__icon span.second {
  opacity: 0;
}
nav.nav--opened .side__toggle .toggle__icon span.third {
  -webkit-transform: rotate(-45deg) translate(5px, -7.5px);
      -ms-transform: rotate(-45deg) translate(5px, -7.5px);
          transform: rotate(-45deg) translate(5px, -7.5px);
}

.tns-outer, .tns-ovh, .tns-inner, .tns-item {
  height: 100%;
  width: 100%;
}

.slider-arrow {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 125px;
  cursor: pointer;
  transition: 0.3s linear all;
}
.slider-arrow:hover {
  opacity: 0.7;
}

[data-action=stop],
[data-action=start] {
  display: none;
}

.point {
  height: 28px;
  width: 28px;
  border-radius: 100%;
  line-height: 28px;
  border: 2px solid white;
  position: relative;
  text-align: center;
  transition: all linear 0.2s;
  cursor: pointer;
}
.point:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 16px;
  width: 16px;
  border-radius: 100%;
  background: white;
  transition: all linear 0.2s;
}
.point.point--with-bg {
  background: black;
}
.point.point--gray {
  border-color: #ada4a5;
}
.point.point--gray:after {
  background: #ada4a5;
}
.point.point--gray:hover, .point.point--gray.point--active {
  border-color: white;
}
.point.point--gray:hover:after, .point.point--gray.point--active:after {
  background: white;
}
.point.point--white-red:hover:after, .point.point--white-red.point--active:after {
  background: #d34343;
}
.point.point--gray-red {
  border-color: #ada4a5;
}
.point.point--gray-red:after {
  background: #ada4a5;
}
.point.point--gray-red:hover, .point.point--gray-red.point--active {
  border-color: white;
}
.point.point--gray-red:hover:after, .point.point--gray-red.point--active:after {
  background: #d34343;
}

@media screen and (max-width: 900px) {
  [data-point]:hover, [data-point].point--active {
    color: #ada4a5 !important;
  }
  [data-point]:hover .point, [data-point].point--active .point {
    border-color: #ada4a5 !important;
  }
  [data-point]:hover .point:after, [data-point].point--active .point:after {
    background: #ada4a5 !important;
  }
}
.get-app {
  color: #d0d0d0;
  background: url("../images/get-app_bg.png") #212121 center center repeat-y;
  border-bottom: 2px solid #323232;
}
.get-app__wrapper {
  padding: 65px 0;
  text-align: center;
  margin: 0 auto;
}
.get-app__wrapper .icon-logo_white {
  display: block;
  font-size: 40px;
}
.get-app__wrapper .get-app__bottlear {
  display: block;
  margin: 25px auto;
  text-align: center;
  max-width: 360px;
  padding: 0 5px;
}
@media screen and (max-width: 394px) {
  .get-app__wrapper .get-app__bottlear {
    max-width: 300px;
  }
}
.get-app__wrapper p {
  max-width: 320px;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.4;
  text-align: center;
  margin: 0 auto;
}
.get-app__icons {
  margin-top: 38px;
}
.get-app__icons img {
  margin-left: 5px;
  margin-right: 5px;
}
.get-app__icons a:nth-child(2) img {
  margin-bottom: -4px;
}
@media screen and (max-width: 394px) {
  .get-app__icons a:nth-child(2) img {
    margin-top: 10px;
  }
}

footer {
  background: #212121;
  padding: 32px 0 35px;
  text-align: center;
}
footer a {
  letter-spacing: 0.075em;
  font-size: 11px;
  font-size: 0.7857142857rem;
  text-transform: uppercase;
  color: white;
  text-decoration: none;
}
footer a img {
  display: block;
  width: 30px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0 auto 5px;
}
footer .footer__certs {
  text-align: center;
}
footer .footer__certs .cert {
  display: block;
  margin: 20px auto;
  cursor: pointer;
}
footer .footer__certs .cert--iso {
  height: 140px;
}
footer .footer__certs .cert--eu1 {
  height: 90px;
  cursor: pointer;
}
footer .footer__certs .cert--eu2 {
  height: 90px;
  cursor: pointer;
}
footer .footer__certs [data-eu-more] {
  cursor: pointer;
}
footer .footer__projects {
  color: white;
  text-align: left;
  padding: 30px 30px 0;
}
footer .footer__projects .footer__projects-item {
  margin-bottom: 15px;
}
footer .footer__projects h3 {
  font-size: 1rem;
  margin-bottom: 10px;
}
footer .footer__projects p {
  font-size: 0.75rem;
  margin-bottom: 5px;
  line-height: 1.3;
}

.eu-fond {
  max-width: 1000px;
  background-color: #f3f9fa;
  padding: 50px;
  margin: 0 auto;
}
.eu-fond__content {
  width: 90%;
}
.eu-fond__content strong {
  font-weight: 700;
}
.eu-fond h3 {
  font-size: 21px;
  font-weight: 700;
  line-height: 1.35;
  margin-bottom: 20px;
}
.eu-fond p {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.eu-fond p:last-of-type {
  margin-bottom: 0;
}
.eu-fond [data-eu-close] {
  margin: 15px auto;
}
.eu-fond [data-eu-close]#eu-close {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M12 11.293l10.293-10.293.707.707-10.293 10.293 10.293 10.293-.707.707-10.293-10.293-10.293 10.293-.707-.707 10.293-10.293-10.293-10.293.707-.707 10.293 10.293z'/%3E%3C/svg%3E");
  position: absolute;
  top: 10px;
  right: 30px;
  z-index: 99;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  cursor: pointer;
  transition: 0.5s all;
}
.eu-fond [data-eu-close]#eu-close:hover {
  transition: 0.5s all;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 991px) {
  .eu-fond {
    overflow-y: auto;
  }
  .eu-fond__content {
    width: 100%;
  }
}
@media only screen and (max-width: 574px) {
  .eu-fond {
    padding: 70px 25px 50px;
  }
}

@media only screen and (max-width: 991px) {
  body.eu-fond__modal-visible {
    position: fixed;
  }
}

#eu-fond .eu-fond__content {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px 30px 0;
  text-align: center;
}
#eu-fond .eu-doc__block + .eu-doc__block {
  margin-top: 16px;
}
#eu-fond .doc-figure {
  margin: 0 auto 8px;
  text-align: center;
}
#eu-fond .doc-img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
#eu-fond .doc-desc {
  display: inline-block;
  margin-top: 8px;
}
#eu-fond .doc-download {
  display: inline-block;
  margin-top: 8px;
}

.cookies {
  border-radius: 50px;
  position: fixed;
  bottom: 20px;
  padding: 20px 40px;
  box-sizing: border-box;
  background: #222121;
  color: white;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1000px;
  max-width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 1000;
}
.cookies p {
  margin-right: 15px;
}
.cookies p a {
  color: white;
  text-decoration: underline;
}
.cookies .btn {
  margin-left: auto;
  min-width: 140px;
  height: 40px;
  line-height: 40px;
  background: #d34343;
  border-radius: 20px;
  color: white;
  text-align: center;
  text-decoration: none;
}
@media screen and (max-width: 500px) {
  .cookies {
    display: block;
    width: 100%;
    font-size: 0.75rem;
    text-align: center;
  }
  .cookies .btn {
    margin: 15px auto 0;
    display: block;
    width: 100%;
  }
}

.opener {
  height: 100vh;
  width: 100%;
  background-color: black;
  position: relative;
  min-height: 500px;
}
@media screen and (max-width: 900px) {
  .opener {
    height: 100vh;
    max-height: 600px;
    min-height: auto;
  }
}
@media screen and (max-width: 500px) {
  .opener {
    background-position: -100% 0;
  }
}
.opener .opener__image {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
  transition: 1s ease-in opacity;
  background-position: 50% 50%;
}
.opener .opener__image--loader {
  background: black;
  opacity: 1;
  z-index: 10;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  transition: 1s ease-in all;
}
.opener .opener__image--hide {
  opacity: 0;
  z-index: -10;
}
.opener .opener__text {
  position: absolute;
  bottom: 100px;
  right: 20%;
  color: white;
}
.opener .opener__text i {
  display: block;
  margin-bottom: 20px;
  font-size: 40px;
}
@media screen and (max-width: 900px) {
  .opener .opener__text i {
    display: none;
  }
}
.opener .opener__text h1 {
  font-size: 30.7px;
  font-size: 2.1928571429rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
}
@media screen and (max-width: 500px) {
  .opener .opener__text h1 {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
}
@media screen and (max-width: 900px) {
  .opener .opener__text {
    right: 0;
    width: 100%;
    text-align: center;
    padding: 0 30px;
    box-sizing: border-box;
    bottom: 50px;
  }
}
.opener #opener__dots {
  width: 480px;
  position: absolute;
  bottom: -150px;
  left: 290px;
  opacity: 1;
}
@media screen and (max-width: 1800px) {
  .opener #opener__dots {
    left: 20px;
  }
}
@media screen and (max-width: 1460px) {
  .opener #opener__dots {
    left: -100px;
  }
}
.opener #opener__dots circle {
  opacity: 0;
  fill: white;
  transition: 1s linear all;
  position: relative;
  visibility: hidden;
}
.opener #opener__dots circle.circle--visible {
  opacity: 0.5;
  visibility: visible;
  fill: #d1d3d4;
}
@media screen and (max-width: 1280px) {
  .opener #opener__dots circle.circle--visible {
    opacity: 0.1;
  }
}
@media screen and (max-width: 900px) {
  .opener #opener__dots circle.circle--visible {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .opener #opener__dots circle.circle--visible {
    opacity: 0.05;
  }
}

.about {
  padding: 265px 0 220px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .about {
    padding: 60px 30px;
  }
}
.about:after {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 6px;
  background: url(../images/line_dots.svg) round;
  opacity: 0.5;
  right: 200px;
  top: 0;
}
@media screen and (max-width: 900px) {
  .about:after {
    display: none;
  }
}
.about .about__text {
  max-width: 565px;
  margin: auto;
}
@media screen and (max-width: 900px) {
  .about .about__text {
    max-width: 100%;
  }
}
.about h2 {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .about h2 {
    text-align: center;
    margin-bottom: 30px;
  }
}
.about h3 {
  color: #5c5152;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  .about h3 {
    text-align: center;
    margin-bottom: 15px;
  }
}
.about p {
  line-height: 1.5;
  letter-spacing: 0.0075em;
  color: #5c5152;
  margin-bottom: 10px;
}

.products {
  position: relative;
  padding: 125px 0 150px 100px;
  background: #f8f0f0;
}
@media screen and (max-width: 1500px) {
  .products {
    padding-left: 75px;
  }
}
@media screen and (max-width: 1200px) {
  .products {
    padding-left: 0;
  }
}
@media screen and (max-width: 900px) {
  .products {
    padding: 60px 30px;
  }
}
.products .products__arrows {
  position: absolute;
  left: 20%;
  top: -35px;
  opacity: 0.4;
}
@media screen and (max-width: 900px) {
  .products .products__arrows {
    display: none;
  }
}
.products .products__content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1710px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .products .products__content {
    display: block;
  }
}
.products .product-slider {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  width: 50%;
  height: 550px;
  color: #5c5152;
  position: relative;
}
@media screen and (max-width: 1500px) {
  .products .product-slider {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    width: 60%;
  }
}
@media screen and (max-width: 1200px) {
  .products .product-slider {
    width: 100%;
    height: 430px;
  }
}
.products .product-slider .products-slider__wrapper {
  height: 100%;
  width: calc(100% - 100px);
}
.products .product-slider .product-slider__item {
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .products .product-slider .product-slider__item {
    text-align: center;
  }
}
.products .product-slider .product-slider__item div {
  position: absolute;
  bottom: 0;
  left: 150px;
  max-width: 450px;
}
@media screen and (max-width: 1200px) {
  .products .product-slider .product-slider__item div {
    position: relative;
    text-align: center;
    left: auto;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .products .product-slider .product-slider__item div {
    margin-top: 50px;
  }
}
.products .product-slider .product-slider__item div span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.3em;
  margin-bottom: 1rem;
}
.products .product-slider .product-slider__item div p {
  line-height: 1.5;
}
.products .product-slider .product-slider__item img {
  position: absolute;
  top: 0;
  max-height: 400px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 1200px) {
  .products .product-slider .product-slider__item img {
    max-height: 300px;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
@media screen and (max-width: 500px) {
  .products .product-slider .product-slider__item img {
    width: 90%;
  }
}
.products .products-info {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .products .products-info {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    max-width: 40%;
  }
}
@media screen and (max-width: 1200px) {
  .products .products-info {
    max-width: initial;
    margin-top: 30px;
  }
}
.products .products-info h2 {
  font-size: 42px;
  font-size: 3rem;
  text-align: left;
  margin-bottom: 60px;
}
@media screen and (max-width: 1200px) {
  .products .products-info h2 {
    text-align: center;
  }
}
@media screen and (min-width: 1921px) {
  .products .products-info h2 {
    text-align: center;
  }
}
@media screen and (max-width: 900px) {
  .products .products-info h2 {
    margin-bottom: 30px;
  }
}
.products .products-info .products-info__features .product-feature {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 1200px) {
  .products .products-info .products-info__features .product-feature {
    text-align: center;
  }
}
@media screen and (min-width: 1921px) {
  .products .products-info .products-info__features .product-feature {
    text-align: center;
  }
}
.products .products-info .products-info__features .product-feature .product-feature__img {
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
}
.products .products-info .products-info__features .product-feature .product-feature__img img {
  position: relative;
  z-index: 2;
  background: #f8f0f0;
}
.products .products-info .products-info__features .product-feature .product-feature__img:after {
  content: "";
  display: block;
  width: 1px;
  height: 80px;
  top: 15px;
  background: #e1d7d7;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .products .products-info .products-info__features .product-feature .product-feature__img {
    display: none;
  }
}
@media screen and (min-width: 1921px) {
  .products .products-info .products-info__features .product-feature .product-feature__img {
    display: none;
  }
}
.products .products-info .products-info__features .product-feature .product-feature__text {
  padding-left: 20px;
}
.products .products-info .products-info__features .product-feature .product-feature__text span {
  display: block;
  font-size: 13.1px;
  font-size: 0.9357142857rem;
  letter-spacing: 0.3em;
  margin-bottom: 4px;
  text-transform: uppercase;
}
@media screen and (max-width: 1200px) {
  .products .products-info .products-info__features .product-feature .product-feature__text {
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1921px) {
  .products .products-info .products-info__features .product-feature .product-feature__text {
    -webkit-flex: 1 1 0;
        -ms-flex: 1 1 0px;
            flex: 1 1 0;
    padding-left: 0;
  }
}
.products .products-info .products-info__features .product-feature:last-of-type .product-feature__img:after {
  height: 50px;
}
@media screen and (max-width: 600px) {
  .products .slider-arrow {
    height: 50px;
  }
}
.products .slider-arrow.slider-arrow--left {
  left: 50px;
}
.products .slider-arrow.slider-arrow--right {
  right: 50px;
}
@media screen and (max-width: 600px) {
  .products .slider-arrow.slider-arrow--left {
    left: -10px;
  }
  .products .slider-arrow.slider-arrow--right {
    right: -10px;
  }
}

.reasons {
  padding: 160px 0 190px;
}
@media screen and (max-width: 900px) {
  .reasons {
    padding: 60px 30px;
  }
}
.reasons h2 {
  margin-bottom: 1rem;
}
@media screen and (max-width: 900px) {
  .reasons h2 {
    margin-bottom: 30px;
  }
}
.reasons h2, .reasons h3 {
  text-align: center;
}
.reasons .reasons-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1225px;
  margin: 40px auto 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.reasons .reason {
  box-sizing: border-box;
  -webkit-flex-basis: calc(25% - 2 * 12.5px);
      -ms-flex-preferred-size: calc(25% - 2 * 12.5px);
          flex-basis: calc(25% - 2 * 12.5px);
  max-width: calc(25% - 2 * 12.5px);
  padding: 35px 25px;
  margin: 0 12.5px 12.5px;
  transition: all linear 0.2s;
}
@media screen and (max-width: 900px) {
  .reasons .reason {
    -webkit-flex-basis: calc(50% - 2 * 12.5px);
        -ms-flex-preferred-size: calc(50% - 2 * 12.5px);
            flex-basis: calc(50% - 2 * 12.5px);
    max-width: calc(50% - 2 * 12.5px);
  }
}
@media screen and (max-width: 500px) {
  .reasons .reason {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
    text-align: center;
    margin: auto;
    padding: 30px;
  }
}
.reasons .reason i {
  height: 50px;
  font-size: 50px;
  display: block;
  margin: 0 auto 32px;
  color: #d34343;
  text-align: center;
  opacity: 0.5;
  transition: all linear 0.2s;
}
@media screen and (max-width: 900px) {
  .reasons .reason i {
    margin-bottom: 15px;
  }
}
.reasons .reason p {
  font-size: 13px;
  font-size: 0.9285714286rem;
  line-height: 1.5;
  color: #000000;
  letter-spacing: 0.075em;
}
.reasons .reason:hover {
  box-shadow: 0 10px 15px 0 rgba(0, 0, 0, 0.05);
}
.reasons .reason:hover i {
  opacity: 1;
}

.features {
  background: #222121;
  height: 700px;
  width: 100%;
  padding-left: 210px;
  color: white;
}
@media screen and (max-width: 1420px) {
  .features {
    padding-left: 50px;
  }
}
@media screen and (max-width: 900px) {
  .features {
    height: 870px;
    padding-left: 0;
  }
}
@media screen and (max-width: 500px) {
  .features {
    height: 760px;
    overflow: hidden;
  }
}
@media screen and (min-width: 1921px) {
  .features {
    padding-left: 0;
  }
}
.features .features-wrapper {
  max-width: 1300px;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media screen and (max-width: 1800px) {
  .features .features-wrapper {
    max-width: calc(100% - 460px);
  }
}
@media screen and (max-width: 1420px) {
  .features .features-wrapper {
    max-width: calc(100% - 50px);
  }
}
@media screen and (max-width: 900px) {
  .features .features-wrapper {
    display: block;
    max-width: 100%;
  }
}
@media screen and (min-width: 1921px) {
  .features .features-wrapper {
    margin: auto;
  }
}
.features .features-description {
  -webkit-flex-basis: 250px;
      -ms-flex-preferred-size: 250px;
          flex-basis: 250px;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  position: relative;
  height: 100%;
}
.features .features-description h2 {
  font-size: 120px;
  font-size: 8.5714285714rem;
  line-height: 0.775862069;
  letter-spacing: -0.05em;
  overflow-wrap: break-word;
  -ms-word-wrap: break-word;
  margin-bottom: 35px;
  color: white;
}
@media screen and (max-width: 500px) {
  .features .features-description h2 {
    font-size: 2rem !important;
  }
}
@media screen and (max-width: 900px) {
  .features .features-description h2 {
    font-size: 50px;
    font-size: 3.5714285714rem;
    margin-bottom: 15px;
  }
}
.features .features-description h2.features-description__h2--smaller {
  font-size: 50px;
  font-size: 3.5714285714rem;
}
.features .features-description p {
  line-height: 1.5;
  letter-spacing: -0.05em;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .features .features-description p {
    font-size: 10px;
    font-size: 0.7142857143rem;
  }
}
.features .features-description .features-description__item {
  opacity: 0;
  position: absolute;
  width: 250px;
  z-index: -1;
  visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .features .features-description .features-description__item {
    width: 100%;
    height: 320px;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0;
    text-align: center;
    padding: 30px 30px 0;
    box-sizing: border-box;
    z-index: 10;
  }
}
@media screen and (max-width: 500px) {
  .features .features-description .features-description__item {
    top: 0;
  }
}
.features .features-description .features-description__item.features-description__item--active {
  opacity: 1;
  transition: opacity linear 0.2s;
  z-index: 10;
  visibility: visible;
}
.features .features-description .features-description__item .features-description-item__content {
  position: relative;
}
.features .features-description .features-description__item .item__points {
  text-align: left;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 900px) {
  .features .features-description .features-description__item .item__points {
    text-align: center;
  }
}
.features .features-description .features-description__item .item__points .point {
  display: inline-block;
  margin: 2px;
  text-align: center;
}
.features .features-description .features-description__item .item__play-pause {
  margin: 10px 0 0;
}
.features .features-description .features-description__item .item__play-pause div {
  margin-bottom: 10px;
  font-size: 0.75rem;
}
.features .features-description .features-description__item .item__play-pause img {
  height: 15px;
  display: inline-block;
  cursor: pointer;
}
.features .features-description .features-description__item [data-feature-play] {
  opacity: 1;
}
.features .features-description .features-description__item [data-feature-pause] {
  opacity: 0.5;
  margin-left: 10px;
}
.features .features-content {
  position: relative;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .features .features-content {
    position: absolute;
    top: 320px;
    left: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .features .features-content {
    top: 320px;
  }
}
.features .features-content .features-content__slide {
  position: relative;
}
.features .features-content .features-content__image {
  height: 100%;
  background-repeat: no-repeat;
}
.features .features-content .features-content__image .point {
  position: absolute;
  z-index: 2;
}
@media screen and (max-width: 900px) {
  .features .features-content .features-content__image .point {
    display: none !important;
  }
}
@media screen and (max-width: 900px) {
  .features .features-content .features-content__image {
    background-position: 0 !important;
    background-size: cover;
    height: 350px;
  }
}
@media screen and (max-width: 500px) {
  .features .features-content .features-content__image {
    height: 200px;
  }
}
.features .features-content .features-content__items {
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 630px;
}
@media screen and (max-width: 900px) {
  .features .features-content .features-content__items {
    display: block;
    position: relative;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    left: 0 !important;
  }
}
@media screen and (max-width: 900px) {
  .features .features-content .features-content__items {
    padding-left: 15px;
  }
}
.features .features-content .features-content__items ul {
  padding-left: 40px;
}
@media screen and (max-width: 900px) {
  .features .features-content .features-content__items ul {
    margin-top: 30px;
  }
}
.features .features-content .features-content__items ul li {
  position: relative;
  color: #ada4a5;
  font-size: 14px;
  font-size: 1rem;
  margin-bottom: 75px;
  transition: color linear 0.2s;
  cursor: pointer;
}
@media screen and (max-width: 900px) {
  .features .features-content .features-content__items ul li {
    font-size: 10px;
    font-size: 0.7142857143rem;
  }
}
@media screen and (max-width: 900px) {
  .features .features-content .features-content__items ul li {
    margin-bottom: 30px;
  }
}
.features .features-content .features-content__items ul li .point {
  position: absolute;
  left: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 900px) {
  .features .features-content .features-content__items ul li .point {
    margin-left: 0 !important;
    left: -40px;
  }
}
.features .features-content .features-content__items ul li:nth-child(2) {
  margin-left: 32px;
}
.features .features-content .features-content__items ul li:nth-child(3) {
  margin-left: 64px;
}
.features .features-content .features-content__items ul li:nth-child(4) {
  margin-left: 96px;
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__items ul li {
    padding-right: 30px;
  }
}
@media screen and (max-width: 900px) {
  .features .features-content .features-content__items ul li {
    margin-left: 0 !important;
  }
}
.features .features-content .features-content__items ul li.point--active {
  color: white;
}
.features .features-content .features-content__items ul li.point--active .point {
  border-color: white;
}
.features .features-content .features-content__items ul li.point--active .point:after {
  background: #d34343;
}
@media screen and (max-width: 1420px) {
  .features .slider-arrow {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  .features .slider-arrow {
    display: block;
    height: 50px;
    top: 495px;
  }
}
@media screen and (max-width: 500px) {
  .features .slider-arrow {
    top: 420px;
  }
}
.features .slider-arrow--left {
  left: -114px;
}
@media screen and (max-width: 900px) {
  .features .slider-arrow--left {
    left: 15px;
  }
}
.features .slider-arrow--right {
  right: -114px;
}
@media screen and (max-width: 900px) {
  .features .slider-arrow--right {
    right: 15px;
  }
}
.features.paused .features-description .features-description__item [data-feature-play] {
  opacity: 0.5;
}
.features.paused .features-description .features-description__item [data-feature-pause] {
  opacity: 1;
}

.team {
  padding: 145px 0 145px 210px;
  background: #f8f4f1;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1650px) {
  .team {
    padding-left: 100px;
  }
}
@media screen and (max-width: 1500px) {
  .team {
    padding-left: 50px;
  }
}
@media screen and (max-width: 900px) {
  .team {
    padding: 60px 30px 0;
  }
}
@media screen and (min-width: 1921px) {
  .team {
    padding-left: 0;
  }
}
.team .team-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1300px;
}
@media screen and (max-width: 1450px) {
  .team .team-wrapper {
    width: 100%;
    display: block;
  }
}
@media screen and (min-width: 1921px) {
  .team .team-wrapper {
    margin: auto;
  }
}
.team .team__particles {
  position: absolute;
  right: -30%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  /*@include hdAndLarge{
    opacity: 0.2;
  }*/
}
@media screen and (min-width: 1451px) {
  .team .team__particles {
    opacity: 0.2;
  }
}
@media screen and (max-width: 900px) {
  .team .team__particles {
    display: none;
  }
}
.team .team__description {
  -webkit-flex-basis: 420px;
      -ms-flex-preferred-size: 420px;
          flex-basis: 420px;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.team .team__description h2 {
  margin-bottom: 20px;
}
.team .team__description p {
  letter-spacing: 0.0075em;
}
@media screen and (max-width: 900px) {
  .team .team__description {
    text-align: center;
  }
}
.team .team__people {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .team .team__people {
    width: 100%;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 30px;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.team .team__people .person {
  width: 33.3333333333%;
  max-width: 266px;
  margin: 30px;
  position: relative;
}
@media screen and (max-width: 900px) {
  .team .team__people .person {
    max-width: 180px;
    margin: 15px;
    width: calc(50% - 30px);
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
}
@media screen and (max-width: 500px) {
  .team .team__people .person {
    width: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin: 0 auto 30px;
  }
}
.team .team__people .person:hover {
  -webkit-transform: perspective(1000px) rotateX(10deg) rotateY(10deg);
          transform: perspective(1000px) rotateX(10deg) rotateY(10deg);
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
}
@media screen and (max-width: 900px) {
  .team .team__people .person:hover {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}
.team .team__people .person .person__image {
  position: relative;
  width: 100%;
  height: 370px;
  z-index: 2;
  background-size: cover;
  background-position: 50% 50%;
}
@media screen and (max-width: 900px) {
  .team .team__people .person .person__image {
    height: 150px;
    background-position: 0% 0%;
  }
}
.team .team__people .person .person__job {
  position: relative;
  line-height: 1.3;
}
.team .team__people .person .person__job p {
  position: relative;
  z-index: 2;
  color: white;
  padding: 20px;
}
.team .team__people .person .person__job p a {
  color: white;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  .team .team__people .person .person__job p {
    background: #222121;
  }
}
.team .team__people .person .person__job:after {
  display: block;
  content: "";
  position: absolute;
  top: -40px;
  height: 200px;
  width: 100%;
  background: #222121;
  -webkit-transform: skewY(-5deg);
      -ms-transform: skewY(-5deg);
          transform: skewY(-5deg);
  z-index: 1;
}
@media screen and (max-width: 900px) {
  .team .team__people .person .person__job:after {
    display: none;
  }
}
.team .team__people .person:nth-of-type(2) .person__job:after {
  height: 175px;
}
.team .team__people .person:nth-of-type(3) .person__job:after {
  height: 150px;
}

.logos {
  width: 100%;
  background: white;
  padding: 140px 0;
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .logos {
    padding: 90px 30px;
    box-sizing: border-box;
  }
}
.logos .logos__row {
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.logos .logos__row > a {
  margin: 0 75px;
}

.map {
  height: 535px;
  width: 100%;
}

.references {
  margin: auto;
  padding: 120px 0 120px;
}
@media screen and (max-width: 900px) {
  .references {
    padding: 60px 0;
  }
}
.references h2 {
  font-size: 50px;
  font-size: 3.5714285714rem;
  letter-spacing: 0;
  text-align: center;
}
.references .references-slider {
  margin: 45px auto 0;
  width: 100%;
  position: relative;
  max-width: 1170px;
}
.references .references-slider .slider-item__text {
  position: relative;
}
.references .references-slider .references-slider__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  cursor: pointer;
  z-index: 10;
}
.references .references-slider .references-slider__arrow.references-slider__arrow--left {
  left: -115px;
}
@media screen and (max-width: 1600px) {
  .references .references-slider .references-slider__arrow.references-slider__arrow--left {
    left: -50px;
  }
}
@media screen and (max-width: 1465px) {
  .references .references-slider .references-slider__arrow.references-slider__arrow--left {
    left: -20px;
  }
}
@media screen and (max-width: 1350px) {
  .references .references-slider .references-slider__arrow.references-slider__arrow--left {
    left: 20px;
  }
}
.references .references-slider .references-slider__arrow.references-slider__arrow--right {
  right: -115px;
}
@media screen and (max-width: 1600px) {
  .references .references-slider .references-slider__arrow.references-slider__arrow--right {
    right: -50px;
  }
}
@media screen and (max-width: 1465px) {
  .references .references-slider .references-slider__arrow.references-slider__arrow--right {
    right: -20px;
  }
}
@media screen and (max-width: 1350px) {
  .references .references-slider .references-slider__arrow.references-slider__arrow--right {
    right: 20px;
  }
}
.references .references-slider .references-slider__item .slider-item {
  position: relative;
  padding: 100px 0 100px 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1140px) {
  .references .references-slider .references-slider__item .slider-item {
    padding: 0 70px;
    width: 100%;
    box-sizing: border-box;
    display: block;
  }
}
.references .references-slider .references-slider__item .slider-item p {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.7142857143;
  letter-spacing: 0.02em;
  color: black;
  width: 700px;
  box-sizing: border-box;
  box-shadow: -26px 33px 79px 0px rgba(150, 150, 150, 0.15);
  padding: 70px 120px 75px 50px;
  border-bottom-left-radius: 35px;
  border-top-right-radius: 35px;
}
@media screen and (max-width: 1350px) {
  .references .references-slider .references-slider__item .slider-item p {
    width: 600px;
  }
}
@media screen and (max-width: 1140px) {
  .references .references-slider .references-slider__item .slider-item p {
    width: 100%;
    padding: 30px;
    border-radius: 35px;
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.2;
  }
}
.references .references-slider .references-slider__item .slider-item p .reference-more.reference-more--link {
  display: none;
  font-style: normal;
}
@media screen and (max-width: 500px) {
  .references .references-slider .references-slider__item .slider-item p .reference-more.reference-more--link {
    display: block;
    margin-top: 10px;
  }
}
.references .references-slider .references-slider__item .slider-item p .reference-more.reference-more--text {
  display: block;
}
@media screen and (max-width: 500px) {
  .references .references-slider .references-slider__item .slider-item p .reference-more.reference-more--text {
    display: none;
  }
}
.references .references-slider .references-slider__item .slider-item__person {
  position: absolute;
  left: 750px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1350px) {
  .references .references-slider .references-slider__item .slider-item__person {
    left: 645px;
  }
}
@media screen and (max-width: 1140px) {
  .references .references-slider .references-slider__item .slider-item__person {
    position: relative;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    top: 0;
    margin-top: 70px;
  }
}
.references .references-slider .references-slider__item .slider-item__person .item-person {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 310px;
}
@media screen and (max-width: 1140px) {
  .references .references-slider .references-slider__item .slider-item__person .item-person {
    display: block;
    width: 100%;
  }
}
.references .references-slider .references-slider__item .slider-item__person .item-person__photo {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  box-shadow: -11px 14px 46px 0px rgba(76, 76, 76, 0.35);
  background-size: cover;
  background-position: 50% 50%;
  border: 5px solid white;
  -webkit-flex-basis: 100px;
      -ms-flex-preferred-size: 100px;
          flex-basis: 100px;
  -webkit-flex-grow: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
@media screen and (max-width: 1140px) {
  .references .references-slider .references-slider__item .slider-item__person .item-person__photo {
    display: block;
    margin: auto;
  }
}
.references .references-slider .references-slider__item .slider-item__person .item-person__text {
  padding-left: 30px;
  color: #b1b1b1;
  font-size: 15px;
  font-size: 1.0714285714rem;
}
.references .references-slider .references-slider__item .slider-item__person .item-person__text span {
  display: block;
}
.references .references-slider .references-slider__item .slider-item__person .item-person__text .person-text__name {
  color: black;
}
.references .references-slider .references-slider__item .slider-item__person .item-person__text .person-text__position {
  margin-bottom: 15px;
}
@media screen and (max-width: 1140px) {
  .references .references-slider .references-slider__item .slider-item__person .item-person__text {
    display: block;
    text-align: center;
    margin: 30px auto 0;
    padding-left: 0;
  }
}
.references .references__play-pause {
  position: absolute;
  bottom: -70px;
  left: 0;
}
@media screen and (max-width: 1140px) {
  .references .references__play-pause {
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    z-index: 15;
    text-align: center;
    bottom: -50px;
  }
}
.references .references__play-pause div {
  margin-bottom: 10px;
  font-size: 0.75rem;
}
.references .references__play-pause img {
  height: 15px;
  display: inline-block;
  cursor: pointer;
}
.references .references__play-pause [data-reference-play] {
  opacity: 1;
}
.references .references__play-pause [data-reference-pause] {
  opacity: 0.5;
  margin-left: 10px;
}
.references.paused .references__play-pause [data-reference-play] {
  opacity: 0.5;
}
.references.paused .references__play-pause [data-reference-pause] {
  opacity: 1;
}

.instagram {
  background: #ffffff;
  padding: 105px 0 78px;
}
@media screen and (max-width: 900px) {
  .instagram {
    padding: 90px 0;
  }
}
@media screen and (max-width: 900px) {
  .instagram h2 {
    margin-bottom: 30px !important;
  }
}
.instagram .instagram__row {
  margin: 30px auto 0;
  max-width: 980px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .instagram .instagram__row {
    max-width: none;
  }
}
@media screen and (max-width: 500px) {
  .instagram .instagram__row {
    display: inline-block;
  }
}
.instagram .instagram__image {
  height: 300px;
  -webkit-flex-basis: calc(33.3333333333% - 20px);
      -ms-flex-preferred-size: calc(33.3333333333% - 20px);
          flex-basis: calc(33.3333333333% - 20px);
  margin: 0 10px 20px;
  -ms-flex-preferred-size: 30%;
}
@media screen and (max-width: 900px) {
  .instagram .instagram__image {
    -webkit-flex-basis: calc(50% - 20px);
        -ms-flex-preferred-size: calc(50% - 20px);
            flex-basis: calc(50% - 20px);
    margin-bottom: 20px;
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .instagram .instagram__image {
    margin: 0;
    display: block;
    width: 100%;
    padding: 10px;
  }
}
.instagram .instagram__image-img {
  display: block;
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
}

.support {
  padding: 36px 0 65px;
}
@media screen and (max-width: 900px) {
  .support {
    padding: 90px 0 60px;
  }
}
.support h2 {
  margin-bottom: 43px;
}
.support .support__wrapper {
  position: relative;
}
.support .support__row {
  max-width: 1300px;
  margin: auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 500px) {
  .support .support__row {
    display: block;
  }
}
.support .support__row > div {
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .support .support__row > div {
    width: 100%;
    display: block;
    margin-bottom: 0;
  }
  .support .support__row > div img {
    height: 70px;
  }
}
.support .slider-arrow {
  display: none;
}
@media screen and (max-width: 900px) {
  .support .slider-arrow {
    display: block;
    position: absolute;
    height: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.support .slider-arrow.slider-arrow--left {
  left: 20px;
}
.support .slider-arrow.slider-arrow--right {
  right: 20px;
}

.section--shadow {
  position: relative;
}
.section--shadow:after {
  content: "";
  height: 93px;
  display: block;
  width: 100%;
  background: url(../images/shadow.png) repeat-x;
  position: absolute;
  top: 0;
}
.section--shadow h2 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  text-align: center;
  color: black;
  letter-spacing: 0;
}
@media screen and (max-width: 900px) {
  .section--shadow h2 {
    margin-bottom: 60px;
  }
}

.contact {
  width: 100%;
  background: white;
  padding: 100px 0;
  max-width: 100%;
}
@media screen and (max-width: 500px) {
  .contact {
    padding: 60px 30px;
    box-sizing: border-box;
  }
}
.contact {
  text-align: center;
}
.contact h2 {
  margin-bottom: 30px;
}
.contact p {
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.5;
}
.contact a {
  color: #000000;
  text-decoration: none;
}
.contact .contacts__more-btn {
  cursor: pointer;
  margin-top: 30px;
}
.contact .contacts__more-content {
  margin-top: 30px;
}
.contact .contacts__more-content table {
  margin: auto;
  max-width: 100%;
}
.contact .contacts__more-content table td {
  text-align: left;
  padding: 10px 25px;
}
@media screen and (max-width: 900px) {
  .contact .contacts__more-content table td {
    display: block;
    text-align: center;
    padding: 2px;
  }
}
@media screen and (max-width: 900px) {
  .contact .contacts__more-content table td:last-of-type {
    padding-bottom: 35px;
  }
}

@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image {
    background-position: -35px;
  }
}
@media screen and (max-width: 1820px) {
  .features .features-content .features-content__image {
    background-position: -70px;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image {
    background-position: -105px;
  }
}
@media screen and (max-width: 1620px) {
  .features .features-content .features-content__image {
    background-position: -140px;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image {
    background-position: -175px;
  }
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__image {
    background-position: -210px;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image {
    background-position: -245px;
  }
}
@media screen and (max-width: 1220px) {
  .features .features-content .features-content__image {
    background-position: -280px;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image {
    background-position: -315px;
  }
}
@media screen and (max-width: 1020px) {
  .features .features-content .features-content__image {
    background-position: -350px;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image {
    background-position: -385px;
  }
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image--panthenol {
    background-position: -35px;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image--panthenol {
    background-position: -70px;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image--panthenol {
    background-position: -105px;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image--panthenol {
    background-position: -140px;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image--panthenol {
    background-position: -175px;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image--panthenol {
    background-position: -210px;
  }
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__items {
    left: 585px;
  }
}
@media screen and (max-width: 1820px) {
  .features .features-content .features-content__items {
    left: 540px;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__items {
    left: 495px;
  }
}
@media screen and (max-width: 1620px) {
  .features .features-content .features-content__items {
    left: 450px;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__items {
    left: 405px;
  }
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__items {
    left: 360px;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__items {
    left: 315px;
  }
}
@media screen and (max-width: 1220px) {
  .features .features-content .features-content__items {
    left: 270px;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__items {
    left: 225px;
  }
}
@media screen and (max-width: 1020px) {
  .features .features-content .features-content__items {
    left: 180px;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__items {
    left: 135px;
  }
}
.features .features-content .features-content__image .point#point-3d {
  left: 250px;
  top: 100px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-3d {
    left: 215px !important;
  }
}
@media screen and (max-width: 1820px) {
  .features .features-content .features-content__image .point#point-3d {
    left: 180px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-3d {
    left: 145px !important;
  }
}
@media screen and (max-width: 1620px) {
  .features .features-content .features-content__image .point#point-3d {
    left: 110px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-3d {
    left: 75px !important;
  }
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__image .point#point-3d {
    left: 40px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-3d {
    left: 5px !important;
  }
}
@media screen and (max-width: 1220px) {
  .features .features-content .features-content__image .point#point-3d {
    left: 0;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-3d {
    left: 0;
  }
}
@media screen and (max-width: 1020px) {
  .features .features-content .features-content__image .point#point-3d {
    left: 0;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-3d {
    left: 0;
  }
}
.features .features-content .features-content__image .point#point-razba {
  left: 330px;
  top: 500px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-razba {
    left: 295px !important;
  }
}
@media screen and (max-width: 1820px) {
  .features .features-content .features-content__image .point#point-razba {
    left: 260px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-razba {
    left: 225px !important;
  }
}
@media screen and (max-width: 1620px) {
  .features .features-content .features-content__image .point#point-razba {
    left: 190px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-razba {
    left: 155px !important;
  }
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__image .point#point-razba {
    left: 120px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-razba {
    left: 85px !important;
  }
}
@media screen and (max-width: 1220px) {
  .features .features-content .features-content__image .point#point-razba {
    left: 50px !important;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-razba {
    left: 15px !important;
  }
}
@media screen and (max-width: 1020px) {
  .features .features-content .features-content__image .point#point-razba {
    left: 0;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-razba {
    left: 0;
  }
}
.features .features-content .features-content__image .point#point-shape {
  left: 400px;
  top: 620px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-shape {
    left: 365px !important;
  }
}
@media screen and (max-width: 1820px) {
  .features .features-content .features-content__image .point#point-shape {
    left: 330px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-shape {
    left: 295px !important;
  }
}
@media screen and (max-width: 1620px) {
  .features .features-content .features-content__image .point#point-shape {
    left: 260px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-shape {
    left: 225px !important;
  }
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__image .point#point-shape {
    left: 190px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-shape {
    left: 155px !important;
  }
}
@media screen and (max-width: 1220px) {
  .features .features-content .features-content__image .point#point-shape {
    left: 120px !important;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-shape {
    left: 85px !important;
  }
}
@media screen and (max-width: 1020px) {
  .features .features-content .features-content__image .point#point-shape {
    left: 50px !important;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-shape {
    left: 15px !important;
  }
}
.features .features-content .features-content__image .point#point-ostrost {
  left: 372px;
  top: 110px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-ostrost {
    left: 337px !important;
  }
}
@media screen and (max-width: 1820px) {
  .features .features-content .features-content__image .point#point-ostrost {
    left: 302px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-ostrost {
    left: 267px !important;
  }
}
@media screen and (max-width: 1620px) {
  .features .features-content .features-content__image .point#point-ostrost {
    left: 232px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-ostrost {
    left: 197px !important;
  }
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__image .point#point-ostrost {
    left: 162px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-ostrost {
    left: 127px !important;
  }
}
@media screen and (max-width: 1220px) {
  .features .features-content .features-content__image .point#point-ostrost {
    left: 92px !important;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-ostrost {
    left: 57px !important;
  }
}
@media screen and (max-width: 1020px) {
  .features .features-content .features-content__image .point#point-ostrost {
    left: 22px !important;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-ostrost {
    left: 0;
  }
}
.features .features-content .features-content__image .point#point-food {
  left: 410px;
  top: 330px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-food {
    left: 375px !important;
  }
}
@media screen and (max-width: 1820px) {
  .features .features-content .features-content__image .point#point-food {
    left: 340px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-food {
    left: 305px !important;
  }
}
@media screen and (max-width: 1620px) {
  .features .features-content .features-content__image .point#point-food {
    left: 270px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-food {
    left: 235px !important;
  }
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__image .point#point-food {
    left: 200px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-food {
    left: 165px !important;
  }
}
@media screen and (max-width: 1220px) {
  .features .features-content .features-content__image .point#point-food {
    left: 130px !important;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-food {
    left: 95px !important;
  }
}
@media screen and (max-width: 1020px) {
  .features .features-content .features-content__image .point#point-food {
    left: 60px !important;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-food {
    left: 25px !important;
  }
}
.features .features-content .features-content__image .point#point-material {
  left: 389px;
  top: 550px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-material {
    left: 354px !important;
  }
}
@media screen and (max-width: 1820px) {
  .features .features-content .features-content__image .point#point-material {
    left: 319px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-material {
    left: 284px !important;
  }
}
@media screen and (max-width: 1620px) {
  .features .features-content .features-content__image .point#point-material {
    left: 249px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-material {
    left: 214px !important;
  }
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__image .point#point-material {
    left: 179px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-material {
    left: 144px !important;
  }
}
@media screen and (max-width: 1220px) {
  .features .features-content .features-content__image .point#point-material {
    left: 109px !important;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-material {
    left: 74px !important;
  }
}
@media screen and (max-width: 1020px) {
  .features .features-content .features-content__image .point#point-material {
    left: 39px !important;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-material {
    left: 4px !important;
  }
}
.features .features-content .features-content__image .point#point-motive {
  left: 280px;
  top: 300px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-motive {
    left: 245px !important;
  }
}
@media screen and (max-width: 1820px) {
  .features .features-content .features-content__image .point#point-motive {
    left: 210px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-motive {
    left: 175px !important;
  }
}
@media screen and (max-width: 1620px) {
  .features .features-content .features-content__image .point#point-motive {
    left: 140px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-motive {
    left: 105px !important;
  }
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__image .point#point-motive {
    left: 70px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-motive {
    left: 35px !important;
  }
}
@media screen and (max-width: 1220px) {
  .features .features-content .features-content__image .point#point-motive {
    left: 0px !important;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-motive {
    left: 0;
  }
}
@media screen and (max-width: 1020px) {
  .features .features-content .features-content__image .point#point-motive {
    left: 0;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-motive {
    left: 0;
  }
}
.features .features-content .features-content__image .point#point-light-embossing {
  left: 240px;
  top: 370px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-light-embossing {
    left: 205px !important;
  }
}
@media screen and (max-width: 1820px) {
  .features .features-content .features-content__image .point#point-light-embossing {
    left: 170px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-light-embossing {
    left: 135px !important;
  }
}
@media screen and (max-width: 1620px) {
  .features .features-content .features-content__image .point#point-light-embossing {
    left: 100px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-light-embossing {
    left: 65px !important;
  }
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__image .point#point-light-embossing {
    left: 30px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-light-embossing {
    left: 0;
  }
}
@media screen and (max-width: 1220px) {
  .features .features-content .features-content__image .point#point-light-embossing {
    left: 0;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-light-embossing {
    left: 0;
  }
}
@media screen and (max-width: 1020px) {
  .features .features-content .features-content__image .point#point-light-embossing {
    left: 0;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-light-embossing {
    left: 0;
  }
}
.features .features-content .features-content__image .point#point-atypic-shape {
  left: 380px;
  top: 65px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-atypic-shape {
    left: 345px !important;
  }
}
@media screen and (max-width: 1820px) {
  .features .features-content .features-content__image .point#point-atypic-shape {
    left: 310px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-atypic-shape {
    left: 275px !important;
  }
}
@media screen and (max-width: 1620px) {
  .features .features-content .features-content__image .point#point-atypic-shape {
    left: 240px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-atypic-shape {
    left: 205px !important;
  }
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__image .point#point-atypic-shape {
    left: 170px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-atypic-shape {
    left: 135px !important;
  }
}
@media screen and (max-width: 1220px) {
  .features .features-content .features-content__image .point#point-atypic-shape {
    left: 100px !important;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-atypic-shape {
    left: 65px !important;
  }
}
@media screen and (max-width: 1020px) {
  .features .features-content .features-content__image .point#point-atypic-shape {
    left: 30px !important;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-atypic-shape {
    left: 0;
  }
}
.features .features-content .features-content__image .point#point-hot-print {
  left: 400px;
  top: 540px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-hot-print {
    left: 365px !important;
  }
}
@media screen and (max-width: 1820px) {
  .features .features-content .features-content__image .point#point-hot-print {
    left: 330px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-hot-print {
    left: 295px !important;
  }
}
@media screen and (max-width: 1620px) {
  .features .features-content .features-content__image .point#point-hot-print {
    left: 260px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-hot-print {
    left: 225px !important;
  }
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__image .point#point-hot-print {
    left: 190px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-hot-print {
    left: 155px !important;
  }
}
@media screen and (max-width: 1220px) {
  .features .features-content .features-content__image .point#point-hot-print {
    left: 120px !important;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-hot-print {
    left: 85px !important;
  }
}
@media screen and (max-width: 1020px) {
  .features .features-content .features-content__image .point#point-hot-print {
    left: 50px !important;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-hot-print {
    left: 15px !important;
  }
}
.features .features-content .features-content__image .point#point-color {
  left: 300px;
  top: 120px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-color {
    left: 265px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-color {
    left: 230px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-color {
    left: 195px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-color {
    left: 160px !important;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-color {
    left: 125px !important;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-color {
    left: 90px !important;
  }
}
.features .features-content .features-content__image .point#point-speed {
  left: 230px;
  top: 200px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-speed {
    left: 195px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-speed {
    left: 160px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-speed {
    left: 125px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-speed {
    left: 90px !important;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-speed {
    left: 55px !important;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-speed {
    left: 20px !important;
  }
}
.features .features-content .features-content__image .point#point-consistency {
  left: 310px;
  top: 630px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-consistency {
    left: 275px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-consistency {
    left: 240px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-consistency {
    left: 205px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-consistency {
    left: 170px !important;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-consistency {
    left: 135px !important;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-consistency {
    left: 100px !important;
  }
}
.features .features-content .features-content__image .point#point-embossing {
  left: 450px;
  top: 570px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-embossing {
    left: 415px !important;
  }
}
@media screen and (max-width: 1820px) {
  .features .features-content .features-content__image .point#point-embossing {
    left: 380px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-embossing {
    left: 345px !important;
  }
}
@media screen and (max-width: 1620px) {
  .features .features-content .features-content__image .point#point-embossing {
    left: 310px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-embossing {
    left: 275px !important;
  }
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__image .point#point-embossing {
    left: 240px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-embossing {
    left: 205px !important;
  }
}
@media screen and (max-width: 1220px) {
  .features .features-content .features-content__image .point#point-embossing {
    left: 170px !important;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-embossing {
    left: 135px !important;
  }
}
@media screen and (max-width: 1020px) {
  .features .features-content .features-content__image .point#point-embossing {
    left: 100px !important;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-embossing {
    left: 65px !important;
  }
}
.features .features-content .features-content__image .point#point-hot {
  left: 420px;
  top: 220px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-hot {
    left: 385px !important;
  }
}
@media screen and (max-width: 1820px) {
  .features .features-content .features-content__image .point#point-hot {
    left: 350px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-hot {
    left: 315px !important;
  }
}
@media screen and (max-width: 1620px) {
  .features .features-content .features-content__image .point#point-hot {
    left: 280px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-hot {
    left: 245px !important;
  }
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__image .point#point-hot {
    left: 210px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-hot {
    left: 175px !important;
  }
}
@media screen and (max-width: 1220px) {
  .features .features-content .features-content__image .point#point-hot {
    left: 140px !important;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-hot {
    left: 105px !important;
  }
}
@media screen and (max-width: 1020px) {
  .features .features-content .features-content__image .point#point-hot {
    left: 70px !important;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-hot {
    left: 35px !important;
  }
}
.features .features-content .features-content__image .point#point-metallic {
  left: 400px;
  top: 560px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-metallic {
    left: 365px !important;
  }
}
@media screen and (max-width: 1820px) {
  .features .features-content .features-content__image .point#point-metallic {
    left: 330px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-metallic {
    left: 295px !important;
  }
}
@media screen and (max-width: 1620px) {
  .features .features-content .features-content__image .point#point-metallic {
    left: 260px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-metallic {
    left: 225px !important;
  }
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__image .point#point-metallic {
    left: 190px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-metallic {
    left: 155px !important;
  }
}
@media screen and (max-width: 1220px) {
  .features .features-content .features-content__image .point#point-metallic {
    left: 120px !important;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-metallic {
    left: 85px !important;
  }
}
@media screen and (max-width: 1020px) {
  .features .features-content .features-content__image .point#point-metallic {
    left: 50px !important;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-metallic {
    left: 15px !important;
  }
}
.features .features-content .features-content__image .point#point-multiple {
  left: 450px;
  top: 100px;
}
@media screen and (max-width: 1920px) {
  .features .features-content .features-content__image .point#point-multiple {
    left: 415px !important;
  }
}
@media screen and (max-width: 1820px) {
  .features .features-content .features-content__image .point#point-multiple {
    left: 380px !important;
  }
}
@media screen and (max-width: 1720px) {
  .features .features-content .features-content__image .point#point-multiple {
    left: 345px !important;
  }
}
@media screen and (max-width: 1620px) {
  .features .features-content .features-content__image .point#point-multiple {
    left: 310px !important;
  }
}
@media screen and (max-width: 1520px) {
  .features .features-content .features-content__image .point#point-multiple {
    left: 275px !important;
  }
}
@media screen and (max-width: 1420px) {
  .features .features-content .features-content__image .point#point-multiple {
    left: 240px !important;
  }
}
@media screen and (max-width: 1320px) {
  .features .features-content .features-content__image .point#point-multiple {
    left: 205px !important;
  }
}
@media screen and (max-width: 1220px) {
  .features .features-content .features-content__image .point#point-multiple {
    left: 170px !important;
  }
}
@media screen and (max-width: 1120px) {
  .features .features-content .features-content__image .point#point-multiple {
    left: 135px !important;
  }
}
@media screen and (max-width: 1020px) {
  .features .features-content .features-content__image .point#point-multiple {
    left: 100px !important;
  }
}
@media screen and (max-width: 920px) {
  .features .features-content .features-content__image .point#point-multiple {
    left: 65px !important;
  }
}
/*# sourceMappingURL=main.css.map */
