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

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

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

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

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

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

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

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

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

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }
}

/*!
 * fullPage 2.9.6
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
.fp-enabled body,
html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide,
.fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.fp-section.fp-table,
.fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important;
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active+.fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell,
.fp-auto-height.fp-section {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell,
.fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important;
}

/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}

.jspPane {
  position: absolute;
}

.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 16px;
  height: 100%;
  background: red;
}

.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 16px;
  background: red;
}

.jspCap {
  display: none;
}

.jspHorizontalBar .jspCap {
  float: left;
}

.jspTrack {
  background: #dde;
  position: relative;
}

.jspDrag {
  background: #bbd;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}

.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}

.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}

.jspVerticalBar .jspArrow {
  height: 16px;
}

.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}

.jspVerticalBar .jspArrow:focus {
  outline: none;
}

.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}

/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}

@font-face {
  src: url('../fonts/ProximaNova/ProximaNovaBold.woff') format('woff'), url('../fonts/ProximaNova/ProximaNovaBold.ttf') format('truetype');
  font-family: "ProximaNovaBold";
  font-weight: normal;
  font-style: normal;
}

@font-face {
  src: url('../fonts/ProximaNova/ProximaNovaExtraBold.woff') format('woff'), url('../fonts/ProximaNova/ProximaNovaExtraBold.ttf') format('truetype');
  font-family: "ProximaNovaExtraBold";
  font-weight: normal;
  font-style: normal;
}

/* common */
html {
  height: 100%;
}

body {
  height: 100%;
  min-width: 320px;
  font: 16px/1.5 'Lato', Arial, sans-serif;
  color: #444444;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: antialiased;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

h1 {
  margin: 0;
  font-size: 56px;
  line-height: 1.14285714;
  font-family: 'ProximaNovaExtraBold', Arial, sans-serif;
  color: #fff;
}

h2 {
  margin: 250px 0 20px;
  font-size: 56px;
  line-height: 1.14285714;
  font-family: 'ProximaNovaExtraBold', Arial, sans-serif;
  color: #111111;
}

a {
  color: inherit;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

a:hover,
a:focus {
  outline: none;
}

a:hover {
  color: inherit;
}

img {
  max-width: 100%;
}

.container {
  max-width: 1400px;
  padding-left: 60px;
  padding-right: 60px;
}

.row-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.full-page {
  height: 100%;
  opacity: 0;
}

img {
  display: none;
}

/* buttons */
.btn {
  display: inline-block;
  vertical-align: middle;
  padding: 0 25px;
  height: 60px;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  font-size: 21px;
  line-height: 62px;
  text-decoration: none;
  text-align: center;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #f05a28;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: 0 8px 20px -8px rgba(240, 90, 40, 0.81);
  box-shadow: 0 8px 20px -8px rgba(240, 90, 40, 0.81);
  border-radius: 40px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.btn:focus {
  outline: none;
}

.btn:hover {
  color: #fff;
  background-color: #f37f58;
}

/* icons */
.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon-logo {
  width: 154px;
  height: 58px;
  fill: #fff;
}

.icon-arrow {
  width: 10px;
  height: 6px;
  fill: #fff;
}

.icon-target {
  width: 350px;
  height: 352px;
  fill: #5C4080;
}

.icon-agile {
  width: 393px;
  height: 352px;
  fill: #5C4080;
}

.icon-teams {
  width: 350px;
  height: 352px;
  fill: #5C4080;
}

.icon-research {
  width: 354px;
  height: 352px;
  fill: #5C4080;
}

.icon-proven-tech {
  width: 352px;
  height: 352px;
  fill: #5C4080;
}

.icon-retail {
  width: 103px;
  height: 88px;
  fill: #fff;
}

.icon-telecom {
  width: 74px;
  height: 93px;
  fill: #fff;
}

.icon-banking {
  width: 84px;
  height: 77px;
  fill: #fff;
}

.icon-logistics {
  width: 110px;
  height: 64px;
  fill: #fff;
}

.icon-pharma {
  width: 100px;
  height: 93px;
  fill: #fff;
}

.icon-cart {
  width: 80px;
  height: 80px;
  fill: #f05a28;
}

.icon-intranet {
  width: 80px;
  height: 80px;
  fill: #f05a28;
}

.icon-customer {
  width: 80px;
  height: 76px;
  fill: #f05a28;
}

.icon-data {
  width: 80px;
  height: 70px;
  fill: #f05a28;
}

.icon-other {
  width: 80px;
  height: 80px;
  fill: #f05a28;
}

.icon-web {
  width: 80px;
  height: 71px;
  fill: #f05a28;
}

.icon-mobile {
  width: 72px;
  height: 68px;
  fill: #f05a28;
}

.icon-lamp {
  width: 70px;
  height: 80px;
  fill: #f05a28;
}

.icon-existing {
  width: 67px;
  height: 80px;
  fill: #f05a28;
}

.icon-asap {
  width: 50px;
  height: 80px;
  fill: #f05a28;
}

.icon-week {
  width: 80px;
  height: 70px;
  fill: #f05a28;
}

.icon-month {
  width: 80px;
  height: 70px;
  fill: #f05a28;
}

.icon-check {
  width: 207px;
  height: 176px;
  fill: #5F8F4F;
}

.icon-attach {
  width: 16px;
  height: 16px;
  fill: #22317F;
}

.icon-phone {
  width: 12px;
  height: 12px;
  fill: #fff;
}

.icon-australian-government {
  width: 312px;
}

.icon-toll {
  width: 154px;
}

.icon-jax-tyres {
  width: 252px;
}

.icon-hutchison {
  width: 250px;
}

.icon-dy {
  width: 166px;
}

.icon-quicko {
  width: 164px;
}

.icon-amazon {
  width: 295px;
}

.icon-microsoft {
  width: 296px;
}

/* form elements */
.form-group {
  position: relative;
  margin-bottom: 64px;
  padding-right: 80px;
}

.form-group label.error {
  display: none !important;
}

.form-control {
  width: 100%;
  padding: 8px 0;
  height: 42px;
  min-height: 42px;
  color: #000;
  font-family: 'Lato', Arial, sans-serif;
  background: none;
  border: 0;
  border-bottom: 1px solid #b4b4b4;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s border;
  transition: 0.25s border;
}

.form-control:focus {
  outline: none;
  border-bottom-width: 2px;
  border-bottom-color: #f05a28;
}

.form-control.error {
  border-bottom-width: 1px;
  border-bottom-color: #ff1c1c;
}

.form-control.error+.error+.form-label {
  color: #ff1c1c;
}

textarea.form-control {
  overflow: hidden;
  resize: none;
}

.form-label {
  position: absolute;
  top: 9px;
  display: block;
  margin: 0;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  color: #333333;
  pointer-events: none;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.form-label--active {
  top: -27px;
}

.form-attach {
  position: relative;
}

.form-attach__in {
  position: absolute;
  left: 0;
  right: 0;
}

.attach-file {
  position: relative;
  display: block;
  height: 44px;
  padding: 0 20px 0 48px;
  margin-bottom: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  line-height: 46px;
  border-radius: 30px;
  background: #e9e9e9;
  cursor: pointer;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.attach-file:hover {
  background: #f1f1f1;
}

.attach-file .icon {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.attach-file input[type="file"] {
  position: absolute;
  left: -99999px;
  opacity: 0;
  width: 0;
  height: 0;
  margin: 0;
  cursor: pointer;
}

.attached-files__item {
  position: relative;
  height: 44px;
  padding: 0 60px 0 20px;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  line-height: 46px;
  margin-bottom: 16px;
  border-radius: 30px;
  background: #e9e9e9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.attached-files__btn-remove {
  position: absolute;
  border: 0;
  right: 0;
  top: 0;
  width: 52px;
  height: 44px;
  cursor: pointer;
  outline: none;
  background: none;
}

.attached-files__btn-remove:before,
.attached-files__btn-remove:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  margin-left: -8px;
  margin-top: -1px;
  background: #979797;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.attached-files__btn-remove:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* header */
.menu {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  height: 60px;
}

.menu__item {
  display: inline-block;
  vertical-align: middle;
  margin-left: 22px;
}

.menu__item:first-child {
  margin-left: 0;
}

.menu__item.active .menu__link {
  color: #f05a28;
}

.menu__item.active .menu__link:before {
  width: 40px;
}

.menu__item.active .menu__link--contacts {
  background: none;
  color: #f05a28 !important;
  border-color: #f05a28;
}

.menu__link {
  position: relative;
  text-decoration: none;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  color: #fff;
}

.menu__link:before {
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
  height: 4px;
  border-radius: 2px;
  background: #f05a28;
  width: 0;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.menu__link:hover {
  color: #f05a28;
}

.menu__link--contacts {
  padding: 6px 16px;
  background: #f05a28;
  color: #fff !important;
  border-radius: 18px;
  border: 2px solid transparent;
  -webkit-box-shadow: 0px 8px 20px rgba(240, 90, 40, 0.8);
          box-shadow: 0px 8px 20px rgba(240, 90, 40, 0.8);
}

@media screen and (max-width: 991px) {
  .menu__link--contacts {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.menu__link--contacts:before {
  display: none;
}

.menu__link--contacts:hover {
  background: #f37f58;
}

.logo .icon {
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.header {
  padding-top: 63px;
  position: fixed;
  z-index: 500;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: 0.4s opacity ease-in-out;
  transition: 0.4s opacity ease-in-out;
  display: none;
}

.header__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__left {
  width: 160px;
}

.header__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  padding-top: 10px;
  padding-left: 20px;
}

.header__contacts {
  position: absolute;
  z-index: 102;
  left: 30px;
  bottom: 25px;
  font-size: 16px;
  line-height: 2;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translate(0, -15px);
  transform: translate(0, -15px);
}

.header__contacts a {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.51);
}

.header__contacts a:hover {
  color: #f05a28;
}

.header__contacts a.header__contacts-phone {
  border-bottom: 0;
}

.header__contacts__contacts-phone span {
  display: inline-block;
  vertical-align: middle;
}

.header__contacts__contacts-phone .icon {
  margin-right: 2px;
}

.header__contacts--active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.btn-toggle {
  width: 58px;
  height: 72px;
  cursor: pointer;
  outline: none;
  background: none;
  position: absolute;
  z-index: 100;
  right: 8px;
  top: 5px;
  font-size: 0;
  border: 0;
}

.btn-toggle:before,
.btn-toggle:after,
.btn-toggle span {
  position: absolute;
  left: 20px;
  width: 18px;
  height: 2px;
  background: #fff;
  border-radius: 0;
}

.btn-toggle:before,
.btn-toggle:after {
  content: '';
  top: 29px;
}

.btn-toggle:after {
  top: 41px;
}

.btn-toggle span {
  top: 35px;
}

.btn-toggle span {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.btn-toggle:before,
.btn-toggle:after {
  border-radius: 3px;
  -webkit-transition: top 300ms 300ms, -webkit-transform 300ms 0ms;
  transition: top 300ms 300ms, -webkit-transform 300ms 0ms;
  transition: top 300ms 300ms, transform 300ms 0ms;
  transition: top 300ms 300ms, transform 300ms 0ms, -webkit-transform 300ms 0ms;
}

.btn-toggle:focus {
  outline: none;
}

.btn-toggle.open:before,
.btn-toggle.open:after {
  top: 35px;
  -webkit-transition-delay: 0ms, 300ms;
  transition-delay: 0ms, 300ms;
  background: #ffffff !important;
}

.btn-toggle.open:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-toggle.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.btn-toggle.open span {
  opacity: 0;
}

.nav-scroll {
  position: fixed;
  right: 80px;
  bottom: 100px;
  width: 28px;
  height: 52px;
  opacity: 0;
  -webkit-transition: 0.4s opacity ease-in-out;
  transition: 0.4s opacity ease-in-out;
  display: none;
}

.nav-scroll:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-radius: 30px;
  border: 2px solid #fff;
  opacity: 0.25;
}

.nav-scroll__btn {
  position: relative;
  width: 100%;
  display: block;
  height: 26px;
  border: 0;
  cursor: pointer;
  text-align: center;
  line-height: 22px;
  font-size: 0;
  background: none;
}

.nav-scroll__btn:focus {
  outline: none;
}

.nav-scroll__btn--prev {
  padding-top: 4px;
}

.nav-scroll__btn--prev .icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nav-scroll__btn--next {
  padding-bottom: 4px;
}

.nav-scroll>div,
.nav-scroll>div>div {
  position: relative;
}

.nav-scroll>div:before,
.nav-scroll>div>div:before,
.nav-scroll>div:after,
.nav-scroll>div>div:after {
  content: '';
  position: absolute;
  width: 2px;
  left: 50%;
  margin-left: -1px;
  height: 2px;
  top: 100%;
  margin-top: 12px;
  border-radius: 50%;
  background: #fff;
}

.nav-scroll>div:after {
  margin-top: 18px;
  opacity: 0.6;
}

.nav-scroll>div>div:before {
  margin-top: 24px;
  opacity: 0.4;
}

.nav-scroll>div>div:after {
  margin-top: 30px;
  opacity: 0.2;
}

.fp-enabled .header,
.fp-enabled .nav-scroll {
  opacity: 1;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* preloader */
body {
  opacity: 0;
  overflow: hidden;
}


/* section */
.fp-tableCell {
  vertical-align: baseline;
}

.section {
  padding-top: 1px;
}

/* home */
.home {
  position: relative;
  height: 100%;
  padding-top: 0;
  background-color: #482f40;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.15);
}

.home__content {
  position: absolute;
  left: 0;
  padding-right: 80px;
  right: 0;
  bottom: 0;
  padding-bottom: 88px;
  opacity: 0;
}

.home h1 {
  max-width: 860px;
}

.fp-enabled .header,
.fp-enabled .home__content,
.fp-enabled .nav-scroll {
  -webkit-animation: 1.2s fadeIn;
  animation: 1.2s fadeIn;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

/* solutions */
.solutions {
  background: #fff;
}

.solutions__content {
  position: relative;
}

.section.solutions .container {
  height: 97%;
}

.solutions__items {
  height: 100%;
}

.solutions__items .solution-item:nth-of-type(2) .item-img {
  height: 200%;
  top: 50%;
  width: auto;
  margin: 0 18px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%)
}

.solutions__items .solution-item:nth-of-type(2) .item__left.active .item-img {
  height: 270px;
}

.solutions__items {
  margin-left: 0;
  padding-top: 9px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
}

.solutions__slides {
  display: none;
}

.solution-item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 170px;
  /* height: 170px; */
  height: 24%;
  padding: 0;
  border-radius: 4px;
  margin-left: 3px;
  opacity: 0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.solution-item.unactive {
  height: 20% !important;
}

.solution-item.active {
  height: 48% !important;
}

.solution-item__img {
  position: absolute;
  top: 50%;
  left: 840px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.solution-item__img img {
  max-width: none;
}

.solution-item__img--desktop {
  margin-top: -10px;
}

.solution-item__img--laptop {
  margin-top: -40px;
  margin-left: -40px;
}

.solution-item__img--phone {
  margin-top: -20px;
  margin-left: -100px;
}

.solution-item__img--tablet {
  margin-left: -65px;
}

.solution-item__title {
  margin-bottom: 10px;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  font-size: 21px;
  line-height: 1.33333333;
  color: #000;
}

.solution-item__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.solution-item__list li {
  margin-bottom: 8px;
  color: #555;
}

.solution-item--show {
  opacity: 1;
  margin-left: 3px;
}

.solution-item--active {
  background-color: #ffffff;
}

.solution-item--active .solution-item__img {
  opacity: 1;
}

@media screen and (min-height: 750px) {
  @media screen and (min-width: 750px) {
    .solutions .fp-slidesNav {
      display: none !important;
    }
  }
}

.fp-slidesNav.bottom {
  bottom: 12px;
}

.fp-slidesNav ul {
  text-align: center;
  font-size: 0;
}

.fp-slidesNav ul li {
  margin: 4px;
  width: 8px;
  height: 8px;
}

.fp-slidesNav ul li a span {
  top: 0;
  left: 0;
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.24);
}

.fp-slidesNav ul li a.active span {
  margin: 0;
  width: 8px;
  height: 8px;
  background: #f05a28;
}

.fp-slidesNav ul li:hover a span {
  margin: 0;
  width: 8px;
  height: 8px;
  background-color: rgba(0, 0, 0, 0.24);
}

.fp-slidesNav ul li:hover a.active span {
  margin: 0;
  width: 8px;
  height: 8px;
  background: #f05a28;
}

/* accordion */
.accordion {
  margin-bottom: 28px;
}

.accordion__header {
  position: relative;
  padding-left: 28px;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  font-size: 21px;
  line-height: 1.33333333;
  color: #000;
  cursor: pointer;
}

.accordion__header:before,
.accordion__header:after {
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 12px;
  height: 2px;
  background: #f05a28;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.accordion__header:after {
  top: 7px;
  left: 5px;
  width: 2px;
  height: 12px;
}

.accordion__content {
  padding-left: 28px;
  padding-bottom: 1px;
  display: none;
}

.accordion__content p {
  margin: 10px 0;
}

.accordion.active .accordion__header {
  cursor: inherit;
}

.accordion.active .accordion__header:after {
  opacity: 0;
}

/* principles */
.principles {
  background-color: #eee5f6;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='60px' height='60px' viewBox='0 0 60 60' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.0291553442'%3e%3cpath d='M1.41421356,0 L8.70710678,7.29289322 C9.09763107,7.68341751 9.09763107,8.31658249 8.70710678,8.70710678 C8.31658249,9.09763107 7.68341751,9.09763107 7.29289322,8.70710678 L0,1.41421356 L0,0 L1.41421356,0 Z' id='Combined-Shape' fill='%23000000' fill-rule='nonzero'%3e%3c/path%3e%3cpath d='M60,58.5857864 L60,60 L58.5857864,60 L51.2928932,52.7071068 C50.9023689,52.3165825 50.9023689,51.6834175 51.2928932,51.2928932 C51.6834175,50.9023689 52.3165825,50.9023689 52.7071068,51.2928932 L60,58.5857864 Z' id='Combined-Shape' fill='%23000000' fill-rule='nonzero'%3e%3c/path%3e%3cpath d='M31.0710678,26.4436508 C30.4795334,25.8521164 29.5204666,25.8521164 28.9289322,26.4436508 L26.4436508,28.9289322 C25.8521164,29.5204666 25.8521164,30.4795334 26.4436508,31.0710678 L28.9289322,33.5563492 C29.5204666,34.1478836 30.4795334,34.1478836 31.0710678,33.5563492 L33.5563492,31.0710678 C34.1478836,30.4795334 34.1478836,29.5204666 33.5563492,28.9289322 L31.0710678,26.4436508 Z M27.0430167,34.4988609 L21.6964749,39.6881439 C21.3001657,40.0727964 20.6670712,40.0633468 20.2824188,39.6670376 C19.8977664,39.2707284 19.907216,38.637634 20.3035251,38.2529815 L25.6286457,33.0844898 L25.0294373,32.4852814 C23.6568542,31.1126984 23.6568542,28.8873016 25.0294373,27.5147186 L27.5147186,25.0294373 C28.8873016,23.6568542 31.1126984,23.6568542 32.4852814,25.0294373 L33.1957765,25.7399323 L38.3035251,20.7824188 C38.6998343,20.3977664 39.3329288,20.407216 39.7175812,20.8035251 C40.1022336,21.1998343 40.092784,21.8329288 39.6964749,22.2175812 L34.6101476,27.1543034 L34.9705627,27.5147186 C36.3431458,28.8873016 36.3431458,31.1126984 34.9705627,32.4852814 L32.4852814,34.9705627 C31.1126984,36.3431458 28.8873016,36.3431458 27.5147186,34.9705627 L27.0430167,34.4988609 Z' id='Rectangle' fill='%23000000' fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.principles h2 {
  margin-bottom: 100px;
  color: #5c4080;
}

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

.principles__left {
  position: relative;
  height: 360px;
  width: 50%;
}

.principles__right {
  width: 50%;
  padding-left: 52px;
}

.principles__icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 360px;
  text-align: center;
  font-size: 0;
  opacity: 0;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}

.principles__icon--active {
  opacity: 1;
}

.principles__slides {
  display: none;
}

.principles__slides .fp-slides {
  margin-top: -150px;
  padding-top: 150px;
}

.principle-item {
  position: relative;
  margin-top: 30px;
}

.principle-item__title {
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.11111111;
  color: #000;
}

.principle-item__text {
  font-size: 15px;
  line-height: 1.33333333;
  color: #444444;
}

/* facts */
.facts {
  position: relative;
  background: #4b3760;
}

.facts h2 {
  margin-bottom: 100px;
  color: #ffffff;
}

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

.facts__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0;
  flex: 1 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 20px;
  padding-right: 45px;
}

.facts__right {
  width: 400px;
}

.facts__partners {
  padding: 0 52px;
  background: #543c6f;
}

.facts__partners>div {
  padding: 52px 0;
  font-size: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
}

.facts__partners>div:last-child {
  border-bottom: 0;
}

.facts__partners .icon {
  max-width: 100%;
}

.fact-item {
  width: 50%;
  padding-right: 30px;
  margin-bottom: 48px;
  color: rgba(255, 255, 255, 0.5);
}

.fact-item span {
  display: block;
  margin-bottom: 4px;
  font-family: 'ProximaNovaExtraBold', Arial, sans-serif;
  font-size: 40px;
  line-height: 1.1;
  color: #fc6d3d;
}

/* industries */
.industries {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='112px' height='112px' viewBox='0 0 112 112' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3cg id='bg_pattern' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd' fill-opacity='0.09'%3e%3cpath d='M77.0981178,32.4912488 C79.3033213,31.8890872 81.155082,31.7664131 84.8750708,31.7664131 C87.8588456,31.7664131 89.9907123,31.2543587 91.8095579,29.6986405 C94.1891596,27.6632892 95.6870249,23.9377987 95.9562137,18 L89.6000361,18 C82.6227555,18 77.3779247,21.4562074 74.3983611,27.8187694 C73.3834827,29.9859415 72.69609,32.3578368 72.3147338,34.913426 C72.3102212,34.9436661 72.3057612,34.9738394 72.3013534,35.0039474 C73.6128252,33.824436 75.2250204,33.0027243 77.0981178,32.4912488 Z M70.0179322,37.9940623 C70.0294349,37.6729648 70.0468658,37.3418567 70.0713428,36.9990472 L70.5959643,36.9993449 C70.3897577,37.3148159 70.1969665,37.6462524 70.0179322,37.9940623 Z M71.7501415,39 L70,38.9990071 C70.0001162,37.726888 70.0843393,36.3089696 70.3366366,34.6182457 C70.7274393,31.9993521 71.4420217,29.4158353 72.5871275,26.9705756 C75.8091559,20.0902538 81.6512135,16 89.6000361,16 L98,16 C98,32.8941486 89.333787,33.7664131 84.8750708,33.7664131 C80.4163546,33.7664131 74.3751274,33.7664131 71.7501415,39 Z' id='Path-2' fill='%2357416F' fill-rule='nonzero'%3e%3c/path%3e%3cpath d='M21.0981178,88.4912488 C23.3033213,87.8890872 25.155082,87.7664131 28.8750708,87.7664131 C31.8588456,87.7664131 33.9907123,87.2543587 35.8095579,85.6986405 C38.1891596,83.6632892 39.6870249,79.9377987 39.9562137,74 L33.6001643,74 C26.6227555,74 21.3779247,77.4562074 18.3983611,83.8187694 C17.3834827,85.9859415 16.69609,88.3578368 16.3147338,90.913426 C16.3102212,90.9436661 16.3057612,90.9738394 16.3013534,91.0039474 C17.6128252,89.824436 19.2250204,89.0027243 21.0981178,88.4912488 Z M14.0179322,93.9940623 C14.0294349,93.6729648 14.0468658,93.3418567 14.0713428,92.9990472 L14.5959643,92.9993449 C14.3897577,93.3148159 14.1969665,93.6462524 14.0179322,93.9940623 Z M15.7501415,95 L14,94.9990071 C14.0001162,93.726888 14.0843393,92.3089696 14.3366366,90.6182457 C14.7274393,87.9993521 15.4420217,85.4158353 16.5871275,82.9705756 C19.8091559,76.0902538 25.6512135,72 33.6000361,72 L42,72 C42,88.8941486 33.333787,89.7664131 28.8750708,89.7664131 C24.4163546,89.7664131 18.3751274,89.7664131 15.7501415,95 Z' id='Path-2' fill='%2357416F' fill-rule='nonzero'%3e%3c/path%3e%3c/g%3e%3c/svg%3e");
}

.industries h2 {
  margin-bottom: 100px;
  color: #4b3760;
}

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

.industries__slides {
  display: none;
}

.industry-item {
  position: relative;
  overflow: hidden;
  padding: 40px 40px;
  min-height: 378px;
  background: #3f275b;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
  color: #ffffff;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.industry-item__title {
  min-height: 56px;
  margin-bottom: 26px;
  font-family: 'ProximaNovaExtraBold', Arial, sans-serif;
  font-size: 21px;
  line-height: 1.33333333;
  color: #fff;
}

.industry-item__list {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 320px;
  pointer-events: none;
}

.industry-item__list li {
  margin-bottom: 8px;
  opacity: 0;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.industry-item__list li:last-child {
  margin-bottom: 0;
}

.industry-item__list li:first-child {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -webkit-animation-delay: 0.05s;
  animation-delay: 0.05s;
}

.industry-item__list li:nth-child(2) {
  -webkit-transform: translate(0, -20px);
  transform: translate(0, -20px);
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.industry-item__list li:nth-child(3) {
  -webkit-transform: translate(0, -30px);
  transform: translate(0, -30px);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.industry-item__list li:nth-child(4) {
  -webkit-transform: translate(0, -40px);
  transform: translate(0, -40px);
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.industry-item__list li:nth-child(5) {
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
  -webkit-animation-delay: 0.25s;
  animation-delay: 0.25s;
}

.industry-item__list li:nth-child(6) {
  -webkit-transform: translate(0, -60px);
  transform: translate(0, -60px);
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.industry-item__list li:nth-child(7) {
  -webkit-transform: translate(0, -70px);
  transform: translate(0, -70px);
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.industry-item__list li:nth-child(8) {
  -webkit-transform: translate(0, -80px);
  transform: translate(0, -80px);
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.industry-item__list li:nth-child(9) {
  -webkit-transform: translate(0, -90px);
  transform: translate(0, -90px);
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.industry-item__list li:nth-child(10) {
  -webkit-transform: translate(0, -100px);
  transform: translate(0, -100px);
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.industry-item__icon {
  position: absolute;
  bottom: 40px;
  left: 40px;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.industry-item:nth-child(2) {
  background: #452e60;
}

.industry-item:nth-child(3) {
  background: #4b3565;
}

.industry-item:nth-child(4) {
  background: #513b6a;
}

.industry-item:nth-child(5) {
  background: #57416f;
}

.industry-item:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.industry-item:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.fp-completely .industry-item--active {
  -ms-flex-preferred-size: 37.68%;
  flex-basis: 37.68%;
}

.fp-completely .industry-item--active .industry-item__list {
  opacity: 1;
  pointer-events: auto;
}

.fp-completely .industry-item--active .industry-item__list li {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

.fp-completely .industry-item--active .industry-item__list li:nth-child(n) {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.fp-completely .industry-item--active .industry-item__icon {
  opacity: 0;
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  pointer-events: none;
}

/* clients */
.clients {
  background-color: #432c63;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.clients h2 {
  margin-bottom: 90px;
  color: #fff;
}

.clients__content {
  margin: 0 auto;
  max-width: 800px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.client-item {
  width: 50%;
  height: 76px;
  line-height: 76px;
  margin-bottom: 75px;
  padding-left: 88px;
  font-size: 0;
}

.client-item .icon {
  vertical-align: middle;
  max-height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  -webkit-transition: 0.7s all ease-in-out;
  transition: 0.7s all ease-in-out;
}

.client-item--dy {
  position: relative;
  top: -13px;
}

.client-item--active .icon {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

/* technologies */
.technologies {
  background: #eeeeee;
}

.technologies h2 {
  margin-bottom: 100px;
}

.technologies__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px;
  padding: 0 20px;
}

.technologies__content-in {
  position: relative;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  min-width: 100%;
  padding-left: 20px;
}

.scroll-pane:focus {
  outline: none;
}

.jspContainer {
  overflow: visible;
}

.jspHorizontalBar {
  display: none;
}

.technology-item {
  white-space: nowrap;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px 20px 0;
  padding-right: 20px;
  opacity: 0;
  -webkit-transition: 0.7s opacity, 0.7s -webkit-transform;
  transition: 0.7s opacity, 0.7s -webkit-transform;
  transition: 0.7s opacity, 0.7s transform;
  transition: 0.7s opacity, 0.7s transform, 0.7s -webkit-transform;
  -webkit-transform: translate(-30px, 0);
  transform: translate(-30px, 0);
}

.technology-item ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 24px 44px 24px 34px;
  background: #ffffff;
  border-radius: 40px;
  border: 2px solid transparent;
  white-space: nowrap;
  list-style: none;
  -webkit-transition: 0.25s border-color, 0.25s -webkit-box-shadow;
  transition: 0.25s border-color, 0.25s -webkit-box-shadow;
  transition: 0.25s border-color, 0.25s box-shadow;
  transition: 0.25s border-color, 0.25s box-shadow, 0.25s -webkit-box-shadow;
}

.technology-item li {
  margin: 0 10px;
  font-size: 16px;
  line-height: 1.75;
  color: #555555;
}

.technology-item li:first-child {
  margin-left: 0;
  margin-right: 26px;
}

.technology-item li span {
  display: block;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  font-size: 21px;
  line-height: 1.33333333;
  color: #000;
}

.technology-item--show {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.technology-item--active ul {
  border-color: #f05a28;
  -webkit-box-shadow: 0 20px 54px -5px rgba(106, 106, 106, 0.36);
  box-shadow: 0 20px 54px -5px rgba(106, 106, 106, 0.36);
}

/* contacts */
.contacts {
  position: relative;
}

.contacts h2 {
  margin-top: 20px;
  min-height: 128px;
  margin-bottom: 36px;
  color: #22317f;
}

.contacts__content {
  position: relative;
}

.contacts__application {
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.contacts__application--fadeOut {
  opacity: 0;
}

.contacts__success {
  opacity: 0;
  position: absolute;
  left: -9999px;
  right: 0;
  top: 50%;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  text-align: center;
  font-size: 21px;
  line-height: 1.33333333;
  color: #000;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  pointer-events: none;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
}

.contacts__success h2 {
  margin-bottom: 20px;
  margin-top: 44px;
  color: #5f8f4f;
  min-height: 0;
}

.contacts__success p:last-child {
  margin-bottom: 0;
}

.contacts__success .icon {
  position: relative;
  left: 18px;
}

.contacts__success--fadeIn {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}

.contacts__progress {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 210px;
  height: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__progress-back {
  position: absolute;
  left: -38px;
  top: 50%;
  width: 30px;
  height: 30px;
  padding: 0;
  margin-top: -15px;
  line-height: 30px;
  font-size: 0;
  text-align: center;
  opacity: 0;
  pointer-events: none;
  background: none;
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.contacts__progress-back .icon {
  fill: #f05a28;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.contacts__progress-back:focus {
  outline: none;
}

.contacts__progress-back--active {
  opacity: 1;
  pointer-events: auto;
}

.contacts__progress-text {
  margin-right: 32px;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  color: #e1430e;
}

.contacts__progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contacts__progress-item {
  margin-right: 8px;
  width: 8px;
  height: 8px;
  background: #d8d8d8;
  border-radius: 50%;
  font-size: 0;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.contacts__progress-item:last-child {
  margin-right: 0;
}

.contacts__progress-item--active {
  background: #e1430e;
}

.contacts__step-item {
  position: absolute;
  left: -99999px;
  opacity: 0;
  top: 0;
  -webkit-transition: 0.5s opacity ease-in-out;
  transition: 0.5s opacity ease-in-out;
}

.contacts__step-item--active {
  left: 0;
  right: 0;
  opacity: 1;
}

.contacts__project {
  position: absolute;
  right: 0;
  top: 164px;
  width: 320px;
  padding: 40px 40px 35px;
  border-radius: 4px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 20px 54px -5px rgba(0, 0, 0, 0.16);
  box-shadow: 0 20px 54px -5px rgba(0, 0, 0, 0.16);
}

.contacts__project-title {
  padding-left: 40px;
  margin-bottom: 20px;
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  color: #333333;
}

.contacts__project-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contacts__project-item {
  position: relative;
  margin: 10px 0;
  padding: 10px 0 10px 40px;
}

.contacts__project-item--current .contacts__project-text {
  color: #000;
}

.contacts__project-item--active {
  cursor: pointer;
}

.contacts__project-item--active .contacts__project-text {
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  font-weight: normal;
  color: #e34e1c;
}

.contacts__project-icon {
  position: absolute;
  top: 12px;
  left: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
}

.contacts__project-icon .icon {
  width: 20px;
  height: 20px;
  fill: #f05a28;
}

.contacts__project-text {
  font-size: 14px;
  color: #777;
}

.contacts__bottom-content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 36px;
  min-height: 48px;
}

.contacts__bottom-content-text {
  padding-right: 360px;
  font-size: 14px;
  line-height: 1.71428571;
  color: #777777;
}

.contacts__bottom-content-text span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 14px;
}

.contacts__bottom-content-text span a {
  text-decoration: none;
}

.contacts__bottom-content-text a {
  display: inline-block;
  vertical-align: middle;
}

.contacts__bottom-content-text a:hover {
  color: #f05a28;
}

.contacts__form {
  padding-right: 320px;
  padding-top: 44px;
}

.contacts__form-btn-submit {
  display: block;
  width: 100%;
  max-width: 240px;
}

.contacts--page {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 30px 0 20px;
  min-height: 100px;
}

.contacts--page .contacts__bottom-content {
  position: static;
}

.choice-list {
  list-style: none;
  margin-left: -30px;
  padding-right: 370px;
  font-size: 0;
}

.choice-list__item {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  min-height: 192px;
  padding: 30px 10px 20px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.choice-list__item:hover {
  background: #ffffff;
  -webkit-box-shadow: 0 20px 54px -5px rgba(106, 106, 106, 0.36);
  box-shadow: 0 20px 54px -5px rgba(106, 106, 106, 0.36);
}

.choice-list__item:hover .choice-list__title {
  color: #e1430e;
}

.choice-list__item:hover .choice-list__icon .icon {
  fill: #f05a28;
}

.choice-list__title {
  font-family: 'ProximaNovaBold', Arial, sans-serif;
  font-size: 21px;
  line-height: 1.33333333;
  color: #000;
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
}

.choice-list__icon {
  height: 80px;
  line-height: 80px;
  margin-bottom: 24px;
}

.choice-list__icon .icon {
  -webkit-transition: 0.25s all ease-in-out;
  transition: 0.25s all ease-in-out;
  fill: #22317F;
}

[class*="fp-viewing-solutions"] .menu__link,
[class*="fp-viewing-technologies"] .menu__link,
[class*="fp-viewing-contacts"] .menu__link {
  color: #333333;
}

[class*="fp-viewing-solutions"] .menu__link {
  color: #5c4080;
}

[class*="fp-viewing-solutions"] .menu__link:hover,
[class*="fp-viewing-technologies"] .menu__link:hover,
[class*="fp-viewing-contacts"] .menu__link:hover {
  color: #f05a28;
}

[class*="fp-viewing-solutions"] .icon-logo,
[class*="fp-viewing-technologies"] .icon-logo,
[class*="fp-viewing-contacts"] .icon-logo {
  fill: #f05a28;
}

[class*="fp-viewing-solutions"] .icon-logo {
  fill: #5c4080;
}

[class*="fp-viewing-solutions"] .nav-scroll:before,
[class*="fp-viewing-technologies"] .nav-scroll:before,
[class*="fp-viewing-contacts"] .nav-scroll:before {
  border-color: #111111;
}

[class*="fp-viewing-solutions"] .nav-scroll>div:before,
[class*="fp-viewing-technologies"] .nav-scroll>div:before,
[class*="fp-viewing-contacts"] .nav-scroll>div:before,
[class*="fp-viewing-solutions"] .nav-scroll>div>div:before,
[class*="fp-viewing-technologies"] .nav-scroll>div>div:before,
[class*="fp-viewing-contacts"] .nav-scroll>div>div:before,
[class*="fp-viewing-solutions"] .nav-scroll>div:after,
[class*="fp-viewing-technologies"] .nav-scroll>div:after,
[class*="fp-viewing-contacts"] .nav-scroll>div:after,
[class*="fp-viewing-solutions"] .nav-scroll>div>div:after,
[class*="fp-viewing-technologies"] .nav-scroll>div>div:after,
[class*="fp-viewing-contacts"] .nav-scroll>div>div:after {
  background: #f05a28;
}

[class*="fp-viewing-solutions"] .nav-scroll>div>div:before,
[class*="fp-viewing-solutions"] .nav-scroll>div:after,
[class*="fp-viewing-solutions"] .nav-scroll>div>div:after {
  background: #111111;
}

[class*="fp-viewing-solutions"] .nav-scroll__btn .icon,
[class*="fp-viewing-technologies"] .nav-scroll__btn .icon,
[class*="fp-viewing-contacts"] .nav-scroll__btn .icon {
  fill: #f05a28;
}

[class*="fp-viewing-solutions"] .nav-scroll__btn .icon {
  fill: #111111;
}

[class*="fp-viewing-home"] .nav-scroll__btn--prev {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

[class*="fp-viewing-principles"] .nav-scroll:before,
[class*="fp-viewing-industries"] .nav-scroll:before {
  border-color: #5c4080;
}

[class*="fp-viewing-principles"] .nav-scroll>div:before,
[class*="fp-viewing-industries"] .nav-scroll>div:before,
[class*="fp-viewing-principles"] .nav-scroll>div>div:before,
[class*="fp-viewing-industries"] .nav-scroll>div>div:before,
[class*="fp-viewing-principles"] .nav-scroll>div:after,
[class*="fp-viewing-industries"] .nav-scroll>div:after,
[class*="fp-viewing-principles"] .nav-scroll>div>div:after,
[class*="fp-viewing-industries"] .nav-scroll>div>div:after {
  background: #5c4080;
}

[class*="fp-viewing-principles"] .nav-scroll__btn .icon,
[class*="fp-viewing-industries"] .nav-scroll__btn .icon {
  fill: #5c4080;
}

[class*="fp-viewing-principles"] .menu__link {
  color: #5c4080;
}

[class*="fp-viewing-principles"] .menu__link:hover {
  color: #f05a28;
}

[class*="fp-viewing-principles"] .icon-logo {
  fill: #5c4080;
}

[class*="fp-viewing-industries"] .menu__link {
  color: #4b3565;
}

[class*="fp-viewing-industries"] .menu__link:hover {
  color: #f05a28;
}

[class*="fp-viewing-industries"] .icon-logo {
  fill: #4b3565;
}

[class*="fp-viewing-contacts"] .icon-logo {
  fill: #22317f;
}

[class*="fp-viewing-contacts"] .nav-scroll {
  -webkit-transform: translate(0, 30px);
  transform: translate(0, 30px);
}

[class*="fp-viewing-solutions"] .nav-scroll>div:before {
  background: #111111;
}

[class*="fp-viewing-contacts"] .nav-scroll>div:before,
[class*="fp-viewing-contacts"] .nav-scroll>div>div:before,
[class*="fp-viewing-contacts"] .nav-scroll>div:after,
[class*="fp-viewing-contacts"] .nav-scroll>div>div:after {
  margin-top: 0;
  top: -14px;
}

[class*="fp-viewing-contacts"] .nav-scroll>div:after {
  top: -20px;
}

[class*="fp-viewing-contacts"] .nav-scroll>div>div:before {
  top: -26px;
}

[class*="fp-viewing-contacts"] .nav-scroll>div>div:after {
  top: -32px;
}

[class*="fp-viewing-contacts"] .nav-scroll__btn--next {
  opacity: 0;
  cursor: default;
  pointer-events: none;
}

[class*="fp-viewing-solutions"] .btn-toggle span,
[class*="fp-viewing-principles"] .btn-toggle span,
[class*="fp-viewing-industries"] .btn-toggle span,
[class*="fp-viewing-technologies"] .btn-toggle span,
[class*="fp-viewing-contacts"] .btn-toggle span,
[class*="fp-viewing-solutions"] .btn-toggle:before,
[class*="fp-viewing-principles"] .btn-toggle:before,
[class*="fp-viewing-industries"] .btn-toggle:before,
[class*="fp-viewing-technologies"] .btn-toggle:before,
[class*="fp-viewing-contacts"] .btn-toggle:before,
[class*="fp-viewing-solutions"] .btn-toggle:after,
[class*="fp-viewing-principles"] .btn-toggle:after,
[class*="fp-viewing-industries"] .btn-toggle:after,
[class*="fp-viewing-technologies"] .btn-toggle:after,
[class*="fp-viewing-contacts"] .btn-toggle:after {
  background: #000000;
}

.mobile .home {
  background-image: url("../img/home-bg-mobile.jpg");
}

.mobile .clients {
  background-image: url("../img/bg-clients-mobile.jpg");
}

.desktop .home,
.tablet .home {
  background-image: url("../img/home-bg.jpg");
}

.desktop .clients,
.tablet .clients {
  background-image: url("../img/bg-clients.jpg");
}

.plyr__video-wrapper {
  height: 100% !important;
}

.embed-video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: fill;
     object-fit: fill;
  position: relative;
}

@media screen and (max-width: 500px) {
  .embed-video {
    -o-object-fit: contain;
       object-fit: contain;
  }
}

/*
.embed-video iframe {
  position: absolute;
  left: 0;
  top: 0;
} */

.projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 40px;
  padding-top: 40px;
}

.projects__left {
  width: 60%;
}

.projects__right {
  width: 40%;
  padding-left: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.projects__logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.projects__text {
  font-weight: bold;
}

.projects__text p {
  margin: 5px 0 10px;
}

.page-custom {
  position: relative;
  height: auto;
  min-height: 100vh;
  padding-bottom: 100px;
}

.page-custom h1 {
  margin-top: 50px;
  color: #4b3760;
}

.page-custom .header {
  position: relative;
  opacity: 1;
}

.page-custom .menu__link {
  color: #4b3565;
}

.page-custom .menu__link:hover {
  color: #f05a28;
}

.page-custom .icon-logo {
  fill: #4b3565;
}

.page-custom .btn-toggle span,
.page-custom .btn-toggle:before,
.page-custom .btn-toggle:after {
  background: #000000;
}

/* footer */
/* Media Queries */
@media (max-height: 900px) {
  h2 {
    margin-top: 170px;
  }

  .header {
    padding-top: 30px;
  }

  .client-item {
    margin-bottom: 60px;
  }

  .contacts h2 {
    margin-bottom: 15px;
  }

  .contacts__progress {
    margin-top: 130px;
  }

  .contacts__project {
    top: 143px;
  }

  .contacts__bottom-content {
    bottom: 40px;
    min-height: 0;
  }

  .nav-scroll {
    bottom: 50px;
  }
}

@media (max-width: 1400px) {
  h2 {
    margin-top: 150px;
    font-size: 40px;
  }

  .nav-scroll {
    right: 25px;
    bottom: 50px;
  }

  .home__content {
    padding-bottom: 60px;
  }

  .principles h2 {
    margin-bottom: 50px;
  }

  .principles__right {
    position: relative;
    top: -70px;
  }

  .solutions__items {
    padding-top: 0;
    margin-left: 0;
  }

  .solution-item {
    padding: 0 25px;
    min-height: 170px;
  }

  .solution-item__list li {
    line-height: 1.25;
    margin-bottom: 5px;
  }

  .solution-item__list li:last-child {
    margin-bottom: 0;
  }

  .solution-item__img--desktop {
    margin-top: 0;
  }

  .solution-item__img img {
    max-width: 110%;
  }

  .facts h2 {
    margin-bottom: 50px;
  }

  .facts__partners {
    padding: 0 40px;
  }

  .facts__partners>div {
    padding: 40px 0;
  }

  .industries h2 {
    margin-bottom: 50px;
  }

  .industry-item {
    padding: 30px 30px;
    min-height: 362px;
  }

  .industry-item__title {
    margin-bottom: 10px;
  }

  .industry-item__icon {
    bottom: 30px;
    left: 30px;
  }

  .clients h2 {
    margin-bottom: 50px;
  }

  .client-item {
    margin-bottom: 40px;
  }

  .technologies h2 {
    margin-bottom: 50px;
  }

  .technology-item ul {
    padding: 18px 22px 18px 30px;
  }

  .technology-item li {
    margin-left: 8px;
    margin-right: 8px;
  }

  .contacts h2 {
    margin-top: 5px;
    margin-bottom: 5px;
    min-height: 90px;
  }

  .contacts__success h2 {
    margin-bottom: 20px;
    margin-top: 30px;
    min-height: 0;
  }

  .contacts__progress {
    margin-top: 125px;
  }

  .contacts__project {
    top: 95px;
  }

  .contacts__bottom-content {
    bottom: 30px;
    min-height: 0;
  }

  .contacts__project {
    padding-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  h1 {
    font-size: 40px;
  }

  .home h1 {
    max-width: 600px;
  }

  .home__content {
    padding-bottom: 40px;
  }

  h2 {
    margin-top: 130px;
    font-size: 35px;
    margin-bottom: 15px;
  }

  .container {
    padding-left: 50px;
    padding-right: 50px;
  }

  .nav-scroll {
    right: 20px;
  }

  .solutions__items {
    max-width: 100%;
    padding-right: 0;
  }

  .solution-item {
    min-height: 170px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .solution-item__img {
    left: 74%;
    margin-top: 0;
  }

  .solution-item__img img {
    max-width: 100%;
  }

  .solution-item__title {
    font-size: 18px;
    line-height: 1.2;
  }

  .principles__left {
    width: 30%;
  }

  .principles__right {
    width: 70%;
    top: 0;
    padding-left: 30px;
  }

  .principles__icon {
    line-height: 1;
  }

  .principles__icon .icon {
    max-width: 90%;
    height: 200px;
  }

  .accordion {
    margin-bottom: 15px;
  }

  .fact-item {
    margin-bottom: 25px;
  }

  .fact-item span {
    font-size: 30px;
  }

  .facts h2 {
    margin-bottom: 20px;
  }

  .industry-item__title {
    min-height: 48px;
    margin-bottom: 5px;
    font-size: 18px;
    white-space: nowrap;
  }

  .industry-item__list {
    width: 248px;
  }

  .industry-item__icon .icon {
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
  }

  .industries h2 {
    margin-bottom: 20px;
  }

  .technologies h2 {
    margin-bottom: 30px;
  }

  .technology-item {
    margin-bottom: 12px;
    margin-right: 12px;
  }

  .technology-item ul {
    padding: 8px 12px 8px 20px;
  }

  .technology-item li span {
    font-size: 18px;
  }

  .technology-item li:first-child {
    margin-right: 12px;
  }

  .choice-list__title {
    font-size: 18px;
    line-height: 1.11111111;
  }

  .form-group {
    padding-right: 30px;
  }

  .contacts h2 {
    min-height: 0;
    margin-bottom: 20px;
  }

  .contacts__project {
    padding: 30px 30px 20px;
    width: 240px;
    top: 50px;
  }

  .contacts__form {
    padding-right: 240px;
    padding-top: 20px;
  }

  .contacts__project-title {
    margin-bottom: 15px;
  }

  .contacts__project-item {
    margin: 5px 0;
  }

  .contacts__bottom-content-text {
    padding-right: 260px;
    line-height: 1.4;
  }

  .contacts__bottom-content {
    bottom: 20px;
  }

  .choice-list {
    padding-right: 270px;
  }

  .choice-list__item {
    padding-top: 25px;
    min-height: 182px;
  }

  .contacts--page .contacts__bottom-content-text {
    padding-right: 0;
  }

  .projects__left {
    width: 55%;
  }

  .projects__right {
    padding-left: 40px;
    width: 45%;
  }
}

@media (max-width: 991px) {
  h1 {
    font-size: 30px;
  }

  h2 {
    margin-top: 100px;
    font-size: 30px;
  }

  .logo {
    position: relative;
    z-index: 101;
  }

  .logo .icon {
    width: 114px;
    height: 43px;
  }

  .header {
    padding-top: 20px;
  }

  .header__menu {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 85px 30px 20px;
    overflow: hidden;
    pointer-events: none;
  }

  .header__menu:before {
    content: '';
    position: absolute;
    right: 22px;
    top: 26px;
    width: 30px;
    height: 30px;
    background-blend-mode: color;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(41, 10, 51, 0.5)), to(rgba(41, 10, 51, 0.5)));
    background-image: linear-gradient(rgba(41, 10, 51, 0.5), rgba(41, 10, 51, 0.5));
    border-radius: 50%;
    -webkit-transition: 0.6s all ease-in-out;
    transition: 0.6s all ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  .header__menu:after {
    content: '';
    position: absolute;
    right: 22px;
    top: 26px;
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    -webkit-transition: 0.6s all ease-in-out;
    transition: 0.6s all ease-in-out;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  .header__content {
    padding-bottom: 20px;
  }

  .menu {
    position: relative;
    top: -9999px;
    z-index: 101;
    height: auto;
    -webkit-transition: 0.8s -webkit-transform ease-in-out;
    transition: 0.8s -webkit-transform ease-in-out;
    transition: 0.8s transform ease-in-out;
    transition: 0.8s transform ease-in-out, 0.8s -webkit-transform ease-in-out;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }

  .menu__item {
    display: block;
    margin-left: 0;
    margin-bottom: 18px;
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    opacity: 0;
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }

  .menu__item--active {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .menu__item--active .menu__link {
    color: #ffffff;
  }

  .menu__link {
    font-size: 18px;
    line-height: 1.55555556;
  }

  .menu__link--contacts {
    padding: 0;
    background: none;
    border-radius: 0;
    border: 0;
  }

  .menu__link--contacts:hover {
    background: none;
    color: #f05a28 !important;
  }

  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .open-menu .header__menu {
    pointer-events: auto;
  }

  .open-menu .header__menu:before,
  .open-menu .header__menu:after {
    -webkit-transform: scale(90);
    transform: scale(90);
  }

  .open-menu .menu {
    top: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }

  .open-menu .logo .icon {
    fill: #fff;
  }

  .open-menu .header__contacts {
    -webkit-transition: 0.45s all ease-in-out;
    transition: 0.45s all ease-in-out;
  }

  .home h1 {
    max-width: 420px;
  }

  /* .nav-scroll {
    display: none;
  } */
  .client-item {
    margin-bottom: 30px;
  }

  .clients h2 {
    margin-bottom: 30px;
  }

  .clients__content {
    max-width: 660px;
  }

  .facts__left {
    padding-right: 30px;
  }

  .facts__right {
    width: 300px;
  }

  .facts__partners {
    padding: 0 30px;
  }

  .facts__partners>div {
    padding: 30px 0;
  }

  .choice-list {
    padding-right: 0;
    margin-left: 0;
  }

  .contacts__progress {
    margin-top: 100px;
  }

  .contacts__project {
    display: none;
  }

  .contacts__form {
    padding-right: 0;
    padding-top: 10px;
  }

  .contacts__progress-back {
    left: -30px;
  }

  .contacts__success .icon {
    height: 88px;
    width: 102px;
    left: 10px;
  }

  .form-group {
    margin-bottom: 30px;
  }

  .form-label--active {
    top: -14px;
  }

  .attach-file {
    margin-bottom: 10px;
  }

  .attached-files__item {
    margin-bottom: 10px;
  }

  .btn {
    height: 48px;
    line-height: 50px;
    font-size: 18px;
  }

  [class*="fp-viewing-home"] .nav-scroll {
    display: block;
  }

  .projects {
    display: block;
    padding-bottom: 20px;
  }

  .projects__left {
    width: auto;
  }

  .projects__right {
    width: auto;
    padding-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .projects__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-top: 10px;
  }

  .projects__logo {
    margin-top: 20px;
    width: auto;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-right: 30px;
  }
}

@media (max-width: 950px) {
  .principles h2 {
    margin-bottom: 30px;
  }

  .principles__right {
    display: none;
  }

  .principles__left {
    height: 150px;
    width: 100%;
  }

  .principles__slides {
    display: block;
  }

  .principles .fp-slidesNav {
    display: block;
  }

  .principles__icon {
    left: 50%;
    width: 200px;
    margin: 0;
    text-align: center;
    height: 150px;
    line-height: 150px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .principles__icon .icon {
    height: 100%;
    max-width: 100%;
  }

  .industries h2 {
    margin-bottom: 28px;
  }

  .industries__content {
    display: none;
  }

  .industries__slides {
    display: block;
  }

  .industries .fp-slidesNav {
    display: block;
  }

  .industry-item {
    border-radius: 4px;
    min-height: 398px;
    -webkit-box-shadow: 0 20px 24px -5px rgba(92, 58, 130, 0.24);
    box-shadow: 0 20px 24px -5px rgba(92, 58, 130, 0.24);
  }

  .industry-item__title {
    min-height: 100px;
    margin-bottom: 20px;
    font-family: 'ProximaNovaBold', Arial, sans-serif;
    font-size: 21px;
    line-height: 1.11111111;
  }

  .industry-item__icon {
    position: absolute;
    left: auto;
    right: 30px;
    bottom: auto;
    top: 0;
    height: 114px;
    width: 120px;
    -webkit-transform: none;
    transform: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    opacity: 0.2;
  }

  .industry-item__icon .icon {
    -webkit-transform: none;
    transform: none;
  }

  .industry-item__list {
    pointer-events: auto;
    width: auto;
    opacity: 1;
  }

  .industry-item__list li {
    font-size: 16px;
    margin-bottom: 7px;
    line-height: 1.33333333;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .industry-item__list li:nth-child(n) {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    -webkit-animation: none;
    animation: none;
  }

  .fp-completely .industry-item--active .industry-item__icon {
    -webkit-transform: none;
    transform: none;
    opacity: 0.2;
    pointer-events: auto;
  }

  .fp-completely .industry-item--active .industry-item__list li {
    -webkit-animation: none;
    animation: none;
  }
}

@media (max-width: 767px) {
  h2 {
    margin-top: 85px;
  }

  .header {
    padding-top: 16px;
  }

  .header__menu {
    padding: 70px 20px 20px;
  }

  .header__menu:before,
  .header__menu:after {
    right: 14px;
    top: 21px;
  }

  .header__contacts {
    left: 20px;
    bottom: 20px;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .logo .icon {
    width: 78px;
    height: 30px;
  }

  .btn-toggle {
    right: 0;
    top: 0;
  }

  .nav-scroll {
    right: 20px;
    bottom: 60px;
    width: 40px;
    height: 40px;
  }

  .nav-scroll__btn {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .nav-scroll__btn--prev {
    display: none;
  }

  .home__content {
    padding-bottom: 25px;
  }

  .facts {
    display: block;
  }

  .facts__left {
    padding-right: 0;
    padding-top: 10px;
  }

  .facts__right {
    width: 200px;
    padding-top: 10px;
  }

  .facts__partners {
    padding: 0 20px;
  }

  .facts__partners>div {
    padding: 20px 0;
  }

  .fact-item {
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .fact-item span {
    font-size: 24px;
    line-height: 1.16666667;
  }

  .clients h2 {
    margin-bottom: 40px;
  }

  .client-item {
    height: 44px;
    line-height: 44px;
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }

  .contacts__progress {
    position: static;
    margin-top: 71px;
    margin-bottom: 3px;
    height: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .contacts__progress-back {
    position: relative;
    left: auto;
    top: auto;
    margin-left: -30px;
    margin-top: 0;
  }

  .contacts__progress-back--active {
    margin-left: -11px;
  }

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

  .contacts__bottom-content {
    display: none;
  }

  .contacts__progress-bar {
    position: absolute;
    left: 50%;
    bottom: 16px;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .contacts__success h2 {
    margin-bottom: 30px;
  }

  .contacts__form {
    padding-top: 35px;
  }

  .contacts__form-btn-submit {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }

  .choice-list__item {
    min-height: 140px;
  }

  .choice-list__icon {
    height: 40px;
    line-height: 40px;
  }

  .choice-list__icon .icon {
    width: 40px;
    height: 40px;
  }

  .choice-list__title {
    font-size: 16px;
  }

  .form-control {
    font-size: 15px;
    height: 28px;
    min-height: 28px;
  }

  .form-label {
    top: 4px;
    font-size: 15px;
  }

  .form-label--active {
    top: -17px;
  }

  .form-group {
    margin-bottom: 28px;
    padding-right: 0;
  }

  .form-attach {
    max-width: 320px;
    margin: 12px auto -12px;
  }

  .form-attach__in {
    position: relative;
  }

  .page-custom {
    padding-bottom: 0;
  }

  .contacts--page {
    display: none;
  }
}

@media (max-width: 575px) {
  img[data-src-mobile] {
    display: inline-block;
  }

  .home h1 {
    font-size: 24px;
    max-width: 243px;
  }

  h2 {
    margin-top: 74px;
    font-size: 24px;
    line-height: 1.16666667;
    margin-bottom: 20px;
  }

  .facts__content {
    display: block;
  }

  .facts__partners {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: auto;
    text-align: center;
    padding: 12px 20px 20px;
  }

  .facts__partners>div {
    padding: 12px 0;
    border-bottom: 0;
  }

  .facts__partners>div:first-child .icon {
    max-width: 130px;
  }

  .facts__partners .icon {
    max-width: 164px;
  }

  .facts__left {
    margin-right: -20px;
  }

  .fact-item {
    font-size: 16px;
    line-height: 1.25;
  }

  .fact-item span {
    margin-bottom: 0;
  }

  .fact-item:first-child {
    width: 100%;
  }

  .client-item {
    width: 100%;
    margin-bottom: 34px;
  }

  .client-item .icon {
    width: 100%;
    max-width: 122px;
  }

  .client-item--dy {
    margin-top: 10px;
  }

  .client-item:first-child .icon {
    max-width: 168px;
  }

  .client-item:nth-child(2) .icon {
    max-width: 80px;
  }

  .client-item:last-child {
    margin-bottom: 0;
  }

  .client-item:last-child .icon {
    max-width: 100px;
  }

  .contacts__success {
    font-size: 18px;
  }

  .contacts h2 {
    margin-bottom: 10px;
  }

  .choice-list__item {
    position: relative;
    margin-bottom: 0;
    min-height: 0;
    width: 100%;
    padding: 16px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  }

  .choice-list__item:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 6px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6'%3e%3cpath fill='%23f05a28' fill-rule='nonzero' d='M1.707.293L5 3.586 8.293.293a1 1 0 0 1 1.414 1.414l-4 4a1 1 0 0 1-1.414 0l-4-4A1 1 0 0 1 1.707.293z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 100%;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
  }

  .choice-list__item:hover {
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 0 rgba(0, 0, 0, 0.15);
  }

  .choice-list__item:last-child {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .choice-list__item:last-child:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .choice-list__icon {
    margin-bottom: 0;
  }

  .choice-list__title {
    -webkit-box-flex: 1;
    -ms-flex: 1 0;
    flex: 1 0;
    font-size: 18px;
    padding-left: 20px;
  }

  .solution-item__content {
    padding: 16px 20px 20px;
  }

  .solution-item__title {
    margin-bottom: 12px;
  }

  .industry-item {
    padding: 20px;
    margin-top: 60px;
  }

  .industry-item__icon {
    right: 20px;
  }

  .industry-item__title {
    font-size: 18px;
  }

  .industries h2 {
    display: inline-block;
    background: #ffffff;
    margin-left: -20px;
    padding: 20px 28px 30px 20px;
    margin-bottom: 0;
    margin-top: 44px;
  }

  .principle-item__text {
    font-size: 16px;
  }

  .projects {
    padding-top: 30px;
  }

  .projects__right {
    display: block;
  }

  .projects__logo {
    margin-right: 0;
    padding-bottom: 10px;
    padding-top: 5px;
  }

  .projects__logo img {
    display: block;
  }

  .projects__text {
    font-weight: normal;
  }
}

@media (max-width: 400px) {
  .contacts__success p {
    margin-left: auto;
    margin-right: auto;
    max-width: 210px;
  }

  .page-custom h1 {
    margin-top: 30px;
  }
}

@media (max-width: 350px) {
  .menu__item {
    margin-bottom: 15px;
  }
}

@media (min-width: 576px) {
  img:not([data-mobile]) {
    display: inline-block;
  }

  .home {
    background-image: url("../img/home-bg.jpg");
  }
}

@media (max-height: 750px) and (max-width: 575px) {
  .industry-item {
    margin-top: 35px;
  }
}

@media (max-height: 650px) and (max-width: 575px) {
  .client-item {
    margin-bottom: 24px;
  }

  .principles__left {
    height: 100px;
  }

  .principles__icon {
    width: 150px;
    height: 100px;
    line-height: 100px;
  }

  .principles__slides {
    margin-top: -100px;
    padding-top: 100px;
  }

  .industry-item {
    margin-top: 20px;
  }
}

@media (max-height: 630px) and (max-width: 575px) {
  .solution-item__img {
    height: 166px;
    max-width: 275px;
  }

  .solution-item__img--desktop {
    max-width: 220px;
  }

  .industry-item {
    margin-top: 0;
  }
}

@media (max-height: 550px) and (max-width: 575px) {
  .menu__item {
    margin-bottom: 14px;
  }

  .menu__link {
    font-size: 17px;
  }

  .facts__left {
    padding-top: 0;
  }

  .fact-item {
    margin-bottom: 15px;
  }

  .facts__partners {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .facts__partners>div {
    padding: 15px;
  }

  .facts__partners>div .icon {
    width: 100%;
  }

  .client-item {
    margin-bottom: 15px;
  }

  .clients h2 {
    margin-bottom: 30px;
  }

  .technology-item ul {
    padding: 3px 10px 3px 16px;
  }

  .technologies h2 {
    margin-bottom: 20px;
  }

  .choice-list__item {
    padding: 8px 0;
  }

  .choice-list__icon {
    width: 30px;
  }

  .choice-list__icon .icon {
    width: 30px;
    height: 30px;
  }

  .solution-item__img {
    height: 110px;
    max-width: 194px;
  }

  .solution-item__img--phone {
    max-width: 250px;
  }

  .solution-item__img--tablet {
    max-width: 230px;
  }

  .solution-item__img--desktop {
    max-width: 145px;
  }

  .solution-item__content {
    padding-top: 14px;
  }

  .solution-item__title {
    margin-bottom: 10px;
    line-height: 1.2;
  }

  .solution-item__list li {
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 3px;
  }

  .principles h2 {
    margin-bottom: 15px;
  }

  .principles__left {
    height: 70px;
  }

  .principles__icon {
    width: 120px;
    height: 70px;
    line-height: 70px;
  }

  .principles__slides {
    margin-top: -70px;
    padding-top: 70px;
  }

  .principle-item {
    margin-top: 20px;
  }

  .principle-item__text {
    font-size: 15px;
    line-height: 1.3;
  }

  .industry-item {
    min-height: 305px;
  }

  .industry-item__title {
    min-height: 45px;
  }

  .industry-item__icon {
    height: 70px;
  }

  .industry-item__icon .icon {
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    -webkit-transform: scale(0.65);
    transform: scale(0.65);
  }

  .industry-item__list li {
    font-size: 15px;
    margin-bottom: 6px;
    line-height: 1.3;
  }

  .contacts__form {
    padding-top: 10px;
  }

  .form-group {
    margin-bottom: 20px;
  }

  .btn {
    height: 44px;
    line-height: 46px;
  }

  .form-control {
    height: 26px;
  }

  .header__contacts {
    line-height: 1.6;
  }
}

@media (max-height: 500px) and (max-width: 575px) {
  .clients h2 {
    margin-bottom: 20px;
  }
}

.solutions {
  height: 100vh;
  overflow: hidden;
  margin: 0 auto;
  max-width: 1090px;
  padding-top: 160px !important;
  padding: 0 20px;
}

.solutions img {
  display: inline;
}

.solutions .container {
  padding: 0;
}

.solutions__item {
  margin-bottom: 80px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.solutions iframe {
  display: none;
  position: absolute;
  width: 100%;
  max-width: 645px;
  height: 100%;
  top: 0;
  left: 0;
}

.solutions .item__left.iframe-active iframe {
  display: block;
}

.solutions .item__left {
  overflow: hidden;
  background-size: 100% 100% !important;
  position: relative;
  height: 100%;
  -webkit-transition: all .6s;
  transition: all .6s;
  width: calc(100% - 250px);
  max-width: 645px;
  background-color: #000;
}

.item__left .play-circle {
  width: 55px;
  z-index: 1000;
  height: 55px;
  left: 50%;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(146, 114, 114, 0.2);
  box-shadow: 0 0 10px rgba(146, 114, 114, 0.2);
  position: absolute;
}

.item__left .play-coming__soon {
  z-index: 1000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 40px;
  background-color: #fff;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 40px;
  -webkit-box-shadow: 0px 8px 20px rgba(194, 165, 0, 0.49);
          box-shadow: 0px 8px 20px rgba(194, 165, 0, 0.49);
}

.play-coming__soon a {
  cursor: default;
  text-decoration: none;
  display: block;
  padding: 0 17px;
  font-size: 16px;
  line-height: 1;
  color: #5C4080;
  opacity: 0.5;
}

.item__left.active .play-circle {
  z-index: auto;
}

.play-btn {
  position: absolute;
  top: 50%;
  left: 54%;
  height: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.item-img__wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 150%;
}

.item-img {
  -webkit-transition: all .5s;
  transition: all .5s;
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 150%;
  display: block;
}

.solutions__video-mobile {
  position: relative;
  display: none;
}

.item__left.active .item-img {
  height: 170px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
}

.item__right .item__title h2 {
  margin: 0;
  font-family: 'ProximaNova', 'Arial', sans-serif;
  padding: 0;
  color: #111111;
  font-size: 19px;
}

.item__right .item__subtitle p {
  padding: 0;
  color: #939393;
  font-size: 16px;
  font-weight: 400;
  font-family: 'ProximaNova', 'Arial', sans-serif;
  margin: 17px 0 35px 0;
}

.item__right {
  width: 250px;
  margin-left: 80px;
}

.section.solution .container {
  height: 100%;
}

.solutions__content {
  height: 100%;
}

.solutions__items {
  height: 100%;
}

.item__right .item__subtitle p {
  margin-bottom: 25px;
}

@media screen and (max-width:1200px) {
  .item__right {
    margin-left: 34px;
  }
}

@media screen and (max-width:1000px) {
  .item-img {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    /* width: 730px; */
  }

  .solutions {
    padding-top: 120px !important;
  }

  @media screen and (max-height: 750px) {
    .item-img {
      width: auto;
    }
  }
}

.embed-video-wrapper {
  display: none;
  height: 100%;
}

@media screen and (max-width:950px) {
  .solutions__items .solution-item:nth-of-type(2) .item-img {
    height: 180%;
  }

  .solutions__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .solutions .item__right {
    width: 220px;
    text-align: left;
    margin: 0 auto 0 30px;
  }

  .embed-video-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-delay: 1s;
            transition-delay: 1s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: none;
  }

  .solutions iframe {
    position: relative;
    height: 241.88px;
  }

  .item__right .item__title h2 {
    font-size: 20px;
    margin-top: 3px;
  }

  .item__right .item__subtitle p {
    margin: 10px 0
  }

  @media screen and (max-height: 750px) {
    .solutions .fp-slides {
      height: 500px;
    }
  }
}
.play-circle__wrapper{
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.solutions__items .solution-item:nth-of-type(1) .item__left {
  background: #D2ECFF;
}

.solutions__items .solution-item:nth-of-type(2) .item__left {
  background: #25861E;
}

.solutions__items .solution-item:nth-of-type(3) .item__left {
  background: #FFF7CB;
}

.fp-slides .fp-slide:nth-of-type(1) .item__left {
  background: #D2ECFF;
}

.fp-slides .fp-slide:nth-of-type(2) .item__left {
  background: #25861E;
}

.fp-slides .fp-slide:nth-of-type(3) .item__left {
  background: #FFF7CB;
}

@media screen and (max-width: 800px) {
  .item__right .item__title h2 {
    font-size: 16px;
  }

  .item-img {
    height: 90%;
  }

  .item__right .item__subtitle p {
    font-size: 14px;
  }

  .solutions .item__left {
    background-size: 100% auto !important;
  }

  /* .item-img{
    width: 621px;
  } */
  @media screen and (max-height: 750px) {
    .item-img {
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 450px;
      height: 125%;
    }
  }
}

@media screen and (max-width: 750px) {
  .item-img {
    width: 470px;
    height: auto;
  }

  .item__left.active .item-img {
    height: auto;
    top: 0;
  }
}

@media screen and (max-width: 550px) {
  .item-img {
    width: 420px;
  }
}

@media screen and (max-width:670px) {
  .item__right .item__title h2 {
    font-size: 16px;
  }

  .item__right .item__subtitle p {
    font-size: 14px;
  }
}

@media screen and (max-width:625px) {
  .item__right .item__title h2 {
    font-size: 16px;
  }

  .item__right .item__subtitle p {
    font-size: 14px;
  }
}

/* @media screen and (max-width:525px){
  .solutions iframe{
    height: 252px;
    width: 432px;
  }
  .solutions .item__left{
    height: 170px;
    width: 432px;
  }
  .solutions .item__left.active{
    height: 252px;
  }
} */
@media screen and (max-width:500px) {
  .solutions .item__right {
    text-align: left;
  }

  .item-img {
    width: auto;
    height: auto;
  }

  .item-img--mobile {
    display: block !important;
  }

  .item__right .item__title h2 {
    font-size: 19px;
  }

  .item__right .item__subtitle p {
    font-size: 15px;
  }

  .item__right .item__subtitle p {
    margin-bottom: 25px;
  }

  .solutions .item__left {
    background-size: 100% auto !important
  }
}

@media screen and (max-width:500px) {
  .solution-item {
    height: auto;
  }

  .solutions .item__img {
    margin-top: 10px;
  }

  .solutions__content--desktop {
    display: none;
  }

  .section.solutions .container {
    height: 0;
  }

  .solution-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .solutions .slide.fp-slide {
    width: 30% !important;
  }

  .solutions__slides .container {
    height: 100%;
  }

  .solutions__slides {
    display: block;
  }

  .solution-item {
    padding: 0;
    width: 100%;
    opacity: 1;
    margin-left: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
  }

  .solution-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
  }

  .item-left--inactive {
    display: none;
  }

  .solution-item__img {
    position: relative;
    opacity: 1;
    left: auto;
    margin: 0 auto;
    max-width: 380px;
    top: auto;
    right: auto;
    -webkit-transform: none;
    transform: none;
    text-align: center;
    height: 230px;
  }

  .solution-item__img img {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .solution-item__img--desktop {
    max-width: 286px;
  }

  .solution-item__img--phone {
    max-width: 350px;
  }

  .solution-item__img--phone img {
    margin-left: -25px;
  }

  .solution-item__img--tablet {
    max-width: 400px;
  }

  .solution-item__content {
    position: relative;
    z-index: 2;
    padding: 25px 30px;
    margin: 0 auto;
    max-width: 500px;
    background: #ffffff;
    -webkit-box-shadow: 0 20px 54px -5px rgba(0, 0, 0, 0.16);
    box-shadow: 0 20px 54px -5px rgba(0, 0, 0, 0.16);
    border-radius: 4px;
  }

  .solution-item__list li {
    font-size: 16px;
    line-height: 1.25;
    margin-bottom: 7px;
  }

  /* .slick-slide{
    width: 320px !important;
  } */
  .solutions {
    padding: 0 15px;
    padding-right: 0;
  }

  /* .slick-list.draggable{
    width: 220px;
  }
  .slick-track{
    transform: translate3d(0px, 0px, 0px) !important;
  } */
  .slick-slide {
    width: 260px;
  }
}

@media screen and (min-height: 900px) {
  .solutions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 150px !important;
  }

  .section.solutions .container {
    height: 100%;
    padding-bottom: 90px;
  }
}

@media screen and (max-width: 750px) {
  .solutions .item__left {
    width: 85%;
  }

  .solution-item.unactive {
    height: auto !important;
  }

  .solutions iframe {
    height: 246px;
    width: 420px;
  }

  .solutions {
    padding-top: 50px !important;
  }

  .solution-item {
    height: auto !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .solutions .item__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-top: 5px;
    margin: 0;
  }

  .solutions .fp-slides {
    height: 400px;
  }

  .section.solutions .container {
    height: 0;
    width: auto;
  }

  .solutions__content--desktop {
    display: none;
  }

  .solutions__slides {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 750px) {
  @media screen and (min-height:750px) {
    .solutions .item__left {
      height: 242px !important;
    }

    .item__right .item__title h2 {
      margin-top: 20px;
    }
  }
}

@media screen and (max-width: 950px) {
  .solutions .fp-slidesNav {
    display: block;
  }
}

@media screen and (max-height: 750px) {
  .solutions {
    padding-top: 50px !important;
  }

  .solutions .item__right {
    padding-top: 10px;
  }

  .solutions .item__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .section.solutions .container {
    height: 0;
  }

  .solutions__content--desktop {
    display: none;
  }

  .solutions__slides {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  @media screen and (max-width: 950px) {
    .solutions .fp-slidesNav {
      display: block !important;
    }

    .solutions .item__right {
      width: auto;
      text-align: center;
      margin: 0;
    }

    .solution-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: auto;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

    .item__right .item__title h2 {
      font-size: 18px;
      margin-top: 3px;
    }

    .item__right .item__subtitle p {
      margin: 10px 0
    }

    .solution-item-active {
      height: auto;
    }

    .solutions .fp-slides {
      height: 445px;
    }
  }

  @media screen and (max-width: 750px) {
    .solutions {
      padding-top: 50px !important;
    }

    .solution-item {
      height: 400px !important;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

    .solutions .item__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding-top: 20px;
      margin: 0;
    }

    .solutions .fp-slides {
      height: 400px;
    }

    .section.solutions .container {
      height: 0;
    }

    .solutions__content--desktop {
      display: none;
    }

    .solutions__slides {
      display: block;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }
  }

  @media screen and (max-width: 500px) {
    .solutions {
      padding-top: 50px !important;
    }

    .solutions .item__left {
      width: 100%;
    }

    .solutions .item__right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
    }

    .solutions .fp-slides {
      height: 360px;
    }

    .section.solutions .container {
      height: 0;
    }

    .solutions__content--desktop {
      display: none;
    }

    .solutions__slides {
      display: block;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
    }

    .solutions .slide.fp-slide {
      width: 30% !important;
      padding-right: 20px;
    }
  }

  @media screen and (max-width: 370px) {
    .solutions .item__right {
      text-align: left;
    }

    .solutions .item__title {
      font-size: 18px;
      font-weight: 600;
      font-size: 18px;
      color: #111111;
    }

    .solutions .item__subtitle {
      font-size: 14px;
      line-height: 18px;
      color: #939393;
    }

    .solutions .slide.fp-slide {
      width: 290px !important;
    }
  }
}

@media screen and (max-width: 500px) {
  .item__left.active .item-img {
    top: auto;
    width: 100%;
    height: auto;
    transition: all 0s  ;
    -webkit-transition: all 0s  ;
    -moz-transition: all 0s  ;
    -ms-transition: all 0s  ;
    -o-transition: all 0s  ;
  }
  .fp-slides .fp-slide:nth-of-type(3) .item__left .item-img{
    height: auto;
  }
  .fp-slides .fp-slide:nth-of-type(1) .item__left .item-img{
    height: auto;
  }
  .item-img {
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }

  .solutions .slide.fp-slide {
    width: 30% !important;
    padding-right: 20px;
  }

  .solutions .item__left {
    width: 100%;
  }

  .solutions .item__left {
    height: 200px !important;
  }

  .solutions .fp-slidesNav {
    display: none !important;
  }

  .solutions__slides {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100%;
  }

  .solutions .fp-slides {
    height: 360px;
  }

  .solutions .item__right {
    width: auto;
    text-align: left;
    margin: 0 auto 0 0;
  }


  .solution-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 241.88px;
  }

  .item__right .item__title h2 {
    font-size: 19px;
    margin-top: 3px;
  }

  .item__right .item__subtitle p {
    margin: 10px 0
  }

  .solutions {
    padding-top: 50px !important;
  }

  .solutions .item__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .solutions .fp-slides {
    height: 360px;
  }

  .section.solutions .container {
    height: 0;
  }

  .solutions__content--desktop {
    display: none;
  }

  .solutions__slides {
    display: block;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .solutions .slide.fp-slide {
    width: 30% !important;
  }
}
@media screen and (max-width: 370px) {
  .item-img {
    width: 100%;
    height: auto;
  }
  .solutions__slides .fp-slidesContainer .slide:nth-of-type(3) .item-img{
    width: 100%;
    height: auto;
  }
  .solutions .item__right {
    text-align: left;
    margin: 0 auto 0 0;
  }

  .solutions .item__right {
    text-align: left;
  }

  .solutions .item__title {
    font-size: 18px;
    font-weight: 600;
    font-size: 18px;
    color: #111111;
  }

  .solutions .item__subtitle {
    font-size: 14px;
    line-height: 18px;
    color: #939393;
  }

  .solutions .slide.fp-slide {
    width: 30% !important;
  }
}

@media screen and (max-height: 950px) {
  .solutions {
    padding-top: 130px !important;
  }
}

@media screen and (max-height: 800px) {
  .solution-item.active {
    height: 44% !important;
  }

  @media screen and (max-width: 750px) {
    .solution-item.active {
      height: 400px !important;
    }

    .solution-item.unactive {
      height: 400px !important;
    }
  }
}
.fp-slidesContainer .fp-slide:nth-of-type(1) .item__img img{
  width: 132px;
}
.fp-slidesContainer .fp-slide:nth-of-type(2) .item__img img{
  width: 136px;
}
.fp-slidesContainer .fp-slide:nth-of-type(3) .item__img img{
  width: 83px;
}
@media screen and (max-height: 750px) {
  .solutions .item__left {
    width: calc(100% - 100px);
  }

  .solutions .fp-slides {
    height: 400px;
  }

  @media screen and (min-width: 750px) {
    .fp-slides .container {
      height: 50% !important;
    }

    .solution-item {
      height: 400px !important;
    }

    .solution-item.active {
      height: 400px !important;
    }

    .solution-item.unactive {
      height: 400px !important;
    }

    .solutions .item__left {
      height: 100%;
    }
  }

  @media screen and (max-width: 650px) {

    /* .solutions .item__left{
      height: 280px !important;
    } */
    .solutions .item__left {
      width: calc(100% - 50px);
    }
  }

  @media screen and (max-width:500px) {
    .solutions .item__left {
      width: 100%;
    }
  }
}

@media screen and (max-width: 750px) {
  .solutions .item__left {
    height: 280px !important;
  }
}

@media screen and (max-width: 650px) {

  /* .solutions .item__left{
    height: 280px !important;
  } */
  .solutions .item__left {
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .solutions .item__left {
    height: 215px !important;
  }

  .embed-video-wrapper {
    height: auto;
    display: none;
  }
  
}
.plyr--video{
  height: 100%;
}
@media screen and (max-width: 500px) {
  .solutions .item__left {
    height: 220px !important;
  }
}
@media screen and (max-width: 400px) {
  .solutions .item__left {
    height: 180px !important;
  }
}
@media screen and (max-height: 750px) {
  .solutions {
    padding-top: 50px !important;
  }
}
.fancybox-slide>* {
  padding: 0;
}
.unactive .play-circle__wrapper{
  display: block !important;
}
@media screen and (max-height: 500px) and (orientation:landscape){
  .embed-video-wrapper{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
    margin: 0;
  }
  .solution-item{
    margin-top: 44px;
  }
  .solution-item .item__subtitle{
    display: none;
  }
  .solution-item .item__img{
    display: none;
  }
  .solutions .item__left{
    height: 59vh !important;
  }
  .item-img{
    width: 80%;
  }
  @media screen and (max-height: 370px){
    .solution-item{
      margin-top: 68px;
    }
  }
}