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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

/* Additional
   ========================================================================== */
iframe {
  border: 0; }

*:focus {
  outline: none; }

/* iphone video controller fix
   ========================================================================== */
*::-webkit-media-controls-panel {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-play-button {
  display: none !important;
  -webkit-appearance: none; }

*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-regular.eot");
  src: url("../fonts/opensans-regular-1.eot") format("embedded-opentype"), url("../fonts/opensans-regular.woff2") format("woff2"), url("../fonts/opensans-regular.woff") format("woff"), url("../fonts/opensans-regular.ttf") format("truetype"), url("../fonts/opensans-regular.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-italic.eot");
  src: url("../fonts/opensans-italic-1.eot") format("embedded-opentype"), url("../fonts/opensans-italic.woff2") format("woff2"), url("../fonts/opensans-italic.woff") format("woff"), url("../fonts/opensans-italic.ttf") format("truetype"), url("../fonts/opensans-italic.svg") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-light.eot");
  src: url("../fonts/opensans-light-1.eot") format("embedded-opentype"), url("../fonts/opensans-light.woff2") format("woff2"), url("../fonts/opensans-light.woff") format("woff"), url("../fonts/opensans-light.ttf") format("truetype"), url("../fonts/opensans-light.svg") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-lightitalic.eot");
  src: url("../fonts/opensans-lightitalic-1.eot") format("embedded-opentype"), url("../fonts/opensans-lightitalic.woff2") format("woff2"), url("../fonts/opensans-lightitalic.woff") format("woff"), url("../fonts/opensans-lightitalic.ttf") format("truetype"), url("../fonts/opensans-lightitalic.svg") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-semibold.eot");
  src: url("../fonts/opensans-semibold-1.eot") format("embedded-opentype"), url("../fonts/opensans-semibold.woff2") format("woff2"), url("../fonts/opensans-semibold.woff") format("woff"), url("../fonts/opensans-semibold.ttf") format("truetype"), url("../fonts/opensans-semibold.svg") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-semibolditalic.eot");
  src: url("../fonts/opensans-semibolditalic-1.eot") format("embedded-opentype"), url("../fonts/opensans-semibolditalic.woff2") format("woff2"), url("../fonts/opensans-semibolditalic.woff") format("woff"), url("../fonts/opensans-semibolditalic.ttf") format("truetype"), url("../fonts/opensans-semibolditalic.svg") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-bold.eot");
  src: url("../fonts/opensans-bold-1.eot") format("embedded-opentype"), url("../fonts/opensans-bold.woff2") format("woff2"), url("../fonts/opensans-bold.woff") format("woff"), url("../fonts/opensans-bold.ttf") format("truetype"), url("../fonts/opensans-bold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-bolditalic.eot");
  src: url("../fonts/opensans-bolditalic-1.eot") format("embedded-opentype"), url("../fonts/opensans-bolditalic.woff2") format("woff2"), url("../fonts/opensans-bolditalic.woff") format("woff"), url("../fonts/opensans-bolditalic.ttf") format("truetype"), url("../fonts/opensans-bolditalic.svg") format("svg");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-extrabold.eot");
  src: url("../fonts/opensans-extrabold-1.eot") format("embedded-opentype"), url("../fonts/opensans-extrabold.woff2") format("woff2"), url("../fonts/opensans-extrabold.woff") format("woff"), url("../fonts/opensans-extrabold.ttf") format("truetype"), url("../fonts/opensans-extrabold.svg") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/opensans-extrabolditalic.eot");
  src: url("../fonts/opensans-extrabolditalic-1.eot") format("embedded-opentype"), url("../fonts/opensans-extrabolditalic.woff2") format("woff2"), url("../fonts/opensans-extrabolditalic.woff") format("woff"), url("../fonts/opensans-extrabolditalic.ttf") format("truetype"), url("../fonts/opensans-extrabolditalic.svg") format("svg");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans Cond';
  src: url("../fonts/opensans-condlight.eot");
  src: url("../fonts/opensans-condlight-1.eot") format("embedded-opentype"), url("../fonts/opensans-condlight.woff2") format("woff2"), url("../fonts/opensans-condlight.woff") format("woff"), url("../fonts/opensans-condlight.ttf") format("truetype"), url("../fonts/opensans-condlight.svg") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans Cond';
  src: url("../fonts/opensans-condlightitalic.eot");
  src: url("../fonts/opensans-condlightitalic-1.eot") format("embedded-opentype"), url("../fonts/opensans-condlightitalic.woff2") format("woff2"), url("../fonts/opensans-condlightitalic.woff") format("woff"), url("../fonts/opensans-condlightitalic.ttf") format("truetype"), url("../fonts/opensans-condlightitalic.svg") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Open Sans Cond';
  src: url("../fonts/opensans-condbold.eot");
  src: url("../fonts/opensans-condbold-1.eot") format("embedded-opentype"), url("../fonts/opensans-condbold.woff2") format("woff2"), url("../fonts/opensans-condbold.woff") format("woff"), url("../fonts/opensans-condbold.ttf") format("truetype"), url("../fonts/opensans-condbold.svg") format("svg");
  font-weight: 700;
  font-style: normal; }

@media all and (max-width: 750px) {
  .hidden-xs {
    display: none !important; } }

.visible-xs {
  display: none !important; }
  @media all and (max-width: 750px) {
    .visible-xs {
      display: block !important; } }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row::before {
    content: "";
    display: table; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row.pseudo-table {
    width: calc(100% + 10px*2);
    margin: 0;
    position: relative;
    left: -10px; }
  .row.row-2 [class*="col-"]:nth-child(2n+1) {
    clear: left; }
  .row.row-3 [class*="col-"]:nth-child(3n+1) {
    clear: left; }
  .row.row-4 [class*="col-"]:nth-child(4n+1) {
    clear: left; }
  .row.row-no-pad {
    margin-left: 0;
    margin-right: 0; }
    .row.row-no-pad [class*="col-"] {
      padding: 0; }

[class*="col-"] {
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px; }
  [class*="col-"] > *:not(.row) {
    max-width: 100%;
    float: none; }
  [class*="col-"].pseudo-table-cell {
    float: none; }

.col-1-1 {
  width: 100%; }

.col-1-2 {
  width: 50%; }

.col-1-3 {
  width: 33.33%; }

.col-2-3 {
  width: 66.66%; }

.col-1-4 {
  width: 25%; }

.col-3-4 {
  width: 75%; }

.col-1-5 {
  width: 20%; }

.col-1-6 {
  width: 16.66%; }

.col-5-6 {
  width: 82.33%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

.col-offset-1-2 {
  margin-left: 50% !important; }
  .col-offset-1-2.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(50% + 10px); }

.col-offset-1-3 {
  margin-left: 33.33% !important; }
  .col-offset-1-3.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(33.33% + 10px); }

.col-offset-1-4 {
  margin-left: 25% !important; }
  .col-offset-1-4.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(25% + 10px); }

.col-offset-1-6 {
  margin-left: 16.66% !important; }
  .col-offset-1-6.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(16.66% + 10px); }

.col-offset-1-8 {
  margin-left: 12.5% !important; }
  .col-offset-1-8.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(12.5% + 10px); }

.col-offset-1-12 {
  margin-left: 8.33% !important; }
  .col-offset-1-12.pseudo-table-cell {
    margin-left: 0 !important;
    padding-left: calc(8.33% + 10px); }

@media all and (max-width: 750px) {
  .row.row-xs-2 [class*="col-"]:nth-child(n) {
    clear: none; }
  .row.row-xs-2 [class*="col-"]:nth-child(2n+1) {
    clear: left; }
  .col-xs-1 {
    margin-left: 0 !important;
    width: 100%; }
    .col-xs-1.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(0 + 10px); }
  .col-xs-1-2 {
    margin-left: 0 !important;
    width: 50%; }
    .col-xs-1-2.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(0 + 10px); }
  .col-xs-1-3 {
    margin-left: 0 !important;
    width: 33.33%; }
    .col-xs-1-3.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(0 + 10px); }
  .col-xs-2-3 {
    margin-left: 0 !important;
    width: 66.66%; }
    .col-xs-2-3.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(0 + 10px); }
  .col-xs-5-6 {
    width: 83.33%; }
  .col-xs-4-6 {
    width: 66.66%; }
  .col-xs-1-2 {
    width: 50%; }
  .col-xs-1-3 {
    width: 33.33%; }
  .col-xs-1-4 {
    width: 25.00%; }
  .col-xs-1-6 {
    width: 16.66%; }
  .col-xs-offset-0 {
    margin-left: 0 !important; }
    .col-xs-offset-0.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(0 + 10px); }
  .col-xs-offset-1-4 {
    margin-left: 25% !important; }
    .col-xs-offset-1-4.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(25% + 10px); }
  .col-xs-offset-1-6 {
    margin-left: 16.66% !important; }
    .col-xs-offset-1-6.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(16.66% + 10px); } }

@-webkit-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-moz-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-ms-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }

.si-floating {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating infinite ease-in-out 5s;
  -moz-animation: floating infinite ease-in-out 5s;
  -ms-animation: floating infinite ease-in-out 5s;
  animation: floating infinite ease-in-out 5s; }

@-webkit-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-moz-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-ms-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }

@keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }

.si-floating2 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating2 infinite ease-in-out 5s;
  -moz-animation: floating2 infinite ease-in-out 5s;
  -ms-animation: floating2 infinite ease-in-out 5s;
  animation: floating2 infinite ease-in-out 5s; }

@-webkit-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-moz-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }

@-ms-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }

@keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }

.si-floating3 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating3 infinite ease-in-out 5s;
  -moz-animation: floating3 infinite ease-in-out 5s;
  -ms-animation: floating3 infinite ease-in-out 5s;
  animation: floating3 infinite ease-in-out 5s; }

@-webkit-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }

@-moz-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }

@-ms-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }

@keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }

.si-floating4 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating4 infinite ease-in-out 5s;
  -moz-animation: floating4 infinite ease-in-out 5s;
  -ms-animation: floating4 infinite ease-in-out 5s;
  animation: floating4 infinite ease-in-out 5s; }

@-webkit-keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

@-moz-keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

@-ms-keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

@keyframes scale {
  from {
    transform: scale(1); }
  50% {
    transform: scale(1.3); }
  to {
    transform: scale(1); } }

.si-scale, .hover-scale-1:hover [class*="-image"] .icon, .hover-scale-1:hover [class*="-image"] .si-close, .hover-scale-1:hover [class*="-image"] .si-close-popup,
.hover-scale-1:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-scale-1:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: scale infinite ease-in-out 2s;
  -moz-animation: scale infinite ease-in-out 2s;
  -ms-animation: scale infinite ease-in-out 2s;
  animation: scale infinite ease-in-out 2s; }

@-webkit-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

@-moz-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

@-ms-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

@keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }

.si-scale2, .hover-scale-2:hover [class*="-image"] .icon, .hover-scale-2:hover [class*="-image"] .si-close, .hover-scale-2:hover [class*="-image"] .si-close-popup,
.hover-scale-2:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-scale-2:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: scale2 infinite ease-in-out 2s;
  -moz-animation: scale2 infinite ease-in-out 2s;
  -ms-animation: scale2 infinite ease-in-out 2s;
  animation: scale2 infinite ease-in-out 2s; }

@-webkit-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #008d74, 0 0 12px 14px #008d74; }
  to {
    box-shadow: 0 0 18px 6px rgba(0, 141, 116, 0), 0 0 4px 71px rgba(0, 141, 116, 0); } }

@-moz-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #008d74, 0 0 12px 14px #008d74; }
  to {
    box-shadow: 0 0 18px 6px rgba(0, 141, 116, 0), 0 0 4px 71px rgba(0, 141, 116, 0); } }

@-ms-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #008d74, 0 0 12px 14px #008d74; }
  to {
    box-shadow: 0 0 18px 6px rgba(0, 141, 116, 0), 0 0 4px 71px rgba(0, 141, 116, 0); } }

@keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #008d74, 0 0 12px 14px #008d74; }
  to {
    box-shadow: 0 0 18px 6px rgba(0, 141, 116, 0), 0 0 4px 71px rgba(0, 141, 116, 0); } }

.si-button-pulse:hover, .btn-ghost:hover {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: si-button-pulse 0.8s 0s ease-out 1;
  -moz-animation: si-button-pulse 0.8s 0s ease-out 1;
  -ms-animation: si-button-pulse 0.8s 0s ease-out 1;
  animation: si-button-pulse 0.8s 0s ease-out 1;
  box-shadow: none; }

@-webkit-keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #f00;
    box-shadow: 0 0 0 3px #f00; } }

@-moz-keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #f00;
    box-shadow: 0 0 0 3px #f00; } }

@-ms-keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #f00;
    box-shadow: 0 0 0 3px #f00; } }

@keyframes border-expand {
  from {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent; }
  to {
    -webkit-box-shadow: 0 0 0 3px #f00;
    box-shadow: 0 0 0 3px #f00; } }

.border-expand, .btn-border-expand:hover::after, .btn-border-expand:active::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: border-expand 0.3s ease-out both 0.15s;
  -moz-animation: border-expand 0.3s ease-out both 0.15s;
  -ms-animation: border-expand 0.3s ease-out both 0.15s;
  animation: border-expand 0.3s ease-out both 0.15s; }

@-webkit-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #f00;
    box-shadow: 0 0 0 3px #f00; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #f00; } }

@-moz-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #f00;
    box-shadow: 0 0 0 3px #f00; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #f00; } }

@-ms-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #f00;
    box-shadow: 0 0 0 3px #f00; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #f00; } }

@keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #f00;
    box-shadow: 0 0 0 3px #f00; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #f00; } }

.border-shrink, .btn-border-expand::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: border-shrink 0.3s ease-out both;
  -moz-animation: border-shrink 0.3s ease-out both;
  -ms-animation: border-shrink 0.3s ease-out both;
  animation: border-shrink 0.3s ease-out both; }

@-webkit-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

@-moz-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

@-ms-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }

.si-error, .hover-shake:hover [class*="-image"] .icon, .hover-shake:hover [class*="-image"] .si-close, .hover-shake:hover [class*="-image"] .si-close-popup,
.hover-shake:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-shake:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: shake 1 linear 0.8s;
  -moz-animation: shake 1 linear 0.8s;
  -ms-animation: shake 1 linear 0.8s;
  animation: shake 1 linear 0.8s; }

@-webkit-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

@-moz-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

@-ms-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

@keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }

.buzz-out, .hover-buzz-out:hover [class*="-image"] .icon, .hover-buzz-out:hover [class*="-image"] .si-close, .hover-buzz-out:hover [class*="-image"] .si-close-popup,
.hover-buzz-out:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-buzz-out:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: buzz-out 1 linear 1s;
  -moz-animation: buzz-out 1 linear 1s;
  -ms-animation: buzz-out 1 linear 1s;
  animation: buzz-out 1 linear 1s; }

@-webkit-keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-moz-keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@-ms-keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

@keyframes si-rotate {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.si-rotate, .hover-rotate:hover [class*="-image"] .icon, .hover-rotate:hover [class*="-image"] .si-close, .hover-rotate:hover [class*="-image"] .si-close-popup,
.hover-rotate:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-rotate:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: si-rotate infinite linear 1.8s;
  -moz-animation: si-rotate infinite linear 1.8s;
  -ms-animation: si-rotate infinite linear 1.8s;
  animation: si-rotate infinite linear 1.8s; }

@-webkit-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-ms-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

.pulse, .hover-scale-3:hover [class*="-image"] .icon, .hover-scale-3:hover [class*="-image"] .si-close, .hover-scale-3:hover [class*="-image"] .si-close-popup,
.hover-scale-3:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-scale-3:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: pulse 4s ease infinite;
  -moz-animation: pulse 4s ease infinite;
  -ms-animation: pulse 4s ease infinite;
  animation: pulse 4s ease infinite; }

@-webkit-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }

@-moz-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }

@-ms-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }

@keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }

.carpet-float, .hover-float:hover [class*="-image"] .icon, .hover-float:hover [class*="-image"] .si-close, .hover-float:hover [class*="-image"] .si-close-popup,
.hover-float:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-float:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: carpet-float 1.6s ease infinite;
  -moz-animation: carpet-float 1.6s ease infinite;
  -ms-animation: carpet-float 1.6s ease infinite;
  animation: carpet-float 1.6s ease infinite; }

@-webkit-keyframes btn-ani-shadow {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 40px; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-radius: 0; } }

@-moz-keyframes btn-ani-shadow {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 40px; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-radius: 0; } }

@-ms-keyframes btn-ani-shadow {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 40px; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-radius: 0; } }

@keyframes btn-ani-shadow {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 1;
    border-radius: 40px; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    border-radius: 0; } }

.btn-ani-shadow {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: btn-ani-shadow 0.3s ease both;
  -moz-animation: btn-ani-shadow 0.3s ease both;
  -ms-animation: btn-ani-shadow 0.3s ease both;
  animation: btn-ani-shadow 0.3s ease both; }

@-webkit-keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }

@-moz-keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }

@-ms-keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }

@keyframes btn-fall {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: 0; } }

.btn-fall, .btn-curtain:hover::after, .btn-curtain:active::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: btn-fall 0.3s ease forwards;
  -moz-animation: btn-fall 0.3s ease forwards;
  -ms-animation: btn-fall 0.3s ease forwards;
  animation: btn-fall 0.3s ease forwards; }

@-webkit-keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }

@-moz-keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }

@-ms-keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }

@keyframes btn-lift {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 100%;
    top: auto;
    bottom: 0; }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    height: 0;
    top: auto;
    bottom: 0; } }

.btn-lift, .btn-curtain::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: btn-lift 0.3s ease forwards;
  -moz-animation: btn-lift 0.3s ease forwards;
  -ms-animation: btn-lift 0.3s ease forwards;
  animation: btn-lift 0.3s ease forwards; }

@-webkit-keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-ms-keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate-loader {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }

.rotate-loader {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-loader 1.5s linear infinite;
  -moz-animation: rotate-loader 1.5s linear infinite;
  -ms-animation: rotate-loader 1.5s linear infinite;
  animation: rotate-loader 1.5s linear infinite; }

@-webkit-keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

@-moz-keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

@-ms-keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

@keyframes loader-bar {
  from {
    opacity: 1; }
  to {
    opacity: 0.2; } }

.loader-bar {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: loader-bar 1s linear infinite;
  -moz-animation: loader-bar 1s linear infinite;
  -ms-animation: loader-bar 1s linear infinite;
  animation: loader-bar 1s linear infinite; }

* {
  box-sizing: border-box; }

html {
  color: #fff;
  background: #010101 !important;
  font: 16px/24px 'Open Sans';
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  min-height: 100% !important;
  position: relative;
  overflow-x: auto !important;
  background: url("../images/basic-fon-img.jpg") repeat; }
  @media all and (max-width: 750px) {
    html {
      min-width: 620px; } }

body {
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  position: relative;
  overflow: hidden; }
  @media all and (max-width: 750px) {
    body {
      min-width: 620px; } }

#global-wrapper {
  overflow: hidden;
  min-width: 1200px;
  position: relative; }
  @media all and (max-width: 750px) {
    #global-wrapper {
      min-width: 620px; } }

.container {
  display: block;
  width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
  position: relative;
  z-index: 10; }
  @media all and (max-width: 750px) {
    .container {
      width: 620px;
      padding: 0 20px; } }

h1 {
  margin: 0; }

h2 {
  margin: 0; }

h3 {
  margin: 0; }

p, ul.marked {
  padding: 0;
  margin: 0 0 10px; }

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

address {
  font-style: normal; }

dl {
  margin: 0;
  padding: 0; }

dt, dd {
  display: inline-block;
  margin: 0;
  padding: 0; }

a, .underline, .dashed, .dotted {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #00a1dd;
  text-decoration: none;
  cursor: pointer !important;
  line-height: 1.2; }
  a.dark, .dark.underline, .dark.dashed, .dark.dotted {
    color: #000;
    border-color: #000; }
  a.light, .light.underline, .light.dashed, .light.dotted {
    color: #fff;
    border-color: #fff; }
  a.primary, .primary.underline, .primary.dashed, .primary.dotted {
    color: #bbb;
    border-color: #bbb; }
  a.offtop, .offtop.underline, .offtop.dashed, .offtop.dotted {
    color: #bbb;
    border-color: #bbb; }
  
  a:hover,
  .underline:hover,
  .dashed:hover,
  .dotted:hover, a:active, .underline:active, .dashed:active, .dotted:active {
    color: #f00;
    border-color: #f00; }
  .question:hover a, .question:hover .underline, .question:hover .dashed, .question:hover .dotted,
  .question:active a,
  .question:active .underline,
  .question:active .dashed,
  .question:active .dotted {
    color: #00a1dd !important;
    border-color: #00a1dd !important; }
  a.accent, .accent.underline, .accent.dashed, .accent.dotted {
    color: #f00;
    border-color: #f00; }
    a.accent:hover, .accent.underline:hover, .accent.dashed:hover, .accent.dotted:hover, a.accent:active, .accent.underline:active, .accent.dashed:active, .accent.dotted:active {
      color: #00a1dd;
      border-color: #00a1dd; }

.underline {
  border-bottom: 1px solid #00a1dd; }

.dashed {
  border-bottom: 1px dashed #00a1dd; }

.dotted {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  vertical-align: top; }
  .dotted::after {
    content: ".....................................................................................................................";
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 500; }

ul.nav {
  padding: 0;
  margin: 0; }
  ul.nav li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-block;
    list-style: none; }
    ul.nav li > a, ul.nav li > .underline, ul.nav li > .dashed, ul.nav li > .dotted,
    ul.nav li > span {
      display: inline-block;
      width: 100%;
      text-align: center;
      cursor: pointer !important; }

ul.not-marked {
  padding: 0;
  margin: 0; }
  ul.not-marked li {
    list-style: none; }

ul.marked li {
  list-style: none;
  padding-left: 20px;
  margin-bottom: 10px;
  position: relative; }
  ul.marked li::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    left: 0; }

[class*="slider-holder"] {
  position: relative; }

.swiper-button-prev, .swiper-button-next {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  background: none !important;
  left: 0px; }
  .swiper-button-prev.swiper-button-disabled, .swiper-button-disabled.swiper-button-next {
    opacity: 0; }
  .swiper-button-prev:hover, .swiper-button-next:hover, .swiper-button-prev:active, .swiper-button-next:active {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px); }
  .swiper-button-prev .icon, .swiper-button-next .icon, .swiper-button-prev .si-close, .swiper-button-next .si-close, .swiper-button-prev .si-close-popup, .swiper-button-next .si-close-popup,
  .swiper-button-prev .svg-icon,
  .swiper-button-next .svg-icon {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto; }

.swiper-button-next {
  left: auto;
  right: 0px; }
  .swiper-button-next:hover, .swiper-button-next:active {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -ms-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px); }

.swiper-pagination-bullets,
.swiper-container-horizontal > .swiper-pagination-bullets {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0; }
  .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #008d74;
    width: 111px;
    height: 2px;
    opacity: 1 !important;
    margin: 0 0px; }
    .swiper-pagination-bullets .swiper-pagination-bullet:hover, .swiper-pagination-bullets .swiper-pagination-bullet:active, .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active,
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:hover,
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:active,
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
      background: #bbb; }

.clearfix::before {
  content: "";
  display: table; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear-both {
  clear: both; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

.align-left {
  text-align: left; }

.hidden {
  display: none; }

.primary {
  color: #bbb; }

.accent {
  color: #f00; }

.offtop {
  color: #bbb; }

.light-text, .dark-text, .primary-text, .accent-text {
  display: inline-block;
  color: #000;
  background: #fff;
  padding: 0 5px; }

.dark-text {
  color: #fff;
  background: #000; }

.primary-text {
  background: #bbb; }

.accent-text {
  background: #f00; }

.pseudo-table {
  display: table;
  width: 100%;
  height: 100%;
  position: relative; }

.pseudo-table-cell {
  display: table-cell;
  vertical-align: middle; }
  .pseudo-table-cell.full-width {
    width: 100%; }

.spoiler-content-visible {
  height: auto !important; }

*::-webkit-media-controls-panel,
*::-webkit-media-controls-play-button,
*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none; }

input.si-error::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] input.icon::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close-popup::-webkit-input-placeholder,
.hover-shake:hover [class*="-image"] input.svg-icon:not([class*="border-"])::-webkit-input-placeholder, textarea.si-error::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] textarea.icon::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close::-webkit-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close-popup::-webkit-input-placeholder,
.hover-shake:hover [class*="-image"] textarea.svg-icon:not([class*="border-"])::-webkit-input-placeholder {
  color: #cb0707; }

input.si-error:-moz-placeholder, .hover-shake:hover [class*="-image"] input.icon:-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close:-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close-popup:-moz-placeholder,
.hover-shake:hover [class*="-image"] input.svg-icon:-moz-placeholder:not([class*="border-"]), textarea.si-error:-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.icon:-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close:-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close-popup:-moz-placeholder,
.hover-shake:hover [class*="-image"] textarea.svg-icon:-moz-placeholder:not([class*="border-"]) {
  color: #cb0707; }

input.si-error::-moz-placeholder, .hover-shake:hover [class*="-image"] input.icon::-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close::-moz-placeholder, .hover-shake:hover [class*="-image"] input.si-close-popup::-moz-placeholder,
.hover-shake:hover [class*="-image"] input.svg-icon:not([class*="border-"])::-moz-placeholder, textarea.si-error::-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.icon::-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close::-moz-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close-popup::-moz-placeholder,
.hover-shake:hover [class*="-image"] textarea.svg-icon:not([class*="border-"])::-moz-placeholder {
  color: #cb0707; }

input.si-error:-ms-input-placeholder, .hover-shake:hover [class*="-image"] input.icon:-ms-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close:-ms-input-placeholder, .hover-shake:hover [class*="-image"] input.si-close-popup:-ms-input-placeholder,
.hover-shake:hover [class*="-image"] input.svg-icon:-ms-input-placeholder:not([class*="border-"]), textarea.si-error:-ms-input-placeholder, .hover-shake:hover [class*="-image"] textarea.icon:-ms-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close:-ms-input-placeholder, .hover-shake:hover [class*="-image"] textarea.si-close-popup:-ms-input-placeholder,
.hover-shake:hover [class*="-image"] textarea.svg-icon:-ms-input-placeholder:not([class*="border-"]) {
  color: #cb0707; }

input.si-error.placeholder, .hover-shake:hover [class*="-image"] input.placeholder.icon, .hover-shake:hover [class*="-image"] input.placeholder.si-close, .hover-shake:hover [class*="-image"] input.placeholder.si-close-popup,
.hover-shake:hover [class*="-image"] input.placeholder.svg-icon:not([class*="border-"]), textarea.si-error.placeholder, .hover-shake:hover [class*="-image"] textarea.placeholder.icon, .hover-shake:hover [class*="-image"] textarea.placeholder.si-close, .hover-shake:hover [class*="-image"] textarea.placeholder.si-close-popup,
.hover-shake:hover [class*="-image"] textarea.placeholder.svg-icon:not([class*="border-"]) {
  color: #cb0707; }

input[type=text].si-error, .hover-shake:hover [class*="-image"] input.icon[type=text], .hover-shake:hover [class*="-image"] input.icon[type=email], .hover-shake:hover [class*="-image"] input.si-close[type=email], .hover-shake:hover [class*="-image"] input.si-close-popup[type=email],
.hover-shake:hover [class*="-image"] input.icon[type=tel], .hover-shake:hover [class*="-image"] input.si-close[type=tel], .hover-shake:hover [class*="-image"] input.si-close-popup[type=tel], .hover-shake:hover [class*="-image"] textarea.icon, .hover-shake:hover [class*="-image"] textarea.si-close, .hover-shake:hover [class*="-image"] textarea.si-close-popup, .hover-shake:hover [class*="-image"] input.si-close[type=text], .hover-shake:hover [class*="-image"] input.si-close-popup[type=text],
.hover-shake:hover [class*="-image"] input.svg-icon[type=text]:not([class*="border-"]), .hover-shake:hover [class*="-image"] input.svg-icon:not([class*="border-"])[type=email],
.hover-shake:hover [class*="-image"] input.svg-icon:not([class*="border-"])[type=tel], .hover-shake:hover [class*="-image"] textarea.svg-icon:not([class*="border-"]), input.si-error[type=email],
input.si-error[type=tel], textarea.si-error {
  color: #cb0707 !important;
  border-color: #cb0707 !important; }

label {
  cursor: pointer !important; }

input[type=text], input[type=email],
input[type=tel], textarea {
  -webkit-appearance: none;
  display: block;
  width: 100%;
  background: no-repeat #fff;
  border: 1px solid #fff;
  padding: 0 0px;
  margin-bottom: 20px;
  font-size: 18px !important; }

textarea {
  resize: none !important;
  height: auto;
  padding: 0px 0px; }

.ani-input-holder {
  margin-bottom: 10px; }
  .ani-input-holder label {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    padding: 0 0px;
    position: relative;
    z-index: 5;
    cursor: pointer !important;
    top: 33px; }
  .ani-input-holder input[type=text], .ani-input-holder input[type=email],
  .ani-input-holder input[type=tel], .ani-input-holder textarea {
    color: transparent;
    background: transparent;
    padding: 0 0px;
    border: 0 solid transparent;
    border-bottom: 2px solid #fff;
    height: 36px; }
  .ani-input-holder.active label {
    top: 10px;
    margin-bottom: 18px; }
  .ani-input-holder.active input[type=text], .ani-input-holder.active input[type=email],
  .ani-input-holder.active input[type=tel], .ani-input-holder.active textarea {
    color: #fff; }

.checkbox-label, .radio-label {
  display: block;
  text-align: left;
  padding-left: 24px;
  position: relative !important; }

.jq-checkbox, .jq-radio {
  width: 14px;
  height: 14px;
  background: #ededed;
  border: 1px solid #b4b6b8 !important;
  border-radius: 2px;
  margin: 0;
  position: absolute !important;
  top: 4px;
  left: 0;
  -webkit-box-shadow: none;
  box-shadow: none; }

.jq-checkbox__div, .jq-radio__div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: inline-block !important;
  width: 8px !important;
  height: 8px !important;
  background: #000 !important;
  border-radius: 1px !important;
  opacity: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .checkbox-label:hover .jq-checkbox__div, .radio-label:hover .jq-checkbox__div, .checkbox-label:hover .jq-radio__div, .radio-label:hover .jq-radio__div,
  .checkbox-label:active .jq-checkbox__div,
  .radio-label:active .jq-checkbox__div,
  .checkbox-label:active .jq-radio__div,
  .radio-label:active .jq-radio__div,
  .jq-checkbox.checked .jq-checkbox__div,
  .checked.jq-radio .jq-checkbox__div,
  .jq-checkbox.checked .jq-radio__div,
  .checked.jq-radio .jq-radio__div {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1; }

.jq-radio {
  border-radius: 50%; }

.jq-radio__div {
  width: 8px !important;
  height: 8px !important;
  background: #bbb !important;
  border-radius: 50% !important; }
  .radio-label:hover .jq-radio__div,
  .radio-label:active .jq-radio__div,
  .jq-radio.checked .jq-radio__div {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1; }

.jq-selectbox {
  display: block !important;
  width: 100% !important; }
  .jq-selectbox li {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    color: #000 !important;
    background: #fff !important; }
    .jq-selectbox li:hover, .jq-selectbox li:active, .jq-selectbox li.selected {
      background: #bbb !important; }

.jq-selectbox__select {
  display: block;
  width: 100%;
  color: #000;
  height: 30px;
  padding: 0 35px 0 5px;
  border: 1px solid #fff !important;
  border-radius: 0;
  background: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important; }

.jq-selectbox__select-text {
  height: 30px; }

.jq-selectbox__trigger {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  left: auto;
  right: 0;
  width: 30px;
  height: 30px;
  border: 0 !important; }

.jq-selectbox__trigger-arrow {
  display: none; }

.jq-selectbox__dropdown {
  color: #000;
  width: 100%;
  height: auto !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  text-shadow: none !important;
  top: 100% !important;
  bottom: auto !important;
  z-index: -1 !important; }

.btn-holder {
  position: relative;
  z-index: 1; }

.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  border: 0;
  text-decoration: none !important;
  text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  font-size: 18px !important;
  color: #000 !important;
  background: #bbb; }
  .btn::before, .btn::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    z-index: -1; }
  .btn:hover, .btn:active {
    color: #fff !important;
    background: #f00; }
  .btn:active {
    will-change: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    top: 3px; }
    .btn:active::before, .btn:active::after {
      will-change: none;
      transform: none;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }

.btn-accent {
  color: #000 !important;
  background: #f00; }
  .btn-accent:hover, .btn-accent:active {
    color: #fff !important;
    background: #bbb; }

.btn-bordered {
  color: #000 !important;
  background: transparent;
  border: 3px solid #f00; }

.btn-curtain::after {
  background: #f00;
  top: auto;
  bottom: auto; }

.btn-curtain:hover, .btn-curtain:active {
  color: #fff !important;
  border-color: #f00; }

.btn-border-expand {
  position: relative; }
  .btn-border-expand::after {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    width: 100%;
    height: 100%;
    left: 0; }
  .btn-border-expand:hover::after, .btn-border-expand:active::after {
    width: calc(100% + 12px) !important;
    height: calc(100% + 12px) !important;
    left: -6px; }

.icon, .si-close, .si-close-popup {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  background: url("../images/sprite.png") no-repeat transparent;
  position: relative;
  vertical-align: middle; }

.will-change {
  background: none; }
  .will-change::before, .will-change::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    overflow: hidden;
    background: url("../images/sprite.png") no-repeat transparent; }
  .will-change::before {
    opacity: 1; }
  .will-change::after {
    opacity: 0; }
  .will-change:hover::before, .will-change:active::before, .will-change.active::before {
    opacity: 0; }
  .will-change:hover::after, .will-change:active::after, .will-change.active::after {
    opacity: 1; }
  .will-change:hover::before, .will-change:active::before,
  a:hover .will-change::before,
  .underline:hover .will-change::before,
  .dashed:hover .will-change::before,
  .dotted:hover .will-change::before,
  a:active .will-change::before,
  .underline:active .will-change::before,
  .dashed:active .will-change::before,
  .dotted:active .will-change::before,
  .question:hover .will-change::before,
  .question:active .will-change::before,
  .question-item.active .question .will-change::before {
    opacity: 0; }
  .will-change:hover::after, .will-change:active::after,
  a:hover .will-change::after,
  .underline:hover .will-change::after,
  .dashed:hover .will-change::after,
  .dotted:hover .will-change::after,
  a:active .will-change::after,
  .underline:active .will-change::after,
  .dashed:active .will-change::after,
  .dotted:active .will-change::after,
  .question:hover .will-change::after,
  .question:active .will-change::after,
  .question-item.active .question .will-change::after {
    opacity: 1; }

.svg-icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  fill-rule: evenodd;
  clip-rule: evenodd; }

.close, .si-close {
  width: 35px !important;
  height: 35px !important;
  background: url("../svg/cancel.svg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }
  a:hover .close, .underline:hover .close, .dashed:hover .close, .dotted:hover .close, a:hover .si-close, .underline:hover .si-close, .dashed:hover .si-close, .dotted:hover .si-close,
  a:active .close,
  .underline:active .close,
  .dashed:active .close,
  .dotted:active .close,
  a:active .si-close,
  .underline:active .si-close,
  .dashed:active .si-close,
  .dotted:active .si-close {
    fill: #f00; }

.phone .phone-1 {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 7;
  stroke-miterlimit: 10; }

.phone .phone-2 {
  fill: #FFFFFF; }

.menu-1 {
  fill: #FFFFFF; }

.arrow .arrow-1 {
  fill: #008D74; }

.search .search-1 {
  fill: #2C2C2C; }

.deadline,
.diagram,
.presentation,
.stock,
.overtime,
.support {
  fill: #FFFFFF; }

.arrow-question {
  fill: #737373; }

#global-wrapper {
  height: 100% !important; }
  .no-scroll #global-wrapper {
    height: auto !important; }

.global-nav {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: fixed !important;
  opacity: 0;
  z-index: -100;
  width: 100%;
  top: 130px;
  background-color: #292a29; }
  .global-nav.active {
    opacity: 1; }
  .global-nav.visible {
    z-index: 150; }
  .global-nav .pseudo-table,
  .global-nav .pseudo-table-cell {
    position: relative;
    z-index: 5; }
  @media all and (max-width: 750px) {
    .global-nav .point {
      display: none; } }
  .global-nav .nav-overlay {
    background-color: #292a29; }
  .global-nav ul.nav {
    width: 200px;
    display: block;
    text-align: left;
    z-index: 15;
    padding-top: 100px;
    margin: 0 auto;
    list-style-type: none; }
    .global-nav ul.nav li {
      list-style-type: none;
      display: block;
      margin-bottom: 55px; }
    .global-nav ul.nav a, .global-nav ul.nav .underline, .global-nav ul.nav .dashed, .global-nav ul.nav .dotted {
      font: 400 25px/25px 'Futura', sans-serif;
      width: auto;
      color: #fff !important; }
      .global-nav ul.nav a:hover, .global-nav ul.nav .underline:hover, .global-nav ul.nav .dashed:hover, .global-nav ul.nav .dotted:hover, .global-nav ul.nav a:active, .global-nav ul.nav .underline:active, .global-nav ul.nav .dashed:active, .global-nav ul.nav .dotted:active, .global-nav ul.nav a.active, .global-nav ul.nav .active.underline, .global-nav ul.nav .active.dashed, .global-nav ul.nav .active.dotted {
        color: #008359 !important;
        padding-left: 30px;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }

.show-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
  width: 35px;
  height: 35px;
  position: absolute;
  top: 12px;
  right: 15px;
  cursor: pointer !important;
  z-index: 110; }
  .show-menu.active {
    top: 50px;
    position: fixed; }
  @media all and (max-width: 750px) {
    .show-menu {
      position: absolute;
      display: block;
      top: 2px;
      right: 22px; } }
  .no-scroll .show-menu {
    color: #008d74 !important;
    top: 22px; }
    @media all and (max-width: 1200px) {
      .no-scroll .show-menu {
        top: 17px;
        left: 10px;
        right: auto; } }
  .show-menu.light {
    color: #008d74; }
    .show-menu.light .icon-sandwich,
    .show-menu.light .icon-sandwich::before,
    .show-menu.light .icon-sandwich::after {
      background: #008d74; }
  .show-menu.opened {
    color: #008d74;
    z-index: 160;
    top: 21px; }
    .no-scroll .show-menu.opened {
      color: #fff !important; }
    .show-menu.opened .icon-sandwich,
    .show-menu.opened .icon-sandwich::before,
    .show-menu.opened .icon-sandwich::after {
      background: #008d74; }
      .no-scroll .show-menu.opened .icon-sandwich, .no-scroll
      .show-menu.opened .icon-sandwich::before, .no-scroll
      .show-menu.opened .icon-sandwich::after {
        background: #008d74 !important; }
  .show-menu:hover, .show-menu:active {
    color: #008d74 !important; }
    .show-menu:hover .icon-sandwich,
    .show-menu:hover .icon-sandwich::before,
    .show-menu:hover .icon-sandwich::after, .show-menu:active .icon-sandwich,
    .show-menu:active .icon-sandwich::before,
    .show-menu:active .icon-sandwich::after {
      background: #008d74 !important; }

.icon-sandwich {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: rotate(0deg) translateY(0);
  -moz-transform: rotate(0deg) translateY(0);
  -ms-transform: rotate(0deg) translateY(0);
  -o-transform: rotate(0deg) translateY(0);
  transform: rotate(0deg) translateY(0);
  display: inline-block;
  background: #fff;
  width: 21px;
  height: 3px;
  position: relative; }
  .no-scroll .icon-sandwich {
    background: #fff !important; }
  .icon-sandwich::before, .icon-sandwich::after {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background: #fff;
    content: "";
    display: inline-block;
    width: 10px;
    height: 3px;
    position: absolute;
    right: 0;
    opacity: 1; }
    .no-scroll .icon-sandwich::before, .no-scroll .icon-sandwich::after {
      background: #008d74 !important; }
  .icon-sandwich::after {
    left: 0; }
  .icon-sandwich::before {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(0deg) translateX(0);
    -moz-transform: rotate(0deg) translateX(0);
    -ms-transform: rotate(0deg) translateX(0);
    -o-transform: rotate(0deg) translateX(0);
    transform: rotate(0deg) translateX(0);
    top: -8px; }
  .icon-sandwich::after {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    bottom: -8px; }
  .opened .icon-sandwich {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 37px;
    height: 2px; }
    .opened .icon-sandwich:after {
      content: "";
      bottom: -7px; }
    .opened .icon-sandwich:before {
      content: "";
      top: -7px;
      width: 37px;
      height: 2px; }
    .opened .icon-sandwich::before {
      will-change: transform;
      -webkit-backface-visibility: hidden;
      -webkit-font-smoothing: antialiased;
      -webkit-transform: rotate(90deg) translateX(7px);
      -moz-transform: rotate(90deg) translateX(7px);
      -ms-transform: rotate(90deg) translateX(7px);
      -o-transform: rotate(90deg) translateX(7px);
      transform: rotate(90deg) translateX(7px); }
    .opened .icon-sandwich::after {
      will-change: transform;
      -webkit-backface-visibility: hidden;
      -webkit-font-smoothing: antialiased;
      -webkit-transform: translateY(100%);
      -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
      -o-transform: translateY(100%);
      transform: translateY(100%);
      opacity: 0; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }
  #fp-nav.right {
    right: 8px; }
    @media all and (max-width: 1280px) {
      #fp-nav.right {
        right: 4px; } }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 14px;
  margin: 7px;
  position: relative; }
  #fp-nav ul li a, #fp-nav ul li .underline, #fp-nav ul li .dashed, #fp-nav ul li .dotted,
  .fp-slidesNav ul li a,
  .fp-slidesNav ul li .underline,
  .fp-slidesNav ul li .dashed,
  .fp-slidesNav ul li .dotted {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    text-decoration: none;
    border-radius: 50%; }
    #fp-nav ul li a::before, #fp-nav ul li .underline::before, #fp-nav ul li .dashed::before, #fp-nav ul li .dotted::before,
    .fp-slidesNav ul li a::before,
    .fp-slidesNav ul li .underline::before,
    .fp-slidesNav ul li .dashed::before,
    .fp-slidesNav ul li .dotted::before {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: "";
      width: 0;
      height: 0;
      border: 1px solid transparent;
      border-radius: 50%; }
    #fp-nav ul li a span, #fp-nav ul li .underline span, #fp-nav ul li .dashed span, #fp-nav ul li .dotted span,
    .fp-slidesNav ul li a span,
    .fp-slidesNav ul li .underline span,
    .fp-slidesNav ul li .dashed span,
    .fp-slidesNav ul li .dotted span {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      height: 4px !important;
      width: 4px !important;
      background: #bbb;
      border: 0;
      border-radius: 50%;
      z-index: 1; }
    #fp-nav ul li a.active::before, #fp-nav ul li .active.underline::before, #fp-nav ul li .active.dashed::before, #fp-nav ul li .active.dotted::before,
    .fp-slidesNav ul li a.active::before,
    .fp-slidesNav ul li .active.underline::before,
    .fp-slidesNav ul li .active.dashed::before,
    .fp-slidesNav ul li .active.dotted::before {
      width: 12px;
      height: 12px;
      border-color: #bbb; }
    #fp-nav ul li a.active span, #fp-nav ul li .active.underline span, #fp-nav ul li .active.dashed span, #fp-nav ul li .active.dotted span,
    .fp-slidesNav ul li a.active span,
    .fp-slidesNav ul li .active.underline span,
    .fp-slidesNav ul li .active.dashed span,
    .fp-slidesNav ul li .active.dotted span {
      width: 6px !important;
      height: 6px !important;
      background: #bbb; }
  #fp-nav ul li:hover a::before, #fp-nav ul li:hover .underline::before, #fp-nav ul li:hover .dashed::before, #fp-nav ul li:hover .dotted::before,
  #fp-nav ul li:active a::before,
  #fp-nav ul li:active .underline::before,
  #fp-nav ul li:active .dashed::before,
  #fp-nav ul li:active .dotted::before,
  .fp-slidesNav ul li:hover a::before,
  .fp-slidesNav ul li:hover .underline::before,
  .fp-slidesNav ul li:hover .dashed::before,
  .fp-slidesNav ul li:hover .dotted::before,
  .fp-slidesNav ul li:active a::before,
  .fp-slidesNav ul li:active .underline::before,
  .fp-slidesNav ul li:active .dashed::before,
  .fp-slidesNav ul li:active .dotted::before {
    width: 12px;
    height: 12px;
    border-color: #bbb; }
  #fp-nav ul li:hover a span, #fp-nav ul li:hover .underline span, #fp-nav ul li:hover .dashed span, #fp-nav ul li:hover .dotted span,
  #fp-nav ul li:active a span,
  #fp-nav ul li:active .underline span,
  #fp-nav ul li:active .dashed span,
  #fp-nav ul li:active .dotted span,
  .fp-slidesNav ul li:hover a span,
  .fp-slidesNav ul li:hover .underline span,
  .fp-slidesNav ul li:hover .dashed span,
  .fp-slidesNav ul li:hover .dotted span,
  .fp-slidesNav ul li:active a span,
  .fp-slidesNav ul li:active .underline span,
  .fp-slidesNav ul li:active .dashed span,
  .fp-slidesNav ul li:active .dotted span {
    width: 6px !important;
    height: 6px !important;
    background: #bbb; }

.layout-header {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 101%;
  bottom: auto;
  z-index: 50;
  padding-top: 15px;
  padding-bottom: 10px;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12); }
  @media all and (max-width: 750px) {
    .layout-header {
      width: 100%;
      padding-bottom: 60px; } }
  .layout-header.active {
    bottom: auto;
    background: #101010;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }
    @media all and (max-width: 750px) {
      .layout-header.active {
        padding-top: 20px;
        height: 140px; } }
  .layout-header.active-menu {
    background-color: #292a29; }
    .layout-header.active-menu .consult {
      display: none; }
    .layout-header.active-menu .logo-text {
      display: none; }
    .layout-header.active-menu .close-text {
      color: #ffffff;
      width: 70px;
      display: inline-block;
      float: right;
      margin-right: 50px;
      margin-top: 28px;
      font: 400 17px/17px "Open Sans"; }
      @media all and (max-width: 750px) {
        .layout-header.active-menu .close-text {
          margin-top: -40px;
          margin-right: 45px; } }
    .layout-header.active-menu .phone-link {
      margin-left: 0;
      margin-top: 25px; }
    @media all and (max-width: 750px) {
      .layout-header.active-menu .show-menu {
        top: 22px;
        right: 35px; } }
  .layout-header .si-phone {
    padding-top: 0; }

.close-text {
  display: none; }

.logo {
  width: 110px;
  display: inline-block; }
  .logo img {
    width: 110px;
    display: block; }

.logo-text {
  display: inline-block;
  width: 270px;
  color: #ffffff;
  margin-left: 35px;
  vertical-align: top; }
  .logo-text .logo-title {
    font: 400 22px/22px "Open Sans";
    width: 90px;
    display: block;
    margin-bottom: 5px;
    margin-top: 1px; }
  .logo-text span {
    width: 100%;
    font: 300 16px/15px "Open Sans"; }

.phone-link {
  display: inline-block;
  width: 230px;
  color: #fff !important;
  font: 300 27px/27px "Open Sans";
  position: relative;
  margin-top: 17px;
  margin-left: 10%;
  text-align: right; }
  @media all and (max-width: 750px) {
    .phone-link {
      display: block;
      margin-bottom: 15px;
      margin-top: 0;
      margin-left: 100px; } }
  .phone-link .phone-icon {
    position: absolute;
    width: 11px;
    height: 17px;
    display: block;
    top: 0;
    left: 0; }

.consult {
  display: inline-block;
  width: 200px;
  height: 56px;
  background-color: #d14a11;
  text-align: center;
  font: 400 17px/56px "Open Sans";
  color: #ffffff !important;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  margin-left: 40px; }
  @media all and (max-width: 1200px) {
    .consult {
      width: 150px;
      margin-right: 53px; } }
  @media all and (max-width: 750px) {
    .consult {
      display: block;
      width: 200px;
      margin-right: 50px; } }
  .consult:hover {
    background-color: #fff;
    color: #292a29 !important; }

.global-nav li:not(:first-child) {
  margin-left: 0px; }

.menu {
  display: block;
  width: 100%;
  margin-top: -15px; }
  @media all and (max-width: 750px) {
    .menu {
      display: none; } }
  .menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    display: flex; }
    .menu ul li {
      list-style-type: none;
      display: inline-block;
      margin-top: 30px; }
      .menu ul li a, .menu ul li .underline, .menu ul li .dashed, .menu ul li .dotted {
        font: 500 18px/14px "Open Sans";
        color: #ffffff !important; }
        .menu ul li a:hover, .menu ul li .underline:hover, .menu ul li .dashed:hover, .menu ul li .dotted:hover {
          color: #d14a11 !important;
          text-decoration: underline; }
        .menu ul li a:nth-child(5), .menu ul li .underline:nth-child(5), .menu ul li .dashed:nth-child(5), .menu ul li .dotted:nth-child(5) {
          margin-right: 0; }

.layout-footer {
  position: relative;
  padding: 75px 0 80px;
  z-index: 20 !important;
  background: url("../images/basic-fon.jpg") repeat; }
  @media all and (max-width: 750px) {
    .layout-footer {
      padding: 30px 0; } }
  .layout-footer:after {
    content: '';
    width: 100%;
    height: 100%;
    background-color: #010101;
    position: absolute;
    top: 0;
    left: 0; }
  .layout-footer .si-phone {
    padding-top: 0px; }
    @media all and (max-width: 750px) {
      .layout-footer .si-phone .phone-link {
        margin-top: 20px;
        margin-left: 0;
        float: right; } }

html.si-lock {
  overflow: hidden !important; }

html.si-lock2 {
  height: 100% !important;
  overflow: hidden !important; }

.fancybox-margin {
  margin-right: 0 !important; }

.si-overlay, .si-overlay-2 {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
  background: rgba(0, 0, 0, 0.95);
  z-index: 203; }

.si-overlay-2 {
  z-index: 205; }

.si-modals-wrapper, .si-modals-wrapper-2 {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 203; }

.si-modals-wrapper-2 {
  z-index: 205; }

.si-close {
  position: absolute !important;
  top: -55px;
  right: -55px; }
  @media all and (max-width: 750px) {
    .si-close {
      right: -20px;
      top: -60px; } }

.si-modal, .si-success-modal {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
  transform: scale(0.7);
  transition-duration: 0.5s;
  display: none;
  position: relative;
  color: #000;
  background: #fff;
  padding: 100px 20px 100px;
  width: 600px;
  margin: 100px auto 0;
  border: 20px solid #e8e8e8;
  box-sizing: border-box; }
  @media all and (max-width: 750px) {
    .si-modal, .si-success-modal {
      width: 575px; } }
  .si-modal.si-visible, .si-visible.si-success-modal {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .si-modal .btn-holder, .si-success-modal .btn-holder {
    margin-top: 0px; }
  .si-modal .btn, .si-success-modal .btn {
    min-width: 300px; }

.modal-form-title {
  width: 480px;
  display: block;
  margin: 0 auto 30px;
  text-align: center;
  font: 400 48px/48px "Open Sans";
  color: #2c2c2c; }

.modal-time {
  width: 300px;
  display: block;
  margin: 0 auto 20px;
  text-align: center;
  font: 300 22px/32px "Open Sans";
  color: #2c2c2c; }

.modal-text-block {
  margin-top: 0px; }

.si-success-modal {
  width: 700px;
  padding-top: 148px;
  padding-bottom: 148px; }
  .si-success-modal strong {
    display: block; }
  .si-success-modal .line {
    width: 58px;
    height: 5px;
    background-color: #008d74;
    display: block;
    margin: 24px auto; }
  .si-success-modal p, .si-success-modal ul.marked {
    width: 380px;
    display: block;
    margin: 0 auto;
    font: 400 24px/30px "Open Sans";
    color: #131313;
    text-align: center; }

.si-success-modal-title {
  text-align: center;
  font: 700 50px/50px "Open Sans";
  color: #131313; }

.success-time {
  text-align: center;
  font: 400 37px/37px "Open Sans";
  color: #131313; }

.si-page-message-overlay {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: block;
  visibility: hidden;
  z-index: 299;
  background: rgba(0, 0, 0, 0.8);
  transition-duration: 0.5s; }
  .si-page-message-overlay.show {
    opacity: 1;
    visibility: visible; }

.si-page-message {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition-duration: 0.5s;
  width: 101%;
  height: 0;
  color: #fff;
  background: #f00;
  opacity: 0;
  visibility: hidden;
  z-index: -5;
  box-shadow: 0 0 10px #000; }
  .si-page-message.show {
    height: 200px;
    opacity: 1;
    visibility: visible;
    z-index: 300; }

.si-page-message-inner {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 30px;
  line-height: 36px;
  width: 100%;
  height: 100%;
  text-align: center;
  vertical-align: middle;
  transition-duration: 0.5s;
  opacity: 0;
  position: relative; }
  .si-page-message-inner.show {
    opacity: 1; }
  .si-page-message-inner .centered {
    display: table;
    width: 100%;
    height: 100%; }

.si-page-message-text {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle; }

.si-popup-holder {
  cursor: pointer !important;
  position: relative;
  z-index: 1; }
  .si-popup-holder.active {
    z-index: 5; }

.si-popup {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 640px;
  background: #fff;
  padding: 30px 30px;
  z-index: 1;
  cursor: default !important; }
  .si-popup.visible {
    will-change: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    opacity: 1;
    z-index: 4; }

.si-close-popup {
  position: absolute;
  top: 30px;
  right: 30px; }

.nav.nav-tabs {
  width: 100%;
  text-align: center; }

.tab-link {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer !important; }

.tabs-content-container {
  width: 100%;
  overflow: hidden; }

.tab-content {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 100%;
  height: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  z-index: 5; }
  .tab-content.active {
    opacity: 1;
    height: auto;
    z-index: 10; }

[class*="section-"] {
  position: relative;
  z-index: 1; }

h2 {
  font: 400 43px/55px "Open Sans";
  text-transform: uppercase;
  margin-bottom: 95px; }
  h2 span {
    font-weight: 300; }

.map-holder {
  height: 0; }

.green-button {
  width: 244px;
  height: 65px;
  background-color: #d14a11;
  text-align: center;
  display: block;
  font: 400 18px/65px "Open Sans";
  color: #ffffff !important;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .green-button:hover {
    background-color: #fff;
    color: #292a29 !important; }

.section-line {
  position: absolute;
  width: 100%;
  height: 11500px;
  pointer-events: none;
  z-index: 5;
  top: 0;
  left: 0; }
  @media all and (max-width: 750px) {
    .section-line {
      display: none; } }
  .section-line .line-holder {
    height: 11500px; }
    @media all and (max-width: 750px) {
      .section-line .line-holder {
        height: 11500px; } }
  .section-line .line {
    position: relative;
    width: 1px;
    height: inherit;
    background-color: rgba(234, 235, 234, 0.11);
    display: inline-block; }
    .section-line .line.line-1 {
      margin-left: 0; }
      .section-line .line.line-1 .create-1:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 7px;
        background-color: #d14a11;
        top: 960px; }
      .section-line .line.line-1 .learning-1:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 7px;
        background-color: #d14a11;
        top: 6118px; }
    .section-line .line.line-2 {
      margin-left: 33%; }
      .section-line .line.line-2 .question-2:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 7px;
        background-color: #d14a11;
        top: 9019px; }
      .section-line .line.line-2 .contact-2:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 7px;
        background-color: #d14a11;
        top: 10647px; }
    .section-line .line.line-3 {
      float: right; }
      .section-line .line.line-3 .create-3:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 7px;
        background-color: #d14a11;
        top: 1150px; }
      .section-line .line.line-3 .program-3:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 7px;
        background-color: #d14a11;
        top: 2468px; }
      .section-line .line.line-3 .learning-3:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 7px;
        background-color: #d14a11;
        top: 6575px; }
    .section-line .line.line-4 {
      float: right;
      margin-right: 33%; }
      .section-line .line.line-4 .create-4:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 7px;
        background-color: #d14a11;
        top: 1015px; }
      .section-line .line.line-4 .program-4:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 7px;
        background-color: #d14a11;
        top: 2333px; }
      .section-line .line.line-4 .program-4-1:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 7px;
        background-color: #d14a11;
        top: 4778px; }
      .section-line .line.line-4 .learning-4:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 7px;
        background-color: #d14a11;
        top: 6024px; }
      .section-line .line.line-4 .learning-4-1:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 7px;
        background-color: #d14a11;
        top: 7479px; }
      .section-line .line.line-4 .question-4:after {
        content: '';
        position: absolute;
        width: 1px;
        height: 7px;
        background-color: #d14a11;
        top: 8219px; }

.section-heading {
  position: relative;
  overflow: hidden;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 14; }
  .section-heading .wrapper-heading-slider {
    z-index: 100;
    position: relative; }
  .section-heading .fon-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
    .section-heading .fon-bg:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background-color: rgba(0, 0, 0, 0.37);
      z-index: 10; }
    .section-heading .fon-bg.fon-1 {
      background: url("../images/header-bg.jpg") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .section-heading .fon-bg.fon-2 {
      background: url("../images/header-bg-2.jpg") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .section-heading .fon-bg.fon-3 {
      background: url("../images/header-bg-3.jpg") no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      height: 106%; }
    .section-heading .fon-bg.fon-4 {
      background: url("../images/header-bg-4.jpg") no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      height: 106%; }
  .section-heading h1 {
    padding: 325px 0 0;
    width: 700px;
    font: 300 58px/72px "Open Sans";
    margin-bottom: 40px;
    text-transform: uppercase; }
    @media all and (max-width: 750px) {
      .section-heading h1 {
        width: 100%;
        font: 300 42px/53px "Open Sans";
        margin-bottom: 49px; } }
  .section-heading .slide-text {
    width: 600px;
    font: 300 30px/36px "Open Sans";
    margin-bottom: 50px; }
    @media all and (max-width: 750px) {
      .section-heading .slide-text {
        width: 100%;
        font: 300 28px/36px "Open Sans";
        margin-bottom: 40px; } }
    @media all and (max-width: 750px) {
      .section-heading .slide-text.margin-1 {
        margin-bottom: 90px; } }
    @media all and (max-width: 750px) {
      .section-heading .slide-text.margin-2 {
        margin-bottom: 120px; } }
  .section-heading .heading-slider {
    overflow: inherit; }
  .section-heading .swiper-slide-prev,
  .section-heading .swiper-slide-next {
    opacity: 0; }
  .section-heading .swiper-slide-active .green-block:after {
    -webkit-transition: 5s;
    -moz-transition: 5s;
    -ms-transition: 5s;
    -o-transition: 5s;
    transition: 5s;
    height: 544px; }
  .section-heading .heading-pagination {
    width: 100px;
    height: 35px;
    position: absolute;
    top: -605px;
    left: 40px;
    font: 400 43px/43px "Open Sans"; }
    @media all and (max-width: 750px) {
      .section-heading .heading-pagination {
        top: -710px; } }
    .section-heading .heading-pagination .swiper-pagination-current {
      position: relative;
      font: 400 48px/48px "Open Sans";
      width: 40px;
      margin-right: -7px; }
      .section-heading .heading-pagination .swiper-pagination-current:after {
        content: '0';
        position: absolute;
        font: 400 48px/48px "Open Sans";
        top: 8px;
        left: -25px; }
    .section-heading .heading-pagination .swiper-pagination-total {
      position: relative;
      vertical-align: top;
      font: 400 35px/40px "Open Sans";
      width: 40px;
      margin-left: 18px; }
      .section-heading .heading-pagination .swiper-pagination-total:after {
        content: '0';
        position: absolute;
        font: 400 35px/35px "Open Sans";
        top: 6px;
        left: -22px; }
  .section-heading .green-button {
    margin-bottom: 95px; }
    @media all and (max-width: 750px) {
      .section-heading .green-button {
        margin-bottom: 60px; } }
    @media all and (max-width: 750px) {
      .section-heading .green-button.margin-1-1 {
        margin-bottom: 100px; } }
    @media all and (max-width: 750px) {
      .section-heading .green-button.margin-1-2 {
        margin-bottom: 120px; } }
  .section-heading .text-block {
    width: 70%;
    display: inline-block; }
    @media all and (max-width: 750px) {
      .section-heading .text-block {
        width: 68%; } }
  .section-heading .green-block {
    width: 210px;
    height: 544px;
    display: inline-block;
    position: relative;
    box-shadow: 3px 4px 7px 3px rgba(44, 45, 56, 0.23);
    background-color: #d14a11;
    vertical-align: top;
    float: right;
    margin-top: 270px; }
    @media all and (max-width: 750px) {
      .section-heading .green-block {
        width: 177px;
        margin-top: 250px;
        margin-right: 0; } }
    .section-heading .green-block:after {
      content: '';
      position: absolute;
      width: 3px;
      height: 0;
      background-color: #ffffff;
      top: 0;
      left: -3px; }
    .section-heading .green-block .green-title {
      width: 50px;
      display: block;
      padding-top: 62px;
      padding-left: 43px;
      margin-bottom: 255px;
      font: 400 48px/48px "Open Sans"; }
    .section-heading .green-block .green-text {
      width: 120px;
      display: block;
      font: 300 18px/20px "Open Sans";
      padding-left: 15px;
      padding-bottom: 140px; }
  .section-heading .heading-next {
    right: 15px;
    margin-top: -20%; }
    @media all and (max-width: 750px) {
      .section-heading .heading-next {
        right: 20px;
        margin-top: -66%; } }
  .section-heading .arrow-block {
    width: 50px;
    height: 79px;
    background-color: #ffffff;
    position: relative;
    display: block; }
    .section-heading .arrow-block .arrow-icon {
      width: 31px;
      height: 31px;
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }
  .section-heading .next-block {
    position: absolute;
    top: 26%;
    right: -37%;
    width: 556px;
    height: 640px;
    z-index: -1;
    -webkit-background-size: cover;
    background-size: cover; }
    @media all and (max-width: 750px) {
      .section-heading .next-block {
        right: -72%;
        top: 21%; } }
    .section-heading .next-block.i-1 {
      background: url("../images/header-bg-2.jpg") 0 0 no-repeat; }
    .section-heading .next-block.i-2 {
      background: url("../images/header-bg-3.jpg") 0 0 no-repeat; }
    .section-heading .next-block.i-3 {
      background: url("../images/header-bg-4.jpg") 0 0 no-repeat;
      top: 28%; }
      @media all and (max-width: 750px) {
        .section-heading .next-block.i-3 {
          top: 23%; } }
    .section-heading .next-block.i-4 {
      background: url("../images/header-bg.jpg") 0 0 no-repeat;
      top: 28%; }
      @media all and (max-width: 750px) {
        .section-heading .next-block.i-4 {
          top: 23%; } }
  .section-heading .header-end {
    width: 1450px;
    height: 80px;
    position: absolute;
    left: -30%;
    bottom: 0;
    background: url("../images/header-end.jpg") 0 0 no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1; }
  .section-heading .white-block {
    width: 575px;
    height: 80px;
    display: block;
    background-color: #fff;
    padding-top: 44px; }
    @media all and (max-width: 750px) {
      .section-heading .white-block {
        opacity: 0; } }
    .section-heading .white-block .line-grey {
      display: block;
      margin: 0 auto;
      width: 444px;
      height: 2px;
      background-color: #e8e8e8;
      position: relative; }
      .section-heading .white-block .line-grey .swiper-pagination-progressbar-fill {
        width: 444px;
        height: 2px;
        display: block;
        background-color: #d14a11;
        margin: 0 auto; }
      .section-heading .white-block .line-grey .green-line {
        position: absolute;
        height: 2px;
        background-color: #d14a11;
        top: 0;
        left: 0; }
        .section-heading .white-block .line-grey .green-line.line-1 {
          width: 111px; }
        .section-heading .white-block .line-grey .green-line.line-2 {
          width: 222px; }
        .section-heading .white-block .line-grey .green-line.line-3 {
          width: 333px; }
        .section-heading .white-block .line-grey .green-line.line-4 {
          width: 100%; }
  .section-heading .scroll-block {
    width: 47px;
    height: 30px;
    display: block;
    margin: 0 auto;
    position: absolute;
    left: 64%;
    bottom: 20px; }
    @media all and (max-width: 750px) {
      .section-heading .scroll-block {
        left: 46%;
        width: 40px; } }
    .section-heading .scroll-block:after {
      content: '';
      position: absolute;
      width: 2px;
      height: 22px;
      background-color: #ffffff;
      bottom: -20px;
      left: 50%; }

.section-create {
  padding-top: 180px;
  padding-bottom: 40px; }
  @media all and (max-width: 750px) {
    .section-create {
      padding-top: 125px;
      padding-bottom: 0; } }
  .section-create .after-block {
    width: 50%;
    height: 1300px;
    display: block;
    background-color: #010101;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media all and (max-width: 750px) {
      .section-create .after-block {
        width: 97%;
        height: 96%; } }
  .section-create h2 {
    width: 810px;
    font: 400 43px/55px "Open Sans";
    text-transform: uppercase;
    margin-bottom: 95px; }
    @media all and (max-width: 750px) {
      .section-create h2 {
        width: 100%;
        font: 400 42px/55px "Open Sans";
        margin-bottom: 80px; } }
    .section-create h2 span {
      font-weight: 300; }
  .section-create .create-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between; }
  .section-create .create-block {
    width: 33%;
    height: 460px;
    display: inline-block;
    padding-top: 31px;
    padding-left: 28px;
    margin-bottom: 40px; }
    @media all and (max-width: 1200px) {
      .section-create .create-block {
        padding-right: 28px;
        height: 500px; } }
    @media all and (max-width: 750px) {
      .section-create .create-block {
        width: 100%;
        height: 490px;
        padding-right: 20px; } }
    .section-create .create-block:hover {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      background-color: #d14a11; }
    .section-create .create-block .create-icon {
      width: 51px;
      height: 51px;
      margin-bottom: 41px; }
    .section-create .create-block .create-title {
      font: 400 22px/30px "Open Sans";
      text-transform: uppercase;
      margin-bottom: 20px; }
    .section-create .create-block .create-text {
      width: 320px;
      font: 400 18px/28px "Open Sans"; }
      @media all and (max-width: 1200px) {
        .section-create .create-block .create-text {
          width: 100%; } }
      @media all and (max-width: 750px) {
        .section-create .create-block .create-text {
          width: 100%; } }
      .section-create .create-block .create-text.last {
        width: 345px; }
        @media all and (max-width: 1200px) {
          .section-create .create-block .create-text.last {
            width: 100%; } }
        @media all and (max-width: 750px) {
          .section-create .create-block .create-text.last {
            width: 100%; } }

.section-program {
  padding-top: 185px;
  padding-bottom: 240px;
  z-index: 10; }
  @media all and (max-width: 750px) {
    .section-program {
      padding-top: 175px;
      padding-bottom: 220px; } }
  .section-program h2 {
    margin-bottom: 50px; }
    @media all and (max-width: 750px) {
      .section-program h2 {
        font-size: 42px; } }
  .section-program .sub_h2 {
    font: 400 26px/36px "Open Sans";
    margin-bottom: 90px; }
    @media all and (max-width: 750px) {
      .section-program .sub_h2 {
        margin-bottom: 54px; } }
  .section-program .program-block {
    width: 100%;
    height: 523px;
    display: block;
    position: relative;
    z-index: 100;
    cursor: pointer;
    margin-bottom: 83px;
    margin-left: 2px; }
    .section-program .program-block.i-1 {
      height: 594px; }
      @media all and (max-width: 750px) {
        .section-program .program-block.i-1 {
          height: 330px; } }
    @media all and (max-width: 750px) {
      .section-program .program-block {
        height: 330px; } }
    .section-program .program-block .program-title {
      width: 65%;
      display: inline-block;
      height: 111px;
      background-color: #d14a11;
      font: 400 24px/111px "Open Sans";
      padding-left: 50px;
      text-transform: uppercase; }
      @media all and (max-width: 750px) {
        .section-program .program-block .program-title {
          width: 59%;
          padding-left: 17px; } }
      .section-program .program-block .program-title span {
        font-size: 31px; }
      @media all and (max-width: 750px) {
        .section-program .program-block .program-title.mobile-1 {
          font: 400 24px/35px "Open Sans";
          padding-top: 17px; } }
    .section-program .program-block .program-see {
      width: 300px;
      height: 111px;
      display: inline-block;
      vertical-align: top;
      font: 400 18px/111px "Open Sans";
      background-color: #f2f2f2;
      padding-left: 80px;
      margin-left: -4px; }
      @media all and (max-width: 1200px) {
        .section-program .program-block .program-see {
          padding-left: 30px; } }
      @media all and (max-width: 750px) {
        .section-program .program-block .program-see {
          width: 140px;
          padding-left: 0;
          position: relative; } }
      .section-program .program-block .program-see p, .section-program .program-block .program-see ul.marked {
        width: 74px;
        font: 400 18px/111px "Open Sans";
        position: absolute;
        color: #2c2c2c !important;
        text-decoration: underline; }
        @media all and (max-width: 750px) {
          .section-program .program-block .program-see p, .section-program .program-block .program-see ul.marked {
            position: absolute !important;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin: auto; } }
        .section-program .program-block .program-see p:hover, .section-program .program-block .program-see ul.marked:hover {
          text-decoration: none;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
          .section-program .program-block .program-see p:hover:after, .section-program .program-block .program-see ul.marked:hover:after {
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
            right: -90px; }
        .section-program .program-block .program-see p:not(hover):after, .section-program .program-block .program-see ul.marked:not(hover):after {
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
          right: -111px; }
        .section-program .program-block .program-see p:after, .section-program .program-block .program-see ul.marked:after {
          content: '';
          position: absolute;
          top: 48px;
          right: -111px;
          background: url("../svg/RIGHT_ARROW2.svg") no-repeat;
          -webkit-background-size: cover;
          background-size: cover;
          width: 74px;
          height: 15px; }
          @media all and (max-width: 1200px) {
            .section-program .program-block .program-see p:after, .section-program .program-block .program-see ul.marked:after {
              right: -95px; } }
          @media all and (max-width: 750px) {
            .section-program .program-block .program-see p:after, .section-program .program-block .program-see ul.marked:after {
              display: none; } }
    .section-program .program-block .program-search {
      width: 113px;
      height: 111px;
      display: inline-block;
      vertical-align: top;
      background-color: #fff;
      position: absolute;
      top: 0;
      right: 1px; }
      .section-program .program-block .program-search .search-icon {
        width: 18px;
        height: 18px;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
        .section-program .program-block .program-search .search-icon:hover {
          width: 25px;
          height: 25px;
          -webkit-transition: all 0.3s ease-in-out;
          -moz-transition: all 0.3s ease-in-out;
          -ms-transition: all 0.3s ease-in-out;
          -o-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out; }
    .section-program .program-block .program-img {
      width: 100%; }
    .section-program .program-block .program-text {
      opacity: 0;
      width: 65%;
      height: 0;
      background-color: #fff;
      padding-top: 47px;
      padding-left: 50px;
      color: #2c2c2c;
      position: absolute;
      top: 0; }
      @media all and (max-width: 750px) {
        .section-program .program-block .program-text {
          width: 59%;
          padding-left: 15px; } }
      .section-program .program-block .program-text .title {
        font: 400 24px/24px "Open Sans";
        color: #616161;
        margin-bottom: 35px; }
        .section-program .program-block .program-text .title span {
          color: #2c2c2c;
          font: 400 23px/23px "Open Sans"; }
      .section-program .program-block .program-text .program-span {
        width: 95%;
        font: 400 19px/24px "Open Sans"; }
    .section-program .program-block .hover-img {
      opacity: 0; }
    .section-program .program-block .hover-text {
      opacity: 0;
      display: inline-block;
      width: 0;
      vertical-align: top;
      position: absolute;
      top: 0;
      right: 0; }
    .section-program .program-block .button-block {
      position: absolute;
      top: 411px;
      right: 0;
      width: 0;
      height: 225px;
      opacity: 0;
      background-color: #e8e8e8; }
      @media all and (max-width: 750px) {
        .section-program .program-block .button-block {
          top: 436px; } }
    .section-program .program-block.i-1 .button-block {
      bottom: -42px; }
    .section-program .program-block.click-active {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      height: 640px; }
      .section-program .program-block.click-active .button-block {
        opacity: 1;
        width: 35%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media all and (max-width: 750px) {
          .section-program .program-block.click-active .button-block {
            width: 41%; } }
        .section-program .program-block.click-active .button-block .green-button {
          width: 244px;
          height: 65px;
          position: absolute !important;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto; }
          @media all and (max-width: 750px) {
            .section-program .program-block.click-active .button-block .green-button {
              width: 188px; } }
      .section-program .program-block.click-active .program-see,
      .section-program .program-block.click-active .program-search {
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
      .section-program .program-block.click-active .hover-img {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        opacity: 1;
        width: 1525px;
        height: 411px;
        position: absolute;
        top: 0;
        left: -60%;
        z-index: -1; }
        .section-program .program-block.click-active .hover-img.img-1 {
          background: url("../images/program-1.jpg") 0 0 no-repeat;
          -webkit-background-size: cover;
          background-size: cover; }
        .section-program .program-block.click-active .hover-img.img-2 {
          background: url("../images/program-2.jpg") 0 0 no-repeat;
          -webkit-background-size: cover;
          background-size: cover; }
        .section-program .program-block.click-active .hover-img.img-3 {
          background: url("../images/program-3.jpg") 0 0 no-repeat;
          -webkit-background-size: cover;
          background-size: cover; }
        .section-program .program-block.click-active .hover-img.img-4 {
          background: url("../images/program-2.jpg") 0 0 no-repeat;
          -webkit-background-size: cover;
          background-size: cover; }
        .section-program .program-block.click-active .hover-img.img-5 {
          background: url("../images/program-3.jpg") 0 0 no-repeat;
          -webkit-background-size: cover;
          background-size: cover; }
        .section-program .program-block.click-active .hover-img.img-6 {
          background: url("../images/program-1.jpg") 0 0 no-repeat;
          -webkit-background-size: cover;
          background-size: cover; }
        .section-program .program-block.click-active .hover-img:after {
          content: '';
          width: 1000px;
          height: 411px;
          top: 0;
          left: 100%;
          background-color: #010101;
          position: absolute; }
      .section-program .program-block.click-active .hover-text {
        width: 35%;
        opacity: 1;
        padding-top: 82px;
        padding-left: 42px;
        padding-right: 40px;
        background-color: #fff;
        color: #2c2c2c;
        height: 411px; }
        @media all and (max-width: 750px) {
          .section-program .program-block.click-active .hover-text {
            width: 41%;
            height: 440px;
            padding-right: 30px; } }
        .section-program .program-block.click-active .hover-text .hover-title {
          font: 400 23px/23px "Open Sans"; }
        .section-program .program-block.click-active .hover-text .hover-list {
          width: 300px;
          margin-bottom: 15px;
          font: 400 18px/24px "Open Sans";
          color: #2c2c2c;
          position: relative;
          display: block;
          text-indent: 13px; }
          @media all and (max-width: 750px) {
            .section-program .program-block.click-active .hover-text .hover-list {
              width: 100%; } }
          .section-program .program-block.click-active .hover-text .hover-list:after {
            content: '';
            position: absolute;
            width: 5px;
            height: 5px;
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            border-radius: 100%;
            top: 10px;
            left: 0;
            background-color: #2c2c2c; }
      .section-program .program-block.click-active .program-title {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        margin-top: 300px; }
      .section-program .program-block.click-active .program-text {
        height: 225px;
        opacity: 1;
        position: relative;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
        @media all and (max-width: 750px) {
          .section-program .program-block.click-active .program-text {
            height: 250px; } }
      .section-program .program-block.click-active .program-img {
        height: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out; }
  .section-program .more-button {
    display: block;
    margin: 0 auto 80px;
    width: 244px;
    height: 65px;
    border: 2px solid #d14a11;
    text-align: center;
    font: 400 18px/59px "Open Sans";
    color: #ffffff !important;
    background-color: transparent !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .section-program .more-button:hover {
      background-color: #d14a11 !important; }
  .section-program .more-block {
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; }

.section-first {
  width: 100%;
  height: 760px;
  background: fixed url("../images/form-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 10; }
  @media all and (max-width: 750px) {
    .section-first {
      height: 515px; } }

.section-people {
  padding-top: 215px;
  padding-bottom: 220px; }
  @media all and (max-width: 750px) {
    .section-people {
      padding-top: 205px;
      padding-bottom: 114px; } }
  .section-people .block-grey {
    background-color: #010101;
    width: 50%;
    height: 97%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10; }
    @media all and (max-width: 750px) {
      .section-people .block-grey {
        display: none; } }
  .section-people h2 {
    font: 400 43px/47px "Open Sans";
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 40px;
    margin-left: 40px; }
    @media all and (max-width: 750px) {
      .section-people h2 {
        font: 400 42px/47px "Open Sans";
        margin-left: 0; } }
    .section-people h2 span {
      font-weight: 300; }
  .section-people .sub_h2 {
    width: 1090px;
    font: 300 26px/36px "Open Sans";
    color: #ffffff;
    margin-bottom: 85px;
    margin-left: 40px; }
    @media all and (max-width: 1200px) {
      .section-people .sub_h2 {
        width: 100%;
        margin-left: 0; } }
  .section-people .people-block {
    width: 100%;
    display: block;
    margin-left: 40px; }
    @media all and (max-width: 1200px) {
      .section-people .people-block {
        margin-left: 0;
        margin-bottom: 70px; } }
    .section-people .people-block.i-1 .people-text {
      width: 270px; }
    .section-people .people-block.i-2 {
      padding-top: 83px; }
      @media all and (max-width: 750px) {
        .section-people .people-block.i-2 {
          padding-top: 87px; } }
      .section-people .people-block.i-2 .people-text {
        width: 280px; }
    .section-people .people-block .people-img {
      margin-bottom: 40px; }
    .section-people .people-block .people-title {
      font: 700 22px/28px "Open Sans";
      margin-bottom: 25px; }
    .section-people .people-block .people-text {
      font: 400 18px/26px "Open Sans";
      margin-bottom: 40px; }
    .section-people .people-block.i-3 {
      padding-top: 65px; }
      @media all and (max-width: 750px) {
        .section-people .people-block.i-3 {
          padding-top: 0; } }
      .section-people .people-block.i-3 .people-img {
        width: 209px;
        height: 189px;
        border: 25px solid #d14a11;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        background: url("../images/learning-3.jpg") no-repeat;
        -webkit-background-size: cover;
        background-size: cover; }
      .section-people .people-block.i-3 .people-title {
        margin-bottom: 32px; }
      .section-people .people-block.i-3 .people-text {
        width: 280px; }
        @media all and (max-width: 750px) {
          .section-people .people-block.i-3 .people-text {
            width: 240px; } }
    .section-people .people-block.i-4 {
      padding-top: 60px; }
      @media all and (max-width: 750px) {
        .section-people .people-block.i-4 {
          padding-top: 20px; } }
      .section-people .people-block.i-4 .people-img {
        margin-bottom: 35px; }
      .section-people .people-block.i-4 .people-title {
        margin-bottom: 50px; }
        .section-people .people-block.i-4 .people-title.a-4 {
          margin-bottom: 31px; }
      .section-people .people-block.i-4 .people-text {
        width: 285px; }
    .section-people .people-block.i-5 {
      padding-top: 60px; }
      @media all and (max-width: 750px) {
        .section-people .people-block.i-5 {
          padding-top: 0; } }
      .section-people .people-block.i-5 .people-text {
        width: 280px; }
        @media all and (max-width: 750px) {
          .section-people .people-block.i-5 .people-text {
            width: 240px; } }
      .section-people .people-block.i-5 .logo-wrapper {
        width: 213px;
        height: 173px;
        background-color: #d14a11;
        position: relative; }
        @media all and (max-width: 750px) {
          .section-people .people-block.i-5 .logo-wrapper {
            margin-top: 53px; } }
        .section-people .people-block.i-5 .logo-wrapper img {
          width: 109px;
          height: 68px;
          position: absolute !important;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto; }
    .section-people .people-block.i-6 .people-img {
      margin-bottom: 35px; }
    .section-people .people-block.i-6 .people-text {
      width: 275px; }

.section-want {
  z-index: 10; }
  .section-want h2 {
    font: 300 48px/52px "Open Sans";
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 45px; }
    @media all and (max-width: 750px) {
      .section-want h2 {
        text-transform: none;
        margin-bottom: 30px; } }
  .section-want .sub_h2 {
    width: 700px;
    font: 300 24px/30px "Open Sans";
    color: #ffffff;
    margin-bottom: 30px; }
    @media all and (max-width: 750px) {
      .section-want .sub_h2 {
        width: 100%; } }
  .section-want .want-bg {
    position: absolute;
    top: -58px;
    right: 94px;
    z-index: -1; }
    @media all and (max-width: 750px) {
      .section-want .want-bg {
        right: -48%;
        top: -40px; } }

.section-question {
  padding-top: 215px;
  padding-bottom: 280px;
  z-index: 20; }
  @media all and (max-width: 750px) {
    .section-question {
      padding-top: 140px;
      padding-bottom: 335px; } }
  .section-question h2 {
    font: 400 43px/47px "Open Sans";
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 80px; }
    .section-question h2 span {
      font-weight: 300; }
  .section-question .question-item {
    z-index: 20;
    width: 99%;
    margin: 0 auto; }
    .section-question .question-item.active .question {
      background: none;
      background-color: #d14a11; }
    .section-question .question-item.active .question-arrow-holder {
      top: 35px;
      transform: rotate(-90deg); }
      .section-question .question-item.active .question-arrow-holder .arrow-question {
        fill: #fff; }
  .section-question .question {
    width: 100%;
    height: 100px;
    padding-left: 56px;
    border-bottom: 1px solid rgba(232, 232, 232, 0.32);
    position: relative;
    background: #101010;
    cursor: pointer; }
    .section-question .question .question-arrow-holder {
      position: absolute;
      width: 20px;
      height: 30px;
      top: 45px;
      right: 46px; }
      @media all and (max-width: 750px) {
        .section-question .question .question-arrow-holder {
          right: 19px; } }
    .section-question .question .question-text {
      color: #ffffff;
      font: 700 22px/100px "Open Sans"; }
      @media all and (max-width: 750px) {
        .section-question .question .question-text {
          width: 90%; }
          .section-question .question .question-text.mobile-1 {
            font: 700 18px/25px "Open Sans";
            padding-top: 25px; } }
      .section-question .question .question-text span {
        color: #f4f4f4;
        font: 400 22px/100px "Open Sans";
        padding-right: 18px; }
  .section-question .answer {
    box-shadow: 0 0 21px rgba(0, 0, 0, 0.29);
    padding: 30px 20px 63px 105px;
    background: #101010; }
    @media all and (max-width: 750px) {
      .section-question .answer {
        padding-right: 13px; } }
    .section-question .answer p, .section-question .answer ul.marked {
      width: 890px;
      display: block;
      color: #dadada;
      font: 400 18px/26px "Open Sans"; }
      @media all and (max-width: 1200px) {
        .section-question .answer p, .section-question .answer ul.marked {
          width: 100%; } }

.section-second {
  width: 100%;
  height: 760px;
  background: fixed url("../images/form-bg-2.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  z-index: 10; }
  @media all and (max-width: 750px) {
    .section-second {
      height: 515px; } }

.section-contact {
  padding-top: 220px;
  padding-bottom: 149px;
  height: 845px;
  background-color: #010101;
  z-index: 0; }
  @media all and (max-width: 750px) {
    .section-contact {
      height: auto;
      padding-bottom: 0; } }
  .section-contact .opacity-text {
    position: absolute;
    font: 900 277px/277px "Open Sans";
    text-transform: uppercase;
    top: 315px;
    left: 145px;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.05); }
    @media all and (max-width: 750px) {
      .section-contact .opacity-text {
        display: none; } }
  .section-contact h2 {
    font: 400 43px/47px "Open Sans";
    text-transform: uppercase;
    margin-bottom: 90px; }
    .section-contact h2 span {
      font-weight: 300; }
  .section-contact .contact-text {
    font: 500 19px/19px "Open Sans";
    margin-bottom: 55px; }
    .section-contact .contact-text span {
      width: 300px;
      font: 400 18px/28px "Open Sans";
      margin-top: 20px;
      display: block; }
    .section-contact .contact-text a, .section-contact .contact-text .underline, .section-contact .contact-text .dashed, .section-contact .contact-text .dotted {
      color: #fff !important;
      font: 400 29px/29px "Open Sans";
      display: block;
      margin-top: 30px; }
  .section-contact .green-button {
    text-transform: none; }
  .section-contact .contact-right {
    width: 47%;
    position: absolute;
    height: 845px;
    top: 0;
    right: 0; }
    @media all and (max-width: 750px) {
      .section-contact .contact-right {
        position: relative;
        width: 100%;
        height: 500px;
        margin-top: 123px; } }
  .section-contact .map-holder {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 845px;
    z-index: 9999; }
    @media all and (max-width: 750px) {
      .section-contact .map-holder {
        width: 100%;
        height: 500px;
        position: relative !important; } }

.section-brand {
  background-color: #dddddd;
  height: 55px;
  font: 400 18px/55px "Open Sans";
  color: #292a29; }
  @media all and (max-width: 750px) {
    .section-brand {
      height: auto;
      padding-top: 22px;
      padding-bottom: 20px; } }
  .section-brand .left-text {
    display: inline-block; }
    @media all and (max-width: 750px) {
      .section-brand .left-text {
        display: block;
        text-align: center;
        font: 400 14px/16px "Open Sans";
        margin-bottom: 20px; } }
  .section-brand .right-text {
    width: 330px;
    float: right;
    display: inline-block;
    text-decoration: underline;
    font: 400 18px/55px "Open Sans";
    color: #292a29 !important; }
    .section-brand .right-text:hover {
      text-decoration: none; }
    @media all and (max-width: 750px) {
      .section-brand .right-text {
        float: none;
        display: block;
        text-align: center;
        width: 100%;
        font: 400 18px/20px "Open Sans"; } }

.section-form {
  background: no-repeat 50% 50% transparent; }
  .section-form .btn-holder {
    margin-top: 0px; }
  .section-form .btn {
    width: 300px; }

.form-agree-check {
  font: 12px/15px "PT Sans";
  margin-top: 30px; }
  .form-agree-check .jq-checkbox, .form-agree-check .jq-radio {
    top: 1px; }

.form-x {
  background-image: url("../images/formX-bg.jpg");
  padding: 0px 0 0px; }
  .form-x h2 {
    margin-bottom: 0px; }

.form-first,
.form-second {
  width: 567px;
  height: 716px;
  display: block;
  background-color: #f4f4f4;
  padding-top: 100px;
  padding-left: 78px;
  padding-right: 78px;
  position: absolute;
  top: -100px;
  left: 0; }
  @media all and (max-width: 750px) {
    .form-first,
    .form-second {
      position: relative;
      margin: -100px auto 0; } }
  .form-first h2,
  .form-second h2 {
    width: 330px;
    display: block;
    color: #2c2c2c;
    text-align: center;
    margin: 0 auto 30px;
    font: 500 48px/48px "Open Sans";
    text-transform: none; }
  .form-first p, .form-first ul.marked,
  .form-second p,
  .form-second ul.marked {
    width: 380px;
    display: block;
    color: #2c2c2c;
    text-align: center;
    margin: 0 auto 30px;
    font: 300 22px/30px "Open Sans"; }
  .form-first input,
  .form-second input {
    width: 100%;
    border: none !important;
    border-bottom: 1px solid #626262 !important;
    height: 50px;
    font: 400 15px/50px "Open Sans";
    color: #343434;
    background-color: transparent !important;
    position: relative;
    margin: 0 auto; }
  .form-first .name-block,
  .form-second .name-block {
    width: 96%;
    position: relative;
    height: 50px;
    margin: 0 auto 20px; }
    .form-first .name-block:after,
    .form-second .name-block:after {
      content: '';
      position: absolute;
      width: 22px;
      height: 22px;
      top: 17px;
      right: 0;
      background: url("../svg/user.svg") no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      z-index: 10; }
  .form-first .tel-block,
  .form-second .tel-block {
    width: 96%;
    position: relative;
    height: 50px;
    margin: 0 auto 20px; }
    .form-first .tel-block:after,
    .form-second .tel-block:after {
      content: '';
      position: absolute;
      width: 23px;
      height: 23px;
      top: 18px;
      right: 0;
      background: url("../svg/phone-call.svg") no-repeat;
      -webkit-background-size: cover;
      background-size: cover;
      z-index: 10; }
  .form-first .green-button,
  .form-second .green-button {
    width: 100%;
    height: 85px;
    background-color: #d14a11 !important;
    display: block;
    text-align: center;
    font: 400 16px/16px "Open Sans";
    color: #fff !important;
    text-transform: none;
    margin-top: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .form-first .green-button span,
    .form-second .green-button span {
      font: 400 14px/14px "Open Sans";
      opacity: .53;
      display: block;
      margin-top: 5px; }
    .form-first .green-button:hover,
    .form-second .green-button:hover {
      background-color: #fff !important;
      color: #292a29 !important;
      border: 1px solid #d14a11; }

.form-second {
  left: 51%; }
  @media all and (max-width: 750px) {
    .form-second {
      position: relative;
      left: 0;
      margin: -100px auto 0; } }
  .form-second h2 {
    width: 360px; }

.form-want input {
  width: 100%;
  border: none !important;
  border-bottom: 1px solid #fff !important;
  height: 50px;
  font: 400 15px/50px "Open Sans";
  color: #fff !important;
  background-color: transparent !important;
  position: relative;
  margin-top: 32px; }
  .form-want input ::-webkit-input-placeholder {
    color: #fff !important; }
  .form-want input :-moz-placeholder {
    color: #fff !important; }
  .form-want input ::-moz-placeholder {
    color: #fff !important; }
  .form-want input :-ms-input-placeholder {
    color: #fff !important; }
  .form-want input .placeholder {
    color: #fff !important; }
  .form-want input :focus::-webkit-input-placeholder {
    opacity: 0; }
  .form-want input :focus:-moz-placeholder {
    opacity: 0; }
  .form-want input :focus::-moz-placeholder {
    opacity: 0; }
  .form-want input :focus:-ms-input-placeholder {
    opacity: 0; }
  .form-want input :focus.placeholder {
    opacity: 0; }

.form-want .green-button {
  width: 100%;
  height: 84px;
  background-color: #d14a11;
  display: block;
  text-align: center;
  font: 400 16px/16px "Open Sans";
  color: #fff !important;
  text-transform: none; }
  @media all and (max-width: 750px) {
    .form-want .green-button {
      width: 380px;
      margin: 8px auto 0; } }
  .form-want .green-button span {
    font: 400 14px/14px "Open Sans";
    opacity: 0.53;
    display: block;
    margin-top: 5px; }
  .form-want .green-button:hover {
    background-color: #fff !important;
    color: #292a29 !important; }

.modal-form input {
  width: 405px;
  border: none !important;
  border-bottom: 1px solid #626262 !important;
  height: 50px;
  font: 400 15px/50px "Open Sans";
  color: #343434;
  background-color: transparent !important;
  position: relative;
  margin: 0 auto; }

.modal-form .name-block {
  width: 405px;
  position: relative;
  height: 50px;
  margin: 0 auto 20px; }
  .modal-form .name-block:after {
    content: '';
    position: absolute;
    width: 22px;
    height: 22px;
    top: 17px;
    right: 0;
    background: url("../svg/user.svg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10; }

.modal-form .tel-block {
  width: 405px;
  position: relative;
  height: 50px;
  margin: 0 auto 20px; }
  .modal-form .tel-block:after {
    content: '';
    position: absolute;
    width: 23px;
    height: 23px;
    top: 18px;
    right: 0;
    background: url("../svg/phone-call.svg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 10; }

.modal-form .green-button {
  width: 405px;
  height: 85px;
  margin: 50px auto 0;
  background-color: #d14a11 !important;
  display: block;
  text-align: center;
  font: 400 16px/16px "Open Sans";
  color: #fff !important;
  text-transform: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .modal-form .green-button span {
    font: 400 14px/14px "Open Sans";
    opacity: .53;
    display: block;
    margin-top: 5px; }
  .modal-form .green-button:hover {
    background-color: #fff !important;
    color: #292a29 !important;
    border: 1px solid #d14a11; }
