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

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

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

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

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

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  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 in Chrome and Safari on macOS.
 */
[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 Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

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

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

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

/*!
 * Bootstrap Grid v4.1.3 (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 {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar; }

*,
*::before,
*::after {
  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: flex;
  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 {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

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

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

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

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

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

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

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

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2 {
    order: 2; }
  .order-lg-3 {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.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; }

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

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

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

.d-inline-flex {
  display: inline-flex !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; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !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; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !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; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !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; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  -ms-grid-row-align: auto !important;
      align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  -ms-grid-row-align: center !important;
      align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  -ms-grid-row-align: stretch !important;
      align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    -ms-grid-row-align: auto !important;
        align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    -ms-grid-row-align: center !important;
        align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    -ms-grid-row-align: stretch !important;
        align-self: stretch !important; } }

/*!
 * fullPage 2.9.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  /* Safari<=5 Android<=3 */
  /* <=28 */
  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;
  /* Safari<=6 Android<=4.3 */
  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;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  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 {
  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;
  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-slidesNav ul li a.active span,
#fp-nav ul li:hover 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;
  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 0px 0px -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 {
  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-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

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

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel button.owl-dot {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */ }
  .owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease; }
  .owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
    max-height: 0; }
  .owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      background: #869791;
      color: #FFF;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }

/*
@media (min-width: 1200px) {
    .container {
        max-width: $screen-xl;
    }
}*/
@font-face {
  font-family: 'fontello';
  src: url("../fonts/Fontello_icons/fontello.eot?14015577");
  src: url("../fonts/Fontello_icons/fontello.eot?14015577#iefix") format("embedded-opentype"), url("../fonts/Fontello_icons/fontello.woff?14015577") format("woff"), url("../fonts/Fontello_icons/fontello.ttf?14015577") format("truetype"), url("../fonts/Fontello_icons/fontello.svg?14015577#fontello") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?14015577#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */ }

.icon-twitter:before {
  content: '\e800'; }

.icon-user:before {
  content: '\e801'; }

.icon-vkontakte:before {
  content: '\e802'; }

.icon-facebook:before {
  content: '\e803'; }

.icon-slideshare:before {
  content: '\e804'; }

.icon-instagram:before {
  content: '\e805'; }

.icon-linkedin:before {
  content: '\e806'; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/Helvetica_Neue/hncyr_25.eot");
  src: url("../fonts/Helvetica_Neue/hncyr_25.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica_Neue/hncyr_25.woff2") format("woff2"), url("../fonts/Helvetica_Neue/hncyr_25.woff") format("woff"), url("../fonts/Helvetica_Neue/hncyr_25.ttf") format("truetype"), url("../fonts/Helvetica_Neue/hncyr_25.svg#helveticaneuecyr_ultraltXBd") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/Helvetica_Neue/hncyr_26.eot");
  src: url("../fonts/Helvetica_Neue/hncyr_26.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica_Neue/hncyr_26.woff2") format("woff2"), url("../fonts/Helvetica_Neue/hncyr_26.woff") format("woff"), url("../fonts/Helvetica_Neue/hncyr_26.ttf") format("truetype"), url("../fonts/Helvetica_Neue/hncyr_26.svg#helveticaneuecyr_ultraltXBdIt") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/Helvetica_Neue/hncyr_35.eot");
  src: url("../fonts/Helvetica_Neue/hncyr_35.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica_Neue/hncyr_35.woff2") format("woff2"), url("../fonts/Helvetica_Neue/hncyr_35.woff") format("woff"), url("../fonts/Helvetica_Neue/hncyr_35.ttf") format("truetype"), url("../fonts/Helvetica_Neue/hncyr_35.svg#helveticaneuecyr_thinthin") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/Helvetica_Neue/hncyr_36.eot");
  src: url("../fonts/Helvetica_Neue/hncyr_36.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica_Neue/hncyr_36.woff2") format("woff2"), url("../fonts/Helvetica_Neue/hncyr_36.woff") format("woff"), url("../fonts/Helvetica_Neue/hncyr_36.ttf") format("truetype"), url("../fonts/Helvetica_Neue/hncyr_36.svg#helveticaneuecyr_thinThIt") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/Helvetica_Neue/hncyr_45.eot");
  src: url("../fonts/Helvetica_Neue/hncyr_45.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica_Neue/hncyr_45.woff2") format("woff2"), url("../fonts/Helvetica_Neue/hncyr_45.woff") format("woff"), url("../fonts/Helvetica_Neue/hncyr_45.ttf") format("truetype"), url("../fonts/Helvetica_Neue/hncyr_45.svg#helveticaneuecyr_lightlight") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/Helvetica_Neue/hncyr_46.eot");
  src: url("../fonts/Helvetica_Neue/hncyr_46.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica_Neue/hncyr_46.woff2") format("woff2"), url("../fonts/Helvetica_Neue/hncyr_46.woff") format("woff"), url("../fonts/Helvetica_Neue/hncyr_46.ttf") format("truetype"), url("../fonts/Helvetica_Neue/hncyr_46.svg#helveticaneuecyr_lightLtIt") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/Helvetica_Neue/hncyr_55.eot");
  src: url("../fonts/Helvetica_Neue/hncyr_55.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica_Neue/hncyr_55.woff2") format("woff2"), url("../fonts/Helvetica_Neue/hncyr_55.woff") format("woff"), url("../fonts/Helvetica_Neue/hncyr_55.ttf") format("truetype"), url("../fonts/Helvetica_Neue/hncyr_55.svg#helveticaneuecyrregular") format("svg");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/Helvetica_Neue/hncyr_56.eot");
  src: url("../fonts/Helvetica_Neue/hncyr_56.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica_Neue/hncyr_56.woff2") format("woff2"), url("../fonts/Helvetica_Neue/hncyr_56.woff") format("woff"), url("../fonts/Helvetica_Neue/hncyr_56.ttf") format("truetype"), url("../fonts/Helvetica_Neue/hncyr_56.svg#helveticaneuecyritalic") format("svg");
  font-weight: 600;
  font-style: italic; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/Helvetica_Neue/hncyr_65.eot");
  src: url("../fonts/Helvetica_Neue/hncyr_65.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica_Neue/hncyr_65.woff2") format("woff2"), url("../fonts/Helvetica_Neue/hncyr_65.woff") format("woff"), url("../fonts/Helvetica_Neue/hncyr_65.ttf") format("truetype"), url("../fonts/Helvetica_Neue/hncyr_65.svg#helveticaneuecyr_mediummedium") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/Helvetica_Neue/hncyr_66.eot");
  src: url("../fonts/Helvetica_Neue/hncyr_66.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica_Neue/hncyr_66.woff2") format("woff2"), url("../fonts/Helvetica_Neue/hncyr_66.woff") format("woff"), url("../fonts/Helvetica_Neue/hncyr_66.ttf") format("truetype"), url("../fonts/Helvetica_Neue/hncyr_66.svg#helveticaneuecyr_mediumMdIt") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/Helvetica_Neue/hncyr_75.eot");
  src: url("../fonts/Helvetica_Neue/hncyr_75.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica_Neue/hncyr_75.woff2") format("woff2"), url("../fonts/Helvetica_Neue/hncyr_75.woff") format("woff"), url("../fonts/Helvetica_Neue/hncyr_75.ttf") format("truetype"), url("../fonts/Helvetica_Neue/hncyr_75.svg#helveticaneuecyrbold") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'HelveticaNeueCyr';
  src: url("../fonts/Helvetica_Neue/hncyr_76.eot");
  src: url("../fonts/Helvetica_Neue/hncyr_76.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica_Neue/hncyr_76.woff2") format("woff2"), url("../fonts/Helvetica_Neue/hncyr_76.woff") format("woff"), url("../fonts/Helvetica_Neue/hncyr_76.ttf") format("truetype"), url("../fonts/Helvetica_Neue/hncyr_76.svg#helveticaneuecyrbold_italic") format("svg");
  font-weight: 900;
  font-style: italic; }

.btn {
  display: inline-block;
  line-height: 2.28571rem;
  width: 11.57143rem;
  height: 2.28571rem;
  text-align: center;
  font-size: 0.92857rem;
  color: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  border: solid 0.07143rem rgba(244, 244, 244, 0.25);
  transition: 0.2s;
  border-radius: 1.07143rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #ff0000; }

.theme-light .btn {
  color: #000;
  border-color: rgba(0, 0, 0, 0.25); }
  .theme-light .btn:hover {
    background-color: #F00;
    color: #FFF;
    border-color: #F00; }

* {
  outline: none; }

html {
  font-family: "HelveticaNeueCyr", sans-serif;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.3; }

body {
  background-color: white;
  font-size: 1rem; }
  body.no-scroll {
    overflow: hidden; }

html.fp-enabled body {
  overflow: hidden; }

a {
  color: #ff0000;
  text-decoration: none;
  transition: all 0.2s ease; }
  a:focus, a:active {
    outline: none; }
  a.link-dotted {
    display: inline-block;
    border-bottom: dotted 0.07143rem;
    font-weight: 400;
    line-height: 1; }
    a.link-dotted:hover {
      border-bottom-color: transparent; }

p {
  margin: 0 0 15px; }

ul.red-dots {
  list-style: none;
  margin: 0;
  padding: 0; }
  ul.red-dots li {
    position: relative;
    padding-left: 2rem; }
    ul.red-dots li:before {
      content: '';
      position: absolute;
      width: 0.35714rem;
      height: 0.35714rem;
      left: 0;
      top: 0.42857em;
      border-radius: 50%;
      background: #ff0000; }
    ul.red-dots li + li {
      margin-top: 1.78571rem; }

header, footer {
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0; }

header {
  top: 0; }

footer {
  bottom: 0; }

ul.menu-bottom {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  position: fixed;
  left: 40px;
  bottom: 20px;
  font-size: 1.21429rem;
  max-width: calc(100% - 160px - 80px);
  overflow-x: auto; }
  ul.menu-bottom li {
    padding: 0;
    opacity: 0.5;
    transition: opacity 0.2s ease; }
    ul.menu-bottom li:not(:last-child) {
      margin-right: 3.57143rem; }
    ul.menu-bottom li a {
      display: block;
      color: #000;
      border-bottom: 1px solid transparent;
      white-space: nowrap; }
    ul.menu-bottom li.active, ul.menu-bottom li:hover {
      opacity: 1; }
    ul.menu-bottom li.active a {
      border-bottom-color: #F00; }

.social-bottom {
  position: fixed;
  right: 40px;
  bottom: 20px;
  display: flex;
  align-items: center; }
  .social-bottom .social-visible,
  .social-bottom .social-hidden {
    display: flex;
    align-items: center; }
  .social-bottom .social-hidden {
    display: none; }
  .social-bottom .social-opener {
    width: 20px;
    height: 25px;
    margin-left: 1.78571rem;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer; }
    .social-bottom .social-opener span {
      position: relative; }
      .social-bottom .social-opener span, .social-bottom .social-opener span:before, .social-bottom .social-opener span:after {
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #fff;
        transition: all 0.3s ease; }
      .social-bottom .social-opener span:before, .social-bottom .social-opener span:after {
        content: '';
        display: block;
        position: absolute;
        border-width: 0; }
      .social-bottom .social-opener span:before {
        transform: translateX(-8px);
        border-color: transparent transparent transparent #fff;
        border-width: 6px 0 0 10px; }
      .social-bottom .social-opener span:after {
        transform: translateX(8px);
        border-color: #fff transparent transparent transparent;
        border-width: 6px 10px 0 0; }
  .social-bottom a {
    display: block;
    width: auto;
    min-width: 25px;
    height: 25px;
    margin-left: 1.78571rem;
    color: #FFF;
    font-size: 1.42857rem;
    transition: all 0.3s ease; }
  .social-bottom.open .social-hidden {
    display: flex; }
  .social-bottom.open .social-opener span {
    width: 50%;
    transform: translateX(-100%); }
    .social-bottom.open .social-opener span, .social-bottom.open .social-opener span:before, .social-bottom.open .social-opener span:after {
      border-radius: 0; }
    .social-bottom.open .social-opener span:before, .social-bottom.open .social-opener span:after {
      right: 0;
      transform: none;
      background-color: transparent;
      width: 0;
      height: 0;
      border-style: solid; }
    .social-bottom.open .social-opener span:before {
      top: 0;
      bottom: auto;
      transform: translateY(-4px) translateX(10px); }
    .social-bottom.open .social-opener span:after {
      top: auto;
      bottom: 0;
      transform: translateY(4px) translateX(10px); }

.logo {
  display: block;
  position: fixed;
  cursor: pointer;
  top: 35px;
  left: 40px;
  width: 185px;
  height: 33px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url("../img/svg/logo-black.svg");
  transition: all 0.2s ease; }

.menu-burger {
  display: none; }

.right-buttons {
  position: absolute;
  top: 35px;
  right: 40px; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: block; }

.fp-tableCell {
  display: flex;
  align-items: center; }

main {
  min-width: 1200px;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

section {
  width: 100vw;
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-color: #FFF; }
  section .section-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1; }
  section .section-content {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 80px 40px 50px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  section.section-dark {
    color: #FFF; }
  section.section-light {
    color: #000; }

section.main {
  background-color: #200002; }

h1 {
  margin-top: 0;
  font-size: 4.28571rem;
  font-weight: 300;
  line-height: 5rem;
  margin-bottom: 3.57143rem; }
  h1 span {
    color: #ff0000;
    font-weight: 400; }

.main-content-desc {
  font-size: 1.78571rem;
  font-weight: 300;
  line-height: 3.57143rem; }

.groups-row {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 80px 0 50px;
  justify-content: space-evenly; }

.groups-col {
  width: 100%;
  height: 100%; }

.group-content {
  position: relative;
  padding: 80px 40px 50px;
  height: 100%;
  display: flex;
  flex-direction: column; }

.group-item {
  height: 100%;
  width: 100%;
  padding: 20px 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-height: 17.85714rem; }

.groups-row__row {
  display: flex;
  width: 100%;
  height: auto; }

.groups-row__col {
  display: flex;
  width: 100%;
  vertical-align: middle;
  padding: 0 40px; }

.groups-background-row {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex; }

.groups-background-col {
  width: 100%; }

.companies-1,
.companies-2,
.companies-3 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.companies-1 {
  background-image: url("../img/companies-1.jpg"); }

.companies-2 {
  background-image: url("../img/companies-2.jpg"); }

.companies-3 {
  background-image: url("../img/companies-3.jpg"); }

.company-logo {
  min-height: 5rem; }
  .company-logo img {
    max-height: 4.5rem; }

.company-text {
  max-width: 19.28571rem;
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.78571rem; }

.company-contacts {
  color: #999;
  font-size: 1.21429rem;
  line-height: 2.14286rem;
  min-height: 7rem;
  max-width: 19.28571rem; }
  .company-contacts a {
    color: inherit;
    border-bottom: 1px solid transparent; }
    .company-contacts a:hover {
      border-bottom-color: inherit; }
  .company-contacts p {
    padding: 0;
    margin: 0; }

.company-link a {
  font-size: 1.42857rem;
  line-height: 2.14286rem;
  display: inline-block;
  border-bottom: solid 0.07143rem #ff0000;
  color: #000; }
  .company-link a:hover {
    border-bottom-color: transparent; }

.theme-dark .logo {
  background-image: url("../img/svg/logo-white.svg") !important; }

.theme-dark ul.menu-bottom li a {
  color: #FFF; }

.theme-dark .social-bottom a {
  color: #FFF; }

.theme-dark .social-opener span, .theme-dark .social-opener span:before, .theme-dark .social-opener span:after {
  background-color: #FFF; }

.theme-dark .social-opener span:before {
  border-color: transparent transparent transparent #FFF; }

.theme-dark .social-opener span:after {
  border-color: #FFF transparent transparent transparent; }

.theme-light .logo {
  background-image: url("../img/svg/logo-black.svg") !important; }

.theme-light ul.menu-bottom li {
  opacity: 1; }
  .theme-light ul.menu-bottom li:first-child:not(:active):not(:hover), .theme-light ul.menu-bottom li:not(:first-child):hover, .theme-light ul.menu-bottom li:not(:first-child):active {
    opacity: 0.5; }
  .theme-light ul.menu-bottom li a {
    color: #000; }

.theme-light .social-bottom a {
  color: #000; }

.theme-light .social-opener span, .theme-light .social-opener span:before, .theme-light .social-opener span:after {
  background-color: #000; }

.theme-light .social-opener span:before {
  border-color: transparent transparent transparent #000; }

.theme-light .social-opener span:after {
  border-color: #000 transparent transparent transparent; }

.company-slide {
  display: flex;
  width: 100%; }

.company-slide__left {
  flex: 0 0 33%;
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.company-slide__logo {
  display: block; }

.company-slide__content {
  flex: 0 0 auto;
  width: 67%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

.company-slide__content-text,
.company-slide__content-advantages {
  min-height: 18.57143rem;
  padding-bottom: 1.42857rem; }

.company-slide__content-text {
  font-size: 1.42857rem;
  font-weight: 400;
  line-height: 2.14286rem; }
  .company-slide__content-text p:not(:last-child) {
    margin-bottom: 2.14286rem; }

.company-slide__content-advantages {
  display: flex;
  justify-content: space-between; }

.company-advantage {
  width: 100%;
  padding-right: 40px; }
  .company-advantage:hover .company-advantage__icon {
    opacity: 1; }

.company-advantage__icon {
  min-height: 7.14286rem;
  padding-bottom: 1.07143rem;
  opacity: .35;
  transition: opacity 0.2s ease; }
  .company-advantage__icon img {
    max-height: 80px; }

.company-advantage__text {
  line-height: 1.5; }

.company-slide__content-heading {
  font-size: 2.14286rem;
  font-weight: 500;
  line-height: 2.5rem;
  min-height: 5.71429rem;
  color: #ff0000; }

.company-slide__content-cols {
  min-height: 12.85714rem;
  line-height: 1.5;
  display: flex; }

.company-col {
  position: relative;
  width: 100%;
  padding-right: 20px; }

.company-slide__content-cols-steps {
  margin-bottom: 30px; }
  .company-slide__content-cols-steps .company-col:after {
    position: absolute;
    width: 2rem;
    height: 0.35714rem;
    left: 75%;
    top: 10px;
    transform: translate(-50%, -50%);
    background-size: 100% 100%;
    background: url("../img/desc-slide-step-title.png"); }
  .company-slide__content-cols-steps .company-col:not(:last-child):after {
    content: ''; }
  .company-slide__content-cols-steps .company-col__heading {
    min-height: 5.71429rem;
    font-size: 1.42857rem;
    line-height: 1.64286rem;
    padding-bottom: 0.71429rem;
    font-weight: 600;
    min-width: 10rem;
    width: 50%; }
  .company-slide__content-cols-steps p {
    font-size: 0.85714rem;
    line-height: 1.42857rem;
    font-weight: 600;
    width: 10rem; }

.company-slide__content-clients__slider {
  width: auto; }
  .company-slide__content-clients__slider .owl-item:first-child .company-client {
    padding-left: 0; }
  .company-slide__content-clients__slider .owl-item:last-child .company-client {
    padding-right: 0; }
  .company-slide__content-clients__slider .company-client {
    height: 50px;
    padding: 0 25px;
    transition: all 0.2s ease;
    cursor: move;
    margin: 0 auto;
    opacity: .5;
    -webkit-filter: grayscale(100%);
    -webkit-filter: grayscale(1);
    filter: grayscale(100%);

    filter: url('../img/filters/gray.svg#grayscale'); 
    filter: gray; }
    .company-slide__content-clients__slider .company-client:hover {
      opacity: 1;
      filter: grayscale(0); }
    .company-slide__content-clients__slider .company-client img {
      display: block;
      height: 100%;
      width: auto;
      max-height: 3.57143rem;
      max-width: 6.42857rem;
      margin: 0; }

.company-slide__content-clients__slider .owl-prev,
.company-slide__content-clients__slider .owl-next {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 25px;
  height: 50px;
  margin: auto 0;
  transition: opacity 0.2s ease;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: contain !important; }

.company-slide__content-clients__slider .owl-prev.disabled,
.company-slide__content-clients__slider .owl-next.disabled {
  opacity: 0;
  cursor: default; }

.company-slide__content-clients__slider .owl-prev {
  left: -25px;
  background-image: url("../img/svg/arrow-prev.svg") !important;
  background-size: 100% 100%; }

.company-slide__content-clients__slider .owl-next {
  right: -25px;
  background-image: url("../img/svg/arrow-next.svg") !important;
  background-size: 100% 100%; }

.section-group-dots {
  display: flex;
  align-items: center;
  margin-left: -8px;
  margin-right: -8px;
  margin-bottom: -8px; }

.section-group-dots__dot {
  position: relative;
  display: block;
  width: 21px;
  height: 21px;
  opacity: .3;
  cursor: pointer; }
  .section-group-dots__dot:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #000; }
  .section-group-dots__dot:not(:last-child) {
    margin-right: 15px; }
  .section-group-dots__dot.selected {
    opacity: 1; }

.modals {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
  visibility: hidden;
  transform: scale(1.5);
  transition: all 0.3s ease, z-index 0s;
  background-color: #000;
  background-image: url("../img/nav.png");
  background-size: cover; }
  .modals.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: scale(1); }
  .modals.z-index {
    z-index: 1001; }

.sidebar {
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 42.85714rem;
  background-color: #FFF;
  transform: translateX(200px);
  transition: transform 0.3s ease, opacity 0.3s ease;
  opacity: 0;
  pointer-events: none; }
  .sidebar.open {
    display: block;
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto; }
  .sidebar .modal-body {
    padding: 80px 40px 100px 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    min-height: 670px; }
  .sidebar .modal-heading {
    font-size: 2.85714rem;
    font-weight: 200;
    margin-bottom: 3.57143rem; }
  .sidebar .modal-close {
    cursor: pointer;
    position: absolute;
    top: 2.85714rem;
    right: 2.85714rem;
    width: 2.14286rem;
    height: 2.14286rem;
    transition: 0.2s; }
    .sidebar .modal-close:hover {
      transform: rotate(90deg); }
    .sidebar .modal-close:before, .sidebar .modal-close:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 0.28571rem;
      left: 0;
      top: 50%;
      margin-top: -0.14286rem;
      border-radius: 0.14286rem;
      background: #000; }
    .sidebar .modal-close:before {
      transform: rotate(-45deg); }
    .sidebar .modal-close:after {
      transform: rotate(45deg); }
  .sidebar .modal-copyright {
    position: absolute;
    left: 1.28571rem;
    right: 1.28571rem;
    bottom: 1.28571rem;
    font-size: 0.78571rem;
    opacity: .4;
    display: flex;
    justify-content: space-between; }

.form-success-message {
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 1.7rem; }

form {
  position: relative; }
  form.success {
    overflow: hidden; }
    form.success .form-success-message {
      display: flex; }

.form-inputs {
  margin-bottom: 70px; }

.form-block {
  width: 16.78571rem;
  position: relative;
  margin-bottom: 1.78571rem; }
  .form-block:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0.07143rem;
    left: 50%;
    bottom: -0.07143rem;
    transform: translateX(-50%);
    background: #000;
    transition: all 0.4s; }
  .form-block.focus:before {
    width: 100%; }
  .form-block.focus .placeholder {
    line-height: 1.42857rem;
    font-size: 1.07143rem;
    transform: translateY(-1.07143rem); }
  .form-block .agreement {
    padding-top: 5px; }

.alert {
  position: absolute;
  height: 1.42857rem;
  padding: 0 0.71429rem;
  background: red;
  color: #fff;
  font-size: 0.85714rem;
  line-height: 1.42857rem;
  top: 0;
  right: 0;
  font-style: normal;
  border-radius: 0.28571rem;
  transition: all 0.4s;
  opacity: 0;
  z-index: -2;
  white-space: nowrap; }
  .alert:after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: solid 0.57143rem red;
    border-left: solid 0.35714rem transparent;
    border-right: solid 0.35714rem transparent;
    bottom: -0.57143rem;
    right: 1.42857rem; }
  .alert.active {
    opacity: 1;
    z-index: 2;
    top: -1.35714rem; }

.input {
  display: block;
  width: 100%;
  height: 2.57143rem;
  font-size: 1.42857rem;
  font-weight: 300;
  border: 0;
  border-bottom: solid 0.07143rem #e5e5e5;
  border-radius: 0; }

.placeholder {
  position: absolute;
  left: 0;
  font-size: 1.42857rem;
  font-weight: 300;
  color: #999;
  top: 0;
  line-height: 2.57143rem;
  transition: all 0.3s;
  cursor: text; }

.form-block-text {
  width: 25rem; }

.form-submit-wrapp {
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.file {
  display: none; }

.file-block {
  margin-right: 3.57143rem;
  display: inline-block;
  vertical-align: bottom; }

.file-label {
  display: inline-block;
  font-size: 0.92857rem;
  padding-left: 2.14286rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative; }
  .file-label span {
    border-bottom: dotted 0.07143rem #F00;
    transition: all 0.2s; }
  .file-label:before {
    content: '';
    position: absolute;
    width: 1.35714rem;
    height: 1.21429rem;
    left: 0;
    top: 50%;
    margin-top: -0.64286rem;
    background: url("../img/file.png");
    background-size: 100% 100%;
    transition: all 0.3s;
    opacity: .3; }
  .file-label:hover span {
    border-bottom-color: transparent; }
  .file-label:hover:before {
    opacity: 1; }

.submit {
  width: 12.14286rem;
  height: 2.85714rem;
  border-radius: 1.28571rem;
  background: #F00;
  color: #fff;
  font-weight: 300;
  font-size: 1rem;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.2s;
  border: 0;
  padding-top: 0.14286rem;
  cursor: pointer; }
  .submit:hover {
    background: #000; }

@media (max-width: 1920px) and (min-width: 1600px) {
  .company-advantage__icon img {
    min-width: 4.64286rem; } }

@media (min-height: 700px) {
  .company-slide__content-clients__slider {
    margin-top: 3.57143rem; } }

@media screen and (max-width: 575px) {
  html, body {
    font-size: 9px; }
  .sidebar.menu {
    max-width: 330px; } }

@media screen and (max-width: 414px) {
  html, body {
    font-size: 8.5px; } }

@media screen and (max-width: 375px) {
  html, body {
    font-size: 8px; }
  .sidebar.menu {
    max-width: 300px; } }

@media screen and (max-width: 375px) and (max-height: 620px) {
  html, body {
    font-size: 7px; } }

@media screen and (max-width: 320px) {
  html, body {
    font-size: 7px; }
  .sidebar.menu {
    max-width: 270px; } }

@media screen and (max-width: 360px) and (max-height: 560px) {
  html, body {
    font-size: 7px; } }

@media screen and (min-width: 576px) {
  .d-d {
    display: block !important; }
  .d-m {
    display: none !important; }
  .v-d {
    visibility: visible;
    pointer-events: auto; }
  .v-m {
    visibility: hidden;
    pointer-events: none; } }

@media screen and (max-width: 575px) {
  .d-d {
    display: none !important; }
  .d-m {
    display: block !important; }
  .v-d {
    visibility: hidden;
    pointer-events: none; }
  .v-m {
    visibility: visible;
    pointer-events: auto; }
  h1 {
    margin-top: 0; }
  ul.red-dots li {
    margin-bottom: 10px; }
    ul.red-dots li:before {
      width: 4px;
      height: 4px; }
    ul.red-dots li + li {
      margin-top: 0; }
  main {
    min-width: auto; }
  section .section-content,
  .groups-row {
    padding: 90px 16px; }
  .logo {
    top: 16px;
    left: 16px;
    max-width: 130px;
    max-height: 20px;
    background-position: top left; }
  .right-buttons {
    position: fixed;
    right: 8px;
    top: 8px;
    display: flex; }
  .menu-burger {
    position: relative;
    display: block;
    width: 32px;
    height: 32px;
    padding: 16px 0 0;
    z-index: 10;
    cursor: pointer; }
    .menu-burger span, .menu-burger span:before, .menu-burger span:after {
      position: absolute;
      display: block;
      content: '';
      cursor: pointer;
      transition: all .3s ease-in-out;
      border-radius: 1px;
      background: #fff;
      margin: auto;
      left: 0;
      right: 0;
      width: 16px;
      height: 1px; }
    .menu-burger span:before {
      top: -5px; }
    .menu-burger span:after {
      bottom: -5px; }
    .menu-burger:hover span, .menu-burger:hover span:before, .menu-burger:hover span:after {
      background-color: #F00; }
  .feedback-btn {
    width: 32px;
    height: 32px;
    background-image: url("../img/svg/icons/mail-b.svg");
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: all 0.3s ease; }
  ul.menu-bottom {
    bottom: 8px;
    left: 16px;
    right: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    white-space: nowrap;
    overflow-x: auto;
    padding-bottom: 8px;
    padding-top: 8px;
    max-width: none; }
  .social-bottom {
    display: none; }
  ul.side-menu {
    font-size: 23px;
    font-weight: 400;
    line-height: 25px;
    list-style: none;
    padding: 0;
    margin-left: -16px;
    margin-right: -16px; }
    ul.side-menu li {
      padding: 10px 10px 10px 20px;
      margin: 0; }
      ul.side-menu li.last-red {
        border-bottom: 1px solid #ccc;
        padding-bottom: 20px; }
        ul.side-menu li.last-red + li a {
          padding-top: 20px;
          color: #737373; }
      ul.side-menu li a {
        display: block;
        color: #F00; }
  .theme-dark .feedback-btn {
    background-image: url("../img/svg/icons/mail-w.svg"); }
  .theme-dark .menu-burger span, .theme-dark .menu-burger span:before, .theme-dark .menu-burger span:after {
    background: #fff; }
  .theme-dark .menu-burger:hover span, .theme-dark .menu-burger:hover span:before, .theme-dark .menu-burger:hover span:after {
    background-color: #F00; }
  .theme-light .feedback-btn {
    background-image: url("../img/svg/icons/mail-b.svg"); }
  .theme-light .menu-burger span, .theme-light .menu-burger span:before, .theme-light .menu-burger span:after {
    background: #000; }
  .theme-light .menu-burger:hover span, .theme-light .menu-burger:hover span:before, .theme-light .menu-burger:hover span:after {
    background-color: #F00; }
  .main-content-desc br {
    display: none; }
  .groups-row {
    background-image: url("../img/companies-1.jpg");
    background-size: cover;
    flex-direction: column;
    justify-content: center; }
  .groups-row__row {
    display: block;
    width: 100%;
    height: auto; }
  .groups-row__col {
    display: block;
    width: 100%;
    vertical-align: middle;
    padding: 0;
    margin-bottom: 10px; }
  .contacts-row {
    background-image: none; }
  .group-content {
    padding: 0;
    height: auto; }
  .groups-col {
    height: auto;
    background-image: none; }
  .group-item {
    height: auto;
    min-height: auto;
    padding: 5px 0 0; }
  .company-logo {
    min-height: auto;
    margin-bottom: 10px;
    transition: all 0.3s ease; }
    .company-logo img {
      max-height: 30px;
      height: 100%;
      display: block;
      width: auto;
      max-width: 50%; }
      .company-logo img.company__func-logo {
        max-height: 20px; }
      .company-logo img.company__astra-logo {
        max-height: 40px;
        max-width: 105px; }
      .company-logo img.company__el_fidel-logo {
        max-height: 40px;
        max-width: 100px; }
  .company-text {
    max-width: none;
    font-size: 1.5rem;
    line-height: 1.4; }
    .company-text br {
      display: none; }
  .groups-accordion .group-item .groups-accordion__content {
    overflow: hidden;
    max-height: 0;
    transition: all 0.3s ease; }
  .groups-accordion .group-item.open .groups-accordion__content {
    max-height: 300px; }
  .groups-accordion .group-item.open .groups-accordion__button {
    display: none !important; }
  .groups-accordion__button {
    padding: 0;
    margin-top: 5px; }
    .groups-accordion__button span {
      font-size: 1.8rem;
      font-weight: 600;
      color: #CCC;
      border-bottom: 1px solid; }
  .company-slide {
    height: 100%;
    display: block; }
  .company-slide__left {
    display: none; }
  .company-slide__left,
  .company-slide__content {
    flex: 0 0 auto;
    width: 100%; }
  .company-slide__content {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
  .section-group-dots {
    display: none; }
  .company-slide__content-text {
    font-size: 2rem;
    line-height: 1.5; }
  .company-slide__logo {
    margin-bottom: 20px; }
    .company-slide__logo img {
      max-height: 50px;
      max-width: 170px; }
  .company-slide__content-clients__slider {
    margin-left: 0;
    margin-right: 0;
    padding-left: 18px;
    padding-right: 18px; }
    .company-slide__content-clients__slider.v-d {
      overflow: hidden;
      height: 1px;
      margin-bottom: -5vh; }
    .company-slide__content-clients__slider .owl-item:first-child .company-client {
      padding-left: 20px; }
    .company-slide__content-clients__slider .owl-item:last-child .company-client {
      padding-right: 20px; }
    .company-slide__content-clients__slider .company-client {
      padding: 0 20px;
      height: 40px; }
      .company-slide__content-clients__slider .company-client img {
        max-width: 100%;
        max-height: none;
        min-width: auto;
        min-height: auto;
        margin: auto; }
    .company-slide__content-clients__slider .owl-next,
    .company-slide__content-clients__slider .owl-prev {
      background-size: 18px !important;
      width: 18px; }
    .company-slide__content-clients__slider .owl-next {
      right: 0; }
    .company-slide__content-clients__slider .owl-prev {
      left: 0; }
  .company-slide__content-advantages {
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px; }
  .company-advantage {
    flex: 0 0 50%;
    width: 50%;
    padding: 5vh 10px; }
  .company-advantage__icon img {
    max-height: 6rem; }
  .company-advantage__text {
    line-height: 1.3;
    font-size: 1.6rem; }
    .company-advantage__text br {
      display: none; }
  .company-slide__content-heading {
    font-size: 3.34286rem;
    line-height: 1.3; }
  .company-slide__content-cols {
    flex-wrap: wrap; }
    .company-slide__content-cols .company-col {
      flex: 0 0 100%;
      width: 100%; }
      .company-slide__content-cols .company-col:not(:last-child) {
        margin-bottom: 10px; }
      .company-slide__content-cols .company-col:after {
        content: none !important; }
  .company-slide__content-cols-steps {
    font-size: 1.8rem;
    counter-reset: slidecol; }
    .company-slide__content-cols-steps .company-col__heading {
      font-size: 2.2rem;
      line-height: 1.3;
      min-height: auto;
      max-width: none;
      width: auto; }
      .company-slide__content-cols-steps .company-col__heading:before {
        counter-increment: slidecol;
        content: counter(slidecol) ".";
        color: #F00;
        display: inline;
        padding-right: 5px; }
      .company-slide__content-cols-steps .company-col__heading br {
        display: none; }
    .company-slide__content-cols-steps ul li {
      margin-bottom: 5px; }
    .company-slide__content-cols-steps p {
      width: auto;
      font-size: 1.6rem;
      line-height: 1.2;
      margin-bottom: 0; }
      .company-slide__content-cols-steps p br {
        display: none; }
  .company-services {
    font-size: 1.8rem; }
  .company-contacts,
  .company-link a {
    font-size: 1.8rem;
    line-height: 1.2;
    max-width: none; }
  .company-contacts {
    min-height: auto;
    margin-bottom: 10px; }
  .modals {
    transform: none; }
  .sidebar {
    width: 100%; }
    .sidebar.open {
      overflow: auto; }
    .sidebar .modal-close {
      top: 16px;
      right: 16px; }
    .sidebar .modal-body {
      padding: 30px 16px 60px;
      min-height: calc(100% - 20px);
      height: auto; }
    .sidebar .modal-heading {
      font-size: 4rem;
      font-weight: 300;
      margin-bottom: 1.5rem; }
    .sidebar .modal-copyright {
      position: relative;
      font-size: 1.5rem;
      opacity: .6;
      padding: 0 16px;
      left: 0;
      right: 0; }
  .form-inputs {
    margin-bottom: 20px;
    font-size: 1.8rem; }
  .form-submit-wrapp {
    justify-content: space-between; }
  .submit {
    width: 17rem;
    height: 5rem;
    font-size: 1.8rem; }
  .file-label {
    font-size: 1.7rem;
    padding-left: 3rem; }
    .file-label:before {
      width: 2.4rem;
      height: 2.18rem;
      margin-top: -1.09rem; }
  .input {
    height: 4.6rem;
    font-size: 2.2rem; }
  .file-block.focus {
    margin-right: 10px; }
    .file-block.focus .placeholder {
      font-size: 1.7rem;
      line-height: 2rem;
      transform: translateY(-1.2rem); }
  .form-block,
  .form-block-text {
    width: 100%; }
  .agreement {
    font-size: 1.6rem; }
  .placeholder {
    font-size: 2.2rem;
    line-height: 4.6rem; }
  .alert {
    height: 2.5rem;
    padding: 0 1.1rem;
    font-size: 1.5rem;
    line-height: 2.5rem;
    border-radius: 1rem; } }

@media screen and (max-width: 575px) and (max-height: 560px) {
  section .section-content,
  .groups-row {
    padding-top: 80px;
    padding-bottom: 80px; } }

@media screen and (max-width: 575px) and (max-height: 540px) {
  section .section-content,
  .groups-row {
    padding-top: 70px;
    padding-bottom: 70px; } }

@media screen and (max-width: 575px) and (max-height: 520px) {
  section .section-content,
  .groups-row {
    padding-top: 60px;
    padding-bottom: 60px; }
  .company-logo {
    margin-bottom: 3px; } }

@media screen and (max-width: 575px) and (max-height: 500px) {
  section .section-content,
  .groups-row {
    padding-top: 50px;
    padding-bottom: 50px; }
  .company-logo img {
    max-height: 25px !important; } }
