@charset "UTF-8";
#app .vh-100 {
  height: auto !important; }

.ck-editor__editable {
  min-height: 300px;
  max-height: 500px !important; }

.sticky {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 0; }

.svg.svg-16 svg {
  width: 16px;
  height: 16px; }

div:focus,
p:focus,
fieldset:focus {
  outline: none; }

.recaptcha-sm {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.cms img.center {
  margin-right: auto !important;
  margin-left: auto !important; }

@media screen and (min-width: 321px) {
  .recaptcha-sm {
    margin-left: auto;
    margin-right: -1rem; } }

@media screen and (min-width: 350px) {
  .recaptcha-sm {
    margin-left: auto;
    margin-right: auto; } }

.ngo-rkl-box .overflow-hidden {
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  max-width: 300px; }

.ngo-rkl-box .relative {
  width: 300px;
  height: 250px; }

@media screen and (min-width: 1200px) {
  .ngo-rkl-box .overflow-hidden {
    width: 728px;
    max-width: 928px;
    margin-left: 0;
    margin-right: 0; }
  .ngo-rkl-box .relative {
    width: 728px;
    height: 90px; } }

.ngo-rkl-box-big .overflow-hidden {
  width: 100%;
  max-width: 300px; }

.ngo-rkl-box-big .relative {
  max-width: 300px;
  height: 250px; }

@media screen and (min-width: 992px) {
  .ngo-rkl-box-big .overflow-hidden {
    width: 970px;
    max-width: 970px; }
  .ngo-rkl-box-big .relative {
    width: 970px;
    max-width: 970px;
    height: 250px; } }

@media screen and (min-width: 768px) and (max-width: 991px) {
  .ngo-rkl-box-big .overflow-hidden {
    width: 728px;
    max-width: 728px; }
  .ngo-rkl-box-big .relative {
    width: 728px;
    max-width: 728px;
    height: 90px; } }

@media screen and (max-width: 31.25em) {
  .container-block {
    min-width: 0; } }

@media screen and (min-width: 31.25em) {
  .container-block {
    min-width: 544px; } }

.pac-container {
  border-top: none;
  border: 1px solid #d9d9d9;
  box-shadow: none; }

.pac-icon {
  display: none; }

.pac-item {
  padding: 0.5rem;
  line-height: 20px; }

.pac-matched {
  font-weight: normal; }

.pac-item-query {
  display: block;
  font-size: 0.75rem;
  line-height: 1.25; }

.pac-item > span:nth-child(3) {
  line-height: 1.25;
  font-size: 0.75rem;
  color: var(--readable-small-gray); }

.pac-logo:after {
  padding: 8px 8px 8px 0;
  background-image: url("/images/google.png");
  background-size: auto 18px;
  border-top: 1px solid #e6e6e6;
  background-position: right 10px bottom 7px; }

.clear-btn {
  position: absolute;
  right: 0; }

.autocomplete {
  padding-right: 30px; }

.location-details {
  border-color: var(--light-gray);
  pointer-events: none; }

.location-details > div {
  border-color: var(--light-gray); }

.location-details > div > div {
  border-color: var(--light-gray);
  color: var(--light-gray); }

.location-details > div > .active {
  border-color: var(--light-gray);
  color: var(--white);
  background-color: var(--light-gray); }

.location-details.active {
  border-color: var(--near-black);
  pointer-events: all; }

.location-details.active > div {
  border-color: var(--near-black); }

.location-details.active > div > div {
  border-color: var(--near-black);
  color: var(--near-black); }

.location-details.active > div > .active {
  border-color: var(--near-black);
  color: var(--white);
  background-color: var(--near-black);
  cursor: default;
  pointer-events: none; }

.loading:not(.active):not(.disabled):hover {
  background: var(--near-black);
  border-color: var(--near-black); }

.loading .loader {
  display: none; }

.loading.active .loader {
  display: flex; }

.loading.active .w-100 {
  visibility: hidden; }

.loading.disabled {
  cursor: not-allowed;
  opacity: 0.3; }

.swiper-slide.aspect-ratio {
  height: 0; }

/* CKEditor */
:root {
  /* Overrides the border radius setting in the theme. */
  --ck-border-radius: 0; }

.ck-rounded-corners .ck.ck-editor__top .ck-sticky-panel .ck-toolbar,
.ck.ck-editor__top .ck-sticky-panel .ck-toolbar.ck-rounded-corners,
.ck-rounded-corners .ck.ck-editor__main > .ck-editor__editable,
.ck.ck-editor__main > .ck-editor__editable.ck-rounded-corners {
  border-radius: 0 !important; }

.ckeditor-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-size: 14px; }

.ckeditor-wrapper .ck-content.ck-editor__editable {
  font-size: 14px important; }

.ckeditor-wrapper--error .ck-chrome {
  border: 1px solid var(--red2); }

.ckeditor-wrapper > div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1; }

.ckeditor-wrapper .ck-editor,
.ckeditor-wrapper .ck-content,
.ckeditor-wrapper .ck.ck-editor__main,
.ckeditor-wrapper iframe,
.ckeditor-wrapper .ck-chrome {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
  height: auto !important;
  min-height: 150px;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important; }

.ckeditor-wrapper iframe {
  -ms-flex-positive: 1;
  flex-grow: 1; }

#ck_bottom_detail,
.ck_bottom {
  display: none !important; }

.select2-error .select2-selection {
  border-color: #ff4136;
  border-style: solid;
  border-width: 1px; }

.ck.ck-content.ck-focused {
  outline: none !important;
  border-color: var(--ck-color-base-border) !important;
  box-shadow: none !important; }

[v-cloak] > * {
  display: none; }

[v-cloak]::before {
  content: "Trwa ładowanie formularza.";
  text-align: center;
  display: block;
  color: silver;
  position: absolute;
  width: 200px;
  height: 80px;
  left: 50%;
  top: 50%; }

div.w2g {
  position: inherit; }

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