@charset "UTF-8";
/**
 * FONTS
 **/
@font-face {
  font-family: "NexaHeavy";
  src: url("../fonts/nexa/nexaheavy.eot");
  src: url("../fonts/nexa/nexaheavy.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa/nexaheavy.woff") format("woff"), url("../fonts/nexa/nexaheavy.ttf") format("truetype"), url("../fonts/nexa/nexaheavy.svg#nexa_heavyregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "NexaRegular";
  src: url("../fonts/nexa/nexaregular.eot");
  src: url("../fonts/nexa/nexaregular.eot?#iefix") format("embedded-opentype"), url("../fonts/nexa/nexaregular.woff") format("woff"), url("../fonts/nexa/nexaregular.ttf") format("truetype"), url("../fonts/nexa/nexaregular.svg#nexa_regularregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "adelle";
  src: url("../fonts/adelle/adelle.eot");
  src: url("../fonts/adelle/adelle.eot?#iefix") format("embedded-opentype"), url("../fonts/adelle/adelle.woff") format("woff"), url("../fonts/adelle/adelle.ttf") format("truetype"), url("../fonts/adelle/adelle.svg#adelle_ltlight") format("svg");
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Montserrat", "NexaRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background: linear-gradient(90deg, #7f72ab 0%, #33265d 100%);
}
body#cart {
  background: #ffffff;
}

a:hover {
  color: rgba(74, 144, 226, 0.68);
  text-decoration: none;
}

.content {
  background-color: #ffffff;
  font-size: 14px;
  color: #4A4A4A;
}
.content h2, .content h3, .content h4, .content h5, .content h6, .content p {
  line-height: 1.35em;
}
.content h2 {
  font-size: 20px;
  padding: 1.2em 0 0.5em;
  margin: 0;
}
.content h2 .description {
  font-size: 70%;
  margin: 0.2em 0;
}
.content h3 {
  font-size: 18px;
}
.content h4 {
  font-size: 13px;
}

@media (min-width: 768px) {
  .content {
    font-size: 14px;
  }
  .content h2 {
    font-size: 28px;
  }
  .content h3 {
    font-size: 22px;
  }
}
@media (min-width: 1200px) {
  .content {
    font-size: 18px;
  }
  .content h2 {
    font-size: 36px;
  }
}
/**
 * BuUTOONS
 */
.btn-primary {
  background-color: #E20C33;
  border-color: #E20C33;
  background: linear-gradient(180deg, #E20C33 100%, #F25C77 68.6%);
}
.btn-primary:hover {
  background-color: #F25C77;
  background: linear-gradient(180deg, #E20C33 4.66%, #F25C77 68.6%);
  border-color: #E20C33;
}

.btn-secondary {
  background-color: #4C398A;
  border-color: #4C398A;
}
.btn-secondary:hover {
  background-color: #7660be;
  border-color: #7660be;
}

.btn-red-border {
  background-color: #ffffff;
  border-color: #E20C33;
  color: #E20C33;
}
.btn-red-border:hover {
  background-color: #E20C33;
  border-color: #E20C33;
  color: #ffffff;
}

.btn-toolbar .btn {
  border-radius: 1rem;
}
.btn-toolbar .btn-secondary {
  background-color: transparent;
  border-color: #6c757d;
  color: #6c757d;
}
.btn-toolbar .btn-secondary:not(:disabled):not(.disabled).active {
  background-color: #E20C33;
  border-color: #E20C33;
  background: linear-gradient(180deg, #E20C33 100%, #F25C77 68.6%);
  color: #ffffff;
}
.btn-toolbar .btn-secondary:not(:disabled):not(.disabled):active {
  background-color: #E20C33;
  border-color: #E20C33;
  background: linear-gradient(180deg, #E20C33 100%, #F25C77 68.6%);
  color: #ffffff;
}
.btn-toolbar .btn-secondary:hover {
  background-color: #6c757d;
  border-color: #6c757d;
  color: #ffffff;
}
.btn-toolbar .show > .btn-secondary.dropdown-toggle {
  background-color: #E20C33;
  border-color: #E20C33;
  background: linear-gradient(180deg, #E20C33 100%, #F25C77 68.6%);
  color: #ffffff;
}

.btn-login-outline-red {
  border-radius: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 8px 10px 6px;
  background-color: transparent;
  border-color: #E20C33;
  color: #E20C33;
  border-color: linear-gradient(180deg, #E20C33 100%, #F25C77 68.6%);
}
.btn-login-outline-red:hover {
  background-color: #F25C77;
  background: linear-gradient(180deg, #E20C33 4.66%, #F25C77 68.6%);
  border-color: #E20C33;
  color: #ffffff;
}

.cta-wrapper a.btn-secondary {
  font-family: "Palanquin";
  font-weight: normal;
  padding: 10px 24px;
  border-radius: 12px;
  background-color: #6D6398;
  border-color: #6D6398;
}
.cta-wrapper a.btn-secondary.btn:hover {
  background-color: #382F5E;
  border-color: #382F5E;
}

/**
 * LISTS
 */
ul.check-list {
  list-style: none;
  padding: 0;
}
ul.check-list li {
  padding-left: 1.6em;
  margin-bottom: 1em;
}
ul.check-list li:before {
  content: "";
  /* FontAwesome Unicode */
  font-family: "Ionicons";
  display: inline-block;
  margin-left: -1.6em;
  /* same as padding-left set on li */
  width: 1.6em;
  /* same as padding-left set on li */
}
ul.check-list.check-list-sm li {
  margin-bottom: 0;
}

.numeric-list {
  background: #E20C33;
  width: 35px;
  height: 35px;
  font-size: 20px;
  text-align: center;
  display: inline-block;
  line-height: 35px;
  color: #ffffff;
  border-radius: 50%;
}

/**
 * TABLES
 */
table .thead-zenbox th {
  background-color: #4C398A;
  opacity: 0.7;
  color: #ffffff;
}

table.table-responsive {
  overflow: initial;
}

.table.new-striped-ab td {
  border-top: 0;
}
.table.new-striped-ab td:not(:first-child) {
  color: #493c85;
}
.table.new-striped-ab tbody tr:nth-of-type(even) td:not(:last-child) {
  border-right: 1px solid rgba(0, 0, 0, 0.05);
}
.table.new-striped-ab thead th {
  border-bottom: 0;
}
.table.new-striped-ab th {
  opacity: 1;
}

.ajax-loader .loader {
  border: 10px solid #f3f3f3;
  /* Light grey */
  border-top: 10px solid #4C398A;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 1s linear infinite;
          animation: spin 1s linear infinite;
  margin: 1em auto;
}
.ajax-loader.covered {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0;
  padding: 30px 10px;
  background-color: rgba(76, 57, 138, 0.7);
  z-index: 20;
}
.ajax-loader.light {
  background-color: rgba(255, 255, 255, 0.7);
}

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

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/*
    ALERTS
*/
#alerts {
  position: absolute;
  top: 60px;
  right: 0em;
  max-width: 300px;
  width: auto;
  z-index: 99999;
}

.alert-dismissible {
  -webkit-animation-fill-mode: forwards;
  -webkit-animation-timing-function: ease;
  animation-name: fadeInUp, fadeOutUp;
  -webkit-animation-name: fadeInUp, fadeOutUp;
  animation-duration: 500ms, 500;
  -webkit-animation-duration: 500ms, 500ms;
  animation-delay: 0s, 4.5s;
  -webkit-animation-delay: 0s, 4.5s;
}

.alert-danger-modal {
  background-color: #E6173E;
  border-radius: 0.3rem 0.3rem 0 0;
}

.alert-success-modal {
  background-color: #44A45F;
}

@media (min-width: 992px) {
  .alert-danger-modal,
.alert-success-modal {
    border-radius: 1rem 1rem 0 0;
  }
}
/*
*/
ul.check-red li:before {
  color: #E20C33;
}

.anchors {
  padding-top: 30px;
}

@media (max-width: 576px) {
  .mobile-line-height {
    line-height: 1;
  }

  .pricing-hosting-shadow {
    box-shadow: 0px 4px 4px #EFEFEF;
  }

  .mobile-fixed-top {
    position: fixed;
  }

  .mobile-pt-2 {
    padding-top: 0.5rem;
  }

  .mobile-pb-2 {
    padding-bottom: 0.5rem;
  }
}
.font-size-24 {
  font-size: 24px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-18 {
  font-size: 18px;
}

.color-purple {
  color: #33265d;
}

.fontsize-13px {
  font-size: 13px;
}

.font-size-20 {
  font-size: 20px;
}

.width-100 {
  width: 100%;
}

@media screen and (min-width: 768px) {
  h3.font-lg-size-28 {
    font-size: 28px;
  }
}
.smaller {
  font-size: 50%;
  font-weight: 400;
}

[data-toggle=collapse].collapsed .if-not-collapsed {
  display: none;
}

[data-toggle=collapse]:not(.collapsed) .if-collapsed {
  display: none;
}

#user-login-label {
  font-size: 1.4rem;
}

a.href-red {
  color: #E20C33;
  text-decoration: none;
}
a.href-red:hover {
  color: #E20C33;
  text-decoration: none;
}
a.href-red:focus {
  color: #E20C33;
  text-decoration: none;
}
a.href-red:visited {
  color: #E20C33;
  text-decoration: none;
}

@media (min-width: 993px) {
  .cosmobg {
    background: url("/assets/images/cosmos.svg");
    background-repeat: no-repeat;
    background-position: right;
  }
}
#parallax {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#parallax .parallax-image {
  position: absolute;
  left: 50%;
  display: inline;
}
#parallax .parallax-image.rotate5 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(5deg);
}
#parallax .parallax-image.rotate10 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(10deg);
}
#parallax .parallax-image.rotate15 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(15deg);
}
#parallax .parallax-image.rotate20 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(20deg);
}
#parallax .parallax-image.rotate25 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(25deg);
}
#parallax .parallax-image.rotate30 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(30deg);
}
#parallax .parallax-image.rotate-5 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(-5deg);
}
#parallax .parallax-image.rotate-10 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(-10deg);
}
#parallax .parallax-image.rotate-15 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(-15deg);
}
#parallax .parallax-image.rotate-20 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(-20deg);
}
#parallax .parallax-image.rotate-25 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(-25deg);
}
#parallax .parallax-image.rotate-30 {
  /* IE 9 */
  /* Chrome, Safari, Opera */
  transform: rotate(-30deg);
}
#parallax .parallax-image.layer-1 {
  opacity: 0.3;
}
#parallax .parallax-image.layer-2 {
  opacity: 0.2;
}
#parallax .parallax-image.layer-3 {
  opacity: 0.15;
}
#parallax .parallax-image.layer-4 {
  opacity: 0.1;
}
#parallax .parallax-image path {
  stroke: #ffffff;
}

.rotate100 {
  transform: rotate(100deg);
}

.rotate70 {
  transform: rotate(70deg);
}

#cart-page #parallax .parallax-image path {
  stroke: #4c3988;
}

.parallax-image .layer-1 {
  opacity: 0.2;
}
.parallax-image .layer-2 {
  opacity: 0.15;
}
.parallax-image .layer-3 {
  opacity: 0.1;
}
.parallax-image .layer-4 {
  opacity: 0.05;
}

@media (min-width: 1200px) {
  #header-top {
    padding-top: 60px;
  }

  #main-nav #content-menu {
    position: relative;
    background: transparent;
    margin-left: auto;
    margin-right: 10px;
    top: auto;
  }
  #main-nav nav {
    background: linear-gradient(90deg, #7f72ab 0%, #33265d 100%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}
@media (max-width: 576px) {
  #header-top ul#header-list {
    font-size: 14px;
    font-weight: normal;
  }
}
@media (min-width: 576px) {
  #main-nav nav a {
    font-size: 14px;
  }
}
#main-nav #logo {
  height: 22px;
}
#main-nav #content-menu {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
  background: #E20C33;
  z-index: 999;
  overflow-y: scroll;
}
#main-nav nav {
  background: #6D6398;
  height: 80px;
}
#main-nav nav.navbar {
  padding-top: 0;
}
#main-nav nav .container {
  position: relative;
}
#main-nav nav a {
  text-transform: none;
  font-size: 16px;
  font-family: "Palanquin";
  font-weight: normal;
  color: #F1F1F1 !important;
}
#main-nav nav a:hover {
  color: #ffffff !important;
}
#main-nav nav .nav-item.active a {
  color: #f4d578 !important;
  position: relative;
}
#main-nav nav .nav-item.active a:after {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #f4d578;
  position: absolute;
  bottom: 5px;
  left: 0;
}
#main-nav .navbarNav {
  align-self: flex-start;
}
#main-nav .navbarNav li a.nav-link {
  padding-top: 0.8rem;
}
#main-nav li.poczta {
  border-radius: 0 0 15px 15px;
  margin-right: 5px;
  background-color: #FFB240;
}
#main-nav li.poczta a {
  color: #ffffff !important;
}
#main-nav li.panel-klienta {
  margin-right: 5px;
  border-radius: 0 0 15px 15px;
  background-color: #E20C33;
}
#main-nav li.panel-klienta a {
  color: #ffffff !important;
}
#main-nav .navbarNav {
  align-self: center;
}
#main-nav .navbarNav li a.cart-nav {
  padding-top: 0.8rem;
}
#main-nav .dropdown:hover > .dropdown-menu {
  display: block;
  margin-top: 0;
}
#main-nav .dropdown-menu {
  background: #33265d;
  color: #cccccc;
}
#main-nav .dropdown-item:focus {
  background: #33265d;
  color: #EFEFEF;
}
#main-nav .dropdown-item:hover {
  background: #33265d;
  color: #EFEFEF;
}
#main-nav .dropdown-item:active {
  background: #33265d;
  color: #ffffff;
}
#main-nav .dropdown-item.active {
  background: #33265d;
  color: #ffffff;
}
#main-nav .nav-item > a {
  margin-right: 12px;
  padding-right: 0px;
  margin-left: 12px;
  padding-left: 0px;
}
#main-nav li.poczta {
  border-radius: 5px;
  margin-right: 6px;
}
#main-nav li.poczta a.nav-link {
  padding: 0.6rem 0.8rem 0.5rem 0.8rem;
}
#main-nav li.panel-klienta {
  border-radius: 5px;
  margin-right: 10px;
  margin-left: 6px;
}
#main-nav li.panel-klienta a.nav-link {
  padding: 0.6rem 0.8rem 0.5rem 0.8rem;
}
#main-nav li a.cart-nav.nav-link {
  padding: 0.6rem 0.8rem 0.5rem 0.8rem;
}

#header-top {
  color: #ffffff;
  position: relative;
  padding-bottom: 20px;
  padding-top: 10px;
}
#header-top .header-bottom-line {
  bottom: 0;
  width: 100%;
  position: absolute;
  height: 30px;
}
#header-top h1 {
  font-size: 20px;
}
#header-top ul#header-list {
  font-size: 12px;
  line-height: 1.5em;
  font-weight: 500;
}
#header-top ul#header-list li {
  margin-bottom: 0;
}
#header-top .badget-pc {
  max-width: 100%;
}

.navbar-mobile {
  background: #6D6398;
}

#submenu {
  padding: 0;
}
#submenu a.btn {
  border-radius: 1rem;
  margin-right: 0.25rem;
}

.navbar {
  padding: 0 1rem;
}

.navbar-brand {
  padding: 0.5rem 0rem;
}

.text-color-violet {
  color: #4C398A;
}

.check-list-smaller li {
  font-size: 18px;
  line-height: 28px;
}

.button-header {
  font-size: 17px;
  font-weight: bold;
}

#menu-mobile {
  background: #F1F1F1;
  position: fixed;
  top: 80px;
  right: 0;
  left: 0;
  z-index: 9999999;
  bottom: 0;
  overflow-y: scroll;
}
#menu-mobile .container {
  padding: 20px 0 20px;
}

.icon-bar {
  width: 22px;
  height: 2px;
  background-color: #B6B6B6;
  display: block;
  transition: all 0.2s;
  margin-top: 4px;
}

.navbar-dark .navbar-toggler {
  border: 0;
}

.navbar-toggler {
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}

.open-mobile-menu-header {
  position: fixed;
  width: 100%;
  z-index: 99999;
}

.menu-position-fixed-mobile {
  position: fixed;
  top: 0;
  width: 100%;
}

.icon-link .icon-panel {
  padding-left: 30px;
  position: relative;
}
.icon-link .icon-panel:before {
  width: 30px;
  height: 30px;
  position: absolute;
}

#extramenu {
  flex-direction: row;
}
#extramenu li img {
  padding-right: 5px;
}

header.without-topbar {
  padding-top: 80px;
}

@media (min-width: 576px) {
  #main-nav #logo {
    height: 35px;
  }
}
@media (min-width: 768px) {
  #header-top {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  #header-top .header-bottom-line {
    height: 65px;
  }
  #header-top h2 {
    font-size: 36px;
  }
  #header-top ul#header-list {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  #header-top .header-bottom-line {
    height: 120px;
  }
  #header-top h2 {
    font-size: 48px;
  }
  #header-top h1 {
    font-size: 40px;
  }
  #header-top ul#header-list {
    font-size: 24px;
    line-height: 44px;
  }
}
@media (min-width: 992px) {
  #header-top ul#header-list {
    font-size: 20px;
  }

  #content-menu {
    position: relative;
    background: transparent;
    margin-left: auto;
    margin-right: 10px;
    top: auto;
  }

  nav {
    background: linear-gradient(90deg, #7f72ab 0%, #33265d 100%);
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
  }
}
@media (min-width: 768px) {
  #main-nav #content-menu {
    position: absolute;
    right: 0;
    top: 50px;
    left: auto;
    background: transparent;
    overflow: initial;
  }
}
@media (max-width: 1199px) {
  header.without-topbar {
    padding-top: 0;
  }
}
@media (max-width: 992px) {
  .navbar-mobile {
    background: #33265d;
  }
}
@media screen and (max-width: 767px) {
  #main-nav #content-menu {
    overflow-y: visible !important;
    overflow-x: scroll;
  }
}
@media (max-width: 767px) {
  body.mobile-menu-opended {
    overflow-y: hidden;
  }

  #header-top h1 {
    font-size: 24px;
  }
  #header-top .check-list-smaller li {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  #extramenu {
    margin-left: auto;
    margin-right: 20px;
  }
}
.form-control::-moz-placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b1b1b1;
  opacity: 1;
}
.form-control::placeholder {
  color: #b1b1b1;
  opacity: 1;
}

.form-check-input {
  margin-top: 0.2rem;
}

.intl-tel-input {
  width: 100%;
}

.add-promocode-form {
  width: 250px;
}

.gateway-form-submit p {
  display: none;
}
.gateway-form-submit button {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
  margin-bottom: 1rem;
}

.clientTypeRadio {
  color: #171717;
}
.clientTypeRadio:hover {
  color: #171717;
}

.clientTypeSelect {
  border: 0;
}
.clientTypeSelect a {
  border: 0;
  font-size: 1.2rem;
}
.clientTypeSelect.nav-pills {
  display: flex;
}
.clientTypeSelect.nav-pills .clientTypeSelect.nav-link {
  border: 1px solid #4C398A;
  border-radius: 0.25rem;
  color: #171717;
  background-color: #f3f3f3;
}
.clientTypeSelect.nav-pills .clientTypeSelect.nav-link.active {
  border: 1px solid #8175AD;
  border-radius: 0.25rem;
  color: #ffffff;
  background-color: #8175AD;
}
.clientTypeSelect.nav-pills .clientTypeSelect.show > .clientTypeSelect.nav-link {
  border: 1px solid #8175AD;
  border-radius: 0.25rem;
  color: #ffffff;
  background-color: #8175AD;
}
.clientTypeSelect.nav-pills li {
  display: flex;
}
.clientTypeSelect.nav-pills li a {
  flex: 1;
}
.clientTypeSelect .checkIcon-form {
  opacity: 0;
}
.clientTypeSelect.active {
  display: none !important;
}
.clientTypeSelect.active .checkIcon-form {
  opacity: 100;
}
.clientTypeSelect:hover {
  cursor: pointer;
}

.checkIcon-form {
  position: absolute;
  right: 7px;
  bottom: 3px;
}

@media screen and (max-width: 355px) {
  .clientTypeSelect .checkIcon::after {
    display: none;
  }
  .clientTypeSelect .active .checkIcon::after {
    display: none;
  }
}
.three-balls {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
.three-balls .ball {
  position: relative;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  -webkit-animation: bouncedelay 2s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
  animation: bouncedelay 2s infinite cubic-bezier(0.62, 0.28, 0.23, 0.99) both;
}
.three-balls .ball1 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.three-balls .ball2 {
  -webkit-animation-delay: -0.08s;
  animation-delay: -0.08s;
}

@keyframes bouncedelay {
  0% {
    bottom: 0;
    background-color: #ffffff;
  }
  16.66% {
    bottom: 10px;
    background-color: #ffffff;
  }
  33.33% {
    bottom: 0px;
    background-color: #ffffff;
  }
  50% {
    bottom: 10px;
    background-color: #ffffff;
  }
  66.66% {
    bottom: 0px;
    background-color: #ffffff;
  }
  83.33% {
    bottom: 10px;
    background-color: #ffffff;
  }
  100% {
    bottom: 0;
    background-color: #ffffff;
  }
}
@-webkit-keyframes bouncedelay {
  0% {
    bottom: 0;
    background-color: #ffffff;
  }
  16.66% {
    bottom: 10px;
    background-color: #ffffff;
  }
  33.33% {
    bottom: 0px;
    background-color: #ffffff;
  }
  50% {
    bottom: 10px;
    background-color: #ffffff;
  }
  66.66% {
    bottom: 0px;
    background-color: #ffffff;
  }
  83.33% {
    bottom: 10px;
    background-color: #ffffff;
  }
  100% {
    bottom: 0;
    background-color: #ffffff;
  }
}
.add-order-button {
  width: 60%;
}
@media screen and (max-width: 435px) {
  .add-order-button {
    width: 80%;
  }
}
@media screen and (max-width: 435px) {
  .add-order-button {
    width: 80%;
  }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
  .add-order-button {
    width: 100%;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  .add-order-button {
    width: 80%;
  }
}

#mark-data {
  height: 1.9em;
  overflow: hidden;
  cursor: pointer;
  color: #007bff;
}

#order .form-control:focus {
  border: 1px solid #4C398A;
  box-shadow: none;
}
#order .btn-primary:not([disabled]):not(.disabled).active {
  box-shadow: none;
}
#order label.btn,
#order label.collapsed {
  cursor: pointer;
}
#order .user-form-header {
  font-size: 18px;
  font-weight: 900;
  color: #E20C33;
}
#order .steps {
  margin-top: 2em;
  position: relative;
}
#order .numeric-list {
  background: #4C398A;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 0px 1px #4C398A;
}
#order .card {
  border-radius: 0;
  border: 1px solid rgba(76, 57, 138, 0.7);
  border-bottom: none;
}
#order .card:last-child {
  border-bottom: 1px solid rgba(76, 57, 138, 0.7);
}
#order .card .card-header {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
#order .card .card-header label span.package {
  font-size: 24px;
}
#order .card .card-header label span.package strong {
  font-size: 35;
}
#order .card.active .card-header {
  color: #ffffff;
  background-color: rgba(76, 57, 138, 0.7);
}
#order .card .card-body {
  background-color: #ffffff;
}
#order .card .card-body .btn-primary {
  background-color: #ffffff;
  border-color: #ffffff;
}
#order .card .card-body .btn-primary.active {
  background-color: #E20C33;
  border-color: #E20C33;
  color: #ffffff;
}
#order .card .card-body .btn-secondary.active {
  background-color: #E20C33;
  border-color: #E20C33;
  color: #ffffff;
}
#order .card.active .card-body {
  background-color: rgba(76, 57, 138, 0.7);
  color: #ffffff;
}
#order .domain-search-price .search-price {
  font-size: 1.3em;
}

#order-sidebar {
  transition: all 1s ease-in-out;
  height: auto;
  margin-left: 0px;
}
#order-sidebar .sticky-top {
  padding-top: 50px;
  margin-top: 90px;
}
#order-sidebar .card {
  background: rgba(76, 57, 138, 0.7);
  color: #ffffff;
}
#order-sidebar table td {
  border-color: rgba(0, 0, 0, 0.1);
  padding-left: 0;
}
#order-sidebar table .remove {
  width: 20px;
  padding-right: 0;
  padding-left: 0;
  text-align: center;
}
#order-sidebar table .remove a {
  color: #ffffff;
}
#order-sidebar table .remove a:hover {
  color: #E20C33;
}
#order-sidebar.summary {
  width: 1110px;
  height: 500px;
  margin-left: -760px;
}
#order-sidebar.summary .card {
  background: rgba(76, 57, 138, 0.98);
  min-height: 100%;
}

#pricing-info,
#pricing-mailbox-info {
  margin: 40px 0 20px;
  font-size: 14px;
}
#pricing-info h4,
#pricing-mailbox-info h4 {
  font-size: 18px;
  font-weight: 900;
}

#search-domain {
  margin-bottom: 2em;
}

#cart-page {
  background: #ffffff;
}
#cart-page .bar-content {
  background: linear-gradient(90deg, #7f72ab 0%, #33265d 100%);
}
#cart-page #main-nav.sticky-white nav {
  position: static;
  background: #ffffff;
}

@media screen and (max-width: 575px) {
  #cart-page #main-nav.sticky-white nav {
    background-color: #6D6398;
  }
}
@-webkit-keyframes zoomInRightCart {
  15% {
    padding: 0.5em;
    font-size: 30px;
    transform: padding font-size border-radius;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  80% {
    padding: 0.5em;
    font-size: 30px;
    transform: padding font-size border-radius;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRightCart {
  15% {
    padding: 0.5em;
    font-size: 30px;
    transform: padding font-size border-radius;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
  80% {
    padding: 0.5em;
    font-size: 30px;
    transform: padding font-size border-radius;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
#cart-mini {
  min-width: 320px;
  max-width: 500px;
  width: auto;
  position: absolute;
  right: 0;
  top: 65px;
  background: #33265d;
  color: #ffffff;
  z-index: 1030;
}
#cart-mini .table {
  color: #ffffff;
}

#cart-mini-qty {
  background-color: #382F5E;
  color: #ffffff;
  position: absolute;
  top: 5px;
  right: -18px;
  font-size: 14px;
  font-family: "Montserrat", "NexaRegular";
  padding: 0.1em 0.5em;
  border-radius: 10rem;
  line-height: 14px;
  font-weight: normal;
}
#cart-mini-qty.animate {
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: zoomInRightCart;
  animation-name: zoomInRightCart;
}

.loading-cart {
  display: none;
}

.save-period {
  cursor: pointer;
}
.save-period img {
  cursor: pointer;
}

.cancel-changes img {
  cursor: pointer;
}

.cycle-select .btn:focus {
  outline: none;
  box-shadow: none;
}
.cycle-select .btn.focus {
  outline: none;
  box-shadow: none;
}
.cycle-select .cycle-wrapper {
  border: 1px solid #8175AD;
  border-radius: 5px;
  padding: 1rem 0.3rem;
}
.cycle-select .btn.active .cycle-wrapper {
  background: #E20C33;
  color: #ffffff;
  border: 1px solid #E20C33;
}
.cycle-select label {
  padding-left: 5px;
  padding-right: 5px;
}
.cycle-select label:nth-child(3) .saving-period {
  background: rgba(129, 117, 173, 0.9);
}
.cycle-select label:nth-child(3) .saving-period:after {
  background: rgba(129, 117, 173, 0.9);
}
.cycle-select label:nth-child(4) .saving-period {
  background: #8175ad;
}
.cycle-select label:nth-child(4) .saving-period:after {
  background: #8175ad;
}
.cycle-select label .cycle-wrapper .price-toggle {
  color: #33265d;
  font-size: 1.2rem;
  font-weight: bold;
}
.cycle-select label.active .cycle-wrapper .price-toggle {
  color: #ffffff;
}
.cycle-select .checkIcon-form {
  right: 14px;
  bottom: 14px;
  display: none;
}
.cycle-select .active .checkIcon-form {
  display: inline-block;
}

.saving-period {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  text-align: center;
  background: rgba(129, 117, 173, 0.8);
  padding: 10px 3px 6px;
  margin-bottom: 5px;
  color: #ffffff;
  position: relative;
  margin-bottom: 15px;
}
.saving-period:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  padding-bottom: 10px;
  background: rgba(129, 117, 173, 0.8);
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 50% 100%);
}

.cart-offer {
  margin-top: 10px;
}
.cart-offer .offer-box {
  color: #ffffff;
  background-color: #6D6398;
  border-radius: 10px;
}
.cart-offer .offer-box.mini {
  border-radius: 0;
}
.cart-offer .offer-box .box-head {
  font: normal normal 300 21px Source Sans Pro;
}
.cart-offer .offer-box .box-head.bold {
  font: normal normal bold 21px Source Sans Pro;
}
.cart-offer .offer-box .box-head.mini {
  font-size: 18px;
}
.cart-offer .offer-box .box-product {
  font: normal normal 300 12px Source Sans Pro;
}
.cart-offer .offer-box .box-product.bold {
  font: normal normal bold 15px Source Sans Pro;
}
.cart-offer .offer-box .box-button {
  font: normal normal 600 12px Source Sans Pro;
  color: #ffffff;
  border-color: #ffffff;
  transition: border-color 0.5s, background-color 0.5s, color 0.5s;
}
.cart-offer .offer-box .box-button:hover {
  border-color: #979797;
}
.cart-offer .offer-box .box-button.search {
  color: #8175AD;
  background-color: #ffffff;
}
.cart-offer .offer-box .box-button.search:hover {
  color: #ffffff;
  background-color: #8175AD;
}
.cart-offer .offer-box .box-button.search i {
  font-size: 28px;
}
.cart-offer .offer-box .box-button.mini {
  font-size: 15px;
}
.cart-offer .offer-box hr {
  border-color: #ffffff;
}
.cart-offer .ajax-loader p {
  font-size: 12px;
}
.cart-offer .result {
  text-align: center;
  text-align: -moz-center;
  text-align: -webkit-center;
}
.cart-offer .result .btn-add-to-cart,
.cart-offer .result .ConfigureHostingDomainResult,
.cart-offer .result .ConfigureHostingDomainResultError {
  color: #ffffff;
  font: normal normal 300 18px Source Sans Pro;
  background: none;
  background-color: transparent;
}
.cart-offer .result .ConfigureHostingDomainResult strong {
  font: normal normal 300 18px Source Sans Pro;
}
.cart-offer .result .ConfigureHostingDomainResult strong:first-child {
  font-weight: bold;
}
.cart-offer .result .disabled,
.cart-offer .result .ConfigureHostingDomainResultSuccess {
  display: none;
}
.cart-offer .result .ConfigureHostingDomainResultError {
  font-weight: normal;
  color: #ffffff;
  background-color: #E6173E;
}
.cart-offer .result .btn-add-to-cart {
  font: normal normal bold 14px Source Sans Pro;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #ffffff !important;
  transition: border-color 0.5s;
}
.cart-offer .result .btn-add-to-cart:hover {
  border-color: #979797 !important;
}

.bar-content {
  color: #ffffff;
  margin: 0;
  padding: 2em 0 1em;
}
.bar-content h3 {
  font-size: 20px;
  text-align: center;
}
.bar-content h4 {
  font-size: 15px;
  text-align: center;
  font-weight: 300;
  margin-bottom: 1em;
}

@media (min-width: 768px) {
  .bar-content h3 {
    font-size: 28px;
  }
  .bar-content h4 {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .bar-content h4 {
    font-size: 14px;
  }
}
h4.subtitle {
  font-size: 1.3rem;
}

#profile-grid {
  overflow: auto;
  white-space: normal;
}
#profile-grid .profile {
  padding-bottom: 40px;
}
#profile-grid .panel {
  padding: 0;
}
#profile-grid .panel-body {
  padding: 15px;
}
#profile-grid .profile-name {
  font-weight: bold;
}
#profile-grid .thumbnail {
  margin-bottom: 6px;
}
#profile-grid .panel-thumbnail {
  overflow: hidden;
}
#profile-grid .img-rounded {
  border-radius: 4px 4px 0 0;
}

.owl-navigation {
  position: absolute;
  top: 50%;
  z-index: 10;
  margin-top: -30px;
  left: -20px;
  right: -20px;
}
.owl-navigation .owl-next {
  right: 0;
}
.owl-navigation .owl-prev {
  left: 0;
}

.owl-navigation .owl-next,
.owl-navigation .owl-prev {
  width: 20px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
  position: absolute;
  cursor: pointer;
  opacity: 0.6;
}

.owl-navigation .owl-next:hover,
.owl-navigation .owl-prev:hover {
  opacity: 0.8;
}

.owl-carousel .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-carousel .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
  background: #869791;
}

.return {
  position: absolute;
  right: 0px;
  top: 20px;
  z-index: 1000;
  font-size: 30px;
}

.page-item.first.disabled > .page-link {
  background-image: url("../images/pagination/stre-double-left.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 30px;
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border: 0;
}
.page-item.first > .page-link {
  background-image: url("../images/pagination/double-left.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 30px;
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border: 0;
}
.page-item.disabled.previous > .page-link {
  background-image: url("../images/pagination/stre-left.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 30px;
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border: 0;
}
.page-item.disabled.next > .page-link {
  background-image: url("../images/pagination/stre-right.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 30px;
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border: 0;
}
.page-item.disabled.last > .page-link {
  background-image: url("../images/pagination/stre-double-right.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 30px;
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border: 0;
}
.page-item.previous > .page-link {
  background-image: url("../images/pagination/left.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 30px;
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border: 0;
}
.page-item.next > .page-link {
  background-image: url("../images/pagination/right.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 12px;
  height: 30px;
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border: 0;
}
.page-item.last > .page-link {
  background-image: url("../images/pagination/double-right.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 30px;
  color: #6c757d;
  pointer-events: none;
  background-color: transparent;
  border: 0;
}
.page-item.active .page-link {
  padding: 0.3rem;
  background: #4c3988;
  border: 2px solid #4c3988;
  color: #ffffff;
}

.page-link {
  cursor: pointer;
  z-index: 1;
  position: relative;
  display: block;
  padding: 0.3rem;
  margin-left: 5px;
  width: 30px;
  height: 30px;
  line-height: 1.25;
  color: #464646;
  background-color: transparent;
  border: 0;
  text-align: center;
  font-size: 15px;
  border-radius: 50%;
}
.page-link:hover {
  background: #464646;
  border: 2px solid #464646;
  color: #ffffff;
}

@media screen and (max-width: 767px) {
  li.paginate_button {
    display: none;
  }
  li.paginate_button.previous {
    display: inline;
  }
  li.paginate_button.next {
    display: inline;
  }
  li.page-item.active {
    display: inline;
  }
}
.dataTables_paginate {
  margin-top: 1rem;
}

label .cart-tab {
  margin-top: 8px;
  vertical-align: top;
}

.mnichtip {
  border: 2px solid #f9d9ab;
  border-radius: 30px;
}
.mnichtip h3 {
  color: #493c85;
  font-weight: bold;
}

div[id*=hosting-krok-] .numeric-list {
  background: #E20C33;
  border: 0;
  width: 23px;
  height: 23px;
  font-size: 12px;
  text-align: center;
  display: inline-block;
  line-height: 23px;
  color: #ffffff;
  border-radius: 50%;
}

.tooltip-inner {
  max-width: 400px;
  padding: 3px 8px;
  color: #000000;
  text-align: center;
  background-color: #ffffff;
  border-radius: 0.25rem;
  border: 1px solid #8175AD;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before {
  margin-left: -3px;
  content: "";
  border-top-color: #8175AD;
  background-color: transparent;
}

.tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-top-color: #8175AD;
  background-color: transparent;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #8175AD;
  background-color: transparent;
}

.tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #8175AD;
  background-color: transparent;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #8175AD;
  background-color: transparent;
}

.tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #8175AD;
  background-color: transparent;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #8175AD;
  background-color: transparent;
}

.tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #8175AD;
  background-color: transparent;
}

.hosting-tooltip {
  color: white;
  background-color: #7f72ab;
  padding: 0 0.3rem;
  margin-left: 0.3rem;
  cursor: pointer;
}

.tooltip.show {
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .table td {
    font-size: 11px !important;
  }
  .table th {
    font-size: 11px !important;
  }
}
.content .line-height-15 p {
  line-height: 1.5em;
}
.content.line-height-15 p {
  line-height: 1.5em;
}
.content h2 {
  font-weight: bold;
  font-size: 36px;
  color: #33265d;
}
.content .card-header h2 {
  color: #ffffff;
}

.table-summary {
  background-color: #F1F1F1;
  border-radius: 20px;
}

.control__indicator {
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #e6e6e6;
}
.control__indicator:after {
  position: absolute;
  display: none;
  content: "";
}

.control--radio .control__indicator {
  border-radius: 50%;
}
.control--radio .control__indicator:after {
  top: 2px;
  left: 2px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #4A4A4A;
}
.control--radio input:disabled ~ .control__indicator:after {
  background: #7b7b7b;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.control input:focus ~ .control__indicator {
  background: #e6e6e6;
  cursor: pointer;
}
.control input:checked ~ .control__indicator {
  border: 1px solid #4A4A4A;
  background: #ffffff f;
}
.control input:checked ~ .control__indicator:after {
  display: block;
}
.control input:checked:focus ~ .control__indicator {
  background: transparent;
  cursor: pointer;
}
.control input:disabled ~ .control__indicator {
  pointer-events: none;
  opacity: 0.6;
  background: #e6e6e6;
}
.control:hover input ~ .control__indicator {
  background: #e6e6e6;
  cursor: pointer;
}
.control:hover input:not([disabled]):checked ~ .control__indicator {
  background: transparent;
  cursor: pointer;
}

.control--checkbox .control__indicator:after {
  top: 4px;
  left: 8px;
  width: 3px;
  height: 8px;
  transform: rotate(45deg);
  border: solid #4A4A4A;
  border-width: 0 2px 2px 0;
}
.control--checkbox input:disabled ~ .control__indicator:after {
  border-color: #7b7b7b;
}

@media screen and (min-width: 784px) {
  .summarySticky {
    position: sticky;
    top: 0;
    padding: 0 15px;
  }

  .summarySidebarItem {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .grid-divider {
    border-right: 1px solid #979797;
  }
}
.domain-not-available {
  color: #e6e6e6;
}

.quote-box .quote-begin {
  max-width: 50%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}
.quote-box .quote-end {
  max-width: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.br-mobile {
  display: none;
}
@media (max-width: 992px) {
  .br-mobile {
    display: block;
  }
}

.fakeHref {
  color: #007bff;
  cursor: pointer;
}

.scrollable-y {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.pricing-box {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  cursor: all-scroll;
}
.pricing-box .col-3 {
  max-width: none;
}
.pricing-box .card {
  border-radius: 0;
}
.pricing-box .card .card-header {
  border-radius: 0;
  color: #ffffff;
}
.pricing-box .card .card-header h2 {
  font-size: 30px;
  padding: 0;
}
.pricing-box .card .card-header h2 span {
  font-family: "Montserrat", "NexaHeavy";
  font-weight: bold;
}
.pricing-box .card .card-body {
  padding-top: 0.5em;
}
.pricing-box .card .list-unstyled li {
  padding: 0.5em 0;
}
.pricing-box .card .list-unstyled li.divider {
  padding: 0.25em 0;
}
.pricing-box .card .list-unstyled li.divider hr {
  margin: 0;
}
.pricing-box .card .card-body {
  color: #5D5D5D;
}
.pricing-box .card .card-body strong {
  font-family: "Montserrat", "NexaHeavy";
  font-weight: bold;
}
.pricing-box .card .card-body .package-limit {
  font-weight: bold;
}
.pricing-box .card .card-body .regular-price strong {
  font-weight: normal;
  font-family: "Montserrat", "NexaRegular", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.pricing-box .owl-item:nth-child(1) .card-header {
  background-color: rgba(76, 57, 138, 0.7);
}
.pricing-box .owl-item:nth-child(2) .card-header {
  background-color: rgba(76, 57, 138, 0.75);
}
.pricing-box .owl-item:nth-child(3) .card-header {
  background-color: rgba(76, 57, 138, 0.8);
}
.pricing-box .owl-item:nth-child(4) .card-header {
  background-color: rgba(76, 57, 138, 0.85);
}
.pricing-box .owl-item:nth-child(5) .card-header {
  background-color: rgba(76, 57, 138, 0.9);
}
.pricing-box .owl-item:nth-child(6) .card-header {
  background-color: rgba(76, 57, 138, 0.95);
}
.pricing-box .owl-item:nth-child(7) .card-header {
  background-color: #4c398a;
}
.pricing-box .new-card .new-card-header {
  border-radius: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  color: #ffffff;
}
.pricing-box .new-card .new-card-header h2 {
  font-size: 28px;
  padding: 0;
}

.new-card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.new-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 0;
  border-radius: 0.25rem;
}

.zenbox-newpackage {
  background-color: #493c85;
}

.new-card-body {
  flex: 1 1 auto;
  padding: 1.25rem;
  border: 1px solid #493c85;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
.new-card-body li {
  text-align: left;
  font-size: 16px;
}
.new-card-body span {
  text-align: left;
}

@media (max-width: 576px) {
  .pricing-box {
    flex-wrap: wrap;
  }
}
@media (min-width: 576px) {
  #pricing {
    width: 190%;
  }
}
@media (min-width: 768px) {
  .scrollable-y {
    overflow-x: auto;
  }

  #pricing {
    width: 100%;
  }
  #pricing .card .card-header h2 {
    font-size: 28px;
    padding: 0.25rem 0;
  }
  #pricing .card .card-header h2 span {
    display: block;
    font-size: 30px;
  }
  #pricing .card .card-body .package-limit {
    display: block;
  }
}
@media (min-width: 992px) {
  #pricing .card .card-header h2 {
    font-size: 32px;
  }
  #pricing .card .card-header h2 span {
    display: block;
    font-size: 48px;
  }
}
#trusted-info h4.icon {
  font-size: 60px;
}
#trusted-info h5 span {
  display: block;
  font-weight: bold;
}

#domain-pricing-filter .btn {
  border-radius: 1rem;
  margin-right: 0.25rem;
}
#domain-pricing-filter #search-tld {
  float: right;
}

.filter-domain-search {
  border-bottom: 1px solid #5D5D5D;
  color: #5D5D5D;
}
.filter-domain-search input {
  border: 0;
}

.btn-switch-toggle {
  background: #E1E1E1;
  border-radius: 20px;
  padding-left: 5px;
  padding-right: 25px;
}
.btn-switch-toggle.active {
  background: #007bff;
  padding-left: 25px;
  padding-right: 5px;
}
.btn-switch-toggle .handle {
  font-size: 0.7rem;
  background: #ffffff;
  color: #464646;
  border-radius: 10px;
  padding: 3px 7px 2px;
  text-transform: uppercase;
  text-align: center;
  width: 60px;
}

#cennik-malejacy {
  overflow-x: auto;
}

.promo-price {
  color: #E20C33;
}

.regular-price {
  text-decoration: line-through;
}

.ssl-name {
  min-height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.checkicon-red:before {
  content: "";
  font-family: "Ionicons";
  display: inline-block;
  width: 1.6em;
  color: #E20C33;
}

.cursor-default {
  cursor: default;
}

.old-price-promo {
  color: #493c85;
}

.new-price-promo {
  color: #d02f3b;
}

.promo-info-box {
  background-color: #F1F1F1;
}
.promo-info-box p {
  color: #d02f3b;
  font-weight: bold;
}

.nav-link.active .new-price-promo {
  color: #ffffff;
}

footer#footer {
  font-size: 14px;
  line-height: 19px;
  color: #4A4A4A;
  padding: 30px 0;
  font-weight: 300;
  margin-bottom: 2em;
  background-color: #F1F1F1;
}
footer#footer #footer-brand {
  margin-bottom: 1em;
}
footer#footer h3 {
  font-size: 16px;
  font-weight: 900;
  font-family: "Montserrat", "NexaHeavy";
  font-weight: bold;
  margin-top: 10px;
}
footer#footer ul li a {
  color: #4A4A4A;
}
footer#footer ul li a:hover {
  color: #000000;
  text-decoration: none;
}

#partner-logo {
  fill: #898d8d;
}

@media (min-width: 768px) {
  footer#footer {
    margin-bottom: 0em;
  }
}
@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 3.5rem !important;
  }
}
#info-bar {
  display: none;
}

@media screen and (min-width: 767px) {
  #info-bar {
    display: block;
    position: fixed !important;
    bottom: 0;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    z-index: 1000;
    background: #E20C33;
    color: #ffffff;
  }
  #info-bar a {
    color: #E1E1E1;
  }
  #info-bar a:hover {
    color: #ffffff;
  }

  .with-global-notice {
    padding-bottom: 50px;
  }
}
.notice-side-button {
  z-index: 99999999999;
  top: 400px;
  right: -50px;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

.scrollToTop {
  position: fixed;
  right: 10%;
  bottom: 10px;
  padding: 16px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 2;
  width: 140px;
  height: 140px;
  background: #7f72ab;
  border-radius: 50%;
  width: 66px;
  height: 66px;
}

div[id*=migracje-krok-] .numeric-list {
  background: #4C398A;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 0px 1px #4C398A;
}

@media (min-width: 992px) {
  #ajaxModal .modal-dialog {
    max-width: 600px;
    border-radius: 1rem;
  }
  #ajaxModal .modal-content {
    border-radius: 1rem;
  }
  #ajaxModal .modal-header {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom: none;
  }
  #ajaxModal .modal-footer {
    border-top: none;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    justify-content: center;
  }
}
.thead-hosting-specification th {
  background-color: #4C398A;
  padding: 1.5rem 0;
  color: #ffffff;
  font-size: 20px;
  font-weight: normal;
}
.thead-hosting-specification td {
  font-size: 16px;
}

#specification-extended-collapsing {
  background-color: #CCE2F6;
  color: #007bff;
  cursor: pointer;
}

.specificationSection {
  overflow-x: auto;
}

.select2-container--default .select2-selection--single {
  border: 2px solid #79729d;
  border-radius: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #79729d;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #79729d transparent transparent transparent;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #79729d;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent transparent #79729d;
}

.select2-dropdown {
  border: 2px solid #79729d;
}

.select2-results__option {
  color: #79729d;
}

span.select2-selection.select2-selection--single {
  outline: none;
}

.select2-container {
  margin-bottom: 0.75rem;
}

@media (max-width: 767px) {
  .specificationSection {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #specyfikacja-tabela {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.ConfigureHostingDomainResult {
  background-color: #ffffff;
  color: #4C398A;
  padding: 0.5rem;
  border-radius: 5px;
  text-align: center;
}

.ConfigureHostingDomainResultError {
  background-color: #E20C33;
  color: #ffffff;
  padding: 0.5rem;
  border-radius: 5px;
  text-align: center;
}

.ConfigureHostingDomainResultSuccess {
  background-color: #27B947;
  color: #ffffff;
  padding: 0.5rem;
  border-radius: 5px;
  text-align: center;
}

.compare-box {
  height: 100%;
}
.compare-box .compare-logo {
  height: 80px;
}

#domain-compare .col {
  padding-top: 30px;
  padding-bottom: 30px;
}
#domain-compare .col.featured {
  padding-top: 20px;
  padding-bottom: 20px;
}
#domain-compare .col.featured .compare-logo {
  margin-top: 10px;
}
#domain-compare .col.featured .compare-box {
  border-color: #E20C33 !important;
}

.green-promo-color {
  color: #28A745;
}

.green-promo-box {
  background: #28A745;
  border-radius: 20px;
  color: #ffffff;
  padding: 0.2rem 0.4rem;
  margin: 0.2rem 0;
}
.green-promo-box.promoHeader {
  background: #28A745;
  color: #ffffff;
  border-radius: 0;
  margin: 0;
  padding: 0.2rem 0.4rem;
}

.active .cycle-wrapper .green-promo-color {
  color: #ffffff;
}

#urodzinyModal .modal-header {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-bottom: 0 solid #cccccc;
  box-shadow: inset 0 0 0 #ffffff;
  -moz-box-shadow: inset 0 0 0 #ffffff;
  -webkit-box-shadow: inset 0 0 0 #ffffff;
  margin-bottom: 0;
  padding: 9px 15px 10px;
  background: #f3f3f3;
}
#urodzinyModal .modal-header img {
  max-width: 100%;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#urodzinyModal .modal-body {
  -moz-border-radius: 6px 6px 0 0;
  -webkit-border-radius: 6px 6px 0 0;
  border-bottom: 0 solid #cccccc;
  box-shadow: inset 0 0 0 #ffffff;
  -moz-box-shadow: inset 0 0 0 #ffffff;
  -webkit-box-shadow: inset 0 0 0 #ffffff;
  margin-bottom: 0;
  padding: 9px 15px 10px;
  background: #f3f3f3;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }

  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.promo-box-JesienZenbox2020 {
  background: #100906 url("../images/promotion/JesienZenbox2020-bg.png") no-repeat top center;
  color: #ffffff;
  padding: 0.2rem 0.4rem;
}
.promo-box-JesienZenbox2020 h4 {
  padding: 0;
  margin: 0;
  font-size: 20px;
  font-family: "Source Code Pro", "Courier New", Courier, monospace;
  font-weight: 700;
  position: relative;
  display: inline-block;
}
.promo-box-JesienZenbox2020 h4:before {
  content: "~";
  position: absolute;
  left: -20px;
}
.promo-box-JesienZenbox2020 h4:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 2px;
  width: 12px;
  height: 20px;
  background: #ffffff;
  display: inline-block;
}
.promo-box-JesienZenbox2020 p {
  font-family: "Source Code Pro", "Courier New", Courier, monospace;
  font-size: 28px;
  margin: 0;
  line-height: 1;
  font-weight: 400;
}
.promo-box-JesienZenbox2020 p strong {
  color: #cf9314;
}
.promo-box-JesienZenbox2020 .btn-promo {
  background: #504f87;
}

@media screen and (max-width: 767px) {
  .promo-box-JesienZenbox2020 {
    background-size: cover;
    text-align: center;
  }
  .promo-box-JesienZenbox2020 .image-small {
    padding-bottom: 8px;
    display: none;
  }
  .promo-box-JesienZenbox2020 .image {
    display: none;
  }
  .promo-box-JesienZenbox2020 h4 {
    font-size: 18px;
    display: inline;
  }
  .promo-box-JesienZenbox2020 h4:after {
    display: none;
  }
  .promo-box-JesienZenbox2020 .promo-content-wrapper {
    padding-bottom: 5px;
  }
  .promo-box-JesienZenbox2020 .promo-content-wrapper span {
    display: none;
  }
  .promo-box-JesienZenbox2020 p {
    font-size: 18px;
    display: inline;
    position: relative;
  }
  .promo-box-JesienZenbox2020 p:after {
    content: "";
    position: absolute;
    right: -20px;
    top: 2px;
    width: 12px;
    height: 20px;
    background: #ffffff;
    display: inline-block;
  }
}
.promo-box-30nawiosne {
  background: url("../images/promotion/bgr.png") no-repeat top center;
  background-size: cover;
  color: #000000;
  padding: 0.2rem 0.4rem;
  margin: 0.2rem 0;
}
.promo-box-30nawiosne h4 {
  font-weight: bold;
  margin-bottom: 0;
  margin-top: 0;
}
.promo-box-30nawiosne p.content {
  font-weight: bold;
  font-size: 35px;
  color: #E20C33;
  margin-bottom: 0;
  background: none;
}
.promo-box-30nawiosne .image {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
}
.promo-box-30nawiosne.promoHeader {
  color: #000000;
  border-radius: 0;
  margin: 0;
  padding: 0.2rem 0.4rem;
}

@media screen and (max-width: 767px) {
  .promo-box-30nawiosne {
    background-position: top right;
  }
  .promo-box-30nawiosne .image {
    display: none;
  }
}
#polecam {
  font-family: "Palanquin";
}
#polecam #how .step {
  padding-left: 35px;
}
#polecam #how h3 {
  color: #79729d;
  padding-bottom: 3em;
}
#polecam #how h4 {
  font-size: 18px;
  font-weight: bold;
  position: relative;
}
#polecam #how h4 span {
  position: absolute;
  left: -35px;
  top: 2px;
  height: 25px;
  width: 25px;
  line-height: 20px;
  display: inline-block;
  line-height: 20px;
  background: #79729d;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
}
#polecam #how p {
  font-family: "Source Code Pro";
}
#polecam a.btn-secondary.btn:hover {
  background-color: #382F5E;
  border-color: #382F5E;
  color: #f4d578;
}
#polecam #lottie {
  max-height: 255px;
  padding-bottom: 1em;
}

#pp-baner {
  padding-bottom: 0px;
  background-color: #ffffff;
}
#pp-baner #header-top {
  background-color: #062e28;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url("/assets/images/baner-program-partnerski.jpg");
  height: 600px;
  padding: 0;
}
#pp-baner #header-top > .container {
  height: 600px;
  padding: 0;
}
#pp-baner #header-top > .container > .row {
  height: 600px;
  padding: 0;
}
#pp-baner h4 {
  font-size: 17px;
  font-family: "Palanquin";
  margin-top: 22px;
}
#pp-baner .accent {
  color: #6aaaa2;
}
#pp-baner h2 {
  padding-bottom: 1em;
  margin-bottom: 1em;
  position: relative;
  font-size: 24px;
}
#pp-baner h2:after {
  content: "";
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100px;
  height: 1px;
  background: #ffffff;
}

.pp-description {
  font-family: "Source Code Pro";
}

#pp-more-soon {
  padding-top: 2em;
  padding-bottom: 2em;
  background: #EFEFEF;
  text-align: center;
}
#pp-more-soon h3 {
  color: #33265d;
  font-size: 2rem;
}

#pp-warranty {
  background-color: #f7f7f7;
}
#pp-warranty #piggy {
  background: transparent url("/assets/images/pp-piggy.svg") 0% 0% no-repeat padding-box;
}
#pp-warranty h3 {
  color: #79729d;
  font-family: "Montserrat";
  font-weight: bold;
}
#pp-warranty p {
  color: #79729d;
  font-family: "Montserrat";
  font-weight: normal;
}
#pp-warranty li {
  list-style-type: none;
  margin-left: -30px;
}
#pp-warranty li::before {
  content: "~ ";
}

#pp-more {
  background-color: #f7f7f7;
}
#pp-more h3 {
  color: #79729d;
  font-family: "Montserrat";
  font-weight: bold;
}

#pp-cash h3 {
  color: #79729d;
  font-family: "Montserrat";
  font-weight: bold;
}
#pp-cash span {
  left: -35px;
  top: 2px;
  height: 25px;
  width: 25px;
  line-height: 20px;
  display: inline-block;
  line-height: 20px;
  background: #79729d;
  border-radius: 50%;
  text-align: center;
  color: #ffffff;
}

#pp-content a.btn-secondary.btn:hover {
  background-color: #382F5E;
  border-color: #382F5E;
  color: #f4d578;
}

@media (max-width: 991px) {
  #pp-baner #header-top {
    background-image: url("/assets/images/baner-program-partnerski.jpg");
  }
}
@media (max-width: 767px) {
  #pp-baner #header-top {
    padding-top: 25px;
    padding-bottom: 36px;
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
    background-position: center;
    background-image: url("/assets/images/baner-program-partnerski.jpg");
  }
  #pp-baner #header-top > .container {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }
  #pp-baner #header-top > .container > .row {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }

  #pp-warranty > .container > .row {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }

  #pp-cash > .container > .row {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }

  #pp-more > .container > .row {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }

  #polecam > .container > .row {
    padding-left: 15px;
    padding-right: 15px;
    height: auto;
  }
}/*# sourceMappingURL=style.css.map */