/*! 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; }



.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.overlay {
background: rgba(23, 103, 152, 0.88);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
}





/**
 * 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: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-500-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-500-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-500-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-500-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-500-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-500-webfont.svg#museo_sans_cyrl500") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-500italic-webfont.svg#museo_sans_cyrl500") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-100-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-100-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-100-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-100-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-100-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-100-webfont.svg#museo_sans_cyrl100") format("svg");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-100italic-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-100italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-100italic-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-100italic-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-100italic-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-100italic-webfont.svg#museo_sans_cyrl100") format("svg");
  font-weight: 100;
  font-style: italic; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-300-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-300-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-300-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-300-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-300-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-300-webfont.svg#museo_sans_cyrl300") format("svg");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-300italic-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-300italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-300italic-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-300italic-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-300italic-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-300italic-webfont.svg#museo_sans_cyrl300") format("svg");
  font-weight: 300;
  font-style: italic; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-700-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-700-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-700-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-700-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-700-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-700-webfont.svg#museo_sans_cyrl700") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-700italic-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-700italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-700italic-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-700italic-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-700italic-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-700italic-webfont.svg#museo_sans_cyrl700") format("svg");
  font-weight: 700;
  font-style: italic; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-900-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-900-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-900-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-900-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-900-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-900-webfont.svg#museo_sans_cyrl900") format("svg");
  font-weight: 900;
  font-style: normal; }
@font-face {
  font-family: 'Museo';
  src: url("../fonts/exljbris_-_museosanscyrl-900italic-webfont.eot");
  src: url("../fonts/exljbris_-_museosanscyrl-900italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/exljbris_-_museosanscyrl-900italic-webfont.woff2") format("woff2"), url("../fonts/exljbris_-_museosanscyrl-900italic-webfont.woff") format("woff"), url("../fonts/exljbris_-_museosanscyrl-900italic-webfont.ttf") format("truetype"), url("../fonts/exljbris_-_museosanscyrl-900italic-webfont.svg#museo_sans_cyrl900") format("svg");
  font-weight: 900;
  font-style: italic; }
@font-face {
  font-family: 'Big Softie';
  src: url("../fonts/bigsoftie-fat.eot");
  src: url("../fonts/bigsoftie-fat.eot?#iefix") format("embedded-opentype"), url("../fonts/bigsoftie-fat.woff2") format("woff2"), url("../fonts/bigsoftie-fat.woff") format("woff"), url("../fonts/bigsoftie-fat.ttf") format("truetype"), url("../fonts/bigsoftie-fat.svg#big_softiefat") format("svg");
  font-weight: normal;
  font-style: normal; }
.visible-xs {
  display: none !important; }
  @media all and (max-width: 480px) {
    .visible-xs {
      display: block !important; } }

@media all and (max-width: 480px) {
  .hidden-xs {
    display: none !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 {
  width: 100%; }

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

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

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

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

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

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

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

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

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

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

.col-11-12 {
  width: 91.66%; }

.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: 480px) {
  .row.row-xs-2 [class*="col-"]:nth-child(n) {
    clear: none; }
  .row.row-xs-2 [class*="col-"]:nth-child(2n+1) {
    clear: left; }

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

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

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

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

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

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

  .col-xs-5-6 {
    width: 83.3%; }

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

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

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

  .col-xs-offset-1-6 {
    margin-left: 16.66% !important; }
    .col-xs-offset-1-6.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(16.66% + 10px); } }
@-webkit-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }
@-moz-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }
@-ms-keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }
@keyframes floating {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-5px, 10px); }
  to {
    transform: translate(0, 0px); } }
.si-floating {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating infinite ease-in-out 5s;
  -moz-animation: floating infinite ease-in-out 5s;
  -ms-animation: floating infinite ease-in-out 5s;
  animation: floating infinite ease-in-out 5s; }

@-webkit-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }
@-moz-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }
@-ms-keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }
@keyframes floating2 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(5px, 10px); }
  to {
    transform: translate(0, 0px); } }
.si-floating2 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating2 infinite ease-in-out 5s;
  -moz-animation: floating2 infinite ease-in-out 5s;
  -ms-animation: floating2 infinite ease-in-out 5s;
  animation: floating2 infinite ease-in-out 5s; }

@-webkit-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }
@-moz-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }
@-ms-keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }
@keyframes floating3 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(0px, 10px); }
  to {
    transform: translate(0, 0px); } }
.si-floating3 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating3 infinite ease-in-out 5s;
  -moz-animation: floating3 infinite ease-in-out 5s;
  -ms-animation: floating3 infinite ease-in-out 5s;
  animation: floating3 infinite ease-in-out 5s; }

@-webkit-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }
@-moz-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }
@-ms-keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }
@keyframes floating4 {
  from {
    transform: translate(0, 0px); }
  50% {
    transform: translate(-10px, -10px); }
  to {
    transform: translate(0, 0px); } }
.si-floating4 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: floating4 infinite ease-in-out 5s;
  -moz-animation: floating4 infinite ease-in-out 5s;
  -ms-animation: floating4 infinite ease-in-out 5s;
  animation: floating4 infinite ease-in-out 5s; }

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

@-webkit-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }
@-moz-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }
@-ms-keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }
@keyframes scale2 {
  from {
    transform: scale(1) rotate(-4deg); }
  50% {
    transform: scale(1.3) rotate(4deg) translate(-5px, -10px); }
  to {
    transform: scale(1) rotate(-4deg); } }
.si-scale2, .hover-scale-2:hover [class*="__image"] .icon, .hover-scale-2:hover [class*="__image"] .si-close, .hover-scale-2:hover [class*="__image"] .si-close-popup,
.hover-scale-2:hover [class*="-image"] .icon,
.hover-scale-2:hover [class*="-image"] .si-close,
.hover-scale-2:hover [class*="-image"] .si-close-popup,
.hover-scale-2:hover [class*="__image"] .svg-icon:not([class*="border-"]),
.hover-scale-2:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-scale-2:hover [class*="__image"] img,
.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 #0e71b8, 0 0 12px 14px #0e71b8; }
  to {
    box-shadow: 0 0 18px 6px rgba(14, 113, 184, 0), 0 0 4px 71px rgba(14, 113, 184, 0); } }
@-moz-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #0e71b8, 0 0 12px 14px #0e71b8; }
  to {
    box-shadow: 0 0 18px 6px rgba(14, 113, 184, 0), 0 0 4px 71px rgba(14, 113, 184, 0); } }
@-ms-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #0e71b8, 0 0 12px 14px #0e71b8; }
  to {
    box-shadow: 0 0 18px 6px rgba(14, 113, 184, 0), 0 0 4px 71px rgba(14, 113, 184, 0); } }
@keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #0e71b8, 0 0 12px 14px #0e71b8; }
  to {
    box-shadow: 0 0 18px 6px rgba(14, 113, 184, 0), 0 0 4px 71px rgba(14, 113, 184, 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 #0e71b8;
    box-shadow: 0 0 0 3px #0e71b8; } }
@-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 #0e71b8;
    box-shadow: 0 0 0 3px #0e71b8; } }
@-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 #0e71b8;
    box-shadow: 0 0 0 3px #0e71b8; } }
@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 #0e71b8;
    box-shadow: 0 0 0 3px #0e71b8; } }
.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 #0e71b8;
    box-shadow: 0 0 0 3px #0e71b8; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #0e71b8; } }
@-moz-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #0e71b8;
    box-shadow: 0 0 0 3px #0e71b8; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #0e71b8; } }
@-ms-keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #0e71b8;
    box-shadow: 0 0 0 3px #0e71b8; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #0e71b8; } }
@keyframes border-shrink {
  from {
    -webkit-box-shadow: 0 0 0 3px #0e71b8;
    box-shadow: 0 0 0 3px #0e71b8; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #0e71b8; } }
.border-shrink, .btn-border-expand::after {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: border-shrink 0.3s ease-out both;
  -moz-animation: border-shrink 0.3s ease-out both;
  -ms-animation: border-shrink 0.3s ease-out both;
  animation: border-shrink 0.3s ease-out both; }

@-webkit-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
@-moz-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
@-ms-keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0); }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0); }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0); } }
.si-error, .hover-shake:hover [class*="__image"] .icon, .hover-shake:hover [class*="__image"] .si-close, .hover-shake:hover [class*="__image"] .si-close-popup,
.hover-shake:hover [class*="-image"] .icon,
.hover-shake:hover [class*="-image"] .si-close,
.hover-shake:hover [class*="-image"] .si-close-popup,
.hover-shake:hover [class*="__image"] .svg-icon:not([class*="border-"]),
.hover-shake:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-shake:hover [class*="__image"] img,
.hover-shake:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: shake 1 linear 0.8s;
  -moz-animation: shake 1 linear 0.8s;
  -ms-animation: shake 1 linear 0.8s;
  animation: shake 1 linear 0.8s; }

@-webkit-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }
@-moz-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }
@-ms-keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }
@keyframes buzz-out {
  10% {
    transform: translateX(3px) rotate(2deg); }
  20% {
    transform: translateX(-3px) rotate(-2deg); }
  30% {
    transform: translateX(3px) rotate(2deg); }
  40% {
    transform: translateX(-3px) rotate(-2deg); }
  50% {
    transform: translateX(2px) rotate(1deg); }
  60% {
    transform: translateX(-2px) rotate(-1deg); }
  70% {
    transform: translateX(2px) rotate(1deg); }
  80% {
    transform: translateX(-2px) rotate(-1deg); }
  90% {
    transform: translateX(1px) rotate(0deg); }
  100% {
    transform: translateX(-1px) rotate(0deg); } }
.buzz-out, .hover-buzz-out:hover [class*="__image"] .icon, .hover-buzz-out:hover [class*="__image"] .si-close, .hover-buzz-out:hover [class*="__image"] .si-close-popup,
.hover-buzz-out:hover [class*="-image"] .icon,
.hover-buzz-out:hover [class*="-image"] .si-close,
.hover-buzz-out:hover [class*="-image"] .si-close-popup,
.hover-buzz-out:hover [class*="__image"] .svg-icon:not([class*="border-"]),
.hover-buzz-out:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-buzz-out:hover [class*="__image"] img,
.hover-buzz-out:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: buzz-out 1 linear 1s;
  -moz-animation: buzz-out 1 linear 1s;
  -ms-animation: buzz-out 1 linear 1s;
  animation: buzz-out 1 linear 1s; }

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

@-webkit-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-ms-keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  25% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  75% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(0.95);
    -moz-transform: scale(0.95);
    -ms-transform: scale(0.95);
    -o-transform: scale(0.95);
    transform: scale(0.95); }
  100% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.pulse, .hover-scale-3:hover [class*="__image"] .icon, .hover-scale-3:hover [class*="__image"] .si-close, .hover-scale-3:hover [class*="__image"] .si-close-popup,
.hover-scale-3:hover [class*="-image"] .icon,
.hover-scale-3:hover [class*="-image"] .si-close,
.hover-scale-3:hover [class*="-image"] .si-close-popup,
.hover-scale-3:hover [class*="__image"] .svg-icon:not([class*="border-"]),
.hover-scale-3:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-scale-3:hover [class*="__image"] img,
.hover-scale-3:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: pulse 4s ease infinite;
  -moz-animation: pulse 4s ease infinite;
  -ms-animation: pulse 4s ease infinite;
  animation: pulse 4s ease infinite; }

@-webkit-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@-moz-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@-ms-keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
@keyframes carpet-float {
  from {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); }
  50% {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px); }
  to {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px); } }
.carpet-float, .hover-float:hover [class*="__image"] .icon, .hover-float:hover [class*="__image"] .si-close, .hover-float:hover [class*="__image"] .si-close-popup,
.hover-float:hover [class*="-image"] .icon,
.hover-float:hover [class*="-image"] .si-close,
.hover-float:hover [class*="-image"] .si-close-popup,
.hover-float:hover [class*="__image"] .svg-icon:not([class*="border-"]),
.hover-float:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-float:hover [class*="__image"] img,
.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; }

@-webkit-keyframes loader-bar-3 {
  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);
    opacity: 1; }
  50% {
    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: 0.5; }
  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);
    opacity: 1; } }
@-moz-keyframes loader-bar-3 {
  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);
    opacity: 1; }
  50% {
    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: 0.5; }
  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);
    opacity: 1; } }
@-ms-keyframes loader-bar-3 {
  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);
    opacity: 1; }
  50% {
    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: 0.5; }
  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);
    opacity: 1; } }
@keyframes loader-bar-3 {
  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);
    opacity: 1; }
  50% {
    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: 0.5; }
  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);
    opacity: 1; } }
.loader-bar-3, .a-loader.a-loader-3 [class*="bar"] {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: loader-bar-3 2s linear infinite;
  -moz-animation: loader-bar-3 2s linear infinite;
  -ms-animation: loader-bar-3 2s linear infinite;
  animation: loader-bar-3 2s linear infinite; }

* {
  box-sizing: border-box; }

html {
  color: #000;
  background: #fff;
  font: 18px/26px 'Museo';
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  min-height: 100% !important;
  position: relative;
  overflow-x: auto !important; }
  @media all and (max-width: 480px) {
    html {
      min-width: 480px; } }

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

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

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

h1 {
  margin: 0;
  font-size: 36px; }
  @media all and (max-width: 480px) {
    h1 {
      font-size: 30px; } }

h2, .modal-form-title, .si-success-modal-title {
  margin: 0;
  font-size: 48px;
  line-height: 52px; }
  @media all and (max-width: 480px) {
    h2, .modal-form-title, .si-success-modal-title {
      font-size: 36px;
      line-height: 40px; } }

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: #0e71b8;
  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: #fff;
    border-color: #fff; }
  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: #0e71b8;
    border-color: #0e71b8; }
  .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: #0e71b8 !important;
    border-color: #0e71b8 !important; }
  a.accent, .accent.underline, .accent.dashed, .accent.dotted {
    color: #0e71b8;
    border-color: #0e71b8; }
    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: #0e71b8;
      border-color: #0e71b8; }

.underline {
  border-bottom: 1px solid #0e71b8; }

.dashed {
  border-bottom: 1px dashed #0e71b8; }

.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: 5px;
    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-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: #000;
    width: 6px;
    height: 6px;
    opacity: 1 !important;
    margin: 0 11px;
    vertical-align: middle; }
    .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: #0e71b8;
      width: 10px;
      height: 10px; }

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

@media all and (max-width: 480px) {
  .xs-align-center {
    text-align: center !important; } }

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

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

.hidden {
  display: none; }

.primary {
  color: #fff; }

.accent {
  color: #0e71b8; }

.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: #fff; }

.accent-text {
  background: #0e71b8; }

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

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

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

html.loading {
  overflow: hidden !important;
  height: 100% !important; }
  @media all and (max-width: 480px) {
    html.loading {
      height: auto !important;
      overflow: auto !important; } }
  html.loading body {
    height: 100%;
    position: relative;
    overflow: hidden; }
  html.loading #global-wrapper {
    height: 100%;
    position: relative; }
  html.loading .loader {
    opacity: 1; }
    @media all and (max-width: 480px) {
      html.loading .loader {
        display: none; } }

.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: #fff;
  height: 100%;
  z-index: 9999;
  opacity: 100;
  transition-duration: .5s; }

.a-loader {
  display: inline-block;
  width: 55px;
  height: 55px;
  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; }
  .a-loader.a-loader-3 {
    width: 80px;
    height: 80px;
    border: 1px solid #ececec;
    border-radius: 50%;
    position: relative; }
    .a-loader.a-loader-3 [class*="bar"] {
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: 12px;
      height: 100%;
      border-top: none;
      border-radius: 0; }
      .a-loader.a-loader-3 [class*="bar"]::before {
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        bottom: auto;
        content: "";
        width: 12px;
        height: 12px;
        border-radius: 50%; }
    .a-loader.a-loader-3 .bar-1 {
      -webkit-animation-duration: 1.8s;
      -o-animation-duration: 1.8s;
      -moz-animation-duration: 1.8s;
      animation-duration: 1.8s; }
      .a-loader.a-loader-3 .bar-1::before {
        background: #d5ebf2; }
    .a-loader.a-loader-3 .bar-2 {
      -webkit-animation-duration: 2.7s;
      -o-animation-duration: 2.7s;
      -moz-animation-duration: 2.7s;
      animation-duration: 2.7s; }
      .a-loader.a-loader-3 .bar-2::before {
        background: #b9dde9; }
    .a-loader.a-loader-3 .bar-3 {
      -webkit-animation-duration: 1.2s;
      -o-animation-duration: 1.2s;
      -moz-animation-duration: 1.2s;
      animation-duration: 1.2s; }
      .a-loader.a-loader-3 .bar-3::before {
        background: #9dd0e1; }
    .a-loader.a-loader-3 .bar-4::before {
      background: #74bcd4; }

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

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

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

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

input.si-error.placeholder, .hover-shake:hover [class*="__image"] input.placeholder.icon, .hover-shake:hover [class*="__image"] input.placeholder.si-close, .hover-shake:hover [class*="__image"] input.placeholder.si-close-popup,
.hover-shake:hover [class*="-image"] input.placeholder.icon,
.hover-shake:hover [class*="-image"] input.placeholder.si-close,
.hover-shake:hover [class*="-image"] input.placeholder.si-close-popup,
.hover-shake:hover [class*="__image"] input.placeholder.svg-icon:not([class*="border-"]),
.hover-shake:hover [class*="-image"] input.placeholder.svg-icon:not([class*="border-"]), textarea.si-error.placeholder, .hover-shake:hover [class*="__image"] textarea.placeholder.icon, .hover-shake:hover [class*="__image"] textarea.placeholder.si-close, .hover-shake:hover [class*="__image"] textarea.placeholder.si-close-popup,
.hover-shake:hover [class*="-image"] textarea.placeholder.icon,
.hover-shake:hover [class*="-image"] textarea.placeholder.si-close,
.hover-shake:hover [class*="-image"] textarea.placeholder.si-close-popup,
.hover-shake:hover [class*="__image"] textarea.placeholder.svg-icon:not([class*="border-"]),
.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[type=email].si-close-popup,
.hover-shake:hover [class*="__image"] input.icon[type=tel],
.hover-shake:hover [class*="__image"] input[type=tel].si-close,
.hover-shake:hover [class*="__image"] input[type=tel].si-close-popup, .hover-shake:hover [class*="__image"] textarea.icon, .hover-shake:hover [class*="__image"] textarea.si-close, .hover-shake:hover [class*="__image"] textarea.si-close-popup, .hover-shake:hover [class*="__image"] input[type=text].si-close, .hover-shake:hover [class*="__image"] input[type=text].si-close-popup,
.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[type=email].si-close-popup,
.hover-shake:hover [class*="-image"] input.icon[type=tel],
.hover-shake:hover [class*="-image"] input[type=tel].si-close,
.hover-shake:hover [class*="-image"] input[type=tel].si-close-popup,
.hover-shake:hover [class*="-image"] textarea.icon,
.hover-shake:hover [class*="-image"] textarea.si-close,
.hover-shake:hover [class*="-image"] textarea.si-close-popup,
.hover-shake:hover [class*="-image"] input[type=text].si-close,
.hover-shake:hover [class*="-image"] input[type=text].si-close-popup,
.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-"]),
.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: transparent;
  border: 2px solid #fff;
  padding: 23px 68px;
  margin-bottom: 20px;
  border-radius: 50px; }

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

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

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

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

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

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

.jq-radio__div {
  width: 8px !important;
  height: 8px !important;
  background: #fff !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; }

.ui-slider {
  height: 6px !important;
  background: #74bcd4 !important;
  border: none !important;
  border-radius: 3px !important;
  position: relative;
  text-align: left; }

.ui-slider-handle {
  position: relative;
  width: 24px !important;
  height: 24px !important;
  top: -9px !important;
  margin-left: -12.5px !important;
  content: "";
  display: inline-block;
  border: 5px solid #fff !important;
  border-radius: 50%;
  background-image: -moz-linear-gradient(0deg, #0e71b8 0%, #2caae1 100%);
  background-image: -webkit-linear-gradient(0deg, #0e71b8 0%, #2caae1 100%);
  box-shadow: 0px 3px 10px 0px #2b4e67; }

.ui-widget-content {
  font-family: Arial,Helvetica,sans-serif;
  font-size: 1em; }

.slider-description {
  position: absolute;
  bottom: 0;
  font: 12px/1 "Roboto";
  text-align: center;
  width: 42px;
  margin-left: -21px;
  cursor: pointer !important; }

.profit-slider-item .slider-description.i-1 {
  left: 0; }
.profit-slider-item .slider-description.i-2 {
  left: 16.64%; }
.profit-slider-item .slider-description.i-3 {
  left: 37.44%; }
.profit-slider-item .slider-description.i-4 {
  left: 58.24%; }
.profit-slider-item .slider-description.i-5 {
  left: 79.04%; }
.profit-slider-item .slider-description.i-6 {
  left: 100%; }

.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;
  padding: 14px 20px;
  border-radius: 50px;
  color: #000 !important;
  background: #fff; }
  .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: #0e71b8; }
  .btn:active {
    will-change: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    top: 3px; }
    .btn:active::before, .btn:active::after {
      will-change: none;
      transform: none;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }

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

.btn-bordered {
  color: #000 !important;
  background: transparent;
  border: 2px solid #0e71b8;
  font-size: 12px;
  letter-spacing: 0.1em;
  text-transform: none; }

.btn-bordered-transparent {
  color: #fff !important;
  background: transparent;
  border: 1px solid #fff; }
  .btn-bordered-transparent:hover, .btn-bordered-transparent:active {
    color: #000 !important;
    background: #fff; }

.btn-gradient {
  color: #fff !important;
  background: linear-gradient(to right, #0063ab, #78d0f7); }
  .btn-gradient:hover, .btn-gradient:active {
    color: #000 !important;
    background: linear-gradient(to right, #0063ab, #78d0f7); }

.btn-curtain::after {
  background: #0e71b8;
  top: auto;
  bottom: auto; }
.btn-curtain:hover, .btn-curtain:active {
  color: #fff !important;
  border-color: #0e71b8; }

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

.icon, .si-close, .si-close-popup {
  display: inline-block;
  overflow: hidden;
  text-indent: -9999px;
  position: relative;
  vertical-align: middle; }

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

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

.close, .si-close {
  width: 24px !important;
  height: 24px !important;
  fill: #000; }
  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: #0e71b8; }

.block12 {
  fill: #0e71b8; }

.calc {
  width: 14px !important;
  height: 14px !important; }

.b3_01 {
  fill: #0e71b8;
  width: 42px !important;
  height: 42px !important; }

.b3_02 {
  fill: #0e71b8;
  width: 42px !important;
  height: 42px !important; }

.b3_03 {
  fill: #0e71b8;
  width: 42px !important;
  height: 42px !important; }

.b3_04 {
  fill: #0e71b8;
  width: 42px !important;
  height: 42px !important; }

.b3_05 {
  fill: #0e71b8;
  width: 42px !important;
  height: 42px !important; }

.b3_06 {
  fill: #0e71b8;
  width: 42px !important;
  height: 42px !important; }

.Bezboleznennost {
  fill: #2e3133; }

.Bistrota_ispolzovaniya {
  fill: #2e3133; }

.Ekonomichnost {
  fill: #2e3133; }

.Evropeiskoe_kachestvo {
  fill: #2e3133; }

.Rezultativnost {
  fill: #2e3133; }

.Specifika {
  fill: #2e3133; }

.arrow-left {
  fill: #2e3133; }

.arrow-right {
  fill: #2e3133; }

.b4-minleft {
  fill: #fff; }

.b4-minright {
  fill: #fff;
  width: 6px !important;
  height: 10px !important; }

.b6_01 {
  width: 42px !important;
  height: 42px !important; }
  .b6_01 .st0 {
    fill: url(#SVGID_1_); }
  .b6_01 .st1 {
    fill: url(#SVGID_2_); }

.b6_02 {
  width: 42px !important;
  height: 42px !important; }
  .b6_02 .st0 {
    fill: url(#SVGID_1_); }

.b6_03 {
  width: 42px !important;
  height: 42px !important; }
  .b6_03 .st0 {
    fill: url(#SVGID_1_); }

.b6_04 {
  width: 42px !important;
  height: 42px !important; }
  .b6_04 .st0 {
    fill: url(#SVGID_1_); }

.b6_05 {
  width: 42px !important;
  height: 42px !important; }
  .b6_05 .st0 {
    fill: url(#SVGID_1_); }

.b10_0 {
  fill: #0e71b8; }

.b10_01 {
  fill: #3d3f3f;
  opacity: 0.1; }

.b10_02 {
  fill: #3d3f3f;
  opacity: 0.1; }

.b10_03 {
  fill: #3d3f3f;
  opacity: 0.1; }

.b10_04 {
  fill: #3d3f3f;
  opacity: 0.1; }

.Mi_dostavlyaem {
  fill: #2e3133; }

.Nash_menedger {
  fill: #2e3133; }

.Shape5 {
  fill: #3d3f3f;
  opacity: 0.1; }

.vi_ostav_zayavku {
  fill: #2e3133; }

.Vi_osushestvlyaete_platej {
  fill: #2e3133; }

.Zakluchaem_s_Vami_dogovor {
  fill: #2e3133; }

.Insta {
  fill: #3d3f3f; }
  .Insta:hover {
    fill: #0e71b8; }

.YouTube {
  fill: #3d3f3f; }
  .YouTube:hover {
    fill: #0e71b8; }

.Vk {
  fill: #3d3f3f; }
  .Vk:hover {
    fill: #0e71b8; }

.Menu {
  fill: #0e71b8; }

.header_Phone {
  fill: #000;
  width: 10px !important;
  height: 14px !important; }

.Name {
  fill: #fff; }

.logo-ico .st0 {
  fill: #79ACD7; }
.logo-ico .st1 {
  fill: #5279B8; }
.logo-ico .st2 {
  fill: #373493; }
.logo-ico .st3 {
  fill: #A0CEE8; }

.logo-swiper-ico {
  width: 174px !important;
  height: 53px !important; }
  .logo-swiper-ico .st0 {
    fill: #808080; }
  .logo-swiper-ico .st1 {
    fill: #808080; }
  .logo-swiper-ico .st2 {
    fill: #808080; }
  .logo-swiper-ico .st3 {
    fill: #808080; }
  @media all and (max-width: 480px) {
    .logo-swiper-ico {
      width: 92px !important;
      height: 49px !important; } }

.layout-header {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  z-index: 50;
  padding-top: 0px;
  background: #fff; }
  .layout-header .si-phone {
    padding-top: 0px; }

.logo {
  display: inline-block; }
  .logo img {
    display: block;width: 150px;
    margin-top: -25px; }

.si-phone {
  display: inline-block; }
  .si-phone .si-phone-text {
    margin-bottom: 0px; }
  .si-phone .phone-link {
    display: block;
    margin-bottom: 0px;
    font-size: 18px;
    letter-spacing: 0.04em; }
    .si-phone .phone-link span {
      font-weight: 500; }

.global-nav {
  height: 50px;
  padding-top: 14px;
  text-transform: uppercase;
  background-color: #fff;
  font-size: 11px;
  font-weight: 300; }
  .global-nav li {
    margin-right: 15px;
    letter-spacing: 0;
    font-size: 15px; }
    .global-nav li:not(:first-child) {
      margin-left: 0px; }

.mobile-nav {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -100;
  opacity: 0; }
  @media all and (max-width: 480px) {
    .mobile-nav {
      height: 100%;
      position: fixed !important; } }
  .mobile-nav.active {
    opacity: 1; }
  .mobile-nav.visible {
    z-index: 160; }
  .mobile-nav .pseudo-table,
  .mobile-nav .pseudo-table-cell {
    position: relative;
    z-index: 5; }
  .mobile-nav .nav-overlay {
    background: #fff; }
  .mobile-nav ul.nav {
    display: inline-block;
    z-index: 15; }
    .mobile-nav ul.nav li {
      display: block; }
      .mobile-nav ul.nav li:not(:first-child) {
        padding-top: 24px;
        margin-top: 18px;
        position: relative; }
        .mobile-nav ul.nav li:not(:first-child)::before {
          position: absolute !important;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          margin: auto;
          content: "";
          display: block;
          width: 37px;
          height: 4px;
          background: #000;
          bottom: auto; }
    .mobile-nav ul.nav a, .mobile-nav ul.nav .underline, .mobile-nav ul.nav .dashed, .mobile-nav ul.nav .dotted {
      text-transform: uppercase;
      width: auto;
      font-size: 20px; }

.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;
  width: 30px;
  height: 27px;
  cursor: pointer !important;
  position: absolute;
  top: 57px;
  left: calc(50% + 170px);
  z-index: 110; }
  .show-menu.opened {
    left: calc(50% - 16px);
    z-index: 170;
    position: fixed; }
  .show-menu:hover .icon-sandwich, .show-menu:active .icon-sandwich {
    background: #0e71b8; }
    .show-menu:hover .icon-sandwich::before, .show-menu:hover .icon-sandwich::after, .show-menu:active .icon-sandwich::before, .show-menu:active .icon-sandwich::after {
      background: #0e71b8; }

.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;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  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: #000;
  width: 30px;
  height: 6px;
  position: relative;
  vertical-align: middle; }
  .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: #000;
    content: "";
    display: inline-block;
    width: 30px;
    height: 6px;
    position: absolute;
    left: 0;
    opacity: 1; }
  .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: -10px; }
  .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: -10px; }
  .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); }
    .opened .icon-sandwich::before {
      will-change: transform;
      -webkit-backface-visibility: hidden;
      -webkit-font-smoothing: antialiased;
      -webkit-transform: rotate(90deg) translateX(10px);
      -moz-transform: rotate(90deg) translateX(10px);
      -ms-transform: rotate(90deg) translateX(10px);
      -o-transform: rotate(90deg) translateX(10px);
      transform: rotate(90deg) translateX(10px); }
    .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; }

.nolr {
	    text-align: center;
    font-weight: 900;
    font-size: 25px;
    margin-bottom: 20px;
}

.sub-headerz {
position: absolute;
    z-index: 99;
    width: 360px;
    background: #fff;
    padding: 25px;
    left: 50px;
top:40px;	
-webkit-box-shadow: 4px 6px 15px -5px rgba(0,0,0,0.75);
-moz-box-shadow: 4px 6px 15px -5px rgba(0,0,0,0.75);
box-shadow: 4px 6px 15px -5px rgba(0,0,0,0.75);	
}


	
	.modals {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.62);
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;
opacity: 0;
pointer-events: none;
}

.modals:target {
opacity: 1;
pointer-events: auto;
z-index:999;
}

.modals > div {
width: 320px;
background: #fff;
position: relative;
margin: 10% auto;
-webkit-animation: minimise 500ms linear;
padding: 20px;
    background-color: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
text-shadow: 0 1px 0 #fff;
}

.modals:target > div {
-webkit-animation-name: bounce;
}

.modals h2 {
font-size: 20px;
font-weight: bold;
color:#333;
text-align:center;
}

@-webkit-keyframes bounce {
  0% {
  	-webkit-transform: scale3d(0.1,0.1,1);
  	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
  55% {
  	-webkit-transform: scale3d(1.08,1.08,1);
  	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0);
  }
  75% {
  	-webkit-transform: scale3d(0.95,0.95,1);
  	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
  }
  100% {
  	-webkit-transform: scale3d(1,1,1);
  	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
}

@-webkit-keyframes minimise {
  0% {
  	-webkit-transform: scale3d(1,1,1);
  }
  100% {
  	-webkit-transform: scale3d(0.1,0.1,1);
  }
}

.modals a[href="#close"] {
position: absolute;
right: 0;
top: 0;
color: transparent;
}

.modals a[href="#close"]:focus {
outline: none;
}

.modals a[href="#close"]:after {
content: 'X';
display: block;

position: absolute;
right: -10px;
top: -10px;
width: 1.5em;
padding: 1px 1px 1px 2px;
text-decoration: none;
text-shadow: none;
text-align: center;
font-weight: bold;
background: #000;
color: #fff;
border: 3px solid #fff;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.modal a[href="#close"]:focus:after,
.modal a[href="#close"]:hover:after {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
}

.modal a[href="#close"]:focus:after {
outline: 1px solid #000;
}

a.openModal {
margin: 1em auto;
display: block;
width: 200px;
background: #ccc;
text-align: center;
padding: 10px;
-moz-border-radius: 7px;
border-radius: 7px;
background: -moz-linear-gradient(#fff, #ddd);
background: -webkit-gradient(linear, right top, right bottom, from(rgb(255,255,255)), to(rgb(230,230,230)));
text-shadow: 0 1px 0 #fff;
border: 1px solid rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

a.openModal:hover,
a.openModal:focus {
background: -moz-linear-gradient(#fff, #ccc);
background: -webkit-gradient(linear, right top, right bottom, from(rgb(255,255,255)), to(rgb(200,200,200)));
}

.modal-body {
    position: relative;
    padding: 15px;
}
.form-group {
    margin: 0;
    padding-bottom: 0px;
    position: relative;
}
.form-control {
    height: 46px;
    padding: 0 6px;
}
.form-group input[type="text"] {
    display: block;
    width: 100%;
    height: 46px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}



.mpo {margin:0 5px;}









  .layout-footer .si-phone {
    padding-top: 0px; }
    @media all and (max-width: 480px) {
      .layout-footer .si-phone {
        margin-top: 45px; } }
    .layout-footer .si-phone .header_Phone {
      top: -3px;
      left: -8px;
      position: relative; }
  .layout-footer .logo {
    width: 174px;
    padding-top: 3px; }
    @media all and (max-width: 480px) {
      .layout-footer .logo {
        margin-left: -20px; } }

  .layout-footer .pt-10 {
    padding-top: 10px;
  }

  .sm-hidden {
    display: none;
  }

  @media all and (max-width: 480px) {
    .sm-hidden {
      display: block;
    }
  }

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

@media all and (max-width: 480px) {
  .company-info-block {
    padding-left: 27px; } }
.company-info-block p, .company-info-block ul.marked {
  margin-bottom: 0px; }

.copyright {
  margin-top: 0px;
  padding-top: 10px; }



footer {
position:relative}


.company-info-block {
	margin:15px 0;
}

  
  @media all and (max-width: 480px) {
    .footer-top {
      padding-top: 10px; } }
  .footer-top .copyright {
    font-size: 14px;
    font-weight: 300; }
    @media all and (max-width: 480px) {
      .footer-top .copyright {
        padding-left: 38px; } }
  .footer-top .company-social-block {
    margin-top: 15px;
    text-align: center;
    padding-left: 48px; }
    .footer-top .company-social-block ul.nav li {
      margin-right: 5px; }

.footer-bottom {
  padding-top: 45px;
  font-size: 14px;
  font-weight: 300; }
  .footer-bottom b {
    font-size: 12px;
    text-transform: uppercase; }
  .footer-bottom .contact a, .footer-bottom .contact .underline, .footer-bottom .contact .dashed, .footer-bottom .contact .dotted {
    border-bottom: 1px solid #e6e6e6;
    box-shadow: 0 1px 0 0 #c3c4c5; }
  .footer-bottom .contact .footer-mail {
    color: #000;
    line-height: 48px; }
    @media all and (max-width: 480px) {
      .footer-bottom .contact .footer-mail {
        line-height: 37px; } }
  .footer-bottom .phone-link {
    margin-bottom: 11px;
    margin-right: 17px; }
    @media all and (max-width: 480px) {
      .footer-bottom .phone-link {
        font-size: 24px; } }
    .footer-bottom .phone-link .header_Phone {
      top: -2px;
      left: -2px;
      position: relative; }
  .footer-bottom .btn {
    font-weight: 500;
    padding: 13px 24px; }
    @media all and (max-width: 480px) {
      .footer-bottom .btn {
        font-size: 18px;
        padding: 19px 28px;
        margin-bottom: 41px; } }
  @media all and (max-width: 480px) {
    .footer-bottom ul.nav li {
      margin-right: 13px; } }
  @media all and (max-width: 480px) {
    .footer-bottom .social-link .svg-icon {
      width: 53px !important;
      height: 53px !important; } }

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

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

.si-overlay, .si-overlay-2 {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
  background: rgba(0, 0, 0, 0.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: 40px;
  right: 40px;
  text-indent: 0; }
  @media all and (max-width: 480px) {
    .si-close {
      right: calc(50% + -12px);
      top: 53px; } }

.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: 78px 76px 88px;
  width: 780px;
  margin: 50px auto;
  border-radius: 20px; }
  @media all and (max-width: 480px) {
    .si-modal, .si-success-modal {
      width: 460px;
      padding: 105px 76px 88px; } }
  .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 input[type=text], .si-success-modal input[type=text], .si-modal input[type=email], .si-success-modal input[type=email],
  .si-modal input[type=tel],
  .si-success-modal input[type=tel], .si-modal textarea, .si-success-modal textarea {
    border-color: #000; }
  .si-modal textarea, .si-success-modal textarea {
    height: 208px;
    padding: 20px 30px;
    margin-bottom: 30px;
    border-radius: 35px; }
    @media all and (max-width: 480px) {
      .si-modal textarea, .si-success-modal textarea {
        margin-bottom: 20px; } }
  .si-modal .btn, .si-success-modal .btn {
    min-width: 300px;
    padding: 21px 20px; }
  .si-modal .backward, .si-success-modal .backward {
    width: 25px !important;
    height: 28px !important;
    top: 20px;
    left: 22px;
    position: absolute; }
  .si-modal .header_Phone, .si-success-modal .header_Phone {
    top: 22px;
    left: 24px;
    position: absolute;
    width: 17px !important;
    height: 22px !important; }

.modal-form-title, .si-success-modal-title {
  margin-bottom: 8px;
  font-weight: 300; }
  @media all and (max-width: 480px) {
    .modal-form-title, .si-success-modal-title {
      margin-left: -50px;
      margin-bottom: 15px; } }

.modal-time, .success-time, .si-success-modal p, .si-success-modal ul.marked {
  margin-bottom: 46px;
  font-size: 21px;
  font-weight: 100; }
  @media all and (max-width: 480px) {
    .modal-time, .success-time, .si-success-modal p, .si-success-modal ul.marked {
      margin-bottom: 35px; } }

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

.si-success-modal {
  padding-bottom: 144px; }
  @media all and (max-width: 480px) {
    .si-success-modal {
      padding: 105px 40px 135px; } }
  .si-success-modal strong {
    display: block;
    margin-bottom: 12px; }
  .si-success-modal p, .si-success-modal ul.marked {
    margin-bottom: 63px; }
  .si-success-modal ul.nav li {
    margin-right: 13px; }
    .si-success-modal ul.nav li .svg-icon {
      width: 53px !important;
      height: 53px !important; }

@media all and (max-width: 480px) {
  .si-success-modal-title {
    margin-left: 0; } }

.success-time, .si-success-modal p, .si-success-modal ul.marked {
  margin-bottom: 31px; }

.social-invite {
  margin-top: 63px;
  margin-bottom: 23px; }
  @media all and (max-width: 480px) {
    .social-invite {
      font-size: 18px;
      font-weight: 700;
      margin-top: 39px;
      margin-bottom: 19px; } }

.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: #0e71b8;
  opacity: 0;
  visibility: hidden;
  z-index: -5;
  box-shadow: 0 0 10px #000; }
  .si-page-message.show {
    height: 200px;
    opacity: 1;
    visibility: visible;
    z-index: 300; }

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

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

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

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

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

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

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

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

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

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

.section-heading {
  background: url("../images/heading-bg.jpg") no-repeat 50% 50% transparent;
  padding: 0px 0 80px;
  position: relative;
  overflow: hidden;
  }
  @media all and (max-width: 480px) {
    .section-heading {
      
      background-position-y: 100%; } }
  .section-heading .sub-header {
    padding-top: 94px;
    font-size: 14px;
    margin-bottom: 155px; }
    @media all and (max-width: 480px) {
      .section-heading .sub-header {
        padding-top: 45px;
        margin-bottom: 153px; } }
    .section-heading .sub-header b {
      text-transform: uppercase;
      font-size: 12px; }
    .section-heading .sub-header .logo {
      width: 174px;
      padding-top: 3px; }
      @media all and (max-width: 480px) {
        .section-heading .sub-header .logo {
          margin-left: 21px; } }
    @media all and (max-width: 767px) {
      .section-heading .sub-header .si-phone .phone-link {
            margin-top: 36px;
    text-align: center;
    font-size: 30px;
    letter-spacing: 0.09em;
    padding-right: 0;
    margin-bottom: 30px; } }
    
    
.si-phone {
    margin-top: 8px;
}    
    
.zops {
    width: 280px;
    text-align: left;
    float: right !important;
}
    
  .nomv {font-size:25px;}  
    
    
    .section-heading .sub-header .phone-link {
      font-size:25px;
      margin-bottom: 10px; }
  .section-heading .header_Phone {
    margin-top: -5px;
    margin-right: 8px; }
  .section-heading h1 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 60px;font-size:40px; }
	
  .section-heading h1 span {
    font-size:40.5px; }	
	
	
    @media all and (max-width: 480px) {
      .section-heading h1 {
        text-align: center;
        line-height: 42px; } }
  .section-heading .gradient-text {
    font-weight: 900;
    font-size: 60px;
    margin-bottom: 50px;
    margin-top: 6px;
    margin-left: -5px;
    height: 53px;
    width: 440px; }
    @media all and (max-width: 480px) {
      .section-heading .gradient-text {
        font-size: 52px;
        margin-top: 12px;
        margin-bottom: 49px;
        text-align: center;
        margin-left: 29px; } }
  .section-heading .item {
    margin-bottom: 30px; }
    @media all and (max-width: 480px) {
      .section-heading .item {
        margin-left: 20px; } }
    .section-heading .item .item__ico {
      background-color: #0e71b8;
      width: 26px;
      height: 26px;
      margin-right: 20px;
      text-align: center;
      float: left;
      border-radius: 3px; }
      .section-heading .item .item__ico .svg-icon {
        margin-top: -5px; }
  .section-heading .btn-gradient {
    padding: 29px 57px;
    font-size: 16px;
    margin-top: 10px; }
    @media all and (max-width: 480px) {
      .section-heading .btn-gradient {
        margin-top: 6px;
        margin-left: 20px; } }

.bg-video-holder {
  width: 2000px;
  height: 100%;
  background: url("../images/heading-bg.jpg") no-repeat 50% 0 #000;
  background-size: 2000px auto !important;
  margin-left: -1000px;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 5; }
  .bg-video-holder video {
    visibility: hidden;
    position: relative;
    z-index: 10; }

.video-overlay {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.5);
  z-index: 15; }

.section-equipment {
  background: url("../images/sec-2.jpg") no-repeat 50% 50% transparent;
  background-attachment: fixed;
  padding: 80px 0 80px;
  color: #fff;
  font-weight: 300; }
  @media all and (max-width: 480px) {
    .section-equipment {
      padding-top: 60px;
      padding-bottom: 60px;
      height: auto;
      background-size: cover; } }
  .section-equipment h2, .section-equipment .modal-form-title, .section-equipment .si-success-modal-title {
    margin-bottom: 40px;
    font-weight: 300; }
    @media all and (max-width: 480px) {
      .section-equipment h2, .section-equipment .modal-form-title, .section-equipment .si-success-modal-title {
        text-align: center;
        margin-bottom: 44px; } }
  @media all and (max-width: 480px) {
    .section-equipment .nav {
      padding: 0px 21px; } }
  .section-equipment .nav li {
    text-align: left;
    width: 100%;
    display: block;
    text-transform: uppercase;
    padding: 10px 25px;
    margin-bottom: 11px;
    font-size: 12px;
    letter-spacing: 0.1em; }
    @media all and (max-width: 480px) {
      .section-equipment .nav li {
        border: 1px solid #fff;
        border-radius: 50px;
        margin-right: 9px; } }
    @media all and (max-width: 480px) {
      .section-equipment .nav li {
        width: fit-content !important;
        float: left; } }
    .section-equipment .nav li.active, .section-equipment .nav li:hover {
      border: 1px solid #fff;
      border-radius: 50px;
      width: fit-content; }
      @media all and (max-width: 480px) {
        .section-equipment .nav li.active, .section-equipment .nav li:hover {
          background-color: #fff;
          color: #000; } }
  .section-equipment .equipment-container {
    margin-bottom: 5px;
    padding-top: 7px; }
    @media all and (max-width: 480px) {
      .section-equipment .equipment-container {
        padding: 0 20px; } }
  .section-equipment .tab-content {
    font-weight: 100; }
    .section-equipment .tab-content .tab-title {
      font-size: 30px;
      margin-bottom: 22px; }
      @media all and (max-width: 480px) {
        .section-equipment .tab-content .tab-title {
          margin-top: 21px; } }
    .section-equipment .tab-content p, .section-equipment .tab-content ul.marked {
      margin-bottom: 18px; }
  .section-equipment .btn {
    padding: 25px 35px;
    font-size: 14px;
    letter-spacing: 0.11em; }
    @media all and (max-width: 480px) {
      .section-equipment .btn {
        margin-bottom: 21px; } }
  .section-equipment .button-1:hover {
    color: #fff !important;
    background: transparent;
    border: 1px solid #fff; }
  .section-equipment .b2 {
    margin-top: 30px;}

.preline {
  padding-left: 90px; }
  @media all and (max-width: 480px) {
    .preline {
      padding: 0 !important;
      text-align: center; } }
  .preline::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    top: 25px;
    left: 130px; }
    @media all and (max-width: 480px) {
      .preline::before {
        display: none; } }
		
		

.section-advantagesz {
  background: url("../images/") no-repeat 50% 50% transparent;
  padding: 80px 0 80px;
   }
  
  
.section-advantagesz .preline::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 25px;
    left: 130px;
} 
  
  @media all and (max-width: 480px) {
    .section-advantagesz {
      padding: 80px 0 80px;
       } }
	  
.advantages__text ul {
	font-size: 16px;
    line-height: 28px;
}	  
	  
	  
.nofr {
        background: #e9f8ff;
    padding: 30px;
}	  
	  
.nofr:nth-child(2n+1) {
        background: #f5fcff;
}		  
	  
	  
	  
  .section-advantagesz h2, .section-advantagesz .modal-form-title, .section-advantagesz .si-success-modal-title {
    margin-bottom: 85px; }
	
	
	
	
    @media all and (max-width: 480px) {
      .section-advantagesz h2, .section-advantagesz .modal-form-title, .section-advantagesz .si-success-modal-title {
        margin-bottom: 108px; } }
		
		
		
		
		
.section-advantages {
  background: url("../images/500.jpg") no-repeat 50% 50% transparent;
  background-size:cover;
  padding: 80px 0 80px;
   }
  
  
  
  
  @media all and (max-width: 480px) {
    .section-advantages {
      padding: 80px 0 60px;
      } }
	  
	  
	  
	  
  .section-advantages h2, .section-advantages .modal-form-title, .section-advantages .si-success-modal-title {
    margin-bottom: 85px; }
	
	
	
	
    @media all and (max-width: 480px) {
      .section-advantages h2, .section-advantages .modal-form-title, .section-advantages .si-success-modal-title {
        margin-bottom: 108px; } }		
		
		
    .section-advantages h2.preline, .section-advantages .preline.modal-form-title, .section-advantages .preline.si-success-modal-title {
      padding-left: 85px;
      letter-spacing: -0.01em; }
      .section-advantages h2.preline::before, .section-advantages .preline.modal-form-title::before, .section-advantages .preline.si-success-modal-title::before {
        background-color: #000; }
      @media all and (max-width: 480px) {
        .section-advantages h2.preline, .section-advantages .preline.modal-form-title, .section-advantages .preline.si-success-modal-title {
          padding: 0;
          text-align: center; } }
  .section-advantages .advantages__item {
    position: relative;
    height: 300px;
    margin-bottom: 15px; }
    .section-advantages .advantages__item .advantages__icon {
      margin-bottom: 32px; }
	  
	  
    .section-advantages .advantages__item .advantages__icon img {
     width: 64px; }	  
	  
	  
	  
    .section-advantages .advantages__item .advantages__title {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 20px; }
    .section-advantages .advantages__item .advantages__text {
      font-size: 18px;
      font-weight: 100; }
  .section-advantages .btn-holder {
    text-align: center;
    margin-top: 4px; }
    .section-advantages .btn-holder .btn {
      padding: 26px 35px;
      font-size: 14px;
      letter-spacing: 0.09em; }
  .section-advantages .b3_01 {
    position: absolute;
    top: -10px;
    left: 55px; }
    @media all and (max-width: 480px) {
      .section-advantages .b3_01 {
        left: 235px; } }
  .section-advantages .b3_02 {
    position: absolute;
    top: -11px;
    left: -27px; }
    @media all and (max-width: 480px) {
      .section-advantages .b3_02 {
        left: 160px;
        top: -4px; } }
  .section-advantages .b3_03 {
    position: absolute;
    top: 26px;
    left: -12px; }
    @media all and (max-width: 480px) {
      .section-advantages .b3_03 {
        left: 159px;
        top: 27px; } }
  .section-advantages .b3_04 {
    position: absolute;
    top: -11px;
    left: 52px; }
    @media all and (max-width: 480px) {
      .section-advantages .b3_04 {
        left: 233px;
        top: -11px; } }
  .section-advantages .b3_05 {
    position: absolute;
    top: 20px;
    left: 73px; }
    @media all and (max-width: 480px) {
      .section-advantages .b3_05 {
        top: 18px;
        left: 249px; } }
  .section-advantages .b3_06 {
    position: absolute;
    top: -10px;
    left: 99px; }
    @media all and (max-width: 480px) {
      .section-advantages .b3_06 {
        top: -12px;
        left: 277px; } }

.section-results {
  background: url("../images/sec-4.jpg") no-repeat 50% 50% transparent;
  background-attachment: fixed;
  padding: 121px 0 130px;
  height: 845px; }
  @media all and (max-width: 480px) {
    .section-results {
      height: 580px; } }
  @media all and (max-width: 480px) {
    .section-results {
      padding: 128px 0 130px; } }
  .section-results h2, .section-results .modal-form-title, .section-results .si-success-modal-title {
    margin-bottom: 54px;
    text-align: center;
    font-weight: 300; }
    @media all and (max-width: 480px) {
      .section-results h2, .section-results .modal-form-title, .section-results .si-success-modal-title {
        margin-bottom: 40px; } }
  .section-results .results-pagination {
    bottom: -67px; }
    @media all and (max-width: 480px) {
      .section-results .results-pagination {
        bottom: -60px; } }
  .section-results .results-slider-holder:after {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    border-radius: 3px;
    background-color: white;
    position: absolute;
    width: 940px;
    height: 260px; }
  .section-results .results-slider-holder .swiper-button-prev, .section-results .results-slider-holder .swiper-button-next,
  .section-results .results-slider-holder .swiper-button-next {
    margin-top: -14px; }
  .section-results .results-slider-holder .results-prev {
    left: 32px; }
  .section-results .results-slider-holder .results-next {
    right: -4px; }
  .section-results .results-slider-holder .results-logo {
    position: absolute;
    right: 63px;
    top: 30px;
    z-index: 10; }
    @media all and (max-width: 480px) {
      .section-results .results-slider-holder .results-logo {
        right: 24px;
        top: 12px; } }

@media all and (max-width: 480px) {
  .xs-no-pad {
    padding: 0px; } }

.layout-item {
  margin: 0 auto;
  width: 800px; }
  @media all and (max-width: 480px) {
    .layout-item {
      width: 480px; } }
  .layout-item .layout-image-holder .layout-image-block {
    height: 420px;
    overflow: hidden;
    position: relative; }
    @media all and (max-width: 480px) {
      .layout-item .layout-image-holder .layout-image-block {
        height: 260px;
        margin-left: -10px; } }
    .layout-item .layout-image-holder .layout-image-block .layout-image-item {
      width: calc(100% + 10px);
      height: calc(100%);
      position: absolute;
      z-index: 5;
      overflow: hidden;
      left: 10px; }
      .layout-item .layout-image-holder .layout-image-block .layout-image-item .item-before {
        left: 176px; }
      .layout-item .layout-image-holder .layout-image-block .layout-image-item .item-after {
        right: 191px; }
      .layout-item .layout-image-holder .layout-image-block .layout-image-item .item-before,
      .layout-item .layout-image-holder .layout-image-block .layout-image-item .item-after {
        font-weight: 300;
        font-size: 21px;
        position: absolute;
        top: 354px; }
      .layout-item .layout-image-holder .layout-image-block .layout-image-item img {
        border-radius: 6px;
        display: block;
        width: auto !important;
        max-width: none !important; }
      .layout-item .layout-image-holder .layout-image-block .layout-image-item.two {
        width: 62.5%;
        z-index: 2; }
      .layout-item .layout-image-holder .layout-image-block .layout-image-item.three {
        z-index: 1; }
    .layout-item .layout-image-holder .layout-image-block .layout-image-toggle {
      width: 4px;
      height: 100%;
      position: absolute;
      top: 0;
      left: calc(62.5% + 10px);
      z-index: 5; }
      @media all and (max-width: 480px) {
        .layout-item .layout-image-holder .layout-image-block .layout-image-toggle {
          width: 7px; } }
      .layout-item .layout-image-holder .layout-image-block .layout-image-toggle .b4-minleft,
      .layout-item .layout-image-holder .layout-image-block .layout-image-toggle .b4-minright {
        position: absolute !important;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 5;
        width: 10px !important;
        height: 13px !important; }
        @media all and (max-width: 480px) {
          .layout-item .layout-image-holder .layout-image-block .layout-image-toggle .b4-minleft,
          .layout-item .layout-image-holder .layout-image-block .layout-image-toggle .b4-minright {
            width: 19px !important;
            height: 22px !important; } }
      .layout-item .layout-image-holder .layout-image-block .layout-image-toggle .b4-minleft {
        left: auto;
        right: 12px; }
        @media all and (max-width: 480px) {
          .layout-item .layout-image-holder .layout-image-block .layout-image-toggle .b4-minleft {
            right: 15px; } }
      .layout-item .layout-image-holder .layout-image-block .layout-image-toggle .b4-minright {
        left: 10px;
        right: auto; }
        @media all and (max-width: 480px) {
          .layout-item .layout-image-holder .layout-image-block .layout-image-toggle .b4-minright {
            right: 15px; } }
      .layout-item .layout-image-holder .layout-image-block .layout-image-toggle:before, .layout-item .layout-image-holder .layout-image-block .layout-image-toggle:after {
        position: absolute !important;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        margin: auto;
        content: "";
        display: inline-block; }
      .layout-item .layout-image-holder .layout-image-block .layout-image-toggle:before {
        background: #fff; }
      .layout-item .layout-image-holder .layout-image-block .layout-image-toggle:after {
        background: linear-gradient(to right, #0063ab, #78d0f7);
        width: 60px;
        height: 60px;
        margin-left: -33px;
        border-radius: 100px;
        border: 5px solid #fff; }
        @media all and (max-width: 480px) {
          .layout-item .layout-image-holder .layout-image-block .layout-image-toggle:after {
            margin-left: -50px;
            width: 97px;
            height: 97px; } }

.section-service {
    background: url(../images/500.jpg) no-repeat 50% 50% transparent;
    background-size: cover;
    padding: 80px 0 80px;
}


#ser .preline::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 25px;
    left: 130px;
}


  @media all and (max-width: 480px) {
    .section-service {
      padding: 80px 0 60px;
      background-color: #f9f9f9; } }
  .section-service h2, .section-service .modal-form-title, .section-service .si-success-modal-title {
    margin-bottom: 64px;
    font-weight: 300; }
  .section-service .preline {
    padding-left: 77px; }
    @media all and (max-width: 480px) {
      .section-service .preline {
        padding: 0;
        text-align: center; } }
    .section-service .preline::before {
      background-color: #000;
      left: 131px; }
  .section-service img {
    width: 466px;
    max-width: 466px !important;
    position: relative;
    top: 1px;
    left: -65px; }






#contact .preline::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
    background-color: #000;
    position: absolute;
    top: 25px;
    left: 130px;
}






  .service__container .service__item {
    font-weight: 300;
    margin-bottom: 22px; }
    @media all and (max-width: 480px) {
      .service__container .service__item {
        margin-bottom: 24px; } }
    .service__container .service__item .service__image {
      float: left;
      margin-right: 29px;
      margin-bottom: 20px;
      margin-top: 6px; }
      .service__container .service__item .service__image .b6_03 {
        margin-bottom: 10px; }
    .service__container .service__item .service__number {
      float: left;
      font-size: 12px;
      color: #3d3f3f;
      opacity: 0.502; }
    .service__container .service__item .service__text {
      font-size: 16px; }
      @media all and (max-width: 480px) {
        .service__container .service__item .service__text {
          padding-right: 28px;
          font-size: 18px; } }

.section-rate {
  padding: 120px 0 130px;
  height: 922px; }
  @media all and (max-width: 480px) {
    .section-rate {
      padding: 60px 0 130px;
      height: 2365px; } }
  .section-rate h2, .section-rate .modal-form-title, .section-rate .si-success-modal-title {
    margin-bottom: 54px;
    font-weight: 300; }
    @media all and (max-width: 480px) {
      .section-rate h2, .section-rate .modal-form-title, .section-rate .si-success-modal-title {
        margin-bottom: 52px; } }
  .section-rate .preline {
    padding-left: 77px; }
    @media all and (max-width: 480px) {
      .section-rate .preline {
        padding: 0;
        text-align: center; } }
    .section-rate .preline::before {
      background-color: #000;
      left: 131px; }

.rate-table {
  white-space: nowrap; }
  .rate-table .rate-item {
    text-transform: uppercase;
    font-weight: 700;
    padding-top: 36px;
    padding-bottom: 50px; }
    .rate-table .rate-item .title {
      font-weight: 700;
      font-size: 14px; }
  .rate-table .rate-duration {
    margin-left: 41px;
    margin-right: 52px; }
  .rate-table .rate-education {
    margin-right: 59px; }
  .rate-table .rate-limit {
    margin-right: 36px;
    width: 127px; }
  .rate-table .rate-outgoings {
    margin-right: 58px; }
  .rate-table .rate-price {
    margin-right: 19px; }
  .rate-table .title {
    font-weight: 500; }
  .rate-table .sub-title {
    font-size: 14px;
    font-weight: 100;
    color: #3d3f3f; }
  .rate-table .rate-table td:nth-child(1) {
    border-right: 1px solid #000; }
  .rate-table tr {
    border-top: 1px solid #E7E7E7; }
  .rate-table tr:nth-child(1) {
    border: none;
    font-size: 14px; }
  .rate-table td:nth-child(1) {
    border-right: 1px solid #E7E7E7;
    width: 221px; }
  .rate-table th {
    display: none;
    background: linear-gradient(to right, #0063ab, #78d0f7);
    height: 110px;
    padding-right: 50px;
    padding-left: 63px; }
    .rate-table th .title {
      float: left;
      color: #fff;
      font-size: 24px;
      margin-top: 23px;
      letter-spacing: -0.015em; }
    .rate-table th .btn-holder {
      float: right; }
      .rate-table th .btn-holder .btn {
        padding: 25px 67px; }

.rate-mob-item {
  font-size: 18px;
  border: 3px solid #e7e7e7;
  margin-bottom: 10px;
  padding-top: 69px;
  padding-bottom: 81px; }
  .rate-mob-item .rate-mob-title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 31px; }
  .rate-mob-item p, .rate-mob-item ul.marked {
    margin-top: 18px; }
  .rate-mob-item .rate-mob-caption {
    font-weight: 300; }
  .rate-mob-item .rate-mob-content {
    font-weight: 500; }
  .rate-mob-item .rate-mob-description {
    font-weight: 100;
    font-style: italic; }
  .rate-mob-item .btn {
    padding: 26px 74px;
    font-size: 14px;
    margin-top: 27px; }

.section-profit {
  padding: 106px 0 125px;
  background: url("../images/profit-bg.jpg") no-repeat 50% -15px transparent;
  height: 1303px; }
  @media all and (max-width: 480px) {
    .section-profit {
      background: none;
      background-color: #f9f9f9;
      height: 1015px; } }
  .section-profit h2, .section-profit .modal-form-title, .section-profit .si-success-modal-title {
    margin-bottom: 140px;
    font-weight: 300; }
    @media all and (max-width: 480px) {
      .section-profit h2, .section-profit .modal-form-title, .section-profit .si-success-modal-title {
        margin-bottom: -20px; } }
  .section-profit .preline {
    padding-left: 77px; }
    @media all and (max-width: 480px) {
      .section-profit .preline {
        padding: 0;
        text-align: center; } }
    .section-profit .preline::before {
      background-color: #000;
      left: 131px; }

.profit-block {
  margin: 0 -10px; }
  .profit-block .nav-tabs {
    margin-bottom: 53px; }
  .profit-block .tabs-content-container {
    background: #f9f9f9;
    -webkit-box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
    z-index: 1; }
    .profit-block .tabs-content-container::before {
      position: absolute;
      top: 207px;
      right: -418px;
      content: "";
      width: 500px;
      height: 500px;
      border: 25px solid #fff;
      z-index: -1;
      opacity: 0; }
    .profit-block .tabs-content-container .bg-el {
      position: absolute;
      bottom: -125px;
      left: 50%;
      margin-left: 291px;
      width: 658px;
      height: 833px;
      background: url("../images/profit-bg.png") no-repeat 50% 50% transparent;
      z-index: 1;
      opacity: 0; }
    .profit-block .tabs-content-container.to-calc::before {
      opacity: 1; }
    .profit-block .tabs-content-container.to-calc .bg-el {
      opacity: 1; }
  .profit-block .tab-content {
    position: relative;
    z-index: 2; }

.profit-item {
  padding: 20px 0 72px; }

.profit-param-holder {
  height: 620px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #E5E5E5;
  background: #fff; }
  @media all and (max-width: 480px) {
    .profit-param-holder {
      background: none;
      height: 420px; } }
  .profit-param-holder::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    z-index: -1; }

.profit-model {
  margin-bottom: 38px; }
  .profit-model .text {
    display: inline-block;
    font: 24px/1 "Melanie";
    vertical-align: middle; }
  .profit-model .radio-group {
    margin-left: 25px;
    vertical-align: middle; }

.profit-slider-item {
  width: 800px;
  margin: 0 auto 69px; }
  @media all and (max-width: 480px) {
    .profit-slider-item {
      width: 100%;
      margin: 0 0 69px;
      padding-left: 20px; } }
  .profit-slider-item .slider-scale {
    left: 0; }
    .profit-slider-item .slider-scale:nth-child(2) {
      left: 4.16%; }
    .profit-slider-item .slider-scale:nth-child(3) {
      left: 8.32%; }
    .profit-slider-item .slider-scale:nth-child(4) {
      left: 12.48%; }
    .profit-slider-item .slider-scale:nth-child(5) {
      left: 16.64%; }
    .profit-slider-item .slider-scale:nth-child(6) {
      left: 20.8%; }
    .profit-slider-item .slider-scale:nth-child(7) {
      left: 24.96%; }
    .profit-slider-item .slider-scale:nth-child(8) {
      left: 29.12%; }
    .profit-slider-item .slider-scale:nth-child(9) {
      left: 33.28%; }
    .profit-slider-item .slider-scale:nth-child(10) {
      left: 37.44%; }
    .profit-slider-item .slider-scale:nth-child(11) {
      left: 41.6%; }
    .profit-slider-item .slider-scale:nth-child(12) {
      left: 45.76%; }
    .profit-slider-item .slider-scale:nth-child(13) {
      left: 49.92%; }
    .profit-slider-item .slider-scale:nth-child(14) {
      left: 54.08%; }
    .profit-slider-item .slider-scale:nth-child(15) {
      left: 58.24%; }
    .profit-slider-item .slider-scale:nth-child(16) {
      left: 62.4%; }
    .profit-slider-item .slider-scale:nth-child(17) {
      left: 66.56%; }
    .profit-slider-item .slider-scale:nth-child(18) {
      left: 70.72%; }
    .profit-slider-item .slider-scale:nth-child(19) {
      left: 74.88%; }
    .profit-slider-item .slider-scale:nth-child(20) {
      left: 79.04%; }
    .profit-slider-item .slider-scale:nth-child(21) {
      left: 83.2%; }
    .profit-slider-item .slider-scale:nth-child(22) {
      left: 87.6%; }
    .profit-slider-item .slider-scale:nth-child(23) {
      left: 91.52%; }
    .profit-slider-item .slider-scale:nth-child(24) {
      left: 95.68%; }
    .profit-slider-item .slider-scale:nth-child(25) {
      left: 100%; }
  .profit-slider-item .slider-description.i-1 {
    left: 0; }
  .profit-slider-item .slider-description.i-2 {
    left: 16.64%; }
  .profit-slider-item .slider-description.i-3 {
    left: 37.44%; }
  .profit-slider-item .slider-description.i-4 {
    left: 58.24%; }
  .profit-slider-item .slider-description.i-5 {
    left: 79.04%; }
  .profit-slider-item .slider-description.i-6 {
    left: 100%; }

.profit-slider-text {
  font-size: 21px;
  font-weight: 300;
  margin-bottom: 3px; }
  @media all and (max-width: 480px) {
    .profit-slider-text {
      width: 240px;
      float: left;
      margin-bottom: 39px; } }

@media all and (max-width: 480px) {
  .profit-slider {
    float: left; } }
.profit-slider .slider-holder {
  width: 600px;
  display: inline-block;
  vertical-align: middle;
  padding: 29px 0 21px;
  position: relative; }

.slider-scale {
  position: absolute;
  top: 16px;
  width: 1px;
  height: 6px;
  background: #e1e1e1; }
  .slider-scale.big {
    top: 13px;
    height: 9px; }

.slider-description {
  position: absolute;
  bottom: 0;
  font: 12px/1 "Roboto";
  text-align: center;
  width: 42px;
  margin-left: -21px;
  cursor: pointer !important;
  white-space: nowrap; }

.slider-amount-holder {
  display: inline-block;
  vertical-align: middle;
  margin-left: 36px;
  margin-top: 10px; }
  @media all and (max-width: 480px) {
    .slider-amount-holder {
      margin-left: 15px;
      margin-top: 0; } }
  .slider-amount-holder input[type=text], .slider-amount-holder input[type=email],
  .slider-amount-holder input[type=tel], .slider-amount-holder textarea {
    display: inline-block;
    vertical-align: middle;
    width: 107px;
    height: 46px;
    background: #fff;
    border: 1px solid #c4c4c4;
    border-radius: 50px;
    padding: 0 19px;
    margin: 0; }
  .slider-amount-holder span {
    display: inline-block;
    vertical-align: middle;
    margin-left: 9px; }

.profile-result-block {
  padding-top: 66px;
  padding-left: 78px;
  padding-right: 159px;
  background: #fff;
  padding-bottom: 78px; }
  @media all and (max-width: 480px) {
    .profile-result-block {
      background: none;
      padding-left: 18px; } }

.profile-result-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
  white-space: nowrap; }

.profile-result-item {
  font-size: 30px;
  font-weight: 700; }
  @media all and (max-width: 480px) {
    .profile-result-item {
      margin-bottom: 23px; } }
  .profile-result-item .text {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 11px; }

.section-circuit {
  background: url("../images/") no-repeat 50% 50% transparent;
  padding: 122px 0 0px;
  height: 1067px; }
  .section-circuit h2, .section-circuit .modal-form-title, .section-circuit .si-success-modal-title {
    margin-bottom: 55px; }
    .section-circuit h2.preline, .section-circuit .preline.modal-form-title, .section-circuit .preline.si-success-modal-title {
      padding-left: 88px;
      letter-spacing: -0.01em; }
      .section-circuit h2.preline::before, .section-circuit .preline.modal-form-title::before, .section-circuit .preline.si-success-modal-title::before {
        background-color: #000; }
  .section-circuit .circuit__item {
    position: relative;
    height: 322px;
    margin-bottom: 15px;
    padding-top: 50px; }
    .section-circuit .circuit__item .circuit__icon {
      margin-bottom: 34px; }
      .section-circuit .circuit__item .circuit__icon .circuit__image1 {
        position: absolute;
        top: 2px;
        left: 35px; }
      .section-circuit .circuit__item .circuit__icon .b10_0 {
        top: 65px;
        left: 181px;
        position: absolute; }
    .section-circuit .circuit__item .circuit__title {
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 3px;
      color: #3d3f3f; }
    .section-circuit .circuit__item .circuit__text {
      font-size: 16px;
      font-weight: 500; }
  .section-circuit .btn-holder {
    text-align: center;
    margin-top: 29px; }
    .section-circuit .btn-holder .btn {
      padding: 31px 57px;
      font-size: 14px;
      letter-spacing: 0.09em; }
  .section-circuit .b3_01 {
    position: absolute;
    top: -10px;
    left: 55px; }

.section-circuit {
  background: url("../images/") no-repeat 50% 50% transparent;
  padding: 122px 0 0px;
  height: 1067px; }
  @media all and (max-width: 480px) {
    .section-circuit {
      padding: 90px 0 0px;
      height: 1860px; } }
  .section-circuit h2, .section-circuit .modal-form-title, .section-circuit .si-success-modal-title {
    margin-bottom: 55px; }
    @media all and (max-width: 480px) {
      .section-circuit h2, .section-circuit .modal-form-title, .section-circuit .si-success-modal-title {
        margin-bottom: -6px; } }
    .section-circuit h2.preline, .section-circuit .preline.modal-form-title, .section-circuit .preline.si-success-modal-title {
      padding-left: 88px;
      letter-spacing: -0.01em; }
      .section-circuit h2.preline::before, .section-circuit .preline.modal-form-title::before, .section-circuit .preline.si-success-modal-title::before {
        background-color: #000; }
  .section-circuit .circuit__item {
    position: relative;
    height: 322px;
    margin-bottom: 15px;
    padding-top: 50px; }
    @media all and (max-width: 480px) {
      .section-circuit .circuit__item {
        height: auto;
        padding-top: 87px; } }
    .section-circuit .circuit__item .circuit__icon {
      margin-bottom: 34px; }
      .section-circuit .circuit__item .circuit__icon .circuit__image1 {
        position: absolute;
        top: 40px;
        left: 35px; }
        .section-circuit .circuit__item .circuit__icon .circuit__image1 .svg-icon {
          animation: unset; }
        @media all and (max-width: 480px) {
          .section-circuit .circuit__item .circuit__icon .circuit__image1 {
            left: 212px; } }
      @media all and (max-width: 480px) {
        .section-circuit .circuit__item .circuit__icon #item3 .b10_0 {
          top: 320px !important; } }
      .section-circuit .circuit__item .circuit__icon .b10_0 {
        top: 65px;
        left: 181px;
        position: absolute; }
        @media all and (max-width: 480px) {
          .section-circuit .circuit__item .circuit__icon .b10_0 {
            left: inherit;
            top: 266px;
            transform: rotate(90deg); } }
    .section-circuit .circuit__item .circuit__title {
      font-size: 14px;
      font-weight: 300;
      margin-bottom: 3px;
      color: #3d3f3f; }
    .section-circuit .circuit__item .circuit__text {
      font-size: 16px;
      font-weight: 500; }
      @media all and (max-width: 480px) {
        .section-circuit .circuit__item .circuit__text {
          font-size: 18px; } }
  .section-circuit .btn-holder {
    text-align: center;
    margin-top: 29px; }
    .section-circuit .btn-holder .btn {
      padding: 31px 57px;
      font-size: 14px;
      letter-spacing: 0.09em; }
  .section-circuit .b3_01 {
    position: absolute;
    top: -10px;
    left: 55px; }

.section-answers {
  background: url("../images/sec-11.png") no-repeat 106% 0% transparent;
  padding: 122px 0 111px; }
  @media all and (max-width: 480px) {
    .section-answers {
      background: #f9f9f9; } }
  .section-answers h2, .section-answers .modal-form-title, .section-answers .si-success-modal-title {
    margin-bottom: 48px;
    font-weight: 300; }
    .section-answers h2.preline, .section-answers .preline.modal-form-title, .section-answers .preline.si-success-modal-title {
      padding-left: 88px; }
      .section-answers h2.preline::before, .section-answers .preline.modal-form-title::before, .section-answers .preline.si-success-modal-title::before {
        background-color: #000; }
  .section-answers .answer-item.active .answer {
    color: #000; }
  .section-answers .answer-item .answer {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
    color: #0e71b8;
    letter-spacing: -0.01em;
    white-space: nowrap;
    cursor: pointer; }
    .section-answers .answer-item .answer span {
      font-weight: 100;
      color: #3d3f3f;
      padding-left: 38px;
      padding-right: 14px; }
      @media all and (max-width: 480px) {
        .section-answers .answer-item .answer span {
          padding-left: 20px; } }
  .section-answers .answer-item .answer-content {
    font-weight: 100;
    color: #3d3f3f;
    margin-bottom: 35px; }

.section-review {
  padding: 122px 0 111px;
  height: 837px; }
  @media all and (max-width: 480px) {
    .section-review {
      height: 960px; } }
  .section-review h2, .section-review .modal-form-title, .section-review .si-success-modal-title {
    margin-bottom: 48px;
    font-weight: 300; }
    @media all and (max-width: 480px) {
      .section-review h2, .section-review .modal-form-title, .section-review .si-success-modal-title {
        margin-bottom: 24px; } }
    .section-review h2.preline, .section-review .preline.modal-form-title, .section-review .preline.si-success-modal-title {
      padding-left: 88px; }
      .section-review h2.preline::before, .section-review .preline.modal-form-title::before, .section-review .preline.si-success-modal-title::before {
        background-color: #000; }

.review-slider-holder {
  height: 380px;
  padding-top: 22px; }
  .review-slider-holder .image-holder {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 40px;
    margin-bottom: 185px; }
    @media all and (max-width: 480px) {
      .review-slider-holder .image-holder {
        margin: 0 109px 57px; } }
    .review-slider-holder .image-holder::before {
      content: "";
      background: url("../svg/Block12.svg") no-repeat 0 0 transparent;
      width: 74px;
      height: 76px;
      position: absolute;
      top: 133px; }
  .review-slider-holder .text-holder {
    padding-top: 17px; }
    .review-slider-holder .text-holder .text-title {
      text-transform: uppercase;
      font-size: 18px;
      font-weight: 700;
      margin-bottom: 25px; }
    .review-slider-holder .text-holder .text-content {
      font-weight: 100;
      color: #3d3f3f;
      margin-bottom: 13px; }
      @media all and (max-width: 480px) {
        .review-slider-holder .text-holder .text-content {
          padding: 0 10px; } }
    .review-slider-holder .text-holder .link-holder {
      font-weight: 300;
      font-size: 14px; }
  .review-slider-holder .review-prev {
    left: 20px;
    top: 132px; }
  .review-slider-holder .review-next {
    right: -15px;
    top: 132px; }
  .review-slider-holder .review-pagination {
    bottom: -113px; }
    @media all and (max-width: 480px) {
      .review-slider-holder .review-pagination {
        position: relative;
        bottom: -40px; } }

.section-partners {
  padding: 114px 0 111px;
  height: 518px;
  background-color: #fbfbfb; }
  @media all and (max-width: 480px) {
    .section-partners {
      padding: 95px 0 111px;
      height: 500px;
      margin-bottom: 0; } }
  .section-partners h2, .section-partners .modal-form-title, .section-partners .si-success-modal-title {
    margin-bottom: 17px;
    font-weight: 300;
    font-size: 30px; }
    @media all and (max-width: 480px) {
      .section-partners h2, .section-partners .modal-form-title, .section-partners .si-success-modal-title {
        margin-bottom: 66px; } }
    .section-partners h2.preline, .section-partners .preline.modal-form-title, .section-partners .preline.si-success-modal-title {
      padding-left: 88px; }
      .section-partners h2.preline::before, .section-partners .preline.modal-form-title::before, .section-partners .preline.si-success-modal-title::before {
        background-color: #000; }

.partner-slider-holder .partner-slide {
  display: table-cell;
  width: 200px;
  height: 150px;
  vertical-align: middle;
  text-align: center; }
.partner-slider-holder .partner-prev {
  left: 109px;
  top: 72px; }
  @media all and (max-width: 480px) {
    .partner-slider-holder .partner-prev {
      left: 30px;
      top: 73px; } }
.partner-slider-holder .partner-next {
  top: 72px; }
.partner-slider-holder .review-pagination {
  bottom: 9px; }

.map-holder {
  height: 0px; }

@media all and (max-width: 480px) {
  .partner-slider-holder .swiper-slide-next {
    width: 120px !important;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; } }
@media all and (max-width: 480px) {
  .partner-slider-holder .swiper-slide-next img {
    width: 100%;
    -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; } }

.g-recaptcha {
  position: absolute;
  top: 110px; }
  @media all and (max-width: 480px) {
    .g-recaptcha {
      position: relative;
      top: 15px; } }

.phone-modal .g-recaptcha {
  position: relative;
  top: 15px; }
  @media all and (max-width: 480px) {
    .phone-modal .g-recaptcha {
      margin-left: 0; } }
  .phone-modal .g-recaptcha div:nth-child(1) {
    margin: auto; }

.section-form {
  background: no-repeat 50% 50% transparent; }
  .section-form .btn-holder {
    margin-top: 0px; }
  .section-form .btn {
    width: 300px; }
  .section-form ::-webkit-input-placeholder {
    opacity: 1;
    color: #fff; }
  .section-form :-moz-placeholder {
    opacity: 1;
    color: #fff; }
  .section-form ::-moz-placeholder {
    opacity: 1;
    color: #fff; }
  .section-form :-ms-input-placeholder {
    opacity: 1;
    color: #fff; }
  .section-form .placeholder {
    opacity: 1;
    color: #fff; }

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

.form-1 {
  background-image: url("../images/sec-2.jpg");
  background-attachment: fixed;
  padding: 80px 0 80px;
  color: #fff;
  position: relative; }
  @media all and (max-width: 480px) {
    .form-1 {
      background-image: url("../images/form1-bg-mob.jpg"); } }
  @media all and (max-width: 480px) {
    .form-1 {
      padding: 80px 0 60px; } }
  .form-1 h2, .form-1 .modal-form-title, .form-1 .si-success-modal-title {
    margin-bottom: 10px;
    font-weight: 300; }
    @media all and (max-width: 480px) {
      .form-1 h2, .form-1 .modal-form-title, .form-1 .si-success-modal-title {
        margin-bottom: 27px; } }
  .form-1 p, .form-1 ul.marked {
    font-size: 21px;
    font-weight: 100;
    margin-bottom: 58px; }
    @media all and (max-width: 480px) {
      .form-1 p, .form-1 ul.marked {
        margin-bottom: 37px; } }
  .form-1 .btn {
    padding: 23px 38px;
    letter-spacing: 0.08em; }
  .form-1 label {
    z-index: 2; }
  .form-1 .backward {
    width: 25px !important;
    height: 28px !important;
    position: absolute;
    fill: #fff;
    top: 165px;
    left: 159px; }
    @media all and (max-width: 480px) {
      .form-1 .backward {
        top: 250px;
        left: 119px; } }
  .form-1 .header_Phone {
    width: 15px !important;
    height: 20px !important;
    position: absolute;
    fill: #fff;
    top: 165px;
    left: 480px; }
    @media all and (max-width: 480px) {
      .form-1 .header_Phone {
        top: 342px;
        left: 121px; } }
  .form-1 input {
    color: #fff !important; }
  .form-1 img {
    position: absolute;
    bottom: -220px;
    right: 49px;
    z-index: -1; }
    @media all and (max-width: 480px) {
      .form-1 img {
        bottom: -172px;
        right: -49px; } }

.form-2 {
  background-image: url("../images/form2-bg.jpg");
  background-attachment: fixed;
  padding: 121px 0 125px;
  color: #fff;
  position: relative; }
  @media all and (max-width: 480px) {
    .form-2 {
      padding: 100px 0 125px;
      background-image: url("../images/form2-bg-mob.jpg"); } }
  .form-2 h2, .form-2 .modal-form-title, .form-2 .si-success-modal-title {
    margin-bottom: 10px;
    font-weight: 300; }
    @media all and (max-width: 480px) {
      .form-2 h2, .form-2 .modal-form-title, .form-2 .si-success-modal-title {
        margin-bottom: 17px; } }
  .form-2 p, .form-2 ul.marked {
    font-size: 21px;
    font-weight: 100;
    margin-bottom: 55px; }
    @media all and (max-width: 480px) {
      .form-2 p, .form-2 ul.marked {
        margin-bottom: 30px; } }
  .form-2 .btn {
    padding: 23px 38px;
    letter-spacing: 0.08em; }
  .form-2 .backward {
    width: 25px !important;
    height: 28px !important;
    position: absolute;
    top: 251px;
    left: 158px;
    fill: #fff; }
    @media all and (max-width: 480px) {
      .form-2 .backward {
        top: 270px;
        left: 119px; } }
  .form-2 .header_Phone {
    width: 15px !important;
    height: 20px !important;
    position: absolute;
    top: 255px;
    left: 479px;
    fill: #fff; }
    @media all and (max-width: 480px) {
      .form-2 .header_Phone {
        top: 363px;
        left: 121px; } }
  .form-2 input {
    color: #fff !important; }
  .form-2 .counter-wrapper {
    height: 92px;
    padding-left: 188px;
    font-size: 72px;
    font-weight: 500; }
    @media all and (max-width: 480px) {
      .form-2 .counter-wrapper {
        padding-left: 27px;
        font-size: 48px;
        height: 79px; } }
  .form-2 .counter-item {
    float: left; }
  .form-2 .counter-separator {
    float: left;
    margin: 0 27px; }
    @media all and (max-width: 480px) {
      .form-2 .counter-separator {
        margin: 0 20px; } }

.form-3 {
  background-image: url("../images/form3-bg.jpg");
  background-attachment: fixed;
  padding: 121px 0 125px;
  color: #fff;
  position: relative; }
  @media all and (max-width: 480px) {
    .form-3 {
      background-image: url("../images/form3-bg-mob.jpg"); } }
  .form-3 h2, .form-3 .modal-form-title, .form-3 .si-success-modal-title {
    margin-bottom: 10px;
    font-weight: 300; }
    @media all and (max-width: 480px) {
      .form-3 h2, .form-3 .modal-form-title, .form-3 .si-success-modal-title {
        margin-bottom: 18px; } }
  .form-3 p, .form-3 ul.marked {
    font-size: 21px;
    font-weight: 100;
    margin-bottom: 58px; }
    @media all and (max-width: 480px) {
      .form-3 p, .form-3 ul.marked {
        margin-bottom: 36px; } }
  .form-3 .btn {
    padding: 23px 28px;
    letter-spacing: 0.1em; }
  .form-3 .backward {
    width: 25px !important;
    height: 28px !important;
    position: absolute;
    top: 214px;
    left: 159px;
    fill: #fff; }
    @media all and (max-width: 480px) {
      .form-3 .backward {
        top: 261px;
        left: 119px; } }
  .form-3 .header_Phone {
    width: 15px !important;
    height: 20px !important;
    position: absolute;
    top: 218px;
    left: 480px;
    fill: #fff; }
    @media all and (max-width: 480px) {
      .form-3 .header_Phone {
        top: 353px;
        left: 121px; } }
  .form-3 input {
    color: #fff !important; }
  .form-3 .counter-wrapper {
    height: 92px;
    padding-left: 188px;
    font-size: 72px;
    font-weight: 500; }
  .form-3 .counter-item {
    float: left; }
  .form-3 .counter-separator {
    float: left;
    margin: 0 27px; }
  .form-3 img {
    z-index: -1;
    position: absolute;
    bottom: -368px;
    right: -400px; }
    @media all and (max-width: 480px) {
      .form-3 img {
        bottom: -339px;
        right: -106px; } }

.agreehref {
  margin-left: 24px;
  border-bottom: 1px solid #e6e6e6;
  box-shadow: 0 1px 0 0 #c3c4c5;
  margin-top: -0.1em;
  display: block;
  width: max-content; }
 .si-modal-bg{
    position: absolute;
    top:50%;
    left:50% !important;
    width: 820px;
    margin-left: -410px;
    padding: 50px 65px 50px 220px;
    background-color: #dde8ee;
    background-image: linear-gradient(-41deg, #dde8ee 0%, #ebf4f8 100%);
    border-radius: 5px;
    margin-top: -225px;
}
.si-modal-bg .si-close{
    width: 46px !important;
    height: 46px !important;
    background: #fff;
    border-radius: 100%;
        padding: 11px;
    top: -20px;
    right: -20px;

}
.si-modal-bg .si-close svg{
    width: 25px;
    height: 25px;
}
.si-modal__ayp-title{
    color: #000;
    font-size: 48px;
    text-align: center;
    line-height: 1.15;
    margin-bottom: 10px;
    font-weight: 400;
}
.si-modal__ayp-subtitle{
    font-size: 21px;
    text-align: center;
    line-height: 1.15;
    font-weight: 300;
    margin-bottom: 20px;
}
input[type="tel"].si-modal__ayp-input{
    width: 310px;
    height: 60px;
    background-color: #f8f9fb;
    border-radius: 30px;
    padding-left: 25px;
    border:none;
        margin-bottom: 0;
}
.si-modal__ayp-form{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.si-modal__ayp-btn{
    min-width: 200px !important;
}
.si-modal__ayp-agreement{
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
.si-modal__ayp-agreement a{
    color: #007eff;
    font-weight: 700;
    text-decoration: underline;
}
.si-modal-bg__image{
    position: absolute;
    left: -110px;
    top: -50px;
}
.cbh-phone {
    position: fixed;
    background-color: transparent;
    width: 200px;
    height: 200px;
    cursor: pointer;
    z-index: 20!important;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    -webkit-transition: visibility .5s;
    -moz-transition: visibility .5s;
    -o-transition: visibility .5s;
    transition: visibility .5s;
}
.cbh-phone--desktop{
    display: none;
}

@media screen and (min-width: 769px){
    .cbh-phone--desktop{
        display: block;
    }
    .cbh-phone--mob{
        display: none;
    }
}


.cbh-ph-circle {
width: 160px;
height: 160px;
top: 20px;
left: 20px;
position: absolute;
background-color: transparent;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border: 2px solid rgba(30,30,30,.4);
opacity: .1;
-webkit-animation: cbh-circle-anim 1.2s infinite ease-in-out;
-moz-animation: cbh-circle-anim 1.2s infinite ease-in-out;
-ms-animation: cbh-circle-anim 1.2s infinite ease-in-out;
-o-animation: cbh-circle-anim 1.2s infinite ease-in-out;
animation: cbh-circle-anim 1.2s infinite ease-in-out;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
border-color: #00aff2;
opacity: .5;
}
@-webkit-keyframes cbh-circle-anim{0%{-webkit-transform:rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity:.1}30%{-webkit-transform:rotate(0deg) scale(.7) skew(1deg);-webkit-opacity:.5}100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);-webkit-opacity:.1}}@-o-keyframes cbh-circle-anim{0%{-o-transform:rotate(0deg) kscale(0.5) skew(1deg);-o-opacity:.1}30%{-o-transform:rotate(0deg) scale(.7) skew(1deg);-o-opacity:.5}100%{-o-transform:rotate(0deg) scale(1) skew(1deg);-o-opacity:.1}}@keyframes cbh-circle-anim{0%{transform:rotate(0deg) scale(0.5) skew(1deg);opacity:.1}30%{transform:rotate(0deg) scale(.7) skew(1deg);opacity:.5}100%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.1}}@-moz-keyframes cbh-circle-fill-anim{0%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-moz-transform:rotate(0deg) -moz-scale(1) skew(1deg);opacity:.2}100%{-moz-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-webkit-keyframes cbh-circle-fill-anim{0%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-webkit-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@-o-keyframes cbh-circle-fill-anim{0%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{-o-transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{-o-transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-fill-anim{0%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}50%{transform:rotate(0deg) scale(1) skew(1deg);opacity:.2}100%{transform:rotate(0deg) scale(0.7) skew(1deg);opacity:.2}}@keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{transform:rotate(-25deg) scale(1) skew(1deg)}20%{transform:rotate(25deg) scale(1) skew(1deg)}30%{transform:rotate(-25deg) scale(1) skew(1deg)}40%{transform:rotate(25deg) scale(1) skew(1deg)}50%{transform:rotate(0deg) scale(1) skew(1deg)}100%{transform:rotate(0deg) scale(1) skew(1deg)}}@-moz-keyframes cbh-circle-img-anim{0%{transform:rotate(0deg) scale(1) skew(1deg)}10%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}30%{-moz-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-moz-transform:rotate(25deg) scale(1) skew(1deg)}50%{-moz-transform:rotate(0deg) scale(1) skew(1deg)}100%{-moz-transform:rotate(0deg) scale(1) skew(1deg)}}@-webkit-keyframes cbh-circle-img-anim{0%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}10%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}30%{-webkit-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-webkit-transform:rotate(25deg) scale(1) skew(1deg)}50%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}100%{-webkit-transform:rotate(0deg) scale(1) skew(1deg)}}@-o-keyframes cbh-circle-img-anim{0%{-o-transform:rotate(0deg) scale(1) skew(1deg)}10%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}20%{-o-transform:rotate(25deg) scale(1) skew(1deg)}30%{-o-transform:rotate(-25deg) scale(1) skew(1deg)}40%{-o-transform:rotate(25deg) scale(1) skew(1deg)}50%{-o-transform:rotate(0deg) scale(1) skew(1deg)}100%{-o-transform:rotate(0deg) scale(1) skew(1deg)}}

.cbh-ph-circle-fill {
width: 100px;
height: 100px;
top: 50px;
left: 50px;
position: absolute;
background-color: #000;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border: 2px solid transparent;
opacity: .1;
-webkit-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
-moz-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
-ms-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
-o-animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
animation: cbh-circle-fill-anim 2.3s infinite ease-in-out;
-webkit-transition: all .5s;
-moz-transition: all .5s;
-o-transition: all .5s;
transition: all .5s;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
background-color: #00aff2;
opacity: .75!important;

}
.cbh-ph-img-circle {
width: 60px;
height: 60px;
top: 70px;
left: 70px;
position: absolute;
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==);
background-color: rgba(30,30,30,.1);
background-position: center center;
background-repeat: no-repeat;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;
border: 2px solid transparent;
opacity: .7;
-webkit-animation: cbh-circle-img-anim 1s infinite ease-in-out;
-moz-animation: cbh-circle-img-anim 1s infinite ease-in-out;
-ms-animation: cbh-circle-img-anim 1s infinite ease-in-out;
-o-animation: cbh-circle-img-anim 1s infinite ease-in-out;
animation: cbh-circle-img-anim 1s infinite ease-in-out;
-webkit-transform-origin: 50% 50%;
-moz-transform-origin: 50% 50%;
-ms-transform-origin: 50% 50%;
-o-transform-origin: 50% 50%;
transform-origin: 50% 50%;
background-color: #00aff2;
}
.si-modal__mob-phone{
    width: 100%;
    padding: 15px 10px;
    background: #eaf3f8;
    text-align: center;
    border-radius: 0;
    bottom: 0;
    top: auto;
    position: absolute;
    margin: 0;            
}
.si-modal__mob-agreement{
    font-size: 12px;
    margin-top: 10px;
}
.si-modal__mob-agreement a{
    color: #007eff;
font-weight: 700;
text-decoration: underline;
}
.si-modal__mob-phone .si-close{
            top: 10px;
right: 10px;
}
.ayp_keypad{
    display: table;
    width: 100%;
}
.ayp_keypad__row{
    display: table-row;
    width: 100%;
    
}
.ayp_keypad__row:last-child{
    border-bottom: none;
}
.ayp_keypad__cel{
    width: 33%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    color: #0865ab;
    font-size: 36px;
    line-height: 1.15;
    border-right: 1px solid #cedbe1;
    border-bottom: 1px solid #cedbe1;
    background-color: #f8f9fb;
        padding: 9px 0;
}
.ayp_keypad__cel--last{
    border-bottom:none;
}
.ayp_keypad__cel:last-child{
    border-right:none;
}
.si-modal__mob-numpad{
    background-color: #f8f9fb;
    border-radius: 20px;
    margin: 10px auto;
    overflow: hidden
}
.si-modal__mob-title{
    font-size: 24px;
}
.si-modal__mob-subtitle{
    font-size: 14px;
    max-width: 300px;
    margin: 0 auto 10px auto;
}
input[type=tel].si-modal__mob-input{
    width: 234px;
    height: 40px;
    background-color: #f8f9fb;
    border-radius: 20px;
    border: none;
    font-size: 21px;
    display: inline-block;
    padding: 0 20px;
}
.si-modal__mob-input-container{
    position: relative;
}
.si-modal__mob-input-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
}




.si-phone {
    display: inline-block;
    width: 320px;
}


 @media all and (max-width: 767px) {

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

.col-offset-1-4 {
    margin-left: 0 !important;
}

.col-1-6 {
    width: 42.66%;
}
.section-heading h1 {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 60px;
    font-size: 24px;
}
.section-heading h1 span {
    font-size: 24.5px;
}

.btn-holder {
    position: relative;
    z-index: 1;
    text-align: center;
}
.mpo {
    margin: 12px 5px;
}
.form-1 .backward {
    display: none;
}
.form-1 .header_Phone {
    display: none;}
.section-advantages .advantages__item .advantages__icon {
    margin-bottom: 10px;
}
.section-advantages .advantages__item .advantages__title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 10px;
}
.section-advantages .advantages__item .advantages__text {
    font-size: 20px;line-height: 32px;
    font-weight: 100;
}
.section-advantages .advantages__item {
    position: relative;
    height: auto;
    margin-bottom: 35px;
}
#ser .preline::before {display:none;}  
.sub-headerz {
    position: relative;
    z-index: 99;
    width: 100%;
    background: #fff;
    padding: 25px;
    left: 0;
    top: 0;
    -webkit-box-shadow: 4px 6px 15px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 6px 15px -5px rgba(0,0,0,0.75);
    box-shadow: 4px 6px 15px -5px rgba(0,0,0,0.75);
}









 }
