@charset "UTF-8";
/*
Nadpisanie styli z bootstrapa
*/
/*
    Created on : 2017-03-07, 14:55:49
    Author     : dyktus
*/
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
body {
  padding-right: 0;
  padding-left: 0; }

a {
  text-decoration: none; }

.pagination {
  margin: 20px 0 0; }

.modal_overlay {
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  margin-top: -12px;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .modal_overlay .modal_box {
    background: #FFFFFF;
    min-height: 50%;
    padding: 5px;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9999;
    margin-right: auto;
    margin-left: auto;
    width: 50%;
    margin-top: 15%;
    border-radius: 4px; }

#modalRedirect .modal-dialog, #modalSlaveblocker .modal-dialog,
#modalNoData .modal-dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%); }
  #modalRedirect .modal-dialog .modal-content, #modalSlaveblocker .modal-dialog .modal-content,
  #modalNoData .modal-dialog .modal-content {
    text-align: center;
    padding: 30px;
    max-width: 90vw; }
    #modalRedirect .modal-dialog .modal-content .modal-header, #modalSlaveblocker .modal-dialog .modal-content .modal-header,
    #modalNoData .modal-dialog .modal-content .modal-header {
      border: 0; }
    #modalRedirect .modal-dialog .modal-content .modal-footer, #modalSlaveblocker .modal-dialog .modal-content .modal-footer,
    #modalNoData .modal-dialog .modal-content .modal-footer {
      border: 0;
      text-align: center; }
      #modalRedirect .modal-dialog .modal-content .modal-footer .btn, #modalSlaveblocker .modal-dialog .modal-content .modal-footer .btn,
      #modalNoData .modal-dialog .modal-content .modal-footer .btn {
        width: 140px;
        margin-bottom: 5px; }

firstLoginModal
li {
  list-style-type: none; }

.clear_row {
  margin-left: 0px;
  margin-right: 0px; }

.flex_row {
  display: flex;
  width: 100%;
  align-items: center; }

.center_column {
  float: none;
  margin: 0 auto; }

p {
  font-size: 14px;
  line-height: 23px;
  font-family: "Roboto";
  color: #282a4a;
  opacity: 0.7; }

.flashbag .close {
  position: absolute;
  top: 0;
  right: 0; }

.h2_28_title {
  font-size: 28px;
  line-height: 36px;
  color: #282a4a;
  letter-spacing: normal; }

.alert {
  padding: 26px 29px; }

.alert-dismissable .close, .alert-dismissible .close {
  float: left;
  color: #FFF;
  opacity: 1; }

.close {
  font-size: 24px; }

.cursor_pointer {
  cursor: pointer; }

/* Paginacja */
.pagination .active a, .pagination .active a:focus, .pagination .active a:hover, .pagination .active span, .pagination .active span:focus, .pagination .active span:hover {
  background-color: #F53F4D;
  border-color: #F53F4D;
  border-radius: 4px;
  padding: 8px 11px;
  margin-top: -8px;
  color: #FFFFFF; }
.pagination li a {
  color: #282a4a;
  font-weight: 600;
  font-size: 14px;
  line-height: 13px;
  padding: 0px 10px;
  border: 0px;
  background-color: transparent;
  cursor: pointer; }
.pagination li a:focus, .pagination li a:hover, .pagination li span:focus, .pagination li span:hover {
  background-color: transparent;
  border-color: transparent; }
.pagination li span {
  color: #282a4a;
  font-weight: 600;
  font-size: 14px;
  line-height: 13px;
  padding: 0px 10px;
  border: 0px;
  background-color: transparent; }
.pagination li .move_button {
  background: #FFFFFF;
  padding: 13px 16px;
  border: 1px solid #D8DFE6;
  box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
  border-radius: 4px;
  margin-top: -13px;
  cursor: pointer; }
.pagination li .move_button:hover {
  background: #FFFFFF;
  border: 1px solid #D8DFE6;
  box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08); }
.pagination li .move_left {
  margin-right: 20px; }
.pagination li .move_right {
  margin-left: 20px; }

.form-control {
  background: #FFFFFF;
  border: 1px solid #D8DFE6;
  border-radius: 2px;
  outline: 0;
  height: 42px;
  width: 100%;
  float: left;
  margin-bottom: 15px;
  box-shadow: 0px 0px 0px 0px; }

.form-control:focus {
  outline: 0;
  box-shadow: 0px 0px 0px 0px; }

.navbar-inverse {
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 0px; }

hr {
  border-top: 1px solid #d5d5d5; }

body {
  background-color: #F9F9F9; }

.clear_col_padding {
  padding-left: 0px;
  padding-right: 0px;
  position: initial; }

.h1, .h2, .h3, h1, h2, h3 {
  font-weight: normal !important;
  margin-top: 0px;
  margin-bottom: 0px; }

.h4, .h5, .h6, h4, h5, h6, p, a {
  font-weight: normal; }

.float_right {
  float: right; }

.float_left {
  float: left; }

.alert {
  margin-top: 2px; }
  .alert p {
    color: #FFFFFF;
    opacity: 1; }

.close {
  float: left; }

.alert-success {
  background-color: #57b33e;
  border-radius: 4px;
  border: 0px;
  color: #FFFFFF; }

.alert-info, .alert-expired {
  background-color: #0f8adb;
  border-radius: 4px;
  border: 0px;
  color: #FFFFFF; }

.alert-expired a {
  color: #FFFFFF;
  cursor: pointer; }
  
.alert-warning, .alert-danger {
  background-color: #F53F4D;
  color: #FFFFFF;
  border: 0px;
  border-radius: 4px;
  margin-top: 2px; }

.list-group-item:first-child {
  padding: 31px 41px; }

.list-group-item {
  padding: 10px 41px; }

.list-group-item:last-child {
  padding: 15px 41px; }

.observed_items .observe_changes_items .list-group-item {
  margin-top: 13px;
  font-size: 14px;
  color: #373A3C;
  line-height: 25px;
  font-family: "Roboto";
  max-height: 300px;
  overflow: hidden; }

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .navbar-nav {
    min-height: 46px;
    float: left; }

  .navbar-toggle {
    margin-top: 11px; }

  small {
    font-size: 65%;
    color: #282a4a;
    opacity: 0.7; }

  .panel-default {
    background-color: #FFFFFF;
    border: 1px solid #D8DFE6;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
    padding: 44px 30px; }

  img {
    max-width: 100%; }

  a {
    outline: 0;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500; }

  a:hover {
    opacity: 0.8;
    text-decoration: none; }

  a:disabled, a.disabled {
    opacity: 0.4;
    text-decoration: none; }

  /*Nagłówki*/
  h1, h2, h3, h4 {
    font-family: "Roboto";
    color: #373A3C; }

  h2 {
    font-size: 22px;
    line-height: 22px; }

  .navbar {
    border: 0px; }

  .navbar-container {
    background: #282a4a;
    border-color: #282a4a;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: ease 0.2s; }

  .navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    border-color: transparent;
    background-color: transparent;
    margin-right: 0px;
    padding-right: 0px; }

  .navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600; }

  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
    margin-bottom: 0px;
    display: block; }

  /*buttony*/
  .btn {
    border-radius: 100px;
    color: #FFFFFF;
    font-family: "Roboto";
    font-weight: 600;
    line-height: 11px;
    font-size: 11px;
    text-transform: uppercase;
    outline: 0;
    padding: 13.5px 29px;
    transition: 0.5s; }

  .btn-primary, .btn-primary.focus, .btn-primary:focus, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #282a4a;
    border: 1px solid #282a4a;
    outline: 0; }

  .btn-primary:hover {
    background-color: rgba(40, 42, 74, 0.9);
    border: 1px solid rgba(40, 42, 74, 0.9);
    outline: 0; }

  .btn-primary:disabled {
    background-color: rgba(40, 42, 74, 0.4);
    border: 1px solid rgba(40, 42, 74, 0.4);
    outline: 0; }

  .btn-primary.disabled, .btn-primary.disabled:hover {
    background-color: rgba(40, 42, 74, 0.4);
    border: 1px solid rgba(40, 42, 74, 0.4); }

  .btn-info, .btn-info.focus, .btn-info:focus, .btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info {
    background-color: #0f8adb;
    border: 1px solid #0f8adb;
    outline: 0; }

  .btn-info:hover {
    background-color: rgba(15, 138, 219, 0.9);
    border: 1px solid rgba(15, 138, 219, 0.9); }

  .btn-info.disabled, .btn-info.disabled:hover {
    background-color: rgba(15, 138, 219, 0.4);
    border: 1px solid rgba(15, 138, 219, 0.4); }

  /*btn-warning*/
  .btn-warning, .btn-warning.focus, .btn-warning:focus, .btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning {
    background-color: #f53f4d;
    border: 1px solid #f53f4d;
    outline: 0; }

  .btn-warning:hover {
    background-color: rgba(245, 63, 77, 0.9);
    border: 1px solid rgba(245, 63, 77, 0.9); }

  .btn-warning.disabled, .btn-warning.disabled:hover {
    background-color: rgba(245, 63, 77, 0.4);
    border: 1px solid rgba(245, 63, 77, 0.4); }

  /*btn-light*/
  .btn-light, .btn-light.focus, .btn-light:focus, .btn-light.active, .btn-light:active, .open > .dropdown-toggle.btn-light {
    color: #51536b;
    background-color: #f9f9f9;
    border: 1px solid #51536b; }

  .btn-light:hover {
    background-color: #51536b;
    border: 1px solid #51536b;
    color: #f9f9f9; }

  .btn-light:disabled, .btn-light:disabled:hover {
    color: #51536b;
    background-color: #f9f9f9;
    border: 1px solid #51536b;
    opacity: 0.5; }

  .btn-default, .btn-default.focus, .btn-default:focus, .btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
    background-color: transparent;
    border: 1px solid #f53f4d;
    color: #F53F4D;
    outline: 0; }

  .btn-default:hover {
    background-color: rgba(245, 63, 77, 0.9);
    color: #FFFFFF;
    border: 1px solid rgba(245, 63, 77, 0.9); }

  .btn-default.disabled, .btn-default.disabled:hover {
    background-color: transparent;
    opacity: 0.4;
    color: #F53F4D;
    border: 1px solid rgba(245, 63, 77, 0.4); }

  /*btn-demo-di*/
  .btn-demo-register, .btn-demo-register.focus, .btn-demo-register:focus, .btn-demo-register.active, .btn-demo-register:active, .open > .dropdown-toggle.btn-demo-register {
    background-color: rgb(240, 166, 77);
    border: 1px solid rgb(240, 166, 77);
    outline: 0; }

  .btn-demo-register:hover {
    background-color: rgba(240, 166, 77, 0.9);
    border: 1px solid rgba(240, 166, 77, 0.9);
    color: #f9f9f9; }

  .btn-xs {
    padding: 13px 28px !important; }

  .btn-sm {
    padding: 10px 36px 6px 14px !important; }

  /*Formularze*/
  label {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 14px;
    color: #828396;
    font-weight: normal; }

  input {
    background-color: #FFFFFF;
    border-radius: 2px;
    border: 1px solid #D8DFE6;
    padding: 14px 12px;
    color: #282a4a;
    font-size: 14px;
    font-family: "Roboto";
    line-height: 14px;
    outline: 0; }

  input:focus {
    border: 1px solid #0f8adb; }

  .form-warning label {
    color: #F53F4D; }
  .form-warning input {
    border: 1px solid #F53F4D; }
  .form-warning p {
    color: #F53F4D;
    font-size: 11px;
    line-height: 14px;
    font-family: "Roboto";
    max-height: 15px;
    float: left;
    width: 100%; }

  input[type=checkbox]:focus {
    outline: 0; }

  .choice-label {
    color: #282a4a;
    font-size: 14px;
    line-height: 14px;
    align-items: center;
    display: flex;
    /*Radio buttons*/
    /*input[type=radio]:checked:after,*/ }
    .choice-label p {
      display: inline-block;
      margin: 0px 0px 0px 20px;
      margin-top: 0px !important;
      color: #282a4a;
      opacity: 1;
      vertical-align: middle;
      height: 100%; }
    .choice-label input[type=checkbox] {
      min-width: 24px;
      height: 24px;
      background-color: #FFFFFF;
      -webkit-appearance: none;
      appearance: none;
      transition: 0.3s;
      padding: 0px 5px; }
    .choice-label:hover input[type=checkbox] {
      border: 1px solid #0f8adb !important; }
    .choice-label:hover {
      color: #0f8adb; }
    .choice-label input[type=checkbox]:checked:after {
      content: '\2714';
      font-size: 19px;
      display: inline-block;
      position: absolute;
      border: 0px;
      color: #282a4a; }
    .choice-label.disabled input[type=checkbox]:checked:after {
      content: ''; }
    .choice-label.disabled {
      opacity: 0.4; }
    .choice-label.disabled:hover input[type=checkbox] {
      border: 1px solid #D8DFE6 !important; }
    .choice-label.disabled:hover {
      color: #282a4a; }
    .choice-label input[type=radio] {
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      transition: 0.3s;
      border-radius: 100px;
      border: 1px solid #D0D1DA;
      background-color: #FFF;
      width: 29px;
      height: 29px;
      outline: 0; }
    .choice-label:hover input[type=radio] {
      border: 1px solid #0f8adb !important; }
    .choice-label input.checked:after {
      content: ' ';
      width: 15px;
      height: 15px;
      border-radius: 50px;
      font-size: 19px;
      display: inline-block;
      position: absolute;
      border: 0px;
      background: #282a4a;
      outline: 0;
      margin-top: 6px;
      margin-left: 6px; }
    .choice-label.disabled:hover input[type=radio] {
      border: 1px solid #D8DFE6 !important;
      outline: 0; }

  xmp {
    white-space: pre-line; }

  h1 {
    font-size: 16px;
    line-height: 19px; }

  .table > caption + thead > tr:first-child > td, .table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > td, .table > thead:first-child > tr:first-child > th {
    background: #F4F4F6;
    border: 1px solid #DFE2E6;
    font-size: 14px;
    line-height: 16px;
    color: #282A4A;
    font-weight: 600;
    opacity: 0.6;
    text-transform: uppercase;
    padding: 17px 10.5px; }

  .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: 1px solid #DFE2E6;
    font-size: 15px;
    line-height: 16px;
    color: #282A4A;
    padding: 19px 12.5px; }

  .table > tbody > tr:nth-child(even) {
    background: #FFFFFF; }

  .table > tbody > tr:nth-child(odd) {
    background: #F4F4F6; }

  .clear_mobile_col_padding {
    padding-left: 0px;
    padding-right: 0px;
    position: initial; }

  .clear_col_desktop {
    padding-left: 15px;
    padding-right: 15px; }

  .tooltip.fade {
    max-width: 400px; } }
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .clear_col_desktop {
    padding-left: 0px;
    padding-right: 0px; }

  small {
    opacity: 1;
    font-size: 85%; }

  .panel-default {
    background-color: #FFFFFF;
    border: 1px solid #D8DFE6;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
    padding: 44px 73px 38px 43px; }

  .navbar-nav {
    min-height: 46px; }

  h1 {
    font-size: 32px;
    line-height: 38px; }

  .navbar {
    border: 0px; }

  .navbar-container {
    background: #282a4a;
    border-color: #282a4a;
    padding-top: 12px;
    max-height: 125px; }

  .navbar-inverse .navbar-toggle, .navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    border-color: transparent;
    background-color: transparent;
    margin-right: 0px;
    padding-right: 0px; }

  .navbar-inverse .navbar-nav > li > a {
    color: #FFFFFF;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600; }

  .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
    background-color: transparent;
    margin-bottom: 0px;
    display: block; }

  .equal {
    display: flex; }

  .scrolled {
    max-height: 66px; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .navbar_nav {
    float: left; }

  .clear_mobile_col_padding {
    padding-left: 15px;
    padding-right: 15px; }

  .btn-sm {
    padding: 10px 14px 6px 14px !important; }

  .navbar-container {
    background: #282a4a;
    border-color: #282a4a;
    padding-bottom: 0px; } }
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1170px; } }
/*
Tylko deklaracje @font-face
*/
/* 
    Created on : 2017-03-07, 14:10:49
    Author     : dyktus
*/
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
@font-face {
  font-family: "Roboto";
  src: url(../fonts/Roboto-Regular.ttf);
  font-weight: 500; }
@font-face {
  font-family: "RobotoBold";
  src: url(../fonts/Roboto-Bold.ttf);
  font-weigth: 700; }
@font-face {
  font-family: "RobotoItalic";
  src: url(../fonts/Roboto-Italic.ttf);
  font-weight: 400; }
@font-face {
  font-family: "RobotoLight";
  src: url(../fonts/Roboto-Light.ttf);
  font-weight: 300; }
@font-face {
  font-family: "RobotoMedium";
  src: url(../fonts/Roboto-Medium.ttf);
  font-weigth: 500; }
@font-face {
  font-family: "RobotoThin";
  src: url(../fonts/Roboto-Thin.ttf);
  font-weight: 100; }
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.mt-20 {
  margin-top: 20px; }

.blurred {
  -webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
  pointer-events: none; }

.text-red {
  color: #F53F4D; }

.text-purple {
  color: #282a4a; }

.mt-30 {
  margin-top: 30px; }

.mt-50 {
  margin-top: 30px; }

.no-margin {
  margin: 0 !important; }

.noPermissionBlock {
  color: white;
  background-color: #282a4a;
  cursor: pointer;
  text-align: center;
  position: relative;
  opacity: 0.95;
  z-index: 100; }
  .noPermissionBlock .noPermissionCentered {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600; }
    .noPermissionBlock .noPermissionCentered .eclipsed {
      background: #F53F4D;
      padding: 10px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      width: 50px;
      height: 50px;
      margin: auto; }
  .noPermissionBlock.noPermissionBlockAbsolute {
    width: 100%;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0; }
  .noPermissionBlock.noPermissionBlock-relations {
    top: 30px;
    height: calc(100% - 50px); }
  .noPermissionBlock.noPermissionBlock-fixed {
    height: calc(100% - 50px); }

label.error {
  color: red;
  font-size: 12px; }

.tooltipI {
  display: inline-block;
  color: #282a4a;
  background: #fff;
  width: 20px;
  height: 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 17px;
  border-radius: 50px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #282a4a; }

.tooltip > div {
  background-color: #282a4a; }

.ui-tooltip {
  background-color: #282a4a !important;
  color: white !important;
  border: none !important; }

.container-fluid.navbar-container.navbar-unlogged + .flashbag {
  margin-top: 60px; }

.newsPageBtn {
  color: #F53F4D;
  font-weight: bold; }

/*Pages styles*/
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.user-info-container {
  display: flex;
  flex-direction: row;
  padding-left: 30px; }
  .user-info-container .user-info {
    margin-right: 2.5%;
    display: inline-block; }
    .user-info-container .user-info.sm {
      min-width: 7%; }
    .user-info-container .user-info.md {
      min-width: 10%; }
    .user-info-container .user-info.lg {
      min-width: 14%; }

.admin_nav {
  background-color: #373A66;
  height: 60px; }
  .admin_nav ul.nav {
    margin-top: 20px;
    border: 0; }
    .admin_nav ul.nav li.nav-item {
      background-color: #F53F4D;
      margin-right: 2px;
      min-width: 120px;
      text-align: center; }
      .admin_nav ul.nav li.nav-item a {
        background-color: transparent;
        border: 0;
        color: white; }
      .admin_nav ul.nav li.nav-item.active {
        border-radius: 0;
        background-color: #F9F9F9; }
        .admin_nav ul.nav li.nav-item.active a {
          color: #282a4a;
          cursor: pointer;
          font-weight: bold;
          margin: 0; }

.submenu * {
  height: 30px;
  line-height: 2px;
  margin-bottom: 20px; }
.submenu .submenu-item {
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  color: #BDBDBD;
  transition: linear 0.15s; }
  .submenu .submenu-item:hover {
    color: #F53F4D;
    border: 1px solid #F53F4D; }
.submenu form {
  overflow: hidden; }
  .submenu form input {
    border: 0;
    padding: 0;
    height: 28px;
    padding-left: 10px;
    width: 190px; }
  .submenu form button {
    border: 0;
    background-color: #282a4a;
    height: 28px;
    width: 30px;
    color: white;
    vertical-align: top; }
    .submenu form button span {
      height: 6px;
      margin: 0; }

.user-box {
  background-color: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 4px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  overflow-wrap: break-word; }
  .user-box .basic-info {
    padding-left: 30px; }
    .user-box .basic-info span {
      font-weight: bold;
      color: #282a4a; }
    .user-box .basic-info p {
      font-size: 10px; }
  .user-box .edit-button {
    height: 15px;
    width: 15px;
    background: url(../img/pencil_edit.svg);
    background-size: cover;
    background-repeat: no-repeat;
    float: right;
    cursor: pointer; }
  .user-box .slaveRemoveBtn {
    color: #F53F4D;
    padding: 0;
    margin-right: 5px; }
  .user-box .inlineForm {
    display: inline; }

.user-add sup {
  background-color: #282a4a;
  color: white;
  border-radius: 20px;
  padding: 0 5px; }

.user-details .nav {
  padding-left: 20px;
  padding-bottom: 20px; }
  .user-details .nav li {
    padding-bottom: 20px;
    border-bottom: 1px solid transparent;
    transition: linear 0.2s; }
    .user-details .nav li a {
      background: none !important;
      color: #282a4a;
      border-radius: 0; }
      .user-details .nav li a:hover, .user-details .nav li a:active, .user-details .nav li a:focus {
        color: #282a4a;
        border-bottom: 1px solid #bdbdbd; }
      .user-details .nav li a.active {
        border-bottom: 1px solid #F53F4D;
        font-weight: 600 !important; }
.user-details sup {
  background-color: #282a4a;
  color: white;
  border-radius: 20px;
  padding: 0 5px; }
.user-details .user-box {
  position: relative;
  margin-bottom: 30px; }
  .user-details .user-box .ico {
    height: 15px;
    width: 15px;
    cursor: pointer;
    border: 0;
    padding: 0;
    font-size: 0;
    position: absolute; }
  .user-details .user-box h4 {
    margin-bottom: 30px; }
  .user-details .user-box label {
    clear: both;
    padding-top: 15px; }
  .user-details .user-box p {
    opacity: 1; }
  .user-details .user-box .img-document {
    width: 36px;
    height: 48px;
    background: url("../img/payment-document.svg") no-repeat;
    background-size: cover;
    margin-bottom: 10px; }
  .user-details .user-box.permissions #userPrivelages input {
    margin-bottom: 15px;
    margin-right: 5px; }
  .user-details .user-box.permissions #userPrivelages label {
    padding: 0;
    margin: 0;
    cursor: pointer;
    color: #282a4a; }
  .user-details .user-box.permissions #userPrivelages .ico {
    height: 20px;
    width: 20px;
    top: -55px;
    right: 25px;
    background: url(../img/green_tick.svg) no-repeat;
    background-size: contain; }
  .user-details .user-box.notifications {
    padding-bottom: 20px; }
    .user-details .user-box.notifications .permission {
      display: table;
      width: 100%; }
      .user-details .user-box.notifications .permission p {
        color: #828282;
        margin: 10px 0; }
      .user-details .user-box.notifications .permission .result {
        border: 1px solid #F53F4D;
        color: #F53F4D;
        text-align: center;
        width: 38px;
        margin-top: 10px; }
        .user-details .user-box.notifications .permission .result.true {
          border-color: #57b33e;
          color: #57b33e; }
    .user-details .user-box.notifications .ico {
      right: 12px;
      background: url(../img/black_pencil.svg) no-repeat;
      background-size: cover; }
  .user-details .user-box.pakiet .ico {
    right: 12px;
    background: url(../img/black_right_arrow.svg) no-repeat;
    background-size: cover; }
  .user-details .user-box.invoice_data .ico {
    right: 12px;
    background: url(../img/black_pencil.svg) no-repeat;
    background-size: cover; }
.user-details .user-info-container {
  padding-left: 15px;
  display: block;
  margin-bottom: 30px; }
.user-details #UserDocuments table {
  width: 100%; }
  .user-details #UserDocuments table thead tr th {
    padding: 15px;
    font-weight: 400;
    color: #828282; }
  .user-details #UserDocuments table tbody {
    background: white;
    border-radius: 4px;
    border: 1px solid #bdbdbd; }
    .user-details #UserDocuments table tbody tr {
      border-bottom: 1px solid #bdbdbd; }
      .user-details #UserDocuments table tbody tr td {
        padding: 15px; }
        .user-details #UserDocuments table tbody tr td .download_button_red_xs {
          padding: 13px 46px; }
        .user-details #UserDocuments table tbody tr td::last-child {
          border-radius: 4px; }
.user-details .modal .input-group.date {
  margin-bottom: 15px; }

.stats .table > thead:first-child > tr:first-child > th {
  background-color: #282a4a;
  color: #FFFFFF;
  opacity: 1; }

.adminUserNote {
  border-bottom: 1px solid #aeafba;
  margin-bottom: 10px; }

#lastVisited h3 {
  line-height: 51px; }

.monitoring h3 {
  line-height: 53px; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.agreement_form {
  width: 100%;
  display: inline-flex; }

#lavina_form_935 input,
#lavina_form_935 select {
  background: #FFFFFF;
  border: 1px solid #D8DFE6;
  border-radius: 4px;
  outline: 0;
  height: 42px;
  margin-bottom: 15px;
  box-shadow: 0px 0px 0px 0px; }
#lavina_form_935 textarea {
  background: #FFFFFF;
  border: 1px solid #D8DFE6;
  border-radius: 4px;
  min-height: 150px; }
#lavina_form_935 #submit_form_935 {
  background: #F53F4D;
  color: #fff !important;
  border-radius: 50px;
  border: 0;
  font-size: 13px;
  font-family: Roboto;
  margin: 20px auto 20px;
  display: block;
  padding: 13.5px 18.5px; }
#lavina_form_935 .label_inline input[type='checkbox'] {
  max-width: 16px;
  max-height: 16px;
  width: 8%;
  margin-right: 4% !important;
  margin-top: 30px;
  vertical-align: top; }
#lavina_form_935 .label_inline .choice {
  cursor: pointer !important;
  font-size: 11px;
  line-height: 19px;
  color: #828396;
  font-family: "Roboto";
  width: 90%; }
#lavina_form_935 .sugester-form-footer {
  display: none; }

.data_protection_h1 {
  font-size: 12px;
  line-height: 1.5;
  text-align: center;
  color: #828396; }

.data_protection_h1_uppercase {
  display: block;
  text-transform: uppercase; }

.data_protection_list_level_1 {
  list-style-type: none;
  counter-reset: data_protection_list_level_1; }
  .data_protection_list_level_1 > li {
    margin: 20px 0; }
    .data_protection_list_level_1 > li > p {
      font-size: 12px;
      color: #828396; }

.data_protection_list_level_1_heading {
  position: relative;
  font-size: 12px;
  color: #828396; }
  .data_protection_list_level_1_heading::before {
    position: absolute;
    left: -25px;
    counter-increment: data_protection_list_level_1;
    content: counter(data_protection_list_level_1) ". ";
    text-align: right; }

.data_protection_list_level_2 {
  margin: 20px 0;
  list-style-type: none;
  counter-reset: data_protection_list_level_2;
  font-size: 12px;
  color: #828396; }
  .data_protection_list_level_2 > li {
    position: relative;
    counter-increment: data_protection_list_level_2;
    font-size: 12px;
    color: #828396;
    opacity: 0.7; }
    .data_protection_list_level_2 > li::before {
      position: absolute;
      left: -25px;
      content: counter(data_protection_list_level_2) ") ";
      text-align: right; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.your_documents table tr td a.download_button_red_xs {
  display: block;
  padding: 0;
  height: 41px;
  line-height: 41px;
  width: 100%;
  min-width: 140px;
  max-width: 200px;
  margin: auto; }
  .your_documents table tr td a.download_button_red_xs:before {
    margin-top: 0;
    display: inline-block;
    float: none; }

.documents_configuration .company_name_box {
  margin-top: 32px; }
.documents_configuration .small_section {
  padding-top: 32px; }

#documents-tab-info-container {
  margin: 0 auto;
  width: 85%; }

#documents-vat-container {
  height: 600px; }

#proforma-vat-container {
  height: 800px; }

.documents_configuration .bonus-column {
  margin-top: 30px; }
  @media (min-width: 992px) {
    .documents_configuration .bonus-column {
      margin-top: 60px; } }
.documents_configuration .download_button {
  background-color: #282a4a !important; }
.documents_configuration .circle-wrapper {
  position: relative;
  width: 40px;
  height: 40px; }
  @media (min-width: 992px) {
    .documents_configuration .circle-wrapper {
      margin-top: 200px; } }
  @media (max-width: 992px) {
    .documents_configuration .circle-wrapper {
      margin-top: 20px;
      margin-bottom: 20px;
      margin-left: auto;
      margin-right: auto; } }
  .documents_configuration .circle-wrapper .centered {
    margin: auto;
    text-align: center;
    font-size: 30px;
    font-weight: 800;
    color: #D8DFE6;
    line-height: initial; }
.documents_configuration .half-col {
  width: 47.5%;
  display: inline-block; }
.documents_configuration .list_block {
  display: block;
  vertical-align: top;
  border: 1px solid #D8DFE6;
  margin: 0 auto;
  background-color: #fff; }
  .documents_configuration .list_block .question_red_mark {
    line-height: 18px; }
  .documents_configuration .list_block .header {
    padding: 27px;
    padding-bottom: 21px;
    font-weight: bold;
    font-family: Roboto;
    font-size: 22px;
    margin-top: 0;
    border-bottom: 1px solid #D8DFE6;
    position: relative; }
    .documents_configuration .list_block .header .title span {
      opacity: 0.5; }
    .documents_configuration .list_block .header .tooltip_box {
      background-color: #F53F4D;
      height: 41px;
      width: 134px;
      position: absolute;
      border-top-left-radius: 5px;
      border-bottom-left-radius: 5px;
      right: 0;
      top: 31px;
      padding: 3px 0; }
      .documents_configuration .list_block .header .tooltip_box p {
        line-height: 12px;
        padding: 4px;
        font-size: 14px;
        font-weight: 600;
        color: #fff;
        margin: 1px 0 -6px 5px;
        opacity: 1; }
      .documents_configuration .list_block .header .tooltip_box #IvTooltip,
      .documents_configuration .list_block .header .tooltip_box #DbTooltip {
        display: inline-block;
        color: #F53F4D;
        background: #fff;
        width: 16px;
        height: 16px;
        font-size: 13px;
        font-weight: 500;
        line-height: 17px;
        border-radius: 8px;
        position: absolute;
        right: 5px;
        top: 12px;
        text-align: center;
        cursor: pointer; }
  .documents_configuration .list_block .rows {
    display: inline-block; }
    .documents_configuration .list_block .rows > div:last-child {
      margin-bottom: 30px; }
  .documents_configuration .list_block .dates {
    max-width: 182px;
    float: right; }
  .documents_configuration .list_block ul {
    margin-top: 40px;
    margin-bottom: 20px;
    padding: 0;
    border-bottom: 1px solid #D8DFE6;
    list-style: none; }
    .documents_configuration .list_block ul li {
      border: 0;
      margin-right: 0px;
      margin-left: 30px;
      position: relative;
      line-height: 22px;
      list-style: none; }
      .documents_configuration .list_block ul li:before {
        content: url(../img/redTick.png);
        position: absolute;
        left: -5px; }
      .documents_configuration .list_block ul li h4 {
        display: inline-block;
        margin: 5px 0;
        font-size: 14px; }
      .documents_configuration .list_block ul li p {
        margin-bottom: 0;
        opacity: 1; }
      .documents_configuration .list_block ul li span {
        text-align: right;
        margin: 5px 0; }
      .documents_configuration .list_block ul li.premium:first-child {
        font-weight: bold !important; }
        .documents_configuration .list_block ul li.premium:first-child h4 {
          font-weight: bold !important; }
      .documents_configuration .list_block ul li:last-child {
        margin-bottom: 25px; }
      .documents_configuration .list_block ul li.unavailable * {
        color: #828396 !important; }
      .documents_configuration .list_block ul li.unavailable:before {
        content: url(../img/grey_x_tick.svg);
        position: absolute;
        left: -5px;
        top: 2px; }
  .documents_configuration .list_block .disclaimer {
    text-align: center;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 15px;
    margin-bottom: 20px; }
  .documents_configuration .list_block .price {
    text-align: center;
    font-size: 36px;
    font-family: roboto;
    color: #F53F4D; }
  .documents_configuration .list_block button {
    display: block;
    margin: 20px auto;
    background-color: #282a4a;
    border-color: #282a4a;
    width: 160px;
    text-align: center;
    height: 42px; }
    .documents_configuration .list_block button:hover {
      color: white; }
    .documents_configuration .list_block button.btn-info {
      background-color: #0F8ADB !important;
      border-color: #0F8ADB !important; }
  .documents_configuration .list_block .tooltip-inner {
    background-color: #282a4a;
    width: 400px;
    line-height: 12px;
    text-align: left;
    padding: 10px; }

.report-progress-bar .counter {
  font-size: 14px;
  margin-bottom: 0;
  color: #282a4a; }
.report-progress-bar .progress {
  width: 313px;
  height: 20px;
  background: #DBDBDB; }
  .report-progress-bar .progress .progress-bar {
    background: #F53F4D;
    text-align: left;
    height: 20px;
    padding: 1px 0 1px 5px;
    color: #f4f4f6;
    font-weight: bold;
    white-space: nowrap;
    text-shadow: 1px 1px #F53F4D; }

.closeModal {
  background-color: #aeafba; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  #showMore-marketing {
    font-size: 12px;
    margin-left: 45px;
    cursor: pointer;
    font-weight: bold; }

  #marketingExpanded {
    display: none;
    padding-left: 20px; }

  .full_security_percent {
    margin-top: 25px; }

  .rodo-display {
    display: none; }
    .rodo-display div {
      margin-left: 50px; }

  .password_reminder {
    opacity: 1; }
    .password_reminder a {
      color: #B8B9C3;
      font-size: 12px;
      line-height: 14px;
      font-weight: 500;
      font-family: "RobotoMedium";
      text-decoration: underline; }

  .keylock:before {
    content: url("../img/klodka.png");
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 5px; }

  input[type="password"] {
    background: url("../img/przeswietl_eye.png") no-repeat scroll 7px 7px;
    background-color: #FFFFFF;
    background-position-x: 95%;
    background-position-y: 50%; }

  .white_box {
    border: 1px solid #D8DFE6;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
    padding: 20px;
    margin-top: 28px; }

  .register_box h1 {
    font-size: 28px; }
  .register_box p {
    font-size: 14px;
    line-height: 21px; }
  .register_box small {
    color: #828396;
    font-size: 12px;
    line-height: 17px; }
    .register_box small a {
      font-size: 12px;
      line-height: 17px; }
  .register_box sup {
    color: #F53F4D;
    font-weight: bold;
    cursor: default; }

  .register_left_box {
    padding-right: 0px; }
    .register_left_box .white_box {
      padding: 48px 87px;
      height: 100%; }

  .register_right_box {
    padding-left: 0px; }
    .register_right_box .white_box {
      padding: 36px 31px;
      height: 100%; }
    .register_right_box p.strong_message {
      font-size: 14px;
      color: #282a4a;
      line-height: 13px;
      font-weight: 500;
      font-family: "RobotoMedium"; } }
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .full_security_percent {
    margin-top: 25px; }

  .rodo-display {
    display: none; }

  .password_reminder {
    opacity: 1; }
    .password_reminder a {
      color: #B8B9C3;
      font-size: 12px;
      line-height: 14px;
      font-weight: 500;
      font-family: "RobotoMedium";
      text-decoration: underline; }

  .keylock:before {
    content: url("../img/klodka.png");
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-right: 5px; }

  input[type="password"] {
    background: url("../img/przeswietl_eye.png") no-repeat scroll 7px 7px;
    background-position-x: 95%;
    background-position-y: 50%; }

  .white_box {
    border: 1px solid #D8DFE6;
    border-radius: 3px;
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
    padding: 50px;
    margin-top: 28px; }

  .register_box h1 {
    font-size: 28px; }
  .register_box p {
    font-size: 14px;
    line-height: 21px; }
  .register_box small {
    color: #828396;
    font-size: 12px;
    line-height: 17px; }
    .register_box small a {
      font-size: 12px;
      line-height: 17px; }

  .register_left_box {
    padding-right: 0px; }
    .register_left_box .white_box {
      padding: 48px 87px;
      height: 100%; }

  .register_right_box {
    padding-left: 0px; }
    .register_right_box .white_box {
      padding: 36px 31px;
      height: 100%; }
    .register_right_box p.strong_message {
      font-size: 14px;
      color: #282a4a;
      line-height: 13px;
      font-weight: 500;
      font-family: "RobotoMedium"; } }
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .fusion_img {
    margin-bottom: 36px;
    margin-top: 32px; }

  .homepage {
    background-color: #F9F9F9; }
    .homepage .try_caption {
      color: white;
      margin: 20px auto;
      line-height: 20px;
      opacity: 1;
      font-size: 16px; }
      .homepage .try_caption p {
        color: white;
        opacity: 1; }
    .homepage .guarantee h2 {
      margin-top: 40px;
      padding: 0px 40px; }
    .homepage .grey_section {
      background-color: #F9F9F9;
      padding-bottom: 45px;
      padding-top: 45px; }
      .homepage .grey_section .guarantee_paragraph {
        font-size: 14px;
        line-height: 24px;
        color: #282a4a;
        opacity: 0.5;
        margin-top: 24px;
        padding: 0px 28px; }
    .homepage .purple_section {
      margin-top: 74px;
      padding-top: 64px;
      padding-bottom: 64px;
      background: #282a4a; }
      .homepage .purple_section .red_ico {
        margin-bottom: 16px; }
      .homepage .purple_section .red_ico:before {
        margin-left: -20px;
        margin-right: 20px; }
      .homepage .purple_section .red_bag_ico:before {
        content: url("../img/homepage/red_bag_ico.svg"); }
      .homepage .purple_section .red_graph_ico:before {
        content: url("../img/homepage/red_graph_ico.svg"); }
      .homepage .purple_section .red_person_ico:before {
        content: url("../img/homepage/red_person_ico.svg"); }
      .homepage .purple_section .test-account {
        margin-top: 40px; }
      .homepage .purple_section .try-for-free {
        margin-top: 17px; }
      .homepage .purple_section h2 {
        font-size: 28px;
        line-height: 33px;
        color: #FFFFFF;
        margin-bottom: 49px; }
      .homepage .purple_section h3 {
        font-size: 21px;
        line-height: 24px;
        color: #FFFFFF;
        font-family: "Roboto"; }
      .homepage .purple_section h4 {
        font-size: 16px;
        line-height: 26px;
        color: #FFFFFF;
        font-family: "Roboto"; }
      .homepage .purple_section p {
        color: #FFFFFF;
        opacity: 0.5;
        font-size: 14px;
        line-height: 22px;
        font-family: "Roboto"; }
    .homepage .no_top {
      margin-top: 0px !important; }
    .homepage .secondsection h2 {
      margin-top: 180px; }
    .homepage .secondsection .secondsection_title {
      margin-top: 130px; }
      .homepage .secondsection .secondsection_title span {
        display: block; }
    .homepage .button_more_short {
      margin-top: 23.5px;
      width: 80%; }
    .homepage #second_section_img {
      margin-top: 45px; }
    .homepage .secondsection_subtitle {
      margin: 45px 0px 30px 0px; }
    .homepage strong {
      font-weight: 500;
      font-family: "RobotoMedium"; }
    .homepage .header_section {
      background-color: #282a4a;
      min-height: 575px;
      padding-top: 50px; }
      .homepage .header_section img {
        position: absolute;
        z-index: 2;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        margin-top: 90px;
        width: auto;
        height: auto; }
      .homepage .header_section h1 {
        font-family: "RobotoMedium";
        font-weight: 500;
        font-size: 28px;
        line-height: 33px;
        color: #FFFFFF;
        margin-top: 25px; }
      .homepage .header_section h2 {
        font-weight: 500;
        color: #FFFFFF;
        font-size: 15px;
        margin-top: 40px;
        line-height: 26px; }
        .homepage .header_section h2 span {
          margin-top: -3px; }
      .homepage .header_section .homepage-header-subtitle {
        display: none; }
      .homepage .header_section .header_btn {
        margin-top: 15px;
        line-height: 15px;
        font-size: 16px;
        padding: 13px 30px; }
    .homepage .text-with-image {
      margin-top: 53px;
      text-align: center; }
      .homepage .text-with-image p {
        margin-top: 16px; }
    .homepage .homepage_notebook {
      width: 370px;
      height: 250px; }
    .homepage .guarantee {
      text-align: center;
      padding: 50px 0px 0px 0px; }
    .homepage .data_fusion .row .col-lg-6 {
      float: right; }
    .homepage .data_fusion_title {
      font-size: 28px;
      line-height: 36px; }
      .homepage .data_fusion_title strong {
        font-size: 36px;
        line-height: 48px; }

  .testimonial_section {
    padding-top: 95px;
    padding-bottom: 57px; }
    .testimonial_section img {
      margin: 0 auto;
      display: block;
      padding: 10px 0px; }

  .quote_right {
    margin-left: auto !important;
    margin-right: auto !important;
    left: 0;
    right: 0;
    position: relative; }

  .testimonial_signs img {
    margin-top: 10px;
    margin-bottom: 10px; }
  .testimonial_signs button {
    margin-top: 41px; }
  .testimonial_signs p {
    opacity: 0.5;
    font-size: 14px;
    line-height: 14px;
    color: #282a4a; }

  .testimonial {
    font-style: italic;
    font-size: 18px;
    line-height: 28px; }

  .social_media_buttons {
    max-width: 13%; } }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .homepage .header_section {
    min-height: 575px;
    padding-top: 50px; }
  .homepage .secondsection .secondsection_title {
    margin-top: 150px; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .fusion_img {
    margin-bottom: 36px;
    margin-top: 0px; }

  .homepage {
    background-color: #FFFFFF; }
    .homepage .quote_right {
      position: absolute;
      bottom: 0; }
    .homepage .homepage_notebook {
      width: 958px;
      height: 611px; }
    .homepage .guarantee h2 {
      margin-top: 40px;
      padding: 0px; }
    .homepage .grey_section {
      padding-bottom: 90px;
      padding-top: 96px; }
      .homepage .grey_section .guarantee_paragraph {
        font-size: 14px;
        line-height: 24px;
        opacity: 0.5;
        margin-top: 24px; }
    .homepage .purple_section {
      margin-top: 74px;
      padding-top: 64px;
      padding-bottom: 64px; }
      .homepage .purple_section .test-account {
        margin-top: 40px; }
      .homepage .purple_section .try-for-free {
        margin-top: 17px; }
      .homepage .purple_section h2 {
        font-size: 28px;
        line-height: 33px;
        color: #FFFFFF;
        margin-bottom: 49px; }
      .homepage .purple_section h3 {
        font-size: 21px;
        line-height: 24px;
        color: #FFFFFF;
        font-family: "Roboto"; }
      .homepage .purple_section h4 {
        font-size: 16px;
        line-height: 26px;
        color: #FFFFFF;
        font-family: "Roboto"; }
      .homepage .purple_section p {
        color: #FFFFFF;
        opacity: 0.5;
        font-size: 14px;
        line-height: 22px;
        font-family: "Roboto"; }
    .homepage .secondsection {
      margin-top: 240px; }
    .secondsection_title {
      margin-top: 290px; }
      .homepage .secondsection .secondsection_title span {
        display: block; }
    .homepage .button_more_short {
      margin-top: 23.5px;
      width: auto; }
    .homepage strong {
      font-weight: 500;
      font-family: "RobotoMedium"; }
    .homepage .header_section {
      min-height: 700px;
      padding-top: 0px; }
      .homepage .header_section img {
        position: absolute;
        z-index: 2;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
        margin-top: 90px;
        width: auto;
        max-height: 550px; }
      .homepage .header_section h1 {
        font-family: "RobotoMedium";
        font-weight: 500;
        font-size: 40px;
        line-height: 47px;
        color: #FFFFFF;
        margin-top: 80px; }
      .homepage .header_section h2 {
        font-weight: 500;
        font-size: 15px;
        margin-top: 10px;
        line-height: 26px; }
        .homepage .header_section h2 span {
          margin-top: -3px; }
      .homepage .header_section .header_btn {
        margin-top: 15px;
        width: initial;
        height: initial;
        padding: 13px 36px;
        font-size: 16px;
        line-height: 11px; }
      .homepage .header_section .homepage-header-subtitle {
        display: inherit;
        margin-top: 10px; }
        .homepage .header_section .homepage-header-subtitle strong {
          font-size: 25px; }
      .homepage .header_section .homepage-header-paragraph {
        margin: 10px 0 30px 0;
        font-size: 15px;
        line-height: 26px;
        color: #FFFFFF;
        opacity: 1; }
        .homepage .header_section .homepage-header-paragraph span {
          display: block; }
    .homepage .text-with-image {
      margin-top: 53px;
      text-align: center; }
      .homepage .text-with-image p {
        margin-top: 16px; }
      .homepage .text-with-image h3 {
        font-size: 28px;
        line-height: 32px;
        opacity: 1; }
    .homepage .data_fusion_title {
      font-size: 28px;
      line-height: 36px; }
      .homepage .data_fusion_title strong {
        font-size: 36px;
        line-height: 48px; }
    .homepage #fusion_big_img_top {
      margin-right: -15px; }
    .homepage #fusion_big_img_bottom {
      margin-left: -15px; }

  .testimonial_section {
    padding-top: 95px;
    padding-bottom: 57px; }

  .social_media_buttons {
    max-width: 19%; } }
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .guide_guide {
    background: #FFFFFF; }
    .guide_guide h2 {
      font-size: 28px;
      line-height: 37px;
      color: #282a4a;
      font-weight: 500;
      font-family: "RobotoMedium"; }
    .guide_guide .section_guide {
      padding-top: 45px;
      padding-bottom: 45px; }
      .guide_guide .section_guide div {
        margin-bottom: 20px; }
    .guide_guide p.content_paragraph {
      margin-top: 17px;
      font-size: 14px;
      line-height: 24px;
      color: #282a4a;
      opacity: 0.7;
      font-family: "Roboto"; }

  .price_description_wrapper {
    min-height: 291px; }

  .guide .load_more {
    padding: 13.5px 70px; }
  .guide .api_buttons .btn {
    width: 200px;
    margin: 0 5px 16px; }
  .guide .case_study h1 {
    color: #282a4a;
    font-size: 24px;
    line-height: 28px;
    font-family: "Roboto";
    margin-top: 62px; }
  .guide .case_study p {
    margin-top: 25px;
    color: #373A3C;
    font-size: 16px;
    line-height: 30px;
    font-family: "Roboto"; }
  .guide .case_study .category_blank {
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 3px;
    padding: 8px 11px;
    max-width: 52px;
    margin: 0 auto;
    margin-top: 20px; }
  .guide .case_study .solo_blank {
    background: rgba(15, 138, 219, 0.1);
    color: #0f8adb; }
  .guide .case_study .team_blank {
    background: rgba(87, 179, 62, 0.1);
    color: #57b33e; }
  .guide .case_study .enterprise_blank {
    color: #F5A623;
    background: rgba(245, 166, 35, 0.1);
    max-width: 99px; }
  .guide .case_study .panel {
    margin-bottom: 20px; }
  .guide .tags {
    padding: 62px 0px;
    text-align: center; }
    .guide .tags .filter_caption {
      color: #282a4a;
      font-size: 12px;
      line-height: 12px;
      opacity: 0.6;
      text-transform: uppercase;
      font-family: "Roboto"; }
    .guide .tags .categories {
      display: inline-block; }
      .guide .tags .categories span {
        color: #282a4a;
        font-size: 12px;
        line-height: 12px;
        opacity: 0.6;
        cursor: pointer;
        font-weight: 600; }
      .guide .tags .categories span:not(:first-child) {
        margin-left: 40px; }
      .guide .tags .categories span.active {
        opacity: 1;
        border-bottom: 3px solid #F53F4D;
        padding-bottom: 14px; }
  .guide .slider_red_arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F53F4D;
    visibility: hidden; }
  .guide .slider_red_left {
    margin-left: 40px;
    float: left; }
  .guide .slider_red_arrow:after {
    content: url("../img/arrowFaq.svg");
    width: 36px;
    height: 36px;
    display: block; }
  .guide .slider_red_left:after {
    transform: rotate(90deg);
    margin-top: 12px;
    margin-left: -7px; }
  .guide .slider_red_right {
    float: right;
    margin-right: 40px; }
  .guide .slider_red_right:after {
    transform: rotate(-90deg);
    margin-top: -12px;
    margin-left: 7px; }
  .guide h4.subtitle {
    font-size: 28px;
    line-height: 28px;
    color: #282a4a;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 8px; }
  .guide .guide_informations div {
    margin-top: 50px; }
  .guide .guide_informations h2 {
    font-size: 24px;
    line-height: 37px;
    font-family: "RobotoLight";
    color: #282a4a;
    font-weight: normal; }
    .guide .guide_informations h2 strong {
      font-family: "RobotoMedium";
      font-weight: 500; }
  .guide .guide_informations p {
    font-size: 14px;
    line-height: 25px;
    color: #282a4a;
    opacity: 0.7;
    margin-top: 10px; }
  .guide .guide_options {
    background: #FFFFFF;
    border: 1px solid #D8DFE6;
    box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
    border-radius: 4px;
    padding: 0px 23px;
    margin-top: -26px; }
    .guide .guide_options ul.inline li {
      display: block;
      max-width: 70%;
      margin: 0 auto; }
    .guide .guide_options ul {
      display: block;
      text-align: center;
      padding: 20px 0px; }
    .guide .guide_options li, .guide .guide_options li > a {
      font-family: "Roboto";
      font-size: 14px;
      line-height: 12px;
      color: #282a4a;
      opacity: 0.6;
      transition: 0.3s;
      cursor: pointer;
      padding-top: 26px; }
    .guide .guide_options li:hover {
      opacity: 0.9; }
    .guide .guide_options li.active {
      opacity: 1; }
    .guide .guide_options li.red_active:after {
      margin-top: 10px; }

  .api-block {
    margin-bottom: 45px; }
    .api-block img {
      max-width: 100%;
      width: 46px;
      max-height: 46px;
      margin: 0 auto;
      display: block; }
    .api-block span {
      margin-left: 45px;
      display: flex;
      height: 100%;
      align-items: center;
      font-size: 14px;
      line-height: 14px;
      color: #282a4a;
      text-align: center;
      display: block;
      margin: 0 auto;
      margin-top: 12px; } }
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .api-block {
    margin-bottom: 45px; }
    .api-block img {
      margin: 0 auto; }
    .api-block span {
      text-align: left;
      display: block;
      margin: 0; }

  .guide_guide {
    background: #FFFFFF; }
    .guide_guide h2 {
      font-size: 28px;
      line-height: 37px;
      color: #282a4a;
      font-weight: 500;
      font-family: "RobotoMedium"; }
    .guide_guide p.content_paragraph {
      margin-top: 17px;
      font-size: 14px;
      line-height: 24px;
      color: #282a4a;
      opacity: 0.7;
      font-family: "Roboto"; }

  .price_description_wrapper {
    min-height: 291px; }

  .guide .load_more {
    padding: 13.5px 70px; }
  .guide .api_buttons button {
    margin-left: 13.5px; }
  .guide .case_study h1 {
    color: #282a4a;
    font-size: 24px;
    line-height: 28px;
    margin-top: 0px;
    font-family: "Roboto"; }
  .guide .case_study p {
    margin-top: 25px;
    color: #373A3C;
    font-size: 16px;
    line-height: 30px;
    font-family: "Roboto"; }
  .guide .case_study .category_blank {
    font-size: 12px;
    line-height: 13px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 20px;
    border-radius: 3px;
    padding: 8px 11px;
    max-width: 52px;
    margin: 0 auto;
    margin-top: 20px; }
  .guide .case_study .solo_blank {
    background: rgba(15, 138, 219, 0.1);
    color: #0f8adb; }
  .guide .case_study .team_blank {
    background: rgba(87, 179, 62, 0.1);
    color: #57b33e; }
  .guide .case_study .enterprise_blank {
    color: #F5A623;
    background: rgba(245, 166, 35, 0.1);
    max-width: 99px; }
  .guide .case_study .panel {
    margin-bottom: 20px; }
  .guide .tags {
    padding: 62px 0px;
    text-align: left; }
    .guide .tags .filter_caption {
      color: #282a4a;
      font-size: 12px;
      line-height: 12px;
      opacity: 0.6;
      text-transform: uppercase;
      font-family: "Roboto"; }
    .guide .tags .categories {
      display: inline-block;
      margin-left: 62px; }
      .guide .tags .categories span {
        color: #282a4a;
        font-size: 12px;
        line-height: 12px;
        opacity: 0.6;
        cursor: pointer;
        font-weight: 600; }
      .guide .tags .categories span:not(:first-child) {
        margin-left: 40px; }
      .guide .tags .categories span.active {
        opacity: 1;
        border-bottom: 3px solid #F53F4D;
        padding-bottom: 14px; }
  .guide .slider_red_arrow {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #F53F4D;
    visibility: hidden; }
  .guide .slider_red_left {
    margin-left: 40px;
    float: left; }
  .guide .slider_red_arrow:after {
    content: url("../img/arrowFaq.svg");
    width: 36px;
    height: 36px;
    display: block; }
  .guide .slider_red_left:after {
    transform: rotate(90deg);
    margin-top: 12px;
    margin-left: -7px; }
  .guide .slider_red_right {
    float: right;
    margin-right: 40px; }
  .guide .slider_red_right:after {
    transform: rotate(-90deg);
    margin-top: -12px;
    margin-left: 7px; }
  .guide h4.subtitle {
    font-size: 28px;
    line-height: 28px;
    color: #282a4a;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 8px; }
  .guide .guide_informations div {
    margin-top: 0px; }
  .guide .guide_informations h2 {
    font-size: 24px;
    line-height: 37px;
    font-family: "RobotoLight";
    color: #282a4a;
    font-weight: normal; }
    .guide .guide_informations h2 strong {
      font-family: "RobotoMedium";
      font-weight: 500; }
  .guide .guide_informations p {
    font-size: 14px;
    line-height: 25px;
    color: #282a4a;
    opacity: 0.7;
    margin-top: 10px; }
  .guide .guide_options {
    background: #FFFFFF;
    border: 1px solid #D8DFE6;
    box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
    border-radius: 4px;
    padding: 0px 43px 0px 43px;
    margin-top: -26px; }
    .guide .guide_options ul {
      display: flex;
      padding: 0px;
      justify-content: space-between;
      margin-bottom: 0px; }
    .guide .guide_options li, .guide .guide_options li > a {
      font-family: "Roboto";
      font-size: 14px;
      line-height: 12px;
      color: #282a4a;
      opacity: 0.6;
      transition: 0.3s;
      cursor: pointer;
      padding-top: 26px; }
    .guide .guide_options li:hover {
      opacity: 0.9; }
    .guide .guide_options li.active {
      opacity: 1; }
    .guide .guide_options li.red_active:after {
      margin-top: 23px; } }
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.about-us {
  background: #FFFFFF; }

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .subsection {
    min-height: 380px; }

  .about-us.awards {
    padding: 0; }

  .about-us img {
    margin: auto;
    display: block; }
  .about-us .title {
    margin-bottom: 70px;
    font-family: "RobotoLight";
    font-size: 21px;
    line-height: 32px;
    color: #282a4a; }
  .about-us .award {
    text-align: center;
    margin-top: 35px; }
    .about-us .award img {
      width: 188px;
      height: 130px;
      margin-bottom: 36px; }
    .about-us .award h4 {
      color: #282a4a;
      font-weight: 300;
      font-size: 21px;
      line-height: 32px; }
    .about-us .award p {
      font-size: 14px;
      line-height: 24px;
      color: #282a4a;
      opacity: 0.7; }
  .about-us .tdata_button {
    margin-top: 20px;
    min-width: 220px; }
  .about-us .header_section h1 {
    font-size: 36px;
    line-height: 40px; }
  .about-us .header_section h2 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    padding-bottom: 35px; }
  .about-us .bigger {
    font-size: 21px;
    opacity: 1;
    line-height: 32px; }
    .about-us .bigger br {
      display: none; }
  .about-us .lower {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal; }
  .about-us .laptop_img {
    background: url("/site/przeswietl/assets/img/aboutus/macbook-onas.png");
    width: 100%;
    background-size: contain;
    min-height: 470px;
    height: auto;
    background-repeat: no-repeat;
    z-index: 3; } }
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .about-us .title {
    margin-bottom: 70px;
    font-family: "RobotoLight";
    font-size: 21px;
    line-height: 32px;
    color: #282a4a; }
  .about-us .award {
    text-align: center;
    margin-top: 0px; }
    .about-us .award img {
      width: 188px;
      height: 130px;
      margin-bottom: 36px; }
    .about-us .award h4 {
      color: #282a4a;
      font-weight: 300;
      font-size: 21px;
      line-height: 32px; }
    .about-us .award p {
      font-size: 14px;
      line-height: 24px;
      color: #282a4a;
      opacity: 0.7; }
  .about-us .header_section h1 {
    font-size: 36px;
    line-height: 40px; }
  .about-us .header_section h2 {
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
    padding-bottom: 35px; }
  .about-us .bigger {
    font-size: 21px;
    opacity: 1;
    line-height: 32px; }
  .about-us .lower {
    font-size: 14px;
    line-height: 24px;
    font-weight: normal; }
  .about-us .laptop_img {
    background: url("/site/przeswietl/assets/img/aboutus/macbook-onas.png");
    background-size: contain;
    min-height: 470px;
    height: auto;
    background-repeat: no-repeat;
    z-index: 3; } }
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.rules_h1 {
  color: #282a4a;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  font-family: "RobotoMedium"; }

.rules_h2_grey {
  color: #828396;
  font-size: 18px;
  line-height: 13px;
  font-style: italic;
  font-family: "Roboto"; }

.rules_h3 {
  margin: 25px 0 10px 0;
  font-size: 22px;
  font-weight: 600 !important;
  line-height: 25px; }

.rules_h4 {
  margin: 10px 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px; }

.rules_strong {
  font-weight: 500;
  font-family: "RobotoMedium";
  color: #373A3C; }

.rules_paragraph, .rules_paragraph li > p {
  color: #373A3C;
  font-size: 14px;
  line-height: 25px;
  opacity: 1; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .login_right_box {
    padding: 41px 31px;
    box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
    border: 1px solid #D8DFE6;
    border-radius: 3px 0 0 3px;
    background: #FFFFFF; }
    .login_right_box h2 {
      font-size: 18px;
      line-height: 28px;
      color: #282a4a;
      font-family: "Roboto"; }

  .login_box {
    background: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
    border: 1px solid #D8DFE6;
    border-radius: 3px 0 0 3px;
    padding: 48px 15px 66.5px; }
    .login_box form {
      margin-top: 39px; }
      .login_box form label {
        font-size: 14px;
        line-height: 14px;
        color: #828396;
        font-family: "Roboto";
        display: block;
        text-align: left; }
      .login_box form input[type="text"], .login_box form input[type="email"], .login_box form input[type="password"] {
        background: #FFFFFF;
        border: 1px solid #D8DFE6;
        border-radius: 2px;
        outline: 0;
        min-height: 42px;
        width: 100%; }
    .login_box h1 {
      font-size: 28px;
      line-height: 28px;
      color: #282a4a;
      text-align: center; }
    .login_box h2 {
      color: #333333;
      margin-top: 19px;
      font-size: 14px;
      line-height: 21px; }

  .captcha-container {
    z-index: 101;
    position: relative; }

  .captcha-background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 100;
    background: #F9F9F9; } }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .login_box {
    padding: 48px 86px 66.5px; } }
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {
  .g-recaptcha-center {
    width: 73%;
    margin: 0 auto; } }
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
@media only screen and (min-width: 320px) {
  .header_section.pricelist-header {
    padding-bottom: 200px;
    margin-top: -60px;
    padding-top: 120px; }
    .header_section.pricelist-header .try_caption {
      color: white;
      margin: 20px auto 40px;
      line-height: 20px;
      font-size: 16px; }
      .header_section.pricelist-header .try_caption p {
        color: white;
        opacity: 1; }
      .header_section.pricelist-header .try_caption a {
        color: white;
        font-weight: bold;
        text-decoration: underline; }
    .header_section.pricelist-header .try_button {
      font-size: 16px;
      padding: 13px 30px; }

  .pricelist .enterprise-title {
    font-size: 36px;
    margin-top: -130px;
    margin-bottom: 30px; }
    .pricelist .enterprise-title .h2 {
      color: #282a4a; }
  .pricelist p {
    opacity: 1 !important; }
  .pricelist .pricelist-container {
    display: table;
    margin: auto; }
    .pricelist .pricelist-container .price_description_wrapper {
      min-height: 390px;
      text-align: center; }
      .pricelist .pricelist-container .price_description_wrapper .red {
        display: block;
        margin: auto;
        text-align: center; }
      .pricelist .pricelist-container .price_description_wrapper img.pricelist-ico {
        display: block;
        margin: auto;
        height: 45px; }
    .pricelist .pricelist-container .price_block_wrapper {
      padding-left: 5px;
      padding-right: 5px;
      max-width: 310px;
      width: 100%;
      top: -190px; }
      .pricelist .pricelist-container .price_block_wrapper.free .price_description_wrapper {
        margin-bottom: 10px; }
      .pricelist .pricelist-container .price_block_wrapper.free .description.second {
        margin-top: 20px; }
      .pricelist .pricelist-container .price_block_wrapper.free .points_list {
        margin-top: 75px; }
      .pricelist .pricelist-container .price_block_wrapper.solo {
        margin-top: 30px; }
        .pricelist .pricelist-container .price_block_wrapper.solo .description.first, .pricelist .pricelist-container .price_block_wrapper.solo .description.second {
          opacity: 0.6 !important;
          margin-bottom: 0; }
      .pricelist .pricelist-container .price_block_wrapper.team {
        width: 345px; }
        .pricelist .pricelist-container .price_block_wrapper.team .price_block {
          border-top-right-radius: 0;
          border-top-left-radius: 0; }
          .pricelist .pricelist-container .price_block_wrapper.team .price_block .description.first, .pricelist .pricelist-container .price_block_wrapper.team .price_block .description.second {
            opacity: 0.6 !important;
            margin-bottom: 2px; }
          .pricelist .pricelist-container .price_block_wrapper.team .price_block .red_birds {
            padding: 0 20px 0 30px; }
      .pricelist .pricelist-container .price_block_wrapper.enterprise {
        margin-top: 50px; }
        .pricelist .pricelist-container .price_block_wrapper.enterprise h1 {
          margin-bottom: 20px; }
          .pricelist .pricelist-container .price_block_wrapper.enterprise h1.second {
            font-size: 24px;
            margin-bottom: 40px; }
        .pricelist .pricelist-container .price_block_wrapper.enterprise .pricelist_price {
          margin-top: 0; }
        .pricelist .pricelist-container .price_block_wrapper.enterprise .description.first, .pricelist .pricelist-container .price_block_wrapper.enterprise .description.second {
          opacity: 0.6 !important; }
    .pricelist .pricelist-container .mostly_choosed {
      z-index: 0;
      height: 30px;
      text-align: center;
      background: #F53F4D;
      border-radius: 4px 4px 0 0; }
      .pricelist .pricelist-container .mostly_choosed .mc-text {
        color: #FFFFFF;
        font-size: 12px;
        line-height: 30px;
        font-family: "Roboto";
        font-weight: 600; }
    .pricelist .pricelist-container .points_list {
      margin-top: 45px;
      border-top: 1px solid #DFE2E6; }
      .pricelist .pricelist-container .points_list ul.plus_birds {
        margin-top: 20px; }
      .pricelist .pricelist-container .points_list .blue_birds, .pricelist .pricelist-container .points_list .green_birds, .pricelist .pricelist-container .points_list .yellow_birds, .pricelist .pricelist-container .points_list .red_birds, .pricelist .pricelist-container .points_list .plus_birds {
        margin-top: 27.5px;
        padding: 0 20px 0 30px; }
        .pricelist .pricelist-container .points_list .blue_birds hr, .pricelist .pricelist-container .points_list .green_birds hr, .pricelist .pricelist-container .points_list .yellow_birds hr, .pricelist .pricelist-container .points_list .red_birds hr, .pricelist .pricelist-container .points_list .plus_birds hr {
          margin: 20px -20px 12px -30px;
          border-color: #DFE2E6; }
        .pricelist .pricelist-container .points_list .blue_birds .and_more, .pricelist .pricelist-container .points_list .green_birds .and_more, .pricelist .pricelist-container .points_list .yellow_birds .and_more, .pricelist .pricelist-container .points_list .red_birds .and_more, .pricelist .pricelist-container .points_list .plus_birds .and_more {
          margin-bottom: 0; }
        .pricelist .pricelist-container .points_list .blue_birds p, .pricelist .pricelist-container .points_list .green_birds p, .pricelist .pricelist-container .points_list .yellow_birds p, .pricelist .pricelist-container .points_list .red_birds p, .pricelist .pricelist-container .points_list .plus_birds p {
          background-color: #fff;
          color: #ccc;
          opacity: 1;
          position: absolute;
          display: inline-block;
          bottom: 208px;
          left: 50%;
          padding: 8px;
          transform: translate(-50%, 0%); }
      .pricelist .pricelist-container .points_list strong {
        color: #282a4a; }
      .pricelist .pricelist-container .points_list li {
        color: #56576F;
        font-size: 14px;
        line-height: 20px;
        list-style-type: none;
        font-family: "Roboto";
        margin-top: 8px;
        margin-left: 20px; }
      .pricelist .pricelist-container .points_list .red_birds > li:before {
        content: url("../img/redTick.png");
        margin-right: 16.5px;
        position: absolute;
        left: 35px; }
      .pricelist .pricelist-container .points_list .plus_birds > li:before {
        content: url("../img/plusTick.png");
        margin-right: 16.5px;
        position: absolute;
        left: 35px; }
      .pricelist .pricelist-container .points_list .blue_birds > li:before {
        content: url("../img/BlueTick.png");
        margin-right: 16.5px; }
      .pricelist .pricelist-container .points_list .green_birds > li:before {
        content: url("../img/GreenTick.png");
        margin-right: 16.5px; }
      .pricelist .pricelist-container .points_list .yellow_birds > li:before {
        content: url("../img/YellowTick.png");
        margin-right: 16.5px; }
      .pricelist .pricelist-container .points_list .dot_birds {
        margin-top: 12px;
        margin-left: 15px;
        padding-left: 0; }
        .pricelist .pricelist-container .points_list .dot_birds li:before {
          background: #828396;
          display: inline-block;
          vertical-align: middle;
          content: " ";
          height: 5px;
          width: 5px;
          margin-top: 7px;
          border-radius: 50%;
          position: absolute;
          left: 55px; }
    .pricelist .pricelist-container .choose_button {
      border-radius: 100px;
      padding: 13px 63.5px;
      color: #FFFFFF;
      font-size: 11px;
      line-height: 10px;
      font-family: "Roboto";
      border: 0px;
      text-transform: uppercase;
      margin-top: 12px; }
    .pricelist .pricelist-container .pricelist_button {
      background-color: #F53F4D !important; }
    .pricelist .pricelist-container .solo_button {
      background: #0f8adb; }
    .pricelist .pricelist-container .team_button {
      background: #57B33E; }
    .pricelist .pricelist-container .enterprise_button {
      background: #F5A623; }
    .pricelist .pricelist-container .try_button {
      margin-top: 35px; }
    .pricelist .pricelist-container .try_caption {
      font-size: 16px;
      line-height: 26px;
      color: #FFFFFF;
      opacity: 0.5;
      margin-top: 6px; }
    .pricelist .pricelist-container .price_block {
      background-color: #FFFFFF;
      box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
      border: 1px solid #D8DFE6;
      border-radius: 4px;
      padding: 36px 0; }
      .pricelist .pricelist-container .price_block.team {
        border-radius: 0 0 4px 4px;
        border-top: 0;
        padding-top: 57px; }
      .pricelist .pricelist-container .price_block.enterprise {
        padding-top: 0;
        padding-bottom: 0;
        color: #282a4a; }
        .pricelist .pricelist-container .price_block.enterprise .h2, .pricelist .pricelist-container .price_block.enterprise .h3 {
          color: #282a4a; }
        .pricelist .pricelist-container .price_block.enterprise .inside-block > div:first-child {
          padding-top: 36px; }
        .pricelist .pricelist-container .price_block.enterprise .inside-block > div:last-child {
          padding-bottom: 36px; }
        .pricelist .pricelist-container .price_block.enterprise p {
          color: black;
          opacity: 0.6 !important; }
    .pricelist .pricelist-container .wrapper-purple {
      background: #282a4a;
      position: relative;
      height: 150px;
      width: 100%; }
    .pricelist .pricelist-container h1 {
      font-family: "Roboto";
      font-size: 20px;
      font-weight: 500;
      text-align: center;
      line-height: 20px;
      color: #282a4a; }
    .pricelist .pricelist-container .description {
      font-family: "Roboto";
      font-size: 14px;
      text-align: center;
      line-height: 20px;
      color: #282a4a;
      margin-top: 16px;
      padding: 0 15px; }
      .pricelist .pricelist-container .description.first {
        min-height: 60px; }
      .pricelist .pricelist-container .description.second {
        margin-top: 0;
        padding: 0 20px; }
      .pricelist .pricelist-container .description.third {
        margin-top: 0; }
    .pricelist .pricelist-container .monthly_caption {
      color: #282a4a;
      opacity: 0.6;
      font-size: 14px;
      line-height: 28px; }
    .pricelist .pricelist-container .pricelist_price {
      margin-top: 30px; }
      .pricelist .pricelist-container .pricelist_price h1 {
        margin-bottom: 36px; }
      .pricelist .pricelist-container .pricelist_price .old_price {
        font-family: "Roboto";
        color: #828396;
        text-decoration: line-through; }
      .pricelist .pricelist-container .pricelist_price .new_price {
        font-size: 64px;
        font-family: "RobotoLight";
        text-align: center;
        line-height: 20px;
        color: #282a4a; }
      .pricelist .pricelist-container .pricelist_price .monthly_price {
        font-size: 24px;
        color: #56576F; }
      .pricelist .pricelist-container .pricelist_price .currency {
        font-size: 30px;
        color: #282a4a; }
      .pricelist .pricelist-container .pricelist_price .currency_small {
        font-size: 14px;
        opacity: 0.6; }
      .pricelist .pricelist-container .pricelist_price sup {
        color: #828396;
        font-size: 14px;
        line-height: 20px;
        opacity: 0.6; }
        .pricelist .pricelist-container .pricelist_price sup hr {
          margin: 20px -30px;
          border-color: #DFE2E6; }
    .pricelist .pricelist-container .pricelist-ico {
      margin-bottom: 30px; }
  .pricelist .tickedList span, .pricelist .plussedList span {
    font-weight: 600; }
    .pricelist .tickedList span:before, .pricelist .plussedList span:before {
      position: absolute;
      left: 0;
      content: url(../img/redTick.png); }
  .pricelist .plussedList span:before {
    content: url("../img/plusTick.png"); }
  .pricelist .bordered-right {
    border-right: 1px solid #D8DFE6; }
  .pricelist .onHr {
    top: 10px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center; }
    .pricelist .onHr span {
      background: white;
      padding: 0px 10px 0px;
      color: #D8DFE6; }

  .choose_plan .red_cart_ico {
    margin-bottom: 50px; }
  .choose_plan .pricelist-ico {
    padding-bottom: 10px; }
  .choose_plan form {
    margin-bottom: 30px; }
    .choose_plan form fieldset label {
      width: 268px; }
      .choose_plan form fieldset label:nth-child(1) {
        margin-right: 32px !important; }
      .choose_plan form fieldset label .price_large {
        display: inline-block;
        margin-bottom: 10px; }
      .choose_plan form fieldset label p {
        margin: 0;
        opacity: 0.7 !important;
        line-height: 20px; }
        .choose_plan form fieldset label p:last-child {
          opacity: 1 !important; }
  .choose_plan .box {
    border: 1px solid #D8DFE6;
    border-radius: 3px;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
    padding: 30px;
    max-width: 630px;
    margin: 28px auto; }
    .choose_plan .box.small {
      display: inline-block;
      padding: 20px;
      margin: 0; }
    .choose_plan .box hr {
      border-color: #DFE2E6;
      margin: 25px 0 10px; }
    .choose_plan .box label {
      cursor: pointer; }
      .choose_plan .box label div {
        display: inline-block;
        height: 100%; }
      .choose_plan .box label p {
        opacity: 0.6; }
      .choose_plan .box label input {
        position: absolute;
        visibility: hidden; }
      .choose_plan .box label input[type=radio]:checked ~ .check::before {
        background: #000; }
      .choose_plan .box label input[type=radio]:checked ~ label {
        color: #0DFF92; }
      .choose_plan .box label .radio-button {
        width: 35px; }
      .choose_plan .box label .check {
        display: block;
        position: absolute;
        border: 1px solid #bdbdbd;
        border-radius: 100%;
        margin-top: 5px;
        height: 28px;
        width: 28px;
        top: 30px;
        left: 20px;
        z-index: 5;
        transition: border .25s linear;
        -webkit-transition: border .25s linear; }
        .choose_plan .box label .check::before {
          display: block;
          position: absolute;
          content: '';
          border-radius: 100%;
          height: 18px;
          width: 18px;
          top: 4px;
          left: 4px;
          margin: auto;
          transition: background 0.25s linear;
          -webkit-transition: background 0.25s linear; }
    .choose_plan .box .price {
      font-size: 36px;
      font-family: "RobotoLight"; }
    .choose_plan .box .price_large {
      font-size: 48px;
      color: #282a4a;
      font-family: "RobotoLight"; }
      .choose_plan .box .price_large.red {
        font-size: 34px;
        margin-left: 15px; }
    .choose_plan .box .gray-text {
      color: #282A4A;
      opacity: 0.6;
      margin-bottom: 0; }
    .choose_plan .box .red {
      color: #F53F4D; }
    .choose_plan .box .monthly {
      font-size: 11px;
      margin-bottom: 0;
      line-height: 5px; }
  .choose_plan .btn {
    width: 220px;
    font-weight: 400; }

  .price-vat-info-text {
    font-size: 11px;
    line-height: 13px;
    color: #bebfc8;
    margin: 20px 0px 135px 0px; } }
@media only screen and (min-width: 992px) {
  .pricelist .price_block_wrapper.solo {
    margin-top: 0px; }
  .pricelist .price_block_wrapper.enterprise {
    margin-top: 50px; }

  .pricelist .pricelist_button {
    margin-top: 32px; } }
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.connected_person {
  color: #0f8adb;
  font-size: 14px;
  line-height: 13px;
  font-family: "Roboto";
  margin-top: 16px;
  display: block; }
  .connected_person .connected_by_company {
    color: #828396;
    font-size: 12px;
    line-height: 13px;
    font-family: "RobotoMedium";
    font-weight: 500;
    margin-top: 10px; }

.data_ur_section {
  padding-top: 15px;
  padding-bottom: 15px; }

.data_ur {
  color: #282a4a;
  opacity: 1;
  font-size: 14px; }

.data_ur_caption {
  font-size: 14px;
  opacity: 0.7;
  color: #282a4a; }

.negative_events {
  /* ul */ }
  .negative_events li {
    margin-bottom: 12px;
    color: #F53F4D; }

.last_changes_row {
  box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 48px 36px;
  display: inline-block;
  margin-bottom: 14px;
  width: 100%; }

.changed_content h4 {
  color: #282a4a;
  font-size: 22px;
  line-height: 24px;
  font-family: "RobotoMedium";
  font-weight: 500;
  margin-bottom: 25px; }
.changed_content .type_tag {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  font-family: "RobotoMedium";
  margin-top: 25px;
  opacity: 1; }
.changed_content .content {
  color: #373A3C;
  opacity: 1;
  font-size: 14px;
  line-height: 25px;
  margin-top: 13px; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.select_provider .summary {
  display: none; }
.select_provider .white_box {
  padding: 20px 30px;
  max-width: 630px;
  margin: auto; }
  .select_provider .white_box h3 {
    margin-bottom: 20px; }
  .select_provider .white_box .payment-elem .choice-label img {
    margin-left: 20px;
    display: inline-block;
    min-width: 30px;
    max-height: 20px; }
  .select_provider .white_box .payment-elem .choice-label p {
    margin-left: 10px;
    line-height: 21px; }
  .select_provider .white_box a.toggle-form {
    text-decoration: none !important; }
  .select_provider .white_box #otherCard {
    margin-top: -86px; }
.select_provider .summary-container {
  padding: 30px;
  display: flex;
  flex-direction: row; }
  .select_provider .summary-container p {
    color: #AEAFBA; }
  .select_provider .summary-container .summary-box p {
    color: #282a4a; }
  .select_provider .summary-container .summary-box h3 {
    font-size: 16px;
    margin-bottom: 20px; }
  .select_provider .summary-container .summary-box .price_large {
    font-size: 34px;
    line-height: 68px;
    color: #F53F4D;
    font-family: "RobotoLight"; }
  .select_provider .summary-container .summary-box table {
    width: 120px;
    margin: auto;
    color: #AEAFBA; }
    .select_provider .summary-container .summary-box table td:first-child {
      text-align: left;
      font-size: 10px; }
    .select_provider .summary-container .summary-box table td:nth-child(2) {
      text-align: right;
      font-size: 12px; }
  .select_provider .summary-container .summary-box img {
    height: 44px;
    margin-bottom: 19px;
    margin-top: 5px;
    max-width: 120px; }
.select_provider #pay-button {
  width: 240px; }
.select_provider #modal-button {
  padding-bottom: 8px !important; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.example_report_caption, .example_report_caption:visited, .example_report_caption:focus {
  color: #F53F4D;
  font-size: 14px;
  line-height: 13px;
  font-family: "Roboto";
  margin-top: 17px; }

.example_report_caption:hover {
  color: #F53F4D;
  text-decoration: underline; }

#lastChangesModal .modal_box {
  padding: 30px 15px;
  overflow-y: scroll; }
#lastChangesModal h3 {
  color: #282a4a;
  font-family: "Roboto";
  margin-bottom: 15px; }
#lastChangesModal p {
  color: #282a4a;
  font-family: "Roboto";
  opacity: 1; }

#currentPeople > .row.xs_section {
  position: relative; }

#currentPeople .blurredInfo {
  text-align: center;
  margin: auto;
  left: 0;
  right: 0;
  font-size: 15px;
  font-weight: 600; }

.price_caption {
  font-size: 14px;
  line-height: 22px; }

.documents_section .doc_box {
  background-color: #FFFFFF;
  box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
  border: 1px solid #D8DFE6;
  border-radius: 4px;
  padding: 36px 36px 42px 36px;
  margin-top: 36px; }
  .documents_section .doc_box h2 {
    color: #282a4a;
    font-size: 22px;
    line-height: 22px; }
  .documents_section .doc_box .content_row {
    margin-top: 16px; }
  .documents_section .doc_box .content {
    color: #282a4a;
    font-size: 14px;
    line-height: 22px;
    opacity: 0.6;
    min-height: 44px; }
  .documents_section .doc_box .example_report {
    color: #F53F4D;
    font-size: 14px;
    line-height: 13px;
    cursor: pointer;
    margin-top: 17px; }
  .documents_section .doc_box .price_caption {
    font-size: 30px;
    line-height: 22px;
    color: #282a4a;
    opacity: 1;
    margin-top: 22px; }
  .documents_section .doc_box .price_regular {
    color: #282a4a;
    line-height: 40px;
    margin-bottom: 0; }
  .documents_section .doc_box .promo_price {
    color: #F53F4D;
    margin: 0px; }
  .documents_section .doc_box .promo_price_old {
    margin: 0px;
    color: #828396;
    font-size: 15px;
    text-decoration: line-through; }
  .documents_section .doc_box .promo_info {
    font-size: 12px;
    line-height: 22px;
    color: #828396;
    font-family: "Roboto"; }
  .documents_section .doc_box .btn {
    text-align: right; }
  .documents_section .doc_box .example_report_caption {
    display: inline-block;
    text-align: right;
    margin-right: 10px;
    color: #828396; }
.documents_section .premium-doc .doc_box {
  border-color: #F53F4D; }
.documents_section .premium-doc .purple-dots {
  padding-left: 20px; }
  .documents_section .premium-doc .purple-dots li {
    padding: 0;
    list-style-type: none;
    color: #282a4a;
    margin-top: 5px;
    font-size: 14px;
    line-height: 22px;
    opacity: 1;
    position: relative; }
    .documents_section .premium-doc .purple-dots li:before {
      content: url(../img/redTick.png);
      position: absolute;
      left: -20px; }
.documents_section .premium-doc .price-box {
  width: 49%;
  display: inline-block; }
  .documents_section .premium-doc .price-box p:first-child {
    color: #aeafba;
    opacity: 1; }
  .documents_section .premium-doc .price-box .price_premium {
    color: #F53F4D;
    margin-top: 0; }
.documents_section .premium-doc .button-box .example_report_caption {
  text-align: right;
  display: inline-block; }
.documents_section .premium-doc .button-box .button-wrapper {
  display: inline-block; }

.risk {
  font-family: Roboto;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  border-style: solid;
  border-width: 1px;
  border-radius: 3px;
  border-color: #7E7F92;
  max-width: 304px; }
  .risk .mid-tab {
    border-top-style: solid;
    border-top-width: 1px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #E0E0E0; }
  .risk table tr {
    height: 92px; }
    .risk table tr .pos-rel {
      position: relative; }
    .risk table tr td {
      /* Safari */ }
      .risk table tr td .box {
        margin: auto;
        text-align: center;
        width: 35px;
        height: 35px;
        background-repeat: no-repeat;
        background-position: -5px -5px;
        margin-top: 5px; }
        .risk table tr td .box.green-box {
          padding: 6px;
          background-color: #00AC7B;
          background-image: url("../img/checkmark.png");
          background-position: -8px -4px; }
        .risk table tr td .box.grey-box {
          padding: 9px;
          background-color: #BDBDBD;
          background-repeat: no-repeat;
          background-image: url("../img/neutralmark.png"); }
        .risk table tr td .box.yellow-box {
          padding: 9px;
          background-color: #F2994A;
          background-repeat: no-repeat;
          background-image: url("../img/warningmark.png"); }
        .risk table tr td .box.red-box {
          padding: 7px;
          background-color: #F53F4D;
          background-repeat: no-repeat;
          background-image: url("../img/dangermark.png"); }
        .risk table tr td .box.small {
          width: 26px;
          height: 26px;
          background-size: 38px; }
      .risk table tr td .loader {
        margin-top: 5px;
        border: 8px solid #e6e6e6;
        border-radius: 50%;
        border-top: 8px solid #bdbdbd;
        width: 35px;
        height: 35px;
        -webkit-animation: spin 2s linear infinite;
        /* Safari */
        animation: spin 2s linear infinite; }
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }
@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
      .risk table tr td .pos-abso {
        position: absolute; }
      .risk table tr td .risk-tooltip {
        display: none;
        background-color: #f9f9f9;
        border-style: solid;
        border-width: 1px;
        border-radius: 3px;
        border-color: #7E7F92;
        margin-left: -206px;
        width: 272px;
        z-index: 666;
        font-size: 14px;
        line-height: 20px;
        color: #282A4A;
        font-weight: normal;
        margin-top: 31px; }
      .risk table tr td .box-tooltip {
        height: 45px;
        width: 45px;
        -ms-transform: rotate(45deg);
        /* IE 9 */
        -webkit-transform: rotate(45deg);
        /* Safari */
        transform: rotate(45deg);
        background: #f9f9f9;
        background: linear-gradient(135deg, #f9f9f9 51%, rgba(0, 0, 0, 0) 49%);
        border-style: solid;
        border-width: 1px;
        border-color: #7E7F92;
        border-bottom: none;
        border-right: none;
        z-index: 667;
        margin-top: -23px;
        margin-left: 200px; }
    .risk table tr .tr-tooltip {
      height: 60px; }
    .risk table tr .tooltip-mark {
      color: #AEAFBA;
      width: 16px;
      height: 16px;
      font-size: 13px;
      font-weight: 500;
      line-height: 17px;
      border-radius: 8px;
      text-align: center;
      cursor: pointer;
      border-color: #AEAFBA;
      border-style: solid;
      border-width: 1px;
      margin-left: 9px;
      margin-top: 4px;
      line-height: 14px;
      padding-left: 1px; }
    .risk table tr .tootltip-active {
      color: #F53F4D;
      border-color: #F53F4D; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.prepaid_input {
  border-left: 0px;
  padding: 14px 0px 14px 12px;
  margin-left: -5px;
  color: #828396; }

.prepaid_first_input {
  width: 20%; }

.prepaid_first_input:focus {
  outline: 0;
  border: 1px solid #D8DFE6; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.powerSearch {
  margin-top: 20px; }
  .powerSearch .list-group .list-group-item {
    padding: 0;
    border: none;
    background: #F9F9F9; }
    .powerSearch .list-group .list-group-item .content {
      padding-top: 5px; }
      .powerSearch .list-group .list-group-item .content .form-group {
        display: inline-block;
        margin-bottom: 0;
        padding-left: 10px;
        padding-right: 10px; }
        .powerSearch .list-group .list-group-item .content .form-group .date-row {
          margin-top: 5px;
          font-size: 11px; }
          .powerSearch .list-group .list-group-item .content .form-group .date-row:first-child {
            margin-left: 0; }
          .powerSearch .list-group .list-group-item .content .form-group .date-row:last-child {
            margin-right: 0; }
          .powerSearch .list-group .list-group-item .content .form-group .date-row .inner-date-row > * {
            padding: 0; }
          .powerSearch .list-group .list-group-item .content .form-group .date-row .inner-date-row:last-child {
            text-align: center; }
          .powerSearch .list-group .list-group-item .content .form-group .date-row input {
            height: 16px;
            font-size: 11px; }
    .powerSearch .list-group .list-group-item > .btn {
      width: 100%;
      border-radius: 0;
      background: #282a4a;
      color: white;
      padding: 13.5px 15px 13.5px 15px;
      text-align: left;
      text-transform: none;
      font-size: 14px; }
      .powerSearch .list-group .list-group-item > .btn:after {
        font-family: 'Glyphicons Halflings';
        content: "\e114";
        float: right;
        color: white; }
      .powerSearch .list-group .list-group-item > .btn.collapsed:after {
        content: "\e080";
        color: #aeafba; }
      .powerSearch .list-group .list-group-item > .btn.collapsed {
        background-color: white;
        color: #282a4a;
        border: 1px solid #aeafba; }
      .powerSearch .list-group .list-group-item > .btn.hasFilter {
        background: #282a4a;
        color: white;
        border: none; }
    .powerSearch .list-group .list-group-item .selection-list {
      border: 2px solid #282a4a;
      max-width: 70vw;
      position: absolute;
      width: 70vw;
      height: 50vh;
      max-height: 50vh;
      border: 1px solid gray;
      overflow-y: scroll;
      z-index: 10;
      left: 100%;
      top: -30vh;
      background: white; }
      .powerSearch .list-group .list-group-item .selection-list .pkdWrapper {
        position: relative; }
        .powerSearch .list-group .list-group-item .selection-list .pkdWrapper .closeBtn {
          position: sticky;
          top: 0; }
      .powerSearch .list-group .list-group-item .selection-list ul {
        list-style: none;
        clear: both; }
        .powerSearch .list-group .list-group-item .selection-list ul > li {
          clear: both; }
          .powerSearch .list-group .list-group-item .selection-list ul > li > span, .powerSearch .list-group .list-group-item .selection-list ul > li > label {
            float: left; }
          .powerSearch .list-group .list-group-item .selection-list ul > li > label {
            margin-left: 25px; }
          .powerSearch .list-group .list-group-item .selection-list ul > li > span {
            margin-top: 6px; }
          .powerSearch .list-group .list-group-item .selection-list ul > li .checkbox {
            width: 80%; }
      .powerSearch .list-group .list-group-item .selection-list .pkdFilterContainer {
        margin-left: 60px;
        width: 50%;
        margin-bottom: 0; }
    .powerSearch .list-group .list-group-item:first-child > .btn {
      border-top-left-radius: 5px;
      border-top-right-radius: 5px; }
    .powerSearch .list-group .list-group-item:last-child > .btn {
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; }
  .powerSearch label {
    color: #282a4a; }
    .powerSearch label:hover {
      color: #0f8adb; }
    .powerSearch label input[type='checkbox'] {
      min-width: 15px;
      height: 15px;
      background-color: #FFFFFF;
      -webkit-appearance: none;
      appearance: none;
      transition: 0.3s;
      padding: 0 5px;
      margin-right: 5px;
      margin-top: -2px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0; }
      .powerSearch label input[type='checkbox']:checked:after {
        content: '\2714';
        font-size: 15px;
        display: inline-block;
        position: absolute;
        border: 0;
        color: #282a4a;
        top: -2px;
        left: 2px; }
  .powerSearch .sliderContainer {
    margin-bottom: 10px; }
    .powerSearch .sliderContainer .sliderDiv {
      width: 90%;
      margin: 0 auto; }
      .powerSearch .sliderContainer .sliderDiv .ui-slider-range {
        background: #F53F4D; }
      .powerSearch .sliderContainer .sliderDiv .ui-slider-handle:hover::before {
        content: attr(data-value);
        display: block;
        position: absolute;
        left: 50%;
        top: -25px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #d1e0f3;
        background: #FFA2A9;
        width: 80px;
        height: 20px;
        line-height: 19px;
        text-align: center;
        margin-left: -40px;
        color: #555; }
  .powerSearch .searchButton {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px; }
  .powerSearch .form-control {
    height: 30px;
    margin-bottom: 10px; }
  .powerSearch .resultBox {
    padding: 36px;
    border: 1px solid #aeafba;
    background: white;
    margin-top: 20px; }
    .powerSearch .resultBox .title .deleted {
      font-size: 10px; }
    .powerSearch .resultBox .title .h2 {
      line-height: 0.8; }
      .powerSearch .resultBox .title .h2 a {
        font-family: "RobotoBold";
        font-size: 20px;
        color: #373A3C;
        text-transform: uppercase; }
    .powerSearch .resultBox .details {
      margin-top: 20px; }
  .powerSearch .resetFiltersBox {
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer; }
  .powerSearch .filtersTitle {
    display: inline-block;
    margin-bottom: 7px; }
  .powerSearch .filtersBox {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    display: inline; }
    .powerSearch .filtersBox li.label {
      position: relative;
      padding: 4px 28px 4px 5px;
      margin-right: 5px;
      cursor: pointer;
      background: #aeafba;
      display: inline-block;
      white-space: initial;
      font-size: 12px;
      line-height: 13px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin-top: 5px;
      margin-bottom: 0; }
      .powerSearch .filtersBox li.label.label-danger {
        background: #F53F4D; }
      .powerSearch .filtersBox li.label.disabled {
        opacity: 0.4;
        cursor: not-allowed; }
      .powerSearch .filtersBox li.label .label-close {
        margin-left: 5px;
        width: 23px;
        height: 100%;
        padding: 0;
        background: gray;
        border: none;
        position: absolute;
        right: 0;
        top: 0;
        cursor: inherit; }
    .powerSearch .filtersBox .no-filters {
      color: #aeafba; }
  .powerSearch .hr {
    margin-top: 15px; }
  .powerSearch .filtersTitle {
    display: inline-block;
    margin-bottom: 7px; }
  .powerSearch .filtersBox {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 0;
    display: inline; }
    .powerSearch .filtersBox li.label {
      position: relative;
      padding: 4px 28px 4px 5px;
      margin-right: 5px;
      cursor: pointer;
      background: #aeafba;
      display: inline-block;
      white-space: initial;
      font-size: 12px;
      line-height: 13px;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin-top: 5px;
      margin-bottom: 0; }
      .powerSearch .filtersBox li.label.label-danger {
        background: #F53F4D; }
      .powerSearch .filtersBox li.label .label-close {
        margin-left: 5px;
        width: 23px;
        height: 100%;
        padding: 0;
        background: gray;
        border: none;
        position: absolute;
        right: 0;
        top: 0; }
    .powerSearch .filtersBox .no-filters {
      color: #aeafba; }
  .powerSearch .limitBox {
    margin-top: 20px;
    background-color: #FFA2A9;
    padding: 15px;
    font-size: 13px; }
    .powerSearch .limitBox a {
      font-size: 13px;
      color: black;
      font-weight: 600; }
  .powerSearch .resultsContainer .totalResults {
    margin-bottom: 20px;
    font-family: "Roboto"; }
    .powerSearch .resultsContainer .totalResults span {
      font-size: 18px;
      color: #aeafba; }
      .powerSearch .resultsContainer .totalResults span.number {
        color: #282a4a;
        font-weight: 700; }
  .powerSearch .resultsContainer #alertBox {
    width: 154px;
    text-align: center; }
  .powerSearch .blurredInfo {
    position: absolute;
    bottom: 70vh;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
    font-size: 15px;
    font-weight: 600; }
    .powerSearch .blurredInfo .eclipsed {
      background: #F53F4D;
      padding: 10px;
      -webkit-border-radius: 50px;
      -moz-border-radius: 50px;
      border-radius: 50px;
      width: 50px;
      height: 50px;
      margin: auto; }
  .powerSearch .datepickerTrigger {
    cursor: pointer; }

.powerSearchSubmit {
  width: 100%;
  margin-bottom: 20px; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.table-proforma table {
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #888;
  border-collapse: collapse;
  width: 100;
  opacity: 0.7; }
.table-proforma tbody tr {
  border: 1px solid #888; }
  .table-proforma tbody tr td {
    padding: 3px 8px; }
  .table-proforma tbody tr .td-vert {
    vertical-align: initial; }
.table-proforma tbody .tr-clean {
  border: none; }
.table-proforma tbody .tr-right {
  border: none;
  border-right: 1px solid #888; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.team .inviteBox {
  background-color: #fff;
  border: 1px solid #AEAFBA;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding-top: 10px;
  padding-bottom: 10px; }
  .team .inviteBox input {
    width: 70%;
    max-width: 260px;
    height: 29px;
    margin-bottom: 0; }
  .team .inviteBox .btn-add {
    margin-left: 10px;
    border-radius: 5px;
    height: 29px;
    padding: inherit; }
  .team .inviteBox .col-sm-* {
    margin-top: 8px; }
  .team .inviteBox .number {
    margin-left: 10px;
    margin-right: 10px;
    font-weight: 700; }
  .team .inviteBox .mt-5 {
    margin-top: 5px; }
.team .btn-remove {
  color: #F53F4D;
  padding: 0;
  background: none;
  font-weight: normal; }
.team .btn-resend {
  color: #0f8adb;
  padding: 0;
  background: none;
  font-weight: normal; }
.team .slaveRow {
  padding: 0; }
.team .hr {
  margin-top: 10px;
  margin-bottom: 10px; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.rodo .rodo_h1 {
  color: #282a4a;
  font-size: 28px;
  line-height: 28px;
  font-weight: normal;
  font-family: "RobotoMedium"; }
.rodo .rodo_h1.small {
  font-size: 16px; }
.rodo .rodo_h2 {
  margin: 25px 0px;
  color: #373A3C;
  font-size: 18px;
  line-height: 25px;
  font-family: "Roboto";
  font-weight: 600; }
.rodo .rodo_h2.small {
  font-size: 14px;}
.rodo .rodo_h3 {
  font-size: 16px;
  line-height: 25px; }
.rodo .rodo_h3.small {
  font-size: 12px; }
.rodo .rodo_title {
  display: block;
  text-align: center;
  text-transform: uppercase; }
.rodo .rodo_subtitle {
  display: block;
  text-align: center; }
.rodo .rodo_list > li::marker {
  font-size: 18px; }
.rodo .rodo_list.small > li::marker {
  font-size: 14px; } 
.rodo .rodo_sublist {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px;
  counter-reset: list; }
.rodo .rodo_sublist.small {
  font-size: 12px; }
.rodo .rodo_sublist {
  list-style: none; }
.rodo .rodo_sublist > li {
  position: relative;
  padding-left: 20px; }
.rodo .rodo_sublist > li::before {
  content: counter(list,decimal) ") ";
  counter-increment: list;
  position: absolute;
  left: 0; }
.rodo .rodo_sublist_alpha {
  list-style-type: lower-alpha;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 25px; }
.rodo .rodo_sublist_alpha.small {
  font-size: 12px; }
.rodo .rodo_strong {
  font-weight: 500;
  font-family: "RobotoMedium";
  color: #373A3C; }
.rodo .rodo_underline {
  font-weight: inherit;
  text-decoration: underline; }
.rodo .rodo_paragraph, .rodo .rodo_paragraph li > p {
  color: #373A3C;
  font-size: 14px;
  line-height: 25px;
  opacity: 1; }
.rodo .rodo_paragraph.small, .rodo .rodo_paragraph.small li > p {
  font-size: 12px; }
.rodo .rodo_paragraph li {
  list-style-type: decimal; }

.data_sources_list {
  font-size: 14px;
  line-height: 25px; }

/*Custom elements styles*/
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.purple-dots li {
  list-style-type: circle;
  color: #282a4a;
  margin-top: 5px;
  font-size: 14px;
  line-height: 22px;
  opacity: 0.6; }

.autocomplete {
  position: absolute;
  margin-top: 42px;
  z-index: 99;
  background: #FFF;
  width: initial;
  border: 1px solid #D8DFE6;
  min-width: 54%;
  vertical-align: 22px; }
  .autocomplete ul {
    padding: 5px 0px;
    margin: 0px;
    padding-left: 10px; }
    .autocomplete ul li {
      cursor: pointer; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.modal.fade.in {
  transition: linear 0.2s;
  background-color: rgba(40, 42, 74, 0.8); }
#firstLoginModal .modal-content {
  min-height: 400px; }
  #firstLoginModal .modal-content .modal-header {
    padding-top: 35px;
    text-align: center;
    border: 0; }
    #firstLoginModal .modal-content .modal-header h5 {
      font-size: 30px;
      margin-bottom: 20px;
      color: #F53F4D; }
  #firstLoginModal .modal-content form .modal-body {
    padding: 30px 15px;
    color: #828396 !important; }
    #firstLoginModal .modal-content form .modal-body select {
      cursor: pointer; }
    #firstLoginModal .modal-content form .modal-body .modal-step2 {
      text-align: center; }
      #firstLoginModal .modal-content form .modal-body .modal-step2 div {
        display: inline-block; }
        #firstLoginModal .modal-content form .modal-body .modal-step2 div p {
          text-align: left;
          margin: 0;
          opacity: 1; }
#firstLoginModal .modal-footer {
  border: 0;
  padding-bottom: 35px; }
  #firstLoginModal .modal-footer p {
    text-align: center;
    margin: 0 auto;
    line-height: 36px; }
  #firstLoginModal .modal-footer button {
    /*min-width: 120px;*/
    height: 36px;
    padding: 0;
    text-align: center;
    margin-left: 0; }
    #firstLoginModal .modal-footer button.finish {
      margin: auto;
      width: auto;
      display: block;
      float: none;
      opacity: 1; }
#firstLoginModal .hidden-step {
  display: none; }
#firstLoginModal .modal-step3 {
  padding-bottom: 40px; }
#firstLoginModal .shareBtn {
  width: 110px; }

@media only screen and (max-width: 768px) {
  #firstLoginModal .modal-content .modal-header {
    padding-top: 10px;
    text-align: center;
    border: 0; }
    #firstLoginModal .modal-content .modal-header h5 {
      font-size: 20px;
      margin-bottom: 20px; }
  #firstLoginModal .modal-content form .modal-body {
    padding: 15px; }
  #firstLoginModal .modal-content .modal-footer {
    padding: 15px; } }
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .header_section {
    padding-bottom: 85px;
    padding-top: 95px;
    background-color: #282a4a; }
    .header_section h1 {
      font-family: "Roboto";
      font-size: 36px;
      line-height: 24px;
      font-weight: 600;
      color: #FFFFFF; }
    .header_section h2 {
      font-size: 16px;
      line-height: 25px;
      font-weight: 500;
      color: #FFFFFF;
      margin-top: 47px;
      padding-bottom: 29px; }
    .header_section .header_btn {
      margin-top: 47px;
      width: 240px;
      height: 42px; }

  .guide h2 {
    max-width: 630px;
    margin: auto; }

  .inline_icon_text {
    margin: 0px; } }
/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
  .header_section .header_btn {
    width: 180px; } }
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
.beneficjent_bar {
  height: 20px;
  border-radius: 100px;
  vertical-align: sub;
  display: block;
  float: left; }

.beneficjent_percent_box {
  display: inline-block;
  width: 10%;
  margin-left: 4%;
  color: #373A3C; }

.beneficjent_percent_span {
  opacity: 1;
  font-size: 20px;
  line-height: 20px; }

.map_button {
  padding: 9px 14px; }

.map_button:before {
  content: "";
  background-image: url("../img/googlemapspin.png");
  background-size: contain;
  width: 10px;
  height: 12px;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto; }

.street_view_button {
  padding: 9px 14px; }

.street_view_button:before {
  content: "";
  background-image: url("../img/mapa-ksztalt.png");
  background-size: contain;
  width: 10px;
  height: 12px;
  background-repeat: no-repeat;
  display: block;
  margin: 0 auto; }

.good_form:before {
  content: url("../img/firma-aktywna.png");
  width: 16px;
  height: 16px;
  display: inline-block; }

div#relatedCompanies.person_details.row {
  margin-bottom: 25px; }

.company_navbar .btn {
  margin-bottom: 4px; }

.cross-close {
  font-size: 24px;
  cursor: pointer; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.spinner,
.spinner:before,
.spinner:after {
  -webkit-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 1em;
  height: 4em; }

.spinner {
  color: #282a4a;
  font-size: 11px;
  margin: 0 auto;
  margin-top: 40px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s; }

.spinner:before,
.spinner:after {
  position: absolute;
  top: 0;
  content: '';
  z-index: 3; }

.spinner:before {
  left: -1.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s; }

.spinner:after {
  left: 1.5em; }

@-webkit-keyframes load1 {
  0%,
    80%,
    100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }
@keyframes load1 {
  0%,
    80%,
    100% {
    box-shadow: 0 0;
    height: 4em; }
  40% {
    box-shadow: 0 -2em;
    height: 5em; } }
.sk-circle {
  margin: 0 10px;
  width: 15px;
  height: 15px;
  position: relative; }

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.4; }

.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both; }

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg); }

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg); }

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg); }

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg); }

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg); }

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg); }

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg); }

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg); }

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg); }

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg); }

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s; }

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s; }

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s; }

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s; }

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s; }

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s; }

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s; }

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s; }

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s; }

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s; }

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%,
    80%,
    100%  {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes sk-circleBounceDelay {
  0%,
    80%,
    100% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
/*
    Przewodnik => Klienci o nas
*/
.partners_row {
  text-align: center; }

.partners_img .logo_partner {
  transition: 0.5s;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  display: inline-block; }
.partners_img .logo_partner:not(:first-child) {
  margin-left: 50px;
  vertical-align: middle; }
.partners_img .decision_4 {
  background: url("/site/przeswietl/assets/img/partners//default/4d.jpg");
  width: 107px;
  height: 33px; }
.partners_img .decision_4:hover {
  background: url("/site/przeswietl/assets/img/partners//hover/4d.jpg"); }
.partners_img .itaxi {
  width: 83px;
  height: 44px;
  background: url("/site/przeswietl/assets/img/partners//default/itaxi.jpg"); }
.partners_img .itaxi:hover {
  background: url("/site/przeswietl/assets/img/partners//hover/itaxi.jpg"); }
.partners_img .raiff {
  width: 118px;
  height: 31px;
  background: url("/site/przeswietl/assets/img/partners//default/Reiff_logo.png"); }
.partners_img .raiff:hover {
  background: url("/site/przeswietl/assets/img/partners//hover/Reiff_logo.png"); }
.partners_img .speedup {
  width: 150px;
  height: 50px;
  background: url("/site/przeswietl/assets/img/partners//speedup_not_hover.jpg"); }
.partners_img .speedup:hover {
  background: url("/site/przeswietl/assets/img/partners//speedup_transparent.jpg"); }
.partners_img .rta {
  width: 107px;
  height: 58px;
  background: url("/site/przeswietl/assets/img/partners//default/rta.jpg"); }
.partners_img .rta:hover {
  background: url("/site/przeswietl/assets/img/partners//hover/rta.jpg"); }
.partners_img .stockwatch {
  width: 107px;
  height: 15px;
  background: url("/site/przeswietl/assets/img/partners//default/stockwatch.jpg"); }
.partners_img .stockwatch:hover {
  background: url("/site/przeswietl/assets/img/partners//hover/stockwatch.jpg"); }
.partners_img .filipiak {
  width: 107px;
  height: 17px;
  background: url("/site/przeswietl/assets/img/partners//default/filipiak.jpg"); }
.partners_img .filipiak:hover {
  background: url("/site/przeswietl/assets/img/partners//hover/filipiak.jpg"); }
.partners_img .poznan {
  width: 107px;
  height: 28px;
  background: url("/site/przeswietl/assets/img/partners//default/poznan.jpg"); }
.partners_img .poznan:hover {
  background: url("/site/przeswietl/assets/img/partners//hover/poznan.jpg"); }
.partners_img .notoria {
  width: 107px;
  height: 32px;
  background: url("/site/przeswietl/assets/img/partners//default/notoria.jpg"); }
.partners_img .notoria:hover {
  background: url("/site/przeswietl/assets/img/partners//hover/notoria.jpg"); }
.partners_img .aleo {
  width: 107px;
  height: 28px;
  background: url("/site/przeswietl/assets/img/partners//default/aleo.jpg"); }
.partners_img .aleo:hover {
  background: url("/site/przeswietl/assets/img/partners//hover/aleo.jpg"); }
.partners_img .nfg {
  width: 78px;
  height: 38px;
  background: url("/site/przeswietl/assets/img/partners//default/logoNFG_default.png"); }
.partners_img .nfg:hover {
  background: url("/site/przeswietl/assets/img/partners//hover/logoNFG.png"); }
.partners_img .livespace {
  width: 107px;
  height: 28px;
  background: url("/site/przeswietl/assets/img/partners//default/livespace.jpg"); }
.partners_img .livespace:hover {
  background: url("/site/przeswietl/assets/img/partners//hover/livespace.jpg"); }
.partners_img .inkaso {
  width: 107px;
  height: 57px;
  background: url("/site/przeswietl/assets/img/partners//default/inkaso.jpg");
  background-position: center center; }
.partners_img .inkaso:hover {
  background: url("/site/przeswietl/assets/img/partners//hover/inkaso.jpg");
  background-position: center center; }

.pallete_bar {
  background-color: rgba(106, 106, 106, 0.3);
  display: inline-block;
  height: 3px;
  width: 100%;
  margin: 0px; }

.pallete {
  display: inline-block;
  border-radius: 50%;
  height: 12px;
  width: 12px;
  margin: 0px; }

.pallete_red {
  background-color: #C22632; }

.pallete_blue {
  background-color: #0F6FAE; }

.pallete_purple {
  background-color: #282A4A; }

.pallete_light_purple {
  background-color: #6921A9; }

.pallete_green {
  background-color: #329119; }

.pallete_orange {
  background-color: #D77004; }

.pallete_aquamaryna {
  background-color: #36A68D; }

.pallete_pink {
  background-color: #B52B92; }

.pallete_one {
  background-color: #af222d; }

.pallete_two {
  background-color: #f53f4d; }

.pallete_three {
  background-color: #ffa2a9; }

.pallete_four {
  background-color: #0e6197; }

.pallete_five {
  background-color: #0f8adb; }

.pallete_six {
  background-color: #a3daff; }

.pallete_seven {
  background-color: #282a4a; }

.pallete_eight {
  background-color: #828396; }

.pallete_nine {
  background-color: #bebfc8; }

.pallete_ten {
  background-color: #65269c; }

.pallete_eleven {
  background-color: #9947e0; }

.pallete_twelve {
  background-color: #dbc1f1; }

.pallete_threeteen {
  background-color: #319119; }

.pallete_fourteen {
  background-color: #56b33e; }

.pallete_fiveteen {
  background-color: #9be489; }

.pallete_sixteen {
  background-color: #d77005; }

.pallete_seventeen {
  background-color: #f5a624; }

.pallete_eightteen {
  background-color: #fcdca4; }

.pallete_nineteen {
  background-color: #35a68d; }

.pallete_twenty {
  background-color: #4ee3c2; }

.pallete_twentyone {
  background-color: #a6ecdc; }

.pallete_twentytwo {
  background-color: #9d267f; }

.pallete_twentythree {
  background-color: #e442b9; }

.pallete_twentyfour {
  background-color: #f6b0e5; }

.documents_spinner {
  color: #282a4a;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease; }

@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
    95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
    59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  5%,
    95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; }
  10%,
    59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em; }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em; }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em; }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em; } }
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.public_debt:before {
  content: url("../img/alert-triangle.svg");
  display: inline-block;
  float: left;
  margin-right: 5px;
  margin-top: -5px; }

.public_debt p {
  display: inline; }

.green_tick:before {
  content: url("../img/GreenTick.png"); }

.red_tick:before {
  content: url("../img/wrong_form.png"); }

.red_vat_tick {
  background-color: #EB5757;
  background-repeat: no-repeat;
  background-image: url("../img/x_tick.png");
  background-position: 5px 5px;
  width: 78px;
  height: 17px;
  margin: 0;
  margin-left: 10px; }
  .red_vat_tick:before {
    content: "Nieaktywny";
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    margin-left: 19px;
    vertical-align: text-top;
    position: absolute;
    top: 2px; }

.green_vat_tick {
  background-color: #63B22F;
  background-repeat: no-repeat;
  background-image: url("../img/v_tick.png");
  background-position: 5px 5px;
  width: 65px;
  height: 17px;
  margin: inherit;
  cursor: pointer; }
  .green_vat_tick:before {
    content: "Aktywny";
    font-size: 10px;
    color: #fff;
    font-weight: bold;
    margin-left: 19px;
    vertical-align: text-top;
    position: absolute;
    top: 2px; }
  .green_vat_tick:after {
    content: url("../img/gray-doc-scroll.png");
    height: 20px;
    width: 20px;
    position: absolute;
    right: -26px; }
  .green_vat_tick:hover:after {
    content: url("../img/blue-doc-scroll.png"); }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.wdt-loading-screen {
  width: 100%;
  height: 100%;
  background-color: #F9F9F9;
  padding-top: 100px;
  z-index: 999998;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none; }

.wdt-loading-phrases {
  width: 300px;
  margin: 0 auto;
  height: 106px;
  overflow: hidden;
  position: relative;
  padding: 10px 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%); }

.wdt-loading-phrase-category {
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }

.wdt-loading-phrases:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #f9f9f9;
  background: -moz-linear-gradient(top, #f9f9f9 0%, rgba(249, 249, 249, 0) 50%, #f9f9f9 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #f9f9f9), color-stop(50%, rgba(249, 249, 249, 0)), color-stop(100%, #f9f9f9));
  background: -webkit-linear-gradient(top, white 0%, rgba(249, 249, 249, 0) 50%, #f9f9f9 100%);
  background: -o-linear-gradient(top, #f9f9f9 0%, rgba(249, 249, 249, 0) 50%, #f9f9f9 100%);
  background: -ms-linear-gradient(top, #f9f9f9 0%, rgba(249, 249, 249, 0) 50%, #f9f9f9 100%);
  background: linear-gradient(to bottom, #f9f9f9 0%, rgba(249, 249, 249, 0) 50%, #f9f9f9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#F9F9F9', endColorstr='#F9F9F9', GradientType=0 ); }

.wdt-loading-phrase {
  padding-left: 30px;
  position: relative;
  transform: translateY(30px);
  line-height: 30px;
  height: 30px; }

.wdt-loading-phrase:before {
  content: " ";
  width: 18px;
  height: 18px;
  position: absolute;
  top: 6px;
  left: 0;
  border: 1px solid #bebfc8;
  border-radius: 50%; }

.wdt-loading-phrase:after {
  opacity: 0;
  height: 11px;
  width: 7px;
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
  border-right: 3px solid #F53F4D;
  border-top: 3px solid #F53F4D;
  border-radius: 2.5px !important;
  content: '';
  left: 3px;
  top: 16px;
  position: absolute;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg); }

.wdt-loading-phrase.wdt-checked:after {
  -webkit-animation-delay: 100ms;
  -moz-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-animation-duration: 200ms;
  -moz-animation-duration: 200ms;
  animation-duration: 200ms;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-name: checkmark;
  -moz-animation-name: checkmark;
  animation-name: checkmark;
  -webkit-transform: scaleX(-1) rotate(135deg);
  -moz-transform: scaleX(-1) rotate(135deg);
  -ms-transform: scaleX(-1) rotate(135deg);
  -o-transform: scaleX(-1) rotate(135deg);
  transform: scaleX(-1) rotate(135deg);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  animation-fill-mode: forwards; }

@-webkit-keyframes checkmark {
  0% {
    height: 0;
    width: 7px;
    opacity: 1; }
  20% {
    height: 2px;
    width: 7px;
    opacity: 1; }
  40% {
    height: 5px;
    width: 7px;
    opacity: 1; }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1; } }
@-moz-keyframes checkmark {
  0% {
    height: 0;
    width: 7px;
    opacity: 1; }
  20% {
    height: 2px;
    width: 7px;
    opacity: 1; }
  40% {
    height: 5px;
    width: 7px;
    opacity: 1; }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1; } }
@keyframes checkmark {
  0% {
    height: 0;
    width: 7px;
    opacity: 1; }
  20% {
    height: 2px;
    width: 7px;
    opacity: 1; }
  40% {
    height: 5px;
    width: 7px;
    opacity: 1; }
  100% {
    height: 11px;
    width: 7px;
    opacity: 1; } }
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
#krs_history #krs_timeline {
  margin-top: 20px;
  height: 30px;
  position: relative; }
  #krs_history #krs_timeline .marker {
    position: absolute;
    top: 0;
    margin-left: -2px;
    height: 100%;
    padding: 1px;
    background-color: #F53F4D; }
  #krs_history #krs_timeline #krs_years {
    display: flex;
    position: relative; }
    #krs_history #krs_timeline #krs_years .year {
      flex-grow: 1;
      border-left: 1px solid #333;
      padding-left: 5px;
      z-index: 10;
      line-height: 30px;
      -webkit-user-select: none;
      /* Safari */
      -moz-user-select: none;
      /* Firefox */
      -ms-user-select: none;
      /* IE10+/Edge */
      user-select: none;
      /* Standard */ }
  #krs_history #krs_timeline #krs_limits_container {
    position: relative;
    bottom: 30px;
    height: inherit;
    border-left: 1px solid #333;
    background-color: rgba(0, 0, 0, 0.1); }
    #krs_history #krs_timeline #krs_limits_container .line_limit {
      height: 30px;
      width: 2px;
      z-index: 20;
      position: absolute;
      background-color: #282a4a;
      cursor: col-resize; }
      #krs_history #krs_timeline #krs_limits_container .line_limit:before {
        content: "";
        position: absolute;
        width: 12px;
        height: inherit;
        margin-left: -5px; }
      #krs_history #krs_timeline #krs_limits_container .line_limit:after {
        content: "";
        position: absolute;
        top: 23px;
        left: -5px;
        height: 12px;
        width: 12px;
        border-radius: 100px;
        background-color: #282a4a; }
    #krs_history #krs_timeline #krs_limits_container #filler {
      background-image: linear-gradient(to right, rgba(40, 42, 74, 0.3), rgba(40, 42, 74, 0.1), rgba(40, 42, 74, 0.3));
      height: 100%;
      position: absolute; }
#krs_history #krs_details {
  margin-top: 20px; }
  #krs_history #krs_details .krs_result {
    margin-bottom: 20px; }
    #krs_history #krs_details .krs_result .date {
      font-size: 14px;
      font-weight: bold;
      display: inline-block;
      padding-bottom: 3px;
      border-bottom: 1px solid #F53F4D;
      margin-bottom: 10px; }
    #krs_history #krs_details .krs_result .content a {
      display: inline-block;
      margin-bottom: 5px; }
    #krs_history #krs_details .krs_result .content p {
      margin-bottom: 5px; }

@media (max-width: 768px) {
  #krs_history #krs_timeline #krs_years .year {
    display: none; }
    #krs_history #krs_timeline #krs_years .year:first-child {
      display: inline-block; }
    #krs_history #krs_timeline #krs_years .year:last-child {
      display: inline-block;
      text-align: right;
      padding-right: 8px;
      border-left: 0; } }
#przeswietlReportIframe {
  height: 1250px; }

@media (max-width: 768px) {
  #przeswietlReportIframe {
    height: 1700px; } }
/*Symbols/elements*/
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  #advancedSearch {
    background: #282a4a;
    position: absolute;
    z-index: 1000;
    width: 100vw;
    left: 0;
    top: 5px; }
    #advancedSearch form {
      max-width: 630px;
      margin: auto; }

  .simpleSearch-wrapper-mobile {
    float: none;
    padding-left: 15px;
    width: 100%; }
    .simpleSearch-wrapper-mobile input {
      float: left;
      max-width: calc(100% - 45px); }
    .simpleSearch-wrapper-mobile span {
      float: left;
      cursor: pointer; }

  .logo-container {
    float: left; }
    .logo-container .platform_logo {
      background-image: url("../img/logo.svg");
      background-size: contain;
      background-repeat: no-repeat;
      width: 143px;
      height: 36px;
      /*Tylko dla mobile*/
      margin-top: 15px;
      display: inline-block; }

  .navbar-inverse .navbar-nav > li > a {
    text-align: left; }

  .navbar_not_logged {
    display: inline-block;
    float: right; }
    .navbar_not_logged ul {
      list-style-type: none; }
      .navbar_not_logged ul li {
        display: inline-block; }
        .navbar_not_logged ul li a {
          color: #FFFFFF;
          font-size: 11px;
          line-height: 13px;
          font-family: "Roboto";
          text-transform: uppercase;
          text-decoration: none;
          font-weight: 600;
          opacity: 0.8;
          letter-spacing: 0.3px;
          transition: linear 0.15s; }
        .navbar_not_logged ul li:hover a {
          opacity: 1; }
        .navbar_not_logged ul li:not(:first-child) {
          margin-left: 35px; }
        .navbar_not_logged ul li:last-child {
          background-color: transparent;
          border: 1px solid #FFFFFF;
          border-radius: 100px;
          display: inline-block;
          transition: 0.2s;
          opacity: 1; }
          .navbar_not_logged ul li:last-child a {
            display: block;
            padding: 13.5px 18.5px; }
        .navbar_not_logged ul li:last-child:hover {
          cursor: pointer;
          background-color: #F53F4D;
          color: #FFF;
          border-color: #F53F4D; }
          .navbar_not_logged ul li:last-child:hover a {
            color: #FFFFFF;
            opacity: 1; }
        .navbar_not_logged ul li.active a {
          opacity: 1; }

  .navbar_not_homepage ul li:last-child {
    background-color: #F53F4D;
    border: 1px solid #F53F4D;
    color: #FFFFFF; }
    .navbar_not_homepage ul li:last-child a {
      color: #FFFFFF;
      line-height: 10px;
      opacity: 1; }
  .navbar_not_homepage ul li:last-child:hover {
    background-color: transparent;
    border: 1px solid #FFFFFF; }
  .navbar_not_homepage ul li.active:not(:last-child) {
    opacity: 1;
    border-bottom: 3px solid #F53F4D;
    padding-bottom: 8px; }
    .navbar_not_homepage ul li.active:not(:last-child) a {
      color: #FFFFFF; }

  .mobile_menu {
    display: inline-block;
    float: left;
    width: 100%; }
    .mobile_menu ul {
      margin: 10px 0; }
      .mobile_menu ul li {
        transition: linear 0.2s; }
        .mobile_menu ul li a {
          color: #FFFFFF;
          font-size: 11px;
          line-height: 13px;
          font-family: "Roboto";
          text-transform: uppercase;
          font-weight: 600;
          padding-bottom: 5px; }

  .navbar-nav {
    margin-left: 0; }
    .navbar-nav li:not(:first-child) span {
      background: #F53F4D;
      padding: 5px 9px;
      border-radius: 20px;
      margin-left: 3px;
      display: inline; }
    .navbar-nav li:first-child > a {
      padding-left: 15px; }
    .navbar-nav li.beta > a {
      padding-top: 12px; }
      .navbar-nav li.beta > a::after {
        content: 'beta';
        vertical-align: super;
        color: red;
        font-size: 9px; }

  .navbar-collapse {
    padding-left: 0px; }

  .navbar-unlogged {
    min-height: 60px;
    top: 0px;
    width: 100vw;
    text-align: left;
    z-index: 5; }

  .advanced_search {
    padding-bottom: 10px; }

  #navbar_menu {
    height: 0;
    overflow: hidden;
    transition: ease-in-out 0.2s; }
    #navbar_menu hr {
      margin: 5px auto 10px -15px;
      width: 100vw;
      border-color: black;
      opacity: 0.1;
      box-shadow: 0 0 1px 0px rgba(0, 0, 0, 0.2); }

  #navbar_menu.navbar_menu_show {
    height: auto;
    overflow: visible; }

  .simpleSearch-wrapper-desktop .simpleSearch {
    display: none; }

  .simpleSearch-wrapper-mobile .simpleSearch {
    display: block; } }
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  .platform_logo {
    /*Tylko dla mobile*/
    margin-top: 8px; }

  .search_autocomplete {
    overflow-y: auto;
    max-height: 100vh; } }
@media only screen and (min-width: 768px) {
  .navbar-inverse {
    padding-bottom: 0px; }

  #navbar_menu {
    height: auto; }

  .logo-container {
    display: inline-block;
    float: left;
    margin-right: 50px; }
    .logo-container .platform_logo {
      margin: 0px;
      transform: translateY(25%);
      width: 110px; }

  .search_icon {
    right: 0px; }

  .simpleSearch-wrapper-desktop {
    float: left; }

  .navbar-dropdown-close {
    border: 1px solid #F53F4D;
    border-width: 1px;
    border-radius: 5px;
    width: 100%;
    min-width: 210px;
    height: 36px;
    text-align: left;
    position: relative;
    cursor: pointer; }
    .navbar-dropdown-close a {
      color: #FFFFFF;
      font-size: 12px;
      line-height: 13px;
      font-family: "Roboto";
      margin-left: 8px;
      margin-top: 5px; }
    .navbar-dropdown-close p {
      color: #7E7F92;
      font-size: 10px;
      line-height: 12px;
      font-family: "Roboto";
      margin-left: 8px;
      margin-bottom: 4px; }

  .navbar-dropdown-open {
    border-radius: 0;
    border-bottom: none;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px; }

  .navbar-dropdown-toggle {
    position: absolute;
    display: inline-block;
    width: 10px;
    height: 10px;
    border-bottom: 2px solid #F53F4D;
    border-left: 2px solid #F53F4D;
    transform: rotate(-45deg);
    top: 10px;
    right: 11px; }

  .navbar-dropdown-menu {
    width: calc(100% - 30px);
    min-width: 210px;
    border-top: none;
    border-left: 1px solid #F53F4D;
    border-right: 1px solid #F53F4D;
    border-bottom: 1px solid #F53F4D;
    border-width: 1px;
    border-radius: 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    text-align: left;
    left: 15px;
    background-color: #282A4A;
    margin-top: -5px; }
    .navbar-dropdown-menu .dropdown-item {
      clear: both;
      border-top: 1px solid rgba(126, 127, 146, 0.3); }
      .navbar-dropdown-menu .dropdown-item:first-child .subscription {
        float: left;
        margin-bottom: 8px; }
        .navbar-dropdown-menu .dropdown-item:first-child .subscription p {
          font-size: 11px;
          margin-top: 10px; }
          .navbar-dropdown-menu .dropdown-item:first-child .subscription p:nth-child(2) {
            font-size: 15px;
            margin-top: 0;
            font-weight: bold; }
          .navbar-dropdown-menu .dropdown-item:first-child .subscription p span {
            font-size: 12px; }
      .navbar-dropdown-menu .dropdown-item:first-child .button-wrapper {
        float: right; }
        .navbar-dropdown-menu .dropdown-item:first-child .button-wrapper .btn {
          font-size: 10px;
          vertical-align: middle;
          padding: 8px 8px 6px;
          margin-right: 10px;
          margin-top: 15px;
          margin: 15px 10px 0 0; }
      .navbar-dropdown-menu .dropdown-item:last-child a {
        color: #7E7F92; }
    .navbar-dropdown-menu a {
      color: #FFFFFF;
      font-size: 12px;
      line-height: 12px;
      font-family: "Roboto";
      margin-left: 8px; }
    .navbar-dropdown-menu p {
      color: #FFFFFF;
      font-size: 10px;
      font-family: "Roboto";
      margin-left: 8px;
      opacity: 1;
      margin-top: 7px;
      margin-bottom: 3px;
      line-height: 18px; }
    .navbar-dropdown-menu .navbar-report-info {
      position: inherit;
      margin-bottom: 0px !important;
      margin-right: 10px;
      color: #7E7F92 !important;
      line-height: 1;
      text-align: left;
      padding-bottom: 10px; }

  .navbar-progress {
    border: none !important;
    margin-right: 10px;
    margin-left: 8px;
    border-radius: 10px;
    height: 4px;
    background: #7E7F92;
    margin-bottom: 4px; }
    .navbar-progress .navbar-progress-bar {
      position: inherit;
      border-radius: 10px;
      height: 4px;
      background: #F53F4D;
      margin-right: 4px; }
    .navbar-progress:last-child {
      margin-bottom: 9px; }

  .navbar-counter {
    position: inherit;
    margin-bottom: 0px !important;
    text-align: right;
    margin-right: 10px;
    color: #7E7F92 !important; }

  .navbar-nav > li:after, .navbar-nav > li:hover:after {
    display: block;
    content: "";
    height: 4px;
    border-radius: 4px;
    width: calc(100% - 30px);
    margin: auto;
    transition: all 0.2s;
    /*margin:0 auto;*/ }

  .navbar-nav > li.active:after, .navbar-nav > li:hover:after {
    display: block;
    background-color: #F53F4D;
    content: "";
    height: 4px;
    border-radius: 4px;
    width: 80%;
    margin: 0 auto;
    transition: all 0.2s; }

  .navbar-nav > li:hover:after {
    background-color: #F53F4D; }

  .simpleSearch-wrapper-mobile .simpleSearch {
    display: none; }

  .simpleSearch-wrapper-desktop {
    width: 100%;
    max-width: calc(100% - 430px); }
    .simpleSearch-wrapper-desktop .simpleSearch {
      display: block; }
      .simpleSearch-wrapper-desktop .simpleSearch input {
        max-width: calc(100% - 45px);
        float: left; }
      .simpleSearch-wrapper-desktop .simpleSearch span.search-icon {
        float: left;
        cursor: pointer; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  #navbar_desktop {
    margin-top: 20px; }
    #navbar_desktop a {
      padding-bottom: 20px; }

  .search_autocomplete {
    width: 96.2%;
    left: auto; }

  .navbar-nav > li:after {
    transition: all 0.2s;
    -webkit-transition: all 0.2s; } }
/* Large Devices, Wide Screens */
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.advanced_search_link {
  color: #0f8adb;
  font-weight: 500;
  font-family: "RobotoMedium";
  font-size: 12px;
  line-height: 16px;
  margin-top: 30px;
  cursor: pointer; }

@media only screen and (min-width: 320px) {
  .search_autocomplete {
    display: block;
    position: absolute;
    top: 42px;
    min-height: 96px;
    background: #FFFFFF;
    box-shadow: 0 12px 24px 0 rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    height: auto;
    padding: 21px 15px;
    z-index: 4;
    overflow-y: auto;
    /*Różnica w stosunku do desktopa*/
    width: 100%;
    left: 0px; }

  .search_autocomplete_row {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 7.5px;
    padding-top: 7.5px;
    border-bottom: 1px solid #DFE2E6;
    cursor: pointer; }

  .search_autocomplete_row h1 {
    font-size: 14px;
    color: #282a4a;
    line-height: 16px;
    font-family: "Roboto"; }

  .search_autocomplete_row .dot {
    display: inline-block;
    width: 5px;
    height: 5px;
    margin-left: 6px;
    margin-right: 6px;
    background: #bebfc8;
    border-radius: 50%;
    vertical-align: middle; }

  .search_autocomplete_row span {
    font-family: "Roboto";
    font-size: 12px;
    line-height: 12px;
    color: #828396; }

  .search_result_block {
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
    border: 1px solid #D8DFE6;
    border-radius: 4px;
    padding: 36px 24px;
    display: block;
    height: auto;
    margin: 24px 0; }

  .search_result_block h1 {
    font-family: "Roboto";
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 28px;
    color: #373A3C; }

  .search_result_block p {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 22px;
    opacity: 1;
    color: #373A3C; }

  .search_input {
    background-color: #3D3F5E;
    width: 100%;
    height: 36px;
    border-radius: 3px;
    border: 0px;
    padding: 12px 37px 12px 14px;
    outline: 0;
    font-size: 12px;
    line-height: 12px;
    font-family: "Roboto";
    color: #282a4a;
    transition: 0.5s; }

  .search_input::-webkit-input-placeholder, .search_input::-moz-placeholder, .search_input:-ms-input-placeholder, .search_input:-moz-placeholder {
    font-family: "Roboto";
    font-size: 12px;
    color: #f4f4f6;
    line-height: 12px;
    letter-spacing: normal;
    opacity: 0.6; }

  .search-icon, .navbar-nav span.search-icon {
    background: url("../img/search-ico.svg");
    background-size: 14px 14px;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 11px 15px;
    width: 45px;
    height: 36px;
    background-color: #F53F4D;
    border-radius: 0 3px 3px 0; }

  .search-icon-relative {
    position: relative; }

  .search_input:focus {
    background-color: #FFFFFF; } }
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .search_result_block {
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
    border: 1px solid #D8DFE6;
    border-radius: 4px;
    padding: 36px;
    display: block;
    height: auto;
    margin-top: 24px; }

  .search_result_block h1 {
    font-family: "Roboto";
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 28px;
    color: #373A3C; }

  .search_result_block p {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 22px;
    opacity: 1;
    color: #373A3C; } }
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.press_box {
  background: #FFFFFF;
  border: 1px solid #D8DFE6;
  box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
  border-radius: 4px;
  padding: 30px 24px 24px 24px;
  min-height: 222px;
  cursor: pointer;
  transition: 0.3s;
  margin-top: 24px; }
  .press_box h2.title {
    font-size: 16px;
    color: #282a4a;
    line-height: 22px;
    font-family: "RobotoMedium";
    font-weight: 500; }
  .press_box .source {
    font-family: "RobotoMedium";
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    opacity: 0.6;
    margin-top: 12px; }
  .press_box .date {
    color: #282a4a;
    font-size: 12px;
    line-height: 22px;
    opacity: 0.6;
    position: absolute;
    bottom: 0;
    margin-bottom: 24px; }

.press_box:hover {
  box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.3);
  opacity: 0.7; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.activity_tr {
  border-bottom: 1px solid #e5e5e5; }
  .activity_tr td {
    padding-bottom: 10px;
    padding-top: 10px;
    border-right: 1px solid #e5e5e5; }
  .activity_tr th:first-child {
    width: 20%;
    max-width: 50%;
    word-wrap: break-word;
    text-align: left;
    padding-right: 35px; }
  .activity_tr th {
    padding-top: 24.5px;
    padding-bottom: 24.5px;
    text-align: center;
    border-right: 1px solid #e5e5e5; }
  .activity_tr .pos_info {
    color: #828396;
    font-size: 12px;
    line-height: 13px;
    opacity: 1;
    margin-top: 10px; }

.activity {
  margin: 35px 0px;
  font-family: "Roboto";
  width: 100%; }
  .activity .position_name {
    font-size: 18px;
    line-height: 24px;
    color: #282a4a; }
  .activity .year {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    color: #282a4a;
    background: #FFF; }
  .activity .company_name {
    font-size: 14px;
    line-height: 18px;
    color: #0f8adb; }
  .activity .company_position {
    color: #282a4a;
    opacity: 1;
    font-weight: 500;
    font-family: "Roboto"; }

.now_line {
  position: absolute;
  width: 2px;
  background-color: #828396;
  height: 100%;
  z-index: -2;
  right: 0;
  top: 108px; }

.now_line_date {
  display: inline-block;
  width: 100px;
  height: 5px;
  color: #828396;
  font-weight: 500;
  font-family: "RobotoMedium";
  font-size: 14px;
  line-height: 15px;
  margin-top: 50px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

.activity_tabs {
  border: 0px;
  margin-top: 36px; }
  .activity_tabs li:not(:first-child) {
    margin-left: 12px; }
  .activity_tabs li a {
    color: #282a4a;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    font-family: "RobotoMedium";
    border: 0px;
    border-bottom-color: 0px;
    opacity: 0.6;
    padding: 10px 0px;
    background-color: transparent; }
  .activity_tabs li.active {
    color: #282a4a;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    font-family: "RobotoMedium"; }
    .activity_tabs li.active a {
      color: #282a4a;
      font-size: 12px;
      line-height: 12px;
      font-weight: 500;
      font-family: "RobotoMedium";
      border: 0px;
      opacity: 1;
      padding: 10px 0px;
      border-bottom: 2px solid #F53F4D;
      background-color: transparent; }
    .activity_tabs li.active a:focus {
      color: #282a4a;
      padding: 10px 0px;
      border: 0px;
      border-bottom: 2px solid #F53F4D; }
    .activity_tabs li.active a:hover {
      color: #282a4a;
      border: 0px;
      padding: 10px 0px;
      border-bottom: 2px solid #F53F4D; }

.table_closure {
  height: 35px;
  background: #F9F9F9;
  margin-top: -35px;
  z-index: 100; }

.table_items_center td {
  vertical-align: middle !important; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .subsection {
    padding-top: 25px;
    padding-bottom: 25px;
    min-height: 350px; }
    .subsection h3 {
      font-size: 28px;
      line-height: 36px;
      color: #282a4a;
      font-weight: 300; }
    .subsection h2 {
      font-size: 28px;
      line-height: 38px;
      color: #282a4a;
      font-family: "RobotoMedium";
      font-weight: normal; }
    .subsection p {
      margin-top: 16px;
      color: #282a4a;
      font-size: 18px;
      font-weight: 300;
      font-family: "Roboto";
      opacity: 1; }
    .subsection p.smaller {
      font-size: 14px;
      line-height: 24px;
      opacity: 0.7;
      font-weight: normal; }
    .subsection .section-title {
      margin-bottom: 53px; }
    .subsection .button_more {
      margin-top: 23.5px;
      width: 100%; } }
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .subsection .button_more {
    width: auto; } }
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  .header_section {
    padding-bottom: 85px;
    padding-top: 95px;
    background-color: #282a4a; }
    .header_section h1 {
      font-family: "Roboto";
      font-size: 28px;
      line-height: 33px;
      font-weight: 600;
      color: #FFFFFF; }
    .header_section h2 {
      font-size: 18px;
      line-height: 26px;
      font-weight: 500;
      color: #FFFFFF;
      margin-top: 47px;
      padding-bottom: 29px; }
    .header_section .header_btn {
      margin-top: 47px;
      width: 240px;
      height: 42px; }

  .normal_page_header {
    min-height: 370px; }

  .go_to_documents {
    padding: 9px 14px; }
    .go_to_documents:before {
      content: ""; } }
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
  .normal_page_header {
    max-height: 370px;
    min-height: 370px; }

  .header_section {
    padding-bottom: 85px;
    padding-top: 95px;
    background-color: #282a4a; }
    .header_section h1 {
      font-family: "Roboto";
      font-size: 36px;
      line-height: 37px;
      font-weight: 600;
      color: #FFFFFF; }
    .header_section h2 {
      font-size: 16px;
      line-height: 25px;
      font-weight: 500;
      color: #FFFFFF;
      margin-top: 47px;
      padding-bottom: 29px; }
    .header_section .header_btn {
      margin-top: 47px;
      width: 180px;
      height: 42px; } }
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.footer_background {
  min-height: 197px;
  margin-top: 20px;
  background-color: #f4f4f6;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 44px;
  padding-bottom: 48px; }

.footer_bar {
  background: #F53F4D;
  height: 4px;
  border-radius: 4px;
  width: 10%; }

.platform_footer_logo {
  background-image: url("../img/logo-original.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 18px;
  display: block; }

.copyright {
  font-size: 12px;
  line-height: 14px;
  font-family: "Roboto";
  color: #828396;
  margin: 25px auto 0;
  display: block; }

.footer_menu {
  margin-bottom: 10px; }
  .footer_menu h4 {
    font-size: 11px;
    font-family: "Roboto";
    line-height: 13px;
    opacity: 0.6;
    color: #282a4a;
    text-transform: uppercase;
    margin-bottom: 17px;
    margin-top: 0px; }
  .footer_menu ul {
    list-style: none;
    padding-left: 0px; }
    .footer_menu ul li a {
      font-family: "Roboto";
      font-size: 14px;
      line-height: 21px;
      color: #282a4a; }

.fb-root {
  margin-top: 10px; }

.footer_informative p, .footer_informative a {
  font-size: 12px;
  font-family: "Roboto";
  line-height: 14px;
  color: #828396;
  margin-bottom: 17px; }

@media only screen and (max-width: 768px) {
  .copyright {
    display: table; }
    .copyright br {
      display: none; }

  .platform_footer_logo {
    width: 100px;
    display: table;
    margin: auto; } }
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.prepaid_price {
  color: #282a4a;
  opacity: 0.7;
  margin-left: auto; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
/*
Małe klasy które używane są cross-projektowo
*/
.question_red_mark {
  background-color: transparent;
  border: 1px solid #F53F4D;
  color: #F53F4D;
  display: inline-block;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 12px;
  margin-left: 5px;
  margin-top: -10px;
  cursor: pointer; }

.question_red_mark + .tooltip.right .tooltip-inner {
  background-color: #282a4a;
  max-width: 100%;
  font-size: 13px;
  line-height: 16px;
  font-family: "Roboto";
  opacity: 1;
  padding: 26px 12px;
  color: #FFFFFF; }
.question_red_mark + .tooltip.right .tooltip-arrow {
  border-right-color: #282a4a; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #828396; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #828396; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #828396; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #828396; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
.credit_card {
  position: relative; }
  .credit_card .help_input {
    position: absolute;
    text-align: right;
    color: #828396;
    background: none; }
  .credit_card .base_input {
    position: relative;
    background: none;
    border-right: none;
    display: inline-block;
    margin-right: 40px;
    z-index: 100; }
  .credit_card input, .credit_card input:focus {
    outline: 0;
    border-color: #D8DFE6; }
  .credit_card input[name="cardValidToMonth"] {
    max-width: 44px;
    display: inline-block; }
  .credit_card input[name="cardValidToYear"] {
    max-width: 58px;
    display: inline-block; }
  .credit_card input[name="cardValidToFormat"] {
    display: inline-block;
    color: #828396;
    max-width: 40px;
    width: auto;
    padding: 12px 0px; }

.ver-mid {
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%); }

.no-padding {
  padding: 0; }

.mt-5 {
  margin-top: 5px; }

.mt-7 {
  margin-top: 7px; }

.mt-10 {
  margin-top: 10px; }

.mt-13 {
  margin-top: 13px; }

.mt-15 {
  margin-top: 15px; }

.mt-17 {
  margin-top: 17px; }

.mt-20 {
  margin-top: 20px; }

.mt-25 {
  margin-top: 25px; }

.mt-30 {
  margin-top: 30px; }

.mt-35 {
  margin-top: 35px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-7 {
  margin-bottom: 7px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-15 {
  margin-bottom: 15px; }

.mb-17 {
  margin-bottom: 17px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-25 {
  margin-bottom: 25px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-35 {
  margin-bottom: 35px; }

.mb-40 {
  margin-bottom: 40px; }

.mb-50 {
  margin-bottom: 50px; }

.ml-5 {
  margin-left: 5px; }

.ml-7 {
  margin-left: 7px; }

.ml-10 {
  margin-left: 10px; }

.ml-15 {
  margin-left: 15px; }

.ml-17 {
  margin-left: 17px; }

.ml-20 {
  margin-left: 20px; }

.ml-25 {
  margin-left: 25px; }

.ml-30 {
  margin-left: 30px; }

.ml-35 {
  margin-left: 35px; }

.ml-40 {
  margin-left: 40px; }

.ml-50 {
  margin-left: 50px; }

.mr-5 {
  margin-right: 5px; }

.mr-7 {
  margin-right: 7px; }

.mr-10 {
  margin-right: 10px; }

.mr-15 {
  margin-right: 15px; }

.mr-17 {
  margin-right: 17px; }

.mr-20 {
  margin-right: 20px; }

.mr-25 {
  margin-right: 25px; }

.mr-30 {
  margin-right: 30px; }

.mr-35 {
  margin-right: 35px; }

.mr-40 {
  margin-right: 40px; }

.mr-50 {
  margin-right: 50px; }

.pb-5 {
  padding-bottom: 5px; }

.pb-7 {
  padding-bottom: 7px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-15 {
  padding-bottom: 15px; }

.pb-17 {
  padding-bottom: 17px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-25 {
  padding-bottom: 25px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-35 {
  padding-bottom: 35px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pt-5 {
  padding-top: 5px; }

.pt-7 {
  padding-top: 7px; }

.pt-10 {
  padding-top: 10px; }

.pt-15 {
  padding-top: 15px; }

.pt-17 {
  padding-top: 17px; }

.pt-20 {
  padding-top: 20px; }

.pt-25 {
  padding-top: 25px; }

.pt-30 {
  padding-top: 30px; }

.pt-35 {
  padding-top: 35px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pl-5 {
  padding-left: 5px; }

.pl-7 {
  padding-left: 7px; }

.pl-10 {
  padding-left: 10px; }

.pl-15 {
  padding-left: 15px; }

.pl-17 {
  padding-left: 17px; }

.pl-20 {
  padding-left: 20px; }

.pl-25 {
  padding-left: 25px; }

.pl-30 {
  padding-left: 30px; }

.pl-35 {
  padding-left: 35px; }

.pl-40 {
  padding-left: 40px; }

.pl-50 {
  padding-left: 50px; }

.pr-5 {
  padding-right: 5px; }

.pr-7 {
  padding-right: 7px; }

.pr-10 {
  padding-right: 10px; }

.pr-15 {
  padding-right: 15px; }

.pr-17 {
  padding-right: 17px; }

.pr-20 {
  padding-right: 20px; }

.pr-25 {
  padding-right: 25px; }

.pr-30 {
  padding-right: 30px; }

.pr-35 {
  padding-right: 35px; }

.pr-40 {
  padding-right: 40px; }

.pr-50 {
  padding-right: 50px; }

.h100 {
  height: 100%; }

.w49 {
  width: 49%; }

.w50 {
  width: 50%; }

.w100 {
  width: 100%; }

.blur {
  filter: blur(3px); }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: uppercase; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.show-more {
  cursor: pointer;
  color: #000080; }

.tall {
  min-height: calc(100vh - 500px); }

.pointer {
  cursor: pointer; }

/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
  table.invoice_data {
    table-layout: fixed;
    width: 100%; }
    table.invoice_data tr {
      margin: 30px 0; }
      table.invoice_data tr td {
        padding: 10px 0;
        font-size: 16px; }
        table.invoice_data tr td span {
          font-size: 14px;
          color: #aeafba; }

  .ver-mid {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%); }

  .h100 {
    height: 100%; }

  .w100 {
    width: 100%;
    color: red; }

  .btn-tdata {
    color: #fff;
    background-color: #282a4a;
    border-color: #282a4a; }
    .btn-tdata:hover, .btn-tdata:active, .btn-tdata:focus {
      color: #fff;
      opacity: 0.9; }

  .red {
    color: #F53F4D !important; }

  .btn-red {
    color: #fff;
    background-color: #F53F4D;
    border-color: #F53F4D; }
    .btn-red:hover, .btn-red:active, .btn-red:focus {
      color: #fff;
      opacity: 0.9; }

  .btn-white-red {
    color: #F53F4D;
    background-color: #fff;
    border-color: #F53F4D; }
    .btn-white-red:hover, .btn-white-red:active, .btn-white-red:focus {
      color: #F53F4D;
      opacity: 0.9; }

  .btn-white-purple {
    color: #282a4a;
    background-color: #fff;
    border-color: #282a4a; }
    .btn-white-purple:hover, .btn-white-purple:active, .btn-white-purple:focus {
      background-color: #282a4a;
      color: #fff; }

  .btn-gray {
    color: #fff;
    background-color: #D8DFE6;
    border-color: #D8DFE6; }
    .btn-gray:hover, .btn-gray:active, .btn-gray:focus {
      color: #fff;
      opacity: 0.9; }

  .btn-white-gray {
    color: #bdbdbd;
    background-color: #fff;
    border-color: #bdbdbd; }
    .btn-white-gray:hover, .btn-white-gray:active, .btn-white-gray:focus {
      color: #F53F4D;
      border-color: #F53F4D;
      opacity: 0.9; }

  ::-webkit-scrollbar {
    width: 8px;
    height: 8px; }

  ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #ececec; }

  ::-webkit-scrollbar-track-piece {
    background-color: transparent; }

  ::-webkit-scrollbar-thumb {
    background-color: #F53F4D;
    border-radius: 5px; }

  .page-content {
    padding-top: 70px;
    min-height: calc(100vh - 149px); }
    .page-content .flashbag.alert-success {
      margin-top: 0px; }

  .page-content-user {
    padding-top: 80px;
    min-height: calc(100vh - 318px); }

  .flashbag.alert-success {
    padding-top: 35px;
    margin-top: 60px; }

  .flashbag.alert-info {
    padding-top: 35px;
    margin-top: 0; }

  .flashbag {
    transition: 0.2s ease-in; }
    .flashbag.height-reducer {
      margin-top: -10px; }

  .or_login {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 12px;
    line-height: 14px;
    color: #b8B9C3;
    font-weight: 500;
    font-family: "RobotoMedium";
    display: block; }

  .settings_muted {
    color: #373A3C !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    font-family: "Roboto"; }

  .financial_status {
    font-family: "RobotoMedium";
    font-weight: 500;
    font-size: 13px;
    line-height: 11px;
    color: #0F8ADB;
    opacity: 1; }

  .financial_status_disabled {
    color: #828396; }

  .grey_date {
    font-family: "RobotoMedium";
    font-weight: 500;
    font-size: 11px;
    line-height: 13px;
    color: #282a4a;
    opacity: 0.6; }

  .wrong_form {
    font-size: 14px;
    line-height: 22px; }

  .wrong_form:before {
    background: url("../img/wrong_form.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    content: "";
    margin-right: 10px;
    display: inline-block; }

  .invoice_row {
    background: #FFFFFF;
    border: 1px solid #D8DFE6;
    box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
    border-radius: 4px;
    float: left;
    padding: 19px 5px;
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 13px; }
    .invoice_row p {
      font-weight: 500;
      font-family: "RobotoMedium";
      opacity: 1;
      margin: 0px; }

  .inline-block {
    display: inline-block; }

  .subscription_type {
    padding: 0 10px;
    height: 40px;
    margin-bottom: -5px; }

  .opacityOne {
    opacity: 1; }

  .observe_tag {
    border-radius: 3px;
    padding: 8px 13px;
    font-family: "RobotoMedium";
    font-weight: 500;
    font-size: 12px;
    line-height: 13px; }

  .media_tag {
    background: rgba(152, 71, 224, 0.1);
    color: #9847E0; }

  .wig_tag {
    background: rgba(40, 42, 74, 0.1);
    color: #282a4a; }

  .dlugi_tag {
    background: rgba(87, 179, 62, 0.1);
    color: #57b33e; }

  .krs_tag {
    color: #0f8adb;
    background: rgba(15, 138, 219, 0.1); }

  .observed_items h1 {
    font-size: 22px;
    line-height: 22px;
    color: #373A3C; }
  .observed_items p {
    color: #373A3C;
    opacity: 1;
    font-size: 14px;
    line-height: 22px; }
  .observed_items h2 {
    font-size: 16px;
    line-height: 22px;
    color: #373A3C; }
  .observed_items .date_row {
    margin-top: 16px; }
  .observed_items .changes_row {
    margin-top: 20px;
    width: 100%;
    float: left; }
  .observed_items .observe_changes_items h4 {
    color: #282a4a;
    font-size: 14px;
    line-height: 13px;
    opacity: 1;
    font-weight: 500;
    font-family: "RobotoMedium"; }
  .observed_items .observe_changes_items li {
    margin-top: 13px;
    font-size: 14px;
    color: #373A3C;
    line-height: 25px;
    font-family: "Roboto"; }
  .observed_items .observe_date {
    color: #828396;
    font-size: 14px;
    line-height: 13px;
    font-family: "RobotoMedium";
    font-weight: 500; }

  .badge {
    background-color: #F53F4D;
    border-radius: 100px;
    color: #FFFFFF;
    margin-left: 10px; }

  .udzialowiec_percent {
    color: #373A3C;
    font-size: 22px;
    line-height: 22px;
    font-family: "Roboto";
    margin-left: 14px; }

  .udzialowiec_amount {
    font-size: 12px;
    line-height: 12px;
    color: #282a4a;
    opacity: 0.6;
    font-family: "RobotoMedium";
    font-weight: 500; }

  .xs_section {
    margin-top: 32px; }

  .report_separator {
    background: rgba(216, 223, 230, 0.7);
    height: 1px;
    display: block;
    margin-top: 32px;
    margin-bottom: 32px; }

  .small_separator {
    background: rgba(216, 223, 230, 0.7);
    height: 1px;
    display: block;
    margin: 10px 0px; }

  .section_top_40 {
    margin-top: 40px; }

  .section_bottom_40 {
    margin-bottom: 40px; }

  br {
    line-height: 150%; }

  .section-title {
    color: #282a4a;
    font-size: 36px;
    line-height: 48px; }

  .company_navbar {
    margin-top: 16px;
    margin-bottom: 0px; }

  .observe_button {
    padding: 9px 14px; }

  .observe_button:before {
    content: url("../img/obserwuj-oczko.png");
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    height: 9px; }

  .map_button:before {
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    height: 9px; }

  .street_view_button:before {
    display: inline-block;
    margin-right: 5px;
    width: 12px;
    height: 9px; }

  .beneficiary_row {
    margin-top: 20px; }
    .beneficiary_row .equal a {
      margin-bottom: 5px; }

  .info {
    padding: 5px;
    font-size: 12px;
    color: #666; }
    .info.icon-alert:before {
      content: "i";
      font-family: serif;
      border: 1px solid #666;
      border-radius: 15px;
      margin-right: 6px;
      padding: 2px 8px; }

  .page_not_found {
    background: url("../img/nasa404.png");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    background-position: center;
    height: 100%; }
    .page_not_found .logo_404 {
      margin-top: 12px; }
    .page_not_found h1 {
      color: rgba(255, 255, 255, 0.2);
      margin-top: 113px;
      font-size: 72px;
      font-weight: 600; }
    .page_not_found h2 {
      color: #FFFFFF;
      font-size: 36px;
      line-height: 24px;
      margin-top: 35px; }
    .page_not_found p {
      color: #FFFFFF;
      font-size: 16px;
      line-height: 25px;
      margin-top: 22px;
      margin-bottom: 39px;
      opacity: 1; }

  .payment-elem {
    background: #FFFFFF;
    border: 1px solid #D8DFE6;
    box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
    border-radius: 2px;
    padding: 15px 20px 3px;
    margin-bottom: 10px; }
    .payment-elem .row .half {
      padding: 0 15px; }
    .payment-elem .row .half:first-child {
      padding-right: 5px; }

  .choice-label {
    cursor: pointer;
    text-align: left;
    width: 100%; }

  .payment_top_section h1 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 10px; }

  .white_circle {
    background: #FFFFFF;
    box-shadow: 0 10px 15px 0 rgba(40, 42, 74, 0.15);
    padding: 29px 27px;
    margin: 0 auto;
    width: 88px;
    height: 88px;
    border-radius: 50%;
    margin-bottom: 32px; }

  .red_cart_ico:after {
    content: url("../img/zakup_raportu.png");
    display: block; }

  .money_ico:after {
    content: url("../img/money_ico_two.png");
    display: block; }

  .document_ico:after {
    content: url("../img/document_ico.png");
    display: block; }

  .payment_label .report_name {
    font-size: 14px;
    line-height: 16px;
    color: #373A3C;
    width: 100%;
    padding-bottom: 40px;
    margin-bottom: 31.5px;
    border-bottom: 1px solid #DFE2E6; }
    .payment_label .report_name strong {
      font-size: 18px;
      line-height: 21px;
      float: right; }

  .no_visited {
    padding-top: 60px;
    padding-bottom: 213px; }
    .no_visited .loop_sign {
      background: #EAEAEC;
      border-radius: 50%;
      width: 88px;
      height: 88px;
      margin: 0 auto;
      padding: 29px 28px; }
    .no_visited h1 {
      margin-top: 34px;
      font-size: 20px;
      line-height: 24px;
      color: #373A3C; }
    .no_visited p {
      margin-top: 12px;
      color: #282a4a;
      font-size: 14px;
      line-height: 22px;
      opacity: 0.6; }

  .udzialowiec {
    margin-top: 10px; }
    .udzialowiec p {
      margin-bottom: 5px; }

  .login_section {
    padding: 88px 0px;
    max-width: 480px;
    margin: auto; }
    .login_section .btn {
      width: 100%;
      max-width: 230px;
      margin: auto;
      margin-bottom: 10px; }

  .font_600 {
    font-weight: 600; }

  .arrow {
    background: url("../img/blue_left_arrow.png");
    width: 12px;
    height: 10px;
    margin-right: 8px;
    display: inline-block; }

  .arrow-down {
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg); }

  .arrow-up {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg); }

  .red_caption {
    color: #F53F4D;
    opacity: 1; }

  .security_content {
    padding-top: 99px; }
    .security_content .security_first img {
      display: block;
      max-height: 100px;
      margin: auto; }
    .security_content .security_second {
      margin-top: 100px;
      padding-bottom: 200px; }
      .security_content .security_second img {
        max-width: 350px;
        height: auto;
        margin-bottom: 30px; }
    .security_content h1 {
      font-size: 28px;
      line-height: 28px;
      font-family: "RobotoLight";
      color: #282a4a;
      margin-bottom: 58px; }
      .security_content h1 strong {
        font-family: "RobotoMedium";
        font-weight: 500; }
    .security_content h2 {
      font-size: 24px;
      line-height: 28px;
      margin-bottom: 16px;
      color: #282a4a; }
    .security_content h3 {
      font-size: 21px;
      line-height: 32px;
      margin-bottom: 28px; }

  .clickable {
    cursor: pointer; }

  .button_row {
    padding-top: 20px;
    padding-bottom: 116px; }

  .cart_button:before {
    content: url("../img/cart.png");
    display: block;
    float: left;
    margin-top: -5px;
    margin-right: 5px; }

  .download_button, .download_button_red {
    padding: 13px 46px;
    margin: 0 auto;
    cursor: pointer; }

  .download_button_red_xs {
    padding: 13px 46px 13px 28px; }

  .download_button:before {
    content: url("/site/przeswietl/assets/img/download.png");
    display: block;
    float: left;
    margin-right: 5px;
    margin-top: -5px; }

  .download_button_red:hover:before {
    content: url("/site/przeswietl/assets/img/download.png"); }

  .download_button_red:before {
    content: url("/site/przeswietl/assets/img/download_red.png");
    display: block;
    float: left;
    margin-top: -5px;
    margin-right: 5px; }

  .presspack_wrapper {
    margin-top: 60px; }

  .price_vat_info {
    font-size: 11px;
    line-height: 13px;
    color: #bebfc8;
    margin: -135px 0px 135px 0px;
    top: 0px;
    position: relative; }

  .price_vat_documents {
    top: 0px;
    margin-top: 35px;
    margin-bottom: 35px; }

  ul.inline li {
    list-style-type: none;
    display: inline; }

  li.red_active:after {
    display: block;
    background-color: #F53F4D;
    content: "";
    height: 4px;
    border-radius: 4px;
    width: 80%;
    margin: 0 auto;
    transition: all 0.2s; }

  .presspack h1 {
    font-size: 21px;
    line-height: 24px;
    color: #282a4a;
    font-weight: 600; }
  .presspack p {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
    font-family: "Roboto"; }
  .presspack h2 {
    font-family: "RobotoMedium";
    font-weight: 500;
    font-size: 21px;
    line-height: 24px;
    color: #282a4a; }

  .grey_section {
    background-color: #F9F9F9; }

  .small_section {
    padding-top: 45px;
    padding-bottom: 45px; }

  .faq_box {
    background-color: #FFFFFF;
    box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
    border: 1px solid #D8DFE6;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 20px;
    padding: 33px 38px;
    min-height: 88px; }
    .faq_box .faq_button {
      width: 36px;
      height: 36px;
      background: #282a4a;
      border-radius: 50%;
      float: right;
      outline: 0;
      border: 0;
      transition: 0.5s; }
    .faq_box .faq_button:after {
      content: url("../img/arrowFaq.svg");
      display: block; }
    .faq_box .faq_button_on {
      background: #828396; }
    .faq_box .faq_button_on:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .faq_box h1 {
      font-family: "Roboto";
      font-size: 22px;
      line-height: 28px;
      color: #282a4a; }
    .faq_box p {
      margin-top: 32px; }
      .faq_box p a {
        opacity: 1;
        color: #282a4a; }
      .faq_box p a:hover, .faq_box p a:focus, .faq_box p a:active {
        opacity: 0.8;
        color: #0f8adb; }
    .faq_box li {
      margin-top: 5px; }
    .faq_box p, .faq_box li {
      font-size: 14px;
      line-height: 22px;
      color: #282a4a;
      opacity: 0.6; }

  .contact_form h1.title {
    font-size: 28px;
    line-height: 28px;
    margin-bottom: 40px; }
  .contact_form .checkbox_paragraph {
    font-size: 11px;
    line-height: 19px;
    color: #828396;
    font-family: "Roboto"; }
    .contact_form .checkbox_paragraph a {
      outline: 0;
      font-size: 11px;
      font-weight: 500; }

  .media_section .contact-section {
    padding-top: 85px;
    padding-bottom: 85px; }
    .media_section .contact-section h1 {
      font-family: "Roboto";
      font-size: 28px;
      line-height: 24px;
      color: #282a4a;
      margin-bottom: 25px; }
    .media_section .contact-section p {
      opacity: 0.7;
      font-size: 14px;
      line-height: 25px;
      color: #282a4a; }
    .media_section .contact-section p.email, .media_section .contact-section p.phone {
      opacity: 1;
      line-height: 36px;
      font-family: "RobotoMedium";
      font-weight: normal; }
      .media_section .contact-section p.email img, .media_section .contact-section p.phone img {
        margin-right: 20px; }

  .last_visited_caption {
    font-family: "Roboto";
    font-size: 11px;
    line-height: 13px;
    opacity: 0.6;
    color: #282a4a;
    font-weight: 600; }

  .graph-wrapper {
    padding-bottom: 20px;
    padding-top: 30px; }

  #connectionsGraph {
    position: relative; }

  .graph-panel-info {
    background: #FFFFFF;
    padding: 32px 30px;
    min-height: 540px;
    height: auto;
    box-shadow: 0 1px 3px 0 rgba(40, 42, 74, 0.08);
    border: 1px solid #D8DFE6; }

  .graph-panel-info h1 {
    font-size: 16px;
    line-height: 22px;
    color: #282a4a;
    font-weight: 600;
    font-family: "Roboto";
    margin-bottom: 21px; }

  .graph-panel-info p {
    font-size: 14px;
    line-height: 16px;
    color: #282a4a;
    font-family: "Roboto"; }

  .graph-panel-info .crossfire {
    position: absolute;
    top: 10px;
    color: #BEBFC8;
    font-family: "Roboto";
    right: 10px;
    cursor: pointer; }

  .graph-panel-info .go_to_profile {
    background: #F53F4D;
    border-radius: 100px;
    padding: 13px 17.5px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 14px;
    font-family: "RobotoBold";
    position: absolute;
    bottom: 46px; }

  .graph-panel-info ul {
    padding-left: 0px; }

  .graph-panel-info li {
    margin-top: 13px; }

  .graph-announcement {
    position: absolute;
    cursor: pointer;
    top: 0px;
    left: 0px;
    right: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.6);
    box-shadow: #e5e5e5 0px 0px 10px;
    text-align: center;
    padding-top: 20%; }

  .graph-announcement h1 {
    font-family: "Roboto";
    font-size: 32px;
    line-height: 38px;
    color: #373A3C; }

  .vis-network {
    background: #FFFFFF; }

  .report_page {
    /*padding-top:36px;*/ }

  .key_people {
    margin-bottom: 35px;
    font-family: "Roboto";
    font-size: 22px;
    line-height: 22px;
    color: #373A3C; }

  .person_link {
    font-size: 14px;
    font-family: "Roboto";
    line-height: 13px;
    color: #0f8adb !important; }

  .person_page {
    padding-top: 50px; }
    .person_page h4 {
      font-family: "Roboto";
      font-size: 22px;
      line-height: 22px; }

  .search_person_companies {
    padding-left: 0px; }

  .search_person_companies li {
    margin-bottom: 6px; }

  .search_person_companies ul, .search_person_companies li > a {
    color: #0f8adb;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 13px; }

  .person_page h1 {
    font-family: "Roboto";
    font-size: 32px;
    line-height: 38px;
    color: #373A3C; }

  .person_details p.company_name {
    color: #0f8adb !important;
    font-size: 14px;
    line-height: 15px;
    font-family: "Roboto";
    margin-top: 36px;
    opacity: 1; }

  .person_details .person_pos {
    font-family: "Roboto";
    font-size: 14px;
    line-height: 13px;
    opacity: 1;
    color: #282a4a; }

  .person_details .person_date {
    color: #828396;
    font-size: 12px;
    line-height: 13px;
    opacity: 1; }

  .person_page h2 {
    font-size: 22px;
    line-height: 22px;
    color: #373A3C; }

  .report_page h1 {
    font-size: 32px;
    line-height: 38px;
    font-family: "Roboto";
    color: #373A3C; }

  .report_page h2 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
    color: #373A3C;
    font-family: "Roboto"; }

  .report_label {
    font-size: 11px;
    line-height: 13px;
    opacity: 0.4;
    font-family: "RobotoMedium";
    font-weight: 500;
    color: #282a4a;
    text-transform: uppercase; }

  .payment_thanks button {
    margin: 25px 0px; }

  .report_section h1, .report_section h2 {
    font-family: "Roboto";
    font-size: 22px;
    line-height: 22px;
    color: #373A3C; }
    .report_section h1 sup, .report_section h2 sup {
      color: #F53F4D;
      font-size: 9px;
      top: -1.5em; }

  .report_section_title {
    margin-top: 32px; }

  .report_section_title h1 {
    font-size: 32px;
    line-height: 38px; }

  .report_section_title h2 {
    font-size: 14px;
    line-height: 22px; }

  .report_section:not(:first-child) {
    /*margin-top:64px;*/ }

  .report_value {
    font-size: 14px;
    line-height: 22px;
    color: #373A3C;
    opacity: 1; }

  .basic_report_details {
    margin-top: 20px; }
    .basic_report_details #vat_status_repeat_link {
      font-weight: bold;
      cursor: pointer; }

  .detail_block:not(:first-child) {
    margin-top: 25px; }

  .blue_text {
    color: #0f8adb;
    font-size: 14px;
    line-height: 13px;
    font-family: "Roboto"; }

  .back_to_results {
    padding-top: 35px; }

  .menu-link {
    font-family: "Roboto";
    font-size: 11px;
    font-weight: 600;
    line-height: 13px;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.5s;
    /*Wyrównanie w pionie*/
    margin-top: auto;
    margin-bottom: auto;
    display: inline-table;
    /*Obszar klikalny*/ }

  .menu-link:hover {
    color: #FFFFFF; }

  /*Nagłówki w osobach kluczowych*/
  .key_people_section {
    font-family: "Roboto";
    font-size: 12px;
    line-height: 12px;
    color: #282a4a;
    opacity: 0.6;
    display: inline-block;
    cursor: pointer; }

  .key_people_section:not(:last-child) {
    margin-right: 36px; }

  .key_people_section_active {
    font-weight: 600;
    padding-bottom: 17px;
    opacity: 1;
    border-bottom: 2px solid #F53F4D; } }
@media only screen and (max-width: 990px) {
  .payment-elem .row .half:first-child {
    padding-right: 15px; } }
/*
Style dla desktopa
*/
/*
    Created on : 2017-03-07, 14:55:12
    Author     : dyktus
*/
/*Fonts*/
.font_light {
  font-family: "RobotoLight" !important;
  font-weight: normal !important; }

/*Colors*/
.blue {
  color: #0f8adb !important; }

/*Button colors*/
/*Others*/
@media only screen and (min-width: 768px) {
  .page-content {
    padding-top: 130px;
    min-height: calc(100vh - 451px); }

  .api_buttons a {
    display: inline-block; }

  .copyright-br {
    display: block; }

  .invoice_row {
    padding: 19px 25px; }

  .price_caption {
    font-size: 22px;
    line-height: 22px; }

  .menu-link-wrapper {
    margin-top: 8px; }

  .security_content .security_first img {
    display: inline;
    margin-left: 15px; } }
/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
  .page-content {
    padding-top: 120px;
    min-height: calc(100vh - 318px); }

  .small_section {
    padding-top: 45px;
    padding-bottom: 45px; }

  .proforma_section {
    padding-top: 20px;
    padding-bottom: 45px; }

  .security_content .security_second {
    margin-top: 210px; } }
/* Large Devices, Wide Screens */
