.right-floating-cookie-2 {
  position: fixed;
  left: auto;
  top: auto;
  right: 2%;
  bottom: 2%;
  z-index: 1000;
  display: block;
  width: 625px;
  padding-top: 25px;
  padding-right: 25px;
  padding-bottom: 25px;
  padding-left: 25px;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: rgb(73, 69, 73);
  box-shadow: 1px 1px 20px 20px hsla(312, 5%, 19%, 0.23);
}

@media (max-width: 800px) {
  .right-floating-cookie-2 {
    width: 95% !important;
  }
}

.right-floating-cookie-2:small {
  top: auto;
  right: auto;
  bottom: 31px;
  max-width: 90vw;
}

.right-floating-cookie-2:tiny {
  left: auto;
  top: 25%;
  right: 2%;
  bottom: auto;
  width: 95%;
  max-width: none;
}

.right-floating-cookie-2:xxl {
  width: 40%;
}

.cookie-content {
  display: flex;
  align-items: center;
}

.cookie-content:small {
  margin-bottom: 20px;
  align-items: flex-start;
}

.cookie-content.mobile-vertical {}

.cookie-content.mobile-vertical:tiny {
  flex-direction: column;
}

.right-cookie-image {
  width: 150px;
  height: 150px;
  margin-right: 25px;
  align-self: flex-start;
}

.right-cookie-image:small {
  width: 120px;
  height: 120px;
}

.right-cookie-image:tiny {
  margin-bottom: 20px;
}
.p-teksty {
  margin-top: 0em;
  margin-bottom: 1em;
  padding-right: 1em;
  padding-left: 2em;
  font-size: 1.3vw;
  line-height: 2vw;
  font-weight: 400;
  text-align: left;
}

.p-teksty:tiny {
  font-size: 4vw;
  line-height: 6vw;
  text-align: center;
}

.p-teksty:medium {
  margin-bottom: 2em;
  font-size: 2vw;
  line-height: 3vw;
  text-align: center;
}

.p-teksty:small {
  margin-bottom: 0px;
  font-size: 2.5vw;
  line-height: 3.2vw;
  text-align: center;
}

.p-teksty:xxl {
  padding-right: 1em;
  padding-left: 0.25em;
  font-size: 1vw;
}

.p-teksty:xl {
  font-size: 1.2vw;
  line-height: 2vw;
}

.p-teksty.cookie {
  padding-left: 0em;
  color: hsla(0, 0.00%, 100.00%, 1.00);
}

.p-teksty.cookie:tiny {
  margin-bottom: 2em;
}

.p-teksty.cookie:small {
  margin-bottom: 2em;
}

.p-teksty.cookie:medium {
  text-align: left;
}

.p-teksty {
  margin-top: 0em;
  margin-bottom: 1em;
  padding-right: 1em;
  padding-left: 2em;
  font-size: 1.3vw;
  line-height: 2vw;
  font-weight: 400;
  text-align: left;
}

.p-teksty:tiny {
  font-size: 4vw;
  line-height: 6vw;
  text-align: center;
}

.p-teksty:medium {
  margin-bottom: 2em;
  font-size: 2vw;
  line-height: 3vw;
  text-align: center;
}

.p-teksty:small {
  margin-bottom: 0px;
  font-size: 2.5vw;
  line-height: 3.2vw;
  text-align: center;
}

.p-teksty:xxl {
  padding-right: 1em;
  padding-left: 0.25em;
  font-size: 1vw;
}

.p-teksty:xl {
  font-size: 1.2vw;
  line-height: 2vw;
}

.p-teksty.cookie {
  padding-left: 0em;
  color: hsla(0, 0.00%, 100.00%, 1.00);
}

.p-teksty.cookie:tiny {
  margin-bottom: 2em;
}

.p-teksty.cookie:small {
  margin-bottom: 2em;
}

.p-teksty.cookie:medium {
  text-align: left;
}

.learn-more-span {
  color: hsla(10.684931506849301, 0.00%, 100.00%, 1.00);
  font-weight: 600;
  text-decoration: underline;
}

.button-wrapper {}

.button-wrapper:tiny {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.btn {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 11px;
  padding-right: 25px;
  padding-bottom: 11px;
  padding-left: 25px;
  float: none;
  border-radius: 0.5rem !important;
  background-color: #1991eb;
  transition-property: color, box-shadow, background-color, transform;
  transition-duration: 200ms, 200ms, 200ms, 400ms;
  transition-timing-function: ease, ease, ease, ease;
  color: white;
  line-height: 24px;
  text-align: center;
}

.btn:hover {
  border-top-color: #0c6eb8;
  border-right-color: #0c6eb8;
  border-bottom-color: #0c6eb8;
  border-left-color: #0c6eb8;
  background-color: #1386dd;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  transform: translate(0px, -2px);
  color: white;
}

.btn:active {
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  transform: translate(0px, -1px);
}

.btn:tiny {
  display: block;
  text-align: center;
}

.btn.btn-outline-dark {
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 1em;
  padding-right: 2em;
  padding-bottom: 1em;
  padding-left: 2em;
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.2);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: rgba(255, 255, 255, 0.2);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: rgba(255, 255, 255, 0.2);
  background-color: rgba(255, 255, 255, 0.1);
  transition-property: color, box-shadow, background-color, transform, border;
  transition-duration: 200ms, 200ms, 200ms, 400ms, 200ms;
  transition-timing-function: ease, ease, ease, ease, ease;
  font-size: 1.2vw;
  line-height: 2vh;
}

.btn.btn-outline-dark:hover {
  border-top-color: rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.5);
  border-bottom-color: rgba(255, 255, 255, 0.5);
  border-left-color: rgba(255, 255, 255, 0.5);
}

.btn.btn-outline-dark:xl {
  font-size: 1.1vw;
}

.btn.btn-outline-dark:xxl {
  font-size: 0.9vw;
}

.btn.btn-outline-dark:small {
  font-size: 2.5vw;
}

.btn.btn-outline-dark:medium {
  font-size: 2vw;
}

.btn.btn-outline-dark:tiny {
  font-size: 4vw;
  line-height: 4vh;
}