@font-face {
  font-family: UpalamLite;
  src: url(../fonts/FireyeGF_3_Lite.ttf);
}

@font-face {
  font-family: UpalamBold;
  src: url(../fonts/FireyeGF_3_Bold.ttf);
  font-weight: bold;
}

body {
  position: relative;
  font-family: Roboto, sans-serif;
  letter-spacing: 1px;
  /*background-color: #2B2D42;*/
  background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,1) 50%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%);
  color: #EDF2F4;
  font-weight: 300;
  height: 100%;
}
body.homepage .buttonContainer {
  max-height: 100%;
  height: auto;
}
body.homepage .buttonSections {
  margin-top: auto;
  max-height: 100%;
}
body.homepage .buttonIcon {
  display: none;
}
.container {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}
.container .row {
  margin: 0 !important;
}
._flex {
  display: block !important;
}
@media (min-width: 993px) {
  ._flex {
    display: flex !important;
  }
}
.row ._left { position: relative; }
.row ._right { position: relative; flex: 1; }
.row ._center { position: relative; flex: 1; }

._packages ._img {
  padding: 0 !important;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 300px;
}
._cards {
  background: url('../images/karty-czlonkowskie-upalam.pl.jpg?v=2');
  background-size: cover;
}
._package {
  background: url('../images/paczka-czlonkowska-upalam.pl.png?v=2');
  background-size: cover !important;
  background-position: bottom !important;
}
._delivery {
  background: url('../images/paczki-czlonkowskie-upalam.pl.jpg?v=2');
  background-size: cover;
}

@media (max-width: 600px) {
  .row ._left {
    width: 100%;
    padding: 20px;
  }
  .row ._right {
    width: 100%;
    padding: 20px;
  }
  .row ._left100 {
    width: 100%;
    padding: 10px;
    height: 100px;
  }
  .row ._right100 {
    width: 100%;
    padding: 10px;
    height: 100px;
  }
  .row ._center {
    width: 100%;
    padding: 20px;
  }
}
@media (min-width: 600px) {
  .row ._left {
    width: 100%;
    padding: 30px 5%;
  }
  .row ._right {
    width: 100%;
    padding: 30px 5%;
  }
  .row ._left100 {
    width: 100%;
    padding: 15px 5%;
    height: 100px;
  }
  .row ._right100 {
    width: 100%;
    padding: 15px 5%;
    height: 100px;
  }
  .row ._center {
    width: 100%;
    padding: 20px 2.5%;
  }
}
@media (min-width: 993px) {
  .row ._left {
    width: 50%;
    padding: 40px 40px 40px 7%;
  }
  .row ._right {
    width: 50%;
    padding: 40px 7% 40px 40px;
  }
  .row ._left100 {
    width: 50%;
    padding: 20px 20px 20px 7%;
  }
  .row ._right100 {
    width: 50%;
    padding: 20px 7% 20px 20px;
  }
  .row ._center {
    width: 100%;
    padding: 25px 7%;
  }
}
@media (min-width: 1200px) {
  .row ._left {
    width: 50%;
    padding: 40px 40px 40px 10%;
  }
  .row ._right {
    width: 50%;
    padding: 40px 10% 40px 40px;
  }
  .row ._left100 {
    width: 50%;
    padding: 20px 20px 20px 10%;
  }
  .row ._right100 {
    width: 50%;
    padding: 20px 10% 20px 20px;
  }
  .row ._center {
    width: 100%;
    padding: 30px 10%;
  }
}

.clear {
  clear: both;
}

.cur-poi,
.cur-poi:hover {
  cursor: pointer;
}

.darker-bg {
  background-color: #2B2D42;
  color: #EDF2F4;
}
.darker-c {
  color: #2B2D42;
}
.dark-bg {
  background-color: #37394F;
  color: #EDF2F4;
}
.dark-c {
  color: #37394F;
}
.grey-bg {
  background-color: #8D99AE;
  color: #2B2D42;
}
.grey-c {
  color: #8D99AE;
}
.light-bg {
  background-color: #EDF2F4;
  color: #2B2D42;
}
.light-c {
  color: #EDF2F4;
}
.white-bg {
  background-color: #FFFFFF;
  color: #2B2D42;
}
.white-c {
  color: #FFFFFF;
}
.red-bg {
  background-color: #EF233C;
  color: #EDF2F4;
}
.red-c {
  color: #EF233C;
}
.redder-bg {
  background-color: #D90429;
  color: #EDF2F4;
}
.redder-c {
  color: #D90429;
}
.green-bg {
  background-color: #16b14b;
  color: #EDF2F4;
}
.green-c {
  color: #16b14b;
}

h1 { font-size: 26px; margin: 15px 0; line-height: 1.2; }
h2 { font-size: 22px; margin: 15px 0; line-height: 1.2; }
h3 { font-size: 18px; margin: 10px 0; line-height: 1.1; }
h4 { font-size: 15px; margin: 10px 0; line-height: 1.1; }
h5 { font-size: 12px; margin: 5px 0; line-height: 1; }
h6 { font-size: 10px; margin: 5px 0; line-height: 1; }

.lh-1 {
  line-height: 1;
}

.lh-125 {
  line-height: 1.25;
}

.lh-15 {
  line-height: 1.5;
}

.lh-2 {
  line-height: 2;
}

.txt-xxxs { font-size: 10px; }
.txt-xxs { font-size: 12px; }
.txt-xs { font-size: 14px; }
.txt-sm { font-size: 18px; }
.txt-md { font-size: 22px; }
.txt-lg { font-size: 28px; }

.txt-bl {
  text-decoration: underline;
}

.txt-wb {
  font-weight: bold;
}

.txt-wn {
  font-weight: normal;
}

.txt-wl {
  font-weight: lighter;
}

.txt-al {
  text-align: left;
}

.txt-ac {
  text-align: center;
}

.txt-ar {
  text-align: right;
}

.txt-aj {
  text-align: justify;
  text-justify: inter-word;
}

.nowrap {
  white-space: nowrap;
}

.dis-n {
  display: none;
}

.dis-b {
  display: block;
}

.dis-ib {
  display: inline-block;
}

.dis-i {
  display: inline;
}

.dis-t {
  display: table;
}

.dis-tc {
  display: table-cell;
}

.dis-if {
  display: inline-flex;
}

.dis-it {
  display: inline-table;
}

.pos-rel {
  position: relative;
}

.pos-abs {
  position: absolute;
}

.pos-fix {
  position: fixed;
}

.pos-sta {
  position: static;
}

.pos-t10 {
  top: 10%;
}

.pos-t20 {
  top: 20%;
}

.pos-t30 {
  top: 30%;
}

.pos-t40 {
  top: 40%;
}

.pos-t50 {
  top: 50%;
}

.pos-l10 {
  left: 10%;
}

.pos-l20 {
  left: 20%;
}

.pos-l30 {
  left: 30%;
}

.pos-l40 {
  left: 40%;
}

.pos-l50 {
  left: 50%;
}

.pos-r10 {
  right: 10%;
}

.pos-r20 {
  right: 20%;
}

.pos-r30 {
  right: 30%;
}

.pos-r40 {
  right: 40%;
}

.pos-r50 {
  right: 50%;
}

.pos-b10 {
  bottom: 10%;
}

.pos-b20 {
  bottom: 20%;
}

.pos-b30 {
  bottom: 30%;
}

.pos-b40 {
  bottom: 40%;
}

.pos-b50 {
  bottom: 50%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.fn {
  float: none;
}

.w10 {
  width: 10%;
}

.w20 {
  width: 20%;
}

.w30 {
  width: 30%;
}

.w40 {
  width: 40%;
}

.w50 {
  width: 50%;
}

.w60 {
  width: 60%;
}

.w70 {
  width: 70%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w100 {
  width: 100%;
}

.mar-5 {
  margin: 5px !important;
}

.mar-10 {
  margin: 10px !important;
}

.mar-15 {
  margin: 15px !important;
}

.mar-20 {
  margin: 20px !important;
}

.mar-25 {
  margin: 25px !important;
}

.mar-30 {
  margin: 30px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.res-mar {
  margin: 0 !important;
}

.res-mt {
  margin-top: 0 !important;
}

.res-ml {
  margin-left: 0 !important;
}

.res-mr {
  margin-right: 0 !important;
}

.res-mb {
  margin-bottom: 0 !important;
}

.pad-5 {
  padding: 5px !important;
}

.pad-10 {
  padding: 10px !important;
}

.pad-15 {
  padding: 15px !important;
}

.pad-20 {
  padding: 20px !important;
}

.pad-25 {
  padding: 25px !important;
}

.pad-30 {
  padding: 30px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.res-pad {
  padding: 0 !important;
}

.res-pt {
  padding-top: 0 !important;
}

.res-pl {
  padding-left: 0 !important;
}

.res-pr {
  padding-right: 0 !important;
}

.res-pb {
  padding-bottom: 0 !important;
}

.bor-dash-b {
  border-bottom: 1px dashed lightgrey;
}

.bor-sol-2 {
  border: 2px solid lightgrey;
}

.noBorder {
  border: 0;
}

.noBorderImg {
  border: 0;
  padding: 0;
}

.font-bold {
  font-family: Roboto, sans-serif;
  font-weight: bold;
}

.font-normal {
  font-family: Roboto, sans-serif;
  font-weight: normal;
}

.font-lite {
  font-family: Roboto, sans-serif;
  font-weight: lighter;
}

.upl-bold {
  font-family: UpalamBold, Roboto, sans-serif;
}

.upl-lite {
  font-family: UpalamLite, Roboto, sans-serif;
}

/* COLORS */
.colors {
  color:    #2B2D42; // darker
  color:    #37394F; // dark
  color:    #8D99AE; // grey
  color:    #EDF2F4; // light
  color:    #EF233C; // red
  color:    #D90429; // redder
}

/* BTN */
.btn {
  background-color: #D90429;
}
.btn:active,
.btn:focus,
.btn:hover {
  background-color: #EF233C;
}
.btn-white {
  background-color: #8D99AE;
}
.btn-white:active,
.btn-white:focus,
.btn-white:hover {
  background-color: #7a8599;
}
.registerButton {
  margin-top: 40px;
  padding: 40px 20px !important;
  text-align: center;
  border-radius: 4px;
}
.openForm:hover {
  cursor: pointer;
}
.hashTag {
  background-color: #D90429;
  padding: 2px 4px;
  border-radius: 2px;
}
.backButton {
  position: fixed;
  z-index: 100;
  bottom: 5%;
  right: 5%;
}
.highlight.highlight-underline {
  position: relative;
  padding: 0;
  border-radius: unset;
  background-color: unset !important;
  background-image: unset;
}
.highlight.highlight-underline .highlight-word {
   position: relative;
   z-index: 1;
 }
.highlight.highlight-underline .highlight-word .highlight-dark {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10%;
  width: calc(100% + 0.3em);
  height: 15%;
  margin-left: -0.15em;
  transform: skew(
      -12deg) translateX(0);
  background: #8D99AE;
  z-index: -1;
}
.highlight.highlight-underline .highlight-word .highlight-light {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10%;
  width: calc(100% + 0.3em);
  height: 15%;
  margin-left: -0.15em;
  transform: skew(
      -12deg) translateX(0);
  background: #D90429;
  z-index: -1;
}

/* HEADER - START */
.headerInner {
  height: auto;
  background-color: white;
}
.logoInner {
  display: block;
  height: 100%;
  max-height: 70px;
  max-width: 300px;
  width: auto;
  margin: 10px auto 20px;
}
@media (min-width: 586px) {
  .logoInner {
    margin: 40px auto 0;
  }
}
.headerMenu {
  line-height: 30px;
  height: 30px;
  font-size: 30px;
  margin: 40px auto;
}
@media (max-width: 993px) {
  .headerMenu {
    margin-top: 10px;
  }
}
.menuInner {
  margin: auto 5%;
  max-width: 90%;
}
.menuInner i {
  font-size: 30px;
}
.menuNotifications {
  position: relative;
  margin-right: 20px;
  color: #8D99AE;
  cursor: pointer;
}
.newNotifications {
  position: absolute;
  font-size: 12px;
  background-color: #D90429;
  line-height: 12px;
  padding: 4px 5px;
  top: -5px;
  border-radius: 3px;
  color: white;
  left: 20px;
}
.notification {
  padding: 10px;
  background-color: #fafbfb;
}
.notification:hover {
  background-color: #f7f8f8;
}
.notificationNotSeen {
  background-color: #fffae7;
}
.notificationNotSeen:hover {
  background-color: #fffce1;
}
.notificationLink {
  background-color: #37394F;
  color: white;
  padding: 3px 7px;
  border-radius: 3px;
  margin-left: 15px;
  font-size: 10px;
}
.notificationLink:hover {
  background-color: #D90429;
}
.modalNotifications {
  left: auto;
}
.modalNotifications .modal-content {
  padding: 20px;
}
.modalNotifications.bottom-sheet {
  max-width: 600px;
  top: 0;
  height: max-content;
  max-height: 70%;
  z-index: 2003 !important;
}
.modal.modal-fixed-footer {
  width: 90%;
  height: 80%;
  max-height: 80%;
  z-index: 2005 !important;
}
.modal.modal-fixed-footer .modal-content {
  height: 100%;
}
.modalProbe img {
  border-radius: 4px;
}
.user-view .background:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right, #2B2D42, #D90429);
  opacity: .6;
}
.user-view .background {
  background: url('../images/bg-black-upalam.png?v=2') center center;
  width: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-size: cover;
}
.tooltipInner {
  max-width: 300px;
  line-height: 1.5;
}
.smallEntry {
  font-size: 14px;
  border-radius: 5px 4px 4px 5px;
  line-height: 1.1;
  margin-bottom: 10px;
  margin-right: 10px;
  position: relative;
  height: 60px;
}
.smallEntry .truncate {
  max-width: 180px;
}
.smallSupport .truncate {
  max-width: 300px;
}
.commentEntry .truncate {
  max-width: 600px;
}
.commentContent,
.commentContent div div {
  padding: 0;
  line-height: 1.25;
}
.smallEntry .smallContent {
  line-height: 1.5;
  overflow: hidden;
  white-space: pre-wrap;
}
.smallContent > div {
  padding: 0 !important;
}
.commentEntry:hover {
  background-color: #edf2f4;
}
.commentEntry {
  height: auto;
}
.commentEntry .entryImage {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  max-height: 300px;
  object-fit: cover;
}
.entry05 {
  opacity: .5;
}
.entry05:hover, .entry05:focus {
  opacity: 1;
}
.messageEntry {
  height: auto;
  padding: 0;
}
.smallOffer,
.smallCars,
.blogContent {
  overflow: hidden;
  height: auto;
  padding: 20px 10px !important;
  line-height: 1.5;
  border-radius: 4px;
}
.selectCar:hover {
  cursor: pointer;
}
.carActive {
  position: relative;
  overflow: visible;
  /*border: 4px solid #D90429;*/
  -webkit-box-shadow: inset 0 0 0 4px #d90429;
  -moz-box-shadow: inset 0 0 0 4px #d90429;
  box-shadow: inset 0 0 0 4px #d90429;
}
.carActive:after {
  content: "Wybrany samochód!";
  position: absolute;
  font-weight: bold;
  top: -26px;
  right: 10px;
  color: white;
  background-color: #D90429;
  font-size: 12px;
  line-height: 12px;
  padding: 7px 11px;
  border-radius: 4px 4px 0 0;
}
.selectPackage:hover {
  cursor: pointer;
}
.packageActive {
  position: relative;
  overflow: visible;
  /*border: 4px solid #D90429;*/
  -webkit-box-shadow: inset 0 0 0 4px #D90429;
  -moz-box-shadow: inset 0 0 0 4px #D90429;
  box-shadow: inset 0 0 0 4px #D90429;
}
.packageActive:after {
  content: "Wybrany pakiet!";
  position: absolute;
  font-weight: bold;
  top: -26px;
  right: 10px;
  color: white;
  background-color: #D90429;
  font-size: 12px;
  line-height: 12px;
  padding: 7px 11px;
  border-radius: 4px 4px 0 0;
}
.renewPrice {
  margin-top: -20px;
}
.smallRaceEntry {
  height: 120px;
  margin-right: 20px;
}
.smallEntry img {
  margin: 0 -20px 0 10px;
  height: 60px;
  width: 60px;
}
.smallCars img {
  top: 0;
  left: 0;
  width: 100%;
}
.smallEntry div {
  padding: 15px 5px;
}
.messageForm div {
  padding: 0;
}
.firstLetter {
  border-width: 3px;
  border-style: solid;
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 29px;
  text-align: center;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  background-color: white;
  padding: 0 !important;
}
.userName {
  display: inline-block;
  padding: 0 !important;
  margin-left: 10px;
}
.smallLeftImg {
  margin: 0 10px 0 -.75rem !important;
  border-radius: 4px 0 0 4px;
}
.smallTopImg {
  border-radius: 0 4px 0 0 !important;
}
.smallBottomImg {
  border-radius: 0 0 4px 0 !important;
}
/* HEADER - END */

/* FORM - START */
.showFormStatus {
  /*position: relative;*/
}
.formStatus {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  padding: 15px 20px !important;
  z-index: 1000;
}
.formStatus.error {
  background-color: #D90429;
  color: white;
}
.formStatus.success {
  background-color: #8D99AE;
  color: #2B2D42;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: static;
  left: 0;
  opacity: 1;
  margin-left: 20px;
  cursor: pointer;
}
/* FORM - END */

/* GENERAL - START */
.wrapper {
  z-index: 10;
  position: relative;
  margin-bottom: 170px;
  background-color: #2B2D42;
}
.img-bg {
  z-index: 9;
  background-color: #2B2D42;
}
.buttonContainer {
  position: relative;
  overflow: hidden;
  max-height: 100px;
  -webkit-transition: all .7s; /* Safari */
  transition: all .7s;
  -webkit-transition-delay: .4s; /* Safari */
  transition-delay: .4s;
  z-index: 9;
}
.buttonOverlay {
  position: absolute;
  opacity: 1;
  pointer-events: none;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 90;
}
.buttonIcon {
  position: absolute;
  opacity: 1;
  cursor: default;
  top: 11px;
  right: 15%;
  z-index: 100;
}
.buttonSections {
  background-color: #2B2D42;
  margin-top: -220px;
  max-height: 300px;
  -webkit-transition: all .7s; /* Safari */
  transition: all .7s;
  -webkit-transition-delay: .4s; /* Safari */
  transition-delay: .4s;
}
.buttonContainer:hover {
  max-height: 2000px;
}
.buttonContainer:hover .buttonSections {
  margin-top: 0;
  max-height: 1500px;
}
.buttonContainer:hover .buttonOverlay,
.buttonContainer:hover .buttonIcon {
  opacity: 0;
}
.buttonSectionInner {
  position: relative;
  background-color: #37394F;
  color: #EDF2F4;
  padding: 40px 20px;
  margin: 5%;
  border-radius: 4px;
  overflow: hidden;
}
.buttonSectionRed,
.buttonSectionInner:active,
.buttonSectionInner:focus,
.buttonSectionInner:hover {
  background-color: #D90429;
  color: #EDF2F4;
  cursor: pointer;
  z-index: 10;
}
.buttonSectionSoon:active,
.buttonSectionSoon:focus,
.buttonSectionSoon:hover {
  background: none;
  color: #EDF2F4;
  cursor: default;
}
.buttonSectionInner:hover .buttonSectionCounter {
  opacity: 0;
}
.buttonSectionSoon .buttonSectionCounter {
  opacity: 0;
}
.buttonSectionSoon:hover .buttonSectionCounter {
  opacity: 1;
}
.buttonSectionImage {
  position: absolute;
  background-size: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .2;
  background-position: center center;
}
.buttonSectionSoon .buttonSectionImage {
  opacity: .2;
}
.buttonSectionUsers {
  background-image: url('../images/newsBg.jpg?v=2');
}
.buttonSectionCars {
  background-image: url('../images/carsBg.jpg?v=2');
}
.buttonSectionDrivers {
  background-image: url('../images/driversBg.jpg?v=2');
  bottom: -55px;
}
.buttonSectionEvents {
  background-image: url('../images/eventsBg.png?v=2');
}
.buttonSectionGroups {
  background-image: url('../images/groupsBg.png?v=2');
}
.buttonSectionRaces {
  background-image: url('../images/racesBg.jpg?v=2');
}
.buttonSectionPartners {
  background-image: url('../images/partnersBg.jpg?v=2');
}
@media only screen and (max-width: 992px) {
  .mobileScrollable {
    overflow-x: scroll;
  }
  .mobileScrollable > .col {
    width: 1260px !important;
  }
  .mobileScrollable > .col .buttonSection {
    max-width: 200px !important;
    margin-left: 0;
  }
  .breadcrumb {
    width: fit-content;
    text-align: left;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
}
.buttonSectionText {
  position: relative;
}
.buttonSectionTitle {
  font-size: 18px;
}
.buttonSectionCounter {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 10px 15px;
  font-size: 12px;
  z-index: 5;
  color: #8D99AE;
}
.buttonSectionCounter > strong {
  color: white;
}
.buttonLoader,
.buttonLoader:hover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  opacity: .7;
  cursor: default;
  background: url('../images/loader.gif') no-repeat white center center;
  background-size: 15px;
}
.searchButton,
.searchButton:hover {
  cursor: pointer;
}
.bottomImage:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right,#2B2D42,#D90429);
  opacity: .6;
}
.bottomImage {
  background: url('../images/bg-black-upalam.png?v=2') top center;
  opacity: 0.4;
  width: 100%;
  bottom: 0;
  top: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  background-size: 100%;
}
.regionFilter {
  float: left;
  background-color: #8D99AE;
  color: white;
  padding: 4px 11px;
  margin: 0 10px 10px 0;
  border-radius: 2px;
  cursor: pointer;
}
.regionActive {
  background-color: #D90429;
}
.popularityButton {
  margin: 0 5px;
}
.activeButton {
  color: white;
  border-bottom-style: solid;
  border-bottom-color: #D90429;
  border-bottom-width: 2px;
}
.ajaxContainer {
  min-height: 500px !important;
}
.ajaxBlocked {
  pointer-events: none;
  opacity: .7;
}
.dropzone {
  min-height: 150px;
  border: 2px dashed #8D99AE;
  background: rgba(0, 0, 0, 0.1);
  padding: 20px 20px;
}
.dropzone .dz-message {
   margin-top: 35px;
}
.dropzone .dz-preview.dz-image-preview {
  background: none;
}
.dropzone .dz-preview .dz-image {
  border-radius: 2px;
  opacity: .7;
  padding: 0;
}
.dropzone .dz-preview .dz-image img {
  display: block;
  width: 120px;
  height: 120px;
  margin: 0;
}
.dropzone .dz-preview .dz-progress {
  opacity: .7 !important;
  bottom: 10px;
  top: auto;
  background-color: white;
}
.footer {
  background: black;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 0;
  height: 170px;
  font-size: 14px;
}
.progress {
  background-color: #8D99AE;
}
.exitPopup {
  max-width: 1200px;
}
.popupInfo {
  top: 0;
  right: 0;
  margin: 15px;
  padding: 15px;
  background-color: white;
  color: black;
  border-radius: 4px;
  z-index: 100;
}
.rulesContainer {
  white-space: pre-line;
}
.rulesContent {
  white-space: pre-line;
}
.faqPoints {
  line-height: 1.9;
}
.budgetBar {
  height: 14px;
  border-radius: 4px;
}
.youTubeEmbed {
  height: 250px;
  border: 0;
  width: 100%;
  max-width: 600px;
}
textarea.materialize-textarea {
  min-height: 10rem;
}
.picker__today {
  display: none !important;
}
.content-editable {
  min-height: 70px;
  max-height: 500px;
  overflow-y: scroll;
}
.content-editable,
.emojis-fieldset {
  border: 2px solid lightgrey;
  border-radius: 4px;
  padding: 15px !important;
}
.content-editable:focus {
  outline: none !important;
  border: 2px solid #D90429;
  border-radius: 4px;
  padding: 10px 15px;
  z-index: 100;
  position: relative;
}
.content-fieldset {
  margin: 0 auto !important;
  text-align: center !important;
  padding: 0 !important;
  border: none !important;
}
.content-fieldset > div {
  border: 2px solid lightgrey;
  margin: -2px 15px 20px;
  padding: 15px 10px 10px 10px;
  font-size: 11px;
  border-radius: 0 0 4px 4px;
  z-index: 90;
}
.content-fieldset > div > button {
  margin-bottom: 5px;
}
.content-fieldset > div > button:focus {
  outline: none;
  background-color: lightgrey;
  border-radius: 2px;
  border: 1px grey solid;
}
img.emoji {
  height: 18px;
  line-height: 18px;
  width: 18px;
  vertical-align: middle;
  padding: 0;
  margin: 0 10px 10px 0;
}
img.emoji:hover {
  cursor: pointer;
}
.emojis-fieldset {
  background-color: #f1f1f1;
}
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  margin: 0;
}
ul.breadcrumb li {
  display: inline;
  font-size: 15px;
  color: white;
}
ul.breadcrumb li+li:before {
  padding: 8px;
  content: "/\00a0";
}
ul.breadcrumb li a {
  text-decoration: none;
  font-size: 15px;
  color: white;
}
ul.breadcrumb li a:hover {
  text-decoration: underline;
}
.truncateTable {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 1px;
}
.blockquote {
  border-left: 4px solid;
}
.blockquoteRed {
  border-left: 4px solid #D90429;
}
.blockquoteGreen {
  border-left: 4px solid #16b14b;
}
.blogContent > div > br:first-child {
  display:none;
}
.blogContent > div > b:first-child {
  display:none;
}
@media (min-width: 993px) {
  .blog-row ._left {
    width: 60%;
  }

  .blog-row ._right {
    width: 40%;
  }
}
.st-btn > svg {
  height: 30px !important;
  width: 30px !important;
}
.badgeGroup {
  padding: 1px 4px;
  border-radius: 2px;
  font-size: 10px;
}
.entry .badgeEvent {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  padding: 2px 7px;
  height: 24px;
  line-height: 20px;
  border-radius: 4px 0 4px 0;
  z-index: 10;
}
.entry .badgeEvent.badgeSponsor {
  left: auto;
  right: 0;
  border-radius: 0 4px 0 4px;
}
.myEntries {
  max-height: 140px;
  overflow: hidden;
}
.myEntriesBg {
  background: rgb(55,57,79);
  background: linear-gradient(0deg, rgba(55,57,79,1) 0%, rgba(55,57,79,0) 100%);
  z-index: 100;
  top: 40px;
  left: 0;
  right: 0;
  height: 100px;
}
.commentLines {
  background: url('../images/white-lines.png?v=1.98') left bottom no-repeat;
  width: 50px;
  position: absolute;
  left: -30px;
  bottom: 0;
  top: -270px;
  z-index: -1;
}
.preloaderContainer {
  position: absolute;
  opacity: .9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2B2D42;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-align: center;
  padding-top: 150px;
}
.preloader-wrapper {
  position: fixed;
}
.bor-rad-4 {
  border-radius: 4px;
}
/* GENERAL - END */


/* HOMEPAGE - START */
.homepage .entryImg {
  opacity: 1;
}
/* HOMEPAGE - END */


/* LOGIN - END */
.openPasswordForm {
  line-height: 36px;
  margin-top: 15px;
}
/* LOGIN - END */


/* CARS - START */
.entry {
  line-height: 36px;
  margin-top: 20px;
  border-radius: 4px;
}
.entryImg,
.entryImage {
  background-color: white;
}
.entryImg {
  display: block;
  height: 170px;
  object-fit: cover;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  opacity: .4;
  -webkit-transition: all .4s; /* Safari */
  transition: all .4s;
}
.entry:hover .entryImg {
  opacity: 1;
}
.entryInner {
  background-color: #2b2d42;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}
.entryContent {
  padding: 20px 7px !important;
  line-height: 1.5;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
}
.entryTech {
  background-color: #37394F;
  float: left;
  width: 100%;
  padding: 25px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.entryEvents .entryImg {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  height: 140px;
  object-fit: cover;
}
.carTech {
  background: url('../images/chart.png') #2b2d42 left top 20%;
  filter: grayscale(100%);
}
.entryDriver,
.entryPartner {
  padding: 25px 25px 10px 25px;
}
.entryImage {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  max-height: 400px;
  width: auto;
  max-width: 100%;
}
.chipRightImg {
  float: right !important;
  margin: -7px -20px 0 10px !important;
}
/* CARS - END */


/* EVENTS - START */
.eventInfoBg {
  background: url('../images/eventsBg.png') #2B2D42 left top 20%;
}
.eventImg {
  height: 120px;
  padding: 0 !important;
  border-radius: 4px 0 0 4px;
  opacity: 1;
}
.eventContent {
  height: 120px;
  border-radius: 0 4px 4px 0;
}
@media (max-width: 600px) {
  .eventImg {
    height: 170px;
    width: 100% !important;
    border-radius: 4px 4px 0 0;
  }
  .eventContent {
    width: 100% !important;
    border-radius: 0 0 4px 4px;
  }
}
.promotedEvents {
  display: inline-block;
  /*border: 4px solid #D90429;*/
  -webkit-box-shadow: inset 0 0 0 4px #D90429;
  -moz-box-shadow: inset 0 0 0 4px #D90429;
  box-shadow: inset 0 0 0 4px #D90429;
  border-radius: 4px;
  padding: 0 10px 20px 10px;
}
/* EVENTS - END */


/* USERS - START */
.entriesUsers .entryContent {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.userButton {
  opacity: .4;
  -webkit-transition: all .4s; /* Safari */
  transition: all .4s;
}
.userButton:hover {
  opacity: 1;
}
/* USERS - END */


/* RACES - START */
.racesContent {
  position: relative;
}
.entryLeft {
  position: relative;
  padding-right: 0 !important;
}
.entryRight {
  padding-left: 0 !important;
}
.entryLeft .entryImg {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.entryRight .entryImg {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.entryVS {
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50px;
  right: -35px;
  text-align: center;
  background-color: white;
  border-radius: 50px;
  line-height: 70px;
  z-index: 100;
  font-size: 24px;
  font-weight: bold;
  opacity: 1;
  -webkit-transition: all .4s; /* Safari */
  transition: all .4s;
}
/* RACES - END */


/* GROUPS - START */
.newMessage:hover,
.replyMessage:hover,
.commentMessage:hover,
.hideMessage:hover,
.reportMessage:hover,
.uploadImage:hover,
.contentEdit:hover,
.editButton:hover {
  cursor: pointer;
}
.showButtons:hover .manageButtons {
  display: block;
}
.manageButtons {
  margin-top: -3px;
  z-index: 10;
}
#groupMessageFormStatus .formStatus {
  border-radius: 4px 4px 0 0;
}
.blinkMessage {
  width: 100px;
  height: 100px;
  background-color: white;
  -webkit-animation-name: blinkMessage; /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s; /* Safari 4.0 - 8.0 */
  animation-name: blinkMessage;
  animation-duration: 1s;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes blinkMessage {
  from {background-color: yellow;}
  to {background-color: white;}
}
/* Standard syntax */
@keyframes blinkMessage {
  from {background-color: yellow;}
  to {background-color: white;}
}
.pinnedPost {
  /*border: 4px solid lightgray;*/
  -webkit-box-shadow: inset 0 0 0 4px lightgray;
  -moz-box-shadow: inset 0 0 0 4px lightgray;
  box-shadow: inset 0 0 0 4px lightgray;
}
@media (min-width: 993px) {
  .group-row ._left {
    width: 60%;
  }

  .group-row ._right {
    width: 40%;
  }
}
.badgeNewPost {
  position: absolute;
  top: 0;
  right: 115px;
  opacity: 1;
  padding: 2px 7px;
  height: 24px;
  line-height: 20px;
  border-radius: 0 0 4px 4px;
  z-index: 10;
}
/* GROUPS - END */

/* DRIVERS - START */
.total {
  border: 2px solid #D90429;
  display: inline-block;
  padding: 10px;
  border-radius: 4px;
}
.total:after {
  content: ' zł';
}
.supportForm .input-field label {
  color: white;
}
.threshold {
  opacity: .7;
}
.thresholdOpened,
.threshold:hover,
.threshold:active,
.threshold:focus {
  opacity: 1;
  cursor: pointer;
}
.activeThreshold {
  position: relative;
  overflow: visible;
  background-color: #37394f;
  color: white;
  border: 2px solid #D90429;
  border-radius: 4px;
  opacity: 1;
  cursor: default;
}
.activeThreshold:after {
  content: 'Twój próg wsparcia!';
  position: absolute;
  font-weight: bold;
  top: -26px;
  right: 10px;
  background-color: #D90429;
  padding: 7px 11px;
  font-size: 12px;
  line-height: 12px;
  border-radius: 4px 4px 0 0;
}
.driverImage,
.partnerImage {
  float: right;
  width: 50%;
  margin: 0 -60px 0 15px;
}
.driverAchievement:hover .removeAchievement {
  display: inline-block;
}
/* DRIVERS - END */

/* PARTNERS - START */
.driverDesc,
.partnerDesc {
  overflow: hidden;
}
/* PARTNERS - END */

/* NEWS - START */
.acceptButton,
.removeButton {
  display: none;
  top: 0;
  left: 0;
  padding: 5px 10px;
  color: white;
  border-radius: 4px 0 4px 0;
}
.acceptButton {
  display: none;
  top: 0;
  left: auto;
  right: 0;
  padding: 5px 10px;
  color: white;
  border-radius: 0 4px 0 4px;
}
.sponsorEntry .pos-rel:hover .acceptButton,
.smallEntry.pos-rel:hover .acceptButton,
.sponsorEntry .pos-rel:hover .removeButton,
.entryImages .pos-rel:hover .removeButton,
.smallEntry.pos-rel:hover .removeButton,
.contentImage.pos-rel:hover .removeButton {
  display: block;
}
@media (max-width: 978px) {
  .acceptButton,
  .removeButton {
    display: block;
  }
}
.contentImage .removeButton {
  right: 0;
  text-align: center;
  border-radius: 0 0 4px 4px;
  margin: 5px auto;
  width: fit-content;
}
/* NEWS - END */

/* AFFILIATE - START */
.referralUrl {
  padding: 15px 25px 20px;
  border-radius: 4px;
}
.copyToClipboard,
.copyToClipboard:hover {
  cursor: pointer;
}
.correctStatus,
.incorrectStatus {
  border-radius: 4px;
  padding: 5px 10px;
  color: white;
}
.correctStatus {
  background-color: #16b14b;
}
.incorrectStatus {
  background-color: #D90429;
}
/* AFFILIATE - END */


/* PACKAGES - START */
.packageImage {
  width: 100%;
  max-width: 250px;
  margin-left: 10px;
  margin-top: -120px;
  z-index: 10;
}
@media (min-width: 650px) {
  .packageImage {
    margin-top: -135px;
  }
}
.cardImage {
  width: 100%;
  max-width: 110px;
  margin-left: 40px;
  margin-top: -70px;
  z-index: 20;
}
.packageContent {
  z-index: 11;
  position: relative;
}
.lastSection {
  display: inline-block;
  z-index: 11;
}
/* PACKAGES - END */