/*icons*/
@font-face {
  font-family: 'icomoon';
  src:
    url('../f/icons/icomoon.ttf?4z93r1') format('truetype'),
    url('../f/icons/icomoon.woff?4z93r1') format('woff'),
    url('../f/icons/icomoon.svg?4z93r1#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: currentColor;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon__decoration::before {
  content: "\e904";
}

.icon__main-slogan::before,
.icon_menu-decoration::before {
  content: "\e905";
}

.icon__plus::before {
  content: "\e900";
}

.icon__why-us-1::before {
  content: "\e901";
}

.icon__why-us-2::before {
  content: "\e902";
}

.icon__why-us-3::before {
  content: "\e903";
}

.icon__technology-1::before {
  content: "\e909";
}

.icon__technology-2::before {
  content: "\e908";
}

.icon__technology-3::before {
  content: "\e907";
}

.icon__process-1::before {
  content: "\e906";
}

.icon__process-5::before {
  content: "\e90a";
}