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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

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

*:focus {
  outline: none; }

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

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

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

@font-face {
  font-family: 'Circe';
  src: url("../fonts/subset-Circe-Bold.eot");
  src: url("../fonts/subset-Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Circe-Bold.woff2") format("woff2"), url("../fonts/subset-Circe-Bold.woff") format("woff"), url("../fonts/subset-Circe-Bold.ttf") format("truetype"), url("../fonts/subset-Circe-Bold.svg#Circe-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Circe Extra';
  src: url("../fonts/subset-Circe-ExtraBold.eot");
  src: url("../fonts/subset-Circe-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Circe-ExtraBold.woff2") format("woff2"), url("../fonts/subset-Circe-ExtraBold.woff") format("woff"), url("../fonts/subset-Circe-ExtraBold.ttf") format("truetype"), url("../fonts/subset-Circe-ExtraBold.svg#Circe-ExtraBold") format("svg");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Circe Extra';
  src: url("../fonts/subset-Circe-ExtraLight.eot");
  src: url("../fonts/subset-Circe-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Circe-ExtraLight.woff2") format("woff2"), url("../fonts/subset-Circe-ExtraLight.woff") format("woff"), url("../fonts/subset-Circe-ExtraLight.ttf") format("truetype"), url("../fonts/subset-Circe-ExtraLight.svg#Circe-ExtraLight") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Circe';
  src: url("../fonts/subset-Circe-Regular.eot");
  src: url("../fonts/subset-Circe-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Circe-Regular.woff2") format("woff2"), url("../fonts/subset-Circe-Regular.woff") format("woff"), url("../fonts/subset-Circe-Regular.ttf") format("truetype"), url("../fonts/subset-Circe-Regular.svg#Circe-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Circe';
  src: url("../fonts/subset-Circe-Bold.eot");
  src: url("../fonts/subset-Circe-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Circe-Bold.woff2") format("woff2"), url("../fonts/subset-Circe-Bold.woff") format("woff"), url("../fonts/subset-Circe-Bold.ttf") format("truetype"), url("../fonts/subset-Circe-Bold.svg#Circe-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Circe';
  src: url("../fonts/subset-Circe-Light.eot");
  src: url("../fonts/subset-Circe-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Circe-Light.woff2") format("woff2"), url("../fonts/subset-Circe-Light.woff") format("woff"), url("../fonts/subset-Circe-Light.ttf") format("truetype"), url("../fonts/subset-Circe-Light.svg#Circe-Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

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

.row {
  margin-left: -16px;
  margin-right: -16px; }
  .row::before {
    content: "";
    display: table; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row.pseudo-table {
    width: calc(100% + 16px*2);
    margin: 0;
    position: relative;
    left: -16px; }
  .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: 16px;
  padding-right: 16px; }
  [class*="col-"] > *:not(.row) {
    max-width: 100%;
    float: none; }
  [class*="col-"].pseudo-table-cell {
    float: none; }

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

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

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

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

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

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

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

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

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

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

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

.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% + 16px); }

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

.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% + 16px); }

.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% + 16px); }

.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% + 16px); }

@media all and (max-width: 660px) {
  .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 + 16px); }
  .col-xs-5-6 {
    width: 83.33%; }
  .col-xs-4-6 {
    width: 66.66%; }
  .col-xs-1-2 {
    width: 50%; }
  .col-xs-1-3 {
    width: 33.33%; }
  .col-xs-1-4 {
    width: 25.00%; }
  .col-xs-1-6 {
    width: 16.66%; }
  .col-xs-offset-0 {
    margin-left: 0 !important; }
    .col-xs-offset-0.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(0 + 16px); }
  .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% + 16px); }
  .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% + 16px); } }

@-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"] .download-tribunal::after,
.hover-scale-1:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-scale-1:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: scale infinite ease-in-out 2s;
  -moz-animation: scale infinite ease-in-out 2s;
  -ms-animation: scale infinite ease-in-out 2s;
  animation: scale infinite ease-in-out 2s; }

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

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

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

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

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

@-webkit-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #f8b043, 0 0 12px 14px #f8b043; }
  to {
    box-shadow: 0 0 18px 6px rgba(248, 176, 67, 0), 0 0 4px 71px rgba(248, 176, 67, 0); } }

@-moz-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #f8b043, 0 0 12px 14px #f8b043; }
  to {
    box-shadow: 0 0 18px 6px rgba(248, 176, 67, 0), 0 0 4px 71px rgba(248, 176, 67, 0); } }

@-ms-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #f8b043, 0 0 12px 14px #f8b043; }
  to {
    box-shadow: 0 0 18px 6px rgba(248, 176, 67, 0), 0 0 4px 71px rgba(248, 176, 67, 0); } }

@keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #f8b043, 0 0 12px 14px #f8b043; }
  to {
    box-shadow: 0 0 18px 6px rgba(248, 176, 67, 0), 0 0 4px 71px rgba(248, 176, 67, 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 #f8b043;
    box-shadow: 0 0 0 3px #f8b043; } }

@-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 #f8b043;
    box-shadow: 0 0 0 3px #f8b043; } }

@-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 #f8b043;
    box-shadow: 0 0 0 3px #f8b043; } }

@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 #f8b043;
    box-shadow: 0 0 0 3px #f8b043; } }

.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 #f8b043;
    box-shadow: 0 0 0 3px #f8b043; }
  to {
    -webkit-box-shadow: 0 0 0 3px transparent;
    box-shadow: 0 0 0 3px transparent;
    border: 0 solid #f8b043; } }

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

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

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

.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"] .download-tribunal::after,
.hover-shake:hover [class*="-image"] .svg-icon:not([class*="border-"]),
.hover-shake:hover [class*="-image"] img {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: shake 1 linear 0.8s;
  -moz-animation: shake 1 linear 0.8s;
  -ms-animation: shake 1 linear 0.8s;
  animation: shake 1 linear 0.8s; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.loader-bar, .a-loader.a-loader-2 [class*="bar"] {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: loader-bar 1s linear infinite;
  -moz-animation: loader-bar 1s linear infinite;
  -ms-animation: loader-bar 1s linear infinite;
  animation: loader-bar 1s linear infinite; }

* {
  box-sizing: border-box; }

html {
  color: #383838;
  background: #fff;
  font: 16px/24px 'Circe';
  width: 100%;
  min-width: 1200px;
  max-width: 100%;
  min-height: 100% !important;
  position: relative;
  overflow-x: auto !important; }
  @media all and (max-width: 660px) {
    html {
      min-width: 640px; } }

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

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

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

h1 {
  margin: 0;
  font: 400 100px/80px 'Circe', sans-serif; }
  h1 .min {
    font: 700 36px/1px 'Circe', sans-serif;
    color: #f8b043;
    transform: translate(96px, 10px);
    display: inline-block; }

h2 {
  margin: 0;
  font: 400 60px/54px 'Circe', sans-serif;
  position: relative; }
  @media all and (max-width: 660px) {
    h2 {
      font: 400 48px/54px 'Circe', sans-serif; } }
  h2::before {
    content: '';
    width: 44px;
    height: 5px;
    background: #f8b043;
    position: absolute;
    top: 22px;
    left: -98px; }
  h2 .min {
    font: 400 30px/36px 'Circe', sans-serif;
    display: block;
    position: absolute;
    top: 200px;
    left: 384px; }
    @media all and (max-width: 660px) {
      h2 .min {
        top: 145px;
        left: 305px; } }

h3 {
  margin: 0;
  font: 400 36px/42px 'Circe', sans-serif; }
  h3 .big {
    font: 300 120px/1 'Circe', sans-serif;
    display: block;
    text-align: right;
    margin-top: 28px; }
  h3 .min {
    text-align: right;
    display: block;
    transform: translate(-10px, -20px); }

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

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

address {
  font-style: normal; }

dl {
  margin: 0;
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left; }

.float-right {
  float: right; }

.clear-left {
  clear: left; }

.clear-right {
  clear: right; }

.clear-both {
  clear: both; }

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

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

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

.hidden {
  display: none; }

.primary {
  color: #bbb; }

.accent {
  color: #f8b043; }

.offtop {
  color: #bbb; }

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

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

.primary-text {
  background: #bbb; }

.accent-text {
  background: #f8b043; }

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

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

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

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

.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: #383838;
  background: #fff;
  height: 100%;
  z-index: 9999;
  opacity: 0;
  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; }
  @media all and (max-width: 1100px) {
    .a-loader {
      display: none; } }
  .a-loader [class*="path-"] {
    will-change: transform;
    transform: translate3d(0, 0, 0);
    -webkit-animation: logo-appear ease-in-out both 0.8s;
    -moz-animation: logo-appear ease-in-out both 0.8s;
    -ms-animation: logo-appear ease-in-out both 0.8s;
    animation: logo-appear ease-in-out both 0.8s; }
  .a-loader .path-1 {
    -webkit-animation-delay: 0;
    -o-animation-delay: 0;
    -moz-animation-delay: 0;
    animation-delay: 0; }

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

@-webkit-keyframes logo-appear {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

@-moz-keyframes logo-appear {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

@-ms-keyframes logo-appear {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

@keyframes logo-appear {
  0% {
    opacity: .2; }
  100% {
    opacity: 1; } }

::-webkit-input-placeholder {
  opacity: 1;
  color: #383838; }

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

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

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

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

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

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

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

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

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

input[type=text].si-error, .hover-shake:hover [class*="-image"] input.icon[type=text], .hover-shake:hover [class*="-image"] input.icon[type=email], .hover-shake:hover [class*="-image"] input.si-close[type=email], .hover-shake:hover [class*="-image"] input.si-close-popup[type=email], .hover-shake:hover [class*="-image"] input.download-tribunal[type=email]::after,
.hover-shake:hover [class*="-image"] input.icon[type=tel], .hover-shake:hover [class*="-image"] input.si-close[type=tel], .hover-shake:hover [class*="-image"] input.si-close-popup[type=tel], .hover-shake:hover [class*="-image"] input.download-tribunal[type=tel]::after, .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"] textarea.download-tribunal::after, .hover-shake:hover [class*="-image"] input.si-close[type=text], .hover-shake:hover [class*="-image"] input.si-close-popup[type=text], .hover-shake:hover [class*="-image"] input.download-tribunal[type=text]::after,
.hover-shake:hover [class*="-image"] input.svg-icon[type=text]:not([class*="border-"]), .hover-shake:hover [class*="-image"] input.svg-icon:not([class*="border-"])[type=email],
.hover-shake:hover [class*="-image"] input.svg-icon:not([class*="border-"])[type=tel], .hover-shake:hover [class*="-image"] textarea.svg-icon:not([class*="border-"]), input.si-error[type=email],
input.si-error[type=tel], textarea.si-error {
  color: #cb0707 !important;
  border-color: #cb0707 !important; }

label {
  cursor: pointer !important;
  position: relative;
  display: inline-block;
  margin: 18px 0 0 30px; }
  label span {
    display: inline-block;
    font: 400 18px/22px 'Circe', sans-serif;
    color: #575756;
    margin: 4px 0 0 32px; }
    @media all and (max-width: 660px) {
      label span {
        font: 400 24px/33px 'Circe', sans-serif;
        margin: 4px 0 0 52px; } }

input[type=text], input[type=email],
input[type=tel], textarea {
  -webkit-appearance: none;
  display: block;
  color: #575756 !important;
  width: 100%;
  background: no-repeat #fff;
  border: 1px solid #ebebeb;
  padding: 18px 27px;
  margin-bottom: 32px;
  font: 400 18px/1 'Circe', sans-serif; }
  @media all and (max-width: 660px) {
    input[type=text], input[type=email],
    input[type=tel], textarea {
      font: 400 24px/1 'Circe', sans-serif;
      padding: 22px 27px; } }

.user-data {
  position: relative;
  margin-bottom: 40px; }
  .user-data > span {
    font: 400 18px/1 'Circe', sans-serif;
    text-transform: uppercase;
    margin-bottom: 14px;
    display: block; }
    @media all and (max-width: 660px) {
      .user-data > span {
        font: 400 24px/1 'Circe', sans-serif;
        margin-bottom: 12px; } }

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

.ani-input-holder {
  margin-bottom: 16px; }
  .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 {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: transparent;
  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: 10px !important;
  height: 10px !important;
  background: #f8b043 !important;
  border-radius: 50% !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-checkbox.focused, .focused.jq-radio {
  border: 1px solid #c3c3c3; }

.jq-radio {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  background: transparent; }
  @media all and (max-width: 660px) {
    .jq-radio {
      width: 30px;
      height: 30px; } }

.jq-radio__div {
  width: 10px !important;
  height: 10px !important;
  background: #f8b043 !important;
  border-radius: 50% !important; }
  @media all and (max-width: 660px) {
    .jq-radio__div {
      width: 14px !important;
      height: 14px !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: #383838 !important;
    background: #f0f0f0 !important; }
    .jq-selectbox li:hover, .jq-selectbox li:active, .jq-selectbox li.selected {
      background: #bbb !important; }

.jq-selectbox__select {
  display: block;
  width: 100%;
  font: 400 18px/28px 'Circe', sans-serif;
  color: #575756;
  height: 64px;
  padding: 18px 35px 0 27px;
  border: 1px solid #ececec !important;
  border-radius: 0;
  background: #fff !important;
  box-shadow: none !important;
  text-shadow: none !important; }
  @media all and (max-width: 660px) {
    .jq-selectbox__select {
      font: 400 24px/1 'Circe', sans-serif;
      height: 82px;
      padding: 28px 35px 0 27px; } }

.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: 20px;
  width: 30px;
  height: 30px;
  background: url("../images/arrow-down.png") no-repeat 50% 50% transparent;
  border: 0 !important; }
  .jq-selectbox__trigger::before {
    content: '';
    height: 36px;
    width: 1px;
    background: #ececec;
    position: absolute;
    top: -2px;
    right: 52px; }

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

.jq-selectbox__dropdown {
  font: 400 18px/28px 'Circe', sans-serif;
  color: #575756;
  width: 100%;
  height: auto !important;
  border: none !important;
  border-radius: 0;
  box-shadow: none !important;
  text-shadow: none !important;
  top: 100% !important;
  bottom: auto !important;
  z-index: -1 !important; }

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

.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  border: 0;
  text-decoration: none !important;
  text-align: left;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  font: 400 24px/1 'Circe', sans-serif;
  color: #363636 !important;
  background: #f8b043;
  padding: 29px 0 21px 88px; }
  @media all and (max-width: 660px) {
    .btn {
      font: 400 30px/1 'Circe', sans-serif;
      padding: 33px 0 28px 108px; } }
  .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: #cd7f08; }
    .btn:hover span, .btn:active span {
      color: #fff;
      opacity: 1; }
    .btn:hover .cls-1, .btn:active .cls-1 {
      fill: #fff; }
  .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 span {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: block;
    font: 300 14px/1 'Circe', sans-serif;
    color: #000;
    opacity: 0.5;
    margin-left: 2px; }
    @media all and (max-width: 660px) {
      .btn span {
        font: 300 18px/1 'Circe', sans-serif; } }
  .btn svg {
    position: absolute;
    left: 40px;
    top: 32px; }
    @media all and (max-width: 660px) {
      .btn svg {
        top: 38px;
        left: 52px; } }

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

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

.btn-tribunal {
  font: 400 18px/1 'Circe', sans-serif;
  width: 375px;
  padding-top: 35px;
  padding-bottom: 35px;
  margin-left: 96px; }
  @media all and (max-width: 660px) {
    .btn-tribunal {
      width: 100%;
      margin-left: 0;
      font: 400 30px/1 'Circe', sans-serif;
      padding-top: 39px;
      padding-bottom: 39px;
      padding-left: 126px; } }
  @media all and (max-width: 660px) {
    .btn-tribunal svg {
      left: 66px; } }

.btn-order {
  font: 400 18px/1 'Circe', sans-serif;
  width: 340px;
  padding-top: 35px;
  padding-bottom: 35px;}
  @media all and (max-width: 660px) {
    .btn-order {
      width: 100%;
      margin-left: 0;
      font: 400 30px/1 'Circe', sans-serif;
      padding-top: 39px;
      padding-bottom: 39px;
      padding-left: 126px; } }
  @media all and (max-width: 660px) {
    .btn-order svg {
      left: 66px; } }

.btn-callback {
  width: 166px;
  text-align: center;
  font: 400 14px/1 'Circe', sans-serif;
  padding: 12px 0; }
  @media all and (max-width: 660px) {
    .btn-callback {
      font: 400 20px/1 'Circe', sans-serif;
      padding: 14px 0;
      width: 208px; } }

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

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

.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, .download-tribunal::after {
  display: inline-block;
  overflow: hidden;
  position: relative;
  vertical-align: middle; }

.icon-zoom, .download-tribunal::after {
  display: inline-block;
  background: url("../images/icon-zoom.png") no-repeat 50% 50%;
  width: 40px;
  height: 40px; }

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

.logotype {
  -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: 200px;
  height: 71px; }
  .logotype .st0 {
    fill: #F8B143; }
  .logotype .st1 {
    fill: #FFFFFF; }

.phone-icon {
  width: 10px;
  height: 10px; }
  @media all and (max-width: 660px) {
    .phone-icon {
      width: 20px;
      height: 20px; } }
  .phone-icon .cls-1 {
    fill: #eee;
    fill-rule: evenodd; }

.list-icon {
  width: 25px;
  height: 25px; }
  @media all and (max-width: 660px) {
    .list-icon {
      width: 40px;
      height: 40px; } }
  .list-icon .cls-1 {
    -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;
    fill: #383838;
    fill-rule: evenodd; }

.city-bg {
  min-width: 1140px; }
  .city-bg path {
    opacity: 0.5;
    fill: #f3f0eb; }
  .city-bg .st0 {
    fill: none; }
  .city-bg .st1 {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10; }
  .city-bg .st2 {
    fill: none;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10; }

.float-form-1 .float-form {
  width: 450px; }
  .float-form-1 .float-form .st0 {
    opacity: 0.5;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #F3F0EB;
    enable-background: new; }

.float-form-2 .float-form {
  width: 243px; }
  .float-form-2 .float-form .st0 {
    fill: #f3f0eb;
    fill-rule: evenodd; }

.float-form-3 .float-form {
  width: 319px; }
  .float-form-3 .float-form .st0 {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #F3F0EB;
    enable-background: new; }

.float-form-4 .float-form {
  width: 759px; }
  .float-form-4 .float-form .st0 {
    opacity: 0.5;
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #F3F0EB;
    enable-background: new; }

.arrows-pic {
  width: 600px; }
  @media all and (max-width: 660px) {
    .arrows-pic {
      width: 240px; } }
  .arrows-pic .st0 {
    fill: #F8B043; }

.arrow-right {
  width: 7px;
  height: 10px; }
  .arrow-right .cls-1 {
    fill: #000;
    fill-rule: evenodd; }

.people {
  width: 55px;
  height: 55px; }
  .people .cls-1 {
    fill: #383838;
    fill-rule: evenodd; }

.tribunal {
  width: 70px; }
  .tribunal .st0 {
    fill: #F8B143; }
  .tribunal .st1 {
    fill: #505050; }
  .tribunal .st2 {
    fill: #383838; }

.icon-tribunal {
  width: 25px;
  height: 25px; }
  @media all and (max-width: 660px) {
    .icon-tribunal {
      width: 38px;
      height: 38px; } }
  .icon-tribunal .cls-1 {
    -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;
    fill: #383838;
    fill-rule: evenodd; }

.icon-slide {
  -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: 14px;
  height: 17px;
  transform: translateY(-10px);
  opacity: 0; }
  .icon-slide.active {
    transform: translateY(0px);
    opacity: 1; }
  .icon-slide .cls-1 {
    fill: #f8b043;
    fill-rule: evenodd; }

.phone-btn {
  width: 25px;
  height: 25px; }
  @media all and (max-width: 660px) {
    .phone-btn {
      width: 38px;
      height: 38px; } }
  .phone-btn .cls-1 {
    -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;
    fill: #363636;
    fill-rule: evenodd; }

.mail {
  width: 10px;
  height: 8px; }
  @media all and (max-width: 660px) {
    .mail {
      width: 14px;
      height: 12px; } }
  .mail .cls-1 {
    fill: #383838;
    fill-rule: evenodd; }

.location {
  width: 10px;
  height: 12px; }
  @media all and (max-width: 660px) {
    .location {
      width: 14px;
      height: 16px; } }
  .location .cls-1 {
    fill: #383838;
    fill-rule: evenodd; }

.float-form-5 {
  width: 307px;
  height: 627px; }
  .float-form-5 .cls-1 {
    fill: #f8b043;
    fill-rule: evenodd; }

.float-form-icon .cls-1 {
  fill: #f8b043;
  fill-rule: evenodd; }

.float-form-9 {
  width: 140px;
  height: 347px; }
  .float-form-9 .cls-1 {
    fill: #f8b043;
    fill-rule: evenodd; }

.man {
  width: 30px;
  height: 55px; }
  .man .cls-1 {
    fill: #383838;
    fill-rule: evenodd; }

.list {
  width: 62px;
  height: 55px; }
  .list .cls-1 {
    fill: #383838;
    fill-rule: evenodd; }

.layout-header {
  -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;
  bottom: auto;
  z-index: 50;
  padding-top: 52px;
  color: #e3e0da; }
  @media all and (max-width: 660px) {
    .layout-header {
      padding-top: 34px;
      position: absolute !important; } }
    .layout-header.active {
      padding-top: 5px;
      background: rgba(0, 0, 0, 0.8);
      height: 60px;
    }
  
    @media all and (max-width: 660px) {
      .layout-header.active {
        padding-top: 34px;
        background: transparent;
      }
    }
  
    .layout-header.active .logotype {
      width: 107px;
      height: 40px;
      margin-top: 4px;
    }
  
    @media all and (max-width: 660px) {
      .layout-header.active .logotype {
        width: 200px;
        height: 71px;
      }
    }
  
    .layout-header.active .logo-text {
      transform: scaleY(0);
      opacity: 0;
    }
  
    @media all and (max-width: 660px) {
      .layout-header.active .logo-text {
        opacity: 1;
      }
    }
  
    .layout-header.active .global-nav {
      margin: 14px 0 0;
    }
  
    .layout-header.active .si-phone {
      margin: 14px 16px 0 0;
    }
  
    @media all and (max-width: 660px) {
      .layout-header.active .si-phone {
        margin: 50px 16px 0 0;
      }
    }
  
    .layout-header .si-phone {
      margin: 50px 16px 0 0;
    }
  
    @media all and (max-width: 660px) {
      .layout-header .si-phone .phone-link {
        transform: translateX(-69px);
      }
    }
  
    @media all and (max-width: 660px) {
      .layout-header .si-phone .phone-link .icon-phone {
        left: -70px;
        background: url("../images/phone-icon-mob.png") no-repeat 50% 50%;
      }
    }
  
    .layout-header a,
    .layout-header .underline,
    .layout-header .dashed,
    .layout-header .dotted {
      color: #e3e0da;
    }
  
    .layout-header a:hover,
    .layout-header .underline:hover,
    .layout-header .dashed:hover,
    .layout-header .dotted:hover {
      color: #f8b043;
    }

.logo {
  display: inline-block; }
  .logo .logo-text {
    -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: 400 16px/20px 'Circe', sans-serif;
    display: block;
    margin-top: 14px;
    position: absolute;
  }
  .logo img {
    display: block; }

.si-phone {
  -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; }
  .si-phone .si-phone-text {
    margin-bottom: 0px; }
  .si-phone .phone-link {
    display: block;
    margin-bottom: 0px;
    font: 400 24px/1 'Circe', sans-serif;
    position: relative;
    letter-spacing: 1px; }
    .si-phone .phone-link .icon-phone {
      -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: 32px;
      height: 32px;
      display: inline-block;
      background: url("../images/phone-icon.png") no-repeat 50% 50%;
      border: 1px solid #f8b043;
      border-radius: 50%;
      position: absolute;
      left: -50px;
      top: -6px; }
      @media all and (max-width: 660px) {
        .si-phone .phone-link .icon-phone {
          width: 57px;
          height: 57px;
          left: -150px;
          top: -20px; } }
    @media all and (max-width: 660px) {
      .si-phone .phone-link span.quon_phone {
        display: none; } }

.global-nav {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin: 52px 0 0;
  padding: 0; }
  .global-nav li {
    list-style-type: none;
    margin-right: 24px;
    display: inline-block; }
    .global-nav li:first-child {
      margin-left: 12px; }
  .global-nav a, .global-nav .underline, .global-nav .dashed, .global-nav .dotted {
    font: 400 14px/1 'Circe', sans-serif;
    text-transform: uppercase; }

.c-hamburger {
  -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;
  width: 86px;
  height: 78px;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 200;
  position: fixed;
  top: 55px;
  right: 27px;
  border: none; }
  .c-hamburger.active {
    background: #f8b043; }
  .c-hamburger span {
    display: block;
    position: absolute;
    top: 36px;
    left: 18px;
    right: 18px;
    height: 4px;
    background: #fff; }
    .c-hamburger span::before, .c-hamburger span::after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 4px;
      background-color: #fff;
      content: ""; }
    .c-hamburger span::before {
      top: -12px; }
    .c-hamburger span::after {
      bottom: -12px; }

.c-hamburger-line {
  background-color: transparent; }
  .c-hamburger-line span {
    transition: background 0s .3s; }
    .c-hamburger-line span::before, .c-hamburger-line span::after {
      transition-duration: 0.3s, 0.3s;
      transition-delay: 0.3s, 0s; }
    .c-hamburger-line span::before {
      transition-property: top, transform; }
    .c-hamburger-line span::after {
      transition-property: bottom, transform; }
  .c-hamburger-line.is-active {
    background-color: #f8b043; }
    .c-hamburger-line.is-active span {
      background: none; }
      .c-hamburger-line.is-active span::before {
        top: 0;
        transform: rotate(45deg); }
      .c-hamburger-line.is-active span::after {
        bottom: 0;
        transform: rotate(-45deg); }
      .c-hamburger-line.is-active span::before, .c-hamburger-line.is-active span::after {
        transition-delay: 0s, 0.3s; }

.mobile-nav {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: fixed !important;
  opacity: 0;
  z-index: -100; }
  .mobile-nav.active {
    opacity: 1; }
  .mobile-nav.visible {
    z-index: 150; }
  .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;
      margin-bottom: 36px; }
    .mobile-nav ul.nav a, .mobile-nav ul.nav .underline, .mobile-nav ul.nav .dashed, .mobile-nav ul.nav .dotted {
      font: 600 24px/1 'Circe';
      width: auto;
      color: #383838 !important;
      position: relative; }
      .mobile-nav ul.nav a:hover, .mobile-nav ul.nav .underline:hover, .mobile-nav ul.nav .dashed:hover, .mobile-nav ul.nav .dotted:hover {
        color: #f8b043 !important; }
        .mobile-nav ul.nav a:hover::before, .mobile-nav ul.nav .underline:hover::before, .mobile-nav ul.nav .dashed:hover::before, .mobile-nav ul.nav .dotted:hover::before {
          width: 100%;
          left: 0; }
      .mobile-nav ul.nav a::before, .mobile-nav ul.nav .underline::before, .mobile-nav ul.nav .dashed::before, .mobile-nav ul.nav .dotted::before {
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        content: '';
        width: 0;
        height: 2px;
        background: #f8b043;
        position: absolute;
        bottom: -4px;
        left: 50%; }

.layout-footer {
  padding: 60px 0 70px; }
  @media all and (max-width: 660px) {
    .layout-footer {
      padding: 46px 0 70px; } }
  .layout-footer .si-phone {
    padding-top: 40px; }
    .layout-footer .si-phone .phone-link {
      font: 400 24px/1 'Circe', sans-serif;
      color: #383838;
      display: inline-block;
      margin-bottom: 10px; }
      @media all and (max-width: 660px) {
        .layout-footer .si-phone .phone-link {
          margin-bottom: 20px; 
        }
      }
      .layout-footer .si-phone .phone-link .icon-phone {
        background: url("../images/phone-icon-dark.png") no-repeat 50% 50%; }
        @media all and (max-width: 660px) {
          .layout-footer .si-phone .phone-link .icon-phone {
            background: url("../images/phone-icon-dark-mob.png") no-repeat 50% 50%; 
            } }
      @media all and (max-width: 660px) {
        .layout-footer .si-phone .phone-link span.quon_phone {
          display: block; } }
      @media all and (max-width: 660px) {
        .layout-footer .si-phone .phone-link .icon-phone {
          left: -78px; } }
    .layout-footer .si-phone .cls-1 {
      fill: #383838; }
  .layout-footer .logo {
    color: #575756; }
    .layout-footer .logo:hover {
      color: #f8b043; }
  .layout-footer .logotype {
    width: 200px; }
    .layout-footer .logotype .st1 {
      fill: #565655; }
  @media all and (max-width: 660px) {
    .layout-footer .copyright-block {
      text-align: left !important;
      margin-top: 20px; } }

.info-company {
  font: 400 16px/1 'Circe', sans-serif;
  color: #383838;
  display: inline-block;
  margin-left: 102px; }
  @media all and (max-width: 660px) {
    .info-company {
      margin: 44px 0 0 !important;
      width: 50%;
      float: left !important;
      padding-left: 56px;
      position: relative;
      font: 400 18px/1 'Circe', sans-serif; } }
  .info-company:hover {
    color: #f8b043; }
  .info-company.mail-link {
    margin-top: 34px; }
    @media all and (max-width: 660px) {
      .info-company.mail-link {
        margin-top: 0; } }
  .info-company .icon-link {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #f8b043;
    text-align: center;
    padding-top: 7px;
    border-radius: 50%;
    margin-right: 18px; }
    @media all and (max-width: 660px) {
      .info-company .icon-link {
        position: absolute;
        left: 0;
        top: -12px;
        width: 46px;
        height: 46px;
        padding-top: 11px; } }
  .info-company .border {
    display: inline-block;
    border-bottom: 1px solid #c7c7c7; }

.copyright-holder {
  margin-top: 32px;
  font: 300 14px/20px 'Circe', sans-serif;
  color: #575756; }
  @media all and (max-width: 660px) {
    .copyright-holder {
      font: 300 16px/23px 'Circe', sans-serif;
      margin-top: 40px; } }
  .copyright-holder p, .copyright-holder ul.marked {
    margin-bottom: 4px; }
  .copyright-holder a, .copyright-holder .underline, .copyright-holder .dashed, .copyright-holder .dotted {
    color: #575756;
    display: inline-block;
    border-bottom: 1px solid #575756; }
    .copyright-holder a:hover, .copyright-holder .underline:hover, .copyright-holder .dashed:hover, .copyright-holder .dotted:hover {
      color: #f8b043; }

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

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

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

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

.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: #383838;
  background: #fff;
  padding: 112px 96px 126px;
  width: 1120px;
  margin: 50px auto; }
  @media all and (max-width: 660px) {
    .si-modal, .si-success-modal {
      width: 580px;
      padding: 112px 30px 100px; } }
  .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: 6px; }
  .si-modal .btn, .si-success-modal .btn {
    min-width: 300px;
    width: 412px;
    margin: 0 auto;
    display: block; }
    @media all and (max-width: 660px) {
      .si-modal .btn, .si-success-modal .btn {
        width: 100%; } }

.modal-form-title, .si-success-modal-title {
  margin-bottom: 32px;
  font: 400 60px/1 'Circle', sans-serif;
  text-align: center; }
  @media all and (max-width: 660px) {
    .modal-form-title, .si-success-modal-title {
      font: 400 48px/1 'Circle', sans-serif; } }

.modal-time, .success-time {
  margin-bottom: 72px;
  font: 300 24px/30px 'Circle', sans-serif;
  text-align: center;
  color: #575756; }

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

.si-success-modal {
  padding: 82px 86px 26px;
  width: 600px; }
  @media all and (max-width: 660px) {
    .si-success-modal {
      width: 540px;
      margin: 50px auto; } }
  .si-success-modal strong {
    display: block; }

.success-block {
  width: 100%;
  height: 100vh; }

.success-content {
  width: 600px;
  position: absolute;
  left: calc(50% - 300px);
  top: calc(50% - 100px); }
  .success-content .close-block {
    position: absolute;
    right: calc(50% - 16px);
    top: -100px; }

    .modal-content {
      position: relative;
      width: 100%;
      background: #fff;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      overflow: hidden;
  }
  
  .modal-close {
      position: absolute;
      top: 10px;
      right: 10px;
      background: #f00;
      color: #fff;
      padding: 10px 15px;
      border: none;
      border-radius: 5px;
      cursor: pointer;
      z-index: 10;
      text-decoration: none;
  }
  
  .modal-doc-img {
      display: block;
      max-width: 100%;
      max-height: 72vh;
      width: auto;
      height: auto;
  }

  .modal-download {
      display: inline-block;
      margin-top: 20px;
      font: 400 18px/1 'Circe', sans-serif;
      color: #f8b043;
      border-bottom: 1px solid #f8b043;
      text-decoration: none;
  }

.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: #f8b043;
  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: fixed url("../images/heading-bg.jpg") no-repeat 50% 50% transparent;
  background-size: cover;
  padding: 268px 0 246px;
  position: relative;
  overflow: hidden;
  color: #f3f0eb; }
  @media all and (max-width: 660px) {
    .section-heading {
      padding: 196px 0 126px; } }
  .section-heading::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    background: url("../images/heading-overlay.png") no-repeat 50% 50%;
    background-size: cover; }
  .section-heading h1 {
    margin-bottom: 22px;
    position: relative; }
    .section-heading h1::before {
      content: '';
      background: url("../images/arrow-h1-down.png") no-repeat;
      width: 286px;
      height: 147px;
      position: absolute;
      right: -10px;
      top: -15px; }

.h1-subtitle {
  font: 400 30px/36px 'Circe', sans-serif; }

.h1-checklist {
  margin: 28px 0 0;
  padding: 0;
  list-style: none;
  font: 400 22px/30px 'Circe', sans-serif; }
  .h1-checklist li {
    display: inline-block;
    position: relative;
    padding-left: 30px;
    margin-right: 36px; }
    .h1-checklist li::before {
      content: '✓';
      position: absolute;
      left: 0;
      color: #f8b043;
      font-weight: 700; }

.item-heading {
  position: relative;
  margin: 46px 0 64px 50px; }
  @media all and (max-width: 660px) {
    .item-heading {
      display: inline-block;
      width: 174px;
      float: left;
      vertical-align: top;
      margin: 76px 0 0 106px; } }
  @media all and (max-width: 660px) {
    .item-heading.i-2 {
      margin-left: 24px; } }
  .item-heading sup {
    font: 700 48px/1 'Circe', sans-serif; }
  .item-heading .heading-title {
    font: 700 48px/1 'Circe', sans-serif;
    margin-bottom: 5px; }
    .item-heading .heading-title .num {
      font: 800 80px/50px 'Circe Extra', sans-serif;
      margin-left: 20px; }
  .item-heading p, .item-heading ul.marked {
    font: 400 24px/1 'Circe', sans-serif; }
  .item-heading span {
    font: 400 18px/1 'Circe', sans-serif;
    position: absolute;
    top: 14px;
    left: -8px;
    transform: rotate(-90deg);
    display: inline-block;
    border-bottom: 2px solid #f3f0eb; }

.section-clients {
  background: #f4f4f4;
  padding: 64px 0 56px; }
  @media all and (max-width: 660px) {
    .section-clients {
      padding: 48px 0 40px; } }
  .section-clients .clients-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px 32px;
    margin-bottom: 40px; }
  .section-clients .clients-label {
    font: 700 14px/1 'Circe', sans-serif;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #9b9b9b; }
  .section-clients .clients-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 28px 48px; }
    @media all and (max-width: 660px) {
      .section-clients .clients-row {
        justify-content: flex-start;
        gap: 20px 32px; } }
    .section-clients .clients-row img {
      height: 48px;
      width: auto;
      filter: grayscale(1);
      opacity: .7;
      transition: all .3s ease-in-out; }
      @media all and (max-width: 660px) {
        .section-clients .clients-row img {
          height: 36px; } }
      .section-clients .clients-row img:hover {
        filter: none;
        opacity: 1; }
    .section-clients .clients-row .logo-chayka {
      height: 40px; }
      @media all and (max-width: 660px) {
        .section-clients .clients-row .logo-chayka {
          height: 30px; } }
    .section-clients .clients-row .clients-wordmark {
      font: 700 28px/1 'Circe', sans-serif;
      color: #383838;
      opacity: .7; }
    .section-clients .clients-row .clients-alfa {
      display: inline-flex;
      align-items: center;
      gap: 12px;
      font-size: 24px; }
      .section-clients .clients-row .clients-alfa img {
        height: 40px; }
        @media all and (max-width: 660px) {
          .section-clients .clients-row .clients-alfa img {
            height: 32px; } }
    .section-clients .clients-letters {
      display: flex;
      align-items: center;
      gap: 16px;
      text-decoration: none; }
      .section-clients .clients-letters .letters-stack {
        position: relative;
        width: 78px;
        height: 70px;
        flex-shrink: 0; }
        .section-clients .clients-letters .letters-stack img {
          position: absolute;
          top: 2px;
          width: 46px;
          height: 62px;
          object-fit: cover;
          object-position: top;
          border: 1px solid #eaeced;
          border-radius: 3px;
          background: #fff;
          box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
          opacity: 1;
          transition: transform .3s ease-in-out; }
        .section-clients .clients-letters .letters-stack img:nth-child(1) {
          left: 0;
          transform: rotate(-6deg); }
        .section-clients .clients-letters .letters-stack img:nth-child(2) {
          left: 16px;
          top: 0;
          transform: rotate(1deg);
          z-index: 1; }
        .section-clients .clients-letters .letters-stack img:nth-child(3) {
          left: 32px;
          transform: rotate(7deg); }
      .section-clients .clients-letters .letters-note {
        font: 400 15px/1.35 'Circe', sans-serif;
        color: #575756; }
        .section-clients .clients-letters .letters-note b {
          color: #383838;
          transition: color .3s ease-in-out; }
      .section-clients .clients-letters:hover .letters-stack img:nth-child(1) {
        transform: rotate(-11deg) translateX(-4px); }
      .section-clients .clients-letters:hover .letters-stack img:nth-child(3) {
        transform: rotate(12deg) translateX(4px); }
      .section-clients .clients-letters:hover .letters-note b {
        color: #f8b043; }

.section-guarantee {
  background: url("../images/guarantee-bg.png") no-repeat 0% 80% transparent;
  padding: 224px 0 100px; }
  @media all and (max-width: 660px) {
    .section-guarantee {
      padding: 95px 0 100px;
      background-position: 100% 0%; } }
  .section-guarantee h3 {
    width: 580px;
    margin: 0 0 0 384px; }
    @media all and (max-width: 660px) {
      .section-guarantee h3 {
        margin: 0 0 70px;
        width: auto; } }

.guarantee-image-block {
  text-align: center;
  position: relative;
  transform: translateY(-60px); }
  .guarantee-image-block svg {
    position: absolute;
    top: 144px;
    left: 20px; }
    @media all and (max-width: 660px) {
      .guarantee-image-block svg {
        top: 50px;
        left: -25px; } }

.guarantee-content h3 {
  position: relative;
  margin: 114px 0 22px;
  line-height: 1; }
  @media all and (max-width: 660px) {
    .guarantee-content h3 {
      margin: 0 0 0 30px; } }
  .guarantee-content h3::before {
    content: '';
    width: 64px;
    height: 2px;
    background: #383838;
    position: absolute;
    top: 20px;
    right: 30px; }

.guarantee-content p, .guarantee-content ul.marked {
  color: #575756;
  font: 300 20px/28px 'Circe', sans-serif; }
  @media all and (max-width: 660px) {
    .guarantee-content p, .guarantee-content ul.marked {
      margin: 0 0 0 30px; } }

.section-advantages {
  background: url("../images/advantages-bg.png") no-repeat 50% 0% transparent;
  padding: 34px 0 182px; }
  @media all and (max-width: 660px) {
    .section-advantages {
      padding: 34px 0 100px;
      background: url("../images/advantages-bg-mob.png") no-repeat 0% 109% transparent; } }
  .section-advantages h2 {
    margin-bottom: 50px; }
    @media all and (max-width: 660px) {
      .section-advantages h2 {
        margin-bottom: 38px; } }
  .section-advantages h3 {
    position: relative;
    margin: 100px 0 34px; }
    @media all and (max-width: 660px) {
      .section-advantages h3 {
        margin: 88px 0 24px; } }
    .section-advantages h3 svg {
      position: absolute;
      left: -116px;
      top: 6px; }
      @media all and (max-width: 660px) {
        .section-advantages h3 svg {
          left: -100px;
          top: 20px; } }
  .section-advantages h3,
  .section-advantages .h3-subtitle {
    margin-left: 212px; }
    @media all and (max-width: 660px) {
      .section-advantages h3,
      .section-advantages .h3-subtitle {
        margin-left: 172px; } }
  @media all and (max-width: 660px) {
    .section-advantages .h3-subtitle {
      margin-left: 72px; } }

.list-slider {
  width: 350px;
  display: inline-block;
  margin: 54px 0 0 96px;
  padding: 0; }
  .list-slider .choice-item {
    list-style-type: none;
    cursor: pointer;
    position: relative;
    font: 400 24px/30px 'Circe', sans-serif;
    border-bottom: 1px solid #ebe8e4;
    padding: 0 0 32px 60px;
    margin-bottom: 36px; }
    .list-slider .choice-item.active .arrow-right-wrapper {
      background: #f8b043; }
    .list-slider .choice-item .arrow-right-wrapper {
      -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: 26px;
      height: 26px;
      border: 2px solid #f8b043;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: calc(50% - 30px);
      left: 0; }

.image-holder {
    width: 350px; /* Устанавливаем ширину для блока изображения */
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; /* Если изображение больше блока */
}

.holder-advantages-slider {
  width: 350px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-left: 96px; }
  @media all and (max-width: 660px) {
    .holder-advantages-slider {
      margin-left: 70px;
      width: 420px; } }
  .holder-advantages-slider .icon-house {
    width: 136px;
    height: 180px;
    background: url("../images/icon-house.png") no-repeat 50% 50%;
    display: inline-block;
    position: relative;
    margin-bottom: 44px; }
    .holder-advantages-slider .icon-house svg {
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto; }

.advantages-slider .swiper-slide {
  font: 300 20px/28px 'Circe', sans-serif; }
  @media all and (max-width: 660px) {
    .advantages-slider .swiper-slide {
      font: 300 24px/30px 'Circe', sans-serif;
      margin-bottom: 50px; } }

.advantages-slider .advantages-title {
  font: 400 30px/35px 'Circe', sans-serif;
  margin: 50px 0 20px; }

.advantages-pagination {
  width: 830px;
  height: 5px;
  background: #f3f0eb;
  left: 232px;
  margin-top: 28px; }
  @media all and (max-width: 660px) {
    .advantages-pagination {
      width: 100%;
      left: 0; } }
  .advantages-pagination .swiper-pagination-progressbar-fill {
    background: #f8b043; }

.h3-subtitle {
  font: 300 20px/28px 'Circe', sans-serif;
  color: #575756;
  margin-bottom: 76px; }
  @media all and (max-width: 660px) {
    .h3-subtitle {
      font: 300 24px/28px 'Circe', sans-serif; } }

.section-complex {
  background: #f4f4f4;
  padding: 200px 0 204px; }
  @media all and (max-width: 660px) {
    .section-complex {
      padding: 100px 0 50px; } }
  .section-complex h2 {
    margin-bottom: 112px;
    font: 400 100px/80px 'Circe', sans-serif; }
    @media all and (max-width: 660px) {
      .section-complex h2 {
        font: 400 72px/60px 'Circe', sans-serif;
        margin-bottom: 138px; } }
    .section-complex h2::before {
      top: 36px; }
  .section-complex .icon-slide {
    margin: 0 0 20px -12px; }
    @media all and (max-width: 660px) {
      .section-complex .icon-slide {
        margin: 0 0 20px 3px; } }

.section-objects {
  background: #ffffff;
  padding: 200px 0 0; }
  @media all and (max-width: 660px) {
    .section-objects {
      padding: 100px 0 50px; } }
  .section-objects h2 {
    margin-bottom: 112px;
    font: 400 100px/80px 'Circe', sans-serif; }
    @media all and (max-width: 660px) {
      .section-objects h2 {
        font: 400 72px/60px 'Circe', sans-serif;
        margin-bottom: 138px; } }
    .section-objects h2::before {
      top: 36px; }
  .section-objects .icon-slide {
    margin: 0 0 20px -12px; }
    @media all and (max-width: 660px) {
      .section-objects .icon-slide {
        margin: 0 0 20px 3px; } }

.complex-slider-holder {
  transform: translateX(calc(50% - 556px));
  padding-top: 44px;
  padding-left: 96px;
  position: relative; }
  @media all and (max-width: 660px) {
    .complex-slider-holder {
      transform: translateX(0);
      padding-left: 35px; } }
  .complex-slider-holder::before {
    content: '';
    width: 100%;
    height: 1px;
    background: #eaeced;
    position: absolute;
    top: 4px;
    left: 0px; }
  .complex-slider-holder .complex-slider {
    width: 80%;
    margin: 0;
    cursor: move; }
    @media all and (max-width: 660px) {
      .complex-slider-holder .complex-slider {
        width: 100%;
        padding-right: 20px; } }
  .complex-slider-holder .swiper-slide {
    -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: 300 20px/28px 'Circe', sans-serif;
    color: #575756;
    opacity: 0.5; }
    @media all and (max-width: 660px) {
      .complex-slider-holder .swiper-slide {
        width: 70%;
        font: 300 24px/30px 'Circe', sans-serif; } }
    .complex-slider-holder .swiper-slide .complex-title {
      font: 400 36px/40px 'Circe', sans-serif;
      color: #383838;
      margin-bottom: 40px; }
      @media all and (max-width: 1700px) {
        .complex-slider-holder .swiper-slide .complex-title {
          font: 400 32px/36px 'Circe', sans-serif; } }
      @media all and (max-width: 660px) {
        .complex-slider-holder .swiper-slide .complex-title {
          font: 400 36px/40px 'Circe', sans-serif;
          margin-bottom: 54px; } }
    .complex-slider-holder .swiper-slide .number {
      font: 700 12px/1 'Circe', sans-serif;
      color: #383838;
      margin-bottom: 60px; }
  .complex-slider-holder .swiper-slide-active,
  .complex-slider-holder .swiper-slide-next {
    opacity: 1; }

/* ===== Карусели «Объекты» и «Кейсы» — премиальный светлый дизайн ===== */

/* Убираем затемнение неактивных слайдов только в этих каруселях */
#objects .swiper-slide,
#cases .swiper-slide {
  opacity: 1; }

/* --- Объекты: плитки категорий --- */
#objects .card {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  height: auto;
  max-width: none;
  margin: 0;
  display: block;
  text-align: left; }

#objects .card .image-holder {
  width: 100%;
  max-width: none;
  aspect-ratio: 4 / 3;
  border-radius: 3px;
  overflow: hidden;
  display: block; }

#objects .card .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1); }

#objects .card:hover .image-holder img {
  transform: scale(1.04); }

#objects .card .complex-title {
  position: static;
  color: #383838;
  font: 400 27px/31px 'Circe', sans-serif;
  text-align: left;
  padding: 22px 0 0;
  margin: 0; }

/* маркер-штрих сверху карточек (объекты и кейсы) */
#objects .card::before,
#cases .card-case::before {
  content: '';
  display: block;
  width: 32px;
  height: 3px;
  background: #f8b043;
  margin-bottom: 22px; }

/* --- Кейсы: карточки результата (воздушный, число сверху) --- */
#cases .card-case {
  background: transparent;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  max-width: none;
  height: auto;
  margin: 0;
  display: block;
  text-align: left; }

#cases .card-case .image-holder {
  width: 100%;
  max-width: none;
  aspect-ratio: 16 / 11;
  border-radius: 3px;
  overflow: hidden;
  display: block; }

#cases .card-case .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
  transition: transform 0.6s cubic-bezier(0.2, 0.7, 0.2, 1); }

#cases .card-case:hover .image-holder img {
  transform: scale(1.04); }

#cases .card-case .case-body {
  padding: 22px 0 0; }

#cases .card-case .case-drop {
  font: 800 52px/1 'Circe Extra', 'Circe', sans-serif;
  color: #f8b043;
  margin: 0 0 10px; }

#cases .card-case .case-obj {
  font: 700 22px/1.15 'Circe', sans-serif;
  color: #383838;
  margin: 0 0 3px; }

#cases .card-case .case-type {
  font: 400 14px/1.3 'Circe', sans-serif;
  color: #8a8172;
  margin: 0 0 18px; }

#cases .card-case .case-vals {
  font: 400 16px/1.4 'Circe', sans-serif;
  color: #3a362f;
  border-top: 1px solid #dadada;
  padding-top: 16px; }

#cases .card-case .case-was {
  color: #9a9a9a; }

#cases .card-case .case-arrow {
  color: #f8b043;
  font-weight: 700;
  margin: 0 8px; }

#cases .card-case .case-now {
  font-weight: 700;
  color: #383838; }

#cases .card-case .case-save {
  margin-top: 18px; }

#cases .card-case .case-save-label {
  display: block;
  font: 400 12px/1.4 'Circe', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #8a8172;
  margin-bottom: 2px; }

#cases .card-case .case-save-sum {
  font: 700 20px/1.1 'Circe', sans-serif;
  color: #383838; }

#cases .card-case .case-doc {
  font: 400 12px/1.4 'Circe', sans-serif;
  color: #a3a3a3;
  margin-top: 16px;
  letter-spacing: 0.02em; }

#cases .card-case .btn-detail {
  display: inline-block;
  width: auto;
  margin: 20px 0 0;
  padding: 0 0 8px;
  background: none;
  color: #383838;
  border: 0;
  border-bottom: 2px solid #f8b043;
  border-radius: 0;
  text-align: left;
  cursor: pointer;
  font: 700 13px/1 'Circe', sans-serif;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  transition: color 0.3s; }

#cases .card-case .btn-detail::after {
  content: ' \2192';
  position: static !important;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  margin: 0;
  z-index: auto; }

#cases .card-case .btn-detail:hover {
  color: #cd7f08; }

.section-result {
  background: #f4f4f4;
  padding: 170px 0 0; }
  @media all and (max-width: 660px) {
    .section-result {
      padding: 170px 0 16px; } }
  .section-result h2 {
    margin: 0px 0 100px 386px;
    font: 400 36px/42px 'Circe', sans-serif; }
    @media all and (max-width: 660px) {
      .section-result h2 {
        margin: 0px 0 70px 100px; } }
    .section-result h2::before {
      width: 256px;
      height: 5px;
      background: #383838;
      left: -384px; }
      @media all and (max-width: 660px) {
        .section-result h2::before {
          width: 52px;
          left: -100px; } }

.item-result {
  text-align: center;
  color: #383838; }
  .item-result:hover {
    color: #383838; }
  @media all and (max-width: 660px) {
    .item-result {
      margin: 0 0 56px 100px;
      text-align: left; } }
  .item-result .num {
    font: 300 120px/106px 'Circe', sans-serif; }
    .item-result .num span {
      font: 300 80px/66px 'Circe', sans-serif;
      display: inline-block; }
  .item-result p, .item-result ul.marked {
    font: 400 36px/1 'Circe', sans-serif;
    text-align: left;
    margin-left: 78px; }
    @media all and (max-width: 660px) {
      .item-result p, .item-result ul.marked {
        margin-left: 0; } }

.section-step {
  padding: 170px 0 136px; }
  @media all and (max-width: 660px) {
    .section-step {
      padding: 114px 0 32px; } }
  .section-step h2 {
    margin-bottom: 120px; }
    @media all and (max-width: 660px) {
      .section-step h2 {
        line-height: 48px;
        margin-bottom: 56px; } }
  .section-step .btn {
    width: 150px;
    padding: 14px;
    font: 400 15px/1 'Circe', sans-serif;
    text-align: center; }
    @media all and (max-width: 660px) {
      .section-step .btn {
        width: 200px;
        font: 400 20px/1 'Circe', sans-serif;
        padding: 16px; } }

.side-text-step {
  font: 400 60px/1 'Circe', sans-serif;
  height: 74px;
  white-space: nowrap;
  transform: translateX(-30px);
  position: relative; }
  .side-text-step::before {
    content: '';
    height: 746px;
    width: 5px;
    background: #f4f4f4;
    position: absolute;
    right: -18px;
    top: -55px; }
    @media all and (max-width: 660px) {
      .side-text-step::before {
        right: 93%;
        top: 136px;
        height: 1020px; } }
  .side-text-step.s-1 {
    margin: 58px 0 600px; }
    @media all and (max-width: 660px) {
      .side-text-step.s-1 {
        margin: 0 0 58px 28px; } }
  .side-text-step.s-2 {
    margin: 920px 0 0; }
    @media all and (max-width: 660px) {
      .side-text-step.s-2 {
        margin: 0 0 58px 28px; } }
    .side-text-step.s-2::before {
      top: -200px;
      height: 728px; }
      @media all and (max-width: 660px) {
        .side-text-step.s-2::before {
          top: 128px;
          height: 928px; } }
  .side-text-step span {
    font: 400 24px/1 'Circe', sans-serif;
    display: block;
    margin-bottom: 4px; }
  .side-text-step .wrapper-content {
    transform: rotate(-90deg); }
    @media all and (max-width: 660px) {
      .side-text-step .wrapper-content {
        transform: rotate(0deg); } }

.first-four {
  margin-bottom: 104px; }
  @media all and (max-width: 660px) {
    .first-four {
      margin-bottom: 0; } }

.item-step {
  margin: 0 0 56px 48px; }
  @media all and (max-width: 660px) {
    .item-step {
      margin: 0 0 56px 100px; } }
  .item-step .step-title {
    font: 400 36px/40px 'Circe', sans-serif;
    margin-bottom: 20px; }
  .item-step p, .item-step ul.marked {
    font: 300 20px/26px 'Circe', sans-serif; }
    @media all and (max-width: 660px) {
      .item-step p, .item-step ul.marked {
        font: 300 24px/30px 'Circe', sans-serif; } }

.map-holder {
  height: 550px; }
  @media all and (max-width: 660px) {
    .map-holder {
      height: 970px;
      width: 640px; } }

.menu-map {
  list-style: none;
  padding: 5px;
  margin: 0; }

.submenu-map {
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0; }

.submenu li {
  font-size: 90%; }

.thanks-block {
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100vh; }

.download-tribunal {
  -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;
  position: relative;
  cursor: pointer !important;
  color: #383838;
  text-align: center;
  display: inline-block;
  font: 22px/28px 'Circe', sans-serif;
  margin: 20px 0 20px; }
  .download-tribunal img {
    display: block;
    position: relative;
    z-index: 1; }
  .download-tribunal::before {
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    background: rgba(248, 176, 67, 0.5);
    opacity: 0;
    z-index: 2; }
  .download-tribunal::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;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    content: "";
    opacity: 0;
    z-index: 3; }
  .download-tribunal:hover::before, .download-tribunal:active::before {
    opacity: 1; }
  .download-tribunal:hover::after, .download-tribunal:active::after {
    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; }
  .download-tribunal:hover img {
    border-color: #ccc; }
  .download-tribunal img {
    border: 4px solid #f7f7f7; }

.download-tribunal-text {
  margin-bottom: 40px;
  color: #383838;
  text-align: center;
  font: 22px/28px 'Circe', sans-serif; }

.customControl {
  display: none;
  background: #f4f4f4;
  width: 440px;
  height: 550px;
  margin: -10px 0 0 -10px;
  padding: 30px 40px 0 60px;
  position: relative; }
  @media all and (max-width: 660px) {
    .customControl {
      width: 640px;
      height: auto;
      padding: 0px 40px 20px 60px;
      margin: -38px 0 0 -10px; } }

.object-title {
  font: 400 26px/32px 'Circe', sans-serif;
  margin-bottom: 36px; }

.object-check {
  font: 300 18px/24px 'Circe', sans-serif;
  color: #575756;
  margin-bottom: 22px; }
  @media all and (max-width: 660px) {
    .object-check {
      display: inline-block;
      width: 250px;
      vertical-align: top;
      margin-right: 20px; } }
  .object-check p, .object-check ul.marked {
    font: 700 14px/1 'Circe', sans-serif;
    margin-bottom: 2px; }

.section-form {
  background: no-repeat 50% 50% transparent; }
  .section-form .btn-holder {
    margin-top: 8px; }
    @media all and (max-width: 660px) {
      .section-form .btn-holder {
        margin-top: 16px; } }
  .section-form .btn {
    width: 475px;
    margin: 0 auto;
    display: block; }
    @media all and (max-width: 660px) {
      .section-form .btn {
        width: 100%; } }

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

.form-1 {
  padding: 188px 0 118px;
  overflow: hidden; }
  @media all and (max-width: 660px) {
    .form-1 {
      padding: 92px 0 72px; } }
  .form-1 h2 {
    margin-bottom: 28px; }
    @media all and (max-width: 660px) {
      .form-1 h2 {
        margin-bottom: 20px; } }

.content-holder {
  padding: 0 112px; }
  @media all and (max-width: 660px) {
    .content-holder {
      padding: 0; } }
  .content-holder.margin {
    margin-left: -16px;
    margin-right: -16px; }
    @media all and (max-width: 660px) {
      .content-holder.margin {
        margin-left: 0;
        margin-right: 0; } }

.h2-subtitle {
  font: 300 24px/30px 'Circe', sans-serif;
  color: #575756;
  margin-bottom: 62px; }

.line-sep {
  height: 1px;
  background: #ececec;
  margin: 28px 0 66px; }
  @media all and (max-width: 660px) {
    .line-sep {
      margin: 50px 0 60px; } }

.form-1-bg {
  position: absolute;
  bottom: -3px;
  z-index: 2;
  width: 100%; }
  @media all and (max-width: 660px) {
    .form-1-bg {
      width: 3000px; } }

.float-block {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 50px;
  z-index: 2; }
  .float-block * {
    position: absolute; }

.float-form-1 {
  margin-top: -300px;
  margin-left: -1130px; }
  @media all and (max-width: 660px) {
    .float-form-1 {
      margin-top: -650px;
      margin-left: -530px; } }

.float-form-2 {
  margin-top: -120px;
  margin-left: -1150px; }
  @media all and (max-width: 660px) {
    .float-form-2 {
      margin-top: -986px;
      margin-left: 100px; } }

.float-form-3 {
  margin-top: 80px;
  margin-left: 600px; }

.float-form-4 {
  margin-top: 160px;
  margin-left: 540px; }

.form-2, .form-3 {
  padding: 188px 0 148px;
  background: fixed url("../images/form-2-bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  color: #fff;
  z-index: 2; }
  @media all and (max-width: 660px) {
    .form-2, .form-3 {
      padding: 94px 0 88px; } }
  .form-2::before, .form-3::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    background: rgba(0, 0, 0, 0.3); }
  .form-2::after, .form-3::after {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    background: url("../images/form-2-overlay.png") no-repeat 50% 50%;
    background-size: cover; }
  .form-2 h2, .form-3 h2 {
    margin-bottom: 28px; }
    @media all and (max-width: 660px) {
      .form-2 h2, .form-3 h2 {
        margin-bottom: 15px; } }
    .form-2 h2::before, .form-3 h2::before {
      display: none; }
  .form-2 h2, .form-3 h2, .form-2 .h2-subtitle, .form-3 .h2-subtitle {
    text-align: center;
    color: #fff; }
  @media all and (max-width: 660px) {
    .form-2 .h2-subtitle, .form-3 .h2-subtitle {
      line-height: 36px;
      margin-bottom: 40px; } }
  .form-2 .btn, .form-3 .btn {
    width: 414px; }
    @media all and (max-width: 660px) {
      .form-2 .btn, .form-3 .btn {
        width: 100%;
        padding-left: 140px; } }
    @media all and (max-width: 660px) {
      .form-2 .btn svg, .form-3 .btn svg {
        left: 86px; } }
  @media all and (max-width: 660px) {
    .form-2 .btn-holder, .form-3 .btn-holder {
      margin-top: 28px; } }
  .form-2 .user-data > span, .form-3 .user-data > span {
    font: 400 18px/1 'Circe', sans-serif; }
  .form-2 .user-data input, .form-3 .user-data input {
    padding: 25px 30px; }

.float-form-5 {
  margin-left: -530px;
  margin-top: -50px; }
  @media (min-width: 1921px) {
    .float-form-5 {
      display: none; } }
  @media all and (max-width: 660px) {
    .float-form-5 {
      margin-left: -288px; } }

.float-form-6 {
  margin-top: 240px;
  margin-left: 480px; }
  @media all and (max-width: 660px) {
    .float-form-6 {
      margin-top: 316px;
      margin-left: 206px; } }
  .float-form-6 .float-form-icon {
    width: 135px;
    height: 166px; }

.float-form-7 {
  margin-top: -240px;
  margin-left: 640px; }
  @media all and (max-width: 660px) {
    .float-form-7 {
      margin-top: -378px;
      margin-left: 236px; } }
  .float-form-7 .float-form-icon {
    width: 75px;
    height: 86px; }

.float-form-8 {
  margin-top: -310px;
  margin-left: -700px; }
  @media all and (max-width: 660px) {
    .float-form-8 {
      margin-top: -438px;
      margin-left: -380px; } }
  .float-form-8 .float-form-icon {
    width: 45px;
    height: 56px; }

.float-form-9 {
  margin-top: -650px;
  margin-left: 810px; }
  @media (min-width: 1921px) {
    .float-form-9 {
      display: none; } }

.form-3 {
  background: fixed url("../images/form-3-bg.jpg") no-repeat 50% 50%;
  background-size: cover; }
  @media all and (max-width: 660px) {
    .form-3 {
      padding-bottom: 68px; } }
  .form-3::before {
    background: rgba(0, 0, 0, 0.6); }

    .section-map {
      padding-top: 100;
      background-color: #f4f4f4;
    }
    .section-map h2{
      padding: 0 0 40px;
    }
    @media all and (max-width: 660px) {
      .section-map h2{
        padding: 0 0 20px;
      }
    }

/* ─── Fix: position:fixed для виджета на мобильных ─────────────────────────── */
@media all and (max-width: 660px) {
  body, #global-wrapper {
    overflow-x: hidden;
    overflow-y: visible;
  }
}

    