/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

@font-face {
  font-family: 'Arame Mono';
  src: url("../fonts/Arame/ArameMono-Bold.eot");
  src: local("Arame Mono Bold"), local("ArameMono-Bold"), url("../fonts/Arame/ArameMono-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Arame/ArameMono-Bold.woff") format("woff"), url("../fonts/Arame/ArameMono-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Arame Mono';
  src: url("../fonts/Arame/ArameMono-Thin.eot");
  src: local("Arame Mono Thin"), local("ArameMono-Thin"), url("../fonts/Arame/ArameMono-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Arame/ArameMono-Thin.woff") format("woff"), url("../fonts/Arame/ArameMono-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Arame Mono';
  src: url("../fonts/Arame/ArameMono.eot");
  src: local("Arame Mono"), local("ArameMono"), url("../fonts/Arame/ArameMono.eot?#iefix") format("embedded-opentype"), url("../fonts/Arame/ArameMono.woff") format("woff"), url("../fonts/Arame/ArameMono.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Arame';
  src: url("../fonts/Arame/Arame-Bold.eot");
  src: local("Arame Bold"), local("Arame-Bold"), url("../fonts/Arame/Arame-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Arame/Arame-Bold.woff") format("woff"), url("../fonts/Arame/Arame-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Arame';
  src: url("../fonts/Arame/Arame.eot");
  src: local("Arame"), url("../fonts/Arame/Arame.eot?#iefix") format("embedded-opentype"), url("../fonts/Arame/Arame.woff") format("woff"), url("../fonts/Arame/Arame.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Arame';
  src: url("../fonts/Arame/Arame-Stencil.eot");
  src: local("Arame Stencil"), local("Arame-Stencil"), url("../fonts/Arame/Arame-Stencil.eot?#iefix") format("embedded-opentype"), url("../fonts/Arame/Arame-Stencil.woff") format("woff"), url("../fonts/Arame/Arame-Stencil.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Arame';
  src: url("../fonts/Arame/Arame-Thin.eot");
  src: local("Arame Thin"), local("Arame-Thin"), url("../fonts/Arame/Arame-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Arame/Arame-Thin.woff") format("woff"), url("../fonts/Arame/Arame-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Arame Mono';
  src: url("../fonts/Arame/ArameMono-Stencil.eot");
  src: local("Arame Mono Stencil"), local("ArameMono-Stencil"), url("../fonts/Arame/ArameMono-Stencil.eot?#iefix") format("embedded-opentype"), url("../fonts/Arame/ArameMono-Stencil.woff") format("woff"), url("../fonts/Arame/ArameMono-Stencil.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-ThinIta.eot");
  src: local("Helvetica Now Display Thin Ita"), local("HelveticaNowDisplay-ThinIta"), url("../fonts/Helvetica/HelveticaNowDisplay-ThinIta.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-ThinIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-ThinIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-ThinIta.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Light.eot");
  src: local("Helvetica Now Display Light"), local("HelveticaNowDisplay-Light"), url("../fonts/Helvetica/HelveticaNowDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-Light.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-Light.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-BoldIta.eot");
  src: local("Helvetica Now Display Bold Ita"), local("HelveticaNowDisplay-BoldIta"), url("../fonts/Helvetica/HelveticaNowDisplay-BoldIta.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-BoldIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-BoldIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-BoldIta.ttf") format("truetype");
  font-weight: 700;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-RegIta.eot");
  src: local("Helvetica Now Display Reg Ita"), local("HelveticaNowDisplay-RegIta"), url("../fonts/Helvetica/HelveticaNowDisplay-RegIta.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-RegIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-RegIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-RegIta.ttf") format("truetype");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-ExtLtIta.eot");
  src: local("Helvetica Now Display ExtLt Ita"), local("HelveticaNowDisplay-ExtLtIta"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtLtIta.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtLtIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtLtIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtLtIta.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-MedIta.eot");
  src: local("Helvetica Now Display Med Ita"), local("HelveticaNowDisplay-MedIta"), url("../fonts/Helvetica/HelveticaNowDisplay-MedIta.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-MedIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-MedIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-MedIta.ttf") format("truetype");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-ExtLt.eot");
  src: local("Helvetica Now Display ExtLt"), local("HelveticaNowDisplay-ExtLt"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtLt.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtLt.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtLt.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtLt.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlk.eot");
  src: local("Helvetica Now Display ExtBlk"), local("HelveticaNowDisplay-ExtBlk"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlk.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlk.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlk.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlk.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Bold.eot");
  src: local("Helvetica Now Display Bold"), local("HelveticaNowDisplay-Bold"), url("../fonts/Helvetica/HelveticaNowDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-Bold.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-Bold.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-ExtBdIta.eot");
  src: local("Helvetica Now Display ExtBd Ita"), local("HelveticaNowDisplay-ExtBdIta"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBdIta.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBdIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBdIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBdIta.ttf") format("truetype");
  font-weight: 800;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Regular.eot");
  src: local("Helvetica Now Display Regular"), local("HelveticaNowDisplay-Regular"), url("../fonts/Helvetica/HelveticaNowDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-Regular.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlkIta.eot");
  src: local("Helvetica Now Display ExBlk It"), local("HelveticaNowDisplay-ExtBlkIta"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlkIta.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlkIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlkIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtBlkIta.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Thin.eot");
  src: local("Helvetica Now Display Thin"), local("HelveticaNowDisplay-Thin"), url("../fonts/Helvetica/HelveticaNowDisplay-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-Thin.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-Thin.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-LightIta.eot");
  src: local("Helvetica Now Display Light Ita"), local("HelveticaNowDisplay-LightIta"), url("../fonts/Helvetica/HelveticaNowDisplay-LightIta.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-LightIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-LightIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-LightIta.ttf") format("truetype");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-ExtraBold.eot");
  src: local("Helvetica Now Display ExtBd"), local("HelveticaNowDisplay-ExtraBold"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtraBold.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtraBold.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Medium.eot");
  src: local("Helvetica Now Display Medium"), local("HelveticaNowDisplay-Medium"), url("../fonts/Helvetica/HelveticaNowDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-Medium.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-Medium.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-HairlineI.eot");
  src: local("Helvetica Now Display Hairline"), local("HelveticaNowDisplay-HairlineI"), url("../fonts/Helvetica/HelveticaNowDisplay-HairlineI.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-HairlineI.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-HairlineI.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-HairlineI.ttf") format("truetype");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-BlackIta.eot");
  src: local("Helvetica Now Display Black Ita"), local("HelveticaNowDisplay-BlackIta"), url("../fonts/Helvetica/HelveticaNowDisplay-BlackIta.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-BlackIta.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-BlackIta.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-BlackIta.ttf") format("truetype");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Black.eot");
  src: local("Helvetica Now Display Black"), local("HelveticaNowDisplay-Black"), url("../fonts/Helvetica/HelveticaNowDisplay-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-Black.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-Black.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Helvetica Now Display';
  src: url("../fonts/Helvetica/HelveticaNowDisplay-Hairline.eot");
  src: local("Helvetica Now Display Hairline"), local("HelveticaNowDisplay-Hairline"), url("../fonts/Helvetica/HelveticaNowDisplay-Hairline.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica/HelveticaNowDisplay-Hairline.woff2") format("woff2"), url("../fonts/Helvetica/HelveticaNowDisplay-Hairline.woff") format("woff"), url("../fonts/Helvetica/HelveticaNowDisplay-Hairline.ttf") format("truetype");
  font-weight: 100;
  font-style: normal; }

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

* {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

html, body {
  font-family: "Arame", sans-serif; }

html {
  font-size: 14px; }
  @media (max-width: 480px) {
    html {
      font-size: 12px; } }

p, h1, h2, h3, h4 {
  margin: 0;
  padding: 0;
  line-height: 1; }

ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }

sup, sub {
  font-size: 60%; }

sup {
  top: -6px; }

sub {
  bottom: 0;
  text-transform: uppercase; }

img {
  opacity: 1;
  -moz-transition: opacity 0.3s;
  transition: opacity 0.3s; }

input:focus::-webkit-input-placeholder {
  color: transparent; }

input:focus:-moz-placeholder {
  color: transparent; }

input:focus::-moz-placeholder {
  color: transparent; }

input:focus:-ms-input-placeholder {
  color: transparent; }

input:focus::placeholder {
  color: transparent; }

.wrapper {
  width: 100%;
  min-width: 320px;
  min-height: 100vh;
  position: relative;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  opacity: 1;
  background-image: url("../img/main-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center; }
  .wrapper .container {
    max-width: 1310px;
    width: 100%; }

.content {
  -webkit-flex: 1 0 auto;
     -moz-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 104px; }
  @media (max-width: 991px) {
    .content {
      padding-top: 153px; } }

.footer {
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }

.svg-gradients {
  position: absolute;
  pointer-events: none;
  opacity: 0; }

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

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

.z-index {
  z-index: 10;
  position: relative; }

.swiper-button-prev:after, .swiper-button-next:after {
  display: none; }

@media (max-width: 575px) {
  .datepicker {
    position: fixed !important;
    top: 10px !important;
    left: 50% !important;
    -webkit-transform: translateX(-50%) !important;
       -moz-transform: translateX(-50%) !important;
        -ms-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
    pointer-events: none !important; }
    .datepicker.active {
      pointer-events: all !important; } }

@media (max-width: 575px) {
  .datepicker--pointer {
    display: none !important; } }

.header {
  background-image: url("../img/header-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 35px; }
  @media (max-width: 991px) {
    .header {
      padding-top: 10px; } }
  .header-bait {
    max-width: 728px;
    width: 100%;
    margin-bottom: 36px; }
    @media (max-width: 991px) {
      .header-bait {
        margin-bottom: 10px; } }
    .header-bait img {
      width: 100%; }
  .header-soc {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 15px; }
    @media (max-width: 991px) {
      .header-soc {
        margin-bottom: 5px; } }
    @media (max-width: 767px) {
      .header-soc {
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    .header-soc__item {
      width: 36px;
      height: 36px;
      position: relative;
      border-radius: 50%;
      margin-right: 5px;
      margin-bottom: 5px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .header-soc__item:hover {
        -webkit-transform: scale(1.1);
           -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
      .header-soc__item:last-child {
        margin-right: 0; }
      .header-soc__item img {
        position: absolute;
        left: 50%;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        top: -5px;
        pointer-events: none; }
    .header-soc .soc-tg {
      margin-right: 5px;
      margin-bottom: 5px; }
      .header-soc .soc-tg:last-child {
        margin-right: 0; }
  .header-box {
    z-index: 3;
    position: relative;
    margin-bottom: -68px; }
    @media (max-width: 991px) {
      .header-box {
        margin-bottom: -117px; } }
    .header-box__top {
      background-color: rgba(29, 28, 28, 0.6);
      border-radius: 8px 8px 0 0;
      padding: 27px 25px 22px 25px; }
      @media (max-width: 1199px) {
        .header-box__top {
          padding: 25px 20px 20px 20px; } }
      @media (max-width: 991px) {
        .header-box__top {
          padding: 10px; } }
    .header-box__bot {
      background-color: #2A202B;
      border-radius: 0 0 8px 8px;
      padding: 6px 10px 10px 10px; }
  .header-logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -105px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
  .header-lang {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 700;
    font-size: 9px;
    color: #fff;
    cursor: pointer;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    z-index: 10; }
    @media (max-width: 991px) {
      .header-lang {
        margin-right: 0; } }
    .header-lang:hover > svg {
      opacity: 1; }
    .header-lang:hover .header-lang__hide {
      opacity: 1;
      pointer-events: all; }
    .header-lang > svg {
      margin-left: 8px;
      width: 5px;
      height: 5px;
      fill: #fff;
      opacity: 0.2;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-lang > .flag-icon {
      width: 18px;
      height: 18px;
      border-radius: 50%;
      background-size: cover;
      position: relative;
      margin-right: 8px; }
      .header-lang > .flag-icon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: -moz-calc(100% + 4px);
        width: calc(100% + 4px);
        height: -moz-calc(100% + 4px);
        height: calc(100% + 4px);
        border-radius: 50%;
        border: 1px solid rgba(255, 255, 255, 0.1);
        content: ''; }
    .header-lang__hide {
      top: -moz-calc(100% + 7px);
      top: calc(100% + 7px);
      left: 0;
      min-width: 100%;
      position: absolute;
      border-radius: 3px;
      background-color: #fff;
      pointer-events: none;
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .header-lang__hide:after {
        position: absolute;
        top: 0;
        left: 10px;
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
           -moz-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg);
        background-color: #F0F0F0;
        width: 5px;
        height: 5px;
        content: ''; }
      .header-lang__hide:before {
        position: absolute;
        bottom: 100%;
        left: 0;
        height: 10px;
        content: '';
        width: 100%; }
      .header-lang__hide a {
        position: relative;
        padding: 7px 5px 7px 26px;
        min-height: 20px;
        font-weight: 400;
        font-size: 9px;
        color: #474747;
        text-decoration: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        overflow: hidden;
        display: block;
        border-radius: 3px; }
        .header-lang__hide a:hover, .header-lang__hide a.active {
          color: #E34F94; }
        .header-lang__hide a:after {
          width: 20px;
          height: 100%;
          background-color: #F0F0F0;
          z-index: 1;
          content: '';
          top: 0;
          left: 0;
          position: absolute;
          -moz-transition: all .3s ease;
          transition: all .3s ease; }
        .header-lang__hide a .flag-icon {
          position: absolute;
          top: 50%;
          left: 10px;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 11px;
          height: 11px;
          border-radius: 50%;
          background-size: cover;
          z-index: 2; }
  .header-search {
    max-width: 275px;
    width: 100%;
    position: relative; }
    .header-search ::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.3);
      text-transform: uppercase;
      font-family: "Arame", sans-serif;
      font-weight: 100; }
    .header-search :-moz-placeholder {
      color: rgba(255, 255, 255, 0.3);
      text-transform: uppercase;
      font-family: "Arame", sans-serif;
      font-weight: 100; }
    .header-search ::-moz-placeholder {
      color: rgba(255, 255, 255, 0.3);
      text-transform: uppercase;
      font-family: "Arame", sans-serif;
      font-weight: 100; }
    .header-search :-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.3);
      text-transform: uppercase;
      font-family: "Arame", sans-serif;
      font-weight: 100; }
    .header-search ::placeholder {
      color: rgba(255, 255, 255, 0.3);
      text-transform: uppercase;
      font-family: "Arame", sans-serif;
      font-weight: 100; }
    .header-search input {
      width: 100%;
      height: 39px;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 100px;
      outline: none;
      background-color: transparent;
      padding-left: 45px;
      padding-right: 15px;
      font-weight: 400;
      font-size: 10px;
      color: #fff;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      font-family: "Helvetica Now Display", sans-serif; }
      @media (max-width: 480px) {
        .header-search input {
          padding-left: 30px; } }
    .header-search button {
      height: 100%;
      width: 45px;
      position: absolute;
      top: 0;
      left: 0;
      border: none;
      outline: none;
      background-color: transparent;
      cursor: pointer; }
      @media (max-width: 480px) {
        .header-search button {
          width: 30px; } }
      .header-search button:hover svg {
        fill: #B83A75; }
      .header-search button svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        fill: #fff;
        width: 15px;
        height: 15px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .header-burger {
    width: 26px;
    height: 23px;
    position: relative;
    cursor: pointer;
    pointer-events: none;
    margin-right: 15px; }
    @media (max-width: 991px) {
      .header-burger {
        pointer-events: all; } }
    .header-burger:hover span, .header-burger:hover:after, .header-burger:hover:before {
      background-color: #E34F94;
      width: 100%; }
    .header-burger span {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      top: -moz-calc(50% + 1px);
      top: calc(50% + 1px);
      left: 0;
      width: 20px;
      height: 4px;
      background-color: #fff;
      border-radius: 10px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .header-burger:after {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 15px;
      height: 3px;
      background-color: #fff;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border-radius: 10px; }
    .header-burger:before {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 5px;
      background-color: #fff;
      content: '';
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border-radius: 10px; }
    .header-burger.active span {
      opacity: 0;
      width: 0; }
    .header-burger.active:after {
      height: 3px;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
         -moz-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      top: 50%;
      bottom: auto;
      left: 50%; }
    .header-burger.active:before {
      height: 3px;
      width: 100%;
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
         -moz-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg);
      top: 50%;
      bottom: auto;
      left: 50%; }
  .header-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%; }
    @media (max-width: 991px) {
      .header-menu {
        position: fixed;
        right: 0;
        top: 0;
        height: -moz-calc(var(--vh, 1vh) * 100);
        height: calc(var(--vh, 1vh) * 100);
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-end;
           -moz-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        text-align: right;
        background-color: #1d1c1c;
        padding: 15px;
        max-width: 260px;
        z-index: 100;
        -webkit-transform: translateX(100%);
           -moz-transform: translateX(100%);
            -ms-transform: translateX(100%);
                transform: translateX(100%);
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease; } }
    .header-menu.active {
      -webkit-transform: translateX(0);
         -moz-transform: translateX(0);
          -ms-transform: translateX(0);
              transform: translateX(0);
      opacity: 1; }
    .header-menu__item {
      position: relative;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .header-menu__item:hover .header-menu__in {
        opacity: 1;
        pointer-events: all; }
      .header-menu__item > a {
        font-weight: 700;
        font-size: 14px;
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        text-transform: uppercase;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        @media (max-width: 1199px) {
          .header-menu__item > a {
            font-size: 12px; } }
        @media (max-width: 991px) {
          .header-menu__item > a {
            margin-bottom: 10px;
            font-size: 16px; } }
        .header-menu__item > a:hover, .header-menu__item > a.active {
          color: #E34F94; }
        .header-menu__item > a > svg {
          fill: #fff;
          margin-left: 5px;
          width: 15px;
          height: 15px; }
    .header-menu__in {
      position: absolute;
      left: 0;
      top: -moz-calc(100% + 10px);
      top: calc(100% + 10px);
      background-color: #fff;
      border-radius: 10px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      opacity: 0;
      pointer-events: none;
      margin-bottom: 10px;
      box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.14); }
      @media (max-width: 991px) {
        .header-menu__in {
          position: static;
          top: auto;
          left: auto;
          opacity: 1;
          pointer-events: all; } }
      .header-menu__in:after {
        position: absolute;
        bottom: 100%;
        left: 0;
        width: 100%;
        height: 10px;
        content: ''; }
      .header-menu__in a {
        padding: 10px 15px;
        font-weight: 700;
        font-size: 16px;
        color: #474747;
        text-decoration: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        width: 100%;
        background: -moz-linear-gradient(top, rgba(227, 79, 148, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
        background: linear-gradient(180deg, rgba(227, 79, 148, 0.1) 0%, rgba(0, 0, 0, 0) 100%);
        border-bottom: 1px solid rgba(0, 0, 0, 0.071);
        white-space: nowrap; }
        @media (max-width: 991px) {
          .header-menu__in a {
            font-size: 10px; } }
        .header-menu__in a:last-child {
          border-bottom: none; }
        .header-menu__in a:hover, .header-menu__in a.active {
          color: #E34F94; }
    .header-menu > span {
      font-weight: 400;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.3);
      font-family: "Helvetica Now Display", sans-serif;
      pointer-events: none;
      margin: 0 5px; }
      @media (max-width: 991px) {
        .header-menu > span {
          display: none; } }
      .header-menu > span:last-child {
        display: none; }
  .header-nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 14px 10px 14px;
    background-color: rgba(255, 255, 255, 0.15);
    border-radius: 8px; }
    .header-nav__wrap {
      background-color: #B83974;
      border: 1px solid rgba(255, 255, 255, 0.12);
      box-shadow: 0px 3px 0px #A42B63, inset 0px 4px 20px rgba(255, 255, 255, 0.25);
      border-radius: 8px;
      padding: 0 6px;
      background-image: url("../img/header-nav-bg.png");
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      background-position: center bottom;
      background-size: contain; }
      @media (max-width: 991px) {
        .header-nav__wrap {
          padding: 0 6px 6px 6px; } }
    .header-nav > a {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative;
      text-decoration: none;
      color: #fff;
      font-weight: 400;
      font-size: 10px;
      text-transform: uppercase;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      padding: 0 25px;
      border-right: 1px solid rgba(255, 255, 255, 0.1); }
      @media (max-width: 1399px) {
        .header-nav > a {
          padding: 0 10px; } }
      @media (max-width: 1199px) {
        .header-nav > a {
          padding: 0 5px;
          font-size: 8px; } }
      .header-nav > a:first-child {
        padding-left: 0; }
      .header-nav > a:last-child {
        padding-right: 0;
        border-right: none; }
      .header-nav > a:hover {
        text-decoration: underline; }
      .header-nav > a img {
        margin-right: 12px; }
        @media (max-width: 1199px) {
          .header-nav > a img {
            margin-right: 5px; } }
  .header-submenu {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .header-submenu a {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      min-height: 50px;
      border-right: 1px solid #C55D8E;
      text-align: center;
      font-weight: 700;
      font-size: 12px;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      padding: 0 5px; }
      @media (max-width: 1199px) {
        .header-submenu a {
          font-size: 10px; } }
      @media (max-width: 575px) {
        .header-submenu a {
          font-size: 8px; } }
      .header-submenu a:hover, .header-submenu a.active {
        text-decoration: underline; }
      .header-submenu a:last-child {
        border-right: none; }

.soc-tg {
  background: -moz-linear-gradient(top, #2BA5E0 0%, #14729F 100%);
  background: linear-gradient(180deg, #2BA5E0 0%, #14729F 100%);
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 14px 15px;
  border-radius: 100px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 10px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  border: none;
  outline: none; }
  .soc-tg img {
    margin-right: 9px; }
  .soc-tg:hover {
    background: -moz-linear-gradient(bottom, #2BA5E0 0%, #14729F 100%);
    background: linear-gradient(0deg, #2BA5E0 0%, #14729F 100%); }
  .soc-tg_icon img:last-child {
    margin-right: 0;
    margin-left: 30px; }
    @media (max-width: 1199px) {
      .soc-tg_icon img:last-child {
        margin-left: 15px; } }

.main-bait {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 36px;
  position: relative; }
  .main-bait span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    max-width: 100%; }
  .main-bait img {
    width: 100%;
    border-radius: 8px; }
  .main-bait__center {
    margin-bottom: 36px;
    margin-bottom: 12px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .main-bait__center .main-bait {
      margin-bottom: 9px;
      width: 100%; }
      .main-bait__center .main-bait:last-child {
        margin-bottom: 0; }

.main-box {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  position: relative;
  z-index: 1;
  border-radius: 8px;
  padding: 5px;
  margin-bottom: 18px; }
  .main-box:before {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 3px;
    height: 4px;
    width: -moz-calc(100% - 28px);
    width: calc(100% - 28px);
    content: '';
    background-color: #E34F94;
    border-radius: 10px;
    content: '';
    z-index: -2; }
  .main-box:after {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    height: -moz-calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 8px;
    background-color: #fff;
    content: '';
    pointer-events: none;
    z-index: -1; }
  .main-box__head {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 10px 13px;
    min-height: 47px;
    cursor: pointer;
    border-bottom: 1px solid #F5F5F5; }
    .main-box__head:hover svg {
      opacity: 1;
      fill: #E34F94; }
    .main-box__head h3 {
      font-weight: 700;
      font-size: 14px;
      color: #2A202B;
      text-transform: uppercase;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .main-box__head h3 img {
        margin-right: 9px; }
    .main-box__head svg {
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      width: 8px;
      height: 8px;
      fill: #000;
      opacity: 0.2;
      margin-left: 5px; }
  .main-box__content {
    padding: 12px 15px; }
    @media (max-width: 1199px) {
      .main-box__content {
        display: none; } }
  .main-box_menu .main-box__head {
    cursor: default; }

.main-btn {
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #B83A75;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0px 2px 0px #A42B63, inset 0px 4px 20px rgba(255, 255, 255, 0.25);
  border-radius: 8px;
  text-decoration: none;
  cursor: pointer;
  padding: 0 14px;
  height: 41px;
  outline: none;
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  -moz-transition: all .3s ease;
  transition: all .3s ease; }
  .main-btn:hover {
    box-shadow: none; }
  .main-btn img {
    margin-left: 5px; }

.main-news {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%; }
  .main-news a {
    width: 100%;
    border-radius: 4px;
    padding: 8px 15px;
    text-decoration: none;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #949DAA;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .main-news a:nth-child(even) {
      background-color: rgba(148, 157, 170, 0.05); }
    .main-news a:hover {
      color: #E34F94; }
    .main-news a span {
      font-weight: 700; }
  .main-news_useful a {
    position: relative;
    padding-right: 36px; }
    .main-news_useful a svg {
      position: absolute;
      top: 50%;
      right: 18px;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      width: 11px;
      height: 11px;
      fill: #949DAA;
      opacity: 0.2; }

.main-scam {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .main-scam__item {
    height: 35px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #F5F5F5;
    padding-left: 14px;
    padding-right: 87px;
    position: relative;
    text-decoration: none;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #949DAA;
    margin-bottom: 6px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .main-scam__item:hover {
      color: #E34F94; }
    .main-scam__item:last-child {
      margin-bottom: 0; }
    .main-scam__item span {
      white-space: nowrap;
      text-overflow: ellipsis;
      overflow: hidden;
      width: 100%; }
  .main-scam__icon {
    width: 73px;
    height: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    border-left: 1px solid #F5F5F5;
    font-weight: 700;
    font-size: 10px;
    color: #E55959;
    text-transform: uppercase;
    font-family: "Arame", sans-serif; }
    .main-scam__icon svg {
      fill: #E55959;
      margin-left: 8px;
      width: 12px;
      height: 12px;
      -webkit-transform: scale(-1);
         -moz-transform: scale(-1);
          -ms-transform: scale(-1);
              transform: scale(-1); }

.main-insur {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .main-insur__item {
    text-decoration: none;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 6px;
    border: 1px solid #F5F5F5;
    border-radius: 4px;
    padding-left: 28px;
    padding-right: 8px;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #949DAA;
    width: 100%;
    position: relative;
    height: 35px;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .main-insur__item:hover {
      color: #E34F94; }
    .main-insur__item:last-child {
      margin-bottom: 0; }
    .main-insur__item svg {
      position: absolute;
      top: 50%;
      left: 14px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 8px;
      height: 8px;
      fill: #FFA42B; }
    .main-insur__item span {
      padding: 3px 7px;
      font-weight: 700;
      font-size: 10px;
      color: #fff;
      border-radius: 3px;
      background-color: #2ABD00; }

.main-top {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .main-top__item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 35px;
    margin-bottom: 5px;
    position: relative;
    padding-left: 47px;
    text-decoration: none;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #949DAA;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .main-top__item:hover {
      color: #E34F94; }
    .main-top__item span {
      color: #2A202B; }
    .main-top__item:last-child {
      margin-bottom: 0; }
    .main-top__item:nth-child(1) .main-top__icon {
      border-color: #FFC530;
      color: #FFC530; }
    .main-top__item:nth-child(2) .main-top__icon {
      border-color: #949DAA;
      color: #949DAA; }
    .main-top__item:nth-child(3) .main-top__icon {
      border-color: #A58049;
      color: #A58049; }
  .main-top__icon {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 0;
    border-radius: 4px;
    border: 1px solid #F5F5F5;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Arame", sans-serif;
    font-weight: 700;
    font-size: 10px;
    color: #949DAA; }
    .main-top__icon img {
      margin-top: 3px; }

.main-last {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .main-last__date {
    padding: 2px 6px;
    border-radius: 2px;
    background-color: rgba(148, 157, 170, 0.2);
    margin-bottom: 9px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    font-size: 8px;
    color: #949DAA; }
    .main-last__date img {
      margin-right: 3px; }
  .main-last__item {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 23px;
    position: relative;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #949DAA;
    margin-bottom: 12px; }
    .main-last__item:last-child {
      margin-bottom: 0; }
    .main-last__item span {
      font-size: 10px;
      color: #2ABD00;
      margin-left: 5px; }
    .main-last__item:hover {
      color: #E34F94; }
    .main-last__item:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      z-index: 1;
      content: '';
      background-color: #DFF5D9; }
    .main-last__item svg {
      position: absolute;
      top: 50%;
      left: 8px;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #2ABD00;
      z-index: 2;
      width: 6px;
      height: 6px; }

.main-new {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .main-new__box {
    margin-bottom: 5px;
    padding: 13px 15px 10px 15px;
    background-color: rgba(148, 157, 170, 0.05);
    overflow: hidden;
    width: 100%; }
    .main-new__box:last-child {
      margin-bottom: 0; }
  .main-new__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 12px;
    margin-bottom: 12px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    text-decoration: none; }
    .main-new__item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: none; }
    .main-new__item h3 {
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 700;
      font-size: 12px;
      color: #528EE4;
      margin-bottom: 4px;
      position: relative; }
      .main-new__item h3:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: -17px;
        height: 16px;
        width: 4px;
        background-color: #528EE4;
        content: '';
        border-radius: 10px; }
    .main-new__item p {
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 400;
      font-size: 10px;
      color: #949DAA; }
  .main-new__head {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 5px; }
  .main-new__icon {
    padding: 2px 6px;
    background-color: #528EE4;
    border-radius: 2px;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 700;
    font-size: 8px;
    color: #fff; }
  .main-new__date {
    padding: 2px 6px;
    border-radius: 2px;
    background-color: #949daa;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    font-size: 8px;
    color: #fff; }
    .main-new__date img {
      margin-right: 3px; }

.main-menu {
  padding: 12px;
  min-height: 233px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .main-menu > a {
    width: 100%;
    background-color: #F9FAFA;
    height: 41px;
    text-decoration: none;
    padding: 10px 45px 10px 15px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    position: relative;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 700;
    font-size: 12px;
    color: #949DAA;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 9px;
    overflow: hidden;
    border-radius: 8px; }
    .main-menu > a:hover {
      background-color: #FDEEF5;
      color: #E34F94; }
      .main-menu > a:hover svg {
        fill: #E34F94; }
    .main-menu > a.active {
      background-color: #FDEEF5;
      color: #E34F94; }
      .main-menu > a.active svg {
        fill: #E34F94; }
      .main-menu > a.active:after {
        opacity: 1; }
    .main-menu > a:after {
      position: absolute;
      left: -2px;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      border-radius: 10px;
      background-color: #E34F94;
      opacity: 0;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      height: 16px;
      width: 4px;
      content: ''; }
    .main-menu > a svg {
      position: absolute;
      right: 22px;
      top: 50%;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      fill: #949DAA;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      width: 15px;
      height: 15px; }
  .main-menu__logout {
    margin-top: auto;
    padding-top: 11px;
    width: 100%;
    border-top: 1px solid #F5F5F5; }
    .main-menu__logout a {
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 800;
      font-size: 10px;
      color: #E34F94;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-decoration: none; }
      .main-menu__logout a:hover {
        color: #B83A75; }

.content {
  position: relative;
  z-index: 2; }
  .content-wrap {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 60px; }
    @media (max-width: 1199px) {
      .content-wrap {
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  .content-col {
    max-width: 255px;
    width: 100%; }
    @media (max-width: 1199px) {
      .content-col {
        max-width: 100%;
        width: -moz-calc(50% - 15px);
        width: calc(50% - 15px);
        -webkit-order: 2;
           -moz-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2; } }
    @media (max-width: 575px) {
      .content-col {
        width: 100%; } }
  .content-center {
    width: -moz-calc(100% - 510px);
    width: calc(100% - 510px);
    padding: 0 20px; }
    @media (max-width: 1199px) {
      .content-center {
        max-width: 100%;
        padding: 0;
        width: 100%;
        -webkit-order: 1;
           -moz-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1; } }
  .content-box {
    border: 2px solid #fff;
    background-color: rgba(255, 255, 255, 0.5);
    width: 100%;
    border-radius: 8px; }
  .content-head {
    width: 100%;
    background-color: #fff;
    padding: 9px 14px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .content-head h3 {
      font-weight: 700;
      font-size: 14px;
      color: #2A202B;
      margin-right: 5px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .content-content {
    padding: 15px 14px;
    width: 100%; }

.footer {
  background-image: url("../img/footer-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 1;
  padding: 42px 0 30px 0; }
  .footer:after {
    width: 320px;
    height: 358px;
    background-image: url(../img/footer-tree.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto auto;
    top: -126px;
    left: 0;
    content: '';
    position: absolute;
    z-index: -1;
    pointer-events: none; }
    @media (max-width: 480px) {
      .footer:after {
        display: none; } }
  .footer:before {
    width: 320px;
    height: 358px;
    background-image: url(../img/footer-tree.png);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: auto auto;
    top: -126px;
    right: 0;
    content: '';
    position: absolute;
    z-index: -1;
    -webkit-transform: scaleX(-1);
       -moz-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
            transform: scaleX(-1);
    pointer-events: none; }
    @media (max-width: 480px) {
      .footer:before {
        display: none; } }
  .footer-logo {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: -76px;
    margin-bottom: -5px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer; }
    .footer-logo img {
      max-width: 218px; }
  .footer-text {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 25px; }
    @media (max-width: 575px) {
      .footer-text {
        text-align: center;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    .footer-text > span {
      border-radius: 2px;
      background-color: #E45252;
      color: #fff;
      padding: 2px 6px;
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 700;
      font-size: 7px;
      margin-bottom: 11px; }
    .footer-text p {
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 400;
      font-size: 10px;
      color: rgba(148, 157, 170, 0.5);
      line-height: 1.4; }
  .footer-btn {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    text-decoration: none;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-bottom: 25px; }
    .footer-btn:hover {
      color: #E34F94; }
    .footer-btn img {
      margin-left: 14px; }
  .footer-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.03);
    padding: 13px 50px;
    margin-bottom: 40px;
    z-index: 10; }
    @media (max-width: 767px) {
      .footer-menu {
        padding: 13px 20px; } }
    @media (max-width: 575px) {
      .footer-menu {
        display: none; } }
    .footer-menu a {
      font-weight: 700;
      font-size: 16px;
      color: #fff;
      text-decoration: none;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      text-transform: uppercase; }
      @media (max-width: 1199px) {
        .footer-menu a {
          font-size: 12px; } }
      @media (max-width: 575px) {
        .footer-menu a {
          margin-bottom: 10px;
          font-size: 16px; } }
      .footer-menu a:hover, .footer-menu a.active {
        color: #E34F94; }
    .footer-menu > span {
      font-weight: 400;
      font-size: 16px;
      color: rgba(255, 255, 255, 0.1);
      font-family: "Helvetica Now Display", sans-serif;
      pointer-events: none;
      margin: 0 5px; }
      @media (max-width: 575px) {
        .footer-menu > span {
          display: none; } }
      .footer-menu > span:last-child {
        display: none; }
  .footer-submenu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 25px;
    text-align: right; }
    @media (max-width: 575px) {
      .footer-submenu {
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        text-align: center; } }
    .footer-submenu a {
      margin-bottom: 11px;
      text-decoration: none;
      font-weight: 700;
      font-size: 10px;
      color: rgba(255, 255, 255, 0.23);
      text-transform: uppercase;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .footer-submenu a:hover {
        color: #fff; }
      .footer-submenu a:last-child {
        margin-bottom: 0; }
  .footer-copy {
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: rgba(148, 157, 170, 0.5); }
    @media (max-width: 767px) {
      .footer-copy {
        text-align: center;
        margin-bottom: 10px; } }
  .footer-warning {
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #E45252;
    text-align: right; }
    @media (max-width: 767px) {
      .footer-warning {
        text-align: center; } }
    .footer-warning b {
      font-weight: 700; }
  .footer .soc-tg {
    margin-bottom: 25px; }

.nav-menu {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  padding: 5px;
  margin-bottom: 20px; }
  .nav-menu__item {
    width: 100%;
    background-color: #fff;
    padding-left: 64px;
    padding-right: 12px;
    position: relative;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 56px;
    border-bottom: 1px solid #F5F5F5;
    font-weight: 700;
    font-size: 14px;
    color: #2A202B;
    text-decoration: none;
    overflow: hidden;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .nav-menu__item:after {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 4px;
      height: 24px;
      border-radius: 10px;
      content: '';
      background-color: #B082FC; }
    .nav-menu__item:hover {
      color: #B082FC; }
    .nav-menu__item:first-child {
      border-radius: 8px 8px 0 0; }
    .nav-menu__item:last-child {
      border-radius: 0 0 8px 8px;
      border-bottom: none; }
    .nav-menu__item:nth-child(1):after {
      background-color: #B082FC; }
    .nav-menu__item:nth-child(1) .nav-menu__icon {
      background-color: rgba(176, 130, 252, 0.1); }
    .nav-menu__item:nth-child(1):hover {
      color: #B082FC; }
    .nav-menu__item:nth-child(2):after {
      background-color: #1886C0; }
    .nav-menu__item:nth-child(2) .nav-menu__icon {
      background-color: rgba(24, 134, 192, 0.1); }
    .nav-menu__item:nth-child(2):hover {
      color: #1886C0; }
    .nav-menu__item:nth-child(3):after {
      background-color: #E63077; }
    .nav-menu__item:nth-child(3) .nav-menu__icon {
      background-color: rgba(230, 48, 119, 0.1); }
    .nav-menu__item:nth-child(3):hover {
      color: #E63077; }
  .nav-menu__icon {
    position: absolute;
    top: 50%;
    left: 32px;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background-color: rgba(176, 130, 252, 0.1); }
    .nav-menu__icon img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.sign {
  padding: 140px 0; }
  @media (max-width: 991px) {
    .sign {
      padding-bottom: 60px; } }
  .sign-box {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 27px 17px 17px 17px; }
    .sign-box:before {
      display: none !important; }
    .sign-box .main-btn {
      min-width: 130px; }
  .sign-title {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 15px;
    text-align: center;
    width: 100%; }
    .sign-title h3 {
      font-weight: 700;
      font-size: 24px;
      color: #E34F94;
      margin-bottom: 8px;
      text-transform: uppercase; }
    .sign-title p {
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 400;
      font-size: 8px;
      color: #949DAA; }
  .sign-input {
    height: 41px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 14px;
    padding-right: 40px;
    position: relative;
    border-radius: 8px;
    border: 1px solid #F5F5F5;
    cursor: text;
    margin-bottom: 6px;
    background-color: #fff; }
    .sign-input:focus-within {
      background-color: #F8FAFB;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .sign-input ::-webkit-input-placeholder {
      color: #949DAA;
      font-size: 10px;
      font-weight: 400; }
    .sign-input :-moz-placeholder {
      color: #949DAA;
      font-size: 10px;
      font-weight: 400; }
    .sign-input ::-moz-placeholder {
      color: #949DAA;
      font-size: 10px;
      font-weight: 400; }
    .sign-input :-ms-input-placeholder {
      color: #949DAA;
      font-size: 10px;
      font-weight: 400; }
    .sign-input ::placeholder {
      color: #949DAA;
      font-size: 10px;
      font-weight: 400; }
    .sign-input svg {
      position: absolute;
      top: 50%;
      right: 20px;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      width: 12px;
      height: 12px;
      fill: #000;
      opacity: .1;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .sign-input p {
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 400;
      font-size: 10px;
      color: #949DAA;
      margin-bottom: 3px; }
    .sign-input input {
      width: 100%;
      height: auto;
      outline: none;
      background-color: transparent;
      border: none;
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 700;
      font-size: 12px;
      color: #2A202B;
      padding: 0; }
      .sign-input input:focus + svg {
        fill: #E34F94;
        opacity: 1; }
    .sign-input textarea {
      height: 116px;
      border: none;
      outline: none;
      padding: 8px 0;
      background-color: transparent;
      width: 100%;
      font-family: "Helvetica Now Display", sans-serif;
      font-size: 12px;
      color: #2A202B;
      font-weight: 700;
      resize: none; }
    .sign-input .jq-selectbox {
      width: 100%; }
      .sign-input .jq-selectbox:after {
        position: absolute;
        bottom: -8px;
        left: -15px;
        height: 41px;
        width: -moz-calc(100% + 55px);
        width: calc(100% + 55px); }
      .sign-input .jq-selectbox__select {
        width: 100%;
        border: none !important;
        background: transparent !important;
        box-shadow: none !important;
        text-shadow: none !important;
        padding-left: 0;
        font-family: "Helvetica Now Display", sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #2A202B;
        height: auto;
        line-height: 1; }
      .sign-input .jq-selectbox__trigger {
        border: none;
        display: none; }
        .sign-input .jq-selectbox__trigger-arrow {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
             -moz-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          margin: 0; }
    .sign-input_text {
      height: auto;
      padding-right: 14px; }
    .sign-input_capch {
      padding-left: 119px; }
      .sign-input_capch:after {
        position: absolute;
        top: 0;
        left: 104px;
        height: 100%;
        width: 1px;
        content: '';
        background-color: #F5F5F5; }
      .sign-input_capch img {
        position: absolute;
        top: 50%;
        left: 50px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-width: 100px; }
    .sign-input_select {
      padding-right: 14px;
      cursor: pointer; }
  .sign-inputs {
    margin-bottom: 11px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .sign-row {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 17px;
    margin-bottom: 11px;
    border-bottom: 1px solid #F5F5F5; }
  .sign-link {
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #949DAA;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer;
    text-decoration: none;
    text-align: right; }
    .sign-link:hover {
      color: #E34F94; }
  .sign-bot-link {
    width: 100%;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 800;
    font-size: 10px;
    color: #E34F94;
    cursor: pointer;
    text-decoration: none;
    text-transform: uppercase;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .sign-bot-link:hover {
      color: #B83A75; }
  .sign .sign-box {
    max-width: 410px;
    width: 100%;
    margin: 0 auto; }
  .sign .sign-title {
    text-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
  .sign .main-btn {
    width: 100%;
    margin-bottom: 30px; }
  .sign .sign-bot-link {
    width: 100%;
    text-align: center;
    padding-top: 11px;
    border-top: 1px solid #F5F5F5;
    font-size: 12px; }
    @media (max-width: 480px) {
      .sign .sign-bot-link {
        font-size: 8px; } }
  .sign-check {
    display: block;
    cursor: pointer;
    margin-bottom: 25px; }
    .sign-check input {
      display: none; }
      .sign-check input:checked + span svg {
        opacity: 1; }
    .sign-check span {
      padding-left: 32px;
      position: relative;
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 700;
      font-size: 10px;
      color: #2A202B; }
      .sign-check span:after {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        left: 0;
        width: 18px;
        height: 18px;
        border-radius: 50%;
        background-color: #FDEEF5;
        content: '';
        z-index: 1; }
      .sign-check span svg {
        position: absolute;
        left: 9px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 8px;
        height: 8px;
        fill: #E34F94;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0;
        z-index: 2; }
  .sign .sign-row {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-top: 1px solid #F5F5F5;
    padding-top: 11px; }
    .sign .sign-row .sign-bot-link {
      border-top: none;
      padding-top: 0;
      width: auto;
      text-align: left; }

.bait-left {
  max-width: 160px;
  width: 100%;
  margin: 0 auto 19px auto;
  display: block;
  position: relative; }
  .bait-left span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    max-width: 100%; }
  .bait-left img {
    max-width: 100%;
    border-radius: 8px; }

.bait-right {
  max-width: 125px;
  width: 100%;
  margin: 0 auto 19px auto;
  display: block;
  position: relative; }
  .bait-right span {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
       -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 0 10px;
    max-width: 100%; }
  .bait-right img {
    max-width: 100%;
    border-radius: 8px; }

.card-list {
  border: 2px solid #fff;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px; }
  .card-list:last-child {
    margin-bottom: 0; }

.card-item {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .card-item__head {
    width: 100%;
    background-color: #fff;
    padding: 9px 14px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer; }
    .card-item__head:hover h3 {
      color: #E34F94; }
    .card-item__head h3 {
      font-weight: 700;
      font-size: 14px;
      color: #2A202B;
      margin-right: 5px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
    .card-item__head a {
      padding: 10px 16px;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      background: -moz-linear-gradient(top, #2ABD00 0%, #239C00 100%);
      background: linear-gradient(180deg, #2ABD00 0%, #239C00 100%);
      border: 1px solid rgba(255, 255, 255, 0.2);
      box-shadow: 0px 5px 10px rgba(48, 191, 7, 0.53), inset 0px 4px 20px rgba(255, 255, 255, 0.16);
      border-radius: 8px;
      cursor: pointer;
      text-decoration: none;
      font-weight: 700;
      font-size: 10px;
      color: #fff;
      text-transform: uppercase; }
      .card-item__head a:hover {
        background: -moz-linear-gradient(bottom, #2ABD00 0%, #239C00 100%);
        background: linear-gradient(0deg, #2ABD00 0%, #239C00 100%); }
  .card-item__content {
    padding: 14px;
    width: 100%; }

.card {
  background: #FFFFFF;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 13px; }
  .card:last-child {
    margin-bottom: 0; }
  .card-head {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #B83974;
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0px 2px 0px #A42B63, inset 0px 4px 20px rgba(255, 255, 255, 0.25);
    padding: 15px;
    background-image: url(../img/card-head-bg.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain; }
    .card-head h3 {
      font-weight: 700;
      font-size: 16px;
      color: #fff;
      text-transform: uppercase; }
      @media (max-width: 480px) {
        .card-head h3 {
          font-size: 12px; } }
    .card-head p {
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 700;
      font-size: 10px;
      color: #fff;
      margin-left: 10px;
      text-align: right; }
      @media (max-width: 480px) {
        .card-head p {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: column;
             -moz-box-orient: vertical;
             -moz-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-align-items: flex-end;
             -moz-box-align: end;
              -ms-flex-align: end;
                  align-items: flex-end;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          line-height: 1.3; } }
      .card-head p span {
        margin-left: 10px;
        font-weight: 400; }
  .card-footer {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    padding: 0 15px; }
    @media (max-width: 1399px) {
      .card-footer {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .card-footer {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-bottom: 5px; } }
  .card-menu {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .card-menu a {
      padding: 12px 0;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      margin-right: 23px;
      text-decoration: none;
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 700;
      font-size: 10px;
      color: #949DAA;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border-top: 2px solid transparent;
      margin-top: -2px; }
      @media (max-width: 1399px) {
        .card-menu a {
          margin-right: 15px;
          font-size: 8px; } }
      @media (max-width: 480px) {
        .card-menu a {
          margin-right: 10px; } }
      .card-menu a:hover {
        color: #E34F94;
        border-top-color: #E34F94; }
      .card-menu a:last-child {
        margin-right: 0; }
  .card-btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
    .card-btns a {
      padding: 5px 12px;
      border-radius: 100px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      border: 1px solid #E34F94;
      color: #E34F94;
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 500;
      font-size: 10px;
      text-decoration: none;
      cursor: pointer;
      margin-right: 15px;
      text-align: center; }
      @media (max-width: 1399px) {
        .card-btns a {
          margin-right: 10px; } }
      .card-btns a:last-child {
        margin-right: 0; }
      .card-btns a.green {
        color: #2ABD00;
        border-color: #2ABD00; }
        .card-btns a.green:hover {
          background-color: #2ABD00;
          color: #fff; }
      .card-btns a.red {
        color: #E55959;
        border-color: #E55959; }
        .card-btns a.red:hover {
          background-color: #E55959;
          color: #fff; }
  .card-content {
    padding: 23px 15px 25px 15px;
    width: 100%; }
  .card-text p {
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #949DAA;
    line-height: 1.5;
    margin-bottom: 15px; }
    .card-text p:last-child {
      margin-bottom: 0; }
  .card-preview {
    max-width: 125px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .card-row {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    @media (max-width: 767px) {
      .card-row {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
  .card-info {
    width: -moz-calc(100% - 125px);
    width: calc(100% - 125px);
    padding-left: 35px; }
    @media (max-width: 1399px) {
      .card-info {
        padding-left: 15px; } }
    @media (max-width: 767px) {
      .card-info {
        padding-left: 0;
        width: 100%; } }
    .card-info__bot {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 20px; }
      @media (max-width: 480px) {
        .card-info__bot {
          -webkit-flex-wrap: wrap;
              -ms-flex-wrap: wrap;
                  flex-wrap: wrap;
          margin-bottom: 10px; } }
      .card-info__bot-item {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-right: 10px; }
        @media (max-width: 480px) {
          .card-info__bot-item {
            margin-bottom: 10px; } }
    .card-info__title {
      font-weight: 700;
      font-size: 9px;
      color: #949DAA;
      margin-bottom: 5px; }
    .card-info__text {
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 500;
      font-size: 10px;
      color: #2A202B; }
    .card-info__btn {
      padding: 10px 18px;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      background-color: rgba(227, 79, 148, 0.1);
      border-radius: 8px;
      color: #E34F94;
      text-decoration: none;
      font-weight: 700;
      font-size: 12px;
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      cursor: pointer; }
      .card-info__btn:hover {
        background-color: #E34F94;
        color: #fff; }
    .card-info__profit {
      position: relative;
      margin-bottom: 20px; }
      .card-info__profit svg {
        height: 62px;
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg);
        width: 62px; }
      .card-info__profit .progress-bar__background {
        fill: none;
        stroke: #F3F3F3;
        stroke-width: 2; }
      .card-info__profit .progress-bar__progress {
        fill: none;
        stroke: #F3F3F3;
        stroke: #E34F94;
        stroke-dasharray: 100 100;
        stroke-dashoffset: 100;
        stroke-width: 2;
        -moz-transition: stroke-dashoffset 1s ease-in-out;
        transition: stroke-dashoffset 1s ease-in-out; }
      .card-info__profit p {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        font-weight: 400;
        font-size: 8px;
        color: #E34F94; }
        .card-info__profit p span {
          font-weight: 700;
          font-size: 14px; }
    .card-info__top {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 480px) {
        .card-info__top {
          -webkit-flex-direction: column-reverse;
             -moz-box-orient: vertical;
             -moz-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: flex-start;
             -moz-box-pack: start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    .card-info__left {
      width: -moz-calc(100% - 82px);
      width: calc(100% - 82px); }
      @media (max-width: 480px) {
        .card-info__left {
          width: 100%; } }
    .card-info__right {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      max-width: 82px;
      width: 100%; }
      .card-info__right .card-info__title {
        margin-bottom: 10px; }
    .card-info__val {
      font-weight: 700;
      font-size: 14px;
      color: #2A202B; }
      .card-info__val span {
        font-weight: 400;
        font-size: 8px; }
    .card-info__list {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      width: 100%; }
      @media (max-width: 480px) {
        .card-info__list {
          -webkit-justify-content: space-around;
              -ms-flex-pack: distribute;
                  justify-content: space-around; } }
    .card-info__item {
      width: -moz-calc(100% / 3 - 10px);
      width: calc(100% / 3 - 10px);
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 20px;
      margin-right: 10px; }
      @media (max-width: 480px) {
        .card-info__item {
          width: auto;
          margin-right: 10px; } }
    .card-info__center {
      padding-bottom: 15px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.04);
      margin-bottom: 15px; }
    .card-info__pay {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .card-info__pay-item {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding-right: 10px;
        position: relative; }
        @media (max-width: 1399px) {
          .card-info__pay-item {
            width: 50%; } }
        .card-info__pay-item:last-child {
          padding-right: 0; }
        .card-info__pay-item:first-child {
          width: 28%; }
          @media (max-width: 1399px) {
            .card-info__pay-item:first-child {
              width: 50%; } }
        .card-info__pay-item > p {
          text-align: right;
          font-weight: 400;
          font-size: 9px;
          color: #949DAA;
          opacity: 0.5;
          width: 100%;
          position: absolute;
          right: 3px;
          bottom: -moz-calc(100% + 6px);
          bottom: calc(100% + 6px); }
    .card-info__agg {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-top: -3px; }
      .card-info__agg .card-info__title {
        margin-bottom: 4px;
        margin-right: 6px; }
      .card-info__agg a {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        display: block;
        position: relative;
        margin-right: 3px;
        margin-bottom: 5px;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .card-info__agg a:hover {
          -webkit-transform: scale(1.2);
             -moz-transform: scale(1.2);
              -ms-transform: scale(1.2);
                  transform: scale(1.2); }
        .card-info__agg a img {
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
             -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%);
          top: -1px;
          width: 22px;
          pointer-events: none; }
    .card-info__monitor {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      border: 1px solid #F3F3F3;
      border-radius: 100px; }
      .card-info__monitor a {
        height: 21px;
        width: 100%;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center;
        position: relative;
        font-weight: 400;
        font-size: 9px;
        color: #2A202B;
        text-transform: uppercase;
        text-decoration: none;
        cursor: pointer;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .card-info__monitor a:hover {
          color: #E34F94; }
        .card-info__monitor a:last-child:after {
          display: none; }
        .card-info__monitor a:after {
          position: absolute;
          top: 50%;
          -webkit-transform: translateY(-50%);
             -moz-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          right: 0;
          height: 9px;
          width: 1px;
          background-color: #F3F3F3;
          content: ''; }
  .card-wallets {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-top: 5px; }
    .card-wallets__item {
      border: 1px solid #F5F5F5;
      background-color: #fff;
      position: relative;
      width: 21px;
      height: 21px;
      margin-right: -7px;
      border-radius: 50%;
      z-index: 2; }
      .card-wallets__item img {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        max-width: 8px; }
  .card-img {
    width: 125px;
    height: 125px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px; }
    .card-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      border-radius: 8px; }
  .card-rating {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    max-width: 111px;
    width: 100%;
    margin: 0 auto 20px auto;
    background: #2ABD00;
    box-shadow: 0px 2px 0px #24A001;
    border-radius: 15px;
    position: relative; }
    .card-rating.wait {
      background-color: #ddcb2b;
      box-shadow: 0px 2px 0px #bebb00; }
    .card-rating.error {
      background-color: #E34F94;
      box-shadow: 0px 2px 0px #B83A75; }
    .card-rating.scam {
      background-color: #dd2b2b;
      box-shadow: 0px 2px 0px #bb0707; }
    .card-rating.disabled {
      background-color: #bbbbbb;
      box-shadow: 0px 2px 0px #7c7c7c; }
    .card-rating__info {
      width: 100%;
      background: #F8F8F8;
      border: 2px solid #FFFFFF;
      border-radius: 15px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: baseline;
         -moz-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 7px 12px; }
      .card-rating__info span {
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: baseline;
           -moz-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        font-weight: 700;
        font-size: 15px;
        color: #2A202B; }
      .card-rating__info p {
        font-family: "Helvetica Now Display", sans-serif;
        font-weight: 500;
        font-size: 8px;
        color: #949DAA; }
    .card-rating__status {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 8px;
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 700;
      font-size: 10px;
      color: #fff;
      text-align: center; }
      .card-rating__status svg {
        width: 12px;
        height: 12px;
        fill: #fff;
        margin-right: 7px; }
    .card-rating__title {
      position: absolute;
      top: 2px;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      background: #FFFFFF;
      border: 1px solid #F8F8F8;
      border-radius: 15px;
      padding: 2px 8px;
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 500;
      font-size: 6px;
      color: #949DAA; }

.news-item {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 12px; }
  .news-item:last-child {
    margin-bottom: 0; }
  .news-item__head {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 23px 15px;
    background-color: #F8FAFB;
    border: 3px solid #fff;
    border-radius: 8px; }
    @media (max-width: 480px) {
      .news-item__head {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        padding: 15px; } }
    .news-item__head h3 {
      font-weight: 400;
      font-size: 14px;
      color: #949DAA;
      text-transform: uppercase;
      margin-right: 10px; }
      @media (max-width: 480px) {
        .news-item__head h3 {
          margin-bottom: 5px;
          margin-right: 0; } }
      .news-item__head h3 span {
        font-weight: 700; }
  .news-item__date {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-end;
       -moz-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #949DAA; }
    .news-item__date span {
      font-weight: 700;
      margin-left: 3px; }
    .news-item__date img {
      width: 9px;
      height: 9px;
      margin-left: 25px; }
      @media (max-width: 480px) {
        .news-item__date img {
          margin-left: 10px; } }
  .news-item__content {
    padding: 15px;
    width: 100%; }
    .news-item__content > img {
      width: 125px;
      margin-right: 35px;
      margin-bottom: 20px;
      float: left;
      border-radius: 8px; }
      @media (max-width: 480px) {
        .news-item__content > img {
          float: none;
          margin: 0 auto 20px auto;
          display: block; } }
    .news-item__content > p {
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 400;
      font-size: 10px;
      color: #949DAA;
      margin-bottom: 20px;
      line-height: 1.5; }
      .news-item__content > p:last-child {
        margin-bottom: 0; }
  .news-item__link {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 36px;
    padding: 13px;
    box-shadow: inset 0px 4px 20px rgba(255, 255, 255, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: #FDEEF5;
    font-weight: 700;
    font-size: 12px;
    color: #E34F94;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    border-radius: 8px;
    width: 100%;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .news-item__link:hover {
      background-color: #fcdaea; }
    .news-item__link img {
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
              transform: rotate(90deg); }

.news-page {
  width: 100%;
  background-color: #fff;
  border-radius: 8px; }
  .news-page__img {
    width: 100%;
    border: 3px solid #fff;
    height: 190px;
    background-color: #F8FAFB;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    margin-bottom: 20px; }
    .news-page__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 0%;
         object-position: 50% 0%;
      max-width: 100%;
      border-radius: 8px; }
  .news-page__content {
    padding: 0 15px 27px 15px;
    background-color: #fff;
    border-radius: 0 0 8px 8px; }
    .news-page__content > h2 {
      width: 100%;
      text-align: center;
      margin-bottom: 20px;
      font-weight: 700;
      font-size: 14px;
      color: #2A202B; }
    .news-page__content > p {
      font-weight: 400;
      font-size: 12px;
      font-family: "Helvetica Now Display", sans-serif;
      color: #828993;
      line-height: 1.4;
      margin-bottom: 15px; }
      .news-page__content > p a {
        font-weight: 700;
        color: #E34F94;
        text-decoration: none;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        .news-page__content > p a:hover {
          color: #B83A75; }
      .news-page__content > p:last-child {
        margin-bottom: 0; }
      .news-page__content > p i {
        font-weight: 400;
        font-style: italic;
        font-size: 12px;
        font-family: "Helvetica Now Display", sans-serif; }
    .news-page__content > h3 {
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 900;
      font-size: 16px;
      color: #E34F94;
      text-align: center;
      margin-bottom: 20px; }
      .news-page__content > h3:last-child {
        margin-bottom: 0; }
  .news-page__top {
    border: 3px solid #F8FAFB;
    border-radius: 8px;
    margin-top: -65px;
    position: relative;
    z-index: 2;
    margin-bottom: 24px; }
    .news-page__top:last-child {
      margin-bottom: 0; }
    .news-page__top-head {
      border: 3px solid #fff;
      background-color: #F8FAFB;
      border-radius: 8px;
      padding: 18px 27px;
      width: -moz-calc(100% + 6px);
      width: calc(100% + 6px);
      margin-left: -3px;
      margin-top: -3px; }
      @media (max-width: 480px) {
        .news-page__top-head {
          padding: 15px; } }
    .news-page__top-content {
      padding: 14px 24px; }
      @media (max-width: 480px) {
        .news-page__top-content {
          padding: 10px; } }
    .news-page__top p {
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #828993;
      line-height: 1.4; }
  .news-page__list {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: -moz-calc(100% + 40px);
    width: calc(100% + 40px);
    margin-left: -25px;
    margin-right: -25px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .news-page__list {
        margin-bottom: 15px; } }
    .news-page__list:last-child {
      margin-bottom: 0; }
    .news-page__list-item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 0 25px;
      border-right: 1px solid rgba(0, 0, 0, 0.04);
      width: -moz-calc(100% / 4);
      width: calc(100% / 4); }
      @media (max-width: 767px) {
        .news-page__list-item {
          width: -moz-calc(100% / 2);
          width: calc(100% / 2);
          margin-bottom: 15px;
          border-right: none; } }
      .news-page__list-item:last-child {
        border-right: none; }
      .news-page__list-item h3 {
        padding: 4px 14px;
        font-family: "Helvetica Now Display", sans-serif;
        font-weight: 700;
        font-size: 8px;
        color: #fff;
        text-align: center;
        text-transform: uppercase;
        background-color: #528EE4;
        border-radius: 100px;
        margin-bottom: 8px; }
      .news-page__list-item p {
        margin-bottom: 15px;
        font-family: "Helvetica Now Display", sans-serif;
        font-weight: 400;
        font-size: 10px;
        color: #828993;
        line-height: 1.4; }
        .news-page__list-item p:last-child {
          margin-bottom: 0; }
        .news-page__list-item p a {
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          text-decoration: none;
          color: #828993;
          display: inline-block; }
          .news-page__list-item p a:hover {
            color: #E34F94; }
        .news-page__list-item p.links a {
          display: block; }
        .news-page__list-item p.note {
          font-size: 8px;
          font-weight: 400; }
          .news-page__list-item p.note span {
            color: #F51515; }
        .news-page__list-item p .soc {
          position: relative;
          padding-left: 14px;
          text-decoration: none;
          font-weight: 400;
          font-size: 10px;
          color: #949DAA;
          -moz-transition: all .3s ease;
          transition: all .3s ease;
          font-family: "Helvetica Now Display", sans-serif;
          display: block; }
          .news-page__list-item p .soc:last-child {
            margin-bottom: 0; }
          .news-page__list-item p .soc:hover {
            text-decoration: underline; }
          .news-page__list-item p .soc img {
            position: absolute;
            top: 50%;
            left: 7px;
            -webkit-transform: translate(-50%, -50%);
               -moz-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
          .news-page__list-item p .soc.vk {
            color: #5772D2; }
          .news-page__list-item p .soc.yt {
            color: #E43636; }
          .news-page__list-item p .soc.fb {
            color: #1B51B9; }
          .news-page__list-item p .soc.inst {
            color: #CF4D93; }
          .news-page__list-item p .soc.tw {
            color: #2CC4E5; }
      .news-page__list-item h4 {
        font-family: "Helvetica Now Display", sans-serif;
        font-weight: 900;
        font-size: 14px;
        color: #E34F94;
        margin-bottom: 10px; }
        .news-page__list-item h4:last-child {
          margin-bottom: 0; }
    .news-page__list_full {
      width: 100%;
      margin: 0 0 30px 0; }
      .news-page__list_full .news-page__list-item {
        width: 100%;
        border: none;
        padding-bottom: 15px;
        margin-bottom: 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.04);
        padding-left: 0;
        padding-right: 0; }
        .news-page__list_full .news-page__list-item:last-child {
          border-bottom: none; }
  .news-page__line {
    width: 100%;
    height: 8px;
    background-image: url(../img/news-page-line.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto;
    margin-bottom: 30px; }
    .news-page__line:last-child {
      margin-bottom: 0; }
  .news-page__subline {
    width: 100%;
    height: 1px;
    margin-bottom: 24px;
    background-color: rgba(0, 0, 0, 0.04); }
    .news-page__subline:last-child {
      margin-bottom: 0; }
  .news-page__box {
    padding: 14px 21px;
    border-radius: 8px;
    margin-bottom: 17px;
    background-color: #F8FAFB;
    width: 100%; }
    .news-page__box p {
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #828993;
      line-height: 1.4;
      margin-bottom: 15px; }
      .news-page__box p:last-child {
        margin-bottom: 0; }
    .news-page__box:last-child {
      margin-bottom: 0; }

.pagination {
  padding: 15px 0 10px 0;
  width: 100%; }
  .pagination .pages {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%; }
  .pagination ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .pagination li {
    margin-right: 3px; }
    .pagination li:last-child {
      margin-right: 0; }
    .pagination li.prev {
      margin-right: 10px; }
      .pagination li.prev svg {
        -webkit-transform: rotate(90deg);
           -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
                transform: rotate(90deg); }
    .pagination li.next {
      margin-left: 10px; }
      .pagination li.next svg {
        -webkit-transform: rotate(-90deg);
           -moz-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);
                transform: rotate(-90deg); }
    .pagination li.active a {
      color: #E34F94;
      background: #FFFFFF;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08); }
  .pagination a {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
    font-size: 10px;
    color: #949DAA;
    margin: 0 3px; }
    .pagination a:hover {
      color: #E34F94;
      background: #FFFFFF;
      box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08); }
      .pagination a:hover svg {
        fill: #E34F94; }
    .pagination a svg {
      fill: #949DAA;
      width: 8px;
      height: 8px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .pagination b {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    text-decoration: none;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
    font-size: 10px;
    color: #E34F94;
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.08);
    margin: 0 3px; }
    .pagination b svg {
      fill: #E34F94; }

.promo-list {
  width: -moz-calc(100% + 19px);
  width: calc(100% + 19px);
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 5px; }
  .promo-list:last-child {
    margin-bottom: 0; }
  .promo-list__item {
    width: -moz-calc(100% / 5 - 19px);
    width: calc(100% / 5 - 19px);
    margin-right: 19px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 19px; }
    @media (max-width: 767px) {
      .promo-list__item {
        width: -moz-calc(100% / 3 - 19px);
        width: calc(100% / 3 - 19px); } }
    .promo-list__item img {
      max-width: 100%; }

.promo-banners {
  background-color: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 8px; }
  .promo-banners__head {
    width: 100%;
    border: 3px solid #fff;
    background-color: #F8FAFB;
    padding: 15px;
    border-radius: 8px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    text-align: center; }
    .promo-banners__head h3 {
      font-weight: 700;
      font-size: 14px;
      color: #2A202B;
      margin-bottom: 2px;
      text-align: center; }
    .promo-banners__head p {
      text-align: center;
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 400;
      font-size: 10px;
      color: #828993;
      line-height: 1.3; }
      .promo-banners__head p span {
        color: #F91A1A; }
  .promo-banners__content {
    padding: 22px 18px; }

.promo-box {
  margin-bottom: 14px;
  border-radius: 8px;
  border: 1px solid #F3F3F3;
  width: 100%; }
  .promo-box:last-child {
    margin-bottom: 0; }
  .promo-box__head {
    width: 100%;
    padding: 14px 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    @media (max-width: 480px) {
      .promo-box__head {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .promo-box__head:after {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      content: '';
      height: 8px;
      -webkit-transform: scaleY(-1);
         -moz-transform: scaleY(-1);
          -ms-transform: scaleY(-1);
              transform: scaleY(-1);
      background-image: url(../img/news-page-line.png);
      background-position: center center; }
    .promo-box__head h3 {
      font-weight: 700;
      font-size: 12px;
      color: #949DAA;
      text-transform: uppercase;
      margin-right: 10px; }
      @media (max-width: 480px) {
        .promo-box__head h3 {
          margin-right: 0;
          margin-bottom: 10px; } }
    .promo-box__head a {
      padding: 7px 10px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-decoration: none;
      background-color: rgba(227, 79, 148, 0.1);
      border-radius: 4px;
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 500;
      font-size: 10px;
      color: #E34F94;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .promo-box__head a:hover {
        background-color: rgba(227, 79, 148, 0.2); }
      .promo-box__head a img {
        margin-right: 7px; }
  .promo-box__content {
    width: 100%;
    padding: 0 16px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .promo-box__item {
    width: 100%;
    position: relative;
    padding: 18px 30px 18px 0;
    border-bottom: 1px dashed #E9E9E9;
    position: relative;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #828993;
    line-height: 1.4; }
    .promo-box__item:last-child {
      border-bottom: none; }
  .promo-box__copy {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
    cursor: pointer; }
    .promo-box__copy:hover svg {
      fill: #E34F94; }
    .promo-box__copy svg {
      width: 13px;
      height: 13px;
      fill: #949DAA;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }

.faq {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05); }
  .faq .accordion__item {
    width: 100%;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    background-color: #fff; }
    .faq .accordion__item.active {
      border-bottom-color: #E34F94;
      background-color: #F8FAFB; }
      .faq .accordion__item.active .accordion__head {
        color: #E34F94; }
      .faq .accordion__item.active .accordion__icon {
        background-color: #fff; }
        .faq .accordion__item.active .accordion__icon svg {
          -webkit-transform: translate(-50%, -50%) rotate(180deg);
             -moz-transform: translate(-50%, -50%) rotate(180deg);
              -ms-transform: translate(-50%, -50%) rotate(180deg);
                  transform: translate(-50%, -50%) rotate(180deg);
          fill: #E34F94; }
  .faq .accordion__head {
    padding: 20px 54px 20px 16px;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 700;
    font-size: 14px;
    color: #2A202B;
    cursor: pointer;
    position: relative; }
    .faq .accordion__head:hover {
      color: #E34F94; }
    .faq .accordion__head span {
      font-weight: 400;
      color: #949DAA; }
  .faq .accordion__icon {
    position: absolute;
    top: 50%;
    right: 26px;
    -webkit-transform: translate(50%, -50%);
       -moz-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    width: 22px;
    height: 22px;
    border-radius: 4px;
    background-color: #F8FAFB;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .faq .accordion__icon svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      fill: #949DAA;
      width: 6px;
      height: 6px;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
  .faq .accordion__body {
    display: none;
    padding: 0 16px 16px 16px; }
    .faq .accordion__body p {
      margin-bottom: 15px;
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #828993;
      line-height: 1.4; }
      .faq .accordion__body p:last-child {
        margin-bottom: 0; }

.contacts {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: stretch;
     -moz-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05); }
  @media (max-width: 575px) {
    .contacts {
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; } }
  .contacts-col {
    width: 50%; }
    @media (max-width: 575px) {
      .contacts-col {
        width: 100%; } }
    .contacts-col:first-child .contacts-head {
      border-bottom-color: #E34F94; }
  .contacts-head {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 10px 15px;
    border-bottom: 2px solid #E7EEF1;
    background-color: #F8FAFB;
    text-align: center; }
    .contacts-head h3 {
      font-weight: 700;
      font-size: 14px;
      color: #2A202B;
      text-transform: uppercase;
      margin-bottom: 2px; }
    .contacts-head p {
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #828993;
      line-height: 1.3; }
  .contacts-content {
    padding: 23px 12px; }
  .contacts-links {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .contacts-links__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: -moz-calc(100% / 2 - 7px);
      width: calc(100% / 2 - 7px);
      margin-bottom: 23px; }
      .contacts-links__item h3 {
        font-weight: 700;
        font-size: 12px;
        color: #949DAA;
        text-transform: uppercase;
        margin-bottom: 6px;
        line-height: 1.3; }
      .contacts-links__item a {
        padding-bottom: 5px;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        font-family: "Helvetica Now Display", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #2A202B;
        border-bottom: 1px dashed #E7EEF1;
        text-decoration: none;
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden; }
        .contacts-links__item a:hover {
          color: #E34F94;
          border-bottom-color: #E34F94; }
      .contacts-links__item.tg h3 {
        color: #00A6DA; }
      .contacts-links__item.tg a {
        color: #00A6DA;
        border-bottom-color: #00A6DA; }
        .contacts-links__item.tg a:hover {
          color: #E34F94;
          border-bottom-color: #E34F94; }

.listing {
  background-color: #fff;
  border-radius: 8px;
  padding-bottom: 35px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05); }
  .listing-about {
    padding: 32px 20px;
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .listing-about__col {
      width: -moz-calc(50% - 14px);
      width: calc(50% - 14px); }
      @media (max-width: 767px) {
        .listing-about__col {
          width: 100%; } }
  .listing-title {
    margin-bottom: 30px;
    font-weight: 700;
    font-size: 24px;
    color: #2A202B;
    width: 100%;
    line-height: 1; }
    .listing-title span {
      color: #EFA15B;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
  .listing-text {
    width: 100%;
    margin-bottom: 30px; }
    .listing-text:last-child {
      margin-bottom: 0; }
    .listing-text h3 {
      margin-bottom: 24px;
      font-weight: 700;
      font-size: 14px;
      color: #2A202B; }
    .listing-text p {
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 400;
      font-size: 12px;
      color: #828993;
      line-height: 1.4;
      margin-bottom: 15px; }
      .listing-text p:last-child {
        margin-bottom: 0; }
      .listing-text p span {
        font-weight: 700;
        color: #E34F94; }
    .listing-text ul {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 24px; }
      .listing-text ul:last-child {
        margin-bottom: 0; }
      .listing-text ul li {
        position: relative;
        padding-left: 16px;
        margin-bottom: 10px; }
        .listing-text ul li:last-child {
          margin-bottom: 0; }
        .listing-text ul li:after {
          position: absolute;
          top: 5px;
          left: 0;
          width: 4px;
          height: 4px;
          border-radius: 50%;
          background-color: #E34F94;
          content: ''; }
    .listing-text_small p {
      font-size: 10px; }
  .listing-wallets {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 24px; }
    .listing-wallets h3 {
      margin-bottom: 8px;
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 400;
      font-size: 8px;
      color: #949DAA; }
    .listing-wallets__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%;
      border-radius: 8px;
      overflow: hidden;
      border: 1px solid #F8FAFB;
      margin-bottom: 8px; }
      .listing-wallets__item:last-child {
        margin-bottom: 0; }
      .listing-wallets__item.btc .listing-wallets__title {
        color: #F79014; }
        .listing-wallets__item.btc .listing-wallets__title svg {
          fill: #F79014; }
      .listing-wallets__item.eth .listing-wallets__title {
        color: #4E4E4E; }
        .listing-wallets__item.eth .listing-wallets__title svg {
          fill: #4E4E4E; }
      .listing-wallets__item.usdt .listing-wallets__title {
        color: #51BD36; }
        .listing-wallets__item.usdt .listing-wallets__title svg {
          fill: #51BD36; }
      .listing-wallets__item.pm .listing-wallets__title {
        color: #E12626; }
        .listing-wallets__item.pm .listing-wallets__title svg {
          fill: #E12626; }
      .listing-wallets__item.payeer .listing-wallets__title {
        color: #3A99D8; }
        .listing-wallets__item.payeer .listing-wallets__title svg {
          fill: #3A99D8; }
    .listing-wallets__title {
      position: relative;
      background-color: #F8FAFB;
      width: 126px;
      height: 40px;
      padding-left: 42px;
      padding-right: 10px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      font-weight: 700;
      font-size: 9px;
      text-transform: uppercase; }
      .listing-wallets__title svg {
        position: absolute;
        left: 21px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 16px;
        height: 13px; }
    .listing-wallets__val {
      width: -moz-calc(100% - 126px);
      width: calc(100% - 126px);
      padding-left: 17px;
      padding-right: 36px;
      position: relative;
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 400;
      font-size: 8px;
      color: #828993;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .listing-wallets__val span {
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%; }
    .listing-wallets__copy {
      position: absolute;
      top: 50%;
      right: 18px;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      cursor: pointer; }
      .listing-wallets__copy:hover svg {
        fill: #E34F94; }
      .listing-wallets__copy svg {
        width: 8px;
        height: 8px;
        fill: #949DAA;
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
  .listing-attention {
    width: 100%;
    border: 1px solid #F8FAFB;
    border-radius: 8px 8px 0 0;
    margin-bottom: 14px; }
    .listing-attention__title {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 15px 16px;
      border-bottom: 2px solid #EFA15B; }
      .listing-attention__title h3 {
        font-weight: 700;
        font-size: 14px;
        color: #2A202B;
        text-transform: uppercase;
        margin-right: 10px; }
      .listing-attention__title span {
        display: -webkit-inline-flex;
        display: -moz-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-flex-direction: row;
           -moz-box-orient: horizontal;
           -moz-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-align-items: center;
           -moz-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-width: 55px;
        height: 15px;
        border-radius: 30px;
        text-align: center;
        background-color: #FEF9EF;
        font-family: "Helvetica Now Display", sans-serif;
        font-weight: 700;
        font-size: 8px;
        color: #EFA15B;
        padding: 3px 5px; }
    .listing-attention .listing-text {
      padding: 20px 16px 15px 16px;
      margin-bottom: 0; }
  .listing-table {
    width: 100%;
    padding: 0 40px;
    margin-bottom: 50px; }
    @media (max-width: 767px) {
      .listing-table {
        margin-bottom: 20px;
        overflow-x: scroll;
        padding: 0; } }
    .listing-table:last-child {
      margin-bottom: 0; }
    .listing-table table {
      width: 100%;
      border-collapse: collapse;
      border: 1px solid #F8FAFB; }
      .listing-table table td {
        padding: 15px;
        border-bottom: 1px solid #F8FAFB;
        border-right: 1px solid #F8FAFB; }
        @media (max-width: 1300px) {
          .listing-table table td {
            padding: 15px 5px; } }
        @media (max-width: 1199px) {
          .listing-table table td {
            padding: 15px; } }
        .listing-table table td:last-child {
          border-right: none; }
    .listing-table tbody td:first-child {
      background-color: #F8FAFB;
      border-bottom: 1px solid #fff; }
    .listing-table tbody tr:last-child .listing-table__val {
      color: #474747; }
    .listing-table__title {
      font-weight: 700;
      font-size: 12px;
      color: #2A202B;
      margin-bottom: 12px;
      text-transform: uppercase;
      max-width: 60px; }
    .listing-table__val {
      font-weight: 700;
      font-size: 12px;
      color: #949DAA;
      text-align: center;
      width: 100%; }
    .listing-table__subtitle {
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 500;
      font-size: 10px;
      color: #949DAA;
      white-space: nowrap; }
  .listing-list {
    padding: 0 20px;
    width: 100%; }
    .listing-list table {
      width: 100%;
      border-collapse: collapse; }
      .listing-list table thead td {
        padding: 13px 10px; }
        .listing-list table thead td:first-child {
          padding-left: 40px; }
          @media (max-width: 480px) {
            .listing-list table thead td:first-child {
              padding-left: 0; } }
      .listing-list table tbody {
        position: relative; }
        .listing-list table tbody:after {
          position: absolute;
          top: 28px;
          left: 0;
          height: -moz-calc(100% - 28px - 26px);
          height: calc(100% - 28px - 26px);
          width: 5px;
          border-radius: 10px;
          background-color: #F8FAFB;
          content: ''; }
          @media (max-width: 480px) {
            .listing-list table tbody:after {
              display: none; } }
        .listing-list table tbody td {
          padding: 26px 10px;
          vertical-align: top; }
          @media (max-width: 480px) {
            .listing-list table tbody td {
              padding-right: 0;
              padding-top: 15px;
              padding-bottom: 15px; } }
          .listing-list table tbody td:first-child {
            padding-left: 40px; }
            @media (max-width: 480px) {
              .listing-list table tbody td:first-child {
                padding-left: 0; } }
    .listing-list__title {
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 500;
      font-size: 10px;
      color: #949DAA; }
    .listing-list__text {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      .listing-list__text h3 {
        position: relative;
        font-family: "Helvetica Now Display", sans-serif;
        font-weight: 700;
        font-size: 16px;
        color: #2A202B;
        margin-bottom: 13px; }
        .listing-list__text h3 span {
          position: absolute;
          left: -49px;
          z-index: 2;
          top: -3px;
          width: 23px;
          height: 23px;
          border-radius: 50%;
          border: 2px solid #fff;
          background-color: #F8FAFB;
          display: -webkit-inline-flex;
          display: -moz-inline-box;
          display: -ms-inline-flexbox;
          display: inline-flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: center;
             -moz-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          font-weight: 700;
          font-size: 8px;
          font-family: "Arame", sans-serif;
          color: #949DAA; }
          @media (max-width: 480px) {
            .listing-list__text h3 span {
              left: -30px; } }
      .listing-list__text p {
        font-family: "Helvetica Now Display", sans-serif;
        font-weight: 400;
        font-size: 12px;
        color: #828993;
        line-height: 1.4; }
    .listing-list__box {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-top: -10px; }
    .listing-list__item {
      padding: 13px 0px 13px 32px;
      position: relative;
      width: 100%;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 700;
      font-size: 10px;
      color: #2A202B;
      line-height: 1.3; }
      .listing-list__item:after {
        position: absolute;
        top: 13px;
        left: 0;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        content: '';
        z-index: 1;
        background-color: #FDEEF5; }
      .listing-list__item svg {
        position: absolute;
        top: 14px;
        left: 4px;
        width: 11px;
        height: 11px;
        fill: #E34F94;
        z-index: 2; }
  .listing-why {
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 40px; }
    .listing-why:last-child {
      margin-bottom: 0; }
    .listing-why__title {
      padding: 19px 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.04);
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      font-weight: 700;
      font-size: 14px;
      color: #E34F94; }
    .listing-why__arrow {
      width: 21px;
      height: 21px;
      background-color: #F8FAFB;
      border-radius: 4px;
      position: relative;
      margin-left: 10px; }
      .listing-why__arrow svg {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 8px;
        height: 8px;
        fill: #949DAA; }
    .listing-why__subtitle {
      padding: 19px 20px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.04);
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 400;
      font-size: 10px;
      color: #828993;
      line-height: 1.3;
      width: 100%;
      background-color: #F8FAFB; }
    .listing-why__list {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: #F8FAFB;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    .listing-why__item {
      width: -moz-calc(100% / 3);
      width: calc(100% / 3);
      border-right: 1px solid rgba(0, 0, 0, 0.04);
      border-bottom: 1px solid rgba(0, 0, 0, 0.04);
      padding: 44px 20px 20px 20px;
      position: relative; }
      @media (max-width: 767px) {
        .listing-why__item {
          width: 100%; } }
      .listing-why__item:nth-last-child(2) {
        border-right: none; }
      .listing-why__item:last-child {
        border-right: none; }
      .listing-why__item:nth-child(odd) {
        background-color: #F2F6F8; }
      .listing-why__item:after {
        position: absolute;
        top: 18px;
        left: 20px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #E34F94;
        content: ''; }
      .listing-why__item h3 {
        margin-bottom: 30px;
        font-family: "Helvetica Now Display", sans-serif;
        font-weight: 700;
        font-size: 12px;
        color: #2A202B; }
      .listing-why__item p {
        font-family: "Helvetica Now Display", sans-serif;
        font-weight: 400;
        font-size: 10px;
        color: #828993;
        line-height: 1.4; }
      .listing-why__item_full {
        width: 100%; }
  .listing-more__title {
    padding: 0 20px 29px 20px;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    color: #2A202B;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .listing-more__title {
        margin-bottom: 20px; } }
    .listing-more__title:after {
      width: -moz-calc(100% - 40px);
      width: calc(100% - 40px);
      content: '';
      height: 8px;
      bottom: 0;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      background-image: url(../img/listing-more-line-center.png);
      background-position: center center; }
  .listing-more__about {
    margin: 0 20px;
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    margin-bottom: 40px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    @media (max-width: 767px) {
      .listing-more__about {
        margin-bottom: 20px; } }
    .listing-more__about:last-child {
      margin-bottom: 0; }
    .listing-more__about-col {
      width: -moz-calc(50% - 15px);
      width: calc(50% - 15px); }
      @media (max-width: 575px) {
        .listing-more__about-col {
          width: 100%; } }
    .listing-more__about-img {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      position: relative;
      margin-top: -5px; }
      .listing-more__about-img:after {
        position: absolute;
        bottom: -moz-calc(50% - 3px);
        bottom: calc(50% - 3px);
        right: -moz-calc(50% - 3px);
        right: calc(50% - 3px);
        width: 313px;
        height: 107px;
        background-image: url(../img/listing-about-img-line.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        content: '';
        pointer-events: none; }
        @media (max-width: 767px) {
          .listing-more__about-img:after {
            display: none; } }
      .listing-more__about-img img {
        max-width: 100%; }
  .listing-email {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 20px;
    margin-bottom: 35px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .listing-email:last-child {
      margin-bottom: 0; }
    .listing-email__left {
      max-width: 275px;
      width: 100%;
      border-right: 1px solid rgba(0, 0, 0, 0.04);
      padding-right: 17px; }
      @media (max-width: 575px) {
        .listing-email__left {
          width: 100%;
          padding-right: 0;
          border-right: none; } }
    .listing-email__right {
      padding-left: 24px;
      width: -moz-calc(100% - 275px);
      width: calc(100% - 275px); }
      @media (max-width: 575px) {
        .listing-email__right {
          width: 100%;
          padding-left: 0; } }
    .listing-email__title {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-bottom: 17px;
      width: 100%; }
      .listing-email__title img {
        margin-bottom: 11px; }
      .listing-email__title h3 {
        font-weight: 700;
        font-size: 14px;
        color: #2A202B;
        text-transform: uppercase;
        margin-bottom: 7px; }
      .listing-email__title p {
        font-family: "Helvetica Now Display", sans-serif;
        font-weight: 400;
        font-size: 8px;
        color: #828993; }
    .listing-email__list {
      width: 100%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start; }
      @media (max-width: 575px) {
        .listing-email__list {
          margin-bottom: 20px; } }
    .listing-email__item {
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      background-color: #F8FAFB;
      border-radius: 8px;
      padding: 10px;
      margin-bottom: 11px;
      width: 100%; }
      .listing-email__item:last-child {
        margin-bottom: 0; }
      .listing-email__item span {
        position: absolute;
        right: 20px;
        top: 0;
        -webkit-transform: translateY(-50%);
           -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        background-color: #528EE4;
        padding: 4px 9px;
        border-radius: 20px;
        font-weight: 700;
        font-size: 12px;
        color: #fff; }
      .listing-email__item h3 {
        font-weight: 700;
        font-size: 10px;
        color: #2A202B;
        text-transform: uppercase;
        margin-bottom: 1px; }
      .listing-email__item p {
        font-family: "Helvetica Now Display", sans-serif;
        font-weight: 400;
        font-size: 10px;
        color: #828993;
        line-height: 1.3; }
  .listing-info {
    position: relative;
    padding: 28px 20px 0 20px; }
    .listing-info:after {
      width: -moz-calc(100% - 40px);
      width: calc(100% - 40px);
      height: 8px;
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0;
      background-image: url(../img/listing-more-line-left.png);
      background-position: 0 0;
      content: ''; }
    .listing-info__item {
      position: relative;
      padding-left: 27px;
      width: 100%;
      padding-bottom: 23px;
      margin-bottom: 28px;
      border-bottom: 1px solid rgba(0, 0, 0, 0.04); }
      .listing-info__item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none; }
      .listing-info__item img {
        position: absolute;
        top: -3px;
        left: 0; }
  .listing-price {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #828993; }
    .listing-price span {
      margin-left: 16px;
      padding: 8px 10px;
      border-radius: 10px;
      display: -webkit-inline-flex;
      display: -moz-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      text-align: center;
      font-weight: 700;
      font-family: "Arame", sans-serif;
      font-size: 8px;
      color: #528EE4;
      background-color: rgba(82, 142, 228, 0.1); }

.add {
  border-radius: 8px;
  padding: 20px 16px;
  background-color: #fff;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 15px; }
  .add:last-child {
    margin-bottom: 0; }
  .add .main-btn {
    min-width: 130px; }
  .add-inputs {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 17px; }
    .add-inputs__col {
      width: -moz-calc(100% / 2 - 7px);
      width: calc(100% / 2 - 7px);
      margin-bottom: 6px; }
      @media (max-width: 480px) {
        .add-inputs__col {
          width: 100%; } }
    .add-inputs .sign-input textarea {
      height: 86px; }
  .add-radio {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 15px; }
    .add-radio label {
      width: -moz-calc(100% / 3 - 20px);
      width: calc(100% / 3 - 20px);
      margin-bottom: 15px; }
      @media (max-width: 480px) {
        .add-radio label {
          width: 100%; } }
      .add-radio label input {
        display: none; }
        .add-radio label input:checked + .add-radio__item {
          background-color: rgba(227, 79, 148, 0.1);
          color: #E34F94;
          font-weight: 700; }
          .add-radio label input:checked + .add-radio__item:after {
            background-color: #E34F94; }
          .add-radio label input:checked + .add-radio__item .add-radio__icon {
            border-color: #E34F94; }
            .add-radio label input:checked + .add-radio__item .add-radio__icon:after {
              opacity: 1; }
    .add-radio__item {
      position: relative;
      width: 100%;
      height: 41px;
      border: 1px solid #F5F5F5;
      border-radius: 8px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      padding: 5px 38px 5px 14px;
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 400;
      font-size: 12px;
      overflow-y: hidden;
      color: #949DAA;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .add-radio__item img {
        width: 20px;
        height: 20px;
        margin-right: 10px; }
      .add-radio__item:after {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 4px;
        height: 16px;
        border-radius: 10px;
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        background-color: #F5F5F5; }
      .add-radio__item:hover {
        background-color: rgba(227, 79, 148, 0.1);
        color: #E34F94;
        border-color: transparent; }
        .add-radio__item:hover .add-radio__icon {
          border-color: #E34F94; }
        .add-radio__item:hover:after {
          background-color: #E34F94; }
    .add-radio__icon {
      position: absolute;
      top: 50%;
      right: 19px;
      -webkit-transform: translate(50%, -50%);
         -moz-transform: translate(50%, -50%);
          -ms-transform: translate(50%, -50%);
              transform: translate(50%, -50%);
      border-radius: 50%;
      border: 1px solid rgba(148, 157, 170, 0.2);
      -moz-transition: all .3s ease;
      transition: all .3s ease;
      width: 12px;
      height: 12px; }
      .add-radio__icon:after {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #E34F94;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        opacity: 0;
        content: ''; }
    .add-radio_rating label {
      width: -moz-calc(100% / 2 - 10px);
      width: calc(100% / 2 - 10px); }
      @media (max-width: 480px) {
        .add-radio_rating label {
          width: 100%; } }
  .add-title {
    width: 100%;
    padding-left: 10px;
    margin-bottom: 6px;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #949DAA; }
    .add-title_np {
      padding-left: 0; }
  .add-wallets {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: stretch;
       -moz-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border: 1px solid #F5F5F5;
    border-radius: 8px;
    position: relative;
    background-color: #fff;
    z-index: 2; }
    .add-wallets:after {
      width: 1px;
      height: 100%;
      background-color: #F5F5F5;
      content: '';
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      top: 0; }
      @media (max-width: 480px) {
        .add-wallets:after {
          display: none; } }
    .add-wallets label {
      width: 50%;
      border-bottom: 1px solid #F5F5F5; }
      @media (max-width: 480px) {
        .add-wallets label {
          width: 100%; } }
      .add-wallets label:last-child {
        border-bottom: none; }
      .add-wallets label:nth-last-child(2) {
        border-bottom: none; }
        @media (max-width: 480px) {
          .add-wallets label:nth-last-child(2) {
            border-bottom: 1px solid #F5F5F5; } }
      .add-wallets label input {
        display: none; }
        .add-wallets label input:checked + .add-wallets__item {
          border-bottom-color: #E34F94; }
          .add-wallets label input:checked + .add-wallets__item:after {
            border-color: #E34F94; }
          .add-wallets label input:checked + .add-wallets__item:before {
            opacity: 1; }
    .add-wallets__item {
      padding: 5px 42px 5px 47px;
      border-bottom: 2px solid transparent;
      width: 100%;
      height: 40px;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      position: relative;
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 500;
      font-size: 12px;
      color: #2A202B;
      cursor: pointer;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }
      .add-wallets__item:hover {
        border-bottom-color: #E34F94; }
        .add-wallets__item:hover:after {
          border-color: #E34F94; }
      .add-wallets__item:before {
        position: absolute;
        top: 50%;
        right: 21px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background-color: #E34F94;
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        content: ''; }
      .add-wallets__item:after {
        position: absolute;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid rgba(148, 157, 170, 0.2);
        top: 50%;
        right: 21px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
      .add-wallets__item img {
        position: absolute;
        left: 21px;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 20px;
        height: 20px; }
  .add-about {
    margin-bottom: 15px;
    width: 100%; }
    .add-about .sign-input textarea {
      height: 218px; }
      @media (max-width: 480px) {
        .add-about .sign-input textarea {
          height: 150px; } }
  .add-capch {
    max-width: 320px;
    width: 100%;
    margin-bottom: 24px; }
  .add-more {
    width: 100%;
    border: 1px solid #F5F5F5;
    border-top: none;
    border-radius: 0 0 8px 8px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    margin-top: -10px; }
    @media (max-width: 767px) {
      .add-more {
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-justify-content: flex-start;
           -moz-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }
    .add-more:last-child {
      margin-bottom: 0; }
    .add-more h3 {
      padding: 10px 20px 0 20px;
      width: 50%;
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 400;
      font-size: 8px;
      color: #949DAA; }
      @media (max-width: 767px) {
        .add-more h3 {
          width: 100%;
          margin: 15px 0; } }
    .add-more__wrap {
      width: 50%;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: stretch;
         -moz-box-align: stretch;
          -ms-flex-align: stretch;
              align-items: stretch;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background-color: #F0F5F8;
      border-radius: 0 0 8px 8px; }
      @media (max-width: 767px) {
        .add-more__wrap {
          width: 100%; } }
      .add-more__wrap label {
        width: 50%;
        display: block;
        padding-top: 10px; }
        @media (max-width: 767px) {
          .add-more__wrap label {
            padding-top: 0; } }
        .add-more__wrap label:last-child {
          background-color: #E7EEF2;
          border-radius: 0 0 8px 8px; }
        .add-more__wrap label input {
          display: none; }
          .add-more__wrap label input:checked + .add-more__item:after {
            border-color: #E34F94; }
          .add-more__wrap label input:checked + .add-more__item:before {
            opacity: 1; }
    .add-more__item {
      cursor: pointer;
      padding: 17px 50px;
      position: relative;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      width: 100%; }
      @media (max-width: 480px) {
        .add-more__item {
          padding-left: 30px;
          padding-right: 30px; } }
      .add-more__item:hover:after {
        border-color: #E34F94; }
      .add-more__item:before {
        position: absolute;
        top: 50%;
        right: 25px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        border-radius: 50%;
        width: 8px;
        height: 8px;
        background-color: #E34F94;
        opacity: 0;
        -moz-transition: all .3s ease;
        transition: all .3s ease;
        content: ''; }
        @media (max-width: 480px) {
          .add-more__item:before {
            right: 15px; } }
      .add-more__item:after {
        position: absolute;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 1px solid rgba(148, 157, 170, 0.2);
        top: 50%;
        right: 25px;
        -webkit-transform: translate(50%, -50%);
           -moz-transform: translate(50%, -50%);
            -ms-transform: translate(50%, -50%);
                transform: translate(50%, -50%);
        content: '';
        -moz-transition: all .3s ease;
        transition: all .3s ease; }
        @media (max-width: 480px) {
          .add-more__item:after {
            right: 15px; } }
      .add-more__item img {
        position: absolute;
        top: 50%;
        left: 25px;
        -webkit-transform: translate(-50%, -50%);
           -moz-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media (max-width: 480px) {
          .add-more__item img {
            width: 20px;
            height: 20px;
            left: 15px; } }
      .add-more__item p {
        font-family: "Helvetica Now Display", sans-serif;
        font-weight: 500;
        font-size: 10px;
        color: #2A202B; }
      .add-more__item span {
        font-family: "Helvetica Now Display", sans-serif;
        font-weight: 700;
        font-size: 8px;
        color: #E34F94;
        text-transform: uppercase; }
      .add-more__item.ddos span {
        color: #3DB9DC; }
      .add-more__item.ssl span {
        color: #49BC45; }

.request-table {
  width: 100%;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  background-color: #fff; }
  .request-table table {
    width: 100%;
    border-collapse: collapse; }
    .request-table table thead tr {
      border-bottom: 1px solid #EFF6FA; }
    .request-table table td {
      padding: 22px 25px; }
      @media (max-width: 767px) {
        .request-table table td {
          border-bottom: none !important;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding: 10px 15px; } }
      .request-table table td:before {
        font-weight: 700;
        font-size: 12px;
        font-family: "Arame", sans-serif;
        color: #949DAA;
        text-transform: uppercase; }
    .request-table table tbody tr:nth-child(even) {
      background-color: #F8FAFB; }
    @media (max-width: 767px) {
      .request-table table tbody tr {
        border: none;
        border-bottom: 1px solid #EFF6FA;
        margin-bottom: 0; } }
  .request-table__title {
    font-weight: 700;
    font-size: 12px;
    color: #949DAA;
    text-transform: uppercase; }
  .request-table__date {
    font-weight: 700;
    font-size: 10px;
    color: #949DAA; }
  .request-table__val {
    font-weight: 700;
    font-size: 10px;
    color: #2A202B; }
  .request-table__wallet {
    position: relative;
    padding-left: 27px;
    min-height: 21px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-weight: 700;
    font-size: 10px;
    color: #2A202B; }
    .request-table__wallet:after {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
         -moz-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      left: 0;
      width: 22px;
      height: 22px;
      border: 1px solid #F5F5F5;
      border-radius: 50%;
      content: ''; }
    .request-table__wallet img {
      height: 8px;
      width: 12px;
      position: absolute;
      left: 12px;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
         -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .request-table__status {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2px 4px;
    background-color: #528EE4;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 700;
    font-size: 8px;
    color: #fff;
    border-radius: 2px; }

.main-table {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff; }
  .main-table table {
    width: 100%;
    border-collapse: collapse; }
    .main-table table thead tr {
      background-color: #B83974; }
    .main-table table thead td {
      border: 1px solid #fff; }
    .main-table table td {
      padding: 10px 15px; }
      @media (max-width: 767px) {
        .main-table table td {
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-direction: row;
             -moz-box-orient: horizontal;
             -moz-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-align-items: center;
             -moz-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-justify-content: space-between;
             -moz-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          border: none; } }
    @media (max-width: 767px) {
      .main-table table tr {
        border: none;
        padding: 0; } }
    .main-table table tbody tr {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
      .main-table table tbody tr:last-child {
        border-bottom: none; }
  .main-table__title {
    color: #fff;
    font-size: 12px;
    text-align: center; }
  .main-table__text {
    color: #474747;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .main-table__text img {
      width: 20px;
      height: 20px; }
  .main-table-fix {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    width: 100%; }
    @media (max-width: 767px) {
      .main-table-fix {
        overflow-x: scroll; } }
    .main-table-fix table {
      width: 100%;
      border-collapse: collapse; }
      .main-table-fix table thead tr {
        background-color: #B83974; }
      .main-table-fix table thead td {
        border: 1px solid #fff; }
      .main-table-fix table td {
        padding: 10px 15px; }
      .main-table-fix table tbody tr {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
        .main-table-fix table tbody tr:last-child {
          border-bottom: none; }

.review-rating {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .review-rating__item {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-bottom: 10px;
    width: 100%; }
    .review-rating__item:last-child {
      margin-bottom: 0; }
    .review-rating__item p {
      width: 130px;
      font-family: "Helvetica Now Display", sans-serif;
      font-weight: 700;
      color: #E34F94;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-justify-content: flex-start;
         -moz-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      margin-right: 10px; }
      .review-rating__item p img {
        width: 20px;
        height: 20px;
        margin-right: 10px; }
  .review-rating__bar {
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    height: 10px;
    position: relative; }
    .review-rating__bar span {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      border-radius: 10px;
      background-color: #E34F94; }
      .review-rating__bar span.green {
        background-color: green; }
      .review-rating__bar span.yellow {
        background-color: yellow; }
      .review-rating__bar span.orange {
        background-color: orange; }
      .review-rating__bar span.red {
        background-color: red; }

.payouts-table {
  width: 100%;
  border-radius: 10px;
  background-color: #0000000d;
  overflow: hidden;
  margin-bottom: 15px; }
  .payouts-table:last-child {
    margin-bottom: 0; }
  .payouts-table table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed; }
  .payouts-table td {
    padding: 0;
    width: 100%; }
  .payouts-table tr {
    border-bottom: 1px solid #fff; }
    .payouts-table tr:last-child {
      border-bottom: none; }
  .payouts-table__title {
    background-color: #B83A75;
    color: #fff;
    padding: 10px 15px;
    font-size: 14px; }
    @media (max-width: 480px) {
      .payouts-table__title {
        font-size: 10px; } }
  .payouts-table__text {
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #474747;
    text-align: center;
    padding: 10px 15px; }
    @media (max-width: 480px) {
      .payouts-table__text {
        font-size: 10px; } }

.whois-text {
  font-family: "Helvetica Now Display", sans-serif;
  white-space: pre-line;
  font-weight: 400;
  font-size: 14px;
  color: #949DAA;
  line-height: 1.3; }

.rcb-val {
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 6px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  .rcb-val p {
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 700;
    color: #474747;
    font-size: 14px;
    margin-right: 5px;
    margin-bottom: 6px; }
    @media (max-width: 480px) {
      .rcb-val p {
        font-size: 12px; } }
    .rcb-val p:last-child {
      margin-right: 0; }
    .rcb-val p span {
      color: #E34F94; }

.rcb-warning {
  margin-top: 15px;
  padding: 15px;
  margin-top: 20px;
  background-color: #d34b2d1c;
  border-radius: 10px;
  font-family: "Helvetica Now Display", sans-serif;
  font-weight: 700;
  color: #474747;
  line-height: 1.3;
  text-align: center;
  margin-bottom: 15px; }
  .rcb-warning:last-child {
    margin-bottom: 0; }
  .rcb-warning span {
    color: red; }

fieldset {
  padding: 0; }

.banner-form-wrapper {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  .banner-form-wrapper h1 {
    font-size: 21px;
    color: #E34F94;
    font-weight: normal;
    text-align: center;
    position: relative;
    padding: 10px 22px;
    border-bottom: 1px solid #eeeeee; }

.banner-forms {
  -moz-box-sizing: border-box;
       box-sizing: border-box; }

.image-block__btn {
  border-radius: 4px;
  width: 100%;
  cursor: pointer;
  position: relative;
  padding: 5px 40px 5px 20px;
  font-size: 16px;
  color: #ffffff;
  background-color: #E34F94;
  line-height: 40px;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  @media (max-width: 575px) {
    .image-block__btn {
      font-size: 10px; } }
  .image-block__btn:before {
    content: '';
    position: absolute;
    background-position: 0px 0px;
    width: 15px;
    height: 9px;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
         transform: translateY(-50%); }
  .image-block__btn.active {
    color: #E34F94;
    background-color: #ffffff; }
    .image-block__btn.active:before {
      background-position: -15px 0px;
      width: 15px;
      height: 9px; }

.banner-form-image-block {
  background-color: #fff;
  margin-bottom: 15px; }

.image-block__img {
  text-align: center;
  display: none;
  padding: 15px; }
  .image-block__img img {
    display: inline-block;
    max-width: 100%; }
  .image-block__img.active {
    display: block; }

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

.tabs-banners-nav {
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
  max-width: 706px;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 15px; }
  .tabs-banners-nav:last-child {
    margin-bottom: 0; }

.tabs-banners-link {
  float: left;
  width: 33.333333%;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  text-align: center;
  min-height: 60px;
  background-color: #ffffff;
  list-style-type: none;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  padding: 8px;
  cursor: pointer;
  -moz-transition: 0.4s;
  transition: 0.4s;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .tabs-banners-link.active {
    color: #ffffff;
    background-color: #E34F94; }
  .tabs-banners-link.brand--link {
    padding: 18px 8px; }
    .tabs-banners-link.brand--link .tabs-banners-link__title {
      font-weight: bold; }

.tabs-banners-link__title {
  font-size: 16px; }
  @media (max-width: 767px) {
    .tabs-banners-link__title {
      font-size: 12px; } }
  @media (max-width: 480px) {
    .tabs-banners-link__title {
      font-size: 10px; } }

.tabs-banners-link__descr {
  font-size: 16px; }
  @media (max-width: 767px) {
    .tabs-banners-link__descr {
      font-size: 12px; } }
  @media (max-width: 480px) {
    .tabs-banners-link__descr {
      font-size: 10px; } }
  .tabs-banners-link__descr span {
    vertical-align: top;
    font-size: 10px; }

.tabs-banners__text {
  padding: 14px 22px;
  background-size: cover; }
  .tabs-banners__text p {
    font-size: 18px;
    color: #ffffff; }

.tabs__content {
  display: none; }
  .tabs__content.active {
    display: block; }

.tabs-banners__title {
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 16px; }
  @media (max-width: 575px) {
    .tabs-banners__title {
      font-size: 16px; } }

.tabs-banners__description {
  font-size: 14px;
  margin-bottom: 20px;
  font-family: "Helvetica Now Display", sans-serif;
  line-height: 1.3; }
  .tabs-banners__description span {
    font-weight: bold; }
    .tabs-banners__description span.orange--color {
      color: #E34F94; }

.banner-form__label {
  width: 100%;
  font-weight: normal;
  margin-bottom: 12px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  display: block;
  height: 41px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-items: flex-start;
     -moz-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-radius: 8px;
  border: 1px solid #F5F5F5;
  cursor: text;
  margin-bottom: 6px;
  background-color: #fff;
  padding: 5px 0; }
  .banner-form__label span {
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 400;
    font-size: 10px;
    color: #949DAA;
    margin-bottom: 3px;
    padding-left: 10px; }
  .banner-form__label input,
  .banner-form__label textarea {
    border: none !important;
    background-color: transparent !important;
    box-shadow: none !important;
    font-family: "Helvetica Now Display", sans-serif;
    font-weight: 700;
    resize: none;
    width: 100% !important; }
  .banner-form__label ::-webkit-input-placeholder {
    font-size: 10px;
    color: #949DAA; }
  .banner-form__label :-moz-placeholder {
    font-size: 10px;
    color: #949DAA; }
  .banner-form__label ::-moz-placeholder {
    font-size: 10px;
    color: #949DAA; }
  .banner-form__label :-ms-input-placeholder {
    font-size: 10px;
    color: #949DAA; }
  .banner-form__label ::placeholder {
    font-size: 10px;
    color: #949DAA; }

.banner-form__fieldset {
  border: none;
  outline: none;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  .banner-form__fieldset .banner-form__label {
    float: left;
    width: 49%;
    margin-right: 2%; }
    @media (max-width: 575px) {
      .banner-form__fieldset .banner-form__label {
        font: none;
        width: 100%;
        margin-right: 0; } }
    .banner-form__fieldset .banner-form__label:nth-child(2) {
      margin-right: 0; }

.banner-form__input,
.banner-form__textarea {
  width: 100%;
  border-radius: 4px;
  outline: none;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05);
  height: 30px;
  padding: 0 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 14px;
  font-family: PTsans;
  -moz-transition: 0.4s;
  transition: 0.4s; }

.banner-form__input::-webkit-input-placeholder,
.banner-form__textarea::-webkit-input-placeholder,
.banner-form__input::-moz-placeholder,
.banner-form__textarea::-moz-placeholder,
.banner-form__input:-ms-input-placeholder,
.banner-form__textarea:-ms-input-placeholder,
.banner-form__input::-webkit-input-placeholder,
.banner-form__textarea::-webkit-input-placeholder {
  color: rgba(43, 43, 43, 0.431); }

.banner-form__input::-webkit-input-placeholder,
.banner-form__textarea::-webkit-input-placeholder,
.banner-form__input::-moz-placeholder,
.banner-form__textarea::-moz-placeholder,
.banner-form__input:-ms-input-placeholder,
.banner-form__textarea:-ms-input-placeholder,
.banner-form__input::placeholder,
.banner-form__textarea::placeholder {
  color: rgba(43, 43, 43, 0.431); }

.banner-form__input:focus {
  border: 1px solid #cacaca;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15); }

.banner-form__textarea {
  height: 64px;
  padding: 6px 10px; }
  .banner-form__textarea:focus {
    border: 1px solid #cacaca;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15); }

.banner-form__button {
  padding: 10px 0; }
  .banner-form__button .form-btn {
    border-radius: 4px;
    background-color: #0ab74f;
    max-width: 196px;
    height: 41px;
    line-height: 41px;
    padding: 0 25px;
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 16px;
    outline: none;
    border: none;
    cursor: pointer;
    -moz-transition: 0.4s;
    transition: 0.4s; }
    .banner-form__button .form-btn:hover {
      background-color: #0a9c4e; }

.banner-form__col {
  width: 49%;
  float: left;
  margin-right: 2%;
  padding: 6px 0;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  @media (max-width: 575px) {
    .banner-form__col {
      width: 100%;
      font: none; } }
  .banner-form__col:nth-child(2) {
    margin-right: 0; }

.data-block__title {
  color: rgba(43, 43, 43, 0.412);
  font-size: 16px;
  margin-bottom: 10px; }

.banner-form-data__top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.078); }

.data-block__range {
  font-size: 32px;
  font-weight: bold;
  word-wrap: break-word;
  overflow-wrap: break-word;
  width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  .data-block__range.orange--color {
    color: #E34F94; }

.data-block__descr {
  font-size: 16px; }

.data-block {
  text-align: right;
  margin-bottom: 20px;
  float: right;
  max-width: 100%;
  -moz-box-sizing: border-box;
       box-sizing: border-box; }
  .data-block.range--block {
    float: left;
    text-align: left;
    margin-bottom: 11px; }

.banner-form-data__bottom {
  padding: 10px 0;
  text-align: right; }
  .banner-form-data__bottom .label-title {
    margin-right: 10px; }
  .banner-form-data__bottom .banner-form__input {
    width: 58px;
    text-align: left; }

.drop-down-wrap {
  text-align: right;
  margin-bottom: 15px; }
  .drop-down-wrap .label-title {
    text-align: right;
    margin-right: 0;
    font-size: 16px;
    margin-bottom: 6px; }

.drop-down-field {
  width: 100%;
  border-radius: 4px;
  outline: none;
  border: 1px solid #F5F5F5;
  cursor: text;
  background-color: #fff;
  height: 40px;
  line-height: 28px;
  padding: 0 40px 0 10px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-size: 14px;
  font-family: "Helvetica Now Display", sans-serif;
  color: #949DAA;
  -moz-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  text-align: left;
  cursor: pointer;
  box-sizing: border-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .drop-down-field span {
    color: rgba(43, 43, 43, 0.431);
    font-weight: 700; }
  .drop-down-field:before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
         transform: translateY(-50%);
    background-position: 0px -9px;
    width: 11px;
    height: 7px; }
  .drop-down-field:focus {
    border: 1px solid #cacaca;
    box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.15); }
  .drop-down-field.active {
    border-radius: 4px 4px 0 0; }

.drop-down-inner {
  position: relative; }

.drop-down-list {
  visibility: hidden;
  position: absolute;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  z-index: 100;
  background-color: #ffffff;
  width: 100%;
  top: -moz-calc(100% + 10px);
  top: calc(100% + 10px);
  left: 0;
  border-radius: 0 0 4px 4px;
  outline: none;
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.05); }
  .drop-down-list.active {
    visibility: visible; }

.drop-down__radio {
  display: none; }

.drop-down__label {
  font-size: 14px;
  display: block;
  font-family: PTsans;
  font-weight: normal;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
     -moz-box-orient: horizontal;
     -moz-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 10px 5px; }
  .drop-down__label:after {
    display: none; }

.drop-down__radio + .drop-down__label {
  cursor: pointer; }

.drop-down__radio:checked + .drop-down__label {
  color: #E34F94; }

.drop-down__radio:disabled + .drop-down__label {
  color: rgba(43, 43, 43, 0.439);
  pointer-events: none;
  opacity: 0.3; }

.label-status {
  float: left;
  text-align: left;
  padding: 0px 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 12px;
  color: #474747; }

.label-date {
  float: left;
  text-align: center;
  display: inline-block;
  padding: 6px 0px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 12px;
  color: #949DAA; }

.label-price {
  float: right;
  width: 33%;
  text-align: right;
  padding: 0px 5px;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: #474747; }
