#ribbon {
  border-radius: 8px 0 0 8px;
}

#floater.new {
  border-radius: 20px;
  border: 1px solid #dde2e5;
  box-shadow: none;
  background-color: white;
  width: 820px;
}

#floater.new .form-control {
  height: unset;
  min-height: 38px;
}

#floater.new label {
  width: 100%;
  cursor: pointer;
  margin-bottom: 0;
}

#floater.new #age-form label {
  align-items: center;
  position: relative;
}

#floater.new div .form-group {
  margin-bottom: 10px;
}

#floater.new #floater-wrapper {
  padding: 25px 20px 10px;
  overflow-y: auto;
  max-height: calc(calc(var(--vh, 1vh) * 100) - 50px);
}

#floater.new h1,
h1 p {
  padding-bottom: 0;
  font-size: 28px;
  font-weight: 700;
}

#floater.new h1 p {
  color: #26509b;
}

#floater.new h2 p {
  color: #26509b;
  font-weight: 500;
}

#floater.new p {
  color: #2b2f32;
  margin: 0 0 5px;
}

#floater.new .subtitle {
  margin-bottom: 5px;
  position: relative;
}

#floater.new .subtitle p {
  font-size: 16px;
}

#floater.new .form-control {
  background: #ffffff 0% 0% no-repeat padding-box;
  border: 1px solid #cfd3d4;
  border-radius: 8px;
  opacity: 1;
  color: #130f26;
}

#floater.new .form-control::placeholder {
  color: #abafb1;
  font-size: 16px;
}

#floater.new .form-control:focus {
  outline: 0;
  box-shadow: none;
  color: #130f26;
}

#floater.new .floater-white {
  background: none;
  margin: 0;
}

#floater.new .ebook-container {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
  background-color: #EDF5FF;
  border-radius: 8px;
  padding: 10px 10%;
  margin-bottom: 10px;
}

#floater.new .ebook-container .description p {
  font-size: 20px;
  font-weight: 800;
  color: #5570f1;
}

#floater.new #ebook-cover img {
  max-height: 200px;
  border: none;
  opacity: 1;
  width: 66px;
  margin-top: 0;
  -webkit-box-shadow: 0px 5px 16px 0px rgba(66, 68, 90, 1);
  -moz-box-shadow: 0px 5px 16px 0px rgba(66, 68, 90, 1);
  box-shadow: 0px 5px 16px 0px rgba(66, 68, 90, 1);
}

#floater.new .col-xs-10.gdpr,
.gdpr {
  float: none !important;
  width: 100%;
  display: flex;
  color: #83898c;
  padding: 15px 20px 0;
  margin: 0;
  text-align: left;
}

#floater.new .btn-primary {
  width: 100%;
  border-radius: 12px;
  padding: 17px 0;
  font-size: 20px;
  font-weight: 500;
}

#floater.new .has-error:after {
  content: none;
}

#floater.new .select-nav {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 0 3px;
  padding-bottom: 5px;
  cursor: pointer;
  position: relative;
  max-width: 100%;
}

#floater.new .select-nav .list-label {
  display: none;
  color: #5570f1;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

#floater.new .select-nav > div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  max-width: calc(100% - 20px);
}

#floater.new .select-nav span {
  font-size: 16px;
  font-weight: 400;
}

#floater.new .select-nav > div span {
  white-space: nowrap;
}

#floater.new .select-nav.expand .ico-arrow-down {
  rotate: 225deg;
}

#floater.new .select-nav .ico-arrow-down {
  border: solid black;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  border-color: #5570f1;
  margin: 0 5px;
  transition: all 0.3s ease-in-out;
  rotate: 45deg;
}

#floater.new .select-list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 5px !important;
}

#floater.new .select-list .form-wrapper {
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-in-out;
}

#floater.new .user-activity.select-list > div {
  margin-bottom: 5px;
}

#floater.new .voting_1_new .select-list .form-wrapper.long .form-group {
  max-height: 100px;
}

#floater.new .select-list .form-wrapper.long .form-group {
  overflow-x: hidden;
  overflow-y: scroll;
  max-height: 160px;
  margin-bottom: 0;
}

#floater.new .pwn-logo {
  position: absolute;
  top: -45px;
  right: 35px;
  display: block;
  max-width: unset;
}

#floater.new .reporting_new .pwn-logo,
#floater.new .reporting_new .pwn-logo {
  right: 20px;
}

#floater.new #interests-default ~ span {
  color: #2b2f32 !important;
}

/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #f2f6f8;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #868687;
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #989c9e;
}

#floater.new.scrollbar-visible {
  border-radius: 20px 7px 7px 20px;
}

#floater.new .select-list .form-group {
  border: 1px solid #cfd3d4;
  border-radius: 8px;
  padding: 10px 26px;
}

#floater.new .select-list .has-feedback.has-error .select-nav {
  color: #ea0000;
}

#floater.new .select-list .has-feedback.has-error .form-wrapper .form-group {
  border-color: #ea0000;
}

#floater.new .select-list.has-feedback.has-error .select-nav {
  color: #ea0000;
}

#floater.new .select-list.has-feedback.has-error .form-wrapper .form-group {
  border-color: #ea0000;
}

#floater.new .select-list .form-group span {
  font-size: 16px;
}

#floater.new .select-list .form-wrapper.expand {
  max-height: 300px;
  overflow: hidden;
}

#floater.new .select-list .form-wrapper .form-group {
  position: relative;
}

#floater.new .ico-info {
  min-width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: 8px;
  font-weight: 700;
}

#floater.new .info-popup {
  border-radius: 8px;
  background-color: #ffffff;
  border: 1px solid #cfd3d4;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  bottom: 100%;
}

#floater.new #age-info-popup {
  bottom: 0%;
}

#floater.new .floater-close {
  position: absolute;
  right: 0;
  top: 10px;
  width: 30px;
  height: 30px;
  opacity: 0.3;
  transition: all 0.3s ease-in-out;
  box-shadow: none;
}

#floater.new .floater-close:hover {
  opacity: 1;
}

#floater.new .floater-close:hover:before {
  transform: rotate(135deg);
}

#floater.new .floater-close:hover:after {
  transform: rotate(45deg);
}

#floater.new .floater-close:before,
.floater-close:after {
  position: absolute;
  left: 15px;
  content: " ";
  height: 20px;
  width: 2px;
  background-color: #333;
  transition: all 0.3s ease-in-out;
}

#floater.new .floater-close:before {
  transform: rotate(45deg);
}

#floater.new .floater-close:after {
  transform: rotate(-45deg);
}

#floater.new #floater-msg {
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
}

#floater.new #floater-msg {
  border-radius: 8px;
  text-align: center;
  font-size: 16px;
}

#floater.new #floater-msg.pop {
  animation-duration: 0.3s;
  animation-name: animate-pop;
  animation-timing-function: cubic-bezier(0.26, 0.53, 0.74, 1.48);
  margin: 10px 0;
}

#floater.new #floater-regulamin ~ span.error {
  position: absolute;
  left: 44px;
  top: 100%;
  border-radius: 8px;
  padding: 4px 5px;
  white-space: nowrap;
  animation-duration: 0.3s;
  animation-name: animate-pop;
  z-index: 100;
}

#floater.new .relative {
  position: relative;
}

#floater.new .row.column-container {
  display: flex;
  flex-direction: row;
  padding: 0 15px;
  gap: 15px;
}

#floater.new .row.column-container::before,
#floater.new .row.column-container::after {
  content: none;
}

#floater.new .row.column-container > div {
  flex: 1;
  max-width: 50%;
}

#floater.new #floater-wrapper.voting_new .ebook-container.two-column,
#floater.new #floater-wrapper.reporting_new .ebook-container.two-column {
  flex-direction: column;
  padding: 25px 22px 10px;
  gap: 15px;
}

#floater.new #floater-wrapper.voting_new .ebook-container.two-column .description p,
#floater.new #floater-wrapper.reporting_new .ebook-container.two-column .description p {
  font-size: 28px;
  text-align: center;
  font-weight: 800;
}

#floater.new #floater-wrapper.voting_new .ebook-container.two-column img,
#floater.new #floater-wrapper.reporting_new .ebook-container.two-column img {
  width: 200px !important;
  max-width: unset;
  max-height: unset !important;
}

#floater.new #floater-wrapper.reporting_new #mecenas-row-small, 
#floater.new #floater-wrapper.voting_new #mecenas-row-small {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}


#floater.new #floater-wrapper.reporting_new #mecenas-row-small div, 
#floater.new #floater-wrapper.voting_new #mecenas-row-small div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#floater.new #sponsor-banner {
  width: 150px;
}

#floater.new #floater-wrapper #mecenas-row div, 
#floater.new #floater-wrapper #mecenas-row div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#floater.new #floater-wrapper.reporting_1_new #mecenas-row-small, 
#floater.new #floater-wrapper.voting_1_new #mecenas-row-small {
  display: none;
}

#floater.new #floater-wrapper.reporting_new #mecenas-row, 
#floater.new #floater-wrapper.voting_new #mecenas-row {
  display: none;
}

#floater.new #floater-wrapper.reporting_1_new #mecenas-row, 
#floater.new #floater-wrapper.voting_1_new #mecenas-row {
  display: block;
}

#floater.new .row.column-container .btn-primary {
  width: 100%;
  margin: 0;
}

#floater.new .row.column-container .col-xs-10.gdpr,
.gdpr {
  padding: 10px 15px 0;
}

#floater.new .row.column-container #floater-regulamin ~ span.error {
  white-space: unset;
}

#floater.new .has-error.email-error:after {
  content: none;
}

#floater.new #scaptcha-anchor.has-error {
  border-color: #ea0000;
}

#floater.new #scaptcha-anchor {
  border-radius: 3px;
}


@keyframes animate-pop {
  0% {
    opacity: 0;
    transform: scale(0.5, 0.5);
  }

  100% {
    opacity: 1;
    transform: scale(1, 1);
  }
}

/* THX POPUP */

#floater.new .tthx-ebook .row {
  margin: 0;
}

#floater.new .tthx-ebook h1 p {
  font-size: 24px !important;
  line-height: 30px !important;
}

#floater.new .tthx-ebook .row p {
  font-size: 22px;
}

#floater.new .tthx-ebook .row:not(.banner) {
  margin: 0 5px;
}

#floater.new .tthx-ebook {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 20px 0;
  gap: 10px;
}

#floater.new .tthx-ebook .row.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 10px auto 5px;
}

#floater.new .tthx-ebook .row.banner img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
}

#floater.new .tthx-ebook .row.banner.mobile {
  display: none;
}

#floater.new .tthx-ebook .ebook-cta {
  margin-bottom: 20px;
}

#floater.new .tthx-ebook .ebook-cta a {
  padding: 17px 40px;
}

#floater.new .tthx-ebook .row {
  margin: 0;
}

#floater.new .tthx-ebook h1 p {
  display: block;
  line-height: 36px;
}

#floater.new .logo-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  margin: 0 !important;
  gap: 15px;
  margin-top: 20px;
}

#floater.new .logo-container::after, #floater.new .logo-container::before {
  content: none;
}

#floater.new .logo-container div.logo {
  height: auto;
}

#floater.new .logo-container div p {
  font-size: 22px !important;
  font-weight: 600;
  color: #26509b !important;
  text-align: center;
}

#floater.new .logo-container div.logo img {
  display: block;
  max-width: 100%;
  width: 200px;
}

@media (max-width: 500px) {
  #floater.new {
    overflow: hidden;
  }

  #floater.new #floater-wrapper {
    padding: 20px 16px 10px;
    height: 100%;
  }

  #floater.new .row.msg {
    padding: 0;
  }

  #floater.new .ebook-container {
    justify-content: center;
    padding: 10px 15px;
  }

  #floater.new .btn-primary {
    margin-bottom: 10px;
  }

  #floater.new .col-xs-10.gdpr,
  .gdpr {
    padding: 0 16px 0;
  }

  #floater.new #floater-regulamin ~ span.error {
    white-space: unset;
    width: calc(100% - 60px);
  }

  #floater .form-group.check.ebook {
    text-align: left;
  }
  #floater.new .tthx-ebook .row {
    padding: 0;
  }

  #floater.new .tthx-ebook h1 p {
    font-size: 24px !important;
  }

  #floater.new .tthx-ebook .row.banner {
    display: none;
  }

  #floater.new .tthx-ebook .row.banner.mobile {
    display: flex;
  }

  #floater.new h1,
  h1 p {
    font-size: 25px !important;
  }

  #floater.new h1 {
    padding-right: 10px;
  }

  #floater.new .floater-close {
    right: 0;
  }

  #floater.new .column-container {
    flex-direction: column !important;
    gap: 0 !important;
  }

  #floater.new .column-container div {
    max-width: 100% !important;
  }

  #floater.new .column-container div > .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #floater.new .column-container div > .row > .col-xs-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  #floater.new #mecenas-row-small {
    display: none !important;
  }

  #floater.new #floater-wrapper #mecenas-row {
    display: block !important;
  }

  #floater.new #ebook-cover img {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(66, 68, 90, 0.6);
    -moz-box-shadow: 0px 3px 5px 0px rgba(66, 68, 90, 0.6);
    box-shadow: 0px 3px 5px 0px rgba(66, 68, 90, 0.6);
  }

  #floater.new .tthx-ebook .row p {
    font-size: 18px;
  }

  #floater.new .logo-container {
    gap: 5px;
  }
}

@media (max-width: 600px) {
  #floater.new .pwn-logo {
    width: 80px;
    top: -32px;
    right: 35px;
  }
    
  #floater.new .reporting_new .pwn-logo,
  #floater.new .reporting_new .pwn-logo {
    right: 20px;
  }
}

@media (max-width: 550px) {
  #floater.new .subtitle {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    gap: 5px;
    align-items: center;
  }
  #floater.new .subtitle p {
    margin: 0;
  }
  #floater.new .pwn-logo {
    position: unset;
    bottom: 5px;
    right: 15px;
    top: unset;
    margin-bottom: 2px;
  }

  #floater.new .ebook-container .description p {
    font-size: 18px;
  }
}

@media (max-width: 385px) {
  #floater.new h1,
  h1 p {
    font-size: 23px !important;
  }

  #s-recaptcha .scaptcha-anchor-container {
    scale: 0.8;
  }
}

@media (max-width: 360px) {
  #floater.new h1,
  h1 p {
    font-size: 20px !important;
  }
}

@media (max-width: 1000px) {
  .grecaptcha-badge {
    display: none !important;
  }
}
/* END THX POPUP */

/* DEFAULT FLOATER */
#floater.new.default {
  width: 650px;
  border-radius: 8px;
}

#floater.new.default #floater-wrapper {
  padding: 25px 20px 25px;
  background-repeat: no-repeat;
  background-size: 100% auto;
}

#floater.new.default #floater-wrapper > .row {
  width: 280px;
  margin-left: 15px;
  margin-top: 20px;
}

#floater.new.default #floater-wrapper > .row::before,
#floater.new.default #floater-wrapper > .row::after {
  content: none;
}

#floater.new.default .subtitle  {
  min-height: 215px;
  margin: 0;
}

#floater.new.default .main-container .main-title {
  min-height: 100px;
}

#floater.new.default .btn-primary {
  font-weight: 700;
}

#floater.new.default .subtitle p {
  color: inherit;
}

#floater.new.default h1,
#floater.new.default h1 p {
  font: unset;
  font-size: unset;
  color: inherit;
}

#floater.new.default .floater-close {
  top: -1px;
  right: -13px;
}

#floater.new.default .btn.btn-primary {
  margin-bottom: 10px;
  background-color: #26509b;
  color: white;
  border: none;
  border-radius: 20px 0;
}

#floater.new.default .mobile-background {
  width: 100%;
}

#floater.new.default .mobile-background img {
  width: 100%;
}

@media screen and (max-width: 650px) {
  #floater.new.default #floater-wrapper {
    background-size: auto 100%;
  }
}

@media screen and (max-width: 550px) {
  #floater.new.default #floater-wrapper {
    background-image: none !important;
    padding: 0 !important;
  }

  #floater.new.default .main-container {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 50px 0 0 0 !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }

  #floater.new.default .subtitle {
    display: block;
    min-height: unset;
  }

  #floater.new.default .main-container .main-title {
    min-height: unset;
  }
}

@media screen and (min-width: 551px) {
  #floater.new.default .mobile-background {
    display: none;
  }
}

@media screen and (max-width: 360px) {
  #floater.new.default .subtitle {
    margin-top: 0;
  }
}