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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

td,
th {
  padding: 0; }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?kaegl9");
  src: url("../fonts/icomoon.eot?kaegl9#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?kaegl9") format("truetype"), url("../fonts/icomoon.woff?kaegl9") format("woff"), url("../fonts/icomoon.svg?kaegl9#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-save:before {
  content: "\e912"; }

.icon-home:before {
  content: "\e907"; }

.icon-planet:before {
  content: "\e900"; }

.icon-arrow-l:before {
  content: "\e911"; }

.icon-arrow-r:before {
  content: "\e901"; }

.icon-coins:before {
  content: "\e902"; }

.icon-coins-2:before {
  content: "\e903"; }

.icon-del:before {
  content: "\e904"; }

.icon-equalizer:before {
  content: "\e905"; }

.icon-graph:before {
  content: "\e906"; }

.icon-list:before {
  content: "\e908"; }

.icon-location:before {
  content: "\e909"; }

.icon-music:before {
  content: "\e90a"; }

.icon-pen:before {
  content: "\e90b"; }

.icon-phone:before {
  content: "\e90c"; }

.icon-phone-2:before {
  content: "\e90d"; }

.icon-search:before {
  content: "\e90e"; }

.icon-settings:before {
  content: "\e90f"; }

.icon-triangle:before {
  content: "\e910"; }

#nav, .menu-list, .sidebar-menu, .list-info, .tabset, .contacts-list, .accordion {
  margin: 0;
  padding: 0;
  list-style: none; }

.clearfix:after, #nav:after, .tabset:after {
  content: '';
  display: block;
  clear: both; }

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden; }

html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

* {
  max-height: 1000000px; }

body {
  color: #fff;
  background: #1d2232;
  font: 16px/1.2 "Play", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 1260px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

.gm-style img {
  max-width: none; }

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit; }

h1, .h1 {
  font-size: 48px; }

h2, .h2 {
  font-size: 27px; }

h3, .h3 {
  font-size: 24px; }

h4, .h4 {
  font-size: 21px; }

h5, .h5 {
  font-size: 17px; }

h6, .h6 {
  font-size: 15px; }

p {
  margin: 0 0 1em; }

a {
  color: #19acff;
  text-decoration: none; }
  a:hover, a:focus {
    text-decoration: none; }

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none; }

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #7d8288;
  padding: 0.4em 0.7em; }
  input[type='text']:focus,
  input[type='tel']:focus,
  input[type='email']:focus,
  input[type='search']:focus,
  input[type='password']:focus,
  textarea:focus {
    border-color: #000; }
  input[type='text']::-webkit-input-placeholder,
  input[type='tel']::-webkit-input-placeholder,
  input[type='email']::-webkit-input-placeholder,
  input[type='search']::-webkit-input-placeholder,
  input[type='password']::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #7d8288; }
  input[type='text']::-moz-placeholder,
  input[type='tel']::-moz-placeholder,
  input[type='email']::-moz-placeholder,
  input[type='search']::-moz-placeholder,
  input[type='password']::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #7d8288; }
  input[type='text']:-moz-placeholder,
  input[type='tel']:-moz-placeholder,
  input[type='email']:-moz-placeholder,
  input[type='search']:-moz-placeholder,
  input[type='password']:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #7d8288; }
  input[type='text']:-ms-input-placeholder,
  input[type='tel']:-ms-input-placeholder,
  input[type='email']:-ms-input-placeholder,
  input[type='search']:-ms-input-placeholder,
  input[type='password']:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #7d8288; }
  input[type='text'].placeholder,
  input[type='tel'].placeholder,
  input[type='email'].placeholder,
  input[type='search'].placeholder,
  input[type='password'].placeholder,
  textarea.placeholder {
    color: #7d8288; }

select {
  -webkit-border-radius: 0; }

textarea {
  resize: vertical;
  vertical-align: top; }

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer; }

html,
body {
  height: 100%; }

#wrapper {
  position: relative;
  margin: 0 auto;
  min-height: 100%; }

#header {
  background: #2a2e3e;
  padding: 17px 35px 17px 110px;
  overflow: hidden; }
  #header.absolut-block {
    position: absolute;
    top: 0;
    right: 0;
    background: none;
    padding: 27px 35px 27px 22px;
    left: 0;
    display: flex;
    justify-content: space-between;
    z-index: 2; }

.logo {
  margin: -5px 0 0; }
  .logo a {
    display: flex;
    align-items: center; }
    .logo a img:first-child {
      margin-right: 12px; }

h1 {
  font-size: 48px;
  line-height: 52px;
  margin: 0 0 43px; }

h2 {
  color: #19acff;
  font-size: 19px;
  line-height: 22px;
  margin: 0 0 25px;
  text-transform: uppercase; }

#nav {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 14px; }
  #nav li {
    float: left;
    padding: 0 0 0 27px; }
    #nav li.active a:before {
      right: 0;
      left: 0; }
    #nav li a {
      color: #fff;
      position: relative; }
      #nav li a:before {
        content: '';
        position: absolute;
        bottom: -9px;
        left: 50%;
        right: 50%;
        height: 2px;
        background: #f403b0;
        transition: right 0.3s ease-in-out, left 0.3s ease-in-out; }
      #nav li a:hover:before {
        right: 0;
        left: 0; }

.menu-list {
  float: right;
  font-size: 14px;
  line-height: 17px; }
  .menu-list li {
    position: relative;
    float: left;
    padding: 0 0 0 27px; }
    .menu-list li:before {
      content: '';
      position: absolute;
      right: -13px;
      top: 1px;
      bottom: 0;
      background: #505565;
      width: 1px; }
    .menu-list li:last-child:before {
      display: none; }
    .menu-list li a {
      color: #fff; }
      .menu-list li a:hover {
        text-decoration: underline; }

#sidebar {
  background: #0f111b;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }
  #sidebar .logo a {
    display: inline-block;
    vertical-align: top;
    padding: 21px 27px; }

#content {
  padding: 0 0 0 130px;
  overflow: hidden; }
  #content.alt {
    margin: 0 auto; }

.sidebar-menu li {
  position: relative; }
  .sidebar-menu li:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.06); }
  .sidebar-menu li.active a .img-block {
    opacity: 1; }
  .sidebar-menu li.active a i {
    color: #19acff; }
  .sidebar-menu li a {
    color: #fff;
    display: block;
    padding: 18px 21px; }
    .sidebar-menu li a i {
      transition: color 0.3s ease-in-out; }
    .sidebar-menu li a:hover .img-block {
      opacity: 1; }
    .sidebar-menu li a:hover i {
      color: #19acff; }

.content-block {
  width: 884px;
  font-size: 14px;
  line-height: 17px;
  padding: 61px 0 0;
  margin: 0 auto; }
  .content-block h1 {
    margin: 0 0 43px 22px; }
  .content-block p {
    margin: 0 0 15px; }

.img-block {
  display: flex;
  flex-direction: column;
  color: #fff;
  align-items: center;
  opacity: .5;
  transition: opacity 0.3s ease-in-out; }
  .img-block i {
    font-size: 40px;
    transition: color 0.3s ease-in-out;
    margin-bottom: 10px; }
  .img-block .icon-list {
    font-size: 30px; }
  .img-block .icon-search {
    font-size: 35px; }
  .img-block .icon-settings {
    font-size: 38px; }

.list-info {
  font-size: 12px;
  line-height: 14px;
  width: 750px;
  margin: 0 auto;
  padding: 28px 0 0; }
  .list-info li {
    display: flex;
    border-bottom: 3px solid rgba(255, 255, 255, 0.06);
    align-items: center;
    margin-bottom: 10px; }
    .list-info li:last-child {
      border: none; }
  .list-info .img-block {
    width: 13%; }
    .list-info .img-block i {
      margin-bottom: 6px; }
    .list-info .img-block .icon-list {
      font-size: 30px; }
    .list-info .img-block .icon-search,
    .list-info .img-block .icon-planet {
      font-size: 35px; }
  .list-info .text-block {
    width: 87%; }
  .list-info p {
    margin: 0 0 8px; }

.img-title {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 14px;
  font-weight: bold; }

.btn {
  color: #fff;
  background: #f403b0;
  font-size: 14px;
  line-height: 16px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  width: 150px;
  height: 40px;
  padding: 10px 5px;
  border: 2px solid #f403b0;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
  text-align: center;
  display: block; }
  .btn.btn-video {
    color: #19acff;
    border: 2px solid #19acff;
    background: none; }
    .btn.btn-video:hover {
      background: #19acff;
      color: #fff; }
  .btn:hover {
    background: none; }
  .btn.alt:hover {
    color: #f403b0; }
  .btn.dark {
    background: #2a2e3e;
    border-color: #2a2e3e;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out; }
    .btn.dark:hover {
      background: none;
      color: #2a2e3e; }

.visual {
  position: relative;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 750px; }
  .visual .text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
  .visual .btn-holder {
    display: flex;
    justify-content: center; }
  .visual .btn {
    border-radius: 2px;
    margin: 0 10px; }

.item-area {
  display: flex;
  flex-wrap: wrap; }
  .item-area .item {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    width: 33.333%;
    min-height: 378px;
    position: relative;
    transition: color 0.3s ease-in-out; }
    .item-area .item:hover {
      color: #19acff; }
      .item-area .item:hover .text-wrap {
        opacity: 1; }
    .item-area .item:nth-child(odd) {
      background: #2a2e3e; }
    .item-area .item .item-content {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 280px; }
    .item-area .item .img-frame {
      position: relative;
      height: 120px; }
    .item-area .item .text-wrap {
      opacity: .54;
      transition: opacity 0.3s ease-in-out; }
    .item-area .item i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      color: #19acff;
      font-size: 60px;
      margin: -23px 0 0; }
    .item-area .item .icon-phone {
      font-size: 80px; }
    .item-area .item .icon-coins,
    .item-area .item .icon-phone-2 {
      font-size: 70px; }
    .item-area .item .item-title {
      font-size: 20px;
      line-height: 22px;
      font-weight: bold;
      display: block;
      margin-bottom: 16px;
      text-transform: uppercase; }
    .item-area .item p {
      margin: 0 0 5px; }

.login-area {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100vh; }
  .login-area .logo {
    margin-bottom: 50px; }
    .login-area .logo a {
      justify-content: center; }

.form-holder {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center; }
  .form-holder .btn-link {
    color: #fff;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px; }
    .form-holder .btn-link:hover {
      text-decoration: none; }

.login-form {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 5px;
  width: 350px;
  padding: 40px 10px;
  margin-bottom: 60px; }
  .login-form .row {
    margin-bottom: 20px; }
  .login-form .form-title {
    text-transform: uppercase;
    font-size: 20px;
    line-height: 22px;
    font-weight: normal;
    display: block;
    margin-bottom: 35px; }
  .login-form input[type="text"],
  .login-form input[type="password"] {
    background: rgba(255, 255, 255, 0.15);
    border: 1px solid transparent;
    border-radius: 4px;
    height: 40px;
    font-size: 16px;
    line-height: 18px;
    padding: 11px;
    width: 250px; }
  .login-form button[type="submit"] {
    width: 250px;
    font-weight: normal;
    margin: 0 auto; }

.phone-holder a {
  color: #fff;
  transition: color 0.3s ease-in-out; }
  .phone-holder a:hover {
    color: #19acff; }

.heading-page {
  border-bottom: 3px solid #19acff;
  padding: 16px 15px 16px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  .heading-page .btn {
    height: 35px;
    width: 133px;
    padding: 7px 5px; }
  .heading-page .btn-area {
    display: flex; }
    .heading-page .btn-area .btn {
      width: 134px;
      height: 34px;
      transition: border-color 0.3s ease-in-out, background 0.3s ease-in-out;
      margin: 0 0 0 10px; }
      .heading-page .btn-area .btn.dark {
        background: rgba(255, 255, 255, 0.1);
        border: 2px solid rgba(255, 255, 255, 0.01); }
        .heading-page .btn-area .btn.dark:hover {
          color: #fff;
          background: #1d2232;
          border-color: #1d2232; }

.content-section {
  margin: 28px auto 30px;
  border-radius: 4px;
  overflow: hidden;
  background: #2a2e3e;
  width: 1100px; }
  .content-section h1 {
    color: #19acff;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 26px;
    margin: 0; }

.tabset {
  font-size: 16px;
  line-height: 18px;
  text-transform: uppercase;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  font-weight: bold; }
  .tabset li {
    float: left; }
    .tabset li.active a {
      color: #19acff; }
      .tabset li.active a:before {
        left: 0;
        right: 0; }
    .tabset li a {
      color: #fff;
      transition: color 0.3s ease-in-out;
      padding: 15px 26px;
      display: block;
      position: relative; }
      .tabset li a:before {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 50%;
        right: 50%;
        background: #19acff;
        height: 2px;
        transition: left 0.3s ease-in-out, right 0.3s ease-in-out; }
      .tabset li a:hover {
        color: #19acff; }
        .tabset li a:hover:before {
          left: 0;
          right: 0; }

.carousel-wrap {
  overflow: hidden;
  background: #0f111b;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2); }

.carousel {
  position: relative;
  margin: 0 -10px;
  padding: 30px; }
  .carousel.disabled-right .mask:before {
    opacity: 0;
    visibility: hidden; }
  .carousel.disabled-left .mask:after {
    opacity: 0;
    visibility: hidden; }
  .carousel .mask {
    position: relative;
    overflow: hidden;
    width: 100%; }
    .carousel .mask:before, .carousel .mask:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      width: 120px;
      background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #0f121b 75%, #0f121b 100%);
      z-index: 2;
      transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
    .carousel .mask:after {
      right: auto;
      left: 0;
      background: linear-gradient(to right, #0f121b 25%, rgba(255, 255, 255, 0) 100%); }
  .carousel .slideset {
    width: 100% !important;
    white-space: nowrap;
    letter-spacing: -4px; }
  .carousel .slide {
    display: inline-block;
    vertical-align: top;
    position: relative;
    letter-spacing: 0;
    white-space: normal;
    padding: 0 10px 6px 10px;
    color: #fff;
    width: 20%; }
    .carousel .slide.active .slide-item:before, .carousel .slide:hover .slide-item:before {
      left: 0;
      right: 0; }
  .carousel .text-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%; }
    .carousel .text-block .note {
      font-size: 80px;
      line-height: 82px;
      display: block;
      margin: -15px 0 0; }
  .carousel .slide-item {
    color: #fff;
    display: block;
    background: #2a2e3e;
    height: 200px;
    position: relative;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
    .carousel .slide-item:before {
      content: '';
      position: absolute;
      bottom: -6px;
      left: 50%;
      right: 50%;
      background: #f403b0;
      height: 6px;
      transition: left 0.3s ease-in-out, right 0.3s ease-in-out; }
  .carousel .btn-prev,
  .carousel .btn-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    z-index: 5; }
    .carousel .btn-prev:hover,
    .carousel .btn-next:hover {
      color: #19acff; }
    .carousel .btn-prev.disabled,
    .carousel .btn-next.disabled {
      opacity: 0;
      visibility: hidden; }
    .carousel .btn-prev i,
    .carousel .btn-next i {
      font-size: 33px;
      transition: color 0.3s ease-in-out; }
  .carousel .btn-prev {
    left: 30px;
    right: auto; }
  .carousel .btn-next {
    right: 30px;
    left: auto; }

.btn-play {
  transition: color 0.3s ease-in-out; }
  .btn-play i {
    font-size: 12px; }
  .btn-play:hover {
    color: #fff; }

.table-holder {
  padding: 20px 30px; }

.counter-table {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 12px;
  font-weight: bold; }
  .counter-table tr {
    border: none; }
  .counter-table .col-1 {
    width: 420px;
    font-size: 18px;
    line-height: 20px; }
  .counter-table .col-2 {
    width: 260px; }
  .counter-table .col-3 {
    width: 365px; }
  .counter-table .col-4 {
    width: 125px;
    display: flex;
    justify-content: flex-end; }
  .counter-table .btn-settings {
    margin-right: 30px; }

.btn-settings {
  width: 28px;
  display: block;
  text-align: center; }
  .btn-settings:hover .btn-icon {
    background: white; }
    .btn-settings:hover .btn-icon:before, .btn-settings:hover .btn-icon:after {
      background: white; }
  .btn-settings .btn-icon {
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    width: 6px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    transition: background 0.3s ease-in-out; }
    .btn-settings .btn-icon:before, .btn-settings .btn-icon:after {
      content: '';
      border-radius: 50%;
      background: rgba(255, 255, 255, 0.5);
      width: 6px;
      height: 6px;
      display: inline-block;
      vertical-align: middle;
      position: absolute;
      transition: background 0.3s ease-in-out; }
    .btn-settings .btn-icon:before {
      left: -10px; }
    .btn-settings .btn-icon:after {
      right: -10px; }

.table {
  margin-bottom: 18px; }
  .table th {
    opacity: .5;
    font-weight: normal;
    text-align: left; }
  .table td,
  .table th {
    padding: 10px 0; }
  .table tr {
    transition: background 0.3s ease-in-out; }
    .table tr:first-child:hover {
      background: none; }
  .table tbody tr:hover {
    background: rgba(255, 255, 255, 0.05); }
    .table tbody tr:hover .btn-settings,
    .table tbody tr:hover .btn-remove {
      opacity: 1;
      visibility: visible; }
  .table .col-1 {
    width: 37px; }
  .table .col-2 {
    width: 32px; }
  .table .col-3 {
    width: 295px; }
  .table .col-4 {
    width: 237px; }
  .table .col-6 {
    display: flex;
    justify-content: flex-end; }
  .table.search-table th {
    font-weight: normal; }
  .table.search-table td.col-1 {
    font-weight: bold; }
  .table.search-table tbody tr:hover {
    background: none; }
  .table.search-table .col-1 {
    width: 365px; }
  .table.search-table .col-2 {
    width: 180px; }
  .table.search-table .col-3 {
    width: 140px;
    text-align: center; }
  .table.search-table .col-4 {
    width: 100px; }
  .table.search-table .col-5 {
    width: 175px; }
  .table.search-table .col-6 {
    display: flex;
    justify-content: space-between;
    padding: 10px 10px 10px 0; }
  .table.search-table .btn-settings {
    opacity: 1;
    visibility: visible;
    margin: 0; }
    .table.search-table .btn-settings .btn-icon {
      background: rgba(255, 255, 255, 0.5); }
      .table.search-table .btn-settings .btn-icon:before, .table.search-table .btn-settings .btn-icon:after {
        background: rgba(255, 255, 255, 0.5); }
    .table.search-table .btn-settings:hover .btn-icon {
      background: white; }
      .table.search-table .btn-settings:hover .btn-icon:before, .table.search-table .btn-settings:hover .btn-icon:after {
        background: white; }
  .table .btn-settings {
    opacity: 0;
    visibility: hidden;
    margin-right: 30px;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
    .table .btn-settings .btn-icon {
      background: white; }
      .table .btn-settings .btn-icon:before, .table .btn-settings .btn-icon:after {
        background: white; }
  .table .btn-remove {
    margin-right: 13px; }
  .table.search-section .col-1 {
    width: 37px;
    text-align: center; }
  .table.search-section .col-2 {
    width: 32px; }
  .table.search-section .col-3 {
    width: 306px; }
  .table.search-section .col-4 {
    width: 365px; }
  .table.search-section .col-5 {
    width: 65px;
    text-align: center; }
  .table.search-alt .col-1 {
    text-align: center;
    width: 30px; }
  .table.search-alt .col-2 {
    text-align: center; }
  .table.search-alt .col-3 {
    width: 313px; }
  .table.search-alt .col-4 {
    width: 295px; }
  .table.search-alt .col-5 {
    width: 163px;
    opacity: .5; }
  .table.search-alt .col-6 {
    display: table-cell; }
  .table.search-alt .col-7 {
    display: flex;
    justify-content: flex-end; }
  .table .wrapp {
    padding: 0; }
  .table .opener {
    color: #fff;
    transition: color 0.3s ease-in-out; }
    .table .opener:hover {
      color: #f403b0; }
  .table .slide {
    width: 100%;
    overflow: hidden;
    position: relative; }

.slide-table tr:nth-child(odd) {
  background: #1d2232; }
  .slide-table tr:nth-child(odd):hover {
    background: #1d2232 !important; }
.slide-table tr:last-child {
  border: none; }
.slide-table td {
  padding: 10px 0; }
  .slide-table td:last-child {
    display: flex;
    justify-content: space-between;
    width: 80px;
    padding: 10px 10px 10px 0; }
  .slide-table td:first-child {
    width: 960px;
    padding: 10px 0 10px 10px; }

.contact-form .row {
  margin-bottom: 14px; }
.contact-form .col-holder {
  display: flex; }
  .contact-form .col-holder .col {
    padding: 32px 30px;
    position: relative; }
    .contact-form .col-holder .col:first-child {
      width: 58%; }
    .contact-form .col-holder .col:last-child {
      width: 42%; }
      .contact-form .col-holder .col:last-child:before {
        display: none; }
    .contact-form .col-holder .col:before {
      content: '';
      position: absolute;
      background: rgba(255, 255, 255, 0.1);
      right: 0;
      top: 65px;
      bottom: 0;
      width: 1px; }
.contact-form .row-frame {
  display: flex;
  align-items: center; }
  .contact-form .row-frame .img-block {
    margin-right: 20px; }
  .contact-form .row-frame p {
    margin: 0 0 12px; }
.contact-form .input-error {
  border-color: #f403b0;
  color: #f403b0; }

.file-upload {
  position: relative;
  overflow: hidden;
  height: 28px;
  width: 75px;
  font-size: 12px;
  line-height: 14px;
  background: #f403b0;
  border: 2px solid #f403b0;
  border-radius: 4px;
  text-align: center;
  padding: 5px;
  transition: background 0.3s ease-in-out; }
  .file-upload:hover {
    background: none; }
  .file-upload label {
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    cursor: pointer;
    margin: 0; }
  .file-upload span {
    line-height: 28px; }
  .file-upload input[type="file"] {
    display: none; }

.block-area {
  padding: 25px 33px 35px;
  border-top: 1px solid rgba(255, 255, 255, 0.1); }
  .block-area .separator {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    opacity: .5;
    margin: 0 5px; }
  .block-area .col-wrap {
    display: flex;
    justify-content: space-between; }
  .block-area .holder {
    display: flex;
    align-items: center; }
  .block-area input[type="text"] {
    width: 44px;
    height: 34px;
    text-align: center;
    padding: 8px 5px; }
  .block-area label {
    margin-bottom: 8px; }

.table-playlists {
  margin-bottom: 50px; }
  .table-playlists td {
    padding: 18px 28px; }
  .table-playlists .col-1 {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    width: 367px; }
  .table-playlists .col-2 {
    width: 235px; }
  .table-playlists .col-3 {
    width: 330px; }
  .table-playlists .col-2,
  .table-playlists .col-3 {
    opacity: .5; }
  .table-playlists .col-4 {
    display: flex;
    justify-content: space-between; }

.table-playlists .more-menu {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  text-align: left;
  right: 245px;
  margin-top: -19px;
  background-color: #1d2232;
  padding: 5px 15px;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; }
  .table-playlists .more-menu ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    .table-playlists .more-menu ul li {
      border-bottom: 1px solid rgba(255, 255, 255, 0.06);
      padding: 10px 0; }
    .table-playlists .more-menu ul li:last-child {
      border-bottom: none; }
    .table-playlists .more-menu ul label {
      display: inline;
      text-transform: none;
      color: #94969E; }
.table-playlists .btn-settings:hover .more-menu {
  visibility: visible;
  opacity: 1;
  z-index: 100;
  transition: opacity 0.5s ease-in-out, visibility 0.5s ease-in-out; }

.btn-edit {
  font-size: 19px; }

.btn-del {
  font-size: 21px; }

.btn-edit i,
.btn-del i {
  transition: color 0.3s ease-in-out; }
.btn-edit:hover i,
.btn-del:hover i {
  color: #fff; }

.newplaylist-popup,
.popup,
.song-list-popup,
.existing-playlist-popup,
.copy-playlist-popup,
.add-song-popup,
.rule-popup {
  background: #fff;
  border-radius: 10px;
  width: 450px;
  height: 250px;
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #0f121b;
  text-align: center; }
  .newplaylist-popup .popup-content,
  .popup .popup-content,
  .song-list-popup .popup-content,
  .existing-playlist-popup .popup-content,
  .copy-playlist-popup .popup-content,
  .add-song-popup .popup-content,
  .rule-popup .popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%; }
  .newplaylist-popup .btn-holder,
  .popup .btn-holder,
  .song-list-popup .btn-holder,
  .existing-playlist-popup .btn-holder,
  .copy-playlist-popup .btn-holder,
  .add-song-popup .btn-holder,
  .rule-popup .btn-holder {
    display: flex;
    justify-content: center; }
  .newplaylist-popup .title,
  .popup .title,
  .song-list-popup .title,
  .existing-playlist-popup .title,
  .copy-playlist-popup .title,
  .add-song-popup .title,
  .rule-popup .title {
    display: block;
    font-size: 26px;
    line-height: 28px; }
  .newplaylist-popup p,
  .popup p,
  .song-list-popup p,
  .existing-playlist-popup p,
  .copy-playlist-popup p,
  .add-song-popup p,
  .rule-popup p {
    margin: 0 0 40px; }
  .newplaylist-popup .btn,
  .popup .btn,
  .song-list-popup .btn,
  .existing-playlist-popup .btn,
  .copy-playlist-popup .btn,
  .add-song-popup .btn,
  .rule-popup .btn {
    margin: 0 10px;
    width: 134px;
    height: 34px;
    padding: 6px 5px; }

.song-list-popup {
  height: auto;
  width: 800px;
  padding: 20px; }
  .song-list-popup .popup-content {
    position: relative;
    top: initial;
    left: initial;
    transform: initial; }
    .song-list-popup .popup-content .holder {
      overflow: scroll;
      overflow-x: hidden;
      max-height: 80vh;
      padding-right: 15px; }

.existing-playlist-popup p,
.copy-playlist-popup p,
.add-song-popup p,
.rule-popup p {
  margin: 0; }
.existing-playlist-popup select,
.copy-playlist-popup select,
.add-song-popup select,
.rule-popup select {
  margin-top: 30px;
  margin-bottom: 40px;
  min-width: 65%; }

.number-form label {
  color: #0f111b;
  font-weight: normal;
  text-transform: none;
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 14px; }
.number-form input[type="text"] {
  color: #0f111b;
  background: #fff;
  border: 1px solid #cacaca;
  width: 54px;
  height: 40px;
  text-align: center; }
  .number-form input[type="text"]:focus {
    border-color: #0f111b; }
  .number-form input[type="text"]::-webkit-input-placeholder {
    color: #0f111b; }
  .number-form input[type="text"]::-moz-placeholder {
    opacity: 1;
    color: #0f111b; }
  .number-form input[type="text"]:-moz-placeholder {
    color: #0f111b; }
  .number-form input[type="text"]:-ms-input-placeholder {
    color: #0f111b; }
  .number-form input[type="text"].placeholder {
    color: #0f111b; }
.number-form .btn {
  width: 110px;
  height: 40px;
  padding: 10px 5px; }
.number-form .btn-holder {
  padding: 30px 0 0; }

.btn-add,
.btn-remove {
  display: block;
  border-radius: 50%;
  border: 2px solid #19acff;
  width: 18px;
  height: 18px;
  position: relative;
  transition: border-color 0.3s ease-in-out; }
  .btn-add:before, .btn-add:after,
  .btn-remove:before,
  .btn-remove:after {
    content: '';
    position: absolute;
    background: #19acff;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: background 0.3s ease-in-out; }
  .btn-add:before,
  .btn-remove:before {
    width: 7px;
    height: 2px; }
  .btn-add:after,
  .btn-remove:after {
    height: 7px;
    width: 2px; }
  .btn-add:hover,
  .btn-remove:hover {
    border-color: #fff; }
    .btn-add:hover:before, .btn-add:hover:after,
    .btn-remove:hover:before,
    .btn-remove:hover:after {
      background: #fff; }

.btn-remove {
  border-color: #f403b0;
  width: 22px;
  height: 22px; }
  .btn-remove:before {
    width: 10px;
    height: 3px;
    background: #f403b0; }
  .btn-remove:after {
    display: none; }

.block-holder {
  border-bottom: 2px solid rgba(255, 255, 255, 0.1);
  padding: 35px 0;
  margin-bottom: 18px; }

.search-form {
  width: 90%;
  margin: 0 auto;
  position: relative; }
  .search-form:hover .search-drop {
    opacity: 1;
    visibility: visible; }
  .search-form.alt input[type="search"]::-webkit-input-placeholder {
    opacity: 0.31; }
  .search-form.alt input[type="search"]::-moz-placeholder {
    opacity: 1;
    opacity: 0.31; }
  .search-form.alt input[type="search"]:-moz-placeholder {
    opacity: 0.31; }
  .search-form.alt input[type="search"]:-ms-input-placeholder {
    opacity: 0.31; }
  .search-form.alt input[type="search"].placeholder {
    opacity: 0.31; }
  .search-form .row {
    position: relative; }
  .search-form input[type="search"] {
    height: 50px;
    padding: 15px 45px 15px 20px;
    width: 29%;
    margin: 0 0.5%; }
  .search-form button[type="submit"] {
    #right: 15px;
    #top: 50%;
    #transform: translateY(-50%);
    #background: none;
    border: none;
    width: 9%;
    margin: 0 0.5%;
    height: 50px; }
    .search-form button[type="submit"] i {
      font-size: 20px;
      color: rgba(255, 255, 255, 0.5);
      transition: color 0.3s ease-in-out;
      position: absolute;
      #top: 50%;
      #left: 50%;
      #transform: translate(-50%, -50%); }
    .search-form button[type="submit"]:hover i {
      color: white; }

.rule-section {
  padding: 28px 30px; }
  .rule-section .text-area {
    line-height: 22px; }
    .rule-section .text-area p {
      margin: 0; }
  .rule-section .popup-content {
    padding: 0 0 9px; }
  .rule-section .popup {
    height: 290px; }
    .rule-section .popup .text {
      max-width: 300px;
      margin: 0 auto;
      line-height: 20px; }
    .rule-section .popup p {
      margin: 0 0 20px; }

.rule-block {
  padding: 22px 0 0;
  border-bottom: 3px solid rgba(255, 255, 255, 0.1); }
  .rule-block:last-child {
    border: none; }
  .rule-block .title {
    font-size: 24px;
    line-height: 26px;
    display: block;
    margin-bottom: 26px; }
  .rule-block .row {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    display: flex;
    padding: 12px 17px;
    margin-bottom: 10px;
    align-items: center; }
    .rule-block .row p {
      margin: 0; }
  .rule-block .col-1 {
    font-weight: bold;
    width: 203px; }
  .rule-block .col-2 {
    width: 315px; }
  .rule-block .col-3 {
    width: 355px;
    text-align: center; }
  .rule-block .col-4 {
    width: 137px; }
  .rule-block .btn-del {
    margin: 0 0 0 20px; }

.checkbox-holder {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 48px;
  height: 24px;
  margin: -4px 0 0px 25px; }
  .checkbox-holder input {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden; }
  .checkbox-holder input + label {
    background: #7d8288;
    border-radius: 80px;
    position: absolute;
    cursor: pointer;
    outline: none;
    user-select: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0; }
    .checkbox-holder input + label:before, .checkbox-holder input + label:after {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0; }
    .checkbox-holder input + label:before {
      content: '';
      background: #7d8288;
      border-radius: 80px;
      right: 0;
      transition: background 0.3s ease-in-out; }
    .checkbox-holder input + label:after {
      content: '';
      background: #fff;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      transition: margin 0.3s ease-in-out;
      top: 2px;
      left: 2px;
      bottom: 2px; }
  .checkbox-holder input:checked + label:before {
    background: #20ce94; }
  .checkbox-holder input:checked + label:after {
    margin-left: 24px; }

.search-drop {
  background: #1d2232;
  border-radius: 0 0 4px 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: none;
  padding: 25px 20px 20px;
  position: absolute;
  left: 0;
  right: 0;
  top: 48px;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out; }
  .search-drop:before {
    content: '';
    position: absolute;
    top: 9px;
    left: 20px;
    right: 20px;
    height: 1px;
    background: rgba(255, 255, 255, 0.1); }

.drop-table tr {
  border: none;
  display: flex;
  justify-content: space-between; }
.drop-table td {
  font-weight: bold;
  padding: 5px 0; }
.drop-table .col-2 {
  opacity: .37;
  font-weight: normal; }
.drop-table .col-3 {
  font-size: 12px; }
.drop-table a {
  color: #fff;
  transition: color 0.3s ease-in-out; }
  .drop-table a:hover {
    color: #f403b0; }

.two-blocks {
  display: flex;
  margin: 0 -15px;
  padding: 27px 0 0; }

.block {
  display: flex;
  width: 50%;
  padding: 15px; }
  .block .text-frame {
    background: #0f111b;
    display: flex;
    flex-direction: column;
    padding: 25px 30px;
    border-radius: 0 4px 4px 0;
    width: 100%; }
  .block .block-title {
    display: block;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px; }
    .block .block-title a {
      color: #fff;
      transition: color 0.3s ease-in-out; }
      .block .block-title a:hover {
        color: #19acff; }
  .block .subtitle {
    display: block;
    color: #f403b0;
    margin-bottom: 25px; }

.contacts-list li a {
  color: #fff;
  transition: color 0.3s ease-in-out; }
  .contacts-list li a:hover {
    color: #19acff; }

.accordion-section h2 {
  font-size: 24px;
  line-height: 26px;
  text-transform: none; }

.accordion li {
  position: relative;
  margin-bottom: 10px;
  border-radius: 4px; }
  .accordion li.active {
    background: #1d2232; }
    .accordion li.active .opener {
      background: #1d2232; }
    .accordion li.active .icon-plus:after {
      transform: translate(-50%, -50%) rotate(-90deg); }
.accordion .icon-plus {
  position: absolute;
  top: 16px;
  right: 16px;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  border: 2px solid #19acff; }
  .accordion .icon-plus:before, .accordion .icon-plus:after {
    content: '';
    position: absolute;
    background: #19acff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: transform 0.3s ease-in-out; }
  .accordion .icon-plus:before {
    width: 7px;
    height: 2px; }
  .accordion .icon-plus:after {
    height: 7px;
    width: 2px; }
.accordion .opener {
  color: #fff;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  font-weight: bold;
  border-radius: 4px;
  padding: 16px;
  background: rgba(255, 255, 255, 0.1);
  display: block; }
  .accordion .opener:hover {
    color: #19acff; }
.accordion .slide {
  padding: 0px 15px 13px;
  line-height: 22px; }
  .accordion .slide p {
    margin: 0 0 5px; }

input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
textarea {
  background: #1d2232;
  border-radius: 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  outline: none;
  width: 100%;
  transition: border 0.3s ease-in-out;
  height: 40px;
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 10px 12px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  textarea:focus {
    border: 1px solid white; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
    color: #fff;
    font-size: 14px;
    line-height: 16px; }
  input[type="text"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  textarea::-moz-placeholder {
    opacity: 1;
    color: #fff;
    font-size: 14px;
    line-height: 16px; }
  input[type="text"]:-moz-placeholder,
  input[type="email"]:-moz-placeholder,
  input[type="password"]:-moz-placeholder,
  input[type="search"]:-moz-placeholder,
  textarea:-moz-placeholder {
    color: #fff;
    font-size: 14px;
    line-height: 16px; }
  input[type="text"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
    color: #fff;
    font-size: 14px;
    line-height: 16px; }
  input[type="text"].placeholder,
  input[type="email"].placeholder,
  input[type="password"].placeholder,
  input[type="search"].placeholder,
  textarea.placeholder {
    color: #fff;
    font-size: 14px;
    line-height: 16px; }
  input[type="text"].alt-opacity::-webkit-input-placeholder,
  input[type="email"].alt-opacity::-webkit-input-placeholder,
  input[type="password"].alt-opacity::-webkit-input-placeholder,
  input[type="search"].alt-opacity::-webkit-input-placeholder,
  textarea.alt-opacity::-webkit-input-placeholder {
    opacity: .3; }
  input[type="text"].alt-opacity::-moz-placeholder,
  input[type="email"].alt-opacity::-moz-placeholder,
  input[type="password"].alt-opacity::-moz-placeholder,
  input[type="search"].alt-opacity::-moz-placeholder,
  textarea.alt-opacity::-moz-placeholder {
    opacity: 1;
    opacity: .3; }
  input[type="text"].alt-opacity:-moz-placeholder,
  input[type="email"].alt-opacity:-moz-placeholder,
  input[type="password"].alt-opacity:-moz-placeholder,
  input[type="search"].alt-opacity:-moz-placeholder,
  textarea.alt-opacity:-moz-placeholder {
    opacity: .3; }
  input[type="text"].alt-opacity:-ms-input-placeholder,
  input[type="email"].alt-opacity:-ms-input-placeholder,
  input[type="password"].alt-opacity:-ms-input-placeholder,
  input[type="search"].alt-opacity:-ms-input-placeholder,
  textarea.alt-opacity:-ms-input-placeholder {
    opacity: .3; }
  input[type="text"].alt-opacity.placeholder,
  input[type="email"].alt-opacity.placeholder,
  input[type="password"].alt-opacity.placeholder,
  input[type="search"].alt-opacity.placeholder,
  textarea.alt-opacity.placeholder {
    opacity: .3; }

button[type="submit"] {
  outline: none; }

textarea {
  min-height: 200px;
  max-width: 580px;
  padding: 15px;
  font-size: 16px;
  line-height: 20px; }

label {
  text-transform: uppercase;
  font-size: 13px;
  line-height: 16px;
  color: #fff;
  display: block;
  margin-bottom: 11px;
  font-weight: bold; }

table {
  width: 100%; }
  table tr {
    border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
    table tr.loaded {
      border-bottom: none; }
    table tr.active {
      border-bottom: 1px solid rgba(255, 255, 255, 0.06); }
      table tr.active .opener {
        color: #f403b0; }
      table tr.active .icon-save,
      table tr.active .name-input {
        display: block; }
      table tr.active .icon-pen,
      table tr.active .name-holder {
        display: none; }
    table tr .name-holder {
      cursor: pointer; }
      table tr .name-holder:hover {
        color: #f403b0;
        transition: color 0.3s ease-in-out; }

#main-tab-holder .col-5 {
  opacity: .5; }

.icon-save,
.name-input {
  display: none; }

/*# sourceMappingURL=main.css.map */
