#update-preferences {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #000;
  z-index: 2147483631;
  border: none;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  cursor: pointer;
}

#update-preferences::before {
  content: "\f021";
  position: relative;
  width: 50px;
  height: 50px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
  top: 9px;
  left: 15px;
}

#cookies-policy .cookies__logo {
  height: 30px;
  margin-bottom: 10px;
}

#cookies-reset-button button {
  position: fixed;
  left: 10px;
  bottom: 10px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #000;
  z-index: 2147483631;
  border: none;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}
#cookies-reset-button button::before {
  content: "\f021";
  position: relative;
  width: 50px;
  height: 50px;
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  font-weight: 900;
}

#cookies-policy.cookies {
  display: flex;
  max-width: 760px;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 32px 68px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  color: #141414;
  font-family: sans-serif;
  font-size: 15px;
  height: auto;
  left: 50%;
  letter-spacing: 0.1px;
  line-height: 24px;
  max-height: calc(100% - 16px);
  overflow: hidden;
  position: fixed;
  text-align: initial;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s ease;
  transition-property: all;
  transition-property: width, max-width, top, bottom, left, opacity;
  width: calc(100% - 16px);
  z-index: 2147483631;
}
#cookies-policy.cookies--closing {
  opacity: 0;
  transform: translateY(10px);
}
#cookies-policy.cookies--show .cookies__btn--customize {
  border-top: none;
  border-bottom: 1px solid #E7E8E9;
}
#cookies-policy.cookies--show .cookies__btn svg {
  transform: rotate(180deg);
}
#cookies-policy.cookies--no-js .cookies__section .cookies__expandable,
#cookies-policy.cookies--no-js .cookies__expandable:target {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 300ms ease-out, opacity 300ms ease-out;
}
#cookies-policy.cookies--no-js .cookies__details {
  display: none;
}
#cookies-policy.cookies--no-js .cookies__sections {
  max-height: -moz-fit-content;
  max-height: fit-content;
}
#cookies-policy.cookies--no-js svg {
  display: none;
}

#cookies-policy .cookies__expandable {
  display: block;
  overflow: hidden;
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: height 300ms ease-out, opacity 300ms ease-out, visibility 0s 300ms linear;
}
#cookies-policy .cookies__expandable--open {
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 300ms ease-out, opacity 300ms ease-out;
}
#cookies-policy .cookies__alert {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 12px 12px -8px rgba(0, 0, 0, 0.08), 0px 0px 4px rgba(0, 0, 0, 0.04);
}
#cookies-policy .cookies__container {
  display: block;
  overflow: hidden;
  height: auto;
  visibility: visible;
  opacity: 1;
  transition: height 300ms ease-out, opacity 300ms ease-out, visibility 0s 100ms linear;
}
#cookies-policy .cookies__container--hide {
  height: 0;
  visibility: hidden;
  opacity: 0;
  transition: height 300ms ease-out, opacity 300ms ease-out, visibility 0s 300ms linear;
}
#cookies-policy .cookies__logo_wrap {
  border-bottom: 1px solid #E7E8E9;
  margin: 15px 0px;
}
#cookies-policy .cookies__logo {
  height: 30px;
  margin-bottom: 10px;
}
#cookies-policy .cookies__title {
  font-weight: bold;
  line-height: 1.4em;
  margin-bottom: 0.8em;
  color: #2C2E30;
  text-align: center;
}
#cookies-policy .cookies__intro {
  font-weight: 450;
  font-size: 0.875em;
  line-height: 1.4em;
  color: #2C2E30;
  margin-bottom: 30px;
  padding: 1em 1.5em;
}
#cookies-policy .cookies__intro p {
  margin-top: 1em;
}
#cookies-policy .cookies__intro p:first-child {
  margin-top: 0;
}
#cookies-policy .cookies__intro a {
  text-decoration: underline;
  color: inherit;
  transition: color 200ms ease-out;
}
#cookies-policy .cookies__intro a:hover, #cookies-policy .cookies__intro a:focus {
  color: #203556;
}
#cookies-policy .cookies__actions {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4px;
  border-top: 1px solid #E7E8E9;
  padding-top: 2px;
  padding-bottom: 2px;
}
#cookies-policy .cookies__btn--customize {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 0.875em;
  line-height: 1em;
  text-decoration: none;
  color: #2C2E30;
  position: relative;
  padding: 1.125em 24px;
  border-top: 1px solid #E7E8E9;
}
#cookies-policy .cookies__btn svg {
  transition: transform 200ms ease-out;
}
#cookies-policy .cookies__sections {
  max-height: 450px;
  overflow-y: scroll;
}
#cookies-policy .cookies__section {
  padding: 0 1.5em;
}
#cookies-policy .cookies__section + .cookies__section {
  border-top: 1px solid #eee;
}
#cookies-policy .cookies__category, #cookies-policy .cookies__box {
  display: block;
  position: relative;
  overflow: hidden;
}
#cookies-policy .cookies__category input {
  position: absolute;
  display: block;
  top: 0;
  right: 105%;
  padding: 0;
  margin: 0;
}
#cookies-policy .cookies__box {
  padding: 1em 3em 1em 0;
  line-height: 1.4em;
  cursor: pointer;
}
#cookies-policy .cookies__box:before, #cookies-policy .cookies__box:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  border-radius: 1.4em;
}
#cookies-policy .cookies__box:after {
  right: 0;
  width: 2.5em;
  height: 1.4em;
  margin-top: -0.7em;
  background: #E7E8E9;
  z-index: 0;
  transition: background 200ms ease-out, opacity 200ms ease-out;
}
#cookies-policy .cookies__box:before {
  right: 0.75em;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  background: #fff;
  z-index: 1;
  transform: translateX(-0.55em);
  transition: transform 200ms ease-out;
}
#cookies-policy .cookies__category input:checked + .cookies__box:after {
  background: #203556;
  opacity: 1;
}
#cookies-policy .cookies__category input:disabled + .cookies__box:after {
  opacity: 0.6;
}
#cookies-policy .cookies__category input:checked + .cookies__box:before {
  transform: translateX(0.55em);
}
#cookies-policy .cookies__label {
  font-size: 0.875em;
  font-weight: 600;
  color: #2C2E30;
}
#cookies-policy .cookies__info {
  font-weight: 450;
  font-size: 0.875em;
  line-height: 1.4em;
  color: #2C2E30;
}
#cookies-policy .cookies__details {
  display: block;
  color: #203556;
  font-size: 0.875em;
  margin: 0.625em 0 0.9em;
  transition: color 200ms ease-out;
}
#cookies-policy .cookies__details:hover, #cookies-policy .cookies__details:focus {
  color: #203556;
}
#cookies-policy .cookies__definitions {
  font-size: 0.875em;
  line-height: 1.2em;
  padding-top: 1em;
  padding-top: 0.8em;
  color: #676767;
}
#cookies-policy .cookies__cookie + .cookies__cookie {
  margin-top: 1em;
}
#cookies-policy .cookies__name {
  display: inline;
  font-weight: 600;
  line-height: 22px;
  color: #8A8E92;
}
#cookies-policy .cookies__duration {
  display: inline;
  text-align: right;
  color: #8A8E92;
}
#cookies-policy .cookies__description {
  padding-top: 0.3em;
  display: block;
  width: 100%;
  line-height: 120%;
  text-align: left;
  color: #8A8E92;
}
#cookies-policy .cookies__save {
  border-top: 1px solid #E7E8E9;
  padding: 0.75em 1.5em;
  margin-top: 0.4em;
  display: flex;
  justify-content: flex-end;
}

#cookies-policy .cookiesBtn {
  width: 100%;
}
#cookies-policy .cookiesBtn__link {
  display: block;
  font: inherit;
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  background: #203556;
  border: 1px solid #203556;
  border-radius: 4px;
  margin: 0;
  padding: 0.86em 1em;
  line-height: 1em;
  text-align: center;
  text-decoration: none;
  width: auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: opacity 200ms ease-out;
  margin: 10px auto;
}
#cookies-policy .cookiesBtn__link:hover, #cookies-policy .cookiesBtn__link:focus {
  opacity: 0.8;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clearfix {
  overflow: auto;
  width: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

html {
  font-size: 10px;
}

body {
  background-image: url("/assets/front/media/items/smerek.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  font-size: 10px;
  line-height: 30px;
  height: 100%;
  min-height: 100vh;
}

body::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background: rgba(255, 255, 255, 0.7); /* Ciemny filtr */
}

div.page-wrapper {
  z-index: 10;
  position: relative;
  width: 100%;
  height: 100%;
  padding-bottom: 60px;
}

.image-margin-left {
  float: right;
  margin: 8px 0 0 10px;
}

.image-margin-right {
  float: left;
  margin: 8px 10px 0 0;
}

a.no-underline:hover {
  text-decoration: none;
}

img {
  vertical-align: middle;
  display: inline-block;
}

html, body {
  /*  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased; */
  font-size: 10px;
  overflow-x: hidden;
  color: #000000;
  direction: ltr;
  position: relative;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased !important;
}

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

.container {
  max-width: 1200px;
}

.cursor {
  cursor: pointer;
}

.hides {
  display: none;
}

.container-vertical {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100%;
}

.container-vertical-left {
  display: flex;
  align-items: center;
  min-height: 100%;
}

a.facebookBtn {
  background: #3B5499;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Maven Pro", sans-serif;
}

.clearFix {
  width: 100%;
  clear: both;
}

footer {
  width: 100%;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.5);
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  border-top: solid 1px #2f5a29;
  position: fixed;
  text-align: center;
  bottom: 0px;
}
footer div.hamb {
  text-align: center;
  margin: 0 auto;
  width: 100%;
  display: block;
  margin-top: 10px;
  cursor: pointer;
}
footer div.hamb div.line {
  width: 80px;
  height: 8px;
  background-color: #2f5a29;
  border-radius: 6px;
  display: block;
  text-align: center;
  margin: 7px auto;
}

header div.header-wrap {
  width: 100%;
  height: 40px;
  display: block;
  padding: 5px 0px;
}
header div.header-wrap div.section-left {
  width: 100px;
  display: inline-block;
  float: left;
  margin: 0 auto;
  text-align: center;
}
header div.header-wrap div.section-left div.square {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  background-image: url("/assets/front/media/icons/square.png");
  background-size: cover;
  background-repeat: no-repeat;
}
header div.header-wrap div.section-center {
  width: calc(100% - 220px);
  display: inline-block;
  float: left;
}
header div.header-wrap div.section-center div.searchForm {
  width: 100%;
  display: inline-block;
  padding: 5px 2px;
}
header div.header-wrap div.section-center div.searchForm input {
  width: 100%;
  border-radius: 20px;
  height: 30px;
  border: solid #2f5a29 1px;
  padding: 0px 10px 3px 10px;
  font-size: 14px;
}
header div.header-wrap div.section-right {
  width: 120px;
  display: block;
  float: right;
  text-align: right;
  padding-right: 20px;
}
header div.header-wrap div.section-right div.menuPushWrap {
  position: absolute;
  width: 260px;
  height: 300px;
  background-color: #2f5a29;
  border-radius: 20px;
  border: solid 2px #fff;
  right: 73px;
  top: 4px;
  z-index: 999;
  display: none;
}
header div.header-wrap div.section-right div.menuPushWrap.active {
  display: block;
}
header div.header-wrap div.section-right div.menuPushWrap div#pushGameOff {
  cursor: pointer;
  background-color: #fff;
  border-radius: 10px;
  color: #2f5a29;
  text-align: center;
  margin: 0 auto;
}
header div.header-wrap div.section-right div.menuPushWrap div.title {
  background-color: #fff;
  color: #000;
  text-align: center;
  padding: 12px 0px 12px 0px;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  margin: 2px 2px;
  font-size: 16px;
}
header div.header-wrap div.section-right div.menuPushWrap div.content {
  padding: 20px 15px;
  margin: 10px 0px;
  font-size: 14px;
  color: #fff;
}
header div.header-wrap div.section-right div.push {
  position: relative;
  z-index: 9999;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 40px;
  background-image: url("/assets/front/media/icons/push-green.png");
  background-size: 30px 40px;
  background-repeat: no-repeat;
  background-position: 0px 0px;
}
header div.header-wrap div.section-right div.push.active {
  /*background-image: url('/assets/front/media/icons/push-red.png');*/
  animation: blinkBackground 1.5s infinite;
}
header div.header-wrap div.section-right div.push.alarm {
  /*background-image: url('/assets/front/media/icons/push-red.png');*/
  animation: blinkBackgroundAlarm 1.5s infinite;
}
header div.header-wrap div.section-right div.avatar {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0px 5px;
  background-image: url("/assets/front/media/icons/avatar.png");
  background-size: cover;
  background-repeat: no-repeat;
}
@keyframes blinkBackground {
  0%, 100% {
    background-color: transparent;
  }
  50% {
    background-image: url("/assets/front/media/icons/push-yellow.png");
  }
}
@keyframes blinkBackgroundAlarm {
  0%, 100% {
    background-color: transparent;
  }
  50% {
    background-image: url("/assets/front/media/icons/push-red.png");
  }
}
header div.section-logo {
  width: 100%;
  height: 95px;
  padding-top: 0px;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
}
header div.section-logo img {
  height: 70px;
}
@media screen and (max-width: 576px) {
  header div.section-logo img {
    height: 74px;
  }
}
header div.section-logo-border {
  width: 100%;
  height: 10px;
}
header div.section-logo-border div.item {
  width: 33.3%;
  float: left;
}
header div.section-logo-border div.item.v1 {
  border-bottom: solid 10px #2f5a29;
}
header div.section-logo-border div.item.v2 {
  border-bottom: solid 10px #443425;
}
header div.section-logo-border div.item.v3 {
  border-bottom: solid 10px #d7b369;
}

#mainContent {
  width: 100%;
  max-width: 576px;
  margin: 0 auto;
}

h2.v-brown {
  text-transform: uppercase;
  color: #443425;
  font-size: 28px;
  margin: 5px 0px;
  text-align: center;
}

h3.v-brown {
  text-transform: uppercase;
  color: #443425;
  font-size: 18px;
  margin: 5px 0px;
  text-align: center;
}

div.section-wrap {
  width: 100%;
  max-width: 420px;
  padding: 10px 15px;
  margin: 0 auto;
  text-align: center;
  /*border: solid red 2px; */
}

div.section-start {
  margin-top: 40px;
}
div.section-start div.box-navi {
  width: 100%;
  border-radius: 20px;
  border: none;
  background-color: rgba(72, 138, 63, 0.7);
  display: flex;
  padding: 20px 20px;
}
div.section-start div.box-navi div.item {
  padding: 0px 15px;
  cursor: pointer;
}

div.section-points {
  margin-top: 40px;
}
div.section-points div.box-points {
  width: 100%;
  /*display: flex;*/
  padding: 20px 20px;
}
div.section-points div.box-points div.point {
  cursor: pointer;
  border-radius: 20px;
  margin-bottom: 20px;
}
div.section-points div.box-points div.point img {
  border: solid 1px #d7b369;
  border-radius: 20px;
}
div.section-points div.box-points div.point div.titlePoint {
  color: #000;
  text-align: center;
  font-size: 13px;
  line-height: 14px;
}

div.section-default {
  padding: 10px 20px;
}
div.section-default div.navi {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  margin-top: 0px;
}
div.section-default div.navi div.icon {
  top: -20px;
  left: -2px;
  position: absolute;
  z-index: 100;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  text-align: center;
  border: solid 2px #2f5a29;
  display: none;
}
div.section-default div.navi div.text {
  z-index: 50;
  width: 100%;
  height: 60px;
  position: relative;
  background: #2f5a29;
  border-radius: 25px;
  color: #fff;
  text-align: left;
  padding-left: 5px;
  font-size: 20px;
  line-height: 22px;
}

div.section-map {
  padding: 20px 20px;
}
div.section-map div.navi {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  margin-top: 20px;
}
div.section-map div.navi div.icon {
  top: -20px;
  left: -2px;
  position: absolute;
  z-index: 100;
  width: 100px;
  height: 100px;
  border-radius: 50px;
  text-align: center;
  border: solid 2px #2f5a29;
}
div.section-map div.navi div.text {
  z-index: 50;
  width: 100%;
  height: 60px;
  position: relative;
  background: #2f5a29;
  border-radius: 25px;
  color: #fff;
  text-align: left;
  padding-left: 60px;
  font-size: 30px;
}

/*Odznaki*/
div.section-badges {
  padding: 20px 20px;
}
div.section-badges div.notification {
  font-size: 18px;
  color: #2f5a29;
  text-align: center;
  line-height: 20px;
}
div.section-badges div.notification span.extra-point {
  border-radius: 20px;
  width: 40px;
  height: 40px;
  background-color: #2f5a29;
  color: #fff;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  line-height: 12px;
  padding-top: 8px;
  position: relative;
  top: 5px;
  margin: 0px 10px;
}
div.section-badges div.notification span.extra-point.xx_5 {
  background-color: #443425;
}
div.section-badges div.notification span.extra-point.xx_10 {
  background-color: #2f5a29;
}
div.section-badges div.notification span.text {
  color: #000;
  font-weight: 500;
}
div.section-badges div.notification span.point {
  color: #000;
  font-weight: 700;
  font-size: 16px;
}
div.section-badges div.items {
  width: 100%;
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
}
div.section-badges div.items div.item {
  width: 100%;
  margin: 20px 0px;
  display: inline-block;
}
div.section-badges div.items div.item div.flag {
  float: left;
  width: 60%;
  padding: 20px 10px 10px 10px;
}
div.section-badges div.items div.item div.flag img {
  border-radius: 20px;
  border: solid 10px #d9dada;
}
div.section-badges div.items div.item div.flag.active img {
  border: solid 10px #d7b369;
}
div.section-badges div.items div.item div.badge {
  float: left;
  width: 40%;
}
div.section-badges div.items div.item div.badge img {
  filter: brightness(0) invert(1);
}
div.section-badges div.items div.item div.badge.active img {
  filter: initial;
}

/*zdobyte punkty */
div.section-profile-points {
  padding: 20px 20px;
  position: relative;
  /*form*/
}
div.section-profile-points div.fixMix {
  display: inline-block;
  width: 100%;
}
div.section-profile-points p.pointFix {
  font-size: 13px;
  line-height: 15px;
  margin: 12px 0px 0px 0px;
  padding: 0px 0px;
  float: left;
}
div.section-profile-points p.pointFix span.distance {
  color: #000;
  font-size: 11px;
  display: inline-block;
}
div.section-profile-points p.pointFix span.text {
  display: inline-block;
  float: left;
  padding-left: 10px;
  position: relative;
  top: 4px;
  width: calc(100% - 40px);
  color: #2f5a29;
}
div.section-profile-points p.pointFix span.extra-point {
  float: left;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background-color: #2f5a29;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  line-height: 10px;
  padding-top: 5px;
}
div.section-profile-points p.pointFix span.extra-point.xx_5 {
  background-color: #443425;
}
div.section-profile-points p.pointFix span.extra-point.xx_10 {
  background-color: #2f5a29;
}
div.section-profile-points div.wrap-box {
  position: relative;
  top: -30px;
  width: 100%;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.7);
  border: solid 1px #2f5a29;
  border-radius: 20px;
  padding: 20px;
}
div.section-profile-points div.wrap-box span.date {
  font-size: 13px;
  display: inline-block;
  width: 100%;
}
div.section-profile-points div#startGameVisitedPoint {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0px 30px 0px;
  padding: 0px 0px;
  text-align: left;
  margin-bottom: 25px;
  float: left;
}
div.section-profile-points div#startGameVisitedPoint.active {
  height: auto;
  overflow: auto;
}
div.section-profile-points div#startGameVisitedPoint p {
  font-size: 13px;
  line-height: 15px;
  margin: 12px 0px 0px 0px;
  padding: 0px 0px;
  float: left;
}
div.section-profile-points div#startGameVisitedPoint p span.distance {
  color: #000;
  font-size: 11px;
  display: inline-block;
}
div.section-profile-points div#startGameVisitedPoint p span.text {
  display: inline-block;
  float: left;
  padding-left: 10px;
  position: relative;
  top: 4px;
  width: calc(100% - 40px);
  color: #2f5a29;
}
div.section-profile-points div#startGameVisitedPoint p span.extra-point {
  float: left;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background-color: #2f5a29;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  line-height: 10px;
  padding-top: 5px;
}
div.section-profile-points div#startGameVisitedPoint p span.extra-point.xx_5 {
  background-color: #443425;
}
div.section-profile-points div#startGameVisitedPoint p span.extra-point.xx_10 {
  background-color: #2f5a29;
}
div.section-profile-points div#startGameVisitedPoint span {
  /*color: $colorGreen;*/
}
div.section-profile-points div#startGameOtherPoint {
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 22px;
  margin: 10px 0px 30px 0px;
  padding: 0px 0px;
  text-align: left;
  height: 100px;
  overflow: hidden;
  margin-bottom: 25px;
  float: left;
}
div.section-profile-points div#startGameOtherPoint.active {
  height: auto;
  overflow: auto;
}
div.section-profile-points div#startGameOtherPoint p {
  font-size: 13px;
  line-height: 15px;
  margin: 12px 0px 0px 0px;
  padding: 0px 0px;
  float: left;
}
div.section-profile-points div#startGameOtherPoint p span.distance {
  color: #000;
  font-size: 11px;
  display: inline-block;
}
div.section-profile-points div#startGameOtherPoint p span.text {
  display: inline-block;
  float: left;
  padding-left: 10px;
  position: relative;
  top: 4px;
  width: calc(100% - 40px);
  color: #2f5a29;
}
div.section-profile-points div#startGameOtherPoint p span.extra-point {
  float: left;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background-color: #2f5a29;
  color: #fff;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  line-height: 10px;
  padding-top: 5px;
}
div.section-profile-points div#startGameOtherPoint p span.extra-point.xx_5 {
  background-color: #443425;
}
div.section-profile-points div#startGameOtherPoint p span.extra-point.xx_10 {
  background-color: #2f5a29;
}
div.section-profile-points div#startGameNearestPoint {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  float: left;
  width: 100%;
  margin-bottom: 25px;
}
div.section-profile-points div#startGameNearestPoint span {
  color: #2f5a29;
}
div.section-profile-points div#startGameNearestPoint p {
  font-size: 13px;
  line-height: 15px;
  margin: 12px 0px 0px 0px;
  padding: 0px 0px;
  float: left;
}
div.section-profile-points div#startGameNearestPoint p span.distance {
  color: #000;
  font-size: 11px;
  display: inline-block;
}
div.section-profile-points div#startGameNearestPoint p span.text {
  display: inline-block;
  float: left;
  padding-left: 10px;
  position: relative;
  top: 4px;
  width: calc(100% - 40px);
  text-align: left;
}
div.section-profile-points div#startGameNearestPoint p span.extra-point {
  float: left;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background-color: #d7b369;
  color: #000;
  font-size: 10px;
  display: inline-block;
  text-align: center;
  line-height: 10px;
  padding-top: 5px;
}
div.section-profile-points div.info2 {
  color: #000;
  font-size: 16px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 10px;
}
div.section-profile-points div.info2 img {
  width: 30px;
}
div.section-profile-points div.info {
  color: #2f5a29;
  font-size: 20px;
  text-align: left;
  /*text-transform: uppercase;*/
  font-weight: 600;
}
div.section-profile-points div.info span {
  font-weight: 700;
}
div.section-profile-points div.saldo-wrap {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  top: 0px;
  margin-bottom: 15px;
}
div.section-profile-points div.saldo {
  position: relative;
  width: auto;
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  padding: 10px 10px;
  background-color: #d7b369;
  color: #fff;
  border-radius: 20px;
  /*border-bottom-left-radius: 20px;*/
  font-size: 24px;
}
div.section-profile-points div.saldo img.lang {
  padding-right: 5px;
  height: 25px;
}
div.section-profile-points div.saldo img.revert {
  height: 25px;
  filter: brightness(0) invert(1);
}
div.section-profile-points div.items {
  width: 100%;
  max-width: 360px;
  text-align: center;
  margin: 0 auto;
}
div.section-profile-points div.items div.item {
  width: 100%;
  margin: 6px 0px;
  display: inline-block;
}
div.section-profile-points div.items div.item div.points {
  float: left;
  width: 38%;
  padding: 0px 20px 0px 0px;
  text-align: right;
  font-size: 22px;
  font-weight: 700;
  color: #d7b369;
}
div.section-profile-points div.items div.item div.points img {
  height: 20px;
  display: inline-block;
  padding: 0px 10px;
}
div.section-profile-points div.items div.item div.text {
  float: left;
  text-align: left;
  width: 62%;
  color: #2f5a29;
  font-size: 16px;
  line-height: 18px;
}

/*Start - wybor jezyka oraz gry odznaki*/
div.section-home {
  padding: 0px 20px 20px 20px;
  position: relative;
}
div.section-home div.titleWrap {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
div.section-home div.title {
  border-top: solid 2px #2f5a29;
  border-bottom: solid 2px #2f5a29;
  color: #2f5a29;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  width: auto;
  display: inline-block;
}
div.section-home div.title2 {
  color: #2f5a29;
  width: 100%;
  font-size: 26px;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: center;
  width: 100%;
  display: inline-block;
  font-weight: 700;
}
div.section-home div.subtitle {
  color: #443425;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 700;
}
div.section-home div.info {
  color: #000;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 400;
  padding-bottom: 20px;
}
div.section-home div.info span {
  font-weight: 700;
  cursor: pointer;
}
div.section-home div.herb-wrap {
  display: block;
  margin-top: 40px;
  /*background-color: rgba(255, 255, 255, 0.7);*/
  max-width: 360px;
  margin: 10px auto;
  text-align: center;
}
div.section-home div.herb-wrap div.item {
  padding: 10px 10px;
}
div.section-home img.logox {
  height: 40px;
  margin: 0px 10px;
}
div.section-home div.items {
  width: 100%;
  max-width: 320px;
  text-align: center;
  margin: 0 auto;
}
div.section-home div.items div.item {
  width: 48%;
  margin: 0px 0px;
  display: inline-block;
  cursor: pointer;
}
div.section-home div.items div.item div.flag {
  float: left;
  width: 65%;
  padding: 20px 10px 10px 10px;
}
div.section-home div.items div.item div.flag img {
  border-radius: 20px;
  border: solid 10px #d9dada;
}
div.section-home div.items div.item div.flag.active img {
  border: solid 10px #d7b369;
}
div.section-home div.items div.item div.badge {
  float: left;
  width: 35%;
  padding: 20px 0px 0px 0px;
}
div.section-home div.items div.item div.badge img {
  filter: brightness(0) invert(1);
}
div.section-home div.items div.item div.badge.active img {
  filter: initial;
}

#profileNavi {
  position: absolute;
  top: 5px;
  right: 0px;
  max-width: 240px;
  min-height: 400px;
  border: solid 2px #d7b369;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 20px;
  background-color: #fff;
  z-index: 9999;
  display: none;
}
#profileNavi.active {
  display: block;
}
#profileNavi div.fullname {
  background-color: #d7b369;
  color: #fff;
  text-align: center;
  margin-top: 30px;
  font-size: 20px;
  padding: 3px 0px 4px 0px;
}
#profileNavi ul {
  margin: 20px 25px 10px 25px;
  padding: 0px;
  list-style: none;
}
#profileNavi ul li {
  width: 100%;
  margin-bottom: 18px;
  padding-bottom: 4px;
  text-align: center;
  display: inline-block;
  border-bottom: solid 1px #2b2a29;
  color: #2f5a29;
  font-size: 26px;
  cursor: pointer;
}
#profileNavi ul li:hover {
  color: #d7b369;
}
#profileNavi ul li.language img {
  width: 30px;
  margin: 0px 14px;
}

/* OGOLNE */
div#map-canvas {
  position: relative;
  width: 100%;
  height: 500px;
  border: solid #2f5a29 2px;
  border-radius: 25px;
}

div.btn-wrap-sm {
  width: 100%;
  margin: 10px auto 10px auto;
  text-align: center;
}

div.btn-wrap-sm .btn-green-sm {
  color: #ffffff;
  border: solid 1px #fff;
  background-color: #2f5a29;
  border-radius: 20px;
  padding: 2px 20px;
  font-size: 13px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  display: inline;
}

div.btn-wrap {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

div.btn-wrap .btn-green {
  color: #ffffff;
  border: solid 1px #fff;
  background-color: #2f5a29;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 18px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
}

.btn-close {
  font-size: 30px;
  top: 11px;
  right: 14px;
  position: relative;
}

.bgx-modal-white {
  background-color: rgba(255, 255, 255, 0.85);
  border-radius: 30px !important;
}

.line-modal {
  position: relative;
  width: 100%;
  text-align: center;
  padding: 0px 10px;
  margin: 10px 0px 0px 0px;
}

.modal-article {
  color: #000;
  font-size: 16px;
  padding: 0px 15px;
}

.modal-fullscreen .modal-content {
  height: auto;
}

.articleBox {
  position: relative;
  top: 0px;
  width: 100%;
  margin: 0 auto 10px auto;
  background-color: rgba(255, 255, 255, 0.9);
  border: solid 1px #488a3f;
  border-radius: 20px;
  padding: 20px 20px 20px 20px;
  font-size: 16px;
  line-height: 18px;
  max-height: 120px;
  overflow: scroll;
}

div.articleText {
  padding: 20px 0px 20px 0px;
  font-size: 16px;
  line-height: 18px;
}

div.bottomLine {
  position: relative;
  width: 90%;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 1000;
  bottom: 51px;
  margin: 0 auto;
  margin-bottom: -30px;
  cursor: pointer;
}
div.bottomLine img {
  height: 30px;
  padding-top: 10px;
}

.formProfile label {
  font-size: 18px;
  font-weight: 600;
  padding: 5px 10px;
}
.formProfile input.form-control {
  font-size: 18px;
  padding: 5px 10px;
}
.formProfile .state-error {
  color: red;
  font-size: 14px;
  position: relative;
  top: 0px;
  text-align: left;
  display: block;
}
.formProfile #login-message {
  display: none;
}
.formProfile #login-message.active {
  display: block;
}
.formProfile #confirm-register-info, .formProfile #confirm-login-info, .formProfile #confirm-profile-info {
  display: none;
  padding: 30px 0px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.formProfile .confirm-register-info {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  font-size: 20px;
  color: #2f5a29;
  text-align: center;
}
.formProfile .confirm-register-info.error span {
  display: none;
  background: red;
  color: #fff;
  padding: 10px 20px;
}

.cursorPointer {
  cursor: pointer;
}

div.hidden {
  display: none;
}

.text-green {
  color: #2f5a29;
}

.install-button-wrap {
  width: 100%;
  text-align: center;
  margin: 0px auto;
}

#install-button {
  color: #000;
  border: solid 1px #fff;
  background-color: #d7b369;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 13px;
  letter-spacing: 0px;
  text-transform: uppercase;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  margin: 20px auto;
}

#pwa-install-banner {
  display: none;
  position: relative;
  bottom: 20px;
  width: 100%;
  background: #fff3cd;
  color: #856404;
  padding: 1em;
  text-align: center;
  border-top: 1px solid #ffeeba;
  z-index: 9999;
  font-size: 14px;
}

.pointTitle {
  text-align: center;
  padding: 30px 15px;
  font-size: 20px;
  font-weight: 600;
  color: #000;
}

.ui-autocomplete {
  max-height: 200px;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  font-size: 14px;
  padding: 5px 0;
}

.ui-menu-item-wrapper {
  padding: 8px 16px;
}

.ui-state-active {
  background-color: #007BFF !important;
  color: white !important;
}

.ui-autocomplete .no-data {
  color: #888;
  font-style: italic;
}

.ui-widget.ui-widget-content {
  max-width: 180px;
  line-height: 14px;
}

.ui-menu .ui-menu-item {
  margin-bottom: 10px;
}

#loadingOverlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  color: white;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#loadingOverlay .overlayContent {
  font-size: 2em;
  font-weight: bold;
  height: 100%;
}

img.logoFixA {
  width: 500px;
  max-width: 500px;
}
@media screen and (max-width: 576px) {
  img.logoFixA {
    width: 280px;
    max-width: 280px;
  }
}

img.logoFixD {
  height: 60px;
}
@media screen and (max-width: 576px) {
  img.logoFixD {
    height: 34px;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
