[v-cloak] {
  display: none;
}

#content {
  min-height: 80vh;
  text-align: left;
}

#chat-widget-container {
  z-index: 3000 !important;
}

.fa-secondary {
  opacity: 0.4;
}

.flipped {
  transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -webkit-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
}

.link-white {
  color: white;
  text-decoration: none;
  font-size: 12px;
}

.btn-signin {
  background-position: 0 -1737px;
}

#compare-btn {
  position: relative;
  display: block;
  align-self: center;
  flex-basis: 64px;
  width: 64px;
  height: 64px;
  margin: 0 0 0 auto;
  padding: 5px;
  background: #ff6600;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 22px;
}

#compare-btn:hover {
  background-color: #ffa757;
}

#compare-btn svg, #compare-btn span {
  display: block;
  font-size: 28px;
  margin: auto;
}

#compare-btn span {
  font-size: 14px;
}

.projects-listing .preview {
  position: absolute;
  bottom: 65px;
  left: 50%;
  margin-left: -145px;
  width: 290px;
  display: none;
}

.projects-listing.big .preview {
  left: 10px;
  bottom: 45px;
  margin-left: 0;
  -webkit-box-shadow: 0 2px 8px rgba(50, 50, 50, 0.8);
  box-shadow: 0 2px 8px rgba(50, 50, 50, 0.8);
}

.projects-listing.placement .preview {
  left: 10px;
  margin-left: 0;
  width: 350px;
  bottom: 100px;
  -webkit-box-shadow: 0 2px 8px rgba(50, 50, 50, 0.8);
  box-shadow: 0 2px 8px rgba(50, 50, 50, 0.8);
}

.slide-tabs  {
  display: flex;
  flex-wrap: wrap;
  gap: 1px;
  width: 100%;
  margin: auto;
  border-top: 1px solid #ebebeb;
  text-transform: uppercase;
  font-weight: 100;
  padding-bottom: 1rem;
  font-size: 14px;
}

.slide-tabs.five {
  justify-content: center;
}

.slide-tabs a {
  position: relative;
  display: flex;
  width: calc(25% - 1px);
  flex-grow: 1;
  box-sizing: border-box;
  padding: 18px 15px;
  background: #252525;
  color: #fff;
  text-decoration: none;
  transition: background 0.5s, color 0.5s;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.slide-tabs.five a {
  width: calc(20% - 1px);
}

.slide-tabs a:hover {
  background: #ca1d61;
  color: #fff;
  text-decoration: none;
}

.slide-tabs a.selected {
  background: #ca1d61;
  color: #fff;
}

.cms-page .slide-tabs { margin-top: 10px; font-size: 1.6em; }

/* Ścieżki nawigacyjne */
.breadcrumbs { padding: 10px 0 3px 5px; font-size: 14px; color: #000; }
.breadcrumbs ul { display: flex; margin-bottom: 5px; list-style: none; }
.breadcrumbs * { font-size: inherit; }
.breadcrumbs ul li:not(:last-of-type):after {
  content: '/';
  padding: 0 0.5rem;
}
.breadcrumbs ul li a { text-decoration: none; color: #333; }
.breadcrumbs ul li a:hover { text-decoration: underline; }
.breadcrumbs ul li .last { color: #ca1d61; }


/* kontener galerii royalslider */
#gallery-holder {
  display: none;
  position: fixed;
  width: 800px;
  height: 650px;
  z-index: 9999;
}

/* redactor - globalne ustawienia tożsame z panelem */
.redactor-editor ul li { list-style: disc; }
.redactor-editor ol li { list-style: decimal; }

/* ogólny przycisk przewinięcia strony do góry */
.scroll-top {
  display: none;
  width: 270px;
  padding: 10px 0 15px 0;
  margin: auto;
  text-align: center;
}

.scroll-top button {
  padding: 6px 30px;
  background: #F082B0;
  background-image: linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -o-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -moz-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -webkit-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -ms-linear-gradient(top, #F082B0 7%, #E32471 85%);
  background-image: -webkit-gradient(linear,left top,left bottom, color-stop(0.07, #F082B0),color-stop(0.85, #E32471));
  border: 0 none;
  font: 18px 'Open Sans';
  color: #fff;
  cursor: pointer;
}
/* Dialog */
.dialog {
  position: fixed;
  z-index: 2100;
  background-color: white;
  text-align: center;
}
.dialog .close {
  width: 16px;
  height: 16px;
  background: url(/images/close.png);
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}
.dialog .footer {
  padding: 20px 40px 40px;
  text-align: left;
}
.dialog input, .dialog label {
  float: left;
}
.dialog input {
  margin: 4px 4px 0 0;
}
.dialog .buttons {
  float: right;
}
.dialog .cancel {
  margin-right: 20px;
  color: black;
}
.dialog .buttons a {
  text-decoration: none;
}
.dialog .cancel:hover {
  text-decoration: underline;
}
.dialog .ok {
  padding: 4px 30px;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  background-color: #ca1d61;
  border: 1px solid #797979;
}
.dialog .ok:hover {
  background-color: #FF5AAD;
}
.dialog p {
  font-size: 18px;
  color: #727272;
  margin: 30px 60px;
  text-align: left;
}
.dialog-overlay {
  background-color: #222;
  z-index: 2000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.4;
}

#security-not-authenticated, #app-locked {
  font-weight: 100;
  font-size: 20px;
  line-height: 1.5em;
}

#security-not-authenticated h1, #app-locked h2 {
  font-weight: 100;
  text-transform: uppercase;
}

#security-not-authenticated a { color: #ca1d61; text-decoration: none; }

#app-locked {
  text-align: center;
}

#app-locked h1 {
  color: #ca1d61;
  font-size: 100px;
  font-weight: 100;
  line-height: 1;
}

#app-locked a { color: #ca1d61; text-decoration: none; }

#complete-user-info-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0008;
  z-index: 5000;
}

#complete-user-info {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 600px;
  width: 100%;
  transform: translateX(-50%) translateY(-50%);
  background-color: white;
  border: 1px solid #999;
  box-shadow: 3px 3px 8px rgba(128,128,128, 0.5);
  z-index: 5001;
  font: 100 18px 'Open Sans', Arial, sans-serif;
  text-align: left;
}

#complete-user-info header {
  position: relative;
  padding: 20px 25px;
  background: #f2f2f2;
}
#complete-user-info header h2 {
  margin: 0;
  padding: 0;
  text-transform: none;
  font-size: 28px;
}
#complete-user-info header p {
  font-size: 16px;
}
#complete-user-info header .close {
  position: absolute;
  top: 0;
  right: 10px;
  color: #000;
  text-decoration: none;
  font: inherit;
  font-size: 34px;
}
#complete-user-info header .close:hover { color: #ca1d61; }
#complete-user-info section {
  padding: 15px 25px;
  text-transform: uppercase;
}
#complete-user-info section button {
  width: 100px;
  margin: 0 10px;
  padding: 8px;
  background: #434343;
  border: none;
  color: #fff;
  text-transform: uppercase;
  font: inherit;
  cursor: pointer;
}
#complete-user-info section button[data-selected="0"] { background: #aeaeae; }
#complete-user-info section button[data-selected="1"] { background: #ca1d61; }
#complete-user-info .question-build > div {
  display: flex;
  justify-content: center;
  width: 250px;
  margin: 10px auto 0 auto;
}
#complete-user-info .submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
}
#complete-user-info .submit a.skip {
  text-decoration: underline;
  color: #000;
  font-size: 14px;
}

#complete-user-info .submit a.save {
  display: block;
  min-width: 100px;
  padding: 8px;
  background: #ca1d61;
  font-weight: normal;
  text-decoration: none;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
#complete-user-info .submit a:hover { opacity: 0.75; }

#urgent-message {
  width: 100%;
  padding: 0.5rem 1.5rem;
  background: #ca1d61;
  color: #fff;
  font-size: 12px;
  text-align: center;
  box-sizing: border-box;
  z-index: 1050;
}

#urgent-message a {
  color: #fff;
  text-decoration: underline;
}

.progress-bar .progress {
  width: 0; /* jak nie ma stylu inline */
}
.progress-bar .progress {
  width: 0; /* jak nie ma stylu inline */
}

#complete-user-map {
  width: 100%;
  height: 300px;
  margin-top: 1.5rem;
}

.jvectormap-tip {
  z-index: 9999;
}

.ado-info {
  padding: 1em;
  line-height: 1.5em;
  font-size: 13px;
  color: #666;
}

#download-approvals input[type="submit"] {
  margin: 10px auto;
}

#download-approvals .row .widget { width: 30px; float: left; height: 30px; }
#download-approvals .row .widget-label { width: calc(100% - 40px); float: left; }

#new-terms-overlay {
  z-index: 9999;
}

#new-terms {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 100%;
  height: 100%;
  max-width: 850px;
  max-height: 90vh;
  box-sizing: border-box;
  background: #fff;
  padding: 2em;
  overflow-y: scroll;
  z-index: 10002;
}

#new-terms .buttons {
  display: flex;
  margin: 1em;
  justify-content: center;
}

#new-terms .buttons button {
  margin: 0 1em;
  padding: 10px;
  border: 0;
  background: #ca1d61;
  color: #fff;
  font-weight: 100;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  cursor: pointer;
}

#new-terms .buttons button:hover {
  opacity: 0.75;
}

.responsive-img {
  width:100%;
  height: auto;
  padding:2%;
}

#confirmation-message-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  color: black;
  display: none;
  z-index: 999;
  text-align: center;
}

#confirmation-message {
  display: inline-block;
  background: white;
  padding:15px;
  margin-top:10%;
  border: 5px solid  #ca1d61;

}

#confirmation-message h2 {
  text-align: center;
  vertical-align: middle;
}

article.info-page { padding: 10px; }
.download-approvals { width: 100%; }

@media screen and (max-width: 1850px) {
  #header .menu li { font-size: 16px; }
  #header .menu li a { padding: 34px 20px; }
}

@media screen and (max-width: 1580px) {
  .projects-listing > ul > li { width: 33.333%; }
}

@media screen and (max-width: 1500px) {
  #header .menu li { font-size: 15px; }
  #header .menu li a { padding: 34px 9px; }
}

@media screen and (max-width: 1280px) {
  .projects-listing > ul > li { width: 50%; }
  .projects-listing.list dl dfn { padding: 0 5px; }
  .projects-listing.list dl dt { font-size: 1em; }
  .projects-listing.list dl dd { font-size: 1em; }
}

@media screen and (max-width: 1200px) {
  #header aside.buttons .btn-login { float: right; width: 128px; height: 40px; margin-left: 0; padding: 10px 5px; box-sizing: border-box; -moz-box-sizing: border-box; font-size: 17px; }
}

@media screen and (max-width: 1080px) {
  #header #user div .name { display: none; }
  #header #user .avatar { margin-right: 10px; }
}

@media screen and (max-width: 1024px) {
  #complete-user-info {
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    background: rgba(51,51,51,0.98);
    box-sizing: border-box;
    padding: 0;
    overflow: auto;
    background-color: white;
    border: 1px solid #999;
    box-shadow: 3px 3px 8px rgba(128,128,128, 0.5);
    z-index: 5001;
    font-weight: 100;
    font-size: 18px;
    text-align: center;
    max-width: none;
    margin-left: 0;
    margin-top: 0;
    transform: unset;
  }

  #complete-user-info .submit a.save {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 800px) {
  #header .search-icon {
    display: block;
  }
  .z-hint { display: none; }
  .slide-tabs a { padding: 10px 5px; }
  .slide-tabs a:nth-child(-n + 3) { width: calc(33.3% - 1px); }
  .slide-tabs a:nth-child(n + 4) { width: calc(50% - 1px); }
}

@media screen and (max-width: 736px) {
  .show736w { display: block; }
  .hide736w { display: none; }
}

@media all and (max-width: 590px) {
  .pagination a, .pagination span {
    padding: 3px 4px;
    font-size: 14px;
  }
}

@media all and (max-width: 550px) {
  .share-box .link { font-size: 12px; }
}

@media all and (max-width: 533px) {
  #header.logged-in .menu li:nth-child(2) { display: none; }
  #header.logged-out .menu li:nth-child(2) { display: none; }
  .breadcrumbs { font-size: 14px; padding: 10px 0 8px 5px; }
}

@media all and (max-width: 480px) {
  #header .search-icon { font-size: 24px; }
  #header .search-icon span { display: none; }
  .slide-tabs a:nth-child(-n + 2) { width: calc(50% - 1px); }
  .slide-tabs a:nth-child(n + 3) { width: calc(50% - 1px); }
  .slide-tabs a:last-child { width: calc(100% - 1px); }
}

@media all and (max-width: 320px) {
  #header #user menu { max-width: 320px; }
  #header #user menu li { width: 230px; }
  #header.logged-in .menu li:nth-child(1) { display: none; }
  #header.logged-in .menu li span { display: none; }
  #header.logged-out .menu li:nth-child(1) { display: none; }
  #header.logged-out .menu li span { display: none; }
  .widget-tab.widget-tab-left { display: none; }
}

/* -------------------------------------------------------- */
/* poniżej umieszczone są reguły dla strategii mobile-first */
/* -------------------------------------------------------- */
.banner-area {
  display: block;
  margin: auto;
  text-align: center;
}

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

/* popup logowania/ rejestracji */
.z-security-complete-overlay {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.85;
  z-index: 10000;
}

/* stronicowanie */
.pagination {
  width: 100%;
  margin: auto;
  max-width: 450px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2em 1em !important;
  text-align: center;
}

.pagination a, .pagination span {
  width: 45px;
  padding: 6px 5px;
  border-radius: 5px;
  text-decoration: none;
}

.pagination a:hover {
  opacity: 0.75;
  text-decoration: none;
}

.pagination a.first, .pagination a.last {
  display: none;
}

/* suggester fix */
ul.ss-box li {
  float: none !important;
  overflow: unset !important;
}

.sticky-footer {
  position: -webkit-sticky;
  position: sticky;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  bottom: 0;
  background-color: #fff;
  border-top: 1px solid #e2e2e2;
  padding: 1.5rem;
  z-index: 1025;
  line-height: 1;
}

.sticky-footer a {
  position: relative;
  display: block;
  height: 24px;
  color: #bbb;
  line-height: 1;
}

.sticky-footer a.selected {
  color: #ca1d61;
  fill: #ca1d61;
}


.sticky-footer .icon {
  height: 24px;
  text-decoration: none;
  font-size: 24px;
  cursor: pointer;
  line-height: 0;
}

.sticky-footer .icon.green {
  color: green;
}

.sticky-footer a:hover {
  color: #000;
  fill: #000;
}

.sticky-footer .counter {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 50%;
  padding: 2px;
  background-color: #ca1d61;
  color: #fff;
  border-radius: 3px;
  transform: translateX(-50%);
  font-size: 9px;
  line-height: 9px;
}

@keyframes pulse-animation {
  0% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0);
  }

  100% {
    transform: scale(0.8);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}


@keyframes blink-animation {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}

.blink {
  animation: blink-animation 1s steps(1, end) infinite;
}

.pink { color: #ca1d61; }

.pulse-phone {
  border-radius: 10px;
  transform: scale(1);
  animation: pulse-animation 1s infinite;
}

@keyframes spider-animation {
  0% { top: -69px; }
  30% { top: 0; }
  60% { top: 0; }
  100% { top: -69px; }
}

.spider-animate {
  animation: spider-animation 8s linear !important;
}

.footer-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-2 a {
  display: inline-block;
  width: 100%;
  margin: auto;
  padding: 3px 10px;
  text-align: center;
  font-size: 11px;
  color: #666;
  text-decoration: none;
}

.footer-2 a:hover {
  text-decoration: none;
  color: #999;
}

.nice-checkbox input {
  display: none;
}

.nice-checkbox label {
  position: relative;
  margin-left: 30px;
  height: 20px;
  padding-left: 0.8rem;
  font-size: 14px;
  color: #333;
}

.nice-checkbox label:hover::before {
  background-color: #ca1d6133;
}

.big-checkbox label {
  margin-left: 0;
  right: 8px;
  width: 100%;
}

.nice-checkbox label::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  padding: 3px;
  position: absolute;
  top: 0;
  left: -25px;
}

.nice-checkbox label::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: #ca1d61;
  padding: 2px;
  position: absolute;
  top: 2px;
  left: -23px;
}

.nice-checkbox input + label::after {
  content: none;
}

.nice-checkbox input:checked + label::after {
  content: "";
}

.nice-checkbox.big-checkbox label::before {
  width: 30px;
  height: 30px;
  right: 0;
  left: 0;
}

.nice-checkbox.big-checkbox label::after {
  width: 26px;
  height: 26px;
  left: 2px;
}

#footer a {
  text-decoration: none;
}

#footer .footer-content {
  max-width: 1280px;
  margin: auto;
  padding: 1.5rem;
}

#footer .links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  max-width: 1280px;
  margin: auto;
  padding: 1.5rem;
  box-sizing: border-box;
}

#footer .links > div {
  width: 180px;
  padding: 0 1rem;
  line-height: 1.5;
}

#footer .links ul a {
  color: #aaa;
}

#footer .links ul {
  list-style: none;
}

#footer .links h3 a {
  color: #fff;
}

#footer .social a {
  color: inherit;
}

#footer .social a:hover {
  color: #fff;
}

a#CybotCookiebotDialogPoweredbyCybot, div#CybotCookiebotDialogPoweredByText {
  display: none;
}

#CookiebotWidget .CookiebotWidget-body .CookiebotWidget-main-logo {
  display: none;
}

.grecaptcha-badge {
  display: none;
}

@media (min-width: 576px) {
  #footer .links {
    justify-content: space-around;
  }

  .slide-tabs {
    font-size: 15px;
  }
}

@media (min-width: 992px) {

  #urgent-message {
    padding: 1rem 2rem;
    font-size: 20px;
  }

  .sticky-footer {
    display: none;
  }

  #footer .links {
    justify-content: flex-start;
  }

  .footer-2 {
    padding: 0 2em;
    justify-content: space-around;
  }

  .footer-2 a {
    width: 50%;
    text-align: left;
  }
}

@media (min-width: 992px) {
  .slide-tabs {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {
  #footer .links {
    justify-content: space-between;
  }

  .footer-2 a {
    width: 33.3333%;
    text-align: left;
    font-size: 14px;
  }
}

/* ------------------------------------------------------------------------------------------- */
/* koniec bloku reguł dla strategii mobile-first, nie umieszczać reguł poniżej tego komentarza */
/* ------------------------------------------------------------------------------------------- */
