/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

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

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0; }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

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

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

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

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold; }

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

@font-face {
  font-family: "icon-font";
  src: url("../fonts/icon-font/icon-font.eot");
  src: url("../fonts/icon-font/icon-font.eot?#iefix&") format("embedded-opentype"), url("../fonts/icon-font/icon-font.woff2") format("woff2"), url("../fonts/icon-font/icon-font.woff") format("woff"), url("../fonts/icon-font/icon-font.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: "roboto-regular";
  src: url("../fonts/roboto-regular/roboto-regular.eot");
  src: url("../fonts/roboto-regular/roboto-regular.eot?#iefix&") format("embedded-opentype"), url("../fonts/roboto-regular/roboto-regular.woff2") format("woff2"), url("../fonts/roboto-regular/roboto-regular.woff") format("woff"), url("../fonts/roboto-regular/roboto-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "roboto-italic";
  src: url("../fonts/roboto-italic/roboto-italic.eot");
  src: url("../fonts/roboto-italic/roboto-italic.eot?#iefix&") format("embedded-opentype"), url("../fonts/roboto-italic/roboto-italic.woff2") format("woff2"), url("../fonts/roboto-italic/roboto-italic.woff") format("woff"), url("../fonts/roboto-italic/roboto-italic.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "roboto-medium";
  src: url("../fonts/roboto-medium/roboto-medium.eot");
  src: url("../fonts/roboto-medium/roboto-medium.eot?#iefix&") format("embedded-opentype"), url("../fonts/roboto-medium/roboto-medium.woff2") format("woff2"), url("../fonts/roboto-medium/roboto-medium.woff") format("woff"), url("../fonts/roboto-medium/roboto-medium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "roboto-bold";
  src: url("../fonts/roboto-bold/roboto-bold.eot");
  src: url("../fonts/roboto-bold/roboto-bold.eot?#iefix&") format("embedded-opentype"), url("../fonts/roboto-bold/roboto-bold.woff2") format("woff2"), url("../fonts/roboto-bold/roboto-bold.woff") format("woff"), url("../fonts/roboto-bold/roboto-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "roboto-black";
  src: url("../fonts/roboto-black/roboto-black.eot");
  src: url("../fonts/roboto-black/roboto-black.eot?#iefix&") format("embedded-opentype"), url("../fonts/roboto-black/roboto-black.woff2") format("woff2"), url("../fonts/roboto-black/roboto-black.woff") format("woff"), url("../fonts/roboto-black/roboto-black.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

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

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

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

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

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

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

@-webkit-keyframes infinite-rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes infinite-rotation {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-0.5px, 0, 0);
            transform: translate3d(-0.5px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); } }

@keyframes shake {
  10%, 90% {
    -webkit-transform: translate3d(-0.5px, 0, 0);
            transform: translate3d(-0.5px, 0, 0); }
  20%, 80% {
    -webkit-transform: translate3d(1px, 0, 0);
            transform: translate3d(1px, 0, 0); }
  30%, 50%, 70% {
    -webkit-transform: translate3d(-2px, 0, 0);
            transform: translate3d(-2px, 0, 0); }
  40%, 60% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0); } }

@-webkit-keyframes preloader-floor {
  0% {
    opacity: 0; }
  15% {
    opacity: 1; }
  35% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes preloader-floor {
  0% {
    opacity: 0; }
  15% {
    opacity: 1; }
  35% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.btn {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
  position: relative;
  display: inline-block;
  cursor: pointer; }

.btn-round {
  position: relative;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center; }
  .btn-round--yellow {
    background: #ffd200;
    color: #fff; }
  @media screen and (max-width: 1700px) {
    .btn-round {
      width: 58px;
      height: 58px; } }

.desktop .btn-round {
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  .desktop .btn-round--yellow:hover {
    background: #ebc200; }

.btn-reg {
  height: 60px;
  font-size: 0;
  padding: 8px 22px;
  border-radius: 40px;
  text-align: center;
  overflow: hidden; }
  .btn-reg:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .btn-reg .btn-text {
    display: inline-block;
    vertical-align: middle;
    font-family: "GothamPro-Medium";
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 1.25;
    text-transform: uppercase; }
    .btn-reg .btn-text.icon-export-pdf {
      position: relative;
      padding-right: 26px; }
      .btn-reg .btn-text.icon-export-pdf:before {
        position: absolute;
        top: 50%;
        right: -13px;
        margin-top: -15px;
        font-size: 28px;
        line-height: 1; }
    .btn-reg .btn-text.icon-export-excel {
      position: relative;
      padding-right: 26px; }
      .btn-reg .btn-text.icon-export-excel:before {
        position: absolute;
        top: 50%;
        right: -13px;
        margin-top: -10px;
        font-size: 18px;
        line-height: 1; }
  .btn-reg--blue {
    background: #1c7fff;
    color: #fff; }
  .btn-reg--green {
    background: #32cb60;
    color: #fff; }
  .btn-reg--yellow {
    background: #ffd200;
    color: #fff; }
  .btn-reg--grey {
    background: #cdd1da;
    color: #fff; }
  .btn-reg--grey2 {
    background: #8c94a2;
    color: #fff; }
  .btn-reg--grey-yellow {
    background: #cdd1da;
    color: #fff; }
    .btn-reg--grey-yellow.active {
      background: #ffd200; }
  .btn-reg--grey-blue {
    background: #cdd1da;
    color: #fff; }
    .btn-reg--grey-blue.active {
      background: #1771e4; }
  .btn-reg--red {
    background: #fe5c5c;
    color: #fff; }
  @media screen and (max-width: 1700px) {
    .btn-reg {
      height: 58px; } }
  @media screen and (max-width: 1300px) {
    .btn-reg .btn-text {
      letter-spacing: .3px; } }

.desktop .btn-reg {
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  .desktop .btn-reg--blue:hover {
    background: #006efc; }
  .desktop .btn-reg--green:hover {
    background: #2cb254; }
  .desktop .btn-reg--yellow:hover {
    background: #ebc200; }
  .desktop .btn-reg--grey:hover {
    background: #b3b5b9; }
  .desktop .btn-reg--grey2:hover {
    background: #707a8b; }
  .desktop .btn-reg--grey-yellow:hover {
    background: #ffd200; }
  .desktop .btn-reg--grey-blue:hover {
    background: #1771e4; }
  .desktop .btn-reg--red:hover {
    background: #f60202; }

.btn-media-zoom {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 92px;
  height: 92px;
  margin-top: -46px;
  margin-left: -46px;
  padding: 15px;
  background: rgba(255, 210, 0, 0.5);
  border-radius: 50%; }
  .btn-media-zoom span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background: #ffd200;
    border-radius: 50%; }
    .btn-media-zoom span:before, .btn-media-zoom span:after {
      content: '';
      position: absolute;
      top: 50%;
      left: 50%;
      background: #fff; }
    .btn-media-zoom span:before {
      width: 18px;
      height: 4px;
      margin-left: -9px;
      margin-top: -2px; }
    .btn-media-zoom span:after {
      width: 4px;
      height: 18px;
      margin-top: -9px;
      margin-left: -2px; }

.btn-icon-action {
  font-size: 0;
  text-align: center;
  color: #ffd200;
  background: #fff;
  -webkit-transition: background, color;
  transition: background, color;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s; }
  .btn-icon-action:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .btn-icon-action .icon {
    font-size: 19px;
    line-height: 1; }
    .btn-icon-action .icon:before {
      display: block; }
    .btn-icon-action .icon.icon-file-move, .btn-icon-action .icon.icon-file-delete {
      font-size: 21px; }
    .btn-icon-action .icon.icon-file-rename {
      font-size: 18px; }

.desktop .btn-icon-action:hover {
  color: #fff;
  background: #ffd200; }

.btn-burger {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  box-shadow: none;
  background: none;
  border-radius: 0;
  vertical-align: middle;
  display: block;
  position: relative;
  width: 70px;
  height: 70px;
  font-size: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: none;
  cursor: pointer;
  background: #ffd200;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  .btn-burger span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 22px;
    height: 4px;
    margin-left: -11px;
    margin-top: -2px;
    background: #fff;
    -webkit-transition: background 0.3s;
    transition: background 0.3s; }
    .btn-burger span:before, .btn-burger span:after {
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 4px;
      background: #fff;
      content: "";
      -webkit-transition: background 0.3s, top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
      transition: background 0.3s, top 0.3s, bottom 0.3s, -webkit-transform 0.3s;
      transition: background 0.3s, top 0.3s, bottom 0.3s, transform 0.3s;
      transition: background 0.3s, top 0.3s, bottom 0.3s, transform 0.3s, -webkit-transform 0.3s; }
    .btn-burger span:before {
      top: -8px; }
    .btn-burger span:after {
      bottom: -8px; }
  .btn-burger--grey {
    display: inline-block;
    background: #fff; }
    .btn-burger--grey span {
      background: #e3e7ee; }
      .btn-burger--grey span:before, .btn-burger--grey span:after {
        background: #e3e7ee; }
  @media screen and (max-width: 750px) {
    .btn-burger {
      height: 56px; }
      .btn-burger span {
        height: 3px; }
        .btn-burger span:before, .btn-burger span:after {
          height: 3px; }
        .btn-burger span:before {
          top: -7px; }
        .btn-burger span:after {
          bottom: -7px; } }

.desktop .btn-burger--grey:hover span {
  background: #626871; }
  .desktop .btn-burger--grey:hover span:before, .desktop .btn-burger--grey:hover span:after {
    background: #626871; }

.menu-active .ih-sidebar .btn-burger span {
  background: rgba(255, 255, 255, 0); }
  .menu-active .ih-sidebar .btn-burger span:before, .menu-active .ih-sidebar .btn-burger span:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .menu-active .ih-sidebar .btn-burger span:before {
    top: 0; }
  .menu-active .ih-sidebar .btn-burger span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.besmart-menu-active .btn-burger--grey span {
  background: rgba(255, 255, 255, 0); }
  .besmart-menu-active .btn-burger--grey span:before, .besmart-menu-active .btn-burger--grey span:after {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .besmart-menu-active .btn-burger--grey span:before {
    top: 0; }
  .besmart-menu-active .btn-burger--grey span:after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.layout-btns .btn {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  margin-bottom: 10px; }

.btns-ct {
  padding: 20px 0;
  text-align: center; }
  .btns-ct .btn {
    display: inline-block;
    vertical-align: middle;
    max-width: 260px;
    width: 50%;
    margin-right: 30px; }
    .btns-ct .btn:last-child {
      margin-right: 0 !important; }
  .btns-ct:last-child {
    padding-bottom: 0; }
  .btns-ct--sm .btn {
    width: 170px; }
  .btns-ct--cab {
    padding-top: 50px;
    text-align: left; }
    .btns-ct--cab .btn {
      text-align: center; }
  .btns-ct--cabset {
    display: -webkit-box;
    display: flex;
    padding: 40px 0;
    -webkit-box-pack: center;
            justify-content: center;
    border-bottom: 2px solid #f6f8fb; }
    .btns-ct--cabset-manager {
      border-top: 2px solid #f6f8fb;
      border-bottom: none; }
    .btns-ct--cabset-card {
      padding-top: 0;
      padding-left: 8.04598%;
      padding-right: 8.04598%;
      border: none; }
      .btns-ct--cabset-card:last-child {
        padding-bottom: 60px; }
  .btns-ct--single .btn {
    width: 100%;
    max-width: 100%; }
  .btns-ct--double .btn {
    max-width: 260px;
    width: calc(50% - 15px);
    margin-right: 30px; }
  .btns-ct--left-align {
    text-align: left; }
  @media screen and (max-width: 1700px) {
    .btns-ct .btn-card-action {
      height: 58px; }
    .btns-ct--cabset-card {
      padding-left: 6%;
      padding-right: 6%; } }
  @media screen and (max-width: 1200px) {
    .btns-ct--cabset:last-child {
      padding-bottom: 40px; } }
  @media screen and (max-width: 750px) {
    .btns-ct .btn {
      margin-right: 12px; }
    .btns-ct--cabset {
      padding: 24px 0; }
      .btns-ct--cabset-card {
        padding-top: 0;
        padding-left: 12px;
        padding-right: 12px; }
    .btns-ct--cab {
      padding-top: 20px; }
      .btns-ct--cab .btn {
        max-width: 50%;
        width: calc(50% - 6px); }
    .btns-ct--double .btn {
      max-width: 50%;
      width: calc(50% - 6px);
      margin-right: 12px; } }
  @media screen and (max-width: 470px) {
    .btns-ct .btn {
      max-width: 100%;
      width: 100%;
      margin-right: 0;
      margin-bottom: 8px; }
      .btns-ct .btn:last-child {
        margin-bottom: 0; }
    .btns-ct--cabset {
      padding: 18px 0; }
      .btns-ct--cabset:last-child {
        padding-bottom: 22px; }
      .btns-ct--cabset-card {
        padding-left: 12px;
        padding-right: 12px; } }

.btn-reg-pcg {
  height: 50px;
  font-size: 0;
  padding: 8px 16px;
  border-radius: 35px;
  text-align: center;
  overflow: hidden;
  -webkit-transition: background 0.3s;
  transition: background 0.3s; }
  .btn-reg-pcg:before {
    content: '';
    height: 100%;
    display: inline-block;
    vertical-align: middle; }
  .btn-reg-pcg .btn-text {
    display: inline-block;
    vertical-align: middle;
    font-family: "GothamPro-Medium";
    font-size: 12px;
    letter-spacing: .5px;
    line-height: 1.25;
    text-transform: uppercase; }
  .btn-reg-pcg--blue {
    background: #1c7fff;
    color: #fff; }
  .btn-reg-pcg--green {
    background: #32cb60;
    color: #fff; }
  .btn-reg-pcg--yellow {
    background: #ffd200;
    color: #fff; }
  .btn-reg-pcg--grey {
    background: #cdd1da;
    color: #fff; }
  .btn-reg-pcg--grey-yellow {
    background: #cdd1da;
    color: #fff; }
    .btn-reg-pcg--grey-yellow.active {
      background: #ffd200; }
  .btn-reg-pcg--grey-blue {
    background: #cdd1da;
    color: #fff; }
    .btn-reg-pcg--grey-blue.active {
      background: #1771e4; }
  .btn-reg-pcg--red {
    background: #fe5c5c;
    color: #fff; }
  .btn-reg-pcg--red-ui {
    background: #ff4040;
    color: #fff; }
  .btn-reg-pcg--default {
    background: #626871;
    color: #fff; }
  @media screen and (max-width: 1300px) {
    .btn-reg-pcg .btn-text {
      letter-spacing: .3px; } }

.desktop .btn-reg-pcg--blue:hover {
  background: #006efc; }

.desktop .btn-reg-pcg--green:hover {
  background: #2cb254; }

.desktop .btn-reg-pcg--yellow:hover {
  background: #ebc200; }

.desktop .btn-reg-pcg--grey:hover {
  background: #626871; }

.desktop .btn-reg-pcg--grey-yellow:hover {
  background: #ffd200; }

.desktop .btn-reg-pcg--grey-blue:hover {
  background: #1771e4; }

.desktop .btn-reg-pcg--red:hover {
  background: #f60202; }

.desktop .btn-reg-pcg--red-ui:hover {
  background: #ff2121; }

.desktop .btn-reg-pcg--default:hover {
  background: #32cb60; }

.btn-preloader .btn-text {
  -webkit-transition: opacity;
  transition: opacity;
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s; }

.btn-preloader .prl-simple {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity, visibility;
  transition: opacity, visibility;
  -webkit-transition-duration: 0.22s;
          transition-duration: 0.22s; }
  .btn-preloader .prl-simple .icon-arrows-circle {
    font-size: 24px;
    color: #fff; }

.btn-preloader.processing .btn-text {
  opacity: 0; }

.btn-preloader.processing .prl-simple {
  opacity: 1;
  visibility: visible; }

.pcg-btns-ct {
  margin: 25px 0; }
  .pcg-btns-ct:first-child {
    margin-top: 0; }
  .pcg-btns-ct:last-child {
    margin-bottom: 0; }
  .pcg-btns-ct .btn-reg-pcg {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    min-width: 230px;
    margin-right: 20px; }
    .pcg-btns-ct .btn-reg-pcg:last-child {
      margin-right: 0; }
  .pcg-btns-ct--right-align {
    text-align: right; }
  .pcg-btns-ct--left-align {
    text-align: left; }
  .pcg-btns-ct--center-align {
    text-align: center; }
  .pcg-btns-ct--uploader {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    .pcg-btns-ct--uploader .btn-reg-pcg {
      min-width: 180px;
      margin-left: 20px; }
  .pcg-btns-ct--free .btn-reg-pcg {
    min-width: 0;
    padding-left: 40px;
    padding-right: 40px; }
  @media screen and (max-width: 1450px) {
    .pcg-btns-ct {
      margin: 20px 0; } }
  @media screen and (max-width: 600px) {
    .pcg-btns-ct {
      margin: 6px 0; }
      .pcg-btns-ct .btn-reg-pcg {
        width: 100%;
        margin-right: 0;
        margin-bottom: 6px; } }
  @media screen and (max-width: 470px) {
    .pcg-btns-ct .btn-reg-pcg:last-child {
      margin-bottom: 0; }
    .pcg-btns-ct--uploader {
      flex-wrap: wrap; }
      .pcg-btns-ct--uploader .btn-reg-pcg {
        width: 100%;
        margin-left: 0;
        margin-top: 12px; } }

*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

html,
body {
  background-color: #fff;
  font-family: "roboto-regular";
  font-size: 0;
  color: #626871; }

*:-webkit-autofill {
  background: #fff !important;
  color: #626871 !important;
  -webkit-text-fill-color: #626871 !important;
  -webkit-transition: background 50000s ease-in-out 0s, border 0.3s !important;
  transition: background 50000s ease-in-out 0s, border 0.3s !important; }

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }

ul {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none; }
  ul li {
    margin: 0;
    padding: 0; }

a {
  text-decoration: none;
  color: #626871; }

.pwr {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto; }
  .pwr:after {
    content: '';
    display: table;
    height: 0;
    clear: both; }
  @media screen and (max-width: 1450px) {
    .pwr {
      padding: 0 25px; } }
  @media screen and (max-width: 750px) {
    .pwr {
      padding: 0 12px; } }
  .pwr .pct {
    padding: 40px 0; }

.toggler__trigger {
  position: relative;
  z-index: 1; }

.toggler__body {
  position: relative;
  height: 0;
  overflow: hidden;
  z-index: 2; }

.toggler.active > .toggler__body {
  height: auto; }

.toggler.active > .toggler__body, .toggler.toggling > .toggler__body {
  -webkit-transition: height .4s;
  transition: height .4s; }

.mobile .toggler__body {
  -webkit-transition: none !important;
  transition: none !important; }

.js_toggler-inner-show-block {
  display: none; }

.slider-slick {
  position: relative;
  overflow: hidden;
  max-height: 400px; }
  .slider-slick .slide {
    position: absolute;
    top: 0;
    left: 0; }
  .slider-slick * {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s; }
  .slider-slick.slick-initialized {
    max-height: none;
    overflow: visible; }
    .slider-slick.slick-initialized .slide {
      position: relative; }
    .slider-slick.slick-initialized * {
      opacity: 1;
      visibility: visible; }

.sct-auth {
  height: 100vh;
  min-height: 800px;
  font-size: 0; }
  .sct-auth .aside {
    display: inline-block;
    width: 30%;
    height: 100%;
    margin-right: -30%;
    vertical-align: top; }
    .sct-auth .aside .top {
      position: absolute;
      top: 0;
      left: 0;
      width: 30%;
      height: 250px;
      background: #ffd200; }
      .sct-auth .aside .top .logo {
        height: 100%;
        padding: 50px; }
        .sct-auth .aside .top .logo-ct {
          background-repeat: no-repeat;
          background-position: 50% 50%;
          background-size: cover;
          width: 309px;
          height: 123px;
          margin: 0 auto;
          text-align: center; }
    .sct-auth .aside .bg {
      background-repeat: no-repeat;
      background-position: 50% 50%;
      background-size: cover;
      width: 100%;
      height: 100%; }
  .sct-auth .main {
    display: inline-block;
    width: 100%;
    height: 100%;
    vertical-align: top; }
    .sct-auth .main .page-name {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      padding: 70px 35%; }
      .sct-auth .main .page-name h2 {
        position: relative;
        margin: 0;
        font-family: "GothamPro-Black";
        font-size: 90px;
        line-height: 1.2;
        text-transform: uppercase;
        color: #f1f4f5; }
        .sct-auth .main .page-name h2 .letter {
          position: absolute;
          left: -18px;
          top: -11px;
          font-family: "GothamPro-Black";
          font-size: 90px;
          line-height: 1.2;
          text-transform: uppercase;
          color: #ffd200; }
    .sct-auth .main .wr {
      height: 100%; }
    .sct-auth .main .ct {
      font-size: 0;
      padding: 250px 0;
      text-align: center;
      height: 100%;
      position: relative; }
      .sct-auth .main .ct:before {
        content: '';
        height: 100%;
        display: inline-block;
        vertical-align: middle; }

.f-auth {
  position: relative;
  z-index: 9;
  width: 100%;
  padding: 90px 100px 100px;
  background: #fff;
  box-shadow: 0px 14px 73px 0px rgba(0, 0, 0, 0.29); }
  .f-auth .field {
    display: block;
    margin-bottom: 23px;
    font-family: "GothamPro-Medium";
    font-size: 14px;
    text-transform: uppercase;
    color: #626871;
    line-height: 1.2;
    letter-spacing: 2.2px; }
    .f-auth .field .appearance {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      font-family: "GothamPro-Medium";
      font-size: 16px;
      line-height: normal;
      padding: 13px 17px 13px;
      letter-spacing: 1px;
      color: #626871;
      text-transform: uppercase;
      background: transparent;
      border: 2px solid #dce2e6;
      -webkit-transition: background, color, border;
      transition: background, color, border;
      -webkit-transition-duration: 0.3s;
              transition-duration: 0.3s; }
    .f-auth .field .text-field {
      position: relative;
      padding: 20px;
      width: 100%;
      z-index: 7;
      border: 2px solid transparent;
      background: none;
      color: #626871; }
      .f-auth .field .text-field::-webkit-input-placeholder {
        opacity: 1; }
      .f-auth .field .text-field:-ms-input-placeholder {
        opacity: 1; }
      .f-auth .field .text-field::-ms-input-placeholder {
        opacity: 1; }
      .f-auth .field .text-field::placeholder {
        opacity: 1; }
      .f-auth .field .text-field:focus + .appearance {
        border-color: #626871; }
        .f-auth .field .text-field:focus + .appearance span {
          background: #ffd200; }
          .f-auth .field .text-field:focus + .appearance span:before, .f-auth .field .text-field:focus + .appearance span:after {
            height: 26px;
            background: #ffd200; }
    .f-auth .field__input {
      position: relative;
      margin-top: 7px; }
      .f-auth .field__input .appearance span {
        position: absolute;
        bottom: -2px;
        left: -2px;
        width: calc(100% + 4px);
        height: 8px;
        -webkit-transition: background 0.3s;
        transition: background 0.3s; }
        .f-auth .field__input .appearance span:before, .f-auth .field__input .appearance span:after {
          content: '';
          position: absolute;
          bottom: 0;
          left: 0;
          height: 0;
          width: 8px;
          -webkit-transition: height 0.3s, background 0.3s;
          transition: height 0.3s, background 0.3s; }
        .f-auth .field__input .appearance span:after {
          left: auto;
          right: -3px; }
        .f-auth .field__input .appearance span:before {
          left: -3px; }
    .f-auth .field__msg {
      margin-top: 5px; }
  .f-auth .stripes {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100px;
    height: 100px; }
  .f-auth .f-footer {
    margin-top: 45px; }
    .f-auth .f-footer .btn-auth {
      width: 100%;
      padding: 20px;
      background: #ffd200;
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
      .f-auth .f-footer .btn-auth:hover {
        background: #ebc200; }
      .f-auth .f-footer .btn-auth .btn-text {
        font-family: "GothamPro-Black";
        font-size: 16px;
        line-height: 1.2;
        letter-spacing: 2.2px;
        color: #fff;
        text-transform: uppercase; }

.sct-auth .form {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 550px;
  height: 483px; }

.sct-auth .form-frame {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 7;
  border: 14px solid rgba(255, 210, 0, 0.8);
  top: 40px;
  left: 40px; }

.sct-auth .bg-plan {
  width: 538px;
  position: absolute;
  right: -200px;
  bottom: -100px;
  z-index: 1; }

@media screen and (max-width: 1700px) {
  .sct-auth .aside {
    width: 25%;
    margin-right: -25%;
    padding-top: 200px; }
    .sct-auth .aside .top {
      width: 25%;
      height: 200px; }
      .sct-auth .aside .top .logo {
        padding: 34px; } }

@media screen and (max-width: 1450px) {
  .sct-auth {
    min-height: 600px; }
    .sct-auth .aside {
      padding-top: 150px; }
      .sct-auth .aside .top {
        height: 150px; }
        .sct-auth .aside .top .logo-ct {
          width: 180px;
          height: 71px;
          padding-top: 22px; }
    .sct-auth .main .ct {
      padding: 154px 0; }
    .sct-auth .main .page-name {
      padding: 35px 35%; }
      .sct-auth .main .page-name h2 {
        font-size: 70px; }
        .sct-auth .main .page-name h2 .letter {
          left: -18px;
          top: -8px;
          font-size: 70px; }
    .sct-auth .form {
      width: 450px;
      height: 400px; }
      .sct-auth .form .f-auth {
        padding: 60px 70px 70px; }
        .sct-auth .form .f-auth .field {
          margin-bottom: 13px; }
        .sct-auth .form .f-auth .stripes {
          width: 70px;
          height: 70px; }
        .sct-auth .form .f-auth .f-footer {
          margin-top: 30px; }
    .sct-auth .form-frame {
      top: 20px; }
    .sct-auth .bg-plan {
      width: 450px;
      bottom: -70px; } }

@media screen and (max-width: 980px) {
  .sct-auth .aside {
    padding-top: 170px; }
    .sct-auth .aside .top {
      width: 100%;
      height: 170px;
      padding: 13px 0; }
      .sct-auth .aside .top .logo {
        padding: 0; }
  .sct-auth .main .page-name {
    padding: 103px 0 14px 0; }
    .sct-auth .main .page-name h2 {
      font-size: 40px;
      color: #fff; }
      .sct-auth .main .page-name h2 .letter {
        display: none; }
  .sct-auth .main .ct {
    padding: 200px 0; }
  .sct-auth .form {
    width: 350px;
    height: 328px; }
    .sct-auth .form .f-auth {
      padding: 40px 50px 50px; }
      .sct-auth .form .f-auth .stripes {
        width: 50px;
        height: 50px; }
      .sct-auth .form .f-auth .field {
        letter-spacing: 1.2px; }
        .sct-auth .form .f-auth .field .text-field {
          padding: 15px; }
      .sct-auth .form .f-auth .f-footer .btn-auth {
        padding: 15px; }
  .sct-auth .bg-plan {
    width: 350px;
    bottom: -60px;
    right: -100px; }
  .sct-auth .form-frame {
    top: 30px;
    left: 30px; } }

@media screen and (max-width: 750px) {
  .sct-auth .aside {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0; }
    .sct-auth .aside .bg {
      display: none; }
  .sct-auth .main .ct {
    padding: 220px 0; } }

@media screen and (max-width: 600px) {
  .sct-auth {
    min-height: 400px; }
    .sct-auth .aside .top {
      height: 130px;
      padding: 10px 0; }
      .sct-auth .aside .top .logo-ct {
        width: 149px;
        height: 59px;
        padding-top: 19px; }
    .sct-auth .main .page-name {
      padding: 81px 0 15px 0; }
      .sct-auth .main .page-name h2 {
        font-size: 30px; }
    .sct-auth .main .ct {
      padding: 160px 0; }
    .sct-auth .form {
      width: 300px;
      height: 245px; }
      .sct-auth .form .f-auth {
        padding: 25px 35px 35px; }
        .sct-auth .form .f-auth .stripes {
          width: 35px;
          height: 35px; }
        .sct-auth .form .f-auth .field {
          font-size: 12px; }
          .sct-auth .form .f-auth .field .text-field {
            padding: 10px; }
        .sct-auth .form .f-auth .f-footer {
          margin-top: 20px; }
          .sct-auth .form .f-auth .f-footer .btn-auth {
            padding: 10px; }
            .sct-auth .form .f-auth .f-footer .btn-auth .btn-text {
              font-size: 12px;
              letter-spacing: 1.5px; }
    .sct-auth .bg-plan {
      width: 300px;
      right: -60px; }
    .sct-auth .form-frame {
      top: 20px;
      left: 20px;
      border: 10px solid rgba(255, 210, 0, 0.8); } }

@media screen and (max-width: 470px) {
  .sct-auth .form-frame {
    top: 10px;
    left: 15px; }
  .sct-auth .form {
    width: 270px; }
    .sct-auth .form .f-auth {
      padding: 25px 30px 30px; }
      .sct-auth .form .f-auth .stripes {
        width: 30px;
        height: 30px; }
  .sct-auth .bg-plan {
    width: 250px;
    right: -24px;
    bottom: -40px; }
  .sct-auth .main .page-name {
    padding: 63px 0 15px 0; }
    .sct-auth .main .page-name h2 {
      font-size: 24px; }
  .sct-auth .aside .top {
    padding-top: 6px;
    height: 100px; }
    .sct-auth .aside .top .logo-ct {
      width: 119px;
      height: 47px;
      padding-top: 15px; } }
