/*! 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 {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a: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; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-Bold.eot");
  src: url("../fonts/Panton-Bold-1.eot") format("embedded-opentype"), url("../fonts/Panton-Bold.woff2") format("woff2"), url("../fonts/Panton-Bold.woff") format("woff"), url("../fonts/Panton-Bold.ttf") format("truetype"), url("../fonts/Panton-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-BoldItalic.eot");
  src: url("../fonts/Panton-BoldItalic-1.eot") format("embedded-opentype"), url("../fonts/Panton-BoldItalic.woff2") format("woff2"), url("../fonts/Panton-BoldItalic.woff") format("woff"), url("../fonts/Panton-BoldItalic.ttf") format("truetype"), url("../fonts/Panton-BoldItalic.svg") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-Black.eot");
  src: url("../fonts/Panton-Black-1.eot") format("embedded-opentype"), url("../fonts/Panton-Black.woff2") format("woff2"), url("../fonts/Panton-Black.woff") format("woff"), url("../fonts/Panton-Black.ttf") format("truetype"), url("../fonts/Panton-Black.svg") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-ExtraBold.eot");
  src: url("../fonts/Panton-ExtraBold-1.eot") format("embedded-opentype"), url("../fonts/Panton-ExtraBold.woff2") format("woff2"), url("../fonts/Panton-ExtraBold.woff") format("woff"), url("../fonts/Panton-ExtraBold.ttf") format("truetype"), url("../fonts/Panton-ExtraBold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-BlackItalic.eot");
  src: url("../fonts/Panton-BlackItalic-1.eot") format("embedded-opentype"), url("../fonts/Panton-BlackItalic.woff2") format("woff2"), url("../fonts/Panton-BlackItalic.woff") format("woff"), url("../fonts/Panton-BlackItalic.ttf") format("truetype"), url("../fonts/Panton-BlackItalic.svg") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-ExtraBoldItalic.eot");
  src: url("../fonts/Panton-ExtraBoldItalic-1.eot") format("embedded-opentype"), url("../fonts/Panton-ExtraBoldItalic.woff2") format("woff2"), url("../fonts/Panton-ExtraBoldItalic.woff") format("woff"), url("../fonts/Panton-ExtraBoldItalic.ttf") format("truetype"), url("../fonts/Panton-ExtraBoldItalic.svg") format("svg");
  font-weight: bold;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-ThinItalic.eot");
  src: url("../fonts/Panton-ThinItalic-1.eot") format("embedded-opentype"), url("../fonts/Panton-ThinItalic.woff2") format("woff2"), url("../fonts/Panton-ThinItalic.woff") format("woff"), url("../fonts/Panton-ThinItalic.ttf") format("truetype"), url("../fonts/Panton-ThinItalic.svg") format("svg");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-ExtraLight.eot");
  src: url("../fonts/Panton-ExtraLight-1.eot") format("embedded-opentype"), url("../fonts/Panton-ExtraLight.woff2") format("woff2"), url("../fonts/Panton-ExtraLight.woff") format("woff"), url("../fonts/Panton-ExtraLight.ttf") format("truetype"), url("../fonts/Panton-ExtraLight.svg") format("svg");
  font-weight: 200;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-LightItalic.eot");
  src: url("../fonts/Panton-LightItalic-1.eot") format("embedded-opentype"), url("../fonts/Panton-LightItalic.woff2") format("woff2"), url("../fonts/Panton-LightItalic.woff") format("woff"), url("../fonts/Panton-LightItalic.ttf") format("truetype"), url("../fonts/Panton-LightItalic.svg") format("svg");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-HeavyItalic.eot");
  src: url("../fonts/Panton-HeavyItalic-1.eot") format("embedded-opentype"), url("../fonts/Panton-HeavyItalic.woff2") format("woff2"), url("../fonts/Panton-HeavyItalic.woff") format("woff"), url("../fonts/Panton-HeavyItalic.ttf") format("truetype"), url("../fonts/Panton-HeavyItalic.svg") format("svg");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-RegularItalic.eot");
  src: url("../fonts/Panton-RegularItalic-1.eot") format("embedded-opentype"), url("../fonts/Panton-RegularItalic.woff2") format("woff2"), url("../fonts/Panton-RegularItalic.woff") format("woff"), url("../fonts/Panton-RegularItalic.ttf") format("truetype"), url("../fonts/Panton-RegularItalic.svg") format("svg");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-Thin.eot");
  src: url("../fonts/Panton-Thin-1.eot") format("embedded-opentype"), url("../fonts/Panton-Thin.woff2") format("woff2"), url("../fonts/Panton-Thin.woff") format("woff"), url("../fonts/Panton-Thin.ttf") format("truetype"), url("../fonts/Panton-Thin.svg") format("svg");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-ExtraLightItalic.eot");
  src: url("../fonts/Panton-ExtraLightItalic-1.eot") format("embedded-opentype"), url("../fonts/Panton-ExtraLightItalic.woff2") format("woff2"), url("../fonts/Panton-ExtraLightItalic.woff") format("woff"), url("../fonts/Panton-ExtraLightItalic.ttf") format("truetype"), url("../fonts/Panton-ExtraLightItalic.svg") format("svg");
  font-weight: 200;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-Regular.eot");
  src: url("../fonts/Panton-Regular-1.eot") format("embedded-opentype"), url("../fonts/Panton-Regular.woff2") format("woff2"), url("../fonts/Panton-Regular.woff") format("woff"), url("../fonts/Panton-Regular.ttf") format("truetype"), url("../fonts/Panton-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-Heavy.eot");
  src: url("../fonts/Panton-Heavy-1.eot") format("embedded-opentype"), url("../fonts/Panton-Heavy.woff2") format("woff2"), url("../fonts/Panton-Heavy.woff") format("woff"), url("../fonts/Panton-Heavy.ttf") format("truetype"), url("../fonts/Panton-Heavy.svg") format("svg");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-Light.eot");
  src: url("../fonts/Panton-Light-1.eot") format("embedded-opentype"), url("../fonts/Panton-Light.woff2") format("woff2"), url("../fonts/Panton-Light.woff") format("woff"), url("../fonts/Panton-Light.ttf") format("truetype"), url("../fonts/Panton-Light.svg") format("svg");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-SemiBoldItalic.eot");
  src: url("../fonts/Panton-SemiBoldItalic-1.eot") format("embedded-opentype"), url("../fonts/Panton-SemiBoldItalic.woff2") format("woff2"), url("../fonts/Panton-SemiBoldItalic.woff") format("woff"), url("../fonts/Panton-SemiBoldItalic.ttf") format("truetype"), url("../fonts/Panton-SemiBoldItalic.svg") format("svg");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Panton';
  src: url("../fonts/Panton-SemiBold.eot");
  src: url("../fonts/Panton-SemiBold-1.eot") format("embedded-opentype"), url("../fonts/Panton-SemiBold.woff2") format("woff2"), url("../fonts/Panton-SemiBold.woff") format("woff"), url("../fonts/Panton-SemiBold.ttf") format("truetype"), url("../fonts/Panton-SemiBold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #333;
  background: #fff;
  font: 16px/1.2 "Panton", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  max-width: 100%;
  height: auto; }

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 30px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #DB0000; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #70808c;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #333; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #70808c; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #70808c; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #70808c; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #70808c; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #70808c; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

.currency:before {
  display: inline-block;
  clear: both;
  content: "$"; }

.column1,
section > .container > .row > .column1 {
  width: 1%; }

.column2,
section > .container > .row > .column2 {
  width: 2%; }

.column3,
section > .container > .row > .column3 {
  width: 3%; }

.column4,
section > .container > .row > .column4 {
  width: 4%; }

.column5,
section > .container > .row > .column5 {
  width: 5%; }

.column6,
section > .container > .row > .column6 {
  width: 6%; }

.column7,
section > .container > .row > .column7 {
  width: 7%; }

.column8,
section > .container > .row > .column8 {
  width: 8%; }

.column9,
section > .container > .row > .column9 {
  width: 9%; }

.column10,
section > .container > .row > .column10 {
  width: 10%; }

.column11,
section > .container > .row > .column11 {
  width: 11%; }

.column12,
section > .container > .row > .column12 {
  width: 12%; }

.column13,
section > .container > .row > .column13 {
  width: 13%; }

.column14,
section > .container > .row > .column14 {
  width: 14%; }

.column15,
section > .container > .row > .column15 {
  width: 15%; }

.column16,
section > .container > .row > .column16 {
  width: 16%; }

.column17,
section > .container > .row > .column17 {
  width: 17%; }

.column18,
section > .container > .row > .column18 {
  width: 18%; }

.column19,
section > .container > .row > .column19 {
  width: 19%; }

.column20,
section > .container > .row > .column20 {
  width: 20%; }

.column21,
section > .container > .row > .column21 {
  width: 21%; }

.column22,
section > .container > .row > .column22 {
  width: 22%; }

.column23,
section > .container > .row > .column23 {
  width: 23%; }

.column24,
section > .container > .row > .column24 {
  width: 24%; }

.column25,
section > .container > .row > .column25 {
  width: 25%; }

.column26,
section > .container > .row > .column26 {
  width: 26%; }

.column27,
section > .container > .row > .column27 {
  width: 27%; }

.column28,
section > .container > .row > .column28 {
  width: 28%; }

.column29,
section > .container > .row > .column29 {
  width: 29%; }

.column30,
section > .container > .row > .column30 {
  width: 30%; }

.column31,
section > .container > .row > .column31 {
  width: 31%; }

.column32,
section > .container > .row > .column32 {
  width: 32%; }

.column33,
section > .container > .row > .column33 {
  width: 33%; }

.column34,
section > .container > .row > .column34 {
  width: 34%; }

.column35,
section > .container > .row > .column35 {
  width: 35%; }

.column36,
section > .container > .row > .column36 {
  width: 36%; }

.column37,
section > .container > .row > .column37 {
  width: 37%; }

.column38,
section > .container > .row > .column38 {
  width: 38%; }

.column39,
section > .container > .row > .column39 {
  width: 39%; }

.column40,
section > .container > .row > .column40 {
  width: 40%; }

.column41,
section > .container > .row > .column41 {
  width: 41%; }

.column42,
section > .container > .row > .column42 {
  width: 42%; }

.column43,
section > .container > .row > .column43 {
  width: 43%; }

.column44,
section > .container > .row > .column44 {
  width: 44%; }

.column45,
section > .container > .row > .column45 {
  width: 45%; }

.column46,
section > .container > .row > .column46 {
  width: 46%; }

.column47,
section > .container > .row > .column47 {
  width: 47%; }

.column48,
section > .container > .row > .column48 {
  width: 48%; }

.column49,
section > .container > .row > .column49 {
  width: 49%; }

.column50,
section > .container > .row > .column50 {
  width: 50%; }

.column51,
section > .container > .row > .column51 {
  width: 51%; }

.column52,
section > .container > .row > .column52 {
  width: 52%; }

.column53,
section > .container > .row > .column53 {
  width: 53%; }

.column54,
section > .container > .row > .column54 {
  width: 54%; }

.column55,
section > .container > .row > .column55 {
  width: 55%; }

.column56,
section > .container > .row > .column56 {
  width: 56%; }

.column57,
section > .container > .row > .column57 {
  width: 57%; }

.column58,
section > .container > .row > .column58 {
  width: 58%; }

.column59,
section > .container > .row > .column59 {
  width: 59%; }

.column60,
section > .container > .row > .column60 {
  width: 60%; }

.column61,
section > .container > .row > .column61 {
  width: 61%; }

.column62,
section > .container > .row > .column62 {
  width: 62%; }

.column63,
section > .container > .row > .column63 {
  width: 63%; }

.column64,
section > .container > .row > .column64 {
  width: 64%; }

.column65,
section > .container > .row > .column65 {
  width: 65%; }

.column66,
section > .container > .row > .column66 {
  width: 66%; }

.column67,
section > .container > .row > .column67 {
  width: 67%; }

.column68,
section > .container > .row > .column68 {
  width: 68%; }

.column69,
section > .container > .row > .column69 {
  width: 69%; }

.column70,
section > .container > .row > .column70 {
  width: 70%; }

.column71,
section > .container > .row > .column71 {
  width: 71%; }

.column72,
section > .container > .row > .column72 {
  width: 72%; }

.column73,
section > .container > .row > .column73 {
  width: 73%; }

.column74,
section > .container > .row > .column74 {
  width: 74%; }

.column75,
section > .container > .row > .column75 {
  width: 75%; }

.column76,
section > .container > .row > .column76 {
  width: 76%; }

.column77,
section > .container > .row > .column77 {
  width: 77%; }

.column78,
section > .container > .row > .column78 {
  width: 78%; }

.column79,
section > .container > .row > .column79 {
  width: 79%; }

.column80,
section > .container > .row > .column80 {
  width: 80%; }

.column81,
section > .container > .row > .column81 {
  width: 81%; }

.column82,
section > .container > .row > .column82 {
  width: 82%; }

.column83,
section > .container > .row > .column83 {
  width: 83%; }

.column84,
section > .container > .row > .column84 {
  width: 84%; }

.column85,
section > .container > .row > .column85 {
  width: 85%; }

.column86,
section > .container > .row > .column86 {
  width: 86%; }

.column87,
section > .container > .row > .column87 {
  width: 87%; }

.column88,
section > .container > .row > .column88 {
  width: 88%; }

.column89,
section > .container > .row > .column89 {
  width: 89%; }

.column90,
section > .container > .row > .column90 {
  width: 90%; }

.column91,
section > .container > .row > .column91 {
  width: 91%; }

.column92,
section > .container > .row > .column92 {
  width: 92%; }

.column93,
section > .container > .row > .column93 {
  width: 93%; }

.column94,
section > .container > .row > .column94 {
  width: 94%; }

.column95,
section > .container > .row > .column95 {
  width: 95%; }

.column96,
section > .container > .row > .column96 {
  width: 96%; }

.column97,
section > .container > .row > .column97 {
  width: 97%; }

.column98,
section > .container > .row > .column98 {
  width: 98%; }

.column99,
section > .container > .row > .column99 {
  width: 99%; }

.column100,
section > .container > .row > .column100 {
  width: 100%; }

.col1 {
  width: 100%; }

.col2 {
  width: 50%; }

.col3 {
  width: 33.3333333333%; }

.col4 {
  width: 25%; }

.col5 {
  width: 20%; }

.col6 {
  width: 16.6666666667%; }

.col7 {
  width: 14.2857142857%; }

.col8 {
  width: 12.5%; }

.col9 {
  width: 11.1111111111%; }

.col10 {
  width: 10%; }

.colli1 li {
  width: 100%; }

.colli2 li {
  width: 50%; }

.colli3 li {
  width: 33.3333333333%; }

.colli4 li {
  width: 25%; }

.colli5 li {
  width: 20%; }

.colli6 li {
  width: 16.6666666667%; }

.colli7 li {
  width: 14.2857142857%; }

.colli8 li {
  width: 12.5%; }

.colli9 li {
  width: 11.1111111111%; }

.colli10 li {
  width: 10%; }

.item10 li,
.item10 figure {
  width: 10%; }

.item9 li,
.item9 figure {
  width: 11.1111111111%; }

.item8 li,
.item8 figure {
  width: 12.5%; }

.item7 li,
.item7 figure {
  width: 14.2857142857%; }

.item6 li,
.item6 figure {
  width: 16.6666666667%; }

.item5 li,
.item5 figure {
  width: 20%; }

.item4 li,
.item4 figure {
  width: 25%; }

.item3 li,
.item3 figure {
  width: 33.3333333333%; }

.item2 li,
.item2 figure {
  width: 50%; }

.item1 li,
.item1 figure {
  width: 100%; }

.none {
  display: none; }

/* ---- reset ---- */
body {
  margin: 0;
  background-color: transparent; }

canvas {
  display: block;
  vertical-align: bottom; }

/* ---- particles.js container ---- */
#particles-js {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%; }

body {
  color: #fff; }

ul,
ol {
  margin: 0;
  padding: 0; }
  ul li,
  ol li {
    list-style-type: none;
    padding: 0;
    margin: 0; }

ol {
  list-style: none;
  counter-reset: my-counter;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0; }
  ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    counter-increment: my-counter; }
    ol li:before {
      content: "0" counter(my-counter);
      font-weight: 700;
      font-size: 1.4em;
      margin-right: 10px;
      line-height: 1; }

a {
  text-decoration: none;
  color: #fc0ff5;
  -webkit-transition: 0.3s;
          transition: 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  a:hover {
    color: #38fbdb;
    text-shadow: 0px 0px 0px #fff;
    -webkit-transition: 0.3s;
            transition: 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  a.active {
    color: #38fbdb; }

.background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%; }
  .background img {
    position: absolute;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-width: 100%;
    min-height: 100%;
    max-width: initial; }

#wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto; }

.container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 20px; }
  .container > .row {
    position: relative;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 10px; }
    .container > .row.center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      text-align: center; }
    .container > .row.between {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .container > .row.between_center {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .container > .row > .block {
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 10px; }
  .container .block.center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center; }

header {
  width: 100%;
  background: #0c1e3e;
  border-bottom: 4px solid #8e52f5; }
  header .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px 20px;
    max-width: 1600px;
    margin: 0 auto; }

footer {
  width: 100%; }
  footer .container {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 10px 20px; }

main {
  position: relative;
  width: 100%;
  margin: 20px 0; }
  main .container {
    background: #050707;
    box-shadow: inset 10px 10px 20px black, 0 0 75px 25px rgb(252 15 245 / 70%);
    border-bottom: 5px solid #8e52f5;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden; }

html {
  height: 100%; }

body {
  height: 100%; }

#wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%; }

header {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto; }

footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }
  footer .container {
    max-width: 1400px;
    margin: 0 auto; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .logo .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 36px;
    margin-right: 10px; }
  .logo .caption {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 30px;
    color: #000;
    font-weight: 700; }
    .logo .caption span {
      margin: 0 2px; }
      .logo .caption span:nth-child(1) {
        color: #ffffff; }
      .logo .caption span:nth-child(3) {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 5px;
        margin-top: -20px;
        background: #DBF227;
        color: #DB0000;
        border-radius: 30px;
        font-size: 0.5em;
        box-shadow: 3px 5px 7px rgba(0, 0, 0, 0.25); }

.counters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .counters li {
    padding: 5px; }
    .counters li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .menu li {
    padding: 5px; }
    .menu li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 10px;
      border-radius: 10px;
      color: #ffffff;
    font-weight: 700;
    border: 2px solid #ffffff; }
      .menu li .inner:hover {
        border: 2px solid #8e52f5;
        color: #8e52f5;
    text-shadow: 0 0 black;        }
      .menu li .inner.active {
        color: #DBF227;
        border: 2px solid #DBF227;
        background: #050707; }
  .menu.menu-cabinet {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 20px 0; }
    .menu.menu-cabinet li {
      width: 100%;
      padding: 3px 0; }
      .menu.menu-cabinet li .inner {
        color: #38fbdb;
    background: #08182e;
    /* border: 2px solid #ff0000; */
    border: 2px dashed rgb(56 251 219 / 51%); }
        .menu.menu-cabinet li .inner.exit {
          background: #000;
          color: #fc0ff5;
          border: 2px solid #fc0ff5; }
        .menu.menu-cabinet li .inner:hover {
             color: #fc0ff5;
    background: #000;
    text-shadow: 0 0 black;
    border: 2px dashed rgb(252 15 245 / 52%); }
        .menu.menu-cabinet li .inner.active {
          color: #DBF227;
          background: #70808c; }

.statistics {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .statistics li {
    width: 100%;
    padding: 10px; }
    .statistics li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      text-align: center;
      min-height: 80px;
    border: 2px dashed rgb(56 251 219 / 51%);
    box-shadow: inset 50px 50px 100px 10px rgb(16 55 120 / 51%);
      border-radius: 10px;
      padding: 10px;
      font-weight: 700; }
      .statistics li .inner .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 52px;
        margin-bottom: 5px; }
      .statistics li .inner .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
      .statistics li .inner .caption {
        margin: 5px 0; }
      .statistics li .inner .number {
        font-size: 1.2em;
        font-weight: 700;
        color: #38fbdb; }
  .statistics.statistics-payments li .inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

footer p {
  margin-bottom: 0; }

.reserved {
  font-size: .8em; }

.img-anim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .img-anim.abso {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .img-anim.abso .img {
      position: relative; }
      .img-anim.abso .img.moved {
        -webkit-animation: circle-move-anim 4s linear infinite;
                animation: circle-move-anim 4s linear infinite; }
      .img-anim.abso .img img {
        max-width: 100%;
        max-height: 100%; }
      .img-anim.abso .img.img_abso {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .img-anim.abso .img.img_abso img {
          max-width: initial;
          max-height: initial;
          opacity: 0.5; }

@-webkit-keyframes circle-move-anim {
  0% {
    -webkit-transform: rotate(0deg) translateX(-150px) rotate(0deg);
            transform: rotate(0deg) translateX(-150px) rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg) translateX(-150px) rotate(-360deg);
            transform: rotate(360deg) translateX(-150px) rotate(-360deg); } }

@keyframes circle-move-anim {
  0% {
    -webkit-transform: rotate(0deg) translateX(-150px) rotate(0deg);
            transform: rotate(0deg) translateX(-150px) rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg) translateX(-150px) rotate(-360deg);
            transform: rotate(360deg) translateX(-150px) rotate(-360deg); } }

.img-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .img-main img {
    width: 100px;
    margin: 0 auto; }

.content {
  color: #70808c;
  text-align: left;
  font-size: 1em; }
  .content ul li {
    position: relative;
    margin: 10px 0;
    padding-left: 20px; }
    .content ul li:before {
      position: absolute;
      top: 8px;
      left: 4px;
      display: block;
      content: '';
      clear: both;
      width: 8px;
      height: 8px;
      border-radius: 4px;
      background: #DBF227;
      border: 2px solid rgba(113, 78, 169, 0.9); }
  .content.content-main {
    font-size: 1.25em;
    font-weight: 700; }
    .content.content-main ul {
      margin: 10px 0; }
      .content.content-main ul li:before {
        top: 11px; }
  .content.content-agreement {
    font-size: 0.75em; }

form {
  position: relative;
  z-index: 3;
  width: 100%;
  padding: 20px;
  text-align: center;
  background: #8e52f5;
  box-shadow: 0 0 30px 10px rgb(56 251 219 / 75%); }
  form fieldset {
    width: 100%; }
    form fieldset .row {
      width: 100%;
      text-align: center; }
      form fieldset .row.center {
        text-align: center; }
      form fieldset .row.captcha {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        form fieldset .row.captcha img {
          height: 60px;
          margin-right: 10px; }
  form .form-caption {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.1em; }
    form .form-caption a {
      color: #DB0000; }
      form .form-caption a:hover {
        color: #103778; }
  form select,
  form input[type='text'],
  form input[type='tel'],
  form input[type='email'],
  form input[type='search'],
  form input[type='password'],
  form textarea {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    color: #000;
    margin: 5px auto;
    box-shadow: 5px 5px 0 0 rgba(235, 224, 83, 0.2);
    -webkit-transition: 0.3s;
            transition: 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    form select:hover,
    form input[type='text']:hover,
    form input[type='tel']:hover,
    form input[type='email']:hover,
    form input[type='search']:hover,
    form input[type='password']:hover,
    form textarea:hover {
      border: 1px solid rgba(113, 78, 169, 0.5);
      -webkit-transition: 0.3s;
              transition: 0.3s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
  form input[type='text'].captcha {
    width: initial; }
  form option {
    color: #DB0000;
    font-weight: 700; }
    form option:disabled {
      font-weight: 700;
      color: rgba(0, 0, 0, 0.5); }
  form button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.2em;
    font-weight: 700;
    background: #122c5a;
    padding: 10px;
    border-radius: 10px;
    border: 0;
    margin: 5px auto;
    color: #fff;
    border: 2px solid #000;
    -webkit-transition: 0.3s;
            transition: 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5); }
    form button .img {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 36px;
      height: 36px;
      margin: 0 10px; }
    form button:hover {
      background: #38fbdb;
      color: #000;
      border: 2px solid #38fbdb;
      -webkit-transition: 0.3s;
              transition: 0.3s;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }

.payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .payment li {
    padding: 5px; }
    .payment li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      font-weight: 700; }
      .payment li .inner img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: rgba(255, 255, 255, 0.9);
        padding: 5px;
        border-radius: 5px;
        height: 44px;
        margin-right: 5px; }

.secure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .secure li {
    padding: 5px; }
    .secure li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .secure li .inner .img {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 36px;
        margin-right: 5px; }

hr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  border: 0;
  background: rgba(113, 78, 169, 0.5); }

table {
  border-collapse: collapse;
  margin: 5px 0;
  font-size: 0.9em;
  font-family: sans-serif;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
   }
  table th,
  table td {
    padding: 12px 12px;
    border-right: 1px dashed rgba(255, 255, 255, 0.5); }
    table th:last-child,
    table td:last-child {
      border-right: 0; }
  table tr.caption {
    background: #fff;
    color: #DB0000;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center; }
  table thead tr {
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: left;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    font-size: 0.9em; }
  table tbody tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05); }
    table tbody tr:nth-of-type(even) {
      background-color: rgba(5, 7, 7, 0.5); }
    table tbody tr:last-of-type {
      border-bottom: 1px solid rgba(0, 0, 0, 0.7); }
    table tbody tr.new {
      background: #122c5a; }
    table tbody tr.top {
      background: #DBF227; }
  table tfoot tr {
    background: rgba(0, 0, 0, 0.5); }
  table.small {
    font-size: 0.66em; }

h1 {
  text-align: center; }
  h1.left {
    text-align: left; }

.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  border: 2px solid rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  margin: 20px 0;
  box-shadow: 10px 15px 20px rgba(0, 0, 0, 0.25); }
  .profile li {
    width: 100%;
    padding: 10px; }
    .profile li:not(:last-child) {
      border-bottom: 1px solid rgba(113, 78, 169, 0.3); }
    .profile li .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; }
      .profile li .inner .text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        text-align: center; }
        .profile li .inner .text span {
          margin: 0 3px; }
  .profile.profile-cabinet {
    margin-top: 0; }

.faq {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .faq li {
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .faq li .caption {
      font-weight: 700;
      font-size: 1.2em;
      color: #38fbdb;
      margin: 5px 0; }
      .faq li .caption:hover {
        color: #fc0ff5; }
    .faq li.active .opener {
      margin-bottom: 10px;
      color: #DBF227;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }

.payment .img img {
  filter: brightness(0.9); }

h1 {
  color: #38fbdb; }

.rel {
  position: relative; }

.img_svg {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden; }
  .img_svg svg {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .img_svg.img_svg_abso {
    position: absolute;
    z-index: 0; }

main .column40,
.block_z1 {
  z-index: 1 !important; }

.bgrd {
  background: #050707;
  padding: 20px;
  color: #fff;
  border-left: 2px solid #DB0000;
  border-right: 2px solid #DB0000; }
  .bgrd.end {
    border-bottom: 2px solid #DB0000; }

.error {
  background: red;
  color: #fff;
  padding: 20px;
  display: inline-block;
  width: 100%; }

.important {
  background: orange;
  color: #000;
  padding: 20px;
  display: inline-block;
  width: 100%; }

.success {
  background: green;
  color: #fff;
  padding: 20px;
  display: inline-block;
  width: 100%; }
/*# sourceMappingURL=main.css.map */