/* ------------ GENERAL ---------------- */
* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

a {
  text-decoration: none;
  color: #2C6FDC;
  transition: all 0.5s linear;
  font-weight: 600; }
  a:hover {
    text-decoration: none;
    color: #3481FF; }

b {
  font-weight: 700; }

html,
body {
  width: 100%;
  margin: 0;
  font-family: "Titillium Web", sans-serif;
  font-size: 14px;
  background: #F4F7FA;
  color: #485068;
  overflow-x: hidden; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  color: #0D1F3C;
  margin-top: 0; }

h2 {
  font-size: 2.5rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.5rem; }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

strong {
  font-weight: 600; }

.text-notransform {
  text-transform: none; }

.text-blue {
  color: #2C6FDC; }

.text-red {
  color: #e61e44; }

.text-white {
  color: #fff; }

.text-black {
  color: #0D1F3C; }

.text-green {
  color: #36c697; }

.text-muted {
  color: #78839C;
  font-weight: 600; }

img.banner {
  max-width: 100%; }

.btn {
  border-radius: 3px;
  transition: all 0.3s ease;
  border-width: 1px 1px 2px;
  padding: 13px 60px;
  font-weight: 600;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px 0;
  transition: all 0.5s linear; }
  .btn-full {
    width: 100%; }
  .btn.text-left {
    text-align: left; }
  .btn:focus, .btn:active, .btn.active {
    outline: none !important; }
  .btn.btn-default {
    background: #92969D;
    border-color: #92969D;
    color: #fff; }
    .btn.btn-default:hover {
      background: #B5BAC1;
      border-color: #B5BAC1; }
  .btn.btn-primary {
    background: #337ab7;
    border-color: #115895; }
    .btn.btn-primary:hover {
      background: #2269a6; }
  .btn.btn-danger {
    background: #e95f5a;
    border-color: #e95f5a; }
    .btn.btn-danger:hover {
      background: #e95f5a; }
  .btn.btn-success {
    background: #0656B7;
    border-color: #0656B7; }
    .btn.btn-success:hover {
      background: #1369D0;
      border-color: #1369D0; }
  .btn.btn-warning {
    background: #ffb54d;
    border-color: #ffb54d; }
    .btn.btn-warning:hover {
      background: #ffb54d; }
  .btn.btn-info {
    background: #419ef9;
    border-color: #419ef9; }
    .btn.btn-info:hover {
      background: #419ef9; }
  .btn.btn-visit-mevspace {
    position: absolute;
    z-index: 10;
    right: 15px;
    bottom: -40px;
    background-color: #00aae3;
    border-width: 1px;
    border-color: #0088c1;
    min-width: 200px; }
    .btn.btn-visit-mevspace:hover {
      background-color: #0099d2; }

.phone-number-big {
  font-size: 4rem;
  line-height: 48px;
  font-weight: 700; }

#form-handle {
  position: absolute;
  top: -118px; }

.title-box {
  border-bottom: 8px solid;
  color: #0D1F3C;
  margin: 15px 0 0 0;
  padding: 15px 0 10px 0;
  font-size: 1.429rem;
  font-weight: 600; }
  .title-box.basic {
    border-color: #0C5BBA; }
  .title-box.advanced {
    border-color: #0B4589; }
  .title-box.proffesional {
    border-color: #052B58; }
  .title-box.black-friday {
    border-color: #030F1D; }
  .title-box p {
    display: inline;
    text-transform: initial;
    font-size: 1rem;
    color: #78839C;
    margin: 0 0 0 5px; }

.bg-grenate {
  background: #052B58; }

.bg-grey {
  background: #E2E8F2; }

.bg-linear-gradient {
  background: linear-gradient(90deg, #F4F7FA 68%, #fff 0%); }

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

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

/* -------------- MODALS ------------- */
.modal .modal-content {
  overflow: hidden;
  color: #fff; }
  .modal .modal-content.alert-success .modal-header {
    background: #0656B7; }
  .modal .modal-content.alert-success .alert-icon {
    color: #0656B7; }
  .modal .modal-content.alert-danger .modal-header {
    background: #e95f5a; }
  .modal .modal-content.alert-danger .alert-icon {
    color: #e95f5a; }
  .modal .modal-content.alert-info .modal-header {
    background: #419ef9; }
  .modal .modal-content.alert-info .alert-icon {
    color: #419ef9; }
  .modal .modal-content.alert-warning .modal-header {
    background: #ffb54d; }
  .modal .modal-content.alert-warning .alert-icon {
    color: #ffb54d; }
  .modal .modal-content[class*="alert-"] .modal-header {
    font-size: 1.2rem;
    font-weight: 600;
    color: #fff;
    border: 0; }
  @media (max-width: 767px) {
    .modal .modal-content[class*="alert-"] .btn {
      margin-top: 15px; } }
  .modal .modal-content .modal-body {
    background: #F4F7FA;
    padding: 25px; }
  .modal .modal-content .modal-footer {
    border: 0;
    background: #F4F7FA; }
.modal .alert-icon {
  font-size: 120px;
  line-height: 120px; }

/* -------------- LINE --------------- */
.line {
  padding: 100px 0;
  position: relative; }
  .line.line-bottom {
    padding: 0 0 100px 0; }
  .line.line-white {
    background: #fff; }
  .line.line-home {
    padding: 80px 0 30px;
    background: transparent; }
    .line.line-home > .container {
      overflow: hidden; }

.page-title-line {
  background-color: #314559;
  color: #fff;
  padding: 16px 0 22px; }
  .page-title-line h3 {
    color: #fff;
    padding: 0 15px;
    font-weight: 300; }

@media screen and (max-width: 767px) {
  .line {
    padding: 80px 0; } }
/* -------------- ROWS --------------- */
.row.row-explode {
  margin-left: -30px;
  margin-right: -30px; }
  .row.row-explode > div {
    padding-left: 30px;
    padding-right: 30px; }

/* -------------- PANELS ------------- */
.panel {
  background: #fff;
  border-color: #e5e5e5;
  border-radius: 10px;
  border-width: 1px 1px 2px;
  box-shadow: none;
  margin: 0 0 15px; }
  .panel .panel-heading:first-child {
    border-top: none; }
  .panel .panel-heading {
    border: none;
    border-top: 1px solid #e5e5e5;
    background: #fff;
    padding: 15px; }
    .panel .panel-heading h1 {
      font-size: 2em; }
    .panel .panel-heading h3 {
      font-size: 1.5em;
      font-weight: 300;
      margin: 0; }
    .panel .panel-heading h4 {
      font-size: 1.4rem;
      font-weight: 300; }
    .panel .panel-heading h6 {
      font-size: 1.2rem;
      font-weight: 300; }
  .panel .panel-body {
    padding: 15px; }
    .panel .panel-body.full {
      border-top: 0;
      padding: 0; }
      .panel .panel-body.full .table {
        margin: 0; }
    .panel .panel-body.no-padding {
      padding: 0; }
      .panel .panel-body.no-padding table {
        margin: 0;
        border-top: 0; }
        .panel .panel-body.no-padding table tr td {
          padding: 15px; }
        .panel .panel-body.no-padding table.table-striped > tbody > tr:nth-of-type(2n+1) {
          background-color: #fff; }
  .panel .panel-footer {
    background: #fff;
    font-weight: 600;
    padding: 25px;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .panel .panel-footer.package-price {
      background: #030f1d;
      color: #fff;
      text-align: center;
      font-size: 1.2rem;
      font-weight: 300; }
  .panel.only-body .panel-body {
    border: none; }
  .panel .panel-body.no-padding {
    padding: 0 25px; }
    .panel .panel-body.no-padding table {
      margin: 0; }
      .panel .panel-body.no-padding table > tbody > tr:first-child th,
      .panel .panel-body.no-padding table > tbody > tr:first-child td {
        border-top: 0; }
      .panel .panel-body.no-padding table th,
      .panel .panel-body.no-padding table td {
        padding-left: 15px;
        padding-right: 15px; }
      .panel .panel-body.no-padding table tr td {
        border: 0; }
  .panel.faq .panel-heading:not(:first-child) {
    background: #fafafa; }
  .panel.faq .panel-body .panel .panel-heading {
    padding: 0; }
    .panel.faq .panel-body .panel .panel-heading a {
      display: block;
      padding: 15px; }
      .panel.faq .panel-body .panel .panel-heading a:hover, .panel.faq .panel-body .panel .panel-heading a:active, .panel.faq .panel-body .panel .panel-heading a:focus {
        text-decoration: none; }
  .panel.panel-faq {
    border: 0;
    border-top-right-radius: 0;
    box-shadow: rgba(226, 232, 242, 0.55) 0px 2px 3px 0; }
    .panel.panel-faq .panel-body.no-padding {
      padding: 15px; }
    .panel.panel-faq .panel-body table > tbody tr.hide-desktop td {
      font-weight: 600;
      font-size: 1.2rem;
      color: #0D1F3C; }
      .panel.panel-faq .panel-body table > tbody tr.hide-desktop td .price {
        font-size: 1.143rem;
        margin: 10px 0 0 0;
        color: #347AF0; }
        .panel.panel-faq .panel-body table > tbody tr.hide-desktop td .price span {
          color: #78839C; }
  .panel.panel-offer {
    border: none;
    background: #030F1D;
    margin: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding: 30px 0;
    margin-top: 60px; }
    .panel.panel-offer table > tbody > tr > td {
      font-size: 1.2rem;
      font-weight: 600;
      color: #fff; }
      .panel.panel-offer table > tbody > tr > td .price {
        font-size: 1.143rem;
        margin: 10px 0 0 0;
        color: #347AF0; }
        .panel.panel-offer table > tbody > tr > td .price span {
          color: #fff;
          font-size: 1rem; }
  .panel.panel-dark {
    border: none;
    box-shadow: rgba(20, 70, 150, 0.15) 0px 2px 3px 0;
    background: #030F1D;
    margin: -300px 0 0 0;
    padding: 15px 0; }
    .panel.panel-dark .panel-heading {
      background: #030F1D;
      padding: 10px 25px; }
      .panel.panel-dark .panel-heading h4 {
        color: #fff;
        font-size: 1.286rem;
        font-weight: 600;
        margin-bottom: 0; }
    .panel.panel-dark .panel-body {
      padding: 10px 25px; }
      .panel.panel-dark .panel-body h5 {
        color: #fff; }
        .panel.panel-dark .panel-body h5 span {
          color: #3B84FF;
          font-size: 1.2rem;
          margin: 10px 0 0 0;
          display: block;
          text-transform: none; }
      .panel.panel-dark .panel-body p {
        padding: 5px 0 5px 30px;
        margin-bottom: 0;
        background: url("../img/icon-check.svg") no-repeat left center; }
        .panel.panel-dark .panel-body p .link {
          color: #fff; }
        .panel.panel-dark .panel-body p.address {
          padding: 5px 0;
          background: none; }
      .panel.panel-dark .panel-body.mt-15 {
        margin-top: 15px; }
      .panel.panel-dark .panel-body.no-icon p {
        background: none;
        padding: 0;
        margin: 0; }
      .panel.panel-dark .panel-body.no-padding table.table-striped > tbody > tr > td {
        padding: 8px 0 8px 30px;
        background: url("../img/icon-check.svg") no-repeat left center;
        color: #fff;
        font-weight: 600; }
      .panel.panel-dark .panel-body.no-padding table.table-striped > tbody > tr:nth-of-type(2n+1) {
        background: #030F1D; }
      .panel.panel-dark .panel-body.no-padding table.table-details tbody td:not(:first-child) {
        text-align: right;
        background: none;
        padding: 5px 0;
        color: #347AF0; }
        .panel.panel-dark .panel-body.no-padding table.table-details tbody td:not(:first-child) span {
          color: #fff; }
    .panel.panel-dark .panel-footer {
      background: #030F1D;
      padding: 25px 25px 10px 25px; }
    .panel.panel-dark.panel-administration {
      margin: -250px 0 0 0; }
    .panel.panel-dark.panel-colocation {
      margin: -260px 0 0 0; }
    .panel.panel-dark.panel-backup {
      margin: -120px 0 0 0; }
    .panel.panel-dark.panel-cdn {
      margin: -180px 0 0 0; }
  .panel.panel-checkout {
    border: 0;
    box-shadow: rgba(226, 232, 242, 0.55) 0px 2px 3px 0; }
    .panel.panel-checkout .panel-body.no-padding {
      padding: 10px 0 10px 0; }
      .panel.panel-checkout .panel-body.no-padding table th {
        border: 0;
        color: #0D1F3C;
        font-weight: 600;
        font-size: 0.929rem;
        padding: 8px 12px 0 12px; }
      .panel.panel-checkout .panel-body.no-padding table > tbody > tr > td {
        font-size: 0.929rem;
        padding: 10px 12px; }
      .panel.panel-checkout .panel-body.no-padding table tfoot tr th {
        padding: 8px 12px; }
      .panel.panel-checkout .panel-body.no-padding table.table-striped > tbody > tr:nth-of-type(2n) {
        background: #DCE5EF; }
    .panel.panel-checkout .panel-footer {
      padding: 5px; }
  .panel.panel-home {
    border: none;
    box-shadow: rgba(20, 70, 150, 0.15) 0px 2px 3px 0; }
    .panel.panel-home .panel-heading {
      text-align: center;
      font-weight: 600;
      height: 110px;
      padding: 34px 15px 0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-top: 0; }
      .panel.panel-home .panel-heading h2 {
        color: #0D1F3C;
        font-size: 1.286rem;
        font-weight: 600;
        margin: 0; }
      .panel.panel-home .panel-heading .panel-price {
        margin: 15px 0 0 0; }
        .panel.panel-home .panel-heading .panel-price h3 {
          color: #347AF0;
          font-size: 1.286rem;
          font-weight: 600;
          display: inline;
          text-transform: lowercase; }
        .panel.panel-home .panel-heading .panel-price span {
          font-weight: 600;
          font-size: 0.929rem;
          color: #78839C; }
    .panel.panel-home .panel-body.no-padding table tr td {
      text-align: left;
      font-weight: 600;
      padding: 15px 0 15px 50px;
      background: url("../img/icon-check.svg") no-repeat left center;
      color: #0D1F3C; }
    .panel.panel-home.panel-highlighted {
      margin-top: -50px;
      background: #030F1D; }
      @media screen and (max-width: 991px) {
        .panel.panel-home.panel-highlighted.panel-highlighted {
          margin-top: 0; } }
      .panel.panel-home.panel-highlighted .panel-badge {
        text-align: center;
        margin: 0 auto; }
        .panel.panel-home.panel-highlighted .panel-badge .badge {
          text-transform: uppercase;
          background: rgba(52, 122, 240, 0.1);
          color: #3075E8;
          font-size: 1.071rem;
          margin: 30px 0 0 0; }
      .panel.panel-home.panel-highlighted .panel-heading {
        background: #030F1D;
        padding: 32px 15px 0;
        height: 108px; }
        .panel.panel-home.panel-highlighted .panel-heading h2 {
          color: #fff; }
        .panel.panel-home.panel-highlighted .panel-heading .panel-price span {
          color: #fff; }
      .panel.panel-home.panel-highlighted .panel-body.no-padding table.table-striped > tbody > tr:nth-of-type(2n+1) {
        background: #030F1D; }
      .panel.panel-home.panel-highlighted .panel-body.no-padding table tr td {
        color: #fff; }
      .panel.panel-home.panel-highlighted .panel-footer {
        background: #030F1D; }
  .panel.panel-package {
    border: none;
    box-shadow: rgba(20, 70, 150, 0.15) 0px 2px 3px 0; }
    .panel.panel-package .panel-heading {
      text-align: center;
      font-weight: 600;
      height: 110px;
      padding: 34px 15px 0;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      border-top: 0; }
      .panel.panel-package .panel-heading h2 {
        color: #0D1F3C;
        font-size: 18px;
        font-weight: 600;
        margin: 0; }
      .panel.panel-package .panel-heading .panel-price {
        margin: 15px 0 0 0; }
        .panel.panel-package .panel-heading .panel-price .old-price h3 {
          color: #4B505D; }
        .panel.panel-package .panel-heading .panel-price h3 {
          color: #347AF0;
          font-size: 1.286rem;
          font-weight: 600;
          display: inline;
          text-transform: lowercase; }
        .panel.panel-package .panel-heading .panel-price span {
          font-weight: 600;
          font-size: 0.929rem;
          color: #78839C; }
    .panel.panel-package .panel-body.no-padding table tr td {
      text-align: left;
      font-weight: 600;
      padding: 15px 0 15px 50px;
      background: url("../img/icon-check.svg") no-repeat left center;
      color: #0D1F3C; }
    .panel.panel-package.panel-highlighted {
      margin-top: -50px;
      background: #030F1D; }
      .panel.panel-package.panel-highlighted .panel-badge {
        text-align: center;
        margin: 0 auto; }
        .panel.panel-package.panel-highlighted .panel-badge .badge {
          text-transform: uppercase;
          background: rgba(52, 122, 240, 0.1);
          color: #3075E8;
          font-size: 1.071rem;
          margin: 30px 0 0 0; }
      .panel.panel-package.panel-highlighted .panel-heading {
        background: #030F1D;
        padding: 32px 15px 0;
        height: 108px; }
        .panel.panel-package.panel-highlighted .panel-heading h2 {
          color: #fff; }
        .panel.panel-package.panel-highlighted .panel-heading .panel-price span {
          color: #fff; }
      .panel.panel-package.panel-highlighted .panel-body.no-padding table.table-striped > tbody > tr:nth-of-type(2n+1) {
        background: #030F1D; }
      .panel.panel-package.panel-highlighted .panel-body.no-padding table tr td {
        color: #fff; }
      .panel.panel-package.panel-highlighted .panel-footer {
        background: #030F1D; }
  .panel.panel-featured {
    margin-top: -50px;
    background: #030F1D; }
    .panel.panel-featured .panel-badge {
      text-align: center;
      margin: 0 auto; }
      .panel.panel-featured .panel-badge .badge {
        text-transform: uppercase;
        background: rgba(52, 122, 240, 0.1);
        color: #3075E8;
        font-size: 1.071rem;
        margin: 30px 0 0 0; }
    .panel.panel-featured .panel-heading {
      background: #030F1D;
      padding: 32px 15px 0;
      height: 138px; }
      .panel.panel-featured .panel-heading h2 {
        color: #fff;
        font-size: 1.286rem;
        font-weight: 600;
        margin: 0; }
    .panel.panel-featured .panel-body.no-padding table th,
    .panel.panel-featured .panel-body.no-padding table td {
      padding-top: 20px;
      padding-bottom: 20px; }
    .panel.panel-featured .panel-body.no-padding table tr td {
      color: #fff; }
    .panel.panel-featured .panel-body.no-padding table.table-striped > tbody > tr:nth-of-type(2n+1) {
      background: #030F1D; }

.cart-checkout h4,
.cart-confirmation h4 {
  margin-bottom: 0; }
.cart-checkout .panel-heading,
.cart-confirmation .panel-heading {
  background: #030F1D;
  padding: 20px 15px;
  border-radius: 10px; }
  .cart-checkout .panel-heading h4,
  .cart-confirmation .panel-heading h4 {
    margin: 0;
    color: white;
    font-weight: 600;
    font-size: 1.143rem; }

.cart-checkout .row .col-md-9,
.cart-confirmation .row .col-md-9 {
  padding-right: 30px; }

.cart-finalize .panel-checkout {
  margin: 30px 0 0 0; }

@media screen and (max-width: 991px) {
  .cart-checkout .row .col-md-9 {
    padding-right: 15px; }

  .site-contact .panel.panel-dark {
    margin: 30px 0 0 0; } }
@media screen and (max-width: 766px) {
  .panel.panel-faq {
    margin: 60px 0 0 0; } }
@media screen and (max-width: 480px) {
  .panel.panel-home .panel-heading h1 {
    font-size: 2rem; } }
/* ------------- BOXES --------------- */
.box {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 3px;
  width: 100%; }
  .box.box-map .box-heading {
    padding: 30px 15px; }
  .box.box-horizontal {
    display: flex;
    align-items: stretch; }
    .box.box-horizontal .box-icon {
      min-width: 100px;
      display: flex;
      justify-content: center;
      align-items: center; }
    .box.box-horizontal .box-content h3 {
      margin-top: 10px;
      font-size: 1.2rem; }
  .box .box-content {
    padding: 15px; }
    .box .box-content img {
      max-width: 100%; }
  .box .box-heading {
    text-align: center;
    padding: 15px; }
    .box .box-heading h3 {
      text-transform: uppercase;
      font-size: 1.2rem;
      font-weight: 700; }

@media screen and (max-width: 480px) {
  .box.box-horizontal {
    display: block; }
    .box.box-horizontal .box-icon {
      padding: 15px;
      width: 100%; } }
/* ------------- SUMMARY BOX --------------- */
.summary-box .summary-heading {
  margin: 0 0 15px 0; }
.summary-box .summary-body a {
  margin: 15px 0 0 0;
  display: block; }
.summary-box .summary-body .form-group {
  margin: 0 0 10px 0; }
.summary-box .summary-body .form-group:last-child {
  margin: 0 0 20px 0; }
.summary-box .summary-footer {
  margin: 30px 0 0 0; }

/* ------------- TABLES -------------- */
table.table-details tbody td {
  padding: 12px 15px;
  border: none;
  vertical-align: middle; }
  table.table-details tbody td:not(:first-child) {
    text-align: center; }
  table.table-details tbody td i.ion-checkmark {
    color: #0656B7; }
  table.table-details tbody td i.ion-close {
    color: #e95f5a; }
table.table-dedicated {
  border-collapse: separate;
  border-spacing: 0 30px;
  color: #314559;
  font-size: 0.925rem; }
  table.table-dedicated > thead:first-child {
    text-transform: uppercase; }
    table.table-dedicated > thead:first-child > tr:first-child th {
      border: 0;
      border-right: 0;
      border-left: 0;
      background: #fafafa;
      border-radius: 0;
      padding: 15px;
      font-weight: 900;
      font-size: 0.9rem; }
      table.table-dedicated > thead:first-child > tr:first-child th:first-child {
        border-radius: 3px 0 0 3px;
        border-left: 0; }
      table.table-dedicated > thead:first-child > tr:first-child th:last-child {
        border-radius: 0 3px 3px 0;
        border-right: 0;
        text-align: right; }
    table.table-dedicated > thead:first-child:after {
      content: "";
      display: block;
      height: 15px;
      background: none; }
  table.table-dedicated > tbody {
    border-radius: 10px; }
    table.table-dedicated > tbody > tr {
      box-shadow: rgba(226, 232, 242, 0.55) 0px 2px 3px 0; }
      table.table-dedicated > tbody > tr > td {
        padding: 12px 10px;
        border: none;
        background: #fafafa;
        vertical-align: middle;
        white-space: nowrap;
        font-size: 1rem; }
        table.table-dedicated > tbody > tr > td:first-child {
          border-radius: 10px 0 0 10px;
          border-left: 0; }
        table.table-dedicated > tbody > tr > td:last-child {
          border-radius: 0 10px 10px 0;
          border-right: 0;
          text-align: right;
          padding: 12px 10px; }
          table.table-dedicated > tbody > tr > td:last-child .btn {
            padding: 10px 30px; }
        table.table-dedicated > tbody > tr > td.cpu-icon {
          padding: 8px 8px 8px 18px; }
        table.table-dedicated > tbody > tr > td.addon-icon {
          text-align: center; }
        table.table-dedicated > tbody > tr > td.nvidia-icon span {
          margin: -3px 0 0 0; }
          table.table-dedicated > tbody > tr > td.nvidia-icon span img {
            display: block;
            max-height: 13px;
            height: 13px;
            margin: 2px 0 0 0; }
        table.table-dedicated > tbody > tr > td.price {
          font-size: 1.286rem;
          color: #0D1F3C;
          font-weight: 600;
          vertical-align: middle;
          text-align: right; }
          table.table-dedicated > tbody > tr > td.price span {
            color: #78839C;
            font-size: 0.929rem; }
        table.table-dedicated > tbody > tr > td span {
          font-weight: 600;
          color: #0D1F3C;
          display: block; }
      table.table-dedicated > tbody > tr:nth-child(odd) > td {
        background: #fff; }
      table.table-dedicated > tbody > tr:first-child > td {
        border-top: 0; }
      table.table-dedicated > tbody > tr:last-child > td {
        border-bottom: 0; }
  table.table-dedicated > tfoot > tr > th {
    border: 0;
    font-weight: 600;
    font-size: 1.25rem;
    color: #0D1F3C; }
    table.table-dedicated > tfoot > tr > th#total-price {
      color: #347AF0; }

.table-responsive {
  border: 0; }

/* ------------- FORMS --------------- */
label {
  color: #0D1F3C;
  font-weight: 600;
  cursor: pointer; }
  label input[type="radio"] {
    position: relative;
    margin-right: 4px;
    cursor: pointer; }
    label input[type="radio"]:focus {
      outline: none; }

.radio label {
  height: 25px;
  line-height: 26px;
  font-weight: 400; }

.cart-confirmation label {
  padding-left: 30px;
  color: inherit;
  font-weight: 500; }
  .cart-confirmation label img {
    max-width: 100px;
    max-height: 30px; }

.cbx {
  border-radius: 0;
  border: 1px solid #b2b2b2; }

input.form-control {
  border-radius: 3px; }
  input.form-control[type="text"], input.form-control[type="email"], input.form-control[type="password"] {
    background: #E2E8F2;
    border: 0;
    height: 44px;
    line-height: 44px;
    box-shadow: none;
    filter: none; }
    input.form-control[type="text"]:focus, input.form-control[type="email"]:focus, input.form-control[type="password"]:focus {
      box-shadow: none;
      background: #DFE5F0; }

textarea.form-control {
  border-radius: 3px;
  background: #E2E8F2;
  box-shadow: none;
  border: 0;
  resize: none;
  height: 100px;
  box-shadow: none; }
  textarea.form-control:focus {
    box-shadow: none;
    background: #DFE5F0; }

.select2-container .selection .select2-selection {
  border-radius: 3px;
  border: 0;
  box-shadow: none;
  height: 44px;
  line-height: 44px;
  padding: 0 24px 0 12px;
  background: #E2E8F2;
  color: #485068; }
  .select2-container .selection .select2-selection .select2-selection__arrow {
    border: none;
    height: 44px;
    width: 24px; }
    .select2-container .selection .select2-selection .select2-selection__arrow b {
      border-color: #0656B7 transparent transparent;
      left: 20%; }
  .select2-container .selection .select2-selection .select2-selection__rendered {
    color: #485068; }
.select2-container .select2-dropdown {
  border: 0;
  border-radius: 0 0 3px 3px;
  box-shadow: none; }
  .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    height: 44px;
    line-height: 44px;
    padding: 0 12px;
    background: #E2E8F2;
    color: #485068; }
    .select2-container .select2-dropdown .select2-results .select2-results__options .select2-results__option--highlighted {
      background-color: #0656B7;
      color: #fff; }
.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #0656B7;
  border-width: 0 4px 5px; }

.irs--flat .irs-bar {
  background: #0656B7; }
.irs--flat .irs-single {
  background-color: #0656B7;
  font-weight: 600;
  padding: 3px 5px;
  font-size: 0.786rem;
  margin: 0 0 0 5px; }
  .irs--flat .irs-single::before {
    display: none; }
.irs--flat .irs-line {
  background: #E2E8F2; }
.irs--flat .irs-handle > i:first-child {
  width: 18px;
  height: 18px;
  margin-left: -3px;
  background-color: #054A9D;
  border-radius: 50%;
  top: 0; }
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #054A9D; }
.irs--flat .irs-handle.state_hover > i:first-child {
  background-color: #054A9D; }

.irs-line {
  background: #e5e5e5;
  border: none; }

.irs-bar {
  background: #83abeb;
  border: none; }

.irs-bar-edge {
  background: #83abeb;
  border: none; }

.irs-slider {
  background: #2C6FDC;
  border: none;
  height: 21px;
  width: 21px;
  top: 27px; }
  .irs-slider:hover {
    background: #2C6FDC; }

.irs-single {
  background: #2C6FDC;
  font-size: 1rem;
  height: 20px;
  line-height: 20px; }

.cbx-container .cbx {
  border-radius: 3px; }
  .cbx-container .cbx:hover {
    box-shadow: none; }

.tooltip.top {
  margin-top: -10px; }
  .tooltip.top .tooltip-arrow {
    border-top-color: #030F1D; }
  .tooltip.top .tooltip-inner {
    background-color: #030F1D;
    font-weight: 500;
    padding: 10px 8px; }

.has-error .cbx-container .cbx-active {
  box-shadow: none;
  color: #e95f5a;
  border-color: #e95f5a; }
  .has-error .cbx-container .cbx-active:hover {
    box-shadow: none; }
.has-error .form-control {
  box-shadow: none;
  background-color: #DFE5F0; }
  .has-error .form-control:focus {
    border: none;
    box-shadow: none;
    background-color: #DFE5F0; }
.has-error .select2-container.select2-container--focus .select2-selection {
  box-shadow: none;
  border: none;
  background-color: #DFE5F0; }
.has-error .help-block {
  color: #747687;
  font-weight: 600;
  margin: 10px 0 0 0;
  font-size: 0.929rem; }

.has-success .cbx-container .cbx-active {
  box-shadow: none; }
  .has-success .cbx-container .cbx-active:hover {
    box-shadow: none; }
.has-success .form-control {
  box-shadow: none;
  border: none; }
.has-success .form-control:focus {
  border: none;
  box-shadow: none;
  background-color: #DFE5F0; }
.has-success .select2-container.select2-container--focus .select2-selection {
  box-shadow: none;
  border: none;
  background-color: #DFE5F0; }

#vpsform-drive_type {
  display: block ruby; }
  #vpsform-drive_type .radio label {
    line-height: 25px;
    margin: 0 30px 0 0;
    padding-left: 40px; }
  #vpsform-drive_type .radio input[type="radio"] {
    margin-left: -40px; }

label.cbx-label {
  margin-left: 10px; }

@media screen and (max-width: 767px) {
  #form-register .panel-footer .row > div:last-child {
    margin-top: 15px; } }
/* ---------------- ALERTS --------------------- */
.alert {
  border-radius: 3px;
  margin-bottom: 0;
  margin-top: 20px;
  border-width: 1px 1px 2px;
  border: none;
  font-weight: 600;
  padding-left: 55px; }
  .alert.alert-success {
    color: #fff;
    background: #25C196 url("../img/alert-success.svg") no-repeat left center;
    background-position-x: 10px; }
    .alert.alert-success a {
      color: #00bf9a;
      text-decoration: underline; }
  .alert.alert-warning {
    color: #fff;
    background: #FFBF5D url("../img/alert-warning.svg") no-repeat left center;
    background-position-x: 10px; }
    .alert.alert-warning a {
      color: #ff8e74;
      text-decoration: underline; }
  .alert.alert-info {
    color: #fff;
    background: #4597FB url("../img/alert-info.svg") no-repeat left center;
    background-position-x: 10px; }
    .alert.alert-info a {
      color: #419ef9;
      text-decoration: underline; }
  .alert.alert-danger {
    color: white;
    background: #EA5A70 url("../img/alert-danger.svg") no-repeat left center;
    background-position-x: 10px; }
    .alert.alert-danger a {
      color: #fd77a4;
      text-decoration: underline; }

.close {
  color: #fff;
  opacity: 1;
  text-shadow: none;
  transition: all 0.5s linear; }
  .close:hover, .close:focus {
    color: white;
    opacity: 0.8; }

.main .alert {
  position: relative;
  top: 140px;
  margin: 0; }

.login .alert {
  margin-bottom: -40px; }

.register .alert {
  margin-bottom: -20px; }

/* ---------------- PAGE HEADER ---------------- */
header .top-header {
  background: #031529;
  height: 60px;
  line-height: 60px;
  position: relative; }
  header .top-header .container > .row {
    position: relative; }
  header .top-header .brand-logo {
    max-width: 100%; }
  header .top-header .header-info {
    display: inline-flex; }
    header .top-header .header-info .header-phone {
      width: max-content; }
      header .top-header .header-info .header-phone img {
        margin: 0 10px 0 0; }
  header .top-header a {
    color: #fff;
    display: inline-block;
    height: 60px;
    line-height: 60px;
    text-decoration: none;
    text-align: center;
    font-weight: 600; }
  header .top-header .header-icons > a,
  header .top-header .header-icons .cart-widget > a,
  header .top-header .header-icons .user-widget > a {
    display: block;
    float: right;
    width: 55px;
    max-width: 20%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    outline: none; }
    header .top-header .header-icons > a i,
    header .top-header .header-icons .cart-widget > a i,
    header .top-header .header-icons .user-widget > a i {
      font-size: 2.25rem; }
    header .top-header .header-icons > a:hover,
    header .top-header .header-icons .cart-widget > a:hover,
    header .top-header .header-icons .user-widget > a:hover {
      color: #2C6FDC; }
    header .top-header .header-icons > a .badge,
    header .top-header .header-icons .cart-widget > a .badge,
    header .top-header .header-icons .user-widget > a .badge {
      position: absolute;
      right: 6px;
      top: 12px;
      background-color: #0656B7;
      font-size: 1rem;
      padding: 3px 6px; }
  header .top-header .header-icons .cart-widget {
    display: block;
    float: right;
    width: 50px;
    height: 60px;
    max-width: 20%;
    transition: all 0.1s linear 0s; }
    header .top-header .header-icons .cart-widget:hover .cart-widget-details {
      display: block; }
    header .top-header .header-icons .cart-widget a {
      width: 100%;
      max-width: 100%; }
    header .top-header .header-icons .cart-widget .cart-total-price {
      font-size: 0.875rem; }
    header .top-header .header-icons .cart-widget .cart-widget-details {
      position: absolute;
      z-index: 200;
      top: 60px;
      right: 15px;
      width: 300px;
      line-height: normal;
      color: #fff;
      background-color: #031529;
      padding: 15px;
      display: none;
      font-weight: 600;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
      border-radius: 0 0 3px 3px; }
      header .top-header .header-icons .cart-widget .cart-widget-details .btn {
        height: auto;
        padding: 13px 60px !important;
        line-height: inherit !important; }
      header .top-header .header-icons .cart-widget .cart-widget-details ul {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        max-height: 200px;
        overflow-y: auto; }
        header .top-header .header-icons .cart-widget .cart-widget-details ul li {
          display: block;
          padding-top: 1px;
          padding-bottom: 1px;
          text-align: left; }
          header .top-header .header-icons .cart-widget .cart-widget-details ul li:nth-child(2n + 1) {
            background-color: #031529; }
          header .top-header .header-icons .cart-widget .cart-widget-details ul li > span {
            display: block;
            float: left;
            width: 50%;
            padding: 0 6px;
            font-weight: 600; }
            header .top-header .header-icons .cart-widget .cart-widget-details ul li > span .remove-from-cart {
              height: auto;
              line-height: inherit;
              display: initial; }
              header .top-header .header-icons .cart-widget .cart-widget-details ul li > span .remove-from-cart .ion-close-round {
                font-size: 0.875rem;
                color: #0656B7;
                cursor: pointer;
                display: inline-block;
                width: 13px;
                margin: 0 0 0 3px; }
      header .top-header .header-icons .cart-widget .cart-widget-details .cart-summary-price {
        padding: 12px 23px 24px 0;
        font-weight: 600;
        display: block;
        font-size: 0.929rem; }
        header .top-header .header-icons .cart-widget .cart-widget-details .cart-summary-price .price {
          color: #347AF0;
          font-size: 1rem; }
    @media screen and (max-width: 360px) {
      header .top-header .header-icons .cart-widget .cart-widget-details {
        width: 100%;
        right: 0;
        left: 0;
        position: fixed; } }
  header .top-header .header-icons .user-widget {
    display: block;
    float: right;
    width: 60px;
    height: 60px;
    max-width: 20%;
    transition: all 0.1s linear 0s; }
    header .top-header .header-icons .user-widget:hover .user-widget-menu {
      display: block; }
    header .top-header .header-icons .user-widget a {
      width: 100%;
      max-width: 100%;
      margin-top: 15px; }
      header .top-header .header-icons .user-widget a:first-child {
        margin-top: 0; }
    header .top-header .header-icons .user-widget .user-widget-menu {
      position: absolute;
      z-index: 200;
      top: 60px;
      right: 135px;
      width: 200px;
      line-height: normal;
      color: #314559;
      background-color: #fff;
      padding: 15px;
      display: none;
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
      border-radius: 0 0 3px 3px; }
      header .top-header .header-icons .user-widget .user-widget-menu .user-profile {
        text-align: center;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 15px; }
        header .top-header .header-icons .user-widget .user-widget-menu .user-profile img {
          width: 100%;
          max-width: 80px;
          border-radius: 3px;
          margin-bottom: 15px; }
    @media screen and (max-width: 360px) {
      header .top-header .header-icons .user-widget .user-widget-menu {
        width: 100%;
        right: 0;
        left: 0;
        position: fixed; } }
  header .top-header .header-icons .panel-btn {
    float: right; }
    header .top-header .header-icons .panel-btn .btn {
      background: #0656B7;
      height: auto;
      line-height: 34px;
      padding: 0 20px;
      margin: 0 0 0 15px; }
      header .top-header .header-icons .panel-btn .btn:hover, header .top-header .header-icons .panel-btn .btn:focus {
        color: #fff;
        background: #1369D0; }
header .main-menu {
  border: none;
  margin: 0;
  border-radius: 0; }
  header .main-menu .navbar-header {
    height: 70px; }
    header .main-menu .navbar-header .navbar-toggle {
      position: absolute;
      width: 44px;
      height: 44px;
      color: #fff;
      margin: 0;
      top: 12px;
      right: 7px;
      border: 0;
      border-radius: 0;
      transition: all 0.5s linear; }
      header .main-menu .navbar-header .navbar-toggle:hover {
        opacity: 0.6; }
      header .main-menu .navbar-header .navbar-toggle .icon-bar {
        background-color: #fff; }
  header .main-menu .navbar-collapse {
    max-height: none; }
    header .main-menu .navbar-collapse .navbar-nav {
      float: none; }
    @media screen and (max-width: 767px) {
      header .main-menu .navbar-collapse .navbar-nav {
        display: block;
        width: 100%;
        margin: 50px 0; }
        header .main-menu .navbar-collapse .navbar-nav li {
          display: block;
          width: 100%;
          line-height: 44px;
          text-align: center; } }
  header .main-menu .nav {
    width: 100%;
    display: block; }
    header .main-menu .nav > li:first-child a {
      padding: 0 60px 0 0;
      line-height: 65px; }
      header .main-menu .nav > li:first-child a:hover, header .main-menu .nav > li:first-child a:focus {
        background: transparent; }
    header .main-menu .nav > li {
      display: inline-block; }
      header .main-menu .nav > li > a {
        height: 70px;
        line-height: 70px;
        padding: 0 15px;
        color: #fff;
        font-weight: 600; }
        header .main-menu .nav > li > a:hover, header .main-menu .nav > li > a:focus {
          background: #0656B7; }
        header .main-menu .nav > li > a img {
          height: 20px; }
      header .main-menu .nav > li.open > a {
        background: #0656B7; }
      header .main-menu .nav > li.open ul {
        padding: 0;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
        overflow: hidden;
        border: 0;
        background: none; }
        header .main-menu .nav > li.open ul > li > a {
          padding: 0 15px;
          height: 70px;
          line-height: 70px;
          font-weight: 600;
          color: #fff;
          background: #030F1D; }
          header .main-menu .nav > li.open ul > li > a:hover, header .main-menu .nav > li.open ul > li > a:focus {
            background: #0656B7; }
        header .main-menu .nav > li.open ul > li.active > a {
          background: #0656B7; }
        @media screen and (max-width: 767px) {
          header .main-menu .nav > li.open ul {
            position: relative; }
            header .main-menu .nav > li.open ul > li > a {
              padding-left: 30px; } }
      header .main-menu .nav > li.active > a {
        background: #0656B7; }

#brand {
  display: block;
  line-height: 80px;
  margin: 0;
  padding: 0; }

.caret {
  border: 0;
  background-image: url("../img/icon-chevron.svg");
  background-size: 9px;
  background-repeat: no-repeat;
  width: 12px;
  height: 8px; }

.language-changer,
.currency-changer {
  display: inline-block;
  float: right;
  height: 60px;
  width: 55px;
  max-width: 20%;
  cursor: pointer;
  position: relative;
  color: #fff;
  font-weight: 600;
  text-align: center; }
  .language-changer ul,
  .currency-changer ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    background: transparent !important; }
  .language-changer:hover ul,
  .currency-changer:hover ul {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #fff;
    z-index: 100;
    border-radius: 0 0 3px 3px; }
    .language-changer:hover ul li a,
    .currency-changer:hover ul li a {
      display: block;
      color: #0D1F3C;
      text-decoration: none;
      background: #031529;
      height: 50px;
      line-height: 50px;
      color: #fff;
      font-weight: 600; }
      .language-changer:hover ul li a:hover,
      .currency-changer:hover ul li a:hover {
        background-color: #0656B7; }

.language-changer .current-language .language-icon {
  vertical-align: unset;
  margin: 0 3px 0 0; }
.language-changer ul li a {
  border-radius: 0 0 3px 3px;
  text-transform: uppercase; }

.currency-changer ul li a[data-currency-code="BTC"] {
  border-radius: 0 0 4px 4px; }

.navbar-fixed-top {
  transition: background-color 200ms linear;
  transition: all 0.5s ease-in-out; }

.nav-up {
  top: -130px; }

.logo-mobile {
  position: absolute;
  z-index: 1;
  left: 15px;
  top: 83px;
  height: 20px; }

.navbar-toggle {
  display: none; }

.open-btn {
  background: url("../img/icon-menu.svg") no-repeat top center;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  right: 10px;
  top: 77px; }
  .open-btn:hover {
    opacity: 0.6; }

.close-btn {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 0; }
  .close-btn i {
    font-size: 1.4rem;
    color: white;
    transition: all 0.5s linear; }
    .close-btn i:hover {
      opacity: 0.6; }

@media screen and (max-width: 993px) {
  header .main-menu .nav > li > a {
    padding: 0 8px; } }
@media screen and (min-width: 767px) {
  .hide-desktop {
    display: none; } }
@media screen and (max-width: 767px) {
  header .main-menu .navbar-collapse {
    border: 0;
    display: block !important;
    box-shadow: none;
    background: #030F1D;
    position: fixed;
    right: -100%;
    width: 100%;
    height: 100vh;
    top: 0;
    z-index: 1;
    overflow-y: auto;
    transition: all 0.5s ease 0s; }
    header .main-menu .navbar-collapse.active {
      right: 15px; }
    header .main-menu .navbar-collapse .navbar-nav > li:first-child {
      display: none; }

  .hide-mobile {
    display: none; } }
@media screen and (max-width: 500px) {
  header .top-header .header-info .header-phone a span {
    display: none; } }
@media screen and (max-width: 360px) {
  .language-changer {
    margin: 0 8px 0 0; } }
@media screen and (min-width: 360px) {
  header .top-header .col-xs-5 {
    padding-right: 0; } }
/* ----------- MAIN CONTENT ------------- */
.page {
  padding-bottom: 15px; }

.breadcrumb {
  margin: 15px 0;
  border-radius: 0;
  text-transform: uppercase; }

.spring-promo a img {
  margin: 0 auto 60px;
  display: block;
  width: 100%;
  border-radius: 3px; }

.section-main {
  padding: 180px 0 220px;
  background: url("../img/mask-home.svg") no-repeat right center, url("../img/serwery-skynodepl.jpg") no-repeat right center;
  background-size: cover; }
  .section-main .header h1 {
    color: #fff;
    font-size: 3rem; }
  .section-main .header p {
    color: #fff;
    font-size: 1.429rem;
    margin: 15px 0 0 0; }
  .section-main .promo-badge {
    display: inline-flex;
    background: #F4F7FA;
    border-radius: 15px;
    padding: 5px 10px 5px 5px;
    margin-bottom: 30px; }
    .section-main .promo-badge .badge {
      background: #36c697;
      color: #fff;
      text-transform: uppercase;
      font-size: 1rem; }
    .section-main .promo-badge p {
      display: inline;
      font-weight: 600;
      color: #0D1F3C;
      margin: 0 0 0 10px;
      font-size: 1rem; }
  .section-main.dedicated {
    background: url("../img/mask-home.svg") no-repeat right center, url("../img/serwery-dedykowane-skynodepl.jpg") no-repeat right center;
    background-size: cover; }
  .section-main.vps {
    background: url("../img/mask-home.svg") no-repeat right center, url("../img/serwery-vps-skynodepl.jpg") no-repeat right center;
    background-size: cover; }

@media screen and (max-width: 500px) {
  .section-main .promo-badge {
    display: block;
    background: transparent; }
    .section-main .promo-badge .badge {
      font-size: 1rem;
      display: block;
      width: max-content;
      text-align: center;
      margin: 0 auto; }
    .section-main .promo-badge p {
      font-size: 1rem;
      margin: 2px 0 0 0;
      display: block;
      color: #fff; } }
@media screen and (max-width: 767px) {
  .section-main .header h1 {
    font-size: 2.286rem; }
  .section-main .header p {
    font-size: 1.286rem; } }
@media screen and (max-width: 440px) {
  .section-main .header h1 {
    font-size: 1.9rem; } }
/* ------------- SECTION TITLE LINE ------------------ */
.section-title-line {
  padding: 200px 0 100px; }
  .section-title-line .header h1 {
    color: #fff;
    font-size: 3rem; }
  .section-title-line .header p {
    color: #fff;
    font-size: 1.429rem;
    margin: 15px 0 0 0; }
  .section-title-line .subheader h2 {
    color: #fff;
    font-size: 1.429rem;
    margin: 15px 0 20px 0; }
  .section-title-line .body p {
    color: #fff;
    font-size: 1.286rem;
    margin: 15px 0 0 0; }
  .section-title-line .btn {
    margin: 30px 0 0 0; }
  .section-title-line .btn-group {
    display: block;
    margin: 10px 0 0 0;
    color: #fff; }
    .section-title-line .btn-group a {
      color: #fff;
      margin: 0 0 0 5px; }
  .section-title-line.faq {
    background: url("../img/mask-home.svg") no-repeat right center, url("../img/faq-skynodepl.jpg") no-repeat right center;
    background-size: cover; }
    .section-title-line.faq .btn {
      margin: 30px 0 0 0; }
  .section-title-line.contact {
    background: url("../img/mask-home.svg") no-repeat right center, url("../img/faq-skynodepl.jpg") no-repeat right center;
    background-size: cover; }
  .section-title-line.data-center {
    background: url("../img/mask-home.svg") no-repeat right center, url("../img/data-center-skynodepl.jpg") no-repeat right center;
    background-size: cover; }
    @media screen and (max-width: 991px) {
      .section-title-line.data-center.data-center {
        padding: 200px 0 300px 0; } }
    .section-title-line.data-center .btn {
      margin: 30px 0 0 0; }
  .section-title-line.backup {
    background: url("../img/mask-home.svg") no-repeat right center, url("../img/backup-skynodepl.jpg") no-repeat right center;
    background-size: cover; }
    @media screen and (max-width: 991px) {
      .section-title-line.backup.backup {
        padding: 200px 0 160px 0; } }
  .section-title-line.cdn {
    background: url("../img/mask-home.svg") no-repeat right center, url("../img/content-delivery-network-skynodepl.jpg") no-repeat right center;
    background-size: cover; }
    @media screen and (max-width: 991px) {
      .section-title-line.cdn.cdn {
        padding: 200px 0 220px 0; } }
  .section-title-line.servers-administration {
    background: url("../img/mask-home.svg") no-repeat right center, url("../img/administracja-serwerami-skynodepl.jpg") no-repeat right center;
    background-size: cover; }
    @media screen and (max-width: 991px) {
      .section-title-line.servers-administration.servers-administration {
        padding: 200px 0 300px 0; } }
  .section-title-line.colocation {
    background: url("../img/mask-home.svg") no-repeat right center, url("../img/kolokacja-skynodepl.jpg") no-repeat right center;
    background-size: cover; }
  .section-title-line.configure {
    padding: 160px 0 50px;
    background: #030F1D; }
    .section-title-line.configure .header h1 {
      font-size: 2.714rem; }
    .section-title-line.configure .body p {
      font-size: 1rem; }
  .section-title-line.cart-breadcrumb {
    padding: 180px 0 50px; }

.about-service.line {
  padding: 40px 0 100px 0; }

@media screen and (max-width: 991px) {
  .about-service.line {
    padding: 100px 0; } }
@media screen and (max-width: 767px) {
  .section-title-line .header h1 {
    font-size: 2.286rem; }
  .section-title-line .header p {
    font-size: 1.286rem; }

  .about-service.line {
    padding: 80px 0; } }
/* ----------- SECTIONS ------------- */
.boxes {
  margin: -120px 0 0 0; }
  .boxes.dedicated {
    margin: -120px 0 100px 0; }
    .boxes.dedicated .promoted-configurations {
      padding: 0 0 50px 0; }
  .boxes.vps {
    margin: -120px 0 0 0; }

.section .section-header h2 {
  font-size: 2.7rem;
  padding: 0 0 0 50px;
  background: url("../img/icon-line.svg") no-repeat left center;
  display: inline;
  line-height: 1.5; }
.section .section-header h3 {
  font-size: 2.286rem;
  padding: 0 0 0 50px;
  background: url("../img/icon-line.svg") no-repeat left center;
  line-height: 1.5; }
.section .section-sub-header h3 {
  font-size: 1.42rem;
  margin: 15px 0 20px 0;
  line-height: 1.4; }
.section .section-body {
  color: #485068;
  font-size: 1.1rem;
  line-height: 26px; }
.section .section-list p {
  margin: 0 0 20px;
  background: url("../img/icon-check.svg") no-repeat left center;
  background-size: auto;
  padding: 5px 0 5px 60px;
  background-size: 30px; }
  .section .section-list p:last-child {
    margin: 0; }
  .section .section-list p strong {
    font-size: 1.143rem;
    color: #0D1F3C; }
.section .btn {
  margin: 50px 0 0 0; }
  .section .btn.mt-30 {
    margin: 30px 0 0 0; }
.section.white .section-header h2 {
  color: #fff;
  display: inline; }
.section.white .section-sub-header h3 {
  color: #fff; }
.section.white .section-body p {
  color: #fff; }
.section.short .section-header {
  margin: 0 0 20px 0; }
  .section.short .section-header h2 {
    background-position: left top;
    background-position-y: top;
    margin: 5px 0 0 0;
    background-position-y: 23px;
    line-height: 50px;
    margin: 0; }

.section.login {
  padding: 100px 0 0 0; }
  .section.login .section-header h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: #0D1F3C;
    background: none;
    padding: 0;
    display: block; }
  .section.login .section-body p {
    margin: 0 0 15px 0;
    font-size: 1rem; }
  .section.login a {
    font-weight: 600;
    margin: 0 0 0 5px;
    text-decoration: underline;
    color: #347AF0; }
.section.register {
  padding: 6vh 0 0 0; }
  .section.register .section-header h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: #0D1F3C;
    background: none;
    padding: 0;
    display: block; }
  .section.register .section-body p {
    margin: 0 0 15px 0;
    font-size: 1rem; }
  .section.register a {
    font-weight: 600;
    margin: 0 0 0 5px;
    text-decoration: underline;
    color: #347AF0; }
.section.register-completed {
  padding: 80px 0 0 0; }
  .section.register-completed .section-header h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0;
    color: #0D1F3C;
    background: none;
    padding: 0;
    display: block; }
  .section.register-completed .section-body p {
    margin: 0 0 15px 0;
    font-size: 1rem; }
.section.activate {
  padding: 20px 0 30px 0; }
  .section.activate .section-header h2 {
    font-size: 1.5rem;
    font-weight: 600;
    margin: 0 0 15px 0;
    color: #0D1F3C;
    background: none;
    padding: 0;
    display: block; }
  .section.activate .section-body p {
    margin: 0 0 15px 0;
    font-size: 1rem; }

.section-image img {
  width: 100%; }

.faq .panel {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.05); }
  .faq .panel .panel-heading {
    background: transparent;
    padding-left: 0; }
    .faq .panel .panel-heading a {
      color: #fff;
      font-weight: 600;
      font-size: 1.143rem;
      text-decoration: none;
      background: url("../img/icon-plus.svg") no-repeat right center;
      display: block;
      width: 100%; }
  .faq .panel .panel-collapse .panel-body {
    color: #fff;
    padding: 15px 0;
    border-top: 0;
    line-height: 26px; }
    .faq .panel .panel-collapse .panel-body ul {
      list-style: none;
      padding: 0;
      margin: 15px 0; }
      .faq .panel .panel-collapse .panel-body ul li {
        background: url("../img/icon-check.svg") no-repeat left center;
        padding: 0 0 0 50px;
        margin-bottom: 8px; }
.faq .btn {
  margin: 50px 0 0 0; }
.faq .section.white .section-body p {
  padding: 0 120px; }

.faq-list .panel-group {
  margin: 0 0 50px 0; }
  .faq-list .panel-group .panel {
    background: transparent;
    border: 0;
    border-radius: 0;
    border-bottom: 1px solid #D7DDE2; }
    .faq-list .panel-group .panel .panel-heading {
      background: transparent;
      padding-left: 0; }
      .faq-list .panel-group .panel .panel-heading a {
        color: #0D1F3C;
        font-size: 1.143rem;
        text-decoration: none;
        background: url("../img/icon-plus.svg") no-repeat right center;
        display: block;
        width: 100%; }
    .faq-list .panel-group .panel .panel-collapse .panel-body {
      padding: 5px 0 15px 0;
      border-top: 0;
      line-height: 26px; }
      .faq-list .panel-group .panel .panel-collapse .panel-body ul {
        list-style: none;
        padding: 0;
        margin: 15px 0; }
        .faq-list .panel-group .panel .panel-collapse .panel-body ul li {
          background: url("../img/icon-check.svg") no-repeat left center;
          padding: 0 0 0 50px;
          margin-bottom: 8px; }
  .faq-list .panel-group#panel-8 {
    margin-bottom: 0; }

@media screen and (max-width: 1199px) {
  .company .section-image img {
    margin: 80px 0 0 0; } }
@media screen and (max-width: 991px) {
  .boxes {
    margin: -170px 0 0 0; }

  .company .section-image img {
    margin: 50px 0 0 0; } }
@media screen and (max-width: 767px) {
  .section .section-header h2 {
    font-size: 1.9rem; }
  .section .section-sub-header h3 {
    font-size: 1.3rem; }
  .section .btn {
    margin: 30px 0 0 0; }

  .faq .btn {
    margin: 20px 0 0 0; }
  .faq .section.white .section-body p {
    padding: 0 20px; } }
@media screen and (max-width: 440px) {
  .section .section-header h2 {
    font-size: 1.6rem; } }
/* ------------- HOME INFO ------------------ */
.home-info {
  margin-top: 45px;
  display: flex;
  align-items: stretch; }
  .home-info > div:not(:first-child) {
    display: flex;
    align-items: stretch; }
  .home-info .banner-hrd {
    display: block;
    margin: 0 auto;
    width: 100%; }
    .home-info .banner-hrd img {
      width: 100%; }

@media screen and (max-width: 767px) {
  .home-info {
    display: block; }
    .home-info > div:not(:first-child) {
      display: block; } }
/* ------------- ORDER FORM ----------------- */
#order-form .row > label {
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 600; }
  #order-form .row > label a {
    margin: 0 0 0 10px; }
#order-form .show-for-ssd {
  display: none; }
#order-form h3 {
  margin: 0 0 30px 0; }

/* ------------- LOGIN FORM ----------------- */
#login-form label,
#request-password-reset-form label,
#reset-password-form label {
  color: #485068; }
  #login-form label .cbx-label,
  #request-password-reset-form label .cbx-label,
  #reset-password-form label .cbx-label {
    margin: 0 0 0 15px;
    color: #485068;
    font-weight: 400; }
#login-form .btn,
#request-password-reset-form .btn,
#reset-password-form .btn {
  margin: 35px 0 0 0;
  color: white;
  text-decoration: none; }
#login-form .text-grey a,
#request-password-reset-form .text-grey a,
#reset-password-form .text-grey a {
  text-decoration: underline; }

/* ------------- REGISTER FORM ----------------- */
#form-register label {
  color: #485068; }
  #form-register label.cbx-label {
    margin: 0 0 0 15px;
    color: #485068;
    font-weight: 400;
    display: inline; }
    #form-register label.cbx-label a {
      text-decoration: underline; }
#form-register .btn {
  margin: 35px 0 0 0; }

/* ------------- FORM ACTIVATE  ----------------- */
#form-activate label.cbx-label {
  margin: 0 0 0 15px;
  color: #485068;
  font-weight: 400;
  display: inline; }
  #form-activate label.cbx-label a {
    text-decoration: underline; }
#form-activate label.control-label {
  color: #0D1F3C; }
#form-activate .help-block {
  color: #747687;
  font-weight: 600;
  margin: 10px 0 0 0;
  font-size: 13px; }
#form-activate .btn {
  margin: 35px 0 0 0; }

/* ------------- SUMMARY BOX ---------------- */
#summary-box table tbody .promo-code td {
  padding: 0;
  border: 0; }
  #summary-box table tbody .promo-code td .btn {
    padding: 10px 23px; }
#summary-box table tbody tr td {
  padding: 10px 15px; }
#summary-box table tfoot tr td {
  padding: 15px 0;
  font-weight: 600;
  color: #0D1F3C;
  font-size: 1.15rem;
  border: 0; }
  #summary-box table tfoot tr td.no-padding {
    padding: 0; }
  #summary-box table tfoot tr td small {
    font-weight: 600;
    font-size: 0.929rem;
    color: #78839C; }
  #summary-box table tfoot tr td.text-right {
    color: #347AF0; }
#summary-box .btn {
  margin: 0 0 10px 0; }
#summary-box .panel {
  border: 0;
  box-shadow: rgba(226, 232, 242, 0.55) 0px 2px 3px 0; }
  #summary-box .panel .panel-heading {
    padding: 25px 25px 0 25px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px; }
    #summary-box .panel .panel-heading h4 {
      color: #0D1F3C;
      font-weight: 600;
      font-size: 1.286rem; }
  #summary-box .panel .panel-body table {
    font-size: 1rem; }
    #summary-box .panel .panel-body table tbody > tr:first-child td {
      border-top: none; }
    #summary-box .panel .panel-body table tbody tr td {
      padding: 5px 0; }
      #summary-box .panel .panel-body table tbody tr td.text-right {
        font-weight: 600;
        color: #0D1F3C; }
    #summary-box .panel .panel-body table tfoot tr td {
      padding: 15px 0;
      font-weight: 600;
      color: #0D1F3C;
      font-size: 1.15rem; }
      #summary-box .panel .panel-body table tfoot tr td small {
        font-weight: 600;
        font-size: 0.929rem;
        color: #78839C; }
      #summary-box .panel .panel-body table tfoot tr td.text-right {
        color: #347AF0; }
  #summary-box .panel .panel-body.no-padding table th {
    padding-left: 0;
    padding-right: 0;
    font-weight: 600;
    color: #0D1F3C;
    border: 0; }

/* ------------- VPS ---------------- */
.vps-packages {
  padding: 20px 0; }

/* ------------- DEDICATED ---------- */
/* ------------- HOSTING ------------ */
.hosting-hidden-details {
  display: none; }
  .hosting-hidden-details .panel {
    text-align: left; }
    .hosting-hidden-details .panel .panel-heading h6 {
      margin: 0;
      text-transform: uppercase;
      font-size: 1rem; }
    .hosting-hidden-details .panel .panel-body table tr th {
      width: 20%;
      min-width: 200px;
      text-align: right; }

/* ------------- FOOTER ------------- */
footer {
  color: #fff;
  background-color: #031529;
  padding-top: 64px; }
  footer h4 {
    padding-top: 36px;
    padding-left: 25px;
    font-size: 1.143rem;
    margin-bottom: 24px;
    color: #fff;
    text-transform: none;
    font-weight: 600;
    position: relative; }
    footer h4::before {
      content: "";
      position: absolute;
      bottom: 10%;
      left: 0;
      white-space: nowrap;
      width: 15px;
      height: 3px;
      background: #0656B7; }
  footer h5 {
    font-size: 1rem;
    color: #fff;
    margin: 0 0 6px; }
  footer h6 {
    color: #fff; }
  footer ul {
    padding: 0;
    list-style: none; }
    footer ul li {
      margin: 0 0 10px 0; }
      footer ul li a {
        color: #fff;
        text-decoration: none;
        font-weight: 400;
        transition: all 0.5s linear; }
        footer ul li a:hover {
          color: #2C6FDC; }
    footer ul.socials li {
      display: inline; }
  footer .btn {
    margin-bottom: 22px; }
  footer .phone-link,
  footer .email-link {
    margin: 0 0 10px 0; }
    footer .phone-link .link,
    footer .email-link .link {
      color: #fff; }
  footer .copyrights {
    background-color: #031529;
    min-height: 60px;
    line-height: 60px;
    margin-top: 100px; }
    footer .copyrights a {
      color: #fff; }

@media screen and (max-width: 767px) {
  footer {
    padding-top: 44px; } }
/* ------------- CPU ICON ----------------- */
.ico-threadripper {
  background: url("../img/logo-ryzen.svg") no-repeat left center;
  width: 58px;
  height: 36px; }

.ico-ryzen {
  width: 58px;
  height: 36px;
  background: url("../img/logo-ryzen-nvidia.svg") no-repeat top center;
  animation: play 12s infinite; }

@keyframes play {
  0% {
    background-position: top center;
    opacity: 1; }
  20% {
    opacity: 1; }
  24% {
    opacity: 0;
    background-position: top center; }
  25% {
    background-position: bottom center;
    opacity: 0; }
  30% {
    opacity: 1; }
  70% {
    opacity: 1; }
  74% {
    opacity: 0;
    background-position: bottom center; }
  75% {
    background-position: top center;
    opacity: 0; }
  80% {
    opacity: 1; }
  100% {
    background-position: top center;
    opacity: 1; } }
.ico-athlon {
  background: url("../img/logo-athlon.png") no-repeat left center;
  width: 58px;
  height: 36px;
  background-size: contain; }

.ico-xeon {
  background: url("../img/logo-intel-xeon.svg") no-repeat left center;
  height: 48px;
  width: 46px;
  margin: 0 0 0 7px; }

.ico-i7 {
  background: url("../img/logo-intel-core-i7.svg") no-repeat left center;
  height: 47px;
  width: 46px;
  margin: 0 0 0 7px; }

.ico-i5 {
  background: url("../img/logo-intel-core-i5.svg") no-repeat left center;
  height: 47px;
  width: 46px;
  margin: 0 0 0 7px; }

.ico-i3 {
  background: url("../img/logo-intel-core-i3.svg") no-repeat left center;
  height: 47px;
  width: 46px;
  margin: 0 0 0 7px; }

/* ----------- RODO INFO ------------ */
.rodo-overlayer {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  z-index: 10000;
  background: rgba(0, 0, 0, 0.5); }

.rodo-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  overflow-y: auto;
  max-height: 100%;
  height: auto;
  background: #031529;
  color: #fff;
  padding: 45px 0; }
  .rodo-info .language-changer {
    width: auto;
    max-width: 100%;
    height: auto; }
    .rodo-info .language-changer .current-language {
      display: inline-block;
      border-radius: 3px;
      background: rgba(255, 255, 255, 0.1);
      transition: all 0.3s ease;
      border-width: 1px 1px 2px;
      padding: 7px 18px;
      line-height: 23px; }
    .rodo-info .language-changer ul {
      top: 37px;
      left: 0;
      right: 0;
      width: 100%;
      background: rgba(255, 255, 255, 0.1); }
      .rodo-info .language-changer ul li a {
        display: block;
        background: rgba(255, 255, 255, 0.1);
        border-radius: 3px;
        transition: all 0.3s ease;
        border-width: 1px 1px 2px;
        text-align: center;
        color: #fff; }
        .rodo-info .language-changer ul li a:hover {
          color: #fff;
          background: rgba(255, 255, 255, 0.2); }
  .rodo-info .rules {
    background: rgba(255, 255, 255, 0.9);
    color: #0D1F3C;
    width: 100%;
    resize: none;
    height: 300px;
    overflow-y: auto;
    padding: 15px; }
    .rodo-info .rules a:not(.btn) {
      color: #2C6FDC;
      text-decoration: none; }
      .rodo-info .rules a:not(.btn):hover {
        text-decoration: none; }
    .rodo-info .rules .panel-heading {
      padding: 10px 0; }
  .rodo-info .btn {
    text-transform: uppercase;
    padding: 13px 10px; }
    .rodo-info .btn.btn-trans {
      background: rgba(255, 255, 255, 0.1);
      color: rgba(255, 255, 255, 0.5); }
      .rodo-info .btn.btn-trans:hover {
        background: rgba(255, 255, 255, 0.2);
        color: rgba(255, 255, 255, 0.7); }
  .rodo-info a:not(.btn) {
    color: #fff;
    text-decoration: underline; }
    .rodo-info a:not(.btn):hover {
      text-decoration: none; }

@media screen and (max-width: 991px) {
  .rodo-info .rules {
    margin: 30px 0; } }
/* ------------- CART BREADCRUMB --------------- */
.cart-breadcrumb .row {
  display: flex;
  flex-wrap: wrap; }
  .cart-breadcrumb .row .stepper {
    padding: 1.5rem;
    margin: 1rem -1.5rem;
    overflow-x: hidden;
    overflow-y: auto;
    counter-reset: section; }
    .cart-breadcrumb .row .stepper.stepper-horizontal {
      position: relative;
      display: flex;
      justify-content: space-between; }
    .cart-breadcrumb .row .stepper li {
      position: relative;
      display: contents;
      flex: 1;
      align-items: center;
      transition: 0.5s; }
      .cart-breadcrumb .row .stepper li:not(:last-child):after {
        position: relative;
        flex: 1;
        height: 2px;
        content: "";
        background-color: #02316a;
        margin: 15px 0 0 0; }
      .cart-breadcrumb .row .stepper li a {
        text-align: center;
        color: white;
        text-decoration: none;
        margin: 0 15px 0 0; }
        .cart-breadcrumb .row .stepper li a .circle {
          display: inline-block;
          width: 2.2rem;
          height: 2.2rem;
          margin-right: 15px;
          line-height: 2.2rem;
          border-radius: 50%;
          color: #fff;
          text-align: center;
          background: #0656B7; }
        .cart-breadcrumb .row .stepper li a.unactive {
          opacity: 0.3; }

@media screen and (max-width: 490px) {
  .cart-breadcrumb .row .stepper li:not(:last-child)::after {
    display: none; }
  .cart-breadcrumb .row .stepper li a {
    margin: 0 5px 0 0; }
    .cart-breadcrumb .row .stepper li a .circle {
      margin-right: 8px; } }
/* ------------- GALLERY --------------- */
.container.gallery-container .tz-gallery {
  padding: 0 15px; }
  .container.gallery-container .tz-gallery .row > div {
    padding: 5px; }
  .container.gallery-container .tz-gallery .lightbox {
    display: block;
    position: relative;
    overflow: hidden; }
    .container.gallery-container .tz-gallery .lightbox img {
      height: 100%;
      max-height: 300px;
      object-fit: cover;
      -webkit-transition: all 0.5s ease-in-out;
      -moz-transition: all 0.5s ease-in-out;
      -o-transition: all 0.5s ease-in-out;
      -ms-transition: all 0.5s ease-in-out;
      transition: all 0.5s ease-in-out; }
    .container.gallery-container .tz-gallery .lightbox:hover img {
      -webkit-transform: scale(1.2);
      -moz-transform: scale(1.2);
      -o-transform: scale(1.2);
      -ms-transform: scale(1.2);
      transform: scale(1.2); }

.ekko-lightbox.modal .modal-content .modal-body {
  padding: 0; }

.ekko-lightbox-nav-overlay a {
  text-decoration: none; }

body.modal-open {
  padding-right: 0 !important; }

@media screen and (max-width: 991px) {
  .lightbox img {
    width: 100%; } }
/* ------------ HALF BACKGROUND ------------- */
#rightHalf {
  background: #F4F7FA;
  position: absolute;
  right: 0;
  height: 100%;
  padding: 0 60px 0 80px;
  background-size: cover; }
  #rightHalf.activate {
    padding: 0 60px; }

#leftHalf {
  background: url("../img/mask-login.svg") no-repeat right center, url("../img/serwery-dedykowane-skynodepl.jpg") no-repeat right center;
  width: 50%;
  position: absolute;
  left: 0;
  height: 100%;
  background-size: cover; }
  #leftHalf.register {
    background: url("../img/mask-login.svg") no-repeat right center, url("../img/serwery-dedykowane-skynodepl.jpg") no-repeat right center;
    background-size: cover; }
  #leftHalf.activate {
    width: 40%;
    height: 140%; }

@media screen and (max-width: 767px) {
  #leftHalf {
    display: none; }

  #rightHalf {
    padding-left: 20px; }

  #brand {
    margin: 20px 0 10px;
    line-height: 0; } }
@media screen and (max-width: 991px) {
  #rightHalf {
    padding: 0 60px; } }
#wrapper {
  width: 100%;
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
  position: relative; }
  #wrapper #content {
    height: 100%;
    padding: 0 0 0 230px;
    position: fixed;
    width: 100%;
    z-index: 1;
    overflow-y: scroll;
    overflow-x: hidden; }
    #wrapper #content > header {
      height: 0;
      margin: 0;
      padding: 0;
      position: relative;
      text-align: center;
      z-index: 100; }
      #wrapper #content > header .language-changer {
        display: inline-block;
        position: absolute;
        top: 0;
        right: 0;
        height: 60px;
        line-height: 60px;
        width: 60px;
        max-width: 60px;
        text-align: center;
        cursor: pointer;
        color: #fff;
        background: #0656B7;
        font-weight: 600; }
        #wrapper #content > header .language-changer ul li a {
          background: #0656B7;
          font-weight: 600;
          line-height: 60px;
          height: 60px;
          border-bottom-left-radius: 3px;
          border-bottom-right-radius: 3px; }
          #wrapper #content > header .language-changer ul li a:hover {
            background: #095ec6;
            color: white; }

@media only screen and (min-width: 1100px) and (max-width: 1199px) {
  .container {
    width: 1100px; } }
@media only screen and (min-width: 992px) and (max-width: 1100px) {
  .container {
    width: 980px; } }
#tawkchat-status-text-container.theme-background-color {
  background: #0656B7; }

/* ------------ NUMBER BAR ------------- */
.numbers {
  background-color: #031529; }
  .numbers.line {
    padding: 100px 0 50px 0; }
  .numbers .counter {
    text-align: center; }
    .numbers .counter .header {
      margin: 0 0 20px 0; }
      .numbers .counter .header h2 {
        color: #fff;
        font-size: 2.2rem; }
    .numbers .counter .sub-header {
      margin: 20px 0 0 0; }
      .numbers .counter .sub-header h3 {
        color: #fff;
        font-size: 1.6rem; }
    .numbers .counter .icon img {
      height: 120px;
      width: 100%; }

@media screen and (max-width: 991px) {
  .numbers .counter .header {
    margin: 30px 0 20px 0; } }

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