/*! 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: 'Gotham';
  src: url("../fonts/GothaProReg.eot");
  src: url("../fonts/GothaProReg.eot") format("embedded-opentype"), url("../fonts/GothaProReg.txt") format("woff2"), url("../fonts/GothaProReg-1.txt") format("woff"), url("../fonts/GothaProReg-2.txt") format("truetype"), url("../fonts/GothaProReg.svg") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothaProIta.eot");
  src: url("../fonts/GothaProIta.eot") format("embedded-opentype"), url("../fonts/GothaProIta.txt") format("woff2"), url("../fonts/GothaProIta-1.txt") format("woff"), url("../fonts/GothaProIta-2.txt") format("truetype"), url("../fonts/GothaProIta.svg") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothaProLig.eot");
  src: url("../fonts/GothaProLig.eot") format("embedded-opentype"), url("../fonts/GothaProLig.txt") format("woff2"), url("../fonts/GothaProLig-1.txt") format("woff"), url("../fonts/GothaProLig-2.txt") format("truetype"), url("../fonts/GothaProLig.svg") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothaProLigIta.eot");
  src: url("../fonts/GothaProLigIta.eot") format("embedded-opentype"), url("../fonts/GothaProLigIta.txt") format("woff2"), url("../fonts/GothaProLigIta-1.txt") format("woff"), url("../fonts/GothaProLigIta-2.txt") format("truetype"), url("../fonts/GothaProLigIta.svg") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothaProMed.eot");
  src: url("../fonts/GothaProMed.eot") format("embedded-opentype"), url("../fonts/GothaProMed.txt") format("woff2"), url("../fonts/GothaProMed-1.txt") format("woff"), url("../fonts/GothaProMed-2.txt") format("truetype"), url("../fonts/GothaProMed.svg") format("svg");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothaProMedIta.eot");
  src: url("../fonts/GothaProMedIta.eot") format("embedded-opentype"), url("../fonts/GothaProMedIta.txt") format("woff2"), url("../fonts/GothaProMedIta-1.txt") format("woff"), url("../fonts/GothaProMedIta-2.txt") format("truetype"), url("../fonts/GothaProMedIta.svg") format("svg");
  font-weight: 500;
  font-style: italic; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothaProBol.eot");
  src: url("../fonts/GothaProBol.eot") format("embedded-opentype"), url("../fonts/GothaProBol.txt") format("woff2"), url("../fonts/GothaProBol-1.txt") format("woff"), url("../fonts/GothaProBol-2.txt") format("truetype"), url("../fonts/GothaProBol.svg") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothaProBolIta.eot");
  src: url("../fonts/GothaProBolIta.eot") format("embedded-opentype"), url("../fonts/GothaProBolIta.txt") format("woff2"), url("../fonts/GothaProBolIta-1.txt") format("woff"), url("../fonts/GothaProBolIta-2.txt") format("truetype"), url("../fonts/GothaProBolIta.svg") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothaProBla.eot");
  src: url("../fonts/GothaProBla.eot") format("embedded-opentype"), url("../fonts/GothaProBla.txt") format("woff2"), url("../fonts/GothaProBla-1.txt") format("woff"), url("../fonts/GothaProBla-2.txt") format("truetype"), url("../fonts/GothaProBla.svg") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Gotham';
  src: url("../fonts/GothaProBlaIta.eot");
  src: url("../fonts/GothaProBlaIta.eot") format("embedded-opentype"), url("../fonts/GothaProBlaIta.txt") format("woff2"), url("../fonts/GothaProBlaIta-1.txt") format("woff"), url("../fonts/GothaProBlaIta-2.txt") format("truetype"), url("../fonts/GothaProBlaIta.svg") format("svg");
  font-weight: 900;
  font-style: italic; }
@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-2 {
  width: 50%; }

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

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

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

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

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

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

.col-2-5 {
  width: 40%; }

.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: 1270px) {
  .col-1-md-5 {
    width: 20%; } }

@media all and (max-width: 1270px) {
  .col-2-md-5 {
    width: 40%; } }

@media all and (max-width: 1270px) {
  .col-3-md-5 {
    width: 60%; } }

@media all and (max-width: 750px) {
  .col-1-xs-1 {
    width: 100%; } }

@media all and (max-width: 750px) {
  .col-1-xs-2 {
    width: 50%; } }

@-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"] .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"] .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 #f00, 0 0 12px 14px #f00; }
  to {
    box-shadow: 0 0 18px 6px rgba(255, 0, 0, 0), 0 0 4px 71px rgba(255, 0, 0, 0); } }
@-moz-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #f00, 0 0 12px 14px #f00; }
  to {
    box-shadow: 0 0 18px 6px rgba(255, 0, 0, 0), 0 0 4px 71px rgba(255, 0, 0, 0); } }
@-ms-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #f00, 0 0 12px 14px #f00; }
  to {
    box-shadow: 0 0 18px 6px rgba(255, 0, 0, 0), 0 0 4px 71px rgba(255, 0, 0, 0); } }
@keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #f00, 0 0 12px 14px #f00; }
  to {
    box-shadow: 0 0 18px 6px rgba(255, 0, 0, 0), 0 0 4px 71px rgba(255, 0, 0, 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"] .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"] .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"] .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"] .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"] .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, .a-loader.a-loader-1 {
  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, .a-loader.a-loader-2 [class*="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: #000;
  background: #fff;
  font: 16px/24px 'Gotham';
  width: 100%;
  min-width: 1140px;
  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: 1140px;
  max-width: 100%;
  position: relative;
  overflow: hidden; }
  @media all and (max-width: 750px) {
    body {
      min-width: 620px; } }

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

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

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 .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: #f00;
    width: 8px;
    height: 8px;
    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;
  z-index: 105; }

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

html.loading {
  overflow: hidden !important;
  height: 100% !important; }
  html.loading .loader {
    opacity: 1; }

.load-page {
  display: none;
  width: 245px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 90000;
  top: 17%; }

.load {
  position: absolute;
  height: 2px;
  background-color: #00b49b;
  width: 0; }

.loader {
  -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;
  color: #000;
  background: #f3f3f3;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  transition-duration: .5s; }

.a-loader {
  display: inline-block;
  width: 180px;
  height: 120px;
  position: relative; }
  .a-loader [class*="bar"] {
    width: 5px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 25px;
    margin-bottom: 7.5px;
    border-top: 14px solid #bbb;
    border-radius: 2px; }
  .a-loader.a-loader-1 .bar-1 {
    opacity: .125; }
  .a-loader.a-loader-1 .bar-2 {
    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);
    opacity: .25; }
  .a-loader.a-loader-1 .bar-3 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: .375; }
  .a-loader.a-loader-1 .bar-4 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: .5; }
  .a-loader.a-loader-1 .bar-5 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    opacity: .625; }
  .a-loader.a-loader-1 .bar-6 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    opacity: .75; }
  .a-loader.a-loader-1 .bar-7 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    opacity: .875; }
  .a-loader.a-loader-1 .bar-8 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg); }
  .a-loader.a-loader-2 .bar-1 {
    animation-delay: 0.12s; }
  .a-loader.a-loader-2 .bar-2 {
    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);
    animation-delay: 0.24s; }
  .a-loader.a-loader-2 .bar-3 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    animation-delay: 0.36s; }
  .a-loader.a-loader-2 .bar-4 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    animation-delay: 0.48s; }
  .a-loader.a-loader-2 .bar-5 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    animation-delay: 0.64s; }
  .a-loader.a-loader-2 .bar-6 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    animation-delay: 0.72s; }
  .a-loader.a-loader-2 .bar-7 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
    animation-delay: 0.84s; }
  .a-loader.a-loader-2 .bar-8 {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    animation-delay: 0.96s; }
  @media all and (max-width: 1270px) {
    .a-loader {
      display: none; } }
  .a-loader [class*="path-"] {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-animation: logo-appear ease-in-out both 0.8s;
    -moz-animation: logo-appear ease-in-out both 0.8s;
    -ms-animation: logo-appear ease-in-out both 0.8s;
    animation: logo-appear ease-in-out both 0.8s; }

.logo-icon {
  width: 100px;
  display: inline-block;
  color: #353f44;
  font: 900 49px/49px 'Gotham';
  position: relative; }
  .logo-icon:after {
    content: '';
    position: absolute;
    width: 42px;
    height: 25px;
    background: url("../svg/logo-after.svg") no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    top: -25px;
    left: -11px; }

.loader-text {
  margin-top: 16px; }
  .loader-text::after {
    content: "...";
    position: absolute; }

@-webkit-keyframes logo-appear {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }
@-moz-keyframes logo-appear {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }
@-ms-keyframes logo-appear {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }
@keyframes logo-appear {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }
::-webkit-input-placeholder {
  opacity: 1;
  color: #000; }

:-moz-placeholder {
  opacity: 1;
  color: #000; }

::-moz-placeholder {
  opacity: 1;
  color: #000; }

:-ms-input-placeholder {
  opacity: 1;
  color: #000; }

.placeholder {
  opacity: 1;
  color: #000; }

:focus::-webkit-input-placeholder {
  opacity: 0; }

:focus:-moz-placeholder {
  opacity: 0; }

:focus::-moz-placeholder {
  opacity: 0; }

:focus:-ms-input-placeholder {
  opacity: 0; }

:focus.placeholder {
  opacity: 0; }

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.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.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.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.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.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.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.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.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.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.svg-icon:not([class*="border-"]) {
  color: #cb0707; }

input[type=text].si-error, .hover-shake:hover [class*="-image"] input[type=text].icon, .hover-shake:hover [class*="-image"] input.icon[type=email], .hover-shake:hover [class*="-image"] input[type=email].si-close,
.hover-shake:hover [class*="-image"] input.icon[type=tel],
.hover-shake:hover [class*="-image"] input[type=tel].si-close, .hover-shake:hover [class*="-image"] textarea.icon, .hover-shake:hover [class*="-image"] textarea.si-close, .hover-shake:hover [class*="-image"] input[type=text].si-close,
.hover-shake:hover [class*="-image"] input[type=text].svg-icon:not([class*="border-"]),
.hover-shake:hover [class*="-image"] input.svg-icon[type=email]:not([class*="border-"]),
.hover-shake:hover [class*="-image"] input.svg-icon[type=tel]:not([class*="border-"]),
.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;
  color: #000 !important;
  width: 100%;
  background: no-repeat #fff;
  border: 1px solid #fff;
  padding: 0 0px;
  margin-bottom: 20px; }

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;
  background: url("../images/checkbox-bg.png") no-repeat 50% 50% transparent !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;
  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-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 {
  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;
  fill: #fff; }

.close, .si-close {
  width: 22px !important;
  height: 22px !important;
  fill: #fff;
  background: url("../svg/close.svg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  fill-rule: evenodd; }
  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; }

.style-1,
.style-3 {
  fill: none;
  stroke-miterlimit: 10; }

.style-1 {
  stroke: #ff821f !important;
  stroke-width: 2px; }

.style-2 {
  opacity: 0.8;
  stroke: #000 !important; }

.style-3 {
  stroke: #000 !important; }

.icon-01,
.icon-02,
.icon-03,
.icon-04 {
  fill: #fff;
  stroke: #000;
  stroke-miterlimit: 10;
  stroke-width: 0.9px;
  opacity: 0.35; }

.question,
.scroll {
  fill:#0089ff; }

.consult-1,
.consult-2,
.consult-3,
.consult-4,
.seven-icon {
  fill:#0089ff; }

.mail {
  fill:#0089ff;
  opacity: 1; }

.client-name,
.client-phone,
.phone-svg {
  fill: #eaeaea; }

#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; }
  .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: rgba(0, 0, 0, 0.9); }
  @media all and (max-width: 750px) {
    .global-nav ul.nav {
      width: 100%;
      text-align: center;
      display: inline-block;
      z-index: 15;
      margin-left: 15px;
      padding-top: 90px; }
      .global-nav ul.nav li {
        display: block;
        margin-bottom: 60px; }
      .global-nav ul.nav a, .global-nav ul.nav .underline, .global-nav ul.nav .dashed, .global-nav ul.nav .dotted {
        font: 900 32px/32px 'Gotham', sans-serif;
        width: auto;
        text-transform: uppercase;
        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 {
          text-decoration: underline; } }

.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: 61px;
  height: 43px;
  position: fixed;
  top: 50px;
  right: 48px;
  cursor: pointer !important;
  z-index: 110; }
  @media all and (max-width: 750px) {
    .show-menu {
      display: block !important; } }
  .no-scroll .show-menu {
    color: #fff !important;
    top: 22px; }
    @media all and (max-width: 1270px) {
      .no-scroll .show-menu {
        top: 17px;
        left: 10px;
        right: auto; } }
  .show-menu.light {
    color: #fff; }
    .show-menu.light .icon-sandwich,
    .show-menu.light .icon-sandwich::before,
    .show-menu.light .icon-sandwich::after {
      background: #fff; }
  .show-menu.opened {
    color: #fff;
    z-index: 160; }
    .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: #fff; }
      .no-scroll .show-menu.opened .icon-sandwich,
      .no-scroll .show-menu.opened .icon-sandwich::before,
      .no-scroll .show-menu.opened .icon-sandwich::after {
        background: #fff !important; }
  .show-menu:hover, .show-menu:active {
    color: #fff !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: #fff !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: 61px;
  height: 5px;
  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: 61px;
    height: 5px;
    position: absolute;
    left: 0;
    opacity: 1; }
    .no-scroll .icon-sandwich::before, .no-scroll .icon-sandwich::after {
      background: #fff !important; }
  .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: -15px; }
  .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: -15px; }
  .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: 61px; }
    .opened .icon-sandwich:after {
      content: "";
      bottom: -7px; }
    .opened .icon-sandwich:before {
      content: "";
      top: -7px; }
    .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: 1580px) {
      #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;
  -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;
  bottom: auto;
  z-index: 50;
  padding-top: 26px;
  padding-bottom: 16px;
  background-color: transparent; }
  @media all and (max-width: 750px) {
    .layout-header {
      padding-top: 46px;
      padding-bottom: 20px; } }
  .layout-header .logo-block {
    width: 440px;
    display: inline-block;
    margin-left: 47px;
    margin-top: 40px; }
    @media all and (max-width: 1270px) {
      .layout-header .logo-block {
        width: 400px;
        margin-left: 17px; } }
    @media all and (max-width: 750px) {
      .layout-header .logo-block {
        width: 260px;
        margin-top: 0; } }
    .layout-header .logo-block .logo-icon {
      width: 100px;
      display: inline-block;
      margin-right: 18px;
      color: #fff;
      font: 900 49px/49px 'Gotham';
      position: relative; }
      .layout-header .logo-block .logo-icon:after {
        content: '';
        position: absolute;
        width: 42px;
        height: 25px;
        background: url("../svg/logo-after.svg") no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        top: -25px;
        left: -11px; }
    .layout-header .logo-block .logo-text {
      width: 310px;
      display: inline-block;
      vertical-align: top;
      color: #fff;
      font: 400 18px/23px 'Gotham'; }
      @media all and (max-width: 1270px) {
        .layout-header .logo-block .logo-text {
          display: none; } }
      @media all and (max-width: 750px) {
        .layout-header .logo-block .logo-text {
          display: inline-block;
          width: 130px;
          font: 400 15px/18px 'Gotham'; } }
  .layout-header .desktop-nav {
    display: block;
    width: 580px;
    margin-top: 45px;
    background-color: transparent;
    margin-left: -100px; }
    @media all and (max-width: 1580px) {
      .layout-header .desktop-nav {
        margin-left: 0; } }
    .layout-header .desktop-nav ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .layout-header .desktop-nav ul li {
        list-style-type: none;
        display: inline-block; }
        .layout-header .desktop-nav ul li a, .layout-header .desktop-nav ul li .underline, .layout-header .desktop-nav ul li .dashed, .layout-header .desktop-nav ul li .dotted {
          color: #fff !important;
          padding: 10px 20px;
          font: 700 13px/13px 'Gotham';
          text-transform: uppercase;
          letter-spacing: 1.82px;
          -webkit-border-radius: 0 12px;
          -moz-border-radius: 0 12px;
          border-radius: 0 12px; }
          @media all and (max-width: 1580px) {
            .layout-header .desktop-nav ul li a, .layout-header .desktop-nav ul li .underline, .layout-header .desktop-nav ul li .dashed, .layout-header .desktop-nav ul li .dotted {
              padding: 10px 10px; } }
          .layout-header .desktop-nav ul li a:hover, .layout-header .desktop-nav ul li .underline:hover, .layout-header .desktop-nav ul li .dashed:hover, .layout-header .desktop-nav ul li .dotted:hover {
            background-color: #000; }
  .layout-header .si-phone {
    width: 200px;
    float: right;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 40px;
    margin-right: 57px; }
    @media all and (max-width: 1270px) {
      .layout-header .si-phone {
        margin-right: 5px; } }
    .layout-header .si-phone .phone-block {
      position: absolute;
      width: 55px;
      height: 55px;
      background: none;
      display: block;
      top: -10px;
      left: -78px;
      border-radius: 0 14px; }
      @media all and (max-width: 1580px) {
        .layout-header .si-phone .phone-block {
          display: none; } }
      .layout-header .si-phone .phone-block .phone-icon {
        width: 15px;
        height: 18px;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
    .layout-header .si-phone .phone-link {
      color: #fff;
      font: 500 20px/20px 'Gotham';
      margin-bottom: 9px; }
      @media all and (max-width: 1000px) {
        .layout-header .si-phone .phone-link {
          font-size: 14px; } }
    .layout-header .si-phone .consult {
      color:#fff !important;
      font: 500 16px/16px 'Gotham';
      text-decoration: underline; }
      @media all and (max-width: 1000px) {
        .layout-header .si-phone .consult {
          font-size: 12px; } }
      .layout-header .si-phone .consult:hover {
        text-decoration: none; }
  .layout-header.active {
    padding-top: 0;
    background: rgba(25, 25, 25, 0.95); }
    @media all and (max-width: 750px) {
      .layout-header.active {
        padding-top: 46px; } }

.layout-footer {
  padding: 46px 0 20px;
  background-color: #fff; }
  .layout-footer .logo-block {
    width: 440px;
    display: inline-block;
    margin-left: 47px;
    margin-top: 40px; }
    @media all and (max-width: 750px) {
      .layout-footer .logo-block {
        margin: 90px auto 50px;
        display: block; } }
    .layout-footer .logo-block .logo-icon {
      width: 100px;
      display: inline-block;
      margin-right: 18px;
      color: #353f44;
      font: 900 49px/49px 'Gotham';
      position: relative; }
      .layout-footer .logo-block .logo-icon:after {
        content: '';
        position: absolute;
        width: 42px;
        height: 25px;
        background: url("../svg/logo-after.svg") no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        top: -25px;
        left: -11px; }
    .layout-footer .logo-block .logo-text {
      width: 310px;
      display: inline-block;
      vertical-align: top;
      color: #353f44;
      font: 400 18px/23px 'Gotham'; }
      .layout-footer .logo-block .logo-text span {
        font: 600 18px/23px 'Gotham'; }
  .layout-footer .mail-block {
    width: 290px;
    display: block;
    position: relative;
    margin: 20px auto 0; }
    @media all and (max-width: 750px) {
      .layout-footer .mail-block {
        width: 440px;
        margin: 0 auto 40px; } }
    .layout-footer .mail-block:hover .js-copy-mail-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: block; }
    .layout-footer .mail-block .mail-icon {
      width: 55px;
      height: 55px;
      border-radius: 0 14px;
      border: 1px solid rgba(0, 0, 0, 0.1);
      display: inline-block;
      margin-right: 23px;
      position: relative; }
      .layout-footer .mail-block .mail-icon .mail-svg {
        width: 19px;
        height: 24px;
        display: block;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
    .layout-footer .mail-block .mail-text {
      display: inline-block;
      vertical-align: top;
      margin-top: 20px;
      color: #404040;
      font: 500 16px/16px 'Gotham'; }
      .layout-footer .mail-block .mail-text:hover {
        text-decoration: underline; }
    .layout-footer .mail-block .js-copy-mail-btn {
      width: 210px;
      height: 56px;
      font: 500 18px / 19px 'Gotham';
      border-radius: 0 30px;
      border: none !important;
      position: absolute;
      bottom: 60px;
      right: 0;
      display: none; }
  .layout-footer .si-phone {
    width: 300px;
    float: right;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-top: 30px;
    margin-right: 57px; }
    @media all and (max-width: 750px) {
      .layout-footer .si-phone {
        width: 280px;
        float: none;
        margin: 0 auto;
        display: block; } }
    .layout-footer .si-phone .phone-block {
      position: absolute;
      width: 65px;
      height: 65px;
      background-color:#0089ff;
      display: block;
      top: -1px;
      left: -78px;
      border-radius: 0 14px; }
      .layout-footer .si-phone .phone-block .phone-icon {
        width: 15px;
        height: 18px;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
    .layout-footer .si-phone .phone-link {
      color: #000000;
      font: 900 26px/26px 'Gotham';
      margin-bottom: 9px; }
    .layout-footer .si-phone .consult {
      color:#0089ff !important;
      font: 500 16px/16px 'Gotham';
      text-decoration: underline; }
      .layout-footer .si-phone .consult:hover {
        text-decoration: none; }
  .layout-footer .right-block {
    text-align: right;
    color: #000000;
    font: 500 11px/11px 'Gotham';
    margin-top: 40px;
    margin-right: 60px; }
    .layout-footer .right-block a, .layout-footer .right-block .underline, .layout-footer .right-block .dashed, .layout-footer .right-block .dotted {
      color: #000 !important;
      text-decoration: underline; }
      .layout-footer .right-block a:hover, .layout-footer .right-block .underline:hover, .layout-footer .right-block .dashed:hover, .layout-footer .right-block .dotted:hover {
        text-decoration: none; }

.company-address-block dl {
  margin-bottom: 0px; }

.company-info-block p, .company-info-block ul.marked {
  margin-bottom: 0px; }

.copyright {
  margin-top: 0px; }

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(129, 132, 136, 0.8);
  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: 4px;
  right: -47px; }

.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: 60px 85px 60px;
  width: 554px;
  margin: 50px auto;
  -webkit-border-radius: 0 30px;
  -moz-border-radius: 0 30px;
  border-radius: 0 30px; }
  .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; }
  .si-modal .input-block, .si-success-modal .input-block {
    position: relative;
    width: 360px;
    display: block !important;
    margin: 0 auto 32px !important; }
    .si-modal .input-block .man-icon, .si-success-modal .input-block .man-icon,
    .si-modal .input-block .tel-icon,
    .si-success-modal .input-block .tel-icon {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      display: block;
      width: 21px;
      height: 21px;
      z-index: 100; }
    .si-modal .input-block .tel-icon, .si-success-modal .input-block .tel-icon {
      width: 25px;
      height: 25px; }
  .si-modal input, .si-success-modal input, .si-modal textarea {
    width: 360px !important;
    display: block !important;
    margin: 0 auto 32px !important;
    border-bottom: 1px solid #000 !important;
    padding-bottom: 24px !important;
    font: 500 16px/16px 'Gotham'; }
  .si-modal .orange-button, .si-success-modal .orange-button {
    width: 361px;
    height: 76px;
    margin: 50px auto 40px;
    font: 500 18px/60px 'Gotham';
    border-radius: 0 20px; }
    .si-modal .orange-button:hover, .si-success-modal .orange-button:hover {
      -webkit-border-radius: 20px 0;
      -moz-border-radius: 20px 0;
      border-radius: 20px 0; }
  .si-modal .form-agree-check, .si-success-modal .form-agree-check {
    width: 394px !important;
    display: block;
    margin: 0 auto;
    font: 400 14px/18px 'Gotham';
    color: #939393;
    text-align: center; }
  .si-modal .jq-checkbox, .si-success-modal .jq-checkbox, .si-modal .jq-radio, .si-success-modal .jq-radio {
    background-color: transparent !important; }

.modal-form-title, .si-success-modal-title {
  margin-bottom: 28px;
  color: #191919;
  font: 900 26px/30px 'Gotham';
  text-align: center; }
  .modal-form-title span, .si-success-modal-title span {
    color: #0089ff; }
.wpcf7-not-valid-tip {
	display: none;
}
.modal-time, .success-time {
  margin-bottom: 45px;
  color: #222222;
  font: 600 18px/22px 'Gotham';
  text-align: center; }

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

.si-success-modal strong {
  display: block; }

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

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

.orange-button {
  background-image: linear-gradient(-39deg,#0089ff 0%, #3e4aee 100%);
  transition: .2s;
  color: #fff !important;
  display: block;
  text-align: center; }
  .orange-button:hover {
    background-image: linear-gradient(-39deg,#3e4aee 0%, #0089ff 100%); }

.section-number {
  width: 60px;
  display: block;
  position: relative;
  color: #222222;
  font: 700 14px/14px 'Gotham';
  letter-spacing: 2.53px; }
  .section-number span {
    color: #0089ff }
  .section-number:after {
    content: '';
    width: 81px;
    height: 2px;
    background-color: #000;
    display: block;
    position: absolute;
    top: 5px;
    left: -110px; }
  .section-number:before {
    content: '';
    width: 2px;
    height: 111px;
    background-color: #0089ff;
    display: block;
    position: absolute;
    top: -137px;
    left: 47%; }

.section-heading {
  padding-bottom: 273px;
  margin-top: -225px; }
  .section-heading .question-block,
  .section-heading .scroll-block {
    width: 235px;
    height: 60px;
    display: block;
    position: absolute;
    bottom: 130px;
    left: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
    @media all and (max-width: 750px) {
      .section-heading .question-block,
      .section-heading .scroll-block {
        display: none; } }
    .section-heading .question-block .question-icon,
    .section-heading .question-block .scroll-icon,
    .section-heading .scroll-block .question-icon,
    .section-heading .scroll-block .scroll-icon {
      width: 60px;
      height: 60px;
      background-color: #ffffff;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      border-radius: 100%;
      display: inline-block;
      margin-right: 17px;
      position: relative; }
      .section-heading .question-block .question-icon .question-svg,
      .section-heading .question-block .scroll-icon .question-svg,
      .section-heading .scroll-block .question-icon .question-svg,
      .section-heading .scroll-block .scroll-icon .question-svg {
        width: 23px;
        height: 23px;
        display: block;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto; }
    .section-heading .question-block p, .section-heading .question-block ul.marked,
    .section-heading .scroll-block p,
    .section-heading .scroll-block ul.marked {
      color: #ffffff;
      font: 500 11px/11px 'Gotham';
      text-transform: uppercase;
      letter-spacing: 1.1px;
      display: inline-block;
      vertical-align: top;
      margin-top: 24px;
      padding-bottom: 5px;
      text-decoration: underline; }
  .section-heading .scroll-block {
    left: auto;
    right: 0 !important; }
    .section-heading .scroll-block .scroll-svg {
      width: 20px;
      height: 28px;
      display: block;
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .section-heading .scroll-block p, .section-heading .scroll-block ul.marked {
      text-decoration: none; }
  .section-heading h1 {
    padding-top: 445px;
margin-bottom: 50px;
text-align: center;
color: #fff;
font: 900 64px/72px 'Gotham';
text-shadow: 1px 1px 2px black, 0 0 0em #000; }
    @media all and (max-width: 750px) {
      .section-heading h1 {
        padding-top: 460px;
        font: 900 46px/50px 'Gotham';
        margin-bottom: 45px; } }
  .section-heading .sub_h1 {
    text-shadow: 1px 1px 2px black, 0 0 0em #000;
    width: 990px;
    display: block;
    text-align: center;
    margin: 0 auto 105px;
    color: #fff;
    font: 500 30px/35px 'Gotham'; }
    @media all and (max-width: 750px) {
      .section-heading .sub_h1 {
        width: 80%;
        margin-bottom: 70px; } }
  .section-heading .orange-button {
    width: 535px;
    height: 76px;
    font: 500 18px/76px 'Gotham';
    margin: 0 auto;
    border-radius: 0 20px; }
    @media all and (max-width: 750px) {
      .section-heading .orange-button {
        width: 480px;
        height: 90px;
        line-height: 90px; } }
    .section-heading .orange-button:hover {
      -webkit-border-radius: 30px 0;
      -moz-border-radius: 30px 0;
      border-radius: 30px 0; }

.section-sub_header {
  margin-top: -165px;
  z-index: 15; }
  .section-sub_header .sub_header-wrapper {
    width: 100%;
    display: flex;
    justify-content: space-between;
    border-radius: 0 30px;
    height: 276px;
    box-shadow: 7px 25px 95px rgba(94, 114, 121, 0.28); }
    @media all and (max-width: 750px) {
      .section-sub_header .sub_header-wrapper {
        display: block;
        height: auto; } }
    .section-sub_header .sub_header-wrapper .sub_header-block {
      width: 25%;
      display: inline-block;
      padding-top: 76px;
      padding-left: 57px;
      position: relative;
      -webkit-transition: background 1s;
      -moz-transition: background 1s;
      -ms-transition: background 1s;
      -o-transition: background 1s;
      transition: background 1s; }
      .section-sub_header .sub_header-wrapper .sub_header-block .sub_header-icon {
        width: 200px;
        height: 160px;
        position: absolute;
        left: 0;
        bottom: 0;
        overflow: hidden; }
        .section-sub_header .sub_header-wrapper .sub_header-block .sub_header-icon .sub_header-svg {
          width: 200px;
          height: 165px;
          position: absolute;
          bottom: -80px;
          left: -45px; }
      @media all and (max-width: 750px) {
        .section-sub_header .sub_header-wrapper .sub_header-block {
          padding-left: 47px;
          padding-bottom: 156px; } }
      @media all and (max-width: 750px) {
        .section-sub_header .sub_header-wrapper .sub_header-block.mobile-1 {
          width: 51%;
          float: right; } }
      @media all and (max-width: 750px) {
        .section-sub_header .sub_header-wrapper .sub_header-block.color-1 {
          background-image: linear-gradient(-39deg, #000 0%, #282626 100%); }
          .section-sub_header .sub_header-wrapper .sub_header-block.color-1 .sub_header-title,
          .section-sub_header .sub_header-wrapper .sub_header-block.color-1 .sub_header-text {
            color: #fff; } }
      @media all and (max-width: 750px) {
        .section-sub_header .sub_header-wrapper .sub_header-block {
          width: 49%; } }
      .section-sub_header .sub_header-wrapper .sub_header-block:hover {
        background: #000 !important; }
        .section-sub_header .sub_header-wrapper .sub_header-block:hover .sub_header-svg .icon-01,
        .section-sub_header .sub_header-wrapper .sub_header-block:hover .sub_header-svg .icon-02,
        .section-sub_header .sub_header-wrapper .sub_header-block:hover .sub_header-svg .icon-03,
        .section-sub_header .sub_header-wrapper .sub_header-block:hover .sub_header-svg .icon-04 {
          fill:
#0089ff;
stroke:
#0089ff;
opacity: 1; }
        .section-sub_header .sub_header-wrapper .sub_header-block:hover .sub_header-title,
        .section-sub_header .sub_header-wrapper .sub_header-block:hover .sub_header-text {
          color: #fff; }
        .section-sub_header .sub_header-wrapper .sub_header-block:hover .sub_header-title {
          position: relative; }
          .section-sub_header .sub_header-wrapper .sub_header-block:hover .sub_header-title:after {
            opacity: 1; }
      .section-sub_header .sub_header-wrapper .sub_header-block:nth-child(1), .section-sub_header .sub_header-wrapper .sub_header-block:nth-child(3) {
        background-color: #fff; }
      .section-sub_header .sub_header-wrapper .sub_header-block:nth-child(1) {
        -webkit-border-radius: 0 0 0 30px;
        -moz-border-radius: 0 0 0 30px;
        border-radius: 0 0 0 30px; }
        @media all and (max-width: 750px) {
          .section-sub_header .sub_header-wrapper .sub_header-block:nth-child(1) {
            background-color: #f3f5f6;
            -webkit-border-radius: 30px 0 0 0;
            -moz-border-radius: 30px 0 0 0;
            border-radius: 30px 0 0 0; } }
      @media all and (max-width: 750px) {
        .section-sub_header .sub_header-wrapper .sub_header-block:nth-child(3) {
          -webkit-border-radius: 0 0 0 30px;
          -moz-border-radius: 0 0 0 30px;
          border-radius: 0 0 0 30px; } }
      .section-sub_header .sub_header-wrapper .sub_header-block:nth-child(4) {
        -webkit-border-radius: 0 30px 0 0;
        -moz-border-radius: 0 30px 0 0;
        border-radius: 0 30px 0 0; }
      .section-sub_header .sub_header-wrapper .sub_header-block:nth-child(2), .section-sub_header .sub_header-wrapper .sub_header-block:nth-child(4) {
        background-color: #f3f5f6; }
      @media all and (max-width: 750px) {
        .section-sub_header .sub_header-wrapper .sub_header-block:nth-child(2) {
          background-color: #f3f5f6;
          -webkit-border-radius: 0 30px 0 0;
          -moz-border-radius: 0 30px 0 0;
          border-radius: 0 30px 0 0; } }
      @media all and (max-width: 750px) {
        .section-sub_header .sub_header-wrapper .sub_header-block:nth-child(4) {
          background-color: #f3f5f6;
          -webkit-border-radius: 0 0 30px 0;
          -moz-border-radius: 0 0 30px 0;
          border-radius: 0 0 30px 0; } }
      .section-sub_header .sub_header-wrapper .sub_header-block .sub_header-title {
        color: #000000;
        font: 700 22px/22px 'Gotham';
        margin-bottom: 11px; }
        .section-sub_header .sub_header-wrapper .sub_header-block .sub_header-title:after {
          content: '';
          width: 2px;
          height: 101px;
          background-color: #ffffff;
          position: absolute;
          display: block;
          left: 5px;
          top: -125px;
          overflow: visible;
          opacity: 0; }
      .section-sub_header .sub_header-wrapper .sub_header-block .sub_header-text {
        color: #000000;
        font: 400 15px/18px 'Gotham'; }

.section-consultant {
  margin-top: -107px;
  padding-top: 185px;
  padding-bottom: 135px;
  background: #fafafa; }
  @media all and (max-width: 750px) {
    .section-consultant {
      padding-bottom: 30px; } }
  .section-consultant .arrow-bg {
    width: 548px;
    height: 354px;
    display: block;
    position: absolute;
    right: 100px;
    bottom: 135px; }
    @media all and (max-width: 750px) {
      .section-consultant .arrow-bg {
        display: none; } }
  .section-consultant .section-number {
    margin-bottom: 34px; }
    .section-consultant .section-number:before {
      display: none; }
      @media all and (max-width: 750px) {
        .section-consultant .section-number:before {
          display: none; } }
  .section-consultant .empty-block {
    width: 100%;
    height: 4px;
    display: block;
    position: relative; }
    .section-consultant .empty-block .consultant-img {
      content: '';
      width: 692px;
      height: 900px;
      position: absolute;
      top: 55px;
      right: -10px;
      display: block; }
  .section-consultant h3 {
    color: #000000;
    font: 700 32px/37px 'Gotham';
    margin-bottom: 47px; }
    @media all and (max-width: 750px) {
      .section-consultant h3 {
        font: 700 40px/43px 'Gotham';
        margin-bottom: 58px; } }
    .section-consultant h3 span {
      color: #000; }
  .section-consultant .consultant-block {
    width: 316px;
    display: block;
    margin-bottom: 44px; }
    @media all and (max-width: 750px) {
      .section-consultant .consultant-block {
        width: 100%;
        margin-bottom: 60px; } }
    .section-consultant .consultant-block .consultant-icon {
      width: 83px;
      height: 81px;
      margin-bottom: 20px; }
      .section-consultant .consultant-block .consultant-icon.icon-1 {
        width: 108px;
margin-right: 50px; }
      @media all and (max-width: 750px) {
        .section-consultant .consultant-block .consultant-icon {
          width: 108px;
          height: 106px;
          display: inline-block;
          margin-right: 50px; } }
    @media all and (max-width: 750px) {
      .section-consultant .consultant-block .consultant-right {
        width: 340px;
        display: inline-block;
        vertical-align: top; } }
    .section-consultant .consultant-block .consultant-title {
      color: #000000;
      font: 700 20px/20px 'Gotham';
      margin-bottom: 20px; }
      @media all and (max-width: 750px) {
        .section-consultant .consultant-block .consultant-title {
          display: inline-block; } }
    .section-consultant .consultant-block .consultant-text {
      color: #000000;
      font: 400 15px/18px 'Gotham'; }
      @media all and (max-width: 750px) {
        .section-consultant .consultant-block .consultant-text {
          display: inline-block; } }

.section-problem {
  background-color: #f3f3f3;
  padding-top: 85px;
  padding-bottom: 105px; }
  @media all and (max-width: 750px) {
    .section-problem {
      padding-bottom: 114px; } }
  .section-problem .bg-block-1 {
    text-shadow: 3px 12px 73px rgba(94, 114, 121, 0.05);
    color: #ffffff;
    display: block;
    position: absolute;
    top: 223px;
    left: -50px;
    font: 900 157px/157px 'Gotham'; }
    @media all and (max-width: 750px) {
      .section-problem .bg-block-1 {
        display: none; } }
  .section-problem .bg-block-2 {
    text-shadow: 3px 12px 73px rgba(94, 114, 121, 0.05);
    color: #ffffff;
    display: block;
    position: absolute;
    top: 55%;
    right: 0;
    font: 900 157px/157px 'Gotham'; }
    @media all and (max-width: 750px) {
      .section-problem .bg-block-2 {
        display: none; } }
  .section-problem .section-number {
    margin: 0 auto; }
    .section-problem .section-number:after {
      display: none; }
  .section-problem h2 {
    width: 740px;
    display: block;
    margin: 40px auto 80px;
    color: #222222;
    font: 700 40px/44px 'Gotham';
    text-align: center; }
    @media all and (max-width: 750px) {
      .section-problem h2 {
        width: 100%;
        margin-bottom: 70px; } }
  .section-problem .problem-wrapper {
    width: 554px;
    height: 421px;
    display: block;
    margin: 0 auto 30px;
    -webkit-border-radius: 0 30px;
    -moz-border-radius: 0 30px;
    border-radius: 0 30px;
    padding-top: 61px;
    padding-left: 29px;
    position: relative;
    overflow: hidden; }
    @media all and (max-width: 750px) {
      .section-problem .problem-wrapper {
        width: 540px; } }
    .section-problem .problem-wrapper .hover-block {
      display: none;
      position: absolute;
      width: 554px;
      height: 421px;
      top: 0;
      left: 0;
      background-image: linear-gradient(-39deg, rgba(35, 36, 36, 0.74) 0%, rgba(6, 6, 6, 0.74) 100%); }
    .section-problem .problem-wrapper: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;
      box-shadow: 6px 10px 76px rgba(2, 82, 255, 0.43); }
      .section-problem .problem-wrapper:hover .hover-block {
        -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; }
    .section-problem .problem-wrapper.i-1 {
      background: url("../images/problem-img1.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .section-problem .problem-wrapper.i-2 {
      background: url("../images/problem-img2.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .section-problem .problem-wrapper.i-3 {
      background: url("../images/problem-img3.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .section-problem .problem-wrapper.i-4 {
      background: url("../images/problem-img4.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .section-problem .problem-wrapper.i-5 {
      background: url("../images/problem-img5.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
    .section-problem .problem-wrapper.i-6 {
      background: url("../images/problem-img6.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }


.section-problem .problem-wrapper.i-7 {
      background: url("../images/problem-img7.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
.section-problem .problem-wrapper.i-8 {
      background: url("../images/problem-img8.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
.section-problem .problem-wrapper.i-9 {
      background: url("../images/problem-img9.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }
.section-problem .problem-wrapper.i-10 {
      background: url("../images/problem-img10.png") no-repeat;
      -webkit-background-size: cover;
      background-size: cover; }


    .section-problem .problem-wrapper .problem-number {
      width: 25px;
      height: 20px;
      border-radius: 0 6px;
      background-color: #0089ff;
      display: block;
      text-align: center;
      color: #fff;
      font: 400 14px/22px 'Gotham';
      margin-bottom: 14px;
      z-index: 10;
      position: relative; }
    .section-problem .problem-wrapper .problem-title {
      display: block;
      color: #fff;
      font: 700 28px/30px 'Gotham';
      margin-bottom: 15px;
      z-index: 10;
      position: relative; }
    .section-problem .problem-wrapper .problem-text {
      display: block;
      width: 505px;
      color: #fff;
      font: 400 20px/26px 'Gotham';
      margin-bottom: -15px;
      z-index: 10;
      position: relative; }
    .section-problem .problem-wrapper .orange-button {
      width: 219px;
      height: 57px;
      font: 400 16px/57px 'Gotham';
      border-radius: 0 20px;
      z-index: 10; margin-left: 220px;margin-top: 28px;}
      .section-problem .problem-wrapper .orange-button:hover {
        -webkit-border-radius: 20px 0;
        -moz-border-radius: 20px 0;
        border-radius: 20px 0; }
      .section-problem .problem-wrapper .orange-button.q-1 {
        margin-top: 28px;
margin-left: 220px; }

.section-task {
  padding-top: 93px;
  padding-bottom: 103px; }
  @media all and (max-width: 750px) {
    .section-task {
      padding-top: 68px;
      height: 980px;
      background: url("..images/images/form-bg.jpg") 0 0 no-repeat;
      -webkit-background-size: cover;
      background-size: cover; } }
  .section-task .empty-block {
    width: 100%;
    height: 4px;
    display: block; }
  .section-task .section-number {
    color: #fff;
    margin-bottom: 38px; }
    .section-task .section-number:before {
      display: none; }
      @media all and (max-width: 750px) {
        .section-task .section-number:before {
          display: block; } }
    .section-task .section-number:after {
      display: block; }
      @media all and (max-width: 750px) {
        .section-task .section-number:after {
          display: none; } }
    @media all and (max-width: 750px) {
      .section-task .section-number {
        margin-left: 40px; } }
  .section-task h2 {
    color: #ffffff;
    font: 900 46px/50px 'Gotham';
    margin-bottom: 53px; text-shadow: 1px 1px 2px black, 0 0 0em #000;}
    @media all and (max-width: 750px) {
      .section-task h2 {
        margin-left: 40px; } }
  .section-task .sub_h2 {
    width: 465px;
    color: #ffffff;
    font: 500 22px/27px 'Gotham'; text-shadow: 1px 1px 2px black;}
    @media all and (max-width: 750px) {
      .section-task .sub_h2 {
        margin-left: 40px; } }

.section-result {
  padding-top: 390px;
  padding-bottom: 98px;
  background-color: #fafafa; }
  .section-result #result {
    height: 60px;
    width: 10px;
    display: block; }
  .section-result .arrow-bg {
    position: absolute;
    width: 439px;
    height: 289px;
    top: 256px;
    left: 279px; }
    @media all and (max-width: 750px) {
      .section-result .arrow-bg {
        display: none; } }
    .section-result .arrow-bg img {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .section-result .rik-block {
    text-shadow: 3px 12px 73px rgba(94, 114, 121, 0.1);
    color: #ffffff;
    font: 900 249px/249px 'Gotham';
    display: block;
    position: absolute;
    top: 876px;
    right: 0; }
    @media all and (max-width: 750px) {
      .section-result .rik-block {
        display: none; } }
  .section-result .cash-block {
    position: absolute;
    opacity: 0.5;
    color: #eff0f0;
    font: 900 179px/179px 'Gotham';
    bottom: 853px;
    left: -70px; }
    @media all and (max-width: 750px) {
      .section-result .cash-block {
        display: none; } }
  .section-result .discount-block {
   text-shadow: 3px 12px 73px rgba(94, 114, 121, 0.1);
color: #ffffff;
font: 900 140px/140px 'Gotham';
position: absolute;
bottom: 290px;
right: 60px; }
    .section-result .discount-block p, .section-result .discount-block ul.marked {
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
    @media all and (max-width: 750px) {
      .section-result .discount-block {
        display: none; } }
  .section-result .empty-block {
    width: 100%;
    height: 4px;
    display: block; }
  .section-result .section-number {
    margin: 0 auto; }
    .section-result .section-number:after {
      display: none; }
  .section-result h2 {
    text-align: center;
    color: #222;
    font: 700 42px/47px 'Gotham';
    margin-top: 37px;
    margin-bottom: 99px; }
    @media all and (max-width: 750px) {
      .section-result h2 {
        font: 700 38px/42px 'Gotham';
        margin-bottom: 60px; } }
  .section-result .result-wrapper {
    width: 510px;
    margin-top: 55px; }
    @media all and (max-width: 750px) {
      .section-result .result-wrapper {
        width: 520px; } }
    .section-result .result-wrapper.i-1 {
      margin-left: 40px; }
      @media all and (max-width: 750px) {
        .section-result .result-wrapper.i-1 {
          margin-left: 0; } }
    .section-result .result-wrapper .result-number {
      width: 24px;
      height: 20px;
      border-radius: 0 6px;
      background-color: #0089ff;
      text-align: center;
      color: #ffffff;
      font: 500 14px/22px 'Gotham';
      margin-bottom: 28px; }
    .section-result .result-wrapper .result-title {
      color: #000;
      font: 700 26px/32px 'Gotham';
      margin-bottom: 28px; }
    .section-result .result-wrapper .result-text {
      color: #4f4f4f;
      font: 400 17px/22px 'Gotham';
      margin-bottom: 25px; }
    .section-result .result-wrapper .result-line {
      width: 50px;
      height: 2px;
      background-color:#0089ff; }
      @media all and (max-width: 750px) {
        .section-result .result-wrapper .result-line {
          margin-bottom: 40px; } }
  .section-result .result-img {
    display: block;
    margin: 0 auto 90px; }
    @media all and (max-width: 750px) {
      .section-result .result-img {
        width: 540px;
        margin-left: 0;
        margin-bottom: 50px; } }
    .section-result .result-img img {
      box-shadow: 7px 25px 95px rgba(94, 114, 121, 0.15);
      -webkit-border-radius: 0 30px;
      -moz-border-radius: 0 30px;
      border-radius: 0 30px; }

.section-principle {
  padding-top: 75px;
  padding-bottom: 20px; }
  .section-principle .section-number {
    margin: 0 auto 35px;
    color: #fff; }
    .section-principle .section-number:after {
      display: none; }
  .section-principle h2 {
    width: 960px;
    display: block;
    margin: 0 auto 53px;
    text-align: center;
    color: #fff;
    font: 900 46px/52px 'Gotham'; }
    @media all and (max-width: 750px) {
      .section-principle h2 {
        width: 100%; } }
  .section-principle .principle-wrapper {
    width: 350px;
    height: 450px;
    display: block;
    margin: 40px auto 80px;
    box-shadow: 7px 25px 95px rgba(94, 114, 121, 0.55);
    border-radius: 0 30px;
    background-color: #ffffff;
    padding-top: 61px;
    padding-left: 43px;
    position: relative;
    overflow: visible; }
    @media all and (max-width: 750px) {
      .section-principle .principle-wrapper {
        width: 420px; } }
    .section-principle .principle-wrapper: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;
      box-shadow: 0 0 68px rgba(0, 38, 255, 0.78); }
      .section-principle .principle-wrapper:hover .principle-number {
        -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:#0089ff; }
    .section-principle .principle-wrapper .principle-number {
      position: absolute;
      color: #0089ff;
      font: 700 80px/80px 'Gotham';
      display: block;
      left: 43px;
      top: -45px; }
    .section-principle .principle-wrapper .principle-title {
      color: #000000;
      font: 700 20px/24px 'Gotham';
      width: 253px;
      margin-bottom: 35px; }
    .section-principle .principle-wrapper .principle-list {
      margin-left: 29px;
      padding: 0;
      width: 270px; }
      .section-principle .principle-wrapper .principle-list li {
        list-style-image: url("../svg/list-icon.svg");
        margin-bottom: 25px;
        color: #4f4f4f;
        font: 400 18px/20px 'Gotham'; }
  .section-principle .principle-next,
  .section-principle .principle-prev {
    top: 60%;
    width: 80px;
    height: 80px; }
    @media all and (max-width: 750px) {
      .section-principle .principle-next,
      .section-principle .principle-prev {
        top: 67%; } }
  .section-principle .principle-next {
    right: -15%; }
    @media all and (max-width: 750px) {
      .section-principle .principle-next {
        right: 5%; } }
  .section-principle .principle-prev {
    left: -15%; }
    @media all and (max-width: 750px) {
      .section-principle .principle-prev {
        left: 5%; } }
  .section-principle .slider-block {
    width: 80px;
    height: 80px;
    border-radius: 0 20px;
    background-color:#0089ff;
    display: block;
    position: relative; }
    .section-principle .slider-block .arrow-icon {
      width: 22px;
      height: 14px;
      display: block;
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      fill: #fff; }
    .section-principle .slider-block:hover {
      background-color: #fff;
      box-shadow: 7px 25px 95px rgba(94, 114, 121, 0.55); }
      .section-principle .slider-block:hover .arrow-icon {
        width: 22px;
        height: 14px;
        display: block;
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        fill: #000; }

.section-seven {
  padding-top: 75px;
  padding-bottom: 280px;
  background-color: #fafafa; }
  @media all and (max-width: 750px) {
    .section-seven {
      padding-bottom: 478px; } }
  .section-seven .section-number {
    margin: 0 auto 37px; }
    .section-seven .section-number:after {
      display: none; }
  .section-seven .arrow-block {
    position: absolute;
    top: 0;
    left: 185px;
    z-index: -1; }
    @media all and (max-width: 750px) {
      .section-seven .arrow-block {
        display: none; } }
    .section-seven .arrow-block img {
      z-index: -1; }
  .section-seven .rik-block {
    text-shadow: 3px 12px 73px rgba(94, 114, 121, 0.1);
    color: #ffffff;
    font: 900 249px/249px 'Gotham';
    display: block;
    position: absolute;
    bottom: 113px;
    right: 94px; }
    @media all and (max-width: 750px) {
      .section-seven .rik-block {
        display: none; } }
  .section-seven h2 {
    text-align: center;
    font: 900 42px/46px 'Gotham';
    margin-bottom: 70px;
    color: #222222; }
  .section-seven .seven-wrapper {
    width: 490px;
    height: 535px;
    margin: 0 auto;
    box-shadow: 7px 25px 95px rgba(94, 114, 121, 0.15);
    border-radius: 0 30px;
    background-color: #ffffff;
    display: block;
    position: relative;
    padding-top: 50px;
    padding-left: 66px; }
    @media all and (max-width: 750px) {
      .section-seven .seven-wrapper {
        width: 540px;
        margin-bottom: 70px; } }
    .section-seven .seven-wrapper.i-1 {
      width: 653px;
      height: 490px;
      margin-top: 65px;
      padding-right: 120px;
      margin-left: 0; }
      @media all and (max-width: 750px) {
        .section-seven .seven-wrapper.i-1 {
          width: 540px;
          height: 600px;
          margin: 17px auto 0; } }
      .section-seven .seven-wrapper.i-1:hover .seven-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;
        left: 550px; }
        @media all and (max-width: 750px) {
          .section-seven .seven-wrapper.i-1:hover .seven-img {
            left: 50px; } }
      .section-seven .seven-wrapper.i-1:not(hover) .seven-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;
        left: 603px; }
        @media all and (max-width: 750px) {
          .section-seven .seven-wrapper.i-1:not(hover) .seven-img {
            left: 60px; } }
      .section-seven .seven-wrapper.i-1 .seven-img {
        position: absolute;
        top: 103px;
        left: 605px;
        width: 553px;
        height: 457px;
        display: block;
        box-shadow: -18px 13px 57px rgba(94, 114, 121, 0.28);
        -webkit-border-radius: 0 30px;
        -moz-border-radius: 0 30px;
        border-radius: 0 30px; }
        @media all and (max-width: 750px) {
          .section-seven .seven-wrapper.i-1 .seven-img {
            left: 60px;
            top: 490px;
            width: 520px;
            height: 430px; } }
        .section-seven .seven-wrapper.i-1 .seven-img img {
          -webkit-border-radius: 0 30px;
          -moz-border-radius: 0 30px;
          border-radius: 0 30px; }
      .section-seven .seven-wrapper.i-1 .seven-title {
        text-transform: uppercase; }
        .section-seven .seven-wrapper.i-1 .seven-title span {
          color:#0089ff; }
      .section-seven .seven-wrapper.i-1 .seven-text {
        width: 400px;
        color: #000000;
        font: 400 16px/19px 'Gotham';
        margin-bottom: 25px; }
      .section-seven .seven-wrapper.i-1 .seven-line {
        width: 467px;
        height: 1px;
        background-color: #000000;
        opacity: 0.1;
        margin-bottom: 32px; }
      .section-seven .seven-wrapper.i-1 .seven-block {
        width: 100%;
        display: block;
        margin-bottom: 38px; }
        @media all and (max-width: 750px) {
          .section-seven .seven-wrapper.i-1 .seven-block {
            width: 390px; } }
        .section-seven .seven-wrapper.i-1 .seven-block .seven-icon {
          display: inline-block;
          width: 71px;
          height: 83px;
          margin-right: 26px; }
        .section-seven .seven-wrapper.i-1 .seven-block .seven-block_text {
          width: 350px;
          display: inline-block;
          color: #000000;
          font: 600 17px/19px 'Gotham';
          vertical-align: top; }
          @media all and (max-width: 750px) {
            .section-seven .seven-wrapper.i-1 .seven-block .seven-block_text {
              width: 255px; } }
      .section-seven .seven-wrapper.i-1 .seven-button {
        width: 292px;
        height: 67px;
        border-radius: 0 30px;
        display: block;
        text-align: center;
        color: #fff !important;
        font: 500 17px/67px 'Gotham';
        border: none;
        background-image: linear-gradient(-39deg,#0089ff 0%, #ee523e 100%);
        position: relative; }
        .section-seven .seven-wrapper.i-1 .seven-button:after {
          content: '';
          display: block;
          width: 151px;
          height: 1px;
          background-color: #000000;
          opacity: 0.1;
          position: absolute;
          top: 0;
          right: -472px; }
        .section-seven .seven-wrapper.i-1 .seven-button:hover {
          -webkit-border-radius: 30px 0;
          -moz-border-radius: 30px 0;
          border-radius: 30px 0;
          background-image: linear-gradient(-39deg, #ee523e 0%,#0089ff 100%) }
    .section-seven .seven-wrapper: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; }
      .section-seven .seven-wrapper: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;
        left: -10px; }
    .section-seven .seven-wrapper: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;
      left: -30px; }
    .section-seven .seven-wrapper:after {
      content: '';
      display: block;
      width: 59px;
      height: 2px;
      background-color:#0089ff;
      position: absolute;
      top: 57px;
      left: -30px; }
    .section-seven .seven-wrapper .seven-title {
      color: #000000;
      font: 900 26px/32px 'Gotham';
      margin-bottom: 22px; }
      .section-seven .seven-wrapper .seven-title span {
        color:#0089ff; }
    .section-seven .seven-wrapper .seven-list-title {
      width: 113px;
      height: 28px;
      border-radius: 0 6px;
      background-color: #d9d9d9;
      text-align: center;
      color: #000000;
      font: 900 11px/28px 'Gotham';
      text-transform: uppercase;
      letter-spacing: 1.05px;
      margin-bottom: 28px; }
    .section-seven .seven-wrapper .seven-list {
      width: 360px;
      margin-left: 42px;
      margin-bottom: 36px;
      padding: 0; }
      .section-seven .seven-wrapper .seven-list li {
        margin-bottom: 20px;
        color: #4f4f4f;
        font: 400 16px/20px 'Gotham';
        position: relative;
        list-style-type: none; }
        .section-seven .seven-wrapper .seven-list li:after {
          content: '';
          display: block;
          position: absolute;
          background: url("../svg/list-icon-2.svg") no-repeat;
          -webkit-background-size: cover;
          background-size: cover;
          width: 28px;
          height: 28px;
          top: -3px;
          left: -42px; }
    .section-seven .seven-wrapper .seven-button {
      width: 292px;
      height: 67px;
      border-radius: 0 30px;
      border: 2px solid#0089ff;
      background-color: transparent !important;
      display: block;
      text-align: center;
      color: #000000;
      font: 500 17px/67px 'Gotham';
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .section-seven .seven-wrapper .seven-button.margin-1 {
        margin-top: 95px; }
      .section-seven .seven-wrapper .seven-button:hover {
        border: none;
        -webkit-border-radius: 30px 0;
        -moz-border-radius: 30px 0;
        border-radius: 30px 0;
        background-image: linear-gradient(-39deg,#0089ff 0%, #0089ff 100%); }

.section-eight {
  padding-top: 197px;
  padding-bottom: 155px; }
  @media all and (max-width: 750px) {
    .section-eight {
      height: 910px;
      background: url("../images/form-bg-2.jpg") 80% 0 no-repeat !important;
      -webkit-background-size: cover;
      background-size: cover;
      padding-top: 76px;
      padding-bottom: 0; } }
  .section-eight .section-number {
    color: #fff;
    margin-bottom: 35px;
    margin-left: 120px; }
    @media all and (max-width: 750px) {
      .section-eight .section-number {
        margin-left: 40px; } }
    .section-eight .section-number:after {
      display: none; }
  .section-eight h2 {
    width: 450px;
    color: #fff;
    font: 900 52px/57px 'Gotham';
    margin-left: 120px; text-shadow: 1px 1px 2px black;}
    @media all and (max-width: 750px) {
      .section-eight h2 {
        margin-left: 40px;
        margin-bottom: 53px; } }

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

.input-block {
  position: relative;
  width: 360px;
  display: block; }
  .input-block .man-icon,
  .input-block .tel-icon {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 21px;
    height: 21px;
    z-index: 100; }
  .input-block .tel-icon {
    width: 25px;
    height: 25px; }

.form-task {
  width: 554px;
  display: block;
  box-shadow: 7px 25px 95px rgba(94, 114, 121, 0.15);
  border-radius: 0 30px;
  background-color: #ffffff;
  margin-top: -820px;
  padding-top: 90px;
  padding-left: 97px;
  padding-bottom: 73px;
  z-index: 10;
  float: right;
  right: 10px; }
  @media all and (max-width: 750px) {
    .form-task {
      width: 530px;
      margin: -820px auto 0; } }
  .form-task.i-form {
    margin-top: -320px; }
    @media all and (max-width: 750px) {
      .form-task.i-form {
        margin-top: 0; } }
    .form-task.i-form .form-title {
      margin-bottom: 24px; }
  .form-task .form-title {
    color: #191919;
    font: 700 33px/33px 'Gotham';
    margin-bottom: 50px; }
    .form-task .form-title span {
      color: #0089ff; }
  .form-task .form-text {
    color: #000000;
    font: 700 20px/22px 'Gotham';
    margin-bottom: 44px; }
  .form-task input, .form-task textarea {
    width: 360px;
    border-bottom: 1px solid #000;
    margin-bottom: 32px;
    padding-bottom: 24px;
    font: 500 16px/16px 'Gotham'; }
  .form-task .orange-button {
    width: 361px;
    height: 76px;
    margin-top: 50px;
    font: 500 18px/56px 'Gotham';
    margin-bottom: 40px;
    border-radius: 0 20px; }
    .form-task .orange-button:hover {
      -webkit-border-radius: 20px 0;
      -moz-border-radius: 20px 0;
      border-radius: 20px 0; }
  .form-task .form-agree-check {
    width: 394px;
    font: 400 14px/18px 'Gotham';
    color: #939393;
    margin-left: -20px; }
  .form-task .jq-checkbox, .form-task .jq-radio {
    background-color: transparent !important; }






.section-step {
  padding: 89px 0 131px; }
  .section-step h2 {
    text-align: center;
color: #222;
font: 700 42px/47px 'Gotham';
margin-top: 37px;
margin-bottom: 49px; }

.step-count {
  font: 700 19px/1 'Stem', sans-serif;
  width: 120px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color:#0089ff;
  border-radius: 36px;
  margin-bottom: 46px; }

.item-step {
  -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: #fff;
  height: 318px;
  background-size: cover !important;
  position: relative;
  padding: 40px 22px 0 36px; }
  @media all and (max-width: 640px) {
    .item-step {
      margin-bottom: 20px; } }
  .item-step:hover {
    transform: scale(1.1); }
  .item-step::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    background-color: rgba(0, 0, 0, 0.5); }
  .item-step.i-1 {
    background: url("../images/step-1.jpg") no-repeat; }
  .item-step.i-2 {
    background: url("../images/step-2.jpg") no-repeat; }
  .item-step.i-3 {
    background: url("../images/step-3.jpg") no-repeat; }
  .item-step div, .item-step p, .item-step ul.marked {
    position: relative; }
  .item-step .step-title {
    font: 500 28px/32px 'Stem', sans-serif;
    margin-bottom: 30px; }
  .item-step .step-text {
    font: 400 17px/23px 'Stem', sans-serif;
    padding-right: 100px; }
  .item-step .step-num {
    width: 29px;
    height: 20px;
    background-color:#0089ff;
    display: flex;
    align-items: center;
    justify-content: center;
    font: 400 17px/1 'Stem', sans-serif;
    position: absolute;
    bottom: 22px;
    left: 36px; }
  .item-step .step-big-num {
    font: 400 155px/1px 'Stem', sans-serif;
    position: absolute;
    bottom: 81px;
    right: 50px; }
    .item-step .step-big-num span {
      display: inline-block;
      font: 400 34px/1 'Stem', sans-serif;
      transform: rotate(-90deg);
      position: absolute;
      bottom: -49px;
      right: -42px; }

.blockquote-info.step {
  margin: 104px 0 0 0px; }
  .blockquote-info.step h3 {
    margin-bottom: 30px; }
  .blockquote-info.step blockquote {
    border:transparent;
font: 400 22px/29px 'Stem', sans-serif;
width: 92%;
text-align: center; }
    .blockquote-info.step blockquote:hover::before {
      bottom: 0;
      left: 0; }
    .blockquote-info.step blockquote::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;
      height: 101px;
      width: 1070px;
      background: #f6f6f6;
      position: absolute;
      bottom: -33px;
      left: 60px;
      z-index: -1; }

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #fff;
	z-index: 1;
}

.si-modal .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	position: relative;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
	position: fixed;
	bottom: 0;
	right: 0;
	background-color: #fff;
	z-index: 1;
}


.si-modal .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output  {
	position: relative;
}


.wpcf7 form.sent .wpcf7-response-output {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 1;
	background-color: #fff;
}




.section-complite {
  padding: 50px 0 50px;
  background: #eaeaea; }
  @media all and (max-width: 640px) {
    .section-complite {
      padding: 176px 0 106px; } }
  .section-complite h2 {
    text-align: center;
color: #222;
font: 700 42px/47px 'Gotham';
margin-top: 37px;
margin-bottom: 49px; }
    @media all and (max-width: 640px) {
      .section-complite h2 {
        letter-spacing: -0.2px;
        margin-bottom: 44px; } }

.subtitle-h2 {
  font: 300 26px/30px 'Roboto Condensed', sans-serif;
  text-align: center;
  margin-bottom: 66px;
  color: #3b3b3b; }
  @media all and (max-width: 640px) {
    .subtitle-h2 {
      margin-bottom: 46px; }
      .subtitle-h2 br {
        display: none; } }

.item-project {
  margin-bottom: 58px; }
  @media all and (max-width: 640px) {
    .item-project {
      margin-bottom: 82px; } }
  .item-project:hover .project-image {
    background-position: 100% 25% !important; }
    .item-project:hover .project-image::before {
      background: rgba(0, 0, 0, 0.13); }
  .item-project .project-title {
    font: 700 30px/34px 'Roboto Condensed', sans-serif;
    margin-bottom: 6px;
    color: #222121; }
  .item-project .project-address {
    font: 400 18px/22px 'Roboto Condensed', sans-serif;
    margin-bottom: 20px;
    color: #2e2e2e; }
  .item-project .project-image {
    -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: relative;
    height: 272px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-size: cover !important; }
    .item-project .project-image::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: '';
      background: rgba(0, 0, 0, 0.33);
      border-top-left-radius: 4px;
      border-top-right-radius: 4px; }
    .item-project .project-image.i-1 {
      background: url("../images/project/1.jpg") no-repeat 50% 50%; }
    .item-project .project-image.i-2 {
      background: url("../images/project/2.jpg") no-repeat 50% 50%; }
    .item-project .project-image.i-3 {
      background: url("../images/project/3.jpg") no-repeat 50% 50%; }
    .item-project .project-image.i-4 {
      background: url("../images/project/4.jpg") no-repeat 50% 50%; }
.item-project .project-image.i-5 {
      background: url("../images/project/5.jpg") no-repeat 50% 50%; }
    .item-project .project-image.i-6 {
      background: url("../images/project/6.jpg") no-repeat 50% 50%; }
    .item-project .project-image .logo-project {
      position: absolute;
      top: 20px;
      right: 20px; }
    .item-project .project-image .project-class {
      width: 170px;
      background:#0089ff;
      color: #fff;
      font: 400 19px/1 'Roboto Condensed', sans-serif;
      padding: 8px 0;
      text-align: center;
      position: absolute;
      z-index: 2;
      top: 16px;
      left: -12px; }
  .item-project .project-info {
    background: #fff;
    padding: 22px 26px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px; }
    .item-project .project-info .item-project-info {
      display: inline-block;
      font: 400 16px/21px 'Roboto Condensed', sans-serif;
      padding-left: 48px;
      position: relative;
      margin-right: 4px; }
      .item-project .project-info .item-project-info svg {
        position: absolute;
        left: 0;
        top: 4px; }
      .item-project .project-info .item-project-info span {
        display: inline-block;
        font: 700 19px/22px 'Roboto Condensed', sans-serif; }
    .item-project .project-info .see-photo {
      -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: 160px;
      border-radius: 4px;
      font: 400 16px/1 'Roboto Condensed', sans-serif;
      color: #222121;
      box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.11);
      display: inline-block;
      text-align: center;
      vertical-align: top;
      padding: 12px 0;
      float: right; }
      .item-project .project-info .see-photo:hover {
        background:#0089ff;
        color: #fff;
        box-shadow: none; }






























//==================== SVG icons
.svg-icon {
    @include general-transition;

    display: inline-block;
    vertical-align: middle;
    fill-rule: evenodd;
    clip-rule: evenodd;
}

.close {
    width: 32px !important;
    height: 32px !important;
    fill: #fff;

    a:hover &,
    a:active & {
        fill: $accent-color;
    }
}

.calendar {
    width: 37px;
    height: 35px;
    fill: #808080;
    }

.tape {
    width: 37px;
    height: 35px;
    fill: #808080;
    }

.arrow-left, .arrow-right {
	width: 28px;
	height: 42px;

	.st0 {
		@include general-transition;
		fill: #fff;
	}
}

.russia {
	width: 24px;
	height: 16px;
}

.clock {
	width: 50px;
	height: 70px;

	.st0{fill:#fff;}
	.st1{font-family:'Gotham';}
	.st2{font-size:289.2696px;}
}

.moving-truck {
	width: 80px;
	height: 74px;

	.st0 {
		fill: #fff;
	}
}

.packages {
	width: 80px;
	height: 70px;

	.st0 {
		fill: #fff;
	}
}

.speed {
	width: 80px;
	height: 80px;

	.st0 {
		fill: #fff;
	}
}

.stop-sign {
	width: 66px;
	height: 66px;

	.st0 {
		fill: #fff;
	}
}

.rub {
	width: 65px;
	height: 65px;

	.st0 {
		fill: #fff;
	}
}

.right-chevron {
	width: 14px;
	height: 18px;

	polygon {
		@include general-transition;
		fill: #828282;
	}
}

.packages-2 {
	width: 90px;
	height: 90px;

	.st0{fill:#FFFFFF;}
}

.tiles {
	width: 90px;
	height: 90px;

	.st0{fill:#FFFFFF;}
}

.carpenter {
	width: 90px;
	height: 90px;

	.st0{fill:#FFFFFF;}
}




/* modal carantine */
.modal-carantin {
  position: fixed;
  bottom: 20px;
  left: 0;
  width: 100vw;
  z-index: 101;
}

.box-warning {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0 0.175rem 0.375rem rgba(0, 0, 0, 0.2);
    box-shadow: 0 0.175rem 0.375rem rgba(0, 0, 0, 0.2);
}

.box-warning-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 17px;
}

.box-warning-inner svg {
  max-width: 30px;
  height: auto;
  width: 100%;
  margin-right: 20px;
}

@media (max-width: 575px) {
  .box-warning-inner {
    font-size: 20px;
  }
  .box-warning-inner svg {
    max-width: 25px;
    margin-right: 10px;
  }
  .box-warning-inner .text-bold {
    font-weight: 300;
  }
}




/*# sourceMappingURL=style.css.map */