/*! 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: 'Carolina';
  src: url("../fonts/subset-Carolina.eot");
  src: url("../fonts/subset-Carolina.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Carolina.woff2") format("woff2"), url("../fonts/subset-Carolina.woff") format("woff"), url("../fonts/subset-Carolina.ttf") format("truetype"), url("../fonts/subset-Carolina.svg#Carolina") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/subset-DINPro-CondensedBlack.eot");
  src: url("../fonts/subset-DINPro-CondensedBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-DINPro-CondensedBlack.woff2") format("woff2"), url("../fonts/subset-DINPro-CondensedBlack.woff") format("woff"), url("../fonts/subset-DINPro-CondensedBlack.ttf") format("truetype"), url("../fonts/subset-DINPro-CondensedBlack.svg#DINPro-CondensedBlack") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/subset-DINPro-Italic.eot");
  src: url("../fonts/subset-DINPro-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-DINPro-Italic.woff2") format("woff2"), url("../fonts/subset-DINPro-Italic.woff") format("woff"), url("../fonts/subset-DINPro-Italic.ttf") format("truetype"), url("../fonts/subset-DINPro-Italic.svg#DINPro-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

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

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

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/subset-DINPro-BoldItalic.eot");
  src: url("../fonts/subset-DINPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-DINPro-BoldItalic.woff2") format("woff2"), url("../fonts/subset-DINPro-BoldItalic.woff") format("woff"), url("../fonts/subset-DINPro-BoldItalic.ttf") format("truetype"), url("../fonts/subset-DINPro-BoldItalic.svg#DINPro-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/subset-DINPro-MediumItalic.eot");
  src: url("../fonts/subset-DINPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-DINPro-MediumItalic.woff2") format("woff2"), url("../fonts/subset-DINPro-MediumItalic.woff") format("woff"), url("../fonts/subset-DINPro-MediumItalic.ttf") format("truetype"), url("../fonts/subset-DINPro-MediumItalic.svg#DINPro-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/subset-DINPro-CondensedRegular.eot");
  src: url("../fonts/subset-DINPro-CondensedRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-DINPro-CondensedRegular.woff2") format("woff2"), url("../fonts/subset-DINPro-CondensedRegular.woff") format("woff"), url("../fonts/subset-DINPro-CondensedRegular.ttf") format("truetype"), url("../fonts/subset-DINPro-CondensedRegular.svg#DINPro-CondensedRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/subset-DINPro-CondensedItalic.eot");
  src: url("../fonts/subset-DINPro-CondensedItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-DINPro-CondensedItalic.woff2") format("woff2"), url("../fonts/subset-DINPro-CondensedItalic.woff") format("woff"), url("../fonts/subset-DINPro-CondensedItalic.ttf") format("truetype"), url("../fonts/subset-DINPro-CondensedItalic.svg#DINPro-CondensedItalic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/subset-DINPro-LightItalic.eot");
  src: url("../fonts/subset-DINPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-DINPro-LightItalic.woff2") format("woff2"), url("../fonts/subset-DINPro-LightItalic.woff") format("woff"), url("../fonts/subset-DINPro-LightItalic.ttf") format("truetype"), url("../fonts/subset-DINPro-LightItalic.svg#DINPro-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/subset-DINPro-CondensedMedium.eot");
  src: url("../fonts/subset-DINPro-CondensedMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-DINPro-CondensedMedium.woff2") format("woff2"), url("../fonts/subset-DINPro-CondensedMedium.woff") format("woff"), url("../fonts/subset-DINPro-CondensedMedium.ttf") format("truetype"), url("../fonts/subset-DINPro-CondensedMedium.svg#DINPro-CondensedMedium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/subset-DINPro-CondensedBoldItalic.eot");
  src: url("../fonts/subset-DINPro-CondensedBoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-DINPro-CondensedBoldItalic.woff2") format("woff2"), url("../fonts/subset-DINPro-CondensedBoldItalic.woff") format("woff"), url("../fonts/subset-DINPro-CondensedBoldItalic.ttf") format("truetype"), url("../fonts/subset-DINPro-CondensedBoldItalic.svg#DINPro-CondensedBoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/subset-DINPro-CondensedMediumItalic.eot");
  src: url("../fonts/subset-DINPro-CondensedMediumItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-DINPro-CondensedMediumItalic.woff2") format("woff2"), url("../fonts/subset-DINPro-CondensedMediumItalic.woff") format("woff"), url("../fonts/subset-DINPro-CondensedMediumItalic.ttf") format("truetype"), url("../fonts/subset-DINPro-CondensedMediumItalic.svg#DINPro-CondensedMediumItalic") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/subset-DINPro-Medium.eot");
  src: url("../fonts/subset-DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-DINPro-Medium.woff2") format("woff2"), url("../fonts/subset-DINPro-Medium.woff") format("woff"), url("../fonts/subset-DINPro-Medium.ttf") format("truetype"), url("../fonts/subset-DINPro-Medium.svg#DINPro-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/subset-DINPro-Black.eot");
  src: url("../fonts/subset-DINPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-DINPro-Black.woff2") format("woff2"), url("../fonts/subset-DINPro-Black.woff") format("woff"), url("../fonts/subset-DINPro-Black.ttf") format("truetype"), url("../fonts/subset-DINPro-Black.svg#DINPro-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'DIN Pro';
  src: url("../fonts/subset-DINPro-BlackItalic.eot");
  src: url("../fonts/subset-DINPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-DINPro-BlackItalic.woff2") format("woff2"), url("../fonts/subset-DINPro-BlackItalic.woff") format("woff"), url("../fonts/subset-DINPro-BlackItalic.ttf") format("truetype"), url("../fonts/subset-DINPro-BlackItalic.svg#DINPro-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic; }

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

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

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

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/subset-DINPro-CondensedBlackItalic.eot");
  src: url("../fonts/subset-DINPro-CondensedBlackItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-DINPro-CondensedBlackItalic.woff2") format("woff2"), url("../fonts/subset-DINPro-CondensedBlackItalic.woff") format("woff"), url("../fonts/subset-DINPro-CondensedBlackItalic.ttf") format("truetype"), url("../fonts/subset-DINPro-CondensedBlackItalic.svg#DINPro-CondensedBlackItalic") format("svg");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'DIN Pro Cond';
  src: url("../fonts/subset-DINPro-CondensedLightItalic.eot");
  src: url("../fonts/subset-DINPro-CondensedLightItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-DINPro-CondensedLightItalic.woff2") format("woff2"), url("../fonts/subset-DINPro-CondensedLightItalic.woff") format("woff"), url("../fonts/subset-DINPro-CondensedLightItalic.ttf") format("truetype"), url("../fonts/subset-DINPro-CondensedLightItalic.svg#DINPro-CondensedLightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Myriad';
  src: url("../fonts/MyriadProRegular.eot");
  src: url("../fonts/MyriadProRegular.eot") format("embedded-opentype"), url("../fonts/MyriadProRegular.woff2") format("woff2"), url("../fonts/MyriadProRegular.woff") format("woff"), url("../fonts/MyriadProRegular.ttf") format("truetype"), url("../fonts/MyriadProRegular.svg#MyriadProRegular") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

@font-face {
  font-family: 'Myriad';
  src: url("../fonts/MyriadProBlack.eot");
  src: url("../fonts/MyriadProBlack.eot") format("embedded-opentype"), url("../fonts/MyriadProBlack.woff2") format("woff2"), url("../fonts/MyriadProBlack.woff") format("woff"), url("../fonts/MyriadProBlack.ttf") format("truetype"), url("../fonts/MyriadProBlack.svg#MyriadProBlack") format("svg");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Myriad';
  src: url("../fonts/MyriadProBlackIt.eot");
  src: url("../fonts/MyriadProBlackIt.eot") format("embedded-opentype"), url("../fonts/MyriadProBlackIt.woff2") format("woff2"), url("../fonts/MyriadProBlackIt.woff") format("woff"), url("../fonts/MyriadProBlackIt.ttf") format("truetype"), url("../fonts/MyriadProBlackIt.svg#MyriadProBlackIt") format("svg");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'MyriadC';
  src: url("../fonts/MyriadProCond.eot");
  src: url("../fonts/MyriadProCond.eot") format("embedded-opentype"), url("../fonts/MyriadProCond.woff2") format("woff2"), url("../fonts/MyriadProCond.woff") format("woff"), url("../fonts/MyriadProCond.ttf") format("truetype"), url("../fonts/MyriadProCond.svg#MyriadProCond") format("svg");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

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

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row::before {
    content: "";
    display: table; }
  .row::after {
    content: "";
    display: table;
    clear: both; }
  .row.pseudo-table {
    width: calc(100% + 15px*2);
    margin: 0;
    position: relative;
    left: -15px; }
  .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: 15px;
  padding-right: 15px; }
  [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% + 15px); }

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

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

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

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

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

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

@media all and (max-width: 640px) {
  .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 + 15px); }
  .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-3-8 {
    width: 37.50%; }
  .col-xs-5-8 {
    width: 62.50%; }
  .col-xs-offset-0 {
    margin-left: 0 !important; }
    .col-xs-offset-0.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(0 + 15px); }
  .col-xs-offset-1-2 {
    margin-left: 50% !important; }
    .col-xs-offset-1-2.pseudo-table-cell {
      margin-left: 0 !important;
      padding-left: calc(50% + 15px); }
  .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% + 15px); }
  .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% + 15px); } }

@-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, .float-block .float-item-award, .float-block .semicircle-1 {
  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, .float-block .float-item-diamond, .float-block .semicircle-2 {
  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, .float-block .float-item-diamond-min, .float-block .semicircle-3 {
  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, .float-block .semicircle-4 {
  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"] .certificate-item .certificate-image::after, .certificate-item .hover-scale-1:hover [class*="-image"] .certificate-image::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"] .certificate-item .certificate-image::after, .certificate-item .hover-scale-2:hover [class*="-image"] .certificate-image::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 #fa4e5c, 0 0 12px 14px #fa4e5c; }
  to {
    box-shadow: 0 0 18px 6px rgba(250, 78, 92, 0), 0 0 4px 71px rgba(250, 78, 92, 0); } }

@-moz-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #fa4e5c, 0 0 12px 14px #fa4e5c; }
  to {
    box-shadow: 0 0 18px 6px rgba(250, 78, 92, 0), 0 0 4px 71px rgba(250, 78, 92, 0); } }

@-ms-keyframes si-button-pulse {
  from {
    box-shadow: 0 0 8px 6px #fa4e5c, 0 0 12px 14px #fa4e5c; }
  to {
    box-shadow: 0 0 18px 6px rgba(250, 78, 92, 0), 0 0 4px 71px rgba(250, 78, 92, 0); } }

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

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

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

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

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

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

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

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

.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"] .certificate-item .certificate-image::after, .certificate-item .hover-shake:hover [class*="-image"] .certificate-image::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"] .certificate-item .certificate-image::after, .certificate-item .hover-buzz-out:hover [class*="-image"] .certificate-image::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"] .certificate-item .certificate-image::after, .certificate-item .hover-rotate:hover [class*="-image"] .certificate-image::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"] .certificate-item .certificate-image::after, .certificate-item .hover-scale-3:hover [class*="-image"] .certificate-image::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"] .certificate-item .certificate-image::after, .certificate-item .hover-float:hover [class*="-image"] .certificate-image::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 {
  will-change: transform;
  transform: translate3d(0, 0, 0);
  -webkit-animation: rotate-loader 1.5s linear infinite;
  -moz-animation: rotate-loader 1.5s linear infinite;
  -ms-animation: rotate-loader 1.5s linear infinite;
  animation: rotate-loader 1.5s linear infinite; }

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

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

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

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

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

* {
  box-sizing: border-box; }

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

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

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

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

h1 {
  margin: 0;
  color: #383838;
  font: 700 70px/1 'DIN Pro Cond', sans-serif;
  text-transform: uppercase;
  letter-spacing: -1.7px; }
  @media all and (max-width: 640px) {
    h1 {
      font: 700 58px/1 'DIN Pro Cond', sans-serif; } }

h2 {
  margin: 0;
  font: 700 74px/66px 'DIN Pro Cond', sans-serif;
  text-align: center; }
  @media all and (max-width: 640px) {
    h2 {
      font: 700 60px/1 'DIN Pro Cond', sans-serif; } }

h3 {
  margin: 0;
  font: 500 25px/33px 'Gotham Pro', sans-serif;
  text-align: center; }
  @media all and (max-width: 640px) {
    h3 {
      font: 500 21px/29px 'Gotham Pro', sans-serif; } }

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: #2c2c2c;
    border-color: #2c2c2c; }
  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: #fa4e5c;
    border-color: #fa4e5c; }
  .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: #fa4e5c;
    border-color: #fa4e5c; }
    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 .certificate-item .certificate-image::after, .certificate-item .swiper-button-prev .certificate-image::after, .swiper-button-next .certificate-item .certificate-image::after, .certificate-item .swiper-button-next .certificate-image::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: #fa4e5c;
    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: #fa4e5c; }

.offtop {
  color: #bbb; }

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

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

.primary-text {
  background: #bbb; }

.accent-text {
  background: #fa4e5c; }

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

.a-loader {
  display: inline-block;
  width: 76px;
  height: 65px;
  position: relative;
  animation: scale-loader 2s linear infinite; }

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

@keyframes scale-loader {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.1); }
  50% {
    transform: scale(1.2); }
  75% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }

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

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

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

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

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

: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"] .certificate-item input.certificate-image:-moz-placeholder::after, .certificate-item .hover-shake:hover [class*="-image"] input.certificate-image:-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"] .certificate-item textarea.certificate-image:-moz-placeholder::after, .certificate-item .hover-shake:hover [class*="-image"] textarea.certificate-image:-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"] .certificate-item input.certificate-image:-ms-input-placeholder::after, .certificate-item .hover-shake:hover [class*="-image"] input.certificate-image:-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"] .certificate-item textarea.certificate-image:-ms-input-placeholder::after, .certificate-item .hover-shake:hover [class*="-image"] textarea.certificate-image:-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"] .certificate-item input.placeholder.certificate-image::after, .certificate-item .hover-shake:hover [class*="-image"] input.placeholder.certificate-image::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"] .certificate-item textarea.placeholder.certificate-image::after, .certificate-item .hover-shake:hover [class*="-image"] textarea.placeholder.certificate-image::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"] .certificate-item input.certificate-image[type=email]::after, .certificate-item .hover-shake:hover [class*="-image"] input.certificate-image[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"] .certificate-item input.certificate-image[type=tel]::after, .certificate-item .hover-shake:hover [class*="-image"] input.certificate-image[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"] .certificate-item textarea.certificate-image::after, .certificate-item .hover-shake:hover [class*="-image"] textarea.certificate-image::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"] .certificate-item input.certificate-image[type=text]::after, .certificate-item .hover-shake:hover [class*="-image"] input.certificate-image[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; }

input[type=text], input[type=email],
input[type=tel], textarea {
  -webkit-appearance: none;
  display: block;
  color: #2c2c2c !important;
  width: 100%;
  background: no-repeat #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 20px 22px;
  margin-bottom: 16px;
  box-shadow: inset 2px 3px 10px 0px rgba(0, 0, 0, 0.18);
  font: 400 14px/1 'Gotham', sans-serif; }

.wrapper-input-modal {
  width: 304px;
  margin: 0 auto; }

.user-data {
  width: 320px; }
  .user-data input {
    display: inline-block; }

input.client-phone-1 {
  width: 56px;
  margin-right: 8px;
  text-align: center;
  padding: 20px 0; }
  input.client-phone-1::placeholder {
    color: #212121; }

input.client-phone-2 {
  width: 76px;
  margin-right: 8px;
  text-align: center; }

input.client-phone-3 {
  width: 163px; }

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

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

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

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

.jq-checkbox__div, .jq-radio__div {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: inline-block !important;
  background: transparent !important;
  width: 9px !important;
  height: 6px !important;
  background: url("../images/checkbox-bg.png") no-repeat 50% 50% transparent !important;
  border-radius: 0 !important;
  opacity: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }
  .checkbox-label:hover .jq-checkbox__div, .radio-label:hover .jq-checkbox__div, .checkbox-label:hover .jq-radio__div, .radio-label:hover .jq-radio__div,
  .checkbox-label:active .jq-checkbox__div,
  .radio-label:active .jq-checkbox__div,
  .checkbox-label:active .jq-radio__div,
  .radio-label:active .jq-radio__div,
  .jq-checkbox.checked .jq-checkbox__div,
  .checked.jq-radio .jq-checkbox__div,
  .jq-checkbox.checked .jq-radio__div,
  .checked.jq-radio .jq-radio__div {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    opacity: 1; }

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

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

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

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

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

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

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

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

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

.btn {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  cursor: pointer;
  border: 0;
  text-decoration: none !important;
  text-align: center;
  white-space: nowrap;
  position: relative;
  z-index: 2;
  font: 400 16px/1 'Myriad', sans-serif;
  text-transform: uppercase;
  color: #fff !important;
  background: #fa4e5c;
  box-shadow: 3px 5px 0 1px #D0404C;
  width: 246px;
  padding: 24px 0; }
  .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: #fa4e5c; }
  .btn:active {
    will-change: none;
    transform: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    top: 3px; }
    .btn:active::before, .btn:active::after {
      will-change: none;
      transform: none;
      -webkit-transition: none;
      -moz-transition: none;
      -ms-transition: none;
      -o-transition: none;
      transition: none; }

.btn-accent {
  color: #2c2c2c !important;
  background: #fa4e5c; }
  .btn-accent:hover, .btn-accent:active {
    color: #fff !important;
    background: #bbb; }

.btn-bordered {
  color: #2c2c2c !important;
  background: transparent;
  border: 3px solid #fa4e5c; }

.btn-guarantee {
  text-transform: none;
  font: 400 17px/1 'Myriad', sans-serif;
  width: 280px;
  padding: 28px 0; }
  @media all and (max-width: 640px) {
    .btn-guarantee {
      width: 250px;
      padding: 26px 0; } }

.btn-review {
  background: transparent;
  box-shadow: none;
  font: 400 16px/1 'Gotham', sans-serif;
  color: #2a2a2a !important;
  width: 200px;
  padding: 16px 0;
  border: 1px solid #ddd;
  border-radius: 6px;
  text-transform: none; }

.btn-module {
  width: 200px;
  padding: 20px 0;
  text-transform: none;
  font: 400 17px/1 'Myriad', sans-serif; }

.btn-rate {
  text-transform: none;
  width: 180px;
  padding: 18px 0;
  font: 400 17px/1 'Myriad', sans-serif;
  vertical-align: text-bottom; }
.review-block .btn-rate {
    margin-bottom: 40px;
}
.btn-certificate {
  width: 150px;
  font: 400 14px/1 'Gotham Pro', sans-serif;
  color: #2e2e2e !important;
  text-transform: none;
  border: 1px solid #e8e8e8;
  border-radius: 4px;
  background: transparent;
  padding: 10px 0;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.1); }
  .btn-certificate span {
    display: inline-block;
    border-bottom: 1px dashed #b2b2b2; }

.btn-big {
  width: 280px;
  padding: 30px 0;
  text-transform: none;
  margin-right: 20px; }

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

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

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

.icon-zoom, .certificate-item .certificate-image::after {
  width: 44px;
  height: 44px;
  background: url("../images/icon-zoom.png") no-repeat 50% 50%;
  border-radius: 50%; }
  .icon-zoom::after, .certificate-item .certificate-image::after {
    top: -27%; }

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

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

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

.layout-header {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  bottom: auto;
  z-index: 50;
  padding-top: 8px; }
  @media all and (max-width: 640px) {
    .layout-header {
      padding-top: 8px; } }
  .layout-header .si-phone {
    padding-top: 0px; }

.logo {
  display: inline-block; }
  .logo:hover .logo-text {
    color: #fa4e5c; }
  .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 17px/22px 'Myriad', sans-serif;
    color: #383838;
    display: inline-block;
    vertical-align: top;
    margin: 6px 0 0 16px; }
    @media all and (max-width: 640px) {
      .logo .logo-text {
        font: 400 15px/20px 'Myriad', sans-serif; } }
  .logo img {
    display: inline-block; }

.header-info-text {
  display: inline-block;
  font: 400 italic 18px/22px 'Myriad', sans-serif;
  color: #383838;
  vertical-align: top;
  margin: 6px 0 0 72px; }

.si-phone {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
footer .si-phone {
    display: inline-block;
}
  .si-phone .wrapper-phone-link {
    display: inline-block; }
  .si-phone .si-phone-text {
    margin-bottom: 0px; }
  .si-phone .phone-link {
    display: block;
    font: 500 25px/1 'DIN Pro', sans-serif;
    color: #383838;
    margin: 4px 16px 10px 0; }
    @media all and (max-width: 640px) {
        .si-phone {
            display:inline-block;
        }
      .si-phone .phone-link {
        transform: translateX(-70px); } }
    .si-phone .phone-link:hover {
      color: #fa4e5c; }

.consult {
  font: 400 17px/1 'Myriad', sans-serif;
  color: #383838;
  border: 2px solid #ddd;
  padding: 17px 0;
  text-align: center;
  width: 198px;
  display: inline-block;
  vertical-align: top;
  margin: 5px 20px 0 0; }
  @media all and (max-width: 640px) {
    .consult {
      transform: translateX(-10px); } }
  .consult:hover {
    background: #fa4e5c;
    color: #fff; }

.menu-btn {
    display: none;
  border: 1px solid #626262;
  border-radius: 4px;
  position: relative;
  width: 47px;
  height: 42px;

  vertical-align: top;
  margin-top: 10px; }
  @media all and (max-width: 640px) {
    .menu-btn {
        display: inline-block;
        margin-top: 48px;
      transform: translateY(-38px); } }
  .menu-btn:hover {
    background: #fa4e5c; }
  .menu-btn::after {
    content: '';
    width: 6px;
    height: 1px;
    background: #626262;
    position: absolute;
    top: -3.2px;
    right: -5.4px;
    transform: rotate(-45deg); }
  .menu-btn::before {
    content: '';
    width: 6px;
    height: 1px;
    background: #626262;
    position: absolute;
    bottom: -3.2px;
    left: -5.4px;
    transform: rotate(-45deg); }
  .menu-btn span {
    width: 24px;
    height: 2px;
    background: #626262;
    position: absolute;
    left: calc(50% - 12px);
    top: 50%; }
    .menu-btn span::after {
      content: '';
      width: 24px;
      height: 2px;
      background: #626262;
      position: absolute;
      top: -6px;
      left: calc(50% - 12px); }
    .menu-btn span::before {
      content: '';
      width: 24px;
      height: 2px;
      background: #626262;
      position: absolute;
      bottom: -6px;
      left: calc(50% - 12px); }

.global-nav {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: fixed !important;
  opacity: 0;
  z-index: -100; }
  .global-nav.active {
    opacity: 1; }
  .global-nav.visible {
    z-index: 150; }
  .global-nav .pseudo-table,
  .global-nav .pseudo-table-cell {
    position: relative;
    z-index: 5; }
  .global-nav .nav-overlay {
    background: #fff; }
  .global-nav ul.nav {
    display: inline-block;
    z-index: 15; }
    .global-nav ul.nav li {
      display: block;
      margin-bottom: 16px; }
      .global-nav ul.nav li:first-child {
        margin-bottom: 50px;
        position: absolute;
        left: calc(50% - 8px);
        top: 100px; }
        .global-nav ul.nav li:first-child a, .global-nav ul.nav li:first-child .underline, .global-nav ul.nav li:first-child .dashed, .global-nav ul.nav li:first-child .dotted {
          border-bottom: transparent; }
          .global-nav ul.nav li:first-child a:hover, .global-nav ul.nav li:first-child .underline:hover, .global-nav ul.nav li:first-child .dashed:hover, .global-nav ul.nav li:first-child .dotted:hover {
            box-shadow: none; }
    .global-nav ul.nav a, .global-nav ul.nav .underline, .global-nav ul.nav .dashed, .global-nav ul.nav .dotted {
      font: 18px/24px "Myriad", sans-serif;
      width: auto;
      color: #2c2c2c !important;
      text-transform: uppercase;
      border-bottom: 1px dashed #bbb;
      -webkit-box-shadow: 0 0 0 0 #bbb;
      box-shadow: 0 0 0 0 #bbb; }
      .global-nav ul.nav a:hover, .global-nav ul.nav .underline:hover, .global-nav ul.nav .dashed:hover, .global-nav ul.nav .dotted:hover, .global-nav ul.nav a:active, .global-nav ul.nav .underline:active, .global-nav ul.nav .dashed:active, .global-nav ul.nav .dotted:active, .global-nav ul.nav a.active, .global-nav ul.nav .active.underline, .global-nav ul.nav .active.dashed, .global-nav ul.nav .active.dotted {
        color: #bbb;
        border-bottom: 1px solid #bbb;
        -webkit-box-shadow: 0 4px 0 0 #bbb;
        box-shadow: 0 4px 0 0 #bbb; }

.layout-footer {
  padding: 66px 0;
  background: #1d1d1d;
  color: #fff; }
  .layout-footer .si-phone {
    padding-top: 0px; }
  .layout-footer .logo-text {
    color: #fff; }
  .layout-footer .phone-link {
    color: #fff;
    margin-right: 0; }
    @media all and (max-width: 640px) {
      .layout-footer .phone-link {
        transform: translateX(0px); } }
  .layout-footer .consult {
    padding: 0;
    border: none; }
  @media all and (max-width: 640px) {
    .layout-footer .hb {
      margin-top: 12px; } }

.title-social-block {
  font: 400 18px/1 'Gotham Pro', sans-serif;
  text-transform: uppercase;
  margin-bottom: 6px;
  text-align: center;
  margin: 20px 0; }
  @media all and (max-width: 640px) {
    .title-social-block {
      margin: 10px 0 20px;
      text-align: right; } }

.social-block {
  margin: 0;
  padding: 0;
  text-align: center; }
  @media all and (max-width: 640px) {
    .social-block {
      margin-bottom: 30px;
      transform: translateX(4px);
      text-align: right; } }
  .social-block li {
    list-style-type: none;
    display: inline-block;
    margin: 0 5px; }
    .social-block li .social-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;
      width: 52px;
      height: 52px;
      border-radius: 50%;
      border: 1px solid #fff;
      background: url("../images/social-sprite.png") no-repeat;
      display: inline-block; }
      .social-block li .social-link:hover {
        background-color: #fa4e5c;
        border: 1px solid #fa4e5c; }
      .social-block li .social-link.social-link-1 {
        background-position: 14px 50%; }
      .social-block li .social-link.social-link-2 {
        background-position: -33px 55%; }
      .social-block li .social-link.social-link-3 {
        background-position: -74px 50%; }

.consult-link {
  font: 400 16px/1 'Gotham Pro', sans-serif;
  border-bottom: 1px solid #fff;
  color: #fff; }

@media all and (max-width: 640px) {
  .address-block {
    position: absolute;
    top: 94px;
    width: 300px; } }

.address-block .address-title {
  font: 700 16px/24px 'Gotham Pro', sans-serif; }

.address-block .address {
  font: 400 16px/24px 'Gotham Pro', sans-serif; }

.copyright {
  margin-top: 0px; }

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

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

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

.si-overlay, .si-overlay-2 {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  display: none;
  background: rgba(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; }

.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: #2c2c2c;
  background: #fff;
  padding: 80px 70px 60px;
  width: 600px;
  margin: 50px auto; }
  .si-modal.si-visible, .si-visible.si-success-modal {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  .si-modal .btn-holder, .si-success-modal .btn-holder {
    margin-top: 0px; }
  .si-modal .btn, .si-success-modal .btn {
    min-width: 300px; }

.modal-form-title, .si-success-modal-title {
  margin-bottom: 20px;
  font: 700 54px/48px 'DIN Pro Cond', sans-serif; }

.modal-time, .success-time {
  margin-bottom: 40px;
  font: 400 25px/30px 'Gotham Pro', sans-serif; }

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

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

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

.si-page-message {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  transition-duration: 0.5s;
  width: 101%;
  height: 0;
  color: #fff;
  background: #fa4e5c;
  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; }

.review-modal {
  width: 900px; }
  @media all and (max-width: 640px) {
    .review-modal {
      padding: 80px 40px 60px;
      width: 600px; } }
  .review-modal h3 {
    text-align: left;
    margin-bottom: 16px; }
  .review-modal .modal-form-title, .review-modal .si-success-modal-title {
    text-align: center;
    margin-bottom: 50px; }
  .review-modal .review-modal-text {
    font: 400 16px/24px 'Gotham Pro', sans-serif;
    margin-bottom: 20px; }

.module-modal {
  width: 600px; }
  .module-modal .modal-form-title, .module-modal .si-success-modal-title {
    text-align: center;
    margin-bottom: 50px;
    font: 700 34px/1 'DIN Pro Cond', sans-serif; }
  .module-modal .module-info-block {
    margin: 0 0 50px 0;
    padding: 0; }
    .module-modal .module-info-block.first-title li:first-child {
      font: 700 19px/22px 'Gotham Pro', sans-serif;
      margin-bottom: 14px; }
      .module-modal .module-info-block.first-title li:first-child::before {
        display: none; }
    .module-modal .module-info-block li {
      font: 400 18px/22px 'Gotham Pro', sans-serif;
      list-style-type: none;
      position: relative;
      padding-left: 24px;
      margin-bottom: 10px; }
      .module-modal .module-info-block li::before {
        content: '';
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background: #fed2d6;
        border: 2px solid #fa4e5c;
        position: absolute;
        left: 0;
        top: 8px; }

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

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

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

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

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

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

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

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

.section-heading {
  background: url("../images/heading-bg.jpg") transparent;
  padding: 196px 0 108px;
  position: relative;
  overflow: hidden;
  color: #383838; }
  @media all and (max-width: 640px) {
    .section-heading {
      padding: 174px 0 108px;
      height: 956px; } }
  .section-heading h1 {
    margin-bottom: 16px; }
    @media all and (max-width: 640px) {
      .section-heading h1 {
        margin-bottom: 20px; } }

.subtitle-h1 {
  font: 400 32px/36px 'DIN Pro', sans-serif;
  margin-bottom: 56px; }
  @media all and (max-width: 640px) {
    .subtitle-h1 {
      margin-bottom: 42px; } }

.heading-image {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 50px; }
  .heading-image .heading-woman {
    position: absolute;
    width: 880px;
    height: 633px;
    max-width: none;
    margin-top: -290px;
    margin-left: -200px; }
    @media all and (max-width: 640px) {
      .heading-image .heading-woman {
        height: 476px;
        width: 600px;
        margin-top: -48px;
        margin-left: -340px; } }
  .heading-image .heading-smoke {
    position: absolute;
    width: 503px;
    height: 841px;
    max-width: none;
    margin-top: -220px;
    margin-left: -190px;
    z-index: -1; }
    @media all and (max-width: 640px) {
      .heading-image .heading-smoke {
        margin-top: 6px;
        margin-left: -420px; } }

.heading-item {
  position: relative;
  margin: 92px 0 0;
  padding-left: 104px; }
  .heading-item .count-heading {
    font: 600 32px/1 'Myriad', sans-serif;
    display: inline-block;
    position: absolute;
    left: 0; }
  .heading-item .title-heading {
    font: 400 14px/18px 'Open Sans', sans-serif;
    display: inline-block; }

.play-block {
  position: absolute;
  bottom: 128px;
  right: 370px; }
  @media all and (max-width: 640px) {
    .play-block {
      bottom: -356px;
      right: 304px; } }
  .play-block .play-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;
    position: absolute;
    right: 40px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url("../images/play.png") no-repeat 60% 50% #fa4e5c;
    display: inline-block; }
    @media all and (max-width: 640px) {
      .play-block .play-btn {
        right: -42px;
        bottom: 0; } }
    .play-block .play-btn:hover {
      background-color: #aa0512; }
    .play-block .play-btn::before {
      content: '';
      background: url("../images/border-play.png") no-repeat 50% 50%;
      width: 164px;
      height: 166px;
      position: absolute;
      top: -52px;
      left: -52px;
      animation: si-rotate infinite linear 1.8s; }
  .play-block .title-play {
    font: 400 200px/1 'Carolina', sans-serif;
    color: #fa4e5c; }
    @media all and (max-width: 640px) {
      .play-block .title-play {
        font: 400 151px/1 'Carolina', sans-serif; } }

.section-advantages {
  padding: 150px 0 50px; }
  @media all and (max-width: 640px) {
    .section-advantages {
      padding: 80px 0 5px; } }
  .section-advantages h2 {
    margin-bottom: 26px; }
    @media all and (max-width: 640px) {
      .section-advantages h2 {
        margin-bottom: 30px; } }
  @media all and (max-width: 640px) {
    .section-advantages .float-block {
      display: none; } }

.subtitle-h2 {
  font: 400 25px/30px 'Gotham Pro', sans-serif;
  text-align: center;
  margin-bottom: 102px; }
  @media all and (max-width: 640px) {
    .subtitle-h2 {
      font: 400 21px/28px 'Gotham Pro', sans-serif;
      margin-bottom: 50px; } }
  .subtitle-h2 span {
    color: #fa4e5c; }

.item-advantages {
  margin-bottom: 44px;
  position: relative; }
  @media all and (max-width: 640px) {
    .item-advantages {
      margin: 0 0 50px 0 !important; } }
  @media all and (max-width: 640px) {
    .item-advantages::before {
      display: none; } }
  .item-advantages.i-1 {
    margin-left: 50px; }
    .item-advantages.i-1::before {
      content: '';
      position: absolute;
      background: url("../images/line-adv-1.png") no-repeat;
      width: 109px;
      height: 27px;
      position: absolute;
      right: -24px;
      top: 55%; }
  .item-advantages.i-2 {
    margin-left: 30px; }
    .item-advantages.i-2::before {
      content: '';
      position: absolute;
      background: url("../images/line-adv-2.png") no-repeat;
      width: 102px;
      height: 20px;
      position: absolute;
      left: -124px;
      top: 44%; }
    .item-advantages.i-2 .title-advantages {
      margin-bottom: 30px; }
    .item-advantages.i-2 .text-advantages {
      padding-right: 40px; }
  .item-advantages.i-3 {
    margin-bottom: 66px; }
    .item-advantages.i-3::before {
      content: '';
      position: absolute;
      background: url("../images/line-adv-3.png") no-repeat;
      width: 91px;
      height: 23px;
      position: absolute;
      right: -74px;
      top: 32%; }
  .item-advantages.i-4 {
    margin-left: 80px; }
    .item-advantages.i-4::before {
      content: '';
      position: absolute;
      background: url("../images/line-adv-4.png") no-repeat;
      width: 87px;
      height: 12px;
      position: absolute;
      left: -124px;
      top: 49%; }
    .item-advantages.i-4 .text-advantages {
      padding-right: 0px; }
  .item-advantages.i-5 {
    margin-left: 50px; }
    .item-advantages.i-5::before {
      content: '';
      position: absolute;
      background: url("../images/line-adv-5.png") no-repeat;
      width: 120px;
      height: 48px;
      position: absolute;
      right: -24px;
      top: 8%; }
  .item-advantages.i-6 {
    margin-left: 32px; }
    .item-advantages.i-6::before {
      content: '';
      position: absolute;
      background: url("../images/line-adv-6.png") no-repeat;
      width: 106px;
      height: 39px;
      position: absolute;
      left: -128px;
      top: -10%; }
  .item-advantages .title-advantages {
    font: 400 27px/30px 'Myriad', sans-serif;
    margin-bottom: 18px; }
    @media all and (max-width: 640px) {
      .item-advantages .title-advantages {
        margin-bottom: 18px !important; } }
  .item-advantages .text-advantages {
    font: 400 14px/24px 'Myriad', sans-serif;
    color: #5f5f5f;
    padding-right: 60px; }
  .item-advantages .download-docs {
    font: 400 16px/1 'Myriad', sans-serif;
    color: #fa4e5c;
    border-bottom: 1px solid #fa4e5c;
    position: absolute;
    right: 18px;
    bottom: -32px; }
    @media all and (max-width: 640px) {
      .item-advantages .download-docs {
        bottom: -20px; } }
    .item-advantages .download-docs:hover {
      color: #aa0512; }

.float-block {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 50px; }
  .float-block .hand-advantages {
    max-width: none;
    position: absolute;
    margin-top: -466px;
    margin-left: -510px; }
  .float-block .float-item-award {
    position: absolute;
    background: url("../images/float/award.png") no-repeat;
    width: 388px;
    height: 466px;
    margin-left: -1020px;
    margin-top: 160px; }

.section-return {
  background: url("../images/return-bg.png") no-repeat 50% 69%;
  padding: 96px 0 0px;
  text-align: center; }
  @media all and (max-width: 640px) {
    .section-return {
      padding: 0px 0 0px;
      background: url("../images/return-bg-mob.png") no-repeat 50% 69%; } }
  .section-return h2 {
    margin-bottom: 30px; }
    @media all and (max-width: 640px) {
      .section-return h2 {
        margin-bottom: 22px; } }
  .section-return .subtitle-h2 {
    margin-bottom: 8px; }
    @media all and (max-width: 640px) {
      .section-return .subtitle-h2 {
        margin-bottom: 30px; } }
  .section-return .wrapper-btn {
    transform: translateY(-115px); }
    @media all and (max-width: 640px) {
      .section-return .wrapper-btn {
        transform: translateY(0px);
        margin-top: 15px; } }
  @media all and (max-width: 640px) {
    .section-return .puppets {
      width: 480px;
      transform: translateX(-20px) !important; } }

.float-block .float-item-diamond {
  position: absolute;
  background: url("../images/float/diamond-1.png") no-repeat;
  width: 207px;
  height: 136px;
  margin-top: -300px;
  margin-left: 430px; }

.float-block .float-item-diamond-min {
  position: absolute;
  background: url("../images/float/diamond-2.png") no-repeat;
  width: 67px;
  height: 67px;
  margin-top: -350px;
  margin-left: 710px; }

.float-block .float-item-circle {
  position: absolute;
  background: url("../images/float/circle.png") no-repeat;
  width: 371px;
  height: 371px;
  margin-top: -10px;
  margin-left: 300px;
  z-index: -1; }

.float-block .float-item-triangle {
  position: absolute;
  background: url("../images/float/triangle.png") no-repeat;
  width: 414px;
  height: 461px;
  margin-top: -230px;
  margin-left: -730px;
  z-index: -1; }
  @media all and (max-width: 640px) {
    .float-block .float-item-triangle {
      display: none; } }

.float-block .float-item-triangle-min {
  position: absolute;
  background: url("../images/float/triangle-min.png") no-repeat;
  width: 8px;
  height: 9px;
  margin-top: 190px;
  margin-left: 100px;
  z-index: -1; }
  @media all and (max-width: 640px) {
    .float-block .float-item-triangle-min {
      display: none; } }

.float-block .float-item-wave {
  position: absolute;
  background: url("../images/float/wave.png") no-repeat;
  width: 85px;
  height: 28px;
  margin-left: 600px;
  margin-top: 70px; }
  @media all and (max-width: 640px) {
    .float-block .float-item-wave {
      width: 37px;
      height: 17px;
      background: url("../images/float/wave-mob.png") no-repeat;
      margin-left: 214px;
      margin-top: 24px;
      z-index: 1; } }

.float-block .float-item-plus {
  position: absolute;
  background: url("../images/float/plus.png") no-repeat;
  width: 11px;
  height: 12px;
  margin-left: -680px;
  margin-top: -230px; }

.float-block .figure-mob {
  position: absolute;
  background: url("../images/float/figure-mob.png") no-repeat;
  width: 595px;
  height: 255px;
  margin-left: -354px;
  margin-top: -108px; }

.section-review {
  padding: 10px 0 20px; }
  @media all and (max-width: 640px) {
    .section-review {
      padding: 96px 0 78px; } }
  .section-review h2 {
    margin-bottom: 50px; }
    @media all and (max-width: 640px) {
      .section-review h2 {
        margin-bottom: 40px; } }
  .section-review .subtitle-h2 {
    margin-bottom: 66px; }
    @media all and (max-width: 640px) {
      .section-review .subtitle-h2 {
        margin-bottom: 36px; } }

.gallery-thumbs {
  margin-bottom: 64px; }
  .gallery-thumbs .swiper-slide {
    text-align: center;
    cursor: pointer; }
    .gallery-thumbs .swiper-slide:hover .wrapper-review-image {
      filter: grayscale(0%); }
    .gallery-thumbs .swiper-slide.swiper-slide-thumb-active .wrapper-review-image {
      filter: grayscale(0%); }
    .gallery-thumbs .swiper-slide .wrapper-review-image {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      width: 86px;
      height: 86px;
      border-radius: 50%;
      overflow: hidden;
      margin: 0 auto 18px;
      position: relative;
      filter: grayscale(100%); }
    .gallery-thumbs .swiper-slide .author-review-thumb {
      font: 700 15px/1 'Gotham Pro', sans-serif;
      margin-bottom: 6px; }
      @media all and (max-width: 640px) {
        .gallery-thumbs .swiper-slide .author-review-thumb {
          font: 700 14px/1 'Gotham Pro', sans-serif; } }
    .gallery-thumbs .swiper-slide .position-author-thumb {
      font: 400 15px/1 'Gotham Pro', sans-serif; }
      @media all and (max-width: 640px) {
        .gallery-thumbs .swiper-slide .position-author-thumb {
          font: 400 14px/1 'Gotham Pro', sans-serif; } }

.gallery-top .author-review-block {
  text-align: center;
  position: relative; }
  .gallery-top .author-review-block::before {
    content: '';
    background: url("../images/youtube.png") no-repeat 50% 50%;
    width: 35px;
    height: 25px;
    position: absolute;
    top: 150px;
    right: 90px;
    z-index: 2; }

.gallery-top .author-image-main {
  width: 186px;
  height: 186px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 52px;
  position: relative; }

.gallery-top .author-name-review {
  font: 700 18px/1 'Gotham Pro', sans-serif;
  margin-bottom: 10px; }

.gallery-top .author-position-review {
  font: 400 italic 15px/19px 'Gotham Pro', sans-serif;
  margin-bottom: 26px; }

.gallery-top .author-logo-company {
  margin-bottom: 16px; }

.gallery-top .site-link {
  font: 400 16px/1 'Gotham Pro', sans-serif;
  color: #fa4e5c;
  border-bottom: 1px solid #fa4e5c; }
  .gallery-top .site-link:hover {
    color: #aa0512; }

.review-block .title-review-block {
  font: 500 26px/30px 'Gotham Pro', sans-serif;
  margin-bottom: 52px; }
  @media all and (max-width: 640px) {
    .review-block .title-review-block {
      font: 500 21px/25px 'Gotham Pro', sans-serif; } }

.review-block .author-review-text {
  font: 400 16px/25px 'Gotham Pro', sans-serif;
  margin-bottom: 44px; }
  .review-block .author-review-text span {
    font: 600 16px/22px 'Gotham Pro', sans-serif; }

.review-block .author-quotes {
  font: 500 italic 21px/28px 'Gotham Pro', sans-serif;
  margin-bottom: 20px; }

.item-company-review {
  display: inline-block;
  text-align: center;
  margin: 0 68px 48px 0;
  vertical-align: top; }
  @media all and (max-width: 640px) {
    .item-company-review {
      margin: 0px 5px 48px 0;
      width: 31%; } }
  .item-company-review.last {
    margin-right: 0; }
  .item-company-review .wrapper-company-image {
    height: 29px;
    width: 34px;
    margin: 0 auto 15px;
    background: url("../images/sprite-review.png") no-repeat; }
    @media all and (max-width: 640px) {
      .item-company-review .wrapper-company-image {
        margin: 0 auto 8px; } }
    .item-company-review .wrapper-company-image.i-1 {
      background-position: 0 0; }
    .item-company-review .wrapper-company-image.i-2 {
      background-position: -30px 0; }
    .item-company-review .wrapper-company-image.i-3 {
      background-position: -70px 0; }
  .item-company-review .title-company {
    font: 500 15px/21px 'Gotham Pro', sans-serif; }
    @media all and (max-width: 640px) {
      .item-company-review .title-company {
        font: 500 14px/19px 'Gotham Pro', sans-serif; } }

.wrapper-review-slider {
  position: relative; }

.review-next, .review-prev {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  top: 70px; }
  .review-next:hover, .review-prev:hover {
    background-color: #aa0512 !important; }

.review-next {
  background: url("../images/arrow-next.png") no-repeat 50% 50% #fa4e5c !important; }

.review-prev {
  background: url("../images/arrow-prev.png") no-repeat 50% 50% #fa4e5c !important; }

.section-programm {
  padding: 140px 0 40px; }
  @media all and (max-width: 640px) {
    .section-programm {
      padding: 68px 0 4px; } }
  .section-programm h2 {
    margin-bottom: 28px; }
    @media all and (max-width: 640px) {
      .section-programm h2 {
        margin-bottom: 42px; } }
  .section-programm .subtitle-h2 {
    margin-bottom: 78px; }
    @media all and (max-width: 640px) {
      .section-programm .subtitle-h2 {
        margin-bottom: 52px; } }

.item-programm-image {
  position: relative;
  display: inline-block; }
  @media all and (max-width: 640px) {
    .item-programm-image {
      margin: 0 !important; } }
  .item-programm-image::before {
    content: '';
    width: 246px;
    height: 246px;
    background: #e8e8e8;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
    @media all and (max-width: 640px) {
      .item-programm-image::before {
        width: 192px;
        height: 192px; } }
  .item-programm-image::after {
    content: attr(data-attr);
    width: 36px;
    height: 28px;
    background: #383838;
    border-radius: 50%;
    font: 500 17px/1 'Gotham Pro', sans-serif;
    color: #fff;
    display: block;
    text-align: center;
    padding-top: 8px;
    position: absolute;
    top: 0;
    left: 30px; }
    @media all and (max-width: 640px) {
      .item-programm-image::after {
        width: 28px;
        height: 20px;
        font: 500 13px/1 'Gotham Pro', sans-serif; } }
  .item-programm-image.i-1 {
    margin-top: 20px; }
    .item-programm-image.i-1 img {
      margin-left: 46px; }
  .item-programm-image.i-2 {
    margin-top: 20px; }
    @media all and (max-width: 640px) {
      .item-programm-image.i-2 {
        transform: translateX(380px); } }
    .item-programm-image.i-2 img {
      transform: translateY(-30px); }
    .item-programm-image.i-2::after {
      left: 40px; }
  .item-programm-image.i-3 {
    margin-top: 0px; }
    .item-programm-image.i-3::after {
      top: -30px;
      left: 176px; }
      @media all and (max-width: 640px) {
        .item-programm-image.i-3::after {
          top: 0px;
          left: 120px; } }
    @media all and (max-width: 640px) {
      .item-programm-image.i-3 img {
        width: 80%;
        transform: translateY(20px) !important; } }
  @media all and (max-width: 640px) {
    .item-programm-image.i-4 {
      transform: translateX(390px); } }
  .item-programm-image.i-4 img {
    transform: translate(24px, -20px); }
  .item-programm-image.i-4::after {
    top: 26px;
    left: 6px; }
  .item-programm-image.i-5 img {
    transform: translate(24px, -24px); }
    @media all and (max-width: 640px) {
      .item-programm-image.i-5 img {
        transform: translate(24px, -10px) !important; } }
  @media all and (max-width: 640px) {
    .item-programm-image.i-6 {
      transform: translateX(330px); } }
  .item-programm-image.i-6::after {
    top: 30px;
    left: 0px; }
  .item-programm-image.i-7::after {
    top: 0px;
    left: 34px; }
  .item-programm-image.i-7 img {
    transform: translateY(-60px); }
  @media all and (max-width: 640px) {
    .item-programm-image.i-8 {
      transform: translateX(330px); } }
  .item-programm-image.i-8::after {
    top: 0px;
    left: 42px; }
  .item-programm-image img {
    max-width: none; }
    @media all and (max-width: 640px) {
      .item-programm-image img {
        width: 70%; } }

.line-dashed {
  position: absolute;
  z-index: -4; }
  @media all and (max-width: 640px) {
    .line-dashed {
      display: none; } }
  .line-dashed.line-dashed-1 {
    left: 166px;
    bottom: -256px; }
  .line-dashed.line-dashed-2 {
    left: -190px;
    bottom: -50px; }
  .line-dashed.line-dashed-3 {
    left: 220px;
    bottom: -128px; }
  .line-dashed.line-dashed-4 {
    left: -390px;
    bottom: -138px; }
  .line-dashed.line-dashed-5 {
    left: 190px;
    bottom: -158px; }
  .line-dashed.line-dashed-6 {
    left: -360px;
    bottom: -128px; }
  .line-dashed.line-dashed-7 {
    left: 235px;
    bottom: -100px; }

.item-programm-content {
  display: inline-block;
  margin-bottom: 86px; }
  @media all and (max-width: 640px) {
    .item-programm-content {
      margin: 0 0 68px !important; } }
  .item-programm-content.i-1 {
    margin-left: 60px; }
  .item-programm-content.i-2 {
    margin: 0 0 120px 20px; }
    @media all and (max-width: 640px) {
      .item-programm-content.i-2 {
        transform: translateX(-310px); } }
  .item-programm-content.i-3 {
    margin: 0 0 120px 40px; }
  .item-programm-content.i-4 {
    margin: 0 0 100px 40px; }
    @media all and (max-width: 640px) {
      .item-programm-content.i-4 {
        transform: translateX(-312px); } }
  .item-programm-content.i-5 {
    margin: 0 0 114px 40px; }
    .item-programm-content.i-5 .programm-title {
      margin-bottom: 52px; }
      @media all and (max-width: 640px) {
        .item-programm-content.i-5 .programm-title {
          margin-bottom: 22px; } }
  .item-programm-content.i-6 {
    margin: 0 0 162px 26px; }
    @media all and (max-width: 640px) {
      .item-programm-content.i-6 {
        transform: translateX(-310px); } }
    .item-programm-content.i-6 .programm-title {
      margin-bottom: 52px; }
      @media all and (max-width: 640px) {
        .item-programm-content.i-6 .programm-title {
          margin-bottom: 22px; } }
  .item-programm-content.i-7 {
    margin: 0 0 124px 32px; }
    .item-programm-content.i-7 .programm-title {
      margin-bottom: 28px; }
  .item-programm-content.i-8 {
    margin: 0 0 0px 50px; }
    @media all and (max-width: 640px) {
      .item-programm-content.i-8 {
        transform: translateX(-310px); } }
    .item-programm-content.i-8 .programm-title {
      margin-bottom: 28px; }
  .item-programm-content .programm-title {
    font: 500 25px/28px 'DIN Pro', sans-serif;
    margin-bottom: 22px; }
  .item-programm-content .programm-text {
    font: 400 14px/22px 'Gotham Pro', sans-serif;
    color: #444;
    margin-bottom: 32px; }

.section-rate {
  padding: 80px 0 160px; }
  @media all and (max-width: 640px) {
    .section-rate {
      padding: 0px 0 0px; } }
  .section-rate h2 {
    margin-bottom: 52px; }
    @media all and (max-width: 640px) {
      .section-rate h2 {
        margin-bottom: 64px; } }

.rate-block {
  position: relative;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.14);
  border-radius: 6px;
  height: 518px;
  padding: 78px 34px 0 132px;
  color: #444;
  margin-bottom: 40px; }
  @media all and (max-width: 1650px) {
    .rate-block {
      padding-left: 92px;
      padding-right: 72px; }
      .rate-block::after {
        display: none; }
      .rate-block > img {
        display: none; } }
  @media all and (max-width: 640px) {
    .rate-block {
      padding: 68px 0 68px 68px;
      height: auto; } }
  .rate-block::before {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: '';
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    border: 2px solid #f7f7f7;
    border-radius: 4px; }
  .rate-block.b-1::after, .rate-block.b-5::after {
    content: attr(data-attr);
    font: 300 174px/1 'Gotham Pro', sans-serif;
    color: #f1f1f1;
    position: absolute;
    left: -190px;
    top: 50px;
    z-index: -2; }
  .rate-block.b-5::after {
    left: -240px; }
  .rate-block.b-3::after {
    content: attr(data-attr);
    font: 300 174px/1 'Gotham Pro', sans-serif;
    color: #f1f1f1;
    position: absolute;
    left: -240px;
    top: 50px;
    z-index: -2; }
  .rate-block.b-2::after, .rate-block.b-4::after {
    content: attr(data-attr);
    font: 300 174px/1 'Gotham Pro', sans-serif;
    color: #f1f1f1;
    position: absolute;
    right: -240px;
    top: 50px;
    z-index: -2; }
  .rate-block.b-2, .rate-block.b-4 {
    padding: 74px 74px 0 92px; }
    @media all and (max-width: 640px) {
      .rate-block.b-2, .rate-block.b-4 {
        padding: 68px 0 68px 68px; } }
  .rate-block .rate-title {
    font: 500 30px/32px 'Gotham Pro', sans-serif;
    margin-bottom: 22px; }
  .rate-block .rate-item-block {
    width: 47%;
    display: inline-block; }
    @media all and (max-width: 640px) {
      .rate-block .rate-item-block {
        width: 100%; } }
  .rate-block .rate-description-block {
    display: inline-block;
    width: 49%;
    vertical-align: top; }
    @media all and (max-width: 640px) {
      .rate-block .rate-description-block {
        width: 86%;
        margin-top: 40px; } }
    .rate-block .rate-description-block .rate-description {
      border: 3px dashed #e8e8e8;
      padding: 20px 36px 10px;
      margin-bottom: 50px; }
      @media all and (max-width: 640px) {
        .rate-block .rate-description-block .rate-description {
          margin-bottom: 34px; } }
      .rate-block .rate-description-block .rate-description .description-title {
        font: 500 italic 24px/1 'Gotham Pro', sans-serif;
        margin-bottom: 16px; }
      .rate-block .rate-description-block .rate-description .rate-description-text {
        font: 400 italic 15px/24px 'Gotham Pro', sans-serif; }
    .rate-block .rate-description-block .price {
      display: inline-block;
      font: 700 32px/1 'Gotham Pro', sans-serif;
      margin: 0 80px 0 58px; }
      .rate-block .rate-description-block .price p, .rate-block .rate-description-block .price ul.marked {
        font: 300 16px/1 'Gotham Pro', sans-serif;
        color: #a7a7a7;
        margin-bottom: 8px;
        display: inline-block; }
  .rate-block .image-rate-1 {
    position: absolute;
    left: -160px;
    top: 140px; }
  .rate-block .image-triangle-1 {
    position: absolute;
    left: -220px;
    top: 170px;
    z-index: -1; }
  .rate-block .image-rate-2 {
    position: absolute;
    right: -266px;
    top: 160px; }
  .rate-block .image-trap-2 {
    position: absolute;
    right: -220px;
    top: 120px;
    z-index: -1; }
  .rate-block .image-rate-3 {
    position: absolute;
    left: -180px;
    top: 120px; }
  .rate-block .image-circle-3 {
    position: absolute;
    left: -220px;
    top: 160px;
    z-index: -1; }
  .rate-block .image-wave-3 {
    position: absolute;
    left: -260px;
    top: 300px; }
  .rate-block .image-rate-4 {
    position: absolute;
    right: -120px;
    top: 80px; }
  .rate-block .image-rectangle-4 {
    position: absolute;
    right: -220px;
    top: 160px;
    z-index: -1; }
  .rate-block .image-rate-5 {
    position: absolute;
    left: -190px;
    top: 120px; }
  .rate-block .image-triangle-5 {
    position: absolute;
    left: -220px;
    top: 150px;
    z-index: -1;
    transform: rotate(24deg); }

.rate-item {
  position: relative;
  padding-left: 50px;
  margin-bottom: 8px; }
  .rate-item.rate-5 {
    margin-bottom: 40px; }
  .rate-item.rate-6 {
    margin-bottom: 38px; }
  .rate-item .rate-left {
    font: 400 16px/20px 'Gotham Pro', sans-serif;
    color: #444;
    width: 275px;
    display: inline-block; }
    .rate-item .rate-left .rate-icon {
      width: 24px;
      height: 30px;
      background: url("../images/rate-sprite.png") no-repeat;
      display: inline-block;
      position: absolute;
      left: 0; }
      .rate-item .rate-left .rate-icon.i-1 {
        background-position: 0 0; }
      .rate-item .rate-left .rate-icon.i-2 {
        background-position: 0 -32px; }
      .rate-item .rate-left .rate-icon.i-3 {
        background-position: 0 -64px; }
      .rate-item .rate-left .rate-icon.i-4 {
        background-position: 0 -96px; }
      .rate-item .rate-left .rate-icon.i-5 {
        background-position: 0 -128px; }
      .rate-item .rate-left .rate-icon.i-6 {
        background-position: 0 -160px; }
      .rate-item .rate-left .rate-icon.i-7 {
        background-position: 0 -200px; }
  .rate-item .rate-right {
    display: inline-block;
    font: 500 16px/1 'Gotham Pro', sans-serif;
    vertical-align: top; }
    .rate-item .rate-right.rate-7 {
      margin-top: 2px; }

.section-speaker {
  padding: 166px 0 60px; }
  @media all and (max-width: 640px) {
    .section-speaker {
      padding: 76px 0 60px; } }
  .section-speaker h2 {
    margin-bottom: 48px; }

.float-block .semicircle-1 {
  background: url("../images/float/semicircle-1.png") no-repeat;
  width: 244px;
  height: 138px;
  position: absolute;
  margin-top: -600px;
  margin-left: -950px; }

.float-block .semicircle-2 {
  background: url("../images/float/semicircle-2.png") no-repeat;
  width: 173px;
  height: 217px;
  position: absolute;
  margin-top: -350px;
  margin-left: -800px; }

.float-block .semicircle-3 {
  background: url("../images/float/semicircle-3.png") no-repeat;
  width: 248px;
  height: 248px;
  position: absolute;
  margin-top: -850px;
  margin-left: 560px; }

.float-block .semicircle-4 {
  background: url("../images/float/semicircle-4.png") no-repeat;
  width: 244px;
  height: 138px;
  position: absolute;
  margin-top: 0;
  margin-left: 600px; }

.float-block .triangle-min-1 {
  background: url("../images/float/triangle-min-2.png") no-repeat;
  width: 115px;
  height: 100px;
  position: absolute;
  margin-left: -120px;
  margin-top: -240px;
  z-index: 12; }
  @media all and (max-width: 640px) {
    .float-block .triangle-min-1 {
      margin-left: 110px;
      margin-top: -568px; } }

.speaker-image-block {
  margin-top: 170px;
  position: relative; }
  @media all and (max-width: 640px) {
    .speaker-image-block {
      transform: translateX(36px);
      margin: 170px 0 22px; } }
  .speaker-image-block::before {
    content: '';
    background: url("../images/youtube-big.png") no-repeat;
    width: 57px;
    height: 41px;
    position: absolute;
    bottom: 110px;
    left: 0; }
  .speaker-image-block .speaker {
    width: 450px;
    height: 450px;
    background: url("../images/speaker.png") no-repeat 75% 32% #e8e8e8;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 26px; }
  .speaker-image-block .speaker-head {
    width: 382px;
    height: 492px;
    background: url("../images/speaker-head.png") no-repeat 50% 50%;
    position: absolute;
    top: -166px;
    left: 34px; }

.experience-block {
  margin-top: 22px; }
  @media all and (max-width: 640px) {
    .experience-block {
      margin-left: 40px; } }
  .experience-block .experience-title {
    font: 500 25px/1 'Gotham Pro', sans-serif;
    margin-bottom: 44px; }
  .experience-block .experience-items, .experience-block .skill-items {
    margin: 0 0 50px 0;
    padding: 0; }
    .experience-block .experience-items li, .experience-block .skill-items li {
      list-style-type: none;
      font: 400 16px/24px 'Gotham Pro', sans-serif;
      margin-bottom: 26px;
      position: relative;
      text-indent: 16px;
      padding-right: 80px;
      color: #444; }
      .experience-block .experience-items li::before, .experience-block .skill-items li::before {
        content: '';
        width: 2px;
        height: 2px;
        border-radius: 50%;
        background: #fed2d6;
        border: 2px solid #fa4e5c;
        position: absolute;
        left: 0;
        top: 8px; }
      .experience-block .experience-items li span, .experience-block .skill-items li span {
        font: 500 16px/22px 'Gotham Pro', sans-serif; }
  .experience-block .skill-block {
    padding-left: 100px;
    position: relative; }
    .experience-block .skill-block img {
      position: absolute;
      left: 0; }
  .experience-block .title-skill-items {
    font: 400 16px/28px 'Gotham Pro', sans-serif;
    margin-bottom: 10px; }
  .experience-block .skill-title {
    font: 500 25px/1 'Gotham Pro', sans-serif;
    margin-bottom: 24px; }
  .experience-block .skill-items li {
    display: inline-block;
    padding-right: 0;
    margin-right: 10px; }

.item-progress {
  margin: 95px 0 108px; }
  @media all and (max-width: 640px) {
    .item-progress {
      margin: 0px 0 26px; } }
  .item-progress .wrapper-progress-image {
    width: 232px;
    height: 154px; }
    @media all and (max-width: 640px) {
      .item-progress .wrapper-progress-image {
        width: 100%; } }
    .item-progress .wrapper-progress-image.i-1 {
      background: url("../images/progress/1.jpg") no-repeat 0 40%; }
      @media all and (max-width: 640px) {
        .item-progress .wrapper-progress-image.i-1 {
          background-size: cover; } }
    .item-progress .wrapper-progress-image.i-2 {
      background: url("../images/progress/2.jpg") no-repeat; }
      @media all and (max-width: 640px) {
        .item-progress .wrapper-progress-image.i-2 {
          background-size: cover; } }
    .item-progress .wrapper-progress-image.i-3 {
      background: url("../images/progress/3.jpg") no-repeat; }
      @media all and (max-width: 640px) {
        .item-progress .wrapper-progress-image.i-3 {
          background-size: cover; } }
    .item-progress .wrapper-progress-image.i-4 {
      background: url("../images/progress/4.jpg") no-repeat; }
      @media all and (max-width: 640px) {
        .item-progress .wrapper-progress-image.i-4 {
          background-size: cover; } }
  .item-progress .content-progress {
    transform: translateY(-10px);
    padding-left: 76px; }
    .item-progress .content-progress .title-progress {
      font: 700 16px/20px 'Gotham Pro', sans-serif;
      text-transform: uppercase;
      margin-bottom: 16px; }
      .item-progress .content-progress .title-progress span {
        font: 700 43px/1 'Gotham Pro', sans-serif;
        opacity: 0.6;
        color: #fa4e5c;
        position: absolute;
        left: 16px;
        transform: translateY(-6px); }
    .item-progress .content-progress .text-progress {
      font: 400 15px/20px 'Gotham Pro', sans-serif;
      color: #444; }

.certificate-item {
  padding-right: 30px;
  text-align: center;
  margin-bottom: 70px; }
  @media all and (max-width: 640px) {
    .certificate-item {
      margin-bottom: 0; } }
  .certificate-item .title-certificate {
    font: 500 22px/26px 'GOtham Pro', sans-serif;
    margin-bottom: 0;
    height: 102px; }
    @media all and (max-width: 640px) {
      .certificate-item .title-certificate {
        margin: 80px 0 40px;
        height: auto; } }
  .certificate-item .certificate-image {
    display: block;
    position: relative;
    cursor: pointer !important;
    border: 14px solid #fff;
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.18);
    display: inline-block;
    position: relative;
    margin-bottom: 32px; }
    .certificate-item .certificate-image img {
      display: block;
      position: relative;
      z-index: 1; }
    .certificate-item .certificate-image::before {
      -webkit-transition: all 0.3s ease-in-out;
      -moz-transition: all 0.3s ease-in-out;
      -ms-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      position: absolute !important;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      content: "";
      background: rgba(250, 78, 92, 0.5);
      opacity: 0;
      z-index: 2; }
    .certificate-item .certificate-image::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; }
    .certificate-item .certificate-image:hover::before, .certificate-item .certificate-image:active::before {
      opacity: 1; }
    .certificate-item .certificate-image:hover::after, .certificate-item .certificate-image: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; }
    @media all and (max-width: 640px) {
      .certificate-item .certificate-image {
        margin: 0 auto 32px;
        display: block;
        width: 320px; } }

.btn-holder-inst {
  margin-top: 90px; }

.section-company {
  padding: 90px 0 176px; }
  @media all and (max-width: 640px) {
    .section-company {
      padding: 68px 0 90px; } }
  .section-company h2 {
    margin-bottom: 52px; }
    @media all and (max-width: 640px) {
      .section-company h2 {
        margin-bottom: 36px; } }
  .section-company h3 {
    margin-bottom: 80px; }
  .section-company .title-mass-media {
    margin: 74px 0 76px; }
    @media all and (max-width: 640px) {
      .section-company .title-mass-media {
        margin: 40px 0 48px; } }

.logo-slider .swiper-slide {
  height: 125px; }

.wrapper-logo-slider {
  position: relative;
  text-align: center;
  margin-bottom: 110px; }

.logo-next, .award-next, .logo-prev, .award-prev {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.12); }
  .logo-next:hover, .award-next:hover, .logo-prev:hover, .award-prev:hover {
    background-color: #fa4e5c !important; }

.logo-prev, .award-prev {
  background: url("../images/arrow-prev-accent.png") no-repeat 40% 50% #fff !important;
  left: -90px; }
  @media all and (max-width: 640px) {
    .logo-prev, .award-prev {
      left: -60px; } }

.logo-next, .award-next {
  background: url("../images/arrow-next-accent.png") no-repeat 60% 50% #fff !important;
  right: -90px; }
  @media all and (max-width: 640px) {
    .logo-next, .award-next {
      right: -60px; } }

.wrapper-award-slider {
  position: relative; }

.item-award {
  text-align: center;
  color: #444;
  margin-bottom: 50px; }
  .item-award.i-4 .award-title, .item-award.i-5 .award-title {
    height: 50px; }
    @media all and (max-width: 640px) {
      .item-award.i-4 .award-title, .item-award.i-5 .award-title {
        height: 80px; } }
  .item-award .award-title {
    font: 500 20px/25px 'Gotham Pro', sans-serif;
    height: 82px; }
    @media all and (max-width: 640px) {
      .item-award .award-title {
        font: 500 18px/23px 'Gotham Pro', sans-serif; } }
  .item-award .award-text {
    font: 400 14px/22px 'Gotham Pro', sans-serif;
    padding: 0 40px; }
    @media all and (max-width: 640px) {
      .item-award .award-text {
        padding: 0 10px; } }
  .item-award .wrapper-award-image {
    height: 212px;
    position: relative; }
    .item-award .wrapper-award-image::before {
      content: '';
      width: 115px;
      height: 115px;
      background: #e8e8e8;
      border-radius: 50%;
      position: absolute;
      top: calc(50% - 60px);
      left: calc(50% - 54px);
      z-index: -1; }
    .item-award .wrapper-award-image.w-2::before {
      left: calc(50% - 38px); }

.wrapper-logo-media {
  text-align: center; }
  .wrapper-logo-media .media-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;
    display: inline-block;
    height: 48px;
    margin: 0 20px;
    border-bottom: 2px solid #fa4e5c;
    padding-bottom: 55px; }
    @media all and (max-width: 640px) {
      .wrapper-logo-media .media-link {
        margin: 0 32px 22px; } }
    .wrapper-logo-media .media-link:hover {
      border-bottom: 2px solid transparent; }
    .wrapper-logo-media .media-link.media-1 {
      background: url("../images/media/1.png") no-repeat;
      width: 155px; }
      .wrapper-logo-media .media-link.media-1:hover {
        background: url("../images/media/1-hover.png") no-repeat; }
    .wrapper-logo-media .media-link.media-2 {
      background: url("../images/media/2.png") no-repeat;
      width: 205px; }
      .wrapper-logo-media .media-link.media-2:hover {
        background: url("../images/media/2-hover.png") no-repeat; }
    .wrapper-logo-media .media-link.media-3 {
      background: url("../images/media/3.png") no-repeat;
      width: 178px; }
      .wrapper-logo-media .media-link.media-3:hover {
        background: url("../images/media/3-hover.png") no-repeat; }
    .wrapper-logo-media .media-link.media-4 {
      background: url("../images/media/4.png") no-repeat;
      width: 208px; }
      .wrapper-logo-media .media-link.media-4:hover {
        background: url("../images/media/4-hover.png") no-repeat; }

.award-next {
  top: 100px; }

.award-prev {
  top: 100px; }

.section-x {
  background: url("../images/") no-repeat 50% 50% transparent;
  padding: 0px 0 0px; }
  .section-x h2 {
    margin-bottom: 0px; }

.map-holder {
  height: 0px; }

.section-form {
  background: no-repeat 50% 50% transparent; }
  .section-form .btn-holder {
    margin-top: 0px; }
  .section-form .btn {
    width: 320px;
    border-radius: 4px;
    font: 600 20px/1 'Gotham Pro', sans-serif;
    text-transform: none;
    padding: 28px 0; }

.form-agree-check {
  font: 400 12px/15px "Gotham Pro", sans-serif;
  margin-top: 30px;
  color: #7d7d7d; }
  .form-agree-check .jq-checkbox, .form-agree-check .jq-radio {
    top: 1px; }

.form-webinar, .form-price, .form-quest {
  background-color: #fcfcfc;
  padding: 118px 0 150px; }
  @media all and (max-width: 640px) {
    .form-webinar, .form-price, .form-quest {
      padding: 0px 0 118px; } }
  .form-webinar h2, .form-price h2, .form-quest h2 {
    margin-bottom: 28px;
    font: 600 36px/39px 'Gotham Pro', sans-serif;
    text-align: left; }
  .form-webinar .subtitle-h2, .form-price .subtitle-h2, .form-quest .subtitle-h2 {
    font: 400 22px/31px 'Gotham Pro', sans-serif;
    color: #373737;
    text-align: left;
    margin-bottom: 36px; }
  .form-webinar .webinar-bg, .form-price .webinar-bg, .form-quest .webinar-bg {
    position: absolute !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 50%;
    transform: translateX(-50%);
    background: url("../images/webinar-bg.jpg") 50% 35%; }
    @media all and (max-width: 640px) {
      .form-webinar .webinar-bg, .form-price .webinar-bg, .form-quest .webinar-bg {
        height: 570px;
        width: 100%;
        transform: translateX(0%);
        background: url(../images/webinar-bg.jpg) 130% 18%;
        position: relative !important; } }

.wrapper-content-form {
  margin-left: 100px; }
  @media all and (max-width: 640px) {
    .wrapper-content-form {
      margin: 86px 0 0 112px; } }

.wrapper-author-webinar {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 50px; }
  .wrapper-author-webinar .author-webinar {
    font: 400 92px/1 'Carolina', sans-serif;
    color: #fa4e5c;
    position: absolute;
    margin-top: 90px;
    margin-left: -750px; }
    @media all and (max-width: 1360px) {
      .wrapper-author-webinar .author-webinar {
        margin-left: -650px; } }
    .wrapper-author-webinar .author-webinar span {
      display: block;
      text-indent: 300px; }

.form-price {
  padding: 100px 0 162px; }
  @media all and (max-width: 640px) {
    .form-price {
      padding: 60px 0 110px; } }
  .form-price .webinar-bg {
    background: url("../images/price-bg.jpg") 50% 28%; }

.form-quest .webinar-bg {
  background: url("../images/quest-bg.jpg") 50% 20%;
  background-size: cover; }

.btn.disabled {
  cursor: default;
  background: #d5858c;
}